:root {
  --blue: #112f4b;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #48ABE0;
  --secondary: #979EA8;
  --success: #13d59f;
  --info: #ccc;
  --warning: #ffc107;
  --danger: #ddb02f;
  --light: #f6f9fa;
  --dark: #363f48;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px; }

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  background-color: #112f4b;
  font-family: Montserrat, "Work Sans", sans-serif; }

html, body {
  height: 100%; }

p {
  font-size: 1em;
  font-weight: 500; }

h1 {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1.2em; }

h2 {
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.5em; }

h3 {
  font-size: 1.8em;
  font-weight: 500; }

h4 {
  font-size: 1.2em;
  font-weight: 700; }

h5 {
  font-size: 1.1em;
  font-weight: 600; }

h6 {
  font-size: 0.7em; }

.text-primary {
  color: #48ABE0 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #2395d2 !important; }

.text-secondary {
  color: #979EA8 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #7b8491 !important; }

.text-success {
  color: #13d59f !important; }

a.text-success:hover, a.text-success:focus {
  color: #0fa67c !important; }

a.text-white {
  color: #fff !important; }
  a.text-white:hover, a.text-white:focus {
    color: #fff !important; }

label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0 !important; }

a {
  color: #47AAE0;
  text-decoration: none;
  background-color: transparent;
  min-width: 0; }

a:hover {
  color: #2084bb;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

.dark {
  color: #363f48; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

.hidden {
  display: none; }

.pointer {
  cursor: pointer; }

.imgDisplay {
  width: 400px; }

.sk-rect > div {
  background-color: #fff; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #363F48;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.largerContainer {
  padding: 0 50px; }

.btn, .btn:hover, .btn:active, .btn:visited, .btn:focus {
  box-shadow: none !important; }

.btn-motivation {
  padding: 1.15em 10px 1em;
  line-height: 1em !important;
  display: block; }
  .btn-motivation span {
    font-size: 14px !important; }

.btn-dark {
  color: white;
  background-color: #363f48;
  border-color: #363f48; }
  .btn-dark:hover, .btn-dark:active, .btn-dark:focus {
    color: #fff;
    background-color: #23292E;
    border-color: #23292E; }

.btn-white-default {
  width: 100%;
  border-color: #363f48;
  color: #363f48 !important;
  height: 2.8em;
  margin-top: 5px; }

.btn-primary {
  color: #fff;
  background-color: #48ABE0;
  border-color: #48ABE0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-primary:hover {
    color: #fff;
    background-color: #279cda;
    border-color: #2395d2; }

.btn-secondary {
  color: #212529;
  background-color: #979EA8;
  border-color: #979EA8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-secondary:hover {
    color: #fff;
    background-color: #828b97;
    border-color: #7b8491; }

.btn-outline-primary {
  color: #48ABE0;
  background-color: transparent;
  background-image: none;
  border-color: #48ABE0; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #48ABE0;
    border-color: #48ABE0; }

.btn-success {
  color: #fff;
  background-color: #13d59f;
  border-color: #13d59f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-success:hover {
    color: #fff;
    background-color: #10b285;
    border-color: #10b285; }

.btn-outline-success {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #13d59f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #10b285;
    border-color: #10b285; }

.btn-outline-warning {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #DCAF2E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-outline-warning:hover, .btn-outline-warning:focus {
    color: #fff;
    background-color: #DCAF2E;
    border-color: #DCAF2E; }

.btn-light {
  color: #979EA8;
  border: none;
  background-color: transparent; }
  .btn-light:hover, .btn-light:active, .btn-light:focus {
    background-color: transparent !important;
    border: none;
    color: #363f48; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

.nav-signup-btn, .nav-login-btn {
  display: block;
  padding: 0.5rem 1.5rem;
  margin: 1rem 0.3rem;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

.dropdown-menu {
  background-color: #112f4b;
  border-color: #DDb02F; }
  .dropdown-menu .dropdown-item {
    background-color: #112f4b;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem; }
    .dropdown-menu .dropdown-item:hover {
      background-color: #DDb02F;
      color: #fff; }

.fsp-carousel {
  height: 15.2em; }

.fsp-carousel-m {
  height: 15em; }

.pd-30 {
  padding: 30px; }

mt-59em {
  margin-top: 5.9em !important; }

.carousel-indicators .active {
  background-color: black !important; }

.carousel-control-prev {
  width: 7%; }

.carousel-control-next {
  width: 7%; }

#fspSignup .error {
  color: #f6c604 !important; }

.navFspSignUp {
  display: block;
  padding: 0.5rem 1.5rem;
  margin: 1rem 0.3rem;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

.bannerCallToAction {
  white-space: normal !important;
  padding: 0.5rem 1.5rem;
  margin: 1rem 0.3rem;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

.testimonialIndicator {
  color: #48ABE0; }

@supports (position: sticky) {
  .sticky-top {
    position: fixed;
    top: 0;
    z-index: 1020;
    background-color: #112f4b;
    width: 100%; } }
/*the width of the main body*/
.mobile-body {
  width: 320px;
  padding: 20px; }

.btn-call-to-action {
  font-family: Montserrat, "Work Sans";
  font-size: 1em;
  font-weight: 400; }

/*social media buttons styling*/
.icon-custom {
  color: #fff;
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 1em; }

.icon-custom-dark {
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 0.5em; }

.facebook {
  background-color: #4869AD; }

.linkedin {
  background-color: #00A0DC; }

.google {
  background-color: #FB5A46; }

/*a shorter input field*/
.short-text {
  width: 220px; }

.banner {
  padding: 16em 1em 13em 1em; }

.banner-img {
  background: url("?c=index/xfile_website&name=home-banner.jpg") center center;
  background-size: cover; }

.fsp-banner-img {
  background: url("?c=index/xfile_website&name=financial-service-provider-banner.jpg") center center;
  background-size: cover; }

.purpose-banner-img {
  background: url("?c=index/xfile_website&name=tech.jpg");
  background-size: cover; }

.background-img {
  background: url("?c=index/xfile_website&name=home-banner.jpg") center center fixed; }

.team-background-img {
  background: url("?c=index/xfile_website&name=team-background.jpg") center center;
  background-size: cover; }

.fspPageP {
  padding: 10em; }

.fs-1 {
  font-size: 0.9em !important; }

.white-transparent {
  background-color: rgba(250, 250, 250, 0.8); }

ol li::marker {
  font-size: 0.75em; }

li::marker {
  font-size: 0.9em; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid #48abe0;
  border-radius: 0.25rem;
  color: #48ABE0;
  font-size: 0.9em;
  font-weight: 300; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-hover {
  text-align: center;
  padding: 0; }

.card-hover:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.anchor {
  position: relative; }

.anchor span {
  position: absolute;
  top: -80px; }

.accordion-title {
  display: block;
  font-weight: 400;
  padding-left: 22px; }
  .accordion-title:hover {
    text-decoration: none; }
  .accordion-title:focus {
    color: #47AAE0;
    text-decoration: none; }

.accordionP {
  margin-bottom: 0; }

.carousel-item {
  padding: 5em 10em; }

.h-2 {
  height: 2em; }

.h-3 {
  height: 3em; }

.h-5 {
  height: 5em; }

.h-11 {
  height: 11em; }

.h-12 {
  height: 12em; }

select {
  margin: 5px 0 10px;
  padding: 5px; }

.socialmedia:hover {
  text-decoration: none;
  color: #47AAE0; }

.socialmedia i:hover {
  color: #47AAE0; }

ul.wizard {
  list-style-type: none;
  padding-left: 0; }

.faqStyle {
  border: 1px solid #4E80A3;
  padding: 1em;
  margin-bottom: 5px; }

.plusButton {
  margin-left: -22px;
  margin-right: 5px; }

.error {
  color: red; }

.error-yellow {
  color: #f6c604; }

.form-check-input {
  position: relative;
  margin-left: 0; }

.customCheck {
  font-size: 14px;
  line-height: inherit; }
  .customCheck input[type="checkbox"] + .label-text:before {
    content: "\f0c8";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-size: 1.2em;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    display: inline;
    margin-right: 10px; }
  .customCheck input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    font-weight: 400;
    font-size: 1.2em;
    color: #fff;
    margin-right: 10px; }

.titleFloat {
  float: left; }

.stepFloat {
  float: right; }

.tabVis {
  visibility: hidden; }

.label {
  cursor: pointer; }

.alert {
  display: none; }

.img-container img {
  max-width: 100%; }

#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(35, 41, 46, 0.9);
  /* Black background with opacity */
  z-index: 2;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */ }

.overlayContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 1.2em;
  text-align: center;
  z-index: 90000;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.fw400 {
  font-weight: 400; }

text, textarea, input {
  margin: 5px 0 10px;
  height: calc(2.8rem + 2px) !important;
  -webkit-user-select: text !important;
  -khtml-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important; }

.videoModal .modal-dialog {
  max-width: 70%; }
.videoModal .modal-content {
  background-color: transparent;
  border: none; }
  .videoModal .modal-content .modal-header {
    border: none; }
  .videoModal .modal-content .h4 {
    margin-bottom: 2em; }
  .videoModal .modal-content .modal-title {
    font-weight: 200;
    font-size: 1.5em; }
  .videoModal .modal-content button {
    color: #fff;
    z-index: 2;
    background-color: transparent; }
    .videoModal .modal-content button:hover {
      color: #fff; }
  .videoModal .modal-content .modal-body iframe {
    width: 100%;
    height: 500px; }
  .videoModal .modal-content .modal-body a {
    background-color: #fff;
    border-radius: 3px; }
    .videoModal .modal-content .modal-body a i {
      color: #48ABE0; }
    .videoModal .modal-content .modal-body a .h5 {
      color: #363f48;
      font-size: 0.9em; }
    .videoModal .modal-content .modal-body a:hover {
      box-shadow: 5px 7px 15px #363f48; }
      .videoModal .modal-content .modal-body a:hover i {
        color: #48ABE0; }

.changeEmailAddressForm .error {
  color: #f6c604; }

.motivationOverlayModel {
  white-space: normal;
  background-color: rgba(35, 41, 46, 0.9); }
  .motivationOverlayModel .modal-content {
    background-color: transparent;
    border: none; }
    .motivationOverlayModel .modal-content .modal-header {
      border: none;
      color: #fff; }
    .motivationOverlayModel .modal-content .h4 {
      margin-bottom: 2em; }
    .motivationOverlayModel .modal-content button {
      color: #fff;
      z-index: 2;
      background-color: transparent; }
      .motivationOverlayModel .modal-content button:hover {
        color: #fff; }
    .motivationOverlayModel .modal-content span {
      white-space: normal !important; }
    .motivationOverlayModel .modal-content .modal-body .error {
      margin-left: 3em; }
    .motivationOverlayModel .modal-content .modal-body .motivationDiv {
      background-color: #fff;
      border-radius: 3px;
      padding: 0.4em 0; }
      .motivationOverlayModel .modal-content .modal-body .motivationDiv .btnInput {
        width: 100%;
        text-align: left; }
      .motivationOverlayModel .modal-content .modal-body .motivationDiv .h5 {
        color: #363f48; }
      .motivationOverlayModel .modal-content .modal-body .motivationDiv:hover {
        box-shadow: 5px 7px 15px #363f48; }
      .motivationOverlayModel .modal-content .modal-body .motivationDiv .motivationInput {
        color: #363f48 !important;
        background-color: lightgrey; }
    .motivationOverlayModel .modal-content .modal-body a {
      background-color: #fff;
      border-radius: 3px; }
      .motivationOverlayModel .modal-content .modal-body a .h5 {
        color: #363f48; }
      .motivationOverlayModel .modal-content .modal-body a:hover {
        box-shadow: 5px 7px 15px #363f48; }

.goalOverlayModelForm {
  color: #fff;
  background-color: rgba(35, 41, 46, 0.9); }
  .goalOverlayModelForm label {
    font-size: 0.8em;
    font-weight: 800;
    margin-bottom: 0;
    color: #0f0f10; }
  .goalOverlayModelForm h4 {
    font-weight: 800;
    color: #0f0f10; }
  .goalOverlayModelForm i {
    font-size: 2.5em;
    font-weight: 800;
    margin-bottom: 0;
    color: #0f0f10; }
  .goalOverlayModelForm .p-md-5-custom {
    padding: 0.5rem !important; }
  .goalOverlayModelForm .btn-pri {
    background-color: transparent;
    border-color: #48ABE0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    .goalOverlayModelForm .btn-pri:hover {
      color: #fff;
      background-color: #279cda;
      border-color: #2395d2; }
  .goalOverlayModelForm .modal-content .error {
    margin-bottom: -0.1em;
    color: red; }
  .goalOverlayModelForm .btn-success {
    color: #fff;
    background-color: #48ABE0;
    border-color: #48ABE0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
    .goalOverlayModelForm .btn-success:hover {
      color: #fff;
      background-color: #279cda;
      border-color: #2395d2; }

.goalOverlayModelMessage {
  white-space: normal;
  text-align: center;
  background-color: rgba(35, 41, 46, 0.9); }
  .goalOverlayModelMessage .modal-content {
    background-color: transparent;
    border: none; }
    .goalOverlayModelMessage .modal-content .modal-header {
      border: none;
      color: #fff;
      text-align: center; }
    .goalOverlayModelMessage .modal-content .h2 {
      font-size: 2.5em;
      font-weight: bold;
      line-height: 1.5em; }
    .goalOverlayModelMessage .modal-content button {
      color: #fff;
      z-index: 2;
      background-color: transparent; }
      .goalOverlayModelMessage .modal-content button:hover {
        color: #fff; }
    .goalOverlayModelMessage .modal-content span {
      white-space: normal !important; }
    .goalOverlayModelMessage .modal-content .modal-body p {
      font-size: 14px; }
    .goalOverlayModelMessage .modal-content .modal-body .btn-cancel {
      color: #fff;
      background-color: #48ABE0;
      border-color: #48ABE0;
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
      .goalOverlayModelMessage .modal-content .modal-body .btn-cancel:hover {
        color: #fff;
        background-color: #279cda;
        border-color: #2395d2; }
    .goalOverlayModelMessage .modal-content .modal-body .error {
      margin-left: 3em; }
    .goalOverlayModelMessage .modal-content .modal-body .motivationDiv {
      background-color: #fff;
      border-radius: 3px;
      padding: 0.4em 0; }
      .goalOverlayModelMessage .modal-content .modal-body .motivationDiv .btnInput {
        width: 100%;
        text-align: left; }
      .goalOverlayModelMessage .modal-content .modal-body .motivationDiv .h5 {
        color: #363f48; }
      .goalOverlayModelMessage .modal-content .modal-body .motivationDiv:hover {
        box-shadow: 5px 7px 15px #363f48; }
      .goalOverlayModelMessage .modal-content .modal-body .motivationDiv .motivationInput {
        color: #363f48 !important;
        background-color: lightgrey; }
    .goalOverlayModelMessage .modal-content .modal-body a {
      background-color: #fff;
      border-radius: 3px; }
      .goalOverlayModelMessage .modal-content .modal-body a .h5 {
        color: #363f48; }
      .goalOverlayModelMessage .modal-content .modal-body a:hover {
        box-shadow: 5px 7px 15px #363f48; }

.modal-title {
  font-weight: 200;
  font-size: 1.5em; }

.goalOverlayModel {
  color: #fff;
  background-color: rgba(35, 41, 46, 0.9); }
  .goalOverlayModel .modal-content {
    background-color: transparent;
    border: none; }
    .goalOverlayModel .modal-content .modal-header {
      border: none; }
      .goalOverlayModel .modal-content .modal-header i {
        font-size: 2.2em; }
    .goalOverlayModel .modal-content .h4 {
      margin-bottom: 2em; }
    .goalOverlayModel .modal-content button {
      color: #fff;
      z-index: 2;
      background-color: transparent; }
      .goalOverlayModel .modal-content button:hover {
        color: #fff; }
    .goalOverlayModel .modal-content .modal-body a {
      background-color: #fff;
      border-radius: 3px; }
      .goalOverlayModel .modal-content .modal-body a i {
        color: #48ABE0; }
      .goalOverlayModel .modal-content .modal-body a .h5 {
        color: #363f48;
        font-size: 0.9em; }
      .goalOverlayModel .modal-content .modal-body a:hover {
        box-shadow: 5px 7px 15px #363f48; }
        .goalOverlayModel .modal-content .modal-body a:hover i {
          color: #48ABE0; }

.btnGoalSelection {
  padding: 2em 0; }

.btnGoal i::after {
  color: #48ABE0;
  font-size: 2.3em;
  font-family: FontAwesome;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.btnGoalWhite i::after {
  color: #fff; }

#btnTravelGoal1 i::after {
  content: "\f29d"; }

#btnTravelGoal2 i::after {
  content: "\f1ae"; }

#btnTravelGoal3 i::after {
  content: "\f1b9"; }

#btnTravelGoal4 i::after {
  content: "\f015"; }

#btnTravelGoal5 i::after {
  content: "\f0f2"; }

#btnTravelGoal6 i::after {
  content: "\f19c"; }

#btnTravelGoal7 i::after {
  content: "\f072"; }

#btnTravelGoal8 i::after {
  content: "\f21e"; }

#btnTravelGoal9 i::after {
  content: "\f201"; }

#btnTravelGoal10 i::after {
  content: "\f155"; }

@media (max-width: 768px) {
  .carousel-item {
    padding: 2em 3em !important; }

  .howItWorksFrame {
    height: 350px; }

  .videoModal .modal-dialog {
    max-width: 100%; }
  .videoModal iframe {
    width: 100%;
    height: 100px; }

  .banner {
    padding: 8em 1em 4em 1em; }

  .fspPageP {
    padding: 5em 2em; }

  .titleFloat {
    width: 100%;
    float: left; }

  .stepFloat {
    float: left; }

  h1 {
    font-size: 2em;
    line-height: 1.25em; }

  h2 {
    font-size: 1.5em;
    line-height: 1.75em; }

  h3 {
    font-size: 1.2em;
    line-height: 1.25em; } }
@media (min-width: 992px) {
  .titleFloat {
    float: left; }

  .stepFloat {
    float: right; } }
.jconfirm-open {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.jconfirm-title-c {
  padding-bottom: 10px; }

.jconfirm-title {
  font-size: 18px; }

.jconfirm-closeIcon {
  float: right;
  margin-top: -5px;
  font-size: 27px; }

.jconfirm-content {
  padding-bottom: 10px; }

.jconfirm {
  z-index: 9999; }

.jconfirm .jconfirm-box {
  padding: 12px;
  color: #ffffff;
  background-color: #3f7797 !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px; }

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  text-align-last: end; }

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  color: #ffffff;
  background-color: #3f7797 !important;
  font-size: 16px; }

/*# sourceMappingURL=style-WPRO656.css.map */
