/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=d2558977c0c5ebedd8143740f80f09bb)
 * Config saved to config.json and https://gist.github.com/d2558977c0c5ebedd8143740f80f09bb
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  -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 {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.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;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row: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;
}
/*
 *  =======================================
 *  Verizon Enterprise
 *  =======================================
 *
 *
 *  
 *  Verizon Enterprise  - BASE
 *  
 *
 *
 *  INDEX
 *  ======
 *  1.- General Styles (font, colors, default sizes)
 *  2.- Custom base elements (header, footer, body)
 *  3.- Components
 *
 *
 */
/*Global variables and styleguide colors*/
/* 2 Custom base elements */
@font-face {
  font-family: 'NHGeDS';
  src: url('https://scache1.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeDS-Regular.woff2') format('woff2'), url('https://respframework.verizon.com/fonts/eText/Fonts/VerizonNHGeDS-Regular.woff2') format('woff2'), url('https://www.verizon.com/business/bin/get/font.VerizonNHGeDS-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NHGeDS';
  src: url('https://scache2.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeDS-Bold.woff2') format('woff2'), url('https://respframework.verizon.com/fonts/eText/Fonts/VerizonNHGeDS-Bold.woff2') format('woff2'), url('https://www.verizon.com/business/bin/get/font.VerizonNHGeDS-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NHGeDS';
  src: url('https://scache1.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGDS-Light.woff2') format('woff2'), url('https://scache2.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGDS-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
/*@font-face {
  font-family: 'NHGeDS';
  src: url('https://www.verizon.com/business/bin/get/font.VerizonNHGDS-Thin.woff2') format('woff2'),
       url('https://www.verizon.com/business/bin/get/font.VerizonNHGDS-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display:fallback;
}*/
@font-face {
  font-family: 'NHGeTX';
  src: url('https://scache1.vzw.com/globalnav/fonts/verizon-nhg/VerizonNHGeTX-Regular.woff2') format('woff2'), url('https://www.verizon.com/business/bin/get/font.VerizonNHGeTX-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
/*
 *  
 *  Verizon Enterprise  - ELEMENT STYLES
 *  
*/
html {
  box-sizing: border-box;
}
html,
body {
  font-family: "NHGeDS", "Verizon NHG DS", Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0;
  padding: 0 !important;
  opacity: 1 !important;
}
body.stop-scrolling {
  position: fixed;
  overflow-y: hidden;
}
@media screen and (min-width: 760px) {
  body.stop-scrolling {
    position: static;
    overflow-y: auto;
  }
}
body.modal-active {
  overflow: hidden;
}
b {
  font-weight: bold;
}
ul {
  margin: 0px;
  padding: 0px;
}
* {
  box-sizing: inherit;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
*[tabindex]:focus {
  outline: dotted 1px #000000;
}
a:focus.light,
button:focus.light,
input:focus.light,
textarea:focus.light,
*[tabindex]:focus.light {
  outline: dotted 1px #ffffff;
}
*[tabindex="-1"]:focus {
  outline: none !important;
}
button {
  border: none;
  cursor: pointer;
  background: none;
  padding: 0px;
  margin: 0px;
}
a {
  color: #000000;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  color: #000000;
  text-decoration: none;
}
*.row:before {
  content: none;
}
*.row:after {
  clear: both;
  content: '';
}
/* fade image in after lazy load */
img.lazyload,
img.lazyloading {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
}
/*
 *  
 *  Verizon Enterprise  - ICONS
 *  
*/
.search-icon {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.search-icon svg {
  width: 100%;
  height: 100%;
}
.menu-icon {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.menu-icon svg {
  width: 100%;
  height: 100%;
}
.close-icon {
  display: inline-block;
  height: 15px;
  width: 15px;
}
.close-icon svg {
  width: 100%;
  height: 100%;
}
.language-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
}
.language-icon svg {
  width: 100%;
  height: 100%;
}
.caret-down-icon {
  display: inline-block;
  height: 4px;
  width: 8px;
}
.caret-down-icon svg {
  width: 100%;
  height: 100%;
}
.caret-up-icon {
  display: inline-block;
  height: 4px;
  width: 8px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.caret-up-icon svg {
  width: 100%;
  height: 100%;
}
.caret-left-icon {
  display: inline-block;
  height: 4px;
  width: 8px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.caret-left-icon svg {
  width: 100%;
  height: 100%;
}
.caret-right-icon {
  display: inline-block;
  height: 4px;
  width: 8px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.caret-right-icon svg {
  width: 100%;
  height: 100%;
}
.left-arrow {
  display: inline-block;
  height: 42px;
  width: 48px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.left-arrow svg {
  width: 100%;
  height: 100%;
}
.right-arrow {
  display: inline-block;
  height: 42px;
  width: 48px;
}
.right-arrow svg {
  width: 100%;
  height: 100%;
}
.searchtilesection {
  display: none;
}
/*
 *  
 *  Verizon Enterprise  - MIXINS
 *  
*/
/*---Flexbox Justify Content---
  @justify-content: flex-start, flex-end, center, space-between, space-around
  --------------------------*/
/*---Flexbox Align Items---
  @align-items: center, baseline, stretch, flex-start, flex-end
  --------------------------*/
/*---Flexbox Wrap---
  @type: nowrap, wrap, wrap-reverse
  --------------------------*/
.component-padding.top-padding-20 {
  padding-top: 20px;
}
.component-padding.top-padding-sm {
  padding-top: 25px;
}
.component-padding.top-padding-30 {
  padding-top: 30px;
}
.component-padding.top-padding-40 {
  padding-top: 40px;
}
.component-padding.top-padding-md {
  padding-top: 50px;
}
.component-padding.top-padding-lg {
  padding-top: 80px;
}
.component-padding.bottom-padding-20 {
  padding-bottom: 20px;
}
.component-padding.bottom-padding-sm {
  padding-bottom: 25px;
}
.component-padding.bottom-padding-30 {
  padding-bottom: 30px;
}
.component-padding.bottom-padding-40 {
  padding-bottom: 40px;
}
.component-padding.bottom-padding-md {
  padding-bottom: 50px;
}
.component-padding.bottom-padding-lg {
  padding-bottom: 80px;
}
/*
 *  =======================================
 *  Verizon Enterprise
 *  =======================================
 *
 *  
 *  Verizon Enterprise  - BASE
 *  
 *
 *  INDEX
 *  ======
 *  1.- Headings
 *  2.- Body Copy
 *  3.- Disclaimers
 *  4.- Disclaimers
 *

 */
/*
 *  1.- Headings
 *  ===============
 */
h1,
h1 > p,
h2,
h2 > p,
h3,
h3 > p,
h4,
h4 > p,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}
h1 sup,
h1 > p sup,
h2 sup,
h2 > p sup,
h3 sup,
h3 > p sup,
h4 sup,
h4 > p sup,
h5 sup,
h6 sup {
  vertical-align: super;
}
h1 sub,
h1 > p sub,
h2 sub,
h2 > p sub,
h3 sub,
h3 > p sub,
h4 sub,
h4 > p sub,
h5 sub,
h6 sub {
  vertical-align: sub;
}
h1,
h1 > p,
.h1_dup,
.h1_dup > p {
  font-family: "NHGeDS", "Verizon NHG DS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 84px;
  line-height: 80px;
}
h1 sup,
h1 > p sup,
.h1_dup sup,
.h1_dup > p sup,
h1 sub,
h1 > p sub,
.h1_dup sub,
.h1_dup > p sub {
  font-size: 20px;
}
@media (max-width: 760px) {
  h1,
  h1 > p,
  .h1_dup,
  .h1_dup > p {
    font-size: 50px;
    line-height: 48px;
  }
  h1 sup,
  h1 > p sup,
  .h1_dup sup,
  .h1_dup > p sup,
  h1 sub,
  h1 > p sub,
  .h1_dup sub,
  .h1_dup > p sub {
    font-size: 16px;
  }
}
h2,
h2 > p,
.h2_dup,
.h2_dup > p {
  font-family: "NHGeDS", "Verizon NHG DS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 64px;
  line-height: 60px;
}
h2 sup,
h2 > p sup,
.h2_dup sup,
.h2_dup > p sup,
h2 sub,
h2 > p sub,
.h2_dup sub,
.h2_dup > p sub {
  font-size: 20px;
}
@media (max-width: 760px) {
  h2,
  h2 > p,
  .h2_dup,
  .h2_dup > p {
    font-size: 40px;
    line-height: 38px;
  }
  h2 sup,
  h2 > p sup,
  .h2_dup sup,
  .h2_dup > p sup,
  h2 sub,
  h2 > p sub,
  .h2_dup sub,
  .h2_dup > p sub {
    font-size: 16px;
  }
}
h3,
h3 > p,
.h3_dup,
.h3_dup > p {
  font-family: "NHGeDS", "Verizon NHG DS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 30.4px;
}
h3 sup,
h3 > p sup,
.h3_dup sup,
.h3_dup > p sup,
h3 sub,
h3 > p sub,
.h3_dup sub,
.h3_dup > p sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  h3,
  h3 > p,
  .h3_dup,
  .h3_dup > p {
    font-size: 25px;
    line-height: 24px;
  }
  h3 sup,
  h3 > p sup,
  .h3_dup sup,
  .h3_dup > p sup {
    font-size: 12px;
  }
}
h4,
h4 > p,
.h4_dup,
.h4_dup > p {
  font-family: "NHGeDS", "Verizon NHG DS", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
h4 sup,
h4 > p sup,
.h4_dup sup,
.h4_dup > p sup,
h4 sub,
h4 > p sub,
.h4_dup sub,
.h4_dup > p sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  h4,
  h4 > p,
  .h4_dup,
  .h4_dup > p {
    font-size: 20px;
    line-height: 22px;
  }
  h4 sup,
  h4 > p sup,
  .h4_dup sup,
  .h4_dup > p sup,
  h4 sub,
  h4 > p sub,
  .h4_dup sub,
  .h4_dup > p sub {
    font-size: 12px;
  }
}
#colors {
  padding-bottom: 20px;
}
.box {
  display: inline-block;
  width: 200px;
  height: 100px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.ves-white {
  background: #ffffff;
}
.ves-black {
  background: #000000;
  color: #ffffff;
}
.ves-coolgrey1 {
  background: #f6f6f6;
}
.ves-coolgrey3 {
  background: #d8dada;
}
.ves-coolgrey6 {
  background: #747676;
}
.ves-coolgrey10 {
  background: #333333;
  color: #ffffff;
}
.ves-red {
  background: #ee0000;
}
.ves-orange {
  background: #ed7000;
}
.ves-yellow {
  background: #ffbc3d;
}
.ves-blue {
  background: #0088ce;
}
.ves-green {
  background: #00ac3e;
}
._font-size-p-20desktop-16mobile {
  font-size: 16px;
  line-height: 20px;
}
._font-size-p-20desktop-16mobile sup,
._font-size-p-20desktop-16mobile sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  ._font-size-p-20desktop-16mobile {
    font-size: 16px;
    line-height: 16px;
  }
  ._font-size-p-20desktop-16mobile sup,
  ._font-size-p-20desktop-16mobile sub {
    font-size: 12px;
  }
}
._font-size-p-14desktop-16mobile {
  font-size: 14px;
  line-height: 16.8px;
}
._font-size-p-14desktop-16mobile sup,
._font-size-p-14desktop-16mobile sub {
  font-size: 10px;
}
@media (max-width: 760px) {
  ._font-size-p-14desktop-16mobile {
    font-size: 16px;
    line-height: 16px;
  }
  ._font-size-p-14desktop-16mobile sup,
  ._font-size-p-14desktop-16mobile sub {
    font-size: 12px;
  }
}
._font-size-p-14 {
  font-size: 14px;
  line-height: 16.8px;
}
._font-size-p-14 sup,
._font-size-p-14 sub {
  font-size: 10px;
}
._font-size-p-12desktop-14mobile {
  font-size: 12px;
}
._font-size-p-12desktop-14mobile sup,
._font-size-p-12desktop-14mobile sub {
  font-size: 10px;
}
@media (max-width: 760px) {
  ._font-size-p-12desktop-14mobile {
    font-size: 14px;
    line-height: 16.8px;
  }
  ._font-size-p-12desktop-14mobile sup,
  ._font-size-p-12desktop-14mobile sub {
    font-size: 10px;
  }
}
._font-size-p-10desktop {
  font-size: 10px;
}
.disclaimer {
  font-family: "NHGeDS", "Verizon NHG DS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16.8px;
}
.disclaimer sup,
.disclaimer sub {
  font-size: 10px;
}
.cta-arrow-sm,
.cta-arrow-xl {
  display: inline-block;
}
.cta-arrow-sm a:after,
.cta-arrow-xl a:after {
  content: "";
  display: inline-block;
  transform: rotate(-45deg);
  width: 9px;
  height: 9px;
  vertical-align: middle;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-left: 5px;
  margin-top: -1px;
}
.cta-arrow-sm a:after {
  width: 9px;
  height: 9px;
}
.cta-arrow-xl {
  font-size: 16px;
  line-height: 20px;
}
.cta-arrow-xl sup,
.cta-arrow-xl sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .cta-arrow-xl {
    font-size: 16px;
    line-height: 16px;
  }
  .cta-arrow-xl sup,
  .cta-arrow-xl sub {
    font-size: 12px;
  }
}
.cta-arrow-xl a:after {
  width: 12px;
  height: 12px;
}
[class*="cta-rounded-button"] {
  display: inline-block;
  font-weight: bold;
  border-radius: 100px;
  height: 36px !important;
  width: auto !important;
  min-width: 125px;
}
[class*="cta-rounded-button"] a,
[class*="cta-rounded-button"] button,
[class*="cta-rounded-button"] span {
  width: 100%;
  text-align: center;
  display: block;
  padding: 8px 30px !important;
  font-size: 12px !important;
}
@media only screen and (min-width: 760px) {
  [class*="cta-rounded-button"] {
    height: 42px !important;
    width: auto !important;
    min-width: 156px;
  }
  [class*="cta-rounded-button"] a,
  [class*="cta-rounded-button"] button,
  [class*="cta-rounded-button"] span {
    font-size: 14px !important;
    padding: 10px 30px !important;
  }
}
.cta-rounded-button-black {
  background-color: #000000;
  border: 1px solid #000000;
}
.cta-rounded-button-black a {
  color: #ffffff;
}
.cta-rounded-button-white {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.cta-rounded-button-white-outline {
  border: 1px solid #ffffff;
}
.cta-rounded-button-white-outline a {
  color: #ffffff;
}
.cta-rounded-button-white-outline.clear {
  background-color: transparent;
}
.cta-rounded-button-black-outline {
  border: 1px solid #000000;
}
.cta-rounded-button-black-outline a {
  color: #000000;
}
.cta-rounded-button-black-outline.clear {
  background-color: transparent;
}
.cta-rounded-button-gray-outline {
  border: 1px solid #747676;
}
.cta-rounded-button-gray-outline a {
  color: #747676;
}
.cta-link-underline {
  display: inline-block;
  text-decoration: underline;
}
/*
.cta-download{
    display: inline-block;
}

a[download]:after {
    content: " ";
    display: inline-block;
    margin-left: 5px;
    background: url('main/resources/images/icons/cta-icon-label.svg') no-repeat center;
}

a[target="_blank"]:after {
    content: " ";
    width: 13px;
    height: 17px;
    display: inline-block;
    margin-left: 5px;
    background: url('main/resources/images/icons/cta-download.svg') no-repeat center;
}

.cta-outbound{
    display: inline-block;
    &:after{
        content: " ";
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-left: 5px;
        background: url('main/resources/images/icons/cta-outbound.svg') no-repeat center;
    }
}
*/
.cta-contact:before {
  content: "";
  display: inline;
  padding: .5em;
  margin-top: -2em;
  margin-left: -1em;
  margin-bottom: 1em;
  margin-right: -1em;
  position: relative;
  top: -1px;
  padding: 12px 30px;
  min-width: 2%;
  background: url('main/resources/images/icons/cta-contact.svg') no-repeat center;
}
.cta-upnext {
  display: inline-block;
  color: #747676;
}
.cta-upnext a {
  color: #000000;
}
.cta-share {
  display: inline-block;
}
.cta-share a {
  padding-left: 7px;
}
.cta-share:before {
  content: " ";
  display: inline;
  padding: .5em;
  margin-top: -2em;
  margin-left: -1em;
  margin-bottom: 1em;
  margin-right: -1em;
  position: relative;
  top: -1px;
  padding: 12px 30px;
  min-width: 2%;
  background: url('main/resources/images/icons/cta-share.svg') no-repeat center;
}
.cta-arrow-down:after {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 8px;
  margin-left: 5px;
  background: url('main/resources/images/icons/cta-arrow-down.svg') no-repeat center;
}
.cta-arrow-up:after {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 8px;
  margin-left: 5px;
  background: url('main/resources/images/icons/cta-arrow-up.svg') no-repeat center;
}
.cta-arrow-down-white:after {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 8px;
  margin-left: 5px;
  background: url('main/resources/images/icons/cta-arrow-up-white.svg') no-repeat center;
}
.cta-close:after {
  content: " ";
  display: inline-block;
  width: 4px;
  height: 8px;
  margin-left: 5px;
  background: url('main/resources/images/icons/cta-close.svg') no-repeat center;
}
._dropdown-arrow-big {
  content: '';
  width: 16px;
  height: 8px;
  vertical-align: top;
  margin-top: 14px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url('main/resources/images/icons/cta-arrow-down-16px-8px.svg') no-repeat center;
}
@media only screen and (max-width: 760px) {
  ._dropdown-arrow-big {
    margin-top: 9px;
  }
}
._dropdown-arrow {
  content: '';
  width: 13px;
  height: 7px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url('main/resources/images/icons/cta-arrow-down-13px-7px.svg') no-repeat center;
}
._dropdown-arrow_small {
  content: '';
  width: 8px;
  height: 4px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url('main/resources/images/icons/cta-arrow-down.svg') no-repeat center;
}
._dropdown-arrow-open {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
._dropdown-toplevel-outline-normal {
  border: 1px solid #d8dada;
  border-bottom: 1px solid #000000;
}
._dropdown-toplevel-outline-active {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
._dropdown-toplevel-outline-active-red {
  border-top: 1px solid #000000;
  border-left: 4px solid #ee0000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid transparent;
}
._dropdown-outline-normal {
  border: 1px solid #d8dada;
}
._dropdown-toplevel-width {
  min-width: 322px;
}
@media (max-width: 760px) {
  ._dropdown-toplevel-width {
    width: 100%;
    min-width: 100%;
  }
}
._dropdown-hover-state {
  border-left: 4px solid #000000;
}
._dropdown-active-state {
  border-left: 4px solid #ee0000;
}
._dropdown-width {
  min-width: 320px;
}
@media (max-width: 760px) {
  ._dropdown-width {
    min-width: 100%;
  }
}
._dropdown-height {
  height: 40px;
}
.drop-down-nav {
  margin: 0 auto;
}
.drop-down-nav svg {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.drop-down-nav ul.country-options {
  display: none;
}
.drop-down-nav.turn button {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #d8dada;
}
.drop-down-nav.turn ul.country-options {
  display: block;
  max-height: 300px;
  overflow-y: scroll;
}
.drop-down-nav.turn svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.drop-down-nav button {
  text-align: left;
  width: 100%;
  padding: 12px 12px;
  border-top: 1px solid #d8dada;
  border-left: 1px solid #d8dada;
  border-right: 1px solid #d8dada;
  border-bottom: 1px solid #000000;
  background: 0 0;
  color: #333333;
  outline: 0;
  -webkit-appearance: none;
  font-size: 12px;
  line-height: 0.96;
}
@media (min-width: 768px) {
  .drop-down-nav button {
    font-size: 14px;
  }
}
.drop-down-nav .anchoroptions {
  position: relative;
}
.drop-down-nav .anchoroptions ul {
  background: #ffffff;
  border-top: 1px solid #d8dada;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-top-width: 0;
  display: none;
  left: 0px;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0px 0;
  right: 0px;
  z-index: 999;
  position: absolute;
}
.drop-down-nav .anchoroptions ul li {
  display: block;
  margin: 0;
  padding: 0 12px;
  text-align: left;
  text-transform: none;
  border-bottom: 1px solid #d8dada;
}
.drop-down-nav .anchoroptions ul li a {
  display: block;
  padding: 7px 0;
  color: #747676;
  font-size: 12px;
}
.drop-down-nav .anchoroptions ul li a:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .drop-down-nav .anchoroptions ul li a {
    font-size: 14px;
    line-height: 16.8px;
  }
}
.drop-down-nav .caret-down-icon {
  display: inline-block;
  height: 13.8px;
  width: 13.8px;
  float: right;
}
/* 3 Components */
.imagevideo-mask {
  position: relative;
  max-height: 477px;
  overflow: hidden;
}
.imagevideo-mask.natural {
  overflow: visible;
  max-height: none;
}
.imagevideo-mask .image-wrapper {
  padding-bottom: 52.25%;
  padding-top: 25px;
  height: 0;
  min-height: 350px;
}
.imagevideo-mask .image-wrapper a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imagevideo-mask .image-wrapper a img {
  width: 100%;
}
.imagevideo-mask .image-wrapper.natural {
  padding: 0px;
  height: auto;
}
.imagevideo-mask .image-wrapper.natural a {
  display: block;
  position: static;
  width: 100%;
  height: auto;
}
.imagevideo-mask .video-wrapper {
  padding-bottom: 52.25%;
  padding-top: 25px;
  height: 0;
}
.imagevideo-mask .video-wrapper .video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.imagevideo-mask .video-wrapper .video-poster .iframe-wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.imagevideo-mask .video-wrapper .video-poster .iframe-wrapper.fade-to-back {
  animation: fade-opacity-0-1 5s;
  background-color: #000;
  height: 100%;
}
.imagevideo-mask .video-wrapper .video-poster .iframe-wrapper.fade-to-back button {
  display: none;
}
.imagevideo-mask .video-wrapper .video-poster .iframe-wrapper button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.imagevideo-mask .video-wrapper .video-poster .iframe-wrapper button:focus {
  outline: none;
}
.imagevideo-mask .video-wrapper .video-poster .iframe-wrapper button svg {
  width: 42px;
  height: 42px;
  display: block;
  z-index: 1;
}
@media only screen and (min-width: 760px) {
  .imagevideo-mask .video-wrapper .video-poster .iframe-wrapper button svg {
    width: 70px;
    height: 70px;
  }
}
.imagevideo-mask .video-wrapper .video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imagevideo-mask .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@keyframes fade-opacity-0-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section section.top-padding-20 {
  padding-top: 20px;
}
.section section.top-padding-sm {
  padding-top: 25px;
}
.section section.top-padding-30 {
  padding-top: 30px;
}
.section section.top-padding-40 {
  padding-top: 40px;
}
.section section.top-padding-md {
  padding-top: 50px;
}
.section section.top-padding-lg {
  padding-top: 80px;
}
.section section.bottom-padding-20 {
  padding-bottom: 20px;
}
.section section.bottom-padding-sm {
  padding-bottom: 25px;
}
.section section.bottom-padding-30 {
  padding-bottom: 30px;
}
.section section.bottom-padding-40 {
  padding-bottom: 40px;
}
.section section.bottom-padding-md {
  padding-bottom: 50px;
}
.section section.bottom-padding-lg {
  padding-bottom: 80px;
}
.section section.gray-background {
  background-color: #f6f6f6;
}
.section section.fixed-width {
  max-width: 1272px;
  margin: 0 auto;
}
.section section.section-sidebar.row [class^=col] {
  padding: 0;
}
.section section.section-background {
  opacity: 0.75;
  background-image: repeating-linear-gradient(-30deg, transparent, transparent 18px, rgba(255, 255, 90, 0.25) 18px, rgba(240, 240, 90, 0.25) 24px);
}
.titletext {
  padding: 0 16px;
}
.titletext .titletext-wrapper {
  padding-top: 30px;
}
.titletext .titletext-wrapper.top-padding-20 {
  padding-top: 20px;
}
.titletext .titletext-wrapper.top-padding-sm {
  padding-top: 25px;
}
.titletext .titletext-wrapper.top-padding-30 {
  padding-top: 30px;
}
.titletext .titletext-wrapper.top-padding-40 {
  padding-top: 40px;
}
.titletext .titletext-wrapper.top-padding-md {
  padding-top: 50px;
}
.titletext .titletext-wrapper.top-padding-lg {
  padding-top: 80px;
}
.titletext .titletext-wrapper.bottom-padding-20 {
  padding-bottom: 20px;
}
.titletext .titletext-wrapper.bottom-padding-sm {
  padding-bottom: 25px;
}
.titletext .titletext-wrapper.bottom-padding-30 {
  padding-bottom: 30px;
}
.titletext .titletext-wrapper.bottom-padding-40 {
  padding-bottom: 40px;
}
.titletext .titletext-wrapper.bottom-padding-md {
  padding-bottom: 50px;
}
.titletext .titletext-wrapper.bottom-padding-lg {
  padding-bottom: 80px;
}
.titletext .titletext-wrapper.dark-bg-light-tx {
  color: #ffffff;
}
.titletext .titletext-wrapper.left-line {
  border-left: 2px solid #000000;
  padding: 0 10px 0 20px;
}
.titletext .titletext-wrapper .heading {
  margin: -3px 0 27px 0;
}
.titletext .titletext-wrapper .heading p {
  color: inherit;
}
.titletext .titletext-wrapper .subheading {
  margin: -3px 0 17px 0;
}
.titletext .titletext-wrapper .subheading p {
  color: inherit;
}
.titletext .titletext-wrapper .text {
  margin: -1px 0;
  font-family: "NHGeDS", "Verizon NHG DS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: inherit;
}
.titletext .titletext-wrapper .text sup,
.titletext .titletext-wrapper .text sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .titletext .titletext-wrapper .text {
    font-size: 16px;
    line-height: 16px;
  }
  .titletext .titletext-wrapper .text sup,
  .titletext .titletext-wrapper .text sub {
    font-size: 12px;
  }
}
.titletext .titletext-wrapper .text a {
  text-decoration: underline;
}
.titletext .titletext-wrapper .text ol,
.titletext .titletext-wrapper .text ul {
  list-style-position: outside !important;
  margin-left: 20px;
  padding: 0px;
}
.titletext .titletext-wrapper .text ol li,
.titletext .titletext-wrapper .text ul li {
  margin: 0 0 10px 0;
  color: inherit;
}
.titletext .titletext-wrapper .text p {
  color: inherit;
}
.titletext .titletext-wrapper .text p:first-child {
  margin-top: 0px;
}
.titletext .titletext-wrapper .text .sm-text li,
.titletext .titletext-wrapper .text .sm-text p,
.titletext .titletext-wrapper .text.sm-text {
  font-size: 14px;
  line-height: 16.8px;
}
.titletext .titletext-wrapper .text .sm-text li sup,
.titletext .titletext-wrapper .text .sm-text p sup,
.titletext .titletext-wrapper .text.sm-text sup,
.titletext .titletext-wrapper .text .sm-text li sub,
.titletext .titletext-wrapper .text .sm-text p sub,
.titletext .titletext-wrapper .text.sm-text sub {
  font-size: 10px;
}
@media (max-width: 760px) {
  .titletext .titletext-wrapper .text .sm-text li,
  .titletext .titletext-wrapper .text .sm-text p,
  .titletext .titletext-wrapper .text.sm-text {
    font-size: 16px;
    line-height: 16px;
  }
  .titletext .titletext-wrapper .text .sm-text li sup,
  .titletext .titletext-wrapper .text .sm-text p sup,
  .titletext .titletext-wrapper .text.sm-text sup,
  .titletext .titletext-wrapper .text .sm-text li sub,
  .titletext .titletext-wrapper .text .sm-text p sub,
  .titletext .titletext-wrapper .text.sm-text sub {
    font-size: 12px;
  }
}
.imagevideooverlay .titletext h1,
.imagevideooverlay .titletext h1 > p,
.imagevideooverlay .titletext .h1_dup,
.imagevideooverlay .titletext .h1_dup > p {
  font-size: 84px;
  line-height: 80px;
}
.imagevideooverlay .titletext h1 sup,
.imagevideooverlay .titletext h1 > p sup,
.imagevideooverlay .titletext .h1_dup sup,
.imagevideooverlay .titletext .h1_dup > p sup,
.imagevideooverlay .titletext h1 sub,
.imagevideooverlay .titletext h1 > p sub,
.imagevideooverlay .titletext .h1_dup sub,
.imagevideooverlay .titletext .h1_dup > p sub {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .imagevideooverlay .titletext h1,
  .imagevideooverlay .titletext h1 > p,
  .imagevideooverlay .titletext .h1_dup,
  .imagevideooverlay .titletext .h1_dup > p {
    font-size: 50px;
    line-height: 48px;
  }
  .imagevideooverlay .titletext h1 sup,
  .imagevideooverlay .titletext h1 > p sup,
  .imagevideooverlay .titletext .h1_dup sup,
  .imagevideooverlay .titletext .h1_dup > p sup,
  .imagevideooverlay .titletext h1 sub,
  .imagevideooverlay .titletext h1 > p sub,
  .imagevideooverlay .titletext .h1_dup sub,
  .imagevideooverlay .titletext .h1_dup > p sub {
    font-size: 16px;
  }
}
.imagevideooverlay .titletext h2,
.imagevideooverlay .titletext h2 > p,
.imagevideooverlay .titletext .h2_dup,
.imagevideooverlay .titletext .h2_dup > p {
  font-size: 64px;
  line-height: 60px;
}
.imagevideooverlay .titletext h2 sup,
.imagevideooverlay .titletext h2 > p sup,
.imagevideooverlay .titletext .h2_dup sup,
.imagevideooverlay .titletext .h2_dup > p sup,
.imagevideooverlay .titletext h2 sub,
.imagevideooverlay .titletext h2 > p sub,
.imagevideooverlay .titletext .h2_dup sub,
.imagevideooverlay .titletext .h2_dup > p sub {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .imagevideooverlay .titletext h2,
  .imagevideooverlay .titletext h2 > p,
  .imagevideooverlay .titletext .h2_dup,
  .imagevideooverlay .titletext .h2_dup > p {
    font-size: 40px;
    line-height: 38px;
  }
  .imagevideooverlay .titletext h2 sup,
  .imagevideooverlay .titletext h2 > p sup,
  .imagevideooverlay .titletext .h2_dup sup,
  .imagevideooverlay .titletext .h2_dup > p sup,
  .imagevideooverlay .titletext h2 sub,
  .imagevideooverlay .titletext h2 > p sub,
  .imagevideooverlay .titletext .h2_dup sub,
  .imagevideooverlay .titletext .h2_dup > p sub {
    font-size: 16px;
  }
}
.imagevideooverlay .titletext h3,
.imagevideooverlay .titletext h3 > p,
.imagevideooverlay .titletext .h3_dup,
.imagevideooverlay .titletext .h3_dup > p {
  font-size: 32px;
  line-height: 30.4px;
}
.imagevideooverlay .titletext h3 sup,
.imagevideooverlay .titletext h3 > p sup,
.imagevideooverlay .titletext .h3_dup sup,
.imagevideooverlay .titletext .h3_dup > p sup,
.imagevideooverlay .titletext h3 sub,
.imagevideooverlay .titletext h3 > p sub,
.imagevideooverlay .titletext .h3_dup sub,
.imagevideooverlay .titletext .h3_dup > p sub {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .imagevideooverlay .titletext h3,
  .imagevideooverlay .titletext h3 > p,
  .imagevideooverlay .titletext .h3_dup,
  .imagevideooverlay .titletext .h3_dup > p {
    font-size: 25px;
    line-height: 24px;
  }
  .imagevideooverlay .titletext h3 sup,
  .imagevideooverlay .titletext h3 > p sup,
  .imagevideooverlay .titletext .h3_dup sup,
  .imagevideooverlay .titletext .h3_dup > p sup {
    font-size: 12px;
  }
}
.imagevideooverlay .titletext h4,
.imagevideooverlay .titletext h4 > p,
.imagevideooverlay .titletext .h4_dup,
.imagevideooverlay .titletext .h4_dup > p {
  font-size: 24px;
  line-height: 24px;
}
.imagevideooverlay .titletext h4 sup,
.imagevideooverlay .titletext h4 > p sup,
.imagevideooverlay .titletext .h4_dup sup,
.imagevideooverlay .titletext .h4_dup > p sup,
.imagevideooverlay .titletext h4 sub,
.imagevideooverlay .titletext h4 > p sub,
.imagevideooverlay .titletext .h4_dup sub,
.imagevideooverlay .titletext .h4_dup > p sub {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .imagevideooverlay .titletext h4,
  .imagevideooverlay .titletext h4 > p,
  .imagevideooverlay .titletext .h4_dup,
  .imagevideooverlay .titletext .h4_dup > p {
    font-size: 20px;
    line-height: 22px;
  }
  .imagevideooverlay .titletext h4 sup,
  .imagevideooverlay .titletext h4 > p sup,
  .imagevideooverlay .titletext .h4_dup sup,
  .imagevideooverlay .titletext .h4_dup > p sup,
  .imagevideooverlay .titletext h4 sub,
  .imagevideooverlay .titletext h4 > p sub,
  .imagevideooverlay .titletext .h4_dup sub,
  .imagevideooverlay .titletext .h4_dup > p sub {
    font-size: 12px;
  }
}
.col-sm-push-6 .titletext,
.col-sm-pull-6 .titletext {
  padding: 0 16px;
  display: table;
  min-height: 350px;
}
.col-sm-push-6 .titletext .titletext-wrapper,
.col-sm-pull-6 .titletext .titletext-wrapper {
  padding: 0 !important;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 760px) {
  .titletext {
    padding: 0 20px;
  }
}
@media (min-width: 760px) and (max-width: 1015px) {
  .titletext-wrapper h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .titletext-wrapper h2 p {
    font-size: 45px;
    line-height: 45px;
  }
}
/* * * Verizon Enterprise - HEADER * */
header {
  width: 100%;
  top: 0px;
  left: 0px;
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
  z-index: 1000;
  border-bottom: solid 1px #d8dada;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 69px;
}
@media (min-width: 1020px) {
  header {
    min-height: 121px;
  }
}
.complete header {
  transition: top 0.35s ease-in-out;
}
@media print {
  header {
    position: absolute;
  }
}
.hasSecondaryNav header {
  border-bottom: none;
}
header.hidden {
  display: none;
}
header.hide {
  top: -128px;
}
header.active {
  height: 100vh;
  top: 0;
}
header button {
  border: none;
  cursor: pointer;
  background: none;
  padding: 0px;
  margin: 0px;
}
header *:focus {
  outline: #000000 dotted 1px;
}
header > .promo-ribbon {
  display: block;
  background: #333;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  padding: 0;
  height: 40px;
  margin: 0;
  max-width: none;
  order: 1;
  font-family: "BrandFont-Text", "NHGeTX", "Verizon NHG TX", Verdana, sans-serif;
}
header > .promo-ribbon a {
  color: inherit;
}
header > .promo-ribbon a.vz-text-link {
  text-decoration: underline;
}
header > .promo-ribbon > div {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  display: table;
}
header > .promo-ribbon > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 40px;
  width: 100%;
  max-width: 1780px;
  transform: translateY(0);
  animation: promo 1.25s ease-out;
}
header > .promo-ribbon + nav {
  min-height: 80px;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  header > .promo-ribbon {
    height: 34px;
  }
  header > .promo-ribbon > div {
    padding: 0 12px;
  }
  header > .promo-ribbon > div > div {
    width: 100%;
    height: 34px;
    animation: none;
  }
  header > .promo-ribbon + nav {
    min-height: 48px;
  }
  header > .promo-ribbon + nav .mobile-navigation ul li {
    float: right;
  }
  header .promo-ribbon ~ #vz-gh20 .gnav-main,
  header .promo-ribbon ~ #vz-gh20 .gnav20-main {
    padding-top: 6px;
    height: 48px;
    min-height: 48px;
  }
  header .navigation-wrapper:not(.active) {
    display: none;
  }
}
@media (max-height: 760px) {
  header {
    z-index: 900;
  }
}
@media print {
  header > .promo-ribbon {
    background: none;
    color: #000;
    border-bottom: solid 1px #000;
  }
}
@media (min-width: 1020px) {
  header.hide > .promo-ribbon {
    max-height: 32px;
  }
  header .promo-ribbon ~ #vz-gh20 {
    min-height: 120px;
  }
  header.ribbon + #main .secondarynav:not(.fixed),
  header .secondarynav.ribbon:not(.fixed) {
    top: 160px;
  }
  header.ribbon + #main .secondarynav.fixed,
  header .secondarynav.ribbon.fixed {
    top: 16px;
    max-height: 52px;
  }
}
@media (min-width: 10200px) {
  header .promo-ribbon ~ #vz-gh20,
  header .promo-ribbon ~ #vz-gh20 .gnav-main,
  header .promo-ribbon ~ #vz-gh20 .gnav20-main {
    min-height: 80px;
  }
  header .promo-ribbon ~ #vz-gh20 .gnav20-row-two .gnav20-navigation .gnav20-navigation {
    padding-bottom: 0;
  }
  header .promo-ribbon ~ #vz-gh20 .gnav20-row-two .gnav20-navigation {
    height: 64px;
  }
  header .promo-ribbon ~ #vz-gh20 .gnav20-row-two {
    margin-top: -17px;
    height: 64px;
  }
  header .promo-ribbon ~ #vz-gh20 .gnav20-row-two .gnav20-utility {
    margin-top: -42px;
  }
}
@media (max-width: 1020px) {
  header .promo-ribbon ~ #vz-gh20 .gnav-main,
  header .promo-ribbon ~ #vz-gh20 .gnav20-main {
    min-height: 48px;
    height: 48px;
    padding: 2px 20px 0;
  }
}
@keyframes promo {
  0%,
  75% {
    transform: translateY(-28px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#vz-gh20 .ng-header,
#vz-gh20 .gnav20 {
  font-family: "NHGeDS", "Verizon NHG DS", Arial, Helvetica, sans-serif !important;
  height: auto;
  overflow: visible;
}
#vz-gh20 .gnav20-desktop .gnav20-sub-header-menu {
  background: none;
}
#vz-gh20 .gnav20-desktop .gnav20-sub-header-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
#vz-gh20 .gnav20-desktop .gnav20-sub-header-menu > div {
  position: relative;
}
#vz-gf20 .gnav20,
#vz-gh20 input {
  font-family: "NHGeDS", "Verizon NHG DS", Arial, Helvetica, sans-serif !important;
}
@keyframes prehidenav {
  0%,
  75% {
    opacity: 0;
    position: relative;
    left: -75vw;
  }
  100% {
    opacity: 1;
    position: static;
  }
}
#xvz-gh20:not(.at-element-marker) .gnav20-row-two .gnav20-navigation-list {
  x-animation: prehidenav 1.25s;
}
/*
 *  
 *  Verizon Enterprise  - MAIN (sticky header)
 *  
*/
#main {
  min-height: 550px;
  width: 100%;
  height: auto;
  position: relative;
}
/*Desktop min 768px*/
@media only screen and (min-width: 1024px) {
  .hide-breadcrumb-social #main .secondarynav {
    display: none;
  }
}
.fancybox-container #main {
  min-height: 128px;
  padding: 0;
  width: auto;
  max-width: 1280px;
}
/*
 *  
 *  Verizon Enterprise  - GRID CONTAINERS
 *  
*/
.grid .grid-container.top-padding-20 {
  padding-top: 20px;
}
.grid .grid-container.top-padding-sm {
  padding-top: 25px;
}
.grid .grid-container.top-padding-30 {
  padding-top: 30px;
}
.grid .grid-container.top-padding-40 {
  padding-top: 40px;
}
.grid .grid-container.top-padding-md {
  padding-top: 50px;
}
.grid .grid-container.top-padding-lg {
  padding-top: 80px;
}
.grid .grid-container.bottom-padding-20 {
  padding-bottom: 20px;
}
.grid .grid-container.bottom-padding-sm {
  padding-bottom: 25px;
}
.grid .grid-container.bottom-padding-30 {
  padding-bottom: 30px;
}
.grid .grid-container.bottom-padding-40 {
  padding-bottom: 40px;
}
.grid .grid-container.bottom-padding-md {
  padding-bottom: 50px;
}
.grid .grid-container.bottom-padding-lg {
  padding-bottom: 80px;
}
.grid .grid-container .row {
  margin: 0;
}
.grid .grid-container .row [class^=col] {
  padding: 0;
}
/*
 *  
 *  Verizon Enterprise  - TILE GROUP
 *  
*/
.tilegroup {
  width: calc(100% - 2px);
  margin-bottom: -1px;
}
.tilegroup .row {
  padding: 0px;
  margin: 0px;
  display: block;
  /*Row layout for multi tile grid on right*/
}
.tilegroup .row [class*="col-"] {
  padding: 0px;
}
.tilegroup .row.tile-layout {
  flex-flow: column wrap;
  display: flex;
  border-top: 1px solid #d8dada;
}
.tilegroup .row.tile-layout.no-borders {
  border-top: none;
}
.tilegroup .row.tile-layout .slick-dots {
  list-style: none;
  padding: 0px 20px;
  display: flex;
  margin: 20px auto;
  overflow: hidden;
  justify-content: center;
}
.tilegroup .row.tile-layout .slick-dots li {
  margin-right: 10px;
  background-color: #d8dada;
  height: 2px;
  width: 32px;
  flex: 1 0 auto;
}
.tilegroup .row.tile-layout .slick-dots li button {
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-indent: -100vw;
}
.tilegroup .row.tile-layout .slick-dots li.slick-active {
  background-color: #000000;
}
.tilegroup .row.tile-layout .slick-arrow {
  position: absolute;
}
.tilegroup .row.tile-layout .slick-arrow.slick-prev {
  left: -150px;
  width: 0px;
  height: 0px;
  display: block;
  opacity: 0;
}
.tilegroup .row.tile-layout .slick-arrow.slick-next {
  right: 10px;
  top: 47%;
  width: 15px;
  height: 15px;
  text-indent: -1500px;
  display: block;
  background-color: #000000;
  -webkit-mask-image: url('main/resources/images/icons/cta-tile-right-arrow.svg');
  mask-image: url('main/resources/images/icons/cta-tile-right-arrow.svg');
}
.tilegroup .row.tile-layout .slick-arrow.slick-next.dark-bg-light-tx {
  background-color: #ffffff;
}
.tilegroup .row.tile-layout.image-tile-layout {
  flex-flow: row wrap;
}
.tilegroup .row.tile-layout .slick-slide {
  opacity: 0.5;
}
.tilegroup .row.tile-layout .slick-slide h3 {
  border-bottom-color: transparent;
}
.tilegroup .row.tile-layout .slick-slide.slick-active {
  opacity: 1;
}
.tilegroup .row.tile-layout .slick-slide.slick-active h3 {
  border-bottom-color: #000000;
}
.tilegroup .row.tile-layout.slider .tile {
  border-right: 1px solid #d8dada;
}
@media only screen and (min-width: 320px) {
  .tilegroup .row.tile-layout .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
  }
  .tilegroup .row.tile-layout.slider .tile {
    border-right: none;
  }
}
/*Desktop min 768px*/
@media only screen and (min-width: 760px) {
  .tilegroup .row {
    display: flex;
    height: 100%;
  }
  .tilegroup .row.tile-layout {
    flex-flow: row wrap;
    border: none;
  }
  .tilegroup .row.tile-layout .tile {
    border: none;
  }
  .tilegroup.productGrid .row > div[class*="col-"] > div {
    display: flex;
    height: 100%;
  }
}
/*Desktop min 992px*/
/*Tile for grid on right*/
.tile {
  display: flex;
  height: 100%;
  border-bottom: 1px solid #d8dada;
  /*White Font Override*/
}
.tile.no-borders {
  border: none;
}
.tile .dark-bg-light-tx,
.tile .light-bg-dark-tx {
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
}
.tile .dark-bg-light-tx {
  background: #000000;
}
.tile .dark-bg-light-tx a {
  color: #ffffff;
}
.tile .dark-bg-light-tx a:focus,
.tile .dark-bg-light-tx a:hover {
  color: #ffffff;
}
.tile .dark-bg-light-tx a:focus {
  outline: dotted 1px #ffffff;
}
.tile .dark-bg-light-tx h2,
.tile .dark-bg-light-tx h3 {
  border-bottom: solid 1px #ffffff;
}
.tile .dark-bg-light-tx button.quick-view-button .right-arrow {
  border-color: #ffffff;
}
.tile a {
  width: 100%;
  padding: 20px 14px 40px 14px;
  display: flex;
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  color: #000000;
}
.tile a:focus,
.tile a:hover {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
.tile a:focus {
  outline: dotted 1px #000000;
}
.tile a.disabled {
  pointer-events: none;
}
.tile a.background {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tile a h2 {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  height: 52%;
  font-size: 30px;
  border-bottom: solid 1px #000000;
}
.tile a h3 {
  font-size: 25px;
  line-height: 100%;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  min-height: 130px;
  border-bottom: solid 1px #000000;
  -webkit-font-smoothing: antialiased;
}
.tile a p {
  font-size: 16px;
  line-height: 20px;
  min-height: 45px;
  margin-top: 0;
  padding-right: 50px;
}
.tile a p sup,
.tile a p sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .tile a p {
    font-size: 16px;
    line-height: 16px;
  }
  .tile a p sup,
  .tile a p sub {
    font-size: 12px;
  }
}
.tile a p.fade-in {
  opacity: 1;
  transition: opacity 100ms;
}
.tile a p.fade-out {
  opacity: 0;
  transition: opacity 100ms;
}
.tile.tile-featured {
  outline: 1px solid #000000;
}
.tile.tile-featured a h3 {
  font-size: 40px;
  line-height: 95%;
  height: auto;
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
  min-height: 40px;
}
.tile.tile-featured a p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tile.tile-featured a p sup,
.tile.tile-featured a p sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .tile.tile-featured a p {
    font-size: 16px;
    line-height: 16px;
  }
  .tile.tile-featured a p sup,
  .tile.tile-featured a p sub {
    font-size: 12px;
  }
}
.tile button.quick-view-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
  font-size: 20px;
  height: 23px;
}
.tile button.quick-view-button .right-arrow {
  width: 15px;
  height: 15px;
  margin-left: 9px;
  margin-bottom: 0px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  display: inline-block;
}
.tile button:focus {
  outline: dotted 1px #000000;
}
.tile.imageTile .terms p {
  font-size: 12px;
  min-height: auto;
  display: inline-block;
}
.tile.imageTile .terms .tooltip {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url('../../../business/content/dam/verizon/global/tooltip.svg');
  background-size: 100%;
  margin: 2px 0 0 5px;
  opacity: 1;
}
.tile.imageTile .terms .tooltip img {
  width: 100%;
  height: 100%;
  display: block;
}
.tile.empty {
  visibility: hidden;
}
@media only screen and (min-width: 320px) {
  .tile > div {
    padding-bottom: 40px;
  }
  .slick-track .tile .quick-view-button {
    bottom: 32px;
  }
}
@media only screen and (min-width: 760px) {
  .tile {
    border: none;
    min-height: 318px;
  }
  .tile .light-bg-dark-tx {
    outline: 1px solid #d8dada;
  }
  .tile .dark-bg-light-tx {
    outline: 1px solid #000000;
  }
  .tile.no-borders .light-bg-dark-tx {
    outline: none;
  }
  .tile.no-borders .dark-bg-light-tx {
    outline: none;
  }
  .tile > div {
    padding-bottom: 0;
  }
  .tile.tile-featured {
    height: 100%;
  }
  .tile.tile-featured a h3 {
    font-size: 36px;
    height: 53.5%;
    border-bottom: solid 1px #ffffff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow: hidden;
    letter-spacing: -1px;
  }
  .tile .quick-view-button {
    display: block;
  }
  .tile a {
    padding: 20px 20px 40px 20px;
  }
  .tile a h3 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
    min-height: 130px;
  }
}
@media only screen and (min-width: 1061px) {
  .tile h3 {
    font-size: 32px;
  }
  .tile a h3 {
    font-size: 32px;
  }
  .tile.tile-featured a h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .tile.tile-featured a h3 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1272px) {
  .tile.tile-featured a h3 {
    font-size: 64px;
  }
}
/*
 *  
 *  Verizon Enterprise  - Tabbed Navigation
 *  
*/
.tabs .select {
  padding: 0 16px;
  /*
        .caret-down-icon {
            display: inline-block;
            height: 20.2px;
            width: 13.8px;
            float: right;
        }

        svg {
            .transition(all .2s ease-in-out);
        }
        */
}
.tabs .select.active {
  /* svg {
                .rotate(-180deg);
            }*/
}
.tabs .select.active .styledSelect {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid transparent;
}
.tabs .select.active .styledSelect:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.tabs .select.active .anchoroptions .options {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.tabs .select.active .tabs-container > ul {
  display: inline-block;
}
.tabs .select .styledSelect {
  text-align: left;
  width: 100%;
  padding: 9px 16px;
  height: 40px;
  border: 1px solid #d8dada;
  border-bottom: 1px solid #000000;
  background: 0 0;
  color: #333333;
  outline: 0;
  -webkit-appearance: none;
  font-size: 12px;
}
.tabs .select .styledSelect sup,
.tabs .select .styledSelect sub {
  font-size: 10px;
}
@media (max-width: 760px) {
  .tabs .select .styledSelect {
    font-size: 14px;
    line-height: 16.8px;
  }
  .tabs .select .styledSelect sup,
  .tabs .select .styledSelect sub {
    font-size: 10px;
  }
}
.tabs .select .styledSelect:after {
  margin-top: 5.5px;
  float: right;
  content: '';
  width: 13px;
  height: 7px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url('main/resources/images/icons/cta-arrow-down-13px-7px.svg') no-repeat center;
}
.tabs .select .tabs-container {
  position: relative;
}
.tabs .select .tabs-container > ul {
  background: #ffffff;
  border: 1px solid black;
  display: none;
  left: 0px;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0px 0;
  right: 0px;
  z-index: 999;
  position: absolute;
}
.tabs .select .tabs-container > ul > li {
  display: block;
  margin: 0;
  padding: 0 16px;
  text-align: left;
  text-transform: none;
  border-left: 4px solid transparency;
  border-bottom: 1px solid #d8dada;
}
.tabs .select .tabs-container > ul > li a {
  display: block;
  padding: 7px 0;
  color: #747676;
  font-size: 12px;
}
.tabs .select .tabs-container > ul > li a sup,
.tabs .select .tabs-container > ul > li a sub {
  font-size: 10px;
}
@media (max-width: 760px) {
  .tabs .select .tabs-container > ul > li a {
    font-size: 14px;
    line-height: 16.8px;
  }
  .tabs .select .tabs-container > ul > li a sup,
  .tabs .select .tabs-container > ul > li a sub {
    font-size: 10px;
  }
}
.tabs .select .tabs-container > ul > li:last-child {
  border-bottom: none;
}
.tabs .select .tabs-container > ul > li:hover a {
  cursor: pointer;
}
.tabs .select .tabbed-container li.tab-content {
  list-style: none;
}
@media only screen and (min-width: 760px) {
  .tabs .select {
    display: block;
    padding: 0;
  }
  .tabs .select .caret-down-icon,
  .tabs .select .styledSelect {
    display: none;
  }
  .tabs .select .caret-down-icon.active,
  .tabs .select .styledSelect.active {
    display: none;
  }
  .tabs .select .tabs-container > ul,
  .tabs .select .tabbed-container > ul {
    background: transparent;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    /*display: inline-block;*/
    display: block;
  }
  .tabs .select .tabs-container > ul > li > a,
  .tabs .select .tabbed-container > ul > li > a {
    font-size: 14px;
    line-height: 16.8px;
    color: black;
    display: block;
  }
  .tabs .select .tabs-container > ul > li > a sup,
  .tabs .select .tabbed-container > ul > li > a sup,
  .tabs .select .tabs-container > ul > li > a sub,
  .tabs .select .tabbed-container > ul > li > a sub {
    font-size: 10px;
  }
  .tabs .select .tabs-container > ul > li > a:hover,
  .tabs .select .tabbed-container > ul > li > a:hover {
    text-decoration: underline;
  }
  .tabs .select .tabs-container > ul > li > .selected,
  .tabs .select .tabbed-container > ul > li > .selected {
    text-decoration: underline;
  }
  .tabs .select .tabs-container > ul {
    border: none;
    display: inline-block;
    padding: 0 16px;
    position: static;
  }
  .tabs .select .tabs-container > ul > li.tab-name {
    display: inline-block;
    padding: 23px 20px;
    border-bottom: none;
    position: static;
  }
  .tabs .tabbed-container {
    width: 100%;
    height: auto;
  }
  .tabs .tabbed-container > ul {
    padding: 0;
  }
  .tabs .tabbed-container > ul > li.tab-content {
    display: none;
    /*position: absolute;*/
    padding: 0;
  }
}
@media only screen and (min-width: 760px) and (max-width: 760px) {
  .tabs .select .tabs-container > ul > li > a,
  .tabs .select .tabbed-container > ul > li > a {
    font-size: 16px;
    line-height: 16px;
  }
  .tabs .select .tabs-container > ul > li > a sup,
  .tabs .select .tabbed-container > ul > li > a sup,
  .tabs .select .tabs-container > ul > li > a sub,
  .tabs .select .tabbed-container > ul > li > a sub {
    font-size: 12px;
  }
}
.imagevideooverlay section {
  position: relative;
  margin: 0 auto;
  max-width: 1272px;
  width: 100%;
  height: 477px;
  overflow: hidden;
  /*PATTERN A*/
  /*PATTERN B*/
  /*PATTERN C*/
}
.imagevideooverlay section video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.imagevideooverlay section .row {
  margin: 0;
  padding: 0;
  width: 100%;
}
.imagevideooverlay section.dark-bg-light-tx {
  background-color: #000000 !important;
  color: #ffffff;
}
.imagevideooverlay section.light-bg-dark-tx {
  background-color: #ffffff !important;
  color: #000000;
}
.imagevideooverlay section.none {
  height: auto;
  padding-bottom: 20px;
  border-bottom: 2px solid #d8dada;
}
@media only screen and (max-width: 760px) {
  .imagevideooverlay section.none {
    padding-bottom: 14px;
  }
}
.imagevideooverlay section.none .mh-content {
  height: auto;
}
.imagevideooverlay section [class*="col"] {
  padding: 17px 20px;
}
@media only screen and (max-width: 760px) {
  .imagevideooverlay section [class*="col"] {
    padding: 17px 16px;
  }
}
.imagevideooverlay section .mh-content {
  height: 477px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.imagevideooverlay section .mh-content .mh-sub-heading p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.imagevideooverlay section .mh-content .mh-sub-heading p sup,
.imagevideooverlay section .mh-content .mh-sub-heading p sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .imagevideooverlay section .mh-content .mh-sub-heading p {
    font-size: 16px;
    line-height: 16px;
  }
  .imagevideooverlay section .mh-content .mh-sub-heading p sup,
  .imagevideooverlay section .mh-content .mh-sub-heading p sub {
    font-size: 12px;
  }
}
@media only screen and (max-width: 760px) {
  .imagevideooverlay section .mh-content .mh-sub-heading {
    padding-bottom: 34px;
  }
}
.imagevideooverlay section.pattern_a .row:first-child [class*="col"]:first-child {
  padding: 161px 20px 17px 0;
}
.imagevideooverlay section.pattern_a .mh-content .mh-sub-heading {
  padding: 17px 20px 17px 20px;
}
@media only screen and (max-width: 760px) {
  .imagevideooverlay section.pattern_a .row:first-child [class*="col"]:first-child {
    padding: 91px 16px 0px 16px;
  }
  .imagevideooverlay section.pattern_a .mh-content .mh-sub-heading {
    padding: 17px 20px 17px 20px;
    max-width: 60%;
  }
}
@media only screen and (max-width: 506px) {
  .imagevideooverlay section.pattern_a .mh-content .mh-sub-heading {
    padding: 17px 20px 17px 20px;
  }
}
.imagevideooverlay section.pattern_b .mh-content .mh-heading {
  margin-top: 93px;
}
.imagevideooverlay section.pattern_b .mh-content .mh-sub-heading {
  padding-top: 123px;
}
.imagevideooverlay section.pattern_b .mh-content .mh-sub-heading p {
  padding-bottom: 17px;
}
.imagevideooverlay section.pattern_b .mh-content .mh-sub-heading .mh-btn {
  padding-top: 17px;
}
@media only screen and (max-width: 760px) {
  .imagevideooverlay section.pattern_b .mh-content .mh-heading {
    margin-top: 91px;
  }
  .imagevideooverlay section.pattern_b .mh-content .mh-sub-heading {
    padding: 17px 16px;
  }
}
.imagevideooverlay section.pattern_c {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.imagevideooverlay section.pattern_c .c-top-bar {
  padding: 0;
  margin: 0;
}
.imagevideooverlay section.pattern_c .c-top-bar .top-block1 h3 {
  margin-bottom: 58px;
}
@media only screen and (max-width: 760px) {
  .imagevideooverlay section.pattern_c .c-top-bar .top-block1 h3 {
    margin-bottom: 23px;
  }
}
.imagevideooverlay section.pattern_c .c-top-bar .top-block4 {
  font-size: 64px;
  line-height: 60px;
  padding-left: 0px;
  margin-left: 30px;
}
.imagevideooverlay section.custom_pattern {
  max-width: 100%;
  width: 1272px;
  height: 477px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.breadcrumbnav {
  max-width: 1272px;
  margin-right: auto;
  padding-left: 20px;
  align-self: center;
}
.breadcrumbnav ul.breadcrumb-list {
  list-style: none;
  font-size: 12px;
  margin: 6px 0;
}
.breadcrumbnav ul.breadcrumb-list > li {
  display: inline-block;
  position: relative;
  padding: 2px 0;
}
.breadcrumbnav ul.breadcrumb-list > li:first-of-type {
  text-decoration: none;
}
.breadcrumbnav ul.breadcrumb-list > li + li:before {
  content: "/";
  width: 12px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .breadcrumbnav ul.breadcrumb-list > li + li:before {
    width: 9px;
    margin-left: 2px;
  }
}
.breadcrumbnav ul.breadcrumb-list > li a {
  text-decoration: none;
  font-weight: bold;
  color: inherit;
}
.breadcrumbnav ul.breadcrumb-list > li a svg {
  display: none;
  width: 12px;
  height: 12px;
  position: relative;
  bottom: -3px;
}
.breadcrumbnav ul.breadcrumb-list > li:not(:last-child) > a {
  color: #6F7171;
  font-weight: normal;
}
.breadcrumbnav ul.breadcrumb-list > li:not(:last-child) > a:hover {
  text-decoration: underline;
}
.breadcrumbnav ul.breadcrumb-list > li p {
  font-size: 16px;
  margin: 0;
}
.breadcrumbnav ul.breadcrumb-list > li ul.bc-accordion {
  display: none;
}
@media (max-width: 1200px) {
  .breadcrumbnav {
    max-width: 85%;
  }
}
@media (max-width: 640px) {
  .breadcrumbnav {
    display: none;
  }
}
.linklist {
  padding: 10px 16px;
  /*
	.linklist-download-icon {
		width:1em;
		height:1.2em;
		margin-left:0.4em;
		vertical-align:top;
		cursor:pointer;
	}

	.linklist-outbound-icon {
		width:1.2em;
		height:1.3em;
		margin-left:0.4em;
		vertical-align:top;
		cursor:pointer;
	}
	*/
}
.linklist a {
  color: #000000;
  text-decoration: underline;
}
.linklist .linklist-black-hr {
  margin: 0;
  border: none;
  border-bottom: 5px solid #000000;
}
.linklist .linklist-heading {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.linklist .linklist-heading-plus {
  display: none;
  float: right;
  margin-top: -0.2em;
  font-size: 1.5em;
  font-weight: normal;
}
.linklist .linklist-heading-plus::after {
  content: "+";
}
.linklist .linklist-heading-minus {
  display: block;
  float: right;
  margin-top: -0.2em;
  font-size: 1.5em;
  font-weight: normal;
}
.linklist .linklist-heading-minus::after {
  content: "-";
}
.linklist .linklist-heading-minus.hide {
  display: none;
}
.linklist ul.linklist-list {
  padding-left: 0;
}
.linklist .linklist-list li {
  margin-bottom: 0.5em;
  list-style-type: none;
}
.linklist .linklist-list li span {
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .collapsible-linklist .linklist-heading {
    cursor: pointer;
  }
  .collapsible-linklist .linklist-heading-plus {
    display: inline-block;
  }
  .collapsible-linklist .linklist-list {
    display: none;
  }
}
@media screen and (min-width: 760px) {
  .linklist {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .linklist a,
  .linklist span {
    font-size: 14px;
  }
  .linklist .linklist-list.four-column {
    column-count: 4;
  }
  .linklist .linklist-list.three-column {
    column-count: 3;
  }
  .linklist .linklist-list.two-column {
    column-count: 2;
  }
}
/*
 *  
 *  Verizon Enterprise  - Anchor Navigation
 *  
*/
.anchornav {
  height: 66px;
}
.anchornav.fixed .anchornav-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 80px;
  border-bottom: 1px solid #d8dada;
}
.anchornav.fixed .anchornav-container .switchAnchorDropDown,
.anchornav.fixed .anchornav-container .forceAnchorDropDown {
  padding-top: 1px;
}
.anchornav.fixed .anchornav-container .select .anchoroptions .options {
  border-top: 0;
}
.anchornav.fixed.secondary-nav-offset .anchornav-container {
  padding-top: 59px;
  top: 129px;
}
.anchornav .anchornav-container {
  position: inherit;
  z-index: 99;
  background-color: #ffffff;
  width: 100%;
  transition: top 0.35s ease-in-out;
}
.anchornav .anchornav-container .switchAnchorDropDown,
.anchornav .anchornav-container .forceAnchorDropDown {
  max-width: 1272px;
  padding: 16px;
  margin: 0 auto;
}
.anchornav .anchornav-container .switchAnchorDropDown .select,
.anchornav .anchornav-container .forceAnchorDropDown .select {
  /*.caret-down-icon {
                    display: inline-block;
                    height: 20.2px;
                    width: 13.8px;
                    float: right;
                }

                svg {
                    .transition(all .2s ease-in-out);
                }*/
}
.anchornav .anchornav-container .switchAnchorDropDown .select.active,
.anchornav .anchornav-container .forceAnchorDropDown .select.active {
  /*svg {
                        .rotate(-180deg);
                    }*/
}
.anchornav .anchornav-container .switchAnchorDropDown .select.active .styledSelect,
.anchornav .anchornav-container .forceAnchorDropDown .select.active .styledSelect {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid transparent;
}
.anchornav .anchornav-container .switchAnchorDropDown .select.active .styledSelect:after,
.anchornav .anchornav-container .forceAnchorDropDown .select.active .styledSelect:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.anchornav .anchornav-container .switchAnchorDropDown .select.active .anchoroptions .options,
.anchornav .anchornav-container .forceAnchorDropDown .select.active .anchoroptions .options {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.anchornav .anchornav-container .switchAnchorDropDown .select .styledSelect,
.anchornav .anchornav-container .forceAnchorDropDown .select .styledSelect {
  text-align: left;
  width: 100%;
  padding: 9px 12px;
  height: 40px;
  border: 1px solid #d8dada;
  border-bottom: 1px solid #000000;
  background: 0 0;
  color: #333333;
  outline: 0;
  -webkit-appearance: none;
  font-size: 12px;
}
.anchornav .anchornav-container .switchAnchorDropDown .select .styledSelect sup,
.anchornav .anchornav-container .forceAnchorDropDown .select .styledSelect sup,
.anchornav .anchornav-container .switchAnchorDropDown .select .styledSelect sub,
.anchornav .anchornav-container .forceAnchorDropDown .select .styledSelect sub {
  font-size: 10px;
}
@media (max-width: 760px) {
  .anchornav .anchornav-container .switchAnchorDropDown .select .styledSelect,
  .anchornav .anchornav-container .forceAnchorDropDown .select .styledSelect {
    font-size: 14px;
    line-height: 16.8px;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .styledSelect sup,
  .anchornav .anchornav-container .forceAnchorDropDown .select .styledSelect sup,
  .anchornav .anchornav-container .switchAnchorDropDown .select .styledSelect sub,
  .anchornav .anchornav-container .forceAnchorDropDown .select .styledSelect sub {
    font-size: 10px;
  }
}
.anchornav .anchornav-container .switchAnchorDropDown .select .styledSelect:after,
.anchornav .anchornav-container .forceAnchorDropDown .select .styledSelect:after {
  margin-top: 5.5px;
  float: right;
  content: '';
  width: 13px;
  height: 7px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url('main/resources/images/icons/cta-arrow-down-13px-7px.svg') no-repeat center;
}
.anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions,
.anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions {
  position: relative;
}
.anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options,
.anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options {
  background: #ffffff;
  border: 1px solid #d8dada;
  border-top-width: 0;
  display: none;
  left: 0px;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0px 0;
  right: 0px;
  position: absolute;
  z-index: 1;
}
.anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li,
.anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options li {
  display: block;
  margin: 0;
  padding: 0 12px;
  text-align: left;
  text-transform: none;
  border-bottom: 1px solid #d8dada;
}
.anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a,
.anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options li a {
  display: block;
  padding: 7px 0;
  color: #747676;
  font-size: 12px;
}
.anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a sup,
.anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options li a sup,
.anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a sub,
.anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options li a sub {
  font-size: 10px;
}
@media (max-width: 760px) {
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a,
  .anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options li a {
    font-size: 14px;
    line-height: 16.8px;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a sup,
  .anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options li a sup,
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a sub,
  .anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options li a sub {
    font-size: 10px;
  }
}
.anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li:last-child,
.anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options li:last-child {
  border-bottom: none;
}
.anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li:hover,
.anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options li:hover {
  border-left: 4px solid #000000;
}
.anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li:hover a,
.anchornav .anchornav-container .forceAnchorDropDown .select .anchoroptions .options li:hover a {
  margin-left: -4px;
}
@media only screen and (min-width: 760px) {
  .anchornav.fixed .anchornav-container {
    padding-top: 60px;
  }
  .anchornav.fixed .anchornav-container .switchAnchorDropDown {
    padding: 0;
  }
  .anchornav.fixed .anchornav-container .switchAnchorDropDown .select .anchoroptions .options {
    /*border-top: none;*/
    margin-top: 1px;
    border: none;
  }
  .anchornav .anchornav-container .switchAnchorDropDown {
    padding: 0;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select {
    /*.caret-down-icon {
                        display: none;
                    }*/
    /*.styledSelect {
                        display: none;
                    }*/
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .styledSelect {
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid transparent;
    display: none;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .styledSelect:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options {
    position: relative;
    -webkit-flex: none;
    flex: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    list-style-type: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #d8dada;
    border-top: 1px solid #d8dada;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    line-height: 16.8px;
    border-bottom: none;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li:hover {
    border-left: solid 2px transparent;
    margin-left: 0px;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li:hover a {
    margin-left: -2px;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a.scrollLink {
    display: block;
    font-family: "NHaasGroteskTXW01-75Bd", "Neue Haas Grotesk Text Std", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #747676;
    padding: 0 0 22px 0;
    text-decoration: none;
    vertical-align: text-top;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a.scrollLink:hover {
    color: #000000 !important;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a.scrollLink.selected {
    color: #000000 !important;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a.scrollLink::before {
    border-top: 4px solid transparent;
    content: "";
    display: block;
    padding-top: 22px;
  }
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a.scrollLink.selected::before,
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a.scrollLink:hover::before,
  .anchornav .anchornav-container .switchAnchorDropDown .select .anchoroptions .options li a.scrollLink:active::before {
    border-top: 4px solid red;
  }
}
/*
Verizon stats component
Author: Chris Leeman
*/
.stats {
  color: #000000;
  border-left: solid 1px #000000;
  background: #ffffff;
  /*dark theme*/
}
.stats .stats-inner h3 {
  margin-bottom: 10px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.stats .stats-inner p {
  font-size: 16px;
  line-height: 20px;
}
.stats .stats-inner p sup,
.stats .stats-inner p sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .stats .stats-inner p {
    font-size: 16px;
    line-height: 16px;
  }
  .stats .stats-inner p sup,
  .stats .stats-inner p sub {
    font-size: 12px;
  }
}
.stats .stats-inner .stats-number {
  display: inline-block;
}
.stats .stats-inner .stats-text {
  padding-left: 10px;
}
.stats.dark-bg-light-tx {
  color: #ffffff;
  border-left: solid 1px #ffffff;
  background: #000000;
}
.stats.dark-bg-light-tx h3 {
  color: #ffffff;
  border-left: solid 1px #ffffff;
  background: #000000;
}
@media only screen and (min-width: 320px) {
  .stats .stats-inner {
    padding: 0 16px;
  }
  .stats .stats-inner h3 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 48px;
  }
}
@media only screen and (min-width: 760px) {
  .stats .stats-inner {
    padding: 0 20px;
  }
  .stats .stats-inner h3 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 42px;
  }
  .stats .stats-inner p {
    width: 80%;
  }
}
@media only screen and (min-width: 1112px) {
  .stats .stats-inner h3 {
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 64px;
  }
}
.accordion .accordion-title {
  padding: 20px;
  cursor: pointer;
}
.accordion .accordion-plus-minus {
  font-family: "Times New Roman";
  float: right;
}
.accordion .accordion-content-edit-mode {
  display: block;
}
.accordion .accordion-content-live-mode {
  display: none;
}
.accordion .accordion-block-theme .accordion-title {
  font-weight: bold;
  border-top-width: 1px;
  font-size: 24px;
  line-height: 24px;
}
.accordion .accordion-block-theme .accordion-title sup,
.accordion .accordion-block-theme .accordion-title sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .accordion .accordion-block-theme .accordion-title {
    font-size: 20px;
    line-height: 22px;
  }
  .accordion .accordion-block-theme .accordion-title sup,
  .accordion .accordion-block-theme .accordion-title sub {
    font-size: 12px;
  }
}
.accordion .accordion-block-theme .accordion-plus-minus {
  font-size: 2em;
}
.accordion .accordion-primary-theme .accordion-title {
  border-top-width: 4px;
  font-weight: bold;
}
.accordion .accordion-primary-theme .accordion-plus-minus {
  font-size: 1.2em;
}
.accordion .accordion-secondary-theme .accordion-title {
  border-top-width: 1px;
  font-weight: bold;
}
.accordion .accordion-secondary-theme .accordion-plus-minus {
  font-size: 1.2em;
}
.accordion .accordion-dark-background .accordion-title {
  border-top-style: solid;
  border-top-color: #ffffff;
  background-color: #000000;
  color: #ffffff;
}
.accordion .accordion-light-background .accordion-title {
  border-top-style: solid;
  border-top-color: #000000;
  background-color: #ffffff;
  color: #000000;
}
/*Desktop min 992px*/
/*Tile for grid on right*/
.imageTile {
  height: 100%;
}
.imageTile .imgeTileContainer {
  height: 100%;
  border-right: 1px solid #d8dada;
  border-top: 1px solid #d8dada;
  border-bottom: 1px solid #d8dada;
  padding: 16px 16px;
  background-color: #f6f6f6;
}
.imageTile .imgeTileContainer .tile-row {
  width: 100%;
  height: 100%;
}
.imageTile .imgeTileContainer a:focus,
.imageTile .imgeTileContainer a:hover {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
.imageTile .imgeTileContainer a:focus {
  outline: dotted 1px #000000;
}
.imageTile .imgeTileContainer .content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  text-decoration: none;
  justify-content: space-between;
  color: #000000;
}
.imageTile .imgeTileContainer .content-wrapper .tooltiphelper {
  margin: 0px;
}
.imageTile .imgeTileContainer .content-wrapper .terms {
  flex: 0 0 auto;
}
.imageTile .imgeTileContainer .content-wrapper .terms .tooltip-group {
  height: 17px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 760px) {
  .imageTile .imgeTileContainer .content-wrapper .terms .tooltip-group {
    margin-bottom: 10px;
  }
}
.imageTile .imgeTileContainer .content-wrapper .terms .tooltip-group p {
  margin: 0px;
}
.imageTile .imgeTileContainer .content-wrapper .image {
  text-align: center;
  border-bottom: solid 1px #000000;
  padding-bottom: 16px;
  flex: 0 0 auto;
}
.imageTile .imgeTileContainer .content-wrapper .image .image-wrapper {
  background-position: top center;
  background-size: cover;
  display: inline;
}
.imageTile .imgeTileContainer .content-wrapper .image .image-wrapper img {
  max-height: 288px;
  max-width: 100%;
}
.imageTile .imgeTileContainer .content-wrapper .content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.imageTile .imgeTileContainer .content-wrapper .content .terms {
  display: none;
}
.imageTile .imgeTileContainer .content-wrapper .content .terms .tooltip-group {
  height: 17px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 760px) {
  .imageTile .imgeTileContainer .content-wrapper .content .terms .tooltip-group {
    margin-bottom: 20px;
  }
}
.imageTile .imgeTileContainer .content-wrapper .content .terms .tooltip-group p {
  font-size: 12px;
  line-height: 12px;
}
.imageTile .imgeTileContainer .content-wrapper .content .terms .tooltip-group .tooltiphelper p {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
  min-height: 12px;
}
.imageTile .imgeTileContainer .content-wrapper .content h4 {
  font-size: 20px;
  line-height: 19px;
  margin: 8px 0px 16px 0px;
  flex: 1 0 auto;
}
@media only screen and (min-width: 760px) {
  .imageTile .imgeTileContainer .content-wrapper .content h4 {
    font-size: 24px;
    line-height: 24px;
    min-height: 72px;
    margin: 10px 0px 20px 0px;
    flex: 0;
  }
}
.imageTile .imgeTileContainer .content-wrapper .content .tile-description {
  font-size: 16px;
  line-height: 16px;
  margin-top: 0px;
  flex: 1 0 auto;
  min-height: 125px;
}
@media only screen and (min-width: 760px) {
  .imageTile .imgeTileContainer .content-wrapper .content .tile-description {
    font-size: 20px;
    line-height: 22px;
  }
}
.imageTile .imgeTileContainer .content-wrapper .content .tile-description ol,
.imageTile .imgeTileContainer .content-wrapper .content .tile-description ul {
  padding-left: 16px;
}
@media only screen and (min-width: 760px) {
  .imageTile .imgeTileContainer .content-wrapper .content .tile-description ol,
  .imageTile .imgeTileContainer .content-wrapper .content .tile-description ul {
    padding-left: 20px;
  }
}
.imageTile .imgeTileContainer button,
.imageTile .imgeTileContainer a {
  z-index: 1;
  height: 23px;
  font-size: 20px;
  line-height: 19px;
  align-self: flex-end;
}
.imageTile .imgeTileContainer button .right-arrow,
.imageTile .imgeTileContainer a .right-arrow {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  margin-left: 8px;
  margin-bottom: 1px;
}
.imageTile .imgeTileContainer button.active-label,
.imageTile .imgeTileContainer a.active-label {
  display: block;
}
.imageTile .imgeTileContainer button.no-label,
.imageTile .imgeTileContainer a.no-label {
  display: none;
}
.imageTile .imgeTileContainer button:focus,
.imageTile .imgeTileContainer a:focus {
  outline: dotted 1px #000000;
}
.imageTile.first .imgeTileContainer {
  border-left: 1px solid #d8dada;
}
.imageTile.no-borders .imgeTileContainer {
  border: none;
}
.imageTile.versionb .imgeTileContainer {
  background-color: #ffffff;
}
.imageTile.versionb .imgeTileContainer .tile-row a .terms {
  display: none;
}
.imageTile.versionb .imgeTileContainer .tile-row a .half.image .image-wrapper {
  display: block;
  height: 100%;
}
.imageTile.versionb .imgeTileContainer .tile-row a .half.image .image-wrapper img {
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.imageTile.versionb .imgeTileContainer .tile-row a .half.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.imageTile.versionb .imgeTileContainer .tile-row a .half.content .terms {
  display: none;
}
.imageTile.versionb .imgeTileContainer .tile-row a .half.content h4 {
  flex: 0;
}
.imageTile.versionb .imgeTileContainer .tile-row a .half.content p {
  flex: 1 0 auto;
}
.imageTile.versionb .imgeTileContainer .tile-row a .half.content button {
  align-self: flex-end;
  flex: 0 1 auto;
}
.imageTile.versionb .imgeTileContainer .tile-row a .half.content button.no-label {
  display: block;
}
.imageTile.versionb .imgeTileContainer .tile-row a .half.content button.no-label .right-arrow {
  height: 15px;
  width: 15px;
}
/*@media only screen and (min-width: @bp-xsmall) {
    .tile>div {
        padding-bottom: 40px;
    }
}*/
@media only screen and (min-width: 760px) {
  .imageTile .imgeTileContainer {
    padding: 20px 20px;
  }
  .imageTile .imgeTileContainer .content-wrapper .image {
    padding-bottom: 20px;
  }
  .imageTile.beside .imgeTileContainer {
    background: none;
    background-color: #f6f6f6;
    padding: 20px;
  }
  .imageTile.beside .imgeTileContainer .tile-row {
    width: 100%;
  }
  .imageTile.beside .imgeTileContainer .tile-row .content-wrapper {
    display: flex;
    flex-flow: row wrap;
  }
  .imageTile.beside .imgeTileContainer .tile-row .content-wrapper .half {
    width: 50%;
  }
  .imageTile.beside .imgeTileContainer .tile-row .content-wrapper .half.terms {
    margin-top: 0px;
    padding-left: 20px;
    display: none;
  }
  .imageTile.beside .imgeTileContainer .tile-row .content-wrapper .half.image {
    padding: 0px;
    border: none;
    height: 100%;
    max-width: 298px;
    max-height: 308px;
  }
  .imageTile.beside .imgeTileContainer .tile-row .content-wrapper .half.content {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 auto;
  }
  .imageTile.beside .imgeTileContainer .tile-row .content-wrapper .half.content .terms {
    display: block;
  }
  .imageTile.beside .imgeTileContainer .tile-row .content-wrapper .half.content h4 {
    margin: 0 0 20px;
    height: auto;
    flex: 0;
  }
  .imageTile.beside .imgeTileContainer .tile-row .content-wrapper .half.content p {
    min-height: auto;
    flex: 1 0 auto;
  }
  .imageTile.beside .imgeTileContainer .tile-row .content-wrapper .half.content button {
    align-self: flex-end;
  }
  .imageTile.versionb .imgeTileContainer {
    background-color: #ffffff;
  }
  .imageTile.versionb .imgeTileContainer .tile-row a .terms {
    display: none;
  }
  .imageTile.versionb .imgeTileContainer .tile-row a .half.content .terms {
    display: none;
  }
  .imageTile.versionb .imgeTileContainer .tile-row a .half.content button {
    align-self: flex-end;
    flex: 0 1 auto;
  }
}
.tooltiphelper {
  margin: 0 16px;
}
@media screen and (min-width: 760px) {
  .tooltiphelper {
    margin: 0 20px;
  }
}
.tooltiphelper .tooltip-group {
  display: flex;
  align-content: center;
}
.tooltiphelper .tooltip-group .tooltip-title p {
  font-size: 12px;
  min-height: auto;
}
.tooltiphelper .tooltip-group .tooltip-btn {
  position: relative;
  width: 13px;
  height: 13px;
  background-size: contain;
  margin: 0 0 0 5px;
  align-self: center;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-btn-dark {
  background-image: url('main/resources/images/icons/info.svg');
  border: 1px solid black;
  border-radius: 9px;
  background-size: 20px;
  background-position-x: -5px;
  background-position-y: -5px;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-btn-light {
  background-image: url('main/resources/images/icons/info-light.svg');
  border: 1px solid black;
  border-radius: 9px;
  background-size: 20px;
  background-position-x: -5px;
  background-position-y: -5px;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container {
  text-align: left;
  visibility: hidden;
  height: auto;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 12px;
  position: absolute;
  z-index: 100;
  padding: 15px;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container.hover-top {
  width: 180px;
  bottom: 27px;
  transform: translateX(-38%);
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container.hover-top:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 42%;
  margin-left: -6px;
  border-right: 5px solid transparent;
  border-top: 10px solid #000;
  border-left: 5px solid transparent;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container.hover-top:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 42%;
  margin-left: -5px;
  border-right: 4px solid transparent;
  border-top: 9px solid #fff;
  border-left: 4px solid transparent;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container.hover-right {
  width: 200px;
  top: -30px;
  left: 28px;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container.hover-right:before {
  content: " ";
  position: absolute;
  top: 30px;
  left: -10px;
  border-right: 5px solid transparent;
  border-top: 10px solid #000;
  border-left: 5px solid transparent;
  transform: rotate(90deg);
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container.hover-right:after {
  content: " ";
  position: absolute;
  top: 30px;
  left: -8px;
  border-right: 4px solid transparent;
  border-top: 9px solid #fff;
  border-left: 4px solid transparent;
  transform: rotate(90deg);
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container .tooltip-header p {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
  min-height: 12px;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container .tooltip-body p {
  font-size: 12px;
  margin: 0;
  min-height: 0;
  height: auto;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container .tooltip-close {
  background-image: url('main/resources/images/global/close.svg');
  width: 10px;
  height: 10px;
  background-size: contain;
  top: 5px;
  right: 5px;
  position: absolute;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container .tooltip-close:focus {
  outline: 1px dashed #000;
  outline-offset: 0;
}
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover.active .tooltip-message-container,
.tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover.hover .tooltip-message-container {
  visibility: visible;
}
/*Desktop min 768px*/
@media only screen and (min-width: 992px) {
  .tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-close {
    display: none;
  }
  .tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container.hover-top {
    width: 250px;
  }
  .tooltiphelper .tooltip-group .tooltip-btn.tooltip-hover .tooltip-message-container.hover-right {
    width: 300px;
  }
}
.goldenhammer .hide-in-mobile {
  display: none;
}
@media only screen and (min-width: 760px) {
  .goldenhammer .hide-in-mobile {
    display: block;
  }
}
.link-share {
  display: inline-block;
  max-width: 150px;
  position: relative;
}
.link-share svg {
  margin-top: -2px;
  margin-right: 6px;
  height: 16px;
  width: auto;
}
.link-share > ul {
  list-style: none;
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: 10;
}
.link-share > ul li {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  margin-top: 5px;
}
.link-share > ul li a {
  display: block;
  padding: 5px 20px;
}
.link-share:hover > ul {
  display: block !important;
  visibility: visible;
}
.secondarynav {
  position: -webkit-sticky;
  position: sticky;
  border-bottom: 1px solid #d8dada;
  top: 70px;
  z-index: 899;
  width: 100%;
  min-height: 48px;
  background-color: #ffffff;
}
.complete .secondarynav {
  transition: top 0.35s ease-in-out;
}
.secondarynav.dark {
  background-color: #000000;
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .secondarynav {
    top: 120px;
    border-bottom: none;
  }
  .primary-nav-hidden .secondarynav:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    background: #fff;
  }
}
@media print {
  .secondarynav {
    display: none;
  }
}
.anchor-nav-fixed .secondarynav {
  box-shadow: none;
}
header.hidden + #main .secondarynav {
  top: 0;
}
.secondarynav .secondarycontent {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 760px) {
  .secondarynav .secondarycontent {
    max-width: 1272px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .secondarynav .secondarycontent {
    flex-direction: column;
  }
}
.secondarynav .secondarycontent .breadcrumbnav > ul {
  display: inline-block;
  width: 100%;
}
.secondarynav .secondarycontent .breadcrumbnav .breadcrumb-heading {
  display: none;
}
.secondarynav .secondarycontent .socialsharenav {
  margin-top: 15px;
}
@media screen and (max-width: 760px) {
  .secondarynav .secondarycontent .socialsharenav {
    float: right;
    padding-right: 0;
    margin-top: 8px;
  }
}
.secondarynav:after {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: "";
}
.secondarynav.fixed {
  top: 0;
  border-bottom: 1px solid #d8dada;
  /*.secondarycontent {
			.breadcrumbnav {
				> ul {
					display: none;
				}
				.breadcrumb-heading {
					display: inline-block;
					margin-top: 20px;
					font-size: 14px;
					font-weight: bold;
				}
			}
		}*/
}
.anchor-nav-fixed .secondarynav.fixed {
  border-bottom: none;
}
body:not(.hasSecondaryNav) .secondarynav {
  display: none;
}
.sentencefilter {
  padding: 40px 0px;
  padding-left: 16px;
}
@media screen and (min-width: 760px) {
  .sentencefilter {
    padding-left: 20px;
  }
}
.sentencefilter div[data-cmp-list-filter] .level1 {
  float: none;
  height: auto !important;
}
.sentencefilter div[data-cmp-list-filter] .level1 span {
  /*display:block;*/
}
@media screen and (min-width: 760px) {
  .sentencefilter div[data-cmp-list-filter] .level1 span {
    display: inline-block;
  }
}
.sentencefilter div[data-cmp-list-filter] .level1 span:last-child .dropdown-select a {
  position: relative;
}
.sentencefilter div[data-cmp-list-filter] .level1 span:last-child .dropdown-select a:before {
  content: ".";
  position: absolute;
  right: -12px;
  bottom: 0;
  color: #000000;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select {
  display: block;
  position: relative;
}
@media screen and (min-width: 760px) {
  .sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select {
    display: inline-block;
    float: none;
  }
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select.active ul.list {
  display: block;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select > a {
  color: #747676;
  border-bottom: 1px solid #000000;
  display: inline-block;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select > a:after {
  /*content: " ";*/
  display: inline-block;
  /*width: 12px;
						    height: 12px;
						    margin-left: 5px;
						    margin-bottom: 4px;
						    border-left: 2px solid @coolgrey6;
						    border-bottom: 2px solid @coolgrey6;
						    transform: rotate(-45deg);*/
  content: '';
  width: 16px;
  height: 8px;
  vertical-align: top;
  margin-top: 14px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url('main/resources/images/icons/cta-arrow-down-16px-8px.svg') no-repeat center;
}
@media only screen and (max-width: 760px) {
  .sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select > a:after {
    margin-top: 9px;
  }
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 ul.list {
  background-color: #ffffff;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 ul.list li {
  float: none;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 {
  display: block;
  position: static;
  width: auto;
  font-size: 14px;
  font-family: "NeueHaasGroteskDispW01", Arial, Helvetica, sans-serif;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 > ul {
  width: 300px;
  padding: 0;
  position: absolute;
  border-radius: 0;
  border-top: 1px solid #000000;
  margin-top: -1px;
  display: none;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 > ul > li {
  margin: 0;
  text-align: left;
  text-transform: none;
  background: #ffffff;
  border-top: none;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 > ul > li:last-child > a {
  border-bottom: 1px solid #000000;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 > ul > li > a {
  color: #747676;
  line-height: 0;
  padding: 20px 0 20px 43px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #d8dada;
  margin: 0;
  border-radius: 0;
  background: url('main/resources/images/icons/cta-checkbox.svg') no-repeat center;
  background-position: 12px 10px;
  position: relative;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 > ul > li > a[aria-checked=true] {
  border-left: 4px solid #ee0000;
  padding-left: 40px;
  background-position: 9px 10px;
  color: #000000;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 > ul > li > a[aria-checked=true]:before {
  background-color: transparent;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 > ul > li > a:before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  top: 13px;
  left: 15px;
  background-color: #ffffff;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 > ul > li > a:after {
  display: none;
}
.sentencefilter div[data-cmp-list-filter] .level1 span .dropdown-select .level2 > ul > li > a:hover:not([aria-checked=true]) {
  border-left: 4px solid #000000;
  padding-left: 40px;
  background-position: 9px 10px;
}
.sentencefilter div[data-cmp-list-filter] .wrapper {
  display: block;
}
.sentencefilter div[data-cmp-list-filter] .level2 a.back-btn,
.sentencefilter div[data-cmp-list-filter] .level2 h2.level2-label {
  display: none;
  padding: 5px 10px;
}
.sentencefilter div[data-cmp-list-filter] .level2 ul {
  position: absolute;
}
.supportcountries {
  margin: 0 16px;
}
@media screen and (min-width: 760px) {
  .supportcountries {
    margin: 0 20px;
  }
}
.supportcountries .drop-down-nav p {
  font-size: 16px;
  line-height: 20px;
}
.supportcountries .drop-down-nav p sup,
.supportcountries .drop-down-nav p sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .supportcountries .drop-down-nav p {
    font-size: 16px;
    line-height: 16px;
  }
  .supportcountries .drop-down-nav p sup,
  .supportcountries .drop-down-nav p sub {
    font-size: 12px;
  }
}
.modalcontactus {
  margin: 16px 0;
  align-self: flex-end;
  align-items: center;
  white-space: nowrap;
}
.modalcontactus .contact-us {
  width: auto;
  height: auto;
  margin: 0 24px 0 12px;
  display: inline-block;
  cursor: pointer;
}
.modalcontactus .contact-us svg {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.4em;
  vertical-align: middle;
}
.modalcontactus .contact-us span {
  display: inline-block;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.modalcontactus a {
  color: inherit;
}
.modalcontactus .contactus {
  background-color: #ffffff;
}
.modalcontactus a.button > span {
  position: relative;
  border: solid 1px #000;
  border-radius: 24px;
  padding: 3px 16px;
  background: #000;
  color: #fff;
}
.modalcontactus a.button:hover > span:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: solid 2px #000;
  border-color: inherit;
  border-radius: 24px;
}
.modalcontactus a.button:active > span {
  background: #747676 !important;
  border-color: #747676 !important;
}
.dark .modalcontactus a.button > span {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
@media (max-width: 992px) {
  .modalcontactus .contact-us {
    margin: 0 12px 0 0;
  }
}
@media (max-width: 760px) {
  .modalcontactus {
    margin-bottom: 0;
  }
  .modalcontactus .contact-us {
    padding: 0 0 6px;
    margin: 0;
    vertical-align: middle;
  }
  .modalcontactus .contact-us + .contact-us {
    margin: 0 12px;
  }
  .modalcontactus .contact-us span {
    display: block;
  }
}
@media (max-width: 640px) {
  .modalcontactus {
    align-self: flex-start;
    margin-left: 12px !important;
    margin-top: 0;
  }
  .modalcontactus .contact-us span {
    display: inline-block;
  }
}
html[lang="en"] .modalcontactus .contact-us > a.vz-text-link::before {
  content: "Call Sales: ";
  font-weight: bold;
  color: #000;
  margin: -6px 0;
  padding: 6px 0 6px 24px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBkPSJNMTMuNiwxOGMtMiwwLTUtMS40LTguNi01LTUuMS01LjItNS45LTkuMS00LjMtMTAuN2gwbDEuOS0xLjlhMSwxLDAsMCwxLC45LS40aDBhMS4wOSwxLjA5LDAsMCwxLC45LjRsMy4xLDMuMWExLjI3LDEuMjcsMCwwLDEsMCwxLjhsLTEuMywxLjJhOS40Miw5LjQyLDAsMCwwLDUuMyw1LjNsMS4yLTEuMmExLjI3LDEuMjcsMCwwLDEsMS44LDBsMy4xLDMuMWExLjI3LDEuMjcsMCwwLDEsMCwxLjhsLTEuOSwxLjlBMy43LDMuNywwLDAsMSwxMy42LDE4Wm0tMTIuMS0xNC45Yy0xLjMsMS40LjYsNS40LDQuMyw5LjFzNy43LDUuNiw5LjEsNC4zbC4xLS4xLDEuOS0xLjljLjEtLjEuMS0uMSwwLS4ybC0zLjEtMy4xYy0uMS0uMS0uMS0uMS0uMiwwbC0xLjgsMS45LS4zLS4yYTEwLjkzLDEwLjkzLDAsMCwxLTYuNC02LjRsLS4yLS4zLDEuNy0xLjdjLjEtLjEuMS0uMSwwLS4ybC0zLTMuMWgtLjJaIj48L3BhdGg+PC9zdmc+") no-repeat left center;
}
.dark .modalcontactus .contact-us > a.vz-text-link::before {
  filter: invert(1);
}
.modal-contact-us {
  width: 100%;
  max-width: 1272px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
.modal-contact-us .contactfooter {
  margin-top: 0;
  background-color: #ffffff;
}
.modal-contact-us-close-button {
  margin: -0.5em 0px 0.2em;
  font-size: 2em;
  text-align: right;
}
.modal-contact-us-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(116, 118, 118, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
}
@media screen and (max-width: 992px) {
  .modal-contact-us .contactfooter {
    background-color: #f6f6f6;
  }
  .modal-contact-us-overlay {
    background-color: #f6f6f6;
  }
}
.modalcontactus .link-chat:not(:empty) + a {
  display: none;
}
.searchtile {
  height: 100%;
}
[class^='col-'] .searchtile {
  border: 1px solid #d8dada;
}
[class^='col-']:first-child .searchtile {
  border-right: none;
}
.searchtile .cta-tile {
  height: 100%;
  min-height: 318px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 20px;
  background-color: #000000;
}
.searchtile .cta-tile p {
  margin: 0px;
  color: #ffffff;
}
.searchtile .cta-tile .cta-rounded-button-black-outline {
  align-self: flex-end;
  border: 1px solid #ffffff;
}
.searchtile .cta-tile .cta-rounded-button-black-outline a {
  color: #ffffff;
}
.searchtile .social-tile {
  height: 100%;
  min-height: 318px;
  padding: 20px 20px 10px;
  background-color: #000000;
}
.searchtile .social-tile .socialicons {
  margin-top: 20px;
  color: #ffffff;
}
.searchtile .social-tile .socialicons a {
  margin-right: 20px;
  color: #ffffff;
}
.searchtile .social-tile p {
  margin: 0px;
  color: #ffffff;
}
.searchtile .page-tile {
  background-color: #000000;
}
.searchtile .page-tile__link {
  width: 100%;
  height: auto;
  display: inline-block;
}
@media screen and (min-width: 760px) {
  .searchtile .page-tile__link {
    max-width: 636px;
  }
}
.searchtile .page-tile__link-image {
  max-width: 767px;
  height: 318px;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 760px) {
  .searchtile .page-tile__link-image {
    max-width: 636px;
    height: 318px;
  }
}
.searchtile .page-tile__link-image img {
  width: 100%;
  height: 318px;
  visibility: hidden;
}
.searchtile .page-tile__link-header {
  padding: 20px;
  min-height: 181px;
}
@media screen and (min-width: 760px) {
  .searchtile .page-tile__link-header {
    min-height: 318px;
  }
}
.searchtile .page-tile__link-header p {
  margin: 0px;
}
.searchtile .page-tile__link:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 9px;
  margin-bottom: -2px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 1;
}
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 6px 20px;
  border: 1px solid #a9a9a9;
  background-color: #ffffff;
  font-size: 2em;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}
.back-to-top.hide {
  bottom: -99px;
}
.nav-linklist {
  height: 100%;
  margin-bottom: 20px;
}
.nav-linklist .title {
  padding: 20px;
  border-bottom: 1px solid #ffffff;
}
.nav-linklist .title span {
  font-family: "NHaasGroteskTXW01-75Bd", "Neue Haas Grotesk Text Std", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 22px;
}
.nav-linklist .title span.toggle {
  display: block;
  font-family: "Times New Roman";
  float: right;
  font-size: 39px;
}
.nav-linklist .title:hover {
  cursor: pointer;
}
.nav-linklist .linklist-wrapper {
  height: 100%;
  display: none;
}
.nav-linklist .linklist-wrapper .linklist {
  margin-bottom: 0;
}
.nav-linklist .linklist-wrapper .linklist a,
.nav-linklist .linklist-wrapper .linklist span {
  font-size: 16px;
}
.nav-linklist .linklist-wrapper .linklist .linklist-list li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 760px) {
  .nav-linklist .title {
    border-bottom: none;
    padding-bottom: 0;
  }
  .nav-linklist .title span.toggle {
    display: none;
  }
  .nav-linklist .title:hover {
    cursor: default;
  }
  .nav-linklist .linklist-wrapper {
    display: block;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .nav-linklist .linklist-wrapper .linklist a,
  .nav-linklist .linklist-wrapper .linklist span {
    font-size: 20px;
  }
}
.linebreak.top-padding-20 {
  padding-top: 20px;
}
.linebreak.top-padding-sm {
  padding-top: 25px;
}
.linebreak.top-padding-30 {
  padding-top: 30px;
}
.linebreak.top-padding-40 {
  padding-top: 40px;
}
.linebreak.top-padding-md {
  padding-top: 50px;
}
.linebreak.top-padding-lg {
  padding-top: 80px;
}
.linebreak.bottom-padding-20 {
  padding-bottom: 20px;
}
.linebreak.bottom-padding-sm {
  padding-bottom: 25px;
}
.linebreak.bottom-padding-30 {
  padding-bottom: 30px;
}
.linebreak.bottom-padding-40 {
  padding-bottom: 40px;
}
.linebreak.bottom-padding-md {
  padding-bottom: 50px;
}
.linebreak.bottom-padding-lg {
  padding-bottom: 80px;
}
.linebreak div hr {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0px solid transparent;
}
.linebreak div hr.line-height-2 {
  border-top-width: 2px;
}
.linebreak div hr.line-height-4 {
  border-top-width: 4px;
}
.linebreak div hr.gray-bkg {
  border-top-color: #747676;
}
.linebreak div hr.black-bkg {
  border-top-color: #000000;
}
.disclaimer {
  padding: 0 20px;
  max-width: 1272px;
  margin: 0 auto;
}
.disclaimer div {
  padding: 0;
}

.cs_search-component {
  margin: 0 auto;
}
.cs_search-form {
  display: flex;
  flex-direction: row;
  margin: 0.5rem;
}
.cs_search-string {
  width: 100%;
  padding: 0.375rem;
  font-size: 1.125rem;
  margin-right: 0.5rem;
}
.cs_search-submit {
  font-size: 1.125rem;
  padding: 0.4375rem;
  width: 6.25rem;
}
.cs_filter-position-top .cs_user-inputs {
  width: 100%;
  display: block;
}
.cs_filter-position-top .cs_results-section {
  width: 100%;
  display: block;
}
.cs_filter-position-left-column {
  display: flex;
  flex-direction: row;
}
.cs_filter-position-left-column .cs_user-inputs {
  width: 25%;
}
.cs_filter-position-left-column .cs_results-section {
  padding-left: 1rem;
  width: 75%;
}
.cs_filter-section {
  margin: 0.5rem 0;
}
.cs_results-count {
  margin: 0.5rem;
}
.cs_results-section {
  margin: 0.5rem 0;
}
.cs_result-field-title {
  font-size: 1.25rem;
}
.cs_row-result {
  padding: 0.5rem;
}
.cs_table-row-result:nth-child(even) {
  background: #f0f0f0;
}
.cs_box-result {
  width: 100%;
  float: left;
}
@media screen and (min-width: 768px) {
  .cs_box-result {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .cs_box-result.column-2 {
    width: 50%;
  }
  .cs_box-result.column-3 {
    width: 33.33%;
  }
  .cs_box-result.column-4 {
    width: 25%;
  }
  .cs_box-result.column-5 {
    width: 20%;
  }
}
.cs_box-result > * {
  padding: 5px;
}
.cs_pagination {
  padding: 1rem;
}
.cs_pagination-links {
  text-align: center;
}
.cs_pagination-links li {
  display: inline;
  padding: 5px;
}
.cs_sort-options {
  float: right;
}
.cs_sort-options dt,
.cs_sort-options dd {
  float: left;
  padding: 1rem;
}
.cs_sort-options dd {
  cursor: pointer;
}
.cs_sort-options dd.selected {
  background: lightgray;
}
.cs_filter-by-label {
  float: left;
  display: inline-block;
  padding: 10px 10px 10px 20px;
  font-weight: bold;
}
/**
 * File: filterable-list.less
 * Author: Tony Herford
 * Copyright: MRM//McCann 2018
 */
.filter-close-icon-style {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 1.25rem;
  position: absolute;
  right: 8px;
  top: 4px;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.2s ease;
}
div[data-cmp-list-filter] {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
div[data-cmp-list-filter] .wrapper {
  max-width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  div[data-cmp-list-filter] .wrapper {
    display: none;
  }
}
div[data-cmp-list-filter] a.filter-label {
  padding: 10px 15px;
  width: 100%;
  display: none;
}
div[data-cmp-list-filter] a.filter-label:after {
  content: "\f0d7";
  background-color: transparent;
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  height: 20px;
  width: 20px;
  line-height: 1.2;
  position: absolute;
  text-align: right;
  top: 4px;
  right: 15px;
  transition: transform 0.5s ease;
  margin-top: 8px;
  margin-bottom: 8px;
}
div[data-cmp-list-filter] a.filter-label.filter-open:after {
  transform: rotate(-180deg);
}
@media screen and (max-width: 767px) {
  div[data-cmp-list-filter] a.filter-label {
    display: block;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: normal;
  }
}
div[data-cmp-list-filter] a.filter-label:active,
div[data-cmp-list-filter] a.filter-label:focus,
div[data-cmp-list-filter] a.filter-label:hover {
  text-decoration: none;
}
div[data-cmp-list-filter] span.filter-label {
  padding: 10px 15px;
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  div[data-cmp-list-filter] span.filter-label {
    float: left;
    width: auto;
    display: inline-block;
  }
}
div[data-cmp-list-filter] .level1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: left;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  div[data-cmp-list-filter] .level1 {
    width: 100%;
  }
  div[data-cmp-list-filter] .level1.open {
    transform: translateX(-100%);
  }
}
div[data-cmp-list-filter] .level1 > ul > li {
  padding-bottom: 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div[data-cmp-list-filter] .level1 > ul > li {
    float: left;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  div[data-cmp-list-filter] .level1 > ul > li {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 900;
  }
}
div[data-cmp-list-filter] .level1 > ul > li > a {
  padding: 10px 30px 10px 20px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  div[data-cmp-list-filter] .level1 > ul > li > a {
    padding-left: 0;
  }
}
div[data-cmp-list-filter] .level1 > ul > li > a:active,
div[data-cmp-list-filter] .level1 > ul > li > a:focus,
div[data-cmp-list-filter] .level1 > ul > li > a:hover {
  text-decoration: none;
}
div[data-cmp-list-filter] .level1 > ul > li > a:after {
  content: "\f0d7";
  background-color: transparent;
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  height: 20px;
  width: 20px;
  line-height: 1.2;
  position: absolute;
  text-align: right;
  top: 2px;
  right: 5px;
  transition: transform 0.5s ease;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  div[data-cmp-list-filter] .level1 > ul > li > a:after {
    transform: rotate(-90deg);
    right: 0;
    font-size: 18px;
    top: 6px;
  }
}
@media screen and (min-width: 768px) {
  div[data-cmp-list-filter] .level1 > ul > li.active a:after {
    transform: rotate(-180deg);
  }
}
div[data-cmp-list-filter] .level2 .close {
  content: "x";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
div[data-cmp-list-filter] .level2 ul {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  list-style: none;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  border-radius: 3px;
}
div[data-cmp-list-filter] .level2 ul > li {
  padding-bottom: 0;
  float: left;
  width: auto;
}
div[data-cmp-list-filter] .level2 ul > li > a {
  padding: 5px 10px;
  margin: 5px 6px;
  border-radius: 3px;
  position: relative;
  transition: padding-right 0.3s ease;
  text-decoration: none;
  display: block;
  font-weight: 400;
}
div[data-cmp-list-filter] .level2 ul > li > a:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 1.25rem;
  position: absolute;
  right: 8px;
  top: 4px;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 768px) {
  div[data-cmp-list-filter] .level2 ul > li > a:after {
    top: 0;
    right: 7px;
  }
}
div[data-cmp-list-filter] .level2 ul > li > a[aria-checked=true] {
  padding-right: 30px;
}
div[data-cmp-list-filter] .level2 ul > li > a[aria-checked=true]:after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  div[data-cmp-list-filter] .level2 {
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
  }
  div[data-cmp-list-filter] .level2.active {
    display: block;
  }
  div[data-cmp-list-filter] .level2 ul {
    position: relative;
    display: block;
  }
}
div[data-cmp-list-filter] .level2 .level2-label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px 0;
  margin-left: 15px;
}
div[data-cmp-list-filter] .level2 a.back-btn {
  background-color: transparent;
  padding: 10px 0 10px 25px;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: bold;
  position: relative;
  display: block;
}
div[data-cmp-list-filter] .level2 a.back-btn:active,
div[data-cmp-list-filter] .level2 a.back-btn:focus,
div[data-cmp-list-filter] .level2 a.back-btn:hover {
  text-decoration: none;
}
div[data-cmp-list-filter] .level2 a.back-btn:before {
  content: "\f054";
  background-color: transparent;
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  height: 20px;
  width: 20px;
  line-height: 1.2;
  position: absolute;
  text-align: right;
  top: 0;
  left: -6px;
  margin-top: 8px;
  margin-bottom: 8px;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  div[data-cmp-list-filter] .level2 a.back-btn,
  div[data-cmp-list-filter] .level2 h2.level2-label {
    display: none;
    padding: 5px 10px;
  }
}
div[data-cmp-list-filter] .pills {
  clear: both;
  position: relative;
  padding: 10px;
}
div[data-cmp-list-filter] .pills a {
  padding: 5px 10px;
  margin: 5px 6px;
  padding-right: 30px;
  border-radius: 3px;
  position: relative;
  transition: padding-right 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
div[data-cmp-list-filter] .pills a:after {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 1.25rem;
  position: absolute;
  right: 8px;
  top: 4px;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.2s ease;
  opacity: 1;
  top: 5px;
  right: 7px;
}
div[data-cmp-list-filter] .pills .remove-all {
  display: none;
  padding-right: 10px;
}
div[data-cmp-list-filter] .pills .remove-all:after {
  content: none;
}
div[data-cmp-list-filter] .pills .pill + .remove-all {
  display: inline-block;
}
.cs_search-component.cs_filter-position-left-column div[data-cmp-list-filter] .level1 > ul > li {
  width: 100%;
}
.cs_search-component.cs_filter-position-left-column div[data-cmp-list-filter] .level2 ul {
  position: static;
}

#mktoGate h2 { color: #000; font-size: 36px;}
#mktoGate form { width: auto !important; min-height: 64px; }
#mktoGate form.mktoForm { background:none; }
#mktoGate form:invalid button[type='submit'] { background-color: #6F7171; }
#mktoGate .cta a.nothanks { display: none; }
div#mktoGate div.mktoFormCol[class] { width: 45%; margin-bottom:12px !important; padding-right: 24px; }
div#mktoGate div.mktoFormCol:nth-last-child(2):first-child { width: calc(90% + 15px); }
div#mktoGate input[name] { padding: 10px 12px; border: 1px solid #ccc !important; border-bottom-color: #000 !important; background: #fff; width: 100% !important; }
div#mktoGate select[name] { display: block; padding: 10px 12px; border: 1px solid #ccc !important; width: 100% !important; border-bottom-color: #000 !important; border-radius: 0; background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggdmVjdG9yLWVmZmVjdD0ibm9uLXNjYWxpbmctc3Ryb2tlIiBzdHJva2U9IiMwMDAiIGZpbGw9Im5vbmUiIGQ9Ik0yMiw3TDEyLDE3TDIsNyI+PC9wYXRoPjwvc3ZnPg==) no-repeat right center/24px 12px; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
div#mktoGate input[type='checkbox'], div#mktoGate input[type='radio'] { width: 1em !important; margin-right: .5em; }
#mktoGate select::-ms-expand { display: none; }
div#mktoGate .mktoHtmlText, #mktoGate .mktoCheckboxList { width: 100% !important; }
#mktoGate .mktoAsterix, #mktoGate .mktoOffset { display: none; }
#mktoGate .mktoCheckboxList input + label:before { width: 1em; height: 1em; border-width: 1px; margin: 0 6px 0 -6px; color: #fff; font-family: vesicons;}
#mktoGate .mktoCheckboxList input:checked + label:before { background-color: #de0000; border-color: #de0000; content:'\2713'}
#mktoGate a { text-decoration: underline; cursor:pointer; }
#mktoGate a::after { display: none; }
#mktoGate a.button { padding: 10px 24px; font-size: 14px; border-radius: 40px; border: solid 1px #000; margin-right: 12px; text-decoration:none;}
#mktoGate a.button.primary { background:#000; color:#fff; }
#mktoGate a.button.secondary { background: transparent; color: #000; }
#mktoGate .mktoButtonRow { display: none; }
#mktoGate .mktoButtonWrap+a { margin-left: 12px; }
#mktoGate .softeu { display: none; }

#mktoGate a.button.loading { background: #ccc; color: rgba(0,0,0,0.3);} 

input#showForm { display: none; }
#showForm~form { opacity:1; transform: none; transition: opacity 0.5s, transform 0.5s; }
#showForm.enabled:not(:checked)~form, #showForm.enabled:not(:checked)~div.cta { height:64px; overflow:hidden; opacity:0; transform: translateY(24px); }
#showForm+div { position: relative; opacity:1; transform: none; transition: opacity 0.5s, transform 0.5s;}
#showForm:checked+div { opacity:0; position: absolute; transform: translateY(-40px); }

#mktoGate div.img { border: solid 1px #fff; background: no-repeat left top/contain; max-width: 480px; }
#mktoGate div.img::before { content:" "; display: block; padding-top: 100%; }
#mktoGate form { min-height: 400px; }
#mktoGate form label, #mktoGate form p, #mktoGate form div { font-size: 14px !important; line-height: 125% !important; }
#mktoGate .mktoFieldWrap { width: 100%; }
#mktoGate label[for="mktoFormOptIn"],#mktoGate label[for="zCSMKTOGDPROptIn"]  { position: absolute; width:20px !important }
#mktoGate input#mktoCheckbox_71869_0, #mktoGate select#zCSMKTOGDPROptIn { margin-left: 12px; }
#mktoGate input::placeholder { color: transparent; }
#mktoGate .form>h2 { display: none; }
#mktoGate .thanks, #mktoGate.done form, #mktoGate.done .ctas { display: none; }
#mktoGate.done .thanks { display: block; }
#mktoGate .fields { display: flex; flex-wrap: wrap; justify-content: space-between;}
#mktoGate label { flex-basis: calc(50% - 12px); }
#mktoGate label.long { flex-basis: 100%; }
#mktoGate label.ps { order:1; }
#mktoGate label.cu { flex-basis: 100%; order:1; padding-top: 12px; }
#mktoGate label>span { display:inline-block; font-weight: bold; padding: 12px 0 6px;}
#mktoGate .req::before { content:"* "; color: #e00; font-weight: normal; }
#mktoGate .privacy:not(.gdpr) p.notice { display:none; }
#mktoGate .privacy.gdpr p.notice+p { display:none; }
#mktoGate .privacy.us label, #mktoGate .privacy.us label+p { display:none !important; }
#mktoGate form.shadow { display:none; opacity:0.5; }
#mktoGate button.loading { cursor: progress; }
#mktoGate button.loading::after { content:""; display:block; position: absolute; left:2px; top:10px; width: 16px; height: 16px; border: solid 2px; border-radius: 32px; border-left-color:transparent; animation: rotate 2s linear infinite; }

#mktoGate form:empty::after { content:""; display: block; opacity:1; z-index:1; border:solid 3px #000; border-top-color:#fff; border-radius: 32px; transition: opacity 0.5s ease-in; width: 32px; height: 32px; position:absolute; top:45%; left:45%;cursor: progress; animation: rotate 2s linear infinite; }
@keyframes rotate { to{transform:rotate(360deg);} }

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/*Global variables, styleguide colors, fonts*/
/*Components*/
.productsfilter .pills {
  display: none;
}
.productsfilter .cs_search-results-area {
  padding-top: 85px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 16px;
}
.productsfilter .cs_search-results-area .letter-tile {
  font-weight: bold;
  margin-bottom: 5px;
}
.productsfilter .cs_search-results-area .letter-tile .cs_row-result {
  padding: 0 0 25px 0;
}
.productsfilter .cs_search-results-area .letter-tile h3 {
  padding: 10px 0px 30px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  border-top: solid 4px #000000;
}
.productsfilter .cs_search-results-area .letter-tile .cs_row-result .cs_result-field {
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}
.productsfilter .cs_search-filter {
  margin-bottom: 65px;
}
.productsfilter .cs_search-filter .cs_filter-by-label {
  display: none;
}
.productsfilter .cs_search-filter .wrapper {
  width: 310px;
  margin: 0 16px;
}
.productsfilter .cs_search-filter .wrapper .level1 {
  position: absolute;
}
.productsfilter .cs_search-filter .wrapper .level1 ul li {
  width: 290px;
  text-align: left;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
}
.productsfilter .cs_search-filter .wrapper .level1 ul li a.arrow-btn {
  padding: 20px 0 20px 18px;
  color: #747676;
  font-weight: normal;
  line-height: 0;
  border: 1px solid #d8dada;
  border-bottom: 1px solid #000000;
}
.productsfilter .cs_search-filter .wrapper .level1 ul li a.arrow-btn:after {
  right: 14px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  content: '';
  width: 13px;
  height: 7px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url('main/resources/images/icons/cta-arrow-down-13px-7px.svg') no-repeat center;
}
.productsfilter .cs_search-filter .wrapper .level1 ul li a.arrow-btn span {
  display: none;
}
.productsfilter .cs_search-filter .wrapper .level1 ul li ul.list {
  display: none;
}
.productsfilter .cs_search-filter .wrapper .level1 ul li.active {
  border-left: 4px solid #ee0000;
}
.productsfilter .cs_search-filter .wrapper .level1 ul li.active a.arrow-btn {
  border-top-color: #000000;
  border-right-color: #000000;
  padding-left: 14px;
}
.productsfilter .cs_search-filter .wrapper .level1 ul li.active a.arrow-btn span {
  display: none;
}
.productsfilter .cs_search-filter .wrapper .level1 ul li.active a.arrow-btn:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform-origin: 50% 50% 0;
}
.productsfilter .cs_search-filter .wrapper .level1 ul li.active ul.list {
  display: block;
}
.productsfilter .cs_search-filter .wrapper .level2 {
  display: block;
  position: static;
  width: auto;
}
.productsfilter .cs_search-filter .wrapper .level2 ul {
  width: 290px;
  padding: 0;
  position: absolute;
  border-radius: 0;
}
.productsfilter .cs_search-filter .wrapper .level2 ul li {
  margin: 0;
  text-align: left;
  text-transform: none;
  background: #ffffff;
  border-top: none;
  cursor: pointer;
}
.productsfilter .cs_search-filter .wrapper .level2 ul li:last-child > a {
  border-bottom: 1px solid #000000;
}
.productsfilter .cs_search-filter .wrapper .level2 ul li a {
  color: #747676;
  line-height: 0;
  padding: 20px 0 20px 18px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #d8dada;
  margin: 0;
  border-radius: 0;
}
.productsfilter .cs_search-filter .wrapper .level2 ul li a[aria-checked=true] {
  border-left: 4px solid #ee0000;
  padding-left: 15px;
}
.productsfilter .cs_search-filter .wrapper .level2 ul li a:after {
  display: none;
}
.productsfilter .cs_search-filter .wrapper .level2 ul li a:hover:not([aria-checked=true]) {
  border-left: 4px solid #000000;
  padding-left: 15px;
}
.productsfilter .cs_results-count {
  display: none !important;
}
.productsfilter div[data-cmp-list-filter] .level2 ul > li {
  float: none;
}
@media only screen and (min-width: 320px) {
  .productsfilter .cs_search-results-area .letter-tile {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 760px) {
  .productsfilter .cs_search-filter .wrapper {
    margin: 0 20px;
  }
  .productsfilter .cs_search-results-area {
    margin: 0 10px;
  }
  .productsfilter .cs_search-results-area .letter-tile {
    max-width: 25%;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .productsfilter div[data-cmp-list-filter] .wrapper {
    display: block;
  }
  .productsfilter div[data-cmp-list-filter] a.filter-label {
    display: none !important;
  }
  .productsfilter div[data-cmp-list-filter] .level2 a.back-btn,
  .productsfilter div[data-cmp-list-filter] .level2 h2.level2-label {
    display: none;
  }
  .productsfilter div[data-cmp-list-filter] .level1 > ul > li > a:after {
    transform: none;
    top: 2px;
    right: 5px;
    font-size: 24px;
    font-weight: normal;
  }
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] {
  padding: 0 0 30px 0;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .cs_results-count {
  display: none !important;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #d8dada;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container:first-child .cs_row-large-result,
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container:first-child .cs_row-small-result {
  border-top: 1px solid #d8dada;
  padding: 15px;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container h3 {
  background-color: gray;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .caption {
  background-color: black;
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 8px 5px 8px;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .card_body,
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .card_body_sm {
  border-top: solid 8px #000;
  margin-top: 15px;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .featured {
  color: #D4271A;
  font-weight: 600;
  position: absolute;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .img-fluid {
  max-width: 100%;
  height: auto;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .d-none {
  display: none;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .font-italic {
  font-style: italic;
  margin: 10px 0px;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .min-read {
  font-weight: 600;
  padding-top: 5px;
  margin: 20px 0px 30px 0px;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .h3_dup,
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .h3_dup h3,
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .h3_dup p {
  font-size: 25px !important;
  color: #000000;
  background-color: transparent;
  max-height: 94px;
  overflow: hidden;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 760px) {
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .h3_dup,
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .h3_dup h3,
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .h3_dup p {
    max-height: 110px;
  }
}
@media (min-width: 500px) and (max-width: 760px) {
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .h3_dup,
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .h3_dup h3,
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .h3_dup p {
    max-height: 94px;
  }
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .description {
  max-height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
  margin: 5px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .embedded-content .h3_dup,
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .embedded-content .h3_dup p,
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .embedded-content .h3_dup h3 {
  color: #ffffff;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result {
  border-bottom: 1px solid #d8dada;
  border-right: 1px solid #d8dada;
  width: 100%;
  box-sizing: border-box;
  min-height: 520px;
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 760px) {
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result {
    width: 33.33%;
  }
}
@media screen and (max-width: 760px) {
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result {
    width: 100%;
  }
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result .cs_result-link {
  display: flex;
  height: 100%;
  flex-direction: column;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result .cs_result-link .cs_result-field-image {
  max-height: 318px;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 768px 640px;
  order: -1;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result .cs_result-link .cs_result-field-image img {
  width: 768px;
  opacity: 0;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result .cs_result-link .cs_result-field-image.pdf-resource {
  background-size: contain;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d8dada;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result .cs_result-link .cs_result-field-title {
  padding: 20px 0;
  font-size: 25px;
}
@media screen and (min-width: 760px) {
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result .cs_result-link .cs_result-field-title {
    padding: 20px 0;
  }
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 9px;
  margin-bottom: -2px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 1;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result.embedded-content {
  background-color: #000000;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result.embedded-content:after {
  display: none;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-large-result.embedded-content.searchtile.cta-tile {
  background-color: #000000;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-small-result {
  border-bottom: 1px solid #d8dada;
  border-right: 1px solid #d8dada;
  box-sizing: border-box;
  min-height: 180px;
  position: relative;
  width: 100%;
  padding: 15px;
}
@media screen and (min-width: 760px) {
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-small-result {
    width: 33.33%;
    min-height: 520px;
  }
}
@media screen and (max-width: 760px) {
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-small-result {
    width: 100%;
    min-height: 520px;
  }
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-small-result .cs_result-link {
  display: block;
  height: 100%;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-small-result .cs_result-link .cs_result-field-title {
  padding: 20px 0;
  font-size: 25px;
}
@media screen and (min-width: 760px) {
  #resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-small-result .cs_result-link .cs_result-field-title {
    font-size: 20px;
  }
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-small-result:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 9px;
  margin-bottom: -2px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 1;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-small-result.embedded-content {
  background-color: #000000;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-small-result.embedded-content:after {
  display: none;
}
#resource-search-results.cs_search-results[data-resultsdisplayformat^="resourcelist"] .pattern-container .cs_row-small-result.embedded-content.searchtile.cta-tile {
  background-color: #000000;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area {
  /*margin-bottom: 20px;*/
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result {
  width: 100%;
  display: block;
  float: left;
  border: solid 1px #d8dada;
  border-left: none;
  padding: 16px;
  margin-bottom: 30px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result:first-child {
  border-left: solid 1px #d8dada;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-image {
  width: 100%;
  height: 60vw;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 15px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-image img {
  height: auto;
  width: 100%;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-title {
  font-weight: bold;
  border-top: solid 5px #000000;
  padding-top: 10px;
  height: 65px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-description {
  font-size: 14px;
  line-height: 16px;
  height: 105px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result button.quick-view-button {
  height: 23px;
  float: right;
  margin-top: 5px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result button.quick-view-button .right-arrow {
  width: 15px;
  height: 15px;
  margin-left: 9px;
  margin-bottom: -2px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  display: inline-block;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result button:focus {
  outline: dotted 1px #000000;
}
@media only screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result {
    width: 25%;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result {
    width: 33.33%%;
  }
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-image {
    width: 100%;
    height: calc(22.13vw * .67);
    max-height: 175px;
  }
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-title {
    height: 75px;
  }
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-description {
    height: 125px;
  }
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result button.quick-view-button {
    margin-top: 15px;
  }
}
.cs_search-results[data-resultsdisplayformat^="featured"] {
  display: flex;
  flex-wrap: wrap;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_results-count {
  width: 100%;
  font-size: 32px;
  padding: 30px 20px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area {
  width: 100%;
  order: 2;
  /*margin-bottom: 30px;*/
}
@media only screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area {
    order: 1;
    /* margin-bottom: 60px;*/
  }
}
.cs_search-results[data-resultsdisplayformat^="featured"] .searchfilter {
  width: 100%;
  padding: 0px 20px;
  order: 1;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .searchfilter div[data-cmp-list-filter] .wrapper {
  display: block;
}
@media only screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .searchfilter {
    order: 2;
    padding: 0px 20px;
    width: 35%;
  }
}
@media only screen and (min-width: 992px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .searchfilter {
    width: 25%;
  }
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-wrapper {
  padding: 20px;
  width: 100%;
  order: 3;
}
@media only screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-wrapper {
    padding: 0px;
    width: 65%;
  }
}
@media only screen and (min-width: 992px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-wrapper {
    width: 75%;
  }
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-wrapper .cs_search-results-area {
  width: 100%;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-wrapper .cs_search-results-area em {
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-pagenation {
  padding: 30px 0px;
  width: 100%;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result {
  padding: 22px 0.5rem;
  border-bottom: solid 1px #d8dada;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result:first-child {
  padding: 0 0.5rem 22px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-title {
  margin-bottom: 5px;
  font-family: "NHaasGroteskTXW01-75Bd", Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-path {
  margin-bottom: 5px;
  color: #747676;
  word-wrap: break-word;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-description {
  font-size: 19px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-tags {
  font-size: 14px;
  line-height: 16px;
  color: #747676;
  margin-top: 10px;
  background: url("../../../business/etc.clientlibs/ves/clientlibs/main/resources/images/icons/tag-blk.png") no-repeat;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-tags ul {
  list-style-position: outside;
  margin-left: 25px;
  padding: 0px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-tags ul li {
  display: inline;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-tags ul li:after {
  content: ", ";
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-tags ul li:last-child:after {
  content: "";
}
.cs_search-results[data-resultsdisplayformat^="pattern"] {
  padding: 0 0 30px 0;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .cs_results-count {
  display: none !important;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #d8dada;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container:first-child .cs_row-large-result {
  border-top: 1px solid #d8dada;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container h3 {
  background-color: gray;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-large-result {
  border-bottom: 1px solid #d8dada;
  border-right: 1px solid #d8dada;
  width: 100%;
  box-sizing: border-box;
  min-height: 498px;
  position: relative;
}
@media screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-large-result {
    width: 50%;
    min-height: 636px;
  }
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-large-result .cs_result-link {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-large-result .cs_result-link .cs_result-field-image {
  max-height: 318px;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 768px 640px;
  order: -1;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-large-result .cs_result-link .cs_result-field-image img {
  width: 768px;
  opacity: 0;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-large-result .cs_result-link .cs_result-field-image.pdf-resource {
  background-size: contain;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d8dada;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-large-result .cs_result-link .cs_result-field-title {
  padding: 16px;
  font-size: 25px;
}
@media screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-large-result .cs_result-link .cs_result-field-title {
    font-size: 32px;
    line-height: 32px;
    padding: 20px;
  }
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-large-result:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 9px;
  margin-bottom: -2px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 1;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-large-result.embedded-content:after {
  display: none;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-small-result {
  border-bottom: 1px solid #d8dada;
  border-right: 1px solid #d8dada;
  box-sizing: border-box;
  min-height: 180px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-small-result {
    width: 25%;
    min-height: 318px;
  }
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-small-result .cs_result-link {
  display: block;
  height: 100%;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-small-result .cs_result-link .cs_result-field-title {
  padding: 16px;
  font-size: 25px;
}
@media screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-small-result .cs_result-link .cs_result-field-title {
    font-size: 20px;
    padding: 20px;
  }
}
@media screen and (min-width: 1050px) {
  .cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-small-result .cs_result-link .cs_result-field-title {
    font-size: 32px;
    padding: 20px;
  }
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-small-result:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 9px;
  margin-bottom: -2px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 1;
}
.cs_search-results[data-resultsdisplayformat^="pattern"] .pattern-container .cs_row-small-result.embedded-content:after {
  display: none;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area {
  /*margin-bottom: 20px;*/
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result {
  width: 100%;
  display: block;
  float: left;
  border: solid 1px #d8dada;
  border-left: none;
  padding: 16px;
  margin-bottom: 30px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result:first-child {
  border-left: solid 1px #d8dada;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-image {
  width: 100%;
  height: 60vw;
  max-height: 220px;
  overflow: hidden;
  margin-bottom: 15px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-image img {
  height: auto;
  width: 100%;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-title {
  font-family: "NHaasGroteskTXW01-75Bd", "Neue Haas Grotesk Text Std", Arial, Helvetica, sans-serif;
  border-top: solid 5px #000000;
  padding-top: 10px;
  height: 65px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-description {
  font-family: "NeueHaasGroteskDispW01", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  height: 105px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result button.quick-view-button {
  height: 23px;
  float: right;
  margin-top: 5px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result button.quick-view-button .right-arrow {
  width: 15px;
  height: 15px;
  margin-left: 9px;
  margin-bottom: -2px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  display: inline-block;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result button:focus {
  outline: dotted 1px #000000;
}
@media only screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result {
    width: 25%;
  }
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-image {
    width: 100%;
    height: calc(22.13vw * .67);
    max-height: 175px;
  }
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-title {
    height: 75px;
  }
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result .cs_result-field-description {
    height: 125px;
  }
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area .cs_row-featured-result button.quick-view-button {
    margin-top: 15px;
  }
}
.cs_search-results[data-resultsdisplayformat^="featured"] {
  display: flex;
  flex-wrap: wrap;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_results-count {
  width: 100%;
  font-size: 32px;
  font-family: "NHaasGroteskTXW01-75Bd", "Neue Haas Grotesk Text Std", Arial, Helvetica, sans-serif;
  padding: 30px 20px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area {
  width: 100%;
  order: 2;
  /*margin-bottom: 30px;*/
}
@media only screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-featured-results-area {
    order: 1;
    /* margin-bottom: 60px;*/
  }
}
.cs_search-results[data-resultsdisplayformat^="featured"] .searchfilter {
  width: 100%;
  padding: 0px 20px;
  order: 1;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .searchfilter div[data-cmp-list-filter] .wrapper {
  display: block;
}
@media only screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .searchfilter {
    order: 2;
    padding: 0px 20px;
    width: 35%;
  }
}
@media only screen and (min-width: 992px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .searchfilter {
    width: 25%;
  }
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-wrapper {
  padding: 20px;
  width: 100%;
  order: 3;
}
@media only screen and (min-width: 760px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-wrapper {
    padding: 0px;
    width: 65%;
  }
}
@media only screen and (min-width: 992px) {
  .cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-wrapper {
    width: 75%;
  }
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-wrapper .cs_search-results-area {
  width: 100%;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-wrapper .cs_search-results-area em {
  font-style: normal;
  font-family: "NHaasGroteskTXW01-75Bd", Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_search-results-pagenation {
  padding: 30px 0px;
  width: 100%;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result {
  padding: 22px 0.5rem;
  border-bottom: solid 1px #d8dada;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result:first-child {
  padding: 0 0.5rem 22px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-title {
  margin-bottom: 5px;
  font-family: "NHaasGroteskTXW01-75Bd", Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-path {
  margin-bottom: 5px;
  color: #747676;
  word-wrap: break-word;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-description {
  font-size: 19px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-tags {
  font-size: 14px;
  line-height: 16px;
  color: #747676;
  margin-top: 10px;
  background: url("../../../business/etc.clientlibs/ves/clientlibs/main/resources/images/icons/tag-blk.png") no-repeat;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-tags ul {
  list-style-position: outside;
  margin-left: 25px;
  padding: 0px;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-tags ul li {
  display: inline;
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-tags ul li:after {
  content: ", ";
}
.cs_search-results[data-resultsdisplayformat^="featured"] .cs_row-result .cs_result-field-tags ul li:last-child:after {
  content: "";
}
.searchbar {
  width: 100%;
  margin: 0px auto;
}
@media only screen and (min-width: 760px) {
  .searchbar {
    padding: 70px 20px;
  }
}
@media only screen and (max-width: 760px) {
  .searchbar {
    padding: 10px;
  }
}
@media only screen and (min-width: 1272px) {
  .searchbar {
    width: 100%;
  }
}
.searchbar .cs_search-component-searchbar {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
}
.searchbar .cs_search-component-searchbar form.cs_search-form {
  margin: 0 auto;
}
.searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string {
  width: 100%;
  padding: 10px 75px;
  font-size: 20px;
  margin-right: 0rem;
  height: 50px;
  color: #000000;
  font-weight: bold;
  border: solid 1px #979898;
  background-color: transparent;
}
.searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string::-ms-clear {
  display: none;
}
.searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string::-ms-input-placeholder {
  /*EDGE */
  color: #6F7171;
  text-overflow: ellipsis;
}
.searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6F7171;
  text-overflow: ellipsis;
}
.searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string::-moz-placeholder {
  /* Firefox 19+ */
  color: #6F7171;
  text-overflow: ellipsis;
}
.searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string:-ms-input-placeholder {
  /* IE 10+ */
  color: #6F7171;
  text-overflow: ellipsis;
}
.searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string:-moz-placeholder {
  /* Firefox 18- */
  color: #6F7171;
  text-overflow: ellipsis;
}
.searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string.active {
  border: solid 1px #979898;
}
.searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string.active:focus {
  outline: 0;
}
.searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string:focus {
  outline: solid 1px #000;
}
@media only screen and (max-width: 450px) {
  .searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string {
    font-size: 17px;
    padding: 10px 45px;
  }
}
@media only screen and (min-width: 760px) {
  .searchbar .cs_search-component-searchbar form.cs_search-form input.cs_search-string {
    height: 80px;
    border: solid 1px #979898;
    font-size: 32px;
  }
}
.searchbar .cs_search-component-searchbar form.cs_search-form button.cs_search-close,
.searchbar .cs_search-component-searchbar form.cs_search-form button.cs_search-submit {
  font-weight: bold;
  position: absolute;
  background-color: transparent;
  color: #000000;
  border: none;
}
.searchbar .cs_search-component-searchbar form.cs_search-form button.cs_search-submit {
  position: absolute;
  left: 5px;
  top: 2px;
  bottom: 2px;
}
.searchbar .cs_search-component-searchbar form.cs_search-form button.cs_search-submit svg {
  height: 18px;
  width: 18px;
}
@media only screen and (min-width: 760px) {
  .searchbar .cs_search-component-searchbar form.cs_search-form button.cs_search-submit svg {
    height: 25px;
    width: 25px;
  }
}
@media only screen and (max-width: 450px) {
  .searchbar .cs_search-component-searchbar form.cs_search-form button.cs_search-submit {
    left: 0px;
    width: 5.25rem;
  }
}
.searchbar .cs_search-component-searchbar form.cs_search-form button.cs_search-close {
  position: absolute;
  right: 20px;
  top: 2px;
  bottom: 2px;
  display: none;
  transition: opacity 0.2s ease-in-out;
  cursor: text;
}
.searchbar .cs_search-component-searchbar form.cs_search-form button.cs_search-close.active {
  display: block;
  cursor: pointer;
}
.searchbar .cs_search-component-searchbar form.cs_search-form button.cs_search-close svg {
  height: 18px;
  width: 18px;
}
@media only screen and (min-width: 760px) {
  .searchbar .cs_search-component-searchbar form.cs_search-form button.cs_search-close svg {
    height: 25px;
    width: 25px;
  }
}
.searchbar .cs_search-component-searchbar .cs_predictive-search {
  position: absolute;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  border-bottom: solid 1px #979898;
  border-left: solid 1px #979898;
  border-right: solid 1px #979898;
  display: none;
}
.searchbar .cs_search-component-searchbar .cs_predictive-search.active {
  display: block;
}
.searchbar .cs_search-component-searchbar .cs_predictive-search .cs_predictive-search-results {
  padding: 0px 10px 40px;
  font-size: 17px;
  line-height: 20px;
}
.searchbar .cs_search-component-searchbar .cs_predictive-search .cs_predictive-search-results ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.searchbar .cs_search-component-searchbar .cs_predictive-search .cs_predictive-search-results ul li {
  padding: 6px 0px;
}
.searchbar .cs_search-component-searchbar .cs_predictive-search .cs_predictive-search-results ul li strong {
  font-family: "NHaasGroteskTXW01-75Bd", "Neue Haas Grotesk Text Std", Arial, Helvetica, sans-serif;
}
.searchbar .cs_search-component-searchbar .cs_predictive-search .cs_predictive-search-button button {
  color: #ffffff;
}
.searchbar .cs_related-search {
  margin-top: 15px;
}
.searchbar .cs_related-search div {
  display: inline-block;
}
.searchbar .cs_related-search div li {
  display: inline-block;
}
.searchbar .cs_related-search div li::after {
  content: ", ";
}
.searchbar .cs_related-search div li:last-child::after {
  content: " ";
}
.searchbar .cs_related-search div a {
  text-decoration: underline;
}
.cs_search-component-pagenation [class^="cta-rounded-button"]:not(:first-child) {
  margin-left: 8px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 760px) {
  .cs_search-component-pagenation [class^="cta-rounded-button"]:not(:first-child) {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.cs_search-component-pagenation .cs_pagination {
  padding: 0px;
}
.cs_search-component-pagenation .cs_pagination-links {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media only screen and (min-width: 760px) {
  .cs_search-component-pagenation .cs_pagination-links {
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
.cs_search-component-pagenation .cs_pagination-links .cs_pagination-buttons {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (min-width: 760px) {
  .cs_search-component-pagenation .cs_pagination-links .cs_pagination-buttons {
    width: auto;
    flex: 0 0 auto;
    margin-bottom: 0px;
  }
}
.cs_search-component-pagenation .cs_pagination-links .cs_pagination-dropdown {
  display: none;
}
.cs_search-component-pagenation .cs_pagination-links .cs_pagination-dropdown.dropdown-active {
  display: block;
}
@media only screen and (min-width: 760px) {
  .cs_search-component-pagenation .cs_pagination-links .cs_pagination-dropdown {
    flex: 1 0 auto;
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 992px) {
  .cs_search-component-pagenation .cs_pagination-links .cs_pagination-dropdown {
    flex: 1 0 auto;
    margin: 0px;
  }
}
.cs_search-component-pagenation .cs_pagination-links div.select {
  width: 100%;
}
@media only screen and (min-width: 760px) {
  .cs_search-component-pagenation .cs_pagination-links div.select {
    max-width: 300px;
    width: 40%;
  }
}
.cs_search-component-pagenation .cs_pagination-links div.select button {
  text-align: left;
  width: 100%;
  padding: 9px 16px;
  height: 40px;
  border: 1px solid #d8dada;
  border-bottom: 1px solid #000000;
  /* background: 0 0; */
  color: #333333;
  /* outline: 0; */
  -webkit-appearance: none;
  font-size: 12px;
  position: relative;
}
.cs_search-component-pagenation .cs_pagination-links div.select button:hover,
.cs_search-component-pagenation .cs_pagination-links div.select button:focus {
  background-color: #f7f7f7;
}
.cs_search-component-pagenation .cs_pagination-links div.select button:after {
  margin-top: 5.5px;
  float: right;
  content: '';
  width: 13px;
  height: 7px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url('main/resources/images/icons/cta-arrow-down-13px-7px.svg') no-repeat center;
}
.cs_search-component-pagenation .cs_pagination-links div.select button.active {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding-left: 16px;
}
.cs_search-component-pagenation .cs_pagination-links div.select button.active:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.cs_search-component-pagenation .cs_pagination-links div.select .task-options.menu {
  position: relative;
}
.cs_search-component-pagenation .cs_pagination-links div.select .task-options.menu.turn ul {
  display: block;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.cs_search-component-pagenation .cs_pagination-links div.select .task-options.menu ul {
  background: #ffffff;
  border: 1px solid #d8dada;
  border-top-width: 0;
  display: none;
  left: 0px;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0px 0;
  right: 0px;
  z-index: 999;
  position: absolute;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.cs_search-component-pagenation .cs_pagination-links div.select .task-options.menu ul li {
  display: block;
  margin: 0;
  padding: 0 14px;
  text-align: left;
  text-transform: none;
  border-bottom: 1px solid #d8dada;
  border-left: solid 2px transparent;
}
.cs_search-component-pagenation .cs_pagination-links div.select .task-options.menu ul li a {
  display: block;
  padding: 7px 0;
  color: #747676;
  font-size: 12px;
}
.cs_search-component-pagenation .cs_pagination-links div.select .task-options.menu ul li:hover {
  padding-left: 12px;
  background-color: #f7f7f7;
  border-left: 4px solid #000000;
}
@media (max-width: 760px) {
  .cs_search-component-pagenation {
    padding: 30px 16px;
  }
}
/*
 *  
 *  Verizon Enterprise  - Sort
 *  
*/
.sort {
  display: inline-block;
}
@media (max-width: 760px) {
  .sort .cs_search-sort-search-results .sort .cs_search-sort-search-results .filter-dropdown {
    margin: 15px;
  }
}
.sort .cs_search-sort-search-results .filter-dropdown {
  min-width: 278px;
  margin: 0 0px 10px 15px;
  position: relative;
}
.sort .cs_search-sort-search-results .filter-dropdown .label {
  text-align: left;
  font-weight: bold;
  padding-bottom: 5px;
}
.sort .cs_search-sort-search-results .filter-dropdown .filter-dropdown-button {
  text-align: left;
  padding: 9px 15px;
  height: 40px;
  background: #d8dada;
  display: block;
  border: 1px solid #d8dada;
  border-bottom: 1px solid #000000;
}
.sort .cs_search-sort-search-results .filter-dropdown .filter-dropdown-button:after {
  margin-top: 5.5px;
  float: right;
  content: '';
  width: 13px;
  height: 7px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: url('main/resources/images/icons/cta-arrow-down-13px-7px.svg') no-repeat center;
}
.sort .cs_search-sort-search-results .filter-dropdown .filter-dropdown-button:hover {
  background-color: #e8eaea;
}
.sort .cs_search-sort-search-results .filter-dropdown .cs_sort-options {
  float: none;
  display: none;
  background-color: #fff;
  border: 1px solid #d8dada;
  left: auto;
  right: auto;
  border-radius: 0;
  z-index: 1;
  position: absolute;
  list-style: none;
  width: 100%;
}
.sort .cs_search-sort-search-results .filter-dropdown .cs_sort-options li {
  min-height: 40px;
  display: block;
  margin: 0;
  padding: 9px 16px;
  text-align: left;
  text-transform: none;
  border-bottom: 1px solid #d8dada;
  vertical-align: middle;
  cursor: pointer;
  font-family: "NeueHaasGroteskDispW01", Arial, Helvetica, sans-serif;
}
.sort .cs_search-sort-search-results .filter-dropdown.active .cs_sort-options {
  display: block;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.sort .cs_search-sort-search-results .filter-dropdown.active .cs_sort-options li {
  display: block;
  margin: 0;
  padding: 9px 16px;
  text-align: left;
  text-transform: none;
  vertical-align: middle;
}
.sort .cs_search-sort-search-results .filter-dropdown.active .cs_sort-options li:hover {
  padding-left: 12px;
  background-color: #f7f7f7;
  border-left: 4px solid #000000;
}
.sort .cs_search-sort-search-results .filter-dropdown.active .cs_sort-options li.selected {
  display: none;
}
.sort .cs_search-sort-search-results .filter-dropdown.active .filter-dropdown-button {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid transparent;
}
.sort .cs_search-sort-search-results .filter-dropdown.active .filter-dropdown-button:after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
@media (max-width: 760px) {
  .sort .cs_search-sort-search-results .filter-dropdown {
    margin: 0 15px 10px 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .sort .cs_search-sort-search-results .filter-dropdown {
    margin: 0 auto 10px auto;
  }
}
@media (max-width: 760px) {
  .sort {
    display: block;
    padding-top: 15px;
  }
}
.page.resourcelanding {
  overflow-x: hidden;
  background: #f6f6f6;
}
.page.resourcelanding .resourceparsys {
  position: relative;
  z-index: 3;
  margin-bottom: 45;
}
@media (min-width: 1024px) {
  .page.resourcelanding .resourceparsys .titletext .titletext-wrapper {
    display: flex;
  }
  .page.resourcelanding .resourceparsys .titletext .titletext-wrapper > * {
    width: 50%;
  }
}
.page.resourcelanding .resourceparsys .titletext .titletext-wrapper .text p {
  line-height: 1.25 !important;
}
@media (min-width: 768px) {
  .page.resourcelanding .resourcesearch .search {
    padding: 0 40px;
  }
}
@media (min-width: 0px) {
  .page.resourcelanding .resourcesearch .search .main {
    display: block;
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter {
  z-index: 2;
  position: relative;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 500vh;
  left: calc(50% - 50vw);
  background: #e9e9ea;
  z-index: -1;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar {
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar {
  background: transparent;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar .cs_search-form {
  border-bottom: 1px solid black;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar .cs_search-form .cs_search-string.vz-search-input {
  border: none;
  font-size: 20px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar .cs_search-form .cs_search-close {
  display: none;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar .cs_search-form .cs_search-submit.vz-search-submit {
  position: static;
  left: auto;
  right: 0;
}
@media (min-width: 1024px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar .cs_search-form .cs_search-submit.vz-search-submit {
    background: #000000;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 45px;
    border-radius: 20px;
    width: auto;
    letter-spacing: 1px;
    margin-top: -10px;
  }
  .page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar .cs_search-form .cs_search-submit.vz-search-submit:before {
    content: 'Search';
  }
}
@media (max-width: 1023px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar .cs_search-form .cs_search-submit.vz-search-submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar .cs_search-form .cs_search-submit.vz-search-submit:before {
    content: '';
    display: block;
    height: 9px;
    width: 9px;
    border-radius: 0;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    transform: rotate(-45deg);
    position: relative;
    right: 3px;
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar .cs_search-form .cs_search-submit.vz-search-submit svg.search-icon {
  position: absolute;
  left: 0;
  color: black;
  height: 16px;
  width: 16px;
  top: calc(50% - 8px);
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_search-component-searchbar .cs_predictive-search {
  display: none;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter .searchbar .cs_related-search {
  display: none;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 {
  width: 100%;
  display: flex;
  flex-flow: column-reverse;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1:not(:empty) {
  margin-top: 30px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .active-filter {
  margin: 0;
  padding: 0;
}
@media (min-width: 0px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .active-filter {
    width: 100%;
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .active-filter .title1 {
  display: none;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .active-filter .active-filter-list {
  display: flex;
  flex-flow: row wrap;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .active-filter .active-filter-list:not(:empty) {
  margin-top: 20px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .active-filter .active-filter-list li {
  margin: 0 0;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  padding: 4px 12px;
  line-height: 1;
  border-radius: 60px;
  background: transparent;
  border: 1px solid black;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .active-filter .active-filter-list li a[aria-label='Clear Filter'] {
  margin: 0 0 0 5px;
  padding: 0;
  height: 1em;
  width: 1em;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .active-filter .active-filter-list li a[aria-label='Clear Filter']:before {
  content: '\2716';
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .active-filter + div {
  display: none;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter {
  margin: 0;
  width: 100%;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .feature-separator {
  display: none;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets {
  background: transparent;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets * {
  min-width: 0;
}
@media (min-width: 768px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets {
    display: flex;
    justify-content: space-between;
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion {
  margin: 0;
}
@media (min-width: 768px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion {
    width: calc(25% - 30px);
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion {
    font-size: 14px;
    width: calc(25% - 15px);
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion .vz-dropdown.arrow-btn {
  padding-left: 11px;
  font-size: 16px;
  border-bottom: 1px solid black;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion .vz-dropdown.arrow-btn {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion .level2 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion .level2 .vz-checkbox {
  background: transparent;
  border-left: none;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion .level2 .vz-checkbox:before {
  content: '';
  display: block;
  border: 1px solid black;
  top: calc(50% - 8px);
  left: 11px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion .level2 .vz-checkbox[aria-checked='true']:before {
  background-color: black;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZpZXdCb3g9IjAgMCAxNzIgMTcyIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0iYnV0dCIgc3Ryb2tlLWxpbmVqb2luPSJtaXRlciIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtZGFzaGFycmF5PSIiIHN0cm9rZS1kYXNob2Zmc2V0PSIwIiBmb250LWZhbWlseT0ibm9uZSIgZm9udC13ZWlnaHQ9Im5vbmUiIGZvbnQtc2l6ZT0ibm9uZSIgdGV4dC1hbmNob3I9Im5vbmUiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTogbm9ybWFsIj48cGF0aCBkPSJNMCwxNzJ2LTE3MmgxNzJ2MTcyeiIgZmlsbD0ibm9uZSI+PC9wYXRoPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik02NC41LDEzOS4wMzMzM2wtNDAuODUsLTQwLjg1bDEwLjAzMzMzLC0xMC4wMzMzM2wzMC44MTY2NywzMC44MTY2N2w4MC45ODMzMywtODAuOTgzMzNsMTAuMDMzMzMsMTAuMDMzMzN6Ij48L3BhdGg+PC9nPjwvZz48L3N2Zz4=');
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion .level2 .vz-checkbox .resources-nav-link {
  color: black;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion .level2 .vz-checkbox .resources-nav-link:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion .vz-dropdown,
.page.resourcelanding .resourcesearch .search .main .resourcesfilter .cs_search-filter div[data-cmp-list-filter] .wrapper .level1 .filter-dropdown.first-filter .facets .facet-accordion .level2 {
  background: #ffffff;
}
@media (max-width: 768px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults {
    padding: 0 16px;
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults [data-cmp-list-filter] {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 4px solid black;
  margin: 40px 0 40px 0;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults [data-cmp-list-filter] .filter-dropdown {
  display: flex;
  margin: 0;
  line-height: 1.5em;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults [data-cmp-list-filter] .filter-dropdown .label {
  padding-bottom: 0;
  font-weight: normal;
  margin-right: 10px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults [data-cmp-list-filter] .filter-dropdown-button {
  padding: 0;
  height: auto;
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults [data-cmp-list-filter] .filter-dropdown-button:after {
  margin: 0 0 0 5px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults [data-cmp-list-filter] .filter-dropdown .cs_sort-options {
  top: 100%;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results .cs_search-no-results,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results .cs_search-no-results__wrapper,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results .cs_search-no-results__zero-message {
  margin: 0;
  padding: 0;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results .cs_search-no-results {
  margin: 0 20px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results .cs_search-no-results .cs_search-no-results__zero-message {
  margin-bottom: 20px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results .cs_search-no-results .cs_search-no-results__zero-message h3 {
  background: #ed7000;
  font-size: 1.25em;
  padding: 0.5em 0.5em 0.5em 2.25em;
  position: relative;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results .cs_search-no-results .cs_search-no-results__zero-message h3:before {
  content: '';
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAtUlEQVRIieWVQQqDMBBFHz2g2ZQu2oO4rMueU3qKKtiFM5CGJKN2AoV+yMZM3oszgvBP6YBRVucNPwMTsMiagVsL+B3oPSUpXOMiKcFdJCW4zuArSe3mqWC3xGpLTrBZEiL4UKgpCZAzizBCruBpwC1BLBn1wSk53DRbWlTLgNEiWIf8ksLHAfgMXK3imiQ3g11wS5IKDsEtiQvckrjANRc+vy6FT7LnkvhN3G6eJtDwl/m7eQNjVXBxVWWnQgAAAABJRU5ErkJggg==') no-repeat center center / cover;
  display: block;
  height: 1.25em;
  width: 1.25em;
  position: absolute;
  top: calc(50% - 1.25em / 2);
  left: 0.5em;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] {
  margin: -20px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] * {
  border: none;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container {
  position: relative;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result {
  padding: 20px;
}
@media (max-width: 599px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result {
    min-height: 550px;
  }
}
@media (min-width: 500px) and (max-width: 650px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result {
    min-height: 650px;
  }
}
@media (min-width: 651px) and (max-width: 768px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result {
    min-height: 700px;
  }
}
@media (min-width: 800px) and (max-width: 1024) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result {
    min-height: 500px;
  }
}
@media (min-width: 768px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result {
    width: 33.33%;
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured {
  font-weight: normal;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type:after,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type:after {
  display: none;
}
@media (max-width: 767px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type .cs_result-link > *,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type .cs_result-link > * {
    left: -1px !important;
    right: -1px !important;
  }
}
@media (min-width: 768px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type {
    width: 50%;
    margin-right: 50%;
  }
}
@media (min-width: 1024px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type {
    width: 66.66%;
    margin-right: 33.33%;
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type .cs_result-link > *,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type .cs_result-link > * {
  position: absolute !important;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
@media (min-width: 1024px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type .cs_result-link > *[class*='card_body'],
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type .cs_result-link > *[class*='card_body'] {
    width: 66.66%;
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type .cs_result-link > *[class*='card_body'] .cs_result-field-title,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type .cs_result-link > *[class*='card_body'] .cs_result-field-title {
  max-height: auto !important;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type .cs_result-link > *[class*='card_body'] .cs_result-field-title *,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type .cs_result-link > *[class*='card_body'] .cs_result-field-title * {
  max-height: auto !important;
  font-size: 48px !important;
  line-height: 1.1 !important;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div + div,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div + div {
  height: calc(520px/3);
  min-height: calc(520px/3);
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div .cs_result-link [style*='padding-top'],
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div .cs_result-link [style*='padding-top'],
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div .cs_result-link [style*='padding-top'],
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div .cs_result-link [style*='padding-top'],
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div + div .cs_result-link [style*='padding-top'],
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div + div .cs_result-link [style*='padding-top'],
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div .description,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div .description,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div .description,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div .description,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div + div .description,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div + div .description {
  display: none;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div .cs_result-field-title *,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div .cs_result-field-title *,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div .cs_result-field-title *,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div .cs_result-field-title *,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div + div .cs_result-field-title *,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div + div .cs_result-field-title * {
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div + div,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div + div {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 15px 20px;
  }
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div {
    top: calc(520px / 3);
  }
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result.featured:first-of-type.featured:first-of-type + div + div + div,
  .page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result.featured:first-of-type.featured:first-of-type + div + div + div {
    top: calc(520px / 3 * 2 - 5px);
  }
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link {
  background: #ffffff;
  display: flex;
  flex-flow: column;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'],
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] {
  flex-grow: 1;
  padding: 20px;
  margin: 0;
  position: relative;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .meta-top,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .meta-top {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .meta-top .featured,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .meta-top .featured,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .meta-top .popular,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .meta-top .popular {
  position: static;
  background: #00ac3e;
  padding: 0 8px;
  color: white;
  margin-right: 8px;
  line-height: 20px;
  font-weight: bold;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .meta-top .featured:not(.d-none),
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .meta-top .featured:not(.d-none),
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .meta-top .popular:not(.d-none),
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .meta-top .popular:not(.d-none) {
  display: inline-block;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .meta-top .popular,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .meta-top .popular {
  background: #0088ce;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .cs_result-field-title,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .cs_result-field-title {
  margin: 0;
  padding: 0;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .cs_result-field-title h3,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .cs_result-field-title h3 {
  font-size: 24px !important;
  overflow: hidden;
  line-height: 1.1;
  margin-bottom: 6px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .description,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .description {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  max-height: 0;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .meta-bottom,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .meta-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 45px;
  font-size: 12px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .meta-bottom .caption,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .meta-bottom .caption {
  background: transparent;
  color: black;
  padding: 0;
  font-size: 12px;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result .cs_result-link [class*='card_body'] .meta-bottom .caption + .min-read:before,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result .cs_result-link [class*='card_body'] .meta-bottom .caption + .min-read:before {
  content: '|';
  margin: 0 0.5em;
}
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-large-result:after,
.page.resourcelanding .resourcesearch .search .main .resourcesearchresults.searchresults #resource-search-results.cs_search-results[data-resultsdisplayformat^='resourcelist'] .cs_search-results-area .pattern-container .cs_row-small-result:after {
  bottom: 43px;
  right: 43px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.carousel {
  overflow: hidden;
  position: relative;
  /*Dark vs Light theme*/
  /*.textslider.dark-bg-light-tx .component-wrapper {
  background-color: @black;
  }*/
  /*.textslider.light-bg-dark-tx .textslider-wrapper, .textslider.light-bg-dark-tx .homepage-heading .textslider.light-bg-dark-tx .homepage-subheading, .textslider.light-bg-dark-tx a {
  color: @black;
  }*/
  /*End Dark vs Light theme*/
  /*media queries*/
}
.carousel .textslider .slick-list {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .carousel .textslider .slick-list {
    margin-left: -50px;
  }
}
.carousel .textslider .left-arrow-svg {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version='1.1'%20id='Ebene_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2018%2018'%20style='enable-background:new%200%200%2018%2018;'%20xml:space='preserve'%3E%3Cpolygon%20points='9.321,17.835%2010.116,17.04%202.64,9.562%2018,9.562%2018,8.438%202.64,8.438%2010.116,0.96%209.321,0.165%200.485,9%20'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.carousel .textslider .right-arrow-svg {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version='1.1'%20id='Ebene_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2018%2018'%20style='enable-background:new%200%200%2018%2018;'%20xml:space='preserve'%3E%3Cpolygon%20points='8.679,0.165%207.884,0.96%2015.36,8.438%200,8.438%200,9.562%2015.36,9.562%207.884,17.04%208.679,17.835%2017.515,9%20'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.carousel .textslider.dark-bg-light-tx .textslider-wrapper,
.carousel .textslider.dark-bg-light-tx .homepage-heading,
.carousel .textslider.dark-bg-light-tx .homepage-subheading,
.carousel .textslider.dark-bg-light-tx a {
  color: #fff;
}
.carousel .textslider.dark-bg-light-tx .textslider-swipe {
  border-color: rgba(255, 255, 255, 0.7);
}
.carousel .textslider.light-bg-dark-tx .textslider-swipe {
  border-color: rgba(0, 0, 0, 0.7);
}
.carousel .textslider.dark-bg-light-tx .right-arrow {
  border-right: 2px solid #ff;
  border-bottom: 2px solid #fff;
}
.carousel .textslider.light-bg-dark-tx .right-arrow {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.carousel .textslider.dark-bg-light-tx .right-arrow-svg {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2ZXJzaW9uPScxLjEnIGZpbGw9JyNmZmYnIGlkPSdFYmVuZV8xJyB4PScwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDE4IDE4JyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAxODsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwb2x5Z29uIGZpbGw9JyNmZmYnIHBvaW50cz0nOC42NzksMC4xNjUgNy44ODQsMC45NiAxNS4zNiw4LjQzOCAwLDguNDM4IDAsOS41NjIgMTUuMzYsOS41NjIgNy44ODQsMTcuMDQgOC42NzksMTcuODM1IDE3LjUxNSw5ICcvPjwvc3ZnPg==");
}
.carousel .textslider.dark-bg-light-tx .left-arrow-svg {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2ZXJzaW9uPScxLjEnIGlkPSdFYmVuZV8xJyB4PScwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDE4IDE4JyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAxODsnIHhtbDpzcGFjZT0ncHJlc2VydmUnIGZpbGw9JyNmZmYnPjxwb2x5Z29uIHBvaW50cz0nOS4zMjEsMTcuODM1IDEwLjExNiwxNy4wNCAyLjY0LDkuNTYyIDE4LDkuNTYyIDE4LDguNDM4IDIuNjQsOC40MzggMTAuMTE2LDAuOTYgOS4zMjEsMC4xNjUgMC40ODUsOSAnLz48L3N2Zz4=");
}
.carousel .textslider .textslider-swipe {
  border-left: solid 1px;
}
.carousel .textslider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.carousel .textslider .homepage-heading {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: .94;
  text-align: left;
}
.carousel .textslider .homepage-subheading {
  margin: 0 0 16px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.carousel .textslider .homepage-subheading sup,
.carousel .textslider .homepage-subheading sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .carousel .textslider .homepage-subheading {
    font-size: 16px;
    line-height: 16px;
  }
  .carousel .textslider .homepage-subheading sup,
  .carousel .textslider .homepage-subheading sub {
    font-size: 12px;
  }
}
.carousel .textslider .right-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  transform: rotate(-45deg);
  margin-left: 8px;
  margin-bottom: 0;
}
.carousel .textslider-swipe .homepage-heading {
  padding-bottom: 28px;
  padding-top: 8px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: left;
}
.carousel .textslider-wrapper .textslider-heading {
  width: 80%;
  padding: 0;
  margin: 0;
}
.carousel .textslider-wrapper .textslider-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  /*width: 100%;*/
  width: 90vw;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .carousel .textslider-wrapper .textslider-slide {
    width: 100%;
  }
}
.carousel .textslider-wrapper .textslider-slide {
  opacity: .5;
}
.carousel .textslider-wrapper .textslider-slide .textslider-cta {
  display: none;
}
.carousel .textslider-wrapper .textslider-slide.slick-current {
  opacity: 1;
}
.carousel .textslider-wrapper .textslider-slide.slick-current .textslider-cta {
  display: block;
}
.carousel .textslider .carousel-module-container .card-module-wrapper .text-tooltip {
  position: absolute;
  bottom: 30px;
  font-size: 10px;
  margin-left: 0;
}
.carousel .textslider-heading {
  font-weight: bold;
  font-size: 64px;
  line-height: .94;
  text-align: left;
  margin: 0;
  padding: 0 0 0 20px;
}
.carousel .textslider .component-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 477px;
  position: relative;
  overflow: hidden;
}
.carousel .textslider .card-module-top {
  display: none;
}
@media (min-width: 768px) {
  .carousel .textslider .card-module-top {
    min-height: 80px;
    display: block;
  }
}
.carousel .textslider .card-module-top > div {
  float: right;
}
.carousel .textslider .card-module-wrapper {
  padding: 20px;
  /*padding:0;
  margin: 0;*/
}
.carousel .textslider-swipe {
  min-height: 318px;
  background: #000;
  padding: 0 13px;
}
.carousel .textslider-swipe .textslider-cta {
  width: 100%;
  position: absolute;
  bottom: 30px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.carousel .textslider-swipe .textslider-cta sup,
.carousel .textslider-swipe .textslider-cta sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .carousel .textslider-swipe .textslider-cta {
    font-size: 16px;
    line-height: 16px;
  }
  .carousel .textslider-swipe .textslider-cta sup,
  .carousel .textslider-swipe .textslider-cta sub {
    font-size: 12px;
  }
}
.carousel .textslider-swipe img {
  max-height: 63px;
  max-width: 100%;
  padding-right: 20px;
}
.carousel .textslider .card-module-top button {
  width: 48px;
  height: 45px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 23px 0 0;
  background-color: transparent;
  border: 0;
}
.carousel .textslider-swipe .twitter-head-text {
  display: inline-block;
  float: left;
  padding-top: 18px;
  padding-left: 6px;
}
.carousel .textslider .carousel-module-container .textslider-heading {
  padding-left: 0;
  padding-bottom: 40px;
}
.carousel .textslider .carousel-module-container .textslider-swipe {
  background: 0 0;
}
.carousel .textslider .textslider-slide-next .homepage-heading {
  display: none;
}
.carousel .textslider .row.carousel-module-container [class*=col-] {
  display: flex;
  flex-direction: column;
}
.carousel .homepage-heading:focus {
  outline: 0;
}
.carousel .textslider .stickyside {
  position: static;
  padding-left: 35px;
}
@media only screen and (min-width: 768px) {
  .carousel .textslider .stickyside {
    padding-left: 20px;
  }
}
.carousel .textslider .stickyside .stickyside-cta {
  position: static;
  bottom: 30px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  line-height: 22px;
}
.carousel .textslider .stickyside .stickyside-cta sup,
.carousel .textslider .stickyside .stickyside-cta sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .carousel .textslider .stickyside .stickyside-cta {
    font-size: 16px;
    line-height: 16px;
  }
  .carousel .textslider .stickyside .stickyside-cta sup,
  .carousel .textslider .stickyside .stickyside-cta sub {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .carousel .textslider .stickyside .stickyside-cta {
    position: absolute;
  }
}
.carousel a {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
.carousel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel a:focus,
.carousel a:hover,
.carousel button:focus,
.carousel button:hover {
  outline: 0;
  color: inherit;
}
.carousel button,
.carousel div,
.carousel input,
.carousel li,
.carousel span,
.carousel ul {
  outline: 0;
}
.carousel a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1019px) {
  .carousel .textslider .homepage-heading {
    font-size: 25px;
    line-height: .96;
    text-align: left;
  }
  .carousel .textslider .homepage-subheading {
    /*font-size: 16px;
    line-height: .94;*/
    text-align: left;
  }
  .carousel .textslider-heading {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .carousel .textslider .carousel-module-wrapper .homepage-subheading {
    width: 75%;
  }
  .carousel .textslider .carousel-module-container .card-module-wrapper .homepage-subheading {
    margin-top: 20px;
  }
  .carousel .textslider .carousel-module-container .textslider-swipe {
    padding: 0 0 0 19px;
    /*margin-left: 54px;*/
  }
  .carousel .textslider .carousel-module-container .card-module-top {
    min-height: 139px;
  }
  .carousel .textslider .carousel-module-container .card-module-wrapper {
    padding-bottom: 0;
  }
  .carousel .textslider .carousel-module-container .card-module-wrapper:last-of-type {
    padding-right: 0;
    padding-left: 0;
  }
  .carousel .textslider .carousel-module-container .textslider-slide-active .textslider-swipe {
    padding-right: 0;
  }
  .carousel .textslider .component-wrapper,
  .carousel .promotional-container {
    width: 1272px;
    margin: 0 auto;
    max-width: 100%;
  }
  .carousel .textslider .card-module-wrapper .card-module-top .homepage-subheading {
    width: 26%;
  }
  .carousel .textslider .card-module-wrapper .homepage-heading {
    width: 75%;
  }
  .carousel .textslider .card-module-wrapper .homepage-subheading {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .carousel .textslider .carousel-module-container .card-module-wrapper .homepage-heading {
    width: 70%;
    margin-bottom: 17px;
    margin-top: 16px;
  }
  .carousel .textslider .carousel-module-container .card-module-wrapper .homepage-subheading {
    width: 70%;
    margin: 0 0 32px;
  }
  .carousel .textslider .carousel-module-container .textslider-heading {
    padding-bottom: 100px;
    min-height: 320px;
  }
  .carousel .textslider .carousel-module-container .card-module-wrapper {
    min-height: 320px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .carousel .textslider-swipe .textslider-cta {
    bottom: 25px;
  }
  .carousel .textslider-swipe img {
    max-height: 53px;
  }
  .carousel .textslider .card-module-wrapper .textslider-heading {
    font-size: 40px;
    line-height: .96;
  }
  .carousel .textslider-swipe .homepage-heading {
    font-size: 21px;
  }
  .carousel .textslider-slide {
    border: none;
  }
  .carousel .textslider-slide.textslider-slide-active {
    border-left: none;
  }
  .carousel .textslider-heading {
    margin-top: 16px;
    font-size: 50px;
    line-height: .96;
  }
  .carousel .textslider .left-arrow-svg,
  .carousel .textslider .right-arrow-svg {
    display: none !important;
  }
}

.imagecarousel {
  overflow: hidden;
  position: relative;
  /*Dark vs Light theme*/
  /*.textslider.dark-bg-light-tx .component-wrapper {
	background-color: @black;
  }*/
  /*.textslider.light-bg-dark-tx .textslider-wrapper, .textslider.light-bg-dark-tx .homepage-heading .textslider.light-bg-dark-tx .homepage-subheading, .textslider.light-bg-dark-tx a {
	color: @black;
  }*/
  /*End Dark vs Light theme*/
  /*media queries*/
}
.imagecarousel .textslider {
  pointer-events: none;
}
@media (min-width: 768px) {
  .imagecarousel .textslider {
    pointer-events: auto;
  }
}
.imagecarousel .textslider a,
.imagecarousel .textslider button {
  pointer-events: auto;
  display: inline-block;
}
.imagecarousel .imageslider-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
  /* height: 736px;*/
}
@media (min-width: 768px) {
  .imagecarousel .imageslider-wrapper {
    height: 477px;
  }
}
.imagecarousel .imageslider-wrapper .slick-slide .imageslider-slide {
  background-position: top center;
  background-size: cover;
}
.imagecarousel .imageslider-wrapper .slick-slide .imageslider-slide img {
  visibility: hidden;
  height: 736px;
  width: 100%;
}
@media (min-width: 1272px) {
  .imagecarousel .imageslider-wrapper .slick-slide .imageslider-slide img {
    height: auto;
  }
}
.imagecarousel .textslider .slick-list {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .imagecarousel .textslider .slick-list {
    margin-left: -50px;
  }
}
.imagecarousel .textslider .slick-list .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.imagecarousel .textslider .slick-list .slick-track .slick-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.imagecarousel .textslider .left-arrow-svg {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version='1.1'%20id='Ebene_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2018%2018'%20style='enable-background:new%200%200%2018%2018;'%20xml:space='preserve'%3E%3Cpolygon%20points='9.321,17.835%2010.116,17.04%202.64,9.562%2018,9.562%2018,8.438%202.64,8.438%2010.116,0.96%209.321,0.165%200.485,9%20'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.imagecarousel .textslider .right-arrow-svg {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version='1.1'%20id='Ebene_1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20x='0px'%20y='0px'%20viewBox='0%200%2018%2018'%20style='enable-background:new%200%200%2018%2018;'%20xml:space='preserve'%3E%3Cpolygon%20points='8.679,0.165%207.884,0.96%2015.36,8.438%200,8.438%200,9.562%2015.36,9.562%207.884,17.04%208.679,17.835%2017.515,9%20'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.imagecarousel .textslider.dark-bg-light-tx .textslider-wrapper,
.imagecarousel .textslider.dark-bg-light-tx .homepage-heading,
.imagecarousel .textslider.dark-bg-light-tx .homepage-subheading,
.imagecarousel .textslider.dark-bg-light-tx a {
  color: #fff;
}
.imagecarousel .textslider.dark-bg-light-tx .textslider-swipe {
  border-color: rgba(255, 255, 255, 0.7);
}
.imagecarousel .textslider.light-bg-dark-tx .textslider-swipe {
  border-color: rgba(0, 0, 0, 0.7);
}
.imagecarousel .textslider.dark-bg-light-tx .right-arrow {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.imagecarousel .textslider.light-bg-dark-tx .right-arrow {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.imagecarousel .textslider.dark-bg-light-tx .right-arrow-svg {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2ZXJzaW9uPScxLjEnIGZpbGw9JyNmZmYnIGlkPSdFYmVuZV8xJyB4PScwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDE4IDE4JyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAxODsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwb2x5Z29uIGZpbGw9JyNmZmYnIHBvaW50cz0nOC42NzksMC4xNjUgNy44ODQsMC45NiAxNS4zNiw4LjQzOCAwLDguNDM4IDAsOS41NjIgMTUuMzYsOS41NjIgNy44ODQsMTcuMDQgOC42NzksMTcuODM1IDE3LjUxNSw5ICcvPjwvc3ZnPg==");
}
.imagecarousel .textslider.dark-bg-light-tx .left-arrow-svg {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB2ZXJzaW9uPScxLjEnIGlkPSdFYmVuZV8xJyB4PScwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDE4IDE4JyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAxODsnIHhtbDpzcGFjZT0ncHJlc2VydmUnIGZpbGw9JyNmZmYnPjxwb2x5Z29uIHBvaW50cz0nOS4zMjEsMTcuODM1IDEwLjExNiwxNy4wNCAyLjY0LDkuNTYyIDE4LDkuNTYyIDE4LDguNDM4IDIuNjQsOC40MzggMTAuMTE2LDAuOTYgOS4zMjEsMC4xNjUgMC40ODUsOSAnLz48L3N2Zz4=");
}
.imagecarousel .textslider .textslider-swipe {
  border-left: solid 1px;
}
.imagecarousel .textslider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.imagecarousel .textslider .homepage-heading {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: .94;
  text-align: left;
}
.imagecarousel .textslider .homepage-subheading {
  margin: 0 0 16px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}
.imagecarousel .textslider .homepage-subheading sup,
.imagecarousel .textslider .homepage-subheading sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .imagecarousel .textslider .homepage-subheading {
    font-size: 16px;
    line-height: 16px;
  }
  .imagecarousel .textslider .homepage-subheading sup,
  .imagecarousel .textslider .homepage-subheading sub {
    font-size: 12px;
  }
}
.imagecarousel .textslider .right-arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  margin-left: 8px;
  margin-bottom: 0;
}
.imagecarousel .textslider-swipe .homepage-heading {
  padding-bottom: 28px;
  padding-top: 8px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.2px;
  text-align: left;
}
.imagecarousel .textslider-wrapper .textslider-heading {
  width: 80%;
  padding: 0;
  margin: 0;
}
.imagecarousel .textslider-wrapper .textslider-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  /*width: 100%;*/
  width: 90vw;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .imagecarousel .textslider-wrapper .textslider-slide {
    width: 100%;
  }
}
.imagecarousel .textslider-wrapper .textslider-slide {
  opacity: .5;
}
.imagecarousel .textslider-wrapper .textslider-slide .textslider-cta {
  display: none;
}
.imagecarousel .textslider-wrapper .textslider-slide.slick-current {
  opacity: 1;
}
.imagecarousel .textslider-wrapper .textslider-slide.slick-current .textslider-cta {
  display: block;
}
.imagecarousel .textslider .carousel-module-container .card-module-wrapper .text-tooltip {
  position: absolute;
  bottom: 30px;
  font-size: 10px;
  margin-left: 0;
}
.imagecarousel .textslider-heading {
  font-weight: bold;
  font-size: 64px;
  line-height: .94;
  text-align: left;
  margin: 0;
  padding: 0 0 0 20px;
}
.imagecarousel .textslider .component-wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 477px;
  position: relative;
  overflow: hidden;
}
.imagecarousel .textslider .card-module-top {
  display: none;
}
@media (min-width: 768px) {
  .imagecarousel .textslider .card-module-top {
    min-height: 80px;
    display: block;
  }
}
.imagecarousel .textslider .card-module-top > div {
  float: right;
}
.imagecarousel .textslider .card-module-wrapper {
  padding: 20px;
  /*padding:0;
	margin: 0;*/
}
.imagecarousel .textslider-swipe {
  min-height: 318px;
  background: #000000;
  padding: 0 13px;
}
.imagecarousel .textslider-swipe .textslider-cta {
  width: 100%;
  position: absolute;
  bottom: 30px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}
.imagecarousel .textslider-swipe .textslider-cta sup,
.imagecarousel .textslider-swipe .textslider-cta sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .imagecarousel .textslider-swipe .textslider-cta {
    font-size: 16px;
    line-height: 16px;
  }
  .imagecarousel .textslider-swipe .textslider-cta sup,
  .imagecarousel .textslider-swipe .textslider-cta sub {
    font-size: 12px;
  }
}
.imagecarousel .textslider-swipe img {
  max-height: 63px;
  max-width: 100%;
  padding-right: 20px;
}
.imagecarousel .textslider .card-module-top button {
  width: 48px;
  height: 45px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  margin: 0 23px 0 0;
  background-color: transparent;
  border: 0;
}
.imagecarousel .textslider-swipe .twitter-head-text {
  display: inline-block;
  float: left;
  padding-top: 18px;
  padding-left: 6px;
}
.imagecarousel .textslider .carousel-module-container .textslider-heading {
  padding-left: 0;
  padding-bottom: 40px;
}
.imagecarousel .textslider .carousel-module-container .textslider-swipe {
  background: 0 0;
}
.imagecarousel .textslider .textslider-slide-next .homepage-heading {
  display: none;
}
.imagecarousel .textslider .row.carousel-module-container [class*=col-] {
  display: flex;
  flex-direction: column;
}
.imagecarousel .homepage-heading:focus {
  outline: 0;
}
.imagecarousel .textslider .stickyside {
  position: static;
  padding-left: 35px;
}
@media only screen and (min-width: 760px) {
  .imagecarousel .textslider .stickyside {
    padding-left: 20px;
  }
}
.imagecarousel .textslider .stickyside .stickyside-cta {
  position: static;
  bottom: 30px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  line-height: 22px;
}
.imagecarousel .textslider .stickyside .stickyside-cta sup,
.imagecarousel .textslider .stickyside .stickyside-cta sub {
  font-size: 14px;
}
@media (max-width: 760px) {
  .imagecarousel .textslider .stickyside .stickyside-cta {
    font-size: 16px;
    line-height: 16px;
  }
  .imagecarousel .textslider .stickyside .stickyside-cta sup,
  .imagecarousel .textslider .stickyside .stickyside-cta sub {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .imagecarousel .textslider .stickyside .stickyside-cta {
    position: absolute;
  }
}
.imagecarousel a {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
.imagecarousel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.imagecarousel a:focus,
.imagecarousel a:hover,
.imagecarousel button:focus,
.imagecarousel button:hover {
  outline: 0;
  color: inherit;
}
.imagecarousel button,
.imagecarousel div,
.imagecarousel input,
.imagecarousel li,
.imagecarousel span,
.imagecarousel ul {
  outline: 0;
}
.imagecarousel a:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .imagecarousel .textslider .homepage-heading {
    font-size: 25px;
    line-height: .96;
    text-align: left;
  }
  .imagecarousel .textslider .homepage-subheading {
    /*font-size: 16px;
	  line-height: .94;*/
    text-align: left;
  }
  .imagecarousel .textslider-heading {
    font-size: .85em;
  }
}
@media (min-width: 768px) {
  .imagecarousel .textslider .carousel-module-wrapper .homepage-subheading {
    width: 75%;
  }
  .imagecarousel .textslider .carousel-module-container .card-module-wrapper .homepage-subheading {
    margin-top: 20px;
  }
  .imagecarousel .textslider .carousel-module-container .textslider-swipe {
    padding: 0 0 0 19px;
    /*margin-left: 54px;*/
  }
  .imagecarousel .textslider .carousel-module-container .card-module-top {
    min-height: 139px;
  }
  .imagecarousel .textslider .carousel-module-container .card-module-wrapper {
    padding-bottom: 0;
  }
  .imagecarousel .textslider .carousel-module-container .card-module-wrapper:last-of-type {
    padding-right: 0;
    padding-left: 0;
  }
  .imagecarousel .textslider .carousel-module-container .textslider-slide-active .textslider-swipe {
    padding-right: 0;
  }
  .imagecarousel .textslider .component-wrapper,
  .imagecarousel .promotional-container {
    width: 1272px;
    margin: 0 auto;
    max-width: 100%;
  }
  .imagecarousel .textslider .card-module-wrapper .card-module-top .homepage-subheading {
    width: 26%;
  }
  .imagecarousel .textslider .card-module-wrapper .homepage-heading {
    width: 75%;
  }
  .imagecarousel .textslider .card-module-wrapper .homepage-subheading {
    width: 90%;
  }
  .imagecarousel .textslider-swipe {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .imagecarousel .textslider .carousel-module-container .card-module-wrapper .homepage-heading {
    width: 70%;
    margin-bottom: 17px;
    margin-top: 16px;
  }
  .imagecarousel .textslider .carousel-module-container .card-module-wrapper .homepage-subheading {
    width: 70%;
    margin: 0 0 32px;
  }
  .imagecarousel .textslider .carousel-module-container .textslider-heading {
    padding-bottom: 100px;
    min-height: 320px;
  }
  .imagecarousel .textslider .carousel-module-container .card-module-wrapper {
    min-height: 320px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .imagecarousel .textslider-swipe .textslider-cta {
    bottom: 25px;
  }
  .imagecarousel .textslider-swipe img {
    max-height: 53px;
  }
  .imagecarousel .textslider .card-module-wrapper .textslider-heading {
    font-size: 40px;
    line-height: .96;
  }
  .imagecarousel .textslider-swipe .homepage-heading {
    font-size: 21px;
  }
  .imagecarousel .textslider-slide {
    border: none;
  }
  .imagecarousel .textslider-slide.textslider-slide-active {
    border-left: none;
  }
  .imagecarousel .textslider-heading {
    margin-top: 16px;
    font-size: 50px;
    line-height: .96;
  }
  .imagecarousel .textslider .left-arrow-svg,
  .imagecarousel .textslider .right-arrow-svg {
    display: none !important;
  }
}

