/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.gold-outline:focus {
  outline: 2px solid #fbc600 !important
}

@font-face {
  font-family: 'Synchrony Sans';
  font-display: fallback;
  src: url(/mysynchrony/fonts/SynchronySans.woff) format("woff"), url(/mysynchrony/fonts/SynchronySans.woff2) format("woff2"), url(/mysynchrony/fonts/SynchronySans.ttf) format("truetype"), url(/mysynchrony/fonts/SynchronySans.eot) format("embedded-opentype"), url(/mysynchrony/fonts/SynchronySans.otf) format("opentype"), url(/mysynchrony/fonts/SynchronySans.svg) format("svg");
  font-weight: 400
}

@font-face {
  font-family: 'Synchrony Sans';
  font-display: fallback;
  src: url(/mysynchrony/fonts/SynchronySans-Medium.woff) format("woff"), url(/mysynchrony/fonts/SynchronySans-Medium.woff2) format("woff2"), url(/mysynchrony/fonts/SynchronySans-Medium.ttf) format("truetype"), url(/mysynchrony/fonts/SynchronySans-Medium.eot) format("embedded-opentype"), url(/mysynchrony/fonts/SynchronySans-Medium.svg) format("svg");
  font-weight: 500
}

@font-face {
  font-family: 'Synchrony Sans';
  font-display: fallback;
  src: url(/mysynchrony/fonts/SynchronySans-Bold.woff) format("woff"), url(/mysynchrony/fonts/SynchronySans-Bold.woff2) format("woff2"), url(/mysynchrony/fonts/SynchronySans-Bold.ttf) format("truetype"), url(/mysynchrony/fonts/SynchronySans-Bold.eot) format("embedded-opentype"), url(/mysynchrony/fonts/SynchronySans-Bold.otf) format("opentype"), url(/mysynchrony/fonts/SynchronySans-Bold.svg) format("svg");
  font-weight: 700
}

.search-widget {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: center;
  position: relative;
  width: 1.875rem;
  margin-left: 1.25rem;
  border: 2px solid transparent;
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: linear;
  box-sizing: border-box
}

@media screen and (min-width:0rem) and (max-width:36.1875rem) {
  .search-widget {
    height: 2.875rem
  }
}

@media screen and (min-width:36.25rem) {
  .search-widget {
    height: 1.875rem
  }
}

.search-widget__toggle-button {
  position: absolute;
  top: -.625rem;
  margin-left: -1.25rem;
  border: none;
  background: 0 0;
  display: block;
  padding: .375rem;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (min-width:0rem) and (max-width:36.1875rem) {
  .search-widget__toggle-button {
    width: 4rem;
    height: 4rem
  }
}

@media screen and (min-width:36.25rem) {
  .search-widget__toggle-button {
    width: 3rem;
    height: 3rem
  }
}

.search-widget__search-area {
  display: flex;
  height: 100%;
  width: 0%;
  overflow: hidden;
  visibility: hidden
}

.search-widget__input {
  padding: 0;
  width: 100%;
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: linear;
  border: 0;
  font-size: 16px;
  font-size: 1rem
}

@media screen and (min-width:0rem) and (max-width:36.1875rem) {
  .search-widget__input {
    margin-left: 2.5rem
  }
}

@media screen and (min-width:36.25rem) {
  .search-widget__input {
    margin-left: 1.5rem
  }
}

.search-widget__input:focus {
  outline: 0 !important
}

.search-widget.active {
  border: 2px solid #3b3c43;
  box-sizing: border-box;
  width: 15rem
}

.search-widget.active .search-widget__search-area {
  visibility: visible;
  width: 100%
}

.search-widget__search-button {
  display: block;
  border: 1px solid #34657f;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #34657f;
  font-weight: 500;
}

.search-widget__search-button:focus {
  outline: 0;
  border: 1px solid #fff;
}

.main-nav {
  /* position: fixed; */
  position: sticky;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  z-index: 1000;
  line-height: 1.2;
  transition: all .1s ease-in-out;
}

@media screen and (min-width:36.25rem) {
  .main-nav {
    min-height: 4.75rem
  }
}

.main-nav__skip-link {
  position: absolute;
  top: -24px;
  left: 0;
  display: block;
  text-decoration: none;
  color: #3b3c43;
  box-sizing: border-box;
  background: #fff;
  padding: 5px 10px;
  margin-top: 26px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  transition: transform .2s linear;
  transform: translateY(-12rem)
}

.main-nav__skip-link:focus {
  transform: translateY(0)
}

.top-bar {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2)
}

@media screen and (min-width:36.25rem) {
  .top-bar {
    min-height: 4.75rem;
    padding: 0
  }
}

.top-bar__c1 {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .top-bar__c1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .top-bar__c1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media screen and (min-width:80rem) {
  .top-bar__c1 {
    padding-left: 5rem;
    padding-right: 5rem
  }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .top-bar__c1 {
    width: 82.5rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .top-bar__c1 {
    width: 85rem
  }
}

@media screen and (min-width:80rem) {
  .top-bar__c1 {
    width: 90rem
  }
}

@media screen and (min-width:36.25rem) {
  .top-bar__c1 {
    min-height: 4.75rem
  }
}

@media (-ms-high-contrast:none) and (min-width:580px) {
  .top-bar__c1 {
    height: 4.75rem
  }
}

.top-bar__wrapper {
  display: flex
}

@media screen and (min-width:0rem) and (max-width:61.1875rem) {
  .top-bar__wrapper {
    width: 90%;
    justify-content: center
  }
}

.top-bar__stroke {
  border-top: 3px solid #fbc600;
  width: 0%;
  margin: 1rem 0
}

@media screen and (min-width:61.25rem) {
  .top-bar__stroke {
    display: none;
    margin: 0
  }
}

.top-bar .modal__container {
  border: 1px solid #767676;
  background-color: #fff;
  padding: 16px !important;
  max-width: 95%;
  max-height: calc(100% - 1rem);
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1002;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding: 1rem
}

@media screen and (min-width:48rem) {
  .top-bar .modal__container {
    padding: 2rem;
    max-width: 50%
  }
}

.top-bar .modal__text {
  max-width: 80rem;
  margin: 1rem auto;
  line-height: 1.4;
  font-size: 14px;
  font-size: .875rem
}

@media screen and (min-width:48rem) {
  .top-bar .modal__text {
    font-size: 16px;
    font-size: 1rem
  }
}

.top-bar__c1-top {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3b3c43;
  color: #fbc600;
  font-weight: 700;
  font-size: 14px;
  min-height: 2.9375rem;
  text-align: left
}

@media (-ms-high-contrast:none) and (min-width:980px) {
  .top-bar__c1-top {
    height: 2.9375rem
  }
}

@media screen and (min-width:61.25rem) {
  .top-bar__c1-top {
    flex-direction: row;
    height: 2.9375rem;
    justify-content: space-between
  }
}

.top-bar__c1-top--text {
  color: #fbc600 !important;
  text-decoration: none !important;
  align-self: center;
  display: block
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .top-bar__c1-top--text {
    max-width: 300px
  }
}

@media screen and (min-width:0rem) and (max-width:61.1875rem) {
  .top-bar__c1-top--links {
    display: none
  }
}

.top-bar__c1-top--list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly
}

@media screen and (min-width:0rem) and (max-width:61.1875rem) {
  .top-bar__c1-top--list {
    padding: 1rem 0 0
  }
}

@media screen and (min-width:58.125rem) {
  .top-bar__c1-top--list {
    margin-left: 55px
  }
}

@media screen and (min-width:80rem) {
  .top-bar__c1-top--list {
    margin-left: 90px
  }
}

.top-bar__c1-top--li:last-of-type {
  margin-left: 1.5625rem
}

@media screen and (min-width:61.25rem) {
  .top-bar__c1-top--li {
    margin-left: 1.5625rem
  }
}

.top-bar__c1-top--li a {
  display: inline-block;
  position: relative;
  color: #fbc600 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: 0 0;
  border: none;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  color: #3b3c43;
  text-decoration: none;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  z-index: 1
}

.top-bar__c1-top--li a:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 0;
  border-bottom: 5px solid #fbc600;
  bottom: 2px;
  z-index: -1;
  transition: width 150ms ease-in-out
}

