@charset "UTF-8";
.usg-v2 .campaign-hero {
  position: relative;
}

.usg-v2 .campaign-hero--has-form {
  border-bottom: 1px solid rgba(125, 125, 125, 0.5);
  color: #000;
}

.usg-v2 .campaign-hero--has-form .campaign-hero__form {
  padding: 1rem;
}

.usg-v2 .campaign-hero--has-form .campaign-hero__form .marketo {
  background-color: #F5F5F5;
}

.usg-v2 .campaign-hero--has-form .campaign-hero__wrap {
  background-color: #F5F5F5;
}

.usg-v2 .campaign-hero--has-form .marketo__header {
  text-align: center;
  margin-top: 1rem;
}

.usg-v2 .campaign-hero--has-form .marketo__title {
  margin-bottom: 0.5rem;
  color: #333;
}

.usg-v2 .campaign-hero--has-form .marketo__subtitle {
  color: #333;
}

.usg-v2 .campaign-hero--has-form .marketo__description {
  margin-top: 1.25rem;
}

.usg-v2 .campaign-hero--has-form .marketo__form {
  margin: 0 auto;
  padding: 0;
  color: #000;
}

.usg-v2 .campaign-hero--has-form .btn {
  border-color: #000;
}

.usg-v2 .campaign-hero--has-form label {
  color: #333;
}

.usg-v2 .campaign-hero__play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.usg-v2 .campaign-hero__play-trigger {
  text-align: center;
  margin: auto;
  position: relative;
  display: block;
  z-index: 100;
  left: 0;
  right: 0;
  font-size: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
  cursor: pointer;
}

.usg-v2 .campaign-hero__play-trigger:hover {
  background: rgba(0, 0, 0, 0.75);
}

.usg-v2 .campaign-hero__play-trigger:before {
  font-family: "usgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.875rem;
  line-height: 70px;
  padding-left: 8px;
  color: #FFF;
}

.usg-v2 .campaign-hero__wrap {
  margin: auto;
  height: 100%;
}

.usg-v2 .campaign-hero__image {
  position: relative;
  max-height: 600px;
}

