/* Main template adjustments  */
body {
  background-color: #fff;
}

.ipsBreadcrumb {
    display: none;
}

#ipsLayout_header header
{
  height: 220px !important;
}

.fsfInsert_nhp {
  position: relative;
  width: 100%;
}

.fsfInsert_nhp #bannerOverlayTapestry_nhp {
  position: absolute;
  right: -83px;
  top: -75px;
}

.fsfInsert_nhp #bannerText_nhp {
  font-size: 20px;
  font-weight: 600;
  position: absolute;
	left: -130px;
	top: 20px;
  color: #74b3cd;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

/* Remove secondary nav background */
#ipsLayout_header nav::after {
  display: none;
}

#ipsLayout_body {
  margin-top: 0px !important;
}

#elSearchWrapper {
  display: none;
}

#elSiteTitle, #elLogo {
  margin-top: -30px !important;
}

/* Top title and desc block */
#nhp_titleBlock .ipsType_medium {
    font-size: 20px;
	font-weight: 300;
    color: 000;
}

#nhp_titleBlock .ipsType_pageTitle {
  font-size: 40px !important;
line-height: 60px !important;
font-weight: 600 !important;
margin-bottom: 20px;
  color: #74b3cd;
}

#nhp_header {
    max-width: 760px;
	margin: 60px auto;
  	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* Search bar and stats */
#nhp_searchBar form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding: 40px 0;
  position: relative;
}

#nhp_searchBar .selectArrow {
  position: absolute;
  left: 120px;
	top: 56px;
  font-size: 12px;
  pointer-events: none;
  color: #fff;
}

#nhp_SearchText {
  width: calc(100% - 185px);
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  height: 50px;
  border-radius: 0;
  border: 2px solid #9d9e9f;
  background-color: #fff;
  margin-left: -5px;
}

#nhp_searchOptions {
  width: 160px;
  text-align: right;
  display: inline;
  margin: 0 !important;
  padding: 0;
  padding-left: 20px;
  padding-right: 25px;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  color: #fff;
  border-right: none;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  background-image: none;
  border: none;
  background-color: #74b3cd;
  text-align: left;
}

#nhp_searchSubmit {
  width: 60px;
  text-align: right;
  display: inline;
  margin: 0 !important;
  padding: 0;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 20px;
  font-weight: 600;
  height: 50px;
  color: #fff;
  border-right: none;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  background-image: none;
  border: none;
  background-color: #74b3cd;
}

.global-stats {
display: flex;
justify-content: center;
  color: #74b3cd;
}

.global-stats .global-stats-list {
margin: 0;
display: flex;
align-items: center;
  font-size: 20px;
line-height: 30px;
  list-style-type: none;
}

.global-stats .global-stats-list .global-stat {
list-style: none;
padding: 0 24px;
}

.global-stats .global-stats-list .global-stat .stat-wrapper {
display: flex;
align-items: center;
}

.global-stats .global-stats-list .global-stat .stat-wrapper>div {
padding: 0 3px;
}

/* Article boxes */

#nhp_featuredItems {
  margin-bottom: 40px;
}

#nhp_mainBody {
  margin: 0px 40px;
}

#nhp_mainBody .ipsTabs {
  background: white !important;
  color: black !important;
  padding: 0px 0px 20px 0px !important;
}

#nhp_mainBody a.ipsTabs_activeItem{
  border-bottom: 2px solid #74b3cd;
}

#nhp_mainBody .ipsTabs_item {
  padding: 0px !important;
  margin-right: 20px !important;
  font-size: 18px;
}

.nhp_box_blurb {
  height: 100px;
  overflow: hidden;
}

.ipsBox.cPromoted {
  border:1px solid #ccc !important;
  border-radius: 0px !important;
}

.cPromoted .ipsPad {
  height: 200px;
  overflow: hidden;
}

h2.fsfHomeArticlesSidebarTitle a {
  color: #74b3cd !important;
}

#nhp_mainBody .cForumRow {
  border-bottom:1px solid #ccc !important;
}

/* Start post */

.nhp_start_post {
  margin-bottom: 40px;
}

.nhp_start_post .nhp_start_post_desc {
  padding: 20px 0px
}

/* Helpful links */
.nhp_helpful_link {
  border-top:1px solid #ccc !important;
  padding: 20px 0px; 
}

.nhp_helpful_link a {
  color: #74b3cd;
  font-size: 16px;
}

/* Clean up stream */

.nhp_stream_more {
  font-size: 18px;
  font-weight: 600;
}

#nhp_main .ipsPadding_horizontal {
  padding-left:0px !important;
  padding-right:0px !important;
}
 
#nhp_main .ipsWidget_title {
  display: none;
}

#nhp_main .ipsType_medium {
  font-size: 16px !important;
}

#nhp_main .ipsDataItem_title,
#nhp_main .ipsDataItem_title a {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #74b3cd !important;
}

.cWidgetStream__main {
 border-bottom: 1px solid rgba( var(--theme-text_light), 0.15 );
}

.cWidgetStreamIcon {
  display: none;
}

.cWidgetStream__icon {
  margin: 0px !important;
}

.cWidgetStream__icon::before {
  background: none !important;
  width: 0px !important;
}

/* Mobiles */
@media screen and (max-width: 768px) and (min-width: 320px) {
  .fsfInsert_nhp #bannerText_nhp {
    left: 0px;
    top: 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    padding: 5px;
  }
  
 .fsfInsert_nhp #bannerOverlayTapestry_nhp {
    position: absolute;
	right: -83px;
	top: -120px;
	scale: 50%;
  }
  
  #nhp_titleBlock .ipsType_pageTitle {
    font-size: 30px !important;
    line-height: 40px !important;
  }
  
  #nhp_header {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
  
  #nhp_titleBlock .ipsType_medium
  {
    font-size: 16px;
  }
  
  #nhp_searchBar form {
    padding: 20px 0;
  }
  
  .global-stats .global-stats-list
  {
    font-size: 14px;
  }
  
  #nhp_featuredItems {
    margin-bottom: 20px;
  }
  
  .ipsApp .ipsGrid > .ipsGrid_span4 {
    width: 100%;
    margin: 0px 0px 18px 0px;
  }
  
  #nhp_mainBody {
    margin: 0px 18px;
  }
  
  html[dir="ltr"] .ipsGrid > [class*="ipsGrid_span"] {
    margin-left: 0px;
  }
  
  #nhp_main .ipsType_medium
  {
    font-size: 14px !important;
  }
  
  .ipsDataItem {
    padding: 0px;
  }
  
  #nhp_main .ipsDataItem_title, #nhp_main .ipsDataItem_title a
  {
    font-size: 16px !important;
  }
  .ipsDataItem_icon .ipsItemStatus.ipsItemStatus_large {
    width: 16px;
    height: 16px;
    font-size: 10px;
    margin-top: 20px;
  }
  
  html[dir="ltr"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main, html[dir="ltr"] .ipsDataItem_icon:not( .ipsResponsive_hidePhone ):not( .ipsResponsive_hideTablet ) + .ipsDataItem_main + .ipsDataItem_stats {
    margin-left: 0px;
  }
  
  .ipsDataItem_lastPoster.ipsDataItem_withPhoto
  {
    display: none !important;
  }
  
  #nhp_searchBar .selectArrow {
    top: 45%;
  }
}