.f100 {
  font-weight: 100;
}
.f300 {
  font-weight: 300;
}
.f400 {
  font-weight: 400;
}
.f500 {
  font-weight: 500;
}
.f700 {
  font-weight: 700;
}
.fs16 {
  font-size: 16px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs28 {
  font-size: 28px;
}
.fs36 {
  font-size: 36px;
}
.right {
  text-align: right;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.inline-block {
  display: inline-block;
}
.text-bottom {
  vertical-align: text-bottom;
}
.relative {
  position: relative;
}
.cursor {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.break-all {
  word-break: break-all;
}
.line-through {
  text-decoration: line-through;
}
.no-border {
  border: 0 !important;
}
.underline {
  text-decoration: underline;
}
.muted {
  font-style: italic;
  color: #666;
}
.margin0 {
  margin: 0 !important;
}
.margintop0 {
  margin-top: 0px !important;
}
.margintop5 {
  margin-top: 5px !important;
}
.margintop10 {
  margin-top: 10px !important;
}
.margintop15 {
  margin-top: 15px !important;
}
.margintop20 {
  margin-top: 20px !important;
}
.margintop25 {
  margin-top: 25px !important;
}
.margintop30 {
  margin-top: 30px !important;
}
.margintop40 {
  margin-top: 40px !important;
}
.margintop50 {
  margin-top: 50px !important;
}
.margintop60 {
  margin-top: 60px !important;
}
.margintop70 {
  margin-top: 70px !important;
}
.margintop80 {
  margin-top: 80px !important;
}
.margintop90 {
  margin-top: 90px !important;
}
.margintop100 {
  margin-top: 100px !important;
}
.marginbottom0 {
  margin-bottom: 0 !important;
}
.marginbottom5 {
  margin-bottom: 5px !important;
}
.marginbottom10 {
  margin-bottom: 10px !important;
}
.marginbottom15 {
  margin-bottom: 15px !important;
}
.marginbottom16 {
  margin-bottom: 16px!important;
}
.marginbottom20 {
  margin-bottom: 20px !important;
}
.marginbottom30 {
  margin-bottom: 30px !important;
}
.marginbottom40 {
  margin-bottom: 40px !important;
}
.marginbottom50 {
  margin-bottom: 50px !important;
}
.marginbottom60 {
  margin-bottom: 60px !important;
}
.marginbottom70 {
  margin-bottom: 70px !important;
}
.marginbottom80 {
  margin-bottom: 80px !important;
}
.marginbottom90 {
  margin-bottom: 90px !important;
}
.marginbottom100 {
  margin-bottom: 100px !important;
}
.marginright10 {
  margin-right: 10px !important;
}
.width50 {
  width: 50px;
}
.width120 {
  width: 120px;
}
.width180 {
  width: 180px;
}
.width240 {
  width: 240px;
}

.m_frontend_affiliate_landing .main_splash {
  background-size: cover;
  background-position: top right;
  height: 500px;
}
.m_frontend_affiliate_landing .logo_wrapper {
  display: flex;
  height: 500px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .m_frontend_affiliate_landing .logo_wrapper {
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.m_frontend_affiliate_landing .logo_wrapper .logo_container {
  text-align: center;
  display: inline-block;
  background: #fff;
  padding: 25px;
  border-radius: 14px;
}
@media (max-width: 768px) {
  .m_frontend_affiliate_landing .logo_wrapper .logo_container {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .m_frontend_affiliate_landing .logo_wrapper .logo_container h1 {
    display: none;
  }
}
.m_frontend_affiliate_landing .logo_wrapper .logo_container img {
  max-width: 300px;
  width: 100%;
}
@media (max-width: 768px) {
  .m_frontend_affiliate_landing .logo_wrapper .logo_container img {
    max-width: 150px;
    width: auto;
  }
}
.m_frontend_affiliate_landing .title {
  color: #006ED5;
}
.m_frontend_affiliate_landing .promo_wrapper {
  background: #006ED5;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.m_frontend_affiliate_landing .plans_header {
  background: #006ED5;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.m_frontend_affiliate_landing .premium {
  background: #0051A6;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.m_frontend_affiliate_landing .premium .feature_list {
  margin: 20px 10px;
}
.m_frontend_affiliate_landing .premium .feature_list .feature {
  display: inline-block;
  padding: 5px 10px;
  background: #0063CA;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
}
.m_frontend_affiliate_landing .business {
  background: #013B77;
  color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.m_frontend_affiliate_landing .business .feature_list {
  margin: 20px 10px;
}
.m_frontend_affiliate_landing .business .feature_list .feature {
  display: inline-block;
  padding: 5px 10px;
  background: #004E9F;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
}
.m_frontend_affiliate_landing .basic {
  background: #DDDDDD;
  color: #222;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.m_frontend_affiliate_landing .basic .feature_list {
  margin: 20px 10px;
}
.m_frontend_affiliate_landing .basic .feature_list .feature {
  display: inline-block;
  padding: 5px 10px;
  background: #ECECEC;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
}

.home {
  /* contact */
  /* bootstrap base overrides */
  /* bootstrap modal overrides */
}
.home html,
.home body {
  font-family: Roboto, sans-serif;
  color: #666;
}
.home body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.home main {
  flex: 1 0 auto;
}
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  font-family: Roboto, sans-serif !important;
}
.home a:link,
.home a:visited,
.home a:active {
  text-decoration: none;
}
.home a:hover {
  text-decoration: none;
}
.home .footer a:link,
.home .footer a:visited,
.home .footer a:active {
  color: #82C0EC;
}
.home .footer a:hover {
  color: #fff;
}
.home .footer a {
  color: #fff !important;
}
@media (max-width: 991px) {
  .home .footer * {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .home .logo_bar * {
    text-align: center !important;
  }
  .home .logo_bar button {
    margin: 10px 0 !important;
  }
  .home .logo_bar img {
    display: inline;
  }
}
@media (max-width: 640px) {
  .home .front_top_menu > * {
    display: block !important;
    text-align: center;
  }
}
.home .container {
  max-width: 1300px !important;
  width: auto;
}
.home .left {
  text-align: left;
}
.home .center {
  text-align: center;
}
.home .right {
  text-align: right;
}
.home .force_left * {
  text-align: left;
}
.home .vertical {
  vertical-align: middle;
}
.home hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #ccc;
}
.home .center_hero {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  display: block;
  background: url('/images/blurhd1.jpg') center;
  color: #fff;
  text-align: center;
  padding: 10px 0 20px 0;
}
.home .center_hero .learn_more_button {
  background: none;
  border: #fff 2px solid;
  padding: 10px 20px;
}
.home .center_hero .learn_more_button:hover,
.home .center_hero .learn_more_button:active,
.home .center_hero .learn_more_button:focus,
.home .center_hero .learn_more_button:visited {
  background: #000;
  color: #fff;
}
.home .center_hero_skinny {
  display: block;
  background: url('/images/blurhd1.jpg') center;
  padding: 20px;
}
.home .front_top_menu {
  text-align: center;
}
.home .front_top_menu > a {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  margin-left: 5px;
}
.home .menu_row {
  margin-top: 23px;
}
.home .menu_row #logged_in {
  display: inline-block !important;
  padding: 6px 0;
}
.home .menu_row .top_link {
  color: #000;
}
.home .menu_row > * {
  vertical-align: middle;
}
.home .biz_benefits {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
.home .contact_icon_set {
  margin-top: 20px;
  font-size: 20px;
}
.home .contact_icon_set i {
  font-size: 48px;
}
.home .btn {
  border-radius: 0;
}
.home .modal-content {
  border-radius: 0;
}
.home .modal-header {
  padding: 10px;
  background: #333;
  color: #fff;
}

.m_frontend_features .pricing_tr_first div {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.m_frontend_features .pricing_tr.feature .pricing_td1 {
  background: #f5f5f5;
}
.m_frontend_features .pricing_td2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.m_frontend_features .basic_feature_header {
  padding: 20px 0;
}

.m_frontend_forgot .modal-dialog {
  max-width: 500px;
  width: auto;
  margin-top: 90px;
}

.m_frontend_login .modal-dialog {
  max-width: 600px;
  width: auto;
  margin-top: 90px;
}
.m_frontend_login .forgot-link {
  color: #000;
  padding-left: 0;
  float: left;
}

.m_frontend_pricing .white {
  color: #fff;
}
.m_frontend_pricing .signup_button {
  margin: 30px 0 10px 0;
}
.m_frontend_pricing .discount_toggle {
  font-size: 60px;
  vertical-align: middle;
  margin: 0 10px;
}
.m_frontend_pricing .rotate180 {
  transform: rotate(180deg);
}
.m_frontend_pricing .basic_hr_first,
.m_frontend_pricing .premium_hr_first {
  margin: 0 0 15px 0;
}
.m_frontend_pricing .plan_select {
  border-radius: 0;
  font-size: 22px;
}
.m_frontend_pricing .star {
  color: #97EA98;
}
.m_frontend_pricing .club_row a:link,
.m_frontend_pricing .club_row a:visited,
.m_frontend_pricing .club_row a:active {
  color: #fff;
  text-decoration: underline;
}
.m_frontend_pricing .club_row a:hover {
  color: #fff;
}
.m_frontend_pricing .additional_costs {
  color: #fff !important;
}

.frontend_refer_a_buddy .email_body {
  padding: 10px;
  border: #ddd 1px solid;
}
.frontend_refer_a_buddy .email_body .right_image {
  float: right;
  width: 190px;
  height: auto;
  margin-left: 15px;
}

.resources h3,
.resources h4,
.resources ol,
.resources ul,
.resources p {
  margin-bottom: 16px;
}
.resources li {
  margin-bottom: 10px;
}

.m_frontend_signup {
  margin-top: 30px;
  margin-bottom: 30px;
}
.m_frontend_signup .loading_indicator {
  font-size: 28px;
  vertical-align: top;
  margin-left: 15px;
}
.m_frontend_signup .checking_text {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.m_frontend_signup .short_input {
  width: 300px;
  display: inline-block;
}
.m_frontend_signup .postage_input {
  display: inline-block;
  padding: 0;
  width: 90px;
}
.m_frontend_signup .additional_text {
  font-size: 14px;
  padding-left: 3px;
  color: #aaa;
}
.m_frontend_signup .terms_box {
  height: 300px;
  overflow: auto;
  border-bottom: #999 6px solid;
}
.m_frontend_signup .datepicker-inline {
  width: 100%;
}
.m_frontend_signup .datepicker-inline table {
  width: 100%;
}
.m_frontend_signup .plan_buttons button {
  text-align: left;
  font-size: 18px;
  padding: 6px 10px;
}
.m_frontend_signup .plan_buttons button:focus,
.m_frontend_signup .plan_buttons button:active {
  outline: none !important;
}
.m_frontend_signup .btn-primary div {
  color: #fff !important;
}

.home_i .announcement {
  background: #148ca1;
  color: #fff;
  width: 100vw;
}
.home_i .announcement .h4 {
  font-size: 16px;
}
.home_i .announcement .col-xs-12 {
  display: flex;
  align-items: center;
}
.home_i .announcement .col-xs-12 div {
  margin: 0 1rem;
}
.home_i .announcement .col-xs-12 .spacer {
  flex-grow: 1;
}
.home_i .btn-primary,
.home_i .btn-primary:link,
.home_i .btn-primary:visited {
  color: #fff;
  background-color: #36C8CA;
  border-color: #148ca1;
}
.home_i .btn-primary .special,
.home_i .btn-primary:link .special,
.home_i .btn-primary:visited .special {
  color: #95ffd9;
}
.home_i a:link,
.home_i a:visited,
.home_i a:active {
  color: #36C8CA;
  text-decoration: none;
}
.home_i a:hover {
  color: #148ca1;
}
.home_i .front_top_menu i {
  font-size: 30px;
  vertical-align: middle;
}
.home_i .front_top_menu > a:hover {
  background: #21bcd7;
  color: #fff;
  text-decoration: none;
}
.home_i #logged_out2 {
  color: #fff;
}
.home_i .dropdown-menu a {
  color: #000 !important;
}
.home_i .hero {
  background: url(/images/im/bg.jpeg);
  height: 400px;
  background-position: bottom;
}
.home_i .hero .overlay {
  background: rgba(0, 0, 0, 0.2);
  height: 400px;
  padding-top: 120px;
}
.home_i .hero .overlay .cta {
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
  width: 800px;
  color: #fff;
  padding: 40px;
  text-align: center;
}
.home_i .hero .overlay .cta .headline {
  font-weight: 300;
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 40px;
}
.home_i .hero .overlay .cta a {
  background: none;
  border: #fff 1px solid;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 20px;
  color: #fff;
}
.home_i .hero .overlay .cta a:hover {
  background: #fff;
  color: #333;
}
.home_i .plan_box {
  background: #fff;
  text-align: center;
}
.home_i .plan_box .prices {
  color: #000;
}
.home_i .plan_box .prices .option {
  margin: 20px 0;
}
.home_i .plan_box .prices .option p {
  color: #666;
}
.home_i .plan_box .key_points {
  font-size: 16px;
  text-align: left;
  color: #333;
  margin-bottom: 30px;
}
.home_i .plan_box.plan_one_pricing {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.home_i .plan_box.plan_one_pricing .header {
  background: #149db5;
  padding: 5px 10px;
}
.home_i .plan_box.plan_one_pricing .cta {
  padding: 0 20px 20px 20px;
  text-align: center;
}
.home_i .plan_box.plan_one_pricing .cta a {
  display: inline-block;
  background: #149db5;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}
.home_i .plan_box.plan_two_pricing {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
.home_i .plan_box.plan_two_pricing .header {
  background: #0d6d7d;
  padding: 5px 10px;
}
.home_i .plan_box.plan_two_pricing .cta {
  padding: 0 20px 20px 20px;
  text-align: center;
}
.home_i .plan_box.plan_two_pricing .cta a {
  display: inline-block;
  background: #0d6d7d;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}
.home_i .plan_box .save {
  display: block;
  color: #2EB13D;
  font-size: 16px;
  font-weight: 700;
}
.home_i .minor_features {
  padding: 15px;
  color: #fff;
  background: #20A6BD;
}
.home_i .pricing_table_outer {
  display: block;
  color: #000;
}
.home_i .pricing_table_outer .btn-primary {
  background: #21bcd7;
  border: #21bcd7 1px solid;
}
.home_i .pricing_table {
  display: table;
  width: 100%;
}
.home_i .pricing_tr {
  display: table-row;
}
.home_i .pricing_td1 {
  display: table-cell;
  padding: 7px;
  border-bottom: #bbb 1px solid;
  border-left: #bbb 1px solid;
  vertical-align: middle;
}
.home_i .pricing_td3 {
  display: table-cell;
  background: #149db5;
  color: #faffef;
  font-size: 20px;
  border-bottom: #aaa 1px solid;
  width: 180px;
  text-align: center;
  vertical-align: middle;
}
.home_i .pricing_td4 {
  display: table-cell;
  background: #0d6d7d;
  color: #faffef;
  font-size: 20px;
  border-bottom: #aaa 1px solid;
  width: 180px;
  text-align: center;
  vertical-align: middle;
}
.home_i .stat_section {
  background: #148ca1;
  color: #fff;
  text-align: center;
  padding: 20px 15px;
  font-size: 24px;
  font-weight: 300;
}
.home_i .professional_pricing .plan_select {
  color: #fff;
  background: #0d879c;
  border-radius: 0;
}
.home_i .professional_pricing .plan_select:hover {
  background: #067184;
}
.home_i .office_pricing .plan_select {
  color: #fff;
  background: #054d58;
  border-radius: 0;
}
.home_i .office_pricing .plan_select:hover {
  background: #023d46;
}
.home_i .pricing_section {
  background: #21bcd7;
  padding: 80px 15px;
}
.home_i .feature_desc_1 {
  background: #ddd;
  padding: 15px;
  margin: 10px 0;
}
.home_i .feature_desc_2 {
  background: #149db5;
  padding: 15px;
  margin: 10px 0;
  color: #fff;
}
.home_i .feature_desc_3 {
  background: #0d6d7d;
  padding: 15px;
  margin: 10px 0;
  color: #fff;
}
.home_i footer {
  background: #148ca1;
}
.home_i .text-primary {
  color: #20A6BD;
}

.home_m .announcement {
  background: #4473CA;
  color: #fff;
  width: 100vw;
}
.home_m .announcement .h4 {
  font-size: 16px;
}
.home_m .announcement .col-xs-12 {
  display: flex;
  align-items: center;
}
.home_m .announcement .col-xs-12 div {
  margin: 0 1rem;
}
.home_m .announcement .col-xs-12 .spacer {
  flex-grow: 1;
}
.home_m .front_top_menu i {
  font-size: 30px;
  vertical-align: middle;
}
.home_m .front_top_menu > a:hover {
  background: #006ED5;
  color: #fff;
  text-decoration: none;
}
.home_m #logged_out2 {
  color: #fff;
}
.home_m .dropdown-menu a {
  color: #000 !important;
}
.home_m .pricing_table_outer {
  display: block;
  color: #000;
}
.home_m .pricing_table_outer .btn-primary {
  background: #006ED5;
  border: #006ED5 1px solid;
}
.home_m .pricing_table {
  display: table;
  width: 100%;
}
.home_m .pricing_tr {
  display: table-row;
}
.home_m .pricing_td1 {
  display: table-cell;
  padding: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}
.home_m .pricing_td2 {
  display: table-cell;
  background: #ddd;
  width: 110px;
  text-align: center;
  vertical-align: middle;
}
.home_m .pricing_td3 {
  display: table-cell;
  background: #0051A6;
  color: #faffef;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 180px;
  text-align: center;
  vertical-align: middle;
}
.home_m .pricing_td4 {
  display: table-cell;
  background: #013b77;
  color: #faffef;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 180px;
  text-align: center;
  vertical-align: middle;
}
.home_m .outer_hero {
  display: block;
  background: linear-gradient(#0185d7, #013b77);
  color: #fff;
}
.home_m .inner_hero {
  padding: 20px;
}
@media (max-width: 700px) {
  .home_m .hero_text {
    font-size: 24px;
  }
}
@media (max-width: 882px) {
  .home_m .rotating_text {
    display: block !important;
  }
}
.home_m .hero_button {
  display: inline-block;
  color: #fff !important;
  border: #fff 1px solid;
  padding: 15px 30px;
  border-radius: 20px;
  font-size: 26px;
  margin: 25px 15px 5px 15px;
}
@media (max-width: 882px) {
  .home_m .hero_button {
    padding: 10px 20px;
    font-size: 20px;
  }
}
.home_m .hero_button:hover {
  color: #fff;
  background: #013b77;
}
.home_m .mailbox {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 150px;
  margin: 0 20px;
  transition-duration: 0.5s;
  vertical-align: top;
}
.home_m .mailbox.vis_hidden {
  margin-top: -150px;
  transition-duration: 0.5s;
}
.home_m .mailbox .top {
  background: #fff;
  width: 50px;
  height: 50px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.home_m .mailbox .handle {
  position: absolute;
  top: 5px;
  left: 21px;
  width: 8px;
  height: 5px;
  background: #333;
}
.home_m .mailbox .flag {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 5px;
  height: 30px;
  background: #f00;
}
.home_m .mailbox .rod {
  position: absolute;
  top: 50px;
  left: 19px;
  width: 12px;
  height: 100px;
  background: #fff;
}
.home_m .mailbox .number {
  position: absolute;
  top: 25px;
  left: 0;
  width: 50px;
  color: #666;
  text-align: center;
  font-size: 12px;
}
.home_m .stat_section {
  background: #0162A9;
  color: #fff;
  text-align: center;
  padding: 20px 15px;
  font-size: 24px;
  font-weight: 300;
}
.home_m .basic_hr {
  border-top: #aaa 1px solid;
  margin: 15px 0;
}
.home_m .premium_hr {
  border-top: #5265aa 1px solid;
  margin: 15px 0;
}
.home_m .premium_header {
  background: #0051A6;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.home_m .business_header {
  background: #013b77;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.home_m .price_box {
  padding: 15px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 500;
}
.home_m .price_box div {
  font-size: 24px;
  padding: 5px 0 0 0;
  font-weight: 300;
}
.home_m .basic_box {
  background: #ddd;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.home_m .basic_box .plan_select {
  color: #333;
  background: #ececec;
}
.home_m .basic_box .plan_select:hover {
  background: #dcdcdc;
}
.home_m .premium_box {
  background: #0051A6;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.home_m .premium_box .plan_select {
  color: #fff;
  background: #0063CA;
}
.home_m .premium_box .plan_select:hover {
  background: #0053bA;
}
.home_m .business_box {
  background: #013B77;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.home_m .business_box .plan_select {
  color: #fff;
  background: #004E9F;
}
.home_m .business_box .plan_select:hover {
  background: #003E8F;
}
.home_m .basic_pricing .plan_select {
  color: #333;
  background: #ececec;
  border-radius: 0;
}
.home_m .basic_pricing .plan_select:hover {
  background: #dcdcdc;
}
.home_m .premium_pricing .plan_select {
  color: #fff;
  background: #0063CA;
  border-radius: 0;
}
.home_m .premium_pricing .plan_select:hover {
  background: #0053bA;
}
.home_m .business_pricing .plan_select {
  color: #fff;
  background: #004E9F;
  border-radius: 0;
}
.home_m .business_pricing .plan_select:hover {
  background: #003E8F;
}
.home_m .toggle_container {
  color: #fff;
  font-size: 18px;
}
.home_m .toggle_container:hover {
  cursor: pointer;
}
.home_m .pricing_section {
  background: #4473CA;
  padding: 80px 15px;
}
.home_m .feature_desc_1 {
  background: #ddd;
  padding: 15px;
  margin: 10px 0;
}
.home_m .feature_desc_2 {
  background: #0051A6;
  padding: 15px;
  margin: 10px 0;
  color: #fff;
}
.home_m .feature_desc_3 {
  background: #013b77;
  padding: 15px;
  margin: 10px 0;
  color: #fff;
}
.home_m footer {
  background: #013b77;
}
.home_m .btn-primary,
.home_m .btn-primary:link,
.home_m .btn-primary:visited {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.home_m .btn-primary .special,
.home_m .btn-primary:link .special,
.home_m .btn-primary:visited .special {
  color: #95ffd9;
}
.home_g .announcement {
  background: #ca4136;
  color: #fff;
  width: 100vw;
}
.home_g .announcement .h4 {
  font-size: 16px;
}
.home_g .announcement .col-xs-12 {
  display: flex;
  align-items: center;
}
.home_g .announcement .col-xs-12 div {
  margin: 0 1rem;
}
.home_g .announcement .col-xs-12 .spacer {
  flex-grow: 1;
}
.home_g .front_top_menu i {
  font-size: 30px;
  vertical-align: middle;
}
.home_g .front_top_menu > a:hover {
  background: #CA0E00;
  color: #fff;
  text-decoration: none;
}
.home_g #logged_out2 {
  color: #fff;
}
.home_g .dropdown-menu a {
  color: #000 !important;
}
.home_g .pricing_table_outer {
  display: block;
  color: #000;
}
.home_g .pricing_table_outer .btn-primary {
  background: #CA0E00;
  border: #CA0E00 1px solid;
}
.home_g .pricing_table {
  display: table;
  width: 100%;
}
.home_g .pricing_tr {
  display: table-row;
}
.home_g .pricing_td1 {
  display: table-cell;
  padding: 7px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  vertical-align: middle;
}
.home_g .pricing_td2 {
  display: table-cell;
  background: #ddd;
  width: 110px;
  text-align: center;
  vertical-align: middle;
}
.home_g .pricing_td3 {
  display: table-cell;
  background: #9F000C;
  color: #faffef;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 180px;
  text-align: center;
  vertical-align: middle;
}
.home_g .pricing_td4 {
  display: table-cell;
  background: #770200;
  color: #faffef;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 180px;
  text-align: center;
  vertical-align: middle;
}
.home_g .outer_hero {
  display: block;
  background: linear-gradient(#a40000, #590010);
  color: #fff;
}
.home_g .inner_hero {
  padding: 20px;
}
@media (max-width: 700px) {
  .home_g .hero_text {
    font-size: 24px;
  }
}
@media (max-width: 882px) {
  .home_g .rotating_text {
    display: block !important;
  }
}
.home_g .hero_button {
  display: inline-block;
  color: #fff !important;
  border: #fff 1px solid;
  padding: 15px 30px;
  border-radius: 20px;
  font-size: 26px;
  margin: 25px 15px 5px 15px;
}
@media (max-width: 882px) {
  .home_g .hero_button {
    padding: 10px 20px;
    font-size: 20px;
  }
}
.home_g .hero_button:hover {
  color: #fff;
  background: #991118;
}
.home_g .mailbox {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 150px;
  margin: 0 20px;
  transition-duration: 0.5s;
  vertical-align: top;
}
.home_g .mailbox.vis_hidden {
  margin-top: -150px;
  transition-duration: 0.5s;
}
.home_g .mailbox .top {
  background: #fff;
  width: 50px;
  height: 50px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.home_g .mailbox .handle {
  position: absolute;
  top: 5px;
  left: 21px;
  width: 8px;
  height: 5px;
  background: #333;
}
.home_g .mailbox .flag {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 5px;
  height: 30px;
  background: #f00;
}
.home_g .mailbox .rod {
  position: absolute;
  top: 50px;
  left: 19px;
  width: 12px;
  height: 100px;
  background: #fff;
}
.home_g .mailbox .number {
  position: absolute;
  top: 25px;
  left: 0;
  width: 50px;
  color: #666;
  text-align: center;
  font-size: 12px;
}
.home_g .stat_section {
  background: #800007;
  color: #fff;
  text-align: center;
  padding: 20px 15px;
  font-size: 24px;
  font-weight: 300;
}
.home_g .basic_hr {
  border-top: #aaa 1px solid;
  margin: 15px 0;
}
.home_g .premium_hr {
  border-top: #aa6764 1px solid;
  margin: 15px 0;
}
.home_g .premium_header {
  background: #9F000C;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.home_g .business_header {
  background: #770200;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.home_g .price_box {
  padding: 15px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 500;
}
.home_g .price_box div {
  font-size: 24px;
  padding: 5px 0 0 0;
  font-weight: 300;
}
.home_g .basic_box {
  background: #ddd;
  font-size: 18px;
  font-weight: 500;
  color: #222;
}
.home_g .basic_box .plan_select {
  color: #333;
  background: #ececec;
}
.home_g .basic_box .plan_select:hover {
  background: #dcdcdc;
}
.home_g .premium_box {
  background: #9F000C;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.home_g .premium_box .plan_select {
  color: #fff;
  background: #CA0E00;
}
.home_g .premium_box .plan_select:hover {
  background: #AB0C00;
}
.home_g .business_box {
  background: #770200;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.home_g .business_box .plan_select {
  color: #fff;
  background: #9F000C;
}
.home_g .business_box .plan_select:hover {
  background: #83000A;
}
.home_g .basic_pricing .plan_select {
  color: #333;
  background: #ececec;
  border-radius: 0;
}
.home_g .basic_pricing .plan_select:hover {
  background: #dcdcdc;
}
.home_g .premium_pricing .plan_select {
  color: #fff;
  background: #CA0E00;
  border-radius: 0;
}
.home_g .premium_pricing .plan_select:hover {
  background: #AB0C00;
}
.home_g .business_pricing .plan_select {
  color: #fff;
  background: #9F000C;
  border-radius: 0;
}
.home_g .business_pricing .plan_select:hover {
  background: #83000A;
}
.home_g .toggle_container {
  color: #fff;
  font-size: 18px;
}
.home_g .toggle_container:hover {
  cursor: pointer;
}
.home_g .pricing_section {
  background: #ca4136;
  padding: 80px 15px;
}
.home_g .feature_desc_1 {
  background: #ddd;
  padding: 15px;
  margin: 10px 0;
}
.home_g .feature_desc_2 {
  background: #9F000C;
  padding: 15px;
  margin: 10px 0;
  color: #fff;
}
.home_g .feature_desc_3 {
  background: #770200;
  padding: 15px;
  margin: 10px 0;
  color: #fff;
}
.home_g footer {
  background: #991118;
}
.home_g .btn-primary,
.home_g .btn-primary:link,
.home_g .btn-primary:visited {
  color: #fff;
  background-color: #ca2b26;
  border-color: #bd3c32;
}
.home_g .btn-primary .special,
.home_g .btn-primary:link .special,
.home_g .btn-primary:visited .special {
  color: #95ffd9;
}
.home_g .text-primary {
  color: #bd3c32;
}

.info_m .normal {
  background: #006ED5;
  color: #fff;
  padding: 15px;
}
.info_m .business {
  background: #013b77;
  color: #fff;
  padding: 15px;
}
.info_m .normal p,
.info_m .business p {
  margin-bottom: 20px;
  line-height: 26px;
}
.info_m .people_list div {
  display: inline-block;
  background: #006ED5;
  padding: 4px 10px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
}
.info_g .normal {
  background: #CA0E00;
  color: #fff;
  padding: 15px;
}
.info_g .business {
  background: #991118;
  color: #fff;
  padding: 15px;
}
.info_g .normal p,
.info_g .business p {
  margin-bottom: 20px;
  line-height: 26px;
}
.info_g .people_list div {
  display: inline-block;
  background: #CA0E00;
  padding: 4px 10px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
}
.info_i .normal {
  background: #21bcd7;
  color: #fff;
  padding: 15px;
}
.info_i .business {
  background: #148ca1;
  color: #fff;
  padding: 15px;
}
.info_i .normal p,
.info_i .business p {
  margin-bottom: 20px;
  line-height: 26px;
}
.info_i .people_list div {
  display: inline-block;
  background: #21bcd7;
  padding: 4px 10px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
}

.m_1583_modal .well-sm ul {
  padding-left: 1rem;
}

.platform .announcement .h4 {
  font-size: 16px;
}
.platform .announcement .col-xs-12 {
  display: flex;
  align-items: center;
}
.platform .announcement .col-xs-12 div {
  margin: 0 1rem;
}
.platform .announcement .col-xs-12 .spacer {
  flex-grow: 1;
}
.platform .flash_message {
  visibility: hidden;
  transition-duration: 1s;
  padding: 6px;
  text-align: center;
  color: #fff;
  margin-bottom: -4px;
  min-height: 32px;
}
.platform .flash_message.success {
  visibility: visible;
  background: #00C50A;
  transition-duration: 1s;
}
.platform .flash_message.error {
  visibility: visible;
  background: #C50C00;
  transition-duration: 1s;
}
.platform .marginright10 {
  margin-right: 10px;
}
.platform .float-right {
  float: right;
}
@media (max-width: 767px) {
  .platform * {
    text-align: center;
  }
  .platform input,
  .platform select,
  .platform label,
  .platform .form-group,
  .platform .brand_bar {
    text-align: left;
  }
  .platform .navbar-nav * {
    text-align: left;
  }
  .platform .brand_bar img {
    display: inline-block;
  }
  .platform .phone_number {
    float: none !important;
  }
  .platform .expiration_box {
    text-align: center !important;
  }
  .platform .expiration_box span {
    display: inline-block;
    margin-top: 10px;
  }
}
.platform .mail_item_image {
  display: flex;
  flex-direction: column;
}
.platform .mail_item_image > div {
  position: relative;
}
.platform .mail_item_image img {
  width: 100%;
  height: auto;
}
.platform .mail_item_image .well-sm {
  margin: 5px 0;
}
.platform .mail_item_image .info_bar,
.platform .mail_item_no_image .info_bar {
  position: absolute;
  display: flex;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
}
.platform .mail_item_image .info_bar .label,
.platform .mail_item_no_image .info_bar .label {
  margin: 0 2px;
  line-height: 1.25;
}
.platform .mail_item_no_image > div {
  position: relative;
  height: 130px;
}
.platform .mail_item_no_image .fake_sender {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  color: #222;
  font-size: 22px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.platform .pointer {
  cursor: pointer;
}
.platform .flex {
  display: flex;
}
.platform hr {
  border-top: #ddd 1px solid;
}
.platform .table tbody tr > td.success {
  background-color: #dff0d8 !important;
}
.platform .table tbody tr > td.error {
  background-color: #f2dede !important;
}
.platform .table tbody tr > td.warning {
  background-color: #fcf8e3 !important;
}
.platform .table tbody tr > td.info {
  background-color: #d9edf7 !important;
}
.platform .table-hover tbody tr:hover > td.success {
  background-color: #d0e9c6 !important;
}
.platform .table-hover tbody tr:hover > td.error {
  background-color: #ebcccc !important;
}
.platform .table-hover tbody tr:hover > td.warning {
  background-color: #faf2cc !important;
}
.platform .table-hover tbody tr:hover > td.info {
  background-color: #c4e3f3 !important;
}
.platform th {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.platform .hidden {
  display: none;
}
.platform .btn {
  border-radius: 0 !important;
}
.platform .check-group {
  display: flex;
}
.platform .check-group input {
  margin-right: 0.5em;
}
.platform .flex-grow-1 {
  flex-grow: 1;
}

.m_platform_connections .fa-toggle-on,
.m_platform_connections .fa-toggle-off {
  font-size: 36px;
  cursor: pointer;
}
.m_platform_connections .feature .text-success,
.m_platform_connections .feature .text-danger {
  font-size: 24px;
  vertical-align: bottom;
}
.m_platform_connections .fa-toggle-on {
  color: #006600;
}
.m_platform_connections .fa-toggle-off {
  color: #660000;
}

.m_deposit_modal .signature_pad {
  border: #ddd 1px solid;
}
.m_deposit_modal .banks img {
  margin-right: 5px;
}

.platform_g {
  /* dashboard */
  /* bootstrap modal overrides */
}
.platform_g html,
.platform_g body {
  height: 100%;
}
.platform_g h1,
.platform_g h2,
.platform_g h3,
.platform_g h4,
.platform_g h5,
.platform_g h6 {
  letter-spacing: -0.5px;
}
.platform_g a:hover {
  text-decoration: none;
}
.platform_g .announcement {
  background: #920c0a;
  color: #fff;
  width: 100vw;
}
.platform_g .footer a:link,
.platform_g .footer a:visited,
.platform_g .footer a:active {
  color: #82C0EC;
}
.platform_g .footer a:hover {
  color: #fff;
}
.platform_g .wrapper {
  min-height: 100%;
  margin: 0 auto -25px;
  background: #fff;
}
.platform_g .push,
.platform_g .footer {
  height: 25px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .platform_g .wrapper {
    min-height: 100%;
    margin: 0 auto -50px;
    background: #fff;
  }
  .platform_g .push,
  .platform_g .footer {
    height: 50px;
    font-size: 12px;
  }
  .platform_g .footer * {
    text-align: center !important;
  }
}
.platform_g .container {
  max-width: 1300px !important;
  width: auto;
}
.platform_g .left {
  text-align: left;
}
.platform_g .center {
  text-align: center;
}
.platform_g .right {
  text-align: right;
}
.platform_g .new_mail {
  display: block;
  background: url('/images/new_mail_bg.jpg') top;
  color: #000 !important;
  font-size: 24px;
  border: #333 1px dashed;
  padding: 10px;
}
.platform_g .new_mail * {
  margin: 0;
}
.platform_g .new_mail > h1,
.platform_g .new_mail > h2 {
  font-weight: 700 !important;
}
.platform_g .mail_count {
  font-weight: 700 !important;
  color: #ca4b44;
}
.platform_g .modal-content {
  border-radius: 0;
}
.platform_g .modal-header {
  padding: 10px;
  background: #333;
  color: #fff;
}
.platform_g .dropdown-menu > li > a:hover,
.platform_g .dropdown-menu > li > a:focus {
  color: #eee;
  text-decoration: none;
  background-color: #920c0a;
}
.platform_g .nav > li > a:hover,
.platform_g .nav > li > a:focus {
  text-decoration: none;
  background-color: #920c0a;
  color: #fff;
}
.platform_g .nav .open > a,
.platform_g .nav .open > a:hover,
.platform_g .nav .open > a:focus {
  background-color: #920c0a;
  border-color: #ca4b44;
  color: #fff;
}
.platform_g .nav > li > a {
  color: #000;
}
.platform_g .dropdown-menu > li {
  cursor: pointer;
}

.m_platform_greeting audio {
  height: 36px;
  width: 100%;
  margin-top: 5px;
}

.platform_i {
  /* dashboard */
  /* bootstrap modal overrides */
}
.platform_i html,
.platform_i body {
  height: 100%;
}
.platform_i h1,
.platform_i h2,
.platform_i h3,
.platform_i h4,
.platform_i h5,
.platform_i h6 {
  letter-spacing: -0.5px;
}
.platform_i a:hover {
  text-decoration: none;
}
.platform_i .announcement {
  background: #148ca1;
  color: #fff;
  width: 100vw;
}
.platform_i .footer a:link,
.platform_i .footer a:visited,
.platform_i .footer a:active {
  color: #82C0EC;
}
.platform_i .footer a:hover {
  color: #fff;
}
.platform_i .wrapper {
  min-height: 100%;
  margin: 0 auto -25px;
  background: #fff;
}
.platform_i .push,
.platform_i .footer {
  height: 25px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .platform_i .wrapper {
    min-height: 100%;
    margin: 0 auto -50px;
    background: #fff;
  }
  .platform_i .push,
  .platform_i .footer {
    height: 50px;
    font-size: 12px;
  }
  .platform_i .footer * {
    text-align: center !important;
  }
}
.platform_i .container {
  max-width: 1300px !important;
  width: auto;
}
.platform_i .left {
  text-align: left;
}
.platform_i .center {
  text-align: center;
}
.platform_i .right {
  text-align: right;
}
.platform_i .new_mail {
  display: block;
  background: url('/images/new_mail_bg.jpg') top;
  color: #000 !important;
  font-size: 24px;
  border: #333 1px dashed;
  padding: 10px;
}
.platform_i .new_mail * {
  margin: 0;
}
.platform_i .new_mail > h1,
.platform_i .new_mail > h2 {
  font-weight: 700 !important;
}
.platform_i .mail_count {
  font-weight: 700 !important;
  color: #21bcd7;
}
.platform_i .modal-content {
  border-radius: 0;
}
.platform_i .modal-header {
  padding: 10px;
  background: #333;
  color: #fff;
}
.platform_i .dropdown-menu > li > a:hover,
.platform_i .dropdown-menu > li > a:focus {
  color: #eee;
  text-decoration: none;
  background-color: #148ca1;
}
.platform_i .nav > li > a:hover,
.platform_i .nav > li > a:focus {
  text-decoration: none;
  background-color: #148ca1;
  color: #fff;
}
.platform_i .nav .open > a,
.platform_i .nav .open > a:hover,
.platform_i .nav .open > a:focus {
  background-color: #148ca1;
  border-color: #21bcd7;
  color: #fff;
}
.platform_i .nav > li > a {
  color: #000;
}
.platform_i .dropdown-menu > li {
  cursor: pointer;
}

.m_platform_mail .mail_item_image > div {
  position: relative;
}
.m_platform_mail .mail_item_image img {
  width: 100%;
  height: auto;
}
.m_platform_mail .mail_item_no_image > div {
  height: auto;
}
.m_platform_mail .info_bar {
  position: absolute;
  display: flex;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
}

.m_platform_mailbox .legacy_box {
  margin-top: 27px;
}
.m_platform_mailbox .sm_cell {
  width: 1px;
}
.m_platform_mailbox .shipping_method .meta {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  vertical-align: top;
}
.m_platform_mailbox .ship_modal .modal-dialog {
  width: auto !important;
  max-width: 1100px !important;
}
.m_platform_mailbox .ship_modal .fa-usps {
  color: #333366;
  font-size: 1.5em;
  vertical-align: middle;
}
.m_platform_mailbox .ship_modal .fa-fedex {
  color: #4e208c;
  font-size: 1.5em;
  vertical-align: middle;
}
.m_platform_mailbox .ship_modal .fa-ups {
  color: #5f2c00;
  font-size: 1.5em;
  vertical-align: middle;
}

.m_platform_manage_numbers .number_assign_modal .modal-dialog {
  width: auto !important;
  max-width: 700px !important;
}

.platform_m {
  /* dashboard */
  /* bootstrap modal overrides */
}
.platform_m html,
.platform_m body {
  height: 100%;
}
.platform_m h1,
.platform_m h2,
.platform_m h3,
.platform_m h4,
.platform_m h5,
.platform_m h6 {
  letter-spacing: -0.5px;
}
.platform_m a:hover {
  text-decoration: none;
}
.platform_m .announcement {
  background: #0A5A92;
  color: #fff;
  width: 100vw;
}
.platform_m .footer a:link,
.platform_m .footer a:visited,
.platform_m .footer a:active {
  color: #82C0EC;
}
.platform_m .footer a:hover {
  color: #fff;
}
.platform_m .wrapper {
  min-height: 100%;
  margin: 0 auto -25px;
  background: #fff;
}
.platform_m .push,
.platform_m .footer {
  height: 25px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .platform_m .wrapper {
    min-height: 100%;
    margin: 0 auto -50px;
    background: #fff;
  }
  .platform_m .push,
  .platform_m .footer {
    height: 50px;
    font-size: 12px;
  }
  .platform_m .footer * {
    text-align: center !important;
  }
}
.platform_m .container {
  max-width: 1300px !important;
  width: auto;
}
.platform_m .left {
  text-align: left;
}
.platform_m .center {
  text-align: center;
}
.platform_m .right {
  text-align: right;
}
.platform_m .new_mail {
  display: block;
  background: url('/images/new_mail_bg.jpg') top;
  color: #000 !important;
  font-size: 24px;
  border: #333 1px dashed;
  padding: 10px;
}
.platform_m .new_mail * {
  margin: 0;
}
.platform_m .new_mail > h1,
.platform_m .new_mail > h2 {
  font-weight: 700 !important;
}
.platform_m .mail_count {
  font-weight: 700 !important;
  color: #1C78B8;
}
.platform_m .modal-content {
  border-radius: 0;
}
.platform_m .modal-header {
  padding: 10px;
  background: #333;
  color: #fff;
}
.platform_m .dropdown-menu > li > a:hover,
.platform_m .dropdown-menu > li > a:focus {
  color: #eee;
  text-decoration: none;
  background-color: #0A5A92;
}
.platform_m .nav > li > a:hover,
.platform_m .nav > li > a:focus {
  text-decoration: none;
  background-color: #0A5A92;
  color: #fff;
}
.platform_m .nav .open > a,
.platform_m .nav .open > a:hover,
.platform_m .nav .open > a:focus {
  background-color: #0A5A92;
  border-color: #428bca;
  color: #fff;
}
.platform_m .nav > li > a {
  color: #000;
}
.platform_m .dropdown-menu > li {
  cursor: pointer;
}

.platform_header .navigation_top {
  display: block;
  color: #000;
}
.platform_header .navigation_top .navbar {
  margin-bottom: 0;
  border: 0;
}
.platform_header .navigation_top .navbar .brand_bar img {
  width: auto;
  height: 49px;
  margin-right: 4px;
}
.platform_header .navigation_top .upgrade_button {
  background: #266726;
}
.platform_header .navigation_top .upgrade_button a {
  color: #fff;
}
.platform_header .navigation_top .phone_number {
  font-size: 24px;
  margin-top: 8px;
  font-weight: bold;
}
.platform_header .navigation_bottom {
  display: block;
  background: #111;
  color: #fff;
  padding: 9px;
}
.platform_header .navigation_bottom .label {
  font-size: 14px;
}
.platform_header .no_card_warning {
  text-align: center;
  background: #ff8300;
  padding: 3px 10px;
  color: #fff;
}
.platform_header .card_link {
  color: #fff;
  text-decoration: underline;
}

.m_platform_notifications .fa-toggle-on,
.m_platform_notifications .fa-toggle-off {
  font-size: 36px;
  cursor: pointer;
}
.m_platform_notifications .text-success,
.m_platform_notifications .text-danger {
  font-size: 24px;
  vertical-align: bottom;
}
.m_platform_notifications .fa-toggle-on {
  color: #006600;
}
.m_platform_notifications .fa-toggle-off {
  color: #660000;
}

.m_platform_pending .date-label,
.m_platform_pending .price-label {
  font-size: 12px;
  padding: 5px;
}
.m_platform_pending .price-label {
  margin-right: 5px;
}
.m_platform_pending .item-label {
  width: 50px;
  text-align: center;
}
.m_platform_pending .w-100 {
  width: 100%;
}
.m_platform_pending .w-66 {
  width: 66%;
}
.m_platform_pending .w-33 {
  width: 33%;
}
.m_platform_pending .w-10 {
  width: 10%;
}

.m_platform_renew .datepicker {
  width: 100%;
}
.m_platform_renew .datepicker table {
  width: 100%;
}
.m_platform_renew .fa-toggle-on {
  color: #006600;
}
.m_platform_renew .fa-toggle-off {
  color: #660000;
}

.m_platform_schedule .datepicker {
  width: 100%;
}
.m_platform_schedule .datepicker table {
  width: 100%;
}
.m_platform_schedule .fa-toggle-on {
  color: #006600;
}
.m_platform_schedule .fa-toggle-off {
  color: #660000;
}

.m_platform_upload_doc input[type="file"] {
  width: auto;
  display: inline;
}

.m_platform_voicemails audio {
  height: 36px;
  width: 100%;
}

.m_sale_modal label {
  font-weight: normal;
}

.m_striker_audit .table {
  max-width: 100%;
}
.m_striker_audit .table td {
  max-width: 400px;
}

.striker h1,
.striker h2,
.striker h3,
.striker h4,
.striker h5,
.striker h6 {
  margin-top: 0;
}
.striker .left {
  text-align: left;
}
.striker .center {
  text-align: center;
}
.striker .right {
  text-align: right;
}
.striker .bold {
  font-weight: bold;
}
.striker .vertical {
  vertical-align: middle !important;
}
.striker .pointer {
  cursor: pointer;
}
.striker hr {
  border-top: #ddd 1px solid;
}
.striker .table tbody tr > td.success {
  background-color: #dff0d8 !important;
}
.striker .table tbody tr > td.error {
  background-color: #f2dede !important;
}
.striker .table tbody tr > td.warning {
  background-color: #fcf8e3 !important;
}
.striker .table tbody tr > td.info {
  background-color: #d9edf7 !important;
}
.striker .table-hover tbody tr:hover > td.success {
  background-color: #d0e9c6 !important;
}
.striker .table-hover tbody tr:hover > td.error {
  background-color: #ebcccc !important;
}
.striker .table-hover tbody tr:hover > td.warning {
  background-color: #faf2cc !important;
}
.striker .table-hover tbody tr:hover > td.info {
  background-color: #c4e3f3 !important;
}
.striker th {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.striker .hidden {
  display: none;
}
.striker .btn {
  border-radius: 0 !important;
}
.striker .word-break {
  word-break: break-all;
}
.striker .ship-notes {
  display: flex;
  align-items: flex-start;
}
.striker .ship-notes > * {
  margin: 0 0.25rem;
}
.striker .history-box {
  padding: 10px;
  border-left: #444 12px solid;
  margin-bottom: 40px;
}
.striker .flex-grow-1 {
  flex-grow: 1;
}
.striker .fa-star {
  color: #ffd600;
}
.striker .mx-5 {
  margin: 0 5px;
}

.m_deposit_stats .label {
  display: inline-block;
  margin: 0 2px;
}

.m_deposits .actions_col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m_deposits input[type=number] {
  width: 12ex;
}

.m_striker_finder img {
  max-width: 100%;
}
.m_striker_finder .accounts-flow {
  display: flex;
  flex-wrap: wrap;
}
.m_striker_finder .accounts-flow .account-entry {
  border: 1px solid #dddddd;
  display: flex;
  margin: 0.5rem;
  flex-grow: 1;
}
.m_striker_finder .accounts-flow .account-entry div {
  padding: 0.25rem 0.5rem;
}
.m_striker_finder .accounts-flow .account-entry:last-of-type {
  flex-grow: 0;
}
.m_striker_finder .accounts-flow .spacer {
  flex-grow: 100;
}

.m_striker_packages th,
.m_striker_packages td {
  white-space: nowrap;
}
.m_striker_packages .expand {
  width: 100%;
}

.m_power_search {
  position: relative;
}
.m_power_search .dropdown-menu {
  max-height: 50vh;
  overflow-y: auto;
  width: 100%;
}
.m_power_search input[type=text] {
  width: 20em;
}

.m_queue_undo {
  background-color: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.22);
  position: fixed;
  bottom: 1em;
  right: 1em;
  max-width: 250px;
  padding: 0.5em;
}
.m_queue_undo img {
  max-width: 100%;
}

.m_queue_users {
  float: right;
}

.m_scan_stats .label {
  display: inline-block;
  margin: 0 2px;
}

.m_striker_scans .block-label {
  display: block;
  margin: 0.6em;
  white-space: normal;
}

.m_striker_trash .fab {
  border-radius: 50% !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25), 0 6px 10px rgba(0, 0, 0, 0.22);
  color: #ffffff;
  cursor: pointer;
  height: 48px;
  width: 48px;
  padding: 10px 12px;
  position: fixed;
  bottom: 20px;
  right: 32px;
  z-index: 999;
}




