/*
 * Globals
 */
/*Fonts*/
@font-face {
  font-family: houshka;
  src: url(../fonts/houshka-light.woff);
  font-weight: 300;
}
@font-face {
  font-family: houshka;
  src: url(../fonts/houshka-medium.woff);
  font-weight: 500;
}
@font-face {
  font-family: houshka;
  src: url(../fonts/houshka-bold.woff);
  font-weight: 700;
}



body {
  font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
  color: #333333;
}

a, a:hover, a:active, a:visited {
	color:#275486;
	text-decoration:underline;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color: #333;
}

.h1,
h1 {
  font-size: 4rem !important;
	font-family: houshka !important;
}

.h2,
h2 {
  font-size: 3rem;
	font-family: houshka;
	text-transform:uppercase;
	font-weight:500;
}

.h3,
h3 {
  font-size: 2.4rem;
	font-family: houshka !important;
  margin-bottom: 1.4em;
	text-transform:uppercase;
	font-weight:500;
}

.h4,
h4 {
  font-size: 2rem;
	font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;
	font-weight:700;
}

.h5,
h5 {
  font-size: 1.6rem;
}

.h6,
h6 {
  font-size: .875rem;
}


hr.orange-bar {
	border-top: 3px solid #f99b25 !important;
	margin-top: 30px;
	margin-bottom: 40px;
}

/*
 * Text Styles
 */
.italic {
	font-style:italic;
}


/*
 * Button Styles
 */
button {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.6rem;
	padding-left:25px !important;
	padding-right:25px !important;
	border-radius: 2px !important;
}
button:hover {
	background-color:#FFF3CF !important;
	border-color:#f89b24 !important;
	color:#f89b24 !important;
}
.btn-primary {
	background-color:#f89b24;
	border-color:#f89b24;
	color:#ffffff;
}
.btn-secondary {
	background-color:#ffffff;
	color:#f89b24;
	border-color:#f89b24;
}

/*
 * Override Bootstrap's default container.
 */


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}
h5.blog-post-meta {
	margin-bottom:30px !important;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 1.7rem;
  line-height: 1.5;
}
.blog-main hr.orange-bar {
	margin-top:50px;
	margin-bottom:50px;
	margin-left: 0;
	width:94px;
	text-align:left;
}
.blog-main h3 {
	margin-bottom:15px;
}
.blog-main hr {
	margin:70px 0;
	border-top-color:#afafaf;
}




/*
 * Article Sections
 */
.blog-post {
  margin-bottom: 60px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #afafaf;
}
.blog-post h4:last-of-type {
	margin-top:25px;
}
.blog-post a {
	margin: 30px 0;
	display: block;
}
.blog-post ul {
	padding-left:20px;
}
.blog-post ul li {
	padding-bottom:10px;
}
.blog-post ul li:last-child {
	padding-bottom:0px;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 25px;
  margin: 0 0 30px;
	font-size:1.7rem;
}
.sidebar-module-inset {
  padding: 25px;
  background-color:#f0f0f0;
  border-radius: 10px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
div.u-screenshot {
	margin-right:-25px;
	margin-bottom:10px;
	display:block;
}
.u-screenshot img {
	margin-right:-25px;
	max-width:320px;
	width:100%;
}
img.u-logo {
	margin-bottom:15px;
}


.login-container {
	position:relative !important;
	display:block;
}
#fixed-login.affix-top, #fixed-screenshot.affix-top {
    position: static;
  }

  #fixed-login.affix, #fixed-screenshot.affix {
    position: fixed;
    z-index:100;
    width: 313px;
    top: 25px;
 }
#fixed-screenshot.affix { top: auto; }


.login {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.7rem;
	margin: 0 0 30px;
}
.login h4 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:1.8rem;
}
.login button, .u-content button {
	margin-top:.75rem;
}
.login hr {
	margin-top:3rem;
	margin-bottom:3rem;
}

/*
 * Header
 */
.intro-content {
	margin-top:25px;
}
.hcp-logo img {
	max-width:272px;
}
.content-u {
	margin-top:10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.8rem;
	font-weight:300;
}
.content-u img {
	margin-bottom:6px;
}

/*
 * Hero Area
 */
