.primary {
  color: #253340;
}

.primary-dark {
  color: rgb(27.6584158416, 38.1237623762, 47.8415841584);
}

.primary-darker {
  color: rgb(27.6584158416, 38.1237623762, 47.8415841584);
}

.secondary {
  color: #253340;
}

.secondary-dark {
  color: rgb(27.6584158416, 38.1237623762, 47.8415841584);
}

.secondary-darker {
  color: black;
}

.text-bg-shaded {
  color: #6E7481;
}

.bg-dark {
  color: #e2e2e2;
}

.black {
  color: #444;
}

.white {
  color: #fff;
}

.alt-row {
  color: #f5f6f6;
}

.green {
  color: #05b801 !important;
}

.red {
  color: #e21212;
}

.text-dark {
  color: #bbb;
}

.disabled {
  color: rgb(200.5, 200.5, 200.5);
}

.tile-0 {
  border: 1px solid #253340;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
.tile-0 .row {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tile-0 .row:first-of-type {
  background: #253340 !important;
}

.text-white {
  color: #fff;
}

/*#region checkbox variables*/
/*#endregion*/
/*#region radio button variables*/
/*#endregion*/
.reset-bs-inset, .reset-bs-rows, .reset-bs-row-inset, .reset-bs-row-margin {
  margin-left: -15px;
  margin-right: -15px;
}

/*#region herobanners*/
/*#endregion*/
/*#region Tickers*/
/*#endregion*/
@keyframes from-dark-to-light {
  from {
    color: rgb(27.6584158416, 38.1237623762, 47.8415841584);
  }
  to {
    color: #fff;
  }
}
.fade-enter-active, .fade-leave-active {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.fade-enter, .fade-leave-active {
  opacity: 0;
}

/* always present */
.expand-transition {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.expand-enter, .expand-leave {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.animate-show {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 1;
}

.animate-hide {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}

#efileApp {
  height: auto;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#efileApp .slide-content {
  /*width: 100%;
  background: $white;
  position: absolute;
  top: 0;*/
}

.ts-transitions-enter,
.ts-transitions-enter-to,
.ts-transitions-leave,
.ts-transitions-leave-to {
  width: calc(100% + 30px);
  background: #fff;
  position: absolute;
  top: 0;
}

.ts-transitions-enter-to {
  position: relative;
}

.ts-transitions-leave-to {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}

.ts-slide-enter,
.ts-slide-enter-to,
.ts-slide-leave,
.ts-slide-leave-to {
  position: absolute;
}

.ts-slide-enter {
  opacity: 0;
}

.ts-slide.fade-enter {
  top: 0;
}

.ts-slide-enter-to {
  position: relative;
}

.ts-slide-leave-to {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}

.ts-page-transition-enter,
.ts-page-transition-enter-to,
.ts-page-transition-leave,
.ts-page-transition-leave-to {
  background: #fff;
  position: absolute;
  top: 0;
}

.ts-page-transition-enter {
  opacity: 0;
}

.ts-page-transition-enter-to {
  position: relative;
}

.ts-page-transition-leave,
.ts-page-transition-leave-to {
  width: calc(100% + 30px);
}

.ts-page-transition-leave-to {
  opacity: 0;
}

.section-divider-top {
  border-top: 1px solid #e2e2e2;
}

/*#region buttons*/
.btn-ghost-inverse-green {
  background: rgba(255, 255, 255, 0.2);
  color: #ec6952 !important;
  border: 1px solid #a1a1a1;
  text-decoration: none !important;
}
.btn-ghost-inverse-green:hover, .btn-ghost-inverse-green:active, .btn-ghost-inverse-green:focus {
  color: #fff !important;
  background: rgb(233.4765625, 85.078125, 59.0234375);
  border-color: rgb(233.4765625, 85.078125, 59.0234375);
}

.btn-submit,
.btn-confirm {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .btn-submit,
  .btn-confirm {
    width: auto;
    margin: 0.25em;
  }
}
.btn-submit,
.btn-confirm {
  background: #ec6952 !important;
  border: 1px solid #ec6952 !important;
  color: white !important;
}
.btn-submit:hover:not(.inactive), .btn-submit:active:not(.inactive),
.btn-confirm:hover:not(.inactive),
.btn-confirm:active:not(.inactive) {
  background: rgb(230.953125, 65.15625, 36.046875);
  border: 1px solid rgb(230.953125, 65.15625, 36.046875);
  color: white !important;
  box-shadow: none;
}
.btn-submit:focus:not(.inactive),
.btn-confirm:focus:not(.inactive) {
  background: #212329;
  border: 1px solid #212329;
  color: white !important;
  box-shadow: none;
}
.btn-submit.inactive,
.btn-confirm.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.btn-submit.inactive:hover,
.btn-confirm.inactive:hover {
  background: transparent !important;
  color: white !important;
  border: 1px solid white !important;
}

.btn-confirm,
.printer,
.btn-begin {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .btn-confirm,
  .printer,
  .btn-begin {
    width: auto;
    margin: 0.25em;
  }
}
.btn-confirm,
.printer,
.btn-begin {
  background: transparent;
  border: 1px solid #ec6952;
  color: #ec6952 !important;
}
.btn-confirm:hover:not(.inactive), .btn-confirm:active:not(.inactive), .btn-confirm:focus:not(.inactive),
.printer:hover:not(.inactive),
.printer:active:not(.inactive),
.printer:focus:not(.inactive),
.btn-begin:hover:not(.inactive),
.btn-begin:active:not(.inactive),
.btn-begin:focus:not(.inactive) {
  background: #ec6952;
  color: white;
  border: 1px solid #ec6952;
  box-shadow: none;
}
.btn-confirm,
.printer,
.btn-begin {
  /*&:focus:not(.inactive) {
      background: $background;
      border: 1px solid $color;
      color: $color;
      outline: none;
      box-shadow: none;
  }*/
}
.btn-confirm.inactive, .btn-confirm:disabled,
.printer.inactive,
.printer:disabled,
.btn-begin.inactive,
.btn-begin:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.btn-confirm.inactive:hover, .btn-confirm:disabled:hover,
.printer.inactive:hover,
.printer:disabled:hover,
.btn-begin.inactive:hover,
.btn-begin:disabled:hover {
  background: transparent;
  color: #ec6952;
  border: 1px solid #ec6952;
}
.btn-confirm:disabled,
.printer:disabled,
.btn-begin:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.btn-confirm:disabled:hover,
.printer:disabled:hover,
.btn-begin:disabled:hover {
  background: transparent;
  color: #ec6952;
  border: 1px solid #ec6952;
}

.btn-continue {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .btn-continue {
    width: auto;
    margin: 0.25em;
  }
}
.btn-continue {
  background: #ec6952 !important;
  border: 1px solid #ec6952 !important;
  color: white !important;
}
.btn-continue:hover:not(.inactive), .btn-continue:active:not(.inactive) {
  background: rgb(230.953125, 65.15625, 36.046875);
  border: 1px solid rgb(230.953125, 65.15625, 36.046875);
  color: white !important;
  box-shadow: none;
}
.btn-continue:focus:not(.inactive) {
  background: #212329;
  border: 1px solid #212329;
  color: white !important;
  box-shadow: none;
}
.btn-continue.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.btn-continue.inactive:hover {
  background: transparent !important;
  color: white !important;
  border: 1px solid white !important;
}

.btn-positive {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .btn-positive {
    width: auto;
    margin: 0.25em;
  }
}
.btn-positive {
  background: #ec6952 !important;
  border: 1px solid #ec6952 !important;
  color: white !important;
}
.btn-positive:hover:not(.inactive), .btn-positive:active:not(.inactive) {
  background: rgb(230.953125, 65.15625, 36.046875);
  border: 1px solid rgb(230.953125, 65.15625, 36.046875);
  color: white !important;
  box-shadow: none;
}
.btn-positive:focus:not(.inactive) {
  background: #212329;
  border: 1px solid #212329;
  color: white !important;
  box-shadow: none;
}
.btn-positive.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.btn-positive.inactive:hover {
  background: transparent !important;
  color: white !important;
  border: 1px solid white !important;
}

.btn-yes {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .btn-yes {
    width: auto;
    margin: 0.25em;
  }
}
.btn-yes {
  background: #ec6952 !important;
  border: 1px solid #ec6952 !important;
  color: white !important;
}
.btn-yes:hover:not(.inactive), .btn-yes:active:not(.inactive) {
  background: rgb(230.953125, 65.15625, 36.046875);
  border: 1px solid rgb(230.953125, 65.15625, 36.046875);
  color: white !important;
  box-shadow: none;
}
.btn-yes:focus:not(.inactive) {
  background: #212329;
  border: 1px solid #212329;
  color: white !important;
  box-shadow: none;
}
.btn-yes.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.btn-yes.inactive:hover {
  background: transparent !important;
  color: white !important;
  border: 1px solid white !important;
}

.btn-skip {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .btn-skip {
    width: auto;
    margin: 0.25em;
  }
}
.btn-skip {
  background: transparent !important;
  border: 1px solid transparent !important;
  color: #333740 !important;
}
.btn-skip:hover:not(.inactive), .btn-skip:active:not(.inactive) {
  background: #D9DADC;
  border: 1px solid #D9DADC;
  color: white !important;
  box-shadow: none;
}
.btn-skip:focus:not(.inactive) {
  background: #212329;
  border: 1px solid #212329;
  color: white !important;
  box-shadow: none;
}
.btn-skip.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.btn-skip.inactive:hover {
  background: transparent !important;
  color: #333740 !important;
  border: 1px solid #333740 !important;
}
.btn-skip {
  font-weight: 400;
  text-decoration: underline !important;
  text-transform: none;
}
.btn-skip:hover {
  color: #333740 !important;
}

.btn-menu-edit {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .btn-menu-edit {
    width: auto;
    margin: 0.25em;
  }
}
.btn-menu-edit {
  background: #253340 !important;
  border: 1px solid #253340 !important;
  color: white !important;
}
.btn-menu-edit:hover:not(.inactive), .btn-menu-edit:active:not(.inactive) {
  background: black;
  border: 1px solid black;
  color: white !important;
  box-shadow: none;
}
.btn-menu-edit:focus:not(.inactive) {
  background: #212329;
  border: 1px solid #212329;
  color: white !important;
  box-shadow: none;
}
.btn-menu-edit.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.btn-menu-edit.inactive:hover {
  background: transparent !important;
  color: white !important;
  border: 1px solid white !important;
}

/*#endregion*/
#supportOptions.modalSupport #supportIcons > a.icon-primary {
  width: 20%;
  float: left;
  text-align: center;
  color: #FFF;
  font-size: 1em;
  text-decoration: none;
}
#supportOptions.modalSupport #supportIcons > a.icon-primary > .iconText {
  line-height: 1.25em;
  padding-top: 0.5em;
  max-width: 110px;
  margin: 0px auto;
}
#supportOptions.modalSupport #supportIcons > a.icon-primary > i {
  font-size: 2em;
  border: 3px solid #ec6952;
  color: #ec6952;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 1.7em;
  padding-right: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#supportOptions.modalSupport #supportIcons > a.icon-primary:hover {
  text-decoration: none;
  color: rgb(191.25, 191.25, 191.25);
}
#supportOptions.modalSupport #supportIcons > a.icon-primary:hover > i {
  border: 3px solid rgb(248.6171875, 204.609375, 196.8828125);
  color: rgb(248.6171875, 204.609375, 196.8828125);
}

