/******* CUSTOM ROWS AND CELLS STYLING *******/

/* .container {
  margin: 0 auto;
  padding: 0;
} */

/* abovecontent and belowcontent modules */

div.abovecontent {}

div.belowcontent {
  padding: 30px 0 0 0;
}

/* tinynav */

select.tinynav {
  float: right;
  width: 40px;
  height: 30px;
  border: none;
  background: #ccc;
  text-indent: -9999px;
  background: url(../images/tinynav.png);
  -webkit-appearance: button;
}

/* hot church.ly specifics */

h2,
h2 a {
  margin: 10px 0 10px;
  text-transform: uppercase;
}

h2 a:hover {
  text-decoration: none;
}

h4.title {
  background: #345478;
  color: #fff;
  padding: 10px;
}

p {
  line-height: 140%;
}

.sparky_wrapper {
  background: url(../images/custom/sky_bg.jpg) repeat-x top center;
}

.content_sparky .cell_pad {
  padding-bottom: 50px;
}

div.navh_submenu ul>li>ul {
  z-index: 10000;
}

div.navh_submenu ul>li>a {
  font-weight: 400;
}

img {
  border: 4px double #ddd;
}

.mnu_mainmenu>li>a {
  font-weight: 600;
}

.mnu_mainmenu>li.active>a {
  color: #fff;
}

/* .mnu_mainmenu, .mnu_mainmenu > li {
	background: none;
} */

.headerrow {
  background: rgba(237, 32, 32, .75);
  min-height: 113px;
}

.topmenurow {
  align-items: center;
  background-color: #082442;
  height: 60px;
  margin: 0 -15px;
  padding: 0;
}

.topmenurow .navbar.row {
  justify-content: center;
}

.topmenurow,
.headerrow {
  z-index: 100;
}

.carouselrow .container,
.carouselrow .container .row,
.mp_header1 {
  width: 100%;
}

.mp_header1 .cell_pad {
  margin: 0;
  padding: 0;
}

.mp_logo .cell_pad {
  padding-top: 10px;
}

.sparky_logo {
  line-height: 42px;
}

.citationrow {
  background: url(../images/custom/citation_bg.png);
  display: none;
  padding: 15px 0;
}

.citationrow blockquote {
  font-family: 'Droid Serif', serif;
  font-size: 24px;
  color: #666;
  background: url(../images/custom/citation_quote.png) top left no-repeat;
  padding: 20px 20px 20px 100px;
}

.citationrow blockquote span {
  font-weight: bold;
  color: #df3840;
}

.contentrow {}

/* bottom area */

.bottomrow {
  background: #082442;
  padding: 30px 0 60px 0;
  color: #d8d8d8;
}

.mp_bottom1 .cell_pad {
  background: rgba(19, 23, 32, .9);
  padding: 20px;
}

.mp_bottom2 .cell_pad {
  background: rgba(59, 70, 81, .9);
  padding: 20px 20px 20px 20px;
}

@media (max-width: 979px) and (min-width: 768px) {
  .mp_bottom2 .cell_pad {
    font-size: .9em;
  }
}

.mp_bottom1 h3,
.mp_bottom2 h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}

.bottomrow .bible {
  position: absolute;
}

.bottomrow .bible img {
  position: relative;
  margin-top: -350px;
  left: 380px;
}

/* footer area */

.footerrow {
  background-color: #082442;
  font-weight: 200;
  color: #fff;
  margin-top: -2rem;
  padding-bottom: 1rem;
}

.footerrow a {
  color: #fff;
  font-weight: 700;
}

.mp_footer ul.standard {
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}

.mnu_footermenu>li {
  padding-left: 0;
}

.mnu_footermenu>li>a {
  font-weight: 200;
}

.mp_footer {
  margin-top: -40px;
}

/* location and service module */

.mp_top1 {
  padding-top: 40px;
}