.top-bar__c1-top--li a.active:after,
.top-bar__c1-top--li a:hover:after {
  width: 100%
}

.top-bar__c1-top--li a:focus {
  outline: 2px solid #fff !important
}

.top-bar__c1-top--li a::after {
  border-bottom: 5px solid #767676
}

.top-bar__c1-top--alert {
  display: flex;
  align-items: center;
  background: url(../img/alert_background.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 1rem;
  height: 2.9375rem;
  margin-top: -17px;
  width: 100%;
  display: none
}

@media screen and (min-width:61.25rem) {
  .top-bar__c1-top--alert {
    position: absolute;
    margin-top: -17px;
    transform: translate(-200px);
    display: block
  }
}

.top-bar__c1-top--close {
  margin: 0 1.5625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: 0 0;
  border: none;
  padding: 0;
  color: #fbc600;
  position: relative;
  z-index: 1;
  transform: translateY(25px);
  opacity: 0;
  visibility: hidden; /* JRD 10-29-2021 hide close button */
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .top-bar__c1-top--close {
    margin: 0;
    align-self: center
  }
}



.top-bar__logo-link {
  padding: .5625rem;
  align-self: center
}

.top-bar__logo {
  width: 9.375rem;
}

.top-bar__right-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

@media screen and (min-width:0rem) and (max-width:69.3125rem) {
  .top-bar__text-links {
    display: none
  }
}

@media screen and (min-width:69.375rem) {
  .top-bar__text-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500
  }
}

.top-bar__text-links.hidden {
  display: none
}

.top-bar__li {
  font-size: 16px;
  font-size: 1rem;
  padding: .9375rem
}

.top-bar__link {
  display: inline-block;
  position: relative;
  color: #3b3c43;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1
}

.top-bar__link:focus {
  outline: 2px solid #3b3c43 !important
}

.top-bar__link:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 0;
  border-bottom: 5px solid #fbc600;
  bottom: 2px;
  z-index: -1;
  transition: width 150ms ease-in-out
}

.top-bar__link.active:after,
.top-bar__link:hover:after {
  width: 100%
}

.top-bar__search {
  margin-bottom: 0;
}

@media screen and (min-width:0rem) and (max-width:56.1875rem) {
  .top-bar__search {
    display: none
  }
}

@media screen and (min-width:56.25rem) {
  .top-bar__search {
    margin-left: 1.875rem;
    margin-right: .625rem
  }
}

.top-bar__icon-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center
}

.top-bar__icon-li {
  padding: .5625rem
}

.top-bar__icon-link {
  display: block
}

.top-bar__icon-link:focus {
  outline: 2px solid #3b3c43 !important
}

@media screen and (min-width:30rem) {
  .top-bar__icon-link {
    padding: .375rem
  }
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .top-bar__icon {
    width: 2rem
  }
}

@media screen and (min-width:30rem) {
  .top-bar__icon {
    width: 2.25rem
  }
}

.top-bar__login-button {
  display: inline-block;
  border: 0;
  padding: .875rem;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  width: 8.75rem
}

.top-bar__login-button:focus {
  outline: 2px solid #3b3c43 !important
}

.top-bar__login-button.hover {
  background-color: #3b3c43 !important;
  color: #fff !important
}

@media screen and (min-width:0rem) and (max-width:22.4375rem) {
  .top-bar__login-button {
    display: none
  }
}

@media screen and (min-width:22.5rem) and (max-width:29.9375rem) {
  .top-bar__login-button {
    width: 6.25rem
  }
}

@media screen and (min-width:36.25rem) {
  .top-bar__login-button {
    margin: 0 .9375rem
  }
}

.top-bar__login-button.active-style {
  background-color: #3b3c43;
  color: #fff
}

@media screen and (min-width:62rem) {
  .top-bar__login-button.index-hidden {
    max-width: 0;
    visibility: hidden;
    opacity: 0;
    margin-left: -43px;
    transition: max-width .5s ease-in-out, margin-left .5s ease-in-out, opacity .5s ease-in-out
  }

  .top-bar__login-button.index-visible {
    max-width: 8.875rem;
    margin-left: .9375rem;
    visibility: visible;
    opacity: 1;
    transition: max-width .5s ease-in-out, margin-left .5s ease-in-out, opacity .5s ease-in-out
  }
}

.top-bar__hamburger {
  align-self: center;
  padding: .5625rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible
}

@media screen and (min-width:30rem) {
  .top-bar__hamburger {
    margin-left: .5rem
  }
}

.top-bar__hamburger:focus {
  outline: 2px solid #3b3c43
}