#additionalSupportOptions {
  border-top: 1px solid #414042;
  padding: 1em;
  background-color: #414042;
  text-align: center;
}
#additionalSupportOptions > h4 {
  color: #fff;
}
#additionalSupportOptions > h4 > small {
  font-style: italic;
}

#responsive-menu-button {
  color: #253340;
  background: url(../../images/efile/E-file_icon.svg) no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  background-color: white;
}

#sidebar {
  background-color: #253340 !important;
}
#sidebar .logo {
  background-color: white;
}
#sidebar .logo a {
  color: #253340 !important;
}
#sidebar .logo .icon-e-filecom-logo {
  /*content: "\e900";*/
  width: 140px;
  height: 26px;
  background: url(../../images/efile/E-file_logo.svg);
  background-size: 138px 26px;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 766px) {
  #sidebar .logo .icon-e-filecom-logo.ca-taxslayer-overwrite {
    background: url(../../images/efile/E-file_icon.svg) no-repeat;
    width: 45px;
    height: 45px;
  }
}
#sidebar .nav li a:hover {
  background-color: #141c23;
}
#sidebar .nav li.active a {
  background-color: #1c2630;
}
#sidebar .nav li.active a:hover {
  background-color: #141c23;
}
#sidebar .nav .sub-nav li.is-active a span.active-form-span {
  display: inline-block;
  border-bottom: 2px solid #005d8c;
}
#sidebar ul.sidebar-nav li {
  background-color: #253340;
}
#sidebar ul.sidebar-nav li a {
  background-color: #253340;
}
#sidebar ul.sidebar-nav li.curr-dir {
  background-color: #1c2630;
  border-left: 4px solid #ec6952;
}
#sidebar ul.sidebar-nav li.curr-dir > a:first-child, #sidebar ul.sidebar-nav li.curr-dir #sidebar li.active.curr-dir > button:first-child {
  font-weight: 700;
}
#sidebar .generic-nav-icon-tax-home::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #e9553b;
  -webkit-mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'%20?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='25'%20height='22'%3e%3cpath%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20transform='translate(1.09766%201)'%20d='M2.8%2011.320101L2.8%2019.020102L8.3999996%2019.020102L8.3999996%2013.420101C8.3999996%2012.646902%209.0268011%2012.020102%209.8000002%2012.020102L11.2%2012.020102C11.973199%2012.020102%2012.6%2012.646902%2012.6%2013.420101L12.6%2019.020102L18.200001%2019.020102L18.200001%2011.320101M0%209.9201012L9.5097332%200.41036779C9.7723103%200.14762276%2010.128541%200%2010.5%200C10.871459%200%2011.22769%200.14762276%2011.490267%200.41036779L21%209.9201012'%20fill-rule='evenodd'/%3e%3c/svg%3e");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'%20?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='25'%20height='22'%3e%3cpath%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20transform='translate(1.09766%201)'%20d='M2.8%2011.320101L2.8%2019.020102L8.3999996%2019.020102L8.3999996%2013.420101C8.3999996%2012.646902%209.0268011%2012.020102%209.8000002%2012.020102L11.2%2012.020102C11.973199%2012.020102%2012.6%2012.646902%2012.6%2013.420101L12.6%2019.020102L18.200001%2019.020102L18.200001%2011.320101M0%209.9201012L9.5097332%200.41036779C9.7723103%200.14762276%2010.128541%200%2010.5%200C10.871459%200%2011.22769%200.14762276%2011.490267%200.41036779L21%209.9201012'%20fill-rule='evenodd'/%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  vertical-align: middle;
}