.mp_top1 .church,
.mp_top1 .map {
  float: left;
  color: #fff;
  font-size: 13px;
  width: 50%;
}

.mp_top1 .church a,
.mp_top1 .map a,
.mp_top1 .church span,
.mp_top1 .map span {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.mp_top1 img {
  float: left;
  border-right: 1px solid #f2646e;
  padding: 4px 7px;
  margin-right: 8px;
}

.mp_top1 .church img {
  border-left: 1px solid #f2646e;
}

/* donate button */

.mp_top2 {
  padding-top: 10px;
}

a.donate {
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  background: #232d3b;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
  padding: 12px 32px;
  margin: 0;
  box-shadow: 0px 3px 0px #0c141e;
  cursor: pointer;
}

a.donate:hover {
  color: #FFBFBF;
}

/* hot carousel styling */

.hero-carousel article .contents {
  text-align: right;
  width: 667px;
}

.hero-carousel article .contents h2 {
  background: #df3840;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 14px 30px;
}

.hero-carousel article .contents p {
  background: rgba(190, 45, 52, .95);
  padding: 18px 30px;
  margin: 0;
  font-weight: 300;
  line-height: 30px;
}

.hero-carousel-nav li.prev a {
  background: url(../images/custom/carousel_left.png) no-repeat;
  text-indent: 9999px;
}

.hero-carousel-nav li a:hover {
  background: url(../images/custom/carousel_left_hover.png) no-repeat;
}

.hero-carousel-nav li.next a {
  background: url(../images/custom/carousel_right.png) no-repeat;
  text-indent: 9999px;
}

.hero-carousel-nav li.next a:hover {
  background: url(../images/custom/carousel_right_hover.png) no-repeat;
}

/* inner page styling */

.sparky_inner .content_sparky {
  padding-top: 50px;
}

.sparky_inner h2,
.sparky_inner h2 a,
.sparky_inner div.itemHeader h2.itemTitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 36px;
  background: none;
  color: #d92722;
  padding-left: 0;
  padding-right: 0;
}

.sparky_inner .item-page h2,
.sparky_inner .item-page h2 a {
  margin-top: 0;
  margin-bottom: 0;
}

/* left and right column modules */

.mp_right .cell_pad,
.mp_left .cell_pad {
  padding: 50px 0;
}

.mp_right div.moduletable,
.mp_left div.moduletable {
  background: url(../images/custom/citation_bg.png);
  padding: 25px 15px;
  margin: 0 0 20px 0;
}

.mp_right div.moduletable h3,
.mp_left div.moduletable h3 {
  padding: 0 0 10px 0;
  margin: 0;
  border-bottom: 1px solid #dfdfdf;
}

.mp_right blockquote,
.mp_left blockquote {
  margin: 0;
  padding: 15px 15px 15px 60px;
  font-size: 18px;
  font-style: italic;
  font-family: 'Droid Serif', serif;
  line-height: 26px;
  background: url(../images/custom/citation_quote_small.png) 0px 20px no-repeat;
}

.mp_right blockquote a,
.mp_left blockquote a {
  font-style: italic;
  font-family: 'Droid Serif', serif;
}

/* intro and full text images */

div.img-intro-right img,
div.img-intro-left img {
  border-top: 5px solid #d1d0d0;
  padding: 0 0 15px 0;
}

div.img-fulltext-right img,
div.img-fulltext-left img {
  border-top: 5px solid #d1d0d0;
  padding: 0;
  margin-top: 15px;
}

/* pagination */

div.pagination {
  border-bottom: none;
  margin: 45px 0 15px;
}

.pagination li {
  padding: 0 !important;
  font-size: 100%;
}

ul.pagenav {
  width: 104px;
  margin: 45px auto 15px auto !important;
  display: block !important;
}

ul.pagenav li {
  padding: 0 !important;
}

