/* Fifths bootstrap-like grid */
.col-xs-1-5, .col-xs-2-5, .col-xs-3-5, .col-xs-4-5, .col-xs-5-5, .col-sm-1-5, .col-sm-2-5, .col-sm-3-5, .col-sm-4-5, .col-sm-5-5, .col-md-1-5, .col-md-2-5, .col-md-3-5, .col-md-4-5, .col-md-5-5, .col-lg-1-5, .col-lg-2-5, .col-lg-3-5, .col-lg-4-5, .col-lg-5-5 {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 360px) {
  .col-xs-1-5 {
    width: 20%; }

  .col-xs-2-5 {
    width: 40%; }

  .col-xs-3-5 {
    width: 60%; }

  .col-xs-4-5 {
    width: 80%; }

  .col-xs-5-5 {
    width: 100%; } }
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%; }

  .col-sm-2-5 {
    width: 40%; }

  .col-sm-3-5 {
    width: 60%; }

  .col-sm-4-5 {
    width: 80%; }

  .col-sm-5-5 {
    width: 100%; } }
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%; }

  .col-md-2-5 {
    width: 40%; }

  .col-md-3-5 {
    width: 60%; }

  .col-md-4-5 {
    width: 80%; }

  .col-md-5-5 {
    width: 100%; } }
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%; }

  .col-lg-2-5 {
    width: 40%; }

  .col-lg-3-5 {
    width: 60%; }

  .col-lg-4-5 {
    width: 80%; }

  .col-lg-5-5 {
    width: 100%; } }
@media (min-width: 768px) {
  .col-sm-offset-3-5 {
    margin-left: 60%; }

  .col-sm-offset-1_5-5 {
    margin-left: 30%; } }
@media (min-width: 1200px) {
  .col-lg-offset-1_5-5 {
    margin-left: 30%; }

  .col-lg-offset-3-5 {
    margin-left: 60%; } }
.row-gutter-sm {
  padding-right: 10px;
  padding-left: 10px; }

.gutter-sm {
  padding-right: 5px;
  padding-left: 5px; }

/* 0. Settings */
/* 1. Base */
html {
  height: 100%;
  background: transparent; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin-top: 74px;
  font-family: "Work Sans", Arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1800px; }

a {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -ms-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0086b2 !important;
    text-decoration: none; }
  a:active, a.active {
    color: #2bc982; }

a, a:link, a:visited {
  color: #00a7df;
  cursor: pointer; }

.a {
  display: inline-block;
  margin-top: 20px; }

address {
  color: #64757d;
  padding-left: 15px;
  border-left: 3px solid #2bc982; }

i.fa {
  margin-left: 5px; }
i.fa-alt {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin-left: 12px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  border-radius: 50%;
  background: #222D30; }
  @media (min-width: 768px) {
    i.fa-alt {
      font-size: 18px;
      font-size: 1.8rem;
      margin-left: 15px;
      width: 28px;
      height: 28px; } }
  i.fa-alt.fa-angle-right::before {
    position: absolute;
    top: 4px;
    left: 10px; }
    @media (min-width: 768px) {
      i.fa-alt.fa-angle-right::before {
        top: 5px;
        left: 12px; } }

h1, .h1 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #222D30;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 42px;
      font-size: 4.2rem; } }

.h1-strong-highlight {
  font-weight: 500;
  border-bottom: 4px solid #2bc982; }

h2, .h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 15px;
  font-weight: 500;
  color: #222D30; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 30px;
      font-size: 3rem; } }

h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 15px 0;
  font-weight: 500;
  color: #222D30; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 15px; }

h5, .h5 {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #abb6b8;
  line-height: 1.3; }