.usg-v2 .campaign-hero__image picture,
.usg-v2 .campaign-hero__image img {
  -o-object-position: 50% 0;
     object-position: 50% 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.usg-v2 .campaign-hero__image .campaign-hero__play-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usg-v2 .campaign-hero__overlay-image {
  display: none;
}

.usg-v2 .campaign-hero__overlay * {
  border-color: #000;
}

.usg-v2 .campaign-hero__content {
  background: #000;
  padding: 1.5rem 1.25rem 2rem;
  text-align: center;
  color: #FFF;
}

.usg-v2 .campaign-hero__content .campaign-hero__video-play {
  display: none;
}

.usg-v2 .campaign-hero__content > * {
  color: #FFF;
}

.usg-v2 .campaign-hero__title {
  text-transform: none;
  line-height: 1.25;
  text-align: center !important;
  margin-bottom: 0.75rem;
  margin-top: 0;
}

.usg-v2 .campaign-hero__description {
  line-height: 1.35;
  margin-top: 0.5 rem;
  font-size: 1rem;
}

.usg-v2 .campaign-hero__cta {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.usg-v2 .campaign-hero__cta .btn {
  color: #FFF;
  border: 2px solid #FFF;
}

.usg-v2 .campaign-hero__cta .btn:hover, .usg-v2 .campaign-hero__cta .btn:focus {
  border: 2px solid #831628;
  color: #831628;
}

.usg-v2 .campaign-hero__slider .campaign-hero__slider-items:not(.slick-initialized) .campaign-hero__slider-item {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  position: absolute;
  /* Hide thing by pushing it outside by default */
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
}

.usg-v2 .campaign-hero__slider .campaign-hero__slider-items:not(.slick-initialized) .campaign-hero__slider-item--show {
  /* This timing applies on the way IN */
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  position: relative !important;
  /* A litttttle slower on the way in */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* Move into place */
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.usg-v2 .campaign-hero__slider .campaign-hero__slider-items:not(.slick-initialized) .campaign-hero__slider-item--show-initial {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.usg-v2 .campaign-hero__slider .campaign-hero__slider-items:not(.slick-initialized) .campaign-hero__slider-item--on-deck {
  -webkit-transform: translate(100%, 0%);
          transform: translate(100%, 0%);
}

.usg-v2 .campaign-hero--1 .campaign-hero__dots,
.usg-v2 .campaign-hero--1 .campaign-hero__arrows {
  display: none !important;
}

.usg-v2 .campaign-hero--1 .campaign-hero-item {
  display: block !important;
}

.usg-v2 .campaign-hero__dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 0 0;
}

.usg-v2 .campaign-hero__dots ul li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  height: 12px;
  padding: 0;
  display: block;
  width: 12px;
  border-radius: 50%;
  background: #5F6062;
  font-size: 0;
  margin: 0 0.5rem !important;
  cursor: pointer;
}

.usg-v2 .campaign-hero__dots ul li.active button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #C41230;
}

.usg-v2 .campaign-hero__arrows {
  display: none;
}

.usg-v2 .campaign-hero--intro-video .campaign-hero__intro-video-wrapper {
  display: none;
}

.usg-v2 .resource-cards .resource-card {
  border: 1px solid #D8D8D8;
  margin-bottom: 1.5rem;
  background: #FFF;
}

.usg-v2 .resource-cards .resource-card__image {
  position: relative;
}

.usg-v2 .resource-cards .resource-card__image img,
.usg-v2 .resource-cards .resource-card__image picture {
  display: block;
}

.usg-v2 .resource-cards .resource-card__play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.usg-v2 .resource-cards .resource-card__play-trigger {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 0;
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: background 500ms ease-in-out;
  transition: background 500ms ease-in-out;
  cursor: pointer;
}

.usg-v2 .resource-cards .resource-card__play-trigger:hover {
  background: rgba(0, 0, 0, 0.75);
}

.usg-v2 .resource-cards .resource-card__play-trigger:before {
  font-family: "usgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 29px;
  line-height: 62px;
  padding-left: 10px;
  color: #FFF;
}

.usg-v2 .resource-cards .resource-card__content {
  padding: 1.5rem;
}

.usg-v2 .resource-cards .resource-card__content > *:first-child {
  margin-top: 0;
}

.usg-v2 .resource-cards .resource-card__content > *:last-child {
  margin-bottom: 0;
}

.usg-v2 .resource-cards .resource-card__title {
  color: #333;
  font-size: 1.25rem;
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
}

.usg-v2 .resource-cards .resource-card__description > * {
  font-size: 1rem;
  line-height: 1.6;
}

.usg-v2 .resource-cards .resource-card__description p, .usg-v2 .resource-cards .resource-card__description li {
  margin: 0.75rem 0;
}

.usg-v2 .resource-cards .resource-card__description li {
  margin-left: 1rem;
}

.usg-v2 .resource-cards .resource-card__cta {
  margin: 1.5rem 0 0.75rem;
}

.usg-v2 .resource-cards .resource-card__eyebrow {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #7D7D7D;
  margin: 0 0 1.25rem;
}

.usg-v2 .callouts .callout {
  border-bottom: 1px solid #D8D8D8;
  padding: 2rem 0;
  word-break: break-word;
}

.usg-v2 .callouts .callout--round .callout__image img {
  border-radius: 50%;
}

.usg-v2 .callouts .callout:last-of-type {
  border-bottom: 0;
}

.usg-v2 .callouts .callout__content {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  white-space: normal;
  width: 100%;
  -ms-overflow-wrap: break-word;
  -ms-word-wrap: break-word;
}

.usg-v2 .callouts .callout__content > *:last-child {
  margin-bottom: 0;
}

.usg-v2 .callouts .callout__title {
  color: #333;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  font-size: 1.125rem;
}

.usg-v2 .callouts .callout__description > * {
  font-size: 1rem;
  line-height: 1.6;
}

.usg-v2 .callouts .callout__description p, .usg-v2 .callouts .callout__description li {
  margin: 0.75rem 0;
}

.usg-v2 .callouts__items--horizontal .callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.usg-v2 .callouts__items--horizontal .callout__content > *:first-child {
  margin-top: 0;
}

.usg-v2 .callouts__items--horizontal .callout__image {
  margin-right: 1rem;
}

.usg-v2 .callouts__items--horizontal .callout__image img {
  width: 6.25rem;
}

.usg-v2 .callouts__items--horizontal .callout__image picture {
  width: 100%;
}

.usg-v2 .callouts__items--vertical .callout {
  text-align: center;
}

.usg-v2 .callouts__items--vertical .callout__image picture {
  width: 100%;
}

.usg-v2 .full-width-image picture,
.usg-v2 .full-width-image img {
  width: 100%;
  display: block;
}

.usg-v2 .two-col__content {
  max-width: 90rem;
  margin: auto;
  padding-bottom: 1.5rem;
}

.usg-v2 .two-col__cta {
  margin-top: 1.5rem;
}

.usg-v2 .two-col__cta .btn {
  width: 100%;
}

.usg-v2 .two-col__image {
  margin-bottom: 1.5rem;
}

.usg-v2 .two-col__image picture, .usg-v2 .two-col__image img {
  display: block;
  width: 100%;
}

.usg-v2 .marketo.submitted .marketo__form {
  display: none;
}

.usg-v2 .marketo.submitted .marketo__success {
  display: block;
}

.usg-v2 .marketo__success {
  display: none;
  max-width: 48rem;
  margin: 2rem auto 1rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.usg-v2 .marketo__success p {
  padding: 2rem 1.5rem;
  border-radius: 2px;
  background: #FFF;
  border: 2px solid #D8D8D8;
  margin: 0;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
}

.usg-v2 .marketo__success p:before {
  content: "";
  font-family: "usgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5rem;
}

.usg-v2 .marketo__form {
  max-width: 32.5rem;
  margin: 2rem auto 1rem;
  font-family: "SeroWeb W07 Regular", Helvetica, sans-serif !important;
  font-weight: normal !important;
  font-size: 0.9375rem;
}

.usg-v2 .marketo__form * {
  padding: 0;
  float: none !important;
  text-align: initial !important;
}

.usg-v2 .marketo__form label {
  font-size: 0.9375rem;
  margin: auto auto 0.25rem auto !important;
  width: 100% !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.usg-v2 .marketo__form .mktoErrorArrowWrap {
  display: none !important;
}

.usg-v2 .marketo__form .mktoErrorMsg {
  color: #FF2633 !important;
  display: block !important;
  background: none !important;
  border: none !important;
  max-width: none !important;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  font-size: 16px !important;
  margin: 0 !important;
}

.usg-v2 .marketo__form .mktoErrorMsg .mktoErrorDetail {
  padding: 0;
}

.usg-v2 .marketo__form .mktoErrorMsg label {
  color: #FF2633;
}

.usg-v2 .marketo__form .mktoError {
  padding-top: 0.5rem;
  position: relative !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  top: auto !important;
}

.usg-v2 .marketo__form .mktoAsterix {
  display: none;
}

.usg-v2 .marketo__form .mktoRequiredField label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.usg-v2 .marketo__form .mktoRequiredField label .mktoAsterix {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0 !important;
}

.usg-v2 .marketo__form #mktoStyleLoaded {
  /* css load detection, do not remove */
  color: #123456;
}

.usg-v2 .marketo__form .mktoForm input[type=text],
.usg-v2 .marketo__form .mktoForm input[type=url],
.usg-v2 .marketo__form .mktoForm input[type=email],
.usg-v2 .marketo__form .mktoForm input[type=tel],
.usg-v2 .marketo__form .mktoForm input[type=currency],
.usg-v2 .marketo__form .mktoForm input[type=number],
.usg-v2 .marketo__form .mktoForm input[type=range],
.usg-v2 .marketo__form .mktoForm textarea.mktoField,
.usg-v2 .marketo__form .mktoForm select,
.usg-v2 .marketo__form .mktoForm input[type=date] {
  width: 100% !important;
  font-family: "SeroWeb W07 Regular", Helvetica, sans-serif !important;
  font-weight: normal !important;
  height: 2.25rem !important;
  line-height: normal;
  font-size: 16px !important;
  color: #333;
  padding: 0.5rem;
  border-radius: 2px !important;
  border: 1px solid rgba(125, 125, 125, 0.5) !important;
}

.usg-v2 .marketo__form .mktoForm input[type=text].mktoInvalid,
.usg-v2 .marketo__form .mktoForm input[type=url].mktoInvalid,
.usg-v2 .marketo__form .mktoForm input[type=email].mktoInvalid,
.usg-v2 .marketo__form .mktoForm input[type=tel].mktoInvalid,
.usg-v2 .marketo__form .mktoForm input[type=currency].mktoInvalid,
.usg-v2 .marketo__form .mktoForm input[type=number].mktoInvalid,
.usg-v2 .marketo__form .mktoForm input[type=range].mktoInvalid,
.usg-v2 .marketo__form .mktoForm textarea.mktoField.mktoInvalid,
.usg-v2 .marketo__form .mktoForm select.mktoInvalid,
.usg-v2 .marketo__form .mktoForm input[type=date].mktoInvalid {
  border: 1px solid #FF2633;
}

.usg-v2 .marketo__form .mktoForm textarea.mktoField {
  max-height: 5.9375rem;
  min-height: 5.9375rem;
}

.usg-v2 .marketo__form textarea {
  overflow: hidden;
}

.usg-v2 .marketo__form .mktoForm select {
  padding: 0 0.5rem;
}

.usg-v2 .marketo__form .mktoForm input[type=range] {
  height: auto !important;
}

.usg-v2 .marketo__form .mktoClear {
  display: none !important;
}

.usg-v2 .marketo__form .mktoOffset {
  display: none !important;
}

.usg-v2 .marketo__form .mktoForm .mktoLabel,
.usg-v2 .marketo__form .mktoForm .mktoRequiredField label.mktoLabel {
  font-family: "SeroWeb W07 Regular", Helvetica, sans-serif !important;
  font-weight: normal !important;
  margin-bottom: 0.5rem !important;
}

.usg-v2 .marketo__form .mktoForm {
  width: 100% !important;
}

.usg-v2 .marketo__form .mktoRequiredField {
  padding: 0 !important;
  font-family: "SeroWeb W07 Regular", Helvetica, sans-serif !important;
  font-weight: normal !important;
}

.usg-v2 .marketo__form .mktoForm .mktoHasWidth .mktoLayoutLeft {
  width: calc(100% - 1rem);
}

.usg-v2 .marketo__form .mktoFieldDescriptor {
  margin-bottom: 1rem;
}

.usg-v2 .marketo__form .mktoLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.usg-v2 .marketo__form .mktoButtonWrap {
  margin: 0 !important;
  font-size: 0.9375rem;
}

.usg-v2 .marketo__form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background: #C41230 !important;
  border: none !important;
}

.usg-v2 .marketo__form .mktoButton {
  margin-top: 1.5rem;
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif !important;
  background: #C41230 !important;
  color: #FFF !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 0.875rem !important;
  line-height: 1.2 !important;
  padding: calc(1rem + 2px) 2rem 1rem !important;
  text-align: center !important;
  text-transform: uppercase !important;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-box-shadow: 0 2px 0 0 #831628 !important;
          box-shadow: 0 2px 0 0 #831628 !important;
  border-radius: 2px !important;
  border: none !important;
  border: 2px solid #C41230;
  width: 100%;
}

.usg-v2 .marketo__form .mktoButton[disabled], .usg-v2 .marketo__form .mktoButton[disabled=disabled], .usg-v2 .marketo__form .mktoButton:disabled {
  color: #F5F5F5;
  background: #7D7D7D;
  -webkit-box-shadow: 0 2px 0 0 #333;
          box-shadow: 0 2px 0 0 #333;
  border-color: #7D7D7D;
}

.usg-v2 .marketo__form .mktoButton:hover, .usg-v2 .marketo__form .mktoButton:focus {
  color: #FFF;
  background: #831628 !important;
  -webkit-box-shadow: 0 2px 0 0 #4D0310;
          box-shadow: 0 2px 0 0 #4D0310;
  border-color: #831628;
}

.usg-v2 .marketo__form .mktoCheckboxList label,
.usg-v2 .marketo__form .mktoRadioList label {
  background: none;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "SeroWeb W07 Regular", Helvetica, sans-serif !important;
  font-weight: normal !important;
}

.usg-v2 .marketo__form .mktoCheckboxList input[type=checkbox] {
  display: none;
}

.usg-v2 .marketo__form .mktoCheckboxList input[type=checkbox]:checked + label {
  background: none;
  color: inherit;
}

.usg-v2 .marketo__form .mktoCheckboxList input[type=checkbox]:checked + label:before {
  color: #FFF;
  background-color: #C41230;
  border-color: #C41230;
}

.usg-v2 .marketo__form .mktoCheckboxList input[type=checkbox] + label:before {
  font-size: 16px;
  border-radius: 2px;
  margin-right: 0.5rem;
  content: "";
  font-family: "usgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: transparent;
  background-color: white;
  border: 1px solid rgba(125, 125, 125, 0.5);
}

.usg-v2 .marketo__form .mktoRadioList input[type=radio] {
  display: none;
}

.usg-v2 .marketo__form .mktoRadioList input[type=radio]:checked + label {
  background: none;
  color: inherit;
}

.usg-v2 .marketo__form .mktoRadioList input[type=radio]:checked + label:before {
  color: #FFF;
  background-color: #C41230;
  border: 2px solid #FFF;
  -webkit-box-shadow: 0 0 0 1px #C41230;
          box-shadow: 0 0 0 1px #C41230;
}

.usg-v2 .marketo__form .mktoRadioList input[type=radio] + label:before {
  border-radius: 50%;
  margin-right: 0.5rem;
  content: "";
  height: 18px;
  width: 18px;
  color: transparent;
  background-color: white;
  border: 1px solid rgba(125, 125, 125, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.usg-v2 .marketo__form .mktoRangeValue {
  margin-top: -5px !important;
  margin-left: 0 !important;
}

.usg-v2 .marketo__form .mktoForm .mktoDateButton {
  right: 18px;
  top: 31px;
}

.usg-v2 .marketo--dark {
  background-color: #454646;
  padding: 0 !important;
}

.usg-v2 .marketo--dark .marketo__form {
  margin: 0;
  padding: 0;
}

.usg-v2 .marketo--dark .marketo__form .mktoRequiredField label .mktoAsterix {
  color: #FFF;
}

.usg-v2 .marketo--dark .marketo__header {
  margin: 0;
  padding: 0;
}

.usg-v2 .marketo--dark form label,
.usg-v2 .marketo--dark form p {
  color: #FFF;
}

.usg-v2 .marketo--dark .mktoForm input[type=text],
.usg-v2 .marketo--dark .mktoForm input[type=url],
.usg-v2 .marketo--dark .mktoForm input[type=email],
.usg-v2 .marketo--dark .mktoForm input[type=tel],
.usg-v2 .marketo--dark .mktoForm input[type=currency],
.usg-v2 .marketo--dark .mktoForm input[type=number],
.usg-v2 .marketo--dark .mktoForm input[type=range],
.usg-v2 .marketo--dark .mktoForm textarea.mktoField,
.usg-v2 .marketo--dark .mktoForm select,
.usg-v2 .marketo--dark .mktoForm input[type=date] {
  background-color: #7D7D7D;
  color: #333;
  border: 1px solid #D8D8D8 !important;
}

.usg-v2 .marketo--dark .mktoForm input[type=date],
.usg-v2 .marketo--dark .mktoForm select {
  color: #FFF;
}

.usg-v2 .marketo--dark .mktoRadioList input[type=radio]:checked + label,
.usg-v2 .marketo--dark .mktoRadioList input[type=checkbox]:checked + label,
.usg-v2 .marketo--dark .mktoCheckboxList input[type=radio]:checked + label,
.usg-v2 .marketo--dark .mktoCheckboxList input[type=checkbox]:checked + label {
  color: #FFF;
}

.usg-v2 .marketo--dark .mktoRadioList input[type=radio] + label:before,
.usg-v2 .marketo--dark .mktoRadioList input[type=checkbox] + label:before,
.usg-v2 .marketo--dark .mktoCheckboxList input[type=radio] + label:before,
.usg-v2 .marketo--dark .mktoCheckboxList input[type=checkbox] + label:before {
  background-color: #D8D8D8;
}

.usg-v2 .marketo--dark .mktoButton {
  margin: 0 !important;
}

.usg-v2 .marketo--modal {
  background: none;
}

.ui-datepicker {
  z-index: 100 !important;
}

.ui-datepicker table thead tr th:nth-child(n),
.ui-datepicker table tbody tr td:nth-child(n) {
  min-width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  border: none !important;
}

.ui-datepicker .ui-datepicker-header .ui-icon {
  background-image: none !important;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-month,
.ui-datepicker .ui-datepicker-header .ui-datepicker-year {
  width: 50% !important;
  height: auto !important;
  padding: 0 !important;
}

.usg-v2 .comparison-table__grid {
  overflow-x: auto;
  margin-top: 2rem;
}

.usg-v2 .comparison-table-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.usg-v2 .comparison-table-attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.usg-v2 .comparison-table-attributes .comparison-table-cell {
  color: #333;
  font-size: 0.875rem;
  word-break: break-all;
}

.usg-v2 .comparison-table-attributes .comparison-table-cell {
  border-left: 0;
  width: 120px;
  text-transform: uppercase;
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
}

.usg-v2 .comparison-table-attributes .comparison-table-cell--hide {
  visibility: hidden;
}

.usg-v2 .comparison-table-attributes .comparison-table-cell .btn {
  white-space: nowrap;
}

.usg-v2 .comparison-table-product__header {
  border-top: 1px solid #D8D8D8;
  padding: 1rem;
}

.usg-v2 .comparison-table-product__image {
  display: block;
  border: none;
}

.usg-v2 .comparison-table-product__image img,
.usg-v2 .comparison-table-product__image picture {
  display: block;
}

.usg-v2 .comparison-table-product__title {
  color: #333;
  margin-bottom: 0;
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
  text-align: center;
  padding: 0.75rem 0.75rem 0;
  font-size: 1rem;
}

.usg-v2 .comparison-table-product__title > a {
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
  color: #333;
  border: none;
}

.usg-v2 .comparison-table-cell {
  padding: 1rem;
  position: relative;
  border-top: 1px solid #D8D8D8;
  font-size: 0.9375rem;
}

.usg-v2 .comparison-table-cell:last-of-type {
  border-top: 0;
  padding-top: 0;
}

.usg-v2 .comparison-table-cell:last-of-type .btn {
  margin-top: 0.75rem;
  width: 100%;
  font-size: 0.8125rem;
}

.usg-v2 .comparison-table-cell__key {
  width: 120px;
  text-transform: uppercase;
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
  padding: 0 0.75rem;
  visibility: hidden;
  display: none;
}

.usg-v2 .comparison-table-cell__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
}

.usg-v2 .comparison-table-product {
  background: #FFF;
  border: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.usg-v2 .comparison-table-product:first-of-type {
  border-left: 2px solid #D8D8D8;
}

.usg-v2 .comparison-table-product:last-of-type {
  border-right: 2px solid #D8D8D8;
}

.usg-v2 .comparison-table-product__attributes {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.usg-v2 .comparison-table-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

.usg-v2 .comparison-table-products > div:nth-last-child(n+2):nth-last-child(-n+2):first-child,
.usg-v2 .comparison-table-products > div:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ div {
  width: calc(100%/2);
  min-width: 200px;
  max-width: 300px;
}

.usg-v2 .comparison-table-products > div:nth-last-child(n+3):nth-last-child(-n+3):first-child,
.usg-v2 .comparison-table-products > div:nth-last-child(n+3):nth-last-child(-n+3):first-child ~ div {
  width: calc(100%/3);
  min-width: 200px;
  max-width: 300px;
}

.usg-v2 .comparison-table-products > div:nth-last-child(n+4):nth-last-child(-n+4):first-child,
.usg-v2 .comparison-table-products > div:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ div {
  width: calc(100%/4);
  min-width: 200px;
  max-width: 300px;
}

.usg-v2 .comparison-table-products > div:nth-last-child(n+5):nth-last-child(-n+5):first-child,
.usg-v2 .comparison-table-products > div:nth-last-child(n+5):nth-last-child(-n+5):first-child ~ div {
  width: calc(100%/5);
  min-width: 200px;
  max-width: 300px;
}

.usg-v2 .product-card {
  -ms-flex-preferred-size: calc(100% - 1rem * 2);
      flex-basis: calc(100% - 1rem * 2);
  width: calc(100% - 1rem * 2);
  padding: 1rem;
  margin-top: 0;
  border: 2px solid #D8D8D8;
  margin: 0 1rem 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFF;
}

@media (min-width: 576px) {
  .usg-v2 .product-card {
    -ms-flex-preferred-size: calc(100%/2 - 1rem * 2);
        flex-basis: calc(100%/2 - 1rem * 2);
    width: calc(100%/2 - 1rem * 2);
  }
}

.usg-v2 .product-card__image img,
.usg-v2 .product-card__image picture {
  display: block;
}

.usg-v2 .product-card__image > a {
  border: none;
}

.usg-v2 .product-card__title {
  color: #333;
  font-size: 1rem;
  margin: 0.75rem 0;
}

.usg-v2 .product-card__title > a {
  border: none;
  color: #333;
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
}

.usg-v2 .product-card__table {
  border-collapse: collapse;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}

.usg-v2 .product-card__table tr:first-of-type td,
.usg-v2 .product-card__table tr:first-of-type th {
  border-top: 0;
}

.usg-v2 .product-card__table td,
.usg-v2 .product-card__table th {
  padding: 0.75rem 0.75rem 0.75rem 0;
  width: 50%;
  border-top: 1px solid #D8D8D8;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  white-space: normal;
  -ms-overflow-wrap: break-word;
  -ms-word-wrap: break-word;
}

.usg-v2 .product-card__table th {
  font-family: "SeroWeb W07 Regular", Helvetica, sans-serif;
  font-weight: normal;
}

.usg-v2 .product-card__table td {
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
}

.usg-v2 .product-card__table td[colspan="2"] {
  font-family: "SeroWeb W07 Regular", Helvetica, sans-serif;
}

.usg-v2 .product-card__cta {
  margin-top: auto;
}

.usg-v2 .product-card__cta .btn {
  font-size: 0.875rem;
  width: 100%;
}

.usg-v2 .product-cards__loading:before {
  font-size: 4px;
  margin: auto;
}

.usg-v2 .product-cards__cards {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -2rem;
}

.usg-v2 .campaign-footer {
  background-color: #454646;
}

.usg-v2 .campaign-footer--basic {
  background-color: #333;
}

.usg-v2 .campaign-footer--basic .campaign-footer__link-item,
.usg-v2 .campaign-footer--basic .campaign-footer__social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.usg-v2 .campaign-footer--basic .campaign-footer__link-item {
  margin: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.usg-v2 .campaign-footer--basic .campaign-footer__social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.usg-v2 .campaign-footer--basic .campaign-footer__social > a {
  margin-right: 2.5rem;
}

.usg-v2 .campaign-footer--basic .campaign-footer__social > a:last-of-type {
  margin-right: 0;
}

.usg-v2 .campaign-footer--basic .campaign-footer__links {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.usg-v2 .campaign-footer--basic .campaign-footer__copyright {
  padding: 1rem;
}

.usg-v2 .campaign-footer--basic .campaign-footer__copyright-wrap {
  padding: 0;
  margin-bottom: 1.5rem;
}

.usg-v2 .campaign-footer--form .campaign-footer__social {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.usg-v2 .campaign-footer--form .campaign-footer__social > a {
  margin-right: 2.5rem;
}

.usg-v2 .campaign-footer--form .campaign-footer__social > a:last-of-type {
  margin-right: 0;
}

.usg-v2 .campaign-footer__wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
  padding: 1rem;
  padding-top: 1.5rem;
}

.usg-v2 .campaign-footer__title {
  color: #FFF;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-size: 1.3125rem;
}

.usg-v2 .campaign-footer__copyright {
  background: #333;
}

.usg-v2 .campaign-footer__copyright-wrap {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 90rem;
  text-align: center;
  padding: 1rem;
}

.usg-v2 .campaign-footer__copyright-wrap a {
  border: none;
}

.usg-v2 .campaign-footer__copyright-wrap * {
  color: #7D7D7D;
  margin: 0;
  font-size: 0.875rem;
}

.usg-v2 .campaign-footer__subtitle {
  color: #D8D8D8;
  font-size: 1rem;
  line-height: 1.6;
}

.usg-v2 .campaign-footer__content .campaign-footer__header {
  display: none;
}

.usg-v2 .campaign-footer__links {
  margin: 2.5rem 0;
}

.usg-v2 .campaign-footer__links * {
  color: #FFF;
}

.usg-v2 .campaign-footer__link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem 0;
  border: 0;
}

.usg-v2 .campaign-footer__icon {
  color: #D8D8D8;
  font-size: 2.1875rem;
  margin-right: 1rem;
  opacity: 0.7;
}

.usg-v2 .campaign-footer__label, .usg-v2 .campaign-footer__name {
  margin: 0;
  line-height: 1.6;
  white-space: nowrap;
}

.usg-v2 .campaign-footer__name {
  font-size: 1.125rem;
}

.usg-v2 .campaign-footer__label {
  text-transform: uppercase;
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
  color: #D8D8D8;
  font-size: 0.75rem;
  opacity: 0.7;
}

.usg-v2 .campaign-footer__social {
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.usg-v2 .campaign-footer__social > a {
  border: 0;
  font-size: 1.25rem;
  color: #D8D8D8;
  opacity: 0.7;
}

.usg-v2 .calculator__wrap {
  max-width: 62.5rem;
  margin: auto;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
  background: #F5F5F5;
  padding: 1rem 1.25rem;
  margin: 1rem auto;
}

.usg-v2 .calculator__form, .usg-v2 .calculator__table {
  max-width: 48rem;
  margin: 1rem auto;
}

.usg-v2 .calculator .calculator-form__header {
  color: #333;
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.usg-v2 .calculator .calculator-form__submit {
  margin: 1.5rem auto 2.5rem;
  text-align: center;
}

.usg-v2 .calculator .calculator-form__submit .btn {
  font-size: 13px;
}

.usg-v2 .calculator .calculator-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.usg-v2 .calculator .calculator-form .calculator-form-field {
  margin: 0 1rem;
}

.usg-v2 .calculator .calculator-form .calculator-form-field__label {
  font-family: "SeroWeb W07 Regular", Helvetica, sans-serif;
  padding-bottom: 0.25rem;
  display: block;
  font-size: 0.9375rem;
}

.usg-v2 .calculator .calculator-form .calculator-form-field__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.usg-v2 .calculator .calculator-form .calculator-form-field__input input {
  line-height: 1.6;
  width: 100px;
  text-align: center;
  margin-right: 0.5rem;
  border-color: #D8D8D8;
}

.usg-v2 .calculator .calculator-form .calculator-form-field__suffix {
  white-space: nowrap;
  font-size: 0.875rem;
}

.usg-v2 .calculator .calculator-table-group {
  border: 1px solid #D8D8D8;
  margin: 1rem 0;
  background: #FFF;
}

.usg-v2 .calculator .calculator-table-group-cell {
  padding: 0.5rem 1rem 1rem;
  font-size: 0.8125rem;
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  background: #333;
  color: #FFF;
  border-bottom: 1px solid #D8D8D8;
}

.usg-v2 .calculator .calculator-table-group-cell:last-of-type {
  border-bottom: 0;
}

.usg-v2 .calculator .calculator-table-group-cell--header {
  padding: 0.75rem;
  color: #333;
  border-bottom: 0;
  background: #FFF;
  font-size: 0.9375rem;
}

.usg-v2 .calculator .calculator-table-group-cell__value, .usg-v2 .calculator .calculator-table-group-cell__unit {
  display: block;
  line-height: 1.35;
}

.usg-v2 .calculator .calculator-table-group-cell__value {
  font-family: inherit;
  font-size: 1.75rem;
}

.usg-v2 .calculator .calculator-table-group-cell__unit {
  font-family: "SeroWeb W07 Regular", Helvetica, sans-serif;
}

.usg-v2 .campaign-page .pdp-section__header {
  padding-right: 2rem;
}

.usg-v2 .campaign-page > div:first-of-type {
  margin-top: 0;
}

.usg-v2 .campaign-page p {
  margin: 0;
}

.usg-v2 .campaign-page .product-grid-item__short-description {
  margin-left: 1.5rem;
}

.usg-v2 .campaign-page .product-page-navbar {
  margin: 0;
}

.usg-v2 .campaign-page .pdp-section {
  padding: 0;
}

.usg-v2 .campaign-page .pdp-section.active [data-tab-content] {
  display: block;
  visibility: visible;
  height: auto;
  overflow: visible;
}

.usg-v2 .campaign-page .pdp-section [data-tab-content] {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.usg-v2 .campaign-page .hero-slider {
  margin-bottom: 0;
}

.usg-v2 .campaign-page .campaign-page-navbar__cta {
  padding: 1rem;
}

.usg-v2 .campaign-page .campaign-page-navbar__cta .btn {
  width: 100%;
  display: block;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.usg-v2 .campaign-page .campaign-page-navbar__cta .btn:last-of-type {
  margin-bottom: 0.5rem;
}

.usg-v2 .campaign-page .campaign-page-navbar__cta .btn:first-of-type {
  margin-top: 0.25rem;
}

.usg-v2 .campaign-section,
.usg-v2 .collapsable-section {
  padding: 0 !important;
  background: transparent;
}

.usg-v2 .campaign-section.active [data-tab-content],
.usg-v2 .collapsable-section.active [data-tab-content] {
  display: block;
  visibility: visible;
  height: auto;
  overflow: visible;
}

.usg-v2 .campaign-section [data-tab-content],
.usg-v2 .collapsable-section [data-tab-content] {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.usg-v2 .campaign-section .hero-slider .hero-slider-item__title,
.usg-v2 .collapsable-section .hero-slider .hero-slider-item__title {
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
}

.usg-v2 .product-page-navbar__items, .usg-v2 .product-page-navbar__brand-img {
  display: none;
}

.usg-v2 .pdp-template .subhead, .usg-v2 .pdp-template .intro-copy {
  text-align: center;
}

.usg-v2 .pdp-template .subhead h2, .usg-v2 .pdp-template .subhead h3, .usg-v2 .pdp-template .intro-copy h2, .usg-v2 .pdp-template .intro-copy h3 {
  padding: 0 1rem;
  max-width: 90rem;
  margin: 1rem auto;
}

.usg-v2 .pdp-section {
  border-bottom: 1px solid rgba(125, 125, 125, 0.5);
  overflow: inherit;
  padding: 0;
  margin: 0;
}

.usg-v2 .pdp-section.active .pdp-section__header:before {
  content: "";
}

.usg-v2 .pdp-section.active .pdp-section__wrap {
  display: block;
}

.usg-v2 .pdp-section__wrap {
  max-width: 90rem;
  margin: auto;
  color: #333;
  display: none;
  padding: 1rem;
  border: none;
  border-bottom: 0;
  background-color: #fefefe;
}

.usg-v2 .pdp-section__header {
  position: relative;
  display: block;
  border: none;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: inherit;
  max-width: 90rem;
  margin: auto;
  background-color: #5F6062;
  padding: 1rem;
  color: #FFF;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
}

.usg-v2 .pdp-section__header:before {
  font-family: "usgicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.625rem;
  position: absolute;
  right: 1rem;
  margin-top: 0.5rem;
}

.usg-v2 .pdp-section__header:hover, .usg-v2 .pdp-section__header:active {
  background-color: #454646;
  color: #FFF;
}

.usg-v2 .pdp-section__header h3 {
  font-family: "SeroWeb W07 Regular", Helvetica, sans-serif;
  margin: 0 auto;
}

.usg-v2 .pdp-section__name {
  color: #FFF;
}

.usg-v2 .pdp-section__content {
  margin: 1.5rem 0;
}

.usg-v2 .pdp-section__download:before {
  vertical-align: middle;
  margin-right: 0.75rem;
  font-family: "usgicon";
  content: "";
  color: #7D7D7D;
}

.usg-v2 .pdp-section--qa {
  border-bottom: none;
}

.usg-v2 .pdp-size {
  margin-left: 0.5rem;
  color: #7D7D7D;
  font-size: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
}

@media (min-width: 576px) {
  .usg-v2 .filtered-cards {
    -ms-flex-preferred-size: calc(100% - 1rem * 2);
        flex-basis: calc(100% - 1rem * 2);
    width: calc(100% - 1rem * 2);
  }
}

.usg-v2 .comparison-chart__wrap {
  max-width: 62.5rem;
  margin: auto;
}

.usg-v2 .comparison-chart__footnotes {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #D8D8D8;
}

.usg-v2 .comparison-chart__footnotes p {
  font-size: 0.875rem;
  margin: 0;
  margin-bottom: 0.25rem;
  color: #5F6062;
}

.usg-v2 .comparison-chart-item {
  margin: 2rem 0;
}

.usg-v2 .comparison-chart-item__table {
  width: 100%;
  background: #FFF;
}

.usg-v2 .comparison-chart-item__title {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.usg-v2 .comparison-chart-item table {
  margin: 0;
  border-collapse: collapse;
}

.usg-v2 .comparison-chart-item table tr:not(.mobile) {
  display: none;
}

.usg-v2 .comparison-chart-item table tr.mobile th {
  text-align: center;
}

.usg-v2 .comparison-chart-item table tr td, .usg-v2 .comparison-chart-item table tr th {
  border: 1px solid #D8D8D8;
  vertical-align: middle;
  line-height: 1;
  width: calc(100%/3);
}

.usg-v2 .comparison-chart-item table tr td {
  font-size: 0.8125rem;
  text-align: center;
  text-transform: uppercase;
  background: #454646;
  color: #FFF;
}

.usg-v2 .comparison-chart-item table tr td > span {
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
  font-size: 1.75rem;
  display: block;
  margin-bottom: 0.25rem;
}

.usg-v2 .comparison-chart-item table tr th {
  font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

.usg-v2 .comparison-chart-item table tr th > span {
  text-transform: none;
  display: block;
  color: #5F6062;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
}

.usg-v2 .comparison-chart-item--main table tr td {
  background: #C41230;
}

.usg-v2 .resource-cards-container .component-wrap {
  margin: 0 1.5rem 0 !important;
}

.usg-v2 .resource-cards-container .component-wrap:first-child {
  margin-top: 1.5rem !important;
}

.usg-v2 .resource-cards-container.active [data-tab-content-mod] {
  display: block;
  visibility: visible;
  height: auto;
  overflow: visible;
  margin-bottom: 1.5rem;
}

.usg-v2 .resource-cards-container [data-tab-content-mod] {
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

@media (min-width: 48rem) {
  .usg-v2 .campaign-hero {
    border-bottom: 0;
  }
  .usg-v2 .campaign-hero__image-wrap {
    position: relative;
  }
  .usg-v2 .campaign-hero__image-wrap:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(50.8%, rgba(255, 255, 255, 0.68)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0.68) 50.8%, rgba(255, 255, 255, 0) 100%);
  }
  .usg-v2 .campaign-hero__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    padding: 2rem;
  }
  .usg-v2 .campaign-hero__content > * {
    color: #333;
  }
  .usg-v2 .campaign-hero--dark .campaign-hero__image-wrap:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(58.04%, rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.45) 58.04%, rgba(0, 0, 0, 0) 100%);
  }
  .usg-v2 .campaign-hero--dark .campaign-hero__content > * {
    color: #FFF;
  }
  .usg-v2 .campaign-hero--dark .campaign-hero__title, .usg-v2 .campaign-hero--dark .campaign-hero__descritpion {
    text-shadow: 1px 1px 6px rgba(10, 10, 10, 0.62);
  }
  .usg-v2 .campaign-hero--dark .campaign-hero__cta .btn {
    color: #FFF;
    border: 2px solid #FFF;
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__form {
    width: 100%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__form .marketo {
    background-color: #F5F5F5;
    overflow-y: auto;
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
    width: 100%;
    padding: 0;
    background-color: #F5F5F5;
  }
  .usg-v2 .campaign-hero--has-form .marketo__form {
    margin: 0 auto;
  }
  .usg-v2 .campaign-hero--has-form .marketo__header {
    text-align: center;
    margin-top: 1.5rem;
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__form .marketo {
    height: auto;
    padding: 0.5rem 2.5rem;
  }
  .usg-v2 .campaign-hero__wrap {
    padding: 1.5rem;
  }
  .usg-v2 .campaign-hero__image .campaign-hero__video-play {
    display: none;
  }
  .usg-v2 .campaign-hero__title {
    font-size: 2rem;
    max-width: 85%;
  }
  .usg-v2 .campaign-hero__description {
    font-size: 1.125rem;
    max-width: 85%;
  }
  .usg-v2 .campaign-hero__cta .btn {
    color: #333;
    border: 2px solid #333;
  }
  .usg-v2 .campaign-hero__content {
    background: none;
    text-align: inherit;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    overflow: auto;
    padding: 1.5rem;
    padding-bottom: 3.75rem;
    position: absolute;
  }
  .usg-v2 .campaign-hero__content .campaign-hero__video-play {
    display: block;
    margin: 1.5rem auto;
  }
  .usg-v2 .campaign-hero .campaign-hero__play-overlay {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .usg-v2 .campaign-hero .campaign-hero__prev, .usg-v2 .campaign-hero .campaign-hero__next {
    border-radius: 2px;
    opacity: 0.78;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 0.9375rem 0.625rem;
    margin: 0;
  }
  .usg-v2 .campaign-hero .campaign-hero__prev:hover, .usg-v2 .campaign-hero .campaign-hero__next:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .usg-v2 .campaign-hero .campaign-hero__arrows {
    display: block;
  }
  .usg-v2 .campaign-hero__dots {
    display: none;
  }
  .usg-v2 .campaign-hero__prev, .usg-v2 .campaign-hero__next {
    z-index: 1;
    border: none;
    font-size: 1.875rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .usg-v2 .campaign-hero__prev:hover, .usg-v2 .campaign-hero__next:hover {
    color: #454646;
  }
  .usg-v2 .campaign-hero__prev {
    left: 0;
  }
  .usg-v2 .campaign-hero__next {
    right: 0;
  }
  .usg-v2 .campaign-hero__navigation {
    background-color: #F5F5F5;
  }
  .usg-v2 .campaign-hero--intro-video .campaign-hero__intro-video-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #000;
  }
  .usg-v2 .campaign-hero--intro-video video {
    height: 100%;
  }
  .usg-v2 .campaign-hero--intro-video .campaign-hero__image-wrap:after {
    opacity: 0;
  }
  .usg-v2 .campaign-hero--intro-video .campaign-hero__content, .usg-v2 .campaign-hero--intro-video .campaign-hero__image {
    opacity: 0;
  }
  .usg-v2 .campaign-hero--paused .campaign-hero__intro-video- {
    opacity: 1;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .usg-v2 .campaign-hero--paused .campaign-hero__image {
    opacity: 1;
    -webkit-transition: opacity ease 1.1s;
    transition: opacity ease 1.1s;
  }
  .usg-v2 .campaign-hero--paused .campaign-hero__content {
    opacity: 1;
    -webkit-transition: opacity ease 1.1s;
    transition: opacity ease 1.1s;
  }
  .usg-v2 .campaign-hero--paused .campaign-hero__image-wrap:after {
    opacity: 1;
    -webkit-transition: opacity ease 1.1s;
    transition: opacity ease 1.1s;
  }
  .usg-v2 .resource-cards .resource-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .usg-v2 .resource-cards .resource-card__content, .usg-v2 .resource-cards .resource-card__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .usg-v2 .resource-cards .resource-card__content {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .usg-v2 .resource-cards .resource-card__content li {
    font-size: 1rem;
  }
  .usg-v2 .resource-cards .resource-card__image {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .usg-v2 .resource-cards .resource-card__image img,
  .usg-v2 .resource-cards .resource-card__image picture {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .usg-v2 .resource-cards .resource-card__content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .usg-v2 .resource-cards .resource-card__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .usg-v2 .resource-cards .resource-card__play-trigger {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 64px;
    width: 64px;
  }
  .usg-v2 .resource-cards .resource-card__play-trigger:hover {
    background: rgba(0, 0, 0, 0.75);
  }
  .usg-v2 .resource-cards .resource-card__play-trigger:before {
    font-family: "usgicon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 30px;
    line-height: 64px;
    padding-left: 7px;
  }
  .usg-v2 .resource-cards .resource-card--left .resource-card__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .usg-v2 .resource-cards .resource-card--left .resource-card__image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .usg-v2 .resource-cards--2 .resource-card__content {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .usg-v2 .two-col--right .two-col__highlights {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .usg-v2 .two-col__image {
    -ms-flex-preferred-size: calc(100%/2);
        flex-basis: calc(100%/2);
    width: calc(100%/2);
  }
  .usg-v2 .two-col__highlights {
    font-size: 1rem;
    -ms-flex-preferred-size: calc(100%/2);
        flex-basis: calc(100%/2);
    width: calc(100%/2);
    margin-left: 0;
    padding: 0 1.5rem;
  }
  .usg-v2 .two-col__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.25rem 1.5rem 0;
  }
  .usg-v2 .two-col__cta .btn {
    width: auto;
  }
  .usg-v2 .callouts__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -1.5rem;
  }
  .usg-v2 .callouts .callout {
    border-bottom: 0;
    margin: 0 1.5rem;
    -ms-flex-preferred-size: calc(100%/2 - 1.5rem * 2);
        flex-basis: calc(100%/2 - 1.5rem * 2);
    width: calc(100%/2 - 1.5rem * 2);
    padding: 1.5rem 0;
  }
  .usg-v2 .callouts .callout__content li {
    margin-left: 1rem;
    font-size: 1rem;
  }
  .usg-v2 .marketo__success {
    margin: 3rem auto 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .usg-v2 .marketo__form {
    margin: 3rem auto 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .usg-v2 .marketo__form input {
    width: 100% !important;
  }
  .usg-v2 .marketo__form .mktoForm .mktoHasWidth .mktoLayoutLeft label {
    margin: auto auto 0.25rem auto !important;
    width: 100% !important;
  }
  .usg-v2 .marketo__form .mktoForm .mktoRequiredField label.mktoLabel {
    padding: 0;
    font-family: "SeroWeb W07 Regular", Helvetica, sans-serif;
    font-weight: normal !important;
  }
  .usg-v2 .marketo__form .mktoLabel {
    font-family: "SeroWeb W07 Regular", Helvetica, sans-serif;
    font-weight: normal !important;
  }
  .usg-v2 .marketo__form .mktoFormRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% + 1.5rem) !important;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .usg-v2 .marketo__form .mktoFormCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .usg-v2 .marketo__form .mktoFieldDescriptor {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .usg-v2 .marketo__form .mktoFieldWrap {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
    width: 100% !important;
  }
  .usg-v2 .marketo__form .mktoFieldWrap label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .usg-v2 .marketo__form .mtkoButtonWrap {
    display: inline-block;
  }
  .usg-v2 .marketo__form .mktoButton {
    margin-bottom: 0;
  }
  .usg-v2 .marketo--modal {
    padding: 0;
  }
  .usg-v2 .marketo .mktoFormRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .usg-v2 .comparison-table-attributes {
    background-color: transparent;
  }
  .usg-v2 .comparison-table-attributes .comparison-table-cell {
    width: 150px;
    padding-left: 0.75rem;
    background-color: #F5F5F5;
  }
  .usg-v2 .comparison-table-cell {
    font-size: 0.9375rem;
  }
  .usg-v2 .comparison-table-cell__key {
    width: 150px;
  }
  .usg-v2 .comparison-table-products > div:nth-last-child(n+2):nth-last-child(-n+2):first-child,
  .usg-v2 .comparison-table-products > div:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ div {
    min-width: 250px;
  }
  .usg-v2 .comparison-table-products > div:nth-last-child(n+3):nth-last-child(-n+3):first-child,
  .usg-v2 .comparison-table-products > div:nth-last-child(n+3):nth-last-child(-n+3):first-child ~ div {
    min-width: 250px;
  }
  .usg-v2 .comparison-table-products > div:nth-last-child(n+4):nth-last-child(-n+4):first-child,
  .usg-v2 .comparison-table-products > div:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ div {
    min-width: 250px;
  }
  .usg-v2 .comparison-table-products > div:nth-last-child(n+5):nth-last-child(-n+5):first-child,
  .usg-v2 .comparison-table-products > div:nth-last-child(n+5):nth-last-child(-n+5):first-child ~ div {
    min-width: 250px;
  }
  .usg-v2 .product-card {
    -ms-flex-preferred-size: calc(100%/3 - 1rem * 2);
        flex-basis: calc(100%/3 - 1rem * 2);
    width: calc(100%/3 - 1rem * 2);
  }
  .usg-v2 .product-card__title {
    color: #333;
    font-size: 1rem;
    margin: 0.75rem 0;
  }
  .usg-v2 .campaign-footer--basic .campaign-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .usg-v2 .campaign-footer--basic .campaign-footer__social > a {
    margin: 0 1.5rem;
  }
  .usg-v2 .campaign-footer--basic .campaign-footer__link-item {
    margin: 0 1.5rem;
  }
  .usg-v2 .campaign-footer--basic .campaign-footer__link-item,
  .usg-v2 .campaign-footer--basic .campaign-footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .usg-v2 .campaign-footer--form .campaign-footer__wrap {
    padding: 3rem 6rem;
  }
  .usg-v2 .campaign-footer--form .campaign-footer__link-item {
    margin: 0 1.5rem;
  }
  .usg-v2 .campaign-footer--form .campaign-footer__social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .usg-v2 .campaign-footer__title {
    font-size: 1.75rem;
  }
  .usg-v2 .campaign-footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .usg-v2 .campaign-footer__title, .usg-v2 .campaign-footer__subtitle {
    text-align: center;
  }
  .usg-v2 .campaign-footer__icon {
    margin-right: 1rem;
  }
  .usg-v2 .campaign-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .usg-v2 .campaign-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.75rem;
  }
  .usg-v2 .campaign-footer__subtitle {
    font-size: 1.125rem;
  }
  .usg-v2 .calculator__form, .usg-v2 .calculator__table {
    margin: 2.5rem auto 3.75rem;
  }
  .usg-v2 .calculator .calculator-table-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #D8D8D8;
    border-bottom: 0;
    margin: 0;
  }
  .usg-v2 .calculator .calculator-table-group:last-of-type {
    border-bottom: 1px solid #D8D8D8;
  }
  .usg-v2 .calculator .calculator-table-group > div:nth-last-child(n+2):nth-last-child(-n+2):first-child,
  .usg-v2 .calculator .calculator-table-group > div:nth-last-child(n+2):nth-last-child(-n+2):first-child ~ div {
    -ms-flex-preferred-size: calc(100%/2);
        flex-basis: calc(100%/2);
    width: calc(100%/2);
  }
  .usg-v2 .calculator .calculator-table-group > div:nth-last-child(n+3):nth-last-child(-n+3):first-child,
  .usg-v2 .calculator .calculator-table-group > div:nth-last-child(n+3):nth-last-child(-n+3):first-child ~ div {
    -ms-flex-preferred-size: calc(100%/3);
        flex-basis: calc(100%/3);
    width: calc(100%/3);
  }
  .usg-v2 .calculator .calculator-table-group > div:nth-last-child(n+4):nth-last-child(-n+4):first-child,
  .usg-v2 .calculator .calculator-table-group > div:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ div {
    -ms-flex-preferred-size: calc(100%/4);
        flex-basis: calc(100%/4);
    width: calc(100%/4);
  }
  .usg-v2 .calculator .calculator-table-group > div:nth-last-child(n+5):nth-last-child(-n+5):first-child,
  .usg-v2 .calculator .calculator-table-group > div:nth-last-child(n+5):nth-last-child(-n+5):first-child ~ div {
    -ms-flex-preferred-size: calc(100%/5);
        flex-basis: calc(100%/5);
    width: calc(100%/5);
  }
  .usg-v2 .calculator .calculator-table-group-cell {
    border-right: 1px solid #D8D8D8;
    border-bottom: 0;
    padding: 0.5rem 0.75rem 0.75rem;
  }
  .usg-v2 .calculator .calculator-table-group-cell:last-of-type {
    border-right: 0;
  }
  .usg-v2 .calculator .calculator-table-group-cell--header {
    min-width: 200px;
    padding: 1rem 1.25rem;
    text-align: left;
  }
  .usg-v2 .campaign-page .pdp-section__header {
    display: none;
  }
  .usg-v2 .campaign-page .pdp-section [data-tab-content] {
    display: block;
    visibility: visible;
    height: auto;
    overflow: visible;
  }
  .usg-v2 .campaign-page .product-page-navbar {
    border-top: none;
    -webkit-box-shadow: inset 0 -4px 0 0 #D8D8D8, 0 -2px 0 0 #D8D8D8;
            box-shadow: inset 0 -4px 0 0 #D8D8D8, 0 -2px 0 0 #D8D8D8;
    background: #F5F5F5;
  }
  .usg-v2 .campaign-page .product-page-navbar__items {
    text-align: left;
  }
  .usg-v2 .campaign-page .product-page-navbar__item {
    line-height: 3.25rem;
  }
  .usg-v2 .campaign-page .product-page-navbar.active {
    -webkit-box-shadow: 0 4px 0 #C41230;
            box-shadow: 0 4px 0 #C41230;
  }
  .usg-v2 .campaign-page .product-page-navbar.active .campaign-page-navbar__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .usg-v2 .campaign-page .product-page-navbar.active .product-page-navbar__wrap {
    border-right: 1px solid #D8D8D8;
    margin-right: 1.5rem;
  }
  .usg-v2 .campaign-page .product-page-navbar.active .campaign-page-navbar__cta {
    margin-top: 0.5rem;
  }
  .usg-v2 .campaign-page .product-page-navbar.fixed {
    top: 62px;
  }
  .usg-v2 .campaign-page .campaign-page-navbar__cta {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .usg-v2 .campaign-page .campaign-page-navbar__cta .btn {
    font-size: 0.75rem;
    margin-left: 0.75rem;
    margin-bottom: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    width: auto;
  }
  .usg-v2 .campaign-page .campaign-page-navbar__cta .btn:last-of-type {
    margin-bottom: 0;
  }
  .usg-v2 .campaign-page .campaign-page-navbar__cta .btn:first-of-type {
    margin-top: 0;
  }
  .usg-v2 .campaign-page .campaign-page-navbar__cta .btn:first-child {
    margin-left: 0;
    padding-bottom: 0.5625rem;
  }
  .usg-v2 .campaign-page .product-page-navbar__item--toggle.active:before, .usg-v2 .campaign-page .product-page-navbar__item--toggle.active:after {
    content: none;
  }
  .usg-v2 .campaign-page .product-page-navbar__item--toggle > a {
    padding-left: 1.25rem !important;
    padding-right: 0.625rem !important;
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .usg-v2 .campaign-page .product-page-navbar__item--toggle:after {
    left: 1.25rem;
  }
  .usg-v2 .campaign-page .product-page-navbar__item--toggle:before {
    content: "";
    height: 100%;
    border-left: 1px solid #D8D8D8;
    right: 0.75rem;
    top: 0;
    position: absolute;
  }
  .usg-v2 .campaign-page .product-page-navbar__wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: 0;
    background: none;
    max-height: 3.125rem;
  }
  .usg-v2 .campaign-page .campaign-page-navbar__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1.5rem;
  }
  .usg-v2 .campaign-page .campaign-page-navbar__wrap .product-page-navbar__itemswrap {
    padding: 0;
  }
  .usg-v2 .campaign-section .pdp-section__header,
  .usg-v2 .campaign-section .collapsable-section__header,
  .usg-v2 .collapsable-section .pdp-section__header,
  .usg-v2 .collapsable-section .collapsable-section__header {
    display: none;
  }
  .usg-v2 .campaign-section [data-tab-content],
  .usg-v2 .collapsable-section [data-tab-content] {
    display: block;
    visibility: visible;
    height: auto;
    overflow: visible;
  }
  .usg-v2 .product-page-navbar {
    margin: 2.5rem 0;
    position: relative;
    height: 3.375rem;
    overflow: hidden;
    z-index: 999;
    width: 100%;
  }
  .usg-v2 .product-page-navbar.fixed {
    position: fixed;
    top: 0;
    margin: 0;
  }
  .usg-v2 .product-page-navbar.fixed .product-page-navbar__item--toggle:before {
    content: none;
  }
  .usg-v2 .product-page-navbar.active {
    overflow: visible;
    height: auto;
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__wrap,
  .usg-v2 .product-page-navbar.active .product-page-navbar__itemswrap,
  .usg-v2 .product-page-navbar.active .product-page-navbar__items {
    max-height: none;
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__items {
    width: auto;
    padding: 1.5rem;
    text-align: left;
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__item {
    display: block;
    height: auto;
    line-height: 1.6;
    padding: 0.5rem 0;
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__item > a {
    padding: 0;
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__item.active {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__item.active > a {
    color: #C41230;
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__item--toggle {
    height: 3.125rem;
    top: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    box-shadow: none !important;
    background: none;
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__item--toggle:after {
    content: none;
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__item--toggle > a:after:after {
    content: "";
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__item--toggle > a {
    padding: 0 0.75rem;
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__item--toggle > a:after {
    content: "";
  }
  .usg-v2 .product-page-navbar.active .product-page-navbar__item:nth-of-type(2) {
    margin-left: 0.75rem;
  }
  .usg-v2 .product-page-navbar__wrap {
    max-height: 3.375rem;
    border-top: 1px solid #D8D8D8;
    border-bottom: 3px solid #D8D8D8;
    background: #F5F5F5;
  }
  .usg-v2 .product-page-navbar__itemswrap {
    max-width: 90rem;
    margin: auto;
    max-height: 3.375rem;
    position: relative;
    padding: 0 1.5rem;
  }
  .usg-v2 .product-page-navbar__items {
    display: block;
    margin: 0;
    width: 100%;
    max-height: 6.25rem;
    list-style: none;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    position: relative;
    text-align: center;
  }
  .usg-v2 .product-page-navbar__item {
    height: 100%;
    display: inline-block;
    height: 3.125rem;
    line-height: 3.125rem;
    margin-left: 0.75rem;
  }
  .usg-v2 .product-page-navbar__item:nth-of-type(2) {
    margin-left: 0;
  }
  .usg-v2 .product-page-navbar__item--toggle {
    margin: 0;
    margin-bottom: 1px;
    position: absolute;
    right: 0;
    height: 3.1875rem;
    bottom: 3.125rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(10%, #F5F5F5), to(#F5F5F5));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #F5F5F5 10%, #F5F5F5 100%);
    border-top: 1px solid #D8D8D8;
  }
  .usg-v2 .product-page-navbar__item--toggle:after {
    content: "";
    height: 100%;
    border-left: 1px solid #D8D8D8;
    left: 30%;
    top: 0;
    position: absolute;
  }
  .usg-v2 .product-page-navbar__item--toggle > a {
    padding-left: 3.75rem !important;
  }
  .usg-v2 .product-page-navbar__item--toggle > a:after {
    display: inline-block;
    font-family: "usgicon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 0.75rem;
    margin-left: 0.5rem;
  }
  .usg-v2 .product-page-navbar__item.active:not(.product-page-navbar__item--toggle) {
    -webkit-box-shadow: 0 4px 0 #C41230;
            box-shadow: 0 4px 0 #C41230;
  }
  .usg-v2 .product-page-navbar__item > a {
    display: block;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    color: #333;
    font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
    list-style: none;
    text-transform: uppercase;
    border: 0;
  }
  .usg-v2 .pdp-template .subhead h2, .usg-v2 .pdp-template .subhead h3, .usg-v2 .pdp-template .intro-copy h2, .usg-v2 .pdp-template .intro-copy h3 {
    padding: 0 1.5rem;
    margin: 1.5rem auto;
  }
  .usg-v2 .pdp-template__sections .general-content .media--image img {
    min-width: 100%;
    height: auto;
  }
  .usg-v2 .pdp-section {
    padding: 2.5rem 0;
    margin: 0;
    border: none;
  }
  .usg-v2 .pdp-section__wrap {
    display: block !important;
    padding: 0 1.5rem;
    max-width: 90rem;
    margin: 0 auto;
    background: transparent;
  }
  .usg-v2 .pdp-section__header {
    background-color: transparent;
    display: block;
    color: #333;
    padding: 1.5rem 0;
    cursor: default;
    -webkit-box-shadow: none;
            box-shadow: none;
    pointer-events: none;
  }
  .usg-v2 .pdp-section__header:before {
    display: none;
  }
  .usg-v2 .pdp-section__header:hover, .usg-v2 .pdp-section__header:focus {
    background: transparent;
  }
  .usg-v2 .pdp-section__header h3 {
    font-family: "SeroWeb W07 Bold", Helvetica, sans-serif;
  }
  .usg-v2 .pdp-section__name {
    line-height: 1;
    color: #333;
    font-size: 1.75rem;
    padding: 0 1.5rem;
  }
  .usg-v2 .pdp-section__content, .usg-v2 .pdp-section__download {
    padding: 0;
  }
  .usg-v2 .pdp-section__content {
    margin: 1.5rem 0;
    display: block;
  }
  .usg-v2 .pdp-section__content .pdp-section__download {
    font-size: 0.9375rem;
    margin-bottom: 2.5rem;
  }
  .usg-v2 .pdp-section--size-options {
    position: relative;
  }
  .usg-v2 .filtered-cards .product-card {
    -ms-flex-preferred-size: calc(100%/2 - 1rem * 2);
        flex-basis: calc(100%/2 - 1rem * 2);
    width: calc(100%/2 - 1rem * 2);
  }
  .usg-v2 .comparison-chart__footnotes {
    margin-top: 2.5rem;
    padding-top: 2rem;
  }
  .usg-v2 .comparison-chart__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .usg-v2 .comparison-chart-item {
    margin: 0 0.5rem;
    -ms-flex-preferred-size: calc(100% / 3 - 0.5rem * 2);
        flex-basis: calc(100% / 3 - 0.5rem * 2);
    width: calc(100% / 3 - 0.5rem * 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .usg-v2 .comparison-chart-item__title {
    margin-bottom: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .usg-v2 .comparison-chart-item table tr.mobile {
    display: none;
  }
  .usg-v2 .comparison-chart-item table tr:not(.mobile) {
    display: table-row;
  }
  .usg-v2 .comparison-chart-item table tr th, .usg-v2 .comparison-chart-item table tr td {
    width: 50%;
    white-space: nowrap;
  }
  .usg-v2 .comparison-chart-item--main table tr th > span {
    display: none;
  }
}

@media (min-width: 67.5625rem) {
  .usg-v2 .pdp-template .subhead h2, .usg-v2 .pdp-template .subhead h3, .usg-v2 .pdp-template .intro-copy h2, .usg-v2 .pdp-template .intro-copy h3 {
    padding: 0 2.3125rem;
  }
  .usg-v2 .pdp-section__wrap {
    padding: 0 2.3125rem;
  }
  .usg-v2 .pdp-section__name {
    padding: 0 2.3125rem;
  }
  .usg-v2 .pdp-section__content .pdp-section__download {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  .usg-v2 .campaign-hero {
    position: relative;
    overflow: hidden;
  }
  .usg-v2 .campaign-hero__overlay-image {
    display: block;
    position: absolute;
    display: hidden;
    top: 100%;
    right: 0;
    height: 100%;
    -webkit-transition: 4s;
    transition: 4s;
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
  }
  .usg-v2 .campaign-hero__overlay-image picture,
  .usg-v2 .campaign-hero__overlay-image img {
    height: 100%;
    width: auto;
  }
  .usg-v2 .campaign-hero__slider {
    height: 600px;
  }
  .usg-v2 .campaign-hero--animate-overlay:hover .campaign-hero__overlay-image {
    -webkit-transition: 4s;
    transition: 4s;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
  .usg-v2 .campaign-hero--animate-overlay:hover .campaign-hero__content {
    opacity: 0;
    -webkit-transition: 3s;
    transition: 3s;
  }
  .usg-v2 .campaign-hero--animate-overlay:hover .campaign-hero__image-wrap:after {
    height: 0;
    -webkit-transition: 3s;
    transition: 3s;
  }
  .usg-v2 .campaign-hero__image-wrap:after {
    height: 60%;
    top: auto;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), color-stop(40%, rgba(255, 255, 255, 0.65)), color-stop(90%, rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.65) 40%, rgba(255, 255, 255, 0) 90%);
  }
  .usg-v2 .campaign-hero .campaign-hero__content > * {
    max-width: 48rem;
    width: 100%;
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__content {
    max-width: 90rem;
    padding-right: calc(40% + 1.5rem);
    left: 0;
    right: 0;
    margin: auto;
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__content > * {
    max-width: none;
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__wrap {
    max-width: 90rem;
    padding: 0 2.3125rem;
    padding-left: calc(60%);
    position: absolute;
    top: 0;
    margin: auto;
    right: 0;
    left: 0;
    height: 100%;
    max-height: 100%;
    background: transparent;
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__title,
  .usg-v2 .campaign-hero--has-form .campaign-hero__description,
  .usg-v2 .campaign-hero--has-form .campaign-hero__cta {
    position: relative;
    z-index: 2;
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__form {
    padding: 0;
    position: relative;
    z-index: 2;
    height: 100%;
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__form .marketo {
    height: 100%;
    overflow-y: auto;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.8)), to(#FFF));
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.8) 0%, #FFF 100%);
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  }
  .usg-v2 .campaign-hero--has-form .marketo__header {
    margin-top: 0;
  }
  .usg-v2 .campaign-hero--has-form .marketo__title {
    text-align: left;
    font-size: 1.5rem;
    margin-top: 0.75rem;
  }
  .usg-v2 .campaign-hero--has-form .marketo__subtitle {
    text-align: left;
    font-size: 1.125rem;
  }
  .usg-v2 .campaign-hero--has-form .marketo__description {
    text-align: left;
    font-size: 0.9375rem;
    margin-top: 1rem;
  }
  .usg-v2 .campaign-hero__content {
    padding: 2.3125rem;
    padding-bottom: 4.375rem;
  }
  .usg-v2 .campaign-hero__title {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
  .usg-v2 .campaign-hero__description {
    font-size: 1.25rem;
  }
  .usg-v2 .resource-cards .resource-card__cta a {
    font-size: 0.875rem;
  }
  .usg-v2 .resource-cards--2 .resource-cards__wrap {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .usg-v2 .resource-cards--2 .resource-card {
    -ms-flex-preferred-size: calc(50% - 3rem);
        flex-basis: calc(50% - 3rem);
    margin: 0 1.5rem;
  }
  .usg-v2 .resource-cards--1 .resource-card__content {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    padding: 2.5rem;
  }
  .usg-v2 .resource-cards--1 .resource-card__image {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .usg-v2 .two-col__image {
    -ms-flex-preferred-size: calc(100%/2 - 2.3125rem);
        flex-basis: calc(100%/2 - 2.3125rem);
    width: calc(100%/2 - 2.3125rem);
    margin-right: 2.3125rem;
  }
  .usg-v2 .two-col__highlights {
    font-size: 1.125rem;
    -ms-flex-preferred-size: calc(100%/2 - 2.3125rem);
        flex-basis: calc(100%/2 - 2.3125rem);
    width: calc(100%/2 - 2.3125rem);
    padding: 0 2.3125rem;
  }
  .usg-v2 .two-col__content {
    padding: 1.25rem 2.3125rem 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .usg-v2 .callouts .callout {
    -ms-flex-preferred-size: calc(100%/5 - 1.5rem * 2);
        flex-basis: calc(100%/5 - 1.5rem * 2);
    width: calc(100%/5 - 1.5rem * 2);
  }
  .usg-v2 .marketo__form .mktoButton {
    font-size: 0.875rem !important;
  }
  .usg-v2 .marketo--modal {
    padding: 0;
  }
  .usg-v2 .marketo--modal .mktoFormRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .usg-v2 .comparison-table-attributes .comparison-table-cell {
    min-width: calc(67.5625rem/5);
    padding-left: 0;
    background-color: transparent;
  }
  .usg-v2 .comparison-table-cell__key {
    min-width: calc(67.5625rem/5);
  }
  .usg-v2 .product-card {
    -ms-flex-preferred-size: calc(100%/4 - 1rem * 2);
        flex-basis: calc(100%/4 - 1rem * 2);
    width: calc(100%/4 - 1rem * 2);
  }
  .usg-v2 .product-card__title {
    color: #333;
    font-size: 1.125rem;
    margin: 1rem 0;
  }
  .usg-v2 .campaign-footer--basic .campaign-footer__link-item {
    margin: 0 2.5rem;
  }
  .usg-v2 .campaign-footer--form .campaign-footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4.625rem 9.25rem;
  }
  .usg-v2 .campaign-footer--form .campaign-footer__form {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .usg-v2 .campaign-footer--form .campaign-footer__content {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .usg-v2 .campaign-footer--form .campaign-footer__form {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 6.9375rem;
  }
  .usg-v2 .campaign-footer--form .campaign-footer__link-item {
    margin: 1.5rem 0;
  }
  .usg-v2 .campaign-footer--form .campaign-footer__content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-right: 4.625rem;
  }
  .usg-v2 .campaign-footer--form .campaign-footer__social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .usg-v2 .campaign-footer__title {
    font-size: 1.75rem;
  }
  .usg-v2 .campaign-footer__content .campaign-footer__header {
    display: block;
  }
  .usg-v2 .campaign-footer__links {
    display: block;
  }
  .usg-v2 .campaign-footer__title, .usg-v2 .campaign-footer__subtitle {
    text-align: left;
  }
  .usg-v2 .campaign-footer__form .campaign-footer__header {
    display: none;
  }
  .usg-v2 .campaign-footer__social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .usg-v2 .campaign-footer__social > a {
    margin-right: 2.5rem;
  }
  .usg-v2 .campaign-page .campaign-page-navbar__wrap {
    max-width: 90rem;
    margin: auto;
    padding: 0 2.3125rem;
  }
  .usg-v2 .campaign-page .campaign-page-navbar__wrap .product-page-navbar__itemswrap {
    padding: 0;
  }
  .usg-v2 .product-page-navbar__brand-img {
    display: inline-block;
    vertical-align: middle;
    max-height: 3.125rem;
    padding: 0.125rem 1rem 0.125rem 0;
    border-right: 1px solid #7D7D7D;
    margin-right: 1rem;
  }
  .usg-v2 .product-page-navbar__brand-img img {
    height: 100%;
    width: 100%;
    display: block;
  }
  .usg-v2 .product-page-navbar__itemswrap {
    padding: 0 2.3125rem;
  }
  .usg-v2 .filtered-cards .product-card {
    -ms-flex-preferred-size: calc(100%/3 - 1rem * 2);
        flex-basis: calc(100%/3 - 1rem * 2);
    width: calc(100%/3 - 1rem * 2);
  }
  .usg-v2 .comparison-chart__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .usg-v2 .comparison-chart-item {
    margin: 0 1rem;
    -ms-flex-preferred-size: calc(100% / 3 - 1rem * 2);
        flex-basis: calc(100% / 3 - 1rem * 2);
    width: calc(100% / 3 - 1rem * 2);
  }
}

@media (min-width: 90rem) {
  .usg-v2 .campaign-hero--has-form .campaign-hero__content {
    padding-right: calc(90rem/10 * 4 + 2.5rem);
  }
  .usg-v2 .campaign-hero--has-form .campaign-hero__wrap {
    padding-left: calc(90rem/10 * 6);
  }
}
