.alert-message-wrapper {
  min-height: 22px;
  margin: 24px 0 48px 0;
  padding: 5px 0;
  /* info is the default setting for the wrapper */
  background-color: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: #6a6a6a;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
}
.alert-message-wrapper.error {
  background-color: rgba(255, 18, 0, 0.1);
  border-color: rgba(148, 28, 19, 0.4);
  color: #941c13;
}
.alert-message-wrapper.error .alert-message-icon {
  background-image: url("https://b.fssta.com/uploads/application/fantasy/soccer-bracket/error.svg");
}
.alert-message-wrapper.warning {
  background-color: rgba(255, 204, 0, 0.13);
  border-color: rgba(163, 131, 0, 0.6);
  color: #796200;
}
.alert-message-wrapper.warning .alert-message-icon {
  background-image: url("https://b.fssta.com/uploads/application/fantasy/soccer-bracket/warning.svg");
}
.alert-message-wrapper.info {
  background-color: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.3);
  color: #6a6a6a;
}
.alert-message-wrapper.info .alert-message-icon {
  background-image: url("https://b.fssta.com/uploads/application/fantasy/soccer-bracket/info.svg");
}
.alert-message-wrapper.success {
  background-color: rgba(137, 255, 0, 0.1);
  border-color: rgba(51, 96, 0, 0.4);
  color: #406814;
}
.alert-message-wrapper.success .alert-message-icon {
  background-image: url("https://b.fssta.com/uploads/application/fantasy/soccer-bracket/green-check.svg");
}
.alert-message-wrapper .alert-message-text {
  font-family: Antenna;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-left: 7px;
}
.alert-message-icon {
  height: 24px;
  width: 24px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 24px;
  margin-right: 16px;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-inner::-webkit-scrollbar {
  display: none;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('https://b.fssta.com/uploads/application/registration/web/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('https://b.fssta.com/uploads/application/registration/web/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('https://b.fssta.com/uploads/application/registration/web/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 50000000;
  background: url('https://b.fssta.com/uploads/application/registration/web/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: hidden !important;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened {
  z-index: 50000000003;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('https://b.fssta.com/uploads/application/registration/web/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('https://b.fssta.com/uploads/application/registration/web/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap {
  /*background: blue;
    border: 1px solid blue;*/
}
.fancybox-overlay.fancybox-overlay-fixed .fancybox-inner {
  /*background: red;
    border: 1px solid red;*/
}
@media all and (max-width: 440px) {
  .fancybox-overlay.fancybox-overlay-fixed .fancybox-inner,
  .fancybox-overlay.fancybox-overlay-fixed .fancybox-outer,
  .fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap {
    height: 97% !important;
    /*top: 20px !important;*/
    position: fixed;
  }
}
@media all and (max-width: 375px) and (min-width: 320px) {
  .fancybox-overlay.fancybox-overlay-fixed .fancybox-inner,
  .fancybox-overlay.fancybox-overlay-fixed .fancybox-wrap {
    width: 100% !important;
  }
}
@media all and (max-width: 375px) {
  .fancybox-mobile {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
  }
  .fancybox-mobile .fancybox-skin,
  .fancybox-mobile .fancybox-inner,
  .fancybox-mobile .fancybox-outer {
    height: 100% !important;
  }
  .fancybox-mobile .fancybox-inner {
    width: auto !important;
  }
}
.fancybox-overlay {
  z-index: 200000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fancybox-overlay::before {
  background: #000;
  opacity: 0.5;
  content: ' ';
  display: block;
  position: fixed;
  height: 100%;
  width: 100%;
}
.fancybox-wrap {
  z-index: 200001;
}
.fancybox-iframe {
  width: 100%;
  height: 636px;
}
.fancybox-skin {
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fs-reg {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  font-family: Antenna;
}
.fs-reg select option[value="1"],
.fs-reg select option[value="2"],
.fs-reg select option[value="3"] {
  /* value not val */
  color: black;
}
.fs-reg input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none;
}
.fs-reg input:focus,
.fs-reg select:focus {
  outline: auto;
}
.fs-reg button {
  border: none;
}
.fs-reg input {
  font-family: Antenna;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #646464;
  padding: 0px;
}
@media (max-width: 767px) {
  .fs-reg input {
    font-size: 16px;
  }
}
.fs-reg ::placeholder,
.fs-reg select {
  font-family: Antenna;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #b4b4b4;
}
@media (max-width: 767px) {
  .fs-reg ::placeholder,
  .fs-reg select {
    font-size: 16px;
  }
}
.fs-reg input:not(:placeholder-shown):not(:focus):not([type='date']):invalid,
.fs-reg.isdirty input:invalid:not(:focus),
.fs-reg.isdirty select:invalid:not(:focus) {
  border-radius: 4px;
  border: solid 1px #e87d8b !important;
  background-color: rgba(184, 12, 34, 0.02);
}
.fs-reg button {
  cursor: pointer;
}
.fs-reg .close-button {
  position: absolute;
  cursor: pointer;
  z-index: 1000;
  top: 0;
  right: 20px !important;
  width: 50px;
  height: 37px;
  padding-top: 15px;
  text-align: center;
}
.fs-reg .close-button span {
  font-family: "Antenna Light", Arial;
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
}
.fs-reg .close-button span::before {
  content: '';
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  width: 18px;
  right: 0;
  display: block;
  transform: rotate(45deg);
}
.fs-reg .close-button span::after {
  transform: rotate(-45deg);
  content: '';
  height: 1px;
  background: #dcdcdc;
  position: absolute;
  width: 18px;
  right: 0;
  display: block;
}
.fs-reg .error-message {
  text-indent: 10px;
  width: 100%;
  height: 20px;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  color: #dc364c;
  vertical-align: middle;
}
.fs-reg .dcg-error {
  width: 278px;
  height: 10px;
  font-family: Antenna;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #dc364c;
  position: absolute;
  bottom: 125px;
  margin-bottom: 15px;
}
.fs-reg .dcg-error a {
  cursor: pointer;
  text-decoration: underline;
}
.fs-reg .term-links {
  color: #0056b8;
  text-decoration: none;
  letter-spacing: 0px;
  line-height: 18px;
}
.fs-reg .input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fs-reg .question-mark {
  position: absolute;
  bottom: 35px;
  left: 260px;
  z-index: 2;
  background-color: #b4b4b4;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  line-height: 14px;
  top: auto !important;
  right: auto !important;
  float: right;
  margin-right: 10px;
  margin-top: -28px;
  font-family: "Helvetica Bold", Arial;
}
.fs-reg .site-logo {
  width: 100px;
  height: 61px;
  object-fit: contain;
  margin: 55px 0px 20px 0px;
}
.fs-reg.isloading:after {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background: url(data:image/gif;base64,R0lGODlhEAALALMMAJSUlJ2dnY6OjoODg7e3t5iYmImJiYKCgoWFhX9/f6urq6Ojo////wAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowZDhjYjE2Ny1jN2M3LTQ0YmYtYmY0Zi1jZGExMzNkN2U2YmQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTgzQjZENzY3QkUxMTFFODk1NjJEMUY1QzUyNEMxNjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTgzQjZENzU3QkUxMTFFODk1NjJEMUY1QzUyNEMxNjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Nzc3ZDFiMzItNmU4ZS00NTc1LWFkMDctODdjYjYwZDBkMmViIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6YzJhNWE2MDEtNjNjNC03OTQyLTg5MTctYmNkYTY3ODFiNjViIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQsADAAsAAAAABAACwAABCeQyUmrvXTpJTdn3qIon0h2o5aiJ5ia5eqSMBvTcj2H3dZrmKCwEgEAIfkECQsADAAsAAAAABAACwAABB8wycSqvTWdQ7HXnPdtnWiBpcmg6km22Quzs9xOqRkBACH5BAkLAAwALAAAAAAQAAsAAAQykMl5UjpzCmOETAiSZJJRFMYXjqSJqiLJuCkDxu1Z32xGw73Jz7aSDXmyTQcok1UusggAIfkECQsADAAsAAAAABAACwAABDGQyUnlSelUJowRUoIgyWYUhRGOZXWmK2miKiPKLh231FvfvIlvN4PZWJvOh7ipXDIRACH5BAkLAAwALAAAAAAQAAsAAAQukMlJq73jnGHVWop0IMhhLQSxiKRZoSpbnunKjPNbyy4F27jexAPiXSqZzfEYAQAh+QQJCwAMACwAAAAAEAALAAAEM5DJSau9VK2lpOZSAQDFQhCLZKISEATAmjJy+8bnXDMuvO89HIuWs8E+HQYyNCpgntBKBAAh+QQJCwAMACwAAAAAEAALAAAEKJDJSau9VK2lpObepimaxJXMKaKqSa6Ly75t+sowjn8dw4cgjHBIiQAAIfkECQsADAAsAAAAABAACwAABCiQyUmrvVStpaTm3qYpmsSVzCmiqkmui8u+bfrKMI5/HcOHIIxwSIkAADs=) no-repeat top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000000;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.88);
}
.fs-reg .fs-legal-text {
  font-weight: 300;
  font-size: 8px;
  line-height: 11px;
  letter-spacing: 0.27px;
  color: #797979;
  text-align: center;
  max-width: 228px;
  margin-bottom: 20px;
  display: none;
}
.fs-reg .fs-legal-text a {
  color: #797979;
}
.fs-sign-in {
  width: 100%;
  height: 540px;
  border-radius: 4px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  justify-content: space-between;
}
.fs-sign-in.fs-fsgo {
  height: 628px;
}
.fs-sign-in .dcg-error {
  margin: 8px 0px 0px 0px;
  position: static;
}
.fs-sign-in .close-button-wrapper {
  width: 10px;
  height: 30px;
  left: 347px;
  top: 19px;
  position: absolute;
  cursor: pointer;
}
.fs-sign-in .tv-wrapper {
  width: 375px;
  height: 98px;
  border-radius: 4px;
  background-color: #eff1f5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fs-sign-in .tv-wrapper p:first-child {
  width: 100%;
  height: 18px;
  opacity: 0.4;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.5px;
  text-align: center;
  color: #002e56;
  margin: 14px 0px 8px 0px;
}
.fs-sign-in .tv-wrapper button {
  width: 240px;
  height: 38px;
  border-radius: 4px;
  background-color: #2c394d;
  border: 0px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 2.2px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.fs-sign-in p {
  margin: 0px;
}
.fs-sign-in p:first-child {
  font-weight: bold;
}
.fs-sign-in .site-welcome {
  width: 325px;
  height: 54px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.64;
  letter-spacing: 0.5px;
  text-align: center;
  color: #002e56;
  margin: 0px 0px 28px 0px;
  padding: 0;
  border: 0;
}
.fs-sign-in input {
  width: 280px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  text-indent: 10px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .fs-sign-in input {
    font-size: 16px;
  }
}
.fs-sign-in .site-email {
  margin: 0px;
}
.fs-sign-in .site-password {
  margin: 0px 0px 0px 0px;
}
.fs-sign-in .sign-buttons button {
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  height: 36px;
  text-transform: uppercase;
  cursor: pointer;
}
.fs-sign-in .sign-buttons .sign-in-button {
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  color: #2c394c;
}
.fs-sign-in .sign-buttons .sign-up-button {
  margin-left: 20px;
  background-color: #0059b5;
  color: #ffffff;
  border: 0px;
}
.fs-sign-in .sign-or {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 29px;
}
.fs-sign-in .sign-or span {
  display: block;
  width: 50px;
  height: 1px;
  border-top: solid 1px #dcdcdc;
}
.fs-sign-in .sign-or p {
  width: 33px;
  height: 12px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  color: #002e56;
  text-transform: uppercase;
}
.fs-sign-in .fb-mock-button {
  width: 260px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
  background-color: #3a5998;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0px 0px 40px 0px;
}
.fs-sign-in .fb-mock-button p {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
.fs-sign-in.haslegal.static .fs-legal-text,
.fs-sign-in.haslegal:not(.haserror) .fs-legal-text {
  display: block;
}
.fs-sign-in.haslegal.static .sign-or,
.fs-sign-in.haslegal:not(.haserror) .sign-or {
  margin: 15px;
}
.fs-sign-in.haslegal.static .fb-mock-button,
.fs-sign-in.haslegal:not(.haserror) .fb-mock-button {
  margin-bottom: 20px;
}
.fs-sign-in.haslegal.static .site-logo,
.fs-sign-in.haslegal:not(.haserror) .site-logo {
  margin-top: 45px;
}
.fs-forgot {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background-color: #ffffff;
  height: 229px;
}
.fs-forgot .close-button-wrapper {
  width: 10px;
  height: 30px;
  left: 347px;
  top: 19px;
  position: absolute;
  cursor: pointer;
}
.fs-forgot .dcg-error {
  position: static;
  margin: 0px;
}
.fs-forgot .alert-message-wrapper {
  width: 400px;
  height: 40px;
  margin: 0px 0px 20px 0px;
}
.fs-forgot .reset-text {
  width: 250px;
  height: 14px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin: 0px 0px 30px 0px;
}
.fs-forgot .f-text {
  width: 161px;
  height: 12px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  color: #002e56;
  text-transform: uppercase;
  margin: 31px 0px 28px 0px;
}
.fs-forgot .send {
  width: 100px;
  height: 36px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  background-color: #0059b5;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
  border: 0px;
}
.fs-forgot .forgot-text {
  width: 164px;
  height: 12px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  color: #002e56;
  text-transform: uppercase;
  margin: 34px 0px 23px 0px;
}
.fs-forgot .send-text {
  width: 271px;
  height: 11px;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  color: #646464;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  border: 0px;
}
.fs-forgot .message-text {
  width: 265px;
  height: 54px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
  color: #646464;
}
.fs-forgot input {
  width: 280px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  text-indent: 10px;
  margin: 0px;
  padding: 0px;
}
.fs-forgot button {
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  height: 36px;
  text-transform: uppercase;
  cursor: pointer;
}
.fs-forgot .cancel-button {
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  color: #2c394c;
}
.fs-forgot .send-button {
  border: solid 1px #dcdcdc;
  margin-left: 10px;
  background-color: #0059b5;
  color: #ffffff;
}
.fs-forgot .return-button {
  width: 260px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #2c394c;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 36px;
}
.fs-sign-up {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background-color: #ffffff;
  height: 530px;
}
.fs-sign-up .question-mark {
  display: none;
}
.fs-sign-up .sign-up-text {
  width: 100%;
  height: 12px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  color: #002e56;
  margin: 0px 0px 10px 0px;
}
.fs-sign-up input,
.fs-sign-up select {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.fs-sign-up .dcg-error {
  bottom: 0;
  margin: 13px 0px 0px 0px;
  position: static;
}
.fs-sign-up .site-email,
.fs-sign-up .site-password {
  width: 334px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
}
.fs-sign-up .site-email {
  margin: 0;
}
.fs-sign-up .site-password {
  margin: 0px;
}
.fs-sign-up .site-logo {
  width: 100px;
  height: 61px;
  object-fit: contain;
}
.fs-sign-up .input-wrapper {
  display: flex;
  flex-direction: column;
}
.fs-sign-up input {
  padding-left: 10px !important;
}
.fs-sign-up button {
  width: 100px;
  height: 36px;
}
.fs-sign-up .fs-personal-info {
  display: flex;
  flex-wrap: wrap;
  width: 334px;
  height: 100px;
  justify-content: space-between;
  align-content: space-between;
  margin: 0px 0px 20px 0px;
}
.fs-sign-up .fs-personal-info .label-wrapper:nth-child(4) .error-message {
  text-indent: 0px;
}
.fs-sign-up .fs-personal-info input,
.fs-sign-up .fs-personal-info select {
  width: 162px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
}
.fs-sign-up .fs-personal-info select {
  padding-left: 10px;
}
.fs-sign-up .fs-privacy {
  width: 284px;
  height: 36px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.64;
  color: #646464;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.fs-sign-up .fs-signup-cancel button {
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  height: 36px;
  text-transform: uppercase;
  cursor: pointer;
}
.fs-sign-up .fs-signup-cancel .cancel-button {
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  color: #2c394c;
}
.fs-sign-up .fs-signup-cancel .sign-up-button {
  border-radius: 4px;
  border: none;
  margin-left: 10px;
  background-color: #0059b5;
  color: #ffffff;
}
.fs-sign-up.haslegal.static .fs-privacy,
.fs-sign-up.haslegal:not(.haserror) .fs-privacy {
  margin-bottom: 10px;
}
.fs-sign-up.haslegal.static .fs-legal-text,
.fs-sign-up.haslegal:not(.haserror) .fs-legal-text {
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}
.fs-sign-up.haslegal.static .site-logo,
.fs-sign-up.haslegal:not(.haserror) .site-logo {
  margin-top: 45px;
}
.fs-change-password {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 335px;
  height: 342px;
  border-radius: 4px;
  background-color: #ffffff;
}
.fs-change-password p:first-child {
  width: 160px;
  height: 12px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  color: #002e56;
  margin: 34px 0px 30px 0px;
  text-transform: uppercase;
}
.fs-change-password a.return-button {
  appearance: button;
  width: 260px;
  height: 36px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  text-decoration: none;
  color: initial;
}
.fs-change-password input {
  width: 280px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  margin: 0px 0px 2px 0px;
  text-indent: 10px;
}
.fs-change-password .change-password-error {
  width: 278px;
  height: 10px;
  font-family: Antenna;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #dc364c;
}
.fs-change-password button {
  width: 100px;
  height: 36px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  margin: 6px 0px 0px 0px;
}
.fs-change-password .fs-cancel-button {
  background-color: #ffffff;
  color: #2c394c;
  border: solid 1px #dcdcdc;
}
.fs-change-password .fs-save-button {
  background-color: #0059b5;
  color: #ffffff;
  border: 0px;
  margin-left: 10px;
}
.fs-change-password .fs-button-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .fs-change-password ::placeholder {
    font-size: 13px;
  }
}
.fs-account-info {
  width: 100%;
  height: 756px;
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: #ffffff;
  max-width: 1160px;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .fs-account-info {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .fs-account-info {
    padding: 20px 0px 0px 35px;
  }
}
@media (max-width: 1023px) {
  .fs-account-info {
    padding: 20px 0px 0px 15px;
  }
}
.fs-account-info .error-message:not(:empty) {
  margin: 4px 0px 10px 0px;
}
.fs-account-info .label-wrapper:nth-child(4) span {
  height: 10px;
}
.fs-account-info input[type="date"] {
  text-transform: uppercase;
}
.fs-account-info .birthDateInput:read-only {
  background-color: #eeeeee;
}
.fs-account-info .initials-wrapper {
  position: relative;
  width: 152px;
  height: 125px;
}
@media (max-width: 767px) {
  .fs-account-info .initials-wrapper {
    width: 98px;
    height: 80px;
    order: -1;
    align-self: center;
    margin-bottom: 10px;
  }
}
.fs-account-info .fs-Initials {
  position: absolute;
  display: table;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .fs-account-info .fs-Initials {
    font-size: 26.9px;
    letter-spacing: 0.6px;
  }
}
.fs-account-info .account-info-text {
  width: 172px;
  height: 14px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 5px;
  color: #000000;
  margin: 0px 0px 13px 0px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .fs-account-info .account-info-text {
    margin: 20px 0px 13px 0px;
  }
}
.fs-account-info .fs-line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0px 0px 20px 0px;
  padding: 0;
}
.fs-account-info input {
  width: 280px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  margin: 0px;
  text-indent: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #646464;
}
@media (max-width: 767px) {
  .fs-account-info input {
    width: 240px;
    height: 40px;
    font-size: 16px;
  }
}
.fs-account-info .label-wrapper:nth-child(5) input {
  width: 136px;
  height: 40px;
  border: solid 1px #dcdcdc;
}
.fs-account-info .label-wrapper {
  display: flex;
  align-items: baseline;
}
.fs-account-info .input-wrapper {
  margin-left: 29px;
}
@media (max-width: 767px) {
  .fs-account-info .input-wrapper {
    margin: 0;
  }
}
.fs-account-info .label {
  width: 68px;
  height: 12px;
  font-size: 12px;
  font-weight: 500;
  color: #b4b4b4;
}
@media (max-width: 767px) {
  .fs-account-info .label {
    margin-right: 15px;
  }
}
.fs-account-info .password-button {
  width: 160px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #2c394c;
}
.fs-account-info select {
  text-indent: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #646464;
  width: 170px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .fs-account-info select {
    font-size: 16px;
    width: 190px;
  }
}
.fs-account-info .email-input {
  background-color: #eeeeee;
}
.fs-account-info .save-button {
  width: 100px;
  height: 40px;
  border-radius: 4px;
  border: 0px;
  background-color: #0059b5;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 1.8px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 10px;
}
.fs-account-info .error-message {
  height: 10px;
  line-height: 10px;
}
.fs-account-info .profile-default {
  width: 152px;
  height: 125px;
  object-fit: contain;
  background-color: transparent;
}
@media (max-width: 767px) {
  .fs-account-info .profile-default {
    order: -1;
    align-self: center;
    width: 98px;
    height: 80px;
  }
}
.fs-account-info .user-info-wrapper {
  width: 433px;
  margin: 0px;
}
@media (max-width: 767px) {
  .fs-account-info .user-info-wrapper {
    width: auto;
  }
}
.fs-account-info .hex-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .fs-account-info .hex-wrapper {
    flex-direction: column;
  }
}
.fs-account-info .save-button:disabled {
  opacity: 0.5;
  cursor: default;
}
.fs-reset .dcg-error {
  position: static;
  margin-bottom: 10px;
}
.fs-reset .send-button {
  margin-top: 20px;
}
#cinreg-modal.modal-small .fs-sign-up {
  padding-top: 34px;
  height: 414px;
}
#cinreg-modal.modal-small .fs-sign-up .site-logo {
  display: none;
}
