@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i');
body {
  background-color: #eeeeee;
  color: #1a1a1a;
  font-size: 15.5px;
  font-family: 'Source Sans Pro', sans-serif;
}
h2 {
  color: #d3277d;
  font-weight: 600;
}
h3 {
  font-weight: 600;
  margin-top: 18px;
  margin-bottom: 30px;
  font-style: italic;
}
p {
  margin-bottom: 3px;
}
p.template {
  margin-bottom: 30px;
}
.header {
  display: flex;
  align-items: center;
  width: 100%;
  color: #d3277d;
  font-weight: 600;
  background-color: #f6d93e;
  font-size: 17.4px;
  padding: 14px;
}
@media screen and (min-width: 420px) {
  .header {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .header {
    padding: 14px 7px;
  }
}
@media screen and (min-width: 420px) {
  .header {
    padding: 11px 24px;
  }
}
.header p {
  line-height: 14.5px;
  padding-left: 2px;
}
@media screen and (min-width: 420px) {
  .header p {
    line-height: 18px;
  }
}
.header img.logo {
  width: 211px;
}
@media screen and (min-width: 420px) {
  .header img.logo {
    width: 265px;
  }
}
.main {
  max-width: 430px;
  font-size: 18px;
  padding: 0 12px;
}
@media screen and (min-width: 420px) {
  .main {
    padding: 0 20px;
  }
}
.nav-tabs,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  border-color: #777777;
}
.message {
  padding: 15px;
  border: 1px solid #777777;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.text-sms {
  width: 100%;
  max-width: 400px;
}
.text-sms textarea {
  width: 100%;
  max-width: 400px;
  height: 200px;
  padding: 7px;
}
.text-sms p.word-count {
  text-align: right;
  margin-bottom: 0;
}
.send-component .button-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.send-component .button-wrapper button {
  background-color: #d3277d;
  color: white;
  line-height: 18px;
  padding: 8px 10px;
  margin-top: 18px;
  border-radius: 5px;
  border: 0;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.send-component .button-wrapper .subscriber-count {
  color: #d3277d;
  font-weight: 600;
  text-align: right;
  font-size: 20px;
}
@media screen and (max-width: 419px) {
  .send-component .button-wrapper .subscriber-count {
    font-size: 16px;
  }
}
.flex-row-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .events.flex-row-wrap {
    flex-direction: column;
  }
}
.add-events,
.upcoming-events,
.past-events {
  margin: 0 15px 25px 15px;
}
@media screen and (min-width: 375px) {
  .add-events,
  .upcoming-events,
  .past-events {
    margin-top: 1em;
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
}
.upcoming-events {
  width: 290px;
}
.past-events {
  width: 252px;
}
.event-table {
  margin-top: 1.5em;
}
.row-header {
  background-color: #746868;
  border-radius: 7px 7px 0 0;
  color: #eeeeee;
  font-weight: 600;
}
.flatpickr-input.form-control[readonly] {
  background-color: white;
}
.event-row {
  border-bottom: 1px solid #777777;
  padding: 7px 8px;
}
.event-row i {
  font-weight: 400;
  margin-top: 3px;
}
