/* Styles the actual modal */
.syncronex-wall-overlay-content {
  visibility: visible;
  position: absolute;
  top: 2%;
  left: 5%;
  width: 90%;
  background-color: #fff;
  padding: 10px;
  z-index: 2147483647;
  box-sizing: border-box;
}
.syncronex-warning-overlay {
  visibility: visible;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
  background-color: #313131;
  opacity: .95;
  filter: alpha(opacity=95);
}
.syncronex-warning-overlay-container {
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2147483647;
}
.sync-underline {
  text-decoration: underline;
}
.sync-pm-shadow {
  box-shadow: none;
}
.syncronex-warning-overlay-content {
  background-color: #FFFFFF;
  z-index: 2147483647;
}
/* Base 'close' button for alerts*/
a.sync-box-close {
  float: right;
  margin-top: 0;
  margin-right: 0;
  cursor: pointer;
  color: #fff;
  border: 2px solid #AEAEAE;
  border-radius: 30px;
  background-color: #333333;
  font-size: 25px;
  font-weight: bold;
  display: inline-block;
  line-height: 0;
  padding: 11px 3px;
}
a.sync-box-close:before {
  content: "\00d7";
  /* &times; */
}
a.sync-box-close:hover {
  text-decoration: none;
}
/* 
    general support for the 'toggling' 
    use a checkbox input type with class='sync-toggle'
    followed immediately by a block element with class='sync-toggle-content'
    then a <label> for the checkbox that is styled to look like a button, link, etc
    to trigger the toggle.
*/
/* Content hidden until user clicks */
.sync-toggle-content {
  display: none;
}
.sync-toggle label {
  cursor: pointer;
}
input[type=checkbox].sync-toggle {
  display: none;
}
/* display hiddent content if checkbox is checked*/
input[type=checkbox].sync-toggle:checked + .sync-toggle-content {
  display: block;
}
/* optional: use this to hide the toggler (button, etc.)*/
input[type=checkbox].sync-toggle:checked ~ .sync-toggle-off {
  display: none;
}
@media (min-height: 640px) and (min-width: 640px) {
  .syncronex-warning-overlay {
    display: none;
  }
  .syncronex-warning-overlay-container {
    position: fixed;
    left: 5px;
    top: 50%;
    width: auto;
    height: auto;
    transform: none;
  }
  .syncronex-warning-overlay-content {
    box-shadow: 5px 5px 5px #333333;
  }
  a.sync-box-close {
    margin-top: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px) and (min-height: 850px) {
  .syncronex-wall-overlay-content {
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
p:not(.sync-pm),
section:not(.sync-pm),
article:not(.sync-pm) {
  visibility: hidden;
}
.sync-wall-cta {
  font-size: 1.25em;
  font-weight: bold;
}
.sync-wall-cta a,
.sync-wall-cta label {
  text-decoration: underline;
  color: inherit;
}
input[type=checkbox]#mobile-login-toggle:checked + .sync-toggle-content {
  display: block;
}
input[type=checkbox]#mobile-login-toggle:checked .sync-toggle-off {
  display: none;
}
.sync-wall-header-logo img {
  max-width: 100%;
  max-height: 100%;
}
.sync-wall-header1-text {
  font-weight: bold;
  font-size: 1.5em;
}
.sync-wall-header2-text {
  font-size: inherit;
}
.sync-wall-3Plan-plan-container {
  /* box-shadow: 0 24px 24px 0 rgba(0,0,0,0.2),0 40px 77px 0 rgba(0,0,0,0.22);*/
  border: 1px solid #ccc;
  border-radius: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sync-wall-3Plan-plan-container img {
  max-height: 100%;
  max-width: 100%;
}
.sync-wall-3Plan-plan-title-text {
  color: #002060;
  font-weight: bold;
}
.sync-wall-3Plan-plan-details-link {
  color: #002060;
  text-decoration: underline;
}
.sync-wall-3Plan-plan-details-callout ul {
  text-align: left;
}
.sync-wall-3Plan-plan-details-callout li {
  margin-left: -10px;
  font-size: .75em;
  color: #002060;
}
.sync-wall-terms {
  margin-top: 20px;
}
.sync-wall-terms-link {
  text-decoration: underline;
  color: inherit;
}
.sync-wall-footer {
  margin-top: 10px;
}
.sync-wall-footer-text {
  font-size: .5em;
}
@media (min-width: 768px) {
  .sync-desktop-hidden {
    display: none;
  }
  .sync-wall-cta {
    font-size: 0.90em;
    font-weight: inherit;
  }
  .sync-wall-cta a {
    text-decoration: underline;
    color: inherit;
  }
}
@media (min-width: 992px) {
  .sync-wall-3Plan-plan-container {
    box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    margin-bottom: inherit;
    height: auto;
    min-height: 206px;
  }
}
.ri-btn{background-color:initial;border:1px solid transparent;border-radius:.25rem;color:#212529;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}.ri-btn:hover{color:#212529;text-decoration:none}.ri-btn.focus,.ri-btn:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.25);outline:0}.ri-btn:not(:disabled):not(.disabled){cursor:pointer}.ri-btn-one{background-color:#007bff;border-color:#007bff;color:#fff}.ri-btn-one.focus,.ri-btn-one:focus,.ri-btn-one:hover{background-color:#0069d9;border-color:#0062cc;color:#fff}.ri-btn-one.focus,.ri-btn-one:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.ri-btn-one.disabled,.ri-btn-one:disabled{background-color:#007bff;border-color:#007bff;color:#fff}.ri-btn-one:not(:disabled):not(.disabled).active,.ri-btn-one:not(:disabled):not(.disabled):active,.show>.ri-btn-one.dropdown-toggle{background-color:#0062cc;border-color:#005cbf;color:#fff}.ri-btn-one:not(:disabled):not(.disabled).active:focus,.ri-btn-one:not(:disabled):not(.disabled):active:focus,.show>.ri-btn-one.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.ri-btn-two{background-color:#6c757d;border-color:#6c757d;color:#fff}.ri-btn-two.focus,.ri-btn-two:focus,.ri-btn-two:hover{background-color:#5a6268;border-color:#545b62;color:#fff}.ri-btn-two.focus,.ri-btn-two:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.ri-btn-two.disabled,.ri-btn-two:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.ri-btn-two:not(:disabled):not(.disabled).active,.ri-btn-two:not(:disabled):not(.disabled):active,.show>.ri-btn-two.dropdown-toggle{background-color:#545b62;border-color:#4e555b;color:#fff}.ri-btn-two:not(:disabled):not(.disabled).active:focus,.ri-btn-two:not(:disabled):not(.disabled):active:focus,.show>.ri-btn-two.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.ri-btn-three{background-color:#28a745;border-color:#28a745;color:#fff}.ri-btn-three.focus,.ri-btn-three:focus,.ri-btn-three:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.ri-btn-three.focus,.ri-btn-three:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.ri-btn-three.disabled,.ri-btn-three:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.ri-btn-three:not(:disabled):not(.disabled).active,.ri-btn-three:not(:disabled):not(.disabled):active,.show>.ri-btn-three.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.ri-btn-three:not(:disabled):not(.disabled).active:focus,.ri-btn-three:not(:disabled):not(.disabled):active:focus,.show>.ri-btn-three.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.ri-btn-six{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.ri-btn-six.focus,.ri-btn-six:focus,.ri-btn-six:hover{background-color:#138496;border-color:#117a8b;color:#fff}.ri-btn-six.focus,.ri-btn-six:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.ri-btn-six.disabled,.ri-btn-six:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.ri-btn-six:not(:disabled):not(.disabled).active,.ri-btn-six:not(:disabled):not(.disabled):active,.show>.ri-btn-six.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.ri-btn-six:not(:disabled):not(.disabled).active:focus,.ri-btn-six:not(:disabled):not(.disabled):active:focus,.show>.ri-btn-six.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.ri-btn-five{background-color:#ffc107;border-color:#ffc107;color:#212529}.ri-btn-five.focus,.ri-btn-five:focus,.ri-btn-five:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.ri-btn-five.focus,.ri-btn-five:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.ri-btn-five.disabled,.ri-btn-five:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.ri-btn-five:not(:disabled):not(.disabled).active,.ri-btn-five:not(:disabled):not(.disabled):active,.show>.ri-btn-five.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.ri-btn-five:not(:disabled):not(.disabled).active:focus,.ri-btn-five:not(:disabled):not(.disabled):active:focus,.show>.ri-btn-five.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.ri-btn-four{background-color:#dc3545;border-color:#dc3545;color:#fff}.ri-btn-four.focus,.ri-btn-four:focus,.ri-btn-four:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.ri-btn-four.focus,.ri-btn-four:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.ri-btn-four.disabled,.ri-btn-four:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.ri-btn-four:not(:disabled):not(.disabled).active,.ri-btn-four:not(:disabled):not(.disabled):active,.show>.ri-btn-four.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.ri-btn-four:not(:disabled):not(.disabled).active:focus,.ri-btn-four:not(:disabled):not(.disabled):active:focus,.show>.ri-btn-four.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.ri-btn-seven{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.ri-btn-seven.focus,.ri-btn-seven:focus,.ri-btn-seven:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.ri-btn-seven.focus,.ri-btn-seven:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.ri-btn-seven.disabled,.ri-btn-seven:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.ri-btn-seven:not(:disabled):not(.disabled).active,.ri-btn-seven:not(:disabled):not(.disabled):active,.show>.ri-btn-seven.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.ri-btn-seven:not(:disabled):not(.disabled).active:focus,.ri-btn-seven:not(:disabled):not(.disabled):active:focus,.show>.ri-btn-seven.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.ri-btn-eight{background-color:#343a40;border-color:#343a40;color:#fff}.ri-btn-eight.focus,.ri-btn-eight:focus,.ri-btn-eight:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.ri-btn-eight.focus,.ri-btn-eight:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.ri-btn-eight.disabled,.ri-btn-eight:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.ri-btn-eight:not(:disabled):not(.disabled).active,.ri-btn-eight:not(:disabled):not(.disabled):active,.show>.ri-btn-eight.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.ri-btn-eight:not(:disabled):not(.disabled).active:focus,.ri-btn-eight:not(:disabled):not(.disabled):active:focus,.show>.ri-btn-eight.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.ri-offer-container{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-flow:row wrap;flex-flow:row wrap;justify-content:space-around;list-style:none;margin:0;padding:0}.ri-offer{color:inherit;font-weight:700;margin:5px 3px;min-height:150px;min-width:300px;padding:5px;text-align:center}.ri-offer-border1{border:1px dotted #000!important}.ri-offer-border2{border:1px solid #000!important}.ri-offer-border3{border:2px solid purple!important}
.mrj-offer-border {
    border: 2px solid orange !important;
    border-radius: 10px;
}

.mrj-btn{
    display: inline-block;
    font-weight: 400;
    color: #bfbfbf;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.75rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;  
}
.mrj-btn:hover {
    color: #212529;
    text-decoration: none;
}
  
.mrj-btn:focus, .ri-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
  
.mrj-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.mrj-button {
    color: #bfbfbf;
    background-color: orange;
    border-color: orange;
  }
  
  .mrj-button:hover {
    color: #212529;
    background-color: orange;
    border-color: orange;
  }
  
  .mrj-button:focus, .mrj-button.focus {
    color: #bfbfbf;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }
  
  .mrj-button.disabled, .mrj-button:disabled {
    color: #bfbfbf;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  
  .mrj-button:not(:disabled):not(.disabled):active, .mrj-button:not(:disabled):not(.disabled).active,
  .show > .mrj-button.dropdown-toggle {
    color: #bfbfbf;
    background-color: orange;
    border-color: orange;
  }
  
  .mrj-button:not(:disabled):not(.disabled):active:focus, .mrj-button:not(:disabled):not(.disabled).active:focus,
  .show > .mrj-button.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  }