/*
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";
/*! 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;
  }
}
.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("clientlib-trendresearch/resources/fonts/jwplayer/jw-custom-icons.eot");
  src: url("clientlib-trendresearch/resources/fonts/jwplayer/jw-custom-icons.eot?#iefix") format("embedded-opentype"), url("clientlib-trendresearch/resources/fonts/jwplayer/jw-custom-icons.ttf") format("truetype"), url("clientlib-trendresearch/resources/fonts/jwplayer/jw-custom-icons.woff") format("woff"), url("clientlib-trendresearch/resources/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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}
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;
}

img {
  max-width: 100%;
  height: auto;
}

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;
}

@media print {
  @page {
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-left: 2cm;
    margin-right: 2cm;
  }
  ul, li, img {
    page-break-inside: avoid;
  }
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../../etc.clientlibs/trendmicro/clientlibs/trendmicro-core-2/clientlibs/resources/fonts/material-icons-outlined.woff2") format("woff2");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("../../../etc.clientlibs/trendmicro/clientlibs/trendmicro-core-2/clientlibs/resources/fonts/material-symbols-outlined.woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Interstate";
  src: url("clientlib-trendresearch/resources/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-2.eot");
  src: url("clientlib-trendresearch/resources/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-2.eot?") format("embedded-opentype"), url("clientlib-trendresearch/resources/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-3.woff") format("woff"), url("clientlib-trendresearch/resources/fonts/interstate/422ea8eb-ab70-4ffb-9bf3-5a841254edba-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "InterstateLight";
  src: url("clientlib-trendresearch/resources/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-2.eot");
  src: url("clientlib-trendresearch/resources/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-2.eot?") format("embedded-opentype"), url("clientlib-trendresearch/resources/fonts/interstate-light/e9258aa9-8d38-4395-b7e7-e18df29986f1-3.woff") format("woff"), url("clientlib-trendresearch/resources/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("clientlib-trendresearch/resources/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-2.eot");
  src: url("clientlib-trendresearch/resources/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-2.eot?") format("embedded-opentype"), url("clientlib-trendresearch/resources/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-3.woff") format("woff"), url("clientlib-trendresearch/resources/fonts/InterstateExtraLight/dade3edf-02a3-4844-947e-95175f24faef-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "InterstateUltraBlack";
  src: url("clientlib-trendresearch/resources/fonts/Interstate-UltraBlack/Interstate-UltraBlack.woff");
  src: url("clientlib-trendresearch/resources/fonts/Interstate-UltraBlack/Interstate-UltraBlack.woff") format("woff"), url("clientlib-trendresearch/resources/fonts/Interstate-UltraBlack/Interstate-UltraBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "InterstateBold";
  src: url("clientlib-trendresearch/resources/fonts/Interstate-Bold/Interstate-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "InterstateBlack";
  src: url("clientlib-trendresearch/resources/fonts/Interstate-Black/Interstate-Black.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("clientlib-trendresearch/resources/fonts/OpenSans/OpenSans.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansItalic";
  src: url("clientlib-trendresearch/resources/fonts/OpenSans-Italic/OpenSans-Italic.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansLight";
  src: url("clientlib-trendresearch/resources/fonts/OpenSans-Light/OpenSans-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansLightItalic";
  src: url("clientlib-trendresearch/resources/fonts/OpenSans-LightItalic/OpenSans-LightItalic.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("clientlib-trendresearch/resources/fonts/OpenSans-SemiBold/OpenSans-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Material Icons Outlined";
  src: url("clientlib-trendresearch/resources/fonts/material-icons-outlined.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Material Symbols Outlined";
  src: url("clientlib-trendresearch/resources/fonts/material-symbols-outlined.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("clientlib-trendresearch/resources/fonts/icomoon.eot");
  src: url("clientlib-trendresearch/resources/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("clientlib-trendresearch/resources/fonts/icomoon.ttf") format("truetype"), url("clientlib-trendresearch/resources/fonts/icomoon.woff") format("woff"), url("clientlib-trendresearch/resources/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-infographic:before {
  content: "\e946";
}

.icon-live-broadcast:before {
  content: "\e947";
}

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

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

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

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

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

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

.icon-folio-thin:before {
  content: "\e94e";
}

.icon-folio-selected:before {
  content: "\e94f";
}

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

.icon-subscribe:before {
  content: "\e952";
}

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

.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-folder:before {
  content: "\e94f";
}

/** Template layouts **/
.research-layout {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .research-layout.container {
    width: 720px;
  }
}
@media screen and (min-width: 64em) {
  .research-layout.container {
    margin: 0 auto;
    width: 976px;
  }
}
@media screen and (min-width: 75em) {
  .research-layout.container {
    width: 1024px;
  }
}
@media screen and (min-width: 100em) {
  .research-layout.container {
    width: 1368px;
  }
}
.research-layout.hero .research-layout--inner:first-child {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 64em) {
  .research-layout.hero .research-layout--inner:first-child {
    padding-right: 15px;
  }
}
.research-layout.hero .research-layout--inner:last-child {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 64em) {
  .research-layout.hero .research-layout--inner:last-child {
    padding-left: 15px;
  }
}
.research-layout-divider {
  box-sizing: border-box;
  border: 0;
  border-top: 0.7px solid #bcbdc0;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin: 0 0 50px 0;
  margin: 0 0 3.125rem 0;
  clear: both;
}
.research-layout .main--content {
  margin-bottom: 54px;
  margin-bottom: 3.375rem;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 64em) {
  .research-layout .main--content {
    padding-right: 15px;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .research-layout .main--content {
    padding-left: 15px;
  }
}
.research-layout .sidebar--wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .research-layout .sidebar--wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 64em) {
  .research-layout .sidebar--wrapper {
    flex-direction: column;
  }
}
.research-layout .sidebar--wrapper .row-1 {
  flex-basis: 100%;
  /* @media screen and (min-width: 48em) {
  	flex-basis: 50%;
  	width: 50%;
  }

  @media screen and (min-width: 64em) {
  	flex-basis: 100%;
  	width: 100%;
  } */
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .research-layout .sidebar--wrapper .row-1 {
    /* IE10+ specific styles go here */
    min-height: 200px;
  }
}
.research-layout .sidebar--left {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 64em) {
  .research-layout .sidebar--left {
    margin-left: 0;
    padding-right: 15px;
  }
}
@media screen and (min-width: 75em) {
  .research-layout .sidebar--left {
    margin-left: 0;
    padding-right: 15px;
    padding-top: 0;
  }
}
.research-layout .sidebar--left .not--authors {
  /* Dynamic rule for wrapper to button when there's no authors */
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .research-layout .sidebar--left .not--authors {
    padding: 13px 0;
    padding: 0.8125rem 0;
  }
}
@media screen and (min-width: 64em) {
  .research-layout .sidebar--left .not--authors {
    padding: 0;
    margin-bottom: 0;
  }
}
.research-layout .sidebar--right {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 75em) {
  .research-layout .sidebar--right {
    margin-right: 0;
    padding-left: 15px;
  }
}
.hero.research-layout .research-layout--columns {
  display: flex;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .hero.research-layout .research-layout--columns {
    flex-direction: row;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}

.research-layout .one-column {
  padding-left: 0;
  padding-right: 0;
}
.research-layout .one-column > div {
  padding-left: 0;
  padding-right: 0;
}
.research-layout {
  /** STYLES FOR TEMPLATE WITH HERO image component **/
}
.hero.research-layout .research-layout--figure {
  margin: 30px auto 25px auto;
  margin: 1.875rem auto 1.5625rem auto;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 335px;
  max-height: 20.9375rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .hero.research-layout .research-layout--figure {
    margin: 30px auto;
    margin: 1.875rem auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .hero.research-layout .research-layout--figure {
    margin: 60px 0 0 auto;
    margin: 3.75rem 0 0 auto;
    max-width: 560px;
    max-width: 35rem;
    max-height: 435px;
    max-height: 27.1875rem;
  }
}
@media print {
  .hero.research-layout .research-layout--figure {
    page-break-inside: avoid;
  }
}
.hero.research-layout .research-layout--figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media print {
  .hero.research-layout .research-layout--figure {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
}

/*** layout author bio **/
.author-bio-layout__wrapper .research-layout-divider {
  display: none;
}
@media screen and (min-width: 64em) {
  .author-bio-layout__wrapper .research-layout-divider {
    display: block;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .author-bio-layout__content {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}
.author-bio-layout__content.sidebar {
  display: flex;
  flex-direction: column;
}
.author-bio-layout__content.sidebar .flex-item:nth-child(1) {
  order: 3;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.author-bio-layout__content.sidebar .flex-item:nth-child(2) {
  order: 1;
}
.author-bio-layout__content.sidebar .flex-item:nth-child(3) {
  order: 2;
}
.author-bio-layout__content.sidebar .flex-item:nth-child(4) {
  order: 4;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
@media screen and (min-width: 64em) {
  .author-bio-layout__content.sidebar .flex-item:nth-child(1) {
    order: 1;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    margin-top: 0;
  }
  .author-bio-layout__content.sidebar .flex-item:nth-child(2) {
    order: 2;
  }
  .author-bio-layout__content.sidebar .flex-item:nth-child(3) {
    order: 3;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .author-bio-layout__content.sidebar .flex-item:nth-child(4) {
    order: 4;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.author-bio-layout__content .main--content,
.author-bio-layout__content .sidebar--right {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 64em) {
  .author-bio-layout__content .sidebar--right {
    padding-right: 0;
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
@media screen and (min-width: 64em) {
  .author-bio-layout__content .main--content {
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-left: 0;
  }
}
.author-bio-layout__content .author-title {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  color: #1A1A1A;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  margin-top: 0;
  font-weight: normal;
}
.author-bio-layout__content .research-layout-divider {
  height: 0.25px;
}
@media screen and (min-width: 64em) {
  .author-bio-layout__content .research-layout-divider {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
}

.no-padding {
  padding: 0;
}

.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: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;
}
.container-fluid--hybrid > .full-browser-width-wrap .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
@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 */
}

/**
Styles for text that indicates author where to Edit the components
**/
.trend-research-tips {
  font-size: 16px;
  font-size: 1rem;
  color: #bcbdc0;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  margin: 0 10px;
}

.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;
}

.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;
}

.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;
}
.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;
}

.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;
}

.headerAssemblyV1 #header-logo {
  align-items: normal;
}
.headerAssemblyV1 #header-logo p::before {
  width: 0.4px;
  width: 0.025rem;
}
@media screen and (max-width: 74.9375em) {
  .headerAssemblyV1 #header-logo img {
    height: auto;
    margin-bottom: unset;
  }
}
.headerAssemblyV1 .search.is-visible .gsc-search-box {
  margin: 0;
}
.headerAssemblyV1 .search.is-visible .gsc-input {
  padding: 0;
}
.headerAssemblyV1 .consumerLink {
  color: #ffffff;
}
@media screen and (min-width: 75em) {
  .headerAssemblyV1 .alerts {
    z-index: 1;
  }
}
@media screen and (min-width: 48em) {
  .headerAssemblyV1 .utilityMenuV1 .utilityMenu {
    text-align: left;
  }
}
@media screen and (min-width: 75em) {
  .headerAssemblyV1 .utilityMenuV1 .utilityMenu {
    margin: 0;
  }
}
@media screen and (min-width: 75em) {
  .headerAssemblyV1 .page-header nav .hamburger-wrapper .mainNavMenuV1 .mainNavMenu {
    background: #050809;
  }
}
@media screen and (min-width: 75em) {
  .headerAssemblyV1 .page-header nav .hamburger-wrapper .mainNavMenuV1 .mainNavMenu .list-wrapper .menu-link {
    text-transform: capitalize;
    text-align: left;
  }
}
@media screen and (min-width: 75em) {
  .headerAssemblyV1 .page-header .utilityMenuV1 .utilityMenu .utility-wrapper.active-utility-wrapper .sub-utility-wrapper .menu li {
    text-align: left;
  }
}
.headerAssemblyV1 .folio {
  margin: 0;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Interstate", "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 23.8px;
  background: #050809;
  position: relative;
  cursor: pointer;
  word-break: break-word;
}
.headerAssemblyV1 .folio:hover {
  background: #2B2B2B;
  border-radius: 4px 4px 0px 0px;
}
@media screen and (min-width: 75em) {
  .headerAssemblyV1 .folio {
    position: absolute;
    top: 0;
    z-index: 1;
    background: unset;
    font-weight: 300;
    line-height: 16.94px;
    padding: 11px 24px;
    padding: 0.6875rem 1.5rem;
    width: -moz-max-content;
    width: max-content;
  }
}
.headerAssemblyV1 .folio a {
  color: #ffffff;
  text-decoration: none;
  font-weight: unset;
}

@media screen and (min-width: 75em) {
  .businessHeaderV1 .headerAssemblyV1 .page-header nav .hamburger-wrapper .mainNavMenuV1 .mainNavMenu .nav-item-2 li .label .menu-link.is-active::before,
  .businessHeaderV1 .headerAssemblyV1 .page-header nav .hamburger-wrapper .mainNavMenuV1 .mainNavMenu .nav-item-2 li .label .menu-link:hover::before,
  .businessHeaderV1 .headerAssemblyV1 .page-header nav .hamburger-wrapper .mainNavMenuV1 .mainNavMenu .nav-item-3 li .label .menu-link.is-active::before,
  .businessHeaderV1 .headerAssemblyV1 .page-header nav .hamburger-wrapper .mainNavMenuV1 .mainNavMenu .nav-item-3 li .label .menu-link:hover::before {
    position: absolute;
    font-family: "Material Icons Outlined";
    font-feature-settings: "liga" 1;
    content: "\e5c8";
  }
}

.footer .primary-color-white {
  color: #ffffff;
}
.footer .primary-color-white p {
  font-family: "OpenSansSemiBold", sans-serif;
}
.footer .rounded-corners-off {
  border-radius: 0;
}
.footer .rounded-corners-all-10 {
  border-radius: 10px;
}
.footer .rounded-corners-all-10.verticalTabs .tabWrapper:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.footer .rounded-corners-all-10.verticalTabs .tabWrapper:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.footer .rounded-corners-top-10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.footer .rounded-corners-top-10.verticalTabs .tabWrapper:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.footer .rounded-corners-bottom-10 {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.footer .rounded-corners-bottom-10.verticalTabs .tabWrapper:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.footer .rounded-corners-all-20 {
  border-radius: 20px;
}
.footer .rounded-corners-all-20.verticalTabs .tabWrapper:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footer .rounded-corners-all-20.verticalTabs .tabWrapper:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.footer .rounded-corners-top-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footer .rounded-corners-top-20.verticalTabs .tabWrapper:first-of-type {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.footer .rounded-corners-bottom-20 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.footer .rounded-corners-bottom-20.verticalTabs .tabWrapper:last-of-type {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.footer .footer_wrapper .containerV1 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 75em) {
  .footer .footer_wrapper .containerV1 {
    max-width: 1024px;
  }
}
@media screen and (min-width: 100em) {
  .footer .footer_wrapper .containerV1 {
    max-width: 1368px;
  }
}
.footer .footer_wrapper .createAccount .button {
  font-size: 14px;
  font-size: 0.875rem;
}
.footer .footer_wrapper .createAccount .container-wrap {
  border-radius: 20px;
}
.footer .footer_wrapper .createAccount .container-wrap .container-content {
  color: #ffffff;
}
.footer .footer_wrapper .createAccount .social-media-links {
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 75em) {
  .footer .footer_wrapper .createAccount .social-media-links {
    text-align: left;
  }
}
.footer .footer_wrapper .createAccount .social-media-links a {
  padding: 11px 0;
  padding: 0.6875rem 0;
}
.footer .footer_wrapper .footerMenu li {
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
}
@media screen and (min-width: 75em) {
  .footer .footer_wrapper .footerMenu li {
    line-height: 1.42857142;
  }
}
.footer .footer_wrapper .footerMenu li a {
  padding: 0;
  opacity: 72%;
}
.footer .footer_wrapper #copyText p {
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
  line-height: 18px;
  line-height: 1.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
@media screen and (min-width: 75em) {
  .footer .footer_wrapper #copyText p {
    line-height: 21px;
    line-height: 1.3125rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.footer .footer_wrapper #privacyLink {
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  line-height: 18px;
  font-size: 12px;
  opacity: 50%;
  letter-spacing: 2px;
}
.footer .footer_wrapper #privacyLink a {
  padding: 0;
}
@media screen and (min-width: 48em) {
  .footer .footer_wrapper #privacyLink b {
    font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  }
}
.footer .footer_wrapper .dropdown-toggle {
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
}
.footer .footer_wrapper .country-selection .dropdown-menu .material-symbols-outlined::before {
  content: none;
}
.footer .containerV1 .footer_wrapper .containerV1 .container-content .containerV1:first-child {
  display: none;
}

.archived--link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border-bottom: 0.7px solid #bcbdc0;
  border-bottom: 0.04375rem solid #bcbdc0;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 75em) {
  .archived--link {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.archived--link a {
  color: #1A1A1A;
}
.archived--link a span {
  color: #c00;
  font-size: 10px;
  font-size: 0.625rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.archived--link a span:hover {
  text-decoration: none;
}

.article-authors {
  display: flex;
  flex-direction: column;
}
.article-authors__title {
  color: #1A1A1A;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
  letter-spacing: normal;
}
.article-authors__list {
  display: flex;
  flex-direction: column;
  border-bottom: 0.7px solid #bcbdc0;
  border-bottom: 0.04375rem solid #bcbdc0;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 48em) {
  .article-authors__list {
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .article-authors__list > li {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .article-authors__list > li:nth-child(even), .article-authors__list > li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .article-authors__list {
    flex-direction: column;
  }
  .article-authors__list > li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .article-authors__list {
    border-bottom: none;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .article-authors__list li {
    border-bottom: 0.7px solid #bcbdc0;
    border-bottom: 0.04375rem solid #bcbdc0;
  }
}
.article-authors__list-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.article-authors__list-items:first-child {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .article-authors__list-items {
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .article-authors__list-items:first-child {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .article-authors__list-items {
    padding-bottom: 0;
    flex-direction: column;
  }
}
.article-authors__list-items__name {
  line-height: 19px;
  line-height: 1.1875rem;
  margin: 0;
  color: #1A1A1A;
  letter-spacing: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
.article-authors__list-items__position {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1A1A1A;
  line-height: 19px;
  line-height: 1.1875rem;
  letter-spacing: normal;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.article-authors__image {
  display: block;
  height: 109px;
  height: 6.8125rem;
  width: 109px;
  width: 6.8125rem;
  overflow: hidden;
}
.article-authors__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .article-authors__image img {
    /* IE10+ specific styles go here */
    height: auto;
  }
}
@media screen and (min-width: 64em) {
  .article-authors__image img {
    height: auto;
  }
}
@media screen and (min-width: 64em) {
  .article-authors__image {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}
.article-authors__name {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  color: #1A1A1A;
  margin: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
}
.article-authors__name:after {
  content: "\e90c";
  /* 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: 10px;
  font-size: 0.625rem;
  position: absolute;
  color: #D20A11;
  font-weight: 300;
  line-height: 19px;
  line-height: 1.1875rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
}
.article-authors__name a:hover {
  text-decoration: none;
  color: #D20A11;
}
.article-authors__wrapper {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .article-authors__wrapper {
    padding-left: 0;
  }
}
.article-authors__btn-wrapper {
  border-bottom: 0.7px solid #bcbdc0;
  border-bottom: 0.04375rem solid #bcbdc0;
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media screen and (min-width: 48em) {
  .article-authors__btn-wrapper {
    display: inline;
    border: 0;
  }
}
@media screen and (min-width: 75em) {
  .article-authors__btn-wrapper {
    padding: 13px 0 0;
    padding: 0.8125rem 0 0;
    border-bottom: none;
  }
}
.article-authors__btn-wrapper.subscribe-wrapper {
  padding: 0;
}
.article-authors__button, .share-folder__link {
  width: 100%;
  display: inline-block;
  padding: 15px 24.2px;
  padding: 0.9375rem 1.5125rem;
  min-height: 50px;
  min-height: 3.125rem;
  overflow: hidden;
  border: 1px solid #D20A11;
  border: 0.0625rem solid #D20A11;
  color: #D20A11;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  border-radius: 4px;
  border-radius: 0.25rem;
  word-wrap: break-word;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .article-authors__button, .share-folder__link {
    max-width: 138px;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 30px 0;
    margin: 1.875rem 0;
  }
}
@media screen and (min-width: 64em) {
  .article-authors__button, .share-folder__link {
    margin: 50px 0;
    margin: 3.125rem 0;
  }
}
@media screen and (min-width: 75em) {
  .article-authors__button, .share-folder__link {
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
  }
}
.article-authors__button:hover, .share-folder__link:hover {
  background-color: #c00;
  text-decoration: none;
  color: #ffffff;
}
@media screen and (min-width: 64em) {
  .article-authors__button, .share-folder__link {
    max-width: 172px;
    max-width: 10.75rem;
  }
}
.article-authors__button.subscribe, .subscribe.share-folder__link {
  background: #D20A11;
  color: #ffffff;
  border: solid 1px #D20A11;
}
@media screen and (min-width: 64em) {
  .article-authors__button.subscribe:hover, .subscribe.share-folder__link:hover {
    background: #ffffff;
    color: #D20A11;
  }
}

.article-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  margin: 30px 0 0 0;
  margin: 1.875rem 0 0 0;
  padding-left: 17px;
  padding-left: 1.0625rem;
}
@media screen and (min-width: 48em) {
  .article-details {
    margin: 60px 0 17px 0;
    margin: 3.75rem 0 1.0625rem 0;
  }
}
.article-details__bar {
  display: inline-block;
  position: absolute;
  border: 3px solid #ffffff;
  border: 0.1875rem solid #ffffff;
  -o-border-image: linear-gradient(to bottom, rgb(188, 39, 45) 50%, rgb(174, 174, 174) 50%);
     border-image: linear-gradient(to bottom, rgb(188, 39, 45) 50%, rgb(174, 174, 174) 50%);
  height: 85%;
  border-image-slice: 1;
  left: 0;
  top: 0;
}
.article-details__display-tag {
  color: #BC272D;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14.4px;
  line-height: 0.9rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.article-details__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-family: "Interstate", "Open Sans", sans-serif;
  color: #1A1A1A;
  max-width: 1024px;
  max-width: 64rem;
}
@media screen and (min-width: 48em) {
  .article-details__title {
    line-height: 57.6px;
    line-height: 3.6rem;
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.article-details__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .article-details__description {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
    max-width: 100%;
  }
}
.article-details__author-by {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.article-details__icons {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.article-details__icons .a2a_kit {
  margin-bottom: 3px;
  margin-bottom: 0.1875rem;
}
.article-details__icons .a2a_kit a {
  margin-bottom: 0;
}
.article-details__icons .a2a_kit a.addthis_link {
  height: auto;
}
.article-details__icons .add-to-folio {
  display: flex;
}
.article-details__icons .add-to-folio:hover {
  cursor: pointer;
}
.article-details__icons .add-to-folio.tooltip .right {
  display: none;
}
@media (min-width: 1170px) {
  .article-details__icons .add-to-folio.tooltip {
    display: flex;
    position: relative;
    text-align: center;
  }
  .article-details__icons .add-to-folio.tooltip .right {
    min-width: 146px;
    max-width: 400px;
    height: 32px;
    top: 50%;
    left: 55%;
    margin-left: 20px;
    transform: translate(0, -50%);
    color: #ffffff;
    background-color: #c00;
    font-size: 12px;
    position: absolute;
    box-sizing: border-box;
    display: none;
    border: 1px solid #c00;
    z-index: 1;
  }
  .article-details__icons .add-to-folio.tooltip .right p {
    margin: 0;
  }
  .article-details__icons .add-to-folio.tooltip .right i {
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
  }
  .article-details__icons .add-to-folio.tooltip .right i:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%) rotate(-45deg);
    background-color: #c00;
    border: 1px solid #c00;
  }
  .article-details__icons .add-to-folio.tooltip:hover .right {
    display: block;
  }
}
.article-details__icons .add-to-folio span {
  font-size: 22px;
  color: #717172;
}
.article-details__icons .add-to-folio span.icon-folio-selected {
  color: #c00;
}
.article-details__icons .subscribe {
  padding-left: 8px;
  padding-left: 0.5rem;
}
.article-details__icons .subscribe a {
  display: flex;
  align-items: center;
  color: #717172;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 64em) {
  .article-details__icons .subscribe a {
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
  }
  .article-details__icons .subscribe a:hover {
    text-decoration: none;
  }
}
.article-details__icons .subscribe a .icon-subscribe {
  font-size: 20px;
  font-size: 1.25rem;
}
.article-details__icons .subscribe a .text {
  font-size: 10px;
  font-size: 0.625rem;
  padding-left: 6px;
  padding-left: 0.375rem;
  font-weight: 400;
}
.article-details__date {
  display: block;
}
.article-details__author-by, .article-details__date {
  line-height: 19px;
  line-height: 1.1875rem;
}
.article-details__title, .article-details__details, .article-details__description, .article-details__author-by, .article-details__date {
  letter-spacing: normal;
}
.article-details__description, .article-details__author-by, .article-details__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.article-details .research-layout-divider {
  display: none;
}
@media screen and (min-width: 48em) {
  .article-details .research-layout-divider {
    margin-bottom: 0;
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .hero .article-details__title, .hero .article-details__author-by, .hero .article-details__description, .hero .article-details__date {
    max-width: 350px;
    max-width: 21.875rem;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 48em), screen and (-ms-high-contrast: none) and (min-width: 48em) {
  .hero .article-details__title, .hero .article-details__author-by, .hero .article-details__description, .hero .article-details__date {
    max-width: 450px;
    max-width: 28.125rem;
  }
}

.buttonArray {
  text-align: center;
}
.buttonArray .button-array:before, .buttonArray .button-array:after {
  content: " ";
  display: table;
}
.buttonArray .button-array:after {
  clear: both;
}
.buttonArray .button-array {
  /*.right-align{
  	position: relative;

  }*/
}
.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;
  }
}

.context-mediaInsights .filter-list .grid-container .grid-item .img-container img {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media (min-width: 369px) {
  .context-mediaInsights .filter-list .grid-container .grid-item .img-container img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .context-mediaInsights .filter-list .grid-container .grid-item .img-container img {
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
@media (min-width: 1600px) {
  .context-mediaInsights .filter-list .grid-container .grid-item .img-container img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1600px) {
  .context-mediaInsights .filter-list .grid-container .grid-item.item-7 img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.filter-list {
  margin: 0 auto 60px auto;
}
.filter-list .grid-container {
  margin: 20px 15px 0 15px;
}
.filter-list .grid-container .grid-item {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  padding-top: 20px;
  border-top: solid 0.7px #bcbdc0;
}
.filter-list .grid-container .grid-item:first-child {
  border-top: none;
}
.filter-list .grid-container .grid-item .img-container a {
  height: 100%;
}
.filter-list .grid-container .grid-item .img-container a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.filter-list .grid-container .grid-item .bottom-container {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  align-items: flex-end;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.filter-list .grid-container .grid-item .bottom-container .properties {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 12px;
  color: #717172;
}
.filter-list .grid-container .grid-item .bottom-container .properties .divider-icon {
  font-size: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-list .grid-container .grid-item .grid-content {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.filter-list .grid-container .grid-item .grid-content .bottom-container.mobile {
  display: flex;
  align-items: center;
}
.filter-list .grid-container .grid-item .grid-content .bottom-container.tablet-up {
  display: none;
}
.filter-list .grid-container .grid-item .grid-content .bottom-container .bookmark-icon:hover {
  cursor: pointer;
}
.filter-list .grid-container .grid-item .grid-content .bottom-container .bookmark-icon.tooltip .left {
  display: none;
}
@media (min-width: 1200px) {
  .filter-list .grid-container .grid-item .grid-content .bottom-container .bookmark-icon.tooltip {
    display: flex;
    position: relative;
    text-align: center;
  }
  .filter-list .grid-container .grid-item .grid-content .bottom-container .bookmark-icon.tooltip .left {
    min-width: 146px;
    max-width: 400px;
    height: 32px;
    top: 50%;
    right: 55%;
    margin-right: 20px;
    transform: translate(0, -50%);
    color: #ffffff;
    background-color: #c00;
    font-size: 12px;
    position: absolute;
    box-sizing: border-box;
    display: none;
    border: 1px solid #c00;
    z-index: 1;
  }
  .filter-list .grid-container .grid-item .grid-content .bottom-container .bookmark-icon.tooltip .left p {
    margin: 0;
  }
  .filter-list .grid-container .grid-item .grid-content .bottom-container .bookmark-icon.tooltip .left i {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -12px;
    width: 12px;
    height: 24px;
    overflow: hidden;
  }
  .filter-list .grid-container .grid-item .grid-content .bottom-container .bookmark-icon.tooltip .left i:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: #c00;
    border: 1px solid #c00;
  }
  .filter-list .grid-container .grid-item .grid-content .bottom-container .bookmark-icon.tooltip:hover .left {
    display: block;
  }
}
.filter-list .grid-container .grid-item .grid-content .bottom-container .bookmark-icon span {
  font-size: 20px;
  color: #717172;
}
.filter-list .grid-container .grid-item .grid-content .bottom-container .bookmark-icon span.icon-folio-selected {
  color: #c00;
}
.filter-list .grid-container .grid-item.item-7 .grid-content {
  display: block;
}
.filter-list .grid-container .grid-item.item-7 .img-container {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  height: 195px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.filter-list .grid-container .grid-item.item-7 .img-container img.mobile {
  display: block;
}
@media (min-width: 768px) {
  .filter-list .grid-container .grid-item.item-7 .img-container img.mobile {
    display: none;
  }
}
.filter-list .grid-container .grid-item.item-7 .img-container img.tablet {
  display: none;
}
@media (min-width: 768px) {
  .filter-list .grid-container .grid-item.item-7 .img-container img.tablet {
    display: block;
  }
}
@media (min-width: 1200px) {
  .filter-list .grid-container .grid-item.item-7 .img-container img.tablet {
    display: none;
  }
}
.filter-list .grid-container .grid-item.item-7 .text-container {
  margin-left: 0;
}
.filter-list .grid-container .grid-item.item-7 {
  display: block;
}
.filter-list .grid-container .grid-item .img-container {
  margin: 0;
  background: #bcbdc0;
  display: flex;
  height: 195px;
  max-height: 195px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  justify-content: center;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.filter-list .grid-container .grid-item .img-container .overlay {
  position: absolute;
  background: rgba(39, 39, 40, 0.5);
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  bottom: 0;
}
.filter-list .grid-container .grid-item .img-container .overlay span {
  color: #ffffff;
  font-size: 12px;
}
.filter-list .grid-container .grid-item .img-container a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-list .grid-container .grid-item .img-container img {
  display: block;
}
.filter-list .grid-container .grid-item .img-container img.mobile {
  display: block;
}
@media (min-width: 1024px) {
  .filter-list .grid-container .grid-item .img-container img.mobile {
    display: none;
  }
}
.filter-list .grid-container .grid-item .img-container img.tablet {
  display: none;
}
@media (min-width: 1024px) {
  .filter-list .grid-container .grid-item .img-container img.tablet {
    display: block;
  }
}
@media (min-width: 1200px) {
  .filter-list .grid-container .grid-item .img-container img.tablet {
    display: none;
  }
}
.filter-list .grid-container .grid-item .img-container img.desktop {
  display: none;
}
@media (min-width: 1200px) {
  .filter-list .grid-container .grid-item .img-container img.desktop {
    display: block;
  }
}
@media (min-width: 1024px) {
  .filter-list .grid-container .grid-item .img-container img {
    max-width: 100%;
    height: auto;
    max-height: none;
  }
}
.filter-list .grid-container .grid-item .img-container:hover {
  cursor: pointer;
}
.filter-list .grid-container .grid-item .text-container {
  flex: 2;
}
.filter-list .grid-container .grid-item .text-container .filter-tag {
  font-size: 12px;
  color: #c00;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 10px;
  font-weight: 600;
}
.filter-list .grid-container .grid-item .text-container .heading {
  padding-bottom: 15px;
  line-height: 1.45;
  margin: 0;
  font-size: 18px;
  font-family: "Interstate", "Open Sans", sans-serif;
  letter-spacing: normal;
}
.filter-list .grid-container .grid-item .text-container .heading a {
  font-weight: 400;
  color: #272728;
}
.filter-list .grid-container .grid-item .text-container .heading a:hover {
  color: #c00;
  text-decoration: none;
}
.filter-list .grid-container .grid-item .text-container .description {
  display: none;
}
@media (min-width: 1200px) {
  .filter-list .grid-container .grid-item .text-container .description {
    display: block;
  }
}
.filter-list .load-more-btn-wrapper {
  border-top: solid 0.7px #bcbdc0;
  margin: 20px 15px 0 15px;
  display: flex;
  justify-content: center;
}
.filter-list .load-more-btn-wrapper .load-more-btn {
  border: solid 1px #c00;
  color: #ffffff;
  background: #d71920;
  padding: 7px 18px;
  margin-top: 45px;
  font-size: 12px;
  border-radius: 4px;
  border-radius: 0.25rem;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .filter-list .load-more-btn-wrapper .load-more-btn:hover {
    cursor: pointer;
    background: #ffffff;
    color: #c00;
    border: solid 1px #c00;
  }
}
.filter-list .load-more-btn-wrapper .load-more-btn:hover {
  /* ipad pro 12.9 Portrait and Landscape */
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .filter-list .load-more-btn-wrapper .load-more-btn:hover {
    border: solid 1px #4d4d4f;
    color: #c00;
    background: none;
  }
}
.filter-list .consumer-search-no-results {
  padding: 35px 14px;
  padding: 2.1875rem 0.875rem;
  font-family: "InterstateExtraLight", "Open Sans 300", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 1024px) {
  .filter-list .consumer-search-no-results {
    padding: 70px 30px;
    padding: 4.375rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  .filter-list .consumer-search-no-results {
    padding: 70px 0;
    padding: 4.375rem 0;
  }
}

@media (min-width: 768px) {
  .filter-list .grid-container {
    display: flex;
    flex-flow: row wrap;
    margin-top: 0;
  }
  .filter-list .grid-container .grid-item {
    border-top: none;
    margin: 50px 13px 50px;
    max-width: 100%;
  }
  .filter-list .grid-container .grid-item.item-0 {
    flex: 1;
    margin-top: 50px;
    margin-left: 0;
  }
  .filter-list .grid-container .grid-item.item-1 {
    flex: 1;
    margin-top: 50px;
    margin-right: 0;
  }
  .filter-list .grid-container .grid-item.item-2 {
    flex: 1;
    margin-left: 0;
  }
  .filter-list .grid-container .grid-item.item-3 {
    flex: 1;
    margin-right: 0;
  }
  .filter-list .grid-container .grid-item.item-4 {
    border: solid 1px #4d4d4f;
    padding-top: 0;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .filter-list .grid-container .grid-item.item-4 {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .filter-list .grid-container .grid-item.item-4 .grid-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .filter-list .grid-container .grid-item.item-4 .grid-content .bottom-container {
    flex: 0;
  }
  .filter-list .grid-container .grid-item.item-4 .grid-content .bottom-container.mobile {
    display: flex;
  }
  .filter-list .grid-container .grid-item.item-4 .grid-content .bottom-container.tablet-up {
    display: none;
  }
  .filter-list .grid-container .grid-item.item-4 .img-container {
    flex: 1;
    margin: 0 auto;
  }
  .filter-list .grid-container .grid-item.item-4 .text-container {
    padding: 20px 13px;
    flex: 1;
    align-self: center;
  }
  .filter-list .grid-container .grid-item.item-4 .text-container .description {
    display: none;
  }
  .filter-list .grid-container .grid-item.item-5 {
    flex: 1;
    margin-left: 0;
  }
  .filter-list .grid-container .grid-item.item-6 {
    flex: 1;
    margin-right: 0;
  }
  .filter-list .grid-container .grid-item.item-7 {
    display: flex;
    flex: 1;
    margin-left: 0;
  }
  .filter-list .grid-container .grid-item.item-7 .grid-content {
    display: flex;
  }
  .filter-list .grid-container .grid-item.item-8 {
    flex: 1;
    margin-right: 0;
  }
  .filter-list .grid-container .grid-item.item-9 {
    border: solid 1px #4d4d4f;
    padding-top: 0;
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content .bottom-container {
    flex: 0;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content .bottom-container.mobile {
    display: flex;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content .bottom-container.tablet-up {
    display: none;
  }
  .filter-list .grid-container .grid-item.item-9 .img-container {
    flex: 1;
    margin: 0 auto;
  }
  .filter-list .grid-container .grid-item.item-9 .text-container {
    flex: 1;
    align-self: center;
    padding: 20px 13px;
  }
  .filter-list .grid-container .grid-item.item-9 .text-container .description {
    display: none;
  }
  .filter-list .grid-container .grid-item .grid-content {
    flex-direction: column;
    width: 100%;
  }
  .filter-list .grid-container .grid-item .grid-content .bottom-container {
    flex: 1 0 auto;
  }
  .filter-list .grid-container .grid-item .grid-content .bottom-container.mobile {
    display: none;
  }
  .filter-list .grid-container .grid-item .grid-content .bottom-container.tablet-up {
    display: flex;
  }
  .filter-list .grid-container .grid-item .img-container {
    width: auto;
    min-height: 185px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex: 1 0 auto;
  }
  .filter-list .grid-container .grid-item .img-container a {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .filter-list .grid-container .grid-item .img-container {
    /* IE10+ specific styles go here */
  }
  .filter-list .grid-container .grid-item .img-container a {
    width: 100%;
    display: block;
  }
  .filter-list .grid-container .grid-item .img-container a img {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .filter-list .grid-container .grid-item .text-container {
    flex: 0 2 auto;
    margin-left: 0;
  }
  .filter-list .grid-container .grid-item .text-container .heading {
    padding-bottom: 20px;
  }
  .filter-list .grid-container .grid-item .text-container .description {
    font-size: 15px;
    font-weight: 100;
    color: #4d4d4f;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 25px;
    line-height: 1.45;
    margin: 0;
  }
  .filter-list .grid-container .grid-item .bottom-container {
    padding: 0;
  }
  .filter-list .grid-container .divider {
    background: #bcbdc0;
    height: 0.7px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .filter-list .grid-container .divider.desktop {
    display: none;
  }
  .filter-list .grid-container .divider.tablet {
    margin: 0;
    padding-top: 1px;
    display: block;
  }
  .filter-list .load-more-btn-wrapper {
    border-top: none;
    margin: 0 30px 0 30px;
  }
}
@media (min-width: 1024px) {
  .filter-list .grid-container .grid-item.item-0 .img-container {
    min-height: 246px;
    max-height: 246px;
  }
  .filter-list .grid-container .grid-item.item-1 .img-container {
    min-height: 246px;
    max-height: 246px;
  }
  .filter-list .grid-container .grid-item.item-2 .img-container {
    min-height: 246px;
    max-height: 246px;
  }
  .filter-list .grid-container .grid-item.item-3 .img-container {
    min-height: 246px;
    max-height: 246px;
  }
  .filter-list .grid-container .grid-item.item-4 .img-container {
    flex: 1;
    min-height: 246px;
    max-height: 246px;
  }
  .filter-list .grid-container .grid-item.item-4 .text-container {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
  }
  .filter-list .grid-container .grid-item.item-5 .img-container {
    min-height: 246px;
    max-height: 246px;
  }
  .filter-list .grid-container .grid-item.item-6 .img-container {
    min-height: 246px;
    max-height: 246px;
  }
  .filter-list .grid-container .grid-item.item-7 {
    flex: 1;
  }
  .filter-list .grid-container .grid-item.item-7 .grid-content .img-container {
    min-height: 246px;
    max-height: 246px;
  }
  .filter-list .grid-container .grid-item.item-8 .img-container {
    min-height: 246px;
    max-height: 246px;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content .img-container {
    min-height: 246px;
    max-height: 246px;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content .text-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .filter-list {
    max-width: 1024px;
  }
  .filter-list .grid-container {
    margin: 0;
  }
  .filter-list .grid-container .grid-item {
    margin: 60px 10px 60px 10px;
    max-width: 100%;
    padding-top: 0;
  }
  .filter-list .grid-container .grid-item:first-child {
    margin-top: 60px;
    padding-top: 0;
  }
  .filter-list .grid-container .grid-item.item-0 {
    flex: 0 1 239px;
    margin-top: 60px;
    margin-left: 0;
  }
  .filter-list .grid-container .grid-item.item-0 .img-container {
    min-height: 158px;
    max-height: 158px;
  }
  .filter-list .grid-container .grid-item.item-1 {
    flex: 0 1 239px;
    margin-top: 60px;
    margin-right: 10px;
  }
  .filter-list .grid-container .grid-item.item-1 .img-container {
    min-height: 158px;
    max-height: 158px;
  }
  .filter-list .grid-container .grid-item.item-2 {
    flex: 2;
    margin-right: 0;
    margin-left: 10px;
  }
  .filter-list .grid-container .grid-item.item-2 .img-container {
    min-height: 354px;
    max-height: 354px;
  }
  .filter-list .grid-container .grid-item.item-3 {
    flex: 0 1 240px;
    margin-left: 0;
    margin-right: 10px;
  }
  .filter-list .grid-container .grid-item.item-3 .img-container {
    min-height: 158px;
    max-height: 158px;
  }
  .filter-list .grid-container .grid-item.item-4 {
    border: none;
    width: 100%;
  }
  .filter-list .grid-container .grid-item.item-4 .grid-content {
    flex-direction: column;
    padding: initial;
    margin-right: initial;
  }
  .filter-list .grid-container .grid-item.item-4 .grid-content .bottom-container {
    flex: 0;
  }
  .filter-list .grid-container .grid-item.item-4 .grid-content .bottom-container.mobile {
    display: none;
  }
  .filter-list .grid-container .grid-item.item-4 .grid-content .bottom-container.tablet-up {
    display: flex;
    flex: 1 0 auto;
    width: 100%;
  }
  .filter-list .grid-container .grid-item.item-4 .img-container {
    min-height: 158px;
    max-height: 158px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .filter-list .grid-container .grid-item.item-4 .img-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .filter-list .grid-container .grid-item.item-4 .text-container {
    margin-left: 0;
    align-self: normal;
    margin-right: 0;
    padding: 0;
    margin-right: 0;
    padding: initial;
    flex-basis: 100%;
    align-self: normal;
  }
  .filter-list .grid-container .grid-item.item-4 .text-container .description {
    display: block;
  }
  .filter-list .grid-container .grid-item.item-4, .filter-list .grid-container .grid-item.item-5 {
    margin-right: 10px;
    margin-left: 10px;
    flex: 0 1 239px;
  }
  .filter-list .grid-container .grid-item.item-4 .img-container, .filter-list .grid-container .grid-item.item-5 .img-container {
    min-height: 158px;
    max-height: 158px;
  }
  .filter-list .grid-container .grid-item.item-6 {
    flex: 1;
    margin-right: 0;
    margin-left: 10px;
  }
  .filter-list .grid-container .grid-item.item-6 .img-container {
    min-height: 158px;
    max-height: 158px;
  }
  .filter-list .grid-container .grid-item.item-6 .img-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .filter-list .grid-container .grid-item.item-7 {
    border: solid 1px #4d4d4f;
    padding-top: 0;
    margin: 60px 0 60px;
    flex: 0 1 100%;
  }
  .filter-list .grid-container .grid-item.item-7 .grid-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .filter-list .grid-container .grid-item.item-7 .grid-content .img-container {
    min-height: 354px;
    max-height: 354px;
    flex-basis: 502px;
    margin: 0;
    flex-grow: 0;
  }
  .filter-list .grid-container .grid-item.item-7 .grid-content .text-container {
    flex-basis: 50%;
    align-self: center;
    padding: 20px 25px;
  }
  .filter-list .grid-container .grid-item.item-7 .grid-content .bottom-container {
    flex: 0;
  }
  .filter-list .grid-container .grid-item.item-7 .grid-content .bottom-container.mobile {
    display: flex;
  }
  .filter-list .grid-container .grid-item.item-7 .grid-content .bottom-container.tablet-up {
    display: none;
  }
  .filter-list .grid-container .grid-item.item-8 {
    flex: 0 1 502px;
    margin-left: 0;
    margin-right: 10px;
  }
  .filter-list .grid-container .grid-item.item-8 .img-container {
    min-height: 354px;
    max-height: 354px;
  }
  .filter-list .grid-container .grid-item.item-9 {
    flex: 0 1 502px;
    margin-left: 10px;
    margin-right: 0;
    border: none;
    padding-top: 0;
    margin-bottom: 60px;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content {
    flex-direction: column;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content .img-container {
    width: 100%;
    min-height: 354px;
    max-height: 354px;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content .text-container {
    flex: 0 2 auto;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) and (min-width: 100em) {
  .filter-list .grid-container .grid-item.item-9 .grid-content .text-container {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .filter-list .grid-container .grid-item.item-9 .grid-content .text-container .description {
    display: block;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content .bottom-container.mobile {
    display: none;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content .bottom-container.tablet-up {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .filter-list .grid-container .divider.desktop {
    margin: 0;
    padding-top: 1px;
    display: block;
  }
  .filter-list .grid-container .divider.tablet {
    display: none;
  }
  .filter-list .load-more-btn-wrapper {
    margin: 0 auto 0 auto;
  }
}
@media (min-width: 1600px) {
  .filter-list {
    max-width: 1368px;
  }
  .filter-list .grid-container {
    margin: 0;
  }
  .filter-list .grid-container .grid-item {
    margin: 60px 18px 60px;
    max-width: 100%;
  }
  .filter-list .grid-container .grid-item.item-0 {
    flex: 0 1 314px;
    margin-left: 0;
    margin-right: 18px;
  }
  .filter-list .grid-container .grid-item.item-0 .img-container {
    min-height: 163px;
    max-height: 163px;
  }
  .filter-list .grid-container .grid-item.item-1 {
    flex: 0 1 314px;
    margin-left: 18px;
    margin-right: 18px;
  }
  .filter-list .grid-container .grid-item.item-1 .img-container {
    min-height: 163px;
    max-height: 163px;
  }
  .filter-list .grid-container .grid-item.item-2 {
    flex: 2;
    margin-left: 18px;
    margin-right: 0;
  }
  .filter-list .grid-container .grid-item.item-2 .img-container {
    min-height: 364px;
    max-height: 364px;
  }
  .filter-list .grid-container .grid-item.item-3 {
    flex: 1;
    margin-left: 0;
    margin-right: 18px;
  }
  .filter-list .grid-container .grid-item.item-3 .img-container {
    min-height: 163px;
    max-height: 163px;
  }
  .filter-list .grid-container .grid-item.item-4, .filter-list .grid-container .grid-item.item-5 {
    flex: 1;
    margin-left: 18px;
    margin-right: 18px;
  }
  .filter-list .grid-container .grid-item.item-4 .img-container, .filter-list .grid-container .grid-item.item-5 .img-container {
    min-height: 163px;
    max-height: 163px;
  }
  .filter-list .grid-container .grid-item.item-4 {
    margin-bottom: 60px;
  }
  .filter-list .grid-container .grid-item.item-6 {
    flex: 1;
    margin-left: 18px;
    margin-right: 0;
  }
  .filter-list .grid-container .grid-item.item-6 .img-container {
    min-height: 163px;
    max-height: 163px;
  }
  .filter-list .grid-container .grid-item.item-7 .grid-content .img-container {
    flex-basis: 667px;
    margin: 0 0 0 auto;
    min-height: 364px;
    max-height: 364px;
  }
  .filter-list .grid-container .grid-item.item-8 {
    flex: 0 1 666px;
    margin-left: 0;
    margin-right: 18px;
  }
  .filter-list .grid-container .grid-item.item-8 .img-container {
    min-height: 364px;
    max-height: 364px;
  }
  .filter-list .grid-container .grid-item.item-9 {
    flex: 1;
    margin-left: 18px;
    margin-right: 0;
    border: none;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content {
    flex-direction: column;
  }
  .filter-list .grid-container .grid-item.item-9 .grid-content .img-container {
    min-height: 364px;
    max-height: 364px;
  }
  .filter-list .grid-container .divider.desktop {
    margin: 0;
    padding-top: 1px;
  }
  .filter-list .grid-container .divider.tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav {
    position: relative;
  }
}
.filter-list-nav .tmr-filter-mobile-menu {
  font-size: 1rem;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu {
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: solid 1px #bcbdc0;
    border-bottom: solid 0.0625rem #bcbdc0;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper {
  display: block;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper {
    width: 1024px;
    display: flex;
  }
}
@media (min-width: 1600px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper {
    width: 1368px;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
  padding: 1.0625rem 0;
  margin: 0 14px;
  margin: 0 0.875rem;
  border-bottom: 1px solid #9d9fa2;
  border-bottom: 0.0625rem solid #9d9fa2;
}
@media (min-width: 1024px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper {
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-right: 30px;
    padding-right: 1.875rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper {
    order: 3;
    padding-right: 0;
    margin-left: auto;
    border-bottom: none;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 276px;
  max-width: 17.25rem;
  height: 100%;
}
@media (min-width: 768px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search {
    width: 276px;
    width: 17.25rem;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search {
    padding-bottom: 0;
    justify-content: flex-end;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search.collapsed {
  width: 65%;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search.collapsed {
    width: 100%;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search.collapsed .search-label {
  width: auto;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search.collapsed .sliding-panel-outer {
  border-bottom: none;
  width: 0;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .search-label {
  display: flex;
  align-items: center;
  width: 22px;
  width: 1.375rem;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .search-label:hover {
  cursor: pointer;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .search-label .icon {
  font-size: 16px;
  font-size: 1rem;
  color: #c00;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .search-label .label-text {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  color: #9d9fa2;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-outer {
  position: absolute;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  border-bottom: solid 1px #9d9fa2;
  background: #ffffff;
  width: 220px;
  width: 13.75rem;
  transition: width 0.6s ease;
}
@media (min-width: 768px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-outer {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-outer {
    width: 276px;
    width: 17.25rem;
    top: 0;
    right: 0;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-outer .search-submit-btn {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-outer .search-submit-btn .icon {
  font-size: 16px;
  font-size: 1rem;
  color: #c00;
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-outer .search-submit-btn .icon {
    padding-left: 1px;
    padding-left: 0.0625rem;
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-outer .loading:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 9%;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #c00;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-outer .icon {
  color: #272728;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-outer .icon {
    margin-left: auto;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-outer .icon:hover {
  cursor: pointer;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  width: 13.75rem;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-inner {
    width: 276px;
    width: 17.25rem;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-inner form {
  width: 95%;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-inner .search-input {
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  width: 90%;
  color: #272728;
}
@media (min-width: 768px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-inner .search-input {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-inner .search-input {
    padding-bottom: 3px;
    padding-bottom: 0.1875rem;
    width: 90%;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-inner .search-input::-moz-placeholder {
  color: #272728;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-inner .search-input::placeholder {
  color: #272728;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .consumer-search .sliding-panel-inner .search-input:focus {
  border: none;
  outline: none;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .filter-label {
  color: #c00;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .toggle-filter-nav .display-text.mobile {
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #c00;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .toggle-filter-nav .display-text.mobile {
    display: none;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-list-wrapper .toggle-filter-nav .display-text.mobile .icon-close {
  margin-left: 16px;
  margin-left: 1rem;
  color: #272728;
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-by-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .filter-by-wrapper {
    display: flex;
    align-items: center;
    color: #9d9fa2;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Open Sans", sans-serif;
    margin-right: 37.5px;
    margin-right: 2.34375rem;
    white-space: nowrap;
    order: 0;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .menu-container {
  width: 100%;
  display: none;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .inner-wrapper .menu-container {
    width: auto;
    display: flex;
  }
}
.filter-list-nav .tmr-filter-mobile-menu:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-header {
  color: #272728;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  padding: 1.25rem 0;
  text-transform: capitalize;
}
@media (min-width: 1024px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-header {
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-header {
    padding: 20px 37.5px;
    padding: 1.25rem 2.34375rem;
    white-space: nowrap;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body {
  color: #272728;
  display: none;
  background: #ffffff;
}
@media (min-width: 1024px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-body {
    padding: 0 30px;
    padding: 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-body {
    position: absolute;
    width: 100%;
    left: 0;
    top: 62px;
    z-index: 3;
    box-shadow: 0 9px 8px -8px #bcbdc0;
    border-top: solid 1px #bcbdc0;
    border-top: solid 0.0625rem #bcbdc0;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body .apply-btn-container {
  display: flex;
  margin: 40px -4px 50px 0;
  margin: 2.5rem -0.25rem 3.125rem 0;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-body .apply-btn-container {
    justify-content: flex-end;
    margin: -40px auto 0;
    margin: -2.5rem auto 0;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    max-width: 1024px;
  }
}
@media (min-width: 1600px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-body .apply-btn-container {
    max-width: 1368px;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body .apply-btn-container input {
  border: solid 1px #c00;
  border: solid 0.0625rem #c00;
  color: #ffffff;
  background: #c00;
  padding: 4px 32px;
  padding: 0.25rem 2rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 4px;
  border-radius: 0.25rem;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body .apply-btn-container input:hover {
  color: #c00;
  background: #ffffff;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion__item {
  border-bottom: 1px solid #9d9fa2;
  border-bottom: 0.0625rem solid #9d9fa2;
  margin: 0 14px;
  margin: 0 0.875rem;
}
@media (min-width: 1024px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion__item {
    margin: 0 0;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion__item {
    border: none;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .accordion__item .accordion-header {
  color: #272728;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion__item .accordion-header.less-horz-padding {
  padding: 20px;
  padding: 1.25rem;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion__item > .accordion-header .icon-chevron-up {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s all;
  color: #c00;
  font-size: 8px;
  font-size: 0.5rem;
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion__item > .accordion-header .icon-chevron-up {
    margin-left: 6px;
    margin-left: 0.375rem;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    margin-left: 0;
    margin: auto;
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents {
    margin-top: 38px;
    margin-top: 2.375rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents {
    max-width: 1368px;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list {
    padding-left: 75px;
    padding-left: 4.6875rem;
    padding-right: 75px;
    padding-right: 4.6875rem;
    border-left: solid 1px #bcbdc0;
    border-left: solid 0.0625rem #bcbdc0;
  }
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list:first-child {
    border-left: none;
    padding-left: 0;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  margin-top: 0.8125rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  height: 20px;
  border-radius: 4px;
  border-radius: 0.25rem;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox.disabled > * {
  color: #e6e7e8;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox.disabled > input {
  border: solid 1px #e6e7e8;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox.disabled :hover {
  cursor: not-allowed;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox > span {
  padding-left: 35px;
  padding-left: 2.1875rem;
  font-weight: 100;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open Sans", sans-serif;
  color: #272728;
  width: 100%;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox > input {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border: 0.0625rem solid #ccc;
  outline: none;
  transition-duration: 0.3s;
  background-color: #ffffff;
  cursor: pointer;
  top: 0;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox > input[type=checkbox] {
  margin: 0;
  border-radius: 3px;
  border-radius: 0.1875rem;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox > input:checked {
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  background-color: #c00;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox > input:checked + span {
  font-weight: 900;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox input[type=checkbox]:checked::-ms-check {
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  background-color: #c00;
  color: transparent;
}
.filter-list-nav .tmr-filter-mobile-menu .accordion-body__contents ul.sub-tag-list li.sub-tag .checkbox > input:active {
  border: 2px solid transparent;
  border: 0.125rem solid transparent;
}
@media (min-width: 1200px) {
  .filter-list-nav .tmr-filter-mobile-menu .accordion__item.active > .accordion-header {
    color: #c00;
  }
}
.filter-list-nav .tmr-filter-mobile-menu .accordion__item.active > .accordion-header .icon-chevron-up {
  transform: rotate(0deg);
}

.selected-filters {
  display: flex;
  margin: 15px 15px 60px 15px;
  margin: 0.9375rem 0.9375rem 3.75rem 0.9375rem;
}
@media (min-width: 1024px) {
  .selected-filters {
    margin: 15px 30px 0 30px;
    margin: 0.9375rem 1.875rem 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .selected-filters {
    margin: 15px auto 0 auto;
    margin: 0.9375rem auto 0 auto;
    max-width: 1024px;
  }
}
@media (min-width: 1600px) {
  .selected-filters {
    max-width: 1368px;
  }
}
.selected-filters .list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.selected-filters .list .filter-label {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-right: 0.625rem;
  color: #9d9fa2;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.selected-filters .list .selected-filter-tag {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  background: #272728;
  color: #ffffff;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
.selected-filters .list .selected-filter-tag button {
  padding: 9px 10px;
  padding: 0.5625rem 0.625rem;
  background: none;
  border: none;
}
.selected-filters .list .selected-filter-tag span {
  font-size: 10px;
  margin-left: 4px;
}
.selected-filters .list .filter-tag, .selected-filters .list .clear-all {
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.selected-filters .list .clear-all {
  color: #c00;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin-left: 3px;
  margin-left: 0.1875rem;
}
.selected-filters .list .clear-all:hover {
  cursor: pointer;
  opacity: 0.8;
}
.selected-filters .list .clear-all .clear-all-btn {
  background: none;
  border: none;
}

.container-fluid--hybrid > .footer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.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;
}
.container-fluid--hybrid > .footer .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
@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 .footer .horizontalFooterMenu a {
  padding: 0;
}

#page-scroll {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  overflow: hidden;
  z-index: 6;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 15px;
  right: 0.9375rem;
  background-color: #c00;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 100%;
  top: 80vh;
  text-decoration: none;
}
@media (min-width: 1280px) {
  #page-scroll {
    right: 30px;
  }
}
@media (min-width: 1360px) {
  #page-scroll {
    right: 6%;
  }
}
#page-scroll:hover {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.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: block;
    margin-bottom: 1px;
  }
}

.featured-campaign {
  display: block;
}
@media (min-width: 1024px) {
  .featured-campaign {
    display: flex;
    align-items: flex-end;
  }
}
.featured-campaign {
  border-top: 0.25px solid #9d9fa2;
  border-top: 0.015625rem solid #9d9fa2;
}
.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;
}

.container-fluid--hybrid > .globalHeader {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
.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;
}
.container-fluid--hybrid > .globalHeader .inner-container {
  padding-left: 15px;
  padding-right: 15px;
}
@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: 25.8125em) {
  .globalHeader .hide-on-small-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 25.8125em) {
  .globalHeader .logo-toggle-col,
  .globalHeader .utility-col {
    width: 100%;
  }
}
@media screen and (max-width: 25.8125em) {
  .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 */
}
.globalHeaderV2 .breadcrumb {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.globalHeaderV2 {
  /* Inner Container */
}
.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 */
}
.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 .nav-sticky-wrapper {
  /*
  .page-nav-wrapper {
  	//display: flex;
  	display: none;
  	align-items: center;
  	width: 100%;
  	background: $color-light;
  	@include height(56px);

  	.inner-wrapper {
  		display: flex;
  		align-items: center;
  		width: 100%;

  		// Tablet
  		@media (min-width: 1024px) {
  			justify-content: space-between;
  		}

  		// Desktop
  		@media (min-width: 1170px) {
  			width: 1170px;
  			margin: 0 auto;
  		}

  		// Page Properties
  		.page-properties-container {
  			display: flex;
  			align-items: center;
  			padding-left: 15px;

  			// Tablet
  			@media (min-width: 1024px) {
  				flex: 1;
  			}

  			// Desktop
  			@media (min-width: 1170px) {
  				padding-left: 0;
  			}

  			.display-tag {
  				display: none;

  				a {
  					display: flex;
  					font-weight: 400;
  					@include font-size(14px);
  					color: $color-vital-red;
  				}

  				// Tablet
  				@media (min-width: 1024px) {
  					display: block;
  					font-family: $font-family-body;
  					@include padding-right(30px);
  				}
  			}

  			.page-title {
  				display: none;

  				// Tablet
  				@media (min-width: 1024px) {
  					display: block;
  					font-family: $font-family-body;
  					font-weight: 400;
  					@include font-size(14px);
  					color: $color-dark;
  				}
  			}

  			.back-caret {
  				padding-right: 24px;

  				// Tablet
  				@media (min-width: 1024px) {
  					@include padding-right(15px);
  					@include font-size(14px);

  					> a {
  						&:hover {
  							cursor: pointer;
  							text-decoration: none;
  						}
  					}
  				}

  				span {
  					color: $color-dark;
  				}
  			}
  		}

  		// AddThis
  		.addthis_toolbox {
  			display: flex;
  			align-items: center;
  			@include margin-bottom(0);

  			// Tablet
  			@media (min-width: 1024px) {
  				@include margin-right(30px);
  				flex: 0 1 auto;
  			}

  			// Desktop
  			@media (min-width: 1170px) {
  				@include margin-right(0);
  			}

  			a.addthis_link {
  				display: flex;
  				@include width(auto);
  				@include height(15px);
  				@include border-right(solid 1px $color-gray-light);
  				@include padding-right(25px);
  				@include padding-left(25px);
  				@include margin-bottom(0);

  				&:first-of-type {
  					@include padding-left(15px);
  				}

  				&:last-of-type {
  					@include border-right(0);
  					@include padding-right(0);
  				}

  				img {
  					@include width(14px);
  				}
  			}
  		}
  	}
  }
  */
}
.globalHeaderV2 {
  /* Top Bar */
}
.globalHeaderV2 .top-bar {
  background: #ffffff;
  border-bottom: 0.25px 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 */
}
.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;
}
.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;
  left: 12px;
  right: 12px;
  border-bottom: 1px solid #c00;
  transform: scaleX(0);
  transition: transform 0.5s ease-in-out;
}
.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;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .main-menu-search td.gsc-input ul.search_autocomplete li {
  line-height: inherit;
}
@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-search-button {
    display: none;
  }
  .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;
  text-decoration: none;
}
.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 */
}
.globalHeaderV2 .bottom-bar .mainNavMenu .logo-toggle-col {
  flex: 1;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper {
  flex: 0 2 auto;
}
@media (min-width: 1024px) {
  .globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper {
    flex: initial;
  }
}
.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper {
  margin-right: 0;
  display: flex;
  justify-content: flex-end;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.collapse {
  display: none;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.collapse.in {
  display: flex;
}
.globalHeaderV2 .bottom-bar .mainNavMenu .nav-wrapper.collapse.dont-collapse-flex-md {
  z-index: 1;
}
@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 {
  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) {
  .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: 25.8125em) {
  .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 .menu-button__icon.icon-folder {
  font-size: 25px;
  font-size: 1.5625rem;
}
.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 {
    line-height: normal;
    height: 100%;
  }
  .globalHeaderV2 .utilityMenu-mobile .menu-button.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 {
    background-color: #272728;
    color: #ffffff;
    text-decoration: none;
  }
  .globalHeaderV2 .utilityMenu-mobile .menu-button.button-red__text {
    margin: 0;
    line-height: normal;
    display: block;
    font-weight: 400;
  }
  .globalHeaderV2 .utilityMenu-mobile .menu-button.button-red__icon {
    font-size: 32px;
    font-size: 2rem;
    display: block;
  }
  .globalHeaderV2 .utilityMenu-mobile .menu-button.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 {
    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 .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 {
  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 .search-dropdown .search-button {
  color: #fff;
}

.context-business .globalHeaderV2 .mainNavMenu .search-dropdown .search-button {
  background: none;
  border: none;
  color: #c00;
}

.context-business .globalHeaderV2 .toggle .toggle-button {
  height: 21px;
  border: 1px solid #333;
}

.context-home .globalHeaderV2 .toggle .toggle-button {
  height: 21px;
  border: 1px solid #fff;
}

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 .globalHeaderV2 .new-static-header {
  padding: 0;
  width: 100%;
  max-width: none;
}

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

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

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

.context-business .globalHeaderV2 .new-static-header .toggle .toggle-button {
  height: 21px;
  border: 0px solid #020709;
  color: #ffffff;
}
.context-business .globalHeaderV2 .new-static-header .toggle .toggle-button.active {
  background-color: #020709;
  color: #ffffff;
  border: 0px solid #020709;
}
.context-business .globalHeaderV2 .new-static-header .toggle .toggle-button:hover, .context-business .globalHeaderV2 .new-static-header .toggle .toggle-button.active:hover {
  background: #020709;
  background-color: #020709;
  color: #ffffff;
  border: 0px solid #020709;
  text-decoration: none;
}
.context-business .globalHeaderV2 .new-static-header .utilityMenu-mobile .collapse-items-container .collapse ul:first-child li:not(.hidden-context-business),
.context-business .globalHeaderV2 .new-static-header .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 .globalHeaderV2 .new-static-header .utilityMenu-mobile .collapse-items-container .collapse ul:first-child li:not(.hidden-context-business):not(.dropdown-header) ~ li,
.context-business .globalHeaderV2 .new-static-header .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 .globalHeaderV2 .new-static-header .utilityMenu-mobile .collapse-items-container .collapse ul li.dropdown-header + li,
.context-business .globalHeaderV2 .new-static-header .utilityMenu-mobile .collapse-items-container .collapse ul li.third-level-link,
.context-business .globalHeaderV2 .new-static-header .utilityMenu-mobile .collapse-items-container .collapsing ul li.dropdown-header + li,
.context-business .globalHeaderV2 .new-static-header .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 .globalHeaderV2 .new-static-header .top-bar {
  border-color: #707070;
  height: 40px;
  height: 2.5rem;
  max-height: 40px;
}
@media screen and (min-width: 48em) {
  .context-business .globalHeaderV2 .new-static-header .bottom-bar {
    background-color: #000000;
  }
  .context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu {
    background-color: #000000;
    color: #ffffff;
    border-bottom: 1px solid #707070;
  }
  .context-business .globalHeaderV2 .new-static-header .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 .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .menu-toggle:not(.search-button):after {
    border-bottom: 1px solid #CC0000;
    top: 45px;
  }
}
@media screen and (min-width: 48em) {
  .context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .menu-toggle .icon-search-thin {
    color: #ffffff;
  }
  .context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .search-dropdown .search-button {
    background: none;
    border: none;
    color: #fff;
  }
  .context-business .globalHeaderV2 .new-static-header .bottom-bar .toggle:after {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 63.9375em) {
  .context-business .globalHeaderV2 .new-static-header .bottom-bar {
    background-color: #ffffff;
  }
  .context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu {
    background-color: #ffffff;
  }
  .context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .logo-toggle-col {
    color: #ffffff;
    background-color: #000000;
    border-bottom: 1px solid #707070;
  }
  .context-business .globalHeaderV2 .new-static-header .bottom-bar .menu-link .menu-icon:after, .context-business .globalHeaderV2 .new-static-header .bottom-bar .menu-link .menu-icon:before,
  .context-business .globalHeaderV2 .new-static-header .bottom-bar .menu-link .menu-icon .center-bar {
    background-color: #ffffff;
  }
}
.context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button {
  background-color: #272728;
  color: #e6e7e8;
  height: 100%;
}
.context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button:not(.collapsed), .context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button:hover {
  background-color: #4d4d4f;
  color: #4d4d4f;
}
.context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.button-red {
  background-color: #272728;
  color: #e6e7e8;
}
.context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .utilityMenu-mobile .menu-button.button-red:hover {
  background-color: #4d4d4f;
  color: #4d4d4f;
}
.context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link {
  background-color: #e6e7e8;
  color: #4d4d4f;
  height: 100%;
}
.context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link:hover {
  background-color: #e6e7e8;
  color: #4d4d4f;
}
.context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.button-red {
  background-color: #272728;
  color: #e6e7e8;
}
.context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .utilityMenu-mobile .utility-menu-button-link.button-red:hover {
  background-color: #e6e7e8;
  color: #4d4d4f;
}
.context-business .globalHeaderV2 .new-static-header .bottom-bar .mainNavMenu .search-dropdown .search-button {
  color: #fff;
}

.context-business .mainNavMenu .dropdown-menu h5 {
  color: #ffffff !important;
}
.context-business .globalHeaderV2 .new-static-header .toggle .toggle-button {
  height: 21px;
  border: 0px solid #333;
}
.context-business .globalHeaderV2 .new-static-header .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 .new-static-header {
  position: absolute;
  z-index: 101;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.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;
}

.page-nav-wrapper {
  display: none;
  align-items: center;
  width: 100%;
  background: #e6e7e8;
  height: 56px;
  height: 3.5rem;
}
.page-nav-wrapper.savedFolderPage {
  display: flex;
}
.page-nav-wrapper .inner-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-nav-wrapper .inner-wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 1170px) {
  .page-nav-wrapper .inner-wrapper {
    width: 1170px;
    margin: 0 auto;
  }
}
.page-nav-wrapper .inner-wrapper .page-properties-container,
.page-nav-wrapper .inner-wrapper .page-link-container {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .page-nav-wrapper .inner-wrapper .page-properties-container,
  .page-nav-wrapper .inner-wrapper .page-link-container {
    flex: 1;
  }
}
@media (min-width: 1170px) {
  .page-nav-wrapper .inner-wrapper .page-properties-container,
  .page-nav-wrapper .inner-wrapper .page-link-container {
    padding-left: 0;
  }
}
.page-nav-wrapper .inner-wrapper .page-properties-container .display-tag,
.page-nav-wrapper .inner-wrapper .page-link-container .display-tag {
  display: none;
}
.page-nav-wrapper .inner-wrapper .page-properties-container .display-tag a,
.page-nav-wrapper .inner-wrapper .page-link-container .display-tag a {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #c00;
}
@media (min-width: 1024px) {
  .page-nav-wrapper .inner-wrapper .page-properties-container .display-tag,
  .page-nav-wrapper .inner-wrapper .page-link-container .display-tag {
    display: block;
    font-family: "Open Sans", sans-serif;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}
.page-nav-wrapper .inner-wrapper .page-properties-container .page-title,
.page-nav-wrapper .inner-wrapper .page-link-container .page-title {
  display: none;
}
@media (min-width: 1024px) {
  .page-nav-wrapper .inner-wrapper .page-properties-container .page-title,
  .page-nav-wrapper .inner-wrapper .page-link-container .page-title {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    color: #4d4d4f;
  }
}
.page-nav-wrapper .inner-wrapper .page-properties-container .back-caret,
.page-nav-wrapper .inner-wrapper .page-link-container .back-caret {
  padding-right: 24px;
}
@media (min-width: 1024px) {
  .page-nav-wrapper .inner-wrapper .page-properties-container .back-caret,
  .page-nav-wrapper .inner-wrapper .page-link-container .back-caret {
    padding-right: 15px;
    padding-right: 0.9375rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .page-nav-wrapper .inner-wrapper .page-properties-container .back-caret > a:hover,
  .page-nav-wrapper .inner-wrapper .page-link-container .back-caret > a:hover {
    cursor: pointer;
    text-decoration: none;
  }
}
.page-nav-wrapper .inner-wrapper .page-properties-container .back-caret span,
.page-nav-wrapper .inner-wrapper .page-link-container .back-caret span {
  color: #4d4d4f;
}
@media (min-width: 1024px) {
  .page-nav-wrapper .inner-wrapper .page-properties-container {
    order: 0;
  }
}
.page-nav-wrapper .inner-wrapper .page-link-container .back-link {
  display: none;
}
.page-nav-wrapper .inner-wrapper .page-link-container .back-link a {
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333;
}
@media (min-width: 1024px) {
  .page-nav-wrapper .inner-wrapper .page-link-container .back-link {
    display: block;
    font-family: "Open Sans", sans-serif;
  }
}
.page-nav-wrapper .inner-wrapper .page-link-container .back-caret {
  font-size: 18px;
  font-size: 1.125rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
.page-nav-wrapper .inner-wrapper .addthis_toolbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .page-nav-wrapper .inner-wrapper .addthis_toolbox {
    margin-right: 30px;
    margin-right: 1.875rem;
    flex: 0 1 auto;
    order: 3;
  }
}
@media (min-width: 1170px) {
  .page-nav-wrapper .inner-wrapper .addthis_toolbox {
    margin-right: 0;
  }
}
.page-nav-wrapper .inner-wrapper .addthis_toolbox a.addthis_link {
  display: flex;
  width: auto;
  height: 15px;
  height: 0.9375rem;
  border-right: solid 1px #bcbdc0;
  border-right: solid 0.0625rem #bcbdc0;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  margin-bottom: 0;
}
.page-nav-wrapper .inner-wrapper .addthis_toolbox a.addthis_link:first-of-type {
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.page-nav-wrapper .inner-wrapper .addthis_toolbox a.addthis_link:last-of-type {
  border-right: 0;
  padding-right: 0;
}
.page-nav-wrapper .inner-wrapper .addthis_toolbox a.addthis_link img {
  width: 14px;
  width: 0.875rem;
}
.page-nav-wrapper .inner-wrapper .subscribe {
  margin-left: 25px;
  margin-left: 1.5625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  border-left: solid 1px #bcbdc0;
  border-left: solid 0.0625rem #bcbdc0;
}
@media (min-width: 1024px) {
  .page-nav-wrapper .inner-wrapper .subscribe {
    order: 2;
    padding-right: 20px;
    padding-right: 1.25rem;
    margin-right: 10px;
    margin-right: 0.625rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    margin-left: 0;
    border-right: solid 1px #bcbdc0;
    border-right: solid 0.0625rem #bcbdc0;
    border-left: none;
  }
}
.page-nav-wrapper .inner-wrapper .subscribe a {
  display: flex;
  align-items: center;
  color: #666666;
}
.page-nav-wrapper .inner-wrapper .subscribe a:hover {
  text-decoration: none;
}
.page-nav-wrapper .inner-wrapper .subscribe .icon-subscribe {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .page-nav-wrapper .inner-wrapper .subscribe .icon-subscribe {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-nav-wrapper .inner-wrapper .subscribe .text {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.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: 25.8125em) {
  .logo {
    float: none;
    display: inline-block;
  }
}

.mainNavMenu {
  color: #fff;
}
.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;
  z-index: 2;
}
.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 .open .menu-toggle {
  /*}*/
}
.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-x: hidden;
  overflow-y: auto;
  color: #333;
}
.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 {
  /*.main-menu-search__field-wrapper, form.main-menu-search .icon-search {
  	float: left;
  }*/
}
.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: 25.875em) {
  .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 {
  /*.gsib_b {
  	display: none;
  }*/
}
.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 {
  /*.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 */
}
.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;
    overflow-x: visible;
  }
}

.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%;
}

.toggle:before, .toggle:after {
  content: " ";
  display: table;
}
.toggle:after {
  clear: both;
}
.toggle {
  position: relative;
  float: right;
  margin: 5px 0 10px;
  margin: 0.3125rem 0 0.625rem;
  vertical-align: middle;
}
@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: 25.8125em) {
  .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: 25.8125em) {
  .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: 25.8125em) {
  .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: 25.8125em) {
  .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 .utilityMenu__wrapper #trendFolder .menu-button__icon {
  padding-right: 5px;
}
.utilityMenu .utilityMenu__wrapper #trendFolder .menu-button__icon.icon-folio-selected {
  color: #c00;
}
.utilityMenu .utilityMenu__wrapper #trendFolder .menu-button__text {
  padding-right: 10px;
}
.utilityMenu .dropdown {
  display: inline-block;
  position: static;
  line-height: 1.45;
}
.utilityMenu .menu-button {
  border: none;
  padding: 0 0 0 1px;
  background: transparent;
  display: block;
  position: relative;
}
@media screen and (min-width: 48em) {
  .utilityMenu .menu-button {
    padding: 0 5px;
    padding: 0 0.3125rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
.utilityMenu .menu-button:hover, .utilityMenu .menu-button:focus {
  color: #d71920;
}
.utilityMenu .menu-button.button-red {
  border: 1px solid #c00;
  background-color: #c00;
  color: #ffffff;
}
@media screen and (min-width: 48em) {
  .utilityMenu .menu-button.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 {
    background-color: #ffffff;
    color: #c00;
    text-decoration: none;
    border: 1px solid #c00;
  }
  .utilityMenu .menu-button.button-red:hover:before {
    color: #c00;
  }
}
.utilityMenu .menu-button.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 {
  display: inline-block;
}
.context-business .utilityMenu .open .menu-button {
  color: #d71920;
}
.utilityMenu .open .menu-button.button-red {
  background-color: #ffffff;
  color: #c00;
  text-decoration: none;
  border: 1px solid #c00;
}
.utilityMenu .open .menu-button.button-red:after {
  top: 133%;
}
.utilityMenu .open .menu-button.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;
}
.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,
.utilityMenu .dropdown-menu > li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
}
.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;
}
.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,
.utilityMenu .dropdown-menu > li > a {
  white-space: normal;
  border-bottom: 1px solid #cccccc;
}
.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;
}

.image {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.image .image-figure {
  width: 100%;
}
.image .image-figure img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}
.image .image-figure figcaption {
  display: flex;
  flex: 1 1 90%;
  font-size: 13px;
  color: #272728;
  text-align: center;
  justify-content: center;
}
.image .image-figure figcaption.align-left {
  text-align: left;
  justify-content: flex-start;
}
.image .caption-image-container {
  display: flex;
  align-items: flex-start;
  padding-top: 12px;
}
.image .caption-image-container.remove-top-padding {
  padding-top: 0;
}
.image .caption-image-container .download-anchor-wrapper {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  padding-left: 8px;
}
.image .caption-image-container .download-anchor:hover, .image .caption-image-container .download-anchor:active, .image .caption-image-container .download-anchor:focus {
  text-decoration: none;
}
.image .caption-image-container .download-anchor span {
  color: #ffffff;
  font-size: 20.72px;
  padding: 5px 6px;
  background: #D1D3D4;
  border-radius: 7px;
}
@media screen and (min-width: 75em) {
  .image .caption-image-container .download-anchor span {
    font-size: 30px;
    padding: 4px 5px;
  }
}
.image .caption-image-container .download-anchor span:hover {
  background: #6D6E71;
}

.jwPlayer.videoHero {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 64em) {
  .jwPlayer.videoHero {
    margin-bottom: 45px;
    margin-bottom: 2.8125rem;
  }
}
.jwPlayer {
  /* Research requires a centered viewplayer */
}
.jwPlayer .jwplayer {
  margin-left: auto;
  margin-right: auto;
}
@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;
}

.pageHeading {
  max-width: 1170px;
  max-width: 73.125rem;
  margin: 0 auto;
  padding: 35px 15px 50px 15px;
  padding: 2.1875rem 0.9375rem 3.125rem 0.9375rem;
}
@media (min-width: 1024px) {
  .pageHeading {
    max-width: 1024px;
    max-width: 64rem;
    padding: 45px 30px 30px 30px;
    padding: 2.8125rem 1.875rem 1.875rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  .pageHeading {
    padding: 60px 0 75px 0;
    padding: 3.75rem 0 4.6875rem 0;
  }
}
@media (min-width: 1600px) {
  .pageHeading {
    max-width: 1368px;
    max-width: 85.5rem;
  }
}
.pageHeading .richText {
  margin-bottom: 0;
}
.pageHeading .richText h1 {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 44px;
  line-height: 2.75rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .pageHeading .richText h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 66px;
    line-height: 4.125rem;
  }
}
@media (min-width: 1200px) {
  .pageHeading .richText h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}
.pageHeading .richText h1 {
  color: #272728;
  margin-bottom: 0;
}
.pageHeading .richText p:last-child {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.pageHeading .icons {
  display: flex;
  padding-left: 1px;
  padding-left: 0.0625rem;
}
@media (min-width: 1200px) {
  .pageHeading .icons {
    padding-left: 4px;
    padding-left: 0.25rem;
    position: relative;
  }
}
.pageHeading .icons li:not(:first-child) {
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.pageHeading .icons li {
  display: flex;
  align-items: flex-end;
}
.pageHeading .icons li.subscribe img {
  width: 29.5px;
  width: 1.84375rem;
  height: 29.2px;
  height: 1.825rem;
}
.pageHeading .icons li.subscribe img.on-hover {
  display: none;
}
.pageHeading .icons li.subscribe:hover img.default {
  display: none;
}
.pageHeading .icons li.subscribe:hover img.on-hover {
  display: block;
}
.pageHeading .icons li.subscribe:hover .text {
  color: #e6e7e8;
}
.pageHeading .icons li.subscribe a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.pageHeading .icons li.subscribe a .text {
  color: #c00;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 9px;
  padding-left: 0.5625rem;
  font-weight: 100;
}
.pageHeading .icons span {
  color: #9d9fa2;
}
.pageHeading .icons .icon:hover {
  color: #c00;
}

@media (min-width: 1024px) {
  .promotional-content {
    border-bottom: none;
  }
}
.promotional-content .inner-wrapper {
  margin: 30px 15px 0 15px;
  display: block;
  border-bottom: solid 0.7px #bcbdc0;
}
@media (min-width: 768px) {
  .promotional-content .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  }
}
@media (min-width: 1200px) {
  .promotional-content .inner-wrapper {
    max-width: 1024px;
    margin: 42px auto 0 auto;
    flex-wrap: no-wrap;
    border-bottom: solid 0.7px #bcbdc0;
  }
}
@media (min-width: 1600px) {
  .promotional-content .inner-wrapper {
    max-width: 1368px;
  }
}
.promotional-content .inner-wrapper .featured-article {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .promotional-content .inner-wrapper .featured-article {
    flex: 1 0 100%;
  }
}
@media (min-width: 1200px) {
  .promotional-content .inner-wrapper .featured-article {
    flex: 0 2 502px;
  }
}
@media (min-width: 1600px) {
  .promotional-content .inner-wrapper .featured-article {
    flex: 0 2 641px;
  }
}
.promotional-content .inner-wrapper .featured-article .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 25px;
  height: auto;
  overflow: hidden;
  position: relative;
  background: #bcbdc0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .promotional-content .inner-wrapper .featured-article .img-container {
    /* IE10+ specific styles go here */
  }
  .promotional-content .inner-wrapper .featured-article .img-container a {
    width: 100%;
    display: block;
  }
  .promotional-content .inner-wrapper .featured-article .img-container a img {
    display: block;
    margin: 0 auto;
  }
}
.promotional-content .inner-wrapper .featured-article .img-container img {
  max-width: 100%;
  height: auto;
}
.promotional-content .inner-wrapper .featured-article .img-container .overlay {
  position: absolute;
  background: rgba(39, 39, 40, 0.5);
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  bottom: 0;
}
.promotional-content .inner-wrapper .featured-article .img-container .overlay span {
  color: #ffffff;
  font-size: 12px;
}
.promotional-content .inner-wrapper .featured-article .article-filter-tag {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #c00;
  margin-bottom: 12px;
}
.promotional-content .inner-wrapper .featured-article .article-description {
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 15px;
  color: #4d4d4f;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .promotional-content .inner-wrapper .trending-topics-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .promotional-content .inner-wrapper .trending-topics-list > div {
    flex-basis: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .promotional-content .inner-wrapper .trending-topics-list h2 {
    display: block;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .promotional-content .inner-wrapper .trending-topics-list {
    margin-left: 30px;
    margin-bottom: 35px;
    flex: 1;
    align-self: flex-start;
  }
  .promotional-content .inner-wrapper .trending-topics-list > div {
    flex-basis: 100%;
  }
}
@media (min-width: 1600px) {
  .promotional-content .inner-wrapper .trending-topics-list {
    margin-left: 65px;
  }
}
.promotional-content .inner-wrapper .trending-topics-list .header {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-size: 24px;
  color: #272728;
  padding-bottom: 17px;
  border-bottom: solid 0.7px #c00;
  letter-spacing: normal;
  line-height: 1.45;
  margin: -9px 0 0 0;
  font-weight: 400;
}
.promotional-content .inner-wrapper .trending-topics-list .trending-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 0.7px #bcbdc0;
}
@media (min-width: 1024px) {
  .promotional-content .inner-wrapper .trending-topics-list .trending-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    min-height: 130px;
  }
  .promotional-content .inner-wrapper .trending-topics-list .trending-item:first-of-type {
    padding-top: 20px;
  }
}
@media (min-width: 1200px) {
  .promotional-content .inner-wrapper .trending-topics-list .trending-item {
    min-height: auto;
  }
}
.promotional-content .inner-wrapper .trending-topics-list .trending-item .filter-tag {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #c00;
  margin-bottom: 10px;
}
.promotional-content .inner-wrapper .trending-topics-list .trending-item .title {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.45;
  margin: 0 0 10px 0;
}
.promotional-content .inner-wrapper .trending-topics-list .trending-item .title a {
  font-weight: 400;
  color: #272728;
}
.promotional-content .inner-wrapper .trending-topics-list .trending-item .title a:hover {
  color: #c00;
  text-decoration: none;
}
.promotional-content .inner-wrapper p {
  margin: 0;
  line-height: inherit;
}
.promotional-content .inner-wrapper .article-title {
  line-height: 1.45;
  margin: 0 0 15px 0;
  font-size: 24px;
  font-family: "Interstate", "Open Sans", sans-serif;
  letter-spacing: normal;
}
.promotional-content .inner-wrapper .article-title a {
  font-weight: 400;
  color: #272728;
}
.promotional-content .inner-wrapper .article-title a:hover {
  color: #c00;
  text-decoration: none;
}
.promotional-content .inner-wrapper .article-properties {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #717172;
}
.promotional-content .inner-wrapper .article-properties .properties {
  display: flex;
  align-items: center;
}
.promotional-content .inner-wrapper .article-properties .properties .divider-icon {
  font-size: 4px;
  padding-left: 6px;
  padding-right: 6px;
}
.promotional-content .inner-wrapper .article-properties .icon span {
  font-size: 20px;
}
.promotional-content .inner-wrapper .article-properties .icon span.icon-folio-selected {
  color: #c00;
}

.related--articles {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0 0;
  padding: 3.75rem 0 0;
}
@media screen and (min-width: 48em) {
  .related--articles {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 75em) {
  .related--articles {
    padding-bottom: 0;
    border-bottom: none;
    padding-top: 0;
  }
}
.related--articles-title {
  letter-spacing: normal;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #1A1A1A;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.related--articles-item, .author-articles__item {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}
@media desktop-up {
  .related--articles-items, .author-articles__items {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 75em) {
  .related--articles-items, .author-articles__items {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.related--articles-items:hover, .author-articles__items:hover {
  -webkit-text-decoration-color: #D20A11;
          text-decoration-color: #D20A11;
}
.related--articles-item-anchor, .author-articles__item-anchor {
  color: #1A1A1A;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-decoration: underline;
  -webkit-text-decoration-color: #D20A11;
          text-decoration-color: #D20A11;
}
.related--articles-item-anchor:hover, .author-articles__item-anchor:hover {
  color: #BC272D;
  text-decoration: none;
}

.research-overview {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #1A1A1A;
  border: 0.0625rem solid #1A1A1A;
  padding-right: 16px;
  padding-right: 1rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
  padding-top: 37px;
  padding-top: 2.3125rem;
}
@media screen and (min-width: 48em) {
  .research-overview {
    margin-bottom: 43px;
    margin-bottom: 2.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .research-overview {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}
@media print {
  .research-overview {
    -moz-column-break-after: all;
         break-after: all;
  }
}
.research-overview--title {
  color: #D20A11;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-left: 17px;
  margin-left: 1.0625rem;
  font-family: "Interstate", "Open Sans", sans-serif;
  font-weight: 900;
  letter-spacing: normal;
}
@media screen and (min-width: 48em) {
  .research-overview--title {
    margin-left: 30px;
    margin-left: 1.875rem;
  }
}
@media screen and (min-width: 48em) {
  .research-overview--items {
    max-width: 665px;
    max-width: 41.5625rem;
  }
  .left--rail-active .research-overview--items {
    max-width: 860px;
    max-width: 53.75rem;
  }
}
@media screen and (min-width: 64em) {
  .research-overview--items {
    max-width: 665px;
    max-width: 41.5625rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .research-overview--items {
    /* IE10+ specific styles go here */
    max-width: 605px;
    max-width: 37.8125rem;
  }
}
.research-overview--item {
  color: #4d4d4f;
  font-family: "InterstateLight", "Open Sans 300", sans-serif;
  font-weight: 100;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
  margin-left: 17px;
  margin-left: 1.0625rem;
}
@media screen and (min-width: 48em) {
  .research-overview--item {
    margin-left: 30px;
    margin-left: 1.875rem;
  }
}
.research-overview--item:last-child {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
}
@media screen and (min-width: 48em) {
  .research-overview--item:last-child {
    margin-bottom: 34px;
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 64em) {
  .research-overview--item:last-child {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
  }
}
.research-overview--item:before {
  content: "\e90c";
  /* 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: 20px;
  font-size: 1.25rem;
  padding-right: 5px;
  padding-right: 0.3125rem;
  line-height: 14.4px;
  line-height: 0.9rem;
  top: 7px;
  top: 0.4375rem;
  left: -17px;
  left: -1.0625rem;
  position: absolute;
  color: #D20A11;
  font-weight: 300;
}
@media screen and (min-width: 48em) {
  .research-overview--item:before {
    left: -30px;
    left: -1.875rem;
  }
}
.research-overview--item a {
  color: #4d4d4f;
  font-weight: 100;
}
.research-overview--item a.active {
  font-weight: 600;
  border-bottom: solid 1px #D20A11;
  border-bottom: solid 0.0625rem #D20A11;
}
.research-overview--item a.active:hover, .research-overview--item a.active:focus {
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .research-overview--item a:hover:not(.active) {
    color: #4d4d4f;
    font-weight: 600;
    text-decoration: none;
    border-bottom: none;
  }
}

.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;
  }
}

.socialIconsV2 {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .socialIconsV2 {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.socialIconsV2 a {
  display: inline-block;
}
.socialIconsV2 a:last-child {
  margin-right: 0;
}
.socialIconsV2 a:hover, .socialIconsV2 a:focus {
  text-decoration: none;
}
.socialIconsV2 .icons {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  width: 33px;
  width: 2.0625rem;
  padding-top: 5px;
  padding-top: 0.3125rem;
}
.socialIconsV2 .icons.icon-facebook {
  color: #1877f2;
}
.socialIconsV2 .icons.icon-youtube {
  color: #FF0000;
}
.socialIconsV2 .icons.icon-linkedin {
  color: #007bb5;
}
.socialIconsV2 .icons.icon-rss {
  color: #ff6600;
}
.socialIconsV2 .icons.icon-email {
  color: #333;
}
.socialIconsV2 .icons.icon-twitter {
  color: #1DA1F2;
}

.richText {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
.richText p {
  margin: 0 0 45px;
  margin: 0 0 2.8125rem;
}
.richText a {
  outline: none;
  text-decoration: none;
  font-weight: inherit;
  color: #c00;
}
.richText a:visited {
  color: #750000;
}
.richText a:focus {
  outline: none;
}
.richText a:focus, .richText a:hover {
  color: #750000;
  text-decoration: underline;
}
.richText a:active {
  color: #c00;
}
.richText blockquote,
.richText pre,
.richText .blockquote,
.richText .pre {
  border: 1px solid #EAEAEA;
  border: 0.0625rem solid #EAEAEA;
  padding: 15px;
  padding: 0.9375rem;
  width: 90%;
  word-wrap: break-word;
  border-radius: 5px;
  background-color: #F6F6F6;
  margin: 15px auto;
  margin: 0.9375rem auto;
  font-size: 14px;
  letter-spacing: 1px;
  color: #156EAC;
  line-height: 17px;
  line-height: 1.0625rem;
  font-family: monospace;
}
.richText blockquote p,
.richText pre p,
.richText .blockquote p,
.richText .pre p {
  margin: 0;
}
.richText pre {
  white-space: pre-wrap;
}
.richText pre code {
  font-size: 14px;
}
.richText .blockquote, .richText .pre {
  display: block;
}
.richText .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) {
  .richText .main-default-title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 66px;
    line-height: 4.125rem;
  }
}
.richText .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) {
  .richText .main-body-title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}
.richText .main-body-title .rte-white-text {
  font-family: "Interstate", "Open Sans", sans-serif;
}
.richText .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) {
  .richText .modified-main-body-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 46px;
    line-height: 2.875rem;
  }
}
@media screen and (min-width: 64em) {
  .richText .modified-main-body-title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}
.richText .main-subtitle-white,
.richText .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) {
  .richText .main-subtitle-white,
  .richText .main-subtitle-black {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 56px;
    line-height: 3.5rem;
  }
}
.richText .main-subtitle-white {
  color: #fff;
}
.richText .main-subtitle-black {
  color: #333;
}
.richText .hero-content .main-subtitle-white,
.richText .hero-content .main-subtitle-black {
  font-family: "Interstate", "Open Sans", sans-serif;
}
.richText .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) {
  .richText .body-subhead-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
.richText h1 .main-default-title, .richText h1 .main-body-title, .richText h1 .main-subtitle-white, .richText h1 .main-subtitle-black, .richText h1 .body-subhead-title, .richText h2 .main-default-title, .richText h2 .main-body-title, .richText h2 .main-subtitle-white, .richText h2 .main-subtitle-black, .richText h2 .body-subhead-title, .richText h3 .main-default-title, .richText h3 .main-body-title, .richText h3 .main-subtitle-white, .richText h3 .main-subtitle-black, .richText h3 .body-subhead-title, .richText h4 .main-default-title, .richText h4 .main-body-title, .richText h4 .main-subtitle-white, .richText h4 .main-subtitle-black, .richText h4 .body-subhead-title, .richText p .main-default-title, .richText p .main-body-title, .richText p .main-subtitle-white, .richText p .main-subtitle-black, .richText p .body-subhead-title {
  margin: 0 0 0.5em;
}
.richText .rte-red-text {
  color: #c00;
}
.richText .rte-white-text {
  color: #fff;
}
.richText .rte-navy-blue-text {
  color: #00467f;
}
.richText .rte-blue-text {
  color: #00a4e4;
}
.richText .rte-strike-out {
  text-decoration: line-through;
}
.richText .rte-zdi-failure-text {
  color: #de543b;
}
.richText .rte-zdi-success-text {
  color: #73c167;
}
.richText .rte-zdi-bug-text {
  color: #005295;
}
.richText .rte-zdi-critical-text {
  color: #D71920;
}
.richText .rte-zdi-high-text {
  color: #de543b;
}
.richText .rte-zdi-moderate-text {
  color: #6F0000;
}
.richText .rte-zdi-important-text {
  color: #0E746D;
}
.richText .rte-zdi-low-text {
  color: #7E8E6E;
}
.richText .rte-legal-text {
  font-size: 12px;
  font-size: 0.75rem;
}
.richText .rte-icon-component-text {
  font-size: 14px;
  font-size: 0.875rem;
}
.richText .rte-sub-menu-text {
  font-size: 16px;
  font-size: 1rem;
}
.richText .code {
  font-family: monospace;
}
.richText ul li > .rte-red-chevron, .richText ul li > .rte-red-checkmark, .richText ul li > .rte-square-bullet, .richText ul li > .rte-circle-bullet, .richText ul li > .rte-red-bullet {
  margin-left: 10px;
  margin-left: 0.625rem;
  display: inline-block;
}
.richText ul li > .rte-red-chevron:before, .richText ul li > .rte-red-checkmark:before, .richText ul li > .rte-square-bullet:before, .richText ul li > .rte-circle-bullet:before, .richText ul 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;
}
.richText ul {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
.richText ul li {
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.richText ul li > .rte-red-bullet:before {
  content: "\e933";
  font-size: 6px;
  top: 6px;
}
.richText ul li > .rte-circle-bullet:before {
  content: "\e931";
  font-size: 6px;
  top: 6px;
}
.richText ul li > .rte-square-bullet:before {
  content: "\e932";
  font-size: 6px;
  top: 6px;
}
.richText ul li > .rte-red-checkmark {
  margin-left: 16px;
}
.richText ul 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;
}
.richText ul li > .rte-red-chevron {
  margin-left: 12px;
}
.richText ul li > .rte-red-chevron:before {
  content: "\e90c";
  top: 2px;
  top: 0.125rem;
}
.richText ul li > .rte-red-double-chevron-suffix {
  margin-left: 25px;
  margin-left: 1.5625rem;
}
.richText ul li > .rte-red-double-chevron-suffix:after {
  position: absolute;
  left: 0;
  top: 8px;
  top: 0.5rem;
}
.richText ul li ul {
  margin-bottom: 0;
}
.richText ul li ul li.rich-text-li {
  margin-left: 4px;
  margin-left: 0.25rem;
}
.richText ul li ul li > .rte-red-bullet,
.richText ul li ul li > .rte-circle-bullet,
.richText ul li ul li > .rte-square-bullet,
.richText ul li ul li > .rte-red-double-chevron-suffix {
  margin-left: 13px;
  margin-left: 0.8125rem;
}
.richText ul li ul li > .rte-red-checkmark {
  margin-left: 19px;
  margin-left: 1.1875rem;
}
.richText ul li ul li > .rte-red-chevron {
  margin-left: 14px;
  margin-left: 0.875rem;
}
.richText ul li ul li ul li.rich-text-li {
  margin-left: 2px;
  margin-left: 0.125rem;
}
.richText ol {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
.richText ol .rich-text-li ol {
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-bottom: 0;
}
.richText ol .rich-text-li > ol > li {
  list-style-type: lower-alpha;
}
.richText ol .rich-text-li > ol > li > ol > li {
  list-style-type: upper-alpha;
}
.richText .rich-text-li .rich-text-li:last-child {
  padding-bottom: 0;
}
.richText .rich-text-li .rich-text-li:first-child {
  margin-top: 8px;
  margin-top: 0.5rem;
}
.richText .rte-red-double-chevron-suffix {
  display: inline-block;
}
.richText .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;
}
.richText .rte-red-chevron-down {
  display: inline-block;
}
.richText .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;
}
.richText .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;
}
.richText .article-side-rail-text {
  font-weight: 300;
}
.richText .article-side-rail-text * {
  font-weight: 300;
}

.responsive-table-wrap {
  overflow-x: auto;
}
.responsive-table-wrap table {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .responsive-table-wrap table {
    line-height: normal;
  }
}
.responsive-table-wrap .rte-word-break {
  word-break: break-word;
}
@media screen and (min-width: 64em) {
  .responsive-table-wrap .rte-word-break {
    word-break: normal;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .responsive-table-wrap .rte-word-break {
    display: inline-block;
    word-break: break-all;
  }
}

.text.primary-color-lightestgray {
  color: #e6e7e8;
}

.text.primary-color-lightgray {
  color: #bcbdc0;
}

.tag--list {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  border-top: 0.7px solid #bcbdc0;
  border-top: 0.04375rem solid #bcbdc0;
  border-bottom: 0.7px solid #bcbdc0;
  border-bottom: 0.04375rem solid #bcbdc0;
}
@media screen and (min-width: 48em) {
  .tag--list {
    padding-top: 30px;
    padding-top: 1.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
}
@media screen and (min-width: 64em) {
  .tag--list {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}
@media desktop-large-up {
  .tag--list {
    border-bottom: none;
  }
}
.tag--list-title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #1A1A1A;
  letter-spacing: normal;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.tag--list-tags {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.tag--list-anchor {
  position: relative;
  color: #D60010;
  font-weight: 400;
  padding: 0;
}
.tag--list-separator, .author-expertise__separator, .tag--list-anchor {
  line-height: 28px;
  line-height: 1.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.tag--list-separator, .author-expertise__separator {
  font-weight: 300;
  color: #1A1A1A;
  padding: 0 10px;
  padding: 0 0.625rem;
}

.authors-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.authors-list .research-layout-divider {
  background: #4D4D4D;
}
.authors-list__title {
  font-size: 48px;
  font-size: 3rem;
  line-height: 57.6px;
  line-height: 3.6rem;
  color: #1A1A1A;
  align-self: flex-start;
  padding-top: 35px;
  padding-top: 2.1875rem;
}
@media screen and (min-width: 64em) {
  .authors-list__title {
    padding-top: 135px;
    padding-top: 8.4375rem;
    margin-bottom: 112px;
    margin-bottom: 7rem;
  }
}
.authors-list__tab {
  text-align: center;
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.authors-list__tab .research-layout-divider {
  display: none;
}
.authors-list__authors-title {
  border: none;
  font-family: "Open Sans", sans-serif;
  line-height: 25.2px;
  line-height: 1.575rem;
  font-size: 21px;
  font-size: 1.3125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}
.authors-list__authors-title.isActive {
  font-family: inherit;
  font-weight: bold;
  color: #c00;
  text-decoration: underline;
}
.authors-list__authors-separator {
  line-height: 25.2px;
  line-height: 1.575rem;
  font-size: 21px;
  font-size: 1.3125rem;
}
.authors-list__tab-content {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.authors-list__tab-content[data-state=closed] {
  display: none;
}
.authors-list__tab-content[data-state=open] {
  display: block;
}
.authors-list__authors {
  display: flex;
  flex-direction: row;
  max-width: 1170px;
  max-width: 73.125rem;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}
.authors-list__authors--items {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.authors-list__authors--items:nth-of-type(n+13) {
  display: none;
}
@media screen and (min-width: 48em) {
  .authors-list__authors--items {
    width: 47%;
    margin: 0 auto 20px auto;
  }
}
@media screen and (min-width: 64em) {
  .authors-list__authors--items {
    width: 22%;
  }
}
.authors-list__guest-authors {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}
@media screen and (min-width: 48em) {
  .authors-list__guest-authors {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.authors-list__guest-authors .research-layout-:last-child {
  display: none;
}
.authors-list__guest-authors .authors-list__authors--items {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .authors-list__guest-authors .authors-list__authors--items {
    width: 24%;
  }
}
.authors-list__author-name {
  font-family: "Interstate", "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.6px;
  line-height: 1.35rem;
  font-weight: normal;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.authors-list__author-title {
  color: #666666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.authors-list__author-name, .authors-list__author-title {
  letter-spacing: normal;
}
.authors-list__author-image {
  position: relative;
  overflow: hidden; /*hide bounds of image */
  margin: 0; /*reset margin of figure tag*/
  max-height: 138px;
  max-height: 8.625rem;
  width: 100%;
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 48em) {
  .authors-list__author-image {
    width: 100%;
    max-width: 345px;
    max-width: 21.5625rem;
    max-height: 138px;
    max-height: 8.625rem;
  }
}
@media screen and (min-width: 48em) and (-ms-high-contrast: active), screen and (min-width: 48em) and (-ms-high-contrast: none) {
  .authors-list__author-image {
    width: 345px;
    width: 21.5625rem;
  }
}
@media screen and (min-width: 64em) {
  .authors-list__author-image {
    width: 100%;
    max-height: 138px;
    max-height: 8.625rem;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .authors-list__author-image {
    /* IE10+ specific styles go here */
    width: 266px;
    width: 16.625rem;
    height: 138px;
    height: 8.625rem;
  }
}
.authors-list__author-image img {
  width: 100%;
  display: block;
}
.authors-list__author-image--wrapper {
  overflow: hidden;
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.authors-list .load-more {
  margin-bottom: 3vh;
  text-align: center;
}
.authors-list .load-more__button {
  color: #D20A11;
  border: 1px solid #1A1A1A;
  border: 0.0625rem solid #1A1A1A;
  min-height: 50px;
  min-height: 3.125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  overflow: hidden;
  padding: 15px 24.2px;
  padding: 0.9375rem 1.5125rem;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  background: transparent;
}
.authors-list .load-more__button:hover {
  background-color: #c00;
  text-decoration: none;
  color: #ffffff;
}
@media screen and (min-width: 64em) {
  .authors-list .load-more__button {
    max-width: 172px;
    max-width: 10.75rem;
  }
}
@media screen and (min-width: 48em) {
  .authors-list .divider {
    height: 1px;
    border: 0;
    border-top: 0.7px solid #bcbdc0;
    width: 100%;
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
  }
  .authors-list .divider.tablet {
    display: block;
  }
  .authors-list .divider.desktop {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .authors-list .divider.tablet {
    display: none;
  }
  .authors-list .divider.desktop {
    display: block;
  }
}

.author-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 30px 0 25px 0;
  margin: 1.875rem 0 1.5625rem 0;
}
@media screen and (min-width: 64em) {
  .author-details {
    flex-direction: row;
  }
}
.author-details .article-details__name {
  font-size: 32px;
  font-size: 2rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-family: "Interstate", "Open Sans", sans-serif;
  color: #1A1A1A;
}
@media screen and (min-width: 48em) {
  .author-details .article-details__name {
    line-height: 57.6px;
    line-height: 3.6rem;
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
.author-details .article-details__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.6px;
  line-height: 1.35rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  font-weight: 600;
  color: #666666;
}
@media screen and (min-width: 48em) {
  .author-details .article-details__title {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
.author-details .bar {
  height: 100%;
}
.author-details__image {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .author-details__image {
    margin-top: 0;
    max-height: 350px;
    max-height: 21.875rem;
  }
}
.author-details__image img {
  width: 100%;
}
.author-details__social-icons {
  display: block;
}
@media screen and (min-width: 48em) {
  .author-details__social-icons {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}

.author-expertise__wrapper {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
@media screen and (min-width: 48em) {
  .author-expertise__wrapper {
    align-items: center;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
}
.author-expertise__title, .author-expertise__items {
  font-family: "Open Sans", sans-serif;
  letter-spacing: normal;
  margin-bottom: 0;
}
.author-expertise__title {
  color: #D62204;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21.6px;
  line-height: 1.35rem;
  font-weight: bold;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.author-expertise__items {
  display: inline-block;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 0;
  list-style-type: none;
}
@media screen and (min-width: 64em) {
  .author-expertise__items {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
}
.author-expertise__item {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  line-height: 1.75rem;
  color: #D60010;
  font-weight: 300;
}
.author-expertise__item:last-child() .author-expertise__separator:last-child {
  display: none;
}
.author-expertise__separator {
  padding: 0 5px;
  padding: 0 0.3125rem;
}
@media screen and (min-width: 64em) {
  .author-expertise__separator {
    padding: 0 10px;
    padding: 0 0.625rem;
  }
}

/*** Stylesheet for the author articles list component placed in right sidebar. Similar to related articles styles but can have variations like an see more anchor link at the bottom and change the order of the elements within.
**/
.author-articles__more-articles {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #1A1A1A;
}
.author-articles__more-articles:after {
  content: "\e90c";
  /* 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: 10px;
  font-size: 0.625rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0 5px;
  padding: 0 0.3125rem;
  color: #D20A11;
  position: absolute;
  font-weight: 300;
  top: -2px;
}
.author-articles__more-articles:hover {
  text-decoration: none;
  color: #D20A11;
}

.a2a_kit {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.a2a_kit a {
  position: relative;
  display: inline-block;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}
.a2a_kit.a2a_default_style:not(.a2a_flex_style) a {
  float: none !important;
  padding: 0;
  margin-right: 10px;
}
.a2a_kit {
  /*
  // Keeping these in case we need them for sizing later
  .svg-icon {
         color: $colo-text-grey;
         font-size: 21px;
         position: relative;
  }
  .icon-share {
  	@include width(25px);
         @include height(25px);
         top: 2px;
  }
  */
}

/*
.atm-i {
	border: none !important;

	#at_hover.atm-s a,
	.atm-s a {
		position: relative;
		@include padding(15px 10px);
	}

	#at_hover {
		display:flex !important;
		flex-direction: column;
        justify-content:center;

        .at-label.at-size-16 {
            color: $color-dark !important;
            font-size: 14px !important;
            &.at_bold {
                font-weight: 400 !important;
            }
        }
	}
}
*/
.favoritedArticles {
  display: flex;
  flex-direction: column;
}
.favoritedArticles .container {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  .favoritedArticles .container {
    width: 720px;
  }
}
@media screen and (min-width: 64em) {
  .favoritedArticles .container {
    width: 976px;
  }
}
@media screen and (min-width: 75em) {
  .favoritedArticles .container {
    width: 1024px;
  }
}
@media screen and (min-width: 100em) {
  .favoritedArticles .container {
    width: 1368px;
  }
}
@media screen and (min-width: 100em) {
  .favoritedArticles .filter-list {
    max-width: 1368px;
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .favoritedArticles .filter-list .grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 75em) {
  .favoritedArticles .filter-list .grid-container {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 48em) {
  .favoritedArticles .filter-list .grid-container .grid-item {
    margin: 0 0 60px 0;
    padding-bottom: 40px;
    border-bottom: solid 0.7px #bcbdc0;
  }
}
@media screen and (min-width: 64em) {
  .favoritedArticles .filter-list .grid-container .grid-item {
    padding-bottom: initial;
    border-bottom: 0;
  }
}
@media screen and (min-width: 75em) {
  .favoritedArticles .filter-list .grid-container .grid-item {
    margin: 0 10.75px 60px 10.5px;
  }
}
@media screen and (min-width: 100em) {
  .favoritedArticles .filter-list .grid-container .grid-item {
    margin: 0 18.5px 60px 18.5px;
  }
}
@media screen and (min-width: 64em) {
  .favoritedArticles .filter-list .grid-container .grid-item:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .favoritedArticles .filter-list .grid-container .grid-item:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  .favoritedArticles .filter-list .grid-container .grid-item:nth-child(4n+5) {
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .favoritedArticles .filter-list .grid-container .grid-item:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .favoritedArticles .filter-list .grid-container .grid-item {
    flex: 0 1 347px;
    border-top: 0;
    padding-top: 0;
  }
  .favoritedArticles .filter-list .grid-container .grid-item .img-container {
    min-height: 246px;
    max-height: 246px;
  }
}
@media screen and (min-width: 64em) {
  .favoritedArticles .filter-list .grid-container .grid-item {
    flex: 0 1 472px;
  }
}
@media screen and (min-width: 75em) {
  .favoritedArticles .filter-list .grid-container .grid-item {
    flex: 0 1 240px;
  }
  .favoritedArticles .filter-list .grid-container .grid-item .img-container {
    min-height: 246px;
    max-height: 246px;
  }
}
@media screen and (min-width: 100em) {
  .favoritedArticles .filter-list .grid-container .grid-item {
    flex: 0 1 314px;
  }
}
@media screen and (min-width: 75em) {
  .favoritedArticles .filter-list .grid-container .grid-item {
    float: left;
  }
}
.favoritedArticles .filter-list .grid-container .grid-item .grid-content {
  flex-direction: column;
}
.favoritedArticles .filter-list .grid-container .grid-item .grid-content .img-container {
  flex: 0 1 374px;
  width: 100%;
  min-height: 195px;
  max-height: 195px;
}
@media screen and (min-width: 64em) {
  .favoritedArticles .filter-list .grid-container .grid-item .grid-content .img-container {
    min-height: 246px;
    max-height: 246px;
  }
}
@media screen and (min-width: 75em) {
  .favoritedArticles .filter-list .grid-container .grid-item .grid-content .img-container {
    min-height: 158px;
    max-height: 158px;
  }
}
@media screen and (min-width: 100em) {
  .favoritedArticles .filter-list .grid-container .grid-item .grid-content .img-container {
    min-height: 163px;
    max-height: 163px;
  }
}
@media screen and (min-width: 64em) {
  .favoritedArticles .filter-list .load-more-btn-wrapper {
    border-top: solid 0.7px #bcbdc0;
    margin: 0 20px 60px 20px;
  }
}
@media screen and (min-width: 75em) {
  .favoritedArticles .filter-list .load-more-btn-wrapper {
    margin: 0 0 60px 0;
  }
}
.favoritedArticles__header {
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-top: 43px;
  margin-top: 2.6875rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .favoritedArticles__header {
    margin-top: 50px;
    margin-top: 3.125rem;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 64em) {
  .favoritedArticles__header {
    padding-right: 20px;
    padding-right: 1.25rem;
    padding-left: 0;
    width: 66.66667%;
    margin-bottom: 90px;
    margin-bottom: 5.625rem;
  }
}
@media screen and (min-width: 48em) {
  .favoritedArticles__header.sharedArticles {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
}
.favoritedArticles__head {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: #1A1A1A;
  letter-spacing: normal;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .favoritedArticles__head {
    font-size: 48px;
    font-size: 3rem;
    line-height: 57.6px;
    line-height: 3.6rem;
  }
}
.favoritedArticles__subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  color: #000;
}
.favoritedArticles__share-folder {
  overflow: hidden;
  z-index: 1010;
  display: none;
}
.favoritedArticles__share-folder.open {
  display: block;
}
.share-folder__modal {
  background: #ffffff;
  height: auto;
  top: calc(50% - 150px);
  right: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  display: flex;
  padding: 13px;
  padding: 0.8125rem;
  margin: auto;
  position: absolute;
  max-width: 374px;
  border-radius: 5px;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 48em) {
  .share-folder__modal {
    max-width: 530px;
    max-width: 33.125rem;
    padding: 14.5px 21.4px;
    padding: 0.90625rem 1.3375rem;
  }
}
@media screen and (min-width: 64em) {
  .share-folder__modal {
    max-width: 700px;
    max-width: 43.75rem;
    border-radius: 10px;
    border-radius: 0.625rem;
    padding: 20.14px 21.4px;
    padding: 1.25875rem 1.3375rem;
  }
}
@media screen and (min-width: 75em) {
  .share-folder__modal {
    padding: 21.5px 26.4px;
    padding: 1.34375rem 1.65rem;
  }
}
.share-folder__modal--content-wrap {
  width: inherit;
  max-width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.share-folder__modal .close-folio-message {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 64em) {
  .share-folder__modal .close-folio-message {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.share-folder__modal-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #212121;
  letter-spacing: normal;
  font-family: "Interstate", "Open Sans", sans-serif;
  font-weight: normal;
  text-align: center;
  margin: 0;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 64em) {
  .share-folder__modal-title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    margin-top: 86.86px;
    margin-top: 5.42875rem;
  }
}
.share-folder__modal-close {
  font-size: 16px;
  font-size: 1rem;
  color: #707070;
  position: absolute;
  right: 0;
  top: 0;
}
.share-folder__modal-close:hover {
  text-decoration: none;
}
.share-folder__modal--input {
  width: 100%;
  border: 0.5px solid #707070;
  border: 0.03125rem solid #707070;
  border-radius: 10px;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  color: #AAAAAA;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: "Interstate", "Open Sans", sans-serif;
}
@media screen and (min-width: 48em) {
  .share-folder__modal--input {
    max-width: 457px;
    max-width: 28.5625rem;
    margin-left: 13.6px;
    margin-left: 0.85rem;
  }
}
@media screen and (min-width: 64em) {
  .share-folder__modal--input {
    max-width: 551px;
    max-width: 34.4375rem;
    margin-left: 53.6px;
    margin-left: 3.35rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px;
    line-height: 1.8125rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.share-folder__modal--buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-right: 9px;
  margin-right: 0.5625rem;
  margin-left: 9px;
  margin-left: 0.5625rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 48em) {
  .share-folder__modal--buttons-wrapper {
    gap: 15px;
  }
}
@media screen and (min-width: 64em) {
  .share-folder__modal--buttons-wrapper {
    gap: 24px;
    margin-bottom: 86.86px;
    margin-bottom: 5.42875rem;
  }
}
.share-folder__link {
  text-decoration: none;
  padding: 10px;
  padding: 0.625rem;
  min-height: auto;
  line-height: 14.4px;
  line-height: 0.9rem;
  cursor: pointer;
  border: 1px solid #c00;
  border: 0.0625rem solid #c00;
  border-radius: 4px;
  border-radius: 0.25rem;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.84px;
  font-family: "InterstateBold", "OpenSansSemiBold", sans-serif;
}
.share-folder__link.red {
  background-color: #c00;
  color: #ffffff;
}
.share-folder__link.red:hover {
  background-color: #ffffff;
  color: #c00;
}
.share-folder__link.red-border {
  color: #c00;
}
.share-folder__link.red-border:hover {
  color: #ffffff;
}

.favoritedArticles__toolbar {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .favoritedArticles__toolbar {
    padding-left: 0;
    padding-right: 0;
  }
}
.favoritedArticles__toolbar[data-state=closed] {
  display: none;
}
.favoritedArticles__toolbar[data-state=open] {
  animation: fade-in 2s;
  display: inherit;
}
.toolbar__dashboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolbar__content-wrap {
  padding: 12px 0;
  padding: 0.75rem 0;
  position: relative;
  border-bottom: 0.25px solid #333;
  border-bottom: 0.015625rem solid #333;
}
.toolbar__counter-wrap {
  display: flex;
  align-items: center;
}
.toolbar__selected-wrap[data-state=closed], .toolbar__default-wrap[data-state=closed] {
  display: none;
}
.toolbar__selected-wrap[data-state=open], .toolbar__default-wrap[data-state=open] {
  animation: fade-in 2s;
}
.toolbar__counter--item-count {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: bold;
}
.toolbar__counter--item-count.selected {
  color: #c00;
}
.toolbar__counter--default-count, .toolbar__counter--default-count--text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
}
.toolbar__select-deselect-wrap {
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  display: none;
}
@media screen and (min-width: 48em) {
  .toolbar__select-deselect-wrap {
    display: inline;
  }
}
.toolbar__action--link, .toolbar__action--link span {
  cursor: pointer;
}
.toolbar__action--link span {
  vertical-align: text-top;
}
.toolbar__action--link:hover, .toolbar__action--link span:hover {
  text-decoration: none;
}
.toolbar__action--link[data-state=inactive], .toolbar__action--link span[data-state=inactive] {
  color: inherit;
}
.toolbar__deselect_all {
  display: none;
}
.toolbar__counter--item-count--text, .toolbar__action--link, .toolbar__action--link span, .toolbar__share--button, .toolbar__share--label, .toolbar__remove--button {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  color: #4d4d4f;
}
.toolbar__share--button, .toolbar__remove--button {
  cursor: pointer;
}
.toolbar__share--button:hover, .toolbar__remove--button:hover {
  color: #c00;
  text-decoration: none;
}
.toolbar__remove--button {
  display: none;
}
.toolbar__remove--button span {
  display: none;
}
@media screen and (min-width: 75em) {
  .toolbar__remove--button span {
    display: inherit;
  }
}
.toolbar__remove--button .icon-bin {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 75em) {
  .toolbar__remove--button .icon-bin {
    margin-left: 0;
  }
}
.toolbar__share--button::after {
  content: "";
}
.toolbar__share--button.selected {
  color: #c00;
}
@media screen and (min-width: 75em) {
  .toolbar__share--button.selected::after {
    content: "|";
  }
}
.toolbar__share--content {
  display: none;
}
@media screen and (min-width: 75em) {
  .toolbar__share--content {
    display: inline;
    padding-left: 5px;
    padding-left: 0.3125rem;
  }
}

@media screen and (min-width: 64em) {
  .favoritedArticles__grid-container .filter-list .grid-container {
    margin: 24px 0 0 0;
    margin: 1.5rem 0 0 0;
  }
}
.favoritedArticles__grid-container .filter-list .img-container .overlay {
  width: 35px;
  height: 30px;
}
.favoritedArticles__grid-container .filter-list .img-container .overlay.item__select {
  display: inherit;
}
@media screen and (min-width: 48em) {
  .favoritedArticles__grid-container .filter-list .img-container .overlay.item__select {
    display: inherit;
  }
}
.favoritedArticles__grid-container .filter-list .text-container {
  margin-left: 0 !important;
  margin-top: 20px;
  position: relative;
}
.favoritedArticles__grid-container .filter-list .text-container .overlay {
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
}
.favoritedArticles__grid-container .filter-list .text-container .overlay.item__select {
  display: none;
  color: #ffffff;
}
.favoritedArticles__grid-container .filter-list .text-container .heading {
  width: 97%;
}
@media (min-width: 768px) {
  .favoritedArticles__grid-container .filter-list .text-container .heading {
    width: 100%;
  }
}
.favoritedArticles__grid-container .filter-list .img-container .overlay,
.favoritedArticles__grid-container .filter-list .text-container .overlay {
  position: absolute;
  background: rgba(39, 39, 40, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
}
.favoritedArticles__grid-container .filter-list .img-container .overlay.selected,
.favoritedArticles__grid-container .filter-list .text-container .overlay.selected {
  background-color: #c00;
}
.favoritedArticles__grid-container .filter-list .img-container .overlay.selected span,
.favoritedArticles__grid-container .filter-list .text-container .overlay.selected span {
  font-size: 9px;
  color: #ffffff;
}
.favoritedArticles__actions {
  display: flex;
  align-items: flex-end;
}
.favoritedArticles__actions .addthis_toolbox {
  margin-bottom: 0;
}
.favoritedArticles__actions .addthis_link {
  padding-right: 0;
  height: auto;
  margin-right: 12px;
  margin-right: 0.75rem;
  margin-bottom: 0;
}
.favoritedArticles__actions .addthis_link img {
  color: #717172;
  width: 16px;
  height: 16px;
}
.favoritedArticles__actions .addthis_button_print {
  display: none;
}
.favoritedArticles__actions .icon-bin {
  color: #717172;
  font-size: 17px;
  font-size: 1.0625rem;
}
.favoritedArticles__actions .icon-bin:hover {
  cursor: pointer;
}
.favoritedArticles__sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media screen and (min-width: 48em) {
  .favoritedArticles__sort {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .favoritedArticles__sort {
    margin-bottom: 0;
  }
}
@media (min-width: 1170px) {
  .favoritedArticles__sort {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
  }
}
@media screen and (min-width: 64em) {
  .favoritedArticles__sort {
    padding: 0;
    justify-content: flex-end;
  }
}
.sort__by, .sort__date, .sort__divider, .sort__category {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16.8px;
  line-height: 1.05rem;
  font-family: "Open Sans", sans-serif;
  color: #4d4d4f;
}
.sort__by:hover, .sort__date:hover, .sort__divider:hover, .sort__category:hover {
  text-decoration: none;
}
.sort__by {
  padding-right: 16px;
  padding-right: 1rem;
}
.sort__by-wrapper {
  display: flex;
}
.sort__divider {
  padding: 0 5px;
  padding: 0 0.3125rem;
}
.sort__date, .sort__category {
  cursor: pointer;
}
.sort__date.selected, .sort__category.selected {
  font-weight: bold;
  color: #c00;
}

.sharedArticles__link {
  display: flex;
  align-items: center;
  font-weight: 900;
  font-size: 15px;
  font-size: 0.9375rem;
}
.sharedArticles__link a {
  color: #c00;
}
.sharedArticles__link--text {
  display: flex;
  align-items: center;
}
.sharedArticles__link--icon {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.sharedArticles__link--icon a {
  display: flex;
}
.sharedArticles__link--icon a:hover {
  text-decoration: none;
}

.show-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(39, 39, 40, 0.5);
  overflow-y: auto;
  position: fixed;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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 {
  display: none;
  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: 25.875em) {
  #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: 25.875em) {
  #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:before, #playlistViewModal .on-complete-card:after {
  content: " ";
  display: table;
}
#playlistViewModal .on-complete-card:after {
  clear: both;
}
#playlistViewModal .on-complete-card {
  padding: 40px 0 40px;
  padding: 2.5rem 0 2.5rem;
  width: 85%;
}
@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;
}
@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-wrap {
  /*.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);
          }
      }
  }*/
}
#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;
  }
}
.folder-indicators {
  display: none;
  background-color: transparent;
  z-index: 2;
  position: fixed;
  width: 100%;
  padding: 24px;
  padding: 1.5rem;
}
.folder-indicators__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 1170px;
  max-width: 73.125rem;
  width: 100%;
  margin: 0 auto;
  background: rgba(88, 89, 91, 0.9);
  border-radius: 15px;
  border-radius: 0.9375rem;
  padding: 15px 16px;
  padding: 0.9375rem 1rem;
  box-shadow: 2px 5px 10px #9d9fa2;
  box-shadow: 0.125rem 0.3125rem 0.625rem #9d9fa2;
}
@media screen and (min-width: 48em) {
  .folder-indicators__wrapper {
    padding: 20px 24px;
    padding: 1.25rem 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .folder-indicators__wrapper {
    z-index: 1011;
  }
}
@media screen and (min-width: 75em) {
  .folder-indicators__wrapper {
    max-width: 1024px;
    max-width: 64rem;
  }
}
@media screen and (min-width: 100em) {
  .folder-indicators__wrapper {
    max-width: 1368px;
    max-width: 85.5rem;
  }
}
.folder-indicators__title {
  color: #ffffff;
  font-family: "Interstate", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  max-width: 148px;
  max-width: 9.25rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .folder-indicators__title {
    max-width: unset;
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
  }
}
.folder-indicators__button-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (min-width: 48em) {
  .folder-indicators__button-wrapper {
    gap: 26px;
  }
}
.folder-indicators__button {
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
  background: #ffffff;
  font-size: 20px;
}
.folder-indicators__button.close {
  background-color: transparent;
  color: #ffffff;
  border: none;
  padding: 0;
  height: 30px;
  width: 30px;
}
.folder-indicators__button.counter {
  color: #ffffff;
  background: #cc0000;
  font-family: "Interstate", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
}
.folder-indicators__button.counter:hover {
  text-decoration: none;
}
.folder-indicators .close-folio-message {
  font-size: 30px;
  font-size: 1.875rem;
}
.folder-indicators.slider {
  transition: transform 0.4s;
  transform-origin: center center;
}
.folder-indicators.slider.closed {
  transition: transform 0.4s;
  transform-origin: center center;
  transition-delay: 0.4s, 0s;
}