.space {
  margin-bottom: 20px !important;
}

h1, h2, h3, h4 {
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
}

.post .postInfo, .post .topics, .post .postReviewTags {
  font-family: 'News Cycle', sans-serif;
  text-transform: uppercase;
  color: #999;
  font-weight: 700;
  margin: 8px 0px;
}

.post .topics>span.item {
  margin-right: 20px;
}

.homePage .topics>span.item {
  display: block;
  margin-right: 0px;
}

.post .postInfo span {
  margin-right: 30px;
  white-space: nowrap;
}

.photo {
  margin-bottom: 10px;
}

.photo .title {
  font-weight: 700;
  text-transform: uppercase;
}

.photo .content {
  color: #777;
}

.photo .credit {
  text-align: right;
  display: block;
}

.thumbnails {
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 15px;
}

.thumbnails .thumb {
  display: inline-block;
  border: 2px solid transparent;
  cursor: hand;
  cursor: pointer;
}

.thumbnails .thumb.selected {
  border-color: #000;
}

.postEmbedPhoto {
}

.relatedPosts {

}

.relatedPosts .postedDate, .relatedPosts .updatedDate {
  text-transform: uppercase;
  font-size: 12px;
}

.relatedPosts .post h2 {
  font-size: 16px;
  overflow: hidden;
}

.postList h2 {
  margin-top: 0px;
}

.postList .post {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: #aaa solid 1px;
}

.lNav .lNavItem.lRed>a {
  background: #c60f0f;
}

.lNav .lNavItem.lRed .lDrop {
  border-color: #c60f0f;
}

.lNav .lNavItem.lBlue>a {
  background: #0f8cc6;
}

.lNav .lNavItem.lBlue .lDrop {
  border-color: #0f8cc6;
}

.lNav .lNavItem.lGreen>a {
  background: #0fc61c;
}

.lNav .lNavItem.lGreen .lDrop {
  border-color: #0fc61c;
}

.lNav .lNavItem.lPurple>a {
  background: #aa0fc6;
}

.lNav .lNavItem.lPurple .lDrop {
  border-color: #aa0fc6;
}

.lNav .lNavItem.lViolet>a {
  background: #c60f83;
}

.lNav .lNavItem.lViolet .lDrop {
  border-color: #c60f83;
}

.lNav .lNavItem.lTeal>a {
  background: #0fc6a6;
}

.lNav .lNavItem.lTeal .lDrop {
  border-color: #0fc6a6;
}

.lNav .lSeparator {
  border-bottom: 1px solid #aaa;
}

.lNav .lNavItem.lBurnt>a {
  background: #c60f58;
  padding: 7px 7px;
}

.sSection {

}

.sSection h3 {
  background: #17a26f;
  color: #fff;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sSection .sPost {
  display: table;
  border: 1px solid #eee;
  border-bottom: 2px solid #ddd;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
}

.sSection .sPost .sPostImage {
  display: table-cell;
  width: 50px;
  padding-right: 10px;
}

.sSection .sPost .sPostTitle {
  display: table-cell;
  vertical-align: middle;
}

.sSection .sTopic>a {
  display: block;
  border: 1px solid #eee;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sSection .sTopic>a:hover {
  background: #6e0e7f;
  color: #fff;
}

#lFooter {
  background: #6e0e7f;
  padding-top: 15px;
  padding-bottom: 40px;
  margin-top: 20px;
  color: #fff;
}

#lFooter .fSection {
  font-family: 'News Cycle', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #EC80FF;
  font-size: 20px;
  margin-bottom: 5px;
}

#lFooter .fSection a {
  color: #EC80FF;
}

#lFooter a {
  color: #FDF2FF;
}

#lFooter div.fLink {
  margin-bottom: 5px;
}

.addthis_sharing_toolbox {
  min-height: 39px;
}

.sSocial {
  font-size: 30px;
  text-align: center;
}

.sSocial>a {
  margin-right: 5px;
}

.sSocial>a:last-child {
  margin-right: 0px;
}

.fSocial>a {
  display: block;
  margin-bottom: 5px;
}

.frontPostImage {
  position: relative;
  top: 0;
  left: 0;
}

.frontPostType {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffdb4c;
  font-family: 'News Cycle', sans-serif;
  font-weight: 700;
  color: #000;
  padding: 5px;
  font-size: 16px;
}

.mwrClear {
  clear: none;
}

/* Extra Small and Below */
@media (max-width: 768px) {
  .mwrClear {
    clear: both;
  }

  .lHeaderArea {
    background: #6e0e7f;
  }

  .lHeaderLogo {
    display: none;
  }

  .lNavArea {
    position: relative;
    top: 0;
    left: 0;
    margin: 0px -15px;
  }

  .lNavHeader {
    display: block;

    position: relative;
    top: 0;
    left: 0;
    height: 50px;
  }

  .lNavHeaderBrand {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 50px;
    cursor: pointer;
  }

  .lNavHeaderBrand img {
    max-height: 50px;
  }

  .lNavHeaderControl {
    position: absolute;
    top: 5px;
    right: 10px;

    border: 1px solid #fff;
    color: #fff;
    padding: 9px 10px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
  }

  .lNav {
    display: none;
  }

  .lNav.shown {
    display: block;

    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;

    z-index: 10000;
  }

  .lNav .lNavItem>a {
    display: block;
    background: red;
    color: #fff;
    padding: 10px;

    font-family: 'News Cycle', sans-serif;
    font-weight: 700;
    font-size: 22px;
  }

  .lNav .lNavDrop .lDrop {
    display: none;

    background: #fff;
    border: 1px solid red;

    font-size: 17px;
  }

  .lNav .lNavDrop .lDrop a {
    display: block;
    padding: 10px 10px;
  }
}

/* Small and Up */
@media (min-width: 768px) {
  .lHeaderArea {
    background: url(../images/banner_201903.jpg) #6e0e7f;
    height: 125px;
    margin-bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .lHeaderLogo {
    display: table-cell;
    padding-right: 15px;
  }

  .lHeaderLogo img {
    height: 150px;
  }

  .lHeader {
    display: table;
    width: 100%;
  }

  .lNavHeader {
    display: none;
  }

  .lNavArea {
    display: table-cell;
    vertical-align: top;
    padding-top: 70px;
    width: 100%;
  }

  .lNav {
    display: table;
    width: 100%;
  }

  .lNav .lNavItem {
    display: table-cell;
    position: relative;
    top: 0;
    left: 0;
  }

  .lNav .lNavItem>a {
    text-align: center;
    display: block;
    background: red;
    color: #fff;
    padding: 7px 10px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    font-family: 'News Cycle', sans-serif;
    font-weight: 700;
    font-size: 19px;

    border: 3px solid #fff;
    white-space: nowrap;
  }

  .lNav .lNavItem:last-child>a {
    margin-right: 0px;
  }

  .lNav .lNavItem>a .caret {
  }

  .lNav .lNavDrop .lDrop {
    display: none;

    background: #fff;
    border: 1px solid red;

    position: absolute;
    top: 50px;
    left: -125px;
    width: 400px;

    z-index: 10000;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.3);
  }

  .lNav .lNavDrop .lDrop a {
    display: block;

    padding: 10px 10px;
  }
}

@media (max-width: 767px) {

}

/* Tablet and Up */
@media (min-width: 992px) {

}

/* Large and Up */
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
