dl, ol.default-ul, select, ul.default-ul {
  margin-bottom: .75em;
}

.lowercase-text, button, select {
  text-transform: none;
}

body, html {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, input, label, main, menu, nav, section, select, summary {
  display: block;
}

[hidden], label abbr, template {
  display: none;
}

.page-grid, embed, iframe, img, object, picture, select, video {
  max-width: 100%;
}

.btn-btn, .fancybox-nav, a {
  text-decoration: none;
}

.avid-separator, .cta-text, .video-grid-item__desc, pre {
  word-wrap: break-word;
}

.cta-text, .page-nav a {
  word-break: break-word;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #00b2f4;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Walsheim !important;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
  background-color: #007aa8;
  color: #fff;
}

button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: .5;
}

fieldset {
  background-color: #f7f7f7;
}

label {
  margin-bottom: .375em;
}

label.required:after {
  content: "*";
}

input[type=text], input[type=url], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=time], input[type=week], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], select[multiple=multiple], textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Walsheim !important;
  font-size: 1em;
  margin-bottom: .75em;
  padding: .5em;
  -webkit-transition: border-color;
  transition: border-color;
  width: 100%;
}

input[type=text]:hover, input[type=url]:hover, input[type=color]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=month]:hover, input[type=time]:hover, input[type=week]:hover, input[type=email]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, select[multiple=multiple]:hover, textarea:hover {
  border-color: #c4c4c4;
}

input[type=text]:focus, input[type=url]:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, select[multiple=multiple]:focus, textarea:focus {
  border-color: #00b2f4;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.06), 0 0 5px rgba(0,159,219,.7);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.06), 0 0 5px rgba(0,159,219,.7);
  outline: 0;
}

input[type=text].error, input[type=url].error, input[type=color].error, input[type=date].error, input[type=datetime].error, input[type=datetime-local].error, input[type=month].error, input[type=time].error, input[type=week].error, input[type=email].error, input[type=number].error, input[type=password].error, input[type=search].error, input[type=tel].error, select[multiple=multiple].error, textarea.error {
  border: 1px solid #ca3415;
}

input[type=text].error:focus, input[type=url].error:focus, input[type=color].error:focus, input[type=date].error:focus, input[type=datetime].error:focus, input[type=datetime-local].error:focus, input[type=month].error:focus, input[type=time].error:focus, input[type=week].error:focus, input[type=email].error:focus, input[type=number].error:focus, input[type=password].error:focus, input[type=search].error:focus, input[type=tel].error:focus, select[multiple=multiple].error:focus, textarea.error:focus {
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.06), 0 0 5px rgba(179,46,19,.7);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.06), 0 0 5px rgba(179,46,19,.7);
}

input[type=search] {
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type=file] {
  padding-bottom: .75em;
  width: 100%;
}

select:hover {
  border-color: #c4c4c4;
}

select:focus {
  border-color: #00b2f4;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.06), 0 0 5px rgba(0,159,219,.7);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.06), 0 0 5px rgba(0,159,219,.7);
  outline: 0;
}

ol.default-ul, ul.default-ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

dl dt {
  font-weight: 700;
  margin-top: .75em;
}

dl dd, figure, form {
  margin: 0;
}

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Walsheim !important;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 .75em;
}

a {
  -webkit-transition: color .1s linear;
  transition: color .1s linear;
  color: #00b2f4;
}