/*  Overwrite spinner   */
.oneClickDiv {
  z-index: 9001;
  position: absolute;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  background: #ffffff;
}

#oneClickIcon {
  background: url(../../images/efile/E-file_icon.svg) no-repeat;
  background-position: 50% 50%;
  background-size: 75%;
}

#oneClickIcon:after {
  width: 76px;
  height: 76px;
  border-color: #262262;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-width: 3px;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.ts-only {
  display: none !important;
}

#sidebar.consumer-nav.consumer-nav .logo .make-me-match i {
  color: #253340;
}

.modal-message.modal-message-logout .modal-message-header .logout-icon-24k,
.modal-message.modal-message-logout .modal-message-header .logout-icon-centennial,
.modal-message.modal-message-logout .modal-message-header .clock-timer-24k,
.modal-message.modal-message-logout .modal-message-header .clock-timer-centennial,
#mbox.modal-message-session-timer .modal-message-header .logout-icon-24k,
#mbox.modal-message-session-timer .modal-message-header .logout-icon-centennial,
#mbox.modal-message-session-timer .modal-message-header .clock-timer-24k,
#mbox.modal-message-session-timer .modal-message-header .clock-timer-centennial {
  background: url(../../images/efile/E-file_logo.svg) no-repeat center, #fff;
  background-size: 70%;
  height: 3em;
  width: 6em;
}
.modal-message.modal-message-logout #AcutalSaveAndLogoutButton,
.modal-message.modal-message-logout .btn-confirm,
#mbox.modal-message-session-timer #AcutalSaveAndLogoutButton,
#mbox.modal-message-session-timer .btn-confirm {
  background-color: #ec6952;
}
.modal-message.modal-message-logout #AcutalSaveAndLogoutButton:hover,
.modal-message.modal-message-logout .btn-confirm:hover,
#mbox.modal-message-session-timer #AcutalSaveAndLogoutButton:hover,
#mbox.modal-message-session-timer .btn-confirm:hover {
  background-color: rgb(230.953125, 65.15625, 36.046875);
}