div.k2Pagination ul,
div.pagination ul,
ul.pagenav {
  display: inline-block;
  border: 1px solid #dfdfdf;
  margin: 0 0 10px 0;
  padding: 0;
  box-shadow: 0px 0px 8px #ccc;
}

div.k2Pagination ul li,
div.pagination ul li,
ul.pagenav li {
  padding: 0;
  display: inline-block;
}

div.k2Pagination ul li a,
div.k2Pagination ul li span,
div.pagination ul li a,
div.pagination ul li span,
ul.pagenav li a {
  padding: 15px 0;
  border-right: 1px solid #dfdfdf;
  width: 48px;
  display: block;
}

div.k2Pagination ul li a:hover,
div.pagination ul li a:hover,
ul.pagenav li.previous a:hover,
ul.pagenav li.next a:hover {
  background-color: #eee;
}

div.k2Pagination ul li span,
div.pagination ul li span {
  background: #df3840;
  color: #fff;
}

div.k2Pagination ul li.pagination-start span,
div.k2Pagination ul li.pagination-prev span,
div.k2Pagination ul li.pagination-next span,
div.k2Pagination ul li.pagination-end span,
div.pagination ul li.pagination-start span,
div.pagination ul li.pagination-prev span,
div.pagination ul li.pagination-next span,
div.pagination ul li.pagination-end span {
  display: none;
}

.k2Pagination li:last-child a,
.k2Pagination li:last-child span,
.pagination li:last-child a,
.pagination li:last-child span,
ul.pagenav li:last-child a {
  border-right: none;
}

li.pagination-start a {
  background: url(../images/custom/nav_arrow_left_end.png);
  text-indent: -9999px;
}

li.pagination-prev a,
ul.pagenav li.previous a {
  background: url(../images/custom/nav_arrow_left.png);
  text-indent: -9999px;
}

li.pagination-next a,
ul.pagenav li.next a {
  background: url(../images/custom/nav_arrow_right.png);
  text-indent: -9999px;
}

li.pagination-end a {
  background: url(../images/custom/nav_arrow_right_end.png);
  text-indent: -9999px;
}

/* K2 component styling */

.sparky_home #k2Container {
  padding: 0;
}

.sparky_home #k2Container div.catItemView {
  padding: 0 20px 0 0;
  border: none;
}

#k2Container,
.item-page,
#k2Container.itemView {
  padding: 0 0 10px 0;
}

div.itemView {
  margin: 0;
  border: none;
}

div#k2Container.latestView h2,
div#k2Container.latestView h2 a {
  padding: 25px 0 0 0;
  margin: 0;
}

div.latestItemsCategory h2 a {
  color: #ccc !important;
  font-weight: normal;
}

.sparky_inner div.itemListCategory h2 {
  padding-top: 0;
  margin-top: 0;
}

div.itemToolbar {
  background: none;
  border: none;
}

span.itemImage img,
span.latestItemImage img,
span.userItemImage img,
span.tagItemImage img {
  border: none;
  padding: 0;
  max-width: 100%;
}

span.catItemImage img {
  border: none;
  border-top: 5px solid #d1d0d0;
  padding: 0 0 15px 0;
}

div.catItemHeader h3.catItemTitle,
div.userItemHeader h3.userItemTitle,
div.tagItemHeader h3.tagItemTitle {
  font-family: inherit;
  font-size: 21px;
  font-weight: 700;
  color: #151515;
  background: url(../images/custom/heading_bg.png) top left no-repeat;
  padding: 2px 0 2px 30px;
  margin: 10px 0 0 0;
}

div.catItemHeader h3.catItemTitle a,
div.userItemHeader h3.userItemTitle a,
div.tagItemHeader h3.tagItemTitle a {
  font-weight: 700;
  color: #151515;
}

div.catItemHeader span.catItemDateCreated,
div.tagItemHeader span.tagItemDateCreated {
  font-size: inherit;
  color: inherit;
}

