/*
DO NOT MODIFY THIS FILE DIRECTLY
If you do, your changes will be overwritten and lost. Instead, make your changes to
the appropriate files in the sass folder, then run Grunt to generate this file.
Instructions for running Grunt are in the readme file at the project root.
*/

@charset "UTF-8";
#at4-share {
  z-index: 1049;
}

.at4-share-title {
  font-size: 14px;
  font-size: 0.875rem;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #c00;
  text-decoration: none;
}
a:hover, a:focus {
  color: #c00;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.45;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.45;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.45;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 37px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 23px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 39px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 46.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 28px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(114.75, 114.75, 114.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 30px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #333;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.45;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #d71920;
  background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.45;
  color: #333;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #c00;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.45;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.45;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.45;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "jw-custom-icons";
  src: url("clientlibs/fonts/jwplayer/jw-custom-icons.eot");
  src: url("clientlibs/fonts/jwplayer/jw-custom-icons.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/jwplayer/jw-custom-icons.ttf") format("truetype"), url("clientlibs/fonts/jwplayer/jw-custom-icons.woff") format("woff"), url("clientlibs/fonts/jwplayer/jw-custom-icons.svg#jw-custom-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.jwplayer:hover.jw-skin-bekle .jw-display-icon-container {
  background: rgba(255, 255, 255, 0.65) !important;
}
.jwplayer:hover .jw-skin-trend-micro .jw-display-icon-container {
  background: rgba(0, 0, 0, 0.65) !important;
}
.jw-background-color {
  background: rgba(255, 255, 255, 0.65);
}

.jw-skin-bekle .jw-icon {
  font-family: "jw-custom-icons";
}
.jw-skin-bekle .jw-controlbar {
  display: table;
}
.jw-skin-bekle .jw-icon-playback {
  font-size: 27px;
}
.jw-skin-bekle .jw-display-icon-container {
  border-radius: 50%;
  width: auto;
  height: auto;
  padding: 0px;
}
.jw-skin-bekle .jw-display-icon-container .jw-icon-display {
  font-size: 58px !important;
  width: 1em;
  height: 1em;
}
.jw-skin-bekle .jw-dock-button {
  border-radius: 50%;
}
.jw-skin-bekle .jw-background-color {
  background: rgba(255, 255, 255, 0);
  transition: background-color 0.5s ease;
}
.jw-skin-bekle .jw-background-color:hover {
  background: rgba(255, 255, 255, 0.65);
}

.jw-skin-trend-micro .jw-icon {
  font-family: "jw-custom-icons";
}
.jw-skin-trend-micro .jw-controlbar {
  display: table;
  width: 96%;
  max-width: 50em;
  margin: 0 auto;
  bottom: 0.7em;
  left: 2%;
  right: 2%;
}
.jw-skin-trend-micro .jw-icon-playback {
  font-size: 27px;
}
.jw-skin-trend-micro .jw-display-icon-container {
  border-radius: 50%;
  width: auto;
  height: auto;
  padding: 0px;
}
.jw-skin-trend-micro .jw-display-icon-container .jw-icon-display {
  font-size: 58px !important;
  width: 1em;
  height: 1em;
}
.jw-skin-trend-micro .jw-dock-button {
  border-radius: 50%;
}
.jw-skin-trend-micro .jw-background-color {
  background: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease;
}
.jw-skin-trend-micro .jw-background-color:hover {
  background: rgba(0, 0, 0, 0.65);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
@charset "UTF-8";
@font-face {
  font-family: "Interstate";
  src: url("clientlibs/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-2.eot");
  src: url("clientlibs/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-2.eot?") format("embedded-opentype"), url("clientlibs/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-3.woff") format("woff"), url("clientlibs/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "InterstateLight";
  src: url("clientlibs/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-2.eot");
  src: url("clientlibs/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-2.eot?") format("embedded-opentype"), url("clientlibs/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-3.woff") format("woff"), url("clientlibs/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "InterstateExtraLight";
  src: url("clientlibs/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-2.eot");
  src: url("clientlibs/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-2.eot?") format("embedded-opentype"), url("clientlibs/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-3.woff") format("woff"), url("clientlibs/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "InterstateUltraBlack";
  src: url("clientlibs/fonts/Interstate-UltraBlack/Interstate-UltraBlack.woff");
  src: url("clientlibs/fonts/Interstate-UltraBlack/Interstate-UltraBlack.woff") format("woff"), url("clientlibs/fonts/Interstate-UltraBlack/Interstate-UltraBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  /*font-weight: 400;*/
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
}

ol {
  padding: 0;
  margin: 0 0 0 17px;
  margin: 0 0 0 1.0625rem;
}

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

table {
  border-color: #bcbdc0;
  margin: 20px 0 45px 0;
  margin: 1.25rem 0 2.8125rem 0;
}
table th, table tr {
  border-color: #bcbdc0;
}
table td {
  padding: 10px;
  border-color: #bcbdc0;
}
table th[scope=col] {
  border-color: #bcbdc0;
  background: #e6e7e8;
}

p {
  margin: 0 0 1.3em;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: 300;
}

h1, h3, h4, h5, h6 {
  font-weight: inherit;
  margin: 0 0 0.5em;
  line-height: 1.2;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Interstate", "Open Sans", sans-serif;
  letter-spacing: -2px;
  line-height: 36px;
  line-height: 2.25rem;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 66px;
    line-height: 4.125rem;
  }
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -2px;
  line-height: 36px;
  line-height: 2.25rem;
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}

h2 .rte-white-text {
  font-family: "Interstate", "Open Sans", sans-serif;
}

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: -2px;
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  h3 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}

.hero-content h3 {
  font-family: "Interstate", "Open Sans", sans-serif;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

a {
  font-weight: 600;
  color: #272727;
}

a:hover,
a:focus {
  color: #717172;
}

li {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 14px;
  line-height: 0.875rem;
}

button:focus,
a:focus {
  outline: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

@font-face {
  font-family: "icomoon";
  src: url("clientlibs/fonts/icomoon.eot");
  src: url("clientlibs/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("clientlibs/fonts/icomoon.ttf") format("truetype"), url("clientlibs/fonts/icomoon.woff") format("woff"), url("clientlibs/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e900";
}

.icon-login:before {
  content: "\e901";
}

.icon-contact:before {
  content: "\e902";
}

.icon-region:before {
  content: "\e903";
}

.icon-cart:before {
  content: "\e904";
}

.icon-partners:before {
  content: "\e905";
}

.icon-check:before {
  content: "\e906";
}

.icon-error:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-chevron-up:before {
  content: "\e909";
}

.icon-chevron-down:before {
  content: "\e90a";
}

.icon-chevron-left:before {
  content: "\e90b";
}

.icon-chevron-right:before {
  content: "\e90c";
}

.icon-double-chevron-right:before {
  content: "\e90d";
}

.icon-facebook:before {
  content: "\e90e";
}

.icon-linkedin:before {
  content: "\e90f";
}

.icon-twitter:before {
  content: "\e910";
}

.icon-rss:before {
  content: "\e911";
}

.icon-youtube:before {
  content: "\e912";
}

.icon-email:before {
  content: "\e913";
}

.icon-article-view:before {
  content: "\e914";
}

.icon-list-view:before {
  content: "\e915";
}

.icon-gallery-view:before {
  content: "\e916";
}

.icon-trend-logo:before {
  content: "\e917";
}

.icon-datasheet:before {
  content: "\e918";
}

.icon-play:before {
  content: "\e919";
}

.icon-more:before {
  content: "\e91a";
}

.icon-less:before {
  content: "\e91b";
}

.icon-close:before {
  content: "\e91c";
}

.icon-platform-android:before {
  content: "\e91d";
}

.icon-platform-ios:before {
  content: "\e91e";
}

.icon-platform-mac:before {
  content: "\e91f";
}

.icon-platform-windows:before {
  content: "\e920";
}

.icon-circle-chevron-right:before {
  content: "\e921";
}

.icon-circle-tooltip:before {
  content: "\e922";
}

.icon-circle-minus-stroke:before {
  content: "\e923";
}

.icon-circle-minus-solid:before {
  content: "\e924";
}

.icon-circle-plus-solid:before {
  content: "\e925";
}

.icon-circle-plus-stroke:before {
  content: "\e926";
}

.icon-price-tag:before {
  content: "\e927";
}

.icon-circle-chevron-down:before {
  content: "\e928";
}

.icon-share:before {
  content: "\e929";
}

.icon-search-thin:before {
  content: "\e92a";
}

.icon-jp-new-burst:before {
  content: "\e92b";
}

.icon-jp-power-up:before {
  content: "\e92c";
}

.icon-webinar-view:before {
  content: "\e92d";
}

.icon-pause:before {
  content: "\e92e";
}

.icon-triangle-right:before {
  content: "\e92f";
}

.icon-jp-list-symbol:before {
  content: "\e930";
}

.icon-circle-bullet:before {
  content: "\e931";
}

.icon-square-bullet:before {
  content: "\e932";
}

.icon-disc-bullet:before {
  content: "\e933";
}

.icon-alert:before {
  content: "\e934";
}

.icon-arrow-right:before {
  content: "\e935";
}

.icon-arrow-left:before {
  content: "\e936";
}

.icon-click:before {
  content: "\e937";
}

.icon-scroll:before {
  content: "\e938";
}

.icon-click-drag:before {
  content: "\e939";
}

.icon-info:before {
  content: "\e93a";
}

.icon-mcm-download:before {
  content: "\e93b";
}

.icon-mcm-share:before {
  content: "\e93c";
}

.icon-closed:before {
  content: "\e93d";
}

.icon-opened:before {
  content: "\e93e";
}

.icon-poster-view:before {
  content: "\e93f";
}

.icon-alert-v2:before {
  content: "\e940";
}

.icon-cart-v2:before {
  content: "\e941";
}

.icon-download-v2:before {
  content: "\e942";
}

.icon-region-v2:before {
  content: "\e943";
}

.icon-login-v2:before {
  content: "\e944";
}

.icon-contact-v2:before {
  content: "\e945";
}

.icon-taoc-play-hover:before {
  content: "\e946";
}

.icon-taoc-play-normal:before {
  content: "\e947";
}

.icon-down-chevron-thin:before {
  content: "\e948";
}

.icon-newsroom-map:before {
  content: "\e949";
}

.icon-nr-phone:before {
  content: "\e94a";
}

.icon-nr-email:before {
  content: "\e94b";
}

.icon-consumer-search:before {
  content: "\e94c";
}

.icon-consumer-menu:before {
  content: "\e94d";
}

.icon-consumer-language:before {
  content: "\e94e";
}

.icon-consumer-social-twitter:before {
  content: "\e94f";
}

.icon-consumer-social-srs:before {
  content: "\e950";
}

.icon-consumer-social-linkedin:before {
  content: "\e951";
}

.icon-consumer-social-fb:before {
  content: "\e952";
}

.icon-instagram:before {
  content: "\e953";
}

.icon-outline-info:before {
  content: "\e954";
}

.icon-header-search:before {
  content: "\e955";
}

.icon-header-more:before {
  content: "\e956";
}

.icon-header-language:before {
  content: "\e957";
}

.icon-header-account:before {
  content: "\e958";
}

.icon-platform-chromebook:before {
  content: "\e946";
}

.icon-free-trial:before {
  content: "\e959";
}

.icon-x-logo-consumer:before {
  content: "\e95a";
}

.globalHeaderV2 .utilityMenu .icon-alert:before {
  content: "\e940";
}
.globalHeaderV2 .utilityMenu .icon-cart:before {
  content: "\e941";
}
.globalHeaderV2 .utilityMenu .icon-download:before {
  content: "\e942";
}
.globalHeaderV2 .utilityMenu .icon-region:before {
  content: "\e943";
}
.globalHeaderV2 .utilityMenu .icon-login:before {
  content: "\e944";
}
.globalHeaderV2 .utilityMenu .icon-contact:before {
  content: "\e945";
}
.globalHeaderV2 .utilityMenu .icon-free-trial:before {
  content: "\e959";
}

.container-fluid--hybrid {
  margin: 0;
  padding: 0;
}
.container-fluid--hybrid .section {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
.container-fluid--hybrid > .section {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  .container-fluid--hybrid > .section {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid--hybrid > .section {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container-fluid--hybrid > .section {
    max-width: 1170px;
  }
}

.full-browser-width-wrap {
  overflow: hidden;
}
.container-fluid--hybrid > .full-browser-width-wrap {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.container-fluid--hybrid > .full-browser-width-wrap .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid--hybrid > .full-browser-width-wrap .inner-container:before, .container-fluid--hybrid > .full-browser-width-wrap .inner-container:after {
  content: " ";
  display: table;
}
.container-fluid--hybrid > .full-browser-width-wrap .inner-container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .container-fluid--hybrid > .full-browser-width-wrap .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid--hybrid > .full-browser-width-wrap .inner-container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container-fluid--hybrid > .full-browser-width-wrap .inner-container {
    max-width: 1170px;
  }
}

.context-business .hidden-context-business {
  /* csslint ignore:start */
  display: none !important;
  /* csslint ignore:end */
}

.context-home .hidden-context-home {
  /* csslint ignore:start */
  display: none !important;
  /* csslint ignore:end */
}

.slide-fade__up {
  opacity: 0;
}

.come-in {
  transform: translateY(150px);
  opacity: 0;
  animation: come-in 1s ease forwards;
}

/*.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}*/
.already-visible {
  transform: translateY(0);
  opacity: 1;
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.button {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  padding: 15px 45px;
  padding: 0.9375rem 2.8125rem;
  color: #fff;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
  word-wrap: break-word;
}
@media screen and (min-width: 64em) {
  .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.button:hover, .button:focus {
  text-decoration: none;
}
.button .icon-double-chevron-right {
  font-size: 12px;
  font-size: 0.75rem;
}
.button.primary-red {
  border: 1px solid #c00;
  background: #c00;
}
.button.primary-red:hover, .button.primary-red:focus {
  background-color: transparent;
  color: #c00;
}
.button.primary-white {
  border: 1px solid #fff;
  background: transparent;
}
.button.primary-white:hover, .button.primary-white:focus {
  background: #fff;
  color: #c00;
}
.button.secondary-red {
  color: #c00;
  border: 1px solid transparent;
}
.button.secondary-red:hover, .button.secondary-red:focus {
  border: 1px solid #c00;
}
.button.secondary-white {
  color: #fff;
  border: 1px solid transparent;
}
.button.secondary-white:hover, .button.secondary-white:focus {
  border: 1px solid #fff;
}
.button.secondary-black {
  color: #333;
  border: 1px solid transparent;
}
.button.secondary-black:hover, .button.secondary-black:focus {
  border: 1px solid #333;
}
.button.dark-link-right-chevron {
  color: #272727;
}
.button.dark-link-right-chevron:hover, .button.dark-link-right-chevron:focus {
  color: #717172;
}
.button.red-link-right-chevron {
  color: #c00;
}
.button.red-link-right-chevron:hover, .button.red-link-right-chevron:focus {
  color: #c00;
}
.button.white-link-right-chevron {
  color: #fff;
}
.button.white-link-right-chevron:hover, .button.white-link-right-chevron:focus {
  color: #fff;
}
.button.primary-orange {
  background: #ff6c05;
  background: linear-gradient(to bottom right, #ff6c05, #fc8c3e);
  border: 1px solid transparent;
  color: #fff;
}
.button.primary-orange:hover, .button.primary-orange:focus {
  background: #ff6c05;
}
.button.primary-solid-white {
  background: #fff;
  border: 1px solid #fff;
  color: #c00;
}
.button.primary-solid-white:hover, .button.primary-solid-white:focus {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.button.primary-red-gradient {
  background: #cc5757;
  background: linear-gradient(to bottom right, #cc5757, #c00);
  border: 1px solid #c00;
  color: #fff;
}
.button.primary-red-gradient:hover, .button.primary-red-gradient:focus {
  background: #c00;
}
.button.white-to-red {
  background-color: #fff;
  border: 1px solid #fff;
  color: #c00;
}
.button.white-to-red:hover, .button.white-to-red:focus {
  background-color: #c00;
  border: 1px solid #c00;
  color: #fff;
}
.button.secondary-red-transparent {
  border: 1px solid #c00;
  color: #c00;
}
.button.secondary-red-transparent:hover, .button.secondary-red-transparent:focus {
  background-color: #c00;
  color: #fff;
}
.button.campaign-cool-gray-4 {
  border: 1px solid #bcbdc0;
  background: #bcbdc0;
  color: #333;
}
.button.campaign-cool-gray-4:hover, .button.campaign-cool-gray-4:focus {
  background-color: transparent;
  color: #bcbdc0;
}
.button.campaign-cool-gray-11 {
  border: 1px solid #4d4d4f;
  background: #4d4d4f;
}
.button.campaign-cool-gray-11:hover, .button.campaign-cool-gray-11:focus {
  background-color: transparent;
  color: #4d4d4f;
}
.button.campaign-navy-blue {
  border: 1px solid #00467f;
  background: #00467f;
}
.button.campaign-navy-blue:hover, .button.campaign-navy-blue:focus {
  background-color: transparent;
  color: #00467f;
}
.button.campaign-blue {
  border: 1px solid #00a4e4;
  background: #00a4e4;
}
.button.campaign-blue:hover, .button.campaign-blue:focus {
  background-color: transparent;
  color: #00a4e4;
}
.button.campaign-turquoise {
  border: 1px solid #00927e;
  background: #00927e;
}
.button.campaign-turquoise:hover, .button.campaign-turquoise:focus {
  background-color: transparent;
  color: #00927e;
}
.button.campaign-green {
  border: 1px solid #00a94f;
  background: #00a94f;
}
.button.campaign-green:hover, .button.campaign-green:focus {
  background-color: transparent;
  color: #00a94f;
}
.button.campaign-orange {
  border: 1px solid #f57b20;
  background: #f57b20;
}
.button.campaign-orange:hover, .button.campaign-orange:focus {
  background-color: transparent;
  color: #f57b20;
}
.button.rounded-corner {
  border-radius: 6px;
  border-radius: 0.375rem;
}

.button.dark-link-right-chevron, .button.red-link-right-chevron, .button.white-link-right-chevron {
  font-weight: 600;
  position: relative;
  padding: 0;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.button.dark-link-right-chevron:before, .button.red-link-right-chevron:before, .button.white-link-right-chevron:before {
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: transform 0.5s;
}

.tile .banner-image-box-hover-layout:hover .read-more, .tile .banner-image-box-hover-layout:focus .read-more, .pageTreeViewStatic a:hover .read-more, .pageTreeViewStatic a:focus .read-more, .pageTreeView a:hover .read-more, .pageTreeView a:focus .read-more, .jwPlayer .video-trigger > a:hover .read-more, .jwPlayer .video-trigger > a:focus .read-more, .button.dark-link-right-chevron:hover, .button.red-link-right-chevron:hover, .button.white-link-right-chevron:hover, .button.dark-link-right-chevron:focus, .button.red-link-right-chevron:focus, .button.white-link-right-chevron:focus {
  text-decoration: underline;
}
.tile .banner-image-box-hover-layout:hover .read-more:before, .tile .banner-image-box-hover-layout:focus .read-more:before, .pageTreeViewStatic a:hover .read-more:before, .pageTreeViewStatic a:focus .read-more:before, .pageTreeView a:hover .read-more:before, .pageTreeView a:focus .read-more:before, .jwPlayer .video-trigger > a:hover .read-more:before, .jwPlayer .video-trigger > a:focus .read-more:before, .button.dark-link-right-chevron:hover:before, .button.red-link-right-chevron:hover:before, .button.white-link-right-chevron:hover:before, .button.dark-link-right-chevron:focus:before, .button.red-link-right-chevron:focus:before, .button.white-link-right-chevron:focus:before {
  transform: translate(5px, -50%);
  transition: transform 0.5s;
}

.collapse-toggle-button {
  position: absolute;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.175);
  padding: 0;
  background: #fff;
  text-align: center;
  z-index: 100;
}
.collapse-toggle-button:before {
  content: "\e909";
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.collapse-toggle-button.collapsed:before {
  content: "\e90a";
}

.text-field {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border: 1px solid #e6e7e8;
  padding: 8px;
  padding: 0.5rem;
}

.form-label {
  display: block;
  font-weight: 700;
}

.search-bar {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.search-bar .search-bar__search-field {
  width: 100%;
  margin-bottom: 0;
}
.search-bar .search-bar__search-button,
.search-bar .search-bar__clear-button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  width: 2.5rem;
  border: none;
  background: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  color: #c00;
}
.search-bar .search-bar__search-button[disabled],
.search-bar .search-bar__clear-button[disabled] {
  color: #bcbdc0;
}
.search-bar .search-bar__clear-button {
  right: 45px;
  right: 2.8125rem;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.selectize-input {
  border: 1px solid #e6e7e8;
}
.selectize-input.dropdown-active {
  border-radius: 0;
}

.selectize-dropdown {
  border: 1px solid #e6e7e8;
}
.selectize-dropdown .option + .option {
  border-top: 1px solid #e6e7e8;
}
.selectize-dropdown .active {
  color: #c00;
  background-color: transparent;
}

.selectize-control {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.selectize-control.single .selectize-input {
  display: block;
  position: relative;
}
.selectize-control.single .selectize-input:after {
  content: "\e90a";
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  transform: translateY(-50%);
  font-size: 8px;
  font-size: 0.5rem;
}
.selectize-control.single .selectize-input.input-active {
  display: block;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin: 0;
  border: none;
  color: #c00;
}

.modal-wrap .modal {
  padding-right: 0;
}
.modal-wrap .modal-dialog {
  width: 95%;
  margin: 50px auto;
}
.modal-wrap .modal-content {
  background: #4d4d4f;
  height: 90vh;
}
.modal-wrap .modal-header {
  border-bottom: 3px solid #333;
}
.modal-wrap .modal-header .modal-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #fff;
  float: left;
  width: 65%;
}
@media screen and (min-width: 48em) {
  .modal-wrap .modal-header .modal-title {
    width: 80%;
  }
}
.modal-wrap .modal-header .dropdown {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.modal-wrap .modal-header .dropdown-menu {
  right: 0;
  left: auto;
  color: #fff;
  background: #4d4d4f;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  width: 250px;
  width: 15.625rem;
}
@media screen and (min-width: 48em) {
  .modal-wrap .modal-header .dropdown-menu {
    width: 650px;
    width: 40.625rem;
  }
}
.modal-wrap .modal-header .close, .modal-wrap .modal-header .modal-share {
  background: #f2f2f2;
  border: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}
.modal-wrap .modal-header .close {
  float: right;
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-weight: bold;
  padding: 0 11px;
  padding: 0 0.6875rem;
}
.modal-wrap .modal-header .close:hover, .modal-wrap .modal-header .close:focus {
  background: #c00;
  color: #fff;
}
.modal-wrap .modal-header .modal-share {
  font-size: inherit;
  padding: 5px 5px 0;
  padding: 0.3125rem 0.3125rem 0;
  text-align: center;
}
.modal-wrap .modal-header .modal-share:hover, .modal-wrap .modal-header .modal-share:focus {
  background: #009fc2;
  color: #fff;
}
.modal-wrap .modal-header .copy-to-clipboard-content {
  width: 100%;
  background: transparent;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .modal-wrap .modal-header .copy-to-clipboard-content {
    width: 80%;
  }
}
.modal-wrap .modal-header .copy-to-clipboard-button {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
}
@media screen and (min-width: 48em) {
  .modal-wrap .modal-header .copy-to-clipboard-button {
    margin-left: 10px;
    margin-left: 0.625rem;
  }
}
.modal-wrap .light-modal {
  background: #fff;
}
.modal-wrap .light-modal .modal-header {
  border-bottom: 2px solid #9d9fa2;
}
.modal-wrap .light-modal .modal-title {
  color: #333;
}
.modal-wrap .light-modal .close {
  background: #c00;
  color: #fff;
  border: 0;
  font-size: 28px;
  font-size: 1.75rem;
  padding: 0 11px;
  padding: 0 0.6875rem;
  margin: 0;
}
.modal-wrap .light-modal .close:hover, .modal-wrap .light-modal .close:focus {
  background: #4d4d4f;
}
.modal-wrap .light-modal .modal-share {
  background: #009fc2;
  color: #fff;
}
.modal-wrap .light-modal .modal-share:hover, .modal-wrap .light-modal .modal-share:focus {
  background: #4d4d4f;
}
.modal-wrap .light-modal .dropdown-menu {
  background: #fff;
}
.modal-wrap .light-modal .copy-to-clipboard-content {
  color: #333;
}
.modal-wrap .light-modal .copy-to-clipboard-button {
  border: 1px solid #c00;
  background: #c00;
  color: #fff;
}
.modal-wrap .light-modal .copy-to-clipboard-button:hover, .modal-wrap .light-modal .copy-to-clipboard-button:focus {
  background-color: transparent;
  color: #c00;
}
.modal-wrap .modal-body {
  height: 80%;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .modal-wrap .modal-body {
    height: 90%;
  }
}
.modal-wrap .modal-body > .jwplayer {
  height: 100% !important;
  width: auto !important;
}
.modal-wrap .modal-body > .img-wrap {
  height: 100%;
  position: relative;
  padding: 20px;
  padding: 1.25rem;
}
.modal-wrap .modal-body > .img-wrap img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.modal-wrap .modal-iframe {
  margin: 0;
  padding: 0;
  width: 99%;
  border: 0;
  height: 99%;
}
.modal-wrap .modal-iframe object {
  z-index: 0;
}
.modal-wrap .modal-iframe .modal-img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-top: 3.125rem;
}

#imageViewModal {
  padding: 0 !important;
}
#imageViewModal .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
}
#imageViewModal .modal-content {
  width: 100%;
  height: 100%;
  border: 0;
}
#imageViewModal .modal-header {
  border-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
@media screen and (min-width: 23.4375em) {
  #imageViewModal .modal-header {
    padding: 30px 25px;
    padding: 1.875rem 1.5625rem;
  }
}
@media screen and (min-width: 48em) {
  #imageViewModal .modal-header {
    padding: 30px;
    padding: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  #imageViewModal .modal-header {
    padding: 40px 100px;
    padding: 2.5rem 6.25rem;
  }
}
#imageViewModal .modal-title {
  width: 50%;
}
#imageViewModal .modal-title span {
  display: block;
}
@media screen and (min-width: 48em) {
  #imageViewModal .modal-title {
    width: 65%;
  }
}
@media screen and (min-width: 64em) {
  #imageViewModal .modal-title {
    width: 75%;
  }
}
@media screen and (min-width: 75em) {
  #imageViewModal .modal-title {
    width: 80%;
  }
}
#imageViewModal .modal-main-title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media screen and (min-width: 48em) {
  #imageViewModal .modal-main-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  #imageViewModal .modal-main-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
#imageViewModal .modal-sub-title {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media screen and (min-width: 48em) {
  #imageViewModal .modal-sub-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media screen and (min-width: 64em) {
  #imageViewModal .modal-sub-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
#imageViewModal .modal-body {
  width: 100%;
  height: 100%;
  padding: 0;
}
#imageViewModal .img-wrap {
  height: 100%;
  padding: 0;
  overflow: hidden;
}
#imageViewModal .img-wrap:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: inset 0 200px 300px -50px #000;
  box-shadow: inset 0 12.5rem 18.75rem -3.125rem #000;
  z-index: 1;
}
#imageViewModal .img-wrap img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (min-width: 75em) {
  #imageViewModal .img-wrap img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
#imageViewModal .modal-share,
#imageViewModal .download-button {
  background: transparent;
  color: #fff;
  float: right;
  padding: 0;
  display: block;
  width: auto;
  height: 40px;
  height: 2.5rem;
  text-align: center;
  margin-right: 15px;
  margin-right: 0.9375rem;
}
@media screen and (min-width: 23.4375em) {
  #imageViewModal .modal-share,
  #imageViewModal .download-button {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  #imageViewModal .modal-share,
  #imageViewModal .download-button {
    height: 50px;
    height: 3.125rem;
  }
}
@media screen and (min-width: 64em) {
  #imageViewModal .modal-share,
  #imageViewModal .download-button {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
#imageViewModal .modal-share {
  position: relative;
}
#imageViewModal .modal-share:after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  bottom: -25px;
  bottom: -1.5625rem;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background: #fff;
  transform: translateX(-50%) rotate(-135deg);
  -moz-transform: translateX(-50%) rotate(-135deg);
  -webkit-transform: translateX(-50%) rotate(-135deg);
  -ms-transform: translateX(-50%) rotate(-135deg);
}
@media screen and (min-width: 48em) {
  #imageViewModal .modal-share:after {
    bottom: -16px;
    bottom: -1rem;
  }
}
#imageViewModal .icon-mcm-share,
#imageViewModal .icon-mcm-download {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 40px;
  line-height: 2.5rem;
}
@media screen and (min-width: 48em) {
  #imageViewModal .icon-mcm-share,
  #imageViewModal .icon-mcm-download {
    line-height: 50px;
    line-height: 3.125rem;
  }
}
#imageViewModal .download-button:hover, #imageViewModal .download-button:focus {
  text-decoration: none;
}
#imageViewModal .close {
  background: #c00;
  border-radius: 50%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
}
@media screen and (min-width: 48em) {
  #imageViewModal .close {
    font-size: 24px;
    font-size: 1.5rem;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
  }
}
#imageViewModal .dropdown-menu {
  width: 70px;
  width: 4.375rem;
  height: 200px;
  height: 12.5rem;
  padding: 0;
  min-width: auto;
  top: 60px;
  top: 3.75rem;
  left: -18px;
  left: -1.125rem;
  margin: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
}
#imageViewModal .addthis_inline_share_toolbox {
  width: 100%;
  position: absolute;
  background: #fff;
}
#imageViewModal .addthis_inline_share_toolbox table {
  margin: 0 auto;
}
#imageViewModal .dropdown {
  margin-right: 0;
}
#imageViewModal .dropdown:before, #imageViewModal .dropdown:after {
  content: " ";
  display: table;
}
#imageViewModal .dropdown:after {
  clear: both;
}
#imageViewModal .dropdown.open .modal-share:after {
  display: block;
}
#imageViewModal .at-share-btn-elements {
  padding: 20px 0 10px;
  padding: 1.25rem 0 0.625rem;
}
#imageViewModal .at-icon-wrapper {
  display: block;
  margin-right: 0;
  background: transparent !important;
  width: 50px;
  width: 3.125rem;
  margin: 0 auto;
}
#imageViewModal .at-icon-wrapper:hover, #imageViewModal .at-icon-wrapper:focus {
  transform: none;
  outline-offset: unset;
}
#imageViewModal .at-icon-wrapper:after {
  content: " ";
  width: 100%;
  height: 1px;
  background: #cccccc;
  display: block;
  margin: 5px 0;
  margin: 0.3125rem 0;
}
#imageViewModal .at-icon-wrapper:last-child:after {
  display: none;
}
#imageViewModal .at-icon {
  fill: rgb(34, 34, 34) !important;
}

#playlistViewModal .modal-body {
  text-align: inherit;
}
#playlistViewModal .jw-title {
  display: none;
}
#playlistViewModal .cta-card {
  padding: 15px;
  padding: 0.9375rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#playlistViewModal .card-container {
  position: relative;
  height: 100%;
}
#playlistViewModal .card-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.95;
}
#playlistViewModal .on-pause-card,
#playlistViewModal .on-complete-card {
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 47.9375em) {
  #playlistViewModal .on-pause-card,
  #playlistViewModal .on-complete-card {
    overflow-y: auto;
  }
}
#playlistViewModal .on-pause-card {
  width: 85%;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .on-pause-card {
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
@media screen and (min-width: 75em) {
  #playlistViewModal .on-pause-card {
    width: 75%;
  }
}
#playlistViewModal .on-pause-content {
  padding: 20px 0;
  padding: 1.25rem 0;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .on-pause-content {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 75em) {
  #playlistViewModal .on-pause-content {
    padding: 80px 0;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 47.9375em) {
  #playlistViewModal .on-pause-content .buttonArray a {
    padding: 15px;
    padding: 0.9375rem;
  }
}
#playlistViewModal .resume-video-wrap {
  padding: 20px;
  padding: 1.25rem;
  border-bottom: 1px solid #bcbdc0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .resume-video-wrap {
    padding: 40px;
    padding: 2.5rem;
  }
}
@media screen and (min-width: 75em) {
  #playlistViewModal .resume-video-wrap {
    padding: 60px;
    padding: 3.75rem;
  }
}
#playlistViewModal .resume-video {
  background: transparent;
  border: 0;
}
#playlistViewModal .resume-video .icon-triangle-right {
  font-size: 20px;
  font-size: 1.25rem;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  display: block;
  border-radius: 50%;
  background: #c00;
  color: #fff;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .resume-video .icon-triangle-right {
    font-size: 30px;
    font-size: 1.875rem;
    width: 90px;
    width: 5.625rem;
    height: 90px;
    height: 5.625rem;
    line-height: 90px;
    line-height: 5.625rem;
  }
}
#playlistViewModal .on-complete-card {
  padding: 40px 0 40px;
  padding: 2.5rem 0 2.5rem;
  width: 85%;
}
#playlistViewModal .on-complete-card:before, #playlistViewModal .on-complete-card:after {
  content: " ";
  display: table;
}
#playlistViewModal .on-complete-card:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .on-complete-card {
    width: 90%;
    padding: 100px 0 100px;
    padding: 6.25rem 0 6.25rem;
  }
}
@media screen and (min-width: 75em) {
  #playlistViewModal .on-complete-card {
    width: 75%;
  }
}
#playlistViewModal .on-complete-content {
  float: left;
  width: 60%;
  height: 100%;
  position: relative;
  display: none;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .on-complete-content {
    width: 65%;
    display: block;
  }
}
@media screen and (min-width: 75em) {
  #playlistViewModal .on-complete-content {
    width: 60%;
  }
}
#playlistViewModal .on-complete-inner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .on-complete-inner-wrap {
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}
#playlistViewModal .next-video-wrap {
  height: 100%;
  position: relative;
  /*.overlay-title {
  	color: #fff;
  	position: absolute;
  	@include top(20px);
  	@include left(20px);
  	max-width: 35%;
  	text-align: left;
  	font-family: $font-family-header;

  	@media screen and (min-width: 48em) {
  		max-width: 50%;
  		@include top(5px);
  		@include left(5px);
  	}

  	@media screen and (min-width: 75em) {
  		max-width: 35%;
  		@include top(20px);
  		@include left(20px);
  	}

  	span {
  		background: $color-vital-red;
  		@include line-height(20px);
  		@include padding(2px 4px);
  		box-decoration-break: clone;
  		-webkit-box-decoration-break: clone;

  		@media screen and (min-width: 48em) {
  			@include font-size(14px);
  			@include line-height(18px);
  		}

  		@media screen and (min-width: 75em) {
  			@include font-size(18px);
  			@include line-height(20px);
  		}
  	}
  }*/
}
@media screen and (min-width: 48em) {
  #playlistViewModal .next-video-wrap {
    width: 35%;
    padding-left: 30px;
    padding-left: 1.875rem;
    float: left;
  }
}
@media screen and (min-width: 75em) {
  #playlistViewModal .next-video-wrap {
    width: 40%;
    padding-left: 100px;
    padding-left: 6.25rem;
  }
}
@media screen and (min-width: 48em) {
  #playlistViewModal .next-video-wrap:before {
    content: " ";
    display: block;
    height: 100%;
    width: 1px;
    background: #bcbdc0;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#playlistViewModal .next-video-wrap .up-next {
  display: block;
  color: #fff;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .next-video-wrap .up-next {
    text-align: left;
    font-size: inherit;
    line-height: inherit;
  }
}
#playlistViewModal .next-video-wrap .next-video-image {
  cursor: pointer;
}
#playlistViewModal .next-video-wrap .image-wrap {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
#playlistViewModal .next-video-wrap .image-wrap img {
  width: 100%;
}
#playlistViewModal .next-video-wrap .image-wrap .icon-triangle-right {
  position: absolute;
  top: 50%;
  left: 50%; /* IE 9 */ /* Safari */
  transform: translate(-50%, -50%);
}
#playlistViewModal .next-video-wrap .icon-triangle-right {
  font-size: 20px;
  font-size: 1.25rem;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  background: #c00;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .next-video-wrap .icon-triangle-right {
    font-size: 20px;
    font-size: 1.25rem;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
@media screen and (min-width: 75em) {
  #playlistViewModal .next-video-wrap .icon-triangle-right {
    font-size: 20px;
    font-size: 1.25rem;
    width: 52px;
    width: 3.25rem;
    height: 52px;
    height: 3.25rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
}
#playlistViewModal .next-video-inner-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .next-video-inner-wrap {
    max-width: 350px;
    max-width: 21.875rem;
  }
}
#playlistViewModal .next-video-inner-wrap p {
  margin-bottom: 0;
  color: #fff;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .next-video-inner-wrap p {
    text-align: left;
  }
}
#playlistViewModal .next-video-inner-wrap .body-subhead-title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .next-video-inner-wrap .body-subhead-title {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 47.9375em) {
  #playlistViewModal .next-video-inner-wrap {
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  #playlistViewModal .mobile-play-button {
    display: none;
  }
}
#playlistViewModal .mobile-play-button .icon-triangle-right {
  font-size: 18px;
  font-size: 1.125rem;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  line-height: 50px;
  line-height: 3.125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 3px;
  padding-left: 0.1875rem;
  position: static !important;
  transform: none !important;
}
#playlistViewModal .video-description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .video-description {
    font-size: inherit;
    line-height: inherit;
  }
}
#playlistViewModal .cancel-button {
  display: block;
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  #playlistViewModal .cancel-button {
    display: none;
  }
}

/**** IE 10 specific styles ***/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-wrap .modal-header .dropdown-menu {
    right: 46px !important;
    top: -9px !important;
  }
}
.sliding-dismiss-button {
  position: absolute;
  top: -10px;
  top: -0.625rem;
  right: 0;
  bottom: 0;
  border: none;
  padding: 0 25px;
  padding: 0 1.5625rem;
  background: #d71920;
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.35s;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .sliding-dismiss-button {
    top: 0;
    bottom: auto;
    right: 15px;
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem;
    border-radius: 50%;
    padding: 0;
    background: #bcbdc0;
    text-align: center;
    transform: none;
    transition: none;
  }
}
.sliding-dismiss-button.visible {
  transform: none;
}
@media screen and (min-width: 48em) {
  .sliding-dismiss-button .button-text {
    display: none;
  }
}
.sliding-dismiss-button .icon-close {
  display: none;
}
@media screen and (min-width: 48em) {
  .sliding-dismiss-button .icon-close {
    display: inline;
  }
}
.sliding-dismiss-button .icon-close:before {
  display: inline-block;
  width: 16px;
  width: 1rem;
  vertical-align: middle;
}

.main-tab {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

.tab-bar > li {
  display: table-cell;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
}
.tab-bar .tab-bar__item {
  display: inline-block;
  border: none;
  border-bottom: 4px solid transparent;
  border-bottom: 0.25rem solid transparent;
  padding: 10px 0;
  padding: 0.625rem 0;
  background: transparent;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}
.tab-bar .tab-bar__item:hover, .tab-bar .tab-bar__item:focus {
  color: #c00;
  text-decoration: none;
}
.tab-bar .tab-bar__item.active {
  border-bottom-color: #c00;
  color: #c00;
}
.tab-bar .tab-bar__dropdown-menu {
  right: 0;
  min-width: 0;
  margin-top: 1px;
  border: 0;
  padding: 0;
}
.tab-bar .tab-bar__dropdown-menu .tab-bar__item {
  width: 100%;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
.tab-bar .tab-bar__dropdown-menu li + li {
  border-top: 1px solid #cccccc;
}

.main-default-title {
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  font-family: "Interstate", "Open Sans", sans-serif;
  letter-spacing: -2px;
  line-height: 36px;
  line-height: 2.25rem;
  font-weight: 400;
}
@media screen and (min-width: 48em) {
  .main-default-title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 66px;
    line-height: 4.125rem;
  }
}

.main-body-title {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -2px;
  line-height: 36px;
  line-height: 2.25rem;
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  .main-body-title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}
.main-body-title .rte-white-text {
  font-family: "Interstate", "Open Sans", sans-serif;
}

.modified-main-body-title {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -2px;
  line-height: 34px;
  line-height: 2.125rem;
  font-family: "Interstate", "Open Sans", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  .modified-main-body-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media screen and (min-width: 64em) {
  .modified-main-body-title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}

.main-subtitle-white,
.main-subtitle-black {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: -2px;
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  .main-subtitle-white,
  .main-subtitle-black {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}

.main-subtitle-white {
  color: #fff;
}

.main-subtitle-black {
  color: #333;
}

.hero-content .main-subtitle-white,
.hero-content .main-subtitle-black {
  font-family: "Interstate", "Open Sans", sans-serif;
}

.body-subhead-title {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
}
@media screen and (min-width: 48em) {
  .body-subhead-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

h1 .main-default-title, h1 .main-body-title, h1 .main-subtitle-white, h1 .main-subtitle-black, h1 .body-subhead-title, h2 .main-default-title, h2 .main-body-title, h2 .main-subtitle-white, h2 .main-subtitle-black, h2 .body-subhead-title, h3 .main-default-title, h3 .main-body-title, h3 .main-subtitle-white, h3 .main-subtitle-black, h3 .body-subhead-title, h4 .main-default-title, h4 .main-body-title, h4 .main-subtitle-white, h4 .main-subtitle-black, h4 .body-subhead-title {
  margin: 0 0 0.5em;
}

h1 .altTextHeight {
  display: block;
  margin: 0 0 0.5em;
}

h1 .altTextHeight .main-subtitle-black {
  margin: 0 0 0em;
}

.rte-red-text {
  color: #c00;
}

.rte-white-text {
  color: #fff;
}

.rte-orange-text {
  color: #f57b20;
}

.rte-pink-text {
  color: #d60c8c;
}

.rte-purple-text {
  color: #872175;
}

.rte-pacific-blue-text {
  color: #009fc2;
}

.rte-blue-text {
  color: #00A4E4;
}

.rte-navy-blue-text {
  color: #00467f;
}

.rte-turquoise-text {
  color: #00927e;
}

.rte-green-text {
  color: #00a94f;
}

.rte-green-lime-text {
  color: #b2bb1e;
}

/* ZDI Text color options - These colors are primarily for Research site,
but needed to add here to have new colors show in edit view */
.rte-zdi-failure-text {
  color: #de543b;
}

.rte-zdi-success-text {
  color: #73c167;
}

.rte-zdi-bug-text {
  color: #005295;
}

.rte-zdi-critical-text {
  color: #D71920;
}

.rte-zdi-high-text {
  color: #de543b;
}

.rte-zdi-moderate-text {
  color: #6F0000;
}

.rte-zdi-important-text {
  color: #0E746D;
}

.rte-zdi-low-text {
  color: #7E8E6E;
}

.rte-regular-price-light-gray, .rte-regular-price-dark-gray {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}

.rte-regular-price-light-gray {
  color: #bcbdc0;
}

.rte-regular-price-dark-gray {
  color: #717172;
}

.rte-sale-price-red, .rte-sale-price-blue {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
}

.rte-sale-price-red {
  color: #c00;
}

.rte-sale-price-blue {
  color: #009fc2;
}

.rte-discount {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  color: #009fc2;
}

.rte-strike-out {
  text-decoration: line-through;
}

.rte-legal-text {
  font-size: 12px;
  font-size: 0.75rem;
}

.rte-icon-component-text {
  font-size: 14px;
  font-size: 0.875rem;
}

.rte-sub-menu-text {
  font-size: 16px;
  font-size: 1rem;
}

li > .rte-red-chevron, li > .rte-green-checkmark, li > .rte-red-checkmark, li .rte-red-disk-bullet-consumer-hero, li .rte-white-disk-bullet-consumer-hero, li .rte-square-bullet, li .rte-circle-bullet, li > .rte-red-bullet {
  margin-left: 25px;
  margin-left: 1.5625rem;
  display: inline-block;
}
li > .rte-red-chevron:before, li > .rte-green-checkmark:before, li > .rte-red-checkmark:before, li .rte-red-disk-bullet-consumer-hero:before, li .rte-white-disk-bullet-consumer-hero:before, li .rte-square-bullet:before, li .rte-circle-bullet:before, li > .rte-red-bullet:before {
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c00;
  left: 0;
  margin-left: 10px;
  margin-left: 0.625rem;
  position: absolute;
  vertical-align: middle;
}

li {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
li > .rte-red-bullet:before {
  content: "\e933";
  font-size: 6px;
  top: 7px;
}
li .rte-circle-bullet:before {
  content: "\e931";
  font-size: 6px;
  top: 7px;
}
li .rte-square-bullet:before {
  content: "\e932";
  font-size: 6px;
  top: 7px;
}
li .rte-white-disk-bullet-consumer-hero {
  padding-left: 42px;
  padding-left: 2.625rem;
}
li .rte-white-disk-bullet-consumer-hero:before {
  content: "\e933";
  font-size: 14px;
  top: 1px;
  color: #ffffff;
  margin-left: 34px;
  margin-left: 2.125rem;
}
li .rte-red-disk-bullet-consumer-hero {
  padding-left: 42px;
  padding-left: 2.625rem;
}
li .rte-red-disk-bullet-consumer-hero:before {
  content: "\e933";
  font-size: 14px;
  top: 1px;
  color: #c00;
  margin-left: 34px;
  margin-left: 2.125rem;
}
li > .rte-red-checkmark:before {
  content: "\e906";
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 10px;
  font-size: 0.625rem;
  top: 3px;
  top: 0.1875rem;
}
li > .rte-green-checkmark {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: -0.2px;
  color: #555;
  margin-left: 30px;
  margin-left: 1.875rem;
}
li > .rte-green-checkmark:before {
  content: "\e906";
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 9px;
  font-size: 0.5625rem;
  color: #00A91D;
  top: 5px;
  top: 0.3125rem;
}
li > .rte-red-chevron:before {
  content: "\e90c";
  top: 3px;
  top: 0.1875rem;
}
li > .rte-red-double-chevron-suffix {
  margin-left: 25px;
  margin-left: 1.5625rem;
}
li > .rte-red-double-chevron-suffix:after {
  position: absolute;
  left: 0;
  top: 8px;
  top: 0.5rem;
}

ol .rich-text-li ol {
  margin-left: 5px;
  margin-left: 0.3125rem;
}
ol .rich-text-li > ol > li {
  list-style-type: lower-alpha;
}
ol .rich-text-li > ol > li > ol > li {
  list-style-type: upper-alpha;
}

.rich-text-li .rich-text-li:last-child {
  padding-bottom: 0;
}

.rich-text-li .rich-text-li:first-child {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.rte-red-double-chevron-suffix {
  display: inline-block;
}
.rte-red-double-chevron-suffix:after {
  content: "\e90d";
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  margin-left: 0.625rem;
  color: #c00;
  vertical-align: middle;
  font-size: 8px;
  font-size: 0.5rem;
}

.rte-red-chevron-down {
  display: inline-block;
}
.rte-red-chevron-down:after {
  content: "\e90a";
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c00;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

.rte-bottom-border:after {
  content: "";
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 15%;
  height: 10px;
  height: 0.625rem;
  border-bottom: 5px solid #c00;
}
@media screen and (min-width: 48em) {
  .rte-bottom-border:after {
    width: 10%;
  }
}

.rich-text-li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  margin: auto 0;
}

.article-side-rail-text {
  font-weight: 300;
}
.article-side-rail-text * {
  font-weight: 300;
}

.responsive-table-wrap {
  overflow-x: auto;
}

.bold-text-taoc {
  font-family: "InterstateUltraBlack", "Open Sans", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .bold-text-taoc {
    font-size: 48px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
@media (min-width: 1170px) {
  .bold-text-taoc {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}

.hollow-text-taoc {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  -webkit-text-stroke: 1px #ffffff;
  color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hollow-text-taoc {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .hollow-text-taoc {
    font-size: 48px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
@media (min-width: 1170px) {
  .hollow-text-taoc {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}

.rte-blue-tag {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  background: #2E96FF;
  color: #ffffff;
  border-radius: 6px 16px 16px 6px;
  border-radius: 0.375rem 1rem 1rem 0.375rem;
  padding: 6px 16px;
  padding: 0.375rem 1rem;
}

.update-table-ui table {
  border-radius: 10px;
  border-color: transparent;
}
.update-table-ui table tr:first-child:has(th) {
  background: linear-gradient(90deg, #000000, #d71920);
  color: #ffffff;
}
.update-table-ui table tr td {
  text-align: right !important;
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
}
.update-table-ui table tr td:first-child {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-weight: 900;
  text-align: left !important;
}
.update-table-ui table tr:nth-child(odd) {
  background: #e6e7e8;
}
.update-table-ui table tr:nth-child(even) {
  background: #ffffff;
}
.update-table-ui table th {
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
  background: transparent !important;
  padding: 15px;
  text-align: right !important;
}
.update-table-ui table th:first-child {
  border-top-left-radius: 10px;
}
.update-table-ui table th:last-child {
  border-top-right-radius: 10px;
}
.update-table-ui table th[scope=col] {
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
  font-weight: 100;
  background: transparent !important;
  text-align: right !important;
}
.update-table-ui table td {
  padding: 12px;
  border-color: transparent;
}
.update-table-ui table th, .update-table-ui table > tr {
  border-color: transparent;
}

.sly-wrap {
  position: relative;
}
.sly-wrap .sly-slide {
  width: 5000px !important;
}
.sly-wrap .sly-slide > li > a, .sly-wrap .sly-slide > li > button {
  line-height: 50px;
  line-height: 3.125rem;
}
.sly-wrap .forward, .sly-wrap .backward {
  display: none;
  position: absolute;
  height: 100%;
  background: #fff;
  color: #009fc2;
  padding: 0 6px;
  padding: 0 0.375rem;
  border: 0;
  top: 0;
  z-index: 1;
}
.sly-wrap .forward.disabled > span, .sly-wrap .backward.disabled > span {
  display: none;
}
.sly-wrap .backward {
  left: 0;
}
.sly-wrap .forward {
  right: 0;
}

.global-padding-bottom-none {
  padding-bottom: 0;
}

.global-padding-bottom-x-small {
  padding-bottom: 10px;
}

.global-padding-bottom-small {
  padding-bottom: 20px;
}

.global-padding-bottom-medium {
  padding-bottom: 40px;
}

.global-padding-bottom-large {
  padding-bottom: 80px;
}

.global-padding-bottom-x-large {
  padding-bottom: 160px;
}

.global-padding-top-none {
  padding-top: 0;
}

.global-padding-top-x-small {
  padding-top: 10px;
}

.global-padding-top-small {
  padding-top: 20px;
}

.global-padding-top-medium {
  padding-top: 40px;
}

.global-padding-top-large {
  padding-top: 80px;
}

.global-padding-top-x-large {
  padding-top: 160px;
}

.global-margin-bottom-none {
  margin-bottom: 0;
}

.global-margin-bottom-x-small {
  margin-bottom: 10px;
}

.global-margin-bottom-small {
  margin-bottom: 20px;
}

.global-margin-bottom-medium {
  margin-bottom: 40px;
}

.global-margin-bottom-large {
  margin-bottom: 80px;
}

.global-margin-bottom-x-large {
  margin-bottom: 160px;
}

.global-margin-top-none {
  margin-top: 0;
}

.global-margin-top-x-small {
  margin-top: 10px;
}

.global-margin-top-small {
  margin-top: 20px;
}

.global-margin-top-medium {
  margin-top: 40px;
}

.global-margin-top-large {
  margin-top: 80px;
}

.global-margin-top-x-large {
  margin-top: 160px;
}

.accordion {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.accordion .accordion-toggle {
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border: 1px solid #333;
  border-width: 1px 0;
  padding: 5px;
  padding: 0.3125rem;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .accordion .accordion-toggle {
    border-width: 1px;
  }
}
.accordion .accordion-toggle:after {
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  display: inline-block;
  padding-left: 5px;
  padding-left: 0.3125rem;
  vertical-align: middle;
}
.accordion .accordion-toggle.collapsed:after {
  content: "\e91a";
}
.accordion .collapse,
.accordion .collapsing {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.accordion .acc-anchor {
  display: inline-block;
}

.accordionDrawers, .accordionDrawersV2 {
  overflow: hidden;
}
@media (min-width: 768px) {
  .accordionDrawers.section, .accordionDrawersV2.section {
    padding-right: 0;
  }
}
.accordionDrawers .accordion-drawer--container, .accordionDrawersV2 .accordion-drawer--container {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 40px 15px 10px 15px;
  padding: 2.5rem 0.9375rem 0.625rem 0.9375rem;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .accordionDrawers .accordion-drawer--container, .accordionDrawersV2 .accordion-drawer--container {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-left: -0.9375rem;
  }
}
.accordionDrawers .accordion-drawer--container.bg-color-red, .accordionDrawersV2 .accordion-drawer--container.bg-color-red {
  background: #c00;
}
.accordionDrawers .accordion-drawer--container.bg-color-dark-grey, .accordionDrawersV2 .accordion-drawer--container.bg-color-dark-grey {
  background: #4d4d4f;
}
.accordionDrawers .accordion-drawer--container.bg-color-med-grey, .accordionDrawersV2 .accordion-drawer--container.bg-color-med-grey {
  background: #9d9fa2;
}
.accordionDrawers .accordion-drawer--container.bg-color-light-grey, .accordionDrawersV2 .accordion-drawer--container.bg-color-light-grey {
  background: #bcbdc0;
}
.accordionDrawers .accordion-drawer--container.bg-color-lightest-grey, .accordionDrawersV2 .accordion-drawer--container.bg-color-lightest-grey {
  background: #e6e7e8;
}
.accordionDrawers .accordion-drawer--container.bg-color-orange, .accordionDrawersV2 .accordion-drawer--container.bg-color-orange {
  background: #f57b20;
}
.accordionDrawers .accordion-drawer--container.bg-color-pink, .accordionDrawersV2 .accordion-drawer--container.bg-color-pink {
  background: #d60c8c;
}
.accordionDrawers .accordion-drawer--container.bg-color-purple, .accordionDrawersV2 .accordion-drawer--container.bg-color-purple {
  background: #872175;
}
.accordionDrawers .accordion-drawer--container.bg-color-blue-pacific, .accordionDrawersV2 .accordion-drawer--container.bg-color-blue-pacific {
  background: #009fc2;
}
.accordionDrawers .accordion-drawer--container.bg-color-blue, .accordionDrawersV2 .accordion-drawer--container.bg-color-blue {
  background: #00a4e4;
}
.accordionDrawers .accordion-drawer--container.bg-color-blue-navy, .accordionDrawersV2 .accordion-drawer--container.bg-color-blue-navy {
  background: #00467f;
}
.accordionDrawers .accordion-drawer--container.bg-color-turquoise, .accordionDrawersV2 .accordion-drawer--container.bg-color-turquoise {
  background: #00927e;
}
.accordionDrawers .accordion-drawer--container.bg-color-green, .accordionDrawersV2 .accordion-drawer--container.bg-color-green {
  background: #00a94f;
}
.accordionDrawers .accordion-drawer--container.bg-color-green-lime, .accordionDrawersV2 .accordion-drawer--container.bg-color-green-lime {
  background: #b2bb1e;
}
@media (min-width: 768px) {
  .accordionDrawers .accordion-drawer--container.grid-3x3 .drawer, .accordionDrawersV2 .accordion-drawer--container.grid-3x3 .drawer {
    flex-basis: 47%;
  }
}
@media (min-width: 1024px) {
  .accordionDrawers .accordion-drawer--container.grid-3x3 .drawer, .accordionDrawersV2 .accordion-drawer--container.grid-3x3 .drawer {
    flex-basis: 31.3%;
  }
}
@media (min-width: 1170px) {
  .accordionDrawers .accordion-drawer--container.grid-3x3 .drawer, .accordionDrawersV2 .accordion-drawer--container.grid-3x3 .drawer {
    flex-basis: 31.6%;
  }
}
@media (min-width: 768px) {
  .accordionDrawers .accordion-drawer--container.grid-2x2 .drawer, .accordionDrawersV2 .accordion-drawer--container.grid-2x2 .drawer {
    flex-basis: 47%;
  }
}
@media (min-width: 1024px) {
  .accordionDrawers .accordion-drawer--container.grid-2x2 .drawer, .accordionDrawersV2 .accordion-drawer--container.grid-2x2 .drawer {
    flex-basis: 47.7%;
  }
}
@media (min-width: 1170px) {
  .accordionDrawers .accordion-drawer--container.grid-2x2 .drawer, .accordionDrawersV2 .accordion-drawer--container.grid-2x2 .drawer {
    flex-basis: 48%;
  }
}
.accordionDrawers .accordion-drawer--container.grid-1x1, .accordionDrawersV2 .accordion-drawer--container.grid-1x1 {
  flex-flow: nowrap column;
}
@media (min-width: 768px) {
  .accordionDrawers .accordion-drawer--container.grid-1x1 .drawer, .accordionDrawersV2 .accordion-drawer--container.grid-1x1 .drawer {
    margin: 0 15px 30px 15px;
  }
}
.accordionDrawers .accordion-drawer--container .drawer, .accordionDrawersV2 .accordion-drawer--container .drawer {
  flex-basis: 100%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .accordionDrawers .accordion-drawer--container .drawer, .accordionDrawersV2 .accordion-drawer--container .drawer {
    margin: 0 0 40px 15px;
    margin: 0 0 2.5rem 0.9375rem;
  }
}
.accordionDrawers .accordion-drawer--container .drawer .text-align-center, .accordionDrawersV2 .accordion-drawer--container .drawer .text-align-center {
  text-align: center;
}
.accordionDrawers .accordion-drawer--container .drawer .text-align-right, .accordionDrawersV2 .accordion-drawer--container .drawer .text-align-right {
  text-align: right;
}
.accordionDrawers .accordion-drawer--container .drawer .full-width-img-container, .accordionDrawersV2 .accordion-drawer--container .drawer .full-width-img-container {
  height: 145px;
  height: 9.0625rem;
}
.accordionDrawers .accordion-drawer--container .drawer .full-width-img-container img, .accordionDrawersV2 .accordion-drawer--container .drawer .full-width-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text p,
.accordionDrawers .accordion-drawer--container .drawer .drawer-content p, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text p,
.accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content p {
  font-weight: 400;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .drawer-top-bold,
.accordionDrawers .accordion-drawer--container .drawer .drawer-content .drawer-top-bold, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .drawer-top-bold,
.accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content .drawer-top-bold {
  font-weight: 800;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text {
  position: relative;
  color: #4d4d4f;
  text-align: left;
  background: #ffffff;
  padding: 20px 15px 0 15px;
  padding: 1.25rem 0.9375rem 0 0.9375rem;
  border-left: solid 1px #e6e7e8;
  border-top: solid 1px #e6e7e8;
  border-right: solid 1px #e6e7e8;
  border-bottom: solid 4px red;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text:hover, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text:hover {
  cursor: pointer;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-red, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-red {
  border-bottom: solid 4px #c00;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-dark-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-dark-grey {
  border-bottom: solid 4px #4d4d4f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-med-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-med-grey {
  border-bottom: solid 4px #9d9fa2;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-light-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-light-grey {
  border-bottom: solid 4px #bcbdc0;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-lightest-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-lightest-grey {
  border-bottom: solid 4px #e6e7e8;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-orange, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-orange {
  border-bottom: solid 4px #f57b20;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-pink, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-pink {
  border-bottom: solid 4px #d60c8c;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-purple, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-purple {
  border-bottom: solid 4px #872175;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-blue-pacific, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-blue-pacific {
  border-bottom: solid 4px #009fc2;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-blue, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-blue {
  border-bottom: solid 4px #00a4e4;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-blue-navy, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-blue-navy {
  border-bottom: solid 4px #00467f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-turquoise, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-turquoise {
  border-bottom: solid 4px #00927e;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-green, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-green {
  border-bottom: solid 4px #00a94f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.accent-color-green-lime, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.accent-color-green-lime {
  border-bottom: solid 4px #b2bb1e;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-lightest-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-lightest-grey {
  border-left: solid 1px #e6e7e8;
  border-top: solid 1px #e6e7e8;
  border-right: solid 1px #e6e7e8;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-red, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-red {
  border-left: solid 1px #c00;
  border-top: solid 1px #c00;
  border-right: solid 1px #c00;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-dark-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-dark-grey {
  border-left: solid 1px #4d4d4f;
  border-top: solid 1px #4d4d4f;
  border-right: solid 1px #4d4d4f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-med-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-med-grey {
  border-left: solid 1px #9d9fa2;
  border-top: solid 1px #9d9fa2;
  border-right: solid 1px #9d9fa2;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-light-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-light-grey {
  border-left: solid 1px #bcbdc0;
  border-top: solid 1px #bcbdc0;
  border-right: solid 1px #bcbdc0;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-orange, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-orange {
  border-left: solid 1px #f57b20;
  border-top: solid 1px #f57b20;
  border-right: solid 1px #f57b20;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-pink, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-pink {
  border-left: solid 1px #d60c8c;
  border-top: solid 1px #d60c8c;
  border-right: solid 1px #d60c8c;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-purple, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-purple {
  border-left: solid 1px #872175;
  border-top: solid 1px #872175;
  border-right: solid 1px #872175;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-blue-pacific, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-blue-pacific {
  border-left: solid 1px #009fc2;
  border-top: solid 1px #009fc2;
  border-right: solid 1px #009fc2;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-blue, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-blue {
  border-left: solid 1px #00a4e4;
  border-top: solid 1px #00a4e4;
  border-right: solid 1px #00a4e4;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-blue-navy, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-blue-navy {
  border-left: solid 1px #00467f;
  border-top: solid 1px #00467f;
  border-right: solid 1px #00467f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-turquoise, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-turquoise {
  border-left: solid 1px #00927e;
  border-top: solid 1px #00927e;
  border-right: solid 1px #00927e;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-green, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-green {
  border-left: solid 1px #00a94f;
  border-top: solid 1px #00a94f;
  border-right: solid 1px #00a94f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.border-color-green-lime, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.border-color-green-lime {
  border-left: solid 1px #b2bb1e;
  border-top: solid 1px #b2bb1e;
  border-right: solid 1px #b2bb1e;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.no-border, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.no-border {
  border-left: solid 1px none;
  border-top: solid 1px none;
  border-right: solid 1px none;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-red, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-red {
  background: #c00;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-dark-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-dark-grey {
  background: #4d4d4f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-med-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-med-grey {
  background: #9d9fa2;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-light-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-light-grey {
  background: #bcbdc0;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-lightest-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-lightest-grey {
  background: #e6e7e8;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-orange, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-orange {
  background: #f57b20;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-pink, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-pink {
  background: #d60c8c;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-purple, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-purple {
  background: #872175;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-blue-pacific, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-blue-pacific {
  background: #009fc2;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-blue, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-blue {
  background: #00a4e4;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-blue-navy, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-blue-navy {
  background: #00467f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-turquoise, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-turquoise {
  background: #00927e;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-green, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-green {
  background: #00a94f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.bg-color-green-lime, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.bg-color-green-lime {
  background: #b2bb1e;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.text-color-white, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.text-color-white {
  color: #ffffff;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.text-align-center, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.text-align-center {
  text-align: center;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text.text-align-right, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text.text-align-right {
  text-align: right;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container.align-center, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container.align-center {
  justify-content: center;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container.align-right, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container.align-right {
  justify-content: flex-end;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container .icon-img-container, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container .icon-img-container {
  width: 60px;
  width: 3.75rem;
  height: 43px;
  height: 2.6875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container .icon-img-container .icon-img, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container .icon-img-container .icon-img {
  max-width: 100%;
  height: auto;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle {
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: red transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-red, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-red {
  border-color: #c00 transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-dark-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-dark-grey {
  border-color: #4d4d4f transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-med-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-med-grey {
  border-color: #9d9fa2 transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-light-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-light-grey {
  border-color: #bcbdc0 transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-lightest-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-lightest-grey {
  border-color: #e6e7e8 transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-orange, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-orange {
  border-color: #f57b20 transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-pink, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-pink {
  border-color: #d60c8c transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-purple, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-purple {
  border-color: #872175 transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-blue-pacific, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-blue-pacific {
  border-color: #009fc2 transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-blue, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-blue {
  border-color: #00a4e4 transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-blue-navy, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-blue-navy {
  border-color: #00467f transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-turquoise, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-turquoise {
  border-color: #00927e transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-green, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-green {
  border-color: #00a94f transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-green-lime, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-green-lime {
  border-color: #b2bb1e transparent transparent transparent;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close {
  position: absolute;
  bottom: -10px;
  left: 25px;
  background: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid red 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-red, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-red {
  border: solid #c00 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-dark-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-dark-grey {
  border: solid #4d4d4f 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-med-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-med-grey {
  border: solid #9d9fa2 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-light-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-light-grey {
  border: solid #bcbdc0 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-lightest-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-lightest-grey {
  border: solid #e6e7e8 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-orange, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-orange {
  border: solid #f57b20 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-pink, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-pink {
  border: solid #d60c8c 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-purple, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-purple {
  border: solid #872175 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-blue-pacific, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-blue-pacific {
  border: solid #009fc2 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-blue, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-blue {
  border: solid #00a4e4 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-blue-navy, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-blue-navy {
  border: solid #00467f 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-turquoise, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-turquoise {
  border: solid #00927e 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-green, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-green {
  border: solid #00a94f 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-green-lime, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-green-lime {
  border: solid #b2bb1e 1px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close {
  color: red;
  font-size: 14px;
  font-size: 0.875rem;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-red, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-red {
  color: #c00;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-dark-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-dark-grey {
  color: #4d4d4f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-med-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-med-grey {
  color: #9d9fa2;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-light-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-light-grey {
  color: #bcbdc0;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-lightest-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-lightest-grey {
  color: #e6e7e8;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-orange, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-orange {
  color: #f57b20;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-pink, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-pink {
  color: #d60c8c;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-purple, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-purple {
  color: #872175;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-blue-pacific, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-blue-pacific {
  color: #009fc2;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-blue, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-blue {
  color: #00a4e4;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-blue-navy, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-blue-navy {
  color: #00467f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-turquoise, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-turquoise {
  color: #00927e;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-green, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-green {
  color: #00a94f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-green-lime, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-green-lime {
  color: #b2bb1e;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .triangle:hover,
.accordionDrawers .accordion-drawer--container .drawer .drawer-display-text .close:hover, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .triangle:hover,
.accordionDrawersV2 .accordion-drawer--container .drawer .drawer-display-text .close:hover {
  cursor: pointer;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content {
  display: none;
  background: red;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 16px 15px 0 15px;
  padding: 1rem 0.9375rem 0 0.9375rem;
  color: #ffffff;
  text-align: left;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-red, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-red {
  background: #c00;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-dark-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-dark-grey {
  background: #4d4d4f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-med-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-med-grey {
  background: #9d9fa2;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-light-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-light-grey {
  background: #bcbdc0;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-lightest-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-lightest-grey {
  background: #e6e7e8;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-orange, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-orange {
  background: #f57b20;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-pink, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-pink {
  background: #d60c8c;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-purple, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-purple {
  background: #872175;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-blue-pacific, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-blue-pacific {
  background: #009fc2;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-blue, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-blue {
  background: #00a4e4;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-blue-navy, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-blue-navy {
  background: #00467f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-turquoise, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-turquoise {
  background: #00927e;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-green, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-green {
  background: #00a94f;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.accent-color-green-lime, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.accent-color-green-lime {
  background: #b2bb1e;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.text-color-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.text-color-grey {
  color: #272728;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.text-align-center, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.text-align-center {
  text-align: center;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.text-align-right, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.text-align-right {
  text-align: right;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content.drop-shadow, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content.drop-shadow {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content .cta-link-container, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content .cta-link-container {
  display: flex;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content .cta-link-container.cta-align, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content .cta-link-container.cta-align {
  display: inline-flex;
  margin-right: 20px;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content .cta-link-container.text-align-center, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content .cta-link-container.text-align-center {
  justify-content: center;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content .cta-link-container.text-align-right, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content .cta-link-container.text-align-right {
  justify-content: flex-end;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content .cta-link-container .cta-link, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content .cta-link-container .cta-link {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  color: #ffffff;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content .cta-link-container .cta-link:hover, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content .cta-link-container .cta-link:hover {
  color: inherit;
  text-decoration: none;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content .cta-link-container .cta-link.text-color-grey, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content .cta-link-container .cta-link.text-color-grey {
  color: #272728;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content .cta-link-container .cta-link .text:hover, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content .cta-link-container .cta-link .text:hover {
  text-decoration: underline;
}
.accordionDrawers .accordion-drawer--container .drawer .drawer-content .cta-link-container .cta-link .icon, .accordionDrawersV2 .accordion-drawer--container .drawer .drawer-content .cta-link-container .cta-link .icon {
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}

.container-fluid--hybrid > .artOfCyberSecurityHeader {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.container-fluid--hybrid > .artOfCyberSecurityHeader .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid--hybrid > .artOfCyberSecurityHeader .inner-container:before, .container-fluid--hybrid > .artOfCyberSecurityHeader .inner-container:after {
  content: " ";
  display: table;
}
.container-fluid--hybrid > .artOfCyberSecurityHeader .inner-container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .container-fluid--hybrid > .artOfCyberSecurityHeader .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid--hybrid > .artOfCyberSecurityHeader .inner-container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container-fluid--hybrid > .artOfCyberSecurityHeader .inner-container {
    max-width: 1170px;
  }
}
.artOfCyberSecurityHeader img {
  max-width: 100%;
}
.artOfCyberSecurityHeader .artOfCyberSecurityHeader-wrapper {
  position: relative;
}
.container-fluid--hybrid > .artOfCyberSecurityHeader {
  width: 100%;
  max-width: none;
}
.artOfCyberSecurityHeader .dark-bg {
  background: #272728;
}
.artOfCyberSecurityHeader .art-header-wrap {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
.artOfCyberSecurityHeader .art-header-wrap:before, .artOfCyberSecurityHeader .art-header-wrap:after {
  content: " ";
  display: table;
}
.artOfCyberSecurityHeader .art-header-wrap:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .artOfCyberSecurityHeader .art-header-wrap {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .artOfCyberSecurityHeader .art-header-wrap {
    padding: 0 !important;
  }
}
.artOfCyberSecurityHeader .logo-left {
  padding: 15px 0 0 15px;
  padding: 0.9375rem 0 0 0.9375rem;
}
@media screen and (min-width: 48em) {
  .artOfCyberSecurityHeader .logo-left {
    padding: 0;
  }
}
.artOfCyberSecurityHeader .logo-left img {
  max-width: 170px;
  max-width: 10.625rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .artOfCyberSecurityHeader .logo-left img {
    max-width: 225px;
    max-width: 14.0625rem;
    width: 100%;
  }
}
.artOfCyberSecurityHeader .logo-right {
  padding: 15px 15px 0;
  padding: 0.9375rem 0.9375rem 0;
  text-align: right;
}
@media screen and (min-width: 48em) {
  .artOfCyberSecurityHeader .logo-right {
    padding: 0;
    text-align: left;
  }
}
.artOfCyberSecurityHeader .logo-right img {
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .artOfCyberSecurityHeader .logo-right img {
    max-width: 110px;
    max-width: 6.875rem;
    width: 100%;
  }
}
.artOfCyberSecurityHeader .right-nav {
  padding: 0;
}
@media screen and (min-width: 48em) {
  .artOfCyberSecurityHeader .right-nav {
    min-height: 44px;
    min-height: 2.75rem;
    position: relative;
  }
}
.artOfCyberSecurityHeader .breadcrumb ul.crumbs > li a {
  color: #fff;
}
.artOfCyberSecurityHeader .breadcrumb ul.crumbs > li .icon-chevron-right {
  color: #fff;
}
.artOfCyberSecurityHeader .breadcrumb ul.crumbs .current-page {
  color: #fff !important;
  padding: 10px;
  padding: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.artOfCyberSecurityHeader .breadcrumb ul.crumbs .current-page:after {
  opacity: 0.75;
}
.artOfCyberSecurityHeader .breadcrumb ul.crumbs .current-page.open:after {
  display: none;
}
.artOfCyberSecurityHeader .breadcrumb .breadcrumb-wrap:after,
.artOfCyberSecurityHeader .breadcrumb .breadcrumb-wrap.dark-theme:after,
.artOfCyberSecurityHeader .breadcrumb .breadcrumb-wrap.light-theme:after {
  background-color: #4d4d4f !important;
  opacity: 1;
}
.artOfCyberSecurityHeader .breadcrumb .breadcrumb-wrap.light-theme .current-page:after {
  background-color: #cccccc !important;
}
.artOfCyberSecurityHeader .breadcrumb .sibling-toggle {
  width: auto;
  padding: 10px;
  padding: 0.625rem;
  position: relative;
}
.artOfCyberSecurityHeader .breadcrumb .sibling-toggle:after {
  background-color: #cccccc;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.artOfCyberSecurityHeader .breadcrumb .sibling-dropdown {
  top: 45px;
  top: 2.8125rem;
}
.artOfCyberSecurityHeader .breadcrumb .sibling-dropdown:after {
  opacity: 0.75;
}
.artOfCyberSecurityHeader .breadcrumb .breadcrumb-wrap:after {
  background-color: #4d4d4f;
  opacity: 0.75;
}
.artOfCyberSecurityHeader .sticky-header-logo {
  display: none;
}
.artOfCyberSecurityHeader .sticky-sem-header {
  position: fixed;
  top: -200px;
  width: 100% !important;
  z-index: 1010;
  background: #fff;
  animation: slide-in 0.5s ease forwards;
}
@media screen and (min-width: 48em) {
  .artOfCyberSecurityHeader .sticky-sem-header .art-header-wrap {
    padding-top: 15px;
    padding-top: 0.9375rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
}
.artOfCyberSecurityHeader .sticky-sem-header .breadcrumb .breadcrumb-wrap:after {
  opacity: 1 !important;
}
@media screen and (min-width: 64em) {
  .artOfCyberSecurityHeader .sticky-sem-header .sticky-logo-exists .campaign-logo {
    display: none;
  }
}
.artOfCyberSecurityHeader .sticky-sem-header .sticky-logo-exists .sticky-header-logo {
  max-width: 330px;
  max-width: 20.625rem;
}
@media screen and (min-width: 64em) {
  .artOfCyberSecurityHeader .sticky-sem-header .sticky-logo-exists .sticky-header-logo {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .artOfCyberSecurityHeader .sticky-sem-header .right-nav {
    min-height: 35px;
    min-height: 2.1875rem;
  }
}
.artOfCyberSecurityHeader .hero-behind-breadcrumbs .breadcrumb {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
}
.artOfCyberSecurityHeader .hero-behind-breadcrumbs .breadcrumb .breadcrumb-wrap:after {
  opacity: 0.75;
}
.artOfCyberSecurityHeader .header-edit-mode {
  float: none;
  clear: both;
  padding-top: 20px;
  padding-top: 1.25rem;
}
.artOfCyberSecurityHeader .buttonArray {
  background: #4d4d4f;
}
@media screen and (min-width: 48em) {
  .artOfCyberSecurityHeader .buttonArray {
    padding-left: 25px;
    padding-left: 1.5625rem;
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .artOfCyberSecurityHeader .buttonArray > ul {
    margin-top: 15px;
    margin-top: 0.9375rem;
    padding: 5px 10px 10px;
    padding: 0.3125rem 0.625rem 0.625rem;
  }
}
.artOfCyberSecurityHeader .buttonArray li {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 47.9375em) {
  .artOfCyberSecurityHeader .buttonArray li {
    display: inline-block;
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .artOfCyberSecurityHeader .buttonArray li:first-child {
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
}
@media screen and (min-width: 48em) {
  .artOfCyberSecurityHeader .buttonArray li + li {
    margin-top: 2px;
  }
}
@media screen and (min-width: 64em) {
  .artOfCyberSecurityHeader .buttonArray li + li {
    margin-top: 0;
  }
}
.artOfCyberSecurityHeader .buttonArray .button {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 47.9375em) {
  .artOfCyberSecurityHeader .no-context-buttons {
    padding-bottom: 15px !important;
    padding-bottom: 0.9375rem !important;
  }
}

@keyframes slide-in {
  to {
    top: 0;
  }
}
.bazaarvoiceReview .bv-cleanslate .bv-core-container-97 .bv-content-list-container .bv-trustmarkIcon {
  /* csslint ignore:start */
  text-align: center !important;
  height: auto !important;
  /* csslint ignore:end */
}
@media screen and (min-width: 48em) {
  .bazaarvoiceReview .bv-cleanslate .bv-core-container-97 .bv-content-list-container .bv-trustmarkIcon {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
}
.bazaarvoiceReview .bv-cleanslate .bv-core-container-97 .bv-content-list-container .bv-trustmarkIcon .bv-trustmarkIcon-image {
  width: 160px !important;
  width: 10rem !important;
  height: 60px !important;
  height: 3.75rem !important;
}
.bazaarvoiceReview .bv-cleanslate .bv-core-container-97 .bv-header {
  /* csslint ignore:start */
  /* csslint ignore:end */
}
@media screen and (min-width: 48em) {
  .bazaarvoiceReview .bv-cleanslate .bv-core-container-97 .bv-header {
    margin-top: -85px !important;
    margin-top: -5.3125rem !important;
  }
}
.bazaarvoiceReview .bv-cleanslate .bv-core-container-97 .bv-action-bar {
  margin-bottom: 5px !important;
  margin-bottom: 0.3125rem !important;
}
.bazaarvoiceReview .bv-cleanslate .bv-core-container-97 .bv-action-bar-header {
  font-size: 48px !important;
  font-size: 3rem !important;
}
.bazaarvoiceReview .bv-cleanslate .bv-core-container-97 .bv-write-review,
.bazaarvoiceReview .bv-cleanslate .bv-core-container-97 .bv-write-review:hover,
.bazaarvoiceReview .bv-cleanslate .bv-core-container-97 .bv-write-review:focus {
  font-size: inherit !important;
  padding: 10px 25px !important;
  padding: 0.625rem 1.5625rem !important;
}

.bazaarvoiceFAQ .bv-cleanslate .bv-core-container-97 .bv-action-bar-header {
  font-size: 48px !important;
  font-size: 3rem !important;
}
.bazaarvoiceFAQ .bv-cleanslate .bv-core-container-97 .bv-ask-question,
.bazaarvoiceFAQ .bv-cleanslate .bv-core-container-97 .bv-ask-question:hover,
.bazaarvoiceFAQ .bv-cleanslate .bv-core-container-97 .bv-ask-question:focus {
  font-size: inherit !important;
  padding: 10px 25px !important;
  padding: 0.625rem 1.5625rem !important;
}

.buttonArray {
  text-align: center;
}
.buttonArray .button-array {
  /*.right-align{
  	position: relative;

  }*/
}
.buttonArray .button-array:before, .buttonArray .button-array:after {
  content: " ";
  display: table;
}
.buttonArray .button-array:after {
  clear: both;
}
.buttonArray .button-array li {
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 48em) {
  .buttonArray .button-array li {
    float: left;
    margin-right: 20px;
    margin-right: 1.25rem;
    padding: 0;
  }
}
.buttonArray .button-array li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  .buttonArray .button-array.right-align li {
    float: right;
    margin: 0 0 10px 20px;
    margin: 0 0 0.625rem 1.25rem;
  }
}
.buttonArray .button-array.center-align {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .buttonArray .button-array.center-align li {
    margin: 0 20px 10px 0;
    margin: 0 1.25rem 0.625rem 0;
  }
}
.buttonArray .button-array.center-align li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  .buttonArray .button-array.left-align li {
    float: left;
    margin: 0 20px 10px 0;
    margin: 0 1.25rem 0.625rem 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .buttonArray .button-array .link-style {
    padding: 0;
    text-align: left;
  }
}
.buttonArray .button-array .button {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .buttonArray .button-array .button {
    width: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .buttonArray .button-array .button[class*=-link-right-chevron] {
    text-align: left;
    width: auto;
  }
}

.dynamicPriceWidgetV1 {
  /* .discount-percentage{ */
}
.dynamicPriceWidgetV1 .widget-wrap {
  position: relative;
  z-index: 2;
  padding: 20px;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.dynamicPriceWidgetV1 .product-name {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.45;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: inherit;
  letter-spacing: inherit;
}
.dynamicPriceWidgetV1 .regular-price {
  margin-bottom: 0;
  color: #717172;
}
.dynamicPriceWidgetV1 .regular-currency-price {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
.dynamicPriceWidgetV1 .regular-currency-price.strikeout {
  text-decoration: line-through;
}
.dynamicPriceWidgetV1 .sale-price {
  margin-bottom: 0;
}
.dynamicPriceWidgetV1 .sale-currency-price {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #c00;
}
.dynamicPriceWidgetV1 .discount-type {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  font-style: italic;
  color: #009fc2;
}
.dynamicPriceWidgetV1 .product-description {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #cccccc;
}
.dynamicPriceWidgetV1 .long-description.collapsing {
  display: block;
}
.dynamicPriceWidgetV1 .description-collapse-toggle {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border: none;
  padding: 0;
  background: none;
  color: #009fc2;
}
.dynamicPriceWidgetV1 .options-selection {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #cccccc;
}
.dynamicPriceWidgetV1 .quantity {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.dynamicPriceWidgetV1 .label, .dynamicPriceWidgetV1 .platforms {
  display: block;
}
.dynamicPriceWidgetV1 .quantity__button {
  display: inline-block;
  height: 30px;
  height: 1.875rem;
  border: 0;
  background: transparent;
  color: #333;
  vertical-align: middle;
}
.dynamicPriceWidgetV1 .quantity__button:first-child {
  margin-left: 0;
}
.dynamicPriceWidgetV1 .quantity__button[disabled] {
  color: #bcbdc0;
}
.dynamicPriceWidgetV1 .quantity__button .icon-circle-plus-solid, .dynamicPriceWidgetV1 .quantity__button .icon-circle-minus-solid {
  font-size: 28px;
  font-size: 1.75rem;
}
.dynamicPriceWidgetV1 .quantity__button--decrement.qty-value-disabled {
  padding-right: 1px;
}
.dynamicPriceWidgetV1 .quantity__button--increment.qty-value-disabled {
  padding-left: 1px;
}
.dynamicPriceWidgetV1 .quantity__value, .dynamicPriceWidgetV1 .quantity-max-label {
  font-size: 24px;
  font-size: 1.5rem;
  vertical-align: middle;
}
.dynamicPriceWidgetV1 .quantity__value {
  width: 50px;
  width: 3.125rem;
  padding: 0;
  text-align: center;
}
.dynamicPriceWidgetV1 .quantity__value:disabled {
  background: transparent;
  border: 0;
}
.dynamicPriceWidgetV1 .quantity__value::-webkit-inner-spin-button,
.dynamicPriceWidgetV1 .quantity__value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.dynamicPriceWidgetV1 .duration__button {
  display: inline-block;
  margin: 0 4px 10px;
  margin: 0 0.25rem 0.625rem;
  border: 1px solid #c00;
  background: none;
  color: #c00;
  text-transform: uppercase;
}
.dynamicPriceWidgetV1 .duration__button:hover, .dynamicPriceWidgetV1 .duration__button:focus, .dynamicPriceWidgetV1 .duration__button.active {
  background: #c00;
  color: #fff;
}
.dynamicPriceWidgetV1 .devices__button {
  display: inline-block;
  margin: 0 4px 10px;
  margin: 0 0.25rem 0.625rem;
  border: 1px solid #333;
  background: none;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  overflow: hidden;
}
.dynamicPriceWidgetV1 .devices__button:hover, .dynamicPriceWidgetV1 .devices__button:focus, .dynamicPriceWidgetV1 .devices__button.active {
  background: #333;
  color: #fff;
}
.dynamicPriceWidgetV1 .promo-wrap {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.dynamicPriceWidgetV1 .promo-wrap a {
  color: #009fc2;
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.dynamicPriceWidgetV1 .promo-wrap a:hover, .dynamicPriceWidgetV1 .promo-wrap a:focus {
  text-decoration: none;
}
.dynamicPriceWidgetV1 .buy-now-button {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 3px 0;
  padding: 0.1875rem 0;
  text-align: center;
}
.dynamicPriceWidgetV1 .disabled-anchor {
  pointer-events: none;
  cursor: default;
  background: #bcbdc0 !important;
  color: #fff !important;
  border-color: #bcbdc0;
}
.dynamicPriceWidgetV1 .disabled-anchor:hover {
  background: #bcbdc0;
  border-color: #bcbdc0;
  color: #fff;
}
.dynamicPriceWidgetV1 .shadow {
  box-shadow: 1px 1px 5px 2px #bcbdc0;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0.125rem #bcbdc0;
}
.dynamicPriceWidgetV1 .auto-renewal-text {
  margin: 0;
}
.dynamicPriceWidgetV1 .widget-content {
  position: relative;
}
.dynamicPriceWidgetV1 .loader {
  visibility: hidden;
}
.dynamicPriceWidgetV1 .loader:after {
  content: "Loading...";
  color: #c00;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dynamicPriceWidgetV1 .is__variation .options-selection,
.dynamicPriceWidgetV1 .is__variation .product-description {
  border-bottom: 0;
}
.dynamicPriceWidgetV1 .is__variation .options-selection {
  margin-bottom: 0;
}

.featureTable {
  /*.feature-cta {
  	display: block;
  	text-align: center;
  	@include padding(10px);
  	background: $color-vital-red;
  	color: #fff;

  	&:hover, &:focus {
  		text-decoration: none;
  		background: $color-light;
  		color: $color-text-dark;
  	}
  }*/
}
@media screen and (min-width: 48em) {
  .featureTable {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
.featureTable .feature-table {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  table-layout: fixed;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .featureTable .feature-table {
    border-collapse: unset;
    border: 1px solid #f2f2f2;
  }
}
.featureTable td {
  display: block;
  /*
  &:last-child {
  	text-align: center;
  	@include margin-bottom(10px);

  	@media screen and (min-width: 48em) {
  		margin-bottom: 0;
  	}
  }

  &:first-child {
  	@include clearfix();
  	background-color: $color-text-dark;
  	color: #fff;

  	@media screen and (min-width: 48em) {
  		background-color: inherit;
  		color: inherit;
  	}

  	div {
  		float: left;

  		&:first-child {
  			width: 10%;

  			@media screen and (min-width: 48em) {
  				width: 30%;
  			}

  			@media screen and (min-width: 64em) {
  				width: 20%;
  			}
  		}

  		&:last-child {
  			width: 90%;

  			@media screen and (min-width: 48em) {
  				width: 70%;
  			}

  			@media screen and (min-width: 64em) {
  				width: 80%;
  			}
  		}

  		h5 {
  			@include margin-left(5px);
  			@include margin-top(10px);
  			margin-bottom: 0;
  			word-wrap: break-word;
  			text-align: center;

  			@media screen and (min-width: 48em) {
  				text-align: left;
  			}
  		}
  	}
  }*/
}
@media screen and (min-width: 48em) {
  .featureTable td {
    display: table-cell;
  }
}
.featureTable tr td {
  background: #fff;
}
@media screen and (min-width: 48em) {
  .featureTable tr td {
    border-bottom: 3px solid #f2f2f2;
  }
}
.featureTable tr:last-child td {
  border-bottom: 0;
}
.featureTable .img-wrap {
  background: #e6e7e8;
  text-align: center;
  vertical-align: middle;
  margin: 2px;
}
@media screen and (min-width: 48em) {
  .featureTable .img-wrap {
    margin: 0;
  }
}
.featureTable .img-wrap img {
  max-width: 100%;
}
.featureTable .heading-wrap {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .featureTable .heading-wrap {
    width: 50%;
    padding: 10px;
    padding: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .featureTable .heading-wrap > div:before, .featureTable .heading-wrap > div:after {
    content: " ";
    display: table;
  }
  .featureTable .heading-wrap > div:after {
    clear: both;
  }
}
.featureTable .heading-wrap > div > div {
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .featureTable .heading-wrap > div > div {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
  }
}
.featureTable .row-heading {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 0;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
@media screen and (min-width: 48em) {
  .featureTable .row-heading {
    display: block;
  }
}
.featureTable .check-wrap {
  text-align: center;
  border-left: 2px solid #f2f2f2;
  vertical-align: top;
  padding: 10px;
  padding: 0.625rem;
}
.featureTable .check-wrap .align-check {
  position: relative;
}
.featureTable .check-wrap .icon-check {
  color: #d71920;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.featureTable .check-wrap .check-heading {
  display: block;
  font-weight: bold;
}
.featureTable .mobile-heading {
  padding: 20px;
  padding: 1.25rem;
  background: #009fc2;
}
@media screen and (min-width: 48em) {
  .featureTable .mobile-heading {
    display: none;
  }
}
.featureTable .mobile-heading .mobile-row-heading {
  margin: 0;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: inherit;
}
.featureTable .mobile-heading .icon-chevron-down,
.featureTable .mobile-heading .icon-chevron-up {
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.featureTable .mobile-heading .icon-chevron-up {
  display: none;
}
.featureTable .mobile-heading[aria-expanded=true] .icon-chevron-down {
  display: none;
}
.featureTable .mobile-heading[aria-expanded=true] .icon-chevron-up {
  display: block;
}
.featureTable .mobile-heading[aria-expanded=false] .icon-chevron-down {
  display: up;
}
.featureTable .mobile-heading[aria-expanded=false] .icon-chevron-up {
  display: down;
}
.featureTable .toggle-button {
  cursor: pointer;
  border-top: 3px solid transparent;
}
.featureTable .toggle-button:first-child {
  border-top: 0;
}
@media screen and (min-width: 48em) {
  .featureTable .toggle-button {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .featureTable .collapse {
    display: table-row;
  }
}
.featureTable .cta-row td, .featureTable .table-head td {
  border-left: 2px solid #f2f2f2;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
}
.featureTable .col-heading-wrap {
  text-align: center;
  background: #e6e7e8;
}
.featureTable .button {
  margin: 0 5px;
  margin: 0 0.3125rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .featureTable .button {
    margin: 0;
    width: 90%;
    max-width: 200px;
    max-width: 12.5rem;
  }
}
.featureTable .desktop-cta {
  text-align: center;
}
.featureTable .desktop-cta + .desktop-cta {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.featureTable .inner-table {
  margin: 0;
  text-align: center;
}
.featureTable .inner-table td {
  display: table-cell;
  width: 50%;
}
.featureTable .inner-table tr:first-child td {
  background: #e6e7e8;
}
.featureTable .inner-table tr:last-child {
  height: 100px;
  height: 6.25rem;
}
.featureTable .inner-table tr td:last-child {
  border-left: 2px solid #f2f2f2;
}
.featureTable .inner-table .icon-check {
  color: #d71920;
}
.featureTable .inner-table .check-heading {
  display: block;
}
.featureTable .inner-table .mobile-col-head {
  display: block;
  font-weight: 300;
}

.canvasAnimation {
  position: relative;
}
.canvasAnimation #animation-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #000;
  background-size: cover;
}
.canvasAnimation #overlay {
  position: absolute;
  width: 100%;
  height: 96vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(77, 77, 79, 0.25);
  z-index: 3;
}
.canvasAnimation canvas {
  height: 96vh !important;
  width: 100% !important;
}
.canvasAnimation .canvas-animation-container {
  height: 100%;
}
.canvasAnimation .canvas-animation-container.author-mode {
  position: relative;
}
.canvasAnimation .vh-height {
  height: 96vh;
}
.canvasAnimation .animation-header {
  padding: 40px 15px;
  padding: 2.5rem 0.9375rem;
  position: relative;
}
.canvasAnimation .animation-header:before, .canvasAnimation .animation-header:after {
  content: " ";
  display: table;
}
.canvasAnimation .animation-header:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .canvasAnimation .animation-header {
    margin: 0 auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .canvasAnimation .animation-header {
    padding: 40px 0;
    padding: 2.5rem 0;
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .canvasAnimation .animation-header {
    max-width: 1170px;
  }
}
.canvasAnimation .animation-header,
.canvasAnimation .animation-content,
.canvasAnimation .see-more-wrap {
  z-index: 3;
}
.canvasAnimation .campaign-logo {
  width: 45%;
  float: left;
}
@media screen and (min-width: 48em) {
  .canvasAnimation .campaign-logo {
    width: 30%;
  }
}
@media screen and (min-width: 64em) {
  .canvasAnimation .campaign-logo {
    width: 20%;
  }
}
.canvasAnimation .trend-logo {
  width: 30%;
  float: right;
}
@media screen and (min-width: 48em) {
  .canvasAnimation .trend-logo {
    width: 15%;
  }
}
@media screen and (min-width: 64em) {
  .canvasAnimation .trend-logo {
    width: 10%;
  }
}
.canvasAnimation .main-default-title {
  font-family: "InterstateUltraBlack", "Open Sans", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 23.375em) {
  .canvasAnimation .main-default-title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 48em) {
  .canvasAnimation .main-default-title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .canvasAnimation .main-default-title {
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}
.canvasAnimation h1,
.canvasAnimation h1 .main-default-title {
  margin-bottom: 0;
}
.canvasAnimation .animation-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .canvasAnimation .animation-content {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .canvasAnimation .animation-content {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
.canvasAnimation .rte-hollow-text {
  -webkit-text-stroke: 1px white;
  color: transparent;
}
.canvasAnimation .button.primary-white {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 15px 65px;
  padding: 0.9375rem 4.0625rem;
}
.canvasAnimation .button.primary-white:hover, .canvasAnimation .button.primary-white:focus {
  color: #333;
}
.canvasAnimation .animation-instructions {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
}
.canvasAnimation .animation-instructions:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.canvasAnimation .animation-instructions .instructions-content {
  width: 100%;
  height: 100%;
  float: right;
  background: #fff;
  position: relative;
  z-index: 3;
  right: -1000px;
  right: -62.5rem;
  overflow-y: auto;
}
@media screen and (min-width: 48em) {
  .canvasAnimation .animation-instructions .instructions-content {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .canvasAnimation .animation-instructions .instructions-content {
    width: 30%;
  }
}
.canvasAnimation .animation-instructions .text {
  padding: 80px 40px 40px;
  padding: 5rem 2.5rem 2.5rem;
  background: #252525;
}
@media screen and (min-width: 48em) {
  .canvasAnimation .animation-instructions .text {
    padding: 100px 40px 40px;
    padding: 6.25rem 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .canvasAnimation .animation-instructions .text {
    padding: 120px 50px 50px;
    padding: 7.5rem 3.125rem 3.125rem;
  }
}
.canvasAnimation .animation-instructions .btn-close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  right: 40px;
  right: 2.5rem;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: #c00;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 32px;
  line-height: 2rem;
  border-radius: 50%;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .canvasAnimation .animation-instructions .btn-close {
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
.canvasAnimation .operations {
  padding: 40px;
  padding: 2.5rem;
}
@media screen and (min-width: 64em) {
  .canvasAnimation .operations {
    padding: 50px;
    padding: 3.125rem;
  }
}
.canvasAnimation .operations > span {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.canvasAnimation .operations > span:before, .canvasAnimation .operations > span:after {
  content: " ";
  display: table;
}
.canvasAnimation .operations > span:after {
  clear: both;
}
.canvasAnimation .operations > span > span {
  display: block;
  float: left;
}
.canvasAnimation .operation-icon {
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  width: 30px;
  width: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .canvasAnimation .operation-icon {
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
.canvasAnimation .operation-icon + span {
  width: 80%;
}
@media screen and (max-width: 23.375em) {
  .canvasAnimation .operation-icon + span {
    width: 70%;
  }
}
.canvasAnimation .see-more-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .canvasAnimation .see-more-wrap {
    left: 50%;
    transform: translateX(-50%);
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .canvasAnimation .see-more-wrap {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .canvasAnimation .see-more-wrap {
    max-width: 1170px;
  }
}
.canvasAnimation .see-more-wrap:after {
  content: " ";
  display: block;
  width: 4px;
  width: 0.25rem;
  height: 60px;
  height: 3.75rem;
  background: #fff;
  margin: 0 auto;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.canvasAnimation .see-more-wrap a {
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}
.canvasAnimation .see-more-wrap a:hover, .canvasAnimation .see-more-wrap a:focus {
  color: #fff;
  text-decoration: none;
}
.canvasAnimation .button-about {
  display: inline-block;
  position: absolute;
  right: 15%;
  cursor: pointer;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .canvasAnimation .button-about {
    right: 15px;
    right: 0.9375rem;
  }
}
.canvasAnimation .icon-info {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  vertical-align: middle;
}
.canvasAnimation .text-about {
  display: none;
}
@media screen and (min-width: 48em) {
  .canvasAnimation .text-about {
    display: inline-block;
  }
}
.canvasAnimation .author-mode {
  height: 800px;
}
.canvasAnimation .animation-instructions.author-mode {
  position: absolute;
}
.canvasAnimation .animation-instructions.author-mode .instructions-content {
  right: 0;
}

@media screen and (min-width: 48em) {
  .compareTable, .compareTableV2 {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
.compareTable h4, .compareTableV2 h4 {
  margin-bottom: 0;
}
.compareTable .compare-table, .compareTableV2 .compare-table {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  table-layout: fixed;
  margin-top: 0;
  margin-bottom: 0;
  border-collapse: collapse;
  border-spacing: 3px 0;
}
@media screen and (min-width: 48em) {
  .compareTable .compare-table, .compareTableV2 .compare-table {
    border-collapse: separate;
  }
}
.compareTable .compare-table th, .compareTableV2 .compare-table th {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: inherit;
  background: #ffffff;
  border-right: solid 0.25px #e6e7e8;
  border-right: solid 0.015625rem #e6e7e8;
  border-bottom: solid 0.25px #e6e7e8;
  border-bottom: solid 0.015625rem #e6e7e8;
  border-left: solid 0.25px #e6e7e8;
  border-left: solid 0.015625rem #e6e7e8;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media not all and (min-resolution: 0.001dpcm) {
  .compareTable .compare-table th, .compareTableV2 .compare-table th {
    border: solid 1px #e6e7e8;
    border: solid 0.0625rem #e6e7e8;
  }
}
@media screen and (min-width: 48em) {
  .compareTable .compare-table th, .compareTableV2 .compare-table th {
    display: table-cell;
    margin-bottom: 0;
    padding: 0;
  }
  .compareTable .compare-table th.bg-gray, .compareTableV2 .compare-table th.bg-gray {
    background: #4d4d4f;
    border: solid 1px #4d4d4f;
    border: solid 0.0625rem #4d4d4f;
  }
  .compareTable .compare-table th.bg-red, .compareTableV2 .compare-table th.bg-red {
    background: #c00;
    border: solid 1px #c00;
    border: solid 0.0625rem #c00;
  }
  .compareTable .compare-table th.bg-orange, .compareTableV2 .compare-table th.bg-orange {
    background: #f57b20;
    border: solid 1px #f57b20;
    border: solid 0.0625rem #f57b20;
  }
  .compareTable .compare-table th.bg-pink, .compareTableV2 .compare-table th.bg-pink {
    background: #d60c8c;
    border: solid 1px #d60c8c;
    border: solid 0.0625rem #d60c8c;
  }
  .compareTable .compare-table th.bg-purple, .compareTableV2 .compare-table th.bg-purple {
    background: #872175;
    border: solid 1px #872175;
    border: solid 0.0625rem #872175;
  }
  .compareTable .compare-table th.bg-blue-pacific, .compareTableV2 .compare-table th.bg-blue-pacific {
    background: #009fc2;
    border: solid 1px #009fc2;
    border: solid 0.0625rem #009fc2;
  }
  .compareTable .compare-table th.bg-blue, .compareTableV2 .compare-table th.bg-blue {
    background: #00a4e4;
    border: solid 1px #00a4e4;
    border: solid 0.0625rem #00a4e4;
  }
  .compareTable .compare-table th.bg-blue-navy, .compareTableV2 .compare-table th.bg-blue-navy {
    background: #00467f;
    border: solid 1px #00467f;
    border: solid 0.0625rem #00467f;
  }
  .compareTable .compare-table th.bg-turquoise, .compareTableV2 .compare-table th.bg-turquoise {
    background: #00927e;
    border: solid 1px #00927e;
    border: solid 0.0625rem #00927e;
  }
  .compareTable .compare-table th.bg-green, .compareTableV2 .compare-table th.bg-green {
    background: #00a94f;
    border: solid 1px #00a94f;
    border: solid 0.0625rem #00a94f;
  }
  .compareTable .compare-table th.bg-green-lime, .compareTableV2 .compare-table th.bg-green-lime {
    background: #b2bb1e;
    border: solid 1px #b2bb1e;
    border: solid 0.0625rem #b2bb1e;
  }
}
.compareTable .compare-table th:first-child, .compareTableV2 .compare-table th:first-child {
  width: 20%;
  text-align: left;
  border: 0;
  background: transparent;
  vertical-align: bottom;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .compareTable .compare-table th:first-child, .compareTableV2 .compare-table th:first-child {
    border-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 64em) {
  .compareTable .compare-table th:first-child, .compareTableV2 .compare-table th:first-child {
    width: auto;
  }
}
.compareTable .compare-table th:focus, .compareTableV2 .compare-table th:focus {
  background: red;
}
.compareTable .compare-table thead tr.hidden-xs th, .compareTableV2 .compare-table thead tr.hidden-xs th {
  background: #ffffff;
}
.compareTable .compare-table thead tr.hidden-xs th:hover, .compareTableV2 .compare-table thead tr.hidden-xs th:hover {
  background: #e6e7e8;
  cursor: pointer;
}
.compareTable .compare-table thead tr.hidden-xs th:first-child, .compareTableV2 .compare-table thead tr.hidden-xs th:first-child {
  background: transparent;
}
.compareTable .compare-table tbody, .compareTableV2 .compare-table tbody {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
.compareTable .compare-table tbody tr:nth-child(odd), .compareTableV2 .compare-table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
.compareTable .compare-table tbody tr.cta-price-wrap, .compareTableV2 .compare-table tbody tr.cta-price-wrap {
  background: transparent;
  vertical-align: top;
}
.compareTable .compare-table tbody td, .compareTableV2 .compare-table tbody td {
  padding-left: 15px;
  padding-right: 15px;
  padding: 20px;
  padding: 1.25rem;
}
.compareTable .compare-table tbody td:first-child, .compareTableV2 .compare-table tbody td:first-child {
  text-align: left;
}
.compareTable .compare-table tbody p, .compareTableV2 .compare-table tbody p {
  margin-bottom: 0;
}
.compareTable .feature-heading, .compareTableV2 .feature-heading {
  color: #c00;
}
.compareTable .head-block, .compareTableV2 .head-block {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .compareTable .head-block, .compareTableV2 .head-block {
    margin-left: 0;
    margin-right: 0;
  }
}
.compareTable .head-block.bg-gray, .compareTableV2 .head-block.bg-gray {
  background: #4d4d4f;
}
.compareTable .head-block.bg-orange, .compareTableV2 .head-block.bg-orange {
  background: #f57b20;
}
@media screen and (min-width: 48em) {
  .compareTable .blank-block, .compareTableV2 .blank-block {
    padding-top: 3px !important;
    padding-top: 0.1875rem !important;
    padding-bottom: 3px !important;
    padding-bottom: 0.1875rem !important;
  }
}
@media screen and (min-width: 48em) {
  .compareTable .blank-block .head-block, .compareTableV2 .blank-block .head-block {
    padding: 0;
  }
}
.compareTable .mobile-product-name, .compareTableV2 .mobile-product-name {
  font-size: 24px;
  font-size: 1.5rem;
  color: #4d4d4f;
}
.compareTable .mobile-os-wrap, .compareTableV2 .mobile-os-wrap {
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.compareTable .bottom-price, .compareTableV2 .bottom-price {
  color: #009fc2;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 32px;
  font-size: 2rem;
}
.compareTable .list-price, .compareTableV2 .list-price {
  color: #9d9fa2;
  font-size: 22px;
  font-size: 1.375rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  text-decoration: line-through;
  display: block;
}
.compareTable .bottom-cta, .compareTableV2 .bottom-cta {
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  background: #bcbdc0;
}
.compareTable .bottom-cta .bottom-price, .compareTableV2 .bottom-cta .bottom-price {
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
  display: inline-block;
  vertical-align: middle;
}
.compareTable .button, .compareTableV2 .button {
  margin: 0 5px;
  margin: 0 0.3125rem;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .compareTable .button, .compareTableV2 .button {
    margin: 0;
    width: 90%;
    max-width: 200px;
    max-width: 12.5rem;
  }
}
@media screen and (min-width: 48em) {
  .compareTable .os-wrap, .compareTableV2 .os-wrap {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-top: 1.5625rem;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
}
.compareTable .os-wrap.description-text, .compareTableV2 .os-wrap.description-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
}
.compareTable .os-wrap .description-text, .compareTableV2 .os-wrap .description-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  font-weight: 400;
}
.compareTable .os-wrap .description-text:hover, .compareTableV2 .os-wrap .description-text:hover {
  color: #4d4d4f;
}
.compareTable .platform-icon, .compareTableV2 .platform-icon {
  font-family: "Open Sans", sans-serif !important;
  display: inline-block;
  margin: 0 5px 0 0;
  margin: 0 0.3125rem 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.compareTable .platform-icon sup, .compareTableV2 .platform-icon sup {
  font-size: 57%;
  font-weight: 100;
  font-variant-position: super;
}
.compareTable .product-name-small, .compareTableV2 .product-name-small {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: inherit;
  color: #4d4d4f;
}
.compareTable .light-grey, .compareTableV2 .light-grey {
  color: #bcbdc0;
}
.compareTable .dark-grey, .compareTableV2 .dark-grey {
  color: #4d4d4f;
}
.compareTable .features-collapse-toggle, .compareTableV2 .features-collapse-toggle {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  background: #e6e7e8;
}
.compareTable .features-collapse-toggle.border-top-gray, .compareTableV2 .features-collapse-toggle.border-top-gray {
  border-top: solid 8px #4d4d4f;
  border-top: solid 0.5rem #4d4d4f;
}
.compareTable .features-collapse-toggle.border-top-red, .compareTableV2 .features-collapse-toggle.border-top-red {
  border-top: solid 8px #c00;
  border-top: solid 0.5rem #c00;
}
.compareTable .features-collapse-toggle.border-top-orange, .compareTableV2 .features-collapse-toggle.border-top-orange {
  border-top: solid 8px #f57b20;
  border-top: solid 0.5rem #f57b20;
}
.compareTable .features-collapse-toggle.border-top-pink, .compareTableV2 .features-collapse-toggle.border-top-pink {
  border-top: solid 8px #d60c8c;
  border-top: solid 0.5rem #d60c8c;
}
.compareTable .features-collapse-toggle.border-top-purple, .compareTableV2 .features-collapse-toggle.border-top-purple {
  border-top: solid 8px #872175;
  border-top: solid 0.5rem #872175;
}
.compareTable .features-collapse-toggle.border-top-blue-pacific, .compareTableV2 .features-collapse-toggle.border-top-blue-pacific {
  border-top: solid 8px #009fc2;
  border-top: solid 0.5rem #009fc2;
}
.compareTable .features-collapse-toggle.border-top-blue, .compareTableV2 .features-collapse-toggle.border-top-blue {
  border-top: solid 8px #00a4e4;
  border-top: solid 0.5rem #00a4e4;
}
.compareTable .features-collapse-toggle.border-top-blue-navy, .compareTableV2 .features-collapse-toggle.border-top-blue-navy {
  border-top: solid 8px #00467f;
  border-top: solid 0.5rem #00467f;
}
.compareTable .features-collapse-toggle.border-top-turquoise, .compareTableV2 .features-collapse-toggle.border-top-turquoise {
  border-top: solid 8px #00927e;
  border-top: solid 0.5rem #00927e;
}
.compareTable .features-collapse-toggle.border-top-green, .compareTableV2 .features-collapse-toggle.border-top-green {
  border-top: solid 8px #00a94f;
  border-top: solid 0.5rem #00a94f;
}
.compareTable .features-collapse-toggle.border-top-green-lime, .compareTableV2 .features-collapse-toggle.border-top-green-lime {
  border-top: solid 8px #b2bb1e;
  border-top: solid 0.5rem #b2bb1e;
}
.compareTable .features-collapse-toggle.collapsed .features-collapse-toggle__icon:before, .compareTableV2 .features-collapse-toggle.collapsed .features-collapse-toggle__icon:before {
  content: "\e90a";
}
.compareTable .features-collapse-toggle .features-collapse-toggle__icon, .compareTableV2 .features-collapse-toggle .features-collapse-toggle__icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-size: 0.625rem;
  color: #4d4d4f;
}
.compareTable .features-collapse-toggle .features-collapse-toggle__icon:before, .compareTableV2 .features-collapse-toggle .features-collapse-toggle__icon:before {
  content: "\e909";
}
.compareTable .features-collapse, .compareTableV2 .features-collapse {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}
.compareTable .features-collapse .feature, .compareTableV2 .features-collapse .feature {
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 0;
  padding: 1.25rem 0;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}
.compareTable .features-collapse .feature:nth-child(even), .compareTableV2 .features-collapse .feature:nth-child(even) {
  background: #f2f2f2;
}
.compareTable .features-collapse p, .compareTableV2 .features-collapse p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.compareTable .dot, .compareTableV2 .dot {
  display: inline-block;
  height: 9px;
  height: 0.5625rem;
  width: 9px;
  width: 0.5625rem;
  border-radius: 50%;
  background: #c00;
  vertical-align: middle;
  text-indent: 100%;
  overflow: hidden;
}
.compareTable .cta-price-wrap td, .compareTableV2 .cta-price-wrap td {
  background: #bcbdc0;
}
.compareTable .cta-price-wrap td:first-child, .compareTableV2 .cta-price-wrap td:first-child {
  background: transparent;
}
.compareTable .description, .compareTableV2 .description {
  padding: 20px;
  padding: 1.25rem;
}
.compareTable .description.feature, .compareTableV2 .description.feature {
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}
.compareTable .description p, .compareTableV2 .description p {
  margin: 0;
}
.compareTable .col-head-link, .compareTableV2 .col-head-link {
  display: block;
}
.compareTable .col-head-link:hover, .compareTable .col-head-link:focus, .compareTableV2 .col-head-link:hover, .compareTableV2 .col-head-link:focus {
  text-decoration: none;
}
.compareTable .col-head-link:hover > .product-name-small, .compareTable .col-head-link:hover span, .compareTable .col-head-link:focus > .product-name-small, .compareTable .col-head-link:focus span, .compareTableV2 .col-head-link:hover > .product-name-small, .compareTableV2 .col-head-link:hover span, .compareTableV2 .col-head-link:focus > .product-name-small, .compareTableV2 .col-head-link:focus span {
  color: #4d4d4f;
}
.compareTable .col-head-link:hover > .bg-blue, .compareTable .col-head-link:focus > .bg-blue, .compareTableV2 .col-head-link:hover > .bg-blue, .compareTableV2 .col-head-link:focus > .bg-blue {
  background: #007a95;
  color: #fff;
}
.compareTable .col-head-link:hover > .bg-gray, .compareTable .col-head-link:focus > .bg-gray, .compareTableV2 .col-head-link:hover > .bg-gray, .compareTableV2 .col-head-link:focus > .bg-gray {
  background: #9d9fa2;
  color: #fff;
}
.compareTable .desktop-cta + .desktop-cta, .compareTableV2 .desktop-cta + .desktop-cta {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.compareTable .feature-right-align, .compareTableV2 .feature-right-align {
  text-align: right;
}

table.compare-table-row {
  width: 80%;
}
table.compare-table-row tr td {
  width: 15%;
}

.consumer5CardV1 .consumer5CardContainer {
  min-height: 160px;
  background: #ffffff 0% 0% no-repeat;
  box-shadow: 0px 8px 16px 4px rgba(0, 0, 0, 0.16), 0px 0px 4px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  border-radius: 0.9375rem;
  border: 0px transparent;
}
@media screen and (min-width: 64em) {
  .consumer5CardV1 .consumer5CardContainer {
    border-radius: 30px;
    border-radius: 1.875rem;
  }
}
.consumer5CardV1 .consumer5CardContainer p {
  margin-bottom: 0px;
  letter-spacing: 0px;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-red {
  background: #c00;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-dark-grey {
  background: #4d4d4f;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-med-grey {
  background: #9d9fa2;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-light-grey {
  background: #bcbdc0;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-lightest-grey {
  background: #e6e7e8;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-orange {
  background: #f57b20;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-pink {
  background: #d60c8c;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-purple {
  background: #872175;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-blue-pacific {
  background: #009fc2;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-blue {
  background: #00a4e4;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-blue-navy {
  background: #00467f;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-turquoise {
  background: #00927e;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-green {
  background: #00a94f;
}
.consumer5CardV1 .consumer5CardContainer.bg-color-green-lime {
  background: #b2bb1e;
}
.consumer5CardV1 .consumer5CardContainer.border-color-red {
  border: 1px solid #c00;
}
.consumer5CardV1 .consumer5CardContainer.border-color-dark-grey {
  border: 1px solid #4d4d4f;
}
.consumer5CardV1 .consumer5CardContainer.border-color-med-grey {
  border: 1px solid #9d9fa2;
}
.consumer5CardV1 .consumer5CardContainer.border-color-light-grey {
  border: 1px solid #bcbdc0;
}
.consumer5CardV1 .consumer5CardContainer.border-color-lightest-grey {
  border: 1px solid #e6e7e8;
}
.consumer5CardV1 .consumer5CardContainer.border-color-orange {
  border: 1px solid #f57b20;
}
.consumer5CardV1 .consumer5CardContainer.border-color-pink {
  border: 1px solid #d60c8c;
}
.consumer5CardV1 .consumer5CardContainer.border-color-purple {
  border: 1px solid #872175;
}
.consumer5CardV1 .consumer5CardContainer.border-color-blue-pacific {
  border: 1px solid #009fc2;
}
.consumer5CardV1 .consumer5CardContainer.border-color-blue {
  border: 1px solid #00a4e4;
}
.consumer5CardV1 .consumer5CardContainer.border-color-blue-navy {
  border: 1px solid #00467f;
}
.consumer5CardV1 .consumer5CardContainer.border-color-turquoise {
  border: 1px solid #00927e;
}
.consumer5CardV1 .consumer5CardContainer.border-color-green {
  border: 1px solid #00a94f;
}
.consumer5CardV1 .consumer5CardContainer.border-color-green-lime {
  border: 1px solid #b2bb1e;
}
.consumer5CardV1 .center-copy {
  text-align: center;
  padding: 20px;
  padding: 1.25rem;
}
.consumer5CardV1 .card-title-bg {
  min-height: 60px;
  padding: 27.5px;
  padding: 1.71875rem;
  background: #d82731 0% 0% no-repeat;
  border-radius: 15px 15px 0 0;
  border-radius: 0.9375rem 0.9375rem 0 0;
}
@media screen and (min-width: 64em) {
  .consumer5CardV1 .card-title-bg {
    padding: 25px;
    padding: 1.5625rem;
    border-radius: 30px 30px 0 0;
    border-radius: 1.875rem 1.875rem 0 0;
  }
}
.consumer5CardV1 .cardProductTitle {
  padding: 20px;
}
.consumer5CardV1 .cardProductTitle p {
  letter-spacing: 0px;
}

.consumerHoverContainer {
  word-wrap: break-word;
}
.consumerHoverContainer .consumer-hover-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.consumerHoverContainer .inner-wrap {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  /*@media screen and (min-width: 64em) {
  	@include padding(40px 15px);
  }*/
}
@media screen and (min-width: 48em) {
  .consumerHoverContainer .inner-wrap:before, .consumerHoverContainer .inner-wrap:after {
    content: " ";
    display: table;
  }
  .consumerHoverContainer .inner-wrap:after {
    clear: both;
  }
}
.consumerHoverContainer .inner-wrap.inner-container {
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 48em) {
  .consumerHoverContainer .inner-wrap.inner-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .consumerHoverContainer .outer-block {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .consumerHoverContainer .left-block {
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 48em) {
  .consumerHoverContainer .right-block {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
.consumerHoverContainer .right-block .content-block:first-child {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  .consumerHoverContainer .right-block .content-block:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .consumerHoverContainer .three-block-container .left-block {
    width: 45%;
  }
}
@media screen and (min-width: 48em) {
  .consumerHoverContainer .three-block-container .right-block {
    width: 55%;
  }
}
.consumerHoverContainer .content-block {
  border: 1px solid #fff;
  padding: 10px;
  padding: 0.625rem;
}
.consumerHoverContainer .content-block:hover .hover-cta, .consumerHoverContainer .content-block:focus .hover-cta {
  background-color: #fff;
  color: #009fc2;
  text-decoration: none;
}
.consumerHoverContainer .content-block:hover .hover-cta:focus, .consumerHoverContainer .content-block:focus .hover-cta:focus {
  text-decoration: none;
}
.consumerHoverContainer .content-block:hover .inner-block, .consumerHoverContainer .content-block:focus .inner-block {
  color: #fff;
}
.consumerHoverContainer .inner-block {
  position: relative;
  z-index: 1;
}
.consumerHoverContainer .inner-block:before {
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: #000;
}
.consumerHoverContainer .bottom-block {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.consumerHoverContainer .hover-cta {
  color: #fff;
  display: block;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .consumerHoverContainer .hover-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.consumerHoverContainer .hover-cta .icon-circle-chevron-right {
  font-size: 24px;
  font-size: 1.5rem;
  vertical-align: middle;
  margin-left: 20px;
  margin-left: 1.25rem;
}
.consumerHoverContainer .primary-block .rte-wrap {
  padding: 20px;
  padding: 1.25rem;
}
.consumerHoverContainer .primary-block .hover-cta {
  font-size: 20px;
  font-size: 1.25rem;
}
.consumerHoverContainer .primary-block .hover-cta .icon-circle-chevron-right {
  font-size: 28px;
  font-size: 1.75rem;
}
.consumerHoverContainer .main-heading {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.consumerHoverContainer .featured-block {
  border: 1px solid #009fc2;
}
.consumerHoverContainer .featured-content {
  display: block;
  color: #fff;
  background: #009fc2;
  margin: 0;
  padding: 15px;
  padding: 0.9375rem;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.consumerHoverContainer .rte-wrap {
  padding: 15px;
  padding: 0.9375rem;
}

.downloadCenterFeed .pattern-files {
  background: #f2f2f2;
}
.downloadCenterFeed .pattern-files__row {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding: 25px 18px 30px 18px;
  padding: 1.5625rem 1.125rem 1.875rem 1.125rem;
  border: solid #bcbdc0 1px;
  border: solid #bcbdc0 0.0625rem;
  background: #ffffff;
}
@media (min-width: 1024px) {
  .downloadCenterFeed .pattern-files__row {
    display: flex;
    padding: 0;
  }
}
.downloadCenterFeed .pattern-files__content {
  padding: 0;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #4d4d4f;
}
@media (min-width: 1024px) {
  .downloadCenterFeed .pattern-files__content {
    padding: 25px 15px;
    padding: 1.5625rem 0.9375rem;
  }
  .downloadCenterFeed .pattern-files__content:not(:last-child) {
    border-right: solid #bcbdc0 1px;
    border-right: solid #bcbdc0 0.0625rem;
  }
}
.downloadCenterFeed .pattern-files__content.title {
  font-weight: 600;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .downloadCenterFeed .pattern-files__content.title {
    margin-bottom: 0;
  }
}
.downloadCenterFeed .pattern-files__content.title, .downloadCenterFeed .pattern-files__content.release-date {
  flex: 2;
}
.downloadCenterFeed .pattern-files__content.version {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
@media (min-width: 1024px) {
  .downloadCenterFeed .pattern-files__content.version {
    margin-bottom: 0;
    width: 200px;
    width: 12.5rem;
  }
}
.downloadCenterFeed .pattern-files__content.release-date {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .downloadCenterFeed .pattern-files__content.release-date {
    margin-bottom: 0;
  }
}
.downloadCenterFeed .pattern-files__content.size {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .downloadCenterFeed .pattern-files__content.size {
    margin-bottom: 0;
    width: 200px;
    width: 12.5rem;
  }
}
.downloadCenterFeed .pattern-files__content.download {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c00;
  color: #ffffff;
  width: 54px;
  width: 3.375rem;
  height: 73px;
  height: 4.5625rem;
}
@media (min-width: 1024px) {
  .downloadCenterFeed .pattern-files__content.download {
    height: auto;
  }
}
.downloadCenterFeed .pattern-files__content.download:hover {
  cursor: pointer;
  background: #4d4d4f;
}
.downloadCenterFeed .pattern-files__content.download a span {
  color: #ffffff;
}
.downloadCenterFeed .pattern-files__content span {
  font-weight: 600;
}
.downloadCenterFeed .dc-feeds-item {
  margin-bottom: 0;
}
.downloadCenterFeed .tile-view li {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.downloadCenterFeed .dc-feeds-title {
  background: #4d4d4f;
  color: #fff;
  height: 100px;
  height: 6.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  position: relative;
}
.downloadCenterFeed .dc-feeds-title span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem; /* IE 9 */ /* Safari */
  transform: translateY(-50%);
}
.downloadCenterFeed .dc-feeds-content {
  border: 1px solid #bcbdc0;
  border-bottom: 3px solid #c00;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.downloadCenterFeed .dc-feeds-content p {
  margin-bottom: 0;
}
.downloadCenterFeed .file-info {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.downloadCenterFeed .file-info p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.downloadCenterFeed .dc-feeds-cta {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.downloadCenterFeed .dc-feeds-cta:hover, .downloadCenterFeed .dc-feeds-cta:focus {
  color: #333;
  text-decoration: none;
}
.downloadCenterFeed .dc-feeds-cta:hover .icon-chevron-right, .downloadCenterFeed .dc-feeds-cta:focus .icon-chevron-right {
  font-size: 16px;
  font-size: 1rem;
}
.downloadCenterFeed .dc-feeds-cta .icon-chevron-right {
  margin-left: 20px;
  margin-left: 1.25rem; /* Safari */
  transition: font-size 0.2s;
}

.filterList, .filterListV2 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.filterList .search-filters, .filterListV2 .search-filters {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  background: #e6e7e8;
}
.filterList .search-filters.search-filters--collapsible, .filterListV2 .search-filters.search-filters--collapsible {
  position: relative;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 48em) {
  .filterList .search-filters.search-filters--collapsible, .filterListV2 .search-filters.search-filters--collapsible {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
    padding-bottom: 0;
  }
}
.filterList .collapse,
.filterList .collapsing, .filterListV2 .collapse,
.filterListV2 .collapsing {
  clear: both;
}
.filterList .collapse:before, .filterList .collapse:after,
.filterList .collapsing:before,
.filterList .collapsing:after, .filterListV2 .collapse:before, .filterListV2 .collapse:after,
.filterListV2 .collapsing:before,
.filterListV2 .collapsing:after {
  content: " ";
  display: table;
}
.filterList .collapse:after,
.filterList .collapsing:after, .filterListV2 .collapse:after,
.filterListV2 .collapsing:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .filterList .collapse,
  .filterList .collapsing, .filterListV2 .collapse,
  .filterListV2 .collapsing {
    display: block;
    clear: none;
  }
}
.filterList .collapse-toggle-button, .filterListV2 .collapse-toggle-button {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 48em) {
  .filterList .collapse-toggle-button, .filterListV2 .collapse-toggle-button {
    display: none;
  }
}
.filterList .no-results-found, .filterListV2 .no-results-found {
  min-height: 50vh;
}
.filterList .results-count, .filterListV2 .results-count {
  line-height: 30px;
  line-height: 1.875rem;
}
.filterList .results-count .results-count__indicator, .filterListV2 .results-count .results-count__indicator {
  display: inline-block;
  color: #00927e;
  font-weight: bold;
}
.filterList .results-view-options-row, .filterListV2 .results-view-options-row {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 2px solid #bcbdc0;
  padding-left: 15px;
  padding-right: 15px;
}
.filterList .results-count, .filterListV2 .results-count {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  padding-top: 7px;
  padding-top: 0.4375rem;
  vertical-align: top;
}
@media screen and (min-width: 48em) {
  .filterList .results-count, .filterListV2 .results-count {
    display: inline-block;
    margin-bottom: 0;
  }
}
.filterList .view-modes, .filterListV2 .view-modes {
  display: inline-block;
  padding-top: 10px;
  padding-top: 0.625rem;
  float: right;
}
.filterList .view-modes:before, .filterList .view-modes:after, .filterListV2 .view-modes:before, .filterListV2 .view-modes:after {
  content: " ";
  display: table;
}
.filterList .view-modes:after, .filterListV2 .view-modes:after {
  clear: both;
}
.filterList .view-modes li, .filterListV2 .view-modes li {
  float: left;
  margin-bottom: 0;
}
.filterList .view-mode-button, .filterListV2 .view-mode-button {
  border: none;
  padding: 0 5px;
  padding: 0 0.3125rem;
  background: none;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #bcbdc0;
}
.filterList .view-mode-button.active, .filterListV2 .view-mode-button.active {
  color: #333;
}
.filterList .results-list .image-wrapper, .filterListV2 .results-list .image-wrapper {
  display: block;
  text-align: center;
}
.filterList .results-list img, .filterListV2 .results-list img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.filterList .results-list--list-view .image-wrapper, .filterListV2 .results-list--list-view .image-wrapper {
  display: none;
}
.filterList .results-list--list-view li > .featured-label, .filterListV2 .results-list--list-view li > .featured-label {
  display: inline-block;
}
.filterList .results-list--article-view li:before, .filterList .results-list--article-view li:after, .filterListV2 .results-list--article-view li:before, .filterListV2 .results-list--article-view li:after {
  content: " ";
  display: table;
}
.filterList .results-list--article-view li:after, .filterListV2 .results-list--article-view li:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .filterList .results-list--article-view .image-wrapper, .filterListV2 .results-list--article-view .image-wrapper {
    float: left;
    width: 15%;
  }
}
@media screen and (min-width: 48em) {
  .filterList .results-list--article-view .text-wrapper, .filterListV2 .results-list--article-view .text-wrapper {
    float: left;
    width: 85%;
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
.filterList .results-list--article-view .story-title, .filterListV2 .results-list--article-view .story-title {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.filterList .results-list--article-view .image-title-wrap .featured-label, .filterListV2 .results-list--article-view .image-title-wrap .featured-label {
  display: inline-block;
}
.filterList .results-list--gallery-view, .filterListV2 .results-list--gallery-view {
  margin-left: -15px;
  margin-right: -15px;
}
.filterList .results-list--gallery-view:before, .filterList .results-list--gallery-view:after, .filterListV2 .results-list--gallery-view:before, .filterListV2 .results-list--gallery-view:after {
  content: " ";
  display: table;
}
.filterList .results-list--gallery-view:after, .filterListV2 .results-list--gallery-view:after {
  clear: both;
}
.filterList .results-list--gallery-view li, .filterListV2 .results-list--gallery-view li {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 48em) {
  .filterList .results-list--gallery-view li, .filterListV2 .results-list--gallery-view li {
    float: left;
    width: 33.3333%;
  }
}
@media screen and (min-width: 64em) {
  .filterList .results-list--gallery-view li, .filterListV2 .results-list--gallery-view li {
    width: 25%;
  }
}
@media screen and (min-width: 48em) {
  .filterList .results-list--gallery-view li:nth-child(3n+1), .filterListV2 .results-list--gallery-view li:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .filterList .results-list--gallery-view li:nth-child(3n+1), .filterListV2 .results-list--gallery-view li:nth-child(3n+1) {
    clear: none;
  }
}
@media screen and (min-width: 64em) {
  .filterList .results-list--gallery-view li:nth-child(4n+1), .filterListV2 .results-list--gallery-view li:nth-child(4n+1) {
    clear: both;
  }
}
.filterList .results-list--gallery-view .story-title, .filterListV2 .results-list--gallery-view .story-title {
  text-align: center;
}
.filterList .results-list--gallery-view p, .filterListV2 .results-list--gallery-view p {
  display: none;
}
.filterList .results-list--gallery-view .image-title-wrap .featured-label, .filterListV2 .results-list--gallery-view .image-title-wrap .featured-label {
  display: inline-block;
}
.filterList .image-title-wrap .featured-label, .filterListV2 .image-title-wrap .featured-label {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
}
.filterList .article-image, .filterListV2 .article-image {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.filterList .read-more, .filterListV2 .read-more {
  display: inline-block;
}
.filterList .featured-label, .filterListV2 .featured-label {
  display: none;
  color: #fff;
  padding: 7px 30px;
  padding: 0.4375rem 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  background: #4d4d4f;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.filterList .webinar-label, .filterList .webinar-title, .filterList .webinar-description, .filterList .tag-label, .filterListV2 .webinar-label, .filterListV2 .webinar-title, .filterListV2 .webinar-description, .filterListV2 .tag-label {
  display: none;
}
.filterList .results-list--webinar-view, .filterList .results-list--poster-view, .filterListV2 .results-list--webinar-view, .filterListV2 .results-list--poster-view {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  margin-top: 3.125rem;
}
.filterList .results-list--webinar-view:before, .filterList .results-list--webinar-view:after, .filterList .results-list--poster-view:before, .filterList .results-list--poster-view:after, .filterListV2 .results-list--webinar-view:before, .filterListV2 .results-list--webinar-view:after, .filterListV2 .results-list--poster-view:before, .filterListV2 .results-list--poster-view:after {
  content: " ";
  display: table;
}
.filterList .results-list--webinar-view:after, .filterList .results-list--poster-view:after, .filterListV2 .results-list--webinar-view:after, .filterListV2 .results-list--poster-view:after {
  clear: both;
}
.filterList .results-list--webinar-view li, .filterList .results-list--poster-view li, .filterListV2 .results-list--webinar-view li, .filterListV2 .results-list--poster-view li {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 48em) {
  .filterList .results-list--webinar-view li, .filterList .results-list--poster-view li, .filterListV2 .results-list--webinar-view li, .filterListV2 .results-list--poster-view li {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .filterList .results-list--webinar-view li, .filterList .results-list--poster-view li, .filterListV2 .results-list--webinar-view li, .filterListV2 .results-list--poster-view li {
    width: 33.3333%;
  }
}
@media screen and (min-width: 48em) {
  .filterList .results-list--webinar-view li:nth-child(2n+1), .filterList .results-list--poster-view li:nth-child(2n+1), .filterListV2 .results-list--webinar-view li:nth-child(2n+1), .filterListV2 .results-list--poster-view li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .filterList .results-list--webinar-view li:nth-child(2n+1), .filterList .results-list--poster-view li:nth-child(2n+1), .filterListV2 .results-list--webinar-view li:nth-child(2n+1), .filterListV2 .results-list--poster-view li:nth-child(2n+1) {
    clear: none;
  }
}
@media screen and (min-width: 64em) {
  .filterList .results-list--webinar-view li:nth-child(3n+1), .filterList .results-list--poster-view li:nth-child(3n+1), .filterListV2 .results-list--webinar-view li:nth-child(3n+1), .filterListV2 .results-list--poster-view li:nth-child(3n+1) {
    clear: both;
  }
}
.filterList .results-list--webinar-view img, .filterList .results-list--poster-view img, .filterListV2 .results-list--webinar-view img, .filterListV2 .results-list--poster-view img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.filterList .results-list--webinar-view p, .filterList .results-list--poster-view p, .filterListV2 .results-list--webinar-view p, .filterListV2 .results-list--poster-view p {
  margin: 0;
}
.filterList .results-list--webinar-view .image-wrapper, .filterList .results-list--poster-view .image-wrapper, .filterListV2 .results-list--webinar-view .image-wrapper, .filterListV2 .results-list--poster-view .image-wrapper {
  border-bottom: 4px solid #c00;
  text-align: left;
}
.filterList .results-list--webinar-view .image-wrapper:hover, .filterList .results-list--webinar-view .image-wrapper:focus, .filterList .results-list--poster-view .image-wrapper:hover, .filterList .results-list--poster-view .image-wrapper:focus, .filterListV2 .results-list--webinar-view .image-wrapper:hover, .filterListV2 .results-list--webinar-view .image-wrapper:focus, .filterListV2 .results-list--poster-view .image-wrapper:hover, .filterListV2 .results-list--poster-view .image-wrapper:focus {
  text-decoration: none;
  color: #fff;
}
.filterList .results-list--webinar-view .image-wrapper:hover .webinar-title, .filterList .results-list--webinar-view .image-wrapper:focus .webinar-title, .filterList .results-list--poster-view .image-wrapper:hover .webinar-title, .filterList .results-list--poster-view .image-wrapper:focus .webinar-title, .filterListV2 .results-list--webinar-view .image-wrapper:hover .webinar-title, .filterListV2 .results-list--webinar-view .image-wrapper:focus .webinar-title, .filterListV2 .results-list--poster-view .image-wrapper:hover .webinar-title, .filterListV2 .results-list--poster-view .image-wrapper:focus .webinar-title {
  color: #4d4d4f;
  background-color: rgba(255, 255, 255, 0.75);
}
.filterList .results-list--webinar-view .image-wrapper:hover .webinar-description, .filterList .results-list--webinar-view .image-wrapper:focus .webinar-description, .filterList .results-list--poster-view .image-wrapper:hover .webinar-description, .filterList .results-list--poster-view .image-wrapper:focus .webinar-description, .filterListV2 .results-list--webinar-view .image-wrapper:hover .webinar-description, .filterListV2 .results-list--webinar-view .image-wrapper:focus .webinar-description, .filterListV2 .results-list--poster-view .image-wrapper:hover .webinar-description, .filterListV2 .results-list--poster-view .image-wrapper:focus .webinar-description {
  background-color: #4d4d4f;
}
.filterList .results-list--webinar-view .image-title-wrap, .filterList .results-list--poster-view .image-title-wrap, .filterListV2 .results-list--webinar-view .image-title-wrap, .filterListV2 .results-list--poster-view .image-title-wrap {
  position: relative;
  height: 330px;
  height: 20.625rem;
}
.filterList .results-list--webinar-view .text-wrapper, .filterList .results-list--poster-view .text-wrapper, .filterListV2 .results-list--webinar-view .text-wrapper, .filterListV2 .results-list--poster-view .text-wrapper {
  display: none;
}
.filterList .results-list--webinar-view .webinar-label, .filterList .results-list--webinar-view .tag-label, .filterList .results-list--poster-view .webinar-label, .filterList .results-list--poster-view .tag-label, .filterListV2 .results-list--webinar-view .webinar-label, .filterListV2 .results-list--webinar-view .tag-label, .filterListV2 .results-list--poster-view .webinar-label, .filterListV2 .results-list--poster-view .tag-label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 7px 20px;
  padding: 0.4375rem 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  background: #c00;
}
.filterList .results-list--webinar-view .webinar-title, .filterList .results-list--poster-view .webinar-title, .filterListV2 .results-list--webinar-view .webinar-title, .filterListV2 .results-list--poster-view .webinar-title {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.75);
  transition: background-color 0.5s ease;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  padding: 1.25rem;
  min-height: 145px;
  min-height: 9.0625rem;
}
.filterList .results-list--webinar-view .webinar-description, .filterList .results-list--poster-view .webinar-description, .filterListV2 .results-list--webinar-view .webinar-description, .filterListV2 .results-list--poster-view .webinar-description {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  height: 270px;
  height: 16.875rem;
  position: relative;
  padding: 20px;
  padding: 1.25rem;
  border-left: 1px solid #9d9fa2;
  border-right: 1px solid #9d9fa2;
  transition: background-color 0.5s ease;
}
.filterList .results-list--webinar-view .webinar-cta, .filterList .results-list--poster-view .webinar-cta, .filterListV2 .results-list--webinar-view .webinar-cta, .filterListV2 .results-list--poster-view .webinar-cta {
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem;
}
.filterList .results-list--webinar-view .article-image, .filterList .results-list--poster-view .article-image, .filterListV2 .results-list--webinar-view .article-image, .filterListV2 .results-list--poster-view .article-image {
  display: block;
  width: 100%;
  height: 100%;
}
.filterList .results-list--webinar-view .tag-label, .filterListV2 .results-list--webinar-view .tag-label {
  display: none;
}
.filterList .results-list--poster-view .webinar-label, .filterListV2 .results-list--poster-view .webinar-label {
  display: none;
}
.filterList .story-title, .filterListV2 .story-title {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}
.filterList .results-nav, .filterListV2 .results-nav {
  text-align: center;
}
.filterList .results-nav__button, .filterListV2 .results-nav__button {
  border: none;
  background: none;
  font-size: 20px;
  font-size: 1.25rem;
  vertical-align: middle;
}
.filterList .results-nav__button[disabled], .filterListV2 .results-nav__button[disabled] {
  color: #bcbdc0;
}
.filterList .sort-select, .filterListV2 .sort-select {
  display: inline-block;
  width: 60%;
  vertical-align: top;
}
@media screen and (min-width: 48em) {
  .filterList .sort-select, .filterListV2 .sort-select {
    width: 50%;
  }
}
.filterList .sort-select .form-label, .filterListV2 .sort-select .form-label {
  display: inline-block;
  margin: 10px 10px 0 0;
  margin: 0.625rem 0.625rem 0 0;
  vertical-align: top;
}
.filterList .sort-select .selectize-control, .filterListV2 .sort-select .selectize-control {
  width: 75%;
  display: inline-block;
}
.filterList .refresh-button-wrap, .filterListV2 .refresh-button-wrap {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .filterList .refresh-button-wrap, .filterListV2 .refresh-button-wrap {
    text-align: right;
    float: right;
  }
}
.filterList .refresh-button-wrap .refresh-button, .filterListV2 .refresh-button-wrap .refresh-button {
  padding: 7px 45px;
  padding: 0.4375rem 2.8125rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 48em) {
  .filterList .refresh-button-wrap .refresh-button, .filterListV2 .refresh-button-wrap .refresh-button {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
}
.filterList .content_date, .filterListV2 .content_date {
  margin: 0 0 0.2em;
}
.filterList .search-bar__clear-button, .filterListV2 .search-bar__clear-button {
  right: 0;
}

.container-fluid--hybrid > .footer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.container-fluid--hybrid > .footer .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid--hybrid > .footer .inner-container:before, .container-fluid--hybrid > .footer .inner-container:after {
  content: " ";
  display: table;
}
.container-fluid--hybrid > .footer .inner-container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .container-fluid--hybrid > .footer .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid--hybrid > .footer .inner-container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container-fluid--hybrid > .footer .inner-container {
    max-width: 1170px;
  }
}
.container-fluid--hybrid > .footer {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 48em) {
  .footer .links-col {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .footer .links-col {
    text-align: left;
  }
}
.footer .links-row {
  padding: 10px 0;
  padding: 0.625rem 0;
  background-color: #bcbdc0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .footer .links-row {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .footer .links-row {
    padding: 20px 0;
    padding: 1.25rem 0;
  }
}
@media screen and (min-width: 48em) {
  .footer .links-row li {
    display: inline-block;
  }
}
.footer .social-copyright-row {
  padding: 20px 0 10px;
  padding: 1.25rem 0 0.625rem;
  background-color: #333;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .footer .social-copyright-row {
    padding: 20px 0;
    padding: 1.25rem 0;
  }
}
@media screen and (min-width: 64em) {
  .footer .social-copyright-row {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
}
.footer a {
  display: inline-block;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  color: inherit;
}
@media screen and (min-width: 48em) {
  .footer a {
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
  }
}
.footer .social-media-links {
  margin-bottom: -1em;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  text-align: justify;
}
@media screen and (min-width: 48em) {
  .footer .social-media-links {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .footer .social-media-links {
    text-align: left;
  }
}
.footer .social-media-links:after {
  content: " ";
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .footer .social-media-links:after {
    display: none;
  }
}
.footer .social-media-links li {
  display: inline-block;
}
.footer .social-media-links a {
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .footer .social-media-links a {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
}
.footer .copyright {
  font-size: 8px;
  font-size: 0.5rem;
}
@media screen and (min-width: 48em) {
  .footer .copyright {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 64em) {
  .footer .copyright {
    display: inline-block;
    width: 100%;
    padding: 10px 30px 0 0;
    padding: 0.625rem 1.875rem 0 0;
    line-height: 30px;
    line-height: 1.875rem;
    text-align: right;
  }
}

.container-fluid--hybrid > .footerCampaign1 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.container-fluid--hybrid > .footerCampaign1 .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid--hybrid > .footerCampaign1 .inner-container:before, .container-fluid--hybrid > .footerCampaign1 .inner-container:after {
  content: " ";
  display: table;
}
.container-fluid--hybrid > .footerCampaign1 .inner-container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .container-fluid--hybrid > .footerCampaign1 .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid--hybrid > .footerCampaign1 .inner-container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container-fluid--hybrid > .footerCampaign1 .inner-container {
    max-width: 1170px;
  }
}
.container-fluid--hybrid > .footerCampaign1 {
  width: 100%;
  max-width: none;
}
.footerCampaign1 .logo-social-wrap:before, .footerCampaign1 .logo-social-wrap:after {
  content: " ";
  display: table;
}
.footerCampaign1 .logo-social-wrap:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .footerCampaign1 .logo-social-wrap {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .footerCampaign1 .logo-social-wrap {
    margin-bottom: 0;
  }
}
.footerCampaign1 .logo-wrap {
  display: block;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .footerCampaign1 .logo-wrap {
    float: left;
    width: 40%;
  }
}
.footerCampaign1 .logo-wrap img {
  height: 40px;
  height: 2.5rem;
}
@media screen and (min-width: 48em) {
  .footerCampaign1 .logo-wrap img {
    height: 55px;
    height: 3.4375rem;
  }
}
.footerCampaign1 .social-copyright-row {
  padding: 20px 0;
  padding: 1.25rem 0;
  background-color: #333;
  color: #fff;
}
.footerCampaign1 a {
  display: inline-block;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  color: inherit;
}
@media screen and (min-width: 48em) {
  .footerCampaign1 a {
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
  }
}
.footerCampaign1 .social-media-links {
  width: 70%;
  height: 40px;
  height: 2.5rem;
  margin: 20px 0 10px;
  margin: 1.25rem 0 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  text-align: justify;
}
@media screen and (max-width: 23.375em) {
  .footerCampaign1 .social-media-links {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .footerCampaign1 .social-media-links {
    float: right;
    width: 60%;
    height: 60px;
    height: 3.75rem;
    padding-top: 10px;
    padding-top: 0.625rem;
    margin: 0;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .footerCampaign1 .social-media-links {
    text-align: left;
  }
}
.footerCampaign1 .social-media-links:after {
  content: " ";
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .footerCampaign1 .social-media-links:after {
    display: none;
  }
}
.footerCampaign1 .social-media-links li {
  display: inline-block;
  margin-bottom: 0;
}
.footerCampaign1 .social-media-links li:first-child a {
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  .footerCampaign1 .social-media-links li:first-child a {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
.footerCampaign1 .social-media-links a {
  text-decoration: none;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  .footerCampaign1 .social-media-links a {
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
  }
}
.footerCampaign1 .copyright-wrap {
  line-height: 10px;
  line-height: 0.625rem;
}
@media screen and (min-width: 48em) {
  .footerCampaign1 .copyright-wrap {
    line-height: 14px;
    line-height: 0.875rem;
  }
}
@media screen and (min-width: 64em) {
  .footerCampaign1 .copyright-wrap {
    line-height: 30px;
    line-height: 1.875rem;
  }
}
.footerCampaign1 .copyright {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (max-width: 23.375em) {
  .footerCampaign1 .copyright {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media screen and (min-width: 48em) {
  .footerCampaign1 .copyright {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 64em) {
  .footerCampaign1 .copyright {
    display: inline-block;
    width: 100%;
    padding: 15px 30px 0 0;
    padding: 0.9375rem 1.875rem 0 0;
    line-height: 30px;
    line-height: 1.875rem;
    text-align: right;
  }
}

.freeProductWidget {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.freeProductWidget .product-icon {
  max-width: 100%;
}
.freeProductWidget .head-wrap {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.freeProductWidget .link-wrap:before, .freeProductWidget .link-wrap:after {
  content: " ";
  display: table;
}
.freeProductWidget .link-wrap:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .freeProductWidget .call-to-action {
    float: left;
    margin-right: 15px;
    margin-right: 0.9375rem;
  }
}
.freeProductWidget .call-to-action .button {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .freeProductWidget .call-to-action .button {
    width: auto;
  }
}
.freeProductWidget .icons {
  font-size: 27px;
  font-size: 1.6875rem;
  color: inherit;
}
.freeProductWidget a.icons {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: inline-block;
}
.freeProductWidget a.icons:hover, .freeProductWidget a.icons:focus {
  text-decoration: none;
}
.freeProductWidget .os-icons {
  float: right;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.freeProductWidget .os-icons li {
  float: left;
  margin-right: 6px;
  margin-right: 0.375rem;
}
.freeProductWidget .os-icons li:last-child {
  margin-right: 0;
}

.breadcrumb .breadcrumb-wrap {
  position: relative;
}
.breadcrumb .breadcrumb-wrap:after {
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: #cccccc;
  opacity: 0.3;
}
.breadcrumb .breadcrumb-wrap.light-theme:after {
  background-color: #fff;
  opacity: 0.1;
}
.breadcrumb .breadcrumb-wrap.light-theme ul.crumbs > li {
  color: #fff;
}
.breadcrumb .breadcrumb-wrap.light-theme .current-page:after {
  background-color: #fff;
}
.breadcrumb .breadcrumb-wrap.light-theme .sibling-dropdown:after {
  background-color: #4d4d4f;
  opacity: 0.85;
}
.breadcrumb.breadcrumb-fixed .breadcrumb-wrap:after {
  background-color: #cccccc;
  opacity: 1;
}
.breadcrumb.breadcrumb-fixed .breadcrumb-wrap ul.crumbs > li {
  color: #333;
}
.breadcrumb.breadcrumb-fixed .breadcrumb-wrap .current-page:after {
  background-color: #cccccc;
}
.breadcrumb.breadcrumb-fixed .breadcrumb-wrap .sibling-dropdown:after {
  color: #fff;
  background-color: #4d4d4f;
  opacity: 0.85;
}
.breadcrumb ul.crumbs {
  display: none;
}
.breadcrumb ul.crumbs:before, .breadcrumb ul.crumbs:after {
  content: " ";
  display: table;
}
.breadcrumb ul.crumbs:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .breadcrumb ul.crumbs {
    display: block;
  }
}
.breadcrumb ul.crumbs > li {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-weight: normal;
  color: #333;
}
.breadcrumb ul.crumbs > li a {
  color: inherit;
  font-weight: normal;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.breadcrumb ul.crumbs > li .icon-chevron-right {
  margin: 0 8px;
  margin: 0 0.5rem;
}
.breadcrumb ul.crumbs .current-page {
  color: #c00 !important;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  padding: 20px;
  padding: 1.25rem;
  margin-right: 0;
  position: relative;
}
.breadcrumb ul.crumbs .current-page:after {
  background-color: #cccccc;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.breadcrumb ul.crumbs .current-page.open {
  min-width: 250px;
  min-width: 15.625rem;
}
.breadcrumb ul.crumbs.supercrumb .current-page {
  padding: 0;
}
.breadcrumb .sibling-toggle {
  background: transparent;
  border: 0;
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
  text-align: left;
}
.breadcrumb .sibling-toggle .icon-chevron-down {
  font-size: 9px;
  font-size: 0.5625rem;
  float: right;
  margin: 5px 0 0 10px;
  margin: 0.3125rem 0 0 0.625rem;
}
.breadcrumb .sibling-dropdown {
  padding-bottom: 0;
  padding-top: 10px;
  padding-top: 0.625rem;
  background: transparent;
  border: 0;
  margin-top: 0;
  min-width: 100%;
  box-shadow: none;
}
.breadcrumb .sibling-dropdown:after {
  background-color: #4d4d4f;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.breadcrumb .sibling-dropdown li {
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  padding: 0 1.25rem;
  white-space: nowrap;
  font-size: 14px;
  font-size: 0.875rem;
}
.breadcrumb .sibling-dropdown li a {
  font-weight: normal;
  padding: 0;
}
.breadcrumb .sibling-dropdown li a:hover {
  font-weight: bold;
  color: #fff;
  /*color: $color-trend-red;*/
}
.breadcrumb.breadcrumb-fixed {
  position: fixed !important;
  top: 50px;
  top: 3.125rem;
  width: 100% !important;
  z-index: 1009 !important;
}

.disruptorPanel {
  position: relative;
  display: none;
}
.disruptorPanel .disruptor-panel__alert {
  padding-top: 10px;
  padding-top: 0.625rem;
  background: #e6e7e8;
  overflow: hidden;
  transition: height 0.35s, padding-top 0.35s;
}
.disruptorPanel .disruptor-panel__alert.alert--red {
  background: #c00;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .disruptorPanel .disruptor-panel__alert.alert--red .alert__dismiss-button {
    background: none;
  }
}
.disruptorPanel .disruptor-panel__alert.no-transition {
  transition: none;
}
.disruptorPanel .disruptor-panel__alert.dismissing {
  /* csslint ignore:start */
  height: 0 !important;
  /* csslint ignore:end */
  padding-top: 0;
}
.disruptorPanel .collapse .disruptor-panel__alert,
.disruptorPanel .collapsing .disruptor-panel__alert {
  border-top: 2px solid #bcbdc0;
}
.disruptorPanel .inner-container {
  position: relative;
}
.disruptorPanel .collapse-toggle-button {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.disruptorPanel .icon-close {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .disruptorPanel .icon-close {
    display: flex;
    justify-content: center;
    margin-bottom: 1px;
  }
}

.container-fluid--hybrid > .globalHeader {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.container-fluid--hybrid > .globalHeader .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid--hybrid > .globalHeader .inner-container:before, .container-fluid--hybrid > .globalHeader .inner-container:after {
  content: " ";
  display: table;
}
.container-fluid--hybrid > .globalHeader .inner-container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .container-fluid--hybrid > .globalHeader .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid--hybrid > .globalHeader .inner-container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container-fluid--hybrid > .globalHeader .inner-container {
    max-width: 1170px;
  }
}
.container-fluid--hybrid > .globalHeader {
  width: 100%;
  max-width: none;
}
.hero-behind-breadcrumbs .globalHeader .breadcrumb, .video-hero-behind-breadcrumbs .globalHeader .breadcrumb, .super-hero-behind-breadcrumbs .globalHeader .breadcrumb, .prod-desc-behind-breadcrumbs .globalHeader .breadcrumb, .slider-behind-breadcrumbs .globalHeader .breadcrumb {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.hero-behind-header .globalHeader .main-header {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 23.375em) {
  .globalHeader .hide-on-small-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 23.375em) {
  .globalHeader .logo-toggle-col,
  .globalHeader .utility-col {
    width: 100%;
  }
}
@media screen and (max-width: 23.375em) {
  .globalHeader .logo-toggle-col {
    text-align: center;
  }
}

.container-fluid .globalHeaderV2 {
  padding: 0;
  width: 100%;
  max-width: none;
}

/* Global Header V2 */
.globalHeaderV2 {
  padding: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  /* Breadcrumb */
  /* Inner Container */
  /* Nav Sticky Wrapper */
  /* Top Bar */
  /* Bottom Bar */
}
@media (min-width: 1024px) {
  .globalHeaderV2 .bottom-margin-enabled {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}
.globalHeaderV2 .breadcrumb {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.globalHeaderV2 .inner-container:before, .globalHeaderV2 .inner-container:after {
  content: " ";
  display: table;
}
.globalHeaderV2 .inner-container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .globalHeaderV2 .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .inner-container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .globalHeaderV2 .inner-container {
    max-width: 1170px;
  }
}
@media screen and (max-width: 63.9375em) {
  .globalHeaderV2 .inner-container {
    padding: 0;
  }
  .globalHeaderV2 .inner-container > .row {
    margin: 0;
  }
  .globalHeaderV2 .inner-container > .row > .col-xs-12 {
    padding: 0;
  }
}
.globalHeaderV2 .nav-sticky-wrapper.navbar-main-fixed {
  padding: 0;
  left: 0;
  box-shadow: 0px 5px 8px -8px rgba(0, 0, 0, 0.75);
  background: #ffffff none repeat;
}
.globalHeaderV2 .top-bar {
  background: #ffffff;
  border-bottom: 0.25px solid #9d9fa2;
  border-bottom: 0.015625rem solid #9d9fa2;
  max-height: 37px;
  max-height: 2.3125rem;
}
.globalHeaderV2 .top-bar .inner-container .utility-col {
  height: 37px;
  height: 2.3125rem;
}
@media (min-width: 1024px) {
  .globalHeaderV2 .top-bar .inner-container .utility-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .globalHeaderV2 .top-bar .inner-container .utility-col .utilityMenu {
    margin: 0;
  }
}
.globalHeaderV2 .bottom-bar {
  background: #ffffff;
  box-shadow: 0px 5px 8px -8px rgba(0, 0, 0, 0.75);
}
.globalHeaderV2 .bottom-bar .mainNavMenu {
  background-color: #ffffff;
  color: #4d4d4f;
  /* Logo Toggle Col */
  /* Nav Wrapper */
}
.globalHeaderV2 .bottom-bar .mainNavMenu .logo.newlogo {
  display: block;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .logo.newlogo.logo-show {
  width: inherit;
  height: inherit;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .logo.newlogo.logo-show .hidden-lg {
  padding-top: 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .globalHeaderV2 .bottom-bar .mainNavMenu .logo.newlogo.logo-show img.hidden-sm {
    display: block !important;
  }
}
.globalHeaderV2 .bottom-bar .mainNavMenu > .inner-container {
  padding: 0;
  height: 69px;
  height: 4.3125rem;
}
@media (min-width: 1024px) {
  .globalHeaderV2 .bottom-bar .mainNavMenu > .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
  content: " ";
  position: absolute;
  bottom: 10px;
  border-bottom: 1px solid #c00;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
    left: 5px;
    right: 5px;
  }
}
@media screen and (min-width: 75em) {
  .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
    left: 7px;
    right: 7px;
  }
}
.globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):hover:after {
  transition: 0.9s;
  transform: scaleX(1);
}
.globalHeaderV2 .bottom-bar .mainNavMenu .dropdown:hover .menu-toggle:not(.search-button):after {
  transform: scaleX(1);
}
.globalHeaderV2 .bottom-bar .mainNavMenu a.menu-toggle:not(.search-button):after {
  bottom: 13px;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .open .menu-toggle:after {
  transform: scaleX(1);
}
.globalHeaderV2 .bottom-bar .mainNavMenu .open .menu-toggle.search-button:after {
  border-color: transparent;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .dropdown-menu {
  padding: 0;
  box-shadow: 0px 3px 8px -5px rgba(0, 0, 0, 0.5), inset 0px 5px 8px -8px rgba(0, 0, 0, 0.75);
  background-color: #ffffff;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .dropdown-menu.utility-search-target {
  max-width: 470px;
  right: 0px;
  left: auto;
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper input {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper tr {
    border: 0;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper td.gsc-input {
    padding-top: 10px;
    padding-top: 0.625rem;
    position: relative;
    border: 0;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper td.gsc-input:after {
    position: absolute;
    left: 0;
    top: 18px;
    color: #bcbdc0;
    content: "\e92a";
    font-family: "icomoon" !important;
    /* csslint ignore:end */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    /* csslint ignore:start */
    font-feature-settings: "liga";
    /* csslint ignore:end */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    font-size: 14px;
    display: block;
    font-weight: 600;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper td.gsc-input input {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown {
  margin-left: 1px;
  margin-left: 0.0625rem;
  border-top: 0;
  flex: 1 1 0;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown.utility-dropdown-search {
  display: none;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown .dropdown-menu {
  display: none;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown.utilityAlerts {
  height: 100%;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button {
  background-color: #272728;
  color: #ffffff;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link {
  background-color: #e6e7e8;
  color: #4d4d4f;
  font-weight: 400;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link:hover, .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link:active {
  background-color: #272728;
  color: #ffffff;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button, .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
  height: 100%;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.collapsed, .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.collapsed {
  background-color: #e6e7e8;
  color: #4d4d4f;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.collapsed:hover, .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.collapsed:hover {
  background-color: #272728;
  color: #ffffff;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.button-red, .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.button-red {
  border: 0;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button__text {
  margin: 0;
  position: relative;
  width: auto;
  height: auto;
  overflow: auto;
  clip: auto;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .logo-toggle-col {
  flex: 1;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper {
  flex: 0 2 auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper {
    flex: initial;
  }
}
.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.collapse {
  display: none;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.collapse.in {
  display: flex;
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.collapse.dont-collapse-flex-md {
    display: inline-flex;
    height: auto !important;
    visibility: visible;
  }
}
@media screen and (max-width: 63.9375em) {
  .globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.dont-collapse-flex-md {
    background-color: #ffffff;
    position: absolute;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.dont-collapse-flex-md.to-right {
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.35s;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.dont-collapse-flex-md.collapse.in.to-right {
    visibility: visible;
    height: auto !important;
    display: flex !important;
    transform: translateX(0%);
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.dont-collapse-flex-md.collapsing {
    height: auto !important;
  }
}
.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper {
  background: #ffffff;
  color: #333;
  position: absolute;
  z-index: 3;
  width: 100%;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper .main-menu-search {
  margin: 0;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper .main-menu-search__field-wrapper {
  padding: 0;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper td.gsc-input input {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper td.gsc-search-close {
  cursor: pointer;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .search-mobile-wrapper td.gsc-search-close span {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #bcbdc0;
  z-index: 0;
  content: "\e91c";
  font-weight: 300;
}
.globalHeaderV2 .mainNavMenu .menu-toggle {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 47.9375em) and (orientation: landscape) {
  .globalHeaderV2 .mainNavMenu .menu-toggle {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 48em) {
  .globalHeaderV2 .mainNavMenu .menu-toggle {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .mainNavMenu .menu-toggle {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 5px;
    padding: 0 0.3125rem;
  }
}
@media screen and (min-width: 75em) {
  .globalHeaderV2 .mainNavMenu .menu-toggle {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 10px;
    padding: 0 0.625rem;
  }
}
.globalHeaderV2 .mainNavMenu .menu-toggle .icon-search-thin {
  font-size: 20px;
  font-size: 1.25rem;
  color: #c00;
}
@media screen and (min-width: 48em) {
  .globalHeaderV2 .mainNavMenu .menu-toggle .icon-search-thin {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.globalHeaderV2 .mainNavMenu a.menu-toggle {
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: 600;
  display: inline-block;
}
.globalHeaderV2 .toggle {
  position: relative;
}
.globalHeaderV2 .toggle:after {
  content: "";
  position: absolute;
  display: block;
  height: 150%;
  top: -25%;
  background-color: #333;
  width: 1px;
  left: -22px;
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .toggle {
    margin: 10px 0 10px 45px;
    margin: 0.625rem 0 0.625rem 2.8125rem;
  }
}
.globalHeaderV2 .toggle .toggle-button {
  height: 21px;
  border: 1px solid #333;
}
.globalHeaderV2 .toggle a {
  padding: 0 9px;
  padding: 0 0.5625rem;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: inherit;
  vertical-align: middle;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 23.375em) {
  .globalHeaderV2 .toggle a {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .toggle a {
    font-size: 9px;
    font-size: 0.5625rem;
    padding: 0 9px;
    padding: 0 0.5625rem;
  }
}
.globalHeaderV2 .toggle a:hover, .globalHeaderV2 .toggle a:focus {
  text-decoration: none;
}
.globalHeaderV2 .toggle a span {
  display: none;
}
.globalHeaderV2 .logo img {
  height: 40px;
  height: 2.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .logo img {
    height: 40px;
    height: 2.5rem;
  }
}
.globalHeaderV2 .utilityMenu {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .globalHeaderV2 .utilityMenu {
    margin: 5px 0 10px;
    margin: 0.3125rem 0 0.625rem;
    padding: 0;
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .utilityMenu {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
}
.globalHeaderV2 .utilityMenu .dropdown {
  margin-left: 10px;
}
.globalHeaderV2 .utilityMenu .dropdown.open:not(.utilityAlerts) button:after {
  background-color: #ffffff;
}
.globalHeaderV2 .utilityMenu .dropdown.open button:after {
  z-index: 1012;
}
.globalHeaderV2 .utilityMenu .dropdown.utilityAlerts {
  width: auto;
}
.globalHeaderV2 .utilityMenu .dropdown.utilityAlerts.editmode {
  display: block;
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .utilityMenu .dropdown .utility-menu-button-link {
    font-weight: 400;
    color: #333;
  }
  .globalHeaderV2 .utilityMenu .dropdown .utility-menu-button-link:hover, .globalHeaderV2 .utilityMenu .dropdown .utility-menu-button-link:focus {
    color: #d71920;
    text-decoration: none;
  }
}
.globalHeaderV2 .utilityMenu .menu-button__text {
  font-size: 8px;
  font-size: 0.5rem;
  margin-left: -5px;
  margin-left: -0.3125rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .utilityMenu .menu-button__text {
    font-size: 9px;
    font-size: 0.5625rem;
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    margin-left: -10px;
    margin-left: -0.625rem;
  }
}
.globalHeaderV2 .utilityMenu .menu-button__icon {
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
}
.globalHeaderV2 .utilityMenu .dropdown-menu {
  top: 125%;
}
.globalHeaderV2 .utilityMenu .utilityAlerts .dropdown-menu {
  z-index: 1011;
}
.globalHeaderV2 .utilityMenu .stretched-dropdown .dropdown-menu {
  top: 51px;
  z-index: 1011;
}
.globalHeaderV2 .mobile-right-controls {
  display: flex;
  padding-right: 40px;
  position: relative;
}
.globalHeaderV2 .menu-link {
  position: absolute;
  top: 5px;
  right: 0px;
  display: inline-block;
  text-align: right;
  width: auto;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 64em) {
  .globalHeaderV2 .menu-link {
    display: none;
  }
}
.globalHeaderV2 .menu-link .menu-icon {
  height: 17px;
  width: 25px;
}
.globalHeaderV2 .menu-link .menu-icon:before {
  top: 0;
  transition: all 0.3s;
}
.globalHeaderV2 .menu-link .menu-icon:after {
  bottom: 0;
  transition: all 0.3s;
}
.globalHeaderV2 .menu-link .menu-icon .center-bar {
  top: 7px;
  transition: all 0.3s;
}
.globalHeaderV2 .menu-link .menu-icon .center-bar, .globalHeaderV2 .menu-link .menu-icon:before, .globalHeaderV2 .menu-link .menu-icon:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  background-color: #4d4d4f;
  position: absolute;
  border-radius: 10px;
}
.globalHeaderV2 .toggle-search-mobile {
  cursor: pointer;
}
@media screen and (max-width: 63.9375em) {
  .globalHeaderV2 .breadcrumb {
    display: none;
  }
  .globalHeaderV2 .bottom-bar {
    box-shadow: none;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .inner-container {
    display: block;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .inner-container .logo-toggle-col {
    padding: 0 15px 0;
    padding: 0 0.9375rem 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 5px 8px -8px rgba(0, 0, 0, 0.75);
    align-items: center;
    height: 100%;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .inner-container .logo-toggle-col .logo.newlogo {
    float: none;
    height: 30px;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .inner-container .logo-toggle-col .logo.newlogo img {
    height: 100%;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .inner-container .logo-toggle-col .logo.newlogo.logo-show {
    height: 30px;
    width: auto;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .inner-container .nav-wrapper {
    margin-right: 0;
    flex-direction: column;
    justify-content: normal;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .dropdown-menu {
    position: relative;
    box-shadow: none;
    background-clip: unset;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle {
    padding: 0 15px;
    padding: 0 0.9375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    text-align: left;
    color: #4d4d4f;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):hover:after, .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after, .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:hover:after, .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:after {
    transform: scaleX(1);
    border-bottom: 0;
    transition: none;
    content: "\e90a";
    color: #c00;
    font-family: "icomoon" !important;
    /* csslint ignore:end */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    /* csslint ignore:start */
    font-feature-settings: "liga";
    /* csslint ignore:end */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    left: auto;
    right: 15px;
    font-size: 8px;
    bottom: 19px;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle.menu-toggle__link:after, .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle.menu-toggle__link:hover:after {
    display: none;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .open .menu-toggle:not(.search-button):hover:after, .globalHeaderV2 .bottom-bar .mainNavMenu .open .menu-toggle:not(.search-button):after, .globalHeaderV2 .bottom-bar .mainNavMenu .open .menu-toggle:hover:after, .globalHeaderV2 .bottom-bar .mainNavMenu .open .menu-toggle:after {
    transform: scaleX(1);
    border-bottom: 0;
    transition: none;
    content: "\e909";
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .dropdown {
    text-align: left;
    border-top: 0.03rem solid #9d9fa2;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .dropdown:first-child, .globalHeaderV2 .bottom-bar .mainNavMenu .dropdown.search-dropdown {
    border-top: 0;
  }
  .globalHeaderV2 .bottom-bar .mainNavMenu .dropdown.open + .dropdown {
    border-top: 0;
  }
  .globalHeaderV2 .new-main-header {
    display: flex;
    flex-direction: column;
  }
  .globalHeaderV2 .toggle {
    margin: 0;
    float: none;
  }
  .globalHeaderV2 .toggle:after {
    display: none;
  }
  .globalHeaderV2 .toggle a {
    padding: 0 9px;
    padding: 0 0.5625rem;
  }
  .globalHeaderV2 .utilityMenu-mobile .utilityMenu__wrapper {
    padding-left: 0;
    padding-right: 1px;
    padding-right: 0.0625rem;
    margin: 0;
    display: flex;
  }
  .globalHeaderV2 .utilityMenu-mobile .utilityMenu__wrapper:after {
    display: none;
  }
  .globalHeaderV2 .utilityMenu-mobile .menu-button, .globalHeaderV2 .utilityMenu-mobile .utility-menu-button-link {
    line-height: normal;
    height: 100%;
  }
  .globalHeaderV2 .utilityMenu-mobile .menu-button.button-red, .globalHeaderV2 .utilityMenu-mobile .utility-menu-button-link.button-red {
    margin-left: 1px;
    margin-left: 0.0625rem;
    padding: 10px 0;
    padding: 0.625rem 0;
    flex: 1 1 0;
    display: flex;
    border: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    color: #4d4d4f;
    background-color: #e6e7e8;
  }
  .globalHeaderV2 .utilityMenu-mobile .menu-button.button-red:hover, .globalHeaderV2 .utilityMenu-mobile .utility-menu-button-link.button-red:hover {
    background-color: #272728;
    color: #ffffff;
    text-decoration: none;
  }
  .globalHeaderV2 .utilityMenu-mobile .menu-button.button-red__text, .globalHeaderV2 .utilityMenu-mobile .utility-menu-button-link.button-red__text {
    margin: 0;
    line-height: normal;
    display: block;
    font-weight: 400;
  }
  .globalHeaderV2 .utilityMenu-mobile .menu-button.button-red__icon, .globalHeaderV2 .utilityMenu-mobile .utility-menu-button-link.button-red__icon {
    font-size: 32px;
    font-size: 2rem;
    display: block;
  }
  .globalHeaderV2 .utilityMenu-mobile .menu-button.button-red:before, .globalHeaderV2 .utilityMenu-mobile .utility-menu-button-link.button-red:before {
    display: none;
  }
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul:first-child li:first-child,
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul:first-child li:first-child {
    border-top: 0;
  }
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul li,
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul li {
    padding: 0 15px;
    padding: 0 0.9375rem;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0;
    font-weight: 600;
    text-align: left;
    border-top: 0.03rem solid #9d9fa2;
    color: #4d4d4f;
  }
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul li:not(.menu-alert),
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul li:not(.menu-alert) {
    line-height: 47px;
    line-height: 2.9375rem;
  }
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul li a,
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul li a {
    color: #4d4d4f;
  }
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul li.dropdown-header,
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul li.dropdown-header {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul li.dropdown-header + li,
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul li.dropdown-header + li {
    border-top: 0;
  }
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul li.third-level-link:not(.dropdown-header),
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul li.third-level-link:not(.dropdown-header) {
    line-height: 32px;
    line-height: 2rem;
    background-color: #e6e7e8;
    border-color: transparent;
    font-weight: 300;
  }
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul li.third-level-link:not(.dropdown-header) a,
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul li.third-level-link:not(.dropdown-header) a {
    font-weight: 300;
  }
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul .menu-column,
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul .menu-column {
    padding: 0;
    width: 100%;
  }
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul .menu-column li.dropdown-header,
  .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul .menu-column li.dropdown-header {
    padding-top: 20px;
    padding-top: 1.25rem;
    line-height: 1;
  }
  .globalHeaderV2 .utilityMenu-mobile .utilityAlerts .menu-button__alert-count {
    top: 8px;
    left: 29%;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 768px) {
  .globalHeaderV2 .utilityMenu-mobile .utilityAlerts .menu-button__alert-count {
    left: 35%;
  }
}
@media screen and (max-width: 63.9375em) {
  .globalHeaderV2 .utilityMenu-mobile .utility-menu__alert .sliding-dismiss-button {
    padding: 0;
    top: 15px;
    right: 15px;
    height: 13px;
    transform: translateX(0);
    background-color: transparent;
    color: #4d4d4f;
    display: inline-block;
    line-height: 1;
  }
  .globalHeaderV2 .utilityMenu-mobile .utility-menu__alert .sliding-dismiss-button .icon-close {
    padding: 5px 3px;
    padding: 0.3125rem 0.1875rem;
    font-size: 10px;
    font-size: 0.625rem;
    display: block;
    color: #ffffff;
    background-color: #bcbdc0;
    border-radius: 50%;
  }
  .globalHeaderV2 .utilityMenu-mobile .utility-menu__alert .sliding-dismiss-button .button-text {
    display: none;
  }
  .globalHeaderV2 .disruptorPanel {
    margin-bottom: 0;
  }
  .globalHeaderV2 .disruptorPanel .disruptor-panel__alert .inner-container {
    padding-right: 35px;
    padding-right: 2.1875rem;
  }
  .globalHeaderV2 .disruptorPanel .disruptor-panel__alert .sliding-dismiss-button {
    padding: 0;
    top: 5px;
    right: 10px;
    height: 13px;
    transform: translateX(0);
    background-color: transparent;
    color: #4d4d4f;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
  }
  .globalHeaderV2 .disruptorPanel .disruptor-panel__alert .sliding-dismiss-button .icon-close {
    font-size: 10px;
    font-size: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #bcbdc0;
    border-radius: 50%;
  }
  .globalHeaderV2 .disruptorPanel .disruptor-panel__alert .sliding-dismiss-button .button-text {
    display: none;
  }
}

.container-fluid--hybrid .globalHeaderV2 .section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.active-menu-mobile .globalHeaderV2 .menu-icon .center-bar {
  height: 0;
  top: 9px;
  transition: all 0.3s;
}
.active-menu-mobile .globalHeaderV2 .menu-icon:before {
  transform: rotate(45deg);
  top: 7px;
  transition: all 0.3s;
}
.active-menu-mobile .globalHeaderV2 .menu-icon:after {
  transform: rotate(-45deg);
  bottom: 7px;
  transition: all 0.3s;
}

.context-home .globalHeaderV2 .toggle .toggle-button {
  height: 21px;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.context-home .globalHeaderV2 .toggle .toggle-button.active {
  background-color: #ffffff;
  color: #c00;
  border: 1px solid #ffffff;
}
.context-home .globalHeaderV2 .toggle .toggle-button:hover, .context-home .globalHeaderV2 .toggle .toggle-button.active:hover {
  background: #ffffff;
  background-color: #ffffff;
  color: #c00;
  border: 1px solid #ffffff;
  text-decoration: underline;
}
.context-home .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul:first-child li:not(.hidden-context-home),
.context-home .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul:first-child li:not(.hidden-context-home) {
  /* Every span without class .ignore, including the first */
  border-top: 0;
}
.context-home .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul:first-child li:not(.hidden-context-home):not(.dropdown-header) ~ li,
.context-home .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul:first-child li:not(.hidden-context-home):not(.dropdown-header) ~ li {
  /* Revert above declarations for every such element after the first */
  border-top: 0.03rem solid #9d9fa2;
}
.context-home .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul li.dropdown-header + li,
.context-home .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapse ul li.third-level-link,
.context-home .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul li.dropdown-header + li,
.context-home .globalHeaderV2 .utilityMenu-mobile .collapse-items-container .collapsing ul li.third-level-link {
  /* Revert above declarations for every such element after the first */
  border-top: 0 !important;
}
.context-home .globalHeaderV2 .top-bar {
  border-color: transparent;
}
@media screen and (min-width: 48em) {
  .context-home .globalHeaderV2 .bottom-bar {
    background-color: #c00;
  }
  .context-home .globalHeaderV2 .bottom-bar .mainNavMenu {
    background-color: #c00;
    color: #ffffff;
  }
  .context-home .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
    border-bottom: 1px solid #ffffff;
  }
  .context-home .globalHeaderV2 .bottom-bar .mainNavMenu .menu-toggle .icon-search-thin {
    color: #ffffff;
  }
  .context-home .globalHeaderV2 .bottom-bar .mainNavMenu .search-dropdown .search-button {
    background: none;
    border: none;
    color: #fff;
  }
  .context-home .globalHeaderV2 .bottom-bar .toggle:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 63.9375em) {
  .context-home .globalHeaderV2 .bottom-bar {
    background-color: #ffffff;
  }
  .context-home .globalHeaderV2 .bottom-bar .mainNavMenu {
    background-color: #ffffff;
  }
  .context-home .globalHeaderV2 .bottom-bar .mainNavMenu .logo-toggle-col {
    color: #ffffff;
    background-color: #c00;
  }
  .context-home .globalHeaderV2 .bottom-bar .menu-link .menu-icon:after, .context-home .globalHeaderV2 .bottom-bar .menu-link .menu-icon:before,
  .context-home .globalHeaderV2 .bottom-bar .menu-link .menu-icon .center-bar {
    background-color: #ffffff;
  }
}
.context-home .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button {
  background-color: #272728;
  color: #e6e7e8;
  height: 100%;
}
.context-home .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button:not(.collapsed), .context-home .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button:hover {
  background-color: #e6e7e8;
  color: #4d4d4f;
}
.context-home .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.button-red {
  background-color: #272728;
  color: #e6e7e8;
}
.context-home .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.button-red:hover {
  background-color: #e6e7e8;
  color: #4d4d4f;
}
.context-home .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link {
  background-color: #e6e7e8;
  color: #4d4d4f;
  height: 100%;
}
.context-home .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link:hover {
  background-color: #e6e7e8;
  color: #4d4d4f;
}
.context-home .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.button-red {
  background-color: #272728;
  color: #e6e7e8;
}
.context-home .globalHeaderV2 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.button-red:hover {
  background-color: #e6e7e8;
  color: #4d4d4f;
}
.context-home .globalHeaderV2 .bottom-bar .mainNavMenu .search-dropdown .search-button {
  color: #fff;
}

.context-business .globalHeaderV2 .toggle .toggle-button {
  height: 21px;
  border: 1px solid #333;
}
.context-business .globalHeaderV2 .mainNavMenu .search-dropdown .search-button {
  background: none;
  border: none;
  color: #c00;
}

body.active-menu-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
body.active-menu-mobile .globalHeaderV2 {
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.container-fluid .v3 {
  padding: 0;
  width: 100%;
  max-width: none;
}

/* Global Header V3 */
.v3 {
  padding: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
  /* Breadcrumb */
  /* Nav Sticky Wrapper */
  /* Top Bar */
  /* Bottom Bar */
  /* Utility Alert Styles for the Static Nav redesign. */
}
@media (min-width: 1024px) {
  .v3 .bottom-margin-enabled {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
}
.v3 .breadcrumb {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.v3 .v3 .toggle a .inner-container:before, .v3 .v3 .toggle a .inner-container:after {
  content: " ";
  display: table;
}
.v3 .v3 .toggle a .inner-container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .v3 .v3 .toggle a .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}
@media screen and (min-width: 64em) {
  .v3 .v3 .toggle a .inner-container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .v3 .v3 .toggle a .inner-container {
    max-width: 1170px;
  }
}
@media screen and (max-width: 63.9375em) {
  .v3 .v3 .toggle a .inner-container {
    padding: 0;
  }
  .v3 .v3 .toggle a .inner-container > .row {
    margin: 0;
  }
  .v3 .v3 .toggle a .inner-container > .row > .col-xs-12 {
    padding: 0;
  }
}
.v3 .nav-sticky-wrapper.navbar-main-fixed {
  padding: 0;
  left: 0;
  box-shadow: 0px 5px 8px -8px rgba(0, 0, 0, 0.75);
  background: #ffffff none repeat;
}
.v3 .top-bar {
  background: #020709;
  border-bottom: 0.25px solid #9d9fa2;
  border-bottom: 0.015625rem solid #9d9fa2;
  max-height: 37px;
  max-height: 2.3125rem;
}
.v3 .top-bar .inner-container .utility-col {
  height: 40px;
  height: 2.5rem;
}
@media (min-width: 1024px) {
  .v3 .top-bar .inner-container .utility-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .v3 .top-bar .inner-container .utility-col .utilityMenu {
    margin: 0;
  }
}
@media screen and (min-width: 64em) {
  .v3 .top-bar .inner-container .utility-col .utilityMenu .dropdown-header {
    color: #ffffff;
  }
}
.v3 .top-bar .inner-container .utility-col .utilityMenu .dropdown-menu > ul > li > a:hover {
  color: #ffffff;
}
.v3 .top-bar .inner-container .utility-col .utilityMenu .dropdown-menu > ul > li > a:focus {
  color: #ffffff;
}
.v3 .bottom-bar {
  background: #ffffff;
  box-shadow: 0px 5px 8px -8px rgba(0, 0, 0, 0.75);
}
.v3 .bottom-bar .mainNavMenu {
  background-color: #ffffff;
  color: #4d4d4f;
  /* Logo Toggle Col */
  /* Nav Wrapper */
}
.v3 .bottom-bar .mainNavMenu .logo.newlogo {
  display: block;
}
.v3 .bottom-bar .mainNavMenu .logo.newlogo.logo-show {
  width: inherit;
  height: inherit;
}
.v3 .bottom-bar .mainNavMenu .logo.newlogo.logo-show .hidden-lg {
  padding-top: 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .v3 .bottom-bar .mainNavMenu .logo.newlogo.logo-show img.hidden-sm {
    display: block !important;
  }
}
.v3 .bottom-bar .mainNavMenu > .inner-container {
  padding: 0;
  height: 60px;
  height: 3.75rem;
}
@media (min-width: 1024px) {
  .v3 .bottom-bar .mainNavMenu > .inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.v3 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
  content: " ";
  position: absolute;
  bottom: 10px;
  border-bottom: 1px solid #c00;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 64em) {
  .v3 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
    left: 5px;
    right: 5px;
  }
}
@media screen and (min-width: 75em) {
  .v3 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
    left: 7px;
    right: 7px;
  }
}
.v3 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):hover:after {
  transition: 0.9s;
  transform: scaleX(1);
}
.v3 .bottom-bar .mainNavMenu .dropdown:hover .menu-toggle:not(.search-button):after {
  transform: scaleX(1);
}
.v3 .bottom-bar .mainNavMenu a.menu-toggle:not(.search-button):after {
  bottom: 13px;
}
.v3 .bottom-bar .mainNavMenu .open .menu-toggle:after {
  transform: scaleX(1);
}
.v3 .bottom-bar .mainNavMenu .open .menu-toggle.search-button:after {
  border-color: transparent;
}
.v3 .bottom-bar .mainNavMenu .dropdown-menu {
  padding: 0;
  box-shadow: 0px 3px 8px -5px rgba(0, 0, 0, 0.5), inset 0px 5px 8px -8px rgba(0, 0, 0, 0.75);
  background-color: #020709;
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .dropdown-menu.utility-search-target {
  max-width: 470px;
  right: 0px;
  left: auto;
}
@media screen and (min-width: 64em) {
  .v3 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper input {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .v3 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper tr {
    border: 0;
  }
  .v3 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper td.gsc-input {
    padding-top: 10px;
    padding-top: 0.625rem;
    position: relative;
    border: 0;
  }
  .v3 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper td.gsc-input:after {
    position: absolute;
    left: 0;
    top: 18px;
    color: #bcbdc0;
    content: "\e92a";
    font-family: "icomoon" !important;
    /* csslint ignore:end */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    /* csslint ignore:start */
    font-feature-settings: "liga";
    /* csslint ignore:end */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    font-size: 14px;
    display: block;
    font-weight: 600;
  }
  .v3 .bottom-bar .mainNavMenu .main-menu-search .main-menu-search__field-wrapper td.gsc-input input {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown {
  margin-left: 1px;
  margin-left: 0.0625rem;
  border-top: 0;
  flex: 1 1 0;
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown.utility-dropdown-search {
  display: none;
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown .dropdown-menu {
  display: none;
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .dropdown.utilityAlerts {
  height: 100%;
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button {
  background-color: #272728;
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link {
  background-color: #e6e7e8;
  color: #4d4d4f;
  font-weight: 400;
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link:hover, .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link:active {
  background-color: #272728;
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button, .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 0;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button, .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link {
    padding: 10px 0;
    padding: 0.625rem 0;
  }
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.collapsed, .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.collapsed {
  background-color: #e6e7e8;
  color: #4d4d4f;
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.collapsed:hover, .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.collapsed:hover {
  background-color: #272728;
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.button-red, .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.button-red {
  border: 0;
}
.v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button__text {
  margin: 0;
  position: relative;
  width: auto;
  height: auto;
  overflow: auto;
  clip: auto;
}
.v3 .bottom-bar .mainNavMenu .logo-toggle-col {
  flex: 1;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper {
  flex: 0 2 auto;
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .v3 .bottom-bar .mainNavMenu .nav-wrapper {
    flex: initial;
  }
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navColumnItems {
  background-color: #4D4D4F;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .v3 .bottom-bar .mainNavMenu .nav-wrapper .navColumnItems {
    background-color: revert;
  }
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navColumnItems a {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navColumnItems a.text-color-gray {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navCategory {
  /*.responsiveColumnControl {
                 	.column {
                 		&:not(:first-child) {
                 			&:after {
                 			@include height(90%);
                 			}
                 		}
                 	}
                 }*/
}
@media screen and (min-width: 64em) {
  .v3 .bottom-bar .mainNavMenu .nav-wrapper .navCategory {
    padding: 0 0;
  }
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navCategory .navLink .caption-text {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navCategory .navLink .super-script {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navCategory .gray > .column:last-child {
  background-color: #020709;
}
@media screen and (min-width: 64em) {
  .v3 .bottom-bar .mainNavMenu .nav-wrapper .navCategory .column {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .featured-campaign--image-container a {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .featured-campaign--rich-text p {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .featured-campaign--link a {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .featured-campaign--link a:hover {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .featured-campaign--link:hover {
  opacity: 1;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navColumnTitle {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 64em) {
  .v3 .bottom-bar .mainNavMenu .nav-wrapper .navColumnTitle {
    font-size: revert;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navColumnTitle .title-color-red {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navColumnTitle a.title-color-red {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper .navColumnTitle a.title-color-gray {
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper.collapse {
  display: none;
}
.v3 .bottom-bar .mainNavMenu .nav-wrapper.collapse.in {
  display: flex;
}
@media screen and (min-width: 64em) {
  .v3 .bottom-bar .mainNavMenu .nav-wrapper.collapse.dont-collapse-flex-md {
    display: inline-flex;
    height: auto !important;
    visibility: visible;
  }
}
@media screen and (max-width: 63.9375em) {
  .v3 .bottom-bar .mainNavMenu .nav-wrapper.dont-collapse-flex-md {
    background-color: #020709;
    position: absolute;
  }
  .v3 .bottom-bar .mainNavMenu .nav-wrapper.dont-collapse-flex-md.to-right {
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.35s;
  }
  .v3 .bottom-bar .mainNavMenu .nav-wrapper.dont-collapse-flex-md.collapse.in.to-right {
    visibility: visible;
    height: auto !important;
    display: flex !important;
    transform: translateX(0%);
  }
  .v3 .bottom-bar .mainNavMenu .nav-wrapper.dont-collapse-flex-md.collapsing {
    height: auto !important;
  }
}
.v3 .bottom-bar .mainNavMenu .search-mobile-wrapper {
  background: #ffffff;
  color: #ffffff;
  position: absolute;
  z-index: 3;
  width: 100%;
}
.v3 .bottom-bar .mainNavMenu .search-mobile-wrapper .main-menu-search {
  margin: 0;
}
.v3 .bottom-bar .mainNavMenu .search-mobile-wrapper .main-menu-search__field-wrapper {
  padding: 0;
  background-color: #020709;
}
.v3 .bottom-bar .mainNavMenu .search-mobile-wrapper td.gsc-input input {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
}
.v3 .bottom-bar .mainNavMenu .search-mobile-wrapper td.gsc-search-close {
  cursor: pointer;
}
.v3 .bottom-bar .mainNavMenu .search-mobile-wrapper td.gsc-search-close span {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #ffffff;
  z-index: 0;
  content: "\e91c";
  font-weight: 300;
}
.v3 .mainNavMenu .menu-toggle {
  line-height: 47px;
  line-height: 2.9375rem;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 47.9375em) and (orientation: landscape) {
  .v3 .mainNavMenu .menu-toggle {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .v3 .mainNavMenu .menu-toggle {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0;
    margin: 0 6px;
    margin: 0 0.375rem;
  }
}
@media screen and (min-width: 75em) {
  .v3 .mainNavMenu .menu-toggle {
    padding: 0 10px;
    padding: 0 0.625rem;
    margin: 0 4px;
    margin: 0 0.25rem;
  }
}
.v3 .mainNavMenu .menu-toggle .icon-search-thin {
  font-size: 20px;
  font-size: 1.25rem;
  color: #c00;
}
@media screen and (min-width: 48em) {
  .v3 .mainNavMenu .menu-toggle .icon-search-thin {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.v3 .mainNavMenu a.menu-toggle {
  line-height: 50px;
  line-height: 3.125rem;
  font-weight: 600;
  display: inline-block;
}
.v3 .mainNavMenu .dropdown-menu h5 {
  color: #ffffff;
}
.v3 .toggle {
  position: relative;
}
.v3 .toggle:after {
  content: "";
  position: absolute;
  display: block;
  height: 150%;
  top: -25%;
  background-color: #333;
  width: 1px;
  left: -10px;
}
@media screen and (min-width: 64em) {
  .v3 .toggle {
    margin: 10px 0 10px 25px;
    margin: 0.625rem 0 0.625rem 1.5625rem;
  }
}
.v3 .toggle .toggle-button {
  height: 21px;
  border: 1px solid #333;
}
.v3 .toggle a {
  padding: 0 9px;
  padding: 0 0.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: inherit;
  vertical-align: middle;
  display: block;
  font-weight: 300;
}
@media screen and (max-width: 23.375em) {
  .v3 .toggle a {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .v3 .toggle a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 9px;
    padding: 0 0.5625rem;
  }
}
.v3 .toggle a:hover, .v3 .toggle a:focus {
  text-decoration: none;
}
.v3 .toggle a span {
  display: none;
}
.v3 .logo img {
  height: 40px;
  height: 2.5rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .v3 .logo img {
    height: 40px;
    height: 2.5rem;
  }
}
.v3 .utilityMenu {
  margin: 0;
  padding: 0;
  /* Setting these icons to display: none to match new mockups for Static Nav */
}
@media screen and (min-width: 48em) {
  .v3 .utilityMenu {
    margin: 5px 0 0;
    margin: 0.3125rem 0 0;
    padding: 0;
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .v3 .utilityMenu {
    margin-top: 13px;
    margin-top: 0.8125rem;
  }
}
.v3 .utilityMenu .dropdown {
  margin-left: 38px;
}
.v3 .utilityMenu .dropdown.open:not(.utilityAlerts) button:after {
  background-color: #4D4D4F;
}
.v3 .utilityMenu .dropdown.open button:after {
  z-index: 1012;
  background-color: #4D4D4F;
  border-right: 1px solid rgba(77, 77, 79, 0.8);
  border-bottom: 1px solid rgba(77, 77, 79, 0.8);
}
.v3 .utilityMenu .dropdown.utilityAlerts {
  width: auto;
  display: none;
}
.v3 .utilityMenu .dropdown.utilityAlerts.editmode {
  display: block;
}
@media screen and (min-width: 64em) {
  .v3 .utilityMenu .dropdown .utility-menu-button-link {
    font-weight: 400;
    color: #333;
  }
  .v3 .utilityMenu .dropdown .utility-menu-button-link:hover, .v3 .utilityMenu .dropdown .utility-menu-button-link:focus {
    color: #d71920;
    text-decoration: none;
  }
}
.v3 .utilityMenu .menu-button__text {
  font-size: 8px;
  font-size: 0.5rem;
  margin-left: -5px;
  margin-left: -0.3125rem;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .v3 .utilityMenu .menu-button__text {
    font-size: 14px;
    font-size: 0.875rem;
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    margin-left: 0;
  }
}
.v3 .utilityMenu .menu-button.button-red {
  padding: 6px 22px;
  padding: 0.375rem 1.375rem;
  background-color: #c00;
}
@media screen and (min-width: 64em) {
  .v3 .utilityMenu .menu-button.button-red:hover {
    background-color: #c00;
  }
}
.v3 .utilityMenu .menu-button.button-red .menu-button__text {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 10px;
  line-height: 0.625rem;
  padding-bottom: 1px;
  padding-bottom: 0.0625rem;
}
@media screen and (min-width: 64em) {
  .v3 .utilityMenu .menu-button.button-red .menu-button__text {
    line-height: 13px;
    line-height: 0.8125rem;
    padding-bottom: revert;
  }
}
.v3 .utilityMenu .menu-button.button-red .menu-button__text:hover {
  background-color: transparent;
}
@media screen and (min-width: 64em) {
  .v3 .utilityMenu .menu-button.button-red .menu-button__text:hover {
    background-color: #c00;
  }
}
.v3 .utilityMenu .menu-button.button-red:before {
  display: none;
}
.v3 .utilityMenu a.utility-menu-button-link.button-red:before {
  display: none;
}
.v3 .utilityMenu .open .menu-button.button-red {
  background-color: #c00;
}
.v3 .utilityMenu .open .utility-menu-button-link.button-red {
  background-color: #c00;
}
.v3 .utilityMenu .menu-button__icon {
  font-size: 32px;
  font-size: 2rem;
  display: inline-block;
}
.v3 .utilityMenu .menu-button__icon.icon-alert:before, .v3 .utilityMenu .menu-button__icon.icon-error, .v3 .utilityMenu .menu-button__icon.icon-download, .v3 .utilityMenu .menu-button__icon.icon-cart, .v3 .utilityMenu .menu-button__icon.icon-region, .v3 .utilityMenu .menu-button__icon.icon-login, .v3 .utilityMenu .menu-button__icon.icon-free-trial, .v3 .utilityMenu .menu-button__icon.icon-contact {
  display: none;
}
.v3 .utilityMenu .dropdown-menu {
  top: 125%;
  background-color: #4D4D4F;
  color: #ffffff;
  border: 1px solid #707070;
  border: 0.0625rem solid #707070;
  min-width: auto;
  left: 0%;
}
@media screen and (min-width: 64em) {
  .v3 .utilityMenu .dropdown-menu {
    z-index: 1001;
  }
}
.v3 .utilityMenu .dropdown-menu a {
  color: #ffffff;
  border-bottom: 1px solid #707070;
  font-weight: 300;
}
.v3 .utilityMenu .utilityAlerts .dropdown-menu {
  z-index: 1011;
}
.v3 .utilityMenu .stretched-dropdown .dropdown-menu {
  top: 51px;
  z-index: 1011;
}
.v3 .mobile-right-controls {
  display: flex;
  padding-right: 40px;
  position: relative;
}
.v3 .menu-link {
  position: absolute;
  top: 5px;
  right: 0px;
  display: inline-block;
  text-align: right;
  width: auto;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 64em) {
  .v3 .menu-link {
    display: none;
  }
}
.v3 .menu-link .menu-icon {
  height: 17px;
  width: 25px;
}
.v3 .menu-link .menu-icon:before {
  top: 0;
  transition: all 0.3s;
}
.v3 .menu-link .menu-icon:after {
  bottom: 0;
  transition: all 0.3s;
}
.v3 .menu-link .menu-icon .center-bar {
  top: 7px;
  transition: all 0.3s;
}
.v3 .menu-link .menu-icon .center-bar, .v3 .menu-link .menu-icon:before, .v3 .menu-link .menu-icon:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  background-color: #4d4d4f;
  position: absolute;
  border-radius: 10px;
}
.v3 .toggle-search-mobile {
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .v3 .utilityAlerts .menu-button__alert-count {
    left: -10px;
  }
}
@media screen and (min-width: 64em) {
  .v3 .utilityAlerts .utility-menu__alert a.more-link {
    padding: 8px 0px;
    color: #ffffff;
  }
  .v3 .utilityAlerts .utility-menu__alert a.more-link:hover {
    color: #ffffff;
  }
  .v3 .utilityAlerts .utility-menu__alert a.more-link:hover span {
    color: #ffffff;
  }
  .v3 .utilityAlerts .utility-menu__alert a.more-link .icon-wrapper {
    color: #ffffff;
  }
}
.v3 .utilityMenu-mobile .utility-menu__alert a.more-link:hover span {
  color: #ffffff;
}
.v3 .utilityMenu-mobile .utility-menu__alert a.more-link .icon-wrapper {
  color: #ffffff;
}
@media screen and (max-width: 63.9375em) {
  .v3 .breadcrumb {
    display: none;
  }
  .v3 .bottom-bar {
    box-shadow: none;
  }
  .v3 .bottom-bar .mainNavMenu .inner-container {
    display: block;
  }
  .v3 .bottom-bar .mainNavMenu .inner-container .logo-toggle-col {
    padding: 0 15px 0;
    padding: 0 0.9375rem 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 5px 8px -8px rgba(0, 0, 0, 0.75);
    align-items: center;
    height: 100%;
  }
  .v3 .bottom-bar .mainNavMenu .inner-container .logo-toggle-col .logo.newlogo {
    float: none;
    height: 30px;
  }
  .v3 .bottom-bar .mainNavMenu .inner-container .logo-toggle-col .logo.newlogo img {
    height: 100%;
  }
  .v3 .bottom-bar .mainNavMenu .inner-container .logo-toggle-col .logo.newlogo.logo-show {
    height: 30px;
    width: auto;
  }
  .v3 .bottom-bar .mainNavMenu .inner-container .nav-wrapper {
    margin-right: 0;
    flex-direction: column;
    justify-content: normal;
  }
  .v3 .bottom-bar .mainNavMenu .dropdown-menu {
    position: relative;
    box-shadow: none;
    background-clip: unset;
  }
  .v3 .bottom-bar .mainNavMenu .menu-toggle {
    padding: 0 15px;
    padding: 0 0.9375rem;
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    text-align: left;
    color: #ffffff;
  }
  .v3 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):hover:after, .v3 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after, .v3 .bottom-bar .mainNavMenu .menu-toggle:hover:after, .v3 .bottom-bar .mainNavMenu .menu-toggle:after {
    transform: scaleX(1);
    border-bottom: 0;
    transition: none;
    content: "\e90a";
    color: #ffffff;
    font-family: "icomoon" !important;
    /* csslint ignore:end */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    /* csslint ignore:start */
    font-feature-settings: "liga";
    /* csslint ignore:end */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    left: auto;
    right: 15px;
    font-size: 8px;
    bottom: 12px;
  }
  .v3 .bottom-bar .mainNavMenu .menu-toggle.menu-toggle__link:after, .v3 .bottom-bar .mainNavMenu .menu-toggle.menu-toggle__link:hover:after {
    display: none;
  }
  .v3 .bottom-bar .mainNavMenu .open .menu-toggle:not(.search-button):hover:after, .v3 .bottom-bar .mainNavMenu .open .menu-toggle:not(.search-button):after, .v3 .bottom-bar .mainNavMenu .open .menu-toggle:hover:after, .v3 .bottom-bar .mainNavMenu .open .menu-toggle:after {
    transform: scaleX(1);
    border-bottom: 0;
    transition: none;
    content: "\e909";
  }
  .v3 .bottom-bar .mainNavMenu .dropdown {
    text-align: left;
    border-top: 0.03rem solid #707070;
  }
  .v3 .bottom-bar .mainNavMenu .dropdown:first-child, .v3 .bottom-bar .mainNavMenu .dropdown.search-dropdown {
    border-top: 0;
  }
  .v3 .bottom-bar .mainNavMenu .dropdown.open .dropdown {
    border-top: 0;
  }
  .v3 .new-main-header {
    display: flex;
    flex-direction: column;
  }
  .v3 .toggle {
    margin: 0;
    float: none;
    left: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 64em) {
  .v3 .toggle {
    left: 50px;
    width: revert;
  }
}
@media screen and (max-width: 63.9375em) {
  .v3 .toggle:after {
    display: block;
    background-color: #ffffff;
  }
  .v3 .toggle a {
    padding: 0 9px;
    padding: 0 0.5625rem;
  }
  .v3 .utilityMenu-mobile .utilityMenu__wrapper {
    padding-left: 0;
    padding-right: 1px;
    padding-right: 0.0625rem;
    margin: 0;
    display: flex;
  }
  .v3 .utilityMenu-mobile .utilityMenu__wrapper:after {
    display: none;
  }
  .v3 .utilityMenu-mobile .menu-button, .v3 .utilityMenu-mobile .utility-menu-button-link {
    line-height: normal;
    height: 100%;
  }
  .v3 .utilityMenu-mobile .menu-button.button-red, .v3 .utilityMenu-mobile .utility-menu-button-link.button-red {
    margin-left: 1px;
    margin-left: 0.0625rem;
    padding: 10px 0;
    padding: 0.625rem 0;
    flex: 1 1 0;
    display: flex;
    border: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    color: #4d4d4f;
    background-color: #e6e7e8;
  }
  .v3 .utilityMenu-mobile .menu-button.button-red:hover, .v3 .utilityMenu-mobile .utility-menu-button-link.button-red:hover {
    background-color: #272728;
    color: #ffffff;
    text-decoration: none;
  }
  .v3 .utilityMenu-mobile .menu-button.button-red__text, .v3 .utilityMenu-mobile .utility-menu-button-link.button-red__text {
    margin: 0;
    line-height: normal;
    display: block;
    font-weight: 400;
  }
  .v3 .utilityMenu-mobile .menu-button.button-red__icon, .v3 .utilityMenu-mobile .utility-menu-button-link.button-red__icon {
    font-size: 32px;
    font-size: 2rem;
    display: block;
  }
  .v3 .utilityMenu-mobile .menu-button.button-red:before, .v3 .utilityMenu-mobile .utility-menu-button-link.button-red:before {
    display: none;
  }
  .v3 .utilityMenu-mobile .collapse-items-container .collapse ul:first-child li:first-child,
  .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul:first-child li:first-child {
    border-top: 0;
  }
  .v3 .utilityMenu-mobile .collapse-items-container .collapse ul li,
  .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul li {
    padding: 0 15px;
    padding: 0 0.9375rem;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0;
    font-weight: 600;
    text-align: left;
    border-top: 0.03rem solid #9d9fa2;
    color: #ffffff;
  }
  .v3 .utilityMenu-mobile .collapse-items-container .collapse ul li:not(.menu-alert),
  .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul li:not(.menu-alert) {
    line-height: 47px;
    line-height: 2.9375rem;
  }
  .v3 .utilityMenu-mobile .collapse-items-container .collapse ul li a,
  .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul li a {
    color: #ffffff;
  }
  .v3 .utilityMenu-mobile .collapse-items-container .collapse ul li.dropdown-header,
  .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul li.dropdown-header {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .v3 .utilityMenu-mobile .collapse-items-container .collapse ul li.dropdown-header + li,
  .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul li.dropdown-header + li {
    border-top: 0;
  }
  .v3 .utilityMenu-mobile .collapse-items-container .collapse ul li.third-level-link:not(.dropdown-header),
  .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul li.third-level-link:not(.dropdown-header) {
    line-height: 32px;
    line-height: 2rem;
    background-color: #e6e7e8;
    border-color: transparent;
    font-weight: 300;
  }
  .v3 .utilityMenu-mobile .collapse-items-container .collapse ul li.third-level-link:not(.dropdown-header) a,
  .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul li.third-level-link:not(.dropdown-header) a {
    font-weight: 300;
  }
  .v3 .utilityMenu-mobile .collapse-items-container .collapse ul .menu-column,
  .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul .menu-column {
    padding: 0;
    width: 100%;
  }
  .v3 .utilityMenu-mobile .collapse-items-container .collapse ul .menu-column li.dropdown-header,
  .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul .menu-column li.dropdown-header {
    padding-top: 20px;
    padding-top: 1.25rem;
    line-height: 1;
  }
  .v3 .utilityMenu-mobile .utilityAlerts .menu-button__alert-count {
    top: 8px;
    margin: 0 5px;
    margin: 0 0.3125rem;
    left: revert;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 768px) {
  .v3 .utilityMenu-mobile .utilityAlerts .menu-button__alert-count {
    left: revert;
  }
}
@media screen and (max-width: 63.9375em) {
  .v3 .utilityMenu-mobile .utility-menu__alert .sliding-dismiss-button {
    padding: 0;
    top: 15px;
    right: 15px;
    height: 13px;
    transform: translateX(0);
    background-color: transparent;
    color: #4d4d4f;
    display: inline-block;
    line-height: 1;
  }
  .v3 .utilityMenu-mobile .utility-menu__alert .sliding-dismiss-button .icon-close {
    padding: 5px 3px;
    padding: 0.3125rem 0.1875rem;
    font-size: 10px;
    font-size: 0.625rem;
    display: block;
    color: #ffffff;
    background-color: #bcbdc0;
    border-radius: 50%;
  }
  .v3 .utilityMenu-mobile .utility-menu__alert .sliding-dismiss-button .button-text {
    display: none;
  }
  .v3 .utilityAlerts .collapse-items-container.priority-background .collapse-utilityAlerts ul li:first-child:not(.menu-alert) {
    background: #000;
  }
  .v3 .utilityMenu-mobile .collapse-items-container.priority-background .collapse-utilityAlerts ul li:first-child:not(.menu-alert) {
    background: #000;
  }
  .v3 .disruptorPanel {
    margin-bottom: 0;
  }
  .v3 .disruptorPanel .disruptor-panel__alert .inner-container {
    padding-right: 35px;
    padding-right: 2.1875rem;
  }
  .v3 .disruptorPanel .disruptor-panel__alert .sliding-dismiss-button {
    padding: 0;
    top: 5px;
    right: 10px;
    height: 13px;
    transform: translateX(0);
    background-color: transparent;
    color: #4d4d4f;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
  }
  .v3 .disruptorPanel .disruptor-panel__alert .sliding-dismiss-button .icon-close {
    font-size: 10px;
    font-size: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #ffffff;
    background-color: #bcbdc0;
    border-radius: 50%;
  }
  .v3 .disruptorPanel .disruptor-panel__alert .sliding-dismiss-button .button-text {
    display: none;
  }
}

.container-fluid--hybrid .v3 .section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.active-menu-mobile .v3 .menu-icon .center-bar {
  height: 0;
  top: 9px;
  transition: all 0.3s;
}
.active-menu-mobile .v3 .menu-icon:before {
  transform: rotate(45deg);
  top: 7px;
  transition: all 0.3s;
}
.active-menu-mobile .v3 .menu-icon:after {
  transform: rotate(-45deg);
  bottom: 7px;
  transition: all 0.3s;
}

.context-business .v3 .toggle .toggle-button {
  height: 21px;
  border: 0px solid #020709;
  color: #ffffff;
}
.context-business .v3 .toggle .toggle-button.active {
  background-color: #020709;
  color: #ffffff;
  border: 0px solid #020709;
}
.context-business .v3 .toggle .toggle-button:hover, .context-business .v3 .toggle .toggle-button.active:hover {
  background: #020709;
  background-color: #020709;
  color: #ffffff;
  border: 0px solid #020709;
  text-decoration: none;
}
.context-business .v3 .utilityMenu-mobile .collapse-items-container .collapse ul:first-child li:not(.hidden-context-business),
.context-business .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul:first-child li:not(.hidden-context-business) {
  /* Every span without class .ignore, including the first */
  border-top: 0;
}
.context-business .v3 .utilityMenu-mobile .collapse-items-container .collapse ul:first-child li:not(.hidden-context-business):not(.dropdown-header) ~ li,
.context-business .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul:first-child li:not(.hidden-context-business):not(.dropdown-header) ~ li {
  /* Revert above declarations for every such element after the first */
  border-top: 0.03rem solid #9d9fa2;
}
.context-business .v3 .utilityMenu-mobile .collapse-items-container .collapse ul li.dropdown-header + li,
.context-business .v3 .utilityMenu-mobile .collapse-items-container .collapse ul li.third-level-link,
.context-business .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul li.dropdown-header + li,
.context-business .v3 .utilityMenu-mobile .collapse-items-container .collapsing ul li.third-level-link {
  /* Revert above declarations for every such element after the first */
  border-top: 0 !important;
}
.context-business .v3 .top-bar {
  border-color: #707070;
  height: 40px;
  height: 2.5rem;
  max-height: 40px;
}
@media screen and (min-width: 48em) {
  .context-business .v3 .bottom-bar {
    background-color: #000000;
  }
  .context-business .v3 .bottom-bar .mainNavMenu {
    background-color: #000000;
    color: #ffffff;
    border-bottom: 0px;
  }
  .context-business .v3 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
    border-bottom: 0px solid #CC0000;
    top: 27px;
  }
}
@media screen and (min-width: 48em) and (min-width: 64em) {
  .context-business .v3 .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
    border-bottom: 1px solid #CC0000;
    top: 45px;
  }
}
@media screen and (min-width: 48em) {
  .context-business .v3 .bottom-bar .mainNavMenu .menu-toggle .icon-search-thin {
    color: #ffffff;
  }
  .context-business .v3 .bottom-bar .mainNavMenu .search-dropdown .search-button {
    background: none;
    border: none;
    color: #fff;
  }
  .context-business .v3 .bottom-bar .toggle:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 63.9375em) {
  .context-business .v3 .bottom-bar {
    background-color: #ffffff;
  }
  .context-business .v3 .bottom-bar .mainNavMenu {
    background-color: #ffffff;
  }
  .context-business .v3 .bottom-bar .mainNavMenu .logo-toggle-col {
    color: #ffffff;
    background-color: #000000;
    border-bottom: 1px solid #707070;
  }
  .context-business .v3 .bottom-bar .menu-link .menu-icon:after, .context-business .v3 .bottom-bar .menu-link .menu-icon:before,
  .context-business .v3 .bottom-bar .menu-link .menu-icon .center-bar {
    background-color: #ffffff;
  }
}
.context-business .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button {
  background-color: #272728;
  color: #e6e7e8;
  height: 100%;
}
.context-business .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button:not(.collapsed), .context-business .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button:hover {
  background-color: #4d4d4f;
  color: #4d4d4f;
}
.context-business .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.button-red {
  background-color: #272728;
  color: #e6e7e8;
}
.context-business .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.button-red:hover {
  background-color: #4d4d4f;
  color: #4d4d4f;
}
.context-business .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link {
  background-color: #e6e7e8;
  color: #4d4d4f;
  height: 100%;
}
.context-business .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link:hover {
  background-color: #e6e7e8;
  color: #4d4d4f;
}
.context-business .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.button-red {
  background-color: #272728;
  color: #e6e7e8;
}
.context-business .v3 .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.button-red:hover {
  background-color: #e6e7e8;
  color: #4d4d4f;
}
.context-business .v3 .bottom-bar .mainNavMenu .search-dropdown .search-button {
  color: #fff;
}

.context-business .mainNavMenu .dropdown-menu h5 {
  color: #ffffff !important;
}
.context-business .v3 .toggle .toggle-button {
  height: 21px;
  border: 0px solid #333;
}
.context-business .v3 .mainNavMenu .search-dropdown .search-button {
  background: none;
  border: none;
  color: #c00;
}

body.active-menu-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
}
body.active-menu-mobile .v3 {
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.featured-campaign {
  display: block;
  border-top: 0.25px solid #9d9fa2;
  border-top: 0.015625rem solid #9d9fa2;
}
@media (min-width: 1024px) {
  .featured-campaign {
    display: flex;
    align-items: flex-end;
  }
}
.featured-campaign h5 {
  color: #c00;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open Sans", sans-serif;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  margin: 0;
  text-transform: none !important;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .featured-campaign h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.featured-campaign h5:after {
  background: transparent !important;
}
.featured-campaign h5.title-color-red {
  color: #c00;
}
.featured-campaign h5.title-color-coolGray1 {
  color: #e6e7e8 !important;
}
.featured-campaign h5.title-color-coolGray4 {
  color: #bcbdc0 !important;
}
.featured-campaign h5.title-color-coolGray8 {
  color: #9d9fa2 !important;
}
.featured-campaign h5.title-color-coolGray11 {
  color: #4d4d4f !important;
}
.featured-campaign h5.title-color-orange {
  color: #f57b20 !important;
}
.featured-campaign h5.title-color-pink {
  color: #d60c8c !important;
}
.featured-campaign h5.title-color-purple {
  color: #872175 !important;
}
.featured-campaign h5.title-color-bluePacific {
  color: #009fc2 !important;
}
.featured-campaign h5.title-color-blue {
  color: #00a4e4 !important;
}
.featured-campaign h5.title-color-navyBlue {
  color: #00467f !important;
}
.featured-campaign h5.title-color-turqouise {
  color: #00927e !important;
}
.featured-campaign h5.title-color-green {
  color: #00a94f !important;
}
.featured-campaign h5.title-color-greenLime {
  color: #b2bb1e !important;
}
.featured-campaign--image-container {
  width: 395px;
  width: 24.6875rem;
  max-height: 128px;
  max-height: 8rem;
  overflow: hidden;
}
.featured-campaign--image-container img {
  max-width: 100%;
  height: auto;
  display: block;
}
.featured-campaign--rich-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: -15px;
  margin-bottom: -0.9375rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.featured-campaign--rich-text p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  line-height: 1.45;
  color: #4d4d4f;
}
.featured-campaign .richText p {
  margin-bottom: 0 !important;
}
.featured-campaign--link {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #4d4d4f;
  font-weight: 600;
}
.featured-campaign--link:hover {
  opacity: 0.8;
  cursor: pointer;
}
.featured-campaign--link span {
  margin-left: 12px;
  margin-left: 0.75rem;
}

.navCategory {
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
}
.navCategory:first-child .column {
  padding-top: 30px;
  padding-top: 1.875rem;
}
.navCategory:not(:first-child) {
  border-top: 0.075rem solid #9d9fa2;
}
.navCategory .columns-container {
  display: flex;
}
.navCategory .columns-container.center-align {
  justify-content: space-around;
}
.navCategory .columns-container.center-align > .column {
  flex: 0 0 auto;
}
.navCategory .columns-container.left-align-content > .column {
  flex: 0 0 auto;
}
.navCategory .columns-container.left-align-content.gray > .column:last-child {
  flex: 1 1 auto;
}
.navCategory .column {
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  float: left;
  flex: 1 1 auto;
  position: relative;
  min-height: 1px;
}
.navCategory .column:first-child {
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.navCategory .column:last-child {
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.navCategory .show-dividers .column:not(:first-child):after {
  content: "";
  position: absolute;
  height: 90%;
  width: 1px;
  left: 0;
  top: 10% !important;
  background-color: #9d9fa2;
}
.navCategory .gray > .column:last-child {
  background-color: #f2f2f2;
  box-shadow: inset 0px 5px 8px -8px rgba(0, 0, 0, 0.75);
}
.navCategory .gray > .column:last-child:after {
  background-color: transparent;
}
.navCategory .navColumnTitle {
  font-weight: 600;
}
@media (min-width: 1024px) {
  .navCategory .navColumnTitle {
    padding-bottom: 15px;
  }
}
.navCategory .navColumnTitle .title,
.navCategory .navColumnTitle a.title,
.navCategory .navColumnTitle .title-color-gray,
.navCategory .navColumnTitle a.title-color-gray {
  color: #4d4d4f;
}
.navCategory .navColumnTitle .title-color-red,
.navCategory .navColumnTitle a.title-color-red {
  color: #c00;
}
.navCategory .navColumnTitle a:not([href]):hover {
  text-decoration: none;
}
.navCategory .navColumnItems {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
}
.navCategory .navColumnItems a {
  font-weight: 300;
  color: #4d4d4f;
}
.navCategory .navColumnItems > div:first-child:not(.responsiveColumnControl) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.navCategory .navColumnItems > .responsiveColumnControl {
  margin-top: -5px;
}
.navCategory .navColumnItems > div:last-child:not(.responsiveColumnControl) {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.navCategory .navLink {
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
}
.navCategory .navLink a {
  font-weight: 100;
}
.navCategory .navLink a.hasCaptionText {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.navCategory .navLink a.hasCaptionText:hover {
  font-weight: 600;
}
.navCategory .navLink a.text-color-gray {
  color: #4d4d4f;
}
.navCategory .navLink a.text-color-red {
  color: #c00;
}
.navCategory .navLink a .super-script {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #c00;
  font-size: 8px;
  font-size: 0.5rem;
  text-transform: capitalize;
}
.navCategory .navLink .caption-text {
  padding-top: 7.5px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4f;
  line-height: 0;
}
.navCategory .responsiveColumnControl > .row {
  display: flex;
}
.navCategory .responsiveColumnControl .column {
  padding-top: 15px;
  padding-top: 0.9375rem;
  width: auto;
  min-width: 150px;
  flex: 0 0 auto;
}
.navCategory .responsiveColumnControl .column:not(:first-child):after {
  height: 70%;
  top: 15%;
}
@media screen and (max-width: 63.9375em) {
  .navCategory:not(:first-child) {
    border-top: 0;
  }
  .navCategory:first-child .column {
    padding-top: 0;
  }
  .navCategory:first-child .column:first-child .navColumnTitle {
    margin-top: 0;
  }
  .navCategory .columns-container {
    flex-direction: column;
  }
  .navCategory .gray > .column:last-child {
    padding-right: 0;
    background-color: #ffffff;
    box-shadow: none;
  }
  .navCategory .column {
    padding: 0;
  }
  .navCategory .column:first-child {
    padding: 0;
  }
  .navCategory .column .navColumnTitle {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .navCategory .column .navColumnItems {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    background-color: #e6e7e8;
    display: flex;
    flex-direction: column;
  }
  .navCategory .column .navColumnItems > .responsiveColumnControl {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .navCategory .show-dividers .column:not(:first-child):after, .navCategory .show-dividers .column:after {
    background-color: transparent;
  }
  .navCategory .responsiveColumnControl > .row {
    flex-direction: column;
    margin: 0;
  }
  .navCategory .responsiveColumnControl > .row .column:last-child > div:last-child {
    margin-bottom: 15px;
  }
}

.container-fluid--hybrid .globalHeaderV2 .navCategory.section {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.logo {
  float: left;
}
.logo img {
  height: 40px;
  height: 2.5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 64em) {
  .logo img {
    height: 50px;
    height: 3.125rem;
  }
}
@media screen and (max-width: 23.375em) {
  .logo {
    float: none;
    display: inline-block;
  }
}

.mainNavMenu {
  color: #fff;
  /*@media screen and (min-width: 48em) {
  	//@include margin-bottom(10px);

  	@include for-business() {
  		background-color: #fff;
  		color: $color-text-dark;
  		//@include box-shadow(inset 0 -15px 15px -15px $color-light);
  	}
  }*/
  /*.main-menu-search__field-wrapper, form.main-menu-search .icon-search {
  	float: left;
  }*/
  /*.gsib_b {
  	display: none;
  }*/
  /*.gsc-input-box-hover, .gsc-input-box-focus {
  	border: 0;
  	box-shadow: none;
  }*/
  /*.gsc-input-box {
  	border: 0;
  	height: auto;
  	background: transparent;

  	input.gsc-input {
  		background: transparent !important;
  	}
  }

  .gsib_a {
  	padding: 0;

  	input {
  		// To override element styles added by Google CSE
  		padding: 1px 2px !important;
  	}
  }*/
  /* Search */
}
.context-home .mainNavMenu {
  background-color: rgba(204, 0, 0, 0.75);
}
.context-business .mainNavMenu {
  background-color: rgba(51, 51, 51, 0.75);
}
@media screen and (max-width: 47.9375em) and (orientation: portrait) {
  .mainNavMenu > .inner-container > .row {
    text-align: center;
  }
}
.mainNavMenu .logo {
  display: none;
}
@media screen and (min-width: 64em) {
  .mainNavMenu .logo-show {
    display: block;
    width: 25px;
    height: 25px;
  }
  .mainNavMenu .logo-show .hidden-lg {
    padding-top: 10px;
    display: block !important;
  }
}
.mainNavMenu .logo-show .hidden-xs {
  display: none !important;
}
.mainNavMenu .inner-container {
  position: relative;
}
.mainNavMenu .dropdown {
  position: static;
  display: inline-block;
  vertical-align: middle;
}
.mainNavMenu .menu-toggle {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  background: none;
  line-height: 50px;
  line-height: 3.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 47.9375em) and (orientation: landscape) {
  .mainNavMenu .menu-toggle {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 48em) {
  .mainNavMenu .menu-toggle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 1170px) {
  .mainNavMenu .menu-toggle {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mainNavMenu .menu-toggle .icon-search-thin {
  vertical-align: middle;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .mainNavMenu .menu-toggle .icon-search-thin {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.mainNavMenu a.menu-toggle {
  font-weight: inherit;
  color: inherit;
}
.mainNavMenu a.menu-toggle:hover, .mainNavMenu a.menu-toggle:focus {
  text-decoration: none;
}
.mainNavMenu .open .menu-toggle {
  /*@include for-business() {
  	color: $color-trend-red;

  	@media screen and (max-width: 47.9375em) {
  		color: #fff;
  	}

  	@media screen and (min-width: 48em) {
  		position: relative;

  		&:after {
  			content: " ";
  			position: absolute;
  			bottom: 0;
  			left: $grid-gutter-width / 2;
  			right: $grid-gutter-width / 2;
  			@include border-bottom(4px solid $color-trend-red);
  		}
  	}
  }*/
  /*@include for-home() {*/
  /*}*/
}
@media screen and (min-width: 48em) {
  .mainNavMenu .open .menu-toggle {
    position: relative;
  }
  .mainNavMenu .open .menu-toggle:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-bottom: 4px solid #f2f2f2;
    border-bottom: 0.25rem solid #f2f2f2;
  }
}
.mainNavMenu .dropdown-menu {
  width: 100%;
  margin: 0;
  border: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding: 45px 30px 0;
  padding: 2.8125rem 1.875rem 0;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-size: 1.125rem;
  box-shadow: none;
  overflow-y: auto;
  color: #333;
  z-index: 1001;
}
.mainNavMenu .dropdown-menu .heading {
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.mainNavMenu .dropdown-menu .richText p {
  margin-bottom: 0.5em;
}
.context-home .mainNavMenu .dropdown-menu h1, .context-home .mainNavMenu .dropdown-menu h2, .context-home .mainNavMenu .dropdown-menu h3, .context-home .mainNavMenu .dropdown-menu h4, .context-home .mainNavMenu .dropdown-menu h5, .context-home .mainNavMenu .dropdown-menu h6 {
  text-transform: uppercase;
}
.context-home .mainNavMenu .dropdown-menu h1:after, .context-home .mainNavMenu .dropdown-menu h2:after, .context-home .mainNavMenu .dropdown-menu h3:after, .context-home .mainNavMenu .dropdown-menu h4:after, .context-home .mainNavMenu .dropdown-menu h5:after, .context-home .mainNavMenu .dropdown-menu h6:after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  width: 1.875rem;
  background: #bcbdc0;
}
.context-business .mainNavMenu .dropdown-menu h1, .context-business .mainNavMenu .dropdown-menu h2, .context-business .mainNavMenu .dropdown-menu h3, .context-business .mainNavMenu .dropdown-menu h4, .context-business .mainNavMenu .dropdown-menu h5, .context-business .mainNavMenu .dropdown-menu h6 {
  color: #c00;
}
.mainNavMenu .dropdown-menu a,
.mainNavMenu .dropdown-menu a:hover,
.mainNavMenu .dropdown-menu a:focus {
  font-weight: inherit;
}
.mainNavMenu .dropdown-menu .full-browser-width-wrap {
  margin-left: -30px;
  margin-left: -1.875rem;
  margin-right: -30px;
  margin-right: -1.875rem;
}
.mainNavMenu .dropdown-menu .full-browser-width-wrap .inner-container {
  width: auto !important;
}
.mainNavMenu .main-menu-search {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.mainNavMenu .main-menu-search table {
  margin: inherit;
}
.mainNavMenu .main-menu-search .main-menu-search__field-wrapper {
  padding-left: 10px;
  padding-left: 0.625rem;
}
.mainNavMenu .main-menu-search .main-menu-search__field-wrapper input {
  width: 100%;
  border: 0;
  /* csslint ignore:start */
  /* csslint ignore:end */
}
@media screen and (min-width: 48em) {
  .mainNavMenu .main-menu-search .main-menu-search__field-wrapper input {
    font-size: 48px;
    font-size: 3rem;
  }
}
.mainNavMenu form.main-menu-search:before, .mainNavMenu form.main-menu-search:after {
  content: " ";
  display: table;
}
.mainNavMenu form.main-menu-search:after {
  clear: both;
}
.mainNavMenu .dropdown-menu.utility-search-target {
  overflow-y: visible;
}
.mainNavMenu #cludo-search-content-form .search_autocomplete, .mainNavMenu #cludo-search-form .search_autocomplete {
  top: 120%;
  width: 85%;
  z-index: 1000;
}
@media screen and (min-width: 23.4375em) {
  .mainNavMenu #cludo-search-content-form .search_autocomplete, .mainNavMenu #cludo-search-form .search_autocomplete {
    width: 90%;
  }
}
.mainNavMenu input.gsc-input {
  background: transparent;
}
.mainNavMenu input.gsc-input:focus {
  outline: 0;
}
.mainNavMenu .gsc-search-box > tbody > tr {
  border-bottom: 2px solid #f2f2f2;
}
.mainNavMenu .main-menu-search .main-menu-search__field-wrapper input.gsc-search-button {
  background: none;
}
.mainNavMenu td.gsc-search-button {
  padding: 0;
  vertical-align: bottom;
}
.mainNavMenu td.gsc-search-button:after {
  content: "\e92a";
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 42px;
  font-size: 2.625rem;
  position: absolute;
  right: 25px;
  right: 1.5625rem;
  top: 15px;
  top: 0.9375rem;
  z-index: -1;
  color: #c00;
  font-weight: 600;
}
.mainNavMenu input.gsc-search-button {
  /* csslint ignore:start */
  width: 0px !important;
  height: 0px !important;
  border-bottom: 5px solid #c00 !important;
  border-bottom: 0.3125rem solid #c00 !important;
  /* csslint ignore:end */
  padding: 60px 0 0 80px;
  padding: 3.75rem 0 0 5rem;
  margin-bottom: -5px;
  margin-bottom: -0.3125rem;
}
.mainNavMenu .gsc-input {
  padding-bottom: 0;
}
.mainNavMenu .search-dropdown {
  display: none;
}
@media (min-width: 992px) {
  .mainNavMenu .search-dropdown {
    display: flex;
    align-items: center;
  }
  .mainNavMenu .search-dropdown .main-menu-search {
    flex: 1;
  }
  .mainNavMenu .search-dropdown .utility-search-target {
    display: none;
  }
  .mainNavMenu .search-dropdown .utility-search-target .close {
    background: none;
    border: none;
    color: #bcbdc0;
    font-weight: 300;
  }
  .mainNavMenu .search-dropdown .utility-search-target.active {
    display: flex;
    align-items: center;
  }
}

.navbar-main-fixed {
  position: fixed;
  top: 20px;
  width: 100% !important;
  z-index: 1010;
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%;
}

/* Very specific rule */
/*
.container-fluid--hybrid {
	> .globalHeader {
		.inner-container {
			@include padding-left(30px);
		}
	}
}
*/
@media (min-width: 1024px) {
  .tabbedDropdownMenu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1170px) {
  .tabbedDropdownMenu .navColumnItems > div:first-child:not(.responsiveColumnControl) {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}
.tabbedDropdownMenu .columns-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container {
    flex-direction: row;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container.show-dividers .column:not(:first-child):after {
    content: "";
    position: absolute;
    height: 90%;
    width: 1px;
    left: 0;
    top: 60px !important;
    background-color: #9d9fa2;
  }
  .tabbedDropdownMenu .columns-container.show-dividers .column:nth-child(1):after {
    background-color: transparent;
  }
}
.tabbedDropdownMenu .columns-container .column:last-child {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .column {
    flex: 0 1 auto;
  }
  .tabbedDropdownMenu .columns-container .column:last-child {
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
}
.tabbedDropdownMenu .columns-container .column .navColumnTitle {
  margin-top: 0;
  color: #4d4d4f;
}
.tabbedDropdownMenu .columns-container .device-tab-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-tab-container {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-tab-container .column {
    flex: 0 1 auto;
    padding: 0;
    width: 150px;
  }
}
.tabbedDropdownMenu .columns-container .device-tab-container .column .navColumnTitle.device-container {
  display: flex;
  justify-content: space-evenly;
  background: #e6e7e8;
  padding: 12.5px 0;
  padding: 0.78125rem 0;
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-tab-container .column .navColumnTitle.device-container {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 150px;
    height: 100%;
    line-height: 20.3px;
    line-height: 1.26875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
}
.tabbedDropdownMenu .columns-container .device-tab-container .column .navColumnTitle.device-container .device {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  font-weight: 600;
  color: #9d9fa2;
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-tab-container .column .navColumnTitle.device-container .device {
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  .tabbedDropdownMenu .columns-container .device-tab-container .column .navColumnTitle.device-container .device:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #c00;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
  }
  .tabbedDropdownMenu .columns-container .device-tab-container .column .navColumnTitle.device-container .device:hover {
    cursor: pointer;
    color: #c00;
  }
  .tabbedDropdownMenu .columns-container .device-tab-container .column .navColumnTitle.device-container .device:hover:after {
    transition: 0.9s;
    transform: scaleX(1);
  }
}
.tabbedDropdownMenu .columns-container .device-tab-container .column .navColumnTitle.device-container .device.active {
  color: #c00;
  border-bottom: solid #c00 1px;
}
.tabbedDropdownMenu .columns-container .device-tab-container .column .navColumnTitle.device-container .device.active:hover:after {
  border-bottom: none;
  transition: none;
  transform: scaleX(0);
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-content-container {
    height: auto;
    flex: 1;
  }
}
.tabbedDropdownMenu .columns-container .device-content-container > div {
  display: none;
}
.tabbedDropdownMenu .columns-container .device-content-container > div.active {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-content-container > div.active {
    flex-direction: row;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-content-container > div.active .navCategory {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-content-container > div.active .navCategory .columns-container .column:last-child {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-content-container .navCategory .column:first-child {
    padding-left: 25px;
    padding-left: 1.5625rem;
  }
}
.tabbedDropdownMenu .columns-container .device-content-container .column .navColumnTitle {
  line-height: 47px;
  line-height: 2.9375rem;
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-content-container .column .navColumnTitle {
    line-height: 20.3px;
    line-height: 1.26875rem;
  }
}
.tabbedDropdownMenu .columns-container .device-content-container .column .navColumnItems {
  margin-top: 0;
}
.tabbedDropdownMenu .columns-container .device-content-container .column .navColumnItems .responsiveColumnControl .row--extra-padding > div {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-content-container .column .navColumnItems .responsiveColumnControl .row--extra-padding > div {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .tabbedDropdownMenu .columns-container .device-content-container .column .navColumnItems .column:not(:first-child):after {
    height: 70%;
    top: 10% !important;
  }
}
.tabbedDropdownMenu .columns-container .device-content-container .column .navLink {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.toggle {
  position: relative;
  float: right;
  margin: 5px 0 10px;
  margin: 0.3125rem 0 0.625rem;
  vertical-align: middle;
}
.toggle:before, .toggle:after {
  content: " ";
  display: table;
}
.toggle:after {
  clear: both;
}
@media screen and (max-width: 47.9375em) {
  .toggle {
    float: left;
    margin-left: 9px;
    margin-left: 0.5625rem;
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
}
@media screen and (max-width: 23.375em) {
  .toggle {
    float: none;
    display: inline-block;
    margin-left: 12px;
    margin-left: 0.75rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}
@media screen and (min-width: 48em) {
  .toggle {
    float: left;
    margin-left: 40px;
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .toggle {
    margin: 10px 0 10px 65px;
    margin: 0.625rem 0 0.625rem 4.0625rem;
  }
}
@media screen and (max-width: 23.375em) {
  .context-home .toggle {
    margin-left: 0;
  }
}
.toggle .toggle-button {
  float: left;
  border: 2px solid transparent;
}
.context-home .toggle .toggle-button {
  color: #333;
  border: 2px solid transparent;
  background-color: transparent;
}
.context-home.hero-behind-header .toggle .toggle-button {
  color: #fff;
  border: 2px solid transparent;
}
.context-business .toggle .toggle-button:hover, .context-business .toggle .toggle-button:focus {
  border-color: #c00;
  color: #c00;
}
.context-home .toggle .toggle-button:hover, .context-home .toggle .toggle-button:focus {
  background-color: transparent;
  border-color: #333;
  color: #333;
}
.context-home.hero-behind-header .toggle .toggle-button:hover, .context-home.hero-behind-header .toggle .toggle-button:focus {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.context-business .toggle .toggle-button.active {
  border-color: #333;
  background: #333;
  color: #fff;
}
.context-home .toggle .toggle-button.active {
  border-color: #c00;
  background: #c00;
  color: #fff;
}
.context-business .toggle .toggle-button.active:hover, .context-business .toggle .toggle-button.active:focus {
  border-color: #4d4d4f;
  -o-border-image: linear-gradient(to bottom right, #4d4d4f, #4d4d4f 50%, #333 50%, #333);
     border-image: linear-gradient(to bottom right, #4d4d4f, #4d4d4f 50%, #333 50%, #333);
  background: #4d4d4f;
  background: linear-gradient(to bottom right, #4d4d4f, #4d4d4f 50%, #333 50%, #333);
}
.context-home .toggle .toggle-button.active:hover, .context-home .toggle .toggle-button.active:focus {
  border-color: #900;
  -o-border-image: linear-gradient(to right, #c00, #900) 1;
     border-image: linear-gradient(to right, #c00, #900) 1;
  background: #900;
  background: linear-gradient(to right, #c00, #900);
}
.toggle a {
  display: inline-block;
  padding: 5px 3px;
  padding: 0.3125rem 0.1875rem;
  font-size: 9px;
  font-size: 0.5625rem;
  color: inherit;
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  .toggle a {
    display: block;
  }
}
@media screen and (max-width: 23.375em) {
  .toggle a {
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .toggle a {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 8px;
    padding: 0.3125rem 0.5rem;
  }
}
.toggle a:hover, .toggle a:focus {
  text-decoration: none;
}

.utilityAlerts .menu-button,
.utilityMenu-mobile .menu-button {
  position: relative;
}
.utilityAlerts .menu-button .icon-error,
.utilityMenu-mobile .menu-button .icon-error {
  color: #f57b20;
}
.utilityAlerts .menu-button__alert-count,
.utilityMenu-mobile .menu-button__alert-count {
  position: absolute;
  top: 0;
  left: -4px;
  left: -0.25rem;
  height: 16px;
  height: 1rem;
  width: 16px;
  width: 1rem;
  border-radius: 50%;
  background: #c00;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}
.utilityMenu .utilityAlerts .dropdown-menu,
.utilityMenu .utilityMenu-mobile .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.utilityAlerts .dropdown-menu.alerts-container,
.utilityMenu-mobile .dropdown-menu.alerts-container {
  padding-top: 22px;
  padding-bottom: 17px;
}
.utilityAlerts .dropdown-menu.priority-background,
.utilityMenu-mobile .dropdown-menu.priority-background {
  background-color: #c00;
  color: #fff;
}
.utilityAlerts .dropdown-menu.priority-background .utility-menu__alert,
.utilityMenu-mobile .dropdown-menu.priority-background .utility-menu__alert {
  color: #fff;
}
.utilityAlerts .dropdown-menu.priority-background .utility-menu__alert a.more-link,
.utilityMenu-mobile .dropdown-menu.priority-background .utility-menu__alert a.more-link {
  color: #fff;
}
.utilityAlerts .dropdown-menu.priority-background .utility-menu__alert a.more-link .icon-wrapper,
.utilityMenu-mobile .dropdown-menu.priority-background .utility-menu__alert a.more-link .icon-wrapper {
  color: #fff;
}
.utilityAlerts .dropdown-menu.priority-background .utility-menu__alert a.more-link:hover span,
.utilityMenu-mobile .dropdown-menu.priority-background .utility-menu__alert a.more-link:hover span {
  color: #fff;
}
.utilityAlerts .dropdown-menu .menu-alert:not(:first-child),
.utilityMenu-mobile .dropdown-menu .menu-alert:not(:first-child) {
  border-top: 1px solid #bcbdc0;
}
.utilityAlerts .dropdown-menu .menu-alert:not(:first-child) .utility-menu__alert,
.utilityMenu-mobile .dropdown-menu .menu-alert:not(:first-child) .utility-menu__alert {
  padding-top: 15px;
}
.utilityAlerts .utility-menu__alert,
.utilityMenu-mobile .utility-menu__alert {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}
@media screen and (min-width: 64em) {
  .utilityAlerts .utility-menu__alert,
  .utilityMenu-mobile .utility-menu__alert {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .utilityAlerts .utility-menu__alert,
  .utilityMenu-mobile .utility-menu__alert {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.utilityAlerts .utility-menu__alert .description-wrapper,
.utilityMenu-mobile .utility-menu__alert .description-wrapper {
  display: flex;
  justify-content: space-between;
}
.utilityAlerts .utility-menu__alert .description-wrapper p.alert-description,
.utilityMenu-mobile .utility-menu__alert .description-wrapper p.alert-description {
  flex: 2;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  line-height: initial;
  width: calc(100% - 25px);
}
@media screen and (min-width: 64em) {
  .utilityAlerts .utility-menu__alert .description-wrapper p.alert-description,
  .utilityMenu-mobile .utility-menu__alert .description-wrapper p.alert-description {
    margin-bottom: 6px;
    margin-bottom: 0.375rem;
  }
}
.utilityAlerts .utility-menu__alert .description-wrapper .sliding-dismiss-button,
.utilityMenu-mobile .utility-menu__alert .description-wrapper .sliding-dismiss-button {
  position: static;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 64em) {
  .utilityAlerts .utility-menu__alert .description-wrapper .sliding-dismiss-button,
  .utilityMenu-mobile .utility-menu__alert .description-wrapper .sliding-dismiss-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.utilityAlerts .utility-menu__alert .description-wrapper .sliding-dismiss-button .icon-close,
.utilityMenu-mobile .utility-menu__alert .description-wrapper .sliding-dismiss-button .icon-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.utilityAlerts .utility-menu__alert a,
.utilityMenu-mobile .utility-menu__alert a {
  line-height: initial;
  text-decoration: none;
}
.utilityAlerts .utility-menu__alert a.more-link,
.utilityMenu-mobile .utility-menu__alert a.more-link {
  color: inherit;
  display: inline-block;
  width: calc(100% - 27px);
}
.utilityAlerts .utility-menu__alert a.more-link .text,
.utilityMenu-mobile .utility-menu__alert a.more-link .text {
  padding-right: 3px;
  padding-right: 0.1875rem;
}
@media screen and (min-width: 64em) {
  .utilityAlerts .utility-menu__alert a.more-link .text,
  .utilityMenu-mobile .utility-menu__alert a.more-link .text {
    padding-right: 5px;
    padding-right: 0.3125rem;
  }
}
.utilityAlerts .utility-menu__alert a.more-link .icon-wrapper,
.utilityMenu-mobile .utility-menu__alert a.more-link .icon-wrapper {
  font-size: 10px;
  font-size: 0.625rem;
  color: #333;
  transition: all 0.5s ease;
}
@media screen and (min-width: 64em) {
  .utilityAlerts .utility-menu__alert a.more-link .icon-wrapper,
  .utilityMenu-mobile .utility-menu__alert a.more-link .icon-wrapper {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.utilityAlerts .utility-menu__alert a.more-link:hover span,
.utilityMenu-mobile .utility-menu__alert a.more-link:hover span {
  color: #717172;
}
.utilityAlerts .utility-menu__alert a.more-link:hover span.text,
.utilityMenu-mobile .utility-menu__alert a.more-link:hover span.text {
  text-decoration: underline;
}
.utilityAlerts .utility-menu__alert a.more-link:hover span.icon-wrapper,
.utilityMenu-mobile .utility-menu__alert a.more-link:hover span.icon-wrapper {
  text-decoration: none;
  padding-left: 5px;
}
.utilityAlerts .collapse-items-container.priority-background .utility-menu__alert,
.utilityMenu-mobile .collapse-items-container.priority-background .utility-menu__alert {
  color: #fff;
}
.utilityAlerts .collapse-items-container.priority-background .utility-menu__alert a.more-link,
.utilityMenu-mobile .collapse-items-container.priority-background .utility-menu__alert a.more-link {
  color: #fff;
}
.utilityAlerts .collapse-items-container.priority-background .utility-menu__alert a.more-link .icon-wrapper,
.utilityMenu-mobile .collapse-items-container.priority-background .utility-menu__alert a.more-link .icon-wrapper {
  color: #fff;
}
.utilityAlerts .collapse-items-container.priority-background .utility-menu__alert a.more-link:hover span,
.utilityMenu-mobile .collapse-items-container.priority-background .utility-menu__alert a.more-link:hover span {
  color: #fff;
}
.utilityAlerts .collapse-items-container.priority-background .collapse-utilityAlerts,
.utilityMenu-mobile .collapse-items-container.priority-background .collapse-utilityAlerts {
  background: #cc0000;
  color: #fff;
}
.utilityAlerts .collapse-items-container.priority-background .collapse-utilityAlerts ul li:first-child:not(.menu-alert),
.utilityMenu-mobile .collapse-items-container.priority-background .collapse-utilityAlerts ul li:first-child:not(.menu-alert) {
  background: #fff;
}
.utilityAlerts .collapse-items-container.priority-background .collapse-utilityAlerts ul li.empty-message,
.utilityMenu-mobile .collapse-items-container.priority-background .collapse-utilityAlerts ul li.empty-message {
  background: #fff;
}
.utilityAlerts .no-alerts,
.utilityMenu-mobile .no-alerts {
  /* csslint ignore:start */
  padding-top: 15px !important;
  padding-top: 0.9375rem !important;
  /* csslint ignore:end */
}

.utilityMenu {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 48em) {
  .utilityMenu {
    margin: 5px 0 10px;
    margin: 0.3125rem 0 0.625rem;
    padding: 0;
    text-align: right;
  }
}
@media screen and (min-width: 64em) {
  .utilityMenu {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}
.utilityMenu .utilityMenu__wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 0;
  padding: 0.3125rem 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 0;
  text-align: justify;
}
@media screen and (max-width: 23.375em) {
  .utilityMenu .utilityMenu__wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media screen and (min-width: 48em) {
  .utilityMenu .utilityMenu__wrapper {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: inherit;
  }
}
.utilityMenu .utilityMenu__wrapper:after {
  content: " ";
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .utilityMenu .utilityMenu__wrapper:after {
    display: none;
  }
}
.utilityMenu .dropdown {
  display: inline-block;
  position: static;
  line-height: 1.45;
}
.utilityMenu .menu-button, .utilityMenu a.utility-menu-button-link {
  border: none;
  padding: 0 0 0 1px;
  background: transparent;
  display: block;
  position: relative;
}
@media screen and (min-width: 48em) {
  .utilityMenu .menu-button, .utilityMenu a.utility-menu-button-link {
    padding: 0 5px;
    padding: 0 0.3125rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
.utilityMenu .menu-button:hover, .utilityMenu .menu-button:focus, .utilityMenu a.utility-menu-button-link:hover, .utilityMenu a.utility-menu-button-link:focus {
  color: #d71920;
}
.utilityMenu .menu-button.button-red, .utilityMenu a.utility-menu-button-link.button-red {
  border: 1px solid #c00;
  background-color: #c00;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .utilityMenu .menu-button.button-red, .utilityMenu a.utility-menu-button-link.button-red {
    padding: 7px 27px 7px 9px;
    padding: 0.4375rem 1.6875rem 0.4375rem 0.5625rem;
    height: auto;
    line-height: 1;
    display: flex;
  }
  .utilityMenu .menu-button.button-red:hover, .utilityMenu a.utility-menu-button-link.button-red:hover {
    background-color: #ffffff;
    color: #c00;
    text-decoration: none;
    border: 1px solid #c00;
  }
  .utilityMenu .menu-button.button-red:hover:before, .utilityMenu a.utility-menu-button-link.button-red:hover:before {
    color: #c00;
  }
}
.utilityMenu .menu-button.button-red:before, .utilityMenu a.utility-menu-button-link.button-red:before {
  font-size: 6px;
  content: "\e90a";
  position: absolute;
  right: 12px;
  top: 8px;
  color: #ffffff;
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
}
.utilityMenu .menu-button__icon, .utilityMenu a.utility-menu-button-link__icon {
  display: inline-block;
}
.utilityMenu a.utility-menu-button-link:hover, .utilityMenu a.utility-menu-button-link:active, .utilityMenu a.utility-menu-button-link:focus {
  text-decoration: none;
}
.context-business .utilityMenu .open .menu-button, .context-business .utilityMenu .open .utility-menu-button-link {
  color: #d71920;
}
.utilityMenu .open .menu-button.button-red, .utilityMenu .open .utility-menu-button-link.button-red {
  background-color: #ffffff;
  color: #c00;
  text-decoration: none;
  border: 1px solid #c00;
}
.utilityMenu .open .menu-button.button-red:after, .utilityMenu .open .utility-menu-button-link.button-red:after {
  top: 133%;
}
.utilityMenu .open .menu-button.button-red:before, .utilityMenu .open .utility-menu-button-link.button-red:before {
  content: "\e909";
  color: #c00;
}
.utilityMenu .open > button:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 110%;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background: #fbfbfb;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: translateX(-50%) rotate(-135deg);
  -moz-transform: translateX(-50%) rotate(-135deg);
  -webkit-transform: translateX(-50%) rotate(-135deg);
  -ms-transform: translateX(-50%) rotate(-135deg);
  z-index: 1001;
}
@media screen and (max-width: 47.9375em) {
  .utilityMenu .open > button:after {
    top: 128%;
    opacity: 0.95;
  }
}
.utilityMenu .open.utilityAlerts > button:after {
  z-index: 999;
}
.utilityMenu .menu-button__icon {
  font-size: 25px;
  font-size: 1.5625rem;
  vertical-align: middle;
}
.utilityMenu .menu-button__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 64em) {
  .utilityMenu .desktop-text .menu-button__icon {
    display: none;
  }
  .utilityMenu .desktop-text .menu-button__text {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    font-weight: bold;
  }
}
.utilityMenu .dropdown-menu {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #cccccc;
  box-shadow: none;
  font-weight: bold;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 20px 10px;
  padding: 0.9375rem 1.25rem 0.625rem;
}
@media screen and (min-width: 48em) {
  .utilityMenu .dropdown-menu {
    color: #333;
    top: 124%;
  }
}
.utilityMenu .dropdown-menu.align-left {
  text-align: left;
}
.utilityMenu .dropdown-menu.align-center {
  text-align: center;
}
.utilityMenu .dropdown-menu.align-right {
  text-align: right;
}
.utilityMenu .dropdown-menu > ul > li,
.utilityMenu .dropdown-menu > li {
  padding-left: 0;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
}
.utilityMenu .dropdown-menu > ul > li:before, .utilityMenu .dropdown-menu > ul > li:after,
.utilityMenu .dropdown-menu > li:before,
.utilityMenu .dropdown-menu > li:after {
  content: " ";
  display: table;
}
.utilityMenu .dropdown-menu > ul > li:after,
.utilityMenu .dropdown-menu > li:after {
  clear: both;
}
.utilityMenu .dropdown-menu > ul > li:last-child > a,
.utilityMenu .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}
.utilityMenu .dropdown-menu > ul > li > a,
.utilityMenu .dropdown-menu > li > a {
  padding: 7px 0;
  padding: 0.4375rem 0;
  white-space: normal;
  border-bottom: 1px solid #cccccc;
}
.utilityMenu .dropdown-menu > ul > li > a:before, .utilityMenu .dropdown-menu > ul > li > a:after,
.utilityMenu .dropdown-menu > li > a:before,
.utilityMenu .dropdown-menu > li > a:after {
  content: " ";
  display: table;
}
.utilityMenu .dropdown-menu > ul > li > a:after,
.utilityMenu .dropdown-menu > li > a:after {
  clear: both;
}
.utilityMenu .dropdown-menu > ul > li > a.no-border,
.utilityMenu .dropdown-menu > li > a.no-border {
  border-bottom: 0;
}
.utilityMenu .dropdown-menu > ul > li > a img,
.utilityMenu .dropdown-menu > li > a img {
  display: inline-block;
  max-width: 50px;
  max-width: 3.125rem;
}
.utilityMenu .dropdown-menu > ul > li > a .img-left,
.utilityMenu .dropdown-menu > li > a .img-left {
  padding-right: 4px;
  padding-right: 0.25rem;
}
.utilityMenu .dropdown-menu > ul > li > a .img-right,
.utilityMenu .dropdown-menu > li > a .img-right {
  padding-left: 4px;
  padding-left: 0.25rem;
}
@media screen and (min-width: 48em) {
  .utilityMenu .dropdown-menu > ul > li > a,
  .utilityMenu .dropdown-menu > li > a {
    padding: 5px 0;
    padding: 0.3125rem 0;
  }
}
@media screen and (min-width: 64em) {
  .utilityMenu .dropdown-menu > ul > li > a,
  .utilityMenu .dropdown-menu > li > a {
    padding: 7px 0;
    padding: 0.4375rem 0;
  }
}
.utilityMenu .dropdown-menu > ul > li .icon-chevron-right,
.utilityMenu .dropdown-menu > li .icon-chevron-right {
  color: #d71920;
  font-size: 18px;
  font-size: 1.125rem;
}
.utilityMenu .dropdown-menu > ul > li .icon-position-right,
.utilityMenu .dropdown-menu > li .icon-position-right {
  float: right;
}
@media screen and (min-width: 48em) {
  .utilityMenu .dropdown-menu > ul > li,
  .utilityMenu .dropdown-menu > li {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .utilityMenu .dropdown-menu > ul > li,
  .utilityMenu .dropdown-menu > li {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
.utilityMenu .dropdown-menu > ul > li > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.45;
  color: #333;
}
.utilityMenu .dropdown-menu > ul > li > a:hover, .utilityMenu .dropdown-menu > ul > li > a:focus {
  color: #c00;
  text-decoration: none;
}
.utilityMenu .utilityAlerts .dropdown-menu.priority-background {
  border-top: 1px solid #cccccc;
}
.utilityMenu .utilityAlerts .dropdown-menu p {
  text-transform: none;
}
.utilityMenu .dropdown-header {
  padding: 7px 0;
  padding: 0.4375rem 0;
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
  white-space: normal;
}
@media screen and (min-width: 48em) {
  .utilityMenu .dropdown-header {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.utilityMenu .is-phone-number {
  text-transform: none;
  font-weight: normal;
  font-size: inherit;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 64em) {
  .utilityMenu .menu-column.col-md-3 {
    width: 20%;
  }
}
@media screen and (min-width: 64em) {
  .utilityMenu .break-column-desktop > a {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
}
@media screen and (min-width: 48em) {
  .utilityMenu .cta-button {
    line-height: 20px;
    line-height: 1.25rem;
    height: 25px;
    height: 1.5625rem;
  }
}
.utilityMenu .cta-button.primary-red {
  background-color: #c00;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .utilityMenu .cta-button.primary-red:hover {
    background-color: #ffffff;
    color: #c00;
    text-decoration: underline;
    border: 1px solid #c00;
  }
}
.utilityMenu .cta-button__icon {
  display: inline-block;
}
@media screen and (min-width: 64em) {
  .utilityMenu .cta-button__icon {
    display: none;
  }
}

.main-header .position-relative {
  position: relative;
}
.main-header .position-static {
  position: static;
}

.hero .hero-wrap {
  text-align: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  /*@include bs-row-margin();*/
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  width: 100%;
}
.hero-behind-breadcrumbs .hero:first-child .hero-wrap {
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .hero-behind-breadcrumbs .hero:first-child .hero-wrap {
    padding-top: 85px !important;
    padding-top: 5.3125rem !important;
  }
}
.hero-behind-header .hero:first-child .hero-wrap {
  padding-top: 205px;
  padding-top: 12.8125rem;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .hero-behind-header .hero:first-child .hero-wrap {
    padding-top: 200px;
    padding-top: 12.5rem;
  }
}
.hero .videos {
  display: none;
}
@media screen and (min-width: 64em) {
  .hero .videos {
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.hero .hero-content {
  padding: 0 1%;
}
.hero .hero-content:before, .hero .hero-content:after {
  content: " ";
  display: table;
}
.hero .hero-content:after {
  clear: both;
}
.hero .hero-content p {
  text-align: left;
}
.hero .buttonArray {
  display: block;
}
.hero .buttonArray .button-array {
  display: block;
}
@media screen and (min-width: 48em) {
  .hero .buttonArray .button-array {
    display: inline-block;
  }
}
.hero .buttonArray .button-array li {
  margin-bottom: 0;
  float: left !important;
  margin: 0 0 10px 20px;
  margin: 0 0 0.625rem 1.25rem;
}
.hero .buttonArray .button-array-left {
  float: left;
}
.hero .buttonArray .button-array-left li {
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
.hero .buttonArray .button-array-center {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.hero .buttonArray .button-array-center li {
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
.hero .buttonArray .button-array-right {
  float: right;
}
.hero .buttonArray .button-array-right li {
  margin: 0 0 10px 20px;
  margin: 0 0 0.625rem 1.25rem;
}
.hero .video-wrap.background {
  padding: 0;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -19;
  position: absolute;
}
@media screen and (max-width: 63.9375em) {
  .hero .video-wrap.background {
    width: 125%;
  }
}
@media screen and (max-width: 23.375em) {
  .hero .video-wrap.background {
    display: none;
  }
}
.hero .video-wrap.background .jwplayer {
  position: absolute;
}
.hero .video-wrap.left {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 48em) {
  .hero .video-wrap.left {
    width: 50%;
    margin: 0 15px 15px 0;
  }
}
.hero .video-wrap.right {
  float: right;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 48em) {
  .hero .video-wrap.right {
    width: 50%;
    margin: 0 0 15px 15px;
  }
}
.hero .video-wrap.default {
  margin-bottom: 15px;
}
.hero .vertical-align-enabled {
  display: table;
  height: 100%;
  width: 100%;
}
.hero .vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.hero .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  width: auto;
  z-index: 0; /* IE 9 */ /* Safari */
  transform: translate(-50%, -50%);
}

.highlightImage {
  position: relative;
}
.highlightImage .highlight-image-wrap {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 47.9375em) {
  .highlightImage .highlight-image-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.highlightImage .black-overlay {
  position: relative;
  z-index: 1;
}
.highlightImage .black-overlay:before {
  background-color: rgba(51, 51, 51, 0.8);
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.highlightImage .text-wrap {
  padding: 20px;
  padding: 1.25rem;
  color: #fff;
}
.highlightImage .text-wrap:before {
  content: " ";
  display: block;
  width: 33%;
  height: 2px;
  background-color: #fff;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 47.9375em) {
  .highlightImage .text-wrap.inner-container {
    padding-left: 35px;
    padding-left: 2.1875rem;
    padding-right: 35px;
    padding-right: 2.1875rem;
  }
}

.horizontalSeparator {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.horizontalSeparator .border {
  border-bottom: 1px solid #e6e7e8;
  border-bottom: 0.0625rem solid #e6e7e8;
}

.hoverContainer {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.hoverContainer .hover-wrap {
  padding: 40px 0;
  padding: 2.5rem 0;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.hoverContainer .hover-wrap:before {
  background-color: #c00;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .hoverContainer .hover-wrap.notch-left:after, .hoverContainer .hover-wrap.notch-right:after {
    content: " ";
    position: absolute;
    top: 0;
    border: 30px solid #fff;
    border: 1.875rem solid #fff;
    border-bottom-color: transparent;
  }
}
@media screen and (max-width: 63.9375em) {
  .col-sm-12 .hoverContainer .hover-wrap.notch-left:after, .col-sm-12 .hoverContainer .hover-wrap.notch-right:after {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .col-md-12 .hoverContainer .hover-wrap.notch-left:after, .col-md-12 .hoverContainer .hover-wrap.notch-right:after {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .hoverContainer .hover-wrap.notch-left:after {
    left: 0;
    border-right-color: transparent;
  }
}
@media screen and (min-width: 48em) {
  .hoverContainer .hover-wrap.notch-right:after {
    right: 0;
    border-left-color: transparent;
  }
}
.hoverContainer .hover-header {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: inherit;
  letter-spacing: inherit;
}
.hoverContainer .hover-content {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .hoverContainer .hover-content {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
}
.hoverContainer .hover-content .text-content {
  text-align: left;
}
.hoverContainer .horizontal {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.hoverContainer .horizontal .hover-content:before, .hoverContainer .horizontal .hover-content:after {
  content: " ";
  display: table;
}
.hoverContainer .horizontal .hover-content:after {
  clear: both;
}
@media screen and (min-width: 64em) {
  .hoverContainer .horizontal .hover-content {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 48em) {
  .hoverContainer .horizontal .hover-header {
    width: 30%;
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .hoverContainer .horizontal .text-content {
    width: 70%;
    float: right;
  }
}
@media screen and (min-width: 48em) {
  .hoverContainer .horizontal .button-wrap {
    width: 30%;
    float: left;
    clear: left;
    text-align: center;
  }
}
.hoverContainer .position-lowerLeft {
  text-align: left;
}
.hoverContainer .position-lowerCenter {
  text-align: center;
}
.hoverContainer .position-lowerRight {
  text-align: right;
}
.hoverContainer .client-logo-wrap {
  padding: 20px;
  padding: 1.25rem;
}
@media screen and (min-width: 64em) {
  .hoverContainer .height-specified {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}

.hoverTiles {
  border-top: solid 1px #717172;
  border-top: solid 0.0625rem #717172;
  border-bottom: solid 1px #717172;
  border-bottom: solid 0.0625rem #717172;
}
@media (min-width: 748px) {
  .hoverTiles {
    border-top: none;
    border-bottom: none;
  }
}
@media (min-width: 1024px) {
  .hoverTiles.section {
    padding-left: 0;
    padding-right: 0;
  }
}
.hoverTiles--content {
  width: 100%;
  margin: 0;
  padding-top: 55px;
  padding-top: 3.4375rem;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
}
@media (min-width: 748px) {
  .hoverTiles--content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 748px) {
  .hoverTiles--content.full-width {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .hoverTiles--content.full-width {
    width: 70%;
  }
}
@media (min-width: 1170px) {
  .hoverTiles--content.full-width {
    width: 50%;
  }
}
.hoverTiles--content .title,
.hoverTiles--content .icon-container {
  text-align: center;
}
.hoverTiles--content .title {
  color: #333;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
}
.hoverTiles--content .icon-container {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 1170px) {
  .hoverTiles--content .icon-container {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
.hoverTiles--content .icon-container span {
  color: #9d9fa2;
}
.hoverTiles--content .tile-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hoverTiles--content .tile-container .tile-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 143px;
  width: 8.9375rem;
  height: 143px;
  height: 8.9375rem;
  border: solid 0.33px #9d9fa2;
  border: solid 0.020625rem #9d9fa2;
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}
@media not all and (min-resolution: 0.001dpcm) {
  .hoverTiles--content .tile-container .tile-wrapper {
    border: solid 1px #9d9fa2;
    border: solid 0.0625rem #9d9fa2;
  }
}
@media (min-width: 1170px) {
  .hoverTiles--content .tile-container .tile-wrapper {
    justify-content: center;
    padding-top: 0;
  }
}
@media (min-width: 1170px) {
  .hoverTiles--content .tile-container .tile-wrapper:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1170px) {
  .hoverTiles--content .tile-container .tile-wrapper:hover {
    cursor: pointer;
  }
}
.hoverTiles--content .tile-container .tile-wrapper.active {
  /* Ipad Pro 12 - Portrait and Landscape */
}
@media (min-width: 1170px) {
  .hoverTiles--content .tile-container .tile-wrapper.active {
    background: #00467f;
    box-shadow: inset 0 0 14px 2px rgba(0, 0, 0, 0.28);
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .hoverTiles--content .tile-container .tile-wrapper.active {
    background: transparent;
    box-shadow: none;
  }
}
.hoverTiles--content .tile-container .tile-wrapper figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 52px;
  height: auto;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  /* Ipad Pro 12 - Portrait and Landscape */
}
@media (min-width: 1170px) {
  .hoverTiles--content .tile-container .tile-wrapper figure {
    width: 75px;
    padding-bottom: 0;
  }
}
@media (min-width: 1170px) and (-ms-high-contrast: none), (min-width: 1170px) and (-ms-high-contrast: active) {
  .hoverTiles--content .tile-container .tile-wrapper figure {
    height: 70px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .hoverTiles--content .tile-container .tile-wrapper figure {
    width: 52px;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
  }
}
.hoverTiles--content .tile-container .tile-wrapper figure img {
  max-width: 100%;
  height: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hoverTiles--content .tile-container .tile-wrapper figure img {
    height: 100%;
  }
}
.hoverTiles--content .tile-container .tile-wrapper figure img.active {
  display: none;
}
.hoverTiles--content .tile-container .tile-wrapper span {
  display: block;
  color: #00467f;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 900;
  text-align: center;
  padding: 0 14px;
  padding: 0 0.875rem;
  /* Ipad Pro 12 - Portrait and Landscape */
}
@media (min-width: 1170px) {
  .hoverTiles--content .tile-container .tile-wrapper span {
    display: none;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .hoverTiles--content .tile-container .tile-wrapper span {
    display: block;
  }
}
.hoverTiles--content .tile-text-container {
  display: none;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media (min-width: 1170px) {
  .hoverTiles--content .tile-text-container {
    display: block;
  }
}
.hoverTiles--content .tile-text-container .tile-title {
  color: #00467f;
  font-weight: 900;
  font-size: 20px;
  font-size: 1.25rem;
}
.hoverTiles--content .tile-text-container .tile-sub-title {
  color: #333;
  font-weight: 100;
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 8px;
  padding-top: 0.5rem;
}

.html5Animation .html-5-animation-content {
  position: relative;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  width: 100%;
  margin: auto;
  /*
  #button-array-mobile, #button-array-desktop{
  	// display: none;
  }
   */
}
.html5Animation .html-5-animation-content canvas {
  max-width: 100%;
  display: block;
  background-color: rgb(255, 255, 255);
}
.html5Animation .html-5-animation-content #dom_overlay_controller {
  max-width: 100%;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}
.html5Animation .html-5-animation-content .buttonArray {
  display: none;
  position: absolute;
  width: 85%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em) {
  .html5Animation .html-5-animation-content .buttonArray {
    width: 90%;
  }
}
.html5Animation .html-5-animation-content .button-array li {
  float: left;
  margin-right: 20px;
  margin-right: 1.25rem;
  padding: 0;
}
.html5Animation .html-5-animation-content .button-array.right-align li {
  float: right;
  margin: 0 0 10px 20px;
  margin: 0 0 0.625rem 1.25rem;
}
.html5Animation .html-5-animation-content .button-array.center-align li {
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
.html5Animation .html-5-animation-content .button-array.left-align li {
  float: left;
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
.html5Animation .html-5-animation-content .button-array .button {
  width: auto;
}
.html5Animation .mobile-button-array {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: none;
}
.iconList {
  font-size: 18px;
  font-size: 1.125rem;
}
.iconList .font-color-black a,
.iconList .hover-color-black a:hover {
  color: #333;
}
.iconList .font-color-white a,
.iconList .hover-color-white a:hover {
  color: #fff;
}
.iconList .font-color-gray a,
.iconList .hover-color-gray a:hover {
  color: #9d9fa2;
}
.iconList a {
  line-height: 21px;
  line-height: 1.3125rem;
}
.iconList a:hover, .iconList a:focus {
  text-decoration: none;
}
.iconList a .icon {
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative; /* Safari */
  transition: font-size 0.2s;
}
.iconList a .icon.icon-chevron-down {
  font-size: 10px;
  font-size: 0.625rem;
}
.iconList a .icon.position-right {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-right: 0;
}
.iconList a:hover .icon {
  font-size: 16px;
  font-size: 1rem;
}
.iconList a:hover .icon-chevron-down {
  font-size: 8px;
  font-size: 0.5rem;
}
.iconList .text {
  font-weight: bold;
  vertical-align: middle;
}
.iconList .icon {
  vertical-align: middle;
}
.iconList .blue-icon .icon {
  color: #009fc2;
}
.iconList .cta-behavior a {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
}
.iconList .cta-behavior a .icon.icon-chevron-down {
  font-size: 12px;
  font-size: 0.75rem;
}
.iconList .cta-behavior a:hover .icon {
  font-size: 21px;
  font-size: 1.3125rem;
}
.iconList .cta-behavior a:hover .icon-chevron-down {
  font-size: 10px;
  font-size: 0.625rem;
}
.iconList .align-right li {
  text-align: right;
}
.iconList .align-center li {
  text-align: center;
}

.iframeComponent {
  border: 0;
}

.imageAnimation {
  position: relative;
  text-align: right;
}
.imageAnimation img {
  max-width: 100%;
}
.imageAnimation .still-overlay-image {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .imageAnimation .still-mobile-image {
    display: none;
  }
}
.imageAnimation .animated-image {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-height: 100%;
  opacity: 0;
}
.imageAnimation .animated-image.already-visible {
  opacity: 1;
}

.imageLink a {
  display: block;
}
.imageLink a:hover, .imageLink a:focus {
  text-decoration: none;
  color: transparent;
}
.imageLink img {
  max-width: 100%;
  margin: 0 auto;
}
.imageLink .main-image {
  display: block;
}
.imageLink .hover-image {
  display: none;
}

.infographicTabs:before, .infographicTabs:after {
  content: " ";
  display: table;
}
.infographicTabs:after {
  clear: both;
}
.infographicTabs > div:before, .infographicTabs > div:after {
  content: " ";
  display: table;
}
.infographicTabs > div:after {
  clear: both;
}
.infographicTabs .infographic-wrap, .infographicTabs .it-content-wrap {
  float: left;
  width: 50%;
  position: relative;
  min-height: 600px;
  min-height: 37.5rem;
}
@media screen and (max-width: 63.9375em) {
  .infographicTabs .infographic-wrap, .infographicTabs .it-content-wrap {
    display: none;
  }
}
.infographicTabs .it-content-wrap {
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.infographicTabs .outer-circle,
.infographicTabs .inner-circle,
.infographicTabs .title-circle {
  border-radius: 50%;
}
.infographicTabs .outer-circle:after,
.infographicTabs .inner-circle:after,
.infographicTabs .title-circle:after {
  content: " ";
  display: block;
  padding-bottom: 100%;
}
.infographicTabs .inner-circle,
.infographicTabs .title-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.infographicTabs .outer-circle {
  width: 80%;
  border: 1px dashed #333;
  position: absolute;
  top: 50%;
  left: 15px;
  left: 0.9375rem;
  transform: translateY(-50%);
}
.infographicTabs .inner-circle {
  width: 60%;
  border: 1px dashed #c00;
}
.infographicTabs .title-circle {
  width: 75%;
  border: 5px solid #00467f;
  box-shadow: 0 0 15px grey;
}
.infographicTabs .title-circle span {
  display: block;
  color: #c00;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 74.9375em) {
  .infographicTabs .title-circle span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.infographicTabs .tab-element {
  display: block;
  width: 85px;
  width: 5.3125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-left: -2.625rem;
  margin-top: -42px;
  margin-top: -2.625rem;
  text-align: center;
}
@media screen and (max-width: 74.9375em) {
  .infographicTabs .tab-element {
    width: 78px;
    width: 4.875rem;
    margin-left: -39px;
    margin-left: -2.4375rem;
    margin-top: -39px;
    margin-top: -2.4375rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .infographicTabs .tab-element {
    width: 70px;
    width: 4.375rem;
    margin-left: -35px;
    margin-left: -2.1875rem;
    margin-top: -35px;
    margin-top: -2.1875rem;
  }
}
.infographicTabs .tab-element:after {
  content: " ";
  display: block;
  width: 140%;
  height: 140%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1;
  border-radius: 50%;
}
@media screen and (max-width: 74.9375em) {
  .infographicTabs .tab-element:after {
    width: 138%;
    height: 138%;
  }
}
@media screen and (max-width: 63.9375em) {
  .infographicTabs .tab-element:after {
    width: 130%;
    height: 130%;
  }
}
.infographicTabs .tab-element.active, .infographicTabs .tab-element:hover, .infographicTabs .tab-element:focus {
  color: inherit;
  text-decoration: none;
}
.infographicTabs .tab-element.active .main-icon, .infographicTabs .tab-element:hover .main-icon, .infographicTabs .tab-element:focus .main-icon {
  display: none;
}
.infographicTabs .tab-element.active .hover-icon, .infographicTabs .tab-element:hover .hover-icon, .infographicTabs .tab-element:focus .hover-icon {
  display: inline-block;
}
.infographicTabs .tab-element.active .tab-label, .infographicTabs .tab-element:hover .tab-label, .infographicTabs .tab-element:focus .tab-label {
  color: #333;
  font-weight: 600;
}
.infographicTabs .tab-element img {
  max-width: 60%;
  max-height: 60px;
  max-height: 3.75rem;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.infographicTabs .tab-element .hover-icon {
  display: none;
}
.infographicTabs .tab-label {
  color: #bcbdc0;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  position: relative;
  display: block;
  line-height: 16px;
  line-height: 1rem;
  z-index: 2;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 74.9375em) {
  .infographicTabs .tab-label {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 13px;
    line-height: 0.8125rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .infographicTabs .tab-label {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 12px;
    line-height: 0.75rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
}
.infographicTabs .it-inner-wrap {
  padding: 40px 0;
  padding: 2.5rem 0;
}
.infographicTabs .it-inner-wrap.medium-spacing {
  padding: 40px 5px;
  padding: 2.5rem 0.3125rem;
}
.infographicTabs .it-inner-wrap.large-spacing {
  padding: 40px 25px;
  padding: 2.5rem 1.5625rem;
}
.infographicTabs .it-inner-wrap > p {
  margin-bottom: 0;
}
.infographicTabs .it-tab-content {
  display: none;
}
.infographicTabs .it-tab-content.active {
  display: block;
}
.infographicTabs .it-tab-content.come-in {
  transform: translateY(100px);
}
.infographicTabs .slider-buttons {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.infographicTabs .slider-buttons span {
  font-size: 28px;
  font-size: 1.75rem;
  color: #bcbdc0;
  cursor: pointer;
}
.infographicTabs .slider-buttons span + span {
  margin-left: 50px;
  margin-left: 3.125rem;
}
.infographicTabs .group-title {
  font-weight: bold;
}
@media screen and (min-width: 64em) {
  .infographicTabs .infographic-mobile {
    display: none;
  }
}
.infographicTabs .mobile-group-title {
  margin: 0;
  padding: 15px;
  padding: 0.9375rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.infographicTabs .title-group-two {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.infographicTabs .acc-btn {
  background: #f2f2f2;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  margin-top: 2px;
}
.infographicTabs .acc-btn:first-child {
  margin-top: 0;
}
.infographicTabs .acc-btn .img-wrap {
  width: 80px;
  width: 5rem;
  max-height: 80px;
  max-height: 5rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  display: inline-block;
}
@media screen and (max-width: 47.9375em) {
  .infographicTabs .acc-btn .img-wrap {
    width: 60px;
    width: 3.75rem;
    max-height: 60px;
    max-height: 3.75rem;
  }
}
.infographicTabs .acc-btn img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.infographicTabs .plus-btn,
.infographicTabs .minus-btn {
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1rem;
}
.infographicTabs .minus-btn {
  font-size: 3px;
}
.infographicTabs .acc-content {
  background: #f2f2f2;
  padding: 15px;
  padding: 0.9375rem;
  display: none;
}
.infographicTabs .element-label {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
@media screen and (max-width: 47.9375em) {
  .infographicTabs .element-label {
    width: 65%;
  }
}
@media screen and (max-width: 47.9375em) {
  .infographicTabs .buttonArray .button-array li {
    padding: 0;
    text-align: left;
  }
}
@media screen and (max-width: 47.9375em) {
  .infographicTabs .buttonArray .button-array .button {
    text-align: left;
    width: auto;
  }
}

.jwPlayer .video-trigger {
  /*
  		.overlay-title {
  			color: #fff;
  			position: absolute;
  			@include top(20px);
  			@include left(20px);
  			max-width: 35%;
  			text-align: left;
  			font-family: $font-family-header;

  			@media screen and (min-width: 48em) {
  				max-width: 50%;
  				@include top(5px);
  				@include left(5px);
  			}

  			@media screen and (min-width: 75em) {
  				max-width: 35%;
  				@include top(20px);
  				@include left(20px);
  			}

  			span {
  				background: $color-vital-red;
  				@include line-height(20px);
  				@include padding(2px 4px);
  				box-decoration-break: clone;
  				-webkit-box-decoration-break: clone;

  				@media screen and (min-width: 48em) {
  					@include font-size(14px);
  					@include line-height(18px);
  				}

  				@media screen and (min-width: 75em) {
  					@include font-size(18px);
  					@include line-height(20px);
  				}
  			}
  		}*/
}
@media screen and (min-width: 48em) {
  .jwPlayer .video-trigger {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.jwPlayer .video-trigger > a {
  display: block;
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 5px #bcbdc0;
  box-shadow: 0 0 0.3125rem #bcbdc0;
  transition: box-shadow 0.2s;
  background: #fff;
}
@media screen and (min-width: 48em) {
  .jwPlayer .video-trigger > a {
    margin-bottom: 0;
  }
}
.jwPlayer .video-trigger > a:hover, .jwPlayer .video-trigger > a:focus {
  text-decoration: none;
  color: inherit;
  box-shadow: 0 0 7px #9d9fa2;
  box-shadow: 0 0 0.4375rem #9d9fa2;
  transition: box-shadow 0.2s;
}
.jwPlayer .video-trigger img {
  width: 100%;
}
.jwPlayer .video-trigger p {
  margin-bottom: 0;
}
.jwPlayer .video-trigger .body-subhead-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.jwPlayer .video-trigger .image-wrap {
  position: relative;
  height: 90px;
  height: 5.625rem;
  overflow: hidden;
}
.jwPlayer .video-trigger .icon-triangle-right {
  font-size: 20px;
  font-size: 1.25rem;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  line-height: 52px;
  line-height: 3.25rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  background: #c00;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%; /* IE 9 */ /* Safari */
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (min-width: 48em) {
  .jwPlayer .video-trigger .icon-triangle-right {
    font-size: 20px;
    font-size: 1.25rem;
    width: 50px;
    width: 3.125rem;
    height: 50px;
    height: 3.125rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
@media screen and (min-width: 75em) {
  .jwPlayer .video-trigger .icon-triangle-right {
    font-size: 20px;
    font-size: 1.25rem;
    width: 52px;
    width: 3.25rem;
    height: 52px;
    height: 3.25rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
}
.jwPlayer .video-trigger .content-wrap {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  border-bottom: 3px solid #4d4d4f;
}
.jwPlayer .video-trigger .video-description,
.jwPlayer .video-trigger .read-more {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.jwPlayer .video-trigger .read-more {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.jwPlayer .jw-skin-box-shadow-red-play-btn,
.jwPlayer .jw-skin-shadow-red-btn-hide-controls {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  box-shadow: 5px 5px 10px #9d9fa2;
  box-shadow: 0.3125rem 0.3125rem 0.625rem #9d9fa2;
}
.jwPlayer .jw-skin-box-shadow-red-play-btn .jw-display .jw-svg-icon.jw-svg-icon-play,
.jwPlayer .jw-skin-shadow-red-btn-hide-controls .jw-display .jw-svg-icon.jw-svg-icon-play {
  background: #c00;
  border-radius: 50%;
  padding: 0 9px;
  padding: 0 0.5625rem;
}
@media screen and (min-width: 64em) {
  .jwPlayer .jw-skin-box-shadow-red-play-btn .jw-display .jw-svg-icon.jw-svg-icon-play,
  .jwPlayer .jw-skin-shadow-red-btn-hide-controls .jw-display .jw-svg-icon.jw-svg-icon-play {
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
}
.jwPlayer .jw-skin-shadow-red-btn-hide-controls .jw-controlbar {
  display: none;
}
.jwPlayer .jw-skin-shadow-red-btn-hide-controls.jw-state-paused .jw-display {
  display: table !important;
}
.jwPlayer .jw-skin-shadow-red-btn-hide-controls.jw-state-paused .jw-display-icon-rewind .jw-svg-icon-rewind {
  display: none;
}

.featureSet {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 15px;
  padding: 0.9375rem;
  background: #3e3d3d;
  background: linear-gradient(#3e3d3d, #4e4d50);
  position: relative;
  color: #f6f6f6;
}
.featureSet .bg-image-container {
  margin: -15px;
  margin: -0.9375rem;
  padding: 15px;
  padding: 0.9375rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.featureSet h6 {
  text-transform: uppercase;
  font-weight: bold;
}
.featureSet .feature-set-links {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  height: 100%;
}
.featureSet .feature-set-links:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.featureSet .feature-set-links:after {
  content: "";
  background: #9d9fa2;
  text-align: center;
  width: 40%;
  height: 1px;
  position: absolute;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .featureSet .feature-set-links:after {
    height: 0;
  }
}
@media screen and (min-width: 64em) {
  .featureSet .feature-set-links {
    padding-bottom: 0;
    padding-left: 25px;
    padding-left: 1.5625rem;
  }
}
.featureSet .product-links {
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  height: 100%;
}
.featureSet .product-links:after {
  margin-top: 15px;
  margin-top: 0.9375rem;
  content: "";
  background: #9d9fa2;
  text-align: center;
  width: 40%;
  height: 1px;
  position: absolute;
}
@media screen and (min-width: 48em) {
  .featureSet .product-links {
    padding-top: 0;
  }
  .featureSet .product-links:after {
    height: 0;
  }
}
@media screen and (min-width: 64em) {
  .featureSet .product-links {
    padding-bottom: 0;
  }
}
.featureSet .tech-specs {
  padding-top: 15px;
  padding-top: 0.9375rem;
  border-top: 0;
  height: auto;
}
@media screen and (min-width: 48em) {
  .featureSet .tech-specs {
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .featureSet .tech-specs li:first-child {
    margin-top: 15px;
  }
  .featureSet .tech-specs:before {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    height: 1px;
    content: "";
    background: #9d9fa2;
    text-align: center;
    position: absolute;
    width: 97%;
    right: 15px;
    right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .featureSet .tech-specs {
    padding-top: 0;
  }
  .featureSet .tech-specs li:first-child {
    margin-top: 0;
  }
  .featureSet .tech-specs:before {
    display: none;
  }
}
.featureSet .tech-specs li {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .featureSet .tech-specs li {
    width: 50%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .featureSet .tech-specs li {
    width: 100%;
  }
}
.featureSet ul {
  margin-top: 0;
  height: 100%;
}
.featureSet ul li a {
  height: 100%;
  width: 100%;
  color: #f6f6f6;
  display: block;
  text-decoration: none;
}
.featureSet ul li a:before, .featureSet ul li a:after {
  content: " ";
  display: table;
}
.featureSet ul li a:after {
  clear: both;
}
.featureSet ul li a .icon-datasheet,
.featureSet ul li a .icon-play,
.featureSet ul li a .icon-search {
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.featureSet ul li a .icon-chevron-right {
  float: right;
}

.mcmHero {
  background-size: cover;
  width: 100%;
  max-width: none !important;
  position: relative;
  min-height: 400px;
  min-height: 25rem;
  overflow: hidden;
}
@media screen and (min-width: 23.4375em) {
  .mcmHero {
    min-height: 350px;
    min-height: 21.875rem;
  }
}
@media screen and (min-width: 48em) {
  .mcmHero {
    height: 450px;
    height: 28.125rem;
  }
}
.mcmHero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}
.mcmHero .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0; /* IE 9 */ /* Safari */
  transform: translate(-50%, -50%);
}
.mcmHero .mcm-hero-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari */
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .mcmHero .mcm-hero-content {
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .mcmHero .mcm-hero-content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .mcmHero .mcm-hero-content {
    max-width: 1170px;
  }
}
.mcmHero .mcm-hero-content p {
  margin-bottom: 0;
}
.mcmHero .frame-three.text-frame {
  padding: 25px 0;
  padding: 1.5625rem 0;
}
@media screen and (min-width: 23.4375em) {
  .mcmHero .frame-three.text-frame {
    padding: 20px 0 30px;
    padding: 1.25rem 0 1.875rem;
  }
}
@media screen and (min-width: 48em) {
  .mcmHero .text-frame {
    width: 95%;
  }
}
@media screen and (min-width: 64em) {
  .mcmHero .text-frame {
    width: 75%;
  }
}
@media screen and (min-width: 75em) {
  .mcmHero .text-frame {
    width: 60%;
  }
}
.mcmHero .text-frame.frame-three {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .mcmHero .text-frame.frame-three {
    width: 90%;
  }
}
@media screen and (min-width: 64em) {
  .mcmHero .text-frame.frame-three {
    width: 60%;
  }
}
@media screen and (min-width: 75em) {
  .mcmHero .text-frame.frame-three {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .mcmHero .larger-content .text-frame {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .mcmHero .larger-content .text-frame {
    width: 85%;
  }
}
@media screen and (min-width: 75em) {
  .mcmHero .larger-content .text-frame {
    width: 75%;
  }
}
@media screen and (min-width: 48em) {
  .mcmHero .larger-content .text-frame.frame-three {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .mcmHero .larger-content .text-frame.frame-three {
    width: 75%;
  }
}
@media screen and (min-width: 75em) {
  .mcmHero .larger-content .text-frame.frame-three {
    width: 60%;
  }
}
.mcmHero .main-default-title {
  font-family: "InterstateUltraBlack", "Open Sans", sans-serif;
  letter-spacing: 0;
  font-size: 50px !important;
  font-size: 3.125rem !important;
}
@media screen and (min-width: 48em) {
  .mcmHero .main-default-title {
    line-height: 55px !important;
    line-height: 3.4375rem !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .mcmHero .main-default-title {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media screen and (max-width: 23.375em) {
  .mcmHero .main-default-title {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.mcmHero h1,
.mcmHero h1 .main-default-title {
  margin-bottom: 0;
}
.mcmHero .rte-hollow-text {
  -webkit-text-stroke: 1px white;
  color: transparent;
}
.mcmHero .frame-one,
.mcmHero .frame-two,
.mcmHero .frame-three {
  opacity: 0;
  animation: 1s ease-in-out normal forwards 1 fadein;
}
.mcmHero .frame-one {
  animation-delay: 1s;
}
.mcmHero .frame-two {
  animation-delay: 1.5s;
}
.mcmHero .frame-three {
  animation-delay: 3s;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mcmHero .buttonArray {
  text-align: left;
}
.mcmHero .buttonArray li {
  padding: 0;
}
.mcmHero .buttonArray .button {
  width: auto;
}

.featureboxes-tabbed .featurebox-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  letter-spacing: 0;
  line-height: 1.45;
}
.featureboxes-tabbed .tabs-container {
  display: flex;
  flex-wrap: wrap;
}
.featureboxes-tabbed .tabs-container .tabs-wrapper {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 30px;
  padding: 1.875rem;
  background: #bcbdc0;
}
@media screen and (min-width: 75em) {
  .featureboxes-tabbed .tabs-container .tabs-wrapper {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.featureboxes-tabbed .tabs-container .tabs-wrapper .richText p {
  margin: 0;
}
.featureboxes-tabbed .tabs-container .tabs-wrapper ul.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.featureboxes-tabbed .tabs-container .tabs-wrapper ul.tabs li.tab {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  width: 50%;
  border: none;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  padding-left: 0;
  margin: 1px 0 0;
  margin: 0.0625rem 0 0;
  white-space: nowrap;
  line-height: 1.2;
}
@media screen and (min-width: 48em) {
  .featureboxes-tabbed .tabs-container .tabs-wrapper ul.tabs li.tab {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.featureboxes-tabbed .tabs-container .tabs-wrapper ul.tabs li.tab:focus {
  outline: none;
}
.featureboxes-tabbed .tabs-container .tabs-wrapper ul.tabs li.tab:hover {
  cursor: pointer;
}
.featureboxes-tabbed .tabs-container .tabs-wrapper ul.tabs li.tab .icon {
  font-size: 10px;
  font-size: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (min-width: 48em) {
  .featureboxes-tabbed .tabs-container .tabs-wrapper ul.tabs li.tab .icon {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.featureboxes-tabbed .tabs-container .tabs-wrapper ul.tabs li.tab.active {
  color: #c00;
  font-weight: initial;
  line-height: 1.2;
}
.featureboxes-tabbed .tabs-content-container {
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 75em) {
  .featureboxes-tabbed .tabs-content-container {
    width: 48%;
    margin-left: 2%;
  }
}
.featureboxes-tabbed .tabs-content-container .tab-content {
  display: none;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
}
.featureboxes-tabbed .tabs-content-container .tab-content.active {
  display: block;
}
.featureboxes-tabbed .tabs-content-container .tab-content .name {
  font-size: 1.5em;
  font-weight: 500;
  color: #707070;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.featureboxes-tabbed .tabs-content-container .tab-content .contact {
  display: flex;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.featureboxes-tabbed .tabs-content-container .tab-content .icon {
  display: inline-flex;
  width: 26px;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
  color: #c00;
}
.featureboxes-tabbed .tabs-content-container .tab-content .icon.icon-newsroom-map {
  font-size: 28px;
  font-size: 1.75rem;
}
.featureboxes-tabbed .tabs-content-container .tab-content .icon.icon-nr-phone {
  font-size: 24px;
  font-size: 1.5rem;
}
.featureboxes-tabbed .tabs-content-container .tab-content .icon.icon-nr-email {
  font-size: 20px;
  font-size: 1.25rem;
}
.featureboxes-tabbed .tabs-content-container .tab-content .text {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.2rem;
  width: 100%;
  word-break: break-all;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.featureboxes-tabbed .tabs-content-container .tab-content .text a {
  font-weight: 300;
  color: #c00;
}
.featureboxes-tabbed .tabs-content-container .tab-content .text a:hover {
  color: #717172;
  text-decoration: underline;
}

.operatingSystemList .os-icons, .operatingSystemListV2 .os-icons {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  color: #4d4d4f;
}
.operatingSystemList .os-icons.white-icons, .operatingSystemListV2 .os-icons.white-icons {
  color: #fff;
}
.operatingSystemList .platform-icon, .operatingSystemListV2 .platform-icon {
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 25px;
  margin-right: 1.5625rem;
}
@media screen and (min-width: 64em) {
  .operatingSystemList .platform-icon, .operatingSystemListV2 .platform-icon {
    margin-right: 50px;
    margin-right: 3.125rem;
  }
}
.operatingSystemList .platform-icon sup, .operatingSystemListV2 .platform-icon sup {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 100;
  font-variant-position: super;
}
.operatingSystemList .platform-icon:last-child, .operatingSystemListV2 .platform-icon:last-child {
  margin-right: 0;
}
.operatingSystemList .platform-icon .icon-mac:before, .operatingSystemListV2 .platform-icon .icon-mac:before {
  content: none;
}
.operatingSystemList .align-left, .operatingSystemListV2 .align-left {
  text-align: left;
}
.operatingSystemList .align-right, .operatingSystemListV2 .align-right {
  text-align: right;
}
.operatingSystemList .align-center, .operatingSystemListV2 .align-center {
  text-align: center;
}

.pageTreeView ul {
  margin-left: -15px;
  margin-right: -15px;
}
.pageTreeView ul:before, .pageTreeView ul:after {
  content: " ";
  display: table;
}
.pageTreeView ul:after {
  clear: both;
}
.pageTreeView a {
  display: block;
  background: #fff;
  box-shadow: 0 0 5px #bcbdc0;
  box-shadow: 0 0 0.3125rem #bcbdc0;
  transition: box-shadow 0.2s;
}
.pageTreeView a:hover, .pageTreeView a:focus {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 0 7px #9d9fa2;
  box-shadow: 0 0 0.4375rem #9d9fa2;
  transition: box-shadow 0.2s;
}
.pageTreeView li {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .pageTreeView li {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pageTreeView img {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .pageTreeView .two-columns li:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 48em) {
  .pageTreeView .three-columns li:nth-child(3n+1) {
    clear: both;
  }
}
.pageTreeView .image-wrap {
  overflow: hidden;
  height: 90px;
  height: 5.625rem;
}
.pageTreeView .content-wrap {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  border-bottom: 3px solid #4d4d4f;
}
.pageTreeView .body-subhead-title,
.pageTreeView .main-subtitle-black {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.pageTreeView .description,
.pageTreeView .read-more {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.pageTreeView .read-more {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .pageTreeView .forty-sixty .image-wrap {
    width: 40%;
  }
}
@media screen and (min-width: 48em) {
  .pageTreeView .forty-sixty .content-wrap {
    width: 60%;
  }
}
@media screen and (min-width: 48em) {
  .pageTreeView .fifty-fifty .image-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .pageTreeView .fifty-fifty .content-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .pageTreeView .thirty-seventy .image-wrap {
    width: 32%;
  }
}
@media screen and (min-width: 48em) {
  .pageTreeView .thirty-seventy .content-wrap {
    width: 68%;
  }
}
.pageTreeView .featured-section li {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .pageTreeView .featured-section a {
    display: flex;
  }
}
.pageTreeView .featured-section .image-wrap {
  height: 200px;
  height: 12.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 48em) {
  .pageTreeView .featured-section .image-wrap {
    height: auto;
  }
}
@media screen and (min-width: 48em) {
  .pageTreeView .featured-section .content-wrap {
    padding: 40px 30px;
    padding: 2.5rem 1.875rem;
  }
}
.pageTreeView .featured-section .description,
.pageTreeView .featured-section .read-more {
  font-size: inherit;
  line-height: 30px;
  line-height: 1.875rem;
}
.pageTreeView .featured-label {
  display: inline-block;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  background: #fff;
  color: #c00;
}

.pageTreeViewStatic ul {
  margin-left: -15px;
  margin-right: -15px;
}
.pageTreeViewStatic ul:before, .pageTreeViewStatic ul:after {
  content: " ";
  display: table;
}
.pageTreeViewStatic ul:after {
  clear: both;
}
.pageTreeViewStatic li {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .pageTreeViewStatic li {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pageTreeViewStatic a {
  display: block;
  background: #fff;
  border: solid 1px #e6e7e8;
  transition: box-shadow 0.2s;
}
.pageTreeViewStatic a:hover, .pageTreeViewStatic a:focus {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 0 7px #9d9fa2;
  box-shadow: 0 0 0.4375rem #9d9fa2;
  transition: box-shadow 0.2s;
}
.pageTreeViewStatic img {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .pageTreeViewStatic .featured-section.fifty-fifty .image-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .pageTreeViewStatic .featured-section.fifty-fifty .content-wrap {
    width: 50%;
  }
}
.pageTreeViewStatic .featured-section li {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 64em) {
  .pageTreeViewStatic .featured-section a {
    display: flex;
  }
}
.pageTreeViewStatic .featured-section .image-wrap {
  height: 141px;
  height: 8.8125rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 48em) {
  .pageTreeViewStatic .featured-section .image-wrap {
    height: 300px;
    height: 18.75rem;
  }
}
.pageTreeViewStatic .featured-section .image-wrap .featured-label {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #c00;
}
.pageTreeViewStatic .featured-section .content-wrap {
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .pageTreeViewStatic .featured-section .content-wrap {
    padding: 30px 15px;
    padding: 1.875rem 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .pageTreeViewStatic .featured-section .content-wrap {
    padding: 30px 35px;
    padding: 1.875rem 2.1875rem;
  }
}
.pageTreeViewStatic .featured-section .content-wrap .inner-wrap {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .pageTreeViewStatic .featured-section .content-wrap .main-subtitle-black {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 37px;
    line-height: 2.3125rem;
  }
}
@media screen and (min-width: 64em) {
  .pageTreeViewStatic .featured-section .content-wrap .main-subtitle-black {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.pageTreeViewStatic .featured-section .content-wrap .description {
  display: none;
}
@media screen and (min-width: 48em) {
  .pageTreeViewStatic .featured-section .content-wrap .description {
    display: block;
    color: #4d4d4f;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
.pageTreeViewStatic .featured-section .content-wrap .read-more {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .pageTreeViewStatic .featured-section .content-wrap .read-more {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .pageTreeViewStatic .featured-section .content-wrap .read-more:before {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 48em) {
  .pageTreeViewStatic .four-columns li:nth-child(4n+1) {
    clear: both;
  }
}
.pageTreeViewStatic .image-wrap {
  overflow: hidden;
  height: 141px;
  height: 8.8125rem;
}
.pageTreeViewStatic .content-wrap {
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
}
.pageTreeViewStatic .content-wrap .topic-category {
  color: #c00;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 14.4px;
  line-height: 0.9rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.pageTreeViewStatic .content-wrap .cta-wrap {
  display: flex;
  align-items: flex-end;
  flex: 1 0 auto;
}
.pageTreeViewStatic .main-subtitle-black,
.pageTreeViewStatic .body-subhead-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #4d4d4f;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  line-height: 21.6px;
  line-height: 1.35rem;
  font-weight: 600;
  letter-spacing: normal;
}
.pageTreeViewStatic .description,
.pageTreeViewStatic .read-more {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.pageTreeViewStatic .read-more {
  color: #4d4d4f;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  line-height: 1.75rem;
  font-weight: 400;
  padding-right: 14px;
  padding-right: 0.875rem;
}
.pageTreeViewStatic .read-more:before {
  font-size: 11px;
  font-size: 0.6875rem;
}

.priceWidget, .manualPriceWidget, .manualPriceWidgetV2 {
  /*&:after {
  	content: ' ';
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	background: #fff;
  	z-index: 1;
  	top: 0;
  	opacity: 0.6;
  }*/
  /*&.fixed-width {
  	@media screen and (min-width: 48em) {
  		@include width(334px);
  	}

  	@media screen and (min-width: 64em) {
  		@include width(468px);
  	}
  }*/
  /*
   	.price-widget-inner-wrapper{

    .device_list {
  	border-radius: 10px;
  	@include padding(5px 12px);
  	@include width(100%);
    }

    // -----------------------------
    // Device select dropdown styles
    // -----------------------------
    .select {
  	position: relative;
  	@include width(100%);
  	border-radius: 10px;
  	text-align: left;

  	.selected_device {
  	  box-sizing: border-box;
  	  border-radius: 10px;
  	  @include width(100%);
  	  cursor: pointer;
  	  position: relative;
  	  -webkit-user-select: none;
  	  -moz-user-select: none;
  	  -ms-user-select: none;
  	  user-select: none;

  	  &.selected_toggle.selected_device:after {
  		transform: translateY(-15%) rotate(-135deg);
  	  }
  	}

  	.selected_device:after {
  	  content: "";
  	  position: absolute;
  	  @include top(45%);
  	  @include right(0);
  	  @include width(12px);
  	  @include height(12px);
  	  transform: translateY(-50%) rotate(45deg);
  	  transition: 0.2s ease;
  	}

  	.selected_device.toggle {
  	  border-radius: 3px 3px 0 0;
  	}

  	.select_drop_down {
  	  position: absolute;
  	  top: calc(100% + 3px);
  	  @include left(0);
  	  width: 100%!important;
  	  border-radius: 10px;
  	  z-index: 3;
  	  -webkit-transform: scale(1, 0);
  	  transform: scale(1, 0);
  	  transform-origin: top center;
  	  visibility: hidden;
  	  transition: 0.2s ease;
  	  display: flex;
  	  flex-direction: column;
  	  gap: 8px;
  	  @include padding-top(16px);
  	  @include padding-bottom(16px);
  	  @include padding-left(16px);
  	}

  	.select_drop_down .option {
  	  box-sizing: border-box;
  	  cursor: pointer;
  	  font-weight: 300;
  	  line-height: 27px;
  	  font-size: 16px;
  	}

  	.select_drop_down.toggle {
  	  visibility: visible;
  	  -webkit-transform: scale(1, 1);
  	  transform: scale(1, 1);
  	  @include margin(0);
  	}
    }


    .regular-price,
    .saving {
  	display: inline;
  	color: #000000;

  	span {
  	  font-family: $font-family-body;
  	  font-weight: 300;
  	  @include font-size(14px);
  	  line-height: 21px;
  	}
    }

    .saving {
  	@include font-size(14px);
  	line-height: 21px;
    }

  }
   */
  /*.regular-price__value {
  	@include font-size(22px);
  	font-weight: 600;

  	&.strikeout {
  		text-decoration: line-through;
  	}
  }*/
  /*.sale-price__value {
  	@include font-size(28px);
  	font-weight: 600;
  	color: $color-vital-red;
  }*/
}
.priceWidget .widget-wrap, .manualPriceWidget .widget-wrap, .manualPriceWidgetV2 .widget-wrap {
  position: relative;
  z-index: 2;
  padding: 20px;
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.6);
}
.priceWidget .product-name, .manualPriceWidget .product-name, .manualPriceWidgetV2 .product-name {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.45;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: inherit;
  letter-spacing: inherit;
}
.priceWidget .regular-price, .manualPriceWidget .regular-price, .manualPriceWidgetV2 .regular-price {
  margin-bottom: 0;
  color: #717172;
}
.priceWidget .regular-currency-price, .manualPriceWidget .regular-currency-price, .manualPriceWidgetV2 .regular-currency-price {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}
.priceWidget .regular-currency-price.strikeout, .manualPriceWidget .regular-currency-price.strikeout, .manualPriceWidgetV2 .regular-currency-price.strikeout {
  text-decoration: line-through;
}
.priceWidget .sale-price, .manualPriceWidget .sale-price, .manualPriceWidgetV2 .sale-price {
  margin-bottom: 0;
}
.priceWidget .sale-currency-price, .manualPriceWidget .sale-currency-price, .manualPriceWidgetV2 .sale-currency-price {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  color: #c00;
}
.priceWidget .discount-percentage, .manualPriceWidget .discount-percentage, .manualPriceWidgetV2 .discount-percentage {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  font-style: italic;
  color: #009fc2;
}
.priceWidget .product-description, .manualPriceWidget .product-description, .manualPriceWidgetV2 .product-description {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #cccccc;
}
.priceWidget .long-description.collapsing, .manualPriceWidget .long-description.collapsing, .manualPriceWidgetV2 .long-description.collapsing {
  display: block;
}
.priceWidget .description-collapse-toggle, .manualPriceWidget .description-collapse-toggle, .manualPriceWidgetV2 .description-collapse-toggle {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border: none;
  padding: 0;
  background: none;
  color: #009fc2;
}
.priceWidget .options-selection, .manualPriceWidget .options-selection, .manualPriceWidgetV2 .options-selection {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #cccccc;
}
.priceWidget .quantity, .manualPriceWidget .quantity, .manualPriceWidgetV2 .quantity {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.priceWidget .label, .priceWidget .platforms, .manualPriceWidget .label, .manualPriceWidget .platforms, .manualPriceWidgetV2 .label, .manualPriceWidgetV2 .platforms {
  display: block;
}
.priceWidget .quantity__button, .manualPriceWidget .quantity__button, .manualPriceWidgetV2 .quantity__button {
  display: inline-block;
  height: 30px;
  height: 1.875rem;
  border: 0;
  background: transparent;
  color: #333;
  vertical-align: middle;
}
.priceWidget .quantity__button:first-child, .manualPriceWidget .quantity__button:first-child, .manualPriceWidgetV2 .quantity__button:first-child {
  margin-left: 0;
}
.priceWidget .quantity__button[disabled], .manualPriceWidget .quantity__button[disabled], .manualPriceWidgetV2 .quantity__button[disabled] {
  color: #bcbdc0;
}
.priceWidget .quantity__button .icon-circle-plus-solid, .priceWidget .quantity__button .icon-circle-minus-solid, .manualPriceWidget .quantity__button .icon-circle-plus-solid, .manualPriceWidget .quantity__button .icon-circle-minus-solid, .manualPriceWidgetV2 .quantity__button .icon-circle-plus-solid, .manualPriceWidgetV2 .quantity__button .icon-circle-minus-solid {
  font-size: 28px;
  font-size: 1.75rem;
}
.priceWidget .quantity__button--decrement.qty-value-disabled, .manualPriceWidget .quantity__button--decrement.qty-value-disabled, .manualPriceWidgetV2 .quantity__button--decrement.qty-value-disabled {
  padding-right: 1px;
}
.priceWidget .quantity__button--increment.qty-value-disabled, .manualPriceWidget .quantity__button--increment.qty-value-disabled, .manualPriceWidgetV2 .quantity__button--increment.qty-value-disabled {
  padding-left: 1px;
}
.priceWidget .quantity__value, .priceWidget .quantity-max-label, .manualPriceWidget .quantity__value, .manualPriceWidget .quantity-max-label, .manualPriceWidgetV2 .quantity__value, .manualPriceWidgetV2 .quantity-max-label {
  font-size: 24px;
  font-size: 1.5rem;
  vertical-align: middle;
}
.priceWidget .quantity__value, .manualPriceWidget .quantity__value, .manualPriceWidgetV2 .quantity__value {
  width: 50px;
  width: 3.125rem;
  padding: 0;
  text-align: center;
}
.priceWidget .quantity__value:disabled, .manualPriceWidget .quantity__value:disabled, .manualPriceWidgetV2 .quantity__value:disabled {
  background: transparent;
  border: 0;
}
.priceWidget .quantity__value::-webkit-inner-spin-button,
.priceWidget .quantity__value::-webkit-outer-spin-button, .manualPriceWidget .quantity__value::-webkit-inner-spin-button,
.manualPriceWidget .quantity__value::-webkit-outer-spin-button, .manualPriceWidgetV2 .quantity__value::-webkit-inner-spin-button,
.manualPriceWidgetV2 .quantity__value::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.priceWidget .duration__button, .manualPriceWidget .duration__button, .manualPriceWidgetV2 .duration__button {
  display: inline-block;
  margin: 0 4px 10px;
  margin: 0 0.25rem 0.625rem;
  border: 1px solid #c00;
  background: none;
  color: #c00;
  text-transform: uppercase;
}
.priceWidget .duration__button:hover, .priceWidget .duration__button:focus, .priceWidget .duration__button.active, .manualPriceWidget .duration__button:hover, .manualPriceWidget .duration__button:focus, .manualPriceWidget .duration__button.active, .manualPriceWidgetV2 .duration__button:hover, .manualPriceWidgetV2 .duration__button:focus, .manualPriceWidgetV2 .duration__button.active {
  background: #c00;
  color: #fff;
}
.priceWidget .devices__button, .manualPriceWidget .devices__button, .manualPriceWidgetV2 .devices__button {
  display: inline-block;
  margin: 0 4px 10px;
  margin: 0 0.25rem 0.625rem;
  border: 1px solid #333;
  background: none;
  border-radius: 50%;
  padding: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  overflow: hidden;
}
.priceWidget .devices__button:hover, .priceWidget .devices__button:focus, .priceWidget .devices__button.active, .manualPriceWidget .devices__button:hover, .manualPriceWidget .devices__button:focus, .manualPriceWidget .devices__button.active, .manualPriceWidgetV2 .devices__button:hover, .manualPriceWidgetV2 .devices__button:focus, .manualPriceWidgetV2 .devices__button.active {
  background: #333;
  color: #fff;
}
.priceWidget .promo-wrap, .manualPriceWidget .promo-wrap, .manualPriceWidgetV2 .promo-wrap {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.priceWidget .promo-wrap a, .manualPriceWidget .promo-wrap a, .manualPriceWidgetV2 .promo-wrap a {
  color: #009fc2;
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.priceWidget .promo-wrap a:hover, .priceWidget .promo-wrap a:focus, .manualPriceWidget .promo-wrap a:hover, .manualPriceWidget .promo-wrap a:focus, .manualPriceWidgetV2 .promo-wrap a:hover, .manualPriceWidgetV2 .promo-wrap a:focus {
  text-decoration: none;
}
.priceWidget .buy-now-button, .manualPriceWidget .buy-now-button, .manualPriceWidgetV2 .buy-now-button {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 3px 0;
  padding: 0.1875rem 0;
  text-align: center;
}
.priceWidget .disabled-anchor, .manualPriceWidget .disabled-anchor, .manualPriceWidgetV2 .disabled-anchor {
  pointer-events: none;
  cursor: default;
  background: #bcbdc0 !important;
  color: #fff !important;
  border-color: #bcbdc0;
}
.priceWidget .disabled-anchor:hover, .manualPriceWidget .disabled-anchor:hover, .manualPriceWidgetV2 .disabled-anchor:hover {
  background: #bcbdc0;
  border-color: #bcbdc0;
  color: #fff;
}
.priceWidget .shadow, .manualPriceWidget .shadow, .manualPriceWidgetV2 .shadow {
  box-shadow: 1px 1px 5px 2px #bcbdc0;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem 0.125rem #bcbdc0;
}
.priceWidget .auto-renewal-text, .manualPriceWidget .auto-renewal-text, .manualPriceWidgetV2 .auto-renewal-text {
  margin: 0;
}
.priceWidget .widget-content, .manualPriceWidget .widget-content, .manualPriceWidgetV2 .widget-content {
  position: relative;
}
.priceWidget .loader, .manualPriceWidget .loader, .manualPriceWidgetV2 .loader {
  visibility: hidden;
}
.priceWidget .loader:after, .manualPriceWidget .loader:after, .manualPriceWidgetV2 .loader:after {
  content: "Loading...";
  color: #c00;
  visibility: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.priceWidget .is__variation .options-selection,
.priceWidget .is__variation .product-description, .manualPriceWidget .is__variation .options-selection,
.manualPriceWidget .is__variation .product-description, .manualPriceWidgetV2 .is__variation .options-selection,
.manualPriceWidgetV2 .is__variation .product-description {
  border-bottom: 0;
}
.priceWidget .is__variation .options-selection, .manualPriceWidget .is__variation .options-selection, .manualPriceWidgetV2 .is__variation .options-selection {
  margin-bottom: 0;
}

.productDescriptionContainer {
  position: relative;
  /*& + .productDescriptionContainer {
  	@include margin-top(-10px);
  }*/
}
.productDescriptionContainer .prod-content .consumerCardCarouselV1 {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
}
@media screen and (min-width: 64em) {
  .productDescriptionContainer .prod-content .consumerCardCarouselV1 {
    margin-left: unset;
    margin-right: unset;
  }
}
.productDescriptionContainer .color-opacity {
  margin-left: -15px;
  margin-left: -0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .prod-desc-behind-breadcrumbs main > .productDescriptionContainer:first-child .product-description-wrap {
    padding-top: 85px !important;
    padding-top: 5.3125rem !important;
  }
}
.productDescriptionContainer h5 p {
  margin: 0;
}
.productDescriptionContainer .product-description-wrap {
  position: relative;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .product-description-wrap.bg-full {
    background-size: 100%;
  }
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .product-description-wrap.bg-cover {
    background-size: cover;
  }
}
@media screen and (max-width: 47.9375em) {
  .productDescriptionContainer .product-description-wrap.bg-full-mobile {
    background-size: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .productDescriptionContainer .product-description-wrap.bg-cover-mobile {
    background-size: cover;
  }
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .left-separator:before,
  .productDescriptionContainer .right-separator:after {
    display: block;
    content: " ";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
  }
}
.productDescriptionContainer .hide-on-tablet:before, .productDescriptionContainer .hide-on-tablet:after {
  display: none;
}
@media screen and (min-width: 64em) {
  .productDescriptionContainer .hide-on-tablet:before, .productDescriptionContainer .hide-on-tablet:after {
    display: block;
  }
}
.productDescriptionContainer .border-enabled.gray-border {
  border: 1px solid #bcbdc0;
}
.productDescriptionContainer .border-enabled.white-border {
  border: 1px solid #fff;
}
.productDescriptionContainer .left-separator:before {
  left: 0;
}
.productDescriptionContainer .right-separator:after {
  right: 0;
}
.productDescriptionContainer .gray-separator:before,
.productDescriptionContainer .gray-separator:after {
  background: #9d9fa2;
}
.productDescriptionContainer .white-separator:before,
.productDescriptionContainer .white-separator:after {
  background: #fff;
}
@media screen and (max-width: 47.9375em) {
  .productDescriptionContainer .mobile-bg-center {
    background-position: center;
  }
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .mobile-bg-center {
    background-position: inherit;
  }
}
@media screen and (max-width: 47.9375em) {
  .productDescriptionContainer .mobile-bg-left {
    background-position: left;
  }
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .mobile-bg-left {
    background-position: inherit;
  }
}
@media screen and (max-width: 47.9375em) {
  .productDescriptionContainer .mobile-bg-right {
    background-position: right;
  }
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .mobile-bg-right {
    background-position: inherit;
  }
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .tab-bg-center {
    background-position: center;
  }
}
@media screen and (min-width: 64em) {
  .productDescriptionContainer .tab-bg-center {
    background-position: inherit;
  }
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .tab-bg-left {
    background-position: left;
  }
}
@media screen and (min-width: 64em) {
  .productDescriptionContainer .tab-bg-left {
    background-position: inherit;
  }
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .tab-bg-right {
    background-position: right;
  }
}
@media screen and (min-width: 64em) {
  .productDescriptionContainer .tab-bg-right {
    background-position: inherit;
  }
}
@media screen and (min-width: 64em) {
  .productDescriptionContainer .desktop-bg-center {
    background-position: center;
  }
}
@media screen and (min-width: 64em) {
  .productDescriptionContainer .desktop-bg-left {
    background-position: left;
  }
}
@media screen and (min-width: 64em) {
  .productDescriptionContainer .desktop-bg-right {
    background-position: right;
  }
}
.productDescriptionContainer .vertical-align-enabled {
  position: relative;
}
.productDescriptionContainer .vertical-align {
  position: relative;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productDescriptionContainer [id*=tm-anchor] {
  display: inline-block;
}
.productDescriptionContainer .tooltip-wrap {
  position: absolute;
  bottom: 40px;
  bottom: 2.5rem;
  text-align: right;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.productDescriptionContainer .tooltip-wrap.open .tooltip {
  display: block;
}
.productDescriptionContainer .tooltip-inner-wrap {
  display: inline-block;
}
.productDescriptionContainer .tooltip-button {
  display: inline-block;
  cursor: pointer;
}
.productDescriptionContainer .icon-info {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .icon-info {
    font-size: 32px;
    font-size: 2rem;
    margin-right: 0;
  }
}
.productDescriptionContainer .tooltip {
  display: none;
  position: absolute;
  background: #333;
  border-radius: 20px;
  border-radius: 1.25rem;
  color: #fff;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
  right: 60px;
  right: 3.75rem;
  max-width: 260px;
  max-width: 16.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  text-align: left;
  transform: translateY(-50%);
}
@media screen and (min-width: 48em) {
  .productDescriptionContainer .tooltip {
    max-width: 300px;
    max-width: 18.75rem;
    right: 70px;
    right: 4.375rem;
  }
}
.productDescriptionContainer .tooltip:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  right: -0.3125rem;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  background: #333;
  transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}
.productDescriptionContainer .tooltip p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
}
.productDescriptionContainer .tooltip-description {
  font-weight: 600;
}
.productDescriptionContainer .tooltip-white .tooltip {
  color: #333;
  background: #fff;
}
.productDescriptionContainer .tooltip-white .tooltip:after {
  background: #fff;
}
.productDescriptionContainer .tooltip-white .tooltip-button {
  color: #fff;
}

.productHighlight .product-highlight-wrap {
  padding: 30px;
  padding: 1.875rem;
  border: 1px solid #bcbdc0;
}
.productHighlight .product-highlight-wrap.border-white {
  border: 1px solid #fff;
}
.productHighlight .product-icon {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.productHighlight .product-highlight-text {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.productHighlight .price-wrap {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.productHighlight .sale-price {
  font-size: 24px;
  font-size: 1.5rem;
  color: #009fc2;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.productHighlight .regular-price {
  font-size: 18px;
  font-size: 1.125rem;
  color: #9d9fa2;
  text-decoration: line-through;
}
.productHighlight .sale-price,
.productHighlight .regular-price {
  display: inline-block;
}
.productHighlight .button-array {
  word-wrap: break-word;
}
.productHighlight .button-array:before, .productHighlight .button-array:after {
  content: " ";
  display: table;
}
.productHighlight .button-array:after {
  clear: both;
}
.productHighlight .button-array li {
  margin: 0;
  float: none;
}
@media screen and (min-width: 64em) {
  .productHighlight .button-array li {
    width: 50%;
    float: left;
  }
}
.productHighlight .button-array li:last-child {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .productHighlight .button-array li:last-child {
    padding-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .productHighlight .button-array li:last-child {
    padding-left: 10px;
    padding-left: 0.625rem;
  }
}
.productHighlight .button-array li:first-child {
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  .productHighlight .button-array li:first-child {
    padding-right: 0;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .productHighlight .button-array li:first-child {
    padding-right: 10px;
    padding-right: 0.625rem;
  }
}
.productHighlight .button-array li a {
  width: 100%;
}
.productHighlight .button-array a {
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .productHighlight .button-array a {
    padding: 10px;
    padding: 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .productHighlight .button-array a {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
}
.productHighlight .pricing-enabled {
  display: flex;
  justify-content: flex-end;
}
.productHighlight .pricing-enabled .button-array li {
  width: auto;
}
.productHighlight .no-image .button-array li {
  float: left;
  width: auto;
  padding: 0;
}
.productHighlight .no-image .button-array li + li {
  margin-left: 10px;
  margin-left: 0.625rem;
}
.productHighlight .mobile-price-button {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.productHighlight .mobile-price-button .pricing-enabled, .productHighlight .mobile-price-button > div {
  display: flex;
}
.productHighlight .mobile-price-button .price-wrap {
  display: block;
}
.productHighlight .mobile-price-button .button-array li {
  justify-content: flex-start;
}
.productHighlight .mobile-price-button .pricing-enabled .button-array li {
  justify-content: flex-end;
  width: auto;
}
.productHighlight .os-icons {
  color: #4d4d4f;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (max-width: 47.9375em) {
  .productHighlight .os-icons {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .productHighlight .os-icons {
    /*@include font-size(50px); old font size */
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
.productHighlight .os-icons.center-align-icons {
  text-align: center;
}
.productHighlight .platform-icon {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  display: block;
}
.productHighlight .platform-icon sup {
  font-size: 57%;
  font-weight: 100;
  font-variant-position: super;
}
.productHighlight .platform-icon:last-child {
  margin-right: 0;
}

.productImageText {
  /*.icon-wrap {
  	text-align: center;

  	@media screen and (min-width: 48em) {
  		@include padding(10px 0);
  	}

  	.icon-circle-chevron-right {
  		@include font-size(35px);
  		color: #fff;
  	}
  }*/
}
.productImageText .orientation-horizontal {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.productImageText .mobile-stacked-separator {
  border-bottom: 1px solid #9d9fa2;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 48em) {
  .productImageText .mobile-stacked-separator {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.productImageText .product-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.productImageText .product-text.image-text-space-decrease {
  padding-left: 0;
}
.productImageText .image-wrap {
  text-align: center;
}
.productImageText .image-wrap img {
  max-width: 100%;
}
.productImageText .link-wrap {
  display: block;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 48em) {
  .productImageText .link-wrap {
    padding-top: 10px;
    padding-top: 0.625rem;
    margin-left: -10px;
    margin-left: -0.625rem;
    margin-right: -10px;
    margin-right: -0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .productImageText .link-wrap {
    margin-left: -15px;
    margin-left: -0.9375rem;
    margin-right: -15px;
    margin-right: -0.9375rem;
    padding-top: 0;
    /*.icon-wrap {
    	display: none;
    }*/
  }
}
.productImageText .link-wrap:hover.hover-icon-style {
  /*@media screen and (min-width: 64em) {
  	position: relative;
  	.icon-wrap {
  		display: block;
  		position: absolute;
  		height: 100%;
  		left: 0;

  		.icon-circle-chevron-right {
  			position: absolute;
  			top: 50%;
  			left: 45%;
  			color: #fff;
  			border-radius: 50%;
  			padding: 1px;
  			@include font-size(50px);
  			transform: translateY(-50%);
  		}

  		&:before {
  			background-color: #fff;
  			content: " ";
  			height: 100%;
  			left: 0;
  			opacity: .6;
  			position: absolute;
  			top: 0;
  			width: 100%;
  		}
  	}
  }*/
}
@media screen and (min-width: 64em) {
  .productImageText .link-wrap:hover.hover-icon-style img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
  }
}
@media screen and (min-width: 64em) {
  .productImageText .link-wrap:hover.hover-icon-style .horizontal.center-image > img {
    transform: translateY(-50%) scale(1.1);
    -webkit-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
  }
}
.productImageText .link-wrap.hover-icon-style img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
}
@media screen and (min-width: 64em) {
  .productImageText .horizontal.center-text {
    position: relative;
  }
  .productImageText .horizontal.center-text > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 47.9375em) {
  .productImageText .horizontal.center-text {
    position: relative;
  }
  .productImageText .horizontal.center-text > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 64em) {
  .productImageText .horizontal.center-image {
    position: relative;
  }
  .productImageText .horizontal.center-image > img {
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 47.9375em) {
  .productImageText .horizontal.center-image {
    position: relative;
  }
  .productImageText .horizontal.center-image > img {
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 47.9375em) {
  .productImageText .mobile-horizontal {
    position: relative;
    transform: inherit;
    /*
    .icon-circle-chevron-right {
    	position: absolute;
    	left: 20%;
    	top: 45%;
    	transform: translateY(-45%);
    	@include font-size(45px);
    }*/
  }
}
.productImageText .mobile-vertical {
  /*.icon-wrap {
  	@media screen and (max-width: 47.9375em) {
  		@include padding(10px 0);
  	}
  }*/
}
@media screen and (max-width: 47.9375em) {
  .productImageText .mobile-vertical {
    padding-top: 10px;
    padding-top: 0.625rem;
  }
}
.productImageText .add-flex {
  /*&.mobile-horizontal {
  	.icon-circle-chevron-right {
  		@media screen and (max-width: 47.9375em) {
  			top: 0;
  			transform: inherit;
  		}
  	}
  }*/
}
@media screen and (max-width: 47.9375em) {
  .productImageText .add-flex.mobile-horizontal {
    display: flex;
    min-height: 55px;
    min-height: 3.4375rem;
  }
}
@media screen and (min-width: 48em) {
  .productImageText .add-flex.tablet-horizontal {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .productImageText .add-flex.desktop-horizontal {
    display: flex;
  }
}
.productImageText .flex-child {
  width: 100%;
}
.productImageText .desktop-vertical .left-align,
.productImageText .tablet-vertical .left-align,
.productImageText .mobile-vertical .left-align {
  text-align: left;
}
.productImageText .desktop-vertical .right-align,
.productImageText .tablet-vertical .right-align,
.productImageText .mobile-vertical .right-align {
  text-align: right;
}

.productTrial {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 100px;
  min-height: 6.25rem;
}
.productTrial #trial-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-top: 5rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.productTrial #trial-below-banner {
  /*
  @include margin-bottom(250px);

  @media screen and (min-width: 48em){
        	@include margin-bottom(50px);
        }
        */
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.productTrial .trial-form-cta {
  padding: 10px 10px 0;
}
@media screen and (max-width: 47.9375em) {
  .productTrial .form-pane-wrapper {
    margin-top: 0 !important;
  }
}
.productTrial .form-pane {
  background: #f3f3f3;
  border: 1px solid #999;
}

/*
  Move the contents down half the image height, or you'll
  get overlap from .mobile-image's negative margin
*/
.productTeaser {
  /* These rules should only apply when the full browser image width option is checked */
}
.productTeaser.full-browser-width-wrap .child-of-full-width > .inner-container .textFields, .productTeaser.full-browser-width-wrap .child-of-full-width > .inner-container .buttonArray {
  padding-left: 0;
}

.clr {
  clear: both;
}

.product-teaser {
  background-color: #ebeff2;
  width: 100%;
  display: table;
}
.product-teaser .content-container {
  display: table-row;
}
@media screen and (min-width: 64em) {
  .product-teaser .flex-child {
    display: flex;
  }
}
@media screen and (max-width: 47.9375em) {
  .product-teaser .flex-child {
    display: flex;
    min-height: 55px;
    min-height: 3.4375rem;
  }
}
.product-teaser .image-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .product-teaser .image-wrap {
    padding-left: 0;
    display: table-cell;
    width: 50%;
  }
}
.product-teaser .image-wrap img {
  width: 100%;
  position: relative;
}
.product-teaser .textFields {
  float: none;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 48em) {
  .product-teaser .textFields {
    display: table-cell;
    width: 50%;
    float: left;
  }
}
.product-teaser .mobile-image-container {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .product-teaser .mobile-image-container {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .product-teaser .buttonArray {
    padding: 0 0 16px 64px;
    padding: 0 0 1rem 4rem;
  }
}

.container-fluid--hybrid > .reference {
  margin: 0;
  padding: 0;
  max-width: none;
  width: 100%;
}
.container-fluid--hybrid > .reference > div > div > .section {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  .container-fluid--hybrid > .reference > div > div > .section {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid--hybrid > .reference > div > div > .section {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container-fluid--hybrid > .reference > div > div > .section {
    max-width: 1170px;
  }
}
.container-fluid--hybrid > .reference > div > div > .full-browser-width-wrap,
.container-fluid--hybrid > .reference > div > div > .artOfCyberSecurityHeader,
.container-fluid--hybrid > .reference > div > div > .footerCampaign1 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.container-fluid--hybrid > .reference > div > div > .full-browser-width-wrap .inner-container,
.container-fluid--hybrid > .reference > div > div > .artOfCyberSecurityHeader .inner-container,
.container-fluid--hybrid > .reference > div > div > .footerCampaign1 .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid--hybrid > .reference > div > div > .full-browser-width-wrap .inner-container:before, .container-fluid--hybrid > .reference > div > div > .full-browser-width-wrap .inner-container:after,
.container-fluid--hybrid > .reference > div > div > .artOfCyberSecurityHeader .inner-container:before,
.container-fluid--hybrid > .reference > div > div > .artOfCyberSecurityHeader .inner-container:after,
.container-fluid--hybrid > .reference > div > div > .footerCampaign1 .inner-container:before,
.container-fluid--hybrid > .reference > div > div > .footerCampaign1 .inner-container:after {
  content: " ";
  display: table;
}
.container-fluid--hybrid > .reference > div > div > .full-browser-width-wrap .inner-container:after,
.container-fluid--hybrid > .reference > div > div > .artOfCyberSecurityHeader .inner-container:after,
.container-fluid--hybrid > .reference > div > div > .footerCampaign1 .inner-container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .container-fluid--hybrid > .reference > div > div > .full-browser-width-wrap .inner-container,
  .container-fluid--hybrid > .reference > div > div > .artOfCyberSecurityHeader .inner-container,
  .container-fluid--hybrid > .reference > div > div > .footerCampaign1 .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid--hybrid > .reference > div > div > .full-browser-width-wrap .inner-container,
  .container-fluid--hybrid > .reference > div > div > .artOfCyberSecurityHeader .inner-container,
  .container-fluid--hybrid > .reference > div > div > .footerCampaign1 .inner-container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container-fluid--hybrid > .reference > div > div > .full-browser-width-wrap .inner-container,
  .container-fluid--hybrid > .reference > div > div > .artOfCyberSecurityHeader .inner-container,
  .container-fluid--hybrid > .reference > div > div > .footerCampaign1 .inner-container {
    max-width: 1170px;
  }
}

table.reportTable {
  margin-top: 40px;
}
table.reportTable th {
  font-weight: bold;
}

.reseller {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.reseller .reseller-banner {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 330px;
  min-height: 20.625rem;
}
.reseller .reseller-heading {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.reseller hr {
  margin: 180px 0 0;
  margin: 11.25rem 0 0;
}
@media screen and (min-width: 48em) {
  .reseller .reseller-wrap {
    margin-top: -330px;
    margin-top: -20.625rem;
  }
}
.reseller .form-wrap {
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  background: #e6e7e8;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.reseller .form-control {
  border: 1px solid #e6e7e8;
}
.reseller .select-wrap {
  position: relative;
  background-color: #fff;
}
.reseller .select-wrap:after {
  content: "\e90a";
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  margin: 0;
  border: none;
  transform: translateY(-50%);
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1; /* Put this behind the select */
}
.reseller .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 40px;
  padding-right: 2.5rem;
  /* Put this in front of the chevron, but make it transparent */
  position: relative;
  background-color: transparent;
  z-index: 2;
}
.reseller .select-wrap select::-ms-expand {
  display: none;
}
.reseller .sort-wrap {
  display: block;
}
@media (min-width: 768px) {
  .reseller .sort-wrap {
    display: flex;
  }
}
@media screen and (min-width: 48em) {
  .reseller .sort-wrap label {
    margin-top: 5px;
    margin-top: 0.3125rem;
    margin-right: 1rem;
  }
}
.reseller .field-wrap {
  padding: 0;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.reseller .button-wrap {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 48em) {
  .reseller .button-wrap {
    padding: 36px 15px 0 15px;
    padding: 2.25rem 0.9375rem 0 0.9375rem;
  }
}
.reseller .button-wrap .button {
  padding: 7px 20px;
  padding: 0.4375rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .reseller .button-wrap .button {
    width: 100%;
    padding: 7px;
    padding: 0.4375rem;
  }
}
.reseller .reseller-results {
  display: none;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 3px 0;
}
@media screen and (min-width: 48em) {
  .reseller .reseller-results {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
}
.reseller .reseller-results > thead th {
  width: 20%;
  color: #fff;
  background: #c00;
  padding: 20px;
  padding: 1.25rem;
}
.reseller .reseller-results > thead th:first-child {
  width: 40%;
  background: transparent;
}
.reseller .reseller-results > tbody {
  font-size: 14px;
  font-size: 0.875rem;
}
.reseller .reseller-results > tbody > tr:nth-child(odd) {
  background: #f2f2f2;
}
.reseller .reseller-results > tbody > tr > td {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  border-bottom: 2px solid #e6e7e8;
}
.reseller .reseller-results > tbody > tr > td:first-child {
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
.reseller .tier-contact-wrap {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
.reseller .tier-contact-wrap h4 {
  padding: 0;
  margin: 0;
}
.reseller .main-td {
  background: #c00;
  color: #fff;
}
@media screen and (min-width: 48em) {
  .reseller .main-td {
    background: inherit;
    color: inherit;
  }
}
.reseller .main-td h4 {
  display: inline-block;
  min-width: 55%;
  padding-right: 10px;
  padding-right: 0.625rem;
}
@media screen and (max-width: 47.9375em) and (orientation: landscape) {
  .reseller .main-td h4 {
    min-width: 65%;
  }
}
@media screen and (min-width: 48em) {
  .reseller .main-td h4 {
    display: block;
    min-width: auto;
    padding-right: 0;
  }
}
.reseller .tier {
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .reseller .tier {
    display: inline;
  }
}
.reseller .contact {
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .reseller .contact {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .reseller .contact a {
    color: #fff;
    text-decoration: underline;
  }
}
@media screen and (max-width: 47.9375em) {
  .reseller .contact a:focus {
    color: #fff;
  }
}
.reseller .inner-table {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}
@media screen and (min-width: 48em) {
  .reseller .inner-table {
    display: none;
  }
}
.reseller .inner-table th {
  background: #f2f2f2;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-align: left;
  width: 50%;
}
.reseller .inner-table th:first-child {
  border-right: 3px solid #c00;
}
.reseller .inner-table td {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
}
.reseller .inner-table td:first-child {
  border-right: 3px solid #c00;
}
.reseller .results-nav {
  display: none;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.reseller .results-nav__button {
  border: none;
  background: none;
  font-size: 20px;
  font-size: 1.25rem;
  vertical-align: middle;
}
.reseller .results-nav__button[disabled] {
  color: #bcbdc0;
}
.reseller .no-results {
  display: none;
  text-align: center;
  color: #9d9fa2;
}
@media screen and (min-width: 48em) {
  .reseller .no-results {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

.resourceLink.section {
  padding: 0;
}

.responsiveColumnControl {
  overflow: hidden;
}
.responsiveColumnControl .row--extra-padding {
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-right: -20px;
  margin-right: -1.25rem;
}
.responsiveColumnControl .row--extra-padding > div {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.responsiveColumnControl .col-xs-12point5-percent,
.responsiveColumnControl .col-xs-20-percent,
.responsiveColumnControl .col-xs-60-percent {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.responsiveColumnControl .col-xs-12point5-percent {
  width: 12.5%;
}
.responsiveColumnControl .col-xs-20-percent {
  width: 20%;
}
.responsiveColumnControl .col-xs-60-percent {
  width: 60%;
}
@media screen and (min-width: 48em) {
  .responsiveColumnControl .col-sm-12point5-percent {
    float: left;
    width: 12.5%;
  }
}
@media screen and (min-width: 48em) {
  .responsiveColumnControl .col-sm-20-percent {
    float: left;
    width: 20%;
  }
}
@media screen and (min-width: 48em) {
  .responsiveColumnControl .col-sm-60-percent {
    float: left;
    width: 60%;
  }
}
@media screen and (min-width: 64em) {
  .responsiveColumnControl .col-md-12point5-percent {
    float: left;
    width: 12.5%;
  }
}
@media screen and (min-width: 64em) {
  .responsiveColumnControl .col-md-20-percent {
    float: left;
    width: 20%;
  }
}
@media screen and (min-width: 64em) {
  .responsiveColumnControl .col-md-60-percent {
    float: left;
    width: 60%;
  }
}
.responsiveColumnControl .medium-spacing > .column {
  padding-left: 17px;
  padding-left: 1.0625rem;
  padding-right: 17px;
  padding-right: 1.0625rem;
}
.responsiveColumnControl .medium-spacing > .column:first-child {
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.responsiveColumnControl .medium-spacing > .column:last-child {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .responsiveColumnControl .medium-spacing > .col-xs-12 {
    padding-left: 15px !important;
    padding-left: 0.9375rem !important;
    padding-right: 15px !important;
    padding-right: 0.9375rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .responsiveColumnControl .medium-spacing > .col-sm-12 {
    padding-left: 15px !important;
    padding-left: 0.9375rem !important;
    padding-right: 15px !important;
    padding-right: 0.9375rem !important;
  }
}
@media screen and (min-width: 64em) {
  .responsiveColumnControl .medium-spacing > .col-md-12 {
    padding-left: 15px !important;
    padding-left: 0.9375rem !important;
    padding-right: 15px !important;
    padding-right: 0.9375rem !important;
  }
}
.responsiveColumnControl .large-spacing > .column {
  padding-left: 27px;
  padding-left: 1.6875rem;
  padding-right: 27px;
  padding-right: 1.6875rem;
}
.responsiveColumnControl .large-spacing > .column:first-child {
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.responsiveColumnControl .large-spacing > .column:last-child {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (max-width: 47.9375em) {
  .responsiveColumnControl .large-spacing > .col-xs-12 {
    padding-left: 15px !important;
    padding-left: 0.9375rem !important;
    padding-right: 15px !important;
    padding-right: 0.9375rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .responsiveColumnControl .large-spacing > .col-sm-12 {
    padding-left: 15px !important;
    padding-left: 0.9375rem !important;
    padding-right: 15px !important;
    padding-right: 0.9375rem !important;
  }
}
@media screen and (min-width: 64em) {
  .responsiveColumnControl .large-spacing > .col-md-12 {
    padding-left: 15px !important;
    padding-left: 0.9375rem !important;
    padding-right: 15px !important;
    padding-right: 0.9375rem !important;
  }
}

.rightRailBreadcrumb {
  padding: 20px 0 10px 0;
  padding: 1.25rem 0 0.625rem 0;
}
@media (min-width: 1024px) {
  .rightRailBreadcrumb {
    padding: 40px 15px 20px 15px;
    padding: 2.5rem 0.9375rem 1.25rem 0.9375rem;
  }
}
.rightRailBreadcrumb h4 {
  font-weight: 400;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .rightRailBreadcrumb h4 {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}
.rightRailBreadcrumb .right-rail-breadcrumb li {
  line-height: initial;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.rightRailBreadcrumb .right-rail-breadcrumb li.currentPage {
  display: flex;
  align-items: center;
}
.rightRailBreadcrumb .right-rail-breadcrumb li.currentPage:before {
  font-size: 10px;
  font-size: 0.625rem;
  content: "\e90c";
  color: #c00;
  font-family: "icomoon" !important;
}
.rightRailBreadcrumb .right-rail-breadcrumb li.currentPage span {
  font-weight: 600;
  text-decoration: none;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.rightRailBreadcrumb .right-rail-breadcrumb li a {
  font-weight: 100;
  text-decoration: underline;
}

.rssFeed .rss-wrap > ul > li {
  display: table;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .rssFeed .rss-wrap > ul > li {
    padding-right: 0;
  }
}
.rssFeed .rss-wrap > ul > li img {
  display: none;
}
@media screen and (min-width: 64em) {
  .rssFeed .rss-wrap > ul > li img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    float: none !important;
    margin: 0 !important;
    width: 320px;
    width: 20rem;
    max-width: 28%;
    height: 100%;
  }
}
.rssFeed .no-image img {
  display: none !important;
}
.rssFeed .no-image.post-wrap .post-title, .rssFeed .no-image.post-wrap .post-description {
  width: 100%;
}
.rssFeed .no-post-description.post-wrap .post-title {
  width: 100%;
}
.rssFeed .no-post-description.post-wrap .post-date {
  margin-bottom: 0;
}
.rssFeed .no-title.post-wrap .post-date {
  margin-top: 0;
}
.rssFeed .no-date.post-wrap .post-title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.rssFeed .light-text {
  color: #fff;
}
.rssFeed .light-text .post-title, .rssFeed .light-text .post-title:hover, .rssFeed .light-text .post-title:focus,
.rssFeed .light-text .more-button, .rssFeed .light-text .more-button:hover, .rssFeed .light-text .more-button:focus {
  color: #fff;
}
.rssFeed p {
  margin-bottom: 0;
}
.rssFeed .main-body-title {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.rssFeed .post-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 72%;
  margin: 15px 0;
  margin: 0.9375rem 0;
}
@media screen and (min-width: 64em) {
  .rssFeed .post-wrap .post-title,
  .rssFeed .post-wrap .post-description {
    width: 72%;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
.rssFeed .post-date {
  font-weight: 600;
  margin: 10px 0;
  margin: 0.625rem 0;
  color: #009fc2;
}
@media screen and (min-width: 64em) {
  .rssFeed .post-date {
    margin: 20px 0;
    margin: 1.25rem 0;
  }
}
.rssFeed .more-button {
  font-weight: 600;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.rssFeed .blog-array:before, .rssFeed .blog-array:after {
  content: " ";
  display: table;
}
.rssFeed .blog-array:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .rssFeed .blog-array .blog-wrap {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .rssFeed .blog-array .blog-wrap:nth-child(even) {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 48em) {
  .rssFeed .blog-array .blog-wrap:nth-child(odd) {
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
.rssFeed .blog-wrap {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.rssFeed .blog-wrap a:hover, .rssFeed .blog-wrap a:focus {
  text-decoration: none;
}
.rssFeed .blog-wrap .blog-title {
  background-color: #d71920;
  color: #fff;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  position: relative;
  z-index: 1;
}
.rssFeed .blog-wrap .blog-title:hover, .rssFeed .blog-wrap .blog-title:focus {
  text-decoration: none;
}
.rssFeed .blog-wrap .blog-title-text {
  padding: 10px 0;
  padding: 0.625rem 0;
}
.rssFeed .blog-wrap .post-title,
.rssFeed .blog-wrap .post-date {
  color: #fff;
  margin-bottom: 0;
}
.rssFeed .image-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 300px;
  min-height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .rssFeed .image-wrap {
    min-height: 350px;
    min-height: 21.875rem;
  }
}
@media screen and (min-width: 64em) {
  .rssFeed .image-wrap {
    min-height: 400px;
    min-height: 25rem;
  }
}
.rssFeed .image-wrap img {
  width: 100% !important;
  height: auto;
}
.rssFeed .post-details {
  padding: 20px;
  padding: 1.25rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: transparent;
}
.rssFeed .post-details:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #272727;
  opacity: 0.85;
}
.rssFeed .post-details.bg-opaque {
  background: #272727;
}
.rssFeed .post-details.bg-opaque:after {
  display: none;
}
.rssFeed .see-more-wrap a {
  font-weight: 600;
}
.rssFeed .blog-array .description-image {
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.rssFeed .post-image {
  position: absolute;
  top: 0;
}

.rssFeedV2 .featureboxes-top {
  display: flex;
  flex-wrap: wrap;
}
.rssFeedV2 .featureboxes-top .featurebox-container {
  margin-right: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  opacity: 0.8;
  position: relative;
  background-position: center;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard {
  color: #ffffff;
  width: 100%;
  margin-right: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 812px) {
  .rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 30px;
  width: 100%;
  height: 100%;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-news-title,
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0;
  margin-top: 0;
}
@media screen and (min-width: 75em) {
  .rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-news-title,
  .rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-title {
    font-weight: 400;
  }
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-news-title {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-title {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-description {
  margin: 0 0 1.3em;
}
@media screen and (min-width: 75em) {
  .rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-description {
    font-weight: 400;
  }
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-link {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-link {
    font-weight: 400;
  }
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-link .text:hover {
  text-decoration: underline;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-standard .featured-news-content .featured-link .icon {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 812px) {
  .rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser {
    width: 48%;
    margin-left: 2%;
  }
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .feature-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  line-height: 1.45;
  letter-spacing: 0;
  margin-top: 0;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox .newsfeed-releases-teaser .item {
  padding: 10px 0 30px;
  padding: 0.625rem 0 1.875rem;
  border-bottom: 1px solid #cccccc;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox .newsfeed-releases-teaser .item:last-child {
  border-bottom: none;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox .newsfeed-releases-teaser .item .date {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #717172;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox .newsfeed-releases-teaser .item .title {
  font-size: 1.2rem;
  font-weight: 700;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox .newsfeed-releases-teaser .item .title a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #272727;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox .newsfeed-releases-teaser .item .title a:hover {
  color: #717172;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox .newsfeed-releases-teaser .item .summary {
  display: none;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox p.more a {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #717172;
  position: relative;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox p.more a:hover {
  text-decoration: none;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox p.more a .text:hover {
  text-decoration: underline;
}
.rssFeedV2 .featureboxes-top .featurebox-container.featurebox-teaser .featurebox p.more a .icon {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.rssFeedV2 .featureboxes-blogs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.rssFeedV2 .featureboxes-blogs > a:nth-child(3n-2) {
  margin-right: 0;
}
.rssFeedV2 .featureboxes-blogs .blogs-title {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 64em) {
  .rssFeedV2 .featureboxes-blogs .blog-wrapper {
    width: 32%;
    position: relative;
    margin-right: 2%;
  }
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper:hover {
  cursor: pointer;
  text-decoration: none;
  transform: scale(1.01, 1.01);
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper:hover:after {
  opacity: 1;
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s ease-in-out;
  top: 0;
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper .featurebox-container .blog-image {
  background-repeat: no-repeat;
  height: 300px;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 64em) {
  .rssFeedV2 .featureboxes-blogs .blog-wrapper .featurebox-container .blog-image {
    height: 200px;
  }
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper .featurebox-container .featurebox-title {
  color: #c00;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  font-weight: 400;
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper .featurebox-container .featurebox {
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper .featurebox-container .featurebox h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #272728;
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper .featurebox-container .featurebox h2 a {
  font-weight: 400;
  color: #c00;
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper .featurebox-container .featurebox h2 a:hover {
  color: #272728;
  text-decoration: none;
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper .featurebox-container .featurebox p {
  font-weight: 300;
  color: #333;
  margin: 0 0 1.3em;
}
.rssFeedV2 .featureboxes-blogs .blog-wrapper .featurebox-container .featurebox p.date {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #272728;
}

.searchResults {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.searchResults table {
  margin: inherit;
}
.searchResults .gsc-input-box {
  height: auto;
}
.searchResults .gsc-search-button-v2 {
  height: auto;
  width: auto;
}
.searchResults .gsc-thumbnail-inside,
.searchResults .gsc-url-top,
.searchResults .gsc-control-cse {
  padding-left: 0;
  padding-right: 0;
}
.searchResults .gsc-tabHeader {
  box-sizing: content-box;
}
.searchResults .gsst_a {
  padding-top: 0;
}
.searchResults .gsst_a .gscb_a {
  vertical-align: middle;
}
@media screen and (min-width: 64em) {
  .searchResults {
    margin-top: 80px;
    margin-top: 5rem;
  }
}

.semHeader {
  position: relative;
}
.container-fluid--hybrid > .semHeader {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.container-fluid--hybrid > .semHeader .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid--hybrid > .semHeader .inner-container:before, .container-fluid--hybrid > .semHeader .inner-container:after {
  content: " ";
  display: table;
}
.container-fluid--hybrid > .semHeader .inner-container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .container-fluid--hybrid > .semHeader .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid--hybrid > .semHeader .inner-container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container-fluid--hybrid > .semHeader .inner-container {
    max-width: 1170px;
  }
}
.semHeader .semHeader_content_wrapper {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.semHeader .semHeader_content_wrapper:before, .semHeader .semHeader_content_wrapper:after {
  content: " ";
  display: table;
}
.semHeader .semHeader_content_wrapper:after {
  clear: both;
}
.semHeader:after {
  width: 100%;
  height: 5px;
  box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 47.9375em) {
  .semHeader .logo {
    width: 13%;
  }
}
@media screen and (max-width: 23.375em) {
  .semHeader .logo {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .semHeader .logo img {
    max-height: 40px;
    max-height: 2.5rem;
    max-width: 100%;
    height: auto;
  }
}
.semHeader .right-side {
  float: right;
}
@media screen and (max-width: 47.9375em) {
  .semHeader .right-side {
    width: 87%;
  }
}
@media screen and (max-width: 23.375em) {
  .semHeader .right-side {
    width: 100%;
  }
}
.semHeader .socialIcons {
  margin-bottom: 0;
}
.semHeader .socialIcons a {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.semHeader .socialIcons a:first-child {
  margin-left: 8px;
  margin-left: 0.5rem;
}
.semHeader.sticky-sem-header {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 1010;
  background: #fff;
}
@media screen and (min-width: 64em) {
  .semHeader .logo-show {
    display: block;
  }
  .semHeader .logo-show .hidden-lg {
    display: block !important;
  }
}
.semHeader .logo-show .hidden-xs {
  display: none !important;
}
@media screen and (max-width: 47.9375em) {
  .semHeader .buttonArray li {
    float: left;
    padding: 0 5px;
    padding: 0 0.3125rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .semHeader .buttonArray li {
    padding: 0 1px;
  }
}
@media screen and (max-width: 47.9375em) {
  .semHeader .buttonArray .button {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px 5px;
    padding: 0.9375rem 0.3125rem;
  }
}

.semFooter {
  color: #fff;
  background: #333;
  padding-top: 15px;
  padding-top: 0.9375rem;
}
.container-fluid--hybrid > .semFooter {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.container-fluid--hybrid > .semFooter .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid--hybrid > .semFooter .inner-container:before, .container-fluid--hybrid > .semFooter .inner-container:after {
  content: " ";
  display: table;
}
.container-fluid--hybrid > .semFooter .inner-container:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .container-fluid--hybrid > .semFooter .inner-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}
@media screen and (min-width: 64em) {
  .container-fluid--hybrid > .semFooter .inner-container {
    max-width: 1000px;
  }
}
@media screen and (min-width: 75em) {
  .container-fluid--hybrid > .semFooter .inner-container {
    max-width: 1170px;
  }
}
.semFooter ul {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  color: #f57b20;
}
.semFooter li:before {
  /* csslint ignore:start */
  font-family: "icomoon" !important;
  /* csslint ignore:end */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* csslint ignore:start */
  font-feature-settings: "liga";
  /* csslint ignore:end */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  font-size: 11px;
  font-size: 0.6875rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.semFooter a {
  color: #f57b20;
}

.simplifiedPriceWidget {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.simplifiedPriceWidget .widget-wrap {
  border: 1px solid #9d9fa2;
}
.simplifiedPriceWidget .widget-heading {
  padding: 20px;
  padding: 1.25rem;
}
.simplifiedPriceWidget .widget-heading h4, .simplifiedPriceWidget .widget-heading h3 {
  margin-bottom: 0;
}
.simplifiedPriceWidget .widget-text {
  padding: 20px 20px 0;
  padding: 1.25rem 1.25rem 0;
  overflow: auto;
}
.simplifiedPriceWidget .widget-content {
  padding: 0 20px;
  padding: 0 1.25rem;
  overflow: auto;
}
.simplifiedPriceWidget .widget-cta {
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem;
}
.simplifiedPriceWidget .price-wrap, .simplifiedPriceWidget .devices-duration-wrap, .simplifiedPriceWidget .sub-heading {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.simplifiedPriceWidget .sub-heading {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: inherit;
  font-family: inherit;
  font-weight: 300;
  margin-top: 0;
}
.simplifiedPriceWidget .description {
  font-weight: 600;
}
.simplifiedPriceWidget .devices-duration {
  margin-bottom: 0;
  font-weight: 600;
}
.simplifiedPriceWidget .sale-price {
  color: #c00;
  display: inline-block;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
.simplifiedPriceWidget .regular-price {
  color: #9d9fa2;
  display: inline-block;
  text-decoration: line-through;
  margin-bottom: 0;
  font-weight: 600;
}
.simplifiedPriceWidget .os-icons {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  color: #333;
  padding: 0 20px;
  padding: 0 1.25rem;
}
.simplifiedPriceWidget .platform-icon {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  /* @include font-size(25px); old font size */
}
.simplifiedPriceWidget .platform-icon.last-child {
  margin-right: 0;
}
.simplifiedPriceWidget .button {
  display: block;
  text-align: center;
  padding: 10px 45px;
  padding: 0.625rem 2.8125rem;
}
.simplifiedPriceWidget sup {
  font-size: 57%;
  font-weight: 100;
  font-variant-position: super;
}

.slide .img-wrap {
  text-align: center;
}
.slide .img-wrap img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.3em;
}
.slide a.slide-wrap {
  display: block;
  color: inherit;
  text-decoration: none;
}
.slide .slide-wrap {
  display: block;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
}
.slide .slide-wrap:before, .slide .slide-wrap:after {
  content: " ";
  display: table;
}
.slide .slide-wrap:after {
  clear: both;
}
.slide .clickURL {
  cursor: pointer;
}
.slide .slide-click {
  z-index: 1;
  cursor: pointer;
}
.slide .slide-inner-wrap:before, .slide .slide-inner-wrap:after {
  content: " ";
  display: table;
}
.slide .slide-inner-wrap:after {
  clear: both;
}
.slide .slide-wrap {
  background-repeat: no-repeat !important;
}
@media screen and (min-width: 48em) {
  .slide .wrap-left {
    background-size: contain !important;
    background-position: left !important;
  }
}
@media screen and (min-width: 48em) {
  .slide .wrap-right {
    background-size: contain !important;
    background-position: right !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .slide .wrap-mobile-bottom {
    background-size: inherit !important;
    background-position: bottom !important;
  }
}
@media screen and (min-width: 48em) {
  .slide .wrap-bottom {
    background-size: inherit !important;
    background-position: bottom !important;
  }
}
@media screen and (min-width: 64em) {
  .slide .wrap-background {
    background-position: center !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .slide .wrap-background.tab-bg-center {
    background-position: center !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .slide .wrap-background.tab-bg-left {
    background-position: left !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .slide .wrap-background.tab-bg-right {
    background-position: right !important;
  }
}
@media screen and (min-width: 64em) {
  .slide .wrap-background.desktop-bg-center {
    background-position: center !important;
  }
}
@media screen and (min-width: 64em) {
  .slide .wrap-background.desktop-bg-left {
    background-position: left !important;
  }
}
@media screen and (min-width: 64em) {
  .slide .wrap-background.desktop-bg-right {
    background-position: right !important;
  }
}
.slide .wrap-bottom .img-general, .slide .wrap-left .img-general, .slide .wrap-right .img-general, .slide .wrap-background .img-general {
  display: none;
}
@media screen and (max-width: 47.9375em) {
  .slide .wrap-bottom.wrap-mobile-top, .slide .wrap-left.wrap-mobile-top, .slide .wrap-right.wrap-mobile-top, .slide .wrap-background.wrap-mobile-top {
    background: transparent !important;
  }
}
.slide .wrap-bottom.wrap-mobile-top .img-mobile, .slide .wrap-left.wrap-mobile-top .img-mobile, .slide .wrap-right.wrap-mobile-top .img-mobile, .slide .wrap-background.wrap-mobile-top .img-mobile {
  display: inline-block;
}
.slide .wrap-mobile-background .img-mobile {
  display: none;
}
@media screen and (min-width: 48em) {
  .slide .wrap-mobile-background.wrap-top {
    background: transparent !important;
  }
}
@media screen and (min-width: 48em) {
  .slide .wrap-mobile-background.wrap-top .img-general {
    display: inline-block;
  }
}
@media screen and (max-width: 47.9375em) {
  .slide .wrap-mobile-background.mobile-bg-center {
    background-position: center !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .slide .wrap-mobile-background.mobile-bg-left {
    background-position: left !important;
  }
}
@media screen and (max-width: 47.9375em) {
  .slide .wrap-mobile-background.mobile-bg-right {
    background-position: right !important;
  }
}
.slide .wrap-top.wrap-mobile-top {
  background: transparent !important;
}
.slide .wrap-top.wrap-mobile-top .img-mobile {
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .slide .wrap-top.wrap-mobile-top .img-mobile {
    display: none;
  }
}
.slide .wrap-top.wrap-mobile-top .img-general {
  display: none;
}
@media screen and (min-width: 48em) {
  .slide .wrap-top.wrap-mobile-top .img-general {
    display: inline-block;
  }
}
.slide .wrap-left:before, .slide .wrap-left:after {
  content: " ";
  display: table;
}
.slide .wrap-left:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .slide .wrap-left .slide-content {
    width: 50%;
    float: right;
  }
}
.slide .text-right:before, .slide .text-right:after {
  content: " ";
  display: table;
}
.slide .text-right:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .slide .text-right .slide-content {
    width: 50%;
    float: right;
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}
.slide .text-left:before, .slide .text-left:after {
  content: " ";
  display: table;
}
.slide .text-left:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  .slide .text-left .slide-content {
    width: 50%;
    float: left;
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}
.slide .vertical-align-enabled {
  display: table;
  width: 100%;
  height: 100%;
}
.slide .vertical-alignment {
  display: table-cell;
  vertical-align: middle;
}
.slide .buttonArray img {
  display: inline-block;
  margin-bottom: 1px;
}

.platform-main {
  clear: both;
  padding: 25px 0px;
}
.platform-main .platform-icon {
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-block;
  margin: 0 10px 10px;
  margin: 0 0.625rem 0.625rem;
  color: #fbfbfb;
  /*@include font-size(28px); old font size*/
  padding: 0px;
}
.platform-main .platform-icon sup {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 100;
  font-variant-position: super;
}
@media screen and (min-width: 48em) {
  .platform-main .platform-icon {
    padding: 0 20px;
    /*@include font-size(45px); old font size */
  }
}
.platform-main .platform-icon:first-child {
  padding-left: 0;
}

.buttonArray {
  display: block;
}
.buttonArray .button-array-left-align {
  float: left;
}
.buttonArray .button-array-left-align li {
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
.buttonArray .button-array-center-align {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}
.buttonArray .button-array-center-align li {
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
.buttonArray .button-array-right-align {
  float: right;
}
.buttonArray .button-array-right-align li {
  margin: 0 0 10px 20px;
  margin: 0 0 0.625rem 1.25rem;
}

.slider.full-browser-width-wrap .slider-container > .body-subhead-title {
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.slider.full-browser-width-wrap > .tab-bar > li:first-child {
  padding-left: 30px;
  padding-left: 1.875rem;
}
.slider .slider-container {
  position: relative;
}
.slider .slider-container > .body-subhead-title {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  letter-spacing: inherit;
}
@media screen and (min-width: 48em) {
  .slider-behind-breadcrumbs .slider:first-child .slide-wrap {
    padding-top: 85px !important;
    padding-top: 5.3125rem !important;
  }
}
.slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 0 10px;
  padding: 0 0.625rem;
  background: transparent;
  font-size: 40px;
  font-size: 2.5rem;
  z-index: 100;
}
.slider .slick-arrow.slick-disabled {
  color: #bcbdc0;
  cursor: default;
}
.slider .slick-prev {
  left: 0;
}
.slider .slick-next {
  right: 0;
}
.slider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  bottom: 1.875rem;
  transform: translateX(-50%);
}
.slider .slick-dots li {
  float: left;
  margin: 0 5px;
  margin: 0 0.3125rem;
}
.slider .slick-dots button {
  display: block;
  height: 15px;
  height: 0.9375rem;
  width: 15px;
  width: 0.9375rem;
  border: 2px solid;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  font-size: 0;
}
.slider .slick-dots.slick-dots--white button {
  border-color: #fff;
}
.slider .slick-dots.slick-dots--white .slick-active button {
  background: #fff;
}
.slider .slick-dots.slick-dots--red button {
  border-color: #c00;
}
.slider .slick-dots.slick-dots--red .slick-active button {
  background: #c00;
}
.slider .play__button,
.slider .pause__button {
  background: transparent;
  border: 0;
  position: absolute;
  bottom: 30px;
  bottom: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.slider .play__button.controls-white,
.slider .pause__button.controls-white {
  color: #fff;
}
.slider .play__button.controls-red,
.slider .pause__button.controls-red {
  color: #c00;
}
.slider .play__button[disabled],
.slider .pause__button[disabled] {
  color: #bcbdc0;
}
.slider .pause__button {
  right: 30px;
  right: 1.875rem;
}
.slider .play__button {
  right: 55px;
  right: 3.4375rem;
}
.slider .slider-inset .slick-prev + .slick-list {
  margin-left: 25px;
  margin-left: 1.5625rem;
  margin-right: 25px;
  margin-right: 1.5625rem;
}
.slider .main-tab {
  width: auto;
  margin: 0;
  display: block;
}
.slider .tab-bar {
  text-align: left;
}
.slider .tab-bar > li {
  float: none;
}
@media screen and (min-width: 48em) {
  .slider .tab-bar > li {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
}
.slider .tab-bar__item {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
}
.slider .tab-bar__item.active {
  border-bottom: 4px solid #c00;
  border-bottom: 0.25rem solid #c00;
}
@media screen and (min-width: 48em) {
  .slider .tab-bar__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.slider.full-browser-width-wrap .inner-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 63.9375em) {
  .slider.full-browser-width-wrap .inner-container {
    width: auto;
  }
}
.slider .freeProductWidget .img-wrap img {
  max-width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .slider .hide-dots-on-mobile .slick-dots {
    display: none !important;
  }
}
.slider .campaign-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.slider .campaign-slider .slick-list {
  overflow: visible;
  margin: 0 -15px;
  margin: 0 -0.9375rem;
}
@media (min-width: 1921px) {
  .slider .campaign-slider .slick-list {
    overflow: hidden;
  }
}
.slider .campaign-slider .slick-slide {
  margin: 0 15px;
  margin: 0 0.9375rem;
}
@media screen and (min-width: 48em) {
  .slider .campaign-slider .slick-slide {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
}
@media screen and (min-width: 64em) {
  .slider .campaign-slider .slick-slide {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .slider .campaign-slider .slick-slide.slick-active + .slick-slide:not(.slick-active) {
    position: relative;
    right: -75px;
    right: -4.6875rem;
  }
}
@media (min-width: 1300px) and (max-width: 1429px) {
  .slider .campaign-slider .slick-slide.slick-active + .slick-slide:not(.slick-active) {
    right: -25px;
    right: -1.5625rem;
  }
}
@media screen and (min-width: 64em) {
  .slider .campaign-slider .partial-slide-left {
    position: relative;
    left: -75px;
    left: -4.6875rem;
  }
}
@media (min-width: 1300px) and (max-width: 1429px) {
  .slider .campaign-slider .partial-slide-left {
    left: -25px;
    left: -1.5625rem;
  }
}
.slider .campaign-slider .slick-dots {
  bottom: -30px;
  bottom: -1.875rem;
}
@media screen and (min-width: 64em) {
  .slider .campaign-slider .slick-dots {
    bottom: -50px;
    bottom: -3.125rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .slider .campaign-slider .slick-dots {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .slider .campaign-slider .slick-dots li {
    margin: 0 3px;
    margin: 0 0.1875rem;
  }
}
.slider .campaign-slider .slick-dots button {
  background: #bcbdc0;
  border: 0;
}
@media screen and (max-width: 47.9375em) {
  .slider .campaign-slider .slick-dots button {
    height: 10px;
    height: 0.625rem;
    width: 10px;
    width: 0.625rem;
  }
}
.slider .campaign-slider .slick-dots .slick-active button {
  background: #333;
  border: 0;
}
.slider .campaign-slider .slick-arrow {
  background: #fff;
  color: #c00;
  font-size: 10px;
  font-size: 0.625rem;
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  border-radius: 50%;
  font-weight: bold;
}
@media screen and (min-width: 64em) {
  .slider .campaign-slider .slick-arrow {
    font-size: 20px;
    font-size: 1.25rem;
    height: 70px;
    height: 4.375rem;
    width: 70px;
    width: 4.375rem;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .slider .campaign-slider .slick-arrow {
    font-size: 10px;
    font-size: 0.625rem;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
  }
}
@media (min-width: 1300px) and (max-width: 1429px) {
  .slider .campaign-slider .slick-arrow {
    font-size: 15px;
    font-size: 0.9375rem;
    height: 50px;
    height: 3.125rem;
    width: 50px;
    width: 3.125rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .slider .campaign-slider .slick-arrow {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .slider .campaign-slider .slick-next {
    right: -20px;
    right: -1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .slider .campaign-slider .slick-next {
    right: -140px;
    right: -8.75rem;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .slider .campaign-slider .slick-next {
    right: -20px;
    right: -1.25rem;
  }
}
@media (min-width: 1300px) and (max-width: 1429px) {
  .slider .campaign-slider .slick-next {
    right: -80px;
    right: -5rem;
  }
}
@media screen and (min-width: 48em) {
  .slider .campaign-slider .slick-prev {
    left: -20px;
    left: -1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .slider .campaign-slider .slick-prev {
    left: -140px;
    left: -8.75rem;
  }
}
@media (min-width: 1024px) and (max-width: 1299px) {
  .slider .campaign-slider .slick-prev {
    left: -20px;
    left: -1.25rem;
  }
}
@media (min-width: 1300px) and (max-width: 1429px) {
  .slider .campaign-slider .slick-prev {
    left: -80px;
    left: -5rem;
  }
}
.slider .campaign-slider .productImageText > div, .slider .campaign-slider .productImageText .link-wrap {
  border-bottom: 3px solid #c00;
}
.slider .campaign-slider .productImageText.empty-slide {
  border-bottom: 0;
}
.slider .campaign-slider .productImageText .image-wrap {
  padding: 0;
}
.slider .campaign-slider .productImageText .image-wrap img {
  width: 100%;
}
.slider .campaign-slider .productImageText .product-text {
  background-color: #fff;
  margin-top: 0;
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem;
}
.slider .campaign-slider .productImageText .product-text p {
  margin: 0;
}
.slider .campaign-slider .productImageText .mobile-vertical {
  margin-bottom: 0;
}
.slider .campaign-slider .empty-slide .productImageText > div,
.slider .campaign-slider .empty-slide .link-wrap {
  border-bottom: 0;
}

.socialIcons {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.socialIcons a {
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.socialIcons a:last-child {
  margin-right: 0;
}
.socialIcons a:hover, .socialIcons a:focus {
  text-decoration: none;
}
.socialIcons .icons {
  display: inline-block;
  text-align: center;
  background: #333;
  color: #fff;
  width: 33px;
  width: 2.0625rem;
  height: 32px;
  height: 2rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.socialIcons .icons.icon-facebook:hover, .socialIcons .icons.icon-facebook:focus {
  background: #3b5998;
}
.socialIcons .icons.icon-youtube:hover, .socialIcons .icons.icon-youtube:focus {
  background: #bb0000;
}
.socialIcons .icons.icon-linkedin:hover, .socialIcons .icons.icon-linkedin:focus {
  background: #007bb5;
}
.socialIcons .icons.icon-rss:hover, .socialIcons .icons.icon-rss:focus {
  background: #ff6600;
}
.socialIcons .icons.icon-email:hover, .socialIcons .icons.icon-email:focus {
  background: #dd4b39;
}
.socialIcons .icons.icon-twitter:hover, .socialIcons .icons.icon-twitter:focus {
  background: #55acee;
}

.superHero {
  overflow: inherit !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  padding-left: 15px !important;
  padding-left: 0.9375rem !important;
  padding-right: 15px !important;
  padding-right: 0.9375rem !important;
}
.superHero .super-hero-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.superHero .super-hero-wrap .content-wrap {
  position: static;
  z-index: 1;
}
.superHero .super-hero-wrap .content-wrap.amea-layout {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 48em) {
  .superHero .super-hero-wrap .content-wrap.amea-layout {
    margin-bottom: 0;
  }
}
.superHero .super-hero-wrap .content-wrap.amea-layout .text-wrap {
  margin-bottom: 0;
}
.superHero .super-hero-wrap .content-wrap.amea-layout .text-wrap h1 {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .superHero .super-hero-wrap .content-wrap.amea-layout .text-wrap h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.superHero .super-hero-wrap .content-wrap.amea-layout .text-wrap h3 {
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .superHero .super-hero-wrap .content-wrap.amea-layout .text-wrap h3 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.superHero .super-hero-wrap .content-wrap.amea-layout .os-icons {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .superHero .super-hero-wrap .content-wrap.amea-layout .os-icons {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.superHero .super-hero-wrap .content-wrap.amea-layout .os-icons .platform-icon {
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.superHero .super-hero-wrap .content-wrap.amea-layout .os-icons .platform-icon sup {
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .superHero .super-hero-wrap .content-wrap.amea-layout .os-icons .platform-icon sup {
    top: -0.9em;
  }
}
.superHero .super-hero-wrap .content-wrap.amea-layout .bv-wrap {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.superHero .super-hero-wrap .content-wrap.amea-layout .highlight-image-wrap {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .superHero .super-hero-wrap .content-wrap.amea-layout .highlight-image-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 100px;
    margin-left: 10px;
    margin-left: 0.625rem;
    padding-left: 0;
  }
}
.superHero .super-hero-wrap .content-wrap.amea-layout .highlight-image-wrap.align-left {
  padding-top: 0;
}
.superHero .super-hero-wrap .content-wrap.amea-layout .highlight-image-wrap .large-badge {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100px;
}
@media screen and (min-width: 48em) {
  .superHero .super-hero-wrap .content-wrap.amea-layout .highlight-image-wrap .large-badge {
    margin-bottom: 0;
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
.superHero .super-hero-wrap .content-wrap.amea-layout .highlight-image-wrap .large-badge a {
  width: 100%;
}
.superHero .super-hero-wrap .content-wrap.amea-layout .highlight-image-wrap .default-badge {
  text-align: initial;
}
.superHero .super-hero-wrap .widget-wrap {
  z-index: 0;
}
.superHero .super-hero-wrap .widget-wrap .widget-wrap {
  z-index: 2;
}
.super-hero-behind-breadcrumbs .superHero:first-child .super-hero-wrap {
  /*overflow:hidden;*/
}
@media screen and (min-width: 48em) {
  .super-hero-behind-breadcrumbs .superHero:first-child .super-hero-wrap {
    padding-top: 85px !important;
    padding-top: 5.3125rem !important;
  }
}
.super-hero-behind-breadcrumbs .superHero:first-child .super-hero-wrap .super-hero-content {
  padding-top: 0;
}
.superHero .text-wrap {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.superHero .os-icons {
  font-size: 50px;
  font-size: 3.125rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  color: #4d4d4f;
}
.superHero .os-icons.white-icons {
  color: #fff;
}
.superHero .platform-icon {
  font-family: "Open Sans", sans-serif !important;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-right: 25px;
  margin-right: 1.5625rem;
}
.superHero .platform-icon sup {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 100;
  font-variant-position: super;
}
@media screen and (min-width: 64em) {
  .superHero .platform-icon {
    margin-right: 50px;
    margin-right: 3.125rem;
  }
}
.superHero .platform-icon:last-child {
  margin-right: 0;
}
.superHero .bv-badge {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .superHero .bv-badge {
    margin-bottom: 0;
  }
}
.superHero .bv-wrap {
  position: static;
}
.superHero .bv-wrap .bv-cleanslate .bv-primarySummary-rating-container .bv-rating-stars-container .bv-rating-stars,
.superHero .bv-wrap .bv-cleanslate .bv-summary-bar-minimalist-horizontal .bv-rating-ratio-number .bv-rating,
.superHero .bv-wrap .bv-cleanslate .bv-summary-bar .bv-rating-ratio-count {
  font-size: 24px !important;
  font-family: inherit !important;
}
.superHero .bv-wrap .bv-cleanslate .bv-summary-bar-minimalist-horizontal .bv-rating-ratio-number .bv-rating,
.superHero .bv-wrap .bv-cleanslate .bv-summary-bar .bv-rating-ratio-count {
  /* csslint ignore:start  // overriding !important warning
  color: $color-gray-dark !important;

  &:hover,
  &:focus {
  	color: $color-gray-dark !important;
  	text-decoration: none !important;
  }
   csslint ignore:end */
  display: none !important;
}
.superHero .bv-wrap .bv-cleanslate .bv-summary-bar-minimalist .bv-write-container .bv-submission-button.bv-write-review,
.superHero .bv-wrap .bv-cleanslate .bv-summary-bar-minimalist .bv-write-container .bv-submission-button.bv-ask-question {
  /* csslint ignore:start  // overriding !important warning
  color: $color-vital-red !important;
  font-size: inherit !important;
  font-family: inherit !important;

  &:hover,
  &:focus {
  	font-size: inherit !important;
  	font-family: inherit !important;
  }
   csslint ignore:end */
  display: none !important;
}
.superHero .bv-wrap .bv-cleanslate .bv-shared .bv-stars-container .bv-rating-ratio-number {
  display: none !important;
}
.superHero .bv-details-bar {
  display: none !important;
}
.superHero .highlight-image-wrap {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .superHero .highlight-image-wrap {
    text-align: left;
  }
}
.superHero .highlight-image-wrap a {
  display: inline-block;
}
.superHero .highlight-image-wrap img {
  max-width: 100%;
}
.superHero .highlight-image-wrap.align-left {
  padding-top: 40px;
  padding-top: 2.5rem;
}
.superHero .bv-tooltip {
  display: none;
  background: #fff;
  border-radius: 8px;
  border-radius: 0.5rem;
  border: 1px solid #9d9fa2;
  width: 353px;
  max-width: calc(100% - 60px);
  overflow: hidden;
  position: absolute;
  margin-top: 10px;
  margin-top: 0.625rem;
  z-index: 1;
}
.superHero .tooltip-content {
  padding: 15px;
  padding: 0.9375rem;
}
.superHero .caption {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.superHero .outer-bar {
  height: 20px;
  height: 1.25rem;
  background: #f2f2f2;
  border-radius: 3px;
  border-radius: 0.1875rem;
  padding: 0;
  overflow: hidden;
}
.superHero .inner-bar {
  display: block;
  height: 20px;
  height: 1.25rem;
  width: 50%;
  background: #00467f;
}
.superHero .tooltip-button {
  display: block;
  font-weight: bold;
  background: #f2f2f2;
  text-align: center;
  color: #00467f;
  padding: 10px;
  padding: 0.625rem;
}
.superHero .icon-close {
  float: right;
  font-size: x-small;
  cursor: pointer;
}
.superHero .reviews-trigger-wrap {
  font-size: 16px !important;
  font-size: 1rem !important;
  color: #fff !important;
}
.superHero .reviews-trigger-wrap .icon-chevron-down {
  font-family: "icomoon" !important;
  font-size: 8px !important;
  font-size: 0.5rem !important;
  margin: 0 10px !important;
  margin: 0 0.625rem !important;
  cursor: pointer !important;
}
.superHero .tooltip-trigger {
  position: relative !important;
}
.superHero .tooltip-trigger.bv-notch:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  background: #fff;
  border-right: 1px solid #9d9fa2;
  border-bottom: 1px solid #9d9fa2;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  z-index: 2;
}
.superHero .vertical-align-enabled {
  display: table;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .superHero .vertical-align {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

#bvseo-aggregateRatingSection, #bvseo-reviewsSection, #bvseo-paginationSection {
  display: none;
}

.trendingNow {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.trendingNow img {
  max-width: 100%;
}
.trendingNow a.featured {
  display: block;
  font-weight: inherit;
}
.trendingNow a.featured:hover, .trendingNow a.featured:focus {
  text-decoration: none;
  color: inherit;
}
.trendingNow .feature-wrap {
  display: flex;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.trendingNow .featured-image {
  padding-right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.trendingNow .featured-content {
  width: 55%;
  float: right;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
  z-index: 1;
}
.trendingNow .featured-content:before {
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.trendingNow .heading {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #b2bb1e;
  font-weight: 600;
}
.trendingNow .trending .heading {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  .trendingNow .trending .heading {
    margin-top: 0;
  }
}
.trendingNow .trending > ul > li {
  padding-top: 10px;
  padding-top: 0.625rem;
}
.trendingNow .trending > ul > li:after {
  display: block;
  height: 1px;
  background: #e6e7e8;
  width: 70%;
  margin-left: 27%;
}
@media screen and (min-width: 64em) {
  .trendingNow .trending > ul > li:after {
    width: 77%;
    margin-left: 20%;
  }
}
.trendingNow .trending > ul > li.no-icon:after {
  width: 94%;
  margin-left: 3%;
}
.trendingNow .trending > ul > li:last-child:after {
  height: 0;
}
.trendingNow .trending > ul > li:last-child .trending-content {
  border-bottom: 0;
}
.trendingNow .trending-icon {
  text-align: center;
}
.trendingNow .trending-icon img {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.trendingNow .see-more {
  text-align: right;
}

.scroll-main {
  position: relative;
}

.anchorLinks {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.anchorLinks.full-browser-width-wrap > h4 {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
.anchorLinks.full-browser-width-wrap > .tab-bar > li:first-child {
  padding-left: 30px;
  padding-left: 1.875rem;
}
.anchorLinks.full-browser-width-wrap > .tab-bar > li .tab-bar__item {
  float: left;
}
.anchorLinks .tab-bar li {
  border: 0;
  background: transparent;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  float: none;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .anchorLinks .tab-bar li {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
}
.anchorLinks .tab-bar li:hover, .anchorLinks .tab-bar li:focus {
  color: #c00;
  text-decoration: none;
  border-color: #c00;
}
.anchorLinks .tab-bar li a {
  border: 0;
  border-bottom: 4px solid transparent;
  border-bottom: 0.25rem solid transparent;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .anchorLinks .tab-bar li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.anchorLinks .tab-bar li.active a {
  border-bottom: 4px solid #c00;
  border-bottom: 0.25rem solid #c00;
  color: #c00;
  background: transparent;
}
.anchorLinks .tab-bar li a:hover,
.anchorLinks .tab-bar li a:focus {
  color: #c00;
  background-color: transparent;
  border: 0;
  border-bottom: 4px solid #c00;
  border-bottom: 0.25rem solid #c00;
}
.anchorLinks.full-browser-width-wrap .inner-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 63.9375em) {
  .anchorLinks.full-browser-width-wrap .inner-container {
    width: auto;
  }
}

.affix {
  top: 50px;
  top: 3.125rem;
  left: 0;
  transition: all 0.5s ease-in-out;
  z-index: 998;
  background: rgb(230, 231, 232) none repeat scroll 0% 0%;
  width: 100% !important;
}
.affix .tab-bar .tab-bar__item {
  padding: 3px 0;
  padding: 0.1875rem 0;
}
.affix .sly-wrap .forward, .affix .sly-wrap .backward {
  background: #e6e7e8;
}
.affix .sly-slide > li > a {
  line-height: 40px;
  line-height: 2.5rem;
}

.affix-top {
  position: static;
}

.anchorLinks {
  min-height: 76px;
}

.anchorLinks .anchorLinks-wrapper .tab-bars {
  text-align: left;
}

.redirect-main {
  padding: 50px 10% 50%;
}
.redirect-main.download-hide {
  padding: 0px;
}
.redirect-main > .main-body-title {
  display: block;
  margin: 20px 0;
  margin: 1.25rem 0;
}

.micrositeNav.section {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .micrositeNav .inner-wrapper {
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .micrositeNav .inner-wrapper {
    height: 100px;
    height: 6.25rem;
    max-width: 1000px;
    max-width: 62.5rem;
  }
}
@media screen and (min-width: 75em) {
  .micrositeNav .inner-wrapper {
    max-width: 1170px;
    max-width: 73.125rem;
  }
}
.micrositeNav .top-links-nav {
  position: relative;
}
@media screen and (min-width: 64em) {
  .micrositeNav .top-links-nav {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.micrositeNav .top-links-nav .nav-title {
  display: flex;
  font-family: "Interstate", "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 17px 15px 14px;
  padding: 1.0625rem 0.9375rem 0.875rem;
  margin-bottom: 0;
  border: solid 1px #4d4d4f;
  border: solid 0.0625rem #4d4d4f;
  background: #ffffff;
}
@media screen and (min-width: 64em) {
  .micrositeNav .top-links-nav .nav-title {
    font-weight: 400;
    border: 0;
    padding: 17px 0 14px;
    padding: 1.0625rem 0 0.875rem;
    width: 18%;
  }
}
@media screen and (min-width: 75em) {
  .micrositeNav .top-links-nav .nav-title {
    width: 17%;
  }
}
.micrositeNav .top-links-nav .nav-title a {
  font-weight: inherit;
}
.micrositeNav .top-links-nav .nav-title a:hover {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.micrositeNav .top-links-nav .nav-title span {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #272728;
  padding-left: 20px;
  padding-left: 1.25rem;
}
@media screen and (min-width: 64em) {
  .micrositeNav .top-links-nav .nav-title span {
    display: none;
  }
}
.micrositeNav .top-links-nav .divider {
  display: none;
}
@media screen and (min-width: 64em) {
  .micrositeNav .top-links-nav .divider {
    display: block;
    background: #000;
    width: 1px;
    width: 0.0625rem;
    height: 60px;
    height: 3.75rem;
  }
}
.micrositeNav .top-links-nav .descendant-links-container {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  border-left: 0;
  border-bottom: solid 1px #4d4d4f;
  border-bottom: solid 0.0625rem #4d4d4f;
}
@media screen and (min-width: 64em) {
  .micrositeNav .top-links-nav .descendant-links-container {
    display: flex !important;
    justify-content: space-around;
    position: static;
    height: 100%;
    border-bottom: 0;
  }
}
.micrositeNav .top-links-nav .descendant-links-container li {
  padding: 15px;
  padding: 0.9375rem;
}
@media screen and (min-width: 64em) {
  .micrositeNav .top-links-nav .descendant-links-container li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0;
    margin-bottom: 0;
  }
}
.micrositeNav .top-links-nav .descendant-links-container li.active {
  background: #e6e7e8;
}
@media screen and (min-width: 64em) {
  .micrositeNav .top-links-nav .descendant-links-container li.active {
    background: none;
    border-bottom: solid 2px #c00;
    border-bottom: solid 0.125rem #c00;
  }
}
.micrositeNav .top-links-nav .descendant-links-container li.active a {
  color: #272728;
  font-weight: 600;
}
@media screen and (min-width: 64em) {
  .micrositeNav .top-links-nav .descendant-links-container li.active a {
    font-weight: 400;
    color: #c00;
  }
}
.micrositeNav .top-links-nav .descendant-links-container li a {
  color: #4d4d4f;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .micrositeNav .top-links-nav .descendant-links-container li a {
    color: #000;
  }
  .micrositeNav .top-links-nav .descendant-links-container li a:hover {
    text-decoration: none;
    color: #c00;
  }
}
.micrositeNav .breadcrumbs {
  display: flex;
  align-items: center;
}
.micrositeNav .breadcrumbs.mobile {
  display: flex;
  margin-left: 30px;
  margin-left: 1.875rem;
  padding: 10px 0;
  padding: 0.625rem 0;
}
@media screen and (min-width: 64em) {
  .micrositeNav .breadcrumbs.mobile {
    display: none;
  }
}
.micrositeNav .breadcrumbs.mobile span {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000;
}
.micrositeNav .breadcrumbs.mobile a {
  padding-left: 10px;
  padding-left: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #4d4d4f;
}
.micrositeNav .breadcrumbs.desktop {
  display: none;
}
@media screen and (min-width: 48em) {
  .micrositeNav .breadcrumbs.desktop {
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .micrositeNav .breadcrumbs.desktop {
    display: flex;
    padding: 15px 0;
    padding: 0.9375rem 0;
    max-width: 1000px;
    max-width: 62.5rem;
  }
}
@media screen and (min-width: 75em) {
  .micrositeNav .breadcrumbs.desktop {
    max-width: 1170px;
    max-width: 73.125rem;
  }
}
@media screen and (min-width: 64em) {
  .micrositeNav .breadcrumbs.desktop span {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 15px;
    padding: 0 0.9375rem;
    color: #000;
  }
}
.micrositeNav .breadcrumbs.desktop a {
  color: #272728;
}

.tabbedAccordions .headline {
  color: #4d4d4f;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .tabbedAccordions .headline {
    font-size: 48px;
    font-size: 3rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}
.tabbedAccordions .tab-nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.tabbedAccordions .tab-nav-wrapper .nav {
  flex: 1 0 47%;
  border: solid 1px #e6e7e8;
  height: 128px;
  height: 8rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .tabbedAccordions .tab-nav-wrapper .nav {
    flex: 1 0 18%;
    height: 210px;
    height: 13.125rem;
  }
  .tabbedAccordions .tab-nav-wrapper .nav:not(:last-child) {
    margin-right: 8px;
    margin-right: 0.5rem;
  }
}
.tabbedAccordions .tab-nav-wrapper .nav:first-child, .tabbedAccordions .tab-nav-wrapper .nav:nth-child(3) {
  margin-right: 8px;
  margin-right: 0.5rem;
}
@media (min-width: 1024px) {
  .tabbedAccordions .tab-nav-wrapper .nav:hover {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  }
}
.tabbedAccordions .tab-nav-wrapper .nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #4d4d4f;
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  padding: 20px;
  padding: 1.25rem;
}
@media (min-width: 1024px) {
  .tabbedAccordions .tab-nav-wrapper .nav a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 130%;
  }
}
.tabbedAccordions .tab-nav-wrapper .nav a:hover {
  text-decoration: none;
}
.tabbedAccordions .tab-nav-wrapper .nav a.text-size-14 {
  font-size: 14px;
  font-size: 0.875rem;
}
.tabbedAccordions .tab-nav-wrapper .nav a.text-size-16 {
  font-size: 16px;
  font-size: 1rem;
}
.tabbedAccordions .tab-nav-wrapper .nav a.text-size-18 {
  font-size: 18px;
  font-size: 1.125rem;
}
.tabbedAccordions .tab-nav-wrapper .nav a.text-size-24 {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .tabbedAccordions .tab-nav-wrapper .nav a.text-size-24 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.tabbedAccordions .tab-nav-wrapper .nav a p {
  margin-bottom: 0;
  width: 100%;
}
.tabbedAccordions .tab-nav-wrapper .nav a p.align-left {
  text-align: left;
}
.tabbedAccordions .tab-nav-wrapper .nav a p.align-center {
  text-align: center;
}
.tabbedAccordions .tab-nav-wrapper .nav a p.align-right {
  text-align: right;
}
.tabbedAccordions .tab-nav-wrapper .nav a .img-container {
  width: 40px;
  width: 2.5rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .tabbedAccordions .tab-nav-wrapper .nav a .img-container {
    width: 65px;
    width: 4.0625rem;
  }
}
.tabbedAccordions .tab-nav-wrapper .nav a .img-container img {
  max-width: 100%;
  height: auto;
}
.tabbedAccordions .tab-nav-wrapper .nav.active a {
  color: #ffffff;
  text-decoration: none;
}
.tabbedAccordions .tab-nav-wrapper .nav.active:hover {
  border: none;
}
.tabbedAccordions .tab-nav-wrapper .nav.active .tab-img {
  display: none;
}
.tabbedAccordions .tab-nav-wrapper .nav.active .tab-img-active {
  display: block;
}
.tabbedAccordions .tab-nav-wrapper .nav.active.selected-bg-navy-blue {
  background-color: #00467f;
}
.tabbedAccordions .tab-nav-wrapper .nav.active.selected-bg-red {
  background-color: #c00;
}
.tabbedAccordions .tab-nav-wrapper .nav.active.selected-bg-light-gray {
  background-color: #e6e7e8;
}
.tabbedAccordions .tab-nav-wrapper .nav.active.selected-bg-dark-gray {
  background-color: #4d4d4f;
}
.tabbedAccordions .tab-nav-wrapper .nav .tab-img {
  display: block;
}
.tabbedAccordions .tab-nav-wrapper .nav .tab-img-active {
  display: none;
}
.tabbedAccordions .expand-hide-all-container {
  display: flex;
  justify-content: flex-end;
  color: #4d4d4f;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 26px;
  line-height: 1.625rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 7px 0 15px 0;
  margin: 0.4375rem 0 0.9375rem 0;
}
@media (min-width: 1024px) {
  .tabbedAccordions .expand-hide-all-container {
    font-size: 12px;
    font-size: 0.75rem;
    margin: 25px 0;
    margin: 1.5625rem 0;
  }
}
.tabbedAccordions .expand-hide-all-container .expand-all:hover,
.tabbedAccordions .expand-hide-all-container .close-all:hover {
  cursor: pointer;
}
.tabbedAccordions .expand-hide-all-container .divider {
  padding: 0 6px;
  padding: 0 0.375rem;
}

.accordionDrawersTabbed {
  overflow: hidden;
}
.accordionDrawersTabbed .accordion-drawer--container {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
@media (min-width: 768px) {
  .accordionDrawersTabbed .accordion-drawer--container {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-left: -0.9375rem;
  }
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-red {
  background: #c00;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-dark-grey {
  background: #4d4d4f;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-med-grey {
  background: #9d9fa2;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-light-grey {
  background: #bcbdc0;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-lightest-grey {
  background: #e6e7e8;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-orange {
  background: #f57b20;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-pink {
  background: #d60c8c;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-purple {
  background: #872175;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-blue-pacific {
  background: #009fc2;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-blue {
  background: #00a4e4;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-blue-navy {
  background: #00467f;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-turquoise {
  background: #00927e;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-green {
  background: #00a94f;
}
.accordionDrawersTabbed .accordion-drawer--container.bg-color-green-lime {
  background: #b2bb1e;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer {
  flex-basis: 100%;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .accordionDrawersTabbed .accordion-drawer--container .drawer {
    margin: 0 0 50px 15px;
    margin: 0 0 3.125rem 0.9375rem;
  }
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .text-align-center {
  text-align: center;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .text-align-right {
  text-align: right;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .full-width-img-container {
  height: 145px;
  height: 9.0625rem;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .full-width-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text p,
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-content p {
  font-weight: 400;
  line-height: 26px;
  line-height: 1.625rem;
  margin: 0;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text {
  position: relative;
  color: #4d4d4f;
  text-align: left;
  background: #ffffff;
  padding: 16px 12px;
  padding: 1rem 0.75rem;
  border-left: solid 1px #e6e7e8;
  border-top: solid 1px #e6e7e8;
  border-right: solid 1px #e6e7e8;
  border-bottom: solid 4px #00467f;
  line-height: 21px;
  line-height: 1.3125rem;
}
@media (min-width: 1024px) {
  .accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text {
    padding: 30px;
    padding: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text:hover {
    cursor: pointer;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  }
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.text-size-16 {
  font-size: 16px;
  font-size: 1rem;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.text-size-18 {
  font-size: 18px;
  font-size: 1.125rem;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.text-size-24 {
  font-size: 24px;
  font-size: 1.5rem;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-blue-navy {
  border-bottom: solid 4px #00467f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-red {
  border-bottom: solid 4px #c00;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-dark-grey {
  border-bottom: solid 4px #4d4d4f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-med-grey {
  border-bottom: solid 4px #9d9fa2;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-light-grey {
  border-bottom: solid 4px #bcbdc0;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-lightest-grey {
  border-bottom: solid 4px #e6e7e8;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-orange {
  border-bottom: solid 4px #f57b20;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-pink {
  border-bottom: solid 4px #d60c8c;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-purple {
  border-bottom: solid 4px #872175;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-blue-pacific {
  border-bottom: solid 4px #009fc2;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-blue {
  border-bottom: solid 4px #00a4e4;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-turquoise {
  border-bottom: solid 4px #00927e;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-green {
  border-bottom: solid 4px #00a94f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.accent-color-green-lime {
  border-bottom: solid 4px #b2bb1e;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-lightest-grey {
  border-left: solid 1px #e6e7e8;
  border-top: solid 1px #e6e7e8;
  border-right: solid 1px #e6e7e8;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-red {
  border-left: solid 1px #c00;
  border-top: solid 1px #c00;
  border-right: solid 1px #c00;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-dark-grey {
  border-left: solid 1px #4d4d4f;
  border-top: solid 1px #4d4d4f;
  border-right: solid 1px #4d4d4f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-med-grey {
  border-left: solid 1px #9d9fa2;
  border-top: solid 1px #9d9fa2;
  border-right: solid 1px #9d9fa2;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-light-grey {
  border-left: solid 1px #bcbdc0;
  border-top: solid 1px #bcbdc0;
  border-right: solid 1px #bcbdc0;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-orange {
  border-left: solid 1px #f57b20;
  border-top: solid 1px #f57b20;
  border-right: solid 1px #f57b20;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-pink {
  border-left: solid 1px #d60c8c;
  border-top: solid 1px #d60c8c;
  border-right: solid 1px #d60c8c;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-purple {
  border-left: solid 1px #872175;
  border-top: solid 1px #872175;
  border-right: solid 1px #872175;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-blue-pacific {
  border-left: solid 1px #009fc2;
  border-top: solid 1px #009fc2;
  border-right: solid 1px #009fc2;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-blue {
  border-left: solid 1px #00a4e4;
  border-top: solid 1px #00a4e4;
  border-right: solid 1px #00a4e4;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-blue-navy {
  border-left: solid 1px #00467f;
  border-top: solid 1px #00467f;
  border-right: solid 1px #00467f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-turquoise {
  border-left: solid 1px #00927e;
  border-top: solid 1px #00927e;
  border-right: solid 1px #00927e;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-green {
  border-left: solid 1px #00a94f;
  border-top: solid 1px #00a94f;
  border-right: solid 1px #00a94f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.border-color-green-lime {
  border-left: solid 1px #b2bb1e;
  border-top: solid 1px #b2bb1e;
  border-right: solid 1px #b2bb1e;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.no-border {
  border-left: solid 1px none;
  border-top: solid 1px none;
  border-right: solid 1px none;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-red {
  background: #c00;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-dark-grey {
  background: #4d4d4f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-med-grey {
  background: #9d9fa2;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-light-grey {
  background: #bcbdc0;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-lightest-grey {
  background: #e6e7e8;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-orange {
  background: #f57b20;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-pink {
  background: #d60c8c;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-purple {
  background: #872175;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-blue-pacific {
  background: #009fc2;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-blue {
  background: #00a4e4;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-blue-navy {
  background: #00467f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-turquoise {
  background: #00927e;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-green {
  background: #00a94f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.bg-color-green-lime {
  background: #b2bb1e;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.text-color-white {
  color: #ffffff;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.text-align-center {
  text-align: center;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text.text-align-right {
  text-align: right;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container.align-center {
  justify-content: center;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container.align-right {
  justify-content: flex-end;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container .icon-img-container {
  width: 60px;
  width: 3.75rem;
  height: 43px;
  height: 2.6875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .icon-img-alignment-container .icon-img-container .icon-img {
  max-width: 100%;
  height: auto;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle {
  position: absolute;
  right: 25px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: red transparent transparent transparent;
}
@media (min-width: 1024px) {
  .accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle {
    right: 45px;
    bottom: -22px;
    border-width: 20px 20px 0 20px;
  }
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-red {
  border-color: #c00 transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-dark-grey {
  border-color: #4d4d4f transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-med-grey {
  border-color: #9d9fa2 transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-light-grey {
  border-color: #bcbdc0 transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-lightest-grey {
  border-color: #e6e7e8 transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-orange {
  border-color: #f57b20 transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-pink {
  border-color: #d60c8c transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-purple {
  border-color: #872175 transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-blue-pacific {
  border-color: #009fc2 transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-blue {
  border-color: #00a4e4 transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-blue-navy {
  border-color: #00467f transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-turquoise {
  border-color: #00927e transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-green {
  border-color: #00a94f transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle.accent-color-green-lime {
  border-color: #b2bb1e transparent transparent transparent;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close {
  position: absolute;
  bottom: -10px;
  right: 30px;
  background: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid red 1px;
}
@media (min-width: 1024px) {
  .accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close {
    right: 55px;
  }
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-red {
  border: solid #c00 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-dark-grey {
  border: solid #4d4d4f 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-med-grey {
  border: solid #9d9fa2 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-light-grey {
  border: solid #bcbdc0 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-lightest-grey {
  border: solid #e6e7e8 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-orange {
  border: solid #f57b20 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-pink {
  border: solid #d60c8c 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-purple {
  border: solid #872175 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-blue-pacific {
  border: solid #009fc2 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-blue {
  border: solid #00a4e4 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-blue-navy {
  border: solid #00467f 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-turquoise {
  border: solid #00927e 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-green {
  border: solid #00a94f 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close.accent-color-green-lime {
  border: solid #b2bb1e 1px;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close {
  color: red;
  font-size: 14px;
  font-size: 0.875rem;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-red {
  color: #c00;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-dark-grey {
  color: #4d4d4f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-med-grey {
  color: #9d9fa2;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-light-grey {
  color: #bcbdc0;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-lightest-grey {
  color: #e6e7e8;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-orange {
  color: #f57b20;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-pink {
  color: #d60c8c;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-purple {
  color: #872175;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-blue-pacific {
  color: #009fc2;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-blue {
  color: #00a4e4;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-blue-navy {
  color: #00467f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-turquoise {
  color: #00927e;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-green {
  color: #00a94f;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close .icon-close.accent-color-green-lime {
  color: #b2bb1e;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .triangle:hover,
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-display-text .close:hover {
  cursor: pointer;
}
.accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-content {
  display: none;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 16px 15px 0 15px;
  padding: 1rem 0.9375rem 0 0.9375rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .accordionDrawersTabbed .accordion-drawer--container .drawer .drawer-content {
    padding: 30px 30px 20px 30px;
    padding: 1.875rem 1.875rem 1.25rem 1.875rem;
  }
}

/**
 * jquery-bootstrap-scrolling-tabs
 * @version v0.1.2
 * @link https://github.com/mikejacobson/jquery-bootstrap-scrolling-tabs
 * @author Mike Jacobson <michaeljjacobson1@gmail.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
.scrtabs-tab-container * {
  box-sizing: border-box;
}

.scrtabs-tab-container {
  height: 42px;
}
.scrtabs-tab-container .tab-content {
  clear: left;
}

.scrtabs-tabs-fixed-container {
  float: left;
  height: 42px;
  overflow: hidden;
  width: 100%;
}

.scrtabs-tabs-movable-container {
  position: relative;
}
.scrtabs-tabs-movable-container .tab-content {
  display: none;
}

.scrtabs-tab-scroll-arrow {
  border: 1px solid rgb(221, 221, 221);
  border-top: none;
  color: rgb(66, 139, 202);
  cursor: pointer;
  float: left;
  font-size: 12px;
  height: 42px;
  margin-bottom: -1px;
  padding-left: 2px;
  padding-top: 13px;
  width: 20px;
}
.scrtabs-tab-scroll-arrow:hover {
  background-color: rgb(238, 238, 238);
}

.scrtabs-tab-scroll-arrow.scrtabs-disable {
  color: #ddd;
  cursor: default;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li {
  white-space: nowrap;
}

/* Visuals for Tabs and TabsV2 */
.tabs .nav-tabs, .tabs .nav-toggle, .tabsV2 .nav-tabs, .tabsV2 .nav-toggle, .tabsV3 .nav-tabs, .tabsV3 .nav-toggle {
  border-bottom: 0px; /* overwriting the rule in bootstrap */
}
@media screen and (max-width: 47.9375em) {
  .tabs .container, .tabsV2 .container, .tabsV3 .container {
    padding: 0;
  }
}
.tabs .nav-tabs > li > a,
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li > a:hover,
.tabs .nav-tabs > li.active > a:hover,
.tabs .nav-tabs > li > a:focus,
.tabs .nav-tabs > li.active > a:focus,
.tabs .nav-toggle > li > a,
.tabs .nav-toggle > li.active > a,
.tabs .nav-toggle > li > a:hover,
.tabs .nav-toggle > li.active > a:hover,
.tabs .nav-toggle > li > a:focus,
.tabs .nav-toggle > li.active > a:focus, .tabsV2 .nav-tabs > li > a,
.tabsV2 .nav-tabs > li.active > a,
.tabsV2 .nav-tabs > li > a:hover,
.tabsV2 .nav-tabs > li.active > a:hover,
.tabsV2 .nav-tabs > li > a:focus,
.tabsV2 .nav-tabs > li.active > a:focus,
.tabsV2 .nav-toggle > li > a,
.tabsV2 .nav-toggle > li.active > a,
.tabsV2 .nav-toggle > li > a:hover,
.tabsV2 .nav-toggle > li.active > a:hover,
.tabsV2 .nav-toggle > li > a:focus,
.tabsV2 .nav-toggle > li.active > a:focus, .tabsV3 .nav-tabs > li > a,
.tabsV3 .nav-tabs > li.active > a,
.tabsV3 .nav-tabs > li > a:hover,
.tabsV3 .nav-tabs > li.active > a:hover,
.tabsV3 .nav-tabs > li > a:focus,
.tabsV3 .nav-tabs > li.active > a:focus,
.tabsV3 .nav-toggle > li > a,
.tabsV3 .nav-toggle > li.active > a,
.tabsV3 .nav-toggle > li > a:hover,
.tabsV3 .nav-toggle > li.active > a:hover,
.tabsV3 .nav-toggle > li > a:focus,
.tabsV3 .nav-toggle > li.active > a:focus {
  border: 0;
  padding: 10px 0;
  padding: 0.625rem 0;
  margin: 0 25px;
  margin: 0 1.5625rem;
  background-color: transparent; /* overwriting the background color defined in the bootstrap */
  min-width: 60px;
  min-width: 3.75rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}
.tabs .nav-tabs > li > a,
.tabs .nav-tabs > li > a:hover,
.tabs .nav-tabs > li > a:focus,
.tabs .nav-toggle > li > a,
.tabs .nav-toggle > li > a:hover,
.tabs .nav-toggle > li > a:focus, .tabsV2 .nav-tabs > li > a,
.tabsV2 .nav-tabs > li > a:hover,
.tabsV2 .nav-tabs > li > a:focus,
.tabsV2 .nav-toggle > li > a,
.tabsV2 .nav-toggle > li > a:hover,
.tabsV2 .nav-toggle > li > a:focus, .tabsV3 .nav-tabs > li > a,
.tabsV3 .nav-tabs > li > a:hover,
.tabsV3 .nav-tabs > li > a:focus,
.tabsV3 .nav-toggle > li > a,
.tabsV3 .nav-toggle > li > a:hover,
.tabsV3 .nav-toggle > li > a:focus {
  color: #272727;
  font-weight: normal; /* overwriting the font-weight:600 rule in the bootstrap */
}
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:hover,
.tabs .nav-tabs > li.active > a:focus,
.tabs .nav-toggle > li.active > a,
.tabs .nav-toggle > li.active > a:hover,
.tabs .nav-toggle > li.active > a:focus, .tabsV2 .nav-tabs > li.active > a,
.tabsV2 .nav-tabs > li.active > a:hover,
.tabsV2 .nav-tabs > li.active > a:focus,
.tabsV2 .nav-toggle > li.active > a,
.tabsV2 .nav-toggle > li.active > a:hover,
.tabsV2 .nav-toggle > li.active > a:focus, .tabsV3 .nav-tabs > li.active > a,
.tabsV3 .nav-tabs > li.active > a:hover,
.tabsV3 .nav-tabs > li.active > a:focus,
.tabsV3 .nav-toggle > li.active > a,
.tabsV3 .nav-toggle > li.active > a:hover,
.tabsV3 .nav-toggle > li.active > a:focus {
  color: #c00;
  border-bottom: 4px solid #c00;
}
.tabs.full-browser-width-wrap .container, .tabsV2.full-browser-width-wrap .container, .tabsV3.full-browser-width-wrap .container {
  width: auto;
  padding: 0;
}
.tabs.full-browser-width-wrap .inner-container, .tabsV2.full-browser-width-wrap .inner-container, .tabsV3.full-browser-width-wrap .inner-container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 63.9375em) {
  .tabs.full-browser-width-wrap .inner-container, .tabsV2.full-browser-width-wrap .inner-container, .tabsV3.full-browser-width-wrap .inner-container {
    width: auto;
  }
}
.tabs .tab-border, .tabsV2 .tab-border, .tabsV3 .tab-border {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.tabs .sly-frame, .tabsV2 .sly-frame, .tabsV3 .sly-frame {
  overflow: hidden;
}

.tabsV2 .tab-border.consumer .sly-wrap .sly-slide > li > a, .tabsV3 .tab-border.consumer .sly-wrap .sly-slide > li > a {
  display: flex;
  align-items: center;
  line-height: initial;
  height: 73px;
  height: 4.5625rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.tabsV2 .tab-border.consumer .nav-tabs > li, .tabsV3 .tab-border.consumer .nav-tabs > li {
  max-height: 73px;
  max-height: 4.5625rem;
}
.tabsV2 .tab-border.consumer .nav-tabs > li:hover > a, .tabsV3 .tab-border.consumer .nav-tabs > li:hover > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom: solid 6px #D30007;
  border-bottom: solid 0.375rem #D30007;
}
.tabsV2 .tab-border.consumer .nav-tabs a, .tabsV3 .tab-border.consumer .nav-tabs a {
  color: #555;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom: solid 6px transparent;
  border-bottom: solid 0.375rem transparent;
}
.tabsV2 .tab-border.consumer .nav-tabs a:active, .tabsV3 .tab-border.consumer .nav-tabs a:active {
  color: #D71920;
  border-bottom: solid 6px #D30007;
  border-bottom: solid 0.375rem #D30007;
}
.tabsV2 .tab-border.consumer .nav-tabs > li.active > a, .tabsV3 .tab-border.consumer .nav-tabs > li.active > a {
  color: #D71920;
  border-bottom: solid 6px #D30007;
  border-bottom: solid 0.375rem #D30007;
  margin: 0 5px;
  margin: 0 0.3125rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.tabsV2 .tab-border.consumer .nav > li, .tabsV3 .tab-border.consumer .nav > li {
  height: 73px;
  height: 4.5625rem;
}

.toggle-template-wrapper {
  position: relative;
}
.toggle-template-wrapper .toggle-component-image-container {
  width: 100%;
  position: absolute;
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .toggle-template-wrapper .toggle-component-image-container {
    padding-top: 80px;
    padding-top: 5rem;
  }
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template {
  position: relative;
  z-index: 5;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template .nav-toggle-mobile-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  margin: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  font-weight: 300;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 64em) {
  .toggle-template-wrapper .toggle-component-image-container .toggle-template .nav-toggle-mobile-label {
    display: none;
  }
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template .nav-toggle-mobile-label.lightMode {
  color: #ffffff;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template .nav-toggle-mobile-label.darkMode {
  color: #4d4d4f;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle {
  margin-top: -15px !important;
  margin-top: -0.9375rem !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle li {
  z-index: 2;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle li.mobile-only {
  cursor: pointer;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle li:not(.mobile-only) {
  float: left;
  display: none;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle li.dropdown a {
  border-bottom: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  line-height: 1.75rem;
  padding: 0;
  padding-left: 30px;
  padding-left: 1.875rem;
  background: #e6e7e8;
  color: #4d4d4f;
  letter-spacing: -0.01em;
  text-align: left;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle li.dropdown a:before {
  content: "";
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle li.selected a:before {
  font-size: 10px;
  font-size: 0.625rem;
  left: 10px;
  left: 0.625rem;
  content: "\e906";
  font-family: "icomoon" !important;
  position: absolute;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle li.nav {
  width: 100%;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle a {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 39px;
  line-height: 2.4375rem;
  margin: 0 10px;
  margin: 0 0.625rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  position: relative;
  text-align: left;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle a:before {
  font-size: 10px;
  font-size: 0.625rem;
  right: 20px;
  right: 1.25rem;
  content: "\e90a";
  font-family: "icomoon" !important;
  position: absolute;
}
@media screen and (min-width: 64em) {
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle a:before {
    display: none;
  }
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle a:hover {
  background: transparent;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle a:focus {
  background: transparent;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode a {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode a:before {
  color: #ffffff;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a {
  background: #4d4d4f;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown :not(.mobile-only) {
  color: #ffffff;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown :not(.mobile-only):hover,
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown .selected:not(.mobile-only) {
  background: #3879BA;
  color: #ffffff;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode a {
  color: #4d4d4f;
  border-bottom: 1px solid #4d4d4f;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode a:before {
  color: #4d4d4f;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a {
  background: #e6e7e8;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown :not(.mobile-only) {
  color: #4d4d4f;
}
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown :not(.mobile-only):hover,
.toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown .selected:not(.mobile-only) {
  background: #3879BA;
  color: #ffffff;
}
@media screen and (min-width: 64em) {
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle {
    margin-top: 0 !important;
    flex-direction: row;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.left {
    justify-content: flex-start;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.center {
    justify-content: center;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.right {
    justify-content: flex-end;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode a, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode a {
    border-bottom: none;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown {
    font-size: 0;
    display: inline-block;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 39px;
    line-height: 2.4375rem;
    padding: 0;
    letter-spacing: -0.01em;
    font-weight: 900;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.darkGrayTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.darkGrayTabTitle {
    color: #4d4d4f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.lightGrayTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.lightGrayTabTitle {
    color: #e6e7e8;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.darkBlueTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.darkBlueTabTitle {
    color: #00467f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.whiteTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.whiteTabTitle {
    color: #ffffff;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.redTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.redTabLine {
    border-bottom: 4px solid #c00;
    border-bottom: 0.25rem solid #c00;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.darkBlueTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.darkBlueTabLine {
    border-bottom: 4px solid #00467f;
    border-bottom: 0.25rem solid #00467f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.darkGrayTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.darkGrayTabLine {
    border-bottom: 4px solid #4d4d4f;
    border-bottom: 0.25rem solid #4d4d4f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.greenTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.greenTabLine {
    border-bottom: 4px solid #00927e;
    border-bottom: 0.25rem solid #00927e;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.lightBlueTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.lightBlueTabLine {
    border-bottom: 4px solid #009fc2;
    border-bottom: 0.25rem solid #009fc2;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.orangeTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.orangeTabLine {
    border-bottom: 4px solid #F57F20;
    border-bottom: 0.25rem solid #F57F20;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.lightGrayTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.lightGrayTabLine {
    border-bottom: 4px solid #e6e7e8;
    border-bottom: 0.25rem solid #e6e7e8;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a.whiteTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a.whiteTabLine {
    border-bottom: 4px solid #ffffff;
    border-bottom: 0.25rem solid #ffffff;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a:hover, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a:hover {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 39px;
    line-height: 2.4375rem;
    padding: 0;
    letter-spacing: -0.01em;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a:hover.darkGrayTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a:hover.darkGrayTabTitle {
    color: #4d4d4f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a:hover.lightGrayTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a:hover.lightGrayTabTitle {
    color: #e6e7e8;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a:hover.darkBlueTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a:hover.darkBlueTabTitle {
    color: #00467f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown.active a:hover.whiteTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown.active a:hover.whiteTabTitle {
    color: #ffffff;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 39px;
    line-height: 2.4375rem;
    padding: 0;
    margin: 0 30px;
    margin: 0 1.875rem;
    border-bottom: 4px solid transparent;
    color: #ffffff;
    background: none;
    letter-spacing: -0.01em;
    font-weight: 400;
    display: inline-block;
    width: auto;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:after, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:after {
    content: attr(title);
    display: block;
    font-weight: 900;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a.darkGrayTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a.darkGrayTabTitle {
    color: #4d4d4f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a.lightGrayTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a.lightGrayTabTitle {
    color: #e6e7e8;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a.darkBlueTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a.darkBlueTabTitle {
    color: #00467f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a.whiteTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a.whiteTabTitle {
    color: #ffffff;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 39px;
    line-height: 2.4375rem;
    padding: 0;
    letter-spacing: -0.01em;
    font-weight: 900;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.darkGrayTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.darkGrayTabTitle {
    color: #4d4d4f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.lightGrayTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.lightGrayTabTitle {
    color: #e6e7e8;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.darkBlueTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.darkBlueTabTitle {
    color: #00467f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.whiteTabTitle, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.whiteTabTitle {
    color: #ffffff;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.redTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.redTabLine {
    border-bottom: 4px solid #c00;
    border-bottom: 0.25rem solid #c00;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.darkBlueTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.darkBlueTabLine {
    border-bottom: 4px solid #00467f;
    border-bottom: 0.25rem solid #00467f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.darkGrayTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.darkGrayTabLine {
    border-bottom: 4px solid #4d4d4f;
    border-bottom: 0.25rem solid #4d4d4f;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.greenTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.greenTabLine {
    border-bottom: 4px solid #00927e;
    border-bottom: 0.25rem solid #00927e;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.lightBlueTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.lightBlueTabLine {
    border-bottom: 4px solid #009fc2;
    border-bottom: 0.25rem solid #009fc2;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.orangeTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.orangeTabLine {
    border-bottom: 4px solid #F57F20;
    border-bottom: 0.25rem solid #F57F20;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.lightGrayTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.lightGrayTabLine {
    border-bottom: 4px solid #e6e7e8;
    border-bottom: 0.25rem solid #e6e7e8;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown a:hover.whiteTabLine, .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown a:hover.whiteTabLine {
    border-bottom: 4px solid #ffffff;
    border-bottom: 0.25rem solid #ffffff;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown :not(.mobile-only), .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown :not(.mobile-only) {
    float: none;
    display: inline-block;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown :not(.mobile-only):hover,
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.lightMode li.dropdown .selected:not(.mobile-only), .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown :not(.mobile-only):hover,
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle.darkMode li.dropdown .selected:not(.mobile-only) {
    background: none;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle li.nav {
    flex-basis: auto;
    width: auto;
  }
  .toggle-template-wrapper .toggle-component-image-container .toggle-template ul.nav-toggle li.nav.mobile-only {
    display: none;
  }
}
.toggle-template-wrapper .tab-content {
  padding-top: 100px;
  padding-top: 6.25rem;
  position: relative;
}

.tile img {
  max-width: 100%;
}
.tile .richText {
  margin-bottom: 1.3em;
}
.tile .cta-image-layout .image-wrap,
.tile .cta-image-with-background-layout .image-wrap {
  text-align: left;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.tile .cta-image-layout .image-wrap.image-align-center,
.tile .cta-image-with-background-layout .image-wrap.image-align-center {
  text-align: center;
}
.tile .cta-image-layout .image-wrap a,
.tile .cta-image-with-background-layout .image-wrap a {
  display: inline-block;
}
.tile .cta-image-layout .image-wrap a img,
.tile .cta-image-with-background-layout .image-wrap a img {
  transform: scale(0.95);
  transition: transform 0.2s;
  position: relative;
}
.tile .cta-image-layout .image-wrap a:hover img,
.tile .cta-image-with-background-layout .image-wrap a:hover img {
  transform: scale(1);
}
.tile .banner-image-layout .content-wrap {
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
}
.tile .banner-image-layout .buttonArray li {
  min-width: 40%;
  text-align: left;
}
@media screen and (min-width: 75em) {
  .tile .banner-image-layout .buttonArray li {
    min-width: 45%;
  }
}
.tile .banner-image-box-hover-layout {
  display: block;
  transition: box-shadow 0.2s;
}
.tile .banner-image-box-hover-layout:hover, .tile .banner-image-box-hover-layout:focus {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 0 7px #9d9fa2;
  box-shadow: 0 0 0.4375rem #9d9fa2;
  transition: box-shadow 0.2s;
}
.tile .banner-image-box-hover-layout .content-wrap {
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
.tile .banner-image-box-hover-layout .read-more {
  margin-bottom: 0;
}
.tile .cta-image-with-background-layout {
  padding-top: 20px;
  padding-top: 1.25rem;
}
.tile .cta-image-with-background-layout .image-wrap,
.tile .cta-image-with-background-layout .content-wrap {
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}
.tile .cta-image-with-background-layout .content-wrap {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
.tile .border-enabled {
  border: 1px solid #bcbdc0;
}
.tile .light-shadow {
  box-shadow: 0 0 5px #bcbdc0;
  box-shadow: 0 0 0.3125rem #bcbdc0;
}
.tile .dark-shadow {
  box-shadow: 0 0 5px #9d9fa2;
  box-shadow: 0 0 0.3125rem #9d9fa2;
}
.tile .bracket-enabled {
  position: relative;
  padding: 120px 30px 0;
  padding: 7.5rem 1.875rem 0;
}
@media screen and (min-width: 48em) {
  .tile .bracket-enabled {
    padding: 0;
    padding-left: 120px;
    padding-left: 7.5rem;
  }
}
.tile .bracket {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  height: 6.25rem;
}
@media screen and (min-width: 48em) {
  .tile .bracket {
    width: 100px;
    width: 6.25rem;
    height: 100%;
  }
  .tile .bracket:before, .tile .bracket:after {
    content: " ";
    display: table;
  }
  .tile .bracket:after {
    clear: both;
  }
}
.tile .bracket .part-one,
.tile .bracket .part-two {
  height: 50%;
  display: block;
}
@media screen and (min-width: 48em) {
  .tile .bracket .part-one,
  .tile .bracket .part-two {
    float: left;
    width: 50%;
  }
}
.tile .bracket .part-one {
  width: 50%;
  border-right: 1px solid #bcbdc0;
}
@media screen and (min-width: 48em) {
  .tile .bracket .part-one {
    border-bottom: 1px solid #bcbdc0;
    border-right: 0;
  }
}
.tile .bracket .part-two {
  border: 1px solid #bcbdc0;
  border-bottom: 0;
}
@media screen and (min-width: 48em) {
  .tile .bracket .part-two {
    height: 100%;
    border: 1px solid #bcbdc0;
    border-right: 0;
  }
}

.videoHero .video-hero-wrap {
  text-align: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}
.videoHero .video-hero-wrap:before, .videoHero .video-hero-wrap:after {
  content: " ";
  display: table;
}
.videoHero .video-hero-wrap:after {
  clear: both;
}
.video-hero-behind-breadcrumbs .videoHero:first-child .video-hero-wrap {
  overflow: hidden;
}
.videoHero .videos {
  display: none;
}
@media screen and (min-width: 64em) {
  .videoHero .videos {
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.videoHero .hero-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.videoHero .hero-content .buttonArray {
  display: none;
  position: absolute;
  width: 85%;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 48em) {
  .videoHero .hero-content .buttonArray {
    width: 90%;
    display: block;
  }
}
.videoHero .hero-content .button-array li {
  float: left;
  margin-right: 20px;
  margin-right: 1.25rem;
  padding: 0;
}
.videoHero .hero-content .button-array.right-align li {
  float: right;
  margin: 0 0 10px 20px;
  margin: 0 0 0.625rem 1.25rem;
}
.videoHero .hero-content .button-array.center-align li {
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
.videoHero .hero-content .button-array.left-align li {
  float: left;
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
.videoHero .hero-content .button-array .button {
  width: auto;
}
.videoHero .mobile-button-array {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .videoHero .mobile-button-array {
    display: none;
  }
}
.videoHero .video-wrap.background {
  padding: 0;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -19;
  position: absolute;
}
@media screen and (max-width: 63.9375em) {
  .videoHero .video-wrap.background {
    width: 125%;
  }
}
.videoHero .video-wrap.background .jwplayer {
  position: absolute;
}
.videoHero .video-wrap.left {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 48em) {
  .videoHero .video-wrap.left {
    width: 50%;
    margin: 0 15px 15px 0;
  }
}
.videoHero .video-wrap.right {
  float: right;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 48em) {
  .videoHero .video-wrap.right {
    width: 50%;
    margin: 0 0 15px 15px;
  }
}
.videoHero .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  width: auto;
  z-index: 0; /* IE 9 */ /* Safari */
  transform: translate(-50%, -50%);
}

.videoHeroV2 .video-hero-wrap {
  text-align: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}
.videoHeroV2 .video-hero-wrap:before, .videoHeroV2 .video-hero-wrap:after {
  content: " ";
  display: table;
}
.videoHeroV2 .video-hero-wrap:after {
  clear: both;
}
@media (min-width: 768px) {
  .videoHeroV2 .video-hero-wrap {
    margin-top: -1px;
  }
}
.video-hero-behind-breadcrumbs .videoHeroV2:first-child .video-hero-wrap {
  overflow: hidden;
}
.videoHeroV2 .videos {
  display: none;
}
@media screen and (min-width: 64em) {
  .videoHeroV2 .videos {
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.videoHeroV2 .hero-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .videoHeroV2 .hero-content {
    flex-direction: row;
  }
}
@media (min-width: 1170px) {
  .videoHeroV2 .hero-content {
    max-width: 1170px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .videoHeroV2 .hero-content.taoc-layout .text-container {
    flex: 0 1 66%;
  }
}
@media (min-width: 1170px) {
  .videoHeroV2 .hero-content.taoc-layout .text-container .richText {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .videoHeroV2 .hero-content.taoc-layout .text-container .richText {
    padding-right: 20%;
  }
}
.videoHeroV2 .hero-content .text-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #4d4d4f;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .videoHeroV2 .hero-content .text-container {
    margin: 0;
    padding: 0;
  }
}
.videoHeroV2 .hero-content .text-container .richText {
  width: 100%;
}
.videoHeroV2 .hero-content .text-container > div > p > span > span {
  color: #ffffff;
}
@media (min-width: 768px) {
  .videoHeroV2 .hero-content .text-container > div > p > span > span {
    color: inherit;
  }
}
.videoHeroV2 .hero-content .asset-container {
  display: none;
}
@media (min-width: 768px) {
  .videoHeroV2 .hero-content .asset-container {
    display: flex;
    flex: 0 1 33%;
    justify-content: center;
  }
}
@media (min-width: 1170px) {
  .videoHeroV2 .hero-content .asset-container {
    justify-content: flex-end;
    margin-right: 10%;
  }
}
.videoHeroV2 .hero-content .asset-container a:hover, .videoHeroV2 .hero-content .asset-container a:focus {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .videoHeroV2 .hero-content .asset-container span {
    font-size: 70px;
    color: #c00;
  }
}
@media (min-width: 1024px) {
  .videoHeroV2 .hero-content .asset-container span {
    font-size: 90px;
  }
}
.videoHeroV2 .hero-content .asset-container span:hover {
  color: #bcbdc0;
}
.videoHeroV2 .hero-content .buttonArray {
  display: none;
  position: relative;
  width: 85%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .videoHeroV2 .hero-content .buttonArray {
    width: 100%;
    bottom: 0;
    display: block;
    margin-top: 15px;
  }
}
.videoHeroV2 .hero-content .buttonArray .button-array li {
  float: left;
  margin-right: 20px;
  margin-right: 1.25rem;
  padding: 0;
}
.videoHeroV2 .hero-content .buttonArray .button-array.right-align li {
  float: right;
  margin: 0 0 10px 20px;
  margin: 0 0 0.625rem 1.25rem;
}
.videoHeroV2 .hero-content .buttonArray .button-array.center-align li {
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
.videoHeroV2 .hero-content .buttonArray .button-array.left-align li {
  float: left;
  margin: 0 20px 10px 0;
  margin: 0 1.25rem 0.625rem 0;
}
.videoHeroV2 .hero-content .buttonArray .button-array .button {
  width: auto;
}
.videoHeroV2 .mobile-button-array {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 48em) {
  .videoHeroV2 .mobile-button-array {
    display: none;
  }
}
.videoHeroV2 .mobile-button-array .button-array {
  display: inline-block;
}
.videoHeroV2 .mobile-button-array .button-array .button.primary-white {
  border: 1px solid #c00;
  color: #c00;
}
.videoHeroV2 .video-wrap.background {
  padding: 0;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: -19;
  position: absolute;
}
@media screen and (max-width: 63.9375em) {
  .videoHeroV2 .video-wrap.background {
    width: 125%;
  }
}
.videoHeroV2 .video-wrap.background .jwplayer {
  position: absolute;
}
.videoHeroV2 .video-wrap.left {
  float: left;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 48em) {
  .videoHeroV2 .video-wrap.left {
    width: 50%;
    margin: 0 15px 15px 0;
  }
}
.videoHeroV2 .video-wrap.right {
  float: right;
  position: relative;
  width: 100%;
  margin: 0 0 15px;
}
@media screen and (min-width: 48em) {
  .videoHeroV2 .video-wrap.right {
    width: 50%;
    margin: 0 0 15px 15px;
  }
}
.videoHeroV2 .background-video {
  display: none;
}
@media (min-width: 768px) {
  .videoHeroV2 .background-video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    width: auto;
    z-index: 0; /* IE 9 */ /* Safari */
    transform: translate(-50%, -50%);
  }
}

.priceWidget .ctpw-widget-wrap,
.manualPriceWidgetV2 .ctpw-widget-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  /* Don't remove this */
}
.priceWidget .ctpw-widget-wrap .options-selection,
.manualPriceWidgetV2 .ctpw-widget-wrap .options-selection {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border-bottom: 0px solid #cccccc;
}
.priceWidget .ctpw-widget-wrap .select,
.manualPriceWidgetV2 .ctpw-widget-wrap .select {
  position: relative;
  width: 100%;
  border-radius: 10px;
  text-align: left;
}
.priceWidget .ctpw-widget-wrap .select .selected_device,
.manualPriceWidgetV2 .ctpw-widget-wrap .select .selected_device {
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.priceWidget .ctpw-widget-wrap .select .selected_device.selected_toggle.selected_device:after,
.manualPriceWidgetV2 .ctpw-widget-wrap .select .selected_device.selected_toggle.selected_device:after {
  transform: translateY(-15%) rotate(-135deg);
}
.priceWidget .ctpw-widget-wrap .select .selected_device:after,
.manualPriceWidgetV2 .ctpw-widget-wrap .select .selected_device:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 0;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s ease;
}
.priceWidget .ctpw-widget-wrap .select .selected_device.toggle,
.manualPriceWidgetV2 .ctpw-widget-wrap .select .selected_device.toggle {
  border-radius: 3px 3px 0 0;
}
.priceWidget .ctpw-widget-wrap .select .select_drop_down,
.manualPriceWidgetV2 .ctpw-widget-wrap .select .select_drop_down {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100% !important;
  border-radius: 10px;
  z-index: 3;
  transform: scale(1, 0);
  transform-origin: top center;
  visibility: hidden;
  transition: 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
  padding-left: 1rem;
}
.priceWidget .ctpw-widget-wrap .select .select_drop_down .option,
.manualPriceWidgetV2 .ctpw-widget-wrap .select .select_drop_down .option {
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 300;
  line-height: 27px;
  font-size: 16px;
}
.priceWidget .ctpw-widget-wrap .select .select_drop_down.toggle,
.manualPriceWidgetV2 .ctpw-widget-wrap .select .select_drop_down.toggle {
  visibility: visible;
  transform: scale(1, 1);
  margin: 0;
}
.priceWidget .ctpw-widget-wrap .price-widget__highlight,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget__highlight {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-weight: 300;
  line-height: 16.8px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .priceWidget .ctpw-widget-wrap .price-widget__highlight,
  .manualPriceWidgetV2 .ctpw-widget-wrap .price-widget__highlight {
    line-height: 19.2px;
    font-size: 16px;
    font-size: 1rem;
  }
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper {
  padding: 20px;
  padding: 1.25rem;
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .duration__button,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .duration__button {
  border-radius: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16.34px;
  font-weight: 400;
  padding: 7px 15px;
  padding: 0.4375rem 0.9375rem;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  margin: 0 6px 16px;
  margin: 0 0.375rem 1rem;
}
@media screen and (min-width: 48em) {
  .priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .duration__button,
  .manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .duration__button {
    margin: 0 6px 24px;
    margin: 0 0.375rem 1.5rem;
  }
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .widget-content .row div,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .widget-content .row div {
  float: initial;
  width: unset;
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .col-md-7,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .col-md-7 {
  width: 100%;
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .price-widget-duration,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .price-widget-duration {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .price-widget-duration .duration__button,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .price-widget-duration .duration__button {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .device_list,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .device_list {
  border-radius: 10px;
  padding: 5px 12px;
  padding: 0.3125rem 0.75rem;
  width: 100%;
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .sale-price,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .sale-price {
  margin-top: 16px;
  margin-top: 1rem;
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .sale-price .sale-currency-price,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .sale-price .sale-currency-price {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 48em) {
  .priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .sale-price,
  .manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .sale-price {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .regular-price,
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .saving,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .regular-price,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .saving {
  display: inline;
  color: #000000;
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .regular-price span,
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .saving span,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .regular-price span,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .saving span {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .saving,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .saving {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .buy-now-button,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .buy-now-button {
  padding: 4px 0;
  padding: 0.25rem 0;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
@media screen and (min-width: 48em) {
  .priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .buy-now-button,
  .manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .buy-now-button {
    font-size: 16px;
    font-size: 1rem;
    line-height: 27px;
  }
}
.priceWidget .ctpw-widget-wrap .price-widget-inner-wrapper .price-widget-bullets,
.manualPriceWidgetV2 .ctpw-widget-wrap .price-widget-inner-wrapper .price-widget-bullets {
  text-align: initial;
}
.priceWidget .ctpw-widget-wrap .product-highlight,
.manualPriceWidgetV2 .ctpw-widget-wrap .product-highlight {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 48em) {
  .priceWidget .ctpw-widget-wrap .product-highlight,
  .manualPriceWidgetV2 .ctpw-widget-wrap .product-highlight {
    font-size: 16px;
    font-size: 1rem;
    line-height: 27px;
  }
}

.priceWidgetSliderV1 {
  --swiper-pagination-color: #939598;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-inactive-color: #D1D3D4;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 16px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
}
@media screen and (max-width: 74.9375em) {
  .priceWidgetSliderV1.section {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
  }
}
.priceWidgetSliderV1 .priceWidgetSliderSwiper .ctpw-widget-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.priceWidgetSliderV1 .priceWidgetSliderSwiper .ctpw-widget-wrap .price-widget-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.priceWidgetSliderV1 .priceWidgetSliderSwiper .swiper-wrapper {
  padding: 2px;
  padding: 0.125rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 64em) {
  .priceWidgetSliderV1 .priceWidgetSliderSwiper .swiper-wrapper {
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
  }
}
.priceWidgetSliderV1 .priceWidgetSliderSwiper .swiper-wrapper .swiper-slide {
  display: grid;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin-right: 22px !important;
  margin-left: 0;
}
@media screen and (min-width: 48em) {
  .priceWidgetSliderV1 .priceWidgetSliderSwiper .swiper-wrapper .swiper-slide {
    margin-right: 18px !important;
  }
}
@media screen and (min-width: 64em) {
  .priceWidgetSliderV1 .priceWidgetSliderSwiper .swiper-wrapper .swiper-slide {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 64em) {
  .priceWidgetSliderV1 .priceWidgetSliderSwiper .swiper-pagination {
    display: none;
  }
}
.priceWidgetSliderV1 .priceWidgetSliderSwiper .swiper-custom-nav {
  display: none;
}
@media screen and (min-width: 64em) {
  .priceWidgetSliderV1 .priceWidgetSliderSwiper .swiper-custom-nav {
    display: flex;
    gap: 8px;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.priceWidgetSliderV1 .priceWidgetSliderSwiper .swiper-custom-nav [aria-disabled=false] {
  opacity: 1;
}
.priceWidgetSliderV1 .priceWidgetSliderSwiper .swiper-custom-nav [aria-disabled=true] {
  opacity: 0.5;
}
@media screen and (min-width: 64em) {
  .priceWidgetSliderV1 .priceWidgetSliderSwiper .nav-button {
    width: 26px;
    height: 26px;
    background: #d71920;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: all 350ms ease-in-out;
  }
  .priceWidgetSliderV1 .priceWidgetSliderSwiper .nav-button:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 64em) {
  .priceWidgetSliderV1 .priceWidgetSliderSwiper .nav-button__prev::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media screen and (min-width: 64em) {
  .priceWidgetSliderV1 .priceWidgetSliderSwiper .nav-button__next::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.landing-page-hero-banner {
  padding: 16px;
  padding: 1rem;
  padding-left: 0;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .landing-page-hero-banner {
    padding-left: 16px;
    padding-left: 1rem;
  }
}
.landing-page-hero-banner .pre-heading {
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 120px;
  margin-top: 7.5rem;
  margin-bottom: 0;
  line-height: 25px;
}
@media screen and (min-width: 48em) {
  .landing-page-hero-banner .pre-heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 203px;
    margin-top: 12.6875rem;
    line-height: 29px;
  }
}
@media screen and (min-width: 64em) {
  .landing-page-hero-banner .pre-heading {
    font-size: 48px;
    font-size: 3rem;
    margin-top: 331px;
    margin-top: 20.6875rem;
    line-height: 58px;
  }
}
.landing-page-hero-banner .main-title {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  margin-bottom: 0;
  line-height: 56px;
  letter-spacing: -0.56px;
}
@media screen and (min-width: 48em) {
  .landing-page-hero-banner .main-title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 76px;
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 64em) {
  .landing-page-hero-banner .main-title {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 120px;
    letter-spacing: 2.5px;
  }
}
.landing-page-hero-banner .richTextHC > * {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 16px;
}
@media screen and (min-width: 48em) {
  .landing-page-hero-banner .richTextHC > * {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 25px;
  }
}
@media screen and (min-width: 64em) {
  .landing-page-hero-banner .richTextHC > * {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 44px;
  }
}

.randomQuote {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.randomQuote.section {
  max-width: none;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .randomQuote .human-connections-quote-content-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container {
    justify-content: flex-start;
  }
}
.randomQuote .human-connections-quote-content-container.background-black {
  background: #000000;
}
.randomQuote .human-connections-quote-content-container.background-white {
  background: #ffffff;
}
@media screen and (min-width: 48em) {
  .randomQuote .human-connections-quote-content-container.apply-component-width .richTextHC-wrapper blockquote {
    padding: 0.5em 2em 0.5em 3em;
  }
}
@media screen and (min-width: 64em) {
  .randomQuote .human-connections-quote-content-container.apply-component-width .richTextHC-wrapper blockquote {
    padding: 0.5em 1em 0.5em 4em;
  }
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container.apply-component-width .richTextHC-wrapper blockquote {
    padding: 0.5em 4em 0.5em 0;
  }
}
@media screen and (min-width: 48em) {
  .randomQuote .human-connections-quote-content-container.apply-component-width .richTextHC-wrapper blockquote:before {
    left: -5px;
    left: -0.3125rem;
  }
}
@media screen and (min-width: 64em) {
  .randomQuote .human-connections-quote-content-container.apply-component-width .richTextHC-wrapper blockquote:before {
    left: -50px;
    left: -3.125rem;
  }
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container.apply-component-width .richTextHC-wrapper blockquote:before {
    left: -120px;
    left: -7.5rem;
  }
}
@media screen and (min-width: 64em) {
  .randomQuote .human-connections-quote-content-container.apply-component-width .richTextHC-wrapper .richTextHC {
    width: 540px;
    width: 33.75rem;
  }
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container.apply-component-width .richTextHC-wrapper .richTextHC {
    width: 640px;
    width: 40rem;
  }
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container.no-image {
    justify-content: center;
  }
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container.no-image .richTextHC-wrapper blockquote {
    padding: 0.5em 2em 0.5em 3em;
  }
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container.no-image .richTextHC-wrapper blockquote:before {
    left: -65px;
    left: -4.0625rem;
  }
}
.randomQuote .human-connections-quote-content-container .image-wrapper {
  display: none;
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container .image-wrapper {
    display: block;
    width: 541px;
    width: 33.8125rem;
  }
}
.randomQuote .human-connections-quote-content-container .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.randomQuote .human-connections-quote-content-container .grid-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  padding: 3.125rem;
}
@media screen and (min-width: 48em) {
  .randomQuote .human-connections-quote-content-container .grid-image-wrapper {
    flex: 1 0 auto;
    width: 250px;
    margin-left: 42px;
    margin-left: 2.625rem;
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .randomQuote .human-connections-quote-content-container .grid-image-wrapper {
    flex: 0 1 366px;
  }
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container .grid-image-wrapper {
    flex: 1 0 366px;
    margin-right: 84px;
    margin-right: 5.25rem;
  }
}
.randomQuote .human-connections-quote-content-container .grid-image-wrapper img {
  max-width: 100%;
  height: auto;
}
.randomQuote .human-connections-quote-content-container .richTextHC-wrapper {
  position: relative;
}
.randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote {
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  font-style: italic;
  position: relative;
  margin: 0;
  padding: 0.5em 2em 0.5em 3em;
}
@media screen and (min-width: 48em) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote {
    padding: 0.5em 2em 0.5em 4em;
  }
}
@media screen and (min-width: 64em) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote {
    padding: 0.5em 1em 0.5em 5em;
  }
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote {
    font-family: "InterstateLight", "Open Sans 300", sans-serif;
    padding: 0.5em 5.5em 0.5em 1em;
  }
}
.randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (min-width: 48em) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 64em) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote p {
    font-size: 32px;
    font-size: 2rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}
.randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote:before {
  font-family: "InterstateUltraBlack", "Open Sans 600", sans-serif;
  font-style: normal;
  position: absolute;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 72px;
  line-height: 4.5rem;
  top: 3px;
  top: 0.1875rem;
  left: 10px;
  left: 0.625rem;
  content: "“";
  letter-spacing: 0.6px;
  color: transparent;
}
@media screen and (min-width: 48em) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote:before {
    font-size: 80px;
    font-size: 5rem;
    line-height: 96px;
    line-height: 6rem;
    letter-spacing: 0.8px;
    top: 0;
  }
}
@media screen and (min-width: 64em) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote:before {
    font-size: 160px;
    font-size: 10rem;
    line-height: 192px;
    line-height: 12rem;
    letter-spacing: 1.6px;
    top: -12px;
    top: -0.75rem;
    left: -24px;
    left: -1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote:before {
    left: -102px;
    left: -6.375rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote:before {
    top: -24px;
    top: -1.5rem;
  }
}
.randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote.open-quote-white:before {
  -webkit-text-stroke: 2px #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote.open-quote-white:before {
    color: #ffffff;
  }
}
.randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote.open-quote-red:before {
  -webkit-text-stroke: 2px #d71920;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper blockquote.open-quote-red:before {
    color: #d71920;
  }
}
@media screen and (min-width: 48em) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper .richTextHC {
    margin-right: 40px;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .randomQuote .human-connections-quote-content-container .richTextHC-wrapper .richTextHC {
    width: 817px;
    width: 51.0625rem;
  }
}
.randomQuote .human-connections-quote-content-container .richTextHC-wrapper .richTextHC.quote-text-color-white {
  color: #ffffff;
}
.randomQuote .human-connections-quote-content-container .richTextHC-wrapper .richTextHC.quote-text-color-gray {
  color: #4d4d4f;
}
.randomQuote .human-connections-quote-content-container .richTextHC-wrapper .richTextHC p {
  margin-bottom: 0;
}
.randomQuote .human-connections-quote-content-container .richTextHC-wrapper .richTextHC b {
  font-family: "Interstate", "Open Sans", sans-serif;
}

.vignetteHeroBanner {
  padding: 16px;
  padding: 1rem;
  color: #ffffff;
}
.vignetteHeroBanner .pre-heading {
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 21px;
  margin-top: 1.3125rem;
  line-height: 19px;
}
@media screen and (min-width: 48em) {
  .vignetteHeroBanner .pre-heading {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 7.5px;
    margin-bottom: 0.46875rem;
    margin-top: 14px;
    margin-top: 0.875rem;
    line-height: 25px;
  }
}
@media screen and (min-width: 64em) {
  .vignetteHeroBanner .pre-heading {
    font-size: 42px;
    font-size: 2.625rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    margin-top: 18px;
    margin-top: 1.125rem;
    line-height: 50px;
  }
}
.vignetteHeroBanner .main-title {
  font-family: "InterstateUltraBlack", "Open Sans 600", sans-serif;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #ffffff;
  color: transparent;
  font-size: 64px;
  font-size: 4rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 64px;
  letter-spacing: -0.64px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vignetteHeroBanner .main-title {
    color: #ffffff;
  }
}
@media screen and (min-width: 48em) {
  .vignetteHeroBanner .main-title {
    font-size: 64px;
    font-size: 4rem;
    line-height: 76px;
  }
}
@media screen and (min-width: 64em) {
  .vignetteHeroBanner .main-title {
    font-size: 124px;
    font-size: 7.75rem;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    line-height: 149px;
    letter-spacing: -1.24px;
    -webkit-text-stroke: 3px #ffffff;
  }
}
.vignetteHeroBanner .sub-heading {
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.09px;
}
@media screen and (min-width: 48em) {
  .vignetteHeroBanner .sub-heading {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
    letter-spacing: 0.13px;
  }
}
@media screen and (min-width: 64em) {
  .vignetteHeroBanner .sub-heading {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
    letter-spacing: 0.26px;
  }
}
.vignetteHeroBanner .richTextHC > * {
  width: 81.06666667%;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  letter-spacing: 0.13px;
  line-height: 19px;
}
@media screen and (min-width: 48em) {
  .vignetteHeroBanner .richTextHC > * {
    width: 60.9375%;
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0.17px;
    line-height: 25px;
  }
}
@media screen and (min-width: 64em) {
  .vignetteHeroBanner .richTextHC > * {
    font-size: 42px;
    font-size: 2.625rem;
    width: 85.83706468%;
    margin-bottom: 5px;
    margin-bottom: 0.3125rem;
    letter-spacing: 0.34px;
    line-height: 50px;
  }
}

.hcLandingResourcesTile.section {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .hcLandingResourcesTile.section {
    max-width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .hcLandingResourcesTile.section {
    max-width: 1170px;
  }
}
.hcLandingResourcesTile.section.full-browser-width-wrap {
  max-width: 100%;
}

.resourcesTileContainer {
  background-color: #d71920;
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer {
    background-color: transparent;
  }
  .resourcesTileContainer.no-bg {
    background-color: transparent;
  }
  .resourcesTileContainer.black-bg {
    background-color: #000000;
  }
  .resourcesTileContainer.red-hc {
    background-color: #c2161c;
  }
}
.resourcesTileContainer .image-wrapper {
  display: none;
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .image-wrapper {
    display: block;
    position: absolute;
  }
  .resourcesTileContainer .image-wrapper.opacity-default {
    opacity: 1;
  }
  .resourcesTileContainer .image-wrapper.opacity-on {
    opacity: 0.3;
  }
  .resourcesTileContainer .image-wrapper.opacity-off {
    opacity: 0;
  }
  .resourcesTileContainer .image-wrapper.rotate-on {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
  }
  .resourcesTileContainer .image-wrapper.rotate-off {
    transform: none;
  }
}
.resourcesTileContainer .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.resourcesTileContainer .titleText {
  width: 345px;
  margin: 0 auto;
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
  color: #ffffff;
  font-size: 42px;
  font-size: 2.625rem;
  padding-top: 41px;
  padding-top: 2.5625rem;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}
.resourcesTileContainer .titleText.white {
  color: #ffffff;
}
.resourcesTileContainer .titleText.dark-gray {
  color: #4d4d4f;
}
@media screen and (min-width: 48em) {
  .resourcesTileContainer .titleText {
    width: 432px;
    width: 27rem;
    font-size: 48px;
    font-size: 3rem;
    padding-top: 56px;
    padding-top: 3.5rem;
    padding-bottom: 31px;
    padding-bottom: 1.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .titleText {
    width: 1200px;
    width: 75rem;
    font-size: 64px;
    font-size: 4rem;
    padding-top: 66px;
    padding-top: 4.125rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
    position: relative;
    z-index: 1;
  }
}
.resourcesTileContainer .flex-box {
  width: 100%;
  min-height: 345px;
  display: flex;
  flex-direction: column;
  /* IE11  Queries*/
}
@media screen and (min-width: 23.4375em) {
  .resourcesTileContainer .flex-box {
    align-items: center;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .flex-box {
    width: 1200px;
    width: 75rem;
    margin: 0 auto;
    flex-direction: row;
    align-items: stretch;
    position: relative;
    z-index: 0;
  }
}
.resourcesTileContainer .flex-box .tile {
  background-color: #ffffff;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  width: 348px;
  width: 21.75rem;
}
@media screen and (min-width: 48em) {
  .resourcesTileContainer .flex-box .tile {
    margin-bottom: 73px;
    margin-bottom: 4.5625rem;
    width: 432px;
    width: 27rem;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .flex-box .tile {
    display: flex;
    flex-direction: column;
    width: 348px;
    width: 21.75rem;
    padding-bottom: 0;
    margin-left: 1px;
    margin-left: 0.0625rem;
    margin-right: 61px;
    margin-right: 3.8125rem;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .flex-box .tile:nth-child(3) {
    margin-right: 0;
  }
}
.resourcesTileContainer .flex-box .ff-tile-mb {
  margin-bottom: 72px;
  margin-bottom: 4.5rem;
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .flex-box .ff-tile-mb {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .resourcesTileContainer .flex-box .tile {
    margin-bottom: 73px;
    margin-bottom: 4.5625rem;
  }
}
@media (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .resourcesTileContainer .flex-box .tile {
    margin-right: 61px;
    margin-right: 3.8125rem;
    margin-bottom: 73px;
    margin-bottom: 4.5625rem;
  }
  .resourcesTileContainer .flex-box .tile:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 23.4375em) {
  .resourcesTileContainer .flex-box .hide-tablet-img {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  .resourcesTileContainer .flex-box .hide-tablet-img {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .flex-box .hide-tablet-img {
    display: block;
  }
}
@media screen and (min-width: 23.4375em) {
  .resourcesTileContainer .flex-box .show-tablet-img {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .resourcesTileContainer .flex-box .show-tablet-img {
    display: block;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .flex-box .show-tablet-img {
    display: none;
  }
}
.resourcesTileContainer .flex-box .richTextOne {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.resourcesTileContainer .flex-box .richTextOne .interstate-bold,
.resourcesTileContainer .flex-box .richTextOne .interstate-light {
  color: #4d4d4f;
}
@media screen and (min-width: 48em) {
  .resourcesTileContainer .flex-box .richTextOne {
    padding-top: 21px;
    padding-top: 1.3125rem;
    padding-left: 29px;
    padding-left: 1.8125rem;
    padding-right: 29px;
    padding-right: 1.8125rem;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .flex-box .richTextOne {
    flex: 1 auto;
    padding-top: 35px;
    padding-top: 2.1875rem;
    padding-left: 24px;
    padding-left: 1.5rem;
    padding-right: 11px;
    padding-right: 0.6875rem;
  }
  .resourcesTileContainer .flex-box .richTextOne .interstate-bold,
  .resourcesTileContainer .flex-box .richTextOne .interstate-light {
    font-size: 24px;
  }
}
@media screen and (min-width: 23.4375em) {
  .resourcesTileContainer .flex-box .buttonArray .button-array.right-align li {
    float: right;
  }
}
.resourcesTileContainer .flex-box .buttonArray .button-array.center-align li {
  margin: 0 20px 0 0;
  margin: 0 1.25rem 0 0;
}
.resourcesTileContainer .flex-box .buttonArray {
  font-weight: 800;
  font-family: "Interstate", "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}
.resourcesTileContainer .flex-box .buttonArray .button-array .button {
  font-size: 18px;
  font-size: 1.125rem;
}
.resourcesTileContainer .flex-box .buttonArray .button-array .button.dark-link-right-chevron {
  color: #4d4d4f;
}
@media screen and (min-width: 48em) {
  .resourcesTileContainer .flex-box .buttonArray {
    padding-left: 29px;
    padding-left: 1.8125rem;
    padding-right: 29px;
    padding-right: 1.8125rem;
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .resourcesTileContainer .flex-box .buttonArray .button-array .button {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .flex-box .buttonArray {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .resourcesTileContainer .flex-box .buttonArray .button-array .button {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.resourcesTileContainer .flex-box .icon {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
}
@media screen and (min-width: 48em) {
  .resourcesTileContainer .flex-box .icon {
    padding-top: 10px;
    padding-top: 0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .flex-box .icon {
    padding-top: 12px;
    padding-top: 0.75rem;
  }
}
.resourcesTileContainer .fastFactsCTAContainer {
  width: 347px;
  margin: 0 auto;
}
.resourcesTileContainer .fastFactsCTAContainer.ff-show {
  display: block;
}
.resourcesTileContainer .fastFactsCTAContainer.ff-hide {
  display: none;
}
@media screen and (min-width: 48em) {
  .resourcesTileContainer .fastFactsCTAContainer {
    width: 432px;
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .fastFactsCTAContainer {
    width: 675px;
  }
}
.resourcesTileContainer .fastFactsCTA {
  font-family: "Interstate", "Open Sans", sans-serif;
  text-align: center;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 56px;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 48em) {
  .resourcesTileContainer .fastFactsCTA {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 75em) {
  .resourcesTileContainer .fastFactsCTA {
    min-height: 56px;
    padding-bottom: 57px;
    padding-bottom: 3.5625rem;
  }
}

.humanConnectionsVignetteTile.section {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 48em) {
  .humanConnectionsVignetteTile.section {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 75em) {
  .humanConnectionsVignetteTile.section {
    padding-left: 0;
    padding-right: 0;
  }
}
.humanConnectionsVignetteTile .content-wrapper {
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-left: 30px;
  margin-left: 1.875rem;
  padding: 15px 30px 35px;
  padding: 0.9375rem 1.875rem 2.1875rem;
}
@media screen and (min-width: 48em) {
  .humanConnectionsVignetteTile .content-wrapper {
    padding: 20px 40px 60px;
    padding: 1.25rem 2.5rem 3.75rem;
  }
}
@media screen and (min-width: 75em) {
  .humanConnectionsVignetteTile .content-wrapper {
    margin-right: 0;
    margin-left: 0;
    padding: 25px 60px 35px;
    padding: 1.5625rem 3.75rem 2.1875rem;
  }
}
.humanConnectionsVignetteTile .content-wrapper.border-white {
  border: solid 1px #ffffff;
  border: solid 0.0625rem #ffffff;
}
.humanConnectionsVignetteTile .content-wrapper.background-black {
  background-color: rgba(0, 0, 0, 0.85);
}
.humanConnectionsVignetteTile .content-wrapper .image-wrapper {
  position: relative;
}
.humanConnectionsVignetteTile .content-wrapper .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.humanConnectionsVignetteTile .content-wrapper .image-wrapper .byline-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
  line-height: 12px;
  line-height: 0.75rem;
  padding: 5px 8px;
  padding: 0.3125rem 0.5rem;
}
@media screen and (min-width: 48em) {
  .humanConnectionsVignetteTile .content-wrapper .image-wrapper .byline-wrapper {
    line-height: 14px;
    line-height: 0.875rem;
  }
}
@media screen and (min-width: 75em) {
  .humanConnectionsVignetteTile .content-wrapper .image-wrapper .byline-wrapper {
    line-height: 21px;
    line-height: 1.3125rem;
    padding: 10px 12px;
    padding: 0.625rem 0.75rem;
  }
}
.humanConnectionsVignetteTile .content-wrapper .image-wrapper .byline-wrapper.byline-bg-black {
  background-color: rgba(0, 0, 0, 0.75);
}
.humanConnectionsVignetteTile .content-wrapper .image-wrapper .byline-wrapper .byline-name {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 75em) {
  .humanConnectionsVignetteTile .content-wrapper .image-wrapper .byline-wrapper .byline-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.humanConnectionsVignetteTile .content-wrapper .image-wrapper .byline-wrapper .byline-description {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 48em) {
  .humanConnectionsVignetteTile .content-wrapper .image-wrapper .byline-wrapper .byline-description {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 75em) {
  .humanConnectionsVignetteTile .content-wrapper .image-wrapper .byline-wrapper .byline-description {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.humanConnectionsVignetteTile .content-wrapper .text-wrapper {
  margin-top: 5px;
  margin-top: 0.3125rem;
  color: #ffffff;
}
.humanConnectionsVignetteTile .content-wrapper .text-wrapper .inner-wrapper {
  display: flex;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.humanConnectionsVignetteTile .content-wrapper .text-wrapper .inner-wrapper .number {
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  font-size: 45px;
  font-size: 2.8125rem;
  font-family: "InterstateUltraBlack", "Open Sans 600", sans-serif;
  line-height: 54px;
  line-height: 3.375rem;
  letter-spacing: 0;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .humanConnectionsVignetteTile .content-wrapper .text-wrapper .inner-wrapper .number {
    color: #ffffff;
  }
}
@media screen and (min-width: 48em) {
  .humanConnectionsVignetteTile .content-wrapper .text-wrapper .inner-wrapper .number {
    margin: 0 13px 0 0;
    margin: 0 0.8125rem 0 0;
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 67px;
    line-height: 4.1875rem;
  }
}
@media screen and (min-width: 75em) {
  .humanConnectionsVignetteTile .content-wrapper .text-wrapper .inner-wrapper .number {
    font-size: 85px;
    font-size: 5.3125rem;
    line-height: 102px;
    line-height: 6.375rem;
  }
}
.humanConnectionsVignetteTile .content-wrapper .text-wrapper .inner-wrapper .title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "InterstateUltraBlack", "Open Sans 600", sans-serif;
  line-height: 36px;
  line-height: 2.25rem;
  letter-spacing: 0.6px;
}
@media screen and (min-width: 48em) {
  .humanConnectionsVignetteTile .content-wrapper .text-wrapper .inner-wrapper .title {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 75em) {
  .humanConnectionsVignetteTile .content-wrapper .text-wrapper .inner-wrapper .title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: 0.9px;
  }
}
.humanConnectionsVignetteTile .content-wrapper .text-wrapper .description {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  line-height: 18px;
  line-height: 1.125rem;
}
@media screen and (min-width: 48em) {
  .humanConnectionsVignetteTile .content-wrapper .text-wrapper .description {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  .humanConnectionsVignetteTile .content-wrapper .text-wrapper .description {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
}
.humanConnectionsVignetteTile .content-wrapper.no-image {
  padding: 17px 13px 31px;
  padding: 1.0625rem 0.8125rem 1.9375rem;
}
@media screen and (min-width: 48em) {
  .humanConnectionsVignetteTile .content-wrapper.no-image {
    margin-right: 0;
    margin-left: 0;
    padding: 30px 60px;
    padding: 1.875rem 3.75rem;
  }
}
@media screen and (min-width: 75em) {
  .humanConnectionsVignetteTile .content-wrapper.no-image {
    padding: 40px 85px;
    padding: 2.5rem 5.3125rem;
  }
}
.humanConnectionsVignetteTile .content-wrapper.no-image .text-wrapper .number {
  margin: 0 17px 0 0;
  margin: 0 1.0625rem 0 0;
}
.humanConnectionsVignetteTile .content-wrapper.no-image .text-wrapper .description {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 48em) {
  .humanConnectionsVignetteTile .content-wrapper.no-image .text-wrapper .description {
    margin-top: 0;
  }
}
@media screen and (min-width: 75em) {
  .humanConnectionsVignetteTile .content-wrapper.no-image .text-wrapper .description {
    margin-top: 27px;
    margin-top: 1.6875rem;
  }
}

.interstate {
  font-family: "Interstate", "Open Sans", sans-serif;
}

.interstate-bold {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-weight: 900;
}

.interstate-light {
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
}

.interstate-extra-light {
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
}

.interstate-ultra {
  font-family: "InterstateUltraBlack", "Open Sans 600", sans-serif;
}

.author-name {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0.3px;
  font-style: normal;
}
@media screen and (min-width: 48em) {
  .author-name {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 0.45px;
  }
}
@media screen and (min-width: 64em) {
  .author-name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
    letter-spacing: 0.6px;
  }
}

.author-description {
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
  letter-spacing: 0.3px;
  font-style: normal;
}
@media screen and (min-width: 48em) {
  .author-description {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.45px;
  }
}
@media screen and (min-width: 64em) {
  .author-description {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.6px;
  }
}

.vignetteCarousel {
  font-family: "Interstate", "Open Sans", sans-serif;
  color: #ffffff;
}
.vignetteCarousel .owl-vignette-carousel {
  position: relative;
}
.vignetteCarousel .owl-vignette-carousel .owl-nav {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin-top: 0;
}
.vignetteCarousel .owl-vignette-carousel .owl-nav .slick-arrow {
  color: #ffffff;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  padding: 0;
  width: 45px;
  width: 2.8125rem;
  height: 60px;
  height: 3.75rem;
  font-size: 32px;
  font-size: 2rem;
}
.vignetteCarousel .owl-vignette-carousel .owl-nav .slick-arrow:hover, .vignetteCarousel .owl-vignette-carousel .owl-nav .slick-arrow:active {
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.vignetteCarousel .owl-vignette-carousel .owl-nav .icon-chevron-left {
  left: 0px;
  display: block;
}
@media screen and (min-width: 48em) {
  .vignetteCarousel .owl-vignette-carousel .owl-nav .icon-chevron-left {
    left: 100px;
  }
}
@media screen and (min-width: 75em) {
  .vignetteCarousel .owl-vignette-carousel .owl-nav .icon-chevron-left {
    left: -45px;
  }
}
@media screen and (min-width: 100em) {
  .vignetteCarousel .owl-vignette-carousel .owl-nav .icon-chevron-left {
    left: -60px;
  }
}
.vignetteCarousel .owl-vignette-carousel .owl-nav .icon-chevron-right {
  right: 0px;
  display: block;
}
@media screen and (min-width: 48em) {
  .vignetteCarousel .owl-vignette-carousel .owl-nav .icon-chevron-right {
    right: 100px;
  }
}
@media screen and (min-width: 75em) {
  .vignetteCarousel .owl-vignette-carousel .owl-nav .icon-chevron-right {
    right: -45px;
  }
}
@media screen and (min-width: 100em) {
  .vignetteCarousel .owl-vignette-carousel .owl-nav .icon-chevron-right {
    right: -60px;
  }
}
.vignetteCarousel .owl-vignette-carousel .hc-carousel-card {
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: black;
  text-align: center;
  width: 44.8%;
  margin: 0 auto;
}
.vignetteCarousel .owl-vignette-carousel .hc-carousel-card:hover .hc-carousel-card__image-container img {
  transform: scale(1.15);
}
@media screen and (min-width: 48em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card {
    width: 39.0625%;
  }
}
@media screen and (min-width: 75em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card {
    width: 168.22px;
    width: 10.51375rem;
  }
}
.vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container {
  padding: 12px;
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 48em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container {
    padding: 18.6px 21.52px;
    padding: 1.1625rem 1.345rem;
  }
}
@media screen and (min-width: 75em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container {
    padding: 10.55px 12.02px;
    padding: 0.659375rem 0.75125rem;
  }
}
.vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container img {
  width: 100%;
  height: 124px;
  height: 7.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 48em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container img {
    height: 218.65px;
    height: 13.665625rem;
  }
}
@media screen and (min-width: 75em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container img {
    height: 124px;
    height: 7.75rem;
    width: 144px;
    width: 9rem;
  }
}
.vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container .hc-carousel-card--name {
  margin-top: 12.25px;
  margin-top: 0.765625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
}
@media screen and (min-width: 48em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container .hc-carousel-card--name {
    margin-top: 21.2px;
    margin-top: 1.325rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 21px;
  }
}
@media screen and (min-width: 75em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container .hc-carousel-card--name {
    margin-top: 12.25px;
    margin-top: 0.765625rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 15px;
  }
}
.vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container .hc-carousel-card--company {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
}
@media screen and (min-width: 48em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container .hc-carousel-card--company {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 18.43px;
    margin-bottom: 1.151875rem;
    line-height: 21px;
  }
}
@media screen and (min-width: 75em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__image-container .hc-carousel-card--company {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 6.26px;
    margin-bottom: 0.39125rem;
    line-height: 15px;
  }
}
.vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__link {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 10.71px;
  margin-top: 0.669375rem;
  margin-bottom: 10.71px;
  margin-bottom: 0.669375rem;
  display: block;
  line-height: 16px;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__link {
    margin-top: 22.09px;
    margin-top: 1.380625rem;
    margin-bottom: 22.09px;
    margin-bottom: 1.380625rem;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 25px;
  }
}
@media screen and (min-width: 75em) {
  .vignetteCarousel .owl-vignette-carousel .hc-carousel-card .hc-carousel-card__link {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 10.71px;
    margin-top: 0.669375rem;
    margin-bottom: 10.71px;
    margin-bottom: 0.669375rem;
    line-height: 16px;
  }
}

@media screen and (min-width: 48em) {
  .cloudOneHeader.section {
    max-width: none !important;
  }
}
.cloudOneHeader .cloud-one-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: 300ms;
  background: rgba(255, 255, 255, 0.39);
  background: linear-gradient(111.68deg, rgba(255, 255, 255, 0.4392156863) 7.59%, rgba(255, 255, 255, 0.39) 102.04%);
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}
.cloudOneHeader .cloud-one-header .cloud-one-header__img {
  width: 245px;
  width: 15.3125rem;
}
@media screen and (min-width: 64em) {
  .cloudOneHeader .cloud-one-header .cloud-one-header__img {
    width: unset;
    height: 40px;
    height: 2.5rem;
  }
}
.cloudOneHeader .cloud-one-header nav input:checked ~ .cloud-one-header__hamburger {
  background: transparent;
}
.cloudOneHeader .cloud-one-header nav input:checked ~ .cloud-one-header__hamburger:before {
  top: 0;
  width: 20px;
  width: 1.25rem;
  transform: rotate(-45deg);
  background: #070976;
}
.cloudOneHeader .cloud-one-header nav input:checked ~ .cloud-one-header__hamburger:after {
  top: 0;
  width: 20px;
  width: 1.25rem;
  transform: rotate(45deg);
  background: #070976;
}
.cloudOneHeader .cloud-one-header nav input:checked ~ .cloud-one-header__menu {
  right: 0;
}
.cloudOneHeader .cloud-one-header nav .cloud-one-header__checkbox,
.cloudOneHeader .cloud-one-header nav .cloud-one-header__hamburger {
  display: block;
}
.cloudOneHeader .cloud-one-header nav .cloud-one-header__checkbox {
  position: absolute;
  width: 20px;
  width: 1.25rem;
  height: auto;
  z-index: 300;
  cursor: pointer;
  opacity: 0;
  margin-top: -5px;
  margin-top: -0.3125rem;
}
.cloudOneHeader .cloud-one-header nav .cloud-one-header__hamburger {
  position: relative;
  width: 20px;
  width: 1.25rem;
  height: 2px;
  height: 0.125rem;
  background: #ffffff;
  border-radius: 10px;
  border-radius: 0.625rem;
  cursor: pointer;
  z-index: 200;
  transition: 300ms;
}
@media screen and (min-width: 64em) {
  .cloudOneHeader .cloud-one-header nav .cloud-one-header__hamburger {
    display: none;
  }
}
.cloudOneHeader .cloud-one-header nav .cloud-one-header__hamburger:before, .cloudOneHeader .cloud-one-header nav .cloud-one-header__hamburger:after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  height: 0.125rem;
  background: #ffffff;
  border-radius: 10px;
  border-radius: 0.625rem;
}
.cloudOneHeader .cloud-one-header nav .cloud-one-header__hamburger:before {
  top: -5px;
  top: -0.3125rem;
  width: 20px;
  width: 1.25rem;
}
.cloudOneHeader .cloud-one-header nav .cloud-one-header__hamburger:after {
  top: 5px;
  top: 0.3125rem;
  width: 20px;
  width: 1.25rem;
}
.cloudOneHeader .cloud-one-header nav .cloud-one-header__menu {
  display: flex;
  flex-direction: column;
  padding-top: 150px;
  padding-top: 9.375rem;
  position: fixed;
  width: 256px;
  width: 16rem;
  height: 100vh;
  top: 0;
  right: -350px;
  right: -21.875rem;
  background: #ffffff;
  z-index: 100;
  transition: 500ms;
}
@media screen and (min-width: 64em) {
  .cloudOneHeader .cloud-one-header nav .cloud-one-header__menu {
    background: transparent;
    flex-direction: row;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    top: unset;
    right: unset;
    padding-top: 0;
    position: static;
  }
}
.cloudOneHeader .cloud-one-header nav .cloud-one-header__menu .cloud-one-header__menu-links {
  margin-bottom: 0;
}
.cloudOneHeader .cloud-one-header nav .cloud-one-header__menu .cloud-one-header__menu-links .button {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 24px;
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .cloudOneHeader .cloud-one-header nav .cloud-one-header__menu .cloud-one-header__menu-links .button {
    padding: 15px 10px;
    padding: 0.9375rem 0.625rem;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 63.9375em) {
  .cloudOneHeader .cloud-one-header nav .cloud-one-header__menu .cloud-one-header__menu-links .button.secondary-white {
    color: #c00;
    border: 1px solid #c00;
  }
}
@media screen and (min-width: 64em) {
  .cloudOneHeader .cloud-one-header nav .cloud-one-header__menu > * + * {
    margin-left: 15px;
  }
}

.cloudOneVerticalScroll.section {
  padding: 0;
}
.cloudOneVerticalScroll .vertical-slider.remove-bottom-border .slick-slide {
  border-bottom: none;
}
.cloudOneVerticalScroll .vertical-slider .slick-slide {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(38, 47, 60, 0.1);
}
.cloudOneVerticalScroll .vertical-slider .slick-slide > div {
  width: 100%;
}
.cloudOneVerticalScroll .vertical-slider .slick-slide p {
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 64em) {
  .cloudOneVerticalScroll .vertical-slider .slick-slide p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.cloudOneVerticalScroll .vertical-slider .slick-slide h1 {
  margin: 10px 0;
  margin: 0.625rem 0;
  color: #ffffff;
  text-align: center;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}

.cloudOneLogoSlider {
  /* the slides */
}
.cloudOneLogoSlider.section {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cloudOneLogoSlider .slick-slide {
  margin: 0 10px;
  margin: 0 0.625rem;
}
.cloudOneLogoSlider .slick-slide .logo-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.cloudOneLogoSlider .slick-slide .logo-slide img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}