a:active, a:focus, a:hover {
  color: #007aa8;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

img, picture {
  margin: 0;
}

button, html, input, select, textarea {
  font-family: Walsheim !important;
}

a:active, a:hover {
  color: #0086b6;
  outline: 0;
}

a:focus {
  outline: dotted thin;
}

abbr[title] {
  border-bottom: 1px dotted;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
}

q {
  quotes: none;
}

q:after, q:before {
  content: '';
  content: none;
}

sub, sup {
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

nav ol, nav ul {
  list-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

legend {
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  display: inline;
  margin-right: .375em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  height: 10em;
  overflow: auto;
  vertical-align: top;
}

@-ms-viewport {
  width:device-width;zoom:1
}

@-o-viewport {
  width:device-width;zoom:1
}

@viewport {
  width:device-width;zoom:1
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.embedded-text-wrapper em, .embedded-text-wrapper i, .rich-text em, .rich-text i, address, cite, dfn, em, i, p i, var {
  font-style: italic;
}

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

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img, video {
  height: auto;
}

template {
  visibility: hidden;
}

img {
  -ms-interpolation-mode: bicubic;
}

a:focus, button:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto calc-em(5px);
  outline-offset: calc-em(-2.5px);
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-inner, .fancybox-outer, .fancybox-skin {
  position: relative;
}

.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
  box-shadow: 0 10px 25px rgba(0,0,0,.5);
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe, .fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
}

.fancybox-close, .fancybox-nav, .fancybox-nav span {
  z-index: 8040;
  position: absolute;
  cursor: pointer;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
}

.fancybox-nav {
  top: 0;
  width: 40%;
  height: 100%;
  background: 0 0;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock, .fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock {
  width: auto;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: 400 13px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0,0,0,.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,.8);
}

@font-face {
  font-family: Blank;
  src: url(./../fonts/AdobeBlank.otf.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff"), url(./../fonts/AdobeBlank.ttf.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff2"), url(./../fonts/AdobeBlank.otf?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("opentype"), url(./../fonts/AdobeBlank.ttf?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: AvidOmnes;
  src: url(./../fonts/AvidOmnes-Light-webfont.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: AvidOmnes;
  src: url(./../fonts/AvidOmnes-Medium-webfont.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: AvidOmnes;
  src: url(./../fonts/AvidOmnes-Semibold-webfont.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Akzidenz;
  src: url(./../fonts/berthold-akzidenz-grotesk-BE-regular-webfont-webfont.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Akzidenz;
  src: url(./../fonts/berthold-akzidenz-grotesk-BE-medium-webfont-webfont.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Aleo;
  src: url(./../fonts/aleo-regular-webfont.ttf?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Aleo;
  src: url(./../fonts/aleo-bold-webfont.eot?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT);
  src: url(./../fonts/aleo-bold-webfont.eot?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT#iefix) format("embedded-opentype"), url(./../fonts/aleo-bold-webfont.woff2?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff2"), url(./../fonts/aleo-bold-webfont.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff"), url(./../fonts/aleo-bold-webfont.ttf?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("truetype"), url(./../fonts/aleo-bold-webfont.svg?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT#svgFontName) format("svg");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Aleo;
  src: url(./../fonts/aleo-italic-webfont.ttf?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("truetype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: Aleo;
  src: url(./../fonts/aleo-bolditalic-webfont.ttf?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("truetype");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: Gotham;
  src: url(./../fonts/Gotham-Light.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Gotham;
  src: url(./../fonts/Gotham-Book.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Gotham;
  src: url(./../fonts/Gotham-Medium.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Gotham;
  src: url(./../fonts/Gotham-Bold.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT) format("woff");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: Walsheim !important;
  font-weight: 400;
}

b, strong {
  font-weight: 700;
}

a, a:active, a:hover {
  outline: 0 !important;
}

p {
  margin: 0 0 1.25em;
}

code {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  padding: 2px 4px;
  font-size: .9em;
  color: #3f3f44;
  background-color: #f5f5f7;
  border-radius: 4px;
}

.icon {
  font-family: FontAwesome;
}

.small-text {
  font-size: .75em;
  margin: 0 0 .3125rem;
}

.mega {
  font-size: 3rem;
}

.alpha {
  font-size: 2.25rem;
}

.beta {
  font-size: 1.5rem;
}

.gamma {
  font-size: 1.25rem;
}

.delta {
  font-size: 1.125rem;
}

.epsilon {
  font-size: 1rem;
}

.zeta {
  font-size: .875rem;
}

@media screen and (max-width: 46.875rem) {
  .zeta {
    font-size: .5625rem;
  }
}

.avid-omnes {
  font-family: AvidOmnes;
}

.akzidenz {
  font-family: Akzidenz;
}

.gotham {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.aleo, .avid-separator, .hero-text h2 {
  font-family: Aleo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.color-link {
  color: #00b2f4;
}

.color-purple {
  color: #7826e7;
}

.dark-link, .dark-link-hover, .dark-link:active, .dark-link:hover {
  color: #343434;
  outline: 0;
}

.centered-text {
  text-align: center;
}

.right-text {
  text-align: right;
}

.hidden-text {
  position: absolute;
  left: 625000em;
}

.list-small-text {
  font-size: .75rem;
  list-style-type: disc;
  padding: 0 0 0 2.5rem;
}

.line-height-one {
  line-height: 100%;
}

.line-height-two {
  line-height: 120%;
}

.line-height-three {
  line-height: 130%;
}

.line-height-four {
  line-height: 140%;
}

.line-height-five {
  line-height: 150%;
}

.spacing-one {
  margin-bottom: .3125rem;
}

.spacing-two {
  margin-bottom: .625rem;
}

.spacing-three {
  margin-bottom: .9375rem;
}

.spacing-four {
  margin-bottom: 1.25rem !important;
}

.contact-location .label, .label-small-general, .page-nav ul, h2 {
  text-transform: uppercase;
}

.layer {
  -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.15);
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.15);
}

.dark-link-hover:hover {
  color: #00b2f4 !important;
  -webkit-transition: color .2s;
  transition: color .2s;
  outline: 0;
}

.dark-link-hover:active {
  color: #343434;
  outline: 0;
}

.centered-object {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.left-object {
  margin-left: 0 !important;
  margin-right: 0;
}

.right-object {
  float: right;
}

.headline-white {
  color: #fff;
}

.border {
  border: 1px solid red;
}

select {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.06);
  box-sizing: border-box;
  padding: .5em;
  -webkit-transition: border-color;
  transition: border-color;
  width: 100%;
}

.vert-centered-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avid-separator {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px auto;
  font-size: 2.25rem;
  line-height: 1em;
  text-align: center;
  color: #000;
  overflow: hidden;
  padding: 0 43%;
}

.avid-separator :after, .avid-separator :before, .avid-separator:after, .avid-separator:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 43%;
  border-top: 1px solid #000;
}

.avid-separator :before, .avid-separator:before {
  right: 0;
}

.avid-separator :after, .avid-separator:after {
  left: 0;
}

.even-space-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tall-box-one {
  height: 100px;
}

.tall-box-two {
  height: 200px;
}

.tall-box-three {
  height: 300px;
}

.tall-box-four {
  height: 400px;
}

.tall-box-five {
  height: 500px;
}

.clearfix:after, .main:after, .page-subnav:after, .top-nav-main:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  width: 100%;
}

.round {
  border-radius: 50%;
}

.embedded-text-wrapper, .rich-text {
  line-height: 1.5em;
}

.embedded-text-wrapper ol, .embedded-text-wrapper ul, .rich-text ol, .rich-text ul {
  margin-bottom: 1.25em;
  line-height: 1.5em;
}

.embedded-text-wrapper ol li span, .embedded-text-wrapper ul li span, .rich-text ol li span, .rich-text ul li span {
  line-height: normal !important;
}

.embedded-text-wrapper h1, .rich-text h1 {
  font-size: 2rem;
  line-height: 100%;
}

.embedded-text-wrapper h3, .rich-text h3 {
  font-size: 1.3rem;
}

.rich-text-component h2 {
  font-size: 2.25rem;
}

.video-link-wrapper i.fa {
  font-size: inherit;
  font-style: normal;
  padding: 0;
  color: inherit;
}

.desc {
  margin-bottom: 30px;
}

.clear {
  clear: both;
}

.four-grid .four-column-inside:nth-child(4n+1), .three-column .three-column-inside:nth-child(3n+1), .three-grid .three-column-inside:nth-child(3n+1), .two-column .two-column-inside:nth-child(2n+1), .two-grid .two-column-inside:nth-child(2n+1) {
  clear: left;
}

.no-padding {
  padding: 0;
}

.main {
  min-height: 100%;
  width: 100%;
  margin: 5em auto 0;
  border: 0 solid transparent;
  background: 0 0;
  position: relative;
}

.main.hero-section {
  background: 0 0;
  padding: 0 !important;
}

.main.main--open-menu {
  margin-left: -webkit-calc(17.35em - 4rem - 8px);
  margin-left: calc(17.35em - 4rem - 8px);
  width: auto;
}

.main.main--no-header {
  margin-top: 0;
}

@media screen and (max-width: 64.0625rem), (max-height: 629px) {
  .main.main--open-menu {
    margin-left: auto;
    margin-right: auto;
  }
  
  .main.main--no-header {
    margin-top: 3.75rem;
  }
  
  .main {
    margin: 3.75rem auto 0;
  }
}

.page-grid {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  margin: 0 0 0 3.75em;
  position: absolute;
  top: 0;
  z-index: -1000000;
  left: 0;
  display: none;
}

.page-grid-inside {
  width: 100%;
  margin-right: 0;
  float: left;
}

.page-grid-inside .grid {
  width: -webkit-calc(8.33333% - 12.83px);
  width: calc(8.33333% - 12.83px);
  margin-right: 14px;
  float: left;
  height: 250em;
  background-color: #f7f4ed;
}

.page-grid-inside .grid:last-child {
  margin-right: 0;
}

@media screen and (max-width: 53.125em) {
  .page-grid-inside .grid {
    width: -webkit-calc(16.66667% - 11.67px);
    width: calc(16.66667% - 11.67px);
    margin-right: 14px;
    float: left;
  }
  
  .page-grid-inside .grid:last-child {
    margin-right: 0;
  }
  
  .page-grid-inside .grid .grid-six {
    display: none;
  }
}

@media screen and (max-width: 37.5em) {
  .page-grid-inside .grid {
    width: -webkit-calc(33.33333% - 9.33px);
    width: calc(33.33333% - 9.33px);
    margin-right: 14px;
    float: left;
  }
  
  .page-grid-inside .grid:last-child {
    margin-right: 0;
  }
  
  .page-grid-inside .grid .grid-three {
    display: none;
  }
}

.avid-aside {
  background: #f2f8fc;
  border-top: 1px solid #b9dff8;
  font-size: 1rem;
}

@media screen and (max-width: 40.625rem) {
  .avid-aside {
    margin-bottom: 8.75rem;
  }
}

@media screen and (max-width: 28.125rem) {
  .avid-aside {
    padding: 2.25rem 1.75rem;
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 64.0625rem) {
  .content-section, .content-section-pure {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 28.125rem) {
  .content-section, .content-section-pure {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

.content-section {
  padding: 0;
}

@media (max-width: 64.0625em) {
  .main {
    margin-top: 3.75rem;
  }
  
  .content-section {
    margin-left: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  .content-section.hero-background-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  
  .content-section.calltoaction-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  .content-section-generic {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  
  .content-section.full-bleed-2.events-calendar {
    margin-left: 0;
  }
}

.main--open-menu .content-section {
  margin-left: 0;
}

.main--open-menu .content-section.full-bleed-2.events-calendar {
  margin-left: 0;
  padding-left: 1.25rem;
}

.content-section-pure {
  width: auto;
  padding: 0;
}

.content-section-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.content-section-generic {
  min-height: 0;
  padding: 1.875em 0;
}

.content-section-overlay-hed {
  position: absolute;
  top: 1.875rem;
  left: 0;
  z-index: 3;
}

.content-theme-light {
  background: #fff;
}

.content-theme-dark {
  background: #252525;
}

.content-section-light {
  background-color: #f1f3f4;
}

.content-section-dark {
  background-color: #1d1421;
}

.content-theme-gray {
  background-color: #d7d7d7;
}

.bg-xlight {
  background-color: #f1f3f4;
}

.bg-light {
  background-color: #aeaeae;
}

.padded-section {
  padding: 0 1.25rem;
}

@media screen and (max-width: 64.0625rem) {
  .full-bleed, .full-bleed-unpadded {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 28.125rem) {
  .full-bleed, .full-bleed-unpadded {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 64.0625rem) {
  .full-bleed-inset {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 28.125rem) {
  .full-bleed-inset {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0;
    margin-left: 0;
  }
}

.full-bleed-unpadded {
  padding: 0;
}

.full-bleed-2 {
  margin-left: -calc(4rem + rem(8px));
  padding-left: -webkit-calc(4rem + rem(8px));
  padding-left: calc(4rem + rem(8px));
}

.full-bleed-2.padded-section {
  padding-left: -webkit-calc(4rem + rem(8px)) 1.25rem;
  padding-left: calc(4rem + rem(8px)) 1.25rem;
}

.full-bleed-2-inner-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -webkit-calc(4rem + rem(8px));
  left: calc(4rem + rem(8px));
  right: 0;
}

.full-bleed-2-inner-abs img {
  width: 100%;
  height: 100%;
}

.aspect-ratio-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.content-section-top {
  padding-top: .9375rem;
}

.content-section-top-no-hed {
  margin-top: 7.5rem;
}

@media screen and (max-width: 64.25em) {
  .content-section-top-no-hed {
    margin-top: 5rem;
  }
}

.hero-image {
  position: relative;
  margin: 0;
}

.hero-text {
  position: absolute;
  left: 300px;
  top: 90px;
  z-index: 100;
  max-width: 50em;
}

.hero-text h2 {
  font-size: 2.8125em;
  line-height: 170%;
  font-weight: 400;
  color: #fff;
}

.hero-text h4, .hero-text p {
  font-family: Walsheim !important;
  font-weight: 100;
  color: #fff;
}

.hero-text h4 {
  font-size: 1.5em;
}

.hero-text p {
  font-size: 1.125em;
  line-height: 150%;
  max-width: 18.75em;
  text-shadow: 0 0 3px rgba(255,255,255,.4);
}

.icon-text-large, .link-video:before {
  font-family: FontAwesome;
}

.label-small-general {
  display: block;
  font-size: .75rem;
  color: #343434;
  line-height: .875rem;
  margin: 0 0 .1875rem;
}

.five-column, .four-column, .one-three-column, .seven-column, .seven-column-to-four, .six-half-grid, .six-one-grid, .ten-column, .three-column, .three-one-column, .twelve-column, .two-one-column {
  margin: 0 0 20px;
  padding: 0;
}

.one-column .one-column-inside .padded-1_5em, .one-grid .one-column-inside .padded-1_5em, .three-column .three-column-inside.padded-1_5em, .three-grid .three-column-inside.padded-1_5em {
  padding: 0 1.5em 1.5em 0;
}

.five-column:last-child, .four-column:last-child, .one-three-column:last-child, .seven-column-to-four:last-child, .seven-column:last-child, .six-half-grid:last-child, .six-one-grid:last-child, .ten-column:last-child, .three-column:last-child, .three-one-column:last-child, .twelve-column:last-child, .two-one-column:last-child {
  border-bottom: 0;
}

.one-column {
  width: 100%;
  clear: left;
}

.two-column {
  width: 100%;
  margin-right: 0;
  float: left;
  float: none;
}

.two-column .two-column-inside {
  width: -webkit-calc(50% - 7px);
  width: calc(50% - 7px);
  margin-right: 14px;
  float: left;
}

.two-column .two-column-inside:last-child {
  margin-right: 0;
}

.two-column .two-column-inside > .content-section .content-section {
  margin-left: 0;
}

@media screen and (max-width: 48.75rem) {
  .two-column .two-column-inside {
    width: 100%;
    margin-right: 0;
    float: left;
    float: none;
  }
}

.two-column .no-break {
  width: -webkit-calc(50% - 7px);
  width: calc(50% - 7px);
  margin-right: 14px;
  float: left;
}

.two-column .no-break:last-child {
  margin-right: 0;
}

@media screen and (max-width: 48.75rem) {
  .two-column .no-break {
    width: 50%;
    margin-right: 0;
    float: left;
  }
}

@media screen and (max-width: 28.125rem) {
  .two-column .no-break {
    width: 100%;
    margin-right: 0;
    float: left;
    float: none;
  }
}

.two-column .late-break {
  width: -webkit-calc(50% - 7px);
  width: calc(50% - 7px);
  margin-right: 14px;
  float: left;
}

.two-column .late-break:last-child {
  margin-right: 0;
}

@media screen and (max-width: 48.75rem) {
  .two-column .late-break {
    width: 50%;
    margin-right: 0;
    float: left;
  }
}

@media screen and (max-width: 31.25rem) {
  .two-column .late-break {
    width: 100%;
    float: none;
    clear: left;
    margin: 0 0 1.25rem;
  }
}

.three-column, .two-column .two-column-inside:nth-child(2n+2), .two-grid .two-column-inside:nth-child(2n+2) {
  margin-right: 0;
}

.two-column *, .two-column :after, .two-column :before, .two-grid *, .two-grid :after, .two-grid :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.three-column {
  width: 100%;
  float: left;
}

.three-column .three-column-inside {
  margin-bottom: 19px;
  width: -webkit-calc(33.33333% - 9.33px);
  width: calc(33.33333% - 9.33px);
  margin-right: 14px;
  float: left;
}

.three-column .three-column-inside:last-child, .three-column .three-column-inside:nth-child(3n+3), .three-grid .three-column-inside:nth-child(3n+3) {
  margin-right: 0;
}

@media screen and (max-width: 28.125rem) {
  .three-column .three-column-inside {
    margin-right: 0;
    float: left;
    float: none;
    width: 100%;
  }
}

.three-column *, .three-column :after, .three-column :before, .three-grid *, .three-grid :after, .three-grid :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 50rem) {
  .three-column .three-column-inside, .three-grid .three-column-inside {
    margin-right: 0;
    clear: left;
    max-width: 100%;
    min-width: 100%;
  }
}

.one-column *, .one-column :after, .one-column :before, .one-grid *, .one-grid :after, .one-grid :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.one-column .one-column-inside, .one-grid .one-column-inside {
  display: inline-block;
  max-width: 100%;
}

.one-column .one-column-inside .one-column-inline-image, .one-grid .one-column-inside .one-column-inline-image {
  max-width: -webkit-calc(33.33333% - 9.33px);
  max-width: calc(33.33333% - 9.33px);
  float: left;
  display: inline-block;
  margin-right: 14px;
}

.one-column .one-column-inside .one-column-inline-text, .one-grid .one-column-inside .one-column-inline-text {
  float: left;
  display: inline-block;
  max-width: -webkit-calc(66.66666% - 14px);
  max-width: calc(66.66666% - 14px);
}

.four-column {
  width: 100%;
  margin-right: 0;
  float: left;
}

.four-column *, .four-column :after, .four-column :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.four-column .four-column-inside {
  width: 23%;
  margin-right: 2%;
  float: left;
  margin-bottom: 19px;
}

.four-column .four-column-inside:nth-child(4n+4) {
  margin-right: 0;
}

@media screen and (max-width: 50rem) and (min-width: 28.125rem) {
  .four-column .four-column-inside {
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px);
    margin-right: 14px;
    float: left;
  }
  
  .four-column .four-column-inside:last-child, .four-column .four-column-inside:nth-child(2n) {
    margin-right: 0;
  }
  
  .four-column .four-column-inside:nth-child(2n-1) {
    clear: left;
  }
}

@media screen and (max-width: 31.25rem) {
  .four-column .four-column-inside {
    width: 100%;
    margin-right: 0;
    float: left;
  }
}

.four-grid *, .four-grid :after, .four-grid :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-nav li, .page-nav ul, .spacer-1, .spacer-2, .spacer-3, .spacer-4, .spacer-5, .spacer-7, .spacer-8, .spacer-9 {
  clear: both;
}

@media screen and (max-width: 26rem) {
  .four-grid .four-column-inside .btn-large, .four-grid .four-column-inside .btn-medium {
    margin-bottom: 0;
    margin-top: -1rem;
  }
}

.five-column {
  width: 100%;
  margin-right: 0;
  float: left;
}

.five-column *, .five-column :after, .five-column :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.five-column .five-column-inside {
  width: -webkit-calc(20% - 11.2px);
  width: calc(20% - 11.2px);
  margin-right: 14px;
  float: left;
}

.five-column .five-column-inside:last-child, .six-column {
  margin-right: 0;
}

.six-column {
  width: 100%;
  float: left;
}

.six-column *, .six-column :after, .six-column :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.six-column .six-column-inside {
  width: -webkit-calc(16.66667% - 11.67px);
  width: calc(16.66667% - 11.67px);
  margin-right: 14px;
  float: left;
}

.six-column .six-column-inside:last-child {
  margin-right: 0;
}

@media screen and (max-width: 42.5rem) and (min-width: 28.125rem) {
  .six-column .six-column-inside {
    width: -webkit-calc(33.33333% - 9.33px);
    width: calc(33.33333% - 9.33px);
    margin-right: 14px;
    float: left;
  }
  
  .six-column .six-column-inside:last-child, .six-column .six-column-inside:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 28.125rem) {
  .six-column .six-column-inside {
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px);
    margin-right: 14px;
    float: left;
  }
  
  .six-column .six-column-inside:last-child, .six-column .six-column-inside:nth-child(2n) {
    margin-right: 0;
  }
}

.seven-column {
  width: 100%;
  margin-right: 0;
  float: left;
}

.seven-column *, .seven-column :after, .seven-column :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.seven-column .seven-column-inside {
  width: -webkit-calc(14.28571% - 12px);
  width: calc(14.28571% - 12px);
  margin-right: 14px;
  float: left;
}

.seven-column .seven-column-inside:last-child, .ten-column {
  margin-right: 0;
}

.ten-column {
  width: 100%;
  float: left;
}

.ten-column *, .ten-column :after, .ten-column :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ten-column .ten-column-inside {
  width: -webkit-calc(10% - 12.6px);
  width: calc(10% - 12.6px);
  margin-right: 14px;
  float: left;
}

.ten-column .ten-column-inside:last-child, .twelve-column {
  margin-right: 0;
}

.twelve-column {
  width: 100%;
  float: left;
}

.twelve-column .twelve-column-inside {
  width: -webkit-calc(8.33333% - 12.83px);
  width: calc(8.33333% - 12.83px);
  margin-right: 14px;
  float: left;
}

.twelve-column .twelve-column-inside:last-child {
  margin-right: 0;
}

.three-one-column {
  width: 100%;
  margin-right: 0;
  float: left;
}

.three-one-column .three-one-column-three {
  width: -webkit-calc(75% - 10.5px);
  width: calc(75% - 10.5px);
  margin-right: 14px;
  float: left;
}

.three-one-column .three-one-column-three:last-child {
  margin-right: 0;
}

.three-one-column .three-one-column-one {
  width: -webkit-calc(25% - 10.5px);
  width: calc(25% - 10.5px);
  margin-right: 14px;
  float: left;
}

.three-one-column .three-one-column-one:last-child {
  margin-right: 0;
}

.one-three-column {
  width: 100%;
  margin-right: 0;
  float: left;
}

.one-three-column .one-three-column-one {
  width: -webkit-calc(25% - 10.5px);
  width: calc(25% - 10.5px);
  margin-right: 14px;
  float: left;
}

.one-three-column .one-three-column-one:last-child {
  margin-right: 0;
}

.one-three-column .one-three-column-three {
  width: -webkit-calc(75% - 10.5px);
  width: calc(75% - 10.5px);
  margin-right: 14px;
  float: left;
}

.one-three-column .one-three-column-three:last-child {
  margin-right: 0;
}

.two-one-column {
  width: 100%;
}

.two-one-column .two-one-column-two {
  width: -webkit-calc(66.66667% - 9.33px);
  width: calc(66.66667% - 9.33px);
  margin-right: 14px;
  float: left;
}

.two-one-column .two-one-column-two:last-child {
  margin-right: 0;
}

.two-one-column .two-one-column-two .main-content-column {
  margin-left: 0;
  margin-right: 0;
}

.two-one-column .two-one-column-one {
  width: -webkit-calc(33.33333% - 9.33px);
  width: calc(33.33333% - 9.33px);
  margin-right: 14px;
  float: left;
}

.six-one-grid, .two-one-column .two-one-column-one:last-child {
  margin-right: 0;
}

.two-one-column .two-one-column-one .main-content-column {
  margin-left: 0;
  margin-right: 0;
}

.six-one-grid {
  width: 100%;
  float: left;
}

.six-one-grid .six-one-grid-three {
  width: -webkit-calc(16.66667% - 11.67px);
  width: calc(16.66667% - 11.67px);
  margin-right: 14px;
  float: left;
}

.six-one-grid .six-one-grid-three:last-child {
  margin-right: 0;
}

.six-one-grid .six-one-grid-one {
  width: -webkit-calc(50% - 11.67px);
  width: calc(50% - 11.67px);
  margin-right: 14px;
  float: left;
}

.six-one-grid .six-one-grid-one:last-child {
  margin-right: 0;
}

.six-half-grid {
  width: 100%;
}

.six-half-grid .six-half-grid-half {
  width: 50%;
  margin-right: 0;
  float: left;
}

.seven-column-to-four {
  width: 100%;
  margin-right: 0;
  float: left;
}

.seven-column-to-four .seven-column-to-four-inside {
  width: -webkit-calc(14.28571% - 12px);
  width: calc(14.28571% - 12px);
  margin-right: 14px;
  float: left;
}

.seven-column-to-four .seven-column-to-four-inside:last-child {
  margin-right: 0;
}

@media screen and (max-width: 48.75rem) {
  .seven-column-to-four .seven-column-to-four-inside {
    width: -webkit-calc(25% - 10.5px);
    width: calc(25% - 10.5px);
    margin-right: 14px;
    float: left;
  }
  
  .seven-column-to-four .seven-column-to-four-inside:last-child {
    margin-right: 0;
  }
  
  .seven-column-to-four .seven-column-to-four-inside:nth-child(2n) {
    display: none;
  }
}

@media screen and (max-width: 28.125rem) {
  .seven-column-to-four .seven-column-to-four-inside {
    width: -webkit-calc(50% - 7px);
    width: calc(50% - 7px);
    margin-right: 14px;
    float: left;
  }
  
  .seven-column-to-four .seven-column-to-four-inside:last-child, .seven-column-to-four .seven-column-to-four-inside:nth-child(3) {
    margin-right: 0;
  }
}

.flex-column-height {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories, #menu-search-popup.menu-popup-wrap .menu-search-content, .avid-nav, .avid-nav-wrapper, .avid-nav-wrapper .avid-menu-left-logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (max-width: 31.25rem) {
  .flex-column-height-break-three-over {
    display: block;
  }
}

@media screen and (max-width: 42.5rem) {
  .flex-column-height-break-major-two-over {
    display: block;
  }
}

.plain-column {
  border: 0;
  padding-bottom: .9375em;
  margin-bottom: .9375em;
}

.reset-column {
  border: none;
  margin: 0;
  padding: 0;
}

.medium-column, .narrow-column {
  float: none;
  width: -webkit-calc(100% - 275px);
  width: calc(100% - 275px);
  margin-left: 15.625rem;
}

@media screen and (max-width: 64.0625rem) {
  .medium-column, .narrow-column {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-left: 0;
  }
}

@media screen and (max-width: 50rem) {
  .one-column .one-column-inside .one-column-inline-image, .one-column .one-column-inside .one-column-inline-text, .one-grid .one-column-inside .one-column-inline-image, .one-grid .one-column-inside .one-column-inline-text {
    max-width: 100%;
    min-width: 100%;
  }
  
  .medium-column, .narrow-column {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-left: 0;
  }
}

.main-content-column {
  padding: 15px 0;
  float: none;
  margin-right: 2.75rem;
  margin-left: 15.625rem;
  max-width: 75rem;
}

@media screen and (min-width: calc(1200px + 250px + 250px + 4rem + 8px)) {
  .main-content-column {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 64.0625rem) {
  .main-content-column {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 50rem) {
  .main-content-column {
    float: none;
    margin-left: 0;
  }
}

body.desktop-mobile-pagenav .main-content-column {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1026px) {
  .product-list-wrapper .main-content-column {
    margin-left: 15.625rem !important;
  }
}

.main-content-column-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding: 0 2.75rem;
}

.text-container-max {
  max-width: 50rem;
}

.iframe-container-max-centered, .text-container-max-centered {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.iframe-container-max-centered.rich-text table, .text-container-max-centered.rich-text table {
  overflow-x: auto;
}

@media only screen and (max-width: 480px) {
  .iframe-container-max-centered.rich-text table.responsive-table, .text-container-max-centered.rich-text table.responsive-table {
    overflow-x: initial;
  }
  
  .iframe-container-max-centered.rich-text table.responsive-table, .iframe-container-max-centered.rich-text table.responsive-table tbody, .iframe-container-max-centered.rich-text table.responsive-table tbody tr, .text-container-max-centered.rich-text table.responsive-table, .text-container-max-centered.rich-text table.responsive-table tbody, .text-container-max-centered.rich-text table.responsive-table tbody tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .iframe-container-max-centered.rich-text table.responsive-table td, .text-container-max-centered.rich-text table.responsive-table td {
    width: 100% !important;
  }
}

.iframe-container-max-centered {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.section-alignment h2 {
  max-width: none;
  width: 100%;
}

.section-alignment .rich-text {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-alignment.normal h2 {
  max-width: none;
  width: 100%;
}

.section-alignment.normal .rich-text {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-alignment.narrow h2 {
  max-width: none;
  width: 100%;
}

.section-alignment.narrow .rich-text {
  max-width: 56rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-alignment.product-description {
  max-width: none !important;
}

.section-alignment.product-description .rich-text, .section-alignment.product-description h2 {
  max-width: 50rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-image-alignment.narrow, .section-image-alignment.product-description {
  text-align: center;
  max-width: none !important;
}

.section-image-alignment.narrow img, .section-image-alignment.product-description img {
  max-width: 56rem;
}

.padded-column-1 {
  padding: 0 1rem;
}

.padded-column-2 {
  padding: 0 2rem;
}

.padded-column-3 {
  padding: 0 3rem;
}

.padded-column-4 {
  padding: 0 4rem;
}

.spacer-1 {
  width: 100%;
  height: 2rem;
}

.spacer-2 {
  width: 100%;
  height: 4rem;
}

.spacer-3 {
  width: 100%;
  height: 6rem;
}

.spacer-4 {
  width: 100%;
  height: 8rem;
}

.spacer-5 {
  width: 100%;
  height: 10rem;
}

.spacer-6 {
  width: 100%;
  height: 12rem;
  clear: both;
}

.spacer-7 {
  width: 100%;
  height: 14rem;
}

.spacer-8 {
  width: 100%;
  height: 16rem;
}

.spacer-9 {
  width: 100%;
  height: 18rem;
}

.icon-list li {
  width: -webkit-calc(33.33333% - 9.33px);
  width: calc(33.33333% - 9.33px);
  margin-right: 14px;
  float: left;
  margin-bottom: 15px;
}

.icon-list li:last-child, .icon-list li:nth-child(3n+3) {
  margin-right: 0;
}

.icon-list li:nth-child(3n+4) {
  clear: left;
}

.icon-text-large {
  font-size: 4.375em;
  color: #aeaeae;
  text-align: center;
  line-height: 100px;
  display: block;
  margin: 0;
  padding: 0;
}

.icon-list-icon {
  width: 60%;
  margin: 0 auto 1.25em;
}

.icon-separator-block {
  margin: 0 .25em;
  height: 1em;
  width: .8em;
  line-height: .7em;
}

.link-video:before {
  display: inline-block;
  content: '\f01d';
  margin: 0 .3125rem 0 0;
}

.product-display-gradient-bg {
  background: -webkit-gradient(linear,left top,left bottom,from(#fafdff),to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(top,#fafdff 0,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,#fafdff 0,rgba(255,255,255,0) 100%);
}

.contact-location .label {
  color: #aeaeae;
  font-size: .875rem;
}

.contact-location h3 {
  font-weight: 500;
}

.contact-map {
  padding-left: 200px;
  background-color: #eef7fc;
  text-align: center;
}

.contact-map svg {
  display: block;
  background-color: #eef7fc;
}

.contact-map svg [fill="#805B8B"] {
  fill: #00b2f4;
  opacity: .5;
}

.contact-map svg [fill="#3FB2F8"] {
  fill: #7826e7;
}

.full-width {
  width: 100%;
}

.large-icon-links {
  font-size: 3em;
}

.large-icon-links a {
  margin: 0 .1em;
  color: #aeaeae;
}

.large-icon-links a:hover {
  color: #00b2f4;
}

.xlight-bg {
  background: #f1f3f4;
}

@media screen and (max-width: 31.25rem) {
  .features-padding-fix {
    padding: 0 !important;
  }
}

.pressrelease-section, .pressroom-section {
  min-height: 592px;
}

.press-release__heading {
  color: #9592a2;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 0;
}

.video-grid-item p, .video-grid-item__desc {
  font-weight: 400;
  font-size: .95em;
}

.press-release__summary {
  text-align: center;
  color: #bfbfca;
  font-style: italic;
  font-size: 23px;
  padding: 9px 0 15px;
}

.press-release__content {
  color: #565656;
  line-height: 1.6em;
  padding-bottom: 30px;
  font-size: 19px;
}

.press-release__about {
  line-height: 1.8em;
  color: #565656;
  padding: 20px;
  font-style: oblique;
}

.press-release__copyright {
  color: #898989;
  font-style: italic;
  font-size: 13px;
}

.video-component {
  width: 300px;
  border-radius: 3px;
  position: relative;
  left: 250px;
  padding: 10px 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 420px;
  margin: 0 auto;
  width: 700px;
}

.videoWrapper iframe, .videoWrapper img {
  position: relative;
  width: 700px;
  height: 420px;
  left: 0;
}

.videoWrapper iframe {
  top: 0;
  position: absolute;
}

.videoWrapper img {
  top: -25px;
}

.videoNoAuto iframe {
  display: none;
}

.two-column-inside .video-section {
  height: auto !important;
}

.two-column-inside .videoWrapper {
  padding: 0;
  max-width: 100%;
  height: auto;
}

.two-column-inside .videoWrapper img {
  top: 0;
  height: auto;
}

.two-column-inside .videoWrapper iframe, .video-full {
  height: 100%;
}

.two-column-inside .videoWrapper i.ai, .two-column-inside .videoWrapper i.fa {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0 !important;
}

.two-column-inside .videoWrapper i.ai:before, .two-column-inside .videoWrapper i.fa:before {
  position: absolute;
  top: 50%;
  margin-top: -.7em;
}

.video-full {
  width: 100%;
}

.video-section {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 430px;
  position: relative;
  float: none;
  overflow: hidden;
}

.embedded-video-section {
  height: 430px;
  position: absolute;
  padding: 20px;
  float: none;
  display: block;
}

.video-grid-item {
  font-family: Walsheim !important;
}

.video-grid-item__title {
  font-weigth: 700;
  overflow: hidden;
  font-size: .95em;
}

.video-grid-item__desc {
  height: auto;
  overflow: hidden;
}

.video-grid-item > div {
  overflow: hidden;
}

.product-support-icon {
  font-size: 100px;
  color: #cfcfcf;
}

.product-support-title {
  margin-top: 15px;
}

.product-support-submit {
  margin-top: 20px;
}

.hero-video {
  margin-bottom: -4px;
}

.video-default-thumbnail {
  width: 100%;
  height: 160px;
}

.thumbnail-wrapper__icon {
  position: absolute;
  top: 31%;
  left: 39%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 20%;
  height: 40%;
  cursor: pointer;
}

.thumbnail-wrapper__icon:hover {
  color: #565656;
}

.video-wrapper-embedded {
  position: relative;
  overflow: hidden;
  height: 160px;
}

.video-wrapper-embedded iframe {
  position: absolute;
  top: 0;
  height: 100%;
  display: none;
}

.embedded-thumbnail-icon {
  position: relative;
  left: 46%;
  color: #00b2f4;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 20%;
  height: 40%;
  cursor: pointer;
}

.embedded-thumbnail-icon:hover {
  color: #565656;
}

.offer-section-image {
  height: auto;
}

.offer-section-textfield {
  max-width: 100%;
  overflow: hidden;
  line-height: 1.5em;
  word-wrap: break-word;
}

.offer-section-textfield p {
  margin: 0;
}

.single-course-item {
  font-size: 18px;
  padding: 14px;
  background: #ededed;
  margin-bottom: 10px;
}

.single-course-item .course-title {
  float: left;
}

.single-course-item .link-block {
  float: right;
}

@media only screen and (max-width: 64.0625em) {
  .single-course-item .link-block {
    float: left;
    clear: left;
    margin-top: 10px;
  }
}

.course-separator {
  color: #ddd;
}

.find-course-wrapper {
  padding-top: 5px;
  text-align: right;
  position: relative;
  left: 100px;
  top: 8px;
}

.find-course-wrapper .find-course {
  padding: .9375rem 1rem !important;
}

.pull-bottom {
  margin-bottom: 1.875em;
}

.upfront {
  z-index: 1;
}

.required-field:before {
  content: "*";
  position: relative;
  color: red;
  margin-right: 7px;
}

.field-validation-block {
  padding: 15px 0;
  line-height: 1.5em;
  margin: 0 !important;
}

.error-search-message {
  padding: 100px 0;
  text-align: center;
  font-weight: 700;
}

em.ai, em.fa, i.ai, i.fa {
  font-style: normal;
}

.search-not-found-msg {
  display: block;
  margin: 2em 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  line-height: 1.5em;
}

.migration .main-content-column, .migration .main-content-column-centered {
  padding-top: 3.5em;
}

.product-support-separator .content-section {
  margin-left: 0;
}

.product-support-separator .main-content-column {
  margin-left: auto !important;
  margin-right: auto !important;
}

.iframe-loader {
  margin: 15px 0;
  width: 100%;
  height: 460px;
}

.error-message {
  color: #ca3415;
  font-size: .875rem;
  padding: 15px;
  display: none;
}

.validation-spinner {
  position: relative;
  top: 5px;
  left: 15px;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.content-section.cover-with-index {
  position: relative;
  z-index: 1;
}

.content-section > .main-content-column .content-section {
  margin-left: 0;
}

#Audio-Product-Registration > .spacer-1:nth-child(1) {
  display: none;
}

.width-auto {
  width: auto !important;
}

.avid-data-load {
  display: none;
  position: fixed;
  background: url(./../avid/images/avid-loader.gif) center center no-repeat #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .7;
  z-index: 100;
}

.avid-data-load.loading {
  display: block;
}

.jsMainPlaceholder > .main-content-column.specific-wrapper {
  width: auto;
  max-width: none;
}

@media only screen and (max-width: 64.0625em) {
  .jsMainPlaceholder > .main-content-column.specific-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  
  .jsMainPlaceholder > .main-content-column.specific-wrapper .two-column-inside > .content-section, .jsMainPlaceholder > .main-content-column.specific-wrapper .two-one-column-one > .content-section, .jsMainPlaceholder > .main-content-column.specific-wrapper .two-one-column-two > .content-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.avid-nav, .avid-nav ul.more-links {
  padding: 0;
}

.jsMainPlaceholder > .main-content-column.specific-wrapper .two-column, .jsMainPlaceholder > .main-content-column.specific-wrapper .two-column.padded-column-2, .jsMainPlaceholder > .main-content-column.specific-wrapper .two-one-column {
  max-width: 75rem;
  width: auto;
  padding: 0;
}

.jsMainPlaceholder > .main-content-column.specific-wrapper .two-one-column-one {
  width: -webkit-calc(33.33333% - 4.7px);
  width: calc(33.33333% - 4.7px);
}

h2, h3, h4, h5 {
  font-weight: 700;
  margin: 0 0 .625em;
  line-height: 130%;
}

h1 {
  font-size: 3rem;
  font-family: Walsheim !important;
}

@media screen and (max-width: 40.625rem) {
  h1 {
    font-size: 2.25rem;
  }
}

.headline-page-name {
  margin: 0 0 0 1.875rem;
}

@media screen and (max-width: 64.0625rem) {
  .headline-page-name {
    margin: 0 0 .9375rem;
  }
  
  .subhead-page {
    display: none;
  }
}

h4, h5 {
  font-family: Walsheim !important;
  margin: 0 0 .5em;
}

h2 {
  font-size: 2.25rem;
  font-family: Walsheim !important;
  font-weight: 100;
  color: #166188;
}

.home-product-title .ext, h2 .ext, h3, h4 {
  font-size: 1.5rem;
}

.signin-btn-wrapper h2, h2.normal {
  text-transform: none;
}

h2.white {
  color: #fff;
}

@media screen and (max-width: 40.625rem) {
  h2 {
    font-size: 1.5rem;
  }
}

h2 a {
  color: #166188;
}

h3 {
  font-weight: 400;
  font-family: Walsheim !important;
  color: #343434;
}

h4 {
  font-weight: 100;
}

h5 {
  font-size: 1rem;
  font-weight: 700;
}

.cta-price .pricing-price, .cta-price-text {
  font-family: Walsheim !important;
}

h5 + h5, ol + h5, p + h5, ul + h5 {
  margin-top: 2em;
}

.subhead-page {
  margin: 0 0 0 1.875rem;
  font-size: 1.125rem;
}

input[type=button] {
  min-width: 100px;
}

.btn-center {
  display: block;
  min-width: 120px;
  max-width: 190px;
  margin: 0 auto .9375em;
}

.btn-btn {
  vertical-align: middle;
  white-space: normal;
  text-align: center;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-weight: 500;
  line-height: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.cta-price, .cta-price sup, .cta-text {
  display: inline-block;
}

.btn-default {
  font-size: 1rem;
  line-height: 1;
  padding: .9375rem 1rem;
  max-width: 200px;
}

.btn-cta, .btn-cta-extra, .btn-orange, .btn-tr {
  font-weight: 600;
  line-height: 1;
  margin: .75rem 0 0;
  height: 57px;
  max-width: none;
  border-radius: 5px;
}

.btn-cta {
  padding: .375rem 1rem;
  background-color: #f47900;
  color: #fff !important;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.btn-cta:active, .btn-cta:hover {
  background-color: #b65b00;
  color: #fff;
}

.btn-cta * {
  color: #fff !important;
}

.btn-cta-extra, .btn-orange, .btn-tr {
  padding: 18px 0;
  background-color: #fff;
  color: #fff !important;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.cta-price, .cta-price-text, .cta-text, .x-small-text {
  line-height: 100%;
}

.btn-cta-extra:active, .btn-cta-extra:hover, .btn-orange:active, .btn-orange:hover, .btn-tr:active, .btn-tr:hover {
  background-color: #b65b00;
  color: #fff;
}

.btn-cta-extra *, .btn-orange *, .btn-tr * {
  color: #fff !important;
}

.btn-tr {
  background-color: transparent;
}

.cta-text {
  max-width: 55%;
  margin: .15em 0 0;
  font-size: 1.125rem;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 68.75rem) {
  .cta-text {
    margin: .4em 0 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 340px) {
  .cta-text {
    font-size: .8rem;
  }
}

.cta-text-simple {
  width: 100%;
}

.cta-price {
  margin: 0;
  padding-top: .05em;
  max-width: 40%;
  vertical-align: middle;
}

.cta-price .pricing-price {
  margin: 0 0 -3px;
  font-size: 1.5rem;
  line-height: 100%;
  color: #fff;
}

@media screen and (max-width: 68.75rem) {
  .cta-price .pricing-price {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 340px) {
  .cta-price .pricing-price {
    font-size: .8rem;
  }
}

.cta-price .pricing-price sup {
  font-size: .875rem;
  display: inline-block;
  margin: 0 1px 0 0;
}

@media screen and (max-width: 340px) {
  .cta-price .pricing-price sup {
    font-size: .6rem;
  }
}

.cta-price sup {
  font-size: .875rem;
  margin: 0 1px 0 0;
}

.btn-cta-sm {
  margin: 0;
  padding: .375rem 0 0;
  text-align: center;
}

.x-small-text {
  font-size: .5625rem;
  margin: 0 0 .375rem;
  letter-spacing: .05rem;
}

.cta-price-text {
  margin: -5px 0 -3px;
  font-size: 1.5rem;
}

@media screen and (max-width: 68.75rem) {
  .cta-price-text {
    font-size: 1.375rem;
  }
}

.btn-inline, .btn-large, .btn-medium {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  word-break: break-word;
  white-space: normal;
  max-width: 350px;
  padding: 1.25rem .9375rem 1.125rem;
  margin-bottom: .9375rem;
  border-radius: 5px;
}

.btn-large, .btn-medium {
  display: block;
}

.btn-inline {
  display: inline-block;
  width: 350px;
}

.btn-medium {
  max-width: 9.375rem;
  font-size: 1.125rem;
  padding: .5em .25rem;
  border-width: 1px;
}

.btn-outline-purple {
  border: 2px solid #7826e7;
  border-radius: 5px;
  color: #7826e7;
}

.btn-outline-purple:active, .btn-outline-purple:hover {
  color: #fff;
  border: 2px solid #7826e7;
  background-color: #7826e7;
}

.btn-outline-purple:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
}

.btn-outline-white:active, .btn-outline-white:hover {
  color: #fff;
  border: 2px solid #7826e7;
  background-color: #7826e7;
}

.btn-outline-white:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-outline-medium {
  border: 2px solid #343434;
  color: #343434;
}

.btn-outline-medium:active, .btn-outline-medium:hover {
  color: #fff;
  border: 2px solid #343434;
  background-color: #343434;
}

.btn-outline-medium:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.btn-outline-inactive:active, .btn-outline-inactive:hover {
  color: #aeaeae;
  border: 2px solid #aeaeae;
  background-color: #fff;
}

.btn-outline-inactive {
  border: 2px solid #aeaeae;
  color: #aeaeae;
  cursor: default;
}

.btn-outline-inactive:visited {
  color: #aeaeae;
  border: 2px solid #aeaeae;
}

.btn-outline-inactive:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.signin-btn-wrapper {
  margin: 30px 0 0;
  text-align: center;
}

.btn-large, .btn-medium, .signin-btn-wrapper .btn-large, .signin-btn-wrapper .btn-medium {
  margin-left: auto;
  margin-right: auto;
}

.top-nav-cta-container a.btn-btn, .top-nav-cta-container a.btn-tr {
  padding-top: 1.3em;
}

.top-nav-cta-container div.btn-cta {
  padding: .375rem 0;
  line-height: 2.5em;
}

.top-nav-cta-container div.btn-cta .cta-price, .top-nav-cta-container div.btn-cta .cta-text {
  max-width: 50%;
}

.btn-orange {
  color: #fff !important;
  background-color: #f47900 !important;
  border: none !important;
  height: auto !important;
}

.btn-orange:hover {
  color: #fff !important;
  background-color: #b65b00 !important;
}

button.support-submit-btn, input[type=button].support-submit-btn, input[type=reset].support-submit-btn, input[type=submit].support-submit-btn {
  display: block;
  width: auto;
  height: auto;
  min-height: 57px;
  max-width: 350px;
  min-width: 150px;
  padding: 7px 12px;
  font: 18px Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  background: #7826e7;
  border-radius: 5px;
  border: 0;
  -webkit-transition: background .2s;
  transition: background .2s;
}

button.support-submit-btn:active, button.support-submit-btn:hover, input[type=button].support-submit-btn:active, input[type=button].support-submit-btn:hover, input[type=reset].support-submit-btn:active, input[type=reset].support-submit-btn:hover, input[type=submit].support-submit-btn:active, input[type=submit].support-submit-btn:hover {
  background-color: #521669;
}

.top-nav-cta-button .btn-cta .cta-price.rich-text h3.centered-text {
  display: none;
}

.icon-wrapper {
  position: relative;
  margin-bottom: .625rem;
  overflow: hidden;
}

.icon-wrapper img, .icon-wrapper > .content {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.icon-wrapper:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}

.icon-wrapper img {
  margin: auto;
  min-width: 100%;
}

.icon-mega {
  width: 100%;
  max-width: 11.25rem;
}

.icon-xlarge {
  width: 100%;
  max-width: 6.25rem;
}

.icon-large {
  width: 80%;
  max-width: 5rem;
}

.icon-med {
  width: 50%;
  max-width: 3.125rem;
}

.icon-small {
  width: 40%;
  max-width: 2.5rem;
}

.icon-xsmall {
  width: 30%;
  max-width: 1.875rem;
}

.icon-fit-one img {
  height: 100%;
  width: auto;
}

.icon-fit-two img {
  height: 80%;
  width: auto;
}

.icon-fit-vert img {
  max-height: 100%;
  min-width: initial !important;
  width: auto;
  max-width: none;
}

.icon-inline {
  float: left;
  margin: 0 .9375rem 0 0;
}

.icon-placeholder {
  background: #aeaeae;
}

.icon-grid-item a {
  display: block;
}

.icon-grid-item i {
  text-align: center;
  font-size: 5rem;
  padding: 1rem;
  display: inline-block;
  color: #ccc;
}

.icon-grid-item .rich-text p > a, .icon-grid-item .rich-text > a {
  display: inline;
}

.icon-grid-item a.video-link i {
  font-size: inherit;
  padding: inherit;
  color: inherit;
}

.icon-grid-item a.video-link.grid-icon i {
  text-align: center;
  font-size: 5rem;
  padding: 1rem;
  display: inline-block;
  color: #ccc;
}

.icon-grid-compact-section h2 {
  margin-bottom: 2.5rem;
}

.icon-grid-compact-section .icon-grid-item {
  margin-bottom: 1rem;
  min-height: 8rem;
  max-width: 31rem;
}

.icon-grid-compact-section .icon-grid-item .igcs-item-icon {
  float: left;
  width: 8rem;
}

.icon-grid-compact-section .icon-grid-item .igcs-item-icon i {
  padding-left: 0;
}

.icon-grid-compact-section .icon-grid-item .igcs-item-texts {
  padding: 1rem 1rem 0;
}

.icon-grid-compact-section .icon-grid-item .igcs-item-texts.icon-margin {
  margin-left: 8rem;
}

.icon-grid-compact-section .icon-grid-item .igcs-item-texts .rich-text p {
  margin-bottom: .4rem;
}

.icon-grid-compact-section .icon-grid-item .igcs-item-texts .title {
  font-weight: 700;
  margin-bottom: .4rem;
}

.icon-grid-compact-section .icon-grid-item .igcs-item-texts .title span {
  display: inline-block;
}

.icon-grid-compact-section .icon-grid-item.two-column-inside:nth-child(2n+2) {
  float: right;
}

.icon-grid-compact-item i {
  font-size: 3rem;
  color: #ccc;
}

.icon-grid-compact-item p {
  line-height: 3rem;
}

.tiny-icons.scEnabledChrome .six-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tiny-icons .icon-grid-compact-item {
  display: inline-block;
}

.tiny-icons .icon-grid-compact-item a {
  display: inline-block;
  min-height: 1em;
  min-width: 1em;
}

.sitecore-mode.sitecore-editor .tiny-icons .icon-grid-compact-item a {
  border: 1px solid #ccc;
}

.icons-align-bottom .two-column {
  float: left;
}

.icons-align-bottom .two-column .two-column-inside {
  width: -webkit-calc(16.6666666667% - 20.67px);
  width: calc(16.6666666667% - 20.67px);
  margin-right: 20px;
  float: left;
  text-align: center;
}

.icons-align-bottom .two-column .two-column-inside:nth-child(2n+1) {
  clear: none;
}

.icons-align-bottom .two-column .two-column-inside .icon-inline {
  float: none;
  margin: 0;
}

.icons-align-bottom .two-column .two-column-inside .icon-inline i {
  font-size: 5rem;
}

.icons-align-bottom .two-column .two-column-inside .list-links-text {
  margin-top: 5px;
  font-weight: 700;
  color: #333;
  line-height: 1.5rem;
}

@media screen and (max-width: 42.5rem) and (min-width: 28.125rem) {
  .icons-align-bottom .two-column .two-column-inside:nth-child(3n) {
    margin-right: 0;
  }
  
  .icons-align-bottom .two-column .two-column-inside {
    width: -webkit-calc(33.3333333333% - 13.33px);
    width: calc(33.3333333333% - 13.33px);
    margin-right: 20px;
    float: left;
  }
}

@media screen and (max-width: 28.125rem) {
  .icons-align-bottom .two-column .two-column-inside {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 20px;
    float: left;
  }
}

.icon-link {
  display: inline;
  color: #00b2f4;
}

.icon-link:hover {
  color: #0086b6;
  cursor: pointer;
}

.grid-centered .icon-grid-compact-item, .grid-centered .icon-grid-item, .grid-centered .icon-grid-item * {
  text-align: center !important;
}

.grid-centered .icon-grid-compact-item .icon-inline {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.grid-centered .icon-grid-compact-item .list-links-text {
  display: inline-block;
}

.centered-icons-wrapper .one-column {
  width: 90%;
  margin: 0 auto;
}

.centered-icons-wrapper .four-column, .centered-icons-wrapper .two-column, .centered-icons-wrapper h2 {
  text-align: center;
}

.centered-icons-wrapper .four-column .four-column-inside, .centered-icons-wrapper .four-column .two-column-inside, .centered-icons-wrapper .two-column .four-column-inside, .centered-icons-wrapper .two-column .two-column-inside {
  display: inline-block;
  float: none;
}

.centered-icons-wrapper .four-column .four-column-inside:last-child, .centered-icons-wrapper .four-column .two-column-inside:last-child, .centered-icons-wrapper .two-column .four-column-inside:last-child, .centered-icons-wrapper .two-column .two-column-inside:last-child {
  margin-right: 0;
}

@media (max-width: 1025px) {
  .centered-icons-wrapper .one-column {
    width: 100%;
  }
}

body .my-account-wrapper {
  min-height: -webkit-calc(100vh - 108px);
  min-height: calc(100vh - 108px);
  padding-top: 80px;
}

body:not(.desktop-mobile-sitenav):not(.sitecore-mode) {
  margin-left: -webkit-calc(4rem + 8px);
  margin-left: calc(4rem + 8px);
}

body:not(.desktop-mobile-sitenav):not(.sitecore-mode) #fsrOverlay {
  margin-left: -webkit-calc(-4rem - 8px);
  margin-left: calc(-4rem - 8px);
}

body.desktop-sitenav.sitecore-mode {
  padding-left: -webkit-calc(4rem + 8px);
  padding-left: calc(4rem + 8px);
}

@media only screen and (max-width: 64.0625em), (max-height: 629px) {
  body .my-account-wrapper {
    padding-top: 60px;
  }
  
  body:not(.desktop-mobile-sitenav):not(.sitecore-mode), body:not(.desktop-mobile-sitenav):not(.sitecore-mode) #fsrOverlay {
    margin-left: 0;
  }
  
  body.desktop-sitenav.sitecore-mode {
    padding-left: 0;
  }
}

.not-visible-imp {
  opacity: 0;
}

.visible-imp {
  opacity: 1;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.aligner--center, .aligner--left-center, .avid-nav a, .avid-nav a .avid-nav-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

avid-nav-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.aligner--left-center, .avid-nav a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hidden {
  display: none;
}

.avid-menu {
  bottom: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  left: 0;
  top: 0;
  position: fixed;
  width: 4rem;
  z-index: 5;
  background: #fff;
  border-right: 8px solid #7826e7;
  font-size: .8125em;
  font-weight: 700;
  font-family: Walsheim !important;
  overflow: hidden;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-property: width, border;
  transition-property: width, border;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.avid-menu a {
  text-decoration: none !important;
  font-size: inherit;
}

.avid-menu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.avid-menu.avid-menu--no-header {
  top: 0;
}

.avid-menu .avid-menu-inner {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
}

.avid-menu--show, .avid-menu--show-mobile {
  width: 270px;
}

@media only screen and (min-width: 64.125em) {
  .avid-menu--subnav-opened {
    -webkit-transition-delay: unset !important;
    transition-delay: unset !important;
  }
  
  .avid-menu--subnav-opened .avid-nav > li.has-subnav {
    -webkit-transition-property: background-color;
    transition-property: background-color;
  }
  
  .avid-menu--subnav-opened .avid-nav > li.has-subnav.hover, .avid-menu--subnav-opened .avid-nav > li.has-subnav:hover {
    background-color: #fff;
  }
  
  .avid-menu--show-subnav {
    background: #fff;
    width: 470px;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  
  .avid-menu--show-subsubnav {
    background: #ebebeb;
    width: 750px;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  
  .avid-menu--show-subnav-search {
    width: 990px;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }
  
  .subnav-search .avid-subnav {
    width: 720px;
  }
}

.avid-menu-logo {
  height: 1.875rem;
  margin: 0 0 1.875rem;
  width: 270px;
  text-align: center;
  font-size: 3em;
  color: #fff;
}

@media screen and (max-height: 39.375rem) {
  .avid-menu-logo {
    display: none;
  }
}

.avid-menu-logo a {
  color: #fff;
}

.avid-nav-wrapper {
  width: 100%;
  min-width: 270px;
  max-width: 270px;
  background: #343434;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.avid-nav-wrapper .avid-menu-left-logo {
  padding-top: 1rem;
  padding-bottom: 2vh;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 80px;
  visibility: hidden;
}

.avid-nav-wrapper .avid-menu-left-logo a {
  font-size: 2rem;
  text-align: center;
  height: 64px;
  display: block;
}

.avid-nav-wrapper .avid-menu-left-logo a i {
  height: 100%;
  width: 100%;
  display: inline-block;
  line-height: 64px;
  font-size: 5rem;
  color: #fff;
}

.avid-nav-wrapper .avid-menu-inner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.avid-nav-wrapper .avid-menu-inner-top .avid-menu-account, .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search, .avid-nav-wrapper .avid-menu-inner-top .avid-menu-signin {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 8.125rem;
}

.avid-menu--no-header .avid-nav-wrapper .avid-menu-left-logo {
  visibility: visible;
}

.sitecore-mode .avid-nav-wrapper .avid-menu-left-logo {
  margin-top: -80px;
}

.avid-menu-search div {
  display: none;
}

.avid-menu-account, .avid-menu-full-menu, .avid-menu-signin {
  text-align: center;
  padding: 1rem 0 1rem .5rem;
  display: inline-block;
}

.avid-menu-account div, .avid-menu-full-menu div, .avid-menu-signin div {
  display: none;
}

.avid-menu-account a, .avid-menu-full-menu a, .avid-menu-signin a {
  font-family: Walsheim !important;
  color: #b3b3b3;
  padding: 8px 6px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(179,179,179,.25);
  border-radius: 4px;
  display: inline-block;
  min-height: 2rem;
  max-height: 2rem;
  height: 2rem;
  font-weight: 500;
  width: 7.1rem;
  font-size: 12px;
  text-decoration: none !important;
}

.avid-menu-account a i, .avid-menu-full-menu a i, .avid-menu-signin a i {
  font-family: avidmoon, FontAwesome, Blank;
  float: right;
  padding-left: 3px;
  font-size: 14px;
  line-height: normal;
  text-indent: 0;
}

.avid-menu-account a:hover, .avid-menu-full-menu a:hover, .avid-menu-signin a:hover {
  background-color: #7826e7;
  border: 1px solid #7826e7;
  color: #fff;
}

.avid-menu-account a i, .avid-menu-signin a i {
  width: 17px;
  min-width: 17px;
  max-width: 17px;
  height: 14px;
  min-height: 14px;
  max-height: 14PX;
}

.avid-menu-full-menu {
  width: 100%;
  padding-top: 0;
}

.avid-menu-full-menu a {
  min-width: 9rem;
  width: auto;
}

.avid-menu-full-menu a i {
  padding-left: 6px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 14px;
  min-height: 14px;
  max-height: 14px;
}

.avid-menu-search {
  text-align: center;
  padding: 1rem 0;
  display: inline-block;
  cursor: text;
  width:260px;
}

.avid-menu-search .fancybox, .avid-menu-search .fancybox-ready {
  display: block;
  position:relative;
}

.avid-menu-search .fancybox .icon-search-wrap, .avid-menu-search .fancybox-ready .icon-search-wrap {
  display: inline-block;
  right: 1.75rem;
  float: right;
  width: 0;
  position:absolute;
  top:50%;
  transform:translateY(-65%);
}

.avid-menu-search .fancybox .icon-search-wrap .icon-search, .avid-menu-search .fancybox-ready .icon-search-wrap .icon-search {
  color: #b3b3b3;
  cursor: pointer;
  cursor: hand;
  background: 0 0;
  outline: 0;
  font-size: 14px;
  line-height: normal;
  font-family: Walsheim !important;
  height: auto;
  min-height: 0;
  vertical-align: baseline;
  overflow: initial;
}

.avid-menu-search .fancybox .icon-search-wrap .icon-search:active, .avid-menu-search .fancybox .icon-search-wrap .icon-search:focus, .avid-menu-search .fancybox .icon-search-wrap .icon-search:hover, .avid-menu-search .fancybox-ready .icon-search-wrap .icon-search:active, .avid-menu-search .fancybox-ready .icon-search-wrap .icon-search:focus, .avid-menu-search .fancybox-ready .icon-search-wrap .icon-search:hover {
  background: 0 0;
  outline: 0;
}

.avid-menu-search .fancybox .icon-search-wrap .icon-search:before, .avid-menu-search .fancybox-ready .icon-search-wrap .icon-search:before {
  display: none;
  content: none;
}

.avid-menu-search .fancybox .icon-search-wrap .icon-search i.ai, .avid-menu-search .fancybox-ready .icon-search-wrap .icon-search i.ai {
  width: 14px;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  min-height: 14px;
  max-height: 14px;
}

.avid-menu-search .fancybox .avid-menu-search-input, .avid-menu-search .fancybox-ready .avid-menu-search-input {
  font-family: Walsheim !important;
  font-weight: 700;
  font-size: .75rem;
  background-color: #ebebeb;
  padding:.2rem 1.5rem .2rem .5rem;
  margin: 0;
  border: none;
  border-radius: 4px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 2px 2px 3px 1px #9a9a9a;
  box-shadow: inset 2px 2px 3px 1px #9a9a9a;
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  width: -webkit-calc(100% - 1rem);
  width: calc(100% - 1rem);
  letter-spacing: 1px;
  color: #9b9b9b;
  text-align: left;
  line-height: 1.875rem;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top, .avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-left-logo {
  width: 4rem;
}

.avid-menu-search-input.single-line:before{
	content:'*';position:relative;left:-50px;opacity:0;pointer-events:none;user-select:none
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-left-logo a i {
  font-size: 1.25rem;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-search {
  min-width: 1rem;
  padding-left: 0;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-search .fancybox, .avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-search .fancybox-ready {
  height: 30px;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-search .fancybox .avid-menu-search-input, .avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-search .fancybox-ready .avid-menu-search-input {
  width: 0;
  padding-left: .625rem;
  padding-right: .625rem;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: -999px;
  overflow: hidden;
  font-size: 0;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-search .fancybox .icon-search-wrap, .avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-search .fancybox-ready .icon-search-wrap {
  right: 1.5rem;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-account, .avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-signin {
  min-width: 1rem;
  padding-left: .5rem;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-account a, .avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner-top .avid-menu-signin a {
  width: 1.25rem;
  font-size: 0;
  padding-left: .25rem;
  padding-right: .25rem;
  border: none;
  vertical-align: top;
  line-height: 1.25;
  text-indent: -999px;
  overflow: hidden;
}

.top-navigation.top-navigation-non-hero .top-nav-main .page-header, .top-navigation.top-navigation-non-hero .top-nav-main .page-header-wrapper, .top-navigation.top-navigation-non-hero .top-nav-main > .scEnabledChrome {
  vertical-align: middle;
  display: inline-block;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .main-menu-footer {
  width: 4rem;
  padding-left: .5rem;
  padding-right: .5rem;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .main-menu-footer a {
  width: 100%;
  margin: auto;
  min-height: 3.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  overflow: hidden;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .main-menu-footer a:before {
  margin-right: 0;
  text-indent: 0;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .main-menu-footer a p {
  display: none;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-full-menu .open-full-menu {
  float: right;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner .avid-menu-full-menu {
  padding-left: 0;
  padding-right: 0;
  width: 4rem;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner .avid-menu-full-menu a {
  text-indent: -999px;
  min-width: 2.5rem;
  max-width: 2.5rem;
}

.avid-menu:not(.avid-menu--show):not(.avid-menu--show-mobile) .avid-menu-inner .avid-menu-full-menu a i {
  padding: 0 6px;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
}

@media only screen and (min-width: 64.125em) {
  body.desktop-sitenav .avid-nav .subnav-close:hover, body.desktop-sitenav .avid-nav > li.has-subnav.hover > a, body.desktop-sitenav .avid-nav > li.has-subnav:hover > a {
    color: #c29df4;
  }
  
  body.desktop-sitenav .avid-nav {
    max-height: none;
  }
  
  body.desktop-sitenav .avid-nav li.has-subnav.hover > .avid-subnav, body.desktop-sitenav .avid-nav li.has-subnav:hover > .avid-subnav {
    display: block;
  }
  
  body.desktop-sitenav .avid-nav > li.has-subnav {
    background-size: 200% 100%;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,transparent),color-stop(50%,#fff));
    background-image: -webkit-linear-gradient(left,transparent 50%,#fff 50%);
    background-image: linear-gradient(to right,transparent 50%,#fff 50%);
  }
  
  body.desktop-sitenav .avid-nav > li.has-subnav.hover, body.desktop-sitenav .avid-nav > li.has-subnav:hover {
    -webkit-transition-property: background-position;
    transition-property: background-position;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    background-position: -100% 0;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  
  body.desktop-sitenav .avid-nav .subnav-close {
    display: block !important;
    font-size: 30px !important;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
    z-index: 999;
  }
  
  body.desktop-sitenav .avid-nav li a span {
    min-width: 4rem;
  }
  
  body.desktop-sitenav .avid-subnav li.is-link a {
    color: inherit;
  }
  
  body.desktop-sitenav .avid-subnav li.is-link a:hover {
    color: #c29df4;
  }
  
  body.desktop-sitenav .avid-subnav ul.subnav-links li.has-subnav > a {
    background-size: 200% 100%;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,transparent),color-stop(50%,#ebebeb));
    background-image: -webkit-linear-gradient(left,transparent 50%,#ebebeb 50%);
    background-image: linear-gradient(to right,transparent 50%,#ebebeb 50%);
    -webkit-transition-property: background-position;
    transition-property: background-position;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
  }
  
  body.desktop-sitenav .avid-subnav ul.subnav-links li.has-subnav.hover > a, body.desktop-sitenav .avid-subnav ul.subnav-links li.has-subnav:hover > a {
    color: #c29df4;
    background-position: -100% 0;
    -webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  }
  
  body.desktop-sitenav .avid-subnav ul.subnav-links li.has-subnav.hover .avid-subnav, body.desktop-sitenav .avid-subnav ul.subnav-links li.has-subnav:hover .avid-subnav {
    background: #ebebeb;
  }
  
  body.desktop-sitenav .avid-subnav ul.subnav-links li.has-subnav.hover .avid-subnav a, body.desktop-sitenav .avid-subnav ul.subnav-links li.has-subnav:hover .avid-subnav a {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: inherit;
  }
  
  body.desktop-sitenav .avid-subnav ul.subnav-links li.has-subnav.hover .avid-subnav a:hover, body.desktop-sitenav .avid-subnav ul.subnav-links li.has-subnav:hover .avid-subnav a:hover {
    color: #c29df4;
    background: 0 0;
  }
}

.avid-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: -webkit-calc(100vh - 300px);
  max-height: calc(100vh - 300px);
  list-style-type: none;
  margin: 0;
  width: 100%;
}

.avid-nav li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #111;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avid-nav li.is-link > .menu-buy-link {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .75rem;
}

.avid-nav > li:first-child {
  border-top: 1px solid #111;
}

.avid-nav li.is-link {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
}

.avid-nav li.is-link:not(.active) .buy-hover, .avid-nav li.is-link:not(.active) a:not(.menu-buy-link):hover {
  color: #c29df4;
  -webkit-transition: .2s;
  transition: .2s;
}

.avid-nav li.is-link.active {
  background: #7826e7;
  color: #fff;
}

.avid-nav li.is-link.active a:not(.menu-buy-link) {
  color: #fff;
}

.avid-nav li.hide-on-desktops {
  display: none;
}

.avid-nav ul.more-links li {
  margin: 0;
  border: 0;
}

.main-menu-footer a p, .main-menu-footer a:before {
  margin-top: auto;
  margin-bottom: auto;
}

.avid-nav ul.more-links li a.flyout-more-link {
  color: #00b2f4 !important;
}

.avid-nav ul.more-links li a.flyout-more-link:hover {
  color: #166188 !important;
}

.avid-nav a {
  color: #b3b3b3;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.avid-nav a:not(.menu-buy-link):hover {
  color: #c29df4;
}

.avid-nav a .avid-nav-icon {
  height: 100%;
  top: 0;
  left: 0;
  width: 4rem;
  font-size: 2em;
}

.avid-nav a .avid-nav-icon .ai, .avid-nav a .avid-nav-icon .fa {
  margin: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

@media screen and (max-height: 50rem) {
  .avid-nav a {
    height: 3.5em;
  }
  
  .avid-nav a .avid-nav-icon .ai, .avid-nav a .avid-nav-icon .fa {
    padding-top: .3em;
    padding-bottom: .3em;
  }
}

@media screen and (max-height: 43.75rem) {
  .avid-nav a {
    height: 2.8em;
  }
  
  .avid-nav a .avid-nav-icon .ai, .avid-nav a .avid-nav-icon .fa {
    padding-top: .2em;
    padding-bottom: .2em;
  }
}

.avid-nav .avid-nav-spacer {
  background: #232323;
  height: 1em;
}

@media screen and (max-height: 46.875rem) {
  .avid-nav .avid-nav-spacer {
    display: none;
  }
}

@media only screen and (max-width: 64.0625em), (max-height: 629px) {
  body:not(.desktop-sitenav) {
    margin-left: 0;
  }
  
  body:not(.desktop-sitenav) .avid-nav {
    display: block;
    max-height: none;
  }
}

.main-menu-footer a, a.menu-buy-link {
  margin-right: .75rem;
  padding: .2rem .5rem;
  width: auto;
  color: #f47900;
  border: 1px solid #f47900;
  border-radius: 3px;
  font-size: .8em;
  z-index: 1;
  height: 1.25rem;
  margin-top: auto;
  margin-bottom: auto;
  display: inline-block;
}

.main-menu-footer a:hover, a.menu-buy-link:hover {
  color: #fff;
  background-color: #f47900;
}

.avid-subnav, .avid-subnav ul.subnav-links > li.is-link:hover {
  background: #fff;
}

.main-menu-footer a {
  padding: 2px;
}

a.menu-buy-link {
  line-height: normal;
  -webkit-box-sizing: initial;
  box-sizing: initial;
  height: auto;
  text-align: center;
}

.main-menu-footer {
  display: block;
  padding: 2rem 1rem 1rem;
}

.main-menu-footer a {
  width: 100%;
  margin: auto;
  min-height: 3.75rem;
  max-height: 3.75rem;
  height: 3.75rem;
  font-size: large;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

.main-menu-footer a:before {
  content: "\f07a";
  font-family: avidmoon, FontAwesome, Blank;
  font-size: 2rem;
  margin-right: .75rem;
  font-weight: 100;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  text-align: center;
  line-height: 34px;
}

.env-ie .main-menu-footer a:before, .env-ie9 .main-menu-footer a:before {
  line-height: 38px;
}

.env-ie9 .avid-nav a {
  display: block;
  padding-top: 1.8em;
}

.env-ie9 .avid-nav a .avid-nav-icon {
  padding-left: .6em;
  padding-top: 1em;
}

.env-ie9 .avid-menu-logo a {
  line-height: 1.8em;
}

.env-ie9 .subnav-search-alt a {
  text-align: center;
}

@media only screen and (max-width: 64.0625em) {
  .env-ie9 .avid-subnav .return-to-menu, .env-ie9 .avid-subnav .return-to-subnav {
    display: block !important;
  }
}

.avid-subnav {
  display: none;
  bottom: 0;
  position: fixed;
  left: 270px;
  top: 80px;
  width: 200px;
  color: #b3b3b3;
}

.avid-subnav ul.subnav-links {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  word-wrap: normal;
}

.avid-subnav ul.subnav-links li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.avid-subnav ul.subnav-links li .avid-subnav {
  display: none;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 200px;
  overflow-y: scroll;
  width: 280px;
  background: #fff;
  color: #979797;
  padding: 1.75rem;
}

.avid-subnav ul.subnav-links > li > a, .page-nav {
  width: 100%;
}

.avid-subnav ul.subnav-links li .avid-subnav h5 {
  color: #232323;
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
}

.avid-subnav ul.subnav-links li .avid-subnav ul {
  display: block;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.avid-subnav ul.subnav-links li .avid-subnav li {
  display: block;
  margin: .625em 0;
  padding: 0;
  border: 0;
}

.avid-menu.avid-menu--no-header .avid-subnav {
  top: -1px;
}

@media only screen and (max-width: 64.0625em) {
  .avid-menu.avid-menu--no-header .avid-subnav {
    top: 60px;
  }
}

.page-nav {
  left: 4rem;
  top: 190px;
  padding-left: 30px;
  position: fixed;
  max-width: 270px;
  z-index: 3;
  font-size: 1rem;
  color: #111;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .45s;
  transition-duration: .45s;
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.page-nav.page-nav--hide {
  opacity: 0;
}

.page-nav ul {
  margin: 0;
  padding: 0 30px 0 0;
}

.page-nav ul.page-nav-sections {
  margin: .5em 0 1.5em .5em;
  padding-left: 1em;
  border-left: 1px solid #aeaeae;
  text-transform: none;
}

.page-nav ul.page-nav-sections a {
  padding: .5em 0;
  outline: 0;
}

.page-nav ul .page-nav-item-hidden {
  background-color: #d8d85f;
  padding: 5px;
  border-radius: 5px;
  color: #000;
}

.page-nav ul .page-nav-item-hidden:hover {
  color: #000;
}

.page-nav ul .page-nav-info-icon {
  text-transform: lowercase;
  width: 20px;
  display: inline-block;
  height: 20px;
  text-align: center;
  background-color: #000;
  color: #d8d85f;
  border-radius: 10px;
  margin-left: 10px;
  line-height: 20px;
  font-weight: 700;
}

.page-nav .related {
  display: none;
}

.page-nav a {
  display: inline-block;
  padding: .625em 0;
  color: inherit;
  font-size: .925em;
  -webkit-transition: none;
  transition: none;
  letter-spacing: 2px;
}

.page-nav-mobile-toggle, .page-nav[data-magellan-expedition-clone] {
  display: none;
}

.page-nav a:hover {
  color: #f47900 !important;
  text-decoration: none;
}

.page-nav .filter-link a, .page-nav .filter-link a:hover {
  color: #00b2f4;
}

.page-nav a.active, .page-nav-sections li.active a {
  color: #f47900 !important;
}

.page-nav a.active {
  font-weight: 700;
}

.page-nav .content-section {
  margin-left: 0;
  margin-bottom: 1.5em;
}

.page-nav .content-section p {
  margin-bottom: 0;
}

.avid-nav .return-to-menu, .avid-nav .return-to-subnav, .avid-subnav .return-to-menu, .avid-subnav .return-to-subnav {
  display: none !important;
}

.all-products-page .page-nav {
  max-width: 200px;
}

@media only screen and (min-width: 64.125em) and (max-width: 1230px) {
  .page-nav {
    width: 265px;
  }
}

@media screen and (max-height: 50rem) {
  .page-nav {
    top: 12.5rem;
  }
}

@media screen and (max-height: 43.75rem) {
  .page-nav {
    top: 12.5rem;
  }
  
  .page-nav a {
    padding-top: .8em;
    padding-bottom: .8em;
  }
}

.page-nav-sections li:first-child a {
  padding-top: .25em;
}

.page-nav-sections li:last-child a {
  padding-bottom: .25em;
}

.page-nav-gradient {
  height: 100%;
  left: 4rem;
  position: absolute;
  width: 330px;
  z-index: 2;
  background: -webkit-linear-gradient(left,rgba(0,0,0,.75) 0,rgba(0,0,0,.7) 50%,transparent 100%);
}

.all-products-page .page-nav-gradient, .main--open-menu .page-nav-gradient {
  display: none;
}

.content-section .page-nav-gradient {
  left: 0;
}

.main-nav-initial {
  left: -80px;
}

#protoolsindex .main-nav-initial {
  left: 0;
}

.main-nav-inactive {
  left: -80px;
  -webkit-transition: left .2s ease-in;
  transition: left .2s ease-in;
}

.main-nav-active {
  left: 0;
  -webkit-transition: left .2s ease-in;
  transition: left .2s ease-in;
}

#protoolsindex .subnav-intial {
  left: 0;
}

.subnav-inactive {
  left: -100px;
  -webkit-transition: left .3s ease-in;
  transition: left .3s ease-in;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  display: block;
}

.top-navigation.pinned-state {
  display: none;
}

.sitecore-mode .top-navigation.pinned-state {
  display: block;
}

.sitecore-mode.sitecore-preview .top-navigation.pinned-state {
  display: none;
}

.top-navigation {
  word-wrap: normal;
  width: 100%;
  min-width: 80px;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0 25px;
  -webkit-box-shadow: 0 3px 12px rgba(0,0,0,.23), 0 3px 12px rgba(0,0,0,.16);
  box-shadow: 0 3px 12px rgba(0,0,0,.23), 0 3px 12px rgba(0,0,0,.16);
}

.top-navigation.top-navigation-hero {
  background-color: #166188;
}

.top-navigation.top-navigation-non-hero {
  background-color: #fff;
}

.top-navigation.top-navigation-non-hero .top-nav-logo.top-nav-logo {
  color: #7826e7;
  font-size: 2.6em;
  line-height: normal;
}

.top-navigation.top-navigation-non-hero .top-nav-main {
  padding-left: 2.9375rem;
}

.top-navigation.top-navigation-non-hero .top-nav-main .ai, .top-navigation.top-navigation-non-hero .top-nav-main .fa, .top-navigation.top-navigation-non-hero .top-nav-main i {
  display: inline-block;
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 10px;
}

.top-navigation.top-navigation-non-hero .top-nav-main .ai.ai-avid-everywhere-color .path4:before, .top-navigation.top-navigation-non-hero .top-nav-main .fa.ai-avid-everywhere-color .path4:before, .top-navigation.top-navigation-non-hero .top-nav-main i.ai-avid-everywhere-color .path4:before {
  margin-left: -1.227em;
}

.top-navigation.top-navigation-non-hero .top-nav-main .page-header {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-family: Walsheim !important;
  font-weight: 500;
  line-height: 100%;
}

.top-navigation.top-navigation-empty {
  background-color: #414141;
}

.top-navigation .btn-cta, .top-navigation .btn-cta-extra, .top-navigation .btn-orange, .top-navigation .btn-tr {
  background-color: #f47900 !important;
  color: #fff !important;
  border-color: #f47900 !important;
}

.top-navigation .btn-cta-extra:hover, .top-navigation .btn-cta:hover, .top-navigation .btn-orange:hover, .top-navigation .btn-tr:hover {
  background-color: #b65b00 !important;
  border-color: #b65b00 !important;
}

.cta-wrapper .content-editor-message-container {
  position: relative;
  margin: 0;
  padding: 0;
  height: 0;
}

.cta-wrapper .content-editor-message-container .content-editor-message {
  position: absolute;
  width: 50px;
  top: 8px;
  z-index: 1;
  display: inline-block;
}

.cta-wrapper .content-editor-message-container .content-editor-message.left {
  left: 0;
}

.cta-wrapper .content-editor-message-container .content-editor-message.right {
  right: 0;
}

.sitecore-mode .main {
  margin-top: 0;
}

.sitecore-mode .top-navigation {
  position: relative;
}

.sitecore-mode .page-nav {
  position: absolute;
}

.sitecore-mode .content-section-overlay-hed {
  top: initial;
}

.sitecore-mode .main:not(.main--no-header) .top-navigation {
  margin-left: -webkit-calc(-4rem - 8px);
  margin-left: calc(-4rem - 8px);
  width: -webkit-calc(100% + 4rem + 8px);
  width: calc(100% + 4rem + 8px);
}

.top-nav-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 320px);
  width: calc(100% - 320px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  float: left;
  margin-right: 1.25rem;
  height: 80px;
  overflow: hidden;
}

.top-nav-contents a {
  font-size: 100%;
}

.top-nav-contents .features-grid-container {
  margin-left: auto;
  margin-right: 80px;
  float: right;
  max-width: initial;
  width: auto;
}

.top-nav-contents .features-grid-container .features-grid {
  padding: 0 0 0 40px;
}

.top-nav-contents .features-grid-container .features-grid .pricing-grid.product-attrs {
  width: auto;
  float: none;
  margin: 1.2em 0 0;
}

.top-nav-contents .features-grid-container .features-grid .pricing-grid.product-attrs li {
  width: auto;
  max-width: 11em;
  margin-right: 1em;
}

.top-nav-contents .features-grid-container .features-grid .pricing-grid.product-attrs li:last-child {
  margin-right: 0;
}

.top-nav-contents .features-grid-container .features-grid .pricing-grid.product-attrs li span {
  margin-bottom: 1em;
  height: 10px;
}

.top-nav-contents .features-grid-container .features-grid .pricing-grid.product-attrs li strong {
  overflow: hidden;
  height: 35px;
  text-align: center;
}

@media screen and (max-width: 90.625rem) {
  .top-nav-contents .features-grid-container {
    margin-right: 3%;
  }
  
  .top-nav-contents .features-grid-container .features-grid .pricing-grid.product-attrs li {
    max-width: 8em;
  }
}

@media screen and (max-width: 84.625rem) {
  .top-nav-contents .features-grid-container .features-grid .pricing-grid.product-attrs li {
    max-width: 6em;
  }
}

@media screen and (max-width: 75.125rem) {
  .top-nav-contents .features-grid-container .features-grid .pricing-grid.product-attrs li strong {
    height: 45px;
  }
}

@media only screen and (max-width: 64.0625em), (max-height: 629px) {
  .top-nav-contents {
    width: 80%;
    height: auto;
  }
}

.top-nav-logo {
  float: left;
  color: #fff;
  font-size: 2.6em;
  margin: .4em 0 0;
  position: relative;
}

.top-nav-main {
  width: auto;
  float: left;
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: -.05em;
  margin: .9375em 0 1.3em;
  font-family: Walsheim !important;
  padding: 0 0 0 .9375rem;
  height: auto;
  overflow: hidden;
}

.top-nav-main ul {
  height: 40px;
  overflow: hidden;
}

.top-nav-main ul > div {
  display: inline-block;
  vertical-align: bottom;
}

.top-nav-main li {
  padding: .625em .75em .625em 0;
  margin: 0 0 0 .75em;
  display: inline-block;
  border-right: 1px solid #888;
}

.features-grid, .page-subnav {
  display: none;
}

.top-nav-main li.active {
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 73.125rem) {
  .top-nav-main li {
    border-right: 1px solid #aeaeae;
    font-size: 1rem;
  }
}

.top-nav-main li:last-child {
  border: 0;
  padding-right: 0;
}

.top-nav-main li:nth-child(1) {
  margin-left: 0;
}

.top-nav-main li a {
  color: #d0d0d0;
}

.top-nav-main li a:hover {
  color: #fff;
}

.top-nav-main h1 {
  font-size: 1.5rem;
  line-height: 100%;
  margin: -.25rem 0 0;
}

.top-nav-main > p {
  margin: 8px 0 14px;
}

.top-nav-arrow-right-container {
  width: 40px;
  height: 80px;
  position: absolute;
  overflow: hidden;
  right: -39px;
  top: 0;
}

.top-nav-arrow-right {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: -17px;
  right: 20px;
  -webkit-box-shadow: inset -3px 3px 4px rgba(0,0,0,.2), inset 0 0 0 1000px rgba(0,0,0,.15);
  box-shadow: inset -3px 3px 4px rgba(0,0,0,.2), inset 0 0 0 1000px rgba(0,0,0,.15);
  -webkit-transform: rotate(30deg) skewY(30deg);
  -ms-transform: rotate(30deg) skewY(30deg);
  transform: rotate(30deg) skewY(30deg);
}

.top-nav-arrow-left-container {
  width: 40px;
  height: 80px;
  overflow: hidden;
  float: left;
  position: relative;
}

.top-nav-arrow-left {
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: -17px;
  right: 20px;
  background-color: #166188;
  -webkit-box-shadow: 3px -3px 4px rgba(0,0,0,.2);
  box-shadow: 3px -3px 4px rgba(0,0,0,.2);
  -webkit-transform: rotate(30deg) skewY(30deg);
  -ms-transform: rotate(30deg) skewY(30deg);
  transform: rotate(30deg) skewY(30deg);
}

.top-nav-cta-container {
  width: 300px;
  float: left;
}

.top-nav-cta-button {
  position: relative;
}

.top-nav-cta-button .btn-cta {
  padding-left: 0;
  padding-right: 0;
}

.top-nav-cta-button .btn-cta .cta-price, .top-nav-cta-button .btn-cta .cta-text {
  max-width: 49%;
}

.cta-promos {
  position: fixed;
  margin-top: 80px;
  height: auto;
  width: 300px;
  right: 24px;
  padding: .5rem 0;
  opacity: .8;
}

.page-subnav, .sitecore-mode .cta-promos {
  position: absolute;
}

.cta-promos a {
  float: left;
  border-right: 1px solid #fff;
  padding: 0 10px;
  width: auto;
  text-align: center;
  font-size: .875rem;
  color: #fff;
  word-wrap: break-word;
}

.cta-promos a.promo-item-1 {
  width: 100%;
}

.cta-promos a.promo-item-2 {
  width: 50%;
}

.cta-promos a.promo-item-3 {
  width: 33%;
}

.cta-promos a.promo-item-4 {
  width: 25%;
}

.cta-promos a:last-child {
  border: 0;
}

.cta-promos a:hover {
  color: #0086b6;
}

.page-subnav {
  width: 100%;
  height: 2.25em;
  bottom: 10px;
  background-color: #d0d0d0;
  text-align: center;
  z-index: 5;
  padding: .5em 0 0;
}

.page-subnav li {
  display: inline-block;
  font-weight: 700;
}

.page-subnav li:after {
  content: ' | ';
  display: inline-block;
  margin: 0 .625em;
}

.page-subnav li:nth-child(3):after {
  content: '';
  margin: 0;
}

.page-subnav-fixed {
  position: fixed;
  top: 90px;
}

.top-nav-arrow-right, .top-navigation {
  background-color: #1f88c1;
}

.arrow-dark {
  background-color: #1b79ab;
}

.cta-promos {
  border: 1px solid #1f88c1;
  border-top: 0 !important;
  background-color: rgba(31,136,193,.6);
}

.avid-menu-scroll {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.avid-nav-wrapper-scroll {
  display: block;
}

.avid-help-window.active {
  z-index: 8100;
}

.fancybox-wrap.menu-popup {
  padding: -webkit-calc(1.5vh + 1.5vw) !important;
  padding: calc(1.5vh + 1.5vw) !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  width: -webkit-calc(100vw - 1rem) !important;
  width: calc(100vw - 1rem) !important;
  position: fixed !important;
}

.fancybox-wrap.menu-popup.fancybox-opened {
  z-index: 8050;
}

@media only screen and (max-width: 64.0625em), (max-height: 629px) {
  .fancybox-wrap.menu-popup {
    padding: 0 !important;
    width: 100vw !important;
    height: -webkit-calc(100vh - 60px) !important;
    height: calc(100vh - 60px) !important;
    top: 60px !important;
  }
}

.fancybox-wrap.menu-popup a {
  text-decoration: none !important;
}

.fancybox-wrap.menu-popup .fancybox-skin {
  border-radius: 0;
  border: 1px solid #111;
  background-color: #343434;
  color: #d5d5d5;
  height: 100% !important;
}

.fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer {
  height: 100% !important;
  width: 100% !important;
}

@media (max-width: 50rem), (max-height: 629px) {
  .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer {
    padding-top: 2.5rem;
  }
}

.fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner {
  height: 100% !important;
  width: 100% !important;
  padding: 0;
}

.fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner a:not(.menu-buy-link):not(.shop-link), .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner h1, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner h2, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner h3 {
  color: inherit;
}

.fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner a:not(.menu-buy-link):not(.shop-link).buy-hover, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner a:not(.menu-buy-link):not(.shop-link):hover, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner h1.buy-hover, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner h1:hover, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner h2.buy-hover, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner h2:hover, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner h3.buy-hover, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner h3:hover {
  color: #c29df4;
}

.fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner .avid-menu-account a:hover, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-outer .fancybox-inner .avid-menu-signin a:hover {
  color: inherit !important;
}

.fancybox-wrap.menu-popup .fancybox-skin .fancybox-close {
  background-image: none;
  color: inherit;
  top: 1.25rem;
  left: 1.25rem;
  right: initial;
  height: 1.25rem;
  width: 1.25rem;
  white-space: nowrap;
  font-size: 0;
}

.fancybox-wrap.menu-popup .fancybox-skin .fancybox-close:after {
  content: "\e911";
  font-size: 20px;
  font-family: avidmoon, FontAwesome, Blank;
  color: #fff;
  float: left;
}

.fancybox-wrap.menu-popup .fancybox-skin .fancybox-close:hover, .fancybox-wrap.menu-popup .fancybox-skin .fancybox-close:hover:after {
  color: #c29df4;
}

@media only screen and (max-width: 64.0625em), (max-height: 629px) {
  .fancybox-wrap.menu-popup .fancybox-skin .fancybox-close {
    font-size: small;
    background-image: none;
    top: 1.25rem;
  }
  
  .fancybox-wrap.menu-popup .fancybox-skin .fancybox-close:after {
    content: "";
  }
}

.menu-popup-wrap {
  width: 100%;
  height: 100%;
}

.menu-popup-wrap .menu-icon-subnav-links {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: -webkit-calc(76vh - 30rem) 0 0;
  padding: calc(76vh - 30rem) 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
}

.menu-popup-wrap .menu-icon-subnav-links li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 15rem;
  padding: 2vw;
  text-align: center;
  color: inherit;
  min-width: 15rem;
}

.menu-popup-wrap .menu-icon-subnav-links li > a {
  font-size: 15px;
  font-weight: 500;
  color: inherit;
}

.menu-popup-wrap .menu-icon-subnav-links li > a .avid-nav-icon {
  display: block;
  font-size: 2.5rem;
  padding-bottom: .5rem;
  padding-top: 1rem;
  color: inherit;
}

.menu-popup-wrap .menu-icon-subnav-links li > a:hover {
  color: #c29df4;
}

@media (max-width: 50rem) {
  .menu-popup-wrap .menu-icon-subnav-links {
    padding: 0;
    margin: auto;
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100%;
  }
  
  .menu-popup-wrap .menu-icon-subnav-links li {
    padding: .5rem 1rem;
    max-width: none;
    min-width: 15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .menu-popup-wrap .menu-icon-subnav-links li > a {
    font-size: 13px;
    min-width: 15rem;
    margin: auto;
  }
}

.menu-popup-wrap .menu-other-links-title {
  text-align: center;
  text-transform: uppercase;
  font-size: large;
  font-weight: 100;
  padding: 2rem 0 0;
}

.menu-popup-wrap .menu-other-links-title h1, .menu-popup-wrap .menu-other-links-title h2, .menu-popup-wrap .menu-other-links-title h3 {
  color: inherit !important;
  font: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
}

.menu-popup-wrap .menu-other-links-title h1:hover, .menu-popup-wrap .menu-other-links-title h2:hover, .menu-popup-wrap .menu-other-links-title h3:hover {
  color: inherit !important;
}

.menu-popup-wrap .menu-other-links-title h1 *, .menu-popup-wrap .menu-other-links-title h2 *, .menu-popup-wrap .menu-other-links-title h3 * {
  display: none !important;
}

.menu-popup-wrap .other-links-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 42rem;
  margin: auto;
  padding: 1rem 1rem 3rem 5rem;
}

.menu-popup-wrap .other-links-two .other-link {
  font-size: .75rem;
  font-weight: 100;
  letter-spacing: .5px;
  padding: .125rem 2.5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  min-width: 17rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-popup-wrap .other-links-two .other-link a, .menu-popup-wrap .other-links-two .other-link h1, .menu-popup-wrap .other-links-two .other-link h2, .menu-popup-wrap .other-links-two .other-link h3 {
  margin: 0;
  font: inherit !important;
}

@media (max-width: 50rem) {
  .menu-popup-wrap .other-links-two {
    padding: 1rem 1rem 3rem;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    display: block;
    max-width: 20rem;
  }
  
  .menu-popup-wrap .other-links-two .other-link {
    padding: .125rem 0;
    max-width: none;
  }
}

#menu-account-popup.menu-popup-wrap {
  padding: 1rem;
  overflow-x: auto;
}

.top-navigation-open .toggle-nav {
  font-size: 0 !important;
  top: 16px !important;
  right: 20px !important;
}

.top-navigation-open .toggle-nav:after {
  font-size: 25px;
  vertical-align: top;
  color: inherit;
  content: "\e911";
  font-family: avidmoon, FontAwesome, Blank;
}

#menu-full-popup.menu-popup-wrap .menu-full-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

#menu-full-popup.menu-popup-wrap .menu-full-content ul {
  list-style-type: none;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid {
  -webkit-box-flex: 7;
  -webkit-flex-grow: 7;
  -ms-flex-positive: 7;
  flex-grow: 7;
  min-width: 70%;
  padding: 2vh 1.25rem 0 1rem;
  margin-right: 12px;
  overflow-y: auto;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center-item:not(:last-child), #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid > div:not(:last-child) {
  border-bottom: 1px solid #1f1f1f;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons {
  height: auto;
  padding-bottom: 1.7vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-account, #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-signin {
  padding: 0 0 0 1rem;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-search {
  padding: 0 0 0 1.25em;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-search .avid-menu-search-input {
  width: 10rem;
  font-weight: 500;
  float: right;
  -webkit-appearance: none;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-search .icon-search-wrap {
  right: 1.25rem;
  top: auto;
  float: right;
  width: 0;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .main-menu-footer {
  padding: 0 0 0 1.25rem;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .main-menu-footer .shop-link {
  min-height: 6.5vh;
  padding: 0 4.5rem;
  font-size: 1.7vh;
  font-weight: 500;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .main-menu-footer .shop-link:before {
  font-size: -webkit-calc(2.5vh + .5rem);
  font-size: calc(2.5vh + .5rem);
}

@media screen and (max-height: 44rem) {
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .main-menu-footer .shop-link {
    min-height: 2rem;
    font-size: .75rem;
  }
  
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .main-menu-footer .shop-link:before {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 64.0625em) {
  .fancybox-wrap.menu-popup + .fancybox-overlay {
    opacity: 0 !important;
  }
  
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid {
    margin-right: 0;
  }
  
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-account, #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-search, #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-signin, #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .main-menu-footer {
    padding-top: .5rem;
  }
}

@media screen and (max-width: 35rem) {
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons {
    padding-right: .5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-account, #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-search, #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-signin, #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .main-menu-footer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .avid-menu-search {
    width: auto;
  }
  
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-buttons .main-menu-footer {
    max-width: 10rem;
  }
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 16vh;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-top .menu-full-top-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 2vh 0;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-top .menu-full-top-items .is-link {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: -webkit-calc(4rem + 9vw);
  min-width: calc(4rem + 9vw);
  padding: 0 2vw;
  text-align: center;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-top .menu-full-top-items .is-link > a {
  display: block;
  font-weight: 500;
  margin: 0;
  font-size: -webkit-calc(1vh + .25vw + .25rem);
  font-size: calc(1vh + .25vw + .25rem);
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-top .menu-full-top-items .is-link > a.menu-buy-link {
  font-size: -webkit-calc(.5vh + .25vw + .25rem);
  font-size: calc(.5vh + .25vw + .25rem);
  margin: 2.125vh 0 0;
  display: inline-block;
  padding: -webkit-calc(2px + .1vh) .5rem;
  padding: calc(2px + .1vh) .5rem;
  min-width: 2.25rem;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-top .menu-full-top-items .is-link > a .avid-nav-icon {
  display: block;
  font-size: -webkit-calc(2.5vh + .75rem);
  font-size: calc(2.5vh + .75rem);
  padding-bottom: .85vh;
}

@media screen and (max-height: 44rem) {
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-top .menu-full-top-items .is-link > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-top .menu-full-top-items .is-link > a.menu-buy-link {
    margin: 0;
  }
  
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-top .menu-full-top-items .is-link > a .avid-nav-icon {
    display: inline-block;
    padding: 0 .5vw;
  }
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items {
  padding: 0;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items a {
  font-size: inherit;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items .menu-full-center-item {
  padding: .85vh 0 1.7vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items .menu-full-center-item .menu-full-center-item-content {
  display: inline-block;
  width: -webkit-calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items .menu-full-center-item .menu-full-center-item-content > a {
  padding: .85vh 0;
  display: block;
  font-weight: 500;
  font-size: -webkit-calc(1vh + .25vw + .25rem);
  font-size: calc(1vh + .25vw + .25rem);
  letter-spacing: .5px;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items .menu-full-center-item .menu-full-center-item-content > a br {
  display: none;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items .menu-full-center-item .menu-full-center-item-content .menu-full-center-item-icon {
  font-size: -webkit-calc(2.5vh + .5rem);
  font-size: calc(2.5vh + .5rem);
  vertical-align: middle;
  display: inline-block;
  width: 2.75rem;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items .menu-full-center-item .menu-full-center-item-content .menu-full-center-item-links {
  padding: 0;
  margin-left: 1.75rem;
  font-size: -webkit-calc(1vh + .25vw);
  font-size: calc(1vh + .25vw);
  font-weight: 100;
  line-height: 1.5;
  letter-spacing: .5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items .menu-full-center-item .menu-full-center-item-content .menu-full-center-item-links .menu-full-center-item-link {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  max-width: 33.33%;
  padding: 0 1rem;
  line-height: inherit;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items .menu-full-center-item .menu-full-center-item-content .menu-full-center-item-links .menu-full-center-item-link:not(.no-r-border) {
  border-right: 1px solid #1f1f1f;
}

@media screen and (max-height: 44rem) {
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-center .menu-full-center-items .menu-full-center-item .menu-full-center-item-content .menu-full-center-item-links .menu-full-center-item-link {
    font-size: .6rem;
  }
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.7vh 0;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-more .menu-full-more-title {
  font-size: -webkit-calc(1vh + .25vw);
  font-size: calc(1vh + .25vw);
  font-weight: 500;
  letter-spacing: .5px;
  margin: 0;
  padding-right: 1rem;
}

@media screen and (max-height: 44rem) {
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-more .menu-full-more-title {
    font-size: .6rem;
  }
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-more .menu-full-more-links {
  font-size: -webkit-calc(1vh + .25vw);
  font-size: calc(1vh + .25vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-more .menu-full-more-links .menu-full-more-link > a {
  display: inline-block;
  font-size: inherit;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-more .menu-full-more-links .menu-full-more-link:not(:first-child) > a {
  padding-left: 1rem;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-more .menu-full-more-links .menu-full-more-link:not(:last-child) {
  padding-right: 1rem;
  border-right: 1px solid grey;
}

@media screen and (max-width: 35rem) {
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-more .menu-full-more-links .menu-full-more-link:not(:last-child) {
    border-right: none;
  }
  
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-more .menu-full-more-links .menu-full-more-link:not(:first-child) > a {
    padding-left: 0;
  }
}

@media screen and (max-height: 44rem) {
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-links-grid .menu-full-more .menu-full-more-links {
    font-size: .6rem;
  }
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  min-width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 12px;
}

@media only screen and (max-width: 64.0625em), (max-aspect-ratio: 1 / 1) {
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories {
    display: none;
  }
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper {
  height: -webkit-calc(100% - 4rem);
  height: calc(100% - 4rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story {
  width: 100%;
  height: initial;
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story .feature-item-label {
  font-weight: 400;
  background-image: none;
  padding: .3125rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story .feature-item-label .ribbon-left {
  background-image: url(./../img/ribbon_left_redesign.svg);
  height: 38px;
  width: 20px;
  min-width: 20px;
  float: left;
  background-repeat: no-repeat;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story .feature-item-label .ribbon-right {
  background-image: url(./../img/ribbon_right_redesign.svg);
  height: 23px;
  width: 70px;
  float: left;
  max-width: 6vh;
  background-position: right top;
  background-repeat: no-repeat;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story .feature-item-label .ribbon-middle {
  float: left;
  padding: 2px 0 2px 1.25rem;
  background-color: #7826e7;
  min-height: 23px;
  max-height: 23px;
  height: 23px;
  max-width: -webkit-calc(100% - 3rem);
  max-width: calc(100% - 3rem);
  line-height: 19px;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story .feature-item-label .ribbon-middle h1, #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story .feature-item-label .ribbon-middle h2, #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story .feature-item-label .ribbon-middle span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inherit;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story .feature-item-hed-secondary {
  color: #fff !important;
  font-size: medium !important;
  font-weight: 400 !important;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story:after {
  display: none;
}

@media screen and (max-height: 44rem) {
  #menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .cust-stories-wrapper .customer-story .feature-item-hed-secondary {
    font-size: small !important;
  }
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .menu-full-stories-more {
  margin: 1.4vh 0;
  text-align: center;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .menu-full-stories-more > a {
  font-family: Walsheim !important;
  color: #ebebeb;
  padding: 0 2rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(179,179,179,.25);
  border-radius: 4px;
  display: inline-block;
  min-height: 1.875rem;
  height: auto;
  font-weight: 500;
  font-size: 12px;
}

#menu-full-popup.menu-popup-wrap .menu-full-content .menu-full-stories .menu-full-stories-more > a:hover {
  background-color: #7826e7;
  border: 1px solid #7826e7;
  color: #fff;
}

#menu-search-popup.menu-popup-wrap .menu-search-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-search-form-wrap {
  padding: -webkit-calc(2rem + 3vh) -webkit-calc(1rem + 4vw) 2.25vh;
  padding: calc(2rem + 3vh) calc(1rem + 4vw) 2.25vh;
}

@media (max-width: 50rem), (max-height: 629px) {
  #menu-search-popup.menu-popup-wrap .menu-search-content .menu-search-form-wrap {
    position: absolute;
    width: 100%;
    background: #343434;
    padding-top: 1rem;
    z-index: 9999;
  }
  
  #menu-search-popup.menu-popup-wrap .menu-search-content .menu-search-popular-wrap {
    margin-top: -webkit-calc(4.5rem + 5.25vh + 1vw);
    margin-top: calc(4.5rem + 5.25vh + 1vw);
  }
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-search-form-wrap .subnav-search-content {
  width: 100%;
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-search-form-wrap .subnav-search-content .search-input {
  padding: -webkit-calc(1vh + 1vw) -webkit-calc(1rem + 1.5vw);
  padding: calc(1vh + 1vw) calc(1rem + 1.5vw);
  padding-right: -webkit-calc(2rem + 1.5vw);
  padding-right: calc(2rem + 1.5vw);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 1px;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0,0,0,.5);
  box-shadow: inset 0 0 5px 1px rgba(0,0,0,.5);
  -webkit-appearance: none;
  color: initial;
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-search-form-wrap .subnav-search-content #subnav-search-btn {
  font-size: 1.25rem;
  color: #b3b3b3;
  padding: -webkit-calc(1vh + 1vw - .25rem) -webkit-calc(1rem + 1.5vw - 1rem);
  padding: calc(1vh + 1vw - .25rem) calc(1rem + 1.5vw - 1rem);
  padding-left: 0;
  vertical-align: middle;
}

@media (max-width: 50rem) {
  #menu-search-popup.menu-popup-wrap .menu-search-content .menu-search-form-wrap .subnav-search-content #subnav-search-btn {
    font-size: 1.125rem;
    padding-top: -webkit-calc(1vh + 1vw);
    padding-top: calc(1vh + 1vw);
    padding-bottom: -webkit-calc(1vh + 1vw);
    padding-bottom: calc(1vh + 1vw);
  }
  
  #menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-search-form-wrap .subnav-search-alt a {
  color: #5b94d2 !important;
  font-size: inherit;
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-search-form-wrap .subnav-search-alt a:hover {
  color: #396593 !important;
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-other-links-title {
  padding-bottom: 0;
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links {
  padding: 0 0 2.5vh;
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link {
  padding: 1.25rem 2vw;
}

@media (max-width: 50rem) {
  #menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link {
    padding: 1.25rem -webkit-calc(45vw - 15rem);
    padding: 1.25rem calc(45vw - 15rem);
  }
  
  #menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link .popular-search-links {
    margin: auto;
    max-width: 20rem;
    min-width: 15rem;
  }
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link .popular-search-links {
  list-style-type: none;
  padding: 1rem 0 0;
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link .popular-search-links .popular-search-link {
  text-align: left;
  font-size: .75rem;
  font-weight: 100;
  letter-spacing: .5px;
  padding: .125rem 0;
  min-width: 0;
  max-width: 100%;
  margin-left: -webkit-calc(3.5rem - 2vw);
  margin-left: calc(3.5rem - 2vw);
  margin-right: -webkit-calc(2vw - 2.5rem);
  margin-right: calc(2vw - 2.5rem);
}

@media (min-width: 499px) and (max-width: 50rem) {
  #menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link .popular-search-links .popular-search-link {
    margin-left: -1rem;
    margin-right: 0;
  }
}

#menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link .popular-search-links .popular-search-link a, #menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link .popular-search-links .popular-search-link h1, #menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link .popular-search-links .popular-search-link h2, #menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link .popular-search-links .popular-search-link h3 {
  font: inherit !important;
}

.avid-menu-inner #menu-full-popup, .avid-subnav .return-to-menu, .avid-subsubnav .return-to-subnav, .mobile-cta, .only-mobile-header.top-navigation, .top-navigation .toggle-nav {
  display: none;
}

@media only screen and (max-width: 64.0625em) {
  body, html {
    width: 100%;
    height: 100%;
  }
  
  body.noscroll {
    position: relative;
    overflow: hidden;
  }
  
  .page-nav, .page-nav-gradient {
    display: none;
  }
  
  .only-mobile-header.top-navigation {
    display: block;
  }
}

@media only screen and (max-width: 64.0625em), (max-height: 629px) {
  .top-navigation {
    height: 60px;
    padding: 1em;
    z-index: 8050;
  }
  
  .top-navigation .top-nav-logo {
    margin: 0;
  }
  
  .top-navigation .features-grid-container, .top-navigation .top-nav-main {
    display: none !important;
  }
  
  .top-navigation .top-nav-cta-container {
    position: fixed !important;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #343434;
  }
  
  .top-navigation .top-nav-cta-container .btn-btn {
    max-width: 300px;
    margin: 10px auto;
  }
  
  .top-navigation .toggle-nav {
    position: absolute;
    top: .125em;
    right: .5em;
    font-size: 2.6em;
    color: #eee;
    cursor: pointer;
    line-height: normal;
    display: block;
  }
  
  .top-navigation .toggle-nav:active, .top-navigation .toggle-nav:focus, .top-navigation .toggle-nav:hover {
    color: #eee;
    cursor: pointer;
  }
  
  .avid-menu, .avid-subnav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    overflow: auto;
    background: #343434;
  }
  
  .avid-menu.avid-menu--show-mobile {
    display: block;
    z-index: 20;
    top: 60px;
  }
  
  .avid-menu.avid-menu--show-mobile.avid-menu--no-header {
    top: 60px;
  }
  
  .avid-menu.avid-menu--show-mobile.avid-menu--no-header .avid-menu-logo {
    display: none;
  }
  
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper {
    min-height: 100%;
    padding-top: 60px;
  }
  
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search, .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-signin a {
    min-width: -webkit-calc(50% - 2rem);
    min-width: calc(50% - 2rem);
  }
  
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search {
    margin-right: 3rem;
  }
}

@media only screen and (max-width: 64.0625em) and (max-width: 498px), (max-height: 629px) and (max-width: 498px) {
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search {
    margin-right: 1rem;
  }
}

@media only screen and (max-width: 64.0625em), (max-height: 629px) {
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search .avid-menu-search-input {
    min-width: 100%;
  }
  
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search .icon-search {
    right: -2.5rem;
    position: relative;
  }
  
  .avid-menu.avid-menu--show-mobile .avid-menu-full-menu, .avid-menu.avid-menu--show-mobile .avid-menu-left-logo, .avid-menu.avid-menu--show-mobile .avid-nav .menu-buy-link {
    display: none;
  }
  
  .avid-menu.avid-menu--show-mobile .main-menu-footer {
    padding: .5rem 2.5rem;
    width: 20rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 64.0625em) and (max-width: 17rem), screen and (max-height: 629px) and (max-width: 17rem) {
  .avid-menu.avid-menu--show-mobile .main-menu-footer {
    padding: .5rem;
  }
}

@media only screen and (max-width: 64.0625em), (max-height: 629px) {
  .avid-menu.avid-menu--show-mobile .main-menu-footer a {
    height: auto;
    min-height: 0;
    min-height: initial;
  }
  
  .avid-menu {
    display: none;
    border-right: 0;
    z-index: 30;
  }
  
  .avid-menu .avid-nav-wrapper {
    position: relative;
    display: block;
    height: auto;
    min-width: inherit;
    max-width: inherit;
    background: #343434;
  }
  
  .avid-menu .avid-nav-wrapper .avid-nav li a {
    width: auto;
  }
  
  .avid-menu .avid-nav-wrapper .avid-nav li a br {
    display: none;
  }
  
  .avid-menu .avid-nav-wrapper .avid-nav li.hide-on-desktops {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .avid-subnav {
    z-index: 12;
    display: none;
  }
  
  .avid-subnav .return-to-menu, .avid-subnav .return-to-subnav {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-left: 1.5em;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  
  .avid-subnav .return-to-menu:hover, .avid-subnav .return-to-menu:hover .avid-nav-icon, .avid-subnav .return-to-subnav:hover, .avid-subnav .return-to-subnav:hover .avid-nav-icon {
    color: #c29df4;
  }
  
  .avid-subnav ul.more-links li a.flyout-more-link {
    padding-left: 3.5em;
  }
  
  .avid-subnav .avid-subnav.show-subnav {
    background: #343434 !important;
  }
  
  .avid-subnav .avid-subnav.show-subnav .return-to-subnav {
    padding: 1em 0 4em;
  }
  
  .avid-subnav .avid-subnav ul.more-links li a.flyout-more-link, .avid-subnav .avid-subnav.show-subnav .subnav-links a {
    padding-left: 0;
    height: 2.5em;
  }
  
  .avid-subnav .avid-subnav ul.more-links li {
    margin: .625em 0;
  }
  
  .avid-subnav ul li {
    margin-left: 2em;
  }
  
  .avid-subnav ul li .avid-subnav a {
    color: #333 !important;
  }
  
  .avid-subnav ul li .avid-subnav a:hover {
    background: 0 0;
    color: #c29df4 !important;
  }
  
  .avid-subnav ul.subnav-links li {
    margin: 0;
  }
  
  .avid-subnav.show-subnav {
    display: block;
  }
  
  ul.subnav-links li .avid-subnav.show-subnav {
    display: block;
    width: 100%;
    left: 0;
  }
  
  .avid-nav li.has-subnav, .avid-nav li.is-link {
    background: 0 0;
    -webkit-transition: none;
    transition: none;
  }
  
  .avid-nav li.has-subnav:hover, .avid-nav li.is-link:hover {
    background: 0 0 !important;
    color: #c29df4;
  }
  
  .subnav-links a {
    background: 0 0;
    -webkit-transition: none;
    transition: none;
    padding-left: 3.5em;
    color: #d5d5d5;
    height: 3rem;
    font-weight: 100;
  }
  
  .subnav-links a .avid-nav-icon {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 64.0625em) and (max-width: 25rem), screen and (max-height: 629px) and (max-width: 25rem), only screen and (max-width: 64.0625em) and (max-height: 35rem), screen and (max-height: 629px) and (max-height: 35rem) {
  .subnav-links a {
    height: 1.25rem;
    padding-left: 1.25rem;
  }
  
  .subnav-links a .avid-nav-icon {
    display: none;
  }
}

@media only screen and (max-width: 64.0625em), (max-height: 629px) {
  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5em;
    z-index: 9;
    background-color: #166188;
    display: none;
  }
  
  .mobile-cta .btn-cta {
    margin: auto;
    max-width: 18.75em;
  }
  
  .top-navigation .toggle-nav {
    display: block;
  }
}

.no-mobile-cta .mobile-cta {
  display: none;
}

@media (max-width: 64.0625em) and (max-height: 500px) {
  .page-nav {
    bottom: 0;
  }
}

@media (max-width: 64.0625em) {
  .sitecore-mode .page-nav-mobile-toggle {
    display: none;
  }
  
  .top-navigation.pinned-state {
    display: block;
  }
  
  .top-navigation .top-nav-logo {
    margin-top: -.5rem;
  }
  
  .avid-nav .return-to-subnav, .avid-subnav .return-to-subnav {
    display: none;
  }
  
  .page-nav-mobile-toggle {
    position: fixed;
    display: block;
    top: 3.75rem;
    left: 0;
    right: 0;
    height: 3.563em;
    z-index: 6;
    background-color: #222;
    line-height: 100%;
  }
  
  .page-nav-mobile-toggle.hidden {
    display: none;
    visibility: hidden;
  }
  
  .page-nav-mobile-toggle a {
    padding: 0 3rem 0 .8rem;
    font-size: 1.3em;
    display: inline-block;
    vertical-align: middle;
    width: 98%;
    position: relative;
    color: #fff;
    outline: 0;
    line-height: 120%;
  }
  
  .page-nav-mobile-toggle a .menu-lines {
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-right: -1%;
  }
  
  .page-nav-mobile-toggle a .menu-lines:after, .page-nav-mobile-toggle a .menu-lines:before {
    content: ' ';
    top: 22px;
    position: absolute;
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 5px;
    background-color: #343434;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  
  .page-nav-mobile-toggle a .menu-lines:before {
    -webkit-transform: translate(5px,0) rotate(45deg);
    -ms-transform: translate(5px,0) rotate(45deg);
    transform: translate(5px,0) rotate(45deg);
  }
  
  .page-nav-mobile-toggle a .menu-lines:after {
    -webkit-transform: translate(20px,0) rotate(-45deg);
    -ms-transform: translate(20px,0) rotate(-45deg);
    transform: translate(20px,0) rotate(-45deg);
  }
  
  .page-nav-mobile-toggle .toggle-aligner {
    position: relative;
    display: inline-block;
    content: " ";
    width: 1px;
    height: 57px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  
  .page-nav-mobile-toggle.open .menu-lines:before {
    -webkit-transform: translate(12px,0) rotate(45deg);
    -ms-transform: translate(12px,0) rotate(45deg);
    transform: translate(12px,0) rotate(45deg);
  }
  
  .page-nav-mobile-toggle.open .menu-lines:after {
    -webkit-transform: translate(12px,0) rotate(-45deg);
    -ms-transform: translate(12px,0) rotate(-45deg);
    transform: translate(12px,0) rotate(-45deg);
  }
  
  .page-nav {
    position: fixed;
    display: none;
    overflow: auto;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 1rem;
    background-color: #222;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    z-index: 5;
  }
  
  .page-nav a {
    display: block;
  }
  
  .page-nav ul.page-nav-sections {
    display: none;
  }
  
  .page-nav .wrapper {
    margin: -webkit-calc(3.75rem * 2) 1em 1em;
    margin: calc(3.75rem * 2) 1em 1em;
  }
  
  .page-nav .avid-separator {
    color: #343434;
  }
  
  .page-nav .avid-separator:after, .page-nav .avid-separator:before {
    border-color: #343434;
  }
  
  .page-nav .related {
    display: block;
    margin: 1em 1em 0 -1em;
    padding: 1.5em 0 0;
    border-top: 1px solid #555;
  }
  
  .page-nav .related .title {
    margin: 0 0 .5em;
    line-height: 1;
    color: #555;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .page-nav .related ul {
    overflow: auto;
    text-transform: none;
    margin: 0;
  }
  
  .page-nav .related ul li {
    float: left;
    width: 50%;
    clear: none;
  }
  
  .page-nav.open {
    display: block;
    max-width: none;
    padding-bottom: 1em;
    top: 0 !important;
    left: 0;
  }
  
  .homepage .page-nav.open {
    top: 100px !important;
  }
  
  .page-nav.open > ul {
    margin: -webkit-calc(3.75rem * 2) 1em 1em;
    margin: calc(3.75rem * 2) 1em 1em;
    margin-left: -1em;
  }
  
  .page-nav.open > ul a {
    display: block;
    outline: 0;
    color: #fff !important;
  }
  
  .page-nav.open > ul a:hover {
    color: #f47900 !important;
  }
  
  .page-nav.open + .main {
    margin-top: 0;
  }
  
  .cta-promos {
    display: none;
  }
  
  .two-one-column .two-one-column-one, .two-one-column .two-one-column-two {
    width: auto;
    float: none;
  }
}

@media only screen and (min-width: 64.125em) and (max-height: 629px) {
  .top-navigation {
    height: 60px;
    padding: 1em;
    z-index: 8050;
  }
  
  .top-navigation .top-nav-logo {
    margin: 0;
  }
  
  .top-navigation .features-grid-container, .top-navigation .top-nav-main {
    display: none !important;
  }
  
  .top-navigation .top-nav-cta-container {
    position: fixed !important;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #343434;
  }
  
  .top-navigation .top-nav-cta-container .btn-btn {
    max-width: 300px;
    margin: 10px auto;
  }
  
  .top-navigation .toggle-nav {
    position: absolute;
    top: .125em;
    right: .5em;
    font-size: 2.6em;
    color: #eee;
    cursor: pointer;
    line-height: normal;
    display: block;
  }
  
  .top-navigation .toggle-nav:active, .top-navigation .toggle-nav:focus, .top-navigation .toggle-nav:hover {
    color: #eee;
    cursor: pointer;
  }
  
  .avid-menu, .avid-subnav {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    overflow: auto;
    background: #343434;
  }
  
  .avid-menu.avid-menu--show-mobile {
    display: block;
    z-index: 20;
    top: 60px;
  }
  
  .avid-menu.avid-menu--show-mobile.avid-menu--no-header {
    top: 60px;
  }
  
  .avid-menu.avid-menu--show-mobile.avid-menu--no-header .avid-menu-logo {
    display: none;
  }
  
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper {
    min-height: 100%;
  }
  
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search, .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-signin a {
    min-width: -webkit-calc(50% - 2rem);
    min-width: calc(50% - 2rem);
  }
  
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search {
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 64.125em) and (max-height: 629px) and (max-width: 498px) {
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search {
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 64.125em) and (max-height: 629px) {
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search .avid-menu-search-input {
    min-width: 100%;
  }
  
  .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search .icon-search {
    right: -2.5rem;
    position: relative;
  }
  
  .avid-menu.avid-menu--show-mobile .avid-menu-full-menu, .avid-menu.avid-menu--show-mobile .avid-menu-left-logo, .avid-menu.avid-menu--show-mobile .avid-nav .menu-buy-link {
    display: none;
  }
  
  .avid-menu.avid-menu--show-mobile .main-menu-footer {
    padding: .5rem 2.5rem;
    width: 20rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 64.125em) and (max-height: 629px) and (max-width: 17rem) {
  .avid-menu.avid-menu--show-mobile .main-menu-footer {
    padding: .5rem;
  }
}

@media only screen and (min-width: 64.125em) and (max-height: 629px) {
  .avid-menu.avid-menu--show-mobile .main-menu-footer a {
    height: auto;
    min-height: 0;
    min-height: initial;
  }
  
  .avid-menu {
    display: none;
    border-right: 0;
    z-index: 30;
  }
  
  .avid-menu .avid-nav-wrapper {
    position: relative;
    display: block;
    height: auto;
    min-width: inherit;
    max-width: inherit;
    background: #343434;
  }
  
  .avid-menu .avid-nav-wrapper .avid-nav li a {
    width: auto;
  }
  
  .avid-menu .avid-nav-wrapper .avid-nav li a br {
    display: none;
  }
  
  .avid-menu .avid-nav-wrapper .avid-nav li.hide-on-desktops {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .avid-subnav {
    z-index: 12;
    display: none;
  }
  
  .avid-subnav .return-to-menu, .avid-subnav .return-to-subnav {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-left: 1.5em;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  
  .avid-subnav .return-to-menu:hover, .avid-subnav .return-to-menu:hover .avid-nav-icon, .avid-subnav .return-to-subnav:hover, .avid-subnav .return-to-subnav:hover .avid-nav-icon {
    color: #c29df4;
  }
  
  .avid-subnav ul.more-links li a.flyout-more-link {
    padding-left: 3.5em;
  }
  
  .avid-subnav .avid-subnav.show-subnav {
    background: #343434 !important;
  }
  
  .avid-subnav .avid-subnav.show-subnav .return-to-subnav {
    padding: 1em 0 4em;
  }
  
  .avid-subnav .avid-subnav ul.more-links li a.flyout-more-link, .avid-subnav .avid-subnav.show-subnav .subnav-links a {
    padding-left: 0;
    height: 2.5em;
  }
  
  .avid-subnav .avid-subnav ul.more-links li {
    margin: .625em 0;
  }
  
  .avid-subnav ul li {
    margin-left: 2em;
  }
  
  .avid-subnav ul li .avid-subnav a {
    color: #333 !important;
  }
  
  .avid-subnav ul li .avid-subnav a:hover {
    background: 0 0;
    color: #c29df4 !important;
  }
  
  .avid-subnav ul.subnav-links li {
    margin: 0;
  }
  
  .avid-subnav.show-subnav {
    display: block;
  }
  
  ul.subnav-links li .avid-subnav.show-subnav {
    display: block;
    width: 100%;
    left: 0;
  }
  
  .avid-nav li.has-subnav, .avid-nav li.is-link {
    background: 0 0;
    -webkit-transition: none;
    transition: none;
  }
  
  .avid-nav li.has-subnav:hover, .avid-nav li.is-link:hover {
    background: 0 0 !important;
    color: #c29df4;
  }
  
  .subnav-links a {
    background: 0 0;
    -webkit-transition: none;
    transition: none;
    padding-left: 3.5em;
    color: #d5d5d5;
    height: 3rem;
    font-weight: 100;
  }
  
  .subnav-links a .avid-nav-icon {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 64.125em) and (max-height: 629px) and (max-width: 25rem), only screen and (min-width: 64.125em) and (max-height: 629px) and (max-height: 35rem) {
  .subnav-links a {
    height: 1.25rem;
    padding-left: 1.25rem;
  }
  
  .subnav-links a .avid-nav-icon {
    display: none;
  }
}

@media only screen and (min-width: 64.125em) and (max-height: 629px) {
  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .5em;
    z-index: 9;
    background-color: #166188;
    display: none;
  }
  
  .mobile-cta .btn-cta {
    margin: auto;
    max-width: 18.75em;
  }
  
  .avid-menu .subnav-search .subnav-search-popular .subnav-search-popular-links ul li, .jsMainPlaceholder > .content-section, .jsPage-Title, .main.main--no-header {
    margin-left: 0;
  }
  
  .top-navigation {
    padding: 0 25px;
  }
  
  .top-navigation .top-nav-contents {
    height: 69px;
    margin-top: -9px;
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px);
  }
  
  .top-navigation .top-nav-contents .features-grid-container, .top-navigation .top-nav-contents .top-nav-main {
    display: block !important;
  }
  
  .top-navigation.pinned-state {
    display: block;
  }
  
  .top-navigation .top-nav-logo {
    margin-top: .4em;
  }
  
  .top-navigation .top-nav-cta-container {
    display: block;
    position: initial !important;
    width: 300px;
    bottom: initial;
    left: initial;
    background: 0 0;
  }
  
  .top-navigation .top-nav-cta-container .btn-btn {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: .125rem 0;
    height: 50px;
  }
  
  .main, .top-navigation .cta-promos {
    margin-top: 60px;
  }
  
  .top-navigation .top-nav-cta-container > .btn-btn {
    line-height: 44px;
  }
  
  .top-navigation.top-navigation-open .cta-promos {
    display: none;
  }
  
  .avid-menu, .avid-subnav {
    width: 500px;
    top: 80px;
    right: 0;
    left: auto;
  }
  
  .avid-menu {
    -webkit-box-shadow: -5px 5px 10px -3px #7b7b7b;
    box-shadow: -5px 5px 10px -3px #7b7b7b;
    border-left: 1px solid #7b7b7b;
  }
  
  .avid-menu .subnav-search .return-to-menu-wrap .return-to-subnav {
    padding-left: 0;
  }
  
  .avid-menu .subnav-search .subnav-search-popular {
    padding: 0 20px;
  }
  
  .page-nav {
    left: 0;
  }
  
  .main.all-products-page:before {
    width: 14.35em;
  }
  
  .avid-nav .return-to-menu, .avid-nav .return-to-subnav, .avid-subnav .return-to-menu, .avid-subnav .return-to-subnav {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .cta-promos {
    display: none;
  }
}

body.desktop-mobile-sitenav .top-navigation {
  height: 60px;
  z-index: 8050;
}

body.desktop-mobile-sitenav .top-navigation .top-nav-logo {
  margin: 0;
}

body.desktop-mobile-sitenav .top-navigation .features-grid-container, body.desktop-mobile-sitenav .top-navigation .top-nav-main {
  display: none !important;
}

body.desktop-mobile-sitenav .top-navigation .top-nav-cta-container .btn-btn {
  max-width: 300px;
  margin: 10px auto;
}

body.desktop-mobile-sitenav .top-navigation .toggle-nav {
  position: absolute;
  top: .125em;
  right: .5em;
  font-size: 2.6em;
  color: #eee;
  cursor: pointer;
  line-height: normal;
  display: block;
}

body.desktop-mobile-sitenav .top-navigation .toggle-nav:active, body.desktop-mobile-sitenav .top-navigation .toggle-nav:focus, body.desktop-mobile-sitenav .top-navigation .toggle-nav:hover {
  color: #eee;
  cursor: pointer;
}

body.desktop-mobile-sitenav .avid-menu, body.desktop-mobile-sitenav .avid-subnav {
  position: fixed;
  bottom: 0;
  height: auto;
  overflow: auto;
  background: #343434;
}

body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile {
  display: block;
  z-index: 20;
  top: 60px;
}

body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .avid-menu-full-menu, body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .avid-menu-left-logo, body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile.avid-menu--no-header .avid-menu-logo {
  display: none;
}

body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile.avid-menu--no-header {
  top: 60px;
}

body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .avid-nav-wrapper {
  min-height: 100%;
}

body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search, body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-signin a {
  min-width: -webkit-calc(50% - 2rem);
  min-width: calc(50% - 2rem);
}

body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search {
  margin-right: 3rem;
}

@media (max-width: 498px) {
  #menu-search-popup.menu-popup-wrap .menu-search-content .menu-icon-subnav-links .is-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search {
    margin-right: 1rem;
  }
}

body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search .avid-menu-search-input {
  min-width: 100%;
}

body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .avid-nav-wrapper .avid-menu-inner-top .avid-menu-search .icon-search {
  right: -2.5rem;
  position: relative;
}

body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .main-menu-footer {
  padding: .5rem 2.5rem;
  width: 20rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 17rem) {
  body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .main-menu-footer {
    padding: .5rem;
  }
}

body.desktop-mobile-sitenav .avid-menu.avid-menu--show-mobile .main-menu-footer a {
  height: auto;
  min-height: 0;
  min-height: initial;
}

body.desktop-mobile-sitenav .avid-menu {
  display: none;
  border-right: 0;
  z-index: 30;
  -webkit-box-shadow: -5px 5px 10px -3px #7b7b7b;
  box-shadow: -5px 5px 10px -3px #7b7b7b;
  border-left: 1px solid #7b7b7b;
}

body.desktop-mobile-sitenav .avid-menu .avid-nav-wrapper {
  position: relative;
  display: block;
  height: auto;
  min-width: inherit;
  max-width: inherit;
  background: #343434;
}

body.desktop-mobile-sitenav .avid-menu .avid-nav-wrapper .avid-nav li a {
  width: auto;
}

body.desktop-mobile-sitenav .avid-menu .avid-nav-wrapper .avid-nav li a br {
  display: none;
}

body.desktop-mobile-sitenav .avid-menu .avid-nav-wrapper .avid-nav li.hide-on-desktops {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body.desktop-mobile-sitenav .avid-subnav {
  z-index: 12;
  display: none;
}

body.desktop-mobile-sitenav .avid-subnav .return-to-menu, body.desktop-mobile-sitenav .avid-subnav .return-to-subnav {
  padding-left: 1.5em;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

body.desktop-mobile-sitenav .avid-subnav .return-to-menu:hover, body.desktop-mobile-sitenav .avid-subnav .return-to-menu:hover .avid-nav-icon, body.desktop-mobile-sitenav .avid-subnav .return-to-subnav:hover, body.desktop-mobile-sitenav .avid-subnav .return-to-subnav:hover .avid-nav-icon {
  color: #c29df4;
}

body.desktop-mobile-sitenav .avid-subnav ul.more-links li a.flyout-more-link {
  padding-left: 3.5em;
}

body.desktop-mobile-sitenav .avid-subnav .avid-subnav.show-subnav {
  background: #343434 !important;
}

body.desktop-mobile-sitenav .avid-subnav .avid-subnav.show-subnav .return-to-subnav {
  padding: 1em 0 4em;
}

body.desktop-mobile-sitenav .avid-subnav .avid-subnav ul.more-links li a.flyout-more-link, body.desktop-mobile-sitenav .avid-subnav .avid-subnav.show-subnav .subnav-links a {
  padding-left: 0;
  height: 2.5em;
}

body.desktop-mobile-sitenav .avid-subnav .avid-subnav ul.more-links li {
  margin: .625em 0;
}

body.desktop-mobile-sitenav .avid-subnav ul li {
  margin-left: 2em;
}

body.desktop-mobile-sitenav .avid-subnav ul li .avid-subnav a {
  color: #333 !important;
}

body.desktop-mobile-sitenav .avid-subnav ul li .avid-subnav a:hover {
  background: 0 0;
  color: #c29df4 !important;
}

body.desktop-mobile-sitenav .avid-subnav ul.subnav-links li {
  margin: 0;
}

body.desktop-mobile-sitenav .avid-subnav.show-subnav {
  display: block;
}

body.desktop-mobile-sitenav ul.subnav-links li .avid-subnav.show-subnav {
  display: block;
  width: 100%;
  left: 0;
}

body.desktop-mobile-sitenav .avid-nav li.has-subnav, body.desktop-mobile-sitenav .avid-nav li.is-link {
  background: 0 0;
  -webkit-transition: none;
  transition: none;
}

body.desktop-mobile-sitenav .avid-nav li.has-subnav:hover, body.desktop-mobile-sitenav .avid-nav li.is-link:hover {
  background: 0 0 !important;
  color: #c29df4;
}

body.desktop-mobile-sitenav .subnav-links a {
  background: 0 0;
  -webkit-transition: none;
  transition: none;
  padding-left: 3.5em;
  color: #d5d5d5;
  height: 3rem;
  font-weight: 100;
}

body.desktop-mobile-sitenav .subnav-links a .avid-nav-icon {
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 25rem), screen and (max-height: 35rem) {
  body.desktop-mobile-sitenav .subnav-links a {
    height: 1.25rem;
    padding-left: 1.25rem;
  }
  
  body.desktop-mobile-sitenav .subnav-links a .avid-nav-icon {
    display: none;
  }
}

body.desktop-mobile-sitenav .mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .5em;
  z-index: 9;
  background-color: #166188;
  display: none;
}

body.desktop-mobile-sitenav .mobile-cta .btn-cta {
  margin: auto;
  max-width: 18.75em;
}

body.desktop-mobile-sitenav .avid-menu .subnav-search .subnav-search-popular .subnav-search-popular-links ul li, body.desktop-mobile-sitenav .jsMainPlaceholder > .content-section, body.desktop-mobile-sitenav .jsPage-Title, body.desktop-mobile-sitenav .main.main--no-header {
  margin-left: 0;
}

body.desktop-mobile-sitenav .top-navigation {
  padding: 0 25px;
}

body.desktop-mobile-sitenav .top-navigation .top-nav-contents {
  height: 69px;
  margin-top: -9px;
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
}

body.desktop-mobile-sitenav .top-navigation .top-nav-contents .features-grid-container, body.desktop-mobile-sitenav .top-navigation .top-nav-contents .top-nav-main {
  display: block !important;
}

body.desktop-mobile-sitenav .top-navigation.pinned-state {
  display: block;
}

body.desktop-mobile-sitenav .top-navigation .top-nav-logo {
  margin-top: .4em;
}

body.desktop-mobile-sitenav .top-navigation .top-nav-cta-container {
  display: block;
  position: initial !important;
  width: 300px;
  bottom: initial;
  left: initial;
  background: 0 0;
}

body.desktop-mobile-sitenav .top-navigation .top-nav-cta-container .btn-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: .125rem 0;
  height: 50px;
}

body.desktop-mobile-sitenav .main, body.desktop-mobile-sitenav .top-navigation .cta-promos {
  margin-top: 60px;
}

body.desktop-mobile-sitenav .top-navigation .top-nav-cta-container > .btn-btn {
  line-height: 44px;
}

body.desktop-mobile-sitenav .top-navigation.top-navigation-open .cta-promos {
  display: none;
}

body.desktop-mobile-sitenav .avid-menu, body.desktop-mobile-sitenav .avid-subnav {
  width: 500px;
  top: 80px;
  right: 0;
  left: auto;
}

body.desktop-mobile-sitenav .avid-menu .subnav-search .return-to-menu-wrap .return-to-subnav {
  padding-left: 0;
}

body.desktop-mobile-sitenav .avid-menu .subnav-search .subnav-search-popular {
  padding: 0 20px;
}

body.desktop-mobile-sitenav .page-nav {
  left: 0;
}

body.desktop-mobile-sitenav .main.all-products-page:before {
  width: 14.35em;
}

body.desktop-mobile-sitenav .avid-nav .return-to-menu, body.desktop-mobile-sitenav .avid-nav .return-to-subnav, body.desktop-mobile-sitenav .avid-subnav .return-to-menu, body.desktop-mobile-sitenav .avid-subnav .return-to-subnav {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

body.desktop-mobile-sitenav .cta-promos {
  display: none;
}

.top-navigation.top-navigation-non-hero .avid-ask-question.avid-ask-general {
  right: 50px;
}

body:not(.desktop-sitenav) .top-navigation.top-navigation-non-hero .avid-ask-question.avid-ask-general {
  top: -webkit-calc(50% - 15px);
  top: calc(50% - 15px);
  right: 80px;
}

body:not(.desktop-sitenav) .top-navigation .toggle-nav {
  top: .125em;
}

body.desktop-mobile-pagenav .top-navigation.pinned-state {
  display: block;
}

body.desktop-mobile-pagenav .avid-nav .return-to-subnav, body.desktop-mobile-pagenav .avid-subnav .return-to-subnav {
  display: none;
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle {
  position: fixed;
  display: block;
  background-color: #222;
  line-height: 100%;
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle.hidden {
  display: none;
  visibility: hidden;
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle a {
  padding: 0 3rem 0 .8rem;
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #fff;
  outline: 0;
  line-height: 120%;
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle a .menu-lines {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-right: -1%;
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle a .menu-lines:after, body.desktop-mobile-pagenav .page-nav-mobile-toggle a .menu-lines:before {
  content: ' ';
  top: 22px;
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 5px;
  background-color: #343434;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle a .menu-lines:before {
  -webkit-transform: translate(5px,0) rotate(45deg);
  -ms-transform: translate(5px,0) rotate(45deg);
  transform: translate(5px,0) rotate(45deg);
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle a .menu-lines:after {
  -webkit-transform: translate(20px,0) rotate(-45deg);
  -ms-transform: translate(20px,0) rotate(-45deg);
  transform: translate(20px,0) rotate(-45deg);
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle .toggle-aligner {
  position: relative;
  display: inline-block;
  content: " ";
  width: 1px;
  height: 57px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle.open .menu-lines:before {
  -webkit-transform: translate(12px,0) rotate(45deg);
  -ms-transform: translate(12px,0) rotate(45deg);
  transform: translate(12px,0) rotate(45deg);
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle.open .menu-lines:after {
  -webkit-transform: translate(12px,0) rotate(-45deg);
  -ms-transform: translate(12px,0) rotate(-45deg);
  transform: translate(12px,0) rotate(-45deg);
}

body.desktop-mobile-pagenav .page-nav {
  display: none;
  overflow: auto;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 1rem;
  background-color: #222;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  z-index: 4;
  position: fixed;
}

@media (max-height: 500px) {
  body.desktop-mobile-pagenav .page-nav {
    bottom: 0;
  }
}

body.desktop-mobile-pagenav .page-nav a {
  display: block;
}

body.desktop-mobile-pagenav .page-nav .wrapper {
  margin: -webkit-calc(3.75rem * 2) 1em 1em;
  margin: calc(3.75rem * 2) 1em 1em;
}

body.desktop-mobile-pagenav .page-nav .avid-separator {
  color: #343434;
}

body.desktop-mobile-pagenav .page-nav .avid-separator:after, body.desktop-mobile-pagenav .page-nav .avid-separator:before {
  border-color: #343434;
}

body.desktop-mobile-pagenav .page-nav .related {
  display: block;
  margin: 1em 1em 0 -1em;
  padding: 1.5em 0 0;
  border-top: 1px solid #555;
}

body.desktop-mobile-pagenav .page-nav .related .title {
  margin: 0 0 .5em;
  line-height: 1;
  color: #555;
  font-weight: 700;
  text-transform: uppercase;
}

body.desktop-mobile-pagenav .page-nav .related ul {
  overflow: auto;
  text-transform: none;
  margin: 0;
}

body.desktop-mobile-pagenav .page-nav .related ul li {
  float: left;
  width: 50%;
  clear: none;
}

body.desktop-mobile-pagenav .page-nav.open {
  display: block;
  max-width: none;
  padding-bottom: 1em;
}

body.desktop-mobile-pagenav .page-nav.open > ul {
  margin: -webkit-calc(3.75rem * 2) 1em 1em;
  margin: calc(3.75rem * 2) 1em 1em;
  margin-left: -1em;
  margin-top: -webkit-calc(4.3rem * 2);
  margin-top: calc(4.3rem * 2);
}

body.desktop-mobile-pagenav .page-nav.open > ul a {
  display: block;
  outline: 0;
  color: #fff !important;
}

body.desktop-mobile-pagenav .page-nav.open > ul a:hover {
  color: #f47900 !important;
}

body.desktop-mobile-pagenav .cta-promos {
  display: none;
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle {
  left: auto;
  top: 3.75rem;
  right: 0;
  width: 365px;
  height: 55px;
  overflow: hidden;
  opacity: .9;
  z-index: 10;
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle .jsPageNavToggle {
  padding-left: .9rem;
  font-size: 1.1em;
  line-height: 1.5em;
}

body.desktop-mobile-pagenav .page-nav-mobile-toggle a {
  width: 358px;
}

body.desktop-mobile-pagenav .page-nav.open {
  width: 365px;
  right: 0;
  left: auto;
  top: 0;
  overflow: auto;
  height: 100%;
  opacity: .9;
}

body.desktop-mobile-pagenav .page-nav.open + .main {
  margin-top: 60px;
}

body.desktop-mobile-pagenav .page-nav ul.page-nav-sections {
  display: block;
}

body.desktop-mobile-pagenav .top-navigation .top-nav-logo {
  margin-top: .4em;
}

body.desktop-mobile-pagenav .avid-nav .return-to-menu, body.desktop-mobile-pagenav .avid-nav .return-to-subnav, body.desktop-mobile-pagenav .avid-subnav .return-to-menu, body.desktop-mobile-pagenav .avid-subnav .return-to-subnav {
  display: none;
}

@media (max-width: 400px) {
  .page-nav-mobile-toggle a {
    width: 97%;
    font-size: 1em;
  }
}

.subnav-login-content {
  max-width: 20rem;
  margin: auto;
  font-size: 1.125rem;
  font-weight: 400;
}

.subnav-login-content a {
  color: #00b2f4;
}

.subnav-login-content a.btn-outline-purple {
  color: #7826e7;
}

.subnav-login-content a:hover {
  color: #166188;
}

.subnav-login-content h2 {
  margin: 0;
}

.subnav-login-form {
  font-size: 1rem;
}

.form-submit-wrap a:hover {
  color: #fff;
}

.subnav-search .avid-subnav ul {
  padding: 0;
}

.subnav-search .avid-subnav ul li {
  border: 0;
}

.subnav-search .avid-subnav a {
  padding: 0;
  height: auto;
  width: auto;
  font-size: inherit;
}

.subnav-search .avid-subnav a:hover {
  color: #c29df4;
}

.subnav-search-content {
  width: 25rem;
  margin: auto;
}

.subnav-search-alt {
  text-align: center;
}

.subnav-search-alt a {
  color: #00b2f4;
  margin-top: 1em;
  display: inline-block;
}

.subnav-search-popular a, .subnav-search-results a {
  display: block;
  margin: .375em 0;
}

.subnav-search-alt a:hover {
  color: #166188 !important;
}

.subnav-search-form-wrap {
  padding: 2em 0;
  background: #f1f3f4;
  border-bottom: 1px solid #aeaeae;
}

.subnav-search-results {
  font-size: 1rem;
  font-weight: 400;
}

.subnav-search-results h2 {
  font-size: 1.5rem;
}

.subnav-search-popular {
  width: 36rem;
  font-size: .875rem;
  font-weight: 400;
}

.subnav-search-popular h2 {
  font-size: 1.5rem;
}

.subnav-search-popular h3 {
  font-size: 1.125rem;
}

.subnav-search-icon-wrap {
  font-size: 8rem;
}

.subnav-search-more-results {
  text-align: right;
  margin: 1rem 2rem;
}

.subnav-search-more-results a {
  color: #00b2f4;
}

.subnav-search-more-results a:hover {
  color: #166188;
}

@media only screen and (max-width: 64.0625em) {
  .subnav-search-form-wrap {
    margin-top: 5em;
  }
  
  .subnav-search-more-results {
    margin: auto 2rem;
    text-align: left;
    font-size: 1rem;
    width: auto;
  }
  
  .avid-subnav .subnav-search-popular-links {
    margin-bottom: 2em;
  }
  
  .avid-subnav .subnav-search-popular-links li {
    margin: 0;
  }
  
  .subnav-search-results a {
    margin: 1.5em 0;
  }
  
  .subnav-search-popular h3 {
    margin-top: 1em;
    font-size: 1.25rem;
  }
  
  .subnav-search-popular a {
    margin: 1.5em 0;
    font-size: 1rem;
  }
  
  .subnav-search-popular ul li a {
    color: inherit;
  }
  
  .subnav-search-icon-wrap {
    height: 6rem;
    margin: 2em 0 1em;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  
  .subnav-search-icon-wrap img {
    height: 100%;
    width: auto;
  }
}

.fa-fw, .fa-li, .footer-list, .footer-list-social, .spotlights-group .hed-center {
  text-align: center;
}

.env-ie .searchbar input.search-input::-ms-clear {
  display: none;
}

.footer-list li, .footer-list li a i, .footer-list li > div {
  display: inline-block;
}

.footer {
  position: relative;
  width: 100%;
  background-color: #252525;
  padding: 0;
  z-index: 3;
}

@media screen and (min-width: 64.125rem) {
  .main--open-menu .footer {
    margin-left: -6.25rem;
    width: auto;
  }
}

@media only screen and (max-width: 64.0625em) {
  .footer {
    background-color: #252525;
    padding-bottom: 4.6875em;
  }
  
  .no-mobile-cta .footer {
    padding-bottom: 0;
  }
}

.footer-inside {
  width: 100%;
  margin: 0;
  padding: .625rem;
}

.footer-inside.shifted-by-menu {
  margin-left: -webkit-calc(17.375rem - 4rem - 8px);
  margin-left: calc(17.375rem - 4rem - 8px);
  width: -webkit-calc(100% - 17.375rem + 4rem + 8px);
  width: calc(100% - 17.375rem + 4rem + 8px);
}

@media screen and (max-width: 64.0625rem), (max-height: 579px) {
  .footer-inside {
    width: 100% !important;
    margin: 0 !important;
    padding: .625rem;
  }
}

.footer-list {
  margin: .625rem auto 0;
}

@media screen and (max-width: 73.125rem) {
  .footer-list {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto .625rem;
  }
}

.footer-list li {
  position: relative;
  font-size: .8125em;
  color: #fff;
  margin: 0 .625em 0 0;
}

.footer-list li:after {
  content: ' | ';
  display: inline-block;
  margin: 0 0 0 .625em !important;
}

.footer-list li:last-child:after {
  content: '';
}

.footer-list li a {
  color: #fff;
}

.footer-list li a i {
  font-size: 1.4em;
  position: relative;
  bottom: 2px;
  vertical-align: middle;
}

.footer-list li a > span {
  vertical-align: middle;
}

.footer-list li a:hover {
  color: #c1c1c1;
  text-decoration: none;
}

@media screen and (max-width: 31.25rem) {
  .footer-list li {
    display: block;
    padding: 0 0 .5rem;
    margin: 0;
  }
  
  .footer-list li:after {
    content: '';
    margin: 0;
  }
}

.footer-list .footer-link:hover {
  cursor: pointer;
}

.footer-list .footer-drop-down {
  position: absolute;
  visibility: hidden;
  bottom: 100%;
  background: #fff;
  border: 1px solid #dfdfdf;
  opacity: 0;
  z-index: -1;
  -webkit-transition: visibility .5s linear, opacity .2s linear;
  transition: visibility .5s linear, opacity .2s linear;
  margin-bottom: 15px;
}

.footer-list .footer-drop-down.active {
  visibility: visible;
}

.footer-list .footer-drop-down .footer-link {
  opacity: 1;
  display: none;
}

.footer-list .footer-drop-down a, .footer-list .footer-drop-down strong {
  color: #6c6c6c;
  display: block;
  padding: 10px 40px;
  border-bottom: 1px solid #ddd;
}

.footer-list .footer-drop-down strong:last-child {
  border-bottom: none;
}

@media (max-width: 1300px) {
  .footer-list {
    max-width: 1000px;
  }
}

@media (max-width: 1200px) {
  .footer-list {
    max-width: 770px;
  }
}

.footer-list-social {
  padding: 10px 0;
}

@media screen and (max-width: 73.125rem) {
  .footer-list-social {
    width: 100%;
    float: none;
    text-align: center;
    margin: .5rem auto .625rem;
    padding: 0;
  }
}

.footer-list-social li {
  font-family: FontAwesome;
  color: #666;
  display: inline-block;
  padding: 0 0 0 .9375rem;
  font-size: 2.25rem;
}

@media screen and (max-width: 73.125rem) {
  .footer-list-social li {
    padding: 0 0 0 .625rem;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 59.375rem) {
  .footer-list-social li {
    padding: 0 .625rem;
  }
}

.footer-list-social li i, .footer-list-social li i:before {
  display: block;
}

.footer-list-social a {
  color: #666;
  -webkit-transition: color .2s;
  transition: color .2s;
  cursor: pointer;
}

.footer-list-social a:hover {
  color: #aeaeae;
  -webkit-transition: color .2s;
  transition: color .2s;
  cursor: pointer;
  text-decoration: none;
}

.region-selector {
  min-width: 200px;
}

.region-selector h3 {
  border-bottom: 1px solid #343434;
  white-space: nowrap;
  margin: 0;
}

.region-selector ul {
  padding: 0;
  list-style-type: none;
}

.region-selector a, .region-selector span {
  display: block;
  padding: 1em;
}

.region-selector li {
  border-bottom: 1px solid #aeaeae;
}

.region-selector a {
  -webkit-tap-highlight-color: #7826e7;
  color: #343434;
  -webkit-transition-property: color, background;
  transition-property: color, background;
  font-size: 16px;
  text-decoration: none;
}

.region-selector a:active, .region-selector a:hover {
  background: #7826e7;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 64.0625em) {
  .footer {
    background-color: #252525;
  }
  
  .footer .footer-list {
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 64.125rem) {
  .footer {
    position: relative;
    width: 100%;
    background-color: #252525;
    padding: 0;
    z-index: 3;
  }
  
  .footer-inside {
    width: 100%;
    margin: 0;
    padding: .625rem;
  }
  
  .footer-inside.shifted-by-menu {
    margin-left: -webkit-calc(17.375rem - 4rem - 8px);
    margin-left: calc(17.375rem - 4rem - 8px);
    width: -webkit-calc(100% - 17.375rem + 4rem + 8px);
    width: calc(100% - 17.375rem + 4rem + 8px);
  }
}

@media screen and (min-width: 64.125rem) and (max-width: 64.0625rem), (min-width: 64.125rem) and (max-height: 579px) {
  .footer-inside {
    width: 100% !important;
    margin: 0 !important;
    padding: .625rem;
  }
}

.cust-stories {
  width: 100%;
  padding: 0 3.125rem;
}

.jquery-tabs-container .cust-stories {
  padding: 0 1.19rem 0 3rem;
}

.cust-stories *, .menu-full-stories * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cust-stories h2.hed-section, .menu-full-stories h2.hed-section {
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #166188;
  font-weight: 400;
}

.cust-stories .cust-stories-wrapper, .menu-full-stories .cust-stories-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin: 0 0 3.125rem;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cust-stories .cust-stories-wrapper .btn-solid, .cust-stories .cust-stories-wrapper .hed-white, .menu-full-stories .cust-stories-wrapper .btn-solid, .menu-full-stories .cust-stories-wrapper .hed-white {
  color: #fff;
}

.cust-stories .cust-stories-wrapper .feature-item-hed-secondary, .cust-stories .cust-stories-wrapper .hed-24, .menu-full-stories .cust-stories-wrapper .feature-item-hed-secondary, .menu-full-stories .cust-stories-wrapper .hed-24 {
  font-size: 1.5rem;
}

.cust-stories .cust-stories-wrapper .feature-item-hed-display, .cust-stories .cust-stories-wrapper .feature-item-hed-primary, .cust-stories .cust-stories-wrapper .feature-item-hed-secondary, .cust-stories .cust-stories-wrapper .hed-light, .menu-full-stories .cust-stories-wrapper .feature-item-hed-display, .menu-full-stories .cust-stories-wrapper .feature-item-hed-primary, .menu-full-stories .cust-stories-wrapper .feature-item-hed-secondary, .menu-full-stories .cust-stories-wrapper .hed-light {
  font-weight: 300;
  font-family: Walsheim !important;
}

.cust-stories .cust-stories-wrapper .feature-item-hed-display span, .cust-stories .cust-stories-wrapper .feature-item-hed-primary span, .cust-stories .cust-stories-wrapper .feature-item-hed-secondary span, .cust-stories .cust-stories-wrapper .hed-light span, .menu-full-stories .cust-stories-wrapper .feature-item-hed-display span, .menu-full-stories .cust-stories-wrapper .feature-item-hed-primary span, .menu-full-stories .cust-stories-wrapper .feature-item-hed-secondary span, .menu-full-stories .cust-stories-wrapper .hed-light span {
  font-family: inherit !important;
  font-size: inherit !important;
  vertical-align: inherit !important;
  display: inherit !important;
  zoom: inherit !important;
  text-shadow: inherit !important;
  line-height: inherit !important;
  position: inherit !important;
}

.cust-stories .cust-stories-wrapper .feature-item-hed-display span.scChromeData, .cust-stories .cust-stories-wrapper .feature-item-hed-primary span.scChromeData, .cust-stories .cust-stories-wrapper .feature-item-hed-secondary span.scChromeData, .cust-stories .cust-stories-wrapper .hed-light span.scChromeData, .menu-full-stories .cust-stories-wrapper .feature-item-hed-display span.scChromeData, .menu-full-stories .cust-stories-wrapper .feature-item-hed-primary span.scChromeData, .menu-full-stories .cust-stories-wrapper .feature-item-hed-secondary span.scChromeData, .menu-full-stories .cust-stories-wrapper .hed-light span.scChromeData {
  display: none !important;
}

.cust-stories .cust-stories-wrapper .hed-bold, .menu-full-stories .cust-stories-wrapper .hed-bold {
  font-weight: 600;
}

.cust-stories .cust-stories-wrapper .feature-item-label, .cust-stories .cust-stories-wrapper .tabs-tablist li, .menu-full-stories .cust-stories-wrapper .feature-item-label, .menu-full-stories .cust-stories-wrapper .tabs-tablist li {
  text-transform: uppercase;
  font-weight: 700;
}

.cust-stories .cust-stories-wrapper .feature-item-hed-secondary, .menu-full-stories .cust-stories-wrapper .feature-item-hed-secondary {
  position: relative;
  z-index: 2;
  margin: 0;
}

@media screen and (max-width: 90rem) {
  .cust-stories .cust-stories-wrapper .feature-item-hed-secondary, .menu-full-stories .cust-stories-wrapper .feature-item-hed-secondary {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 37.5rem) {
  .cust-stories .cust-stories-wrapper .feature-item-hed-secondary, .menu-full-stories .cust-stories-wrapper .feature-item-hed-secondary {
    font-size: 1.125rem;
  }
}

.cust-stories .cust-stories-wrapper .feature-item-img-secondary, .cust-stories .cust-stories-wrapper .feature-item-secondary, .menu-full-stories .cust-stories-wrapper .feature-item-img-secondary, .menu-full-stories .cust-stories-wrapper .feature-item-secondary {
  position: relative;
}

.cust-stories .cust-stories-wrapper .feature-items-secondary-wrapper, .menu-full-stories .cust-stories-wrapper .feature-items-secondary-wrapper {
  width: 40%;
  margin: 0 0 0 .78125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.cust-stories .cust-stories-wrapper .feature-item-secondary, .menu-full-stories .cust-stories-wrapper .feature-item-secondary {
  position: relative;
  margin: 0 0 1.5625rem;
  height: -webkit-calc(26.5vw + 50px);
  height: calc(26.5vw + 50px);
}

@media screen and (max-width: 75rem) {
  .cust-stories .cust-stories-wrapper .feature-items-secondary-wrapper, .menu-full-stories .cust-stories-wrapper .feature-items-secondary-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  
  .cust-stories .cust-stories-wrapper .feature-item-secondary:nth-child(2n+1), .menu-full-stories .cust-stories-wrapper .feature-item-secondary:nth-child(2n+1) {
    margin-left: 0;
    margin-right: 1.5625rem;
  }
  
  .cust-stories .cust-stories-wrapper .customer-story, .cust-stories .cust-stories-wrapper .feature-item-secondary, .menu-full-stories .cust-stories-wrapper .customer-story, .menu-full-stories .cust-stories-wrapper .feature-item-secondary {
    width: -webkit-calc(50% - .78125rem);
    width: calc(50% - .78125rem);
  }
}

@media screen and (max-width: 46.875rem) {
  .cust-stories .cust-stories-wrapper .feature-item-img-secondary:before, .menu-full-stories .cust-stories-wrapper .feature-item-img-secondary:before {
    padding-top: -webkit-calc(-15vw + 22rem);
    padding-top: calc(-15vw + 22rem);
  }
  
  .cust-stories .cust-stories-wrapper .feature-items-secondary-wrapper, .menu-full-stories .cust-stories-wrapper .feature-items-secondary-wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  
  .cust-stories .cust-stories-wrapper .feature-item-secondary:nth-child(2n+1), .menu-full-stories .cust-stories-wrapper .feature-item-secondary:nth-child(2n+1) {
    margin-left: -15px;
    margin-right: 0;
  }
  
  .cust-stories .cust-stories-wrapper .feature-item-secondary, .menu-full-stories .cust-stories-wrapper .feature-item-secondary {
    width: 100%;
    margin: 0 0 1.25rem -15px;
  }
}

.cust-stories .cust-stories-wrapper .feature-item-img-secondary, .menu-full-stories .cust-stories-wrapper .feature-item-img-secondary {
  background-color: #d0d0d0;
  overflow: hidden;
  top: 0;
  position: absolute;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
}

.cust-stories .cust-stories-wrapper .feature-item-img-secondary:before, .menu-full-stories .cust-stories-wrapper .feature-item-img-secondary:before {
  display: block;
  content: ' ';
  mix-blend-mode: multiply;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  z-index: 2;
  width: 100%;
  background-color: rgba(110,42,141,0);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.cust-stories .cust-stories-wrapper .customer-story:hover .feature-item-img-secondary:before, .menu-full-stories .cust-stories-wrapper .customer-story:hover .feature-item-img-secondary:before {
  background-color: rgba(110,42,141,.8);
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  -webkit-box-shadow: inset 0 0 120px 40px #7826e7;
  box-shadow: inset 0 0 120px 40px #7826e7;
}

.cust-stories .cust-stories-wrapper .feature-item-content-container, .menu-full-stories .cust-stories-wrapper .feature-item-content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.875rem 1.25rem 1.25rem;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(67%,rgba(0,0,0,.4)),to(rgba(0,0,0,.5)));
  background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.4) 67%,rgba(0,0,0,.5) 100%);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.4) 67%,rgba(0,0,0,.5) 100%);
}

.cust-stories .cust-stories-wrapper .feature-item-label, .menu-full-stories .cust-stories-wrapper .feature-item-label {
  margin: 0 0 0 -40px;
  font-size: .75rem;
  color: #fff;
  z-index: 4;
  position: relative;
  white-space: nowrap;
  font-weight: 400;
  background-image: none;
  padding: .3125rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cust-stories .cust-stories-wrapper .feature-item-label .ribbon-left, .menu-full-stories .cust-stories-wrapper .feature-item-label .ribbon-left {
  background-image: url(../avid/images/ribbon_left_redesign.svg);
  height: 38px;
  width: 20px;
  min-width: 20px;
  float: left;
  background-repeat: no-repeat;
}

.cust-stories .cust-stories-wrapper .feature-item-label .ribbon-right, .menu-full-stories .cust-stories-wrapper .feature-item-label .ribbon-right {
  background-image: url(../avid/images/ribbon_right_redesign.svg);
  height: 23px;
  width: 70px;
  float: left;
  max-width: 6vh;
  background-position: right top;
  background-repeat: no-repeat;
}

.cust-stories .cust-stories-wrapper .feature-item-label .ribbon-middle, .menu-full-stories .cust-stories-wrapper .feature-item-label .ribbon-middle {
  float: left;
  padding: 2px 0 2px 1.25rem;
  background-color: #6f248f;
  min-height: 23px;
  max-height: 23px;
  height: 23px;
  max-width: -webkit-calc(100% - 3rem);
  max-width: calc(100% - 3rem);
  line-height: 19px;
}

.cust-stories .cust-stories-wrapper .feature-item-label .ribbon-middle h1, .cust-stories .cust-stories-wrapper .feature-item-label .ribbon-middle h2, .cust-stories .cust-stories-wrapper .feature-item-label .ribbon-middle span, .menu-full-stories .cust-stories-wrapper .feature-item-label .ribbon-middle h1, .menu-full-stories .cust-stories-wrapper .feature-item-label .ribbon-middle h2, .menu-full-stories .cust-stories-wrapper .feature-item-label .ribbon-middle span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inherit;
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.cust-stories .cust-stories-wrapper .feature-item-label .ribbon-middle h1 span, .cust-stories .cust-stories-wrapper .feature-item-label .ribbon-middle h2 span, .cust-stories .cust-stories-wrapper .feature-item-label .ribbon-middle span span, .menu-full-stories .cust-stories-wrapper .feature-item-label .ribbon-middle h1 span, .menu-full-stories .cust-stories-wrapper .feature-item-label .ribbon-middle h2 span, .menu-full-stories .cust-stories-wrapper .feature-item-label .ribbon-middle span span {
  display: none;
}

.cust-stories .cust-stories-wrapper .customer-story, .cust-stories .cust-stories-wrapper .feature-item-secondary, .menu-full-stories .cust-stories-wrapper .customer-story, .menu-full-stories .cust-stories-wrapper .feature-item-secondary {
  width: -webkit-calc(50% - .9375rem - 1px);
  width: calc(50% - .9375rem - 1px);
  margin-right: 1.875rem;
}

.cust-stories .cust-stories-wrapper .customer-story:nth-child(2n), .menu-full-stories .cust-stories-wrapper .customer-story:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 46.875rem) {
  .cust-stories .cust-stories-wrapper .customer-story, .menu-full-stories .cust-stories-wrapper .customer-story {
    width: 100%;
    margin-left: .3125rem;
    height: -webkit-calc(-15vw + 22rem);
    height: calc(-15vw + 22rem);
  }
  
  .cust-stories .cust-stories-wrapper .customer-story:nth-child(2n+1), .menu-full-stories .cust-stories-wrapper .customer-story:nth-child(2n+1) {
    margin-left: 5px;
  }
  
  .cust-stories .cust-stories-wrapper, .menu-full-stories .cust-stories-wrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 1.875rem;
    padding-right: .3125rem;
  }
}

@media screen and (max-width: 90rem) {
  .cust-stories {
    padding: 0 1.875rem;
  }
  
  .jquery-tabs-container .cust-stories {
    padding: 0 1.4rem 0 4.4rem;
  }
}

@media screen and (max-width: 64.0625rem) {
  .jquery-tabs-container .cust-stories {
    padding: 0 .825rem 0 1.25rem;
  }
}

@media screen and (max-width: 46.875rem) {
  .jquery-tabs-container .cust-stories {
    padding: 0 1.125rem 0 1rem;
  }
}

.env-edge .cust-stories .cust-stories-wrapper .customer-story:hover .feature-item-img-secondary:before, .env-edge .menu-full-stories .cust-stories-wrapper .customer-story:hover .feature-item-img-secondary:before, .env-ie .cust-stories .cust-stories-wrapper .customer-story:hover .feature-item-img-secondary:before, .env-ie .menu-full-stories .cust-stories-wrapper .customer-story:hover .feature-item-img-secondary:before {
  background-color: rgba(63,0,92,.65);
  -webkit-box-shadow: inset 0 0 120px 40px #2a003d;
  box-shadow: inset 0 0 120px 40px #2a003d;
}

.spotlights-group {
  width: 100%;
  padding: 0 3.125rem;
}

.spotlights-group * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spotlights-group .hed-aleo {
  font-family: Aleo, serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-transform: inherit;
}

.spotlights-group .hed-main {
  font-size: 2.25rem;
  padding: 2.1875rem 0 1.25rem;
}

.spotlights-group .feature-items-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3.125rem;
}

.spotlights-group .feature-items-wrapper article {
  display: block;
}

.spotlights-group .feature-items-wrapper .hed-white {
  color: #fff;
}

.spotlights-group .feature-items-wrapper .btn {
  color: #f47900;
  background-color: transparent;
  font-weight: 700;
  font-size: .875rem;
  padding: .5rem;
  min-width: 8.125rem;
  border: 2px solid #f47900;
  font-family: Walsheim !important;
  border-radius: 3px;
  margin: .625rem 0;
}

.spotlights-group .feature-items-wrapper .feature-item-hed-display, .spotlights-group .feature-items-wrapper .feature-item-hed-primary, .spotlights-group .feature-items-wrapper .feature-item-hed-secondary, .spotlights-group .feature-items-wrapper .hed-light {
  font-weight: 300;
  font-family: Walsheim !important;
}

.spotlights-group .feature-items-wrapper .btn-solid {
  -webkit-transition: background-color .2s, border .2s;
  transition: background-color .2s, border .2s;
  color: #fff;
  border: 1px solid #f47900;
  border-radius: 3px;
  background-color: #f47900;
}

.spotlights-group .feature-items-wrapper .btn-solid:hover {
  -webkit-transition: background-color .2s, border .2s;
  transition: background-color .2s, border .2s;
  background-color: #b65b00;
  border: 1px solid #b65b00;
}

.spotlights-group .feature-items-wrapper .btn-small {
  min-width: 8.125rem;
  padding: .4375rem .5rem;
}

.spotlights-group .feature-items-wrapper .feature-item-hed-primary {
  font-size: 1.875rem;
}

.spotlights-group .feature-items-wrapper .feature-item-hed-secondary {
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
  margin: 0;
}

.spotlights-group .feature-items-wrapper .feature-item-label {
  text-transform: uppercase;
  margin: 0 0 0 -40px;
  font-size: .75rem;
  color: #fff;
  z-index: 6;
  position: relative;
  white-space: nowrap;
  font-weight: 400;
  background-image: none;
  padding: .3125rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.spotlights-group .feature-items-wrapper .feature-item-label .ribbon-left {
  background-image: url(../avid/images/ribbon_left_redesign.svg);
  height: 38px;
  width: 20px;
  min-width: 20px;
  float: left;
  background-repeat: no-repeat;
}

.spotlights-group .feature-items-wrapper .feature-item-label .ribbon-right {
  background-image: url(../avid/images/ribbon_right_redesign.svg);
  height: 23px;
  width: 70px;
  float: left;
  max-width: 6vh;
  background-position: right top;
  background-repeat: no-repeat;
}

.spotlights-group .feature-items-wrapper .feature-item-label .ribbon-middle {
  float: left;
  padding: 2px 0 2px 1.25rem;
  background-color: #6f248f;
  min-height: 23px;
  max-height: 23px;
  height: 23px;
  max-width: -webkit-calc(100% - 3rem);
  max-width: calc(100% - 3rem);
  line-height: 19px;
}

.spotlights-group .feature-items-wrapper .feature-item-img-main, .spotlights-group .feature-items-wrapper .feature-item-img-secondary {
  background-color: #d0d0d0;
  overflow: hidden;
  position: absolute;
  background-position: center center !important;
  width: 100%;
  top: 0;
  left: 0;
}

.spotlights-group .feature-items-wrapper .feature-item-label .ribbon-middle h1, .spotlights-group .feature-items-wrapper .feature-item-label .ribbon-middle h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inherit;
  font: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

.spotlights-group .feature-items-wrapper .feature-item-label .ribbon-middle h1 span, .spotlights-group .feature-items-wrapper .feature-item-label .ribbon-middle h2 span {
  display: none;
}

.spotlights-group .feature-items-wrapper .feature-item-img-secondary {
  height: 100%;
}

.spotlights-group .feature-items-wrapper .feature-item-img-wrapper {
  width: 100%;
  position: relative;
}

.spotlights-group .feature-items-wrapper .feature-item-secondary {
  position: relative;
}

.spotlights-group .feature-items-wrapper .feature-item-img-main:after, .spotlights-group .feature-items-wrapper .feature-item-img-secondary:after, .spotlights-group .feature-items-wrapper .feature-item-img-wrapper:after {
  padding-top: 70%;
  position: relative;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
}

.spotlights-group .feature-items-wrapper .feature-item-secondary:after {
  padding-top: 70%;
  position: relative;
  top: 0;
  left: 0;
  content: ' ';
  display: block;
  width: 100%;
  padding-top: -webkit-calc(22vw - 3.875rem);
  padding-top: calc(22vw - 3.875rem);
}

.spotlights-group .feature-items-wrapper .feature-item-secondary:not(.with-btn):after {
  padding-top: 22vw;
}

.spotlights-group .feature-items-wrapper .feature-items-main {
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
  min-width: 60%;
}

.spotlights-group .feature-items-wrapper .feature-items-main .btn-full {
  min-width: 15rem;
  font-size: 100%;
  padding: 1.125rem 2rem;
  font-weight: 600;
}

@media screen and (max-width: 30rem) {
  .spotlights-group .feature-items-wrapper .feature-items-main .btn-full {
    padding: 1.125rem 1rem;
  }
}

.spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper .feature-item-secondary .feature-item-content-container:not(:last-child), .spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper .feature-item-secondary .feature-item-secondary-hover:not(:last-child) .feature-item-content-container {
  padding-bottom: 4.75rem;
}

.spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper {
  width: 40%;
  margin: 0 0 0 1.78125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  min-width: 40%;
}

.spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper .feature-item-secondary {
  position: relative;
  margin: 0 0 1.5625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper .feature-item-secondary .feature-item-secondary-hover {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper .feature-item-secondary .feature-item-secondary-hover:hover .feature-item-img-secondary:before {
  background-color: rgba(110,42,141,.8);
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  -webkit-box-shadow: inset 0 0 120px 40px #6f248f;
  box-shadow: inset 0 0 120px 40px #6f248f;
}

.spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper .feature-item-secondary .btn-feature-item {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 auto 0 1.25rem;
  height: 3.875rem;
  max-width: -webkit-calc(100% - 2.5rem);
  max-width: calc(100% - 2.5rem);
  position: relative;
  z-index: 2;
}

.spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper .feature-item-secondary .btn-feature-item .btn {
  margin: 0;
}

.spotlights-group .feature-items-wrapper .feature-item-img-secondary:before, .spotlights-group .feature-items-wrapper .feature-item-img-wrapper:before {
  height: 100%;
  padding-top: 0;
  display: block;
  content: ' ';
  mix-blend-mode: multiply;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  z-index: 2;
  width: 100%;
  background-color: rgba(110,42,141,0);
  position: absolute;
  top: 0;
  left: 0;
}

.spotlights-group .feature-items-wrapper .feature-item-content-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.875rem 1.25rem 1.25rem;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(67%,rgba(0,0,0,.4)),to(rgba(0,0,0,.5)));
  background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.4) 67%,rgba(0,0,0,.5) 100%);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.4) 67%,rgba(0,0,0,.5) 100%);
  z-index: 2;
}

.spotlights-group .feature-items-wrapper .feature-items-list {
  font-size: 1.125rem;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.spotlights-group .feature-items-wrapper .feature-items-list ul {
  display: block;
  list-style-type: disc;
}

.spotlights-group .feature-items-wrapper .feature-items-list ul li {
  margin: 0 0 1.6875rem;
  line-height: 1.4;
}

.spotlights-group .feature-items-wrapper .feature-items-list ul li:last-child {
  margin: 0;
}

.spotlights-group .feature-items-wrapper .feature-item-hover .feature-item-img-wrapper:hover:before {
  background-color: rgba(110,42,141,.8);
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  -webkit-box-shadow: inset 0 0 120px 40px #6f248f;
  box-shadow: inset 0 0 120px 40px #6f248f;
}

@media screen and (max-width: 90rem) {
  .spotlights-group .feature-items-wrapper .feature-item-hed-secondary {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 75rem) {
  .spotlights-group .feature-items-wrapper {
    display: block;
  }
  
  .spotlights-group .feature-items-wrapper .feature-items-main {
    width: 100%;
    margin-bottom: 1.875rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 0 0 1.25rem;
  }
  
  .spotlights-group .feature-items-wrapper .feature-item-secondary {
    width: -webkit-calc(50% - .78125rem);
    width: calc(50% - .78125rem);
    min-height: 14rem;
  }
  
  .spotlights-group .feature-items-wrapper .feature-item-secondary:first-child {
    margin-left: -20px;
  }
  
  .spotlights-group .feature-items-wrapper .feature-item-secondary:not(:last-child) {
    margin-right: 1.5625rem;
  }
  
  .spotlights-group .feature-items-wrapper .feature-item-secondary:after {
    min-height: -webkit-calc(14rem - 3.875rem);
    min-height: calc(14rem - 3.875rem);
  }
  
  .spotlights-group .feature-items-wrapper .feature-item-secondary:not(.with-btn):after {
    min-height: 14rem;
  }
}

@media screen and (max-width: 64rem) {
  .spotlights-group {
    padding: 0 1.25rem;
  }
  
  .spotlights-group .feature-items-wrapper {
    margin: 0 0 1.875rem;
  }
}

@media screen and (max-width: 46.875rem) {
  .spotlights-group .hed-main {
    font-size: 1.5rem;
    padding: 1.25rem 0 .625rem;
  }
  
  .spotlights-group .feature-items-wrapper .feature-item-img-secondary:after, .spotlights-group .feature-items-wrapper .feature-item-img-wrapper:after, .spotlights-group .feature-items-wrapper .feature-item-secondary:after {
    padding-top: -webkit-calc(10rem + 5vw);
    padding-top: calc(10rem + 5vw);
  }
  
  .spotlights-group .feature-items-wrapper .feature-item-secondary:not(.with-btn):after {
    padding-top: -webkit-calc(10rem + 5vw + 3.875rem);
    padding-top: calc(10rem + 5vw + 3.875rem);
  }
  
  .spotlights-group .feature-items-wrapper .feature-item-img-main:after {
    padding-top: -webkit-calc(22rem + 5vw);
    padding-top: calc(22rem + 5vw);
  }
  
  .spotlights-group .feature-items-wrapper .feature-item-img-wrapper {
    height: -webkit-calc(22rem + 5vw);
    height: calc(22rem + 5vw);
  }
  
  .spotlights-group .feature-items-wrapper .feature-items-main {
    width: 100%;
    margin-bottom: 1.25rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  
  .spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 1rem;
  }
  
  .spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper .feature-item-secondary {
    width: 100%;
    margin: 0 0 1.25rem -15px;
  }
  
  .spotlights-group .feature-items-wrapper .feature-items-secondary-wrapper .feature-item-secondary:first-child {
    margin-left: -15px;
  }
}

@media screen and (max-width: 43.75rem) {
  .spotlights-group .feature-items-wrapper .feature-items-main .btn-full {
    width: 100%;
    min-width: 0;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 37.5rem) {
  .spotlights-group .feature-items-wrapper .feature-item-hed-primary {
    font-size: -webkit-calc(2vw + 1rem);
    font-size: calc(2vw + 1rem);
  }
  
  .spotlights-group .feature-items-wrapper .feature-item-hed-secondary {
    font-size: 1.125rem;
  }
}

.env-edge .feature-item-hover .feature-item-img-wrapper:hover:before, .env-edge .feature-items-secondary-wrapper .feature-item-secondary .feature-item-secondary-hover:hover .feature-item-img-secondary:before, .env-ie .feature-item-hover .feature-item-img-wrapper:hover:before, .env-ie .feature-items-secondary-wrapper .feature-item-secondary .feature-item-secondary-hover:hover .feature-item-img-secondary:before {
  background-color: rgba(63,0,92,.65);
  -webkit-box-shadow: inset 0 0 120px 40px #2a003d;
  box-shadow: inset 0 0 120px 40px #2a003d;
}

.ai span {
  display: inline;
}

.fa, .fa-stack {
  display: inline-block;
}

@font-face {
  font-family: avidmoon;
  src: url(./../fonts/avidmoon.eot?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT&u32vvwx);
  src: url(./../fonts/avidmoon.eot?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT&u32vvwx#iefix) format("embedded-opentype"), url(./../fonts/avidmoon.ttf?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT&u32vvwx) format("truetype"), url(./../fonts/avidmoon.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT&u32vvwx) format("woff"), url(./../fonts/avidmoon.svg?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT&u32vvwx#avidmoon) format("svg");
  font-weight: 400;
  font-style: normal;
}

.ai {
  font-family: avidmoon, FontAvesome, Blank !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ai-media-composer:before {
  content: "\e90a";
}

.ai-pro-tools:before {
  content: "\e90b";
}

.ai-sibelius:before {
  content: "\e90c";
}

.ai-special_offers:before {
  content: "\e907";
}

.ai-global_services:before {
  content: "\e908";
}

.ai-books:before {
  content: "\e909";
}

.ai-create-a-case:before {
  content: "\e906";
}

.ai-brochure:before {
  content: "\e900";
}

.ai-datasheet:before {
  content: "\e901";
}

.ai-download:before {
  content: "\e902";
}

.ai-end-support:before {
  content: "\e903";
}

.ai-measurements:before {
  content: "\e904";
}

.ai-repair:before {
  content: "\e905";
}

.ai-community:before {
  content: "\e806";
}

.ai-compatibility:before {
  content: "\e807";
}

.ai-how-to-videos:before {
  content: "\e808";
}

.ai-more-info:before {
  content: "\e809";
}

.ai-warranty:before {
  content: "\e80a";
}

.ai-logo:before {
  content: "\e801";
}

.ai-video-play:before {
  content: "\e802";
}

.ai-learning-partner:before {
  content: "\e803";
}

.ai-options:before {
  content: "\e804";
}

.ai-transfer-ownership:before {
  content: "\e805";
}

.ai-avid-everywhere:before {
  content: "\e800";
}

.ai-avid-everywhere-color .path1:before {
  content: "\e620";
  color: #0f75b8;
}

.ai-avid-everywhere-color .path2:before {
  content: "\e622";
  margin-left: -1.2919921875em;
  color: #a0d07c;
}

.ai-avid-everywhere-color .path3:before {
  content: "\e623";
  margin-left: -1.2919921875em;
  color: #e8352c;
}

.ai-avid-everywhere-color .path4:before {
  content: "\e625";
  margin-left: -1.2919921875em;
  color: #f8c61c;
}

.ai-speech-bubble:before {
  content: "\e628";
}

.ai-building:before {
  content: "\e62e";
}

.ai-about:before {
  content: "\e607";
}

.ai-developers:before {
  content: "\e629";
}

.ai-education:before {
  content: "\e62a";
}

.ai-proservices:before {
  content: "\e62b";
}

.ai-black-dot:before {
  content: "\e62c";
}

.ai-ilok:before {
  content: "\e62d";
}

.ai-blogs:before {
  content: "\e600";
}

.ai-discover-difference:before {
  content: "\e602";
}

.ai-alert:before {
  content: "\e603";
}

.ai-book:before {
  content: "\e604";
}

.ai-broken-link:before {
  content: "\e605";
}

.ai-certification:before {
  content: "\e606";
}

.ai-drivers:before {
  content: "\e608";
}

.ai-feature:before {
  content: "\e609";
}

.ai-home:before {
  content: "\e60a";
}

.ai-plugin2:before {
  content: "\e60c";
}

.ai-plugin:before {
  content: "\e60d";
}

.ai-questions:before {
  content: "\e60f";
}

.ai-rss:before {
  content: "\e610";
}

.ai-support:before {
  content: "\e613";
}

.ai-sysreq:before {
  content: "\e614";
}

.ai-training:before {
  content: "\e615";
}

.ai-update:before {
  content: "\e616";
}

.ai-in-the-studio:before {
  content: "\e617";
}

.ai-hard-drive:before {
  content: "\e618";
}

.ai-globe:before {
  content: "\e619";
}

.ai-windows:before {
  content: "\e61a";
}

.ai-molecule:before {
  content: "\e61b";
}

.ai-pencil:before {
  content: "\e61c";
}

.ai-downloads:before {
  content: "\e61d";
}

.ai-light-bulb:before {
  content: "\e61e";
}

.ai-login:before {
  content: "\e61f";
}

.ai-more:before {
  content: "\e621";
}

.ai-search:before {
  content: "\e624";
}

.ai-store:before {
  content: "\e626";
}

.ai-support2:before {
  content: "\e627";
}

.ai-enterprise:before {
  content: "\e90d";
}

.ai-icn-about-avid:before {
  content: "\e90e";
}

.ai-icn-solutions:before {
  content: "\e90f";
}

.ai-icn-all-products:before {
  content: "\e910";
}

.ai-icn-close:before {
  content: "\e911";
}

.ai-icn-community:before {
  content: "\e912";
}

.ai-icn-downloads:before {
  content: "\e913";
}

.ai-icn-expand:before {
  content: "\e914";
}

.ai-icn-learn-and-support:before {
  content: "\e915";
}

.ai-icn-my-account:before {
  content: "\e916";
}

.ai-icn-my-account-btn:before {
  content: "\e917";
}

.ai-icn-search:before {
  content: "\e918";
}

.ai-icn-shop:before {
  content: "\e919";
}

.ai-icn-sign-in:before {
  content: "\e91a";
}

.ai-icn-sign-out:before {
  content: "\e91b";
}

.ai-icn-media-composer-inv:before {
  content: "\e91c";
}

.ai-instagram:before {
  content: "\eaaf";
}

.ai-peoplebubble-circle:before{content:"\eb0a";}@font-face {
  font-family: FontAwesome;
  src: url(./../fonts/fontawesome-webfont.eot?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT&v=4.3.0.0);
  src: url(./../fonts/fontawesome-webfont.eot?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT#iefix&v=4.3.0.0) format("embedded-opentype"), url(./../fonts/fontawesome-webfont.woff2?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT&v=4.3.0.0) format("woff2"), url(./../fonts/fontawesome-webfont.woff?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT&v=4.3.0.0) format("woff"), url(./../fonts/fontawesome-webfont.ttf?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT&v=4.3.0.0) format("truetype"), url(./../fonts/fontawesome-webfont.svg?orgId=00D400000007GIT&orgId=00D400000007GIT&orgId=00D400000007GIT&v=4.3.0.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before, .fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before, .fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
  content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158";
}

.fa-krw:before, .fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before, .fa-genderless:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before, .fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.theme-light {
  background-color: #fff;
}

.theme-light .avid-aside {
  background-color: #f1f3f4;
  color: #000;
}

.theme-light .product-related-container {
  background-color: #fff;
}

.theme-light.top-navigation.top-navigation-empty, .theme-light.top-navigation.top-navigation-hero, .theme-light.top-navigation.top-navigation-non-hero {
  background-color: #fff !important;
}

.theme-light.top-navigation.top-navigation-empty *, .theme-light.top-navigation.top-navigation-hero *, .theme-light.top-navigation.top-navigation-non-hero * {
  color: #000 !important;
}

.theme-light.top-navigation.top-navigation-empty .top-nav-logo .ai-logo, .theme-light.top-navigation.top-navigation-hero .top-nav-logo .ai-logo, .theme-light.top-navigation.top-navigation-non-hero .top-nav-logo .ai-logo {
  color: #7826e7 !important;
}

.theme-light.top-navigation.top-navigation-empty .top-nav-main li a:hover, .theme-light.top-navigation.top-navigation-hero .top-nav-main li a:hover, .theme-light.top-navigation.top-navigation-non-hero .top-nav-main li a:hover {
  color: #545454 !important;
}

.theme-light.top-navigation.top-navigation-empty .toggle-nav:hover, .theme-light.top-navigation.top-navigation-hero .toggle-nav:hover, .theme-light.top-navigation.top-navigation-non-hero .toggle-nav:hover {
  color: #000;
}

.theme-light.top-navigation.top-navigation-empty .btn-btn, .theme-light.top-navigation.top-navigation-hero .btn-btn, .theme-light.top-navigation.top-navigation-non-hero .btn-btn {
  color: #fff !important;
  background-color: #f47900 !important;
  border: none !important;
}

.theme-light.top-navigation.top-navigation-empty .btn-btn:hover, .theme-light.top-navigation.top-navigation-hero .btn-btn:hover, .theme-light.top-navigation.top-navigation-non-hero .btn-btn:hover {
  color: #fff !important;
  background-color: #b65b00 !important;
}

.theme-light.top-navigation.top-navigation-empty .features-grid-container, .theme-light.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-left, .theme-light.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-right, .theme-light.top-navigation.top-navigation-hero .features-grid-container, .theme-light.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-left, .theme-light.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-right, .theme-light.top-navigation.top-navigation-non-hero .features-grid-container, .theme-light.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-left, .theme-light.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-right {
  background-color: #fff !important;
}

.theme-light.top-navigation.top-navigation-empty .cta-promos, .theme-light.top-navigation.top-navigation-hero .cta-promos, .theme-light.top-navigation.top-navigation-non-hero .cta-promos {
  border: 1px solid #1f88c1;
  border-top: 0 !important;
  background-color: rgba(31,136,193,.6);
  color: #fff;
}

.theme-light.top-navigation.top-navigation-empty .cta-promos a, .theme-light.top-navigation.top-navigation-hero .cta-promos a, .theme-light.top-navigation.top-navigation-non-hero .cta-promos a {
  color: #fff !important;
}

.theme-light.top-navigation.top-navigation-empty .cta-promos a:hover, .theme-light.top-navigation.top-navigation-hero .cta-promos a:hover, .theme-light.top-navigation.top-navigation-non-hero .cta-promos a:hover {
  color: #0086b6 !important;
}

.theme-light.top-navigation.top-navigation-empty .content-editor-message, .theme-light.top-navigation.top-navigation-empty .cta-promos .content-editor-message *, .theme-light.top-navigation.top-navigation-hero .content-editor-message, .theme-light.top-navigation.top-navigation-hero .cta-promos .content-editor-message *, .theme-light.top-navigation.top-navigation-non-hero .content-editor-message, .theme-light.top-navigation.top-navigation-non-hero .cta-promos .content-editor-message * {
  color: #fff !important;
}

.theme-gray, .theme-gray .hdwr-fea-slide-container, .theme-gray .hdwr-fea-slide-container li, .theme-gray .product-related-container {
  background-color: #f1f3f4;
}

.theme-gray .btn-outline-inactive:hover {
  background: 0 0;
}

.theme-gray.top-navigation.top-navigation-empty, .theme-gray.top-navigation.top-navigation-hero, .theme-gray.top-navigation.top-navigation-non-hero {
  background-color: #f1f3f4 !important;
}

.theme-gray.top-navigation.top-navigation-empty *, .theme-gray.top-navigation.top-navigation-hero *, .theme-gray.top-navigation.top-navigation-non-hero * {
  color: #000 !important;
}

.theme-gray.top-navigation.top-navigation-empty .top-nav-logo .ai-logo, .theme-gray.top-navigation.top-navigation-hero .top-nav-logo .ai-logo, .theme-gray.top-navigation.top-navigation-non-hero .top-nav-logo .ai-logo {
  color: #7826e7 !important;
}

.theme-gray.top-navigation.top-navigation-empty .top-nav-main li a:hover, .theme-gray.top-navigation.top-navigation-hero .top-nav-main li a:hover, .theme-gray.top-navigation.top-navigation-non-hero .top-nav-main li a:hover {
  color: #545454 !important;
}

.theme-gray.top-navigation.top-navigation-empty .toggle-nav:hover, .theme-gray.top-navigation.top-navigation-hero .toggle-nav:hover, .theme-gray.top-navigation.top-navigation-non-hero .toggle-nav:hover {
  color: #000;
}

.theme-gray.top-navigation.top-navigation-empty .btn-btn, .theme-gray.top-navigation.top-navigation-hero .btn-btn, .theme-gray.top-navigation.top-navigation-non-hero .btn-btn {
  color: #fff !important;
  background-color: #f47900 !important;
  border: none !important;
}

.theme-gray.top-navigation.top-navigation-empty .btn-btn:hover, .theme-gray.top-navigation.top-navigation-hero .btn-btn:hover, .theme-gray.top-navigation.top-navigation-non-hero .btn-btn:hover {
  color: #fff !important;
  background-color: #b65b00 !important;
}

.theme-gray.top-navigation.top-navigation-empty .features-grid-container, .theme-gray.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-left, .theme-gray.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-right, .theme-gray.top-navigation.top-navigation-hero .features-grid-container, .theme-gray.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-left, .theme-gray.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-right, .theme-gray.top-navigation.top-navigation-non-hero .features-grid-container, .theme-gray.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-left, .theme-gray.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-right {
  background-color: #f1f3f4 !important;
}

.theme-gray.top-navigation.top-navigation-empty .cta-promos, .theme-gray.top-navigation.top-navigation-hero .cta-promos, .theme-gray.top-navigation.top-navigation-non-hero .cta-promos {
  border: 1px solid #1f88c1;
  border-top: 0 !important;
  background-color: rgba(31,136,193,.6);
  color: #fff;
}

.theme-gray.top-navigation.top-navigation-empty .cta-promos a, .theme-gray.top-navigation.top-navigation-hero .cta-promos a, .theme-gray.top-navigation.top-navigation-non-hero .cta-promos a {
  color: #fff !important;
}

.theme-gray.top-navigation.top-navigation-empty .cta-promos a:hover, .theme-gray.top-navigation.top-navigation-hero .cta-promos a:hover, .theme-gray.top-navigation.top-navigation-non-hero .cta-promos a:hover {
  color: #0086b6 !important;
}

.theme-gray.top-navigation.top-navigation-empty .content-editor-message, .theme-gray.top-navigation.top-navigation-empty .cta-promos .content-editor-message *, .theme-gray.top-navigation.top-navigation-hero .content-editor-message, .theme-gray.top-navigation.top-navigation-hero .cta-promos .content-editor-message *, .theme-gray.top-navigation.top-navigation-non-hero .content-editor-message, .theme-gray.top-navigation.top-navigation-non-hero .cta-promos .content-editor-message * {
  color: #fff !important;
}

.theme-darkgray, .theme-darkgray .hdwr-fea-slide-container, .theme-darkgray .hdwr-fea-slide-container li, .theme-darkgray .product-related-container {
  background-color: #d7d7d7;
}

.theme-darkgray .btn-outline-inactive:hover {
  background: 0 0;
}

.theme-darkgray.top-navigation.top-navigation-empty, .theme-darkgray.top-navigation.top-navigation-hero, .theme-darkgray.top-navigation.top-navigation-non-hero {
  background-color: #d7d7d7 !important;
}

.theme-darkgray.top-navigation.top-navigation-empty *, .theme-darkgray.top-navigation.top-navigation-hero *, .theme-darkgray.top-navigation.top-navigation-non-hero * {
  color: #000 !important;
}

.theme-darkgray.top-navigation.top-navigation-empty .top-nav-logo .ai-logo, .theme-darkgray.top-navigation.top-navigation-hero .top-nav-logo .ai-logo, .theme-darkgray.top-navigation.top-navigation-non-hero .top-nav-logo .ai-logo {
  color: #7826e7 !important;
}

.theme-darkgray.top-navigation.top-navigation-empty .top-nav-main li a:hover, .theme-darkgray.top-navigation.top-navigation-hero .top-nav-main li a:hover, .theme-darkgray.top-navigation.top-navigation-non-hero .top-nav-main li a:hover {
  color: #545454 !important;
}

.theme-darkgray.top-navigation.top-navigation-empty .toggle-nav:hover, .theme-darkgray.top-navigation.top-navigation-hero .toggle-nav:hover, .theme-darkgray.top-navigation.top-navigation-non-hero .toggle-nav:hover {
  color: #000;
}

.theme-darkgray.top-navigation.top-navigation-empty .btn-btn, .theme-darkgray.top-navigation.top-navigation-hero .btn-btn, .theme-darkgray.top-navigation.top-navigation-non-hero .btn-btn {
  color: #fff !important;
  background-color: #f47900 !important;
  border: none !important;
}

.theme-darkgray.top-navigation.top-navigation-empty .btn-btn:hover, .theme-darkgray.top-navigation.top-navigation-hero .btn-btn:hover, .theme-darkgray.top-navigation.top-navigation-non-hero .btn-btn:hover {
  color: #fff !important;
  background-color: #b65b00 !important;
}

.theme-darkgray.top-navigation.top-navigation-empty .features-grid-container, .theme-darkgray.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-left, .theme-darkgray.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-right, .theme-darkgray.top-navigation.top-navigation-hero .features-grid-container, .theme-darkgray.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-left, .theme-darkgray.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-right, .theme-darkgray.top-navigation.top-navigation-non-hero .features-grid-container, .theme-darkgray.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-left, .theme-darkgray.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-right {
  background-color: #d7d7d7 !important;
}

.theme-darkgray.top-navigation.top-navigation-empty .cta-promos, .theme-darkgray.top-navigation.top-navigation-hero .cta-promos, .theme-darkgray.top-navigation.top-navigation-non-hero .cta-promos {
  border: 1px solid #1f88c1;
  border-top: 0 !important;
  background-color: rgba(31,136,193,.6);
  color: #fff;
}

.theme-darkgray.top-navigation.top-navigation-empty .cta-promos a, .theme-darkgray.top-navigation.top-navigation-hero .cta-promos a, .theme-darkgray.top-navigation.top-navigation-non-hero .cta-promos a {
  color: #fff !important;
}

.theme-darkgray.top-navigation.top-navigation-empty .cta-promos a:hover, .theme-darkgray.top-navigation.top-navigation-hero .cta-promos a:hover, .theme-darkgray.top-navigation.top-navigation-non-hero .cta-promos a:hover {
  color: #0086b6 !important;
}

.theme-darkgray.top-navigation.top-navigation-empty .content-editor-message, .theme-darkgray.top-navigation.top-navigation-empty .cta-promos .content-editor-message *, .theme-darkgray.top-navigation.top-navigation-hero .content-editor-message, .theme-darkgray.top-navigation.top-navigation-hero .cta-promos .content-editor-message *, .theme-darkgray.top-navigation.top-navigation-non-hero .content-editor-message, .theme-darkgray.top-navigation.top-navigation-non-hero .cta-promos .content-editor-message * {
  color: #fff !important;
}

.theme-dark {
  background-color: #000;
}

.theme-dark div, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark p, .theme-dark span, .theme-dark table {
  color: #fff;
}

.theme-dark a, .theme-dark a * {
  color: #00b2f4;
}

.theme-dark a :hover, .theme-dark a:hover {
  color: #0086b6;
}

.theme-dark .avid-aside {
  background-color: transparent;
  color: #fff;
}

.theme-dark .contact-map, .theme-dark .hdwr-fea-slide-container, .theme-dark .hdwr-fea-slide-container li, .theme-dark .product-related-container {
  background-color: #000;
}

.theme-dark .btn-large, .theme-dark .btn-medium {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
}

.theme-dark .btn-large:hover, .theme-dark .btn-medium:hover {
  color: #fff;
  border: 2px solid #7826e7;
  background-color: #7826e7;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.theme-dark .btn-large.btn-outline-inactive:hover, .theme-dark .btn-outline-inactive.btn-medium:hover {
  border: 2px solid #fff;
  color: #fff;
  background: 0 0;
}

.theme-dark.top-navigation.top-navigation-empty, .theme-dark.top-navigation.top-navigation-hero, .theme-dark.top-navigation.top-navigation-non-hero {
  background-color: #414141 !important;
}

.theme-dark.top-navigation.top-navigation-empty .top-nav-logo .ai-logo, .theme-dark.top-navigation.top-navigation-empty .top-nav-main li a, .theme-dark.top-navigation.top-navigation-hero .top-nav-logo .ai-logo, .theme-dark.top-navigation.top-navigation-hero .top-nav-main li a, .theme-dark.top-navigation.top-navigation-non-hero .top-nav-logo .ai-logo, .theme-dark.top-navigation.top-navigation-non-hero .top-nav-main li a {
  color: #fff !important;
}

.theme-dark.top-navigation.top-navigation-empty .top-nav-main li a:hover, .theme-dark.top-navigation.top-navigation-hero .top-nav-main li a:hover, .theme-dark.top-navigation.top-navigation-non-hero .top-nav-main li a:hover {
  color: #d0d0d0 !important;
}

.theme-dark.top-navigation.top-navigation-empty .toggle-nav:hover, .theme-dark.top-navigation.top-navigation-hero .toggle-nav:hover, .theme-dark.top-navigation.top-navigation-non-hero .toggle-nav:hover {
  color: #fff;
}

.theme-dark.top-navigation.top-navigation-empty .btn-btn, .theme-dark.top-navigation.top-navigation-hero .btn-btn, .theme-dark.top-navigation.top-navigation-non-hero .btn-btn {
  color: #fff !important;
  background-color: #f47900 !important;
  border: none !important;
}

.theme-dark.top-navigation.top-navigation-empty .btn-btn:hover, .theme-dark.top-navigation.top-navigation-hero .btn-btn:hover, .theme-dark.top-navigation.top-navigation-non-hero .btn-btn:hover {
  color: #fff !important;
  background-color: #b65b00 !important;
}

.theme-dark.top-navigation.top-navigation-empty .features-grid-container, .theme-dark.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-left, .theme-dark.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-right, .theme-dark.top-navigation.top-navigation-hero .features-grid-container, .theme-dark.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-left, .theme-dark.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-right, .theme-dark.top-navigation.top-navigation-non-hero .features-grid-container, .theme-dark.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-left, .theme-dark.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-right {
  background-color: #414141 !important;
}

.theme-dark.top-navigation.top-navigation-empty .cta-promos, .theme-dark.top-navigation.top-navigation-hero .cta-promos, .theme-dark.top-navigation.top-navigation-non-hero .cta-promos {
  border: 1px solid #1f88c1;
  border-top: 0 !important;
  background-color: rgba(31,136,193,.6);
  color: #fff;
}

.theme-dark.top-navigation.top-navigation-empty .cta-promos a, .theme-dark.top-navigation.top-navigation-hero .cta-promos a, .theme-dark.top-navigation.top-navigation-non-hero .cta-promos a {
  color: #fff !important;
}

.theme-dark.top-navigation.top-navigation-empty .cta-promos a:hover, .theme-dark.top-navigation.top-navigation-hero .cta-promos a:hover, .theme-dark.top-navigation.top-navigation-non-hero .cta-promos a:hover {
  color: #0086b6 !important;
}

.theme-dark.top-navigation.top-navigation-empty .content-editor-message, .theme-dark.top-navigation.top-navigation-empty .cta-promos .content-editor-message *, .theme-dark.top-navigation.top-navigation-hero .content-editor-message, .theme-dark.top-navigation.top-navigation-hero .cta-promos .content-editor-message *, .theme-dark.top-navigation.top-navigation-non-hero .content-editor-message, .theme-dark.top-navigation.top-navigation-non-hero .cta-promos .content-editor-message * {
  color: #fff !important;
}

.theme-purple {
  background-color: #7826e7;
}

.theme-purple div, .theme-purple h1, .theme-purple h2, .theme-purple h3, .theme-purple h4, .theme-purple h5, .theme-purple p, .theme-purple span, .theme-purple table {
  color: #fff;
}

.theme-purple a, .theme-purple a * {
  color: #00b2f4;
}

.theme-purple a :hover, .theme-purple a:hover {
  color: #0086b6;
}

.theme-purple .avid-aside {
  background-color: transparent;
  color: #fff;
}

.theme-purple .contact-map, .theme-purple .hdwr-fea-slide-container, .theme-purple .hdwr-fea-slide-container li, .theme-purple .product-related-container {
  background-color: #7826e7;
}

.theme-purple .btn-large, .theme-purple .btn-medium {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
}

.theme-purple .btn-large:hover, .theme-purple .btn-medium:hover {
  color: #fff;
  border: 2px solid #7826e7;
  background-color: #7826e7;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.theme-purple .btn-large.btn-outline-inactive:hover, .theme-purple .btn-outline-inactive.btn-medium:hover {
  border: 2px solid #fff;
  color: #fff;
  background: 0 0;
}

.theme-purple.top-navigation.top-navigation-empty, .theme-purple.top-navigation.top-navigation-hero, .theme-purple.top-navigation.top-navigation-non-hero {
  background-color: #7826e7 !important;
}

.theme-purple.top-navigation.top-navigation-empty .top-nav-logo .ai-logo, .theme-purple.top-navigation.top-navigation-empty .top-nav-main li a, .theme-purple.top-navigation.top-navigation-hero .top-nav-logo .ai-logo, .theme-purple.top-navigation.top-navigation-hero .top-nav-main li a, .theme-purple.top-navigation.top-navigation-non-hero .top-nav-logo .ai-logo, .theme-purple.top-navigation.top-navigation-non-hero .top-nav-main li a {
  color: #fff !important;
}

.theme-purple.top-navigation.top-navigation-empty .top-nav-main li a:hover, .theme-purple.top-navigation.top-navigation-hero .top-nav-main li a:hover, .theme-purple.top-navigation.top-navigation-non-hero .top-nav-main li a:hover {
  color: #d0d0d0 !important;
}

.theme-purple.top-navigation.top-navigation-empty .toggle-nav:hover, .theme-purple.top-navigation.top-navigation-hero .toggle-nav:hover, .theme-purple.top-navigation.top-navigation-non-hero .toggle-nav:hover {
  color: #fff;
}

.theme-purple.top-navigation.top-navigation-empty .btn-btn, .theme-purple.top-navigation.top-navigation-hero .btn-btn, .theme-purple.top-navigation.top-navigation-non-hero .btn-btn {
  color: #fff !important;
  background-color: #f47900 !important;
  border: none !important;
}

.theme-purple.top-navigation.top-navigation-empty .btn-btn:hover, .theme-purple.top-navigation.top-navigation-hero .btn-btn:hover, .theme-purple.top-navigation.top-navigation-non-hero .btn-btn:hover {
  color: #fff !important;
  background-color: #b65b00 !important;
}

.theme-purple.top-navigation.top-navigation-empty .features-grid-container, .theme-purple.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-left, .theme-purple.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-right, .theme-purple.top-navigation.top-navigation-hero .features-grid-container, .theme-purple.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-left, .theme-purple.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-right, .theme-purple.top-navigation.top-navigation-non-hero .features-grid-container, .theme-purple.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-left, .theme-purple.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-right {
  background-color: #414141 !important;
}

.theme-purple.top-navigation.top-navigation-empty .cta-promos, .theme-purple.top-navigation.top-navigation-hero .cta-promos, .theme-purple.top-navigation.top-navigation-non-hero .cta-promos {
  border: 1px solid #1f88c1;
  border-top: 0 !important;
  background-color: rgba(31,136,193,.6);
  color: #fff;
}

.theme-purple.top-navigation.top-navigation-empty .cta-promos a, .theme-purple.top-navigation.top-navigation-hero .cta-promos a, .theme-purple.top-navigation.top-navigation-non-hero .cta-promos a {
  color: #fff !important;
}

.theme-purple.top-navigation.top-navigation-empty .cta-promos a:hover, .theme-purple.top-navigation.top-navigation-hero .cta-promos a:hover, .theme-purple.top-navigation.top-navigation-non-hero .cta-promos a:hover {
  color: #0086b6 !important;
}

.theme-purple.top-navigation.top-navigation-empty .content-editor-message, .theme-purple.top-navigation.top-navigation-empty .cta-promos .content-editor-message *, .theme-purple.top-navigation.top-navigation-hero .content-editor-message, .theme-purple.top-navigation.top-navigation-hero .cta-promos .content-editor-message *, .theme-purple.top-navigation.top-navigation-non-hero .content-editor-message, .theme-purple.top-navigation.top-navigation-non-hero .cta-promos .content-editor-message * {
  color: #fff !important;
}

.theme-promotional {
  background-color: #1d1421;
}

.theme-promotional div, .theme-promotional h1, .theme-promotional h2, .theme-promotional h3, .theme-promotional h4, .theme-promotional h5, .theme-promotional p, .theme-promotional span, .theme-promotional table {
  color: #fff;
}

.theme-promotional a, .theme-promotional a * {
  color: #00b2f4;
}

.theme-promotional a :hover, .theme-promotional a:hover {
  color: #0086b6;
}

.theme-promotional .avid-aside {
  background-color: transparent;
  color: #fff;
}

.theme-promotional .contact-map, .theme-promotional .hdwr-fea-slide-container, .theme-promotional .hdwr-fea-slide-container li, .theme-promotional .product-related-container {
  background-color: #1d1421;
}

.theme-promotional .btn-large, .theme-promotional .btn-medium {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
}

.theme-promotional .btn-large:hover, .theme-promotional .btn-medium:hover {
  color: #fff;
  border: 2px solid #7826e7;
  background-color: #7826e7;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.theme-promotional .btn-large.btn-outline-inactive:hover, .theme-promotional .btn-outline-inactive.btn-medium:hover {
  border: 2px solid #fff;
  color: #fff;
  background: 0 0;
}

.theme-promotional.top-navigation.top-navigation-empty, .theme-promotional.top-navigation.top-navigation-hero, .theme-promotional.top-navigation.top-navigation-non-hero {
  background-color: #414141 !important;
}

.theme-promotional.top-navigation.top-navigation-empty .top-nav-logo .ai-logo, .theme-promotional.top-navigation.top-navigation-empty .top-nav-main li a, .theme-promotional.top-navigation.top-navigation-hero .top-nav-logo .ai-logo, .theme-promotional.top-navigation.top-navigation-hero .top-nav-main li a, .theme-promotional.top-navigation.top-navigation-non-hero .top-nav-logo .ai-logo, .theme-promotional.top-navigation.top-navigation-non-hero .top-nav-main li a {
  color: #fff !important;
}

.theme-promotional.top-navigation.top-navigation-empty .top-nav-main li a:hover, .theme-promotional.top-navigation.top-navigation-hero .top-nav-main li a:hover, .theme-promotional.top-navigation.top-navigation-non-hero .top-nav-main li a:hover {
  color: #d0d0d0 !important;
}

.theme-promotional.top-navigation.top-navigation-empty .toggle-nav:hover, .theme-promotional.top-navigation.top-navigation-hero .toggle-nav:hover, .theme-promotional.top-navigation.top-navigation-non-hero .toggle-nav:hover {
  color: #fff;
}

.theme-promotional.top-navigation.top-navigation-empty .btn-btn, .theme-promotional.top-navigation.top-navigation-hero .btn-btn, .theme-promotional.top-navigation.top-navigation-non-hero .btn-btn {
  color: #fff !important;
  background-color: #f47900 !important;
  border: none !important;
}

.theme-promotional.top-navigation.top-navigation-empty .btn-btn:hover, .theme-promotional.top-navigation.top-navigation-hero .btn-btn:hover, .theme-promotional.top-navigation.top-navigation-non-hero .btn-btn:hover {
  color: #fff !important;
  background-color: #b65b00 !important;
}

.theme-promotional.top-navigation.top-navigation-empty .features-grid-container, .theme-promotional.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-left, .theme-promotional.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-right, .theme-promotional.top-navigation.top-navigation-hero .features-grid-container, .theme-promotional.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-left, .theme-promotional.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-right, .theme-promotional.top-navigation.top-navigation-non-hero .features-grid-container, .theme-promotional.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-left, .theme-promotional.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-right {
  background-color: #414141 !important;
}

.theme-promotional.top-navigation.top-navigation-empty .cta-promos, .theme-promotional.top-navigation.top-navigation-hero .cta-promos, .theme-promotional.top-navigation.top-navigation-non-hero .cta-promos {
  border: 1px solid #1f88c1;
  border-top: 0 !important;
  background-color: rgba(31,136,193,.6);
  color: #fff;
}

.theme-promotional.top-navigation.top-navigation-empty .cta-promos a, .theme-promotional.top-navigation.top-navigation-hero .cta-promos a, .theme-promotional.top-navigation.top-navigation-non-hero .cta-promos a {
  color: #fff !important;
}

.theme-promotional.top-navigation.top-navigation-empty .cta-promos a:hover, .theme-promotional.top-navigation.top-navigation-hero .cta-promos a:hover, .theme-promotional.top-navigation.top-navigation-non-hero .cta-promos a:hover {
  color: #0086b6 !important;
}

.theme-promotional.top-navigation.top-navigation-empty .content-editor-message, .theme-promotional.top-navigation.top-navigation-empty .cta-promos .content-editor-message *, .theme-promotional.top-navigation.top-navigation-hero .content-editor-message, .theme-promotional.top-navigation.top-navigation-hero .cta-promos .content-editor-message *, .theme-promotional.top-navigation.top-navigation-non-hero .content-editor-message, .theme-promotional.top-navigation.top-navigation-non-hero .cta-promos .content-editor-message * {
  color: #fff !important;
}

.theme-calltoaction {
  background-color: #252525;
}

.theme-calltoaction div, .theme-calltoaction h1, .theme-calltoaction h2, .theme-calltoaction h3, .theme-calltoaction h4, .theme-calltoaction h5, .theme-calltoaction p, .theme-calltoaction span, .theme-calltoaction table {
  color: #fff;
}

.theme-calltoaction a, .theme-calltoaction a * {
  color: #00b2f4;
}

.theme-calltoaction a :hover, .theme-calltoaction a:hover {
  color: #0086b6;
}

.theme-calltoaction .avid-aside {
  background-color: transparent;
  color: #fff;
}

.theme-calltoaction .contact-map, .theme-calltoaction .hdwr-fea-slide-container, .theme-calltoaction .hdwr-fea-slide-container li, .theme-calltoaction .product-related-container {
  background-color: #252525;
}

.theme-calltoaction .btn-large, .theme-calltoaction .btn-medium {
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
}

.theme-calltoaction .btn-large:hover, .theme-calltoaction .btn-medium:hover {
  color: #fff;
  border: 2px solid #7826e7;
  background-color: #7826e7;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.theme-calltoaction .btn-large.btn-outline-inactive:hover, .theme-calltoaction .btn-outline-inactive.btn-medium:hover {
  border: 2px solid #fff;
  color: #fff;
  background: 0 0;
}

.theme-calltoaction.top-navigation.top-navigation-empty, .theme-calltoaction.top-navigation.top-navigation-hero, .theme-calltoaction.top-navigation.top-navigation-non-hero {
  background-color: #414141 !important;
}

.theme-calltoaction.top-navigation.top-navigation-empty .top-nav-logo .ai-logo, .theme-calltoaction.top-navigation.top-navigation-empty .top-nav-main li a, .theme-calltoaction.top-navigation.top-navigation-hero .top-nav-logo .ai-logo, .theme-calltoaction.top-navigation.top-navigation-hero .top-nav-main li a, .theme-calltoaction.top-navigation.top-navigation-non-hero .top-nav-logo .ai-logo, .theme-calltoaction.top-navigation.top-navigation-non-hero .top-nav-main li a {
  color: #fff !important;
}

.theme-calltoaction.top-navigation.top-navigation-empty .top-nav-main li a:hover, .theme-calltoaction.top-navigation.top-navigation-hero .top-nav-main li a:hover, .theme-calltoaction.top-navigation.top-navigation-non-hero .top-nav-main li a:hover {
  color: #d0d0d0 !important;
}

.theme-calltoaction.top-navigation.top-navigation-empty .toggle-nav:hover, .theme-calltoaction.top-navigation.top-navigation-hero .toggle-nav:hover, .theme-calltoaction.top-navigation.top-navigation-non-hero .toggle-nav:hover {
  color: #fff;
}

.theme-calltoaction.top-navigation.top-navigation-empty .btn-btn, .theme-calltoaction.top-navigation.top-navigation-hero .btn-btn, .theme-calltoaction.top-navigation.top-navigation-non-hero .btn-btn {
  color: #fff !important;
  background-color: #f47900 !important;
  border: none !important;
}

.theme-calltoaction.top-navigation.top-navigation-empty .btn-btn:hover, .theme-calltoaction.top-navigation.top-navigation-hero .btn-btn:hover, .theme-calltoaction.top-navigation.top-navigation-non-hero .btn-btn:hover {
  color: #fff !important;
  background-color: #b65b00 !important;
}

.theme-calltoaction.top-navigation.top-navigation-empty .features-grid-container, .theme-calltoaction.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-left, .theme-calltoaction.top-navigation.top-navigation-empty .features-grid-container .top-nav-arrow-right, .theme-calltoaction.top-navigation.top-navigation-hero .features-grid-container, .theme-calltoaction.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-left, .theme-calltoaction.top-navigation.top-navigation-hero .features-grid-container .top-nav-arrow-right, .theme-calltoaction.top-navigation.top-navigation-non-hero .features-grid-container, .theme-calltoaction.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-left, .theme-calltoaction.top-navigation.top-navigation-non-hero .features-grid-container .top-nav-arrow-right {
  background-color: #414141 !important;
}

.theme-calltoaction.top-navigation.top-navigation-empty .cta-promos, .theme-calltoaction.top-navigation.top-navigation-hero .cta-promos, .theme-calltoaction.top-navigation.top-navigation-non-hero .cta-promos {
  border: 1px solid #1f88c1;
  border-top: 0 !important;
  background-color: rgba(31,136,193,.6);
  color: #fff;
}

.theme-calltoaction.top-navigation.top-navigation-empty .cta-promos a, .theme-calltoaction.top-navigation.top-navigation-hero .cta-promos a, .theme-calltoaction.top-navigation.top-navigation-non-hero .cta-promos a {
  color: #fff !important;
}

.theme-calltoaction.top-navigation.top-navigation-empty .cta-promos a:hover, .theme-calltoaction.top-navigation.top-navigation-hero .cta-promos a:hover, .theme-calltoaction.top-navigation.top-navigation-non-hero .cta-promos a:hover {
  color: #0086b6 !important;
}

.theme-calltoaction .btn-cta, .theme-calltoaction .btn-cta .cta-price *, .theme-calltoaction .btn-cta .cta-text, .theme-calltoaction.top-navigation.top-navigation-empty .content-editor-message, .theme-calltoaction.top-navigation.top-navigation-empty .cta-promos .content-editor-message *, .theme-calltoaction.top-navigation.top-navigation-hero .content-editor-message, .theme-calltoaction.top-navigation.top-navigation-hero .cta-promos .content-editor-message *, .theme-calltoaction.top-navigation.top-navigation-non-hero .content-editor-message, .theme-calltoaction.top-navigation.top-navigation-non-hero .cta-promos .content-editor-message *, .theme-dark .btn-cta, .theme-dark .btn-cta .cta-price *, .theme-dark .btn-cta .cta-text, .theme-darkgray .btn-cta, .theme-darkgray .btn-cta .cta-price *, .theme-darkgray .btn-cta .cta-text, .theme-gray .btn-cta, .theme-gray .btn-cta .cta-price *, .theme-gray .btn-cta .cta-text, .theme-light .btn-cta, .theme-light .btn-cta .cta-price *, .theme-light .btn-cta .cta-text, .theme-promotional .btn-cta, .theme-promotional .btn-cta .cta-price *, .theme-promotional .btn-cta .cta-text, .theme-purple .btn-cta, .theme-purple .btn-cta .cta-price *, .theme-purple .btn-cta .cta-text, .top-navigation .btn-cta, .top-navigation .btn-cta .cta-price *, .top-navigation .btn-cta .cta-text, .top-navigation.top-navigation-non-hero .btn-cta, .top-navigation.top-navigation-non-hero .btn-cta .cta-price *, .top-navigation.top-navigation-non-hero .btn-cta .cta-text {
  color: #fff !important;
}

.theme-calltoaction .hero-product-screenshot.sticky, .theme-dark .hero-product-screenshot.sticky, .theme-darkgray .hero-product-screenshot.sticky, .theme-gray .hero-product-screenshot.sticky, .theme-light .hero-product-screenshot.sticky, .theme-promotional .hero-product-screenshot.sticky, .theme-purple .hero-product-screenshot.sticky, .top-navigation .hero-product-screenshot.sticky, .top-navigation.top-navigation-non-hero .hero-product-screenshot.sticky {
  z-index: 0;
}

.theme-calltoaction .features-section .avid-aside, .theme-dark .features-section .avid-aside, .theme-darkgray .features-section .avid-aside, .theme-gray .features-section .avid-aside, .theme-light .features-section .avid-aside, .theme-promotional .features-section .avid-aside, .theme-purple .features-section .avid-aside, .top-navigation .features-section .avid-aside, .top-navigation.top-navigation-non-hero .features-section .avid-aside {
  background-color: #f2f8fc;
  color: #333;
}

@media (max-width: 1025px) {
	.avid-menu-search {
		width: 240px;
		position: absolute;
		right: 3rem;
	}
}

@media (max-width: 700px) {
	.avid-menu-search {
		width: 220px;
		right: 4rem;
	}
}

@media (max-width: 500px) {
	.avid-menu-search {
		width: 220px;
		right: 4rem;
	}
}

@media (min-width: 376px) and (max-width: 414px) {
	.avid-menu-search {
		width: 160px;
		right: 5rem;
	}
}

@media (min-width: 321px) and (max-width: 375px) {
	.avid-menu-search {
		width: 130px;
		right: 5rem;
	}
}

@media (max-width: 320px) {
	.top-navigation {
		padding-left: 15px;
	}
	
	.top-navigation .toggle-nav {
		right: 15px
	}
	
	.main .top-navigation .cart-btn-container {
		right: 60px;
	}
	
	.avid-menu-search {
		width: 110px;
		right: 4.5rem;
	}
	
@font-face{
	font-family:'Walsheim';
		src:
		url('../fonts/GT-Walsheim-Avid-Light.woff') format("woff"),
		url('../fonts/GT-Walsheim-Avid-Light.ttf') format("truetype"),
		url('../fonts/GT-Walsheim-Avid-Light.woff2') format("woff2"),
		url('../fonts/GT-Walsheim-Avid-Light.etf') format("opentype");
	font-weight:300;
	font-style:normal;
}
@font-face{
	font-family:'Walsheim';
		src:
		url('../fonts/GT-Walsheim-Avid-Regular.woff') format("woff"),
		url('../fonts/GT-Walsheim-Avid-Regular.ttf') format("truetype"),
		url('../fonts/GT-Walsheim-Avid-Regular.woff2') format("woff2"),
		url('../fonts/GT-Walsheim-Avid-Regular.otf') format("opentype");
	font-weight:400;
	font-style:normal;
}
@font-face{
	font-family:'Walsheim';
		src:
		url('../fonts/GT-Walsheim-Avid-Medium.woff') format("woff"),
		url('../fonts/GT-Walsheim-Avid-Medium.ttf') format("truetype"),
		url('../fonts/GT-Walsheim-Avid-Medium.woff2') format("woff2"),
		url('../fonts/GT-Walsheim-Avid-Medium.otf') format("opentype");
	font-weight:500;
	font-style:normal;
}
@font-face{
	font-family:'Walsheim';
		src:
		url('../fonts/GT-Walsheim-Avid-Bold.woff') format("woff"),
		url('../fonts/GT-Walsheim-Avid-Bold.ttf') format("truetype"),
		url('../fonts/GT-Walsheim-Avid-Bold.woff2') format("woff2"),
		url('../fonts/GT-Walsheim-Avid-Bold.otf') format("opentype");
	font-weight:700;
	font-style:normal;
}