div.latestItemCategory a,
div.latestItemTagsBlock ul.latestItemTags li a,
div.catItemHeader span.catItemAuthor a,
div.catItemCategory a,
div.catItemTagsBlock a,
div.userItemCategory a,
div.userItemTagsBlock a,
div.tagItemCategory a {
  font-size: 14px;
}

div.catItemHeader span.catItemAuthor {
  display: inline-block;
}

div.itemCategory,
div.catItemCategory,
div.catItemTagsBlock,
div.userItemCategory,
div.userItemTagsBlock,
div.tagItemView {
  border: none;
  padding: 0 0 10px 0;
}

div.userItemTagsBlock {
  float: left;
  background: url(../images/custom/icon_tag.png) no-repeat;
  padding: 0 0 0 30px;
}

span.catItemHits {
  padding: 0 5px 0 30px;
  background: url(../images/custom/icon_views.png) no-repeat;
  border-right: 1px solid #ccc;
  float: left;
  display: block;
}

span.catItemCommentsLink {
  padding: 0 10px 0 30px;
  background: url(../images/custom/icon_comment2.png) no-repeat;
  border-right: 1px solid #ccc;
  float: left;
  display: block;
}

div.catItemTagsBlock {
  background: url(../images/custom/icon_tag.png) no-repeat;
  padding: 0 0 0 30px;
  margin: 0 0 0 5px;
  float: left;
}

.sparky_inner div.catItemView {
  padding: 0 20px 0 0;
}

div.itemImageBlock {
  padding: 0;
  margin: 0;
}

div.userItemImageBlock,
div.tagItemImageBlock {
  padding: 0 15px 0 0;
  margin: 0;
}

span.itemImage {
  margin: 0;
}

.itemView span.itemImage,
.itemView .itemFullText {
  margin: 0 0 30px 0;
}

span.itemImageCredits {
  background: #e2e2e2;
  font-family: serif;
  font-size: 13px;
  padding: 5px;
  margin: -30px 0 15px 0;
}

div.itemIntroText {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  line-height: 22px;
}

.sparky_inner div.itemIntroText {
  font-weight: 700;
}

div.itemFullText {
  line-height: 22px;
}

div.itemToolbar ul li,
div.itemToolbar ul li a {
  font-size: 14px;
}

div.itemContentFooter,
div.tagItemCategory,
div.itemTagsBlock {
  padding: 0;
  margin: 0;
  border: none;
}

div.itemNavigation {
  padding: 10px 0;
  margin: 0;
  border: none;
  border-top: 1px solid #dfdfdf;
  background: none;
}

div.itemNavigation a.itemPrevious,
div.itemNavigation a.itemNext {
  padding: 0;
}

div.navPrevious {
  width: 50%;
  float: left;
}

div.navNext {
  width: 50%;
  float: right;
  text-align: right;
}

div.itemAuthorBlock {
  background: none;
  border: none;
  padding: 30px 0 0 0;
}

div.itemAuthorImage {
  width: 22%;
  float: left;
}

div.itemAuthorBlock img.itemAuthorAvatar {
  padding: 0;
  border: 5px solid #e5e5e5;
  border-radius: 50%;
  margin: 0;
}

div.itemAuthorDetails {
  width: 78%;
  float: left;
}

h3.itemAuthorName {
  padding: 0;
  margin: 0;
}

div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl,
div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {
  font-weight: normal;
  color: inherit;
  border-right: 0;
  padding: 0;
  margin: 0;
  font-size: 12px;
  display: block;
}

div.itemAuthorLatest h3 {
  font-size: 16px;
}

div.itemAuthorLatest ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div.itemBackToTop {
  text-align: center;
  padding-top: 10px;
}

.even,
.odd {
  background: none;
  padding: 0;
  border: none;
}

div.itemSocialSharing {
  margin: 0px 0 10px;
  padding-left: 0px;
}

div.itemRatingBlock {
  display: none;
  width: 261px;
  float: right;
  padding: 0;
}