/* Button work to sync up SOA and Identity (Using design guidelines for naming and color for buttons */
.button-primary {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .button-primary {
    width: auto;
    margin: 0.25em;
  }
}
.button-primary {
  background: #ec6952;
  border: 1px solid #ec6952;
  color: #ffffff !important;
}
.button-primary:hover:not(.inactive), .button-primary:active:not(.inactive), .button-primary:focus:not(.inactive) {
  background: rgb(230.953125, 65.15625, 36.046875);
  border: 1px solid rgb(230.953125, 65.15625, 36.046875);
  box-shadow: none;
  color: #ffffff;
}
.button-primary.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-primary.inactive:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.button-primary.disabled:hover, .button-primary[disabled]:hover {
  background: #ec6952;
  border: 1px solid #ec6952;
}
.button-primary {
  min-width: 175px;
  margin-bottom: 12px;
}
.button-primary-light {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .button-primary-light {
    width: auto;
    margin: 0.25em;
  }
}
.button-primary-light {
  background: rgb(241.046875, 144.84375, 127.953125);
  border: 1px solid rgb(241.046875, 144.84375, 127.953125);
  color: rgb(230.953125, 65.15625, 36.046875) !important;
}
.button-primary-light:hover:not(.inactive), .button-primary-light:active:not(.inactive), .button-primary-light:focus:not(.inactive) {
  background: #ec6952;
  border: 1px solid #ec6952;
  box-shadow: none;
  color: rgb(230.953125, 65.15625, 36.046875);
}
.button-primary-light.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-primary-light.inactive:hover {
  background: transparent;
  color: rgb(230.953125, 65.15625, 36.046875);
  border: 1px solid rgb(230.953125, 65.15625, 36.046875);
}
.button-primary-light.disabled:hover, .button-primary-light[disabled]:hover {
  background: rgb(241.046875, 144.84375, 127.953125);
  border: 1px solid rgb(241.046875, 144.84375, 127.953125);
}
.button-primary-light {
  min-width: 175px;
  margin-bottom: 12px;
}

