.case p {
  font-size: 1.25rem;
  line-height: 32px;
  font-weight: normal;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.case ul>li,
.case dl>dd,
.case ol>li {
  font-size: 1.25rem;
  line-height: 32px;
}

.case ul,
.case ol {
  padding-bottom: 1rem;
}

.c10rm {
  padding-right: 10rem;
  font-weight: 100 !important;
}
.case > .card > .card-body p {
  padding-right: 0;
}
.case p.drop-caps {
  font-size: 24px;
  line-height: 36px;
  padding-right: 0;
}
.card-color {
  border-radius: 10px;
  border: 0;
  background-color: transparent;
}
.card-color .card-footer {
  background-color: transparent;
}
.card-hor img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.drop-caps:first-letter {
  float: left;
  font-size: 50px;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  color: #4b4b4b;
  padding: 20px 30px;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 0;
  border-top: 2px solid rgba(255, 247, 236, 1);
  background-color: rgba(255, 247, 236, .05);
  font-weight: bold;
}

.link-secondary {
  color: #fff;
}

h6.border-bottom {
  border-color: rgba(255, 255, 255, .3) !important;
}

.case .card p, .case nav ul>li {
  font-size: 1rem;
}
/* Verizon  */
.bg-verizon {
  background: url(../img/case-verizon-head.jpg);
  background-size: contain;
}

/* Comcast  */
.bg-comcast {
  background: url(../img/case-header-comcast.jpg);
  background-size:cover;
}

.bg-c-primary {
  background-color: #74B4FF !important;
}

.text-c-primary {
  color: #74B4FF !important;
}

.bg-c-warning {
  background-color: rgba(254, 130, 90, 1) !important;
}

.text-c-warning {
  color: rgba(254, 130, 90, 1) !important;
}

.bg-c-dark {
  background-color: #292929 !important;
}

.bg-c-dark-alt {
  background-color: #767676 !important;
}

.text-c-dark {
  color: #292929 !important;
}

.bg-blacka7 {
  background-color: rgba(0, 0, 0, 73);
}

.bg-blacka9 {
  background-color: rgba(0, 0, 0, 9);
}

.text-gray {
  color: #b9b9b9 !important;
}

a svg {
  color: white;
}

.figure {
  background-color: rgba(34, 37, 41, 1);
  padding: 1%;
  border-radius: 10px;
}

.figure-caption {
  padding-top: 1%;
  color: rgba(255, 247, 236, .7) !important;
}

.case-area {
  display: none;
}

.card-border {
  border-width: 3px !important;
  border-color: rgba(255, 255, 255, .4);
  border-style: solid;
  margin-bottom: 5%;
  background-color: transparent;
}

.f-segeo {
  font-family: "Segeo", monospace;
}

.f-16 {
  font-size: 16px;
  font-family: "Segeo", monospace;
}

.f-21 {
  font-size: 21px;
  font-family: "XfinityStandard", sans-serif;
}

.f-24 {
  font-size: 24px;
  font-family: "XfinityStandard", sans-serif;
}

.f-36 {
  font-size: 36px;
  font-family: "XfinityStandard", sans-serif;
}

/* Townsquare */
.campfire-card {
  background: url(../assets/img/campfire-home.png) no-repeat;
  background-size: cover;
}

.bg-dkpattern {
  background: url(../img/dark-pattern.jpeg) repeat;
  background-size: 10%;
}

.bg-coffee {
  background: url(../img/repeat-up.jpg) repeat top left;
  background-size: 10%;
  text-align: center;
}

.bg-townsquare {
  background: url(../img/splash-campfire.png) repeat-x center center;
  background-size: contain;
}

figure+p {
  padding: 2% 0 3%;
}

.case .text-lg {
  padding-left: 3rem;
}

.case .text-lg>li {
  font-family: Brush Script MT, cursive;
  font-size: 2rem;
  padding-bottom: 2rem;
  color: #444;
}

.case .text-lg>li span {
  font-family: 'Georgia', serif;
  font-size: 1.5rem;
  color: #777;
}

.case .blockquote {
  font-family: 'Georgia', serif;
  padding: 5%;
  font-size: 2rem;
  color: rgba(34, 37, 41, 1);
  background-color: rgba(255, 247, 236, 1) !important;
  border-radius: 10px;
  /* border-left: 3px solid #ccc; */
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.case .blockquote.bq-sm>dl>dd {
  font-size: 1.25rem;
  font-style: italic;
  padding-bottom: 1rem;
}

.case .blockquote.bq-sm>dl>dd:last-child {
  padding-bottom: 0;
}

.case .bg-dark {
  background-color: #303134 !important;
}

@media only screen and (min-width: 1200px) {

  .order-top,
  .cover {
    z-index: 10;
    position: relative;
  }

  .headline {
    font-size: 95px;
  }

  .case-area {
    display: block;
    line-height: 1;
    max-width: 10em;
    left: 10%;
    top: 10%;
    z-index: 0;
  }

  .case-area dl {
    padding-bottom: 0;
  }

  .case-area dl>dd {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 576px) {
  .bg-verizon {
    background-image:none;
    background-size: contain;
  }
  .v-mark {
    width: 40px;
  }
  .cover {padding-top: 50px!important;}
}