div.itemRatingBlock span {
  font-size: 14px;
  line-height: 25px;
}

.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
  background-image: url(../images/custom/transparent_star.png) !important;
}

div.itemComments {
  background: none;
  border: none;
  padding: 0;
}

div.itemComments ul.itemCommentsList li {
  padding: 0;
  margin: 0;
  border: none;
}

div.itemComments ul.itemCommentsList li img {
  float: left;
  margin: 0 15px 15px 0;
  padding: 0;
  background: #fff;
  border: none;
}

div.itemComments ul.itemCommentsList {
  font-size: 12px;
  line-height: 16px;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  padding-top: 10px;
}

div.itemComments ul.itemCommentsList li img {
  border: 5px solid #e5e5e5;
  border-radius: 50%;
}

h3.itemCommentsCounter {
  background: url(../images/custom/icon_comment.png) no-repeat;
  padding-left: 35px;
}

div.itemCommentsForm h3 {
  background: url(../images/custom/icon_write.png) no-repeat;
  padding: 0 0 0 35px;
}

div.itemCommentsForm p.itemCommentsFormNotes {
  border: none;
  font-size: 12px;
}

span.commentLink a {
  display: inline-block;
  background: url(../images/custom/icon_link.png) no-repeat right;
  height: 18px;
  text-indent: -9999px;
}

div.itemCommentsForm form textarea.inputbox,
div.itemCommentsForm form input.inputbox {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  font-size: 16px;
  color: inherit;
  box-shadow: inset 1px 1px 1px rgba(50, 50, 50, 0.20);
}

div.itemCommentsForm form label.formComment,
div.itemCommentsForm form label.formName,
div.itemCommentsForm form label.formEmail,
div.itemCommentsForm form label.formUrl {
  font-size: 21px;
  color: #df3840;
  font-weight: 700;
  padding-bottom: 5px;
}

div.itemCommentsForm form input#submitCommentButton {
  display: inline-block;
  font-size: 21px;
  font-weight: 800;
  background: #df3840;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  padding: 12px 50px;
  margin: 15px 0 0 0;
  box-shadow: 0px 3px 0px #0c141e;
  cursor: pointer;
}

div.itemCommentsForm form input#submitCommentButton:hover {
  box-shadow: 0px 1px 0px #0c141e;
  background: #0c141e;
}

div.itemLinks {
  padding: 0;
  margin: 0;
}

div.latestItemCategory {
  border: none;
  padding: 0;
}

div.latestItemsCategory,
div.itemListCategory,
div.userBlock {
  background: none;
  border: none;
  margin: 0 10px 0 0;
  padding: 0;
}

div.catItemImageBlock {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

.groupLeading,
#itemListSecondary .itemContainer {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
}

.groupSecondary div.catItemImageBlock {
  float: left;
  padding: 0 20px 0 0;
}

.groupSecondary div.catItemHeaderWrap {
  width: 380px;
  float: left;
}