.top-bar__hamburger.active .top-bar__hamburger-inner {
  transform: rotate(45deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.top-bar__hamburger.active .top-bar__hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms .12s ease
}

.top-bar__hamburger.active .top-bar__hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

.top-bar__hamburger-box {
  width: 1.875rem;
  height: 1.5rem;
  display: inline-block;
  position: relative
}

.top-bar__hamburger-inner {
  display: block;
  top: 50%;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.top-bar__hamburger-inner,
.top-bar__hamburger-inner::after,
.top-bar__hamburger-inner::before {
  width: 1.875rem;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

.top-bar__hamburger-inner::after,
.top-bar__hamburger-inner::before {
  content: "";
  display: block
}

.top-bar__hamburger-inner::before {
  top: -10px;
  transition: top 75ms .12s ease, opacity 75ms ease
}

.top-bar__hamburger-inner::after {
  bottom: -10px;
  transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.meganav-item {
  box-sizing: border-box;
  display: flex
}

@media screen and (min-width:0rem) and (max-width:69.3125rem) {
  .meganav-item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
  }
}

@media screen and (min-width:69.375rem) {
  .meganav-item {
    flex-direction: column;
    justify-content: flex-start
  }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .meganav-item {
    padding: 0 1.25rem 1.25rem
  }
}

@media screen and (min-width:48rem) and (max-width:69.3125rem) {
  .meganav-item {
    padding: 0 2.5rem .625rem
  }
}

@media screen and (min-width:69.375rem) {
  .meganav-item {
    padding: 0 1.25rem 1.875rem
  }
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .meganav-item {
    width: 100%
  }
}

@media screen and (min-width:30rem) and (max-width:44.9375rem) {
  .meganav-item {
    width: 50%
  }
}

@media screen and (min-width:45rem) {
  .meganav-item {
    width: 33.33%
  }
}

@media screen and (min-width:68.75rem) {
  .meganav-item.-faq {
    display: none
  }
}

@media screen and (min-width:69.375rem) {
  .meganav-item--mobile-item {
    display: none
  }
}

.meganav-item__icon {
  flex-shrink: 0
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .meganav-item__icon {
    width: 2.5rem;
    margin: 0 1.25rem
  }
}

@media screen and (min-width:30rem) and (max-width:44.9375rem) {
  .meganav-item__icon {
    width: 2.5rem;
    margin-right: .625rem
  }
}

@media screen and (min-width:45rem) and (max-width:69.3125rem) {
  .meganav-item__icon {
    width: 5rem
  }
}

@media screen and (min-width:69.375rem) {
  .meganav-item__icon {
    width: 7.5rem
  }
}

.meganav-item__link {
  text-decoration: none;
  color: #fbc600;
  font-weight: 500;
  -webkit-text-decoration-color: #fbc600;
  text-decoration-color: #fbc600
}

@media screen and (min-width:0rem) and (max-width:44.9375rem) {
  .meganav-item__link {
    font-size: 16px;
    font-size: 1rem
  }

  .meganav-item__link span {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #fbc600;
    transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22)
  }

  .meganav-item__link span:focus,
  .meganav-item__link span:hover {
    box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
  }

  .meganav-item__link span.active {
    box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
  }
}

@media screen and (min-width:45rem) and (max-width:69.3125rem) {
  .meganav-item__link {
    font-size: 21px;
    font-size: 1.3125rem
  }

  .meganav-item__link span {
    font-size: 21px;
    font-size: 1.3125rem;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #fbc600;
    transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22)
  }

  .meganav-item__link span:focus,
  .meganav-item__link span:hover {
    box-shadow: inset 0 -9px 0 0 rgba(251, 198, 0, .85)
  }

  .meganav-item__link span.active {
    box-shadow: inset 0 -9px 0 0 rgba(251, 198, 0, .85)
  }
}

@media screen and (min-width:69.375rem) {
  .meganav-item__link {
    font-size: 24px;
    font-size: 1.5rem
  }

  .meganav-item__link span {
    font-size: 24px;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #fbc600;
    transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22)
  }

  .meganav-item__link span:focus,
  .meganav-item__link span:hover {
    box-shadow: inset 0 -10px 0 0 rgba(251, 198, 0, .85)
  }

  .meganav-item__link span.active {
    box-shadow: inset 0 -10px 0 0 rgba(251, 198, 0, .85)
  }
}

.meganav-item__link>span {
  color: #3b3c43
}

.meganav-item__link:hover {
  color: #3b3c43;
  -webkit-text-decoration-color: #3b3c43;
  text-decoration-color: #3b3c43
}

@media screen and (min-width:0rem) and (max-width:69.3125rem) {
  .meganav-item__text {
    display: none
  }
}

@media screen and (min-width:69.375rem) {
  .meganav-item__text {
    font-size: 20px;
    font-size: 1.25rem
  }
}

.meganav {
  display: none
}