.button-secondary {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .button-secondary {
    width: auto;
    margin: 0.25em;
  }
}
.button-secondary {
  background: #253340;
  border: 1px solid #253340;
  color: #ffffff !important;
}
.button-secondary:hover:not(.inactive), .button-secondary:active:not(.inactive), .button-secondary:focus:not(.inactive) {
  background: rgb(18.3168316832, 25.2475247525, 31.6831683168);
  border: 1px solid rgb(18.3168316832, 25.2475247525, 31.6831683168);
  box-shadow: none;
  color: #ffffff;
}
.button-secondary.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-secondary.inactive:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.button-secondary.disabled:hover, .button-secondary[disabled]:hover {
  background: #253340;
  border: 1px solid #253340;
}
.button-secondary {
  min-width: 175px;
  margin-bottom: 12px;
}
.button-secondary-light {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .button-secondary-light {
    width: auto;
    margin: 0.25em;
  }
}
.button-secondary-light {
  background: rgb(55.6831683168, 76.7524752475, 96.3168316832);
  border: 1px solid rgb(55.6831683168, 76.7524752475, 96.3168316832);
  color: #ffffff !important;
}
.button-secondary-light:hover:not(.inactive), .button-secondary-light:active:not(.inactive), .button-secondary-light:focus:not(.inactive) {
  background: #253340;
  border: 1px solid #253340;
  box-shadow: none;
  color: #ffffff;
}
.button-secondary-light.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-secondary-light.inactive:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.button-secondary-light.disabled:hover, .button-secondary-light[disabled]:hover {
  background: rgb(55.6831683168, 76.7524752475, 96.3168316832);
  border: 1px solid rgb(55.6831683168, 76.7524752475, 96.3168316832);
}
.button-secondary-light {
  min-width: 175px;
  margin-bottom: 12px;
}