div.userItemBody,
div.tagItemView {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

div.tagItemBody,
div.tagItemIntroText {
  padding: 0;
  margin: 0;
}

div.userBlock {
  background: #082442;
  padding: 15px;
  margin: 0;
  color: #ccc;
}

div.userBlock span.userURL,
div.userBlock span.userEmail {
  color: #ccc;
  font-weight: 400;
}

div.userBlock span.userURL a,
div.userBlock span.userEmail a {
  color: #fff;
}

div.userBlock h2 {
  color: #fff;
}

div.latestItemsCategory {
  border-bottom: 1px solid #ccc;
}

div.latestItemTagsBlock {
  border: none;
  padding: 0;
}

.latestItemBody p.intro_headline,
.catItemBody p.intro_headline,
.userItemIntroText p.intro_headline,
.tagItemIntroText p.intro_headline {
  display: none;
}

.sparky_inner div.catItemHeader {
  padding: 0 0 15px 0;
}

div.catItemBody {
  padding: 0;
}

div.catItemIntroText {
  padding: 5px 0;
}

div.k2FeedIcon a,
div.k2FeedIcon a:hover {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url(../images/custom/icon_rss.png) no-repeat;
}

span.catItemImage {
  padding: 0;
  text-align: left;
  margin: 0;
}

div.catItemReadMore,
div.userItemReadMore {
  display: block;
  padding: 0 0 15px 0;
}

div.tagItemReadMore {
  display: block;
  padding: 0;
}

div.userItemCommentsLink {
  background: url(../images/custom/icon_comment2.png) no-repeat;
  padding: 0 5px 0 30px;
  float: left;
}

div.userItemView,
div.tagItemWrap {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}

.userBlock h2 {
  padding: 0;
  margin: 0;
}

ul.pagenav {
  clear: both;
  margin: 30px 0 0 0;
}

a.k2ReadMore,
p.readmore {
  color: #df3840;
  font-size: 15px;
  font-weight: 700;
}

a.k2ReadMore:hover,
p.readmore:hover {
  color: #151515;
}

div.userBlock img {
  float: right;
  margin: 0 0 0 30px;
  padding: 0;
  border: 5px solid #333;
  border-radius: 50%;
}

div.itemHeader span.itemDateCreated,
div.userItemHeader span.userItemDateCreated {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding-right: 5px;
}

div.userItemHeader span.userItemDateCreated {
  border-right: none;
}

div.itemHeader span.itemAuthor {
  display: inline-block;
  padding-left: 5px;
}

div.itemHeader {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0 10px;
}

div.itemToolbar {
  padding: 6px 0;
  margin: 0;
  border: none;
  width: 50%;
  float: right;
  text-align: right;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  display: none;
}

a.itemPrintLink,
a.itemEmailLink {
  display: inline-block;
  width: 24px;
  height: 18px;
  background: url(../images/custom/icon_print.png) no-repeat;
  text-indent: -9999px;
}

a.itemEmailLink {
  background: url(../images/custom/icon_email.png) no-repeat;
}

div.itemIsFeatured,
div.catItemIsFeatured {
  background: none;
}

h2.itemTitle span {
  display: block;
  float: right;
}

h2.itemTitle sup {
  background: url(../images/custom/icon_comment.png) no-repeat right;
}

h2.itemTitle sup a {
  padding: 0 30px;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  background: none;
}

div.isFeatured {
  padding-top: 10px;
}

span.itemFeatured {
  display: inline-block;
  background: #df3840;
  color: #fff;
  padding: 3px 5px;
  font-weight: 700;
  border-radius: 3px;
  margin-right: 5px;
}

div.itemContentFooter {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 0;
}

span.itemHits {
  background: url(../images/custom/icon_views.png) no-repeat;
  padding-left: 30px;
}

div.itemTagsBlock {
  background: url(../images/custom/icon_tag.png) no-repeat;
  float: left;
}

div.itemTagsBlock ul.itemTags {}

ul.itemTags li a,
ul.catItemTags li a,
ul.userItemTags li a {
  background: #ddd;
  color: #666;
  font-weight: 400;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 2px;
}

ul.itemTags li a:hover,
ul.catItemTags li a:hover,
ul.userItemTags li a:hover {
  background: #df3840;
  color: #fff;
}

div.itemRelated {
  background: url(../images/custom/citation_bg.png);
  padding: 25px 15px;
  margin-top: 50px;
}

div.itemRelated h3 {
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #dfdfdf;
  color: #151515;
  font-size: 21px;
}

div.itemRelated ul {
  padding: 0;
  margin: 0;
}

div.itemRelated li {
  list-style: none;
  padding: 0;
  margin: 0 2% 0 0;
  width: 31.333%;
  float: left;
}

div.itemRelated img {
  max-width: 100%;
  margin-bottom: 15px;
}

div.itemRelated li a {
  font-weight: 400;
  color: inherit;
}

div.itemRelCat {
  font-size: 12px;
}

/* K2 module styling */

.k2ItemsBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.k2ItemsBlock li {
  margin: 0;
  padding: 0 0 10px 0;
}

/* hot film tape */

.list_carousel p {
  padding: 0 15px;
}

/* tinynav */

select.tinynav {
  float: none;
}

/* responsive behaviour */

@media (max-width: 979px) {

  div.navh_submenu {
    display: none;
  }

  div.mp_topmenu {
    padding: 10px 0;
  }

  .mp_topmenu {
    text-align: center;
  }

  span.catItemImage img {
    max-width: 100%;
  }

  .hero-carousel article .contents {
    top: 330px;
    left: auto;
    margin: 0 auto;
  }

  .mp_bottom2 .cell_pad {
    padding: 20px;
  }

  .bottomrow .bible img {
    display: none;
  }

  .itemView div.itemHeader,
  div.itemToolbar ul li,
  div.itemToolbar ul li a {
    font-size: 80%;
  }

  div.itemToolbar {
    padding: 3px 0;
  }

  ul.mnu_mainmenu {
    background-color: rgb(8, 36, 66);
    left: 0px;
    position: absolute;
    right: 0px;
    top: 56px;
    z-index: 100;
  }

  ul.mnu_mainmenu>li {
    padding: 1rem 26px;
    text-align: center;
  }

  .pages {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .pages a {
    display: block;
    margin: 10px 0;
  }

}

@media (max-width: 767px) {

  .hero-carousel article .contents {
    width: 95%;
  }

  .sparky_logo,
  .sparky_slogan,
  .mp_top2 {
    text-align: center;
  }

  .mp_top2 {
    padding-bottom: 15px;
  }

  .mp_top1 .map {
    text-align: right;
  }

  .mp_top1 .map img {
    float: right;
  }

  .sparky_home div.itemContainer {
    float: none;
    width: 100% !important;
  }

  .sparky_home #k2Container div.catItemView {
    padding: 0;
  }

  span.catItemImage img {
    width: 100% !important;
  }

  img.img_right,
  img.img_left,
  div.img-fulltext-right img,
  div.img-fulltext-left img {
    float: none;
    width: 100% !important;
    margin: 0 0 30px 0;
  }

  .img-fulltext-right,
  .img-fulltext-left {
    margin: 15px 0;
    float: none;
  }

  div.itemContainer {
    float: none;
    width: 100% !important;
  }

  .sparky_inner div.catItemView {
    padding: 0;
  }

  .groupSecondary div.catItemImageBlock {
    float: none;
    padding: 0;
  }

  .topmenurow {
    height: auto;
  }

  ul#navbarCollapse.collapse.in {
    background: #345478;
  }

  menu .cell_pad {
    width: 100%;
  }

  li.dropdown:hover ul {
    display: block;
  }

  .sparky_logo {
    line-height: 42px;
  }

  .sparky_logo,
  .sparky_logo a {
    font-size: 34px;
  }

  form#q_search {
    margin-top: 0;
  }

  .sparky_wrapper {
    background: none;
  }

  iframe {
    width: 270px;
  }
}

span.clouds_xlarge {
  font-size: 1.8em;
}

span.medium {
  font-size: 1.2em;
}

span.clouds_xsmall {
  font-size: 0.7em;
}

.row.speedbar {
  background: #345478;
  color: #fff;
}

.speedbar a:hover {
  color: #fff;
  text-decoration: none;
}

.pages {
  background: #082442;
  margin: 50px 0 30px 0;
}

.pages span {
  background: url(/templates/polit/images/custom/citation_bg.png);
  padding: 10px;
}

.pages a {
  background: #df3840;
  color: #fff;
  padding: 10px;
}

.mp_footer i {
  font-size: 2.0em;
  margin: -10px 10px 0 0;
}