body {
  font-family: 'DM Sans', sans-serif;
  color: #444;
}
h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  color: #000;
}

a {
  text-decoration: none;
  color: #2343cf;
}
.logo a {
  text-decoration: none;
  color: #3d00f2;
}
.logo img {
  width: 50px
}

.lh-title,
.hdr-color {
  color: #0d132d
}
.bg {
  background-color: #f0f5fb
}
.b--theme {
  border-color: #a9c6ed
}
.bg-header {
  background-color: #192354;
  color: #eef5fc
}
.bg-header h3 {
  color: #eef5fc
}
.bg-header a {
  color: #84aefd
}

.border-list {
  margin: 0;
  padding: 0;
  list-style: none
}
.border-list li {
  border-bottom: 1px dotted #eee;
  padding: 5px 0
}

strong {
  font-weight: 700
}

.alt-pill-btn {
  border-color: #445eee;
  color: #445eee;
}
.alt-pill-btn:hover {
  background-color: #445eee;
  color: #fff;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
/*  height: 38px;
  padding: 6px 10px;*/
  height: 38px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box; }
select {
  height: 38px;
  padding: 6px 10px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
label {
  display: block;
  margin-bottom: .5rem;
  font-weight: 700;
  color: #555;
}
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }
input:disabled {
  background-color: #fafafa
}

a.button {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #FCFFFF;
  padding: 1.2rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #3d00f2;
  font-weight: 600;
  border-radius: 4px;
}
a.button-default {
  border: 1px solid #abe382;
  padding: 0.7rem 1.5rem;
  border-radius: 4px;
  color: #444;
  background-color: #bee99e;
}
a.button-default:hover {
  background-color: #abe382;
}
.button:hover {
  background-color: #5464FC;
}
.button-services {
  display: block;
  text-decoration: none;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border: 0;
  color: #f9fefc;
  border-radius: 5px;
  background-color: #16b074
}
.button-services:hover {
  background-color: #14a16a;
}
.button-services h5 {
  color: #fff;
  margin: 0;
  padding: 0;
}

.button-gmail {
  background-color: #d73627;
  color: #fffefe;
}
.button-gmail:hover {
  background-color: #c93224;
}
.button-yahoo {
  background-color: #7651f8;
  color: #f7f4ff;
}
.button-yahoo:hover {
  background-color: #5c30f7;
}
.button-outlook {
  background-color: #0ca6f0;
  color: #fcfeff;
}
.button-outlook:hover {
  background-color: #0a90d0;
}
button:not(.pell-button) {
  display: inline-block;
  padding: 0 30px;
  height: 38px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #455eee;
  border: 1px solid #455eee;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
}
button:hover {
  background-color: #5464FC;
}
button:disabled,
button:disabled:hover
 {
  background-color: #ddd;
  border: 1px solid #bbb;
  cursor: default;
}
.pell-button {
  font: 400 11px system-ui;
}
.pell-button:hover {
  background-color: #F0F0F0
}

button.sec {
  background-color: #B22A00;
  border: 1px solid #974300;
}
button.sec:hover {
  background-color: #974300
}

.fade {
  color: #777
}
.fader {
  color: #999
}
.highlight {
  background-color: #fdf2c3
}
.error,
.red
 {
  color: #EA2028;
}
.info {
  color: #390;
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav a {
  color: #777
}
.nav a:hover {
  text-decoration: underline;
}
.nav svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}
 .nav a.active {
  color: #000
}

.main {
  margin-left: 0%;
}
@media screen and (min-width: 30em) {
  .main {
    margin-left: 20%;
    overflow-y:scroll
  }
}

.pop-image {
  display: block;
  padding: 5px;
  border: 1px solid #ddd;
}

.fixed_header {
  position: fixed;
  top: 0;
  z-index: 1;
  background-color: #fff;
  width: calc(70% - 8rem);
}
.fixed_header + div {
  padding-top: 120px;
}

#signature-editor .pell-content {
  height: 110px;
}
#editor .pell-content {
  height: 200px;
  background-color: #fff
}

.attachments {
  color: #999
}
.attachments a:hover {
  text-decoration: underline;
}

.shadow {
box-shadow: -1px 6px 20px -8px rgba(0,0,0,0.5);
}

.modal {
  background-color: rgba(0,0,0,0.5);
  z-index: 1
}
.modal-body {
  background-color: #fff;
}

#card-errors {
  color: #bb1f30;
}

footer {
  font-size: 90%;
}
footer a {
  color: #777;
}
footer a:hover {
  text-decoration: underline;
}

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}