.devotion-header {
  font-size: 18px;
  position: relative;
}

.devotion-header .hero {
  position: relative;
  margin-bottom: 35px;
}

.devotion-header .hero .date-wrapper-nav {
  position: absolute;
  bottom: -25px;
  width: 100%;
}

@media (min-width: 480px) {
  .devotion-header .hero .date-wrapper-nav {
    right: 15px;
    max-width: 250px;
  }
}

@media (max-width: 479px) {
  .devotion-header .hero .date-wrapper-nav {
    left: 15px;
    width: calc(100% - 30px);
  }
}

.devotion-header .hero .date-wrapper-nav .date-nav {
  padding: 14px 25px;
  background: url("../img/calendar.svg");
  background-color: #e1e1e1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  list-style-type: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.devotion-header .hero .date-wrapper-nav .date-nav li {
  float: left;
}

.devotion-header .hero .date-wrapper-nav .date-nav li a {
  color: #141414;
  font-size: 16px;
  font-weight: 700;
}

.devotion-header .hero .date-wrapper-nav .date-nav li a.prev {
  padding-left: 15px;
  background: url("../img/left-arrow.svg");
  background-position: 0% 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

.devotion-header .hero .date-wrapper-nav .date-nav li a.next {
  padding-right: 15px;
  background: url("../img/right-arrow.svg");
  background-position: 100% 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

.devotion-header h1 {
  color: #003b5b;
  border-bottom: 5px solid #007398;
  line-height: 20px;
  padding-bottom: 7px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.devotion-header .details-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .devotion-header .details-wrap {
    margin-bottom: 10px;
  }
}

.devotion-header .details-wrap:before, .devotion-header .details-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.devotion-header .details-wrap .details-list {
  padding-left: 0;
  margin: 0;
  color: #003b5b;
  font-size: 18px;
  font-weight: 600;
  float: left;
  list-style-type: none;
}

.devotion-header .details-wrap .details-list li .read-ref {
  color: #003b5b;
}

@media (min-width: 768px) {
  .devotion-header .details-wrap .details-list li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #003b5b;
  }
  .devotion-header .details-wrap .details-list li:last-child {
    border-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .devotion-header .details-wrap .details-list {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.devotion-header .details-wrap .category-link {
  float: right;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: url("../img/right-arrow.svg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  text-decoration: none;
  padding-right: 10px;
}

.devotion-header .details-wrap .category-link:hover, .devotion-header .details-wrap .category-link:focus, .devotion-header .details-wrap .category-link:active {
  text-decoration: none;
}

@media (max-width: 767px) {
  .devotion-header .details-wrap .category-link {
    float: none;
  }
}

.author-bio-block {
  margin: 20px 0;
}

.author-bio-block:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 768px) {
  .author-bio-block .featured-thumb {
    float: left;
    width: 125px;
  }
}

.author-bio-block .featured-thumb img {
  width: 125px;
}

@media (max-width: 767px) {
  .author-bio-block .featured-thumb img {
    box-shadow: 2px 2px 0 1px #003b5b;
  }
}

@media (min-width: 768px) {
  .author-bio-block .description {
    float: left;
    width: calc(100% - 125px);
  }
}

.author-bio-block .description .title {
  color: #141414;
  font-size: 16px;
  line-height: 40px;
  font-weight: 700;
  border-bottom: 5px solid #c2c2c2;
  margin: 0 0 20px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .author-bio-block .description .title {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .author-bio-block .description .title {
    line-height: 1;
    margin: 5px 0 20px;
    padding: 5px 0;
  }
}

@media (min-width: 768px) {
  .author-bio-block .description .short-desc {
    padding-left: 15px;
  }
}

.qaSet .author-bio-block {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #c2c2c2;
}

@media (min-width: 768px) {
  .qaSet .author-bio-block {
    display: flex;
    width: 100%;
  }
}

.qaSet:last-child .author-bio-block {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.article-supplement-block .supplement-list {
  list-style-type: none;
  padding: 0;
  width: 100px;
  margin: 0 0 20px;
}

@media (max-width: 479px) {
  .article-supplement-block .supplement-list {
    width: 100%;
    display: flex;
    padding: 0 15px;
    position: relative;
  }
}

.article-supplement-block .supplement-list li {
  display: block;
  margin: 0 1px 1px 0;
}

@media (min-width: 480px) {
  .article-supplement-block .supplement-list li {
    position: relative;
  }
}

.article-supplement-block .supplement-list li:last-child {
  margin: 0;
}

@media (max-width: 479px) {
  .article-supplement-block .supplement-list li {
    flex: 1;
  }
  .article-supplement-block .supplement-list li:first-child {
    margin-left: 2px;
  }
  .article-supplement-block .supplement-list li:last-child {
    margin-right: 2px;
  }
}

.article-supplement-block .supplement-list li a,
.article-supplement-block .supplement-list li .share-this-block {
  background: #007398;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin: 0;
}

@media (max-width: 479px) {
  .article-supplement-block .supplement-list li a,
  .article-supplement-block .supplement-list li .share-this-block {
    font-size: 12px;
    width: 100%;
  }
}

@media (min-width: 480px) {
  .article-supplement-block .supplement-list li a,
  .article-supplement-block .supplement-list li .share-this-block {
    position: relative;
  }
}

.article-supplement-block .supplement-list li a:hover, .article-supplement-block .supplement-list li a:focus, .article-supplement-block .supplement-list li a:active,
.article-supplement-block .supplement-list li .share-this-block:hover,
.article-supplement-block .supplement-list li .share-this-block:focus,
.article-supplement-block .supplement-list li .share-this-block:active {
  background-color: #003b5b;
}

.article-supplement-block .supplement-list li a .icon,
.article-supplement-block .supplement-list li .share-this-block .icon {
  width: auto;
  height: 30px;
  margin: 0 0 5px;
}

.article-supplement-block .supplement-list li a .text,
.article-supplement-block .supplement-list li .share-this-block .text {
  text-align: center;
  width: 100%;
}

.article-supplement-block .supplement-list li .share-this-block {
  padding: 0;
  cursor: pointer;
}

.article-supplement-block .supplement-list li .share-this-block span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.article-supplement-block .supplement-list li .share-this-block span span {
  display: none;
  padding: 0;
  height: 0;
  width: 0;
}

.ShareButton {
  width: inherit !important;
  height: inherit !important;
}

.ShareButton label {
  background: url("../img/share.svg") no-repeat center calc(50% - 12px)/24px 24px #007398 !important;
  background-position: center center;
  font-size: 14px;
  width: inherit !important;
  height: inherit !important;
  padding: 0 !important;
}

@media (max-width: 479px) {
  .ShareButton label {
    position: relative;
  }
}

.ShareButton label:hover {
  opacity: 1 !important;
  background: url("../img/share.svg") no-repeat center calc(50% - 12px)/24px 24px #003b5b !important;
}

.ShareButton label:before {
  content: none !important;
}

.ShareButton label span {
  font-family: open sans, sans-serif;
  font-size: inherit;
  height: inherit;
  width: inherit;
  color: #fff !important;
  text-transform: none !important;
  position: absolute;
  top: calc(50% + 18px);
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 479px) {
  .ShareButton label span {
    font-size: 12px !important;
  }
}

@media (min-width: 480px) {
  .ShareButton .social.active {
    margin: -66px 0 0 calc(100% + 10px) !important;
  }
}

@media (max-width: 479px) {
  .ShareButton .social {
    position: absolute;
    left: 17px;
    top: -40px;
    margin: 0 !important;
    width: 0 !important;
  }
  .ShareButton .social.active {
    position: absolute;
    left: 17px;
    top: -40px;
    margin: 0 !important;
  }
}

.browse-devotions {
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
}

.browse-devotions .title-block {
  border-bottom: 2px solid #141414;
  display: table;
  width: 100%;
}

.browse-devotions .title-block h4 {
  color: #003b5b;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 40px;
  float: left;
}

@media (min-width: 480px) {
  .browse-devotions .title-block h4 {
    padding-left: 15px;
  }
}

.browse-devotions .filter-block {
  background-color: #e1e1e1;
  padding: 25px 15px;
}

.browse-devotions .filter-block .filter-devotions-form .prettydropdown {
  width: 100% !important;
  max-width: 600px !important;
}

.browse-devotions .filter-block .filter-devotions-form .prettydropdown > ul {
  max-width: 600px !important;
}

.browse-devotions .filter-block .filter-devotions-form .prettydropdown > ul > li {
  max-width: 600px !important;
  white-space: no-wrap;
  overflow: hidden;
}

.browse-devotions .filter-block .filter-devotions-form select,
.browse-devotions .filter-block .filter-devotions-form input.date,
.browse-devotions .filter-block .filter-devotions-form input[type="submit"] {
  margin: 0 0 15px;
  width: 100%;
  max-width: 600px;
}

.browse-devotions .filter-block .filter-devotions-form input[type="submit"] {
  margin: 0;
  max-width: 600px;
}

.article-topics {
  width: 100%;
}

.article-topics .title-block {
  border-bottom: 2px solid #141414;
  display: table;
  width: 100%;
}

.article-topics .title-block h4 {
  color: #003b5b;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 40px;
  float: left;
}

@media (min-width: 480px) {
  .article-topics .title-block h4 {
    padding-left: 15px;
  }
}

.article-topics .topics-list {
  list-style-type: none;
  background-color: #007398;
  padding: 0;
  margin: 0 0 20px;
}

.article-topics .topics-list li a {
  padding: 12px 15px;
  font-weight: 600;
  color: #fff;
  background-color: #007398;
  display: block;
  width: 100%;
}

.article-topics .topics-list li a:hover {
  background-color: #1487ac;
}

.article-topics .topics-list li:last-child {
  margin-bottom: 0;
}

.DZ-index-supplement .article-topics {
  font-size: 14px;
  margin-top: 40px;
  width: 221px;
}

.DZ-index-supplement .article-topics .title-block h4 {
  font-size: 14px;
}

.DZ-index-supplement .article-topics .topics-list li a {
  padding: 9px 15px;
}

.DZ-index-supplement .article-topics .topics-list li:last-of-type a {
  padding-bottom: 13px;
}

@media (max-width: 767px) {
  .DZ-index-supplement .article-topics {
    width: 100%;
  }
}

.related-content {
  width: 100%;
}

.related-content .title-block {
  border-bottom: 2px solid #141414;
  display: table;
  width: 100%;
}

.related-content .title-block .prettydropdown {
  float: right;
  height: 45px;
}

.related-content .title-block .prettydropdown > ul {
  border: none;
  color: #007398;
}

.related-content .title-block .prettydropdown > ul > li {
  height: 45px;
  border-radius: 0;
}

.related-content .title-block .prettydropdown > ul > li.selected:before {
  border-top-color: #007398;
}

.related-content .title-block .prettydropdown.arrow > ul > li.selected:before {
  border-top-color: #007398;
}

.related-content .title-block .prettydropdown.arrow > ul > li.selected:after {
  top: 4px;
  border-top-color: #fff;
}

@media (min-width: 480px) {
  .related-content .title-block .prettydropdown {
    width: 225px !important;
  }
}

.related-content .title-block h4 {
  color: #003b5b;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 40px;
  float: left;
}

@media (min-width: 480px) {
  .related-content .title-block h4 {
    padding-left: 15px;
  }
}

.related-content .title-block .filter-category {
  margin: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  max-width: 160px;
  color: #007398;
  background: url("../img/down-arrow-blue.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 13px 7px;
  float: right;
}

.related-content .related-content-list {
  list-style-type: none;
  background-color: #e1e1e1;
  padding: 15px;
  margin: 0 0 20px;
}

.related-content .related-content-list li {
  margin-bottom: 20px;
}

.related-content .related-content-list li:last-child {
  margin-bottom: 0;
}

.related-content .related-content-list li .subtitle {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #141414;
}

.related-content .related-content-list li .article-title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px;
  color: #007398;
  text-transform: uppercase;
  margin: 0;
}

.related-content .related-content-list li .article-title a {
  font-size: 14px;
  font-weight: 600;
}

.featured-verse {
  background-color: #007398;
  float: right;
  padding: 10px 15px 12px;
  position: relative;
  right: -85px;
  top: 0;
  width: 400px;
  margin: 10px 0 10px -65px;
}

.featured-verse .verse-reference {
  color: #fff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
}

@media (max-width: 479px) {
  .featured-verse .verse-reference {
    font-size: 14px;
    line-height: 1.714;
  }
}

.featured-verse .verse-text {
  color: #fff;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.833;
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  .featured-verse .verse-text {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 1247px) {
  .featured-verse {
    margin-left: 15px;
    right: 0;
  }
}

@media (max-width: 767px) {
  .featured-verse {
    float: none;
    margin-bottom: 20px;
    margin-left: 0;
    top: 0;
    width: 100%;
  }
}

.footing-block {
  border-top: 2px solid #c2c2c2;
  margin-top: 20px;
  padding-top: 20px;
}