.meganav.active {
  display: block;
  position: relative;
  z-index: 900;
  height: 100vh;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

@media screen and (min-width:30rem) and (max-width:47.9375rem) {
  .meganav.active {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

@media screen and (min-width:48rem) and (max-width:69.3125rem) {
  .meganav.active {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media screen and (min-width:69.375rem) {
  .meganav.active {
    padding-left: 3.75rem;
    padding-right: 3.75rem
  }
}

.meganav.active .meganav__c1 {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

@media screen and (min-width:80rem) {
  .meganav.active .meganav__c1 {
    width: 68.75rem
  }
}

.meganav.active .meganav__graybar-mobile {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background: #3b3c43;
  padding: 1rem 0.25rem;
  border-bottom: 2px solid #fbc600
}

@media screen and (min-width:61.25rem) {
  .meganav.active .meganav__graybar-mobile {
    display: none
  }
}

.meganav.active .meganav__graybar-mobile .meganav-item--mobile-item {
  padding: 0;
  width: auto;
  margin-right: 1rem;
}

.meganav.active .meganav__graybar-mobile .meganav-item--mobile-item:last-of-type {
  margin-right: 0;
}

.meganav.active .meganav__graybar-mobile .meganav-item__link span {
  color: #fff
}

.meganav.active .meganav__mobile-options {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 1.25rem
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .meganav.active .meganav__mobile-options {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

@media screen and (min-width:56.25rem) {
  .meganav.active .meganav__mobile-options {
    display: none
  }
}

@media screen and (min-width:56.25rem) {
  .meganav.active .meganav__search {
    display: none
  }
}

.meganav.active .meganav__search.active {
  border-width: 1px
}

@media screen and (min-width:0rem) and (max-width:36.1875rem) {
  .meganav.active .meganav__search.active {
    margin-left: 0;
    margin-bottom: 1.25rem;
    width: 100%
  }
}

@media screen and (min-width:36.25rem) {
  .meganav.active .meganav__search.active {
    margin-left: .625rem;
    width: calc(100% - .625rem)
  }
}

@media screen and (min-width:0rem) and (max-width:22.4375rem) {
  .meganav.active .meganav__login-button {
    display: inline-block;
    border: 0;
    padding: .875rem;
    align-self: center;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    width: 100%
  }

  .meganav.active .meganav__login-button:focus {
    outline: 2px solid #3b3c43 !important
  }

  .meganav.active .meganav__login-button:hover {
    background-color: #3b3c43 !important;
    color: #fff !important
  }

  .meganav.active .meganav__login-button--home {
    background-color: #58a7af;
    color: #fff
  }

  .meganav.active .meganav__login-button--home:hover {
    background-color: #4e97a3 !important
  }
}

@media screen and (min-width:22.5rem) {
  .meganav.active .meganav__login-button {
    display: none
  }
}

.meganav.active .meganav__items {
  box-sizing: border-box;
  border-bottom: 2px solid #fbc600;
  height: 50%;
  overflow-y: auto
}

@media screen and (min-width:320px) and (max-width:560px) {
  .meganav.active .meganav__items {
    height: 47.5%;
  }
}

@media screen and (min-width:36.25rem) {
  .meganav.active .meganav__items {
    height: 65%;
  }
}

@media (pointer: coarse) and (min-width: 580px) and (max-height: 480px) and (orientation: landscape) {
  .meganav.active .meganav__items {
    height: 23%;
  }
}

@media screen and (min-width:56.25rem) {
  .meganav.active .meganav__items {
    height: 75%;
  }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .meganav.active .meganav__items {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }
}

@media screen and (min-width:48rem) and (max-width:69.3125rem) {
  .meganav.active .meganav__items {
    margin-left: -2.5rem;
    margin-right: -2.5rem
  }
}

@media screen and (min-width:69.375rem) {
  .meganav.active .meganav__items {
    margin-left: -1.25rem;
    margin-right: -1.25rem
  }
}

.meganav.active .meganav__link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap
}

.modal,
.modal-alert {
  display: none
}

.modal-alert.is-open,
.modal.is-open {
  display: block
}

.main-footer {
  background-color: #3b3c43;
  color: #fff
}

.main-footer__c1 {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .main-footer__c1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .main-footer__c1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media screen and (min-width:80rem) {
  .main-footer__c1 {
    padding-left: 5rem;
    padding-right: 5rem
  }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .main-footer__c1 {
    width: 82.5rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .main-footer__c1 {
    width: 85rem
  }
}

@media screen and (min-width:80rem) {
  .main-footer__c1 {
    width: 90rem
  }
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .main-footer__c1 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
  }
}

@media screen and (min-width:30rem) {
  .main-footer__c1 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }
}

.main-footer__logo-link {
  display: inline-block;
  padding: .625rem
}

.main-footer__logo-link:focus {
  outline: 2px solid #fbc600 !important
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .main-footer__logo-image {
    width: 12.5rem
  }
}

@media screen and (min-width:30rem) {
  .main-footer__logo-image {
    width: 9.0625rem
  }
}

.main-footer__links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin: 0 -1.25rem 0
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .main-footer__links {
    padding-top: 1.25rem;
    flex-direction: column
  }
}

@media screen and (min-width:30rem) {
  .main-footer__links {
    padding: 0 0 2.5rem;
    flex-direction: row;
    flex-wrap: wrap
  }
}

@media screen and (min-width:0rem) and (max-width:56.1875rem) {
  .main-footer__links {
    justify-content: flex-start
  }
}

@media screen and (min-width:56.25rem) {
  .main-footer__links {
    justify-content: space-between
  }
}

.main-footer__social-copyright {
  position: relative
}

.main-footer__social-copyright::before {
  content: '';
  position: absolute;
  background-color: #fbc600;
  left: 0;
  height: 100%;
  display: block
}

@media screen and (min-width:0rem) and (max-width:79.9375rem) {
  .main-footer__social-copyright::before {
    width: 100%
  }
}

@media screen and (min-width:80rem) {
  .main-footer__social-copyright::before {
    width: 50%
  }
}

.main-footer__c2 {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .main-footer__c2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .main-footer__c2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media screen and (min-width:80rem) {
  .main-footer__c2 {
    padding-left: 5rem;
    padding-right: 5rem
  }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .main-footer__c2 {
    width: 82.5rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .main-footer__c2 {
    width: 85rem
  }
}

@media screen and (min-width:80rem) {
  .main-footer__c2 {
    width: 90rem
  }
}

.main-footer__social-section {
  background-color: #fbc600;
  display: flex
}

@media screen and (min-width:0rem) and (max-width:79.9375rem) {
  .main-footer__social-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center
  }
}

@media screen and (min-width:80rem) {
  .main-footer__social-section {
    flex-direction: row;
    align-items: center;
    margin: 0 0 0 -1.25rem;
    padding: 0 0 0 1.25rem
  }
}

.main-footer__social-header {
  color: #3b3c43;
  font-weight: 500;
  margin: .625rem 0
}

@media screen and (min-width:0rem) and (max-width:38.6875rem) {
  .main-footer__social-header {
    font-size: 16px;
    font-size: 1rem
  }
}

@media screen and (min-width:38.75rem) and (max-width:57.4375rem) {
  .main-footer__social-header {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media screen and (min-width:80rem) {
  .main-footer__social-header {
    margin-right: .625rem
  }
}

.main-footer__social-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between
}

@media screen and (min-width:30rem) {
  .main-footer__social-links {
    margin-right: .625rem
  }
}

@media screen and (min-width:0rem) and (max-width:38.6875rem) {
  .main-footer__social-li {
    margin-left: .625rem
  }
}

@media screen and (min-width:38.75rem) {
  .main-footer__social-li {
    margin-left: 1.25rem
  }
}

.main-footer__social-link {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center
}

.main-footer__social-icon {
  width: 1.875rem
}

@media screen and (min-width:38.75rem) {
  .main-footer__social-icon {
    margin-right: .625rem
  }
}

.main-footer__social-label {
  color: #3b3c43;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1
}

@media screen and (min-width:0rem) and (max-width:38.6875rem) {
  .main-footer__social-label {
    display: none
  }
}

.main-footer__triangle {
  display: none
}

@media screen and (min-width:80rem) {
  .main-footer__triangle {
    display: block;
    border-style: solid;
    border-width: 3.1875rem 0 0 1.625rem;
    border-color: transparent transparent transparent #fbc600
  }
}

@media screen and (min-width:0rem) and (max-width:79.9375rem) {
  .main-footer__copyright {
    width: 100%
  }
}

@media screen and (min-width:80rem) {
  .main-footer__copyright {
    padding: 0 .625rem
  }
}

.main-footer__copyright-copy {
  font-weight: 500
}

@media screen and (min-width:0rem) and (max-width:79.9375rem) {
  .main-footer__copyright-copy {
    font-size: 12px;
    font-size: .75rem;
    color: #3b3c43;
    text-align: center
  }
}

@media screen and (min-width:80rem) {
  .main-footer__copyright-copy {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    text-align: left
  }
}

.footer-link-section {
  padding: 0 1.25rem;
  box-sizing: border-box
}

@media screen and (min-width:30rem) {
  .footer-link-section {
    margin-top: 2.5rem
  }

  #footer-spacer {
    display: none;
  }
}

@media screen and (min-width:30rem) and (max-width:47.9375rem) {
  .footer-link-section {
    width: 50%
  }
}

@media screen and (min-width:48rem) and (max-width:56.1875rem) {
  .footer-link-section {
    width: 33.3%
  }
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .footer-link-section__header {
    display: flex;
    flex-direction: row
  }
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .footer-link-section__icon {
    width: 1.875rem;
    margin-right: 1.25rem;
    align-self: center
  }
}

@media screen and (min-width:30rem) {
  .footer-link-section__icon {
    width: 3.75rem
  }
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .footer-link-section__expander-icon {
    width: .9375rem;
    display: inline-block;
    margin-left: .625rem;
    transition: transform .3s ease-in-out
  }
}

@media screen and (min-width:30rem) {
  .footer-link-section__expander-icon {
    display: none
  }
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .footer-link-section__title {
    font-size: 16px;
    font-size: 1rem;
    padding: .9375rem 0;
    margin: 0
  }
}

@media screen and (min-width:30rem) {
  .footer-link-section__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin: .625rem 0 0
  }
}

.footer-link-section__toggle-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: 0 0;
  border: none;
  padding: 0;
  color: #fff;
  font-weight: 500
}

.footer-link-section__toggle-button:focus {
  outline: 2px solid #fbc600 !important
}

.footer-link-section__toggle-button.active .footer-link-section__expander-icon {
  transform: rotate(180deg)
}

.footer-link-section__accordion {
  list-style-type: none;
  margin: 0;
  padding: 0
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .footer-link-section__accordion {
    display: none
  }

  .footer-link-section__accordion.active {
    display: block;
    margin-left: 3.125rem
  }
}

.footer-link-section__li {
  display: block
}

@media screen and (min-width:0rem) and (max-width:29.9375rem) {
  .footer-link-section__li {
    padding-bottom: .625rem
  }
}

@media screen and (min-width:30rem) {
  .footer-link-section__li {
    padding: 1.25rem .3125rem .3125rem;
    margin: -.3125rem
  }
}

.footer-link-section__link {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22)
}

.footer-link-section__link:focus {
  outline: 2px solid #fbc600 !important
}

.footer-link-section__link:focus,
.footer-link-section__link:hover {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.footer-link-section__link.active {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.footer-links__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 0 auto 1.25rem
}

@media screen and (min-width:48rem) {
  .footer-links__list {
    text-align: left;
    margin: 0 0 1.25rem;
    -moz-column-count: 3;
    column-count: 3;
    max-width: 56.25rem
  }
}

.footer-links__item {
  padding: 1.25rem .3125rem 0;
  overflow: hidden
}

.footer-links__link {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  text-decoration: none
}

.footer-links__link:focus {
  outline: 2px solid #fbc600 !important
}

.footer-links__link>span {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22)
}

.footer-links__link>span:focus,
.footer-links__link>span:hover {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.footer-links__link>span.active {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.gold-outline:focus {
  outline: 2px solid #fbc600 !important
}

.emergency-alert {
  display: block;
  position: relative;
  z-index: 1000;
  width: 100%;
  min-height: 2.75rem;
  background-color: #fff;
  border-bottom: 6px solid #fbc600;
  top: 0;
  transition: all .1s ease-in-out;
}

.emergency-alert.-hidden:not(.-open) {
  top: -6rem
}

.emergency-alert__c1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
}

.emergency-alert__icon {
  width: 1.5rem;
  display: inline-block;
  margin-right: 0.5rem;
  padding-bottom: 0.125rem;
}

.emergency-alert__text {
  color: #3b3c43;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (min-width:48rem) {
  .emergency-alert__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.emergency-alert__link {
  color: #3b3c43;
}

.emergency-alert__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: 0 0;
  border: none;
  padding: 0;
  text-decoration: underline;
  color: #3b3c43;
  cursor: pointer;
}

.-plus-alert {
  top: 8.5rem !important
}

@media screen and (min-width:36.25rem) {
  .-plus-alert {
    top: 8.3125rem !important
  }
}

.-nav-margin {
  margin-top: -79px;
  transition: all .1s ease-in-out
}

@media screen and (min-width:36.25rem) {
  .-nav-margin {
    margin-top: -58px;
    transition: all .1s ease-in-out
  }
}

.modal {
  display: none
}

.modal.is-open {
  display: block
}

.modal__overlay {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  display: flex;
  justify-content: center;
  align-items: center
}

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 95%;
  max-height: calc(100% - 1rem);
  border-radius: 1px;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1002;
  -webkit-overflow-scrolling: touch;
  overflow: scroll
}

@media screen and (min-width:30rem) {
  .modal__container {
    max-width: 75%;
  }
}

.modal__close {
  background: 0 0;
  border: 0;
  color: #767676;
  cursor: pointer;
  transition: color .35s ease;
}

.modal__close:before {
  content: "\2715";
  font-size: 2rem;
  display: inline-block;
  padding-top: 0.5rem;
}

.modal__close:hover {
  color: #3b3c43;
}

.modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.modal__content {
  padding: 2rem 0;
  display: block;
  min-width: 75%;
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-y: auto;
  color: #3b3c43
}

.modal__content h3,
.modal__heading {
  max-width: 80rem;
  margin: 0 0 1rem;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem
}

@media screen and (min-width:30rem) {

  .modal__content h3,
  .modal__heading {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media screen and (min-width:48rem) {

  .modal__content h3,
  .modal__heading {
    font-size: 24px;
    font-size: 1.5rem
  }
}

.modal__content p,
.modal__text {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4
}

@media screen and (min-width:48rem) {

  .modal__content p,
  .modal__text {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.modal__content ul,
.modal__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  list-style: square inside url(data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==)
}

.modal__content ul .modal__content li,
.modal__content ul-item,
.modal__list .modal__content li,
.modal__list-item {
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4
}

@media screen and (min-width:48rem) {

  .modal__content ul .modal__content li,
  .modal__content ul-item,
  .modal__list .modal__content li,
  .modal__list-item {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.modal__content a,
.modal__link {
  color: #3b3c43;
  text-decoration: none
}

.modal__content a span,
.modal__link span {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22)
}

.modal__content a span:focus,
.modal__content a span:hover,
.modal__link span:focus,
.modal__link span:hover {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.modal__content a span.active,
.modal__link span.active {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

@media screen and (min-width:48rem) {

  .modal__content a span,
  .modal__link span {
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #fbc600;
    transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22)
  }

  .modal__content a span:focus,
  .modal__content a span:hover,
  .modal__link span:focus,
  .modal__link span:hover {
    box-shadow: inset 0 -8px 0 0 rgba(251, 198, 0, .85)
  }

  .modal__content a span.active,
  .modal__link span.active {
    box-shadow: inset 0 -8px 0 0 rgba(251, 198, 0, .85)
  }
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@-webkit-keyframes mmslideIn {
  from {
    transform: translateY(15%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%)
  }

  to {
    transform: translateY(0)
  }
}

@-webkit-keyframes mmslideOut {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(-10%)
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(-10%)
  }
}

.micromodal-slide {
  display: none
}

.micromodal-slide.is-open {
  display: block
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
  animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
  animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform
}

.gold-outline:focus {
  outline: 2px solid #fbc600 !important
}

.emergency-alert {
  display: block;
  position: relative;
  z-index: 1000;
  width: 100%;
  min-height: 2.75rem;
  background-color: #fff;
  border-bottom: 6px solid #fbc600;
  top: 0;
  transition: all .1s ease-in-out
}

.emergency-alert.-hidden:not(.-open) {
  top: -6rem
}

.emergency-alert__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: 0 0;
  border: none;
  padding: 0;
  color: #fbc600 !important;
  font-weight: 700;
  cursor: pointer;
  transform: translateY(25px);
  z-index: 1;
  opacity: 0;
  text-decoration: none
}

@media screen and (min-width:61.25rem) {
  .emergency-alert__button {
    top: 0;
  }

  .emergency-alert__button span {
    display: inline-block;
    position: relative;
    color: #3b3c43;
    text-decoration: none;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1
  }

  .emergency-alert__button span:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 0;
    border-bottom: 5px solid #fbc600;
    bottom: 2px;
    z-index: -1;
    transition: width 150ms ease-in-out
  }

  .emergency-alert__button span.active:after,
  .emergency-alert__button span:hover:after {
    width: 100%
  }

  .emergency-alert__button span:focus {
    outline: 2px solid #3b3c43 !important
  }

  .emergency-alert__button span::after {
    border-bottom: 5px solid #767676
  }
}

#alert-button,
#alert-text,
#hide-alert {
  display: none
}

@media screen and (min-width:61.25rem) {

  #alert-button,
  #alert-text,
  #hide-alert {
    display: block
  }
}

@media screen and (min-width:61.25rem) {

  #alert-button-mobile,
  #alert-text-mobile,
  #hide-alert-mobile {
    display: none
  }
}

#mobile-top-bar a:focus,
#mobile-top-bar button:focus {
  outline: 2px solid #fff !important
}

.gold-outline:focus {
  outline: 2px solid #fbc600 !important
}

.alert {
  position: fixed;
  z-index: 99;
  top: 5.625rem;
  min-height: 2.75rem;
  width: 100%;
  max-width: 43.125rem;
  transition: max-width .4s ease-out, top .4s ease-out
}

@media screen and (min-width:36.25rem) {
  .alert {
    top: 4.75rem
  }
}

@media screen and (min-width:48rem) {
  .alert {
    height: auto
  }
}

@media screen and (min-width:62rem) {

  .alert+.industry-menu,
  .alert+.industry-nav {
    margin-top: 1rem
  }
}
/* Manisha - to fix alert banner on header*/
/*.alert.-hidden:not(.-open) {
  top: -6rem
}*/

.alert__c1 {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 3rem 0 1rem;
  height: 100%;
  min-height: 1px;
  position: relative;
  z-index: 99;
  background-color: transparent;
  overflow: hidden;
  transition: all .5s ease-out
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .alert__c1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .alert__c1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media screen and (min-width:80rem) {
  .alert__c1 {
    padding-left: 5rem;
    padding-right: 5rem
  }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .alert__c1 {
    width: 82.5rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .alert__c1 {
    width: 85rem
  }
}

@media screen and (min-width:80rem) {
  .alert__c1 {
    width: 90rem
  }
}

.alert__c1:after {
  content: '';
  position: relative;
  background-color: transparent;
  width: calc(100% + .875rem);
  height: 0;
  opacity: 0;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

@media screen and (min-width:48rem) {
  .alert__c1 {
    height: auto
  }
}

.alert__header {
  background-color: #c63527;
  position: relative;
  flex: 1;
  z-index: 999;
  min-width: 100%;
  margin-left: -1.5rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%)
}

@media screen and (min-width:30rem) {
  .alert__header {
    padding: 0 .25rem 0 0
  }
}

@media screen and (min-width:48rem) {
  .alert__header {
    padding: 0 .5rem 0 0
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .alert__header {
    margin-left: -2.5rem
  }
}

@media screen and (min-width:80rem) {
  .alert__header {
    margin-left: -5rem
  }
}

.alert__message {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: .25rem .75rem .25rem 1rem;
  display: flex
}

.alert__message-text {
  opacity: 1;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: .6875rem 0;
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  transition: all .2s ease-out
}

.alert__message-text a {
  color: #fff;
}

.alert__message-text a:focus {
  outline: 2px solid #3b3c43 !important
}

.alert__message-text a:focus,
.alert__message-text a:hover,
.alert__message-text a:visited {
  color: #fff
}

.alert__message-text a[style] {
  margin: 0 !important
}

.alert__message-text .learn-more-text {
  text-transform: uppercase;
  margin-left: 2px
}

.alert__message-text .learn-more-text i {
  color: #fff;
  margin-left: 2px
}

.caret-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: .34rem solid transparent;
  border-bottom: .31rem solid transparent;
  border-left: .365rem solid #fff
}

.alert__button {
  cursor: pointer;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0;
  outline: 0;
  text-decoration: none;
  background: 0 0;
  line-height: .5
}

.alert__arrow {
  margin: 4px 0 0;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  bottom: 0;
  left: -6px;
  transition: .4s ease;
  text-align: left;
  transform: rotate(45deg)
}

.alert__arrow:after,
.alert__arrow:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 3px;
  background-color: #fff;
  transition: .3s ease
}

.alert__arrow:after {
  position: absolute;
  transform: rotate(90deg);
  top: -5px;
  left: 5px
}

.alert__content {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 0;
  opacity: 0;
  min-width: calc(100% - 1.5rem);
  max-width: 100%;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
  color: #3b3c43
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .alert__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .alert__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media screen and (min-width:80rem) {
  .alert__content {
    padding-left: 5rem;
    padding-right: 5rem
  }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .alert__content {
    width: 82.5rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .alert__content {
    width: 85rem
  }
}

@media screen and (min-width:80rem) {
  .alert__content {
    width: 90rem
  }
}

.alert__heading {
  opacity: 0;
  max-width: 80rem;
  margin: 1rem auto;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem
}

@media screen and (min-width:30rem) {
  .alert__heading {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media screen and (min-width:48rem) {
  .alert__heading {
    font-size: 24px;
    font-size: 1.5rem
  }
}

.alert__text {
  opacity: 0;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4
}

@media screen and (min-width:48rem) {
  .alert__text {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.alert__list {
  opacity: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  list-style: square inside url(data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==)
}

.alert__list-item {
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4
}

@media screen and (min-width:48rem) {
  .alert__list-item {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.alert__link {
  color: #3b3c43;
  text-decoration: none
}

.alert__link span {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22)
}

.alert__link span:focus,
.alert__link span:hover {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.alert__link span.active {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

@media screen and (min-width:48rem) {
  .alert__link span {
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 #fbc600;
    transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22)
  }

  .alert__link span:focus,
  .alert__link span:hover {
    box-shadow: inset 0 -8px 0 0 rgba(251, 198, 0, .85)
  }

  .alert__link span.active {
    box-shadow: inset 0 -8px 0 0 rgba(251, 198, 0, .85)
  }
}

.alert.-open {
  justify-content: space-between;
  max-width: 100%;
  -webkit-clip-path: none;
  clip-path: none;
  transition: max-width .4s ease-in, top .4s ease-in
}

.alert.-open .alert__c1 {
  padding: 0 .4375rem;
  min-height: 100vh;
  min-width: 100%;
  -webkit-clip-path: none;
  clip-path: none;
  background-color: #fff;
  transition: min-height .3s ease-in, background-color .3s ease-in
}

.alert.-open .alert__c1:after {
  background-color: #c63527;
  height: 4px;
  opacity: 1;
  transition: all .3s ease-in
}

.alert.-open .alert__header {
  margin-left: -.4375rem;
  margin-right: -.4375rem;
  -webkit-clip-path: none;
  clip-path: none
}

.alert.-open .alert__header:before {
  content: none
}

.alert.-open .alert__message {
  margin: 0 auto;
  max-width: 79.0625rem
}

.alert.-open .alert__message-text {
  opacity: 0
}

.alert.-open .alert__button {
  margin-right: .5rem
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .alert.-open .alert__button {
    margin-right: 1.5rem
  }
}

@media screen and (min-width:80rem) and (max-width:89.9375rem) {
  .alert.-open .alert__button {
    margin-right: 3rem
  }
}

@media screen and (min-width:90rem) {
  .alert.-open .alert__button {
    margin-right: -.375rem
  }
}

.alert.-open .alert__arrow {
  transform: rotate(45deg);
  bottom: 7px;
  left: -11px
}

.alert.-open .alert__arrow:after,
.alert.-open .alert__arrow:before {
  width: 1.4375rem
}

.alert.-open .alert__arrow:before {
  transform: translate(5px, 0)
}

.alert.-open .alert__arrow:after {
  transform: rotate(90deg) translate(5px, 0);
  position: absolute;
  top: -5px;
  left: 5px
}

.alert.-open .alert__content {
  max-height: 65vh;
  min-height: 65vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
  transition: min-height .3s ease-in .15s, max-height .3s ease-in .15s, opacity .3s ease-in .15s
}

@supports (-webkit-overflow-scrolling:touch) {
  @media screen and (max-height:375px) {
    .alert.-open .alert__content {
      padding-bottom: 2rem
    }
  }
}

@media (max-height:500px) and (orientation:landscape) and (max-width:900px) {
  .alert.-open .alert__content {
    max-height: 50vh;
    min-height: 50vh
  }
}

.alert.-open .alert__heading,
.alert.-open .alert__list,
.alert.-open .alert__text {
  opacity: 1;
  transition: all .3s ease-in .3s
}

.alert.-open .alert__overlay {
  opacity: 1;
  max-height: 100%;
  min-height: 100vh;
  transition: opacity .3s ease-in, max-height .3s ease-in .3s, min-height .3s ease-in .3s
}

.gdpr-banner {
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .2);
  background-color: #fff;
  padding-bottom: .5rem;
  position: fixed;
  display: block;
  z-index: 999;
  width: 100%;
  bottom: -70vh;
  left: 0;
  transition: opacity .2s ease-in-out, bottom .7s ease-in-out
}

.gdpr-banner__c1 {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .gdpr-banner__c1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .gdpr-banner__c1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media screen and (min-width:80rem) {
  .gdpr-banner__c1 {
    padding-left: 5rem;
    padding-right: 5rem
  }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .gdpr-banner__c1 {
    width: 82.5rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .gdpr-banner__c1 {
    width: 85rem
  }
}

@media screen and (min-width:80rem) {
  .gdpr-banner__c1 {
    width: 90rem
  }
}

.gdpr-banner__text {
  font-size: 16px;
  font-size: 1rem;
  color: #3b3c43;
  margin: 1rem 0;
  text-align: center
}

@media screen and (min-width:48rem) {
  .gdpr-banner__text {
    font-size: 18px;
    font-size: 1.125rem
  }
}

.gdpr-banner__footer {
  text-align: center
}

.gdpr-banner__link {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22);
  cursor: pointer;
  border: 0;
  background: 0 0;
  padding: 0;
  color: #3b3c43;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin-bottom: 1rem
}

.gdpr-banner__link:focus,
.gdpr-banner__link:hover {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.gdpr-banner__link.active {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.gdpr-banner__link:first-of-type {
  margin-right: 1rem
}

.gdpr-banner.-active {
  bottom: 0
}

.footer-nav {
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, .15);
  background-color: #fff;
  padding: 0;
  display: block;
  position: fixed;
  z-index: 8;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: opacity .2s ease-in-out, bottom .7s ease-in-out
}

.footer-nav+.main-footer {
  padding-bottom: 3.64062rem
}

@media screen and (min-width:30rem) {
  .footer-nav {
    display: none
  }

  .footer-nav+.main-footer {
    padding-bottom: 0
  }
}

.footer-nav__c1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}

.footer-nav__link {
  box-sizing: border-box;
  width: calc(33.33333% - 22px);
  margin-right: 32px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0 2rem 0 0;
  color: #3b3c43;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.footer-nav__link:nth-child(3n) {
  margin-right: 0
}

.footer-nav__link:last-of-type {
  margin-right: 0
}

.footer-nav__link-text {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow .2s cubic-bezier(.895, .03, .685, .22)
}

.footer-nav__link-text:focus,
.footer-nav__link-text:hover {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.footer-nav__link-text.active {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, .85)
}

.footer-nav__link-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: .25rem
}

.gold-outline:focus {
  outline: 2px solid #fbc600 !important
}

.login-modal {
  display: none;
  transition: all .1s ease-out;
}

.login-modal:focus {
  outline: 0
}

.login-modal__top {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 1.25rem 1.5625rem .625rem;
}

.login-modal__header {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  width: calc(100% - 40px);
  margin: 0
}

.login-modal__close-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: 0 0;
  border: none;
  padding: 0;
  font-size: 1.5rem;
  width: 2.5rem
}

.login-modal__iframe {
  border: none;
  outline: 0;
  width: 100%;
  height: 22.75rem
}

.login-modal.active {
  -webkit-overflow-scrolling: touch;
  right: 0;
  display: block;
}

@media screen and (min-width:0rem) and (max-width:36.1875rem) {
  .login-modal.active {
    padding-top: 3.75rem
  }
}

@media screen and (min-width:36.25rem) {
  .login-modal.active {
    padding-top: 4.75rem
  }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .login-modal.active {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 900
  }
}

@media screen and (min-width:48rem) {
  .login-modal.active {
    width: 25rem;
    position: fixed;
    z-index: 900
  }
}

@media screen and (min-width:0rem) and (max-width:79.9375rem) {
  .login-modal.active {
    right: 0
  }
}

@media screen and (min-width:80rem) and (max-width:89.9375rem) {
  .login-modal.active {
    right: 5rem
  }
}

@media screen and (min-width:90rem) {
  .login-modal.active {
    right: calc(50vw - 640px)
  }
}

.login__form {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.5625rem
}

.login__input {
  border: 1px solid #000;
  padding: .9375rem .625rem;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin: .625rem 0
}

.login__checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.login__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}

.login__checkbox:checked~.login__checkmark::after {
  display: block
}

.login__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #000
}

.login__checkmark:focus {
  outline: 2px solid #3b3c43 !important
}

.login__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg)
}

.login__submit {
  display: inline-block;
  border: 0;
  padding: .875rem;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  width: 100%
}

.login__submit:focus {
  outline: 2px solid #3b3c43 !important
}

.login__submit:hover {
  background-color: #3b3c43 !important;
  color: #fff !important
}

.login__submit--home {
  background-color: #58a7af;
  color: #fff
}

.login__submit--home:hover {
  background-color: #4e97a3 !important
}

.login__copy {
  margin: .9375rem 0
}

.login__link {
  color: #34657f;
  text-decoration: none
}

.login__gray {
  background-color: #e9eaeb;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 1px 1.5625rem
}

.login__misc-row {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.5625rem
}

.login__lock-icon {
  width: .6875rem;
  display: inline-block;
  margin-right: .3125rem
}

.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff
}

.hidden {
  display: none
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  align-self: flex-start;
  flex-shrink: 0
}

body,
html {
  padding: env(safe-area-inset);
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

html {
  background-color: #fff;
  scroll-behavior: smooth
}

html._disableScroll {
  overflow-y: scroll;
  height: 100vh
}

html._disableScroll.touch {
  overflow-y: hidden
}

html._disableScroll body {
  overflow-y: hidden;
  height: 100vh
}

html.-alert-present main {
  padding-top: 9.25rem
}

@media screen and (min-width:25rem) {
  html.-alert-present main {
    padding-top: 8.75rem
  }
}

@media screen and (min-width:62rem) {
  html.-alert-present main {
    padding-top: 7.75rem
  }
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Synchrony Sans", Helvetica, sans-serif;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-scroll-chaining: chained;
  -webkit-text-size-adjust: none
}

sub,
sup {
  top: -.3em
}

.nowrap {
  white-space: nowrap
}

.wrapanywhere {
  word-wrap: anywhere;
  overflow-wrap: anywhere
}

.visually-hidden {
  font-size: 0;
  width: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  white-space: nowrap
}

footer,
header,
section {
  line-height: 1.2
}

main {
  padding-top: 6.5625rem
}

@media screen and (min-width:61.25rem) {
  main {
    padding-top: 7.6875rem
  }
}

a:focus,
button:focus,
input:focus {
  outline: 2px solid #3b3c43 !important
}

.copy--medium {
  font-weight: 500
}

.placeholder {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .placeholder {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .placeholder {
    padding-left: 2.5rem;
    padding-right: 2.5rem
  }
}

@media screen and (min-width:80rem) {
  .placeholder {
    padding-left: 5rem;
    padding-right: 5rem
  }
}

@media screen and (min-width:0rem) and (max-width:47.9375rem) {
  .placeholder {
    width: 82.5rem
  }
}

@media screen and (min-width:48rem) and (max-width:79.9375rem) {
  .placeholder {
    width: 85rem
  }
}

@media screen and (min-width:80rem) {
  .placeholder {
    width: 90rem
  }
}

.placeholder p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  color: #3b3c43
}

@media screen and (min-width:0rem) and (max-width:79.9375rem) {
  .fpo__desktop {
    display: none
  }
}

@media screen and (min-width:80rem) {
  .fpo__desktop {
    display: block;
    margin: 0 auto
  }
}

@media screen and (min-width:0rem) and (max-width:79.9375rem) {
  .fpo__mobile {
    display: block;
    margin: 0 auto
  }
}

@media screen and (min-width:80rem) {
  .fpo__mobile {
    display: none
  }
}

.stack-trigger>* {
  opacity: 0;
  transition: opacity .3s ease-in-out
}

.fade-right {
  transform: translateX(-30px);
  opacity: 0;
  transition: transform .4s ease-in-out, opacity .4s ease-in-out
}

.fade-right.show {
  transform: translateX(0);
  opacity: 1
}

.pagefx-footnote-back {
  color: #3b3c43;
  height: 0;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block
}

.pagefx-footnote-back:focus {
  height: auto;
  opacity: 1;
  font-size: inherit;
  line-height: inherit
}

.pagefx-footnote:focus .pagefx-footnote-back {
  height: auto;
  opacity: 1;
  font-size: inherit;
  line-height: inherit
}

.pagefx-footnote-anchor {
  color: inherit;
  text-decoration: none
}

.alert__overlay {
  opacity: 0;
  display: block;
  z-index: 999;
  width: 120vw;
  margin-left: -.5rem;
  max-height: 0;
  min-height: 0;
  background-color: rgba(0, 0, 0, .6);
  transition: opacity .3s linear .3s
}

.synchrony-body.synchrony-fixed {
  overflow: initial !important
}

.main-footer__cobrowse {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  background: url(/img/cobrowse-dark.svg)
}

@media(min-width:80rem) {
  .main-footer__cobrowse {
    background: url(/img/cobrowse-white.svg)
  }
}

#glance_stop_btn {
  padding-top: 9px !important
}

#glance_cobrowse_btn :focus,
#glance_cobrowse_btn:focus {
  outline: 2px #fbc600 solid !important
}

#glance_expand:focus {
  outline: 2px #fbc600 solid !important
}

.top-alert {
  position: fixed;
  z-index: 999;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background-color: #c63527;
  height: 2rem
}

.top-alert a {
  color: #fff
}

@media screen and (max-height:320px) {
  .alert.-open .alert__content {
    max-height: 35vh;
    min-height: 35vh
  }
}

@media screen and (min-height:321px) and (max-height:600px) {
  .alert.-open .alert__content {
    max-height: 41vh;
    min-height: 41vh
  }
}

.footer-nav {
  box-shadow: 0 -5px 5px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 0;
  display: block;
  position: fixed;
  z-index: 8;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: opacity 200ms ease-in-out, bottom 700ms ease-in-out;
}

.footer-nav+.main-footer {
  padding-bottom: 3.64062rem;
}

@media screen and (min-width: 30rem) {
  .footer-nav {
    display: none;
  }

  .footer-nav+.main-footer {
    padding-bottom: 0;
  }

  #footer-spacer {
    display: none;
  }
}

.footer-nav__c1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.footer-nav__link {
  box-sizing: border-box;
  width: calc(33.33333% - 22px);
  margin-right: 32px;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
  margin: 0 2rem 0 0;
  color: #3b3c43;
  font-weight: 400;
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-nav__link:nth-child(3n) {
  margin-right: 0;
}

.footer-nav__link:last-of-type {
  margin-right: 0;
}

.footer-nav__link-text {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 0 #fbc600;
  transition: box-shadow 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.footer-nav__link-text:hover,
.footer-nav__link-text:focus {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85);
}

.footer-nav__link-text.active {
  box-shadow: inset 0 -7px 0 0 rgba(251, 198, 0, 0.85);
}

.footer-nav__link-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0.25rem;
}


/*custom css*/

.top-bar__custom-button {
  -webkit-appearance: none;
  display: inline-block;
  border: 0;
  padding: .875rem;
  align-self: center;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  background-color: #fbc600;
  color: #3b3c43;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  width: 8.75rem
}

.top-bar__custom-button:focus {
  outline: 2px solid #3b3c43 !important
}

.top-bar__custom-button:hover {
  background-color: #3b3c43 !important;
  color: #fff !important
}

@media screen and (max-width:65rem) {
  .top-bar__custom-button {
    display: none
  }
}

a.footer-link-section__link[href*='synchronybank.com']:after {
  content: url("/img/icon_external_link.png");
  margin: 0 0 5px 5px;
  vertical-align: super;
}

.top-bar__wrapper-center {
	width: calc(100vw - 90px) !important;
	justify-content: center !important;
}
main{
  padding-top: 2rem !important;
}