.button-important {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .button-important {
    width: auto;
    margin: 0.25em;
  }
}
.button-important {
  background: #D82631;
  border: 1px solid #D82631;
  color: #ffffff !important;
}
.button-important:hover:not(.inactive), .button-important:active:not(.inactive), .button-important:focus:not(.inactive) {
  background: #910009;
  border: 1px solid #910009;
  box-shadow: none;
  color: #ffffff;
}
.button-important.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-important.inactive:hover {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.button-important.disabled:hover, .button-important[disabled]:hover {
  background: #D82631;
  border: 1px solid #D82631;
}
.button-important {
  min-width: 175px;
  margin-bottom: 12px;
}
.button-important-light {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .button-important-light {
    width: auto;
    margin: 0.25em;
  }
}
.button-important-light {
  background: #ffece4;
  border: 1px solid #ffece4;
  color: #910009 !important;
}
.button-important-light:hover:not(.inactive), .button-important-light:active:not(.inactive), .button-important-light:focus:not(.inactive) {
  background: #d82631;
  border: 1px solid #d82631;
  box-shadow: none;
  color: #910009;
  color: white !important;
}
.button-important-light.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-important-light.inactive:hover {
  background: transparent;
  color: #910009;
  border: 1px solid #910009;
}
.button-important-light.disabled:hover, .button-important-light[disabled]:hover {
  background: #ffece4;
  border: 1px solid #ffece4;
}
.button-important-light {
  min-width: 175px;
  margin-bottom: 12px;
}

.button-underline {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .button-underline {
    width: auto;
    margin: 0.25em;
  }
}
.button-underline {
  background: transparent !important;
  border: 1px solid transparent !important;
  color: #333740 !important;
}
.button-underline:hover:not(.inactive), .button-underline:active:not(.inactive) {
  background: #D9DADC;
  border: 1px solid #D9DADC;
  color: white !important;
  box-shadow: none;
}
.button-underline:focus:not(.inactive) {
  background: #212329;
  border: 1px solid #212329;
  color: white !important;
  box-shadow: none;
}
.button-underline.inactive {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-underline.inactive:hover {
  background: transparent !important;
  color: #333740 !important;
  border: 1px solid #333740 !important;
}
.button-underline {
  font-weight: 400;
  text-decoration: underline !important;
  text-transform: none;
}
.button-underline:hover, .button-underline:active, .button-underline:focus {
  color: #333740 !important;
}

.button-primary-ghost {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .button-primary-ghost {
    width: auto;
    margin: 0.25em;
  }
}
.button-primary-ghost {
  background: transparent;
  border: 1px solid #ec6952;
  color: #ec6952 !important;
}
.button-primary-ghost:hover:not(.inactive), .button-primary-ghost:active:not(.inactive), .button-primary-ghost:focus:not(.inactive) {
  background: #ec6952;
  color: white;
  border: 1px solid #ec6952;
  box-shadow: none;
}
.button-primary-ghost {
  /*&:focus:not(.inactive) {
      background: $background;
      border: 1px solid $color;
      color: $color;
      outline: none;
      box-shadow: none;
  }*/
}
.button-primary-ghost.inactive, .button-primary-ghost:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-primary-ghost.inactive:hover, .button-primary-ghost:disabled:hover {
  background: transparent;
  color: #ec6952;
  border: 1px solid #ec6952;
}
.button-primary-ghost:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-primary-ghost:disabled:hover {
  background: transparent;
  color: #ec6952;
  border: 1px solid #ec6952;
}

.button-secondary-ghost {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .button-secondary-ghost {
    width: auto;
    margin: 0.25em;
  }
}
.button-secondary-ghost {
  background: transparent;
  border: 1px solid #253340;
  color: #253340 !important;
}
.button-secondary-ghost:hover:not(.inactive), .button-secondary-ghost:active:not(.inactive), .button-secondary-ghost:focus:not(.inactive) {
  background: #253340;
  color: white;
  border: 1px solid #253340;
  box-shadow: none;
}
.button-secondary-ghost {
  /*&:focus:not(.inactive) {
      background: $background;
      border: 1px solid $color;
      color: $color;
      outline: none;
      box-shadow: none;
  }*/
}
.button-secondary-ghost.inactive, .button-secondary-ghost:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-secondary-ghost.inactive:hover, .button-secondary-ghost:disabled:hover {
  background: transparent;
  color: #253340;
  border: 1px solid #253340;
}
.button-secondary-ghost:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-secondary-ghost:disabled:hover {
  background: transparent;
  color: #253340;
  border: 1px solid #253340;
}

.button-important-ghost {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  text-transform: uppercase;
  text-decoration: none !important;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
}
@media screen and (min-width: 1350px) {
  .button-important-ghost {
    width: auto;
    margin: 0.25em;
  }
}
.button-important-ghost {
  background: transparent;
  border: 1px solid #D82631;
  color: #D82631 !important;
}
.button-important-ghost:hover:not(.inactive), .button-important-ghost:active:not(.inactive), .button-important-ghost:focus:not(.inactive) {
  background: #D82631;
  color: white;
  border: 1px solid #D82631;
  box-shadow: none;
}
.button-important-ghost {
  /*&:focus:not(.inactive) {
      background: $background;
      border: 1px solid $color;
      color: $color;
      outline: none;
      box-shadow: none;
  }*/
}
.button-important-ghost.inactive, .button-important-ghost:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-important-ghost.inactive:hover, .button-important-ghost:disabled:hover {
  background: transparent;
  color: #D82631;
  border: 1px solid #D82631;
}
.button-important-ghost:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.button-important-ghost:disabled:hover {
  background: transparent;
  color: #D82631;
  border: 1px solid #D82631;
}

/* End */
/*# sourceMappingURL=styles.css.map */