.hero {
	background: #336baa;
	background: -webkit-linear-gradient(left, #336baa 0%, #275486 39%, #082e59 100%);
	background: -o-linear-gradient(left, #336baa 0%, #275486 39%, #082e59 100%);
	background: linear-gradient(to right, #336baa 0%, #275486 39%, #082e59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336baa', endColorstr='#082e59',GradientType=1 );
	
	-webkit-border-radius: 10px 10px 0px 0px !important;
	-moz-border-radius: 10px 10px 0px 0px !important;
	border-radius: 10px 10px 0px 0px !important;
	
	padding:40px 35px !important;
	margin-bottom:60px;
}
.hero-title {
  margin-bottom: 12px;
  font-size:4rem;
}
.hero-subtitle {
	font-size:3.6rem !important;
	font-weight:300;
}
.hero-title, .hero-subtitle {
  color:#ffffff !important;
}

/*
 * Footer
 */

.footer {
  padding: 5em 0;
  color: #ffffff;
    /* background-color: #275486; */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#275486+0,143961+100 */
  background: #275486;
  /* Old browsers */
  background: -moz-linear-gradient(left, #275486 0%, #143961 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #275486 0%, #143961 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #275486 0%, #143961 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275486', endColorstr='#143961', GradientType=1);
  /* IE6-9 */
}
.footer hr.orange-bar {
	margin-top:50px;
	margin-bottom:50px;
	margin-left: 0;
	width:94px;
	text-align:left;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer a, .footer a:hover, .footer a:active, .footer a:visited {
	color:#ccc;
	text-decoration:underline;
}
.footer h3 {
  font-family: houshka;
  color: #fff;
  text-transform: uppercase;
	font-weight:300;
}

.footer h4 {
  color: #fff;
  font-weight: 300;
  text-transform: none;
  font-size: 2.4rem;
  font-family: "Open Sans", sans-serif
}

.footer h4 a {
  color: #fff;
}

.footer h5 {
  color: #fff;
  font-weight: 300;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
}

.footer p {
  color: #fff
}

.footer-widget-2-col {
  position: relative;
	margin-top: 42px;
}

.footer-widget-2 {
	display:block;
}
.footer-widget-2 img {
	width:160px;
}

.footer-widget-2 h3 {
  text-transform: none
}

.footer-widget-2 a,
.footer-widget-2 p {
  color: #ccc;
  margin-bottom: .5em
}

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}


@media (max-width: 1200px) {
     #fixed-login.affix, #fixed-login.affix-top {
    position: fixed;
    z-index:100;
    width: 293px;
    top: 25px;
 } 
    #fixed-login.affix-top { position: static }
}


@media (max-width: 991px) {
.footer .container .row .pull-right {
	float:left !important;
}
.footer-widget-2-col {
	margin-top: 42px;
}
 #fixed-login.affix, #fixed-login.affix-top {
    position: fixed;
    z-index:100;
    width: 220px;
    top: 25px;
 }
    #fixed-login.affix-top { position: static }
}


@media (max-width: 767px) {
    
.blog-main {
  
}
    .blog-sidebar:first-child {
	margin-bottom:60px;
	float:none !important;
	max-width:410px;
}
div.u-screenshot {
	margin-bottom:0px !important;
}
.u-screenshot img {
	margin-right:-25px;
	max-width:300px;
	width:100%;
}
.u-content {
	display:block;
	padding-right:20px;
}
    .hero {
	margin-bottom:40px;
	padding:25px !important;
}
.hero-title {
  margin-bottom: 12px;
  font-size:3rem !important;
}
.hero-subtitle {
	font-size:2.6rem !important;
	font-weight:300;
}
    .footer h3 {
  font-size:2rem;
	font-weight:600;
}
.footer h4 {
  font-size: 1.5rem;
	line-height: .75;
}
.footer h5 {
  font-size: 1.2rem;
	line-height: .75;
}
.footer-widget-2-col {
  margin-top: 5px;
}
.footer .footer-widget-2 p img {
    width: 90px;
    margin-bottom: 1em;
}
.footer hr.orange-bar {
	margin-top:2em;
	margin-bottom:1.5em;
}
#fixed-login.affix, #fixed-login.affix-top {
    position: static;
    width: 520px;
 }
}

@media (max-width: 550px) {
.u-screenshot img {
	margin-right:-25px;
	max-width:350px;
	width:100%;
}
.u-content {
	display:block;
	padding-right:0px;
	margin-top:10px;
	float:left;
}
    .content-u {
	clear:both;
	margin-top:10px;
	width:100%;
	text-align:left;
	float:left !important;
	font-size:2.2rem;
}
.content-u img {
	margin-bottom:7px;
	/* width:80px; */
}
    .footer-widget-2, .footer-widget-2-col, .footer-widget-1, .footer-widget-1-col {
	display:block !important;
	clear:both !important;
	width:100% !important;
}
.footer-widget-2 {
	margin-top:3rem;
}
#fixed-login.affix, #fixed-login.affix-top {
    position: static;
    width: 100%;
 }
    .centermobile { 
        text-align: center !important;
    margin:0 auto !important; display: block;
    }
    .fullwidth-mobile { width: 100%; }
.blog-main hr.orange-bar {
	margin-top:30px;
	margin-bottom:30px;
}
}