p, .p {
  margin-bottom: 15px;
  color: #64757d; }

strong, .strong {
  font-weight: 600; }

ol, .ol, ul, .ul {
  padding-left: 2rem;
  color: #64757d; }

ul, .ul {
  list-style-type: square; }

ol strong, ol .strong, .ol strong, .ol .strong, ul strong, ul .strong, .ul strong, .ul .strong, p strong, p .strong, .p strong, .p .strong, address strong, address .strong {
  color: #5a6971; }

small, .small {
  font-size: 12px;
  font-size: 1.2rem; }

/* 2. Layout */
.l-wrap {
  display: block;
  margin: 0 auto;
  max-width: 1080px; }

.l-section-padding-default {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .l-section-padding-default {
      padding: 120px 30px; } }

.l-section-padding-sm {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .l-section-padding-sm {
      padding: 60px 30px; } }

.l-section-padding-top-lg {
  padding-top: 30px; }
  @media (min-width: 360px) {
    .l-section-padding-top-lg {
      padding-top: 90px; } }

.l-section-padding-top-md {
  padding-top: 30px; }
  @media (min-width: 360px) {
    .l-section-padding-top-md {
      padding-top: 60px; } }

.l-section-border-bottom {
  border-bottom: 1px solid #eee; }

/* 3. Modules */
/* Buttons */
.btn-primary {
  background-image: -webkit-linear-gradient(left, #00a7df 0%, #0e7cda 100%);
  background-image: -o-linear-gradient(left, #00a7df 0%, #0e7cda 100%);
  background-image: linear-gradient(to right, #00a7df 0%, #0e7cda 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00A7DF', endColorstr='#FF0E7CDA', GradientType=1);
  padding: 12px 28px;
  border: none;
  border-radius: 55px;
  color: #fff !important; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary.active:hover, .btn-primary.active.focus, .btn-primary:active:focus, .btn-primary[disabled] {
    background-image: -webkit-linear-gradient(left, #009bcf 0%, #0d73cb 100%);
    background-image: -o-linear-gradient(left, #009bcf 0%, #0d73cb 100%);
    background-image: linear-gradient(to right, #009bcf 0%, #0d73cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF009BCF', endColorstr='#FF0D73CB', GradientType=1);
    color: #fff !important;
    border-color: transparent !important; }

.btn-full {
  width: 100%; }

.btn-med {
  width: 70%;
  max-width: 200px;
}

.btn-sm {
  width: 25%;
  max-width: 50px;
}

.btn-link {
  border-radius: 22px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: transparent; }
  .btn-link:hover, .btn-link:focus, .btn-link.focus, .btn-link.active, .btn-link:active, .btn-link:active:hover, .btn-link.active:hover, .btn-link:active:focus, .btn-link.active:focus, .btn-link.active.focus, .btn-link:active.focus, .btn-link[disabled] {
    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.03);
    text-decoration: none !important;
    border: 1px solid #fff; }

/* Logo module */
.logo {
  font-weight: 500; }
  .logo a {
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 40px;
    position: relative;
    color: #fff; }
    .logo a:hover {
      color: #fff !important;
      text-decoration: none; }
    .logo a::before {
      content: url(../img/icons/mmm-logo.svg);
      position: absolute;
      top: -3.5px;
      left: 0;
      width: 30px;
      margin-right: 10px;
      vertical-align: middle; }

.logo-alt a {
  color: #222D30; }
  .logo-alt a:hover {
    color: #222D30 !important; }
.logo-alt a::before {
  content: url(../img/icons/mmm-logo-alt.svg); }

.header .logo, .footer .logo {
  margin-top: 14px; }
  .header .logo.hide, .footer .logo.hide {
    display: none; }

/* Header */
.header {
  opacity: 0.99;
  filter: alpha(opacity=99);
  background-image: -webkit-linear-gradient(left, #2bc982 0%, #00aae3 100%);
  background-image: -o-linear-gradient(left, #2bc982 0%, #00aae3 100%);
  background-image: linear-gradient(to right, #2bc982 0%, #00aae3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2BC982', endColorstr='#FF00AAE3', GradientType=1);
  width: 100%;
  height: 74px; }
  .header.header-fixed {
    display: block;
    position: fixed;
    top: 0;
    max-width: 1800px;
    z-index: 100; }
  .header .navbar-collapse {
    background: transparent;
    height: 9999px;
    padding-top: 20%;
    margin-top: 14px;
    text-align: center;
    border-top: transparent; }
    .header .navbar-collapse.in {
      background-image: -webkit-linear-gradient(left, #2bc982 0%, #00aae3 100%);
      background-image: -o-linear-gradient(left, #2bc982 0%, #00aae3 100%);
      background-image: linear-gradient(to right, #2bc982 0%, #00aae3 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2BC982', endColorstr='#FF00AAE3', GradientType=1); }
    @media screen and (min-width: 875px) {
      .header .navbar-collapse {
        padding-top: 0;
        margin-top: 0; } }
  .header .navbar-default {
    margin-top: 10px;
    border: transparent;
    background-color: transparent; }
  .header .navbar-default .navbar-nav li a {
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-top: 17px;
    color: #fff; }
    @media screen and (min-width: 768px) and (max-width: 940px) {
      .header .navbar-default .navbar-nav li a {
        padding-left: 5px;
        padding-right: 5px; } }
    .header .navbar-default .navbar-nav li a:hover, .header .navbar-default .navbar-nav li a:focus, .header .navbar-default .navbar-nav li a:active, .header .navbar-default .navbar-nav li a.active, .header .navbar-default .navbar-nav li a[disabled] {
      color: #fff !important;
      text-decoration: underline; }
  .header .navbar-default .navbar-toggle .icon-bar.frst, .header .navbar-default .navbar-toggle .icon-bar.scnd, .header .navbar-default .navbar-toggle .icon-bar.thrd {
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
    width: 20px;
    transform: rotate(0deg);
    transform-origin: 7.5% 40%; }
  .header .navbar-default .navbar-toggle .icon-bar.frst.open {
    transform: rotate(45deg); }
  .header .navbar-default .navbar-toggle .icon-bar.scnd.open {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0; }
  .header .navbar-default .navbar-toggle .icon-bar.thrd.open {
    transform: rotate(-45deg); }
  .header .navbar-default .navbar-toggle {
    margin-top: 10px;
    background-color: transparent;
    border: transparent; }
    .header .navbar-default .navbar-toggle:hover, .header .navbar-default .navbar-toggle:focus {
      background-color: transparent; }
    .header .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }

.claim-esp {
  display: flex;
  flex-direction: column;
  flex-wrap: initial;
  justify-content: initial;
  align-items: initial;
  align-items: center; }
  @media screen and (min-width: 875px) {
    .claim-esp {
      float: right;
      flex-direction: row;
      align-items: initial; } }
  .claim-esp .small-link {
    font-size: 11px;
    font-size: 1.1rem;
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff; }
    .claim-esp .small-link i {
      display: none; }
    @media screen and (min-width: 875px) {
      .claim-esp .small-link {
        margin-bottom: 0;
        margin-right: 15px;
        padding-top: 21px; }
        .claim-esp .small-link i {
          display: inline-block; } }
    .claim-esp .small-link:hover, .claim-esp .small-link:active, .claim-esp .small-link:focus {
      color: #fff !important;
      text-decoration: underline; }

.navbar-default .btn-link {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 10px;
  margin-left: 15px;
  padding: 7px 12px; }
  @media screen and (min-width: 875px) {
    .navbar-default .btn-link {
      position: initial;
      float: right;
      margin-right: 0;
      margin-left: 0; } }

.navbar-header {
  padding-left: 15px; }

@media screen and (min-width: 875px) {
  .navbar-nav {
    margin-left: 25px; } }

.collapsing {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

/* Footer module */
.footer {
  height: auto;
  text-align: center; }
  @media (min-width: 992px) {
    .footer {
      text-align: left; } }

.footer-nav-section {
  border-top: 1px solid #ebeeee;
  padding: 20px 30px 45px 30px;
  background-color: #f7fafb; }

.footer-links {
  padding-top: 10px; }
  .footer-links li {
    display: inline-block;
    line-height: 2.5; }
    @media (min-width: 992px) {
      .footer-links li {
        display: block; } }
    .footer-links li a {
      padding-left: 12.5px;
      padding-right: 12.5px;
      color: #64757d !important; }
      .footer-links li a:hover, .footer-links li a:focus, .footer-links li a:active, .footer-links li a[disabled] {
        color: #00aae3 !important;
        text-decoration: underline; }

.footer-info {
  padding: 30px;
  padding-bottom: 45px; }
  .footer-info .h4 {
    color: #64757d; }

.copyright {
  color: #c6c8c9; }

.foot-phone-nr {
  margin-top: 20px; }

.form-highlighted {
  background: #fff;
  border: 1px solid #dee1e2;
  padding: 20px 15px; }

.form-hilighted-alt {
  background: #f7fafb;
  padding: 30px; }

.select-wrap {
  -webkit-box-shadow: 3px 0 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 3px 0 0 rgba(0, 0, 0, 0.04);
  box-shadow: 3px 0 0 rgba(0, 0, 0, 0.04);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 0;
  margin-bottom: 7.5px;
  height: 45px;
  border: 1px solid #d2d5d5;
  color: #222D30;
  background: #fff; }

.select-wrap select {
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  position: relative; }

.select-wrap {
  display: block;
  position: relative;
  background: #fff; }
  .select-wrap select {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: 1px solid transparent;
    display: block;
    width: 100%;
    padding: 0 30px 0 17.14286px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .select-wrap select:focus {
      outline: none; }
  .select-wrap:focus {
    outline: none; }
  .select-wrap:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 1em;
    z-index: 2;
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #33bbe9;
    margin-top: -2px; }

/* hover style just for information */
label:hover:before {
  border: 1px solid #949697 !important; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background: #fff; }

label, .label {
  color: #222D30;
  font-weight: 500;
  cursor: pointer;
  margin: 0 0 7.5px 0;
  padding: 0;
  display: inline-block;
  white-space: regular; }

.label-checkbox {
  font-weight: 400; }

.form-control {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  height: 42px;
  border: 1px solid #b9bcbc;
  color: #222D30;
  -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box; }
  .form-control:focus {
    border: 1px solid #949697;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.06); }
  .form-control.textarea {
    min-height: 120px; }

.form-group-error .form-control, .form-group-error .form-control:focus {
  border: 1px solid #f25d75; }
.form-group-error .form-hint {
  margin-top: -10px;
  color: #ef3553; }
/* Start css written by TM */
.closeButton {
  position: fixed;
  top: 150px;
  right: 40px;
  width: 15%;
  height: 20%;
  background: transparent;
  text-align: center;
}
.loaderContainer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  background:white; 
  margin:0; 
  height: 100vh;
  width: 100vw;
  text-align: center;
}
#gotLetterLoader-sm {
  position: initial;
  text-align: center;
}
#payInvoiceLoader-sm {
  position: initial;
  text-align: center;
}
.sm-loaderContainer {
  position: absolute;
  left: 20px;
  top: 80%;
  z-index: 99999;
}
.sm-loaderContainerNav {
  position: absolute;
  left: -50px;
  top: 107%;
  z-index: 99999;
}
.closeAgreementModal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 70px;
  background: grey;
  text-align: right;
  padding: 10px;
  padding-right: 20px;
}
#agreementWhatToDo {
  margin-top: -2px;
}
#agreementInformation {
  margin-top: -50px;
}
#agreementTopPage {
  margin-top: -70px;
}
.agreementModal {
  position: absolute;
  top: 65%;
  left: 0;
  width: 99vw;
  height: 91.5vh;
  z-index: 9999;
  overflow: scroll;
}
.information-left {
  float: left;
  margin-right: 21px;
  margin-bottom: 25px;
  min-width: 180px;
}
.information-left select {
    height: 40px;
}
.information-left input {
    height: 50px;
    line-height: 40px;
    font-size:14px;
}
.information-right {
  margin-right: 25px;
  margin-bottom: 25px;
}
.information-right input {
    height: 50px;
    line-height: 40px;
    font-size:14px;
}
/*Upfront page modals*/
#confModal {
  text-align: center;
}
#confModal button {
  max-width: 200px;
}
.modalBackground {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: 0.5;
  z-index: 999;
}
.upfrontModal {
  position: fixed;
  top: 30px;
  left: 28%;
  width: 44%;
  min-height: 25%;
  background: white;
  z-index: 9999;
  padding: 10px;
  border-radius: 3px;
}
/*End Modals*/
.navErrorMessages {
  color: red;
  font-size: 12px;
}
#emailErrorMSG {
  position: absolute;
  top: 113px;
  left: 52%;
}
.pIErrorMessages {
  color: red;
  text-align: center;
  font-size: 14px;
}
.errorMessages {
  color: white;
}
.hiddenForm {
    position: absolute;
    top: 55.2px;
    left: -100px;
    -webkit-border-radius: 3px;
    width: 320px !important;
    height: auto;
    font-family: "Work Sans", Arial, sans-serif;
    border: 0 !important;
    text-align: center;  
    z-index: 99999;
}
.hiddenForm input {
  width: 275px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 7px;
  padding-top: 8px;
}
.arrow-up {
  position:absolute;
  top: -10px;
  left: 46.9%;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  border-bottom: 10px solid white;
}
#claimsButtonDropDown {
  position: fixed;
  top: 10px;
  left: 1px;
}
@media all and (max-width: 1250px) {
  #emailErrorMSG {
    position: initial;
  }
  .upfrontModal {
    left: 25%;
    width: 50%;
  }
  .hiddenForm {
    left: -200px;
  }
  .arrow-up {
    left:80%;
  }
}
@media all and (max-width: 874px) {  
  .upfrontModal {
    left: 15%;
    width: 70%;
  }  
  #collapse {
    height: 100vh !important;
  }
  #claimsButtonNormal {
    display: none;
  }
  .hiddenForm {
    position: fixed;
    top: 60px;
    left: 5px;
  }  
  .arrow-up {
    position:absolute;
    top: -6px;
    left: 10.9%;
  }
  #navLoader {
    position: fixed;
    z-index: 9999;
    top: 35px;
    left: 135px;
  }
  #agreementInformation {
  margin-top: -20px;
  }
  #agreementTopPage {
    margin-top: -40px;
  }
}
@media all and (max-width: 500px) {
  .upfrontModal {
    left: 1%;
    width: 98%;
  }
  .information-left {
    float: none;
    text-align: center;
  }
  .information-right {
    text-align: center;
  }
  .information-left select {
    height: 50px;
    line-height: 40px;
    font-size:22px;
  }
  .information-left input {
    width: 220px;
    height: 50px;
    line-height: 40px;
    font-size:22px;
    text-align: center;
  }
  .information-right input {
    width: 220px;
    height: 50px;
    line-height: 40px;
    font-size:22px;
    text-align: center;
  }  
  .closeAgreementModal {
    text-align: center;
  }
}
@media all and (max-width: 400px) {
  #homeLoader-sm {
    position: absolute;
    top: 103%;
    left: 15px;
  }
  #homeFormDiv {
    margin-top: -30px;
    margin-bottom: 30px;
    margin-left: 0;
    padding-left: 0;
  }
  .hiddenForm {
    left: 10px;
    width: 100vw;
    min-height: 20vh;
    padding-left: 5px;
  }
  .hiddenForm input {
    width: 290px;
  }
  #hiddenSubmit {
    width: 220px;
    margin-left: -45px;
  }  
  #claim-number {
    width: 250px;
    height: 35px;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 8px;
  }
  #last-name {
    width: 250px;
    height: 35px;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 8px;
  }
  #hmBtn {
    position: absolute;
    top: 94%;
    left: 15px;
    width: 160px;
  }
}
/* End css written by TM */

/* Popover module */
.popover {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  max-width: 325px !important;
  height: auto;
  font-family: "Work Sans", Arial, sans-serif;
  border: 0 !important; }
  @media screen and (max-width: 875px) {
    .popover {
      display: none !important; } }
  .popover .arrow {
    border-bottom-color: transparent !important; }
  .popover .form {
    display: flex;
    flex-direction: column;
    flex-wrap: initial;
    justify-content: initial;
    align-items: initial; }
    .popover .form .form-control {
      width: 275px;
      height: 35px;
      padding-left: 10px;
      padding-right: 10px; }
  .popover .btn-primary {
    padding: 8px 28px; }

.modal-content {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  border: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

/* Carousel */
.carousel::before, .carousel::after {
  display: none;
  position: absolute;
  top: -25px;
  font-size: 150px;
  color: #eee; }
  @media screen and (min-width: 1250px) {
    .carousel::before, .carousel::after {
      display: block; } }

.carousel {
  position: relative; }
  .carousel::before {
    content: "\201C";
    left: -85px; }
  .carousel::after {
    content: "\201D";
    right: -85px; }

.carousel-statements {
  margin-top: 15px;
  height: 305px; }
  @media (min-width: 360px) {
    .carousel-statements {
      height: 275px; } }

.carousel-info {
  display: flex;
  flex-direction: row;
  flex-wrap: initial;
  justify-content: center;
  align-items: center;
  margin-top: 30px; }
  .carousel-info img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%; }

.carousel-control {
  display: none; }

.carousel-indicators {
  bottom: 0; }
  .carousel-indicators li {
    position: relative;
    width: 17px;
    height: 35px;
    margin: 0 3px;
    border: transparent;
    border-radius: 0;
    background-color: transparent; }
    .carousel-indicators li::before {
      content: "";
      display: block;
      position: absolute;
      top: 13px;
      left: 3px;
      width: 11px;
      height: 11px;
      background-color: #eee;
      border-radius: 50%; }
    .carousel-indicators li.active {
      width: 17px;
      height: 35px;
      margin: 0 3px;
      background-color: transparent; }
      .carousel-indicators li.active::before {
        top: 12px;
        width: 12.5px;
        height: 12.5px;
        background-color: #222D30;
        border: transparent; }

.invoice-table {
  border-top: 1px solid #e1e1c8;
  width: 100%;
  color: #64757d; }
  .invoice-table td, .invoice-table th {
    padding: 10px; }
  .invoice-table tr {
    border-bottom: 1px solid #e1e1c8; }

.hero {
  padding: 45px 15px;
  background-image: url(../img/hero-bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media (min-width: 1100px) {
    .hero {
      padding: 120px 90px;
      padding-right: 30px; } }
  .hero h1 {
    color: #fff;
    margin-bottom: 37.5px; }
  .hero .form .form-control {
    margin: 10px 0;
    max-width: 355px; }
  .hero .btn-primary {
    margin-top: 10px;
    padding: 11px 24px; }

.hero-claim-link {
  color: #fff !important;
  border-bottom: 4px solid #2bc982; }
  .hero-claim-link:hover {
    color: #fff !important;
    border-bottom: 4px solid #00aae3; }

.hero-alt {
  background-color: #f7fafb;
  padding: 15px; }
  @media (min-width: 768px) {
    .hero-alt {
      padding: 30px 15px; } }

.hero-about {
  padding: 15px;
  background-color: #222D30;
  background-image: url(../img/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }
  @media (min-width: 768px) {
    .hero-about {
      padding: 75px; } }
  .hero-about h1 {
    color: #fff; }

.hero-pitch {
  background: url(../img/pitch-status-bg.jpg);
  background-size: cover;
  background-position: 50% 50%; }

/* About-teaser homepage section */
.about-teaser {
  position: relative;
  height: auto;
  padding-bottom: 65%; }
  @media (min-width: 768px) {
    .about-teaser {
      padding-bottom: 120px; } }
  .about-teaser::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-image: url(../img/about-teaser-bg.jpg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .about-teaser::before {
        height: 100%;
        width: 45%;
        background-size: cover;
        background-position: right bottom; } }
  @media (min-width: 768px) {
    .about-teaser {
      padding-bottom: 90px;
      padding-top: 90px; } }

/* Claim-now homepage section */
.claim-now {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 1340px) {
    .claim-now {
      padding-left: 0;
      padding-right: 0; } }

.cta {
  border: none;
  border-radius: 0;
  background-color: #2bc982; }
  @media screen and (min-width: 1340px) {
    .cta {
      margin-left: -15px;
      margin-right: -15px; } }
  .cta a {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    width: 100%;
    padding: 30px 30px;
    font-weight: 400;
    color: #fff !important; }
    @media (min-width: 360px) {
      .cta a {
        padding: 40px 30px; } }
    @media (min-width: 768px) {
      .cta a {
        font-size: 18px;
        font-size: 1.8rem; } }
    .cta a:hover, .cta a:focus, .cta a:active:focus {
      background-color: #29bf7c;
      color: #fff !important; }
    .cta a:active {
      background-color: #27b575; }

/* FAQ homepage section */
.faq-teaser {
  padding: 45px 15px 60px 15px; }
  @media (min-width: 768px) {
    .faq-teaser {
      padding-top: 60px;
      padding-bottom: 90px; } }

/* Take-action homepage section */
.take-action {
  position: relative;
  height: auto;
  padding-bottom: 65%; }
  @media (min-width: 768px) {
    .take-action {
      padding-bottom: 120px; } }
  .take-action::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-image: url(../img/gotaletter-bg.jpg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .take-action::before {
        height: 100%;
        width: 45%;
        background-size: cover;
        background-position: right bottom; } }
  .take-action .btn-primary {
    padding: 18px 16px; }
    @media (min-width: 360px) {
      .take-action .btn-primary {
        padding: 18px 28px; } }

/* Letters-teaser homepage section */
.letters-teaser {
  position: relative;
  height: auto;
  padding-bottom: 65%; }
  @media (min-width: 768px) {
    .letters-teaser {
      padding-bottom: 120px; } }
  .letters-teaser::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 100%;
    background-image: url(../img/testimonials-bg.jpg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .letters-teaser::before {
        height: 100%;
        width: 45%;
        background-size: cover;
        background-position: left bottom; } }

.letters-teaser-alt {
  position: relative;
  height: auto;
  padding-bottom: 65%; }
  @media (min-width: 768px) {
    .letters-teaser-alt {
      padding-bottom: 120px; } }
  .letters-teaser-alt::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background-image: url(../img/testimonials-bg.jpg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .letters-teaser-alt::before {
        height: 100%;
        width: 45%;
        background-size: cover;
        background-position: right bottom; } }

.got-a-letter {
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .got-a-letter {
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .got-a-letter .form input {
      margin-bottom: 0; } }

.testimonial-name {
  padding-top: 10px;
  font-weight: 500; }

.faq-section {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .faq-section {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2; } }
  @media (min-width: 1100px) {
    .faq-section {
      padding-left: 120px;
      padding-right: 120px; } }

.qa-pair {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 15px; }
  .qa-pair .qa-title {
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 1.7; }
  .qa-pair .qa-answer {
    margin-bottom: 0;
    padding-bottom: 15px; }

.pitch {
  padding-top: 0; }
  .pitch .btn-primary {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 14px 28px; }

.pitch-list-section {
  padding: 30px 30px; }

.upfront-pay-sidelinks {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .upfront-pay-sidelinks {
      padding-top: 60px; } }
  .upfront-pay-sidelinks a {
    color: #64757d; }
    .upfront-pay-sidelinks a:hover {
      color: #2bc982 !important; }

.contact-help {
  padding-top: 0; }

@media (min-width: 768px) {
  .contact-help-info {
    margin-left: 10%; } }
.contact-help-info .help-msg {
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: auto;
  padding: 15px;
  border-radius: 5px;
  background-color: #ebfaff;
  text-align: left; }
  @media (min-width: 768px) {
    .contact-help-info .help-msg {
      width: 65%; } }
  .contact-help-info .help-msg p {
    margin-bottom: 0; }
  .contact-help-info .help-msg::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-style: solid;
    border-width: 8px;
    border-color: #ebfaff transparent transparent transparent; }
    @media (min-width: 768px) {
      .contact-help-info .help-msg::before {
        left: -16px;
        top: 50%;
        margin-left: 0;
        margin-top: -8px;
        border-color: transparent #ebfaff transparent transparent; } }
.contact-help-info .contact-image {
  height: 40px;
  width: 40px;
  margin-top: 20px;
  border-radius: 50%; }
  @media (min-width: 768px) {
    .contact-help-info .contact-image {
      position: absolute;
      margin-top: -20px;
      left: 15%;
      top: 50%; } }
  @media (min-width: 992px) {
    .contact-help-info .contact-image {
      left: 17%; } }

/* 4. Helpers & Debugging */
.text-centered {
  text-align: center; }

@media (min-width: 360px) {
  .text-centered-xs {
    text-align: center; } }

.is-text-gray {
  color: #abb6b8; }

.is-bg-blue {
  background-color: #00aae3; }

.is-bg-asphalt {
  background-color: #f7fafb; }

.is-bg-yellow {
  background-color: #fafade; }

.margin-bottom-sm {
  margin-bottom: 30px; }

.margin-bottom-md {
  margin-bottom: 60px; }

.margin-top-sm {
  margin-top: 30px; }

.margin-top-zero {
  margin-top: 0 !important; }

.margin-bottom-zero {
  margin-bottom: 0 !important; }

.siteMap {
  font-size: 15px;
}