/* Minification failed. Returning unminified contents.
(735,20): run-time error CSS1063: Expected calculation unit, found 'line-height'
(735,20): run-time error CSS1064: Expected calculation product, found 'line-height'
(735,20): run-time error CSS1065: Expected calculation sum, found 'line-height'
(735,20): run-time error CSS1034: Expected closing parenthesis, found 'line-height'
(735,20): run-time error CSS1042: Expected function, found 'line-height'
(735,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
 */
.devotion-header-homepage {
  font-size: 18px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 20px;
}

.devotion-header-homepage .today {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #003b5b;
}

.devotion-header-homepage h1 {
  color: #007398;
  border-bottom: 5px solid #003b5b;
  line-height: 20px;
  padding-bottom: 7px;
  margin: 7px 0;
  text-transform: uppercase;
}

.devotion-header-homepage .details-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .devotion-header-homepage .details-wrap {
    margin-bottom: 10px;
  }
}

.devotion-header-homepage .details-wrap:before, .devotion-header-homepage .details-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.devotion-header-homepage .details-wrap .details-list {
  padding-left: 0;
  margin: 0;
  color: #003b5b;
  font-size: 18px;
  font-weight: 600;
  float: left;
  list-style-type: none;
}

@media (min-width: 768px) {
  .devotion-header-homepage .details-wrap .details-list li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #003b5b;
  }
  .devotion-header-homepage .details-wrap .details-list li:last-child {
    border-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .devotion-header-homepage .details-wrap .details-list {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.devotion-header-homepage .details-wrap .category-link {
  float: right;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(/Static/Titw/img/right-arrow.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  text-decoration: none;
  padding-right: 10px;
}

.devotion-header-homepage .details-wrap .category-link:hover, .devotion-header-homepage .details-wrap .category-link:focus, .devotion-header-homepage .details-wrap .category-link:active {
  text-decoration: none;
}

@media (max-width: 767px) {
  .devotion-header-homepage .details-wrap .category-link {
    float: none;
  }
}

.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(/Static/Titw/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(/Static/Titw/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(/Static/Titw/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(/Static/Titw/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;
  }
}

.devotion-header-article {
  font-size: 18px;
}

.devotion-header-article h1 {
  color: #003b5b;
  border-bottom: 5px solid #007398;
  line-height: 20px;
  padding-bottom: 7px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.devotion-header-article .details-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .devotion-header-article .details-wrap {
    margin-bottom: 10px;
  }
}

.devotion-header-article .details-wrap:before, .devotion-header-article .details-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.devotion-header-article .details-wrap .details-list {
  padding-left: 0;
  margin: 0;
  color: #003b5b;
  font-size: 18px;
  font-weight: 600;
  float: left;
  list-style-type: none;
}

@media (min-width: 768px) {
  .devotion-header-article .details-wrap .details-list li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #003b5b;
  }
  .devotion-header-article .details-wrap .details-list li:last-child {
    border-right: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .devotion-header-article .details-wrap .details-list {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.devotion-header-article .details-wrap .category-link {
  float: right;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: url(/Static/Titw/img/right-arrow.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  text-decoration: none;
  padding-right: 10px;
}

.devotion-header-article .details-wrap .category-link:hover, .devotion-header-article .details-wrap .category-link:focus, .devotion-header-article .details-wrap .category-link:active {
  text-decoration: none;
}

@media (max-width: 767px) {
  .devotion-header-article .details-wrap .category-link {
    float: none;
  }
}

.Article-Index .article-index-header {
  font-size: 25px;
}

.Article-Index .article-search {
  display: flex;
}

.Article-Index .article-search .article-input {
  background-color: #ebebeb;
  border: 1px solid #003a5d;
  border-radius: 3px 0 0 3px;
  margin-bottom: 0;
  outline: 0;
  vertical-align: top;
  width: 205px;
}

@media (max-width: 767px) {
  .Article-Index .article-search .article-input {
    max-width: none;
    width: calc(100% - 45px);
  }
}

.Article-Index .article-search .article-submit {
  background-color: #003a5d;
  border-radius: 0 3px 3px 0;
  margin-bottom: 0;
  position: relative;
  width: 45px;
}

.Article-Index .article-search .article-submit img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Article-Index .article-search-form {
  border-bottom: 1px solid #c2c2c2;
  border-top: 1px solid #c2c2c2;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.Article-Index .article-search-form .filter-blocks {
  display: flex;
  position: relative;
}

.Article-Index .article-search-form .filter-blocks label,
.Article-Index .article-search-form .filter-blocks input,
.Article-Index .article-search-form .filter-blocks select {
  margin-bottom: 0;
}

.Article-Index .article-search-form .filter-blocks input,
.Article-Index .article-search-form .filter-blocks select {
  width: 200px;
}

@media (max-width: 767px) {
  .Article-Index .article-search-form .filter-blocks input,
  .Article-Index .article-search-form .filter-blocks select {
    font-size: 14px;
    padding: 0 10px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .Article-Index .article-search-form .filter-blocks input[type="date"] {
    background-position: calc(100% - 10px) 50%;
  }
}

.Article-Index .article-search-form .filter-blocks .filter-label {
  align-self: center;
  color: #141414;
  font-size: 14px;
  font-weight: 700;
  margin-right: 40px;
  top: 0;
  white-space: nowrap;
}

@media (max-width: 1150px) {
  .Article-Index .article-search-form .filter-blocks .filter-label {
    margin-right: 10px;
  }
}

@media (max-width: 1035px) {
  .Article-Index .article-search-form .filter-blocks .filter-label {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .Article-Index .article-search-form .filter-blocks .filter-label {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
}

.Article-Index .article-search-form .filter-blocks .filter-section {
  display: flex;
  padding-right: 20px;
}

.Article-Index .article-search-form .filter-blocks .filter-section .prettydropdown li {
  font-size: 16px;
}

.Article-Index .article-search-form .filter-blocks .filter-section:last-of-type {
  padding-right: 0;
}

@media (max-width: 1035px) {
  .Article-Index .article-search-form .filter-blocks .filter-section {
    display: inline-block;
    vertical-align: bottom;
  }
}

@media (max-width: 767px) {
  .Article-Index .article-search-form .filter-blocks .filter-section {
    margin-top: 25px;
    padding-right: 10px;
    width: 50%;
  }
}

.Article-Index .article-search-form .filter-blocks .filter-type {
  height: 45px !important;
}

@media (max-width: 1035px) {
  .Article-Index .article-search-form .filter-blocks {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .Article-Index .article-search-form .filter-blocks {
    font-size: 0;
  }
}

@media (max-width: 1035px) {
  .Article-Index .article-search-form {
    display: block;
  }
}

.Article-Index .index-pagination {
  margin-bottom: 20px;
  text-align: center;
}

.Article-Index .index-pagination .pagination-list {
  display: inline-block;
  font-size: 0;
  list-style-type: none;
  padding: 0;
}

.Article-Index .index-pagination .pagination-list li {
  background-color: #007398;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  margin: 0 2.5px 5px;
  position: relative;
  vertical-align: top;
  width: 44px;
}

.Article-Index .index-pagination .pagination-list li a {
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 100%;
  position: relative;
  width: 100%;
}

.Article-Index .index-pagination .pagination-list li a span {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Article-Index .index-pagination .pagination-list li a:hover {
  background-color: #003b5b;
}

.Article-Index .index-pagination .pagination-list li.selected {
  background-color: #003b5b;
}

.Article-Index .index-pagination .pagination-list li.dots {
  background-color: #fff;
  font-weight: bold;
  margin-left: -3px;
  margin-right: -10px;
}

.Article-Index .index-pagination .pagination-list li.dots span {
  display: inline-block;
  margin-top: 13px;
}

.Article-Index .index-pagination .pagination-list li.increment-link {
  height: 44px;
  width: 91px;
}

.Article-Index .index-pagination .pagination-list li.increment-link:first-of-type a::after, .Article-Index .index-pagination .pagination-list li.increment-link:last-of-type a::after {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.Article-Index .index-pagination .pagination-list li.increment-link:first-of-type a::after {
  content: 'Previous';
}

.Article-Index .index-pagination .pagination-list li.increment-link:last-of-type a::after {
  content: 'Next';
}

@media (max-width: 767px) {
  .Article-Index .index-pagination .pagination-list li.increment-link {
    width: 58px;
  }
  .Article-Index .index-pagination .pagination-list li.increment-link:first-of-type a::after {
    content: 'Prev.';
  }
}

.Article-Index .index-pagination .pagination-list li:first-of-type {
  margin-left: 0;
  margin-right: 10px;
}

.Article-Index .index-pagination .pagination-list li:last-of-type {
  margin-left: 10px;
  margin-right: 0;
}

.Article-Index .index-results .showing {
  color: #003b5b;
  font-size: 14px;
  text-align: center;
  margin: 5px 0 15px;
}

.Article-Index .index-results .individual-index {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 20px;
  position: relative;
}

.Article-Index .index-results .individual-index h2 {
  color: #007398;
  margin-bottom: 10px;
  margin-top: 0;
}

.Article-Index .index-results .individual-index h2:hover {
  color: #003b5b;
}

.Article-Index .index-results .individual-index span {
  font-weight: bold;
}

.Article-Index .index-results .individual-index span.no-topics {
  font-weight: normal;
}

.Article-Index .index-results .individual-index .index-date {
  align-self: center;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  text-transform: uppercase;
}

.Article-Index .index-results .individual-index .index-date span {
  display: block;
}

@media (max-width: 767px) {
  .Article-Index .index-results .individual-index .index-date span {
    display: inline;
  }
}

@media (max-width: 767px) {
  .Article-Index .index-results .individual-index .index-date {
    margin-top: 10px;
    text-align: left;
  }
}

.Article-Index .index-results .individual-index .index-topics {
  display: inline-block;
  font-size: 0;
  list-style-type: none;
  padding: 0;
}

.Article-Index .index-results .individual-index .index-topics li {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
}

.Article-Index .index-results .individual-index .index-topics li::after {
  content: ',';
  display: inline-block;
  font-style: italic;
  margin-right: 4px;
}

.Article-Index .index-results .individual-index .index-topics li:last-of-type::after {
  content: '';
}

.Article-Index .index-results .individual-index:nth-child(even) {
  background-color: #d1d1d1;
}

.Article-Index .index-results .individual-index:nth-child(odd) {
  background-color: #ebebeb;
}

.Article-Index .index-results .individual-index::before {
  background-color: #007398;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}

@media (max-width: 767px) {
  .Article-Index .index-results .individual-index {
    display: block;
  }
}

.Article-Index .best-bets-results .arrow {
  fill: #fff;
  position: absolute;
  bottom: 16px;
  right: 16px;
}

@media (max-width: 767px) {
  .Article-Index .best-bets-results .arrow {
    display: none;
  }
}

.Article-Index .best-bets-results .best-bets-thumbnail {
  max-width: 270px;
}

@media (max-width: 767px) {
  .Article-Index .best-bets-results .best-bets-thumbnail {
    max-width: 200px;
  }
}

.Article-Index .best-bets-results .best-bets-container {
  min-height: 116px;
  display: flex;
  flex-direction: column;
  margin: 16px 55px 18px 16px;
}

.Article-Index .best-bets-results .best-bets-container p {
  max-height: calc(line-height * 2);
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.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(/Static/Titw/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(/Static/Titw/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;
  }
}

.article {
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 20px;
}

.article .questionList {
  margin: 0 0 20px;
}

.article .questionList a {
  color: #464646;
  font-weight: 400;
}

.article .questionList a:hover {
  color: #007398;
  text-decoration: underline;
}

.article .questionList a b {
  font-weight: 400;
}

.article .category-title {
  font-size: 16px;
  color: #003b5b;
  margin: 0;
  text-transform: uppercase;
}

.article .category-title > a {
  color: inherit;
}

.article .article-title {
  color: #007398;
  margin: 0 0 20px;
}

.article .topics-block {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.article .topics-block .topics-label {
  float: left;
  color: #003b5b;
  font-weight: 700;
  margin: 0 5px 0 0;
}

.article .topics-block .topics-list {
  float: left;
  list-style-type: none;
  padding-left: 0;
  font-style: italic;
  color: #007398;
  margin: 0;
}

.article .topics-block .topics-list li {
  float: left;
  margin-right: 5px;
}

.article .topics-block .topics-list li:after {
  content: ",";
  float: right;
  display: block;
  font-size: 16px;
}

.article .topics-block .topics-list li:last-child:after {
  display: none;
}

.article .topics-block .topics-list a {
  font-weight: 600;
  font-style: italic;
  text-decoration: 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;
}

.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(/Static/Titw/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;
}

.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%;
  }
}

.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;
}

.looking-for-more .title {
  display: block;
  width: 100%;
  background-color: #003b5b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 10px 15px;
}

.looking-for-more .title a {
  color: #fff;
}

.looking-for-more .list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  display: block;
  width: 100%;
}

.looking-for-more .list li {
  width: 100%;
  flex-direction: row;
  background-color: #e1e1e1;
  margin-bottom: 1px;
  display: flex;
}

.looking-for-more .list li .icon-block {
  padding: 15px 0 15px 15px;
  float: left;
  width: 65px;
}

.looking-for-more .list li .icon-block img {
  width: 50px;
}

.looking-for-more .list li .description-block {
  padding: 15px;
  font-size: 14px;
  float: left;
  width: calc(100% - 65px);
}

.looking-for-more .list li .description-block .article-title {
  color: #141414;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.looking-for-more .list li .description-block p {
  padding: 0;
  margin: 0;
}

.subscribe {
  display: block;
  margin: 0 0 20px;
  background: url(/Static/Titw/img/subscribe-bkg.jpg);
  background-size: cover;
}

.subscribe a {
  display: block;
  padding: 20px 15px;
  text-align: center;
}

.subscribe a .subscribe-title {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.subscribe a .subscribe-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
}

.subscribe a .desc {
  font-size: 14px;
  color: #fff;
}

