.hs-blog-listing .blog-section {
	padding-right: 54px;
}
.hs-blog-listing .blog-section h2 {
	font-size: 30px;
	text-transform: none;
	margin-bottom: 20px;
}
.content-wrapper .container > .row-fluid-wrapper > .row-fluid {
	display: flex;
  align-items: stretch;
}

@media (max-width: 1000px) {
	.content-wrapper .container > .row-fluid-wrapper > .row-fluid {
		flex-wrap: wrap;
	}
}
.blog-content.widget-span.span10 {
	width: 78%;
}
.blog-sidebar.widget-span.span2 {
	width: 22%;
	margin-left: 0;
	padding-left: 54px;
}
.blog-sidebar .blog-categories h3,
.widget-type-blog_subscribe h3 {
	font-size: 13px;
	line height: 15px;
  letter-spacing: 2px;
	text-transform: uppercase;
	color: #53565A;
	font-weight: 400;
}
.widget-type-blog_subscribe {
	margin-top: 60px;
	margin-bottom: 50px;
}
.widget-type-blog_subscribe h3 {
	margin-bottom: 15px;
}
.widget-type-blog_subscribe h3 span {
	font-size: 25px;
  line-height: 40px;
  letter-spacing: -0.5px;
	text-transform: none;
	display: block;
	font-weight: 300;
	margin-top: 30px;
}
.widget-type-blog_subscribe input[type="submit"] {
	display: block;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	color: #565658 !important;
	position: relative;
	width: 100%;
	margin-top: 20px;
	text-align: left;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 10px 15px 10px 35px;
	border-radius: 40px;
	transition: .4s;
	line-height: 24px;
	max-width: 170px;
}
.widget-type-blog_subscribe input[type="submit"]:hover,
.widget-type-blog_subscribe input[type="submit"]:focus {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	color: #0080C8 !important;
}
.hs-form-field .hs-error-msgs {
	display: none !important;
}
.widget-type-blog_subscribe .actions {
	position: relative;
}
.widget-type-blog_subscribe .actions::after {
	content: '';
	display: block;
	width: 6px;
	height: 11px;
	position: absolute;
	left: 135px;
	top: 50%;
	transform: translateY(-65%);
	background-image: url(http://7407324.fs1.hubspotusercontent-na1.net/hubfs/7407324/icons/right-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.hs-form-required {
	display: none;
}
.blog-sidebar .blog-categories {
	margin-top: 50px;
}
.blog-sidebar .blog-categories ul {
	padding: 0;
	margin-top: 30px;
}
.blog-sidebar .blog-categories li {
	border-top: 1px solid #F2F2F3;
	padding: 18px 0 15px;
	margin-top: 0;
}
.blog-sidebar .blog-categories li:last-child {
	border-bottom: 1px solid #F2F2F3;
}
.blog-sidebar .blog-categories li a {
	font-family: din-condensed, sans-serif; 
	font-size:20px; 
	line-height:25px; 
	letter-spacing:1px;
	margin: 0;
	text-transform: uppercase;
}
.subscribe-mobile {
	padding: 0 100px;
}
	
.blog-section__picks-wrapper {
	display: flex;
	align-items: stretch;
}
.our-picks__large {
	min-width: calc(65% - 5px);
}
.our-picks__large .pick-thumb {
	height: 100%;
}

.pick-thumb {
	position: relative;
	display: block;
}
.pick-thumb__content {
	background-color: rgba(16, 24, 32, 0.5);
	padding: 1.5em;
	width: 100%;
	position: absolute;
	bottom: 0;
	transition: 0.3s;
}
.pick-thumb:hover .pick-thumb__content {
	background-color: rgba(16, 24, 32, 0.75);
}
.pick-thumb__content h3 {
	font-size: 16px;
	text-transform: none;
}
.pick-thumb__content .eyebrow {
	display: flex;
	justify-content: space-between;
	color: #53565A;
}
.pick-thumb .eyebrow span {
  text-transform: uppercase;
}
.pick-thumb .eyebrow span:first-child {
	padding-right: 10px;
}
.pick-thumb .eyebrow span:last-child {
	/*text-transform: none;*/
}
.blog-section__picks-wrapper .pick-thumb .eyebrow {
	color: white;
}
.our-picks__small {
	margin-top: 0;
	margin-left: 5px;
	min-width: 35%;
}
.our-picks__small .pick-thumb {
	height: calc(50% - 2px);
}
.our-picks__small .pick-thumb + .pick-thumb {
	margin-top: 4px;
}

#posts-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
#posts-wrapper .pick-thumb {
	width: calc(33.3333% - 14px);
	margin-bottom: 50px;
	background: white;
}
#posts-wrapper .pick-thumb:not(:nth-child(3n+1)):not(:first-child) {
	margin-left: 20px;
}
#posts-wrapper .pick-thumb__image {
	height: 0;
	padding-bottom: 50%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
#posts-wrapper .pick-thumb .pick-thumb__content {
	position: relative;
	background-color: white;
}
#posts-wrapper .pick-thumb .pick-thumb__content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #00bfff;
	transition: 0.3s;
}
#posts-wrapper .pick-thumb:hover .pick-thumb__content::before {
	width: 100%;
}
.blog-post table {
  margin-bottom: 1.5em;
}
.blog-post table td {
  padding: 1em;
}
.blog-post table p, .blog-post table em {
  line-height: 1.4em;
}

/** Blog Post **/
.hs-blog-post .blog-content {
	background-color: white;
}
.post-header .post-header__image-wrapper {
	min-height: 400px;
}
.post-header .post-header__image {
	width: 100%;
	height: 100%;
	min-height: 400px;
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
}
.post-header .post-header__title {
	position: relative;
}
.post-header .post-header__title h1 {
	font-size: 35px;
}
.post-header .post-header__title::before {
    content: '';
    display: block;
    width: 65px;
    height: 100%;
    background-color: #F2F2F3;
    position: absolute;
    right: 100%;
    top: 0;
	  z-index: 1;
}
.post-header .post-header__info h2 {
	font-size: 35px;
}
.blog-post-wrapper .blog-post {
	padding-right: 54px;
}
.about-author {
	border-top: 1px solid #C8C9C7;
	border-bottom: 1px solid #C8C9C7;
	margin: 100px 0;
	padding: 50px 0;
	display: flex;
	align-items: flex-start;
}
.about-author .details {
	line-height: 24px;
}
.about-author__bio {
	padding-left: 2.3vw;
	width: calc(100% - 120px);
}
.about-author__bio p {
	margin-bottom: 0;
}
.about-author__image {
	min-width: 120px;
	height: 120px;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.social-share {
  text-align: center;
	margin-top: 10px;
}
.social-media__service {
	display: block;
	width: 40px;
	height: 40px;
	background-color: #53565A;
	color: white;
	border-radius: 100%;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
  padding-left: 2px;
	margin-right: auto !important;
  margin-left: auto;
}
.social-media__service + .social-media__service {
	margin-top: 30px;
}
.social-media__service:hover {
	color: white;
	background-color: #da274d;
	transform: scale(1.1);
}

@media (max-width: 1560px) {
	.blog-content.widget-span.span10 {
    width: 74%;
  }
	.hs-blog-listing .blog-section {
    padding-left: 45px;
  }
}
@media (max-width: 1280px) {
	.hs-blog-listing .blog-section {
		padding-right: 20px;
  }
	.blog-sidebar.widget-span.span2 {
    padding-left: 20px;
  }
	.blog-post-wrapper .social-share.widget-span.span4 {
		width: 100px;
	}
	.blog-post-wrapper .blog-post.widget-span.span8 {
		width: calc(100% - 130px);
	}
}
@media (max-width: 1150px) {
	.listing-header .row-fluid {
		flex-wrap: wrap;
	}
	.listing-header__search {
		width: 100% !important;
		margin-left: 0 !important;
		margin-top: 30px;
	}
	.listing-header__descrip {
		width: calc(100% - 150px) !important;
		padding-right: 0;
	}
	.listing-header__descrip p {
		font-size: 21px;
		line-height: 30px;
	}
	.listing-header__title {
		width: 100px !important;
	}
}
@media (max-width: 1000px) {
	.blog-content.widget-span.span10 {
    width: 100%;
		order: 2;
  }
	.subscribe-desktop {
		display: none !important;
	}
	.listing-header__search {
		margin-top: 10px;
	}
	.blog-sidebar.widget-span.span2 {
    padding-left: 0;
		width: 100%;
	}
	.blog-sidebar .blog-categories {
		margin-top: 0;
		position: relative;
	}
	.blog-sidebar .blog-categories:not(.cat-open) ul {
		display: none;
	}
	.blog-sidebar .blog-categories ul {
		position: absolute;
		top: 28%;
		background-color: white;
		padding-left: 5vw;
		padding-right: 5vw;
		width: 100%;
		z-index: 10;
	}
	.blog-sidebar .blog-categories h3 {
		position: relative;
		cursor: pointer;
		display: inline-block;
		padding-bottom: 20px;
		padding-left: 5vw;
		padding-right: 40px;
	}
	.blog-sidebar .blog-categories h3::after {
		content: '';
		display: block;
		position: absolute;
		left: 82%;
    top:4%;
		width: 11px;
		height: 6px;
		background-image: url(http://7407324.fs1.hubspotusercontent-na1.net/hubfs/7407324/icons/down-arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
		backgroud-position: center;
		margin-top: 1px;
		transition: 0.3s;
	}
	.widget-type-blog_subscribe h3 span {
		margin-top: 10px;
	}
	.blog-sidebar .hs-search-field {
		margin-bottom: 20px;
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.blog-post-wrapper {
		padding-top: 0;
	}
	.blog-post-wrapper > .row-fluid {
		display: flex;
		flex-wrap: wrap;
	}
	.blog-post-wrapper .blog-post.widget-span.span8 {
    width: 100%;
    padding: 0 2.777775em;
    margin-left: 0;
		order: 1;
  }
	.blog-post-wrapper .social-share.widget-span.span4 {
		width: 100%;
		order: 2;
		text-align: left;
		padding: 0 2.777775em;
	}
	.blog-post-wrapper .social-share .social-media__service {
		display: inline-block;
	}
	.blog-post-wrapper .social-share .social-media__service + .social-media__service {
		margin-left: 1em;
	}
	.about-author {
		margin-bottom: 20px;
	}
	.blog-post-wrapper .social-share.widget-span.span4 {
    position: static !important;
	}
}
@media (max-width: 801px) {
	.listing-header__descrip {
    width: 100% !important;
    margin-top: 20px;
		margin-left: 0 !important;
  }
	.listing-header__search {
		margin-bottom: 20px;
	}
	.blog-section__picks h2,
	.our-picks__small,
	.blog-listing-wrapper h2 {
		display: none !important;
	}
	.our-picks__large,
	#posts-wrapper .pick-thumb,
	.listing-header .widget-span.span3 {
		width: 100%;
	}
	#posts-wrapper .pick-thumb {
		margin-bottom: 20px;
	}
	#posts-wrapper .pick-thumb:not(:nth-child(3n+1)):not(:first-child),
	.widget-span.span3.listing-header__search {
		margin-left: 0;
	}
	.hs-blog-listing .blog-section,
	.blog-section__picks {
		padding: 0;
		padding-top: 0 !important;
	}
	.blog-listing-wrapper {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 2.5em !important;
	}
	.button--show {
    margin-top: 1.5em;
	}
	.listing-header {
		padding-bottom: 0.5em !important;
	}
	.listing-header .row-fluid {
		display: block;
	}
	.post-header .post-header__title h1 {
	    font-size: 36px;
	    line-height: 42px;
	}
	.post-header .post-header__info h2 {
	    font-size: 28px;
	}
	.about-author {
		margin-top: 50px;
		padding: 30px 0;
	}
	.about-author__image {
		width: 70px;
		min-width: 70px;
		height: 70px;
	}
	.about-author__bio {
    padding-left: 20px;
    width: calc(100% - 70px);
  }
}
@media (max-width: 1000px) and (min-width: 800px) {
	.widget-span.span3.listing-header__search {
		width: 75%;
	}
}
@media (min-width: 1000px) {
	.hs-blog-listing .content-wrapper {
		background: rgb(255,255,255);
		background: linear-gradient(90deg, rgba(242,242,243,1) 0%, rgba(242,242,243,1) 50%, rgba(255,255,255,1) 50%);
		border-top: 1px solid #F2F2F3;
	}
	.subscribe-mobile {
		display: none !important;
	}
	.post-header {
		display: flex;
		align-items: stretch;
	}
	.post-header .post-header__meta {
		width: 55%;
	}
	.post-header .post-header__image-wrapper {
		width: 45%;
		margin-top: 65px;
	}
	.blog-sidebar .hs-search-field {
		margin-bottom: 75px;
	}
}
@media (min-width: 800px) {
	.our-picks__large .eyebrow span:first-child {
		font-size: 20px;
	}
	.our-picks__large h3 {
		font-size: 25px;
	}
}
@media (max-width: 600px) {
	.subscribe-mobile {
		padding: 0 50px;
	}
}

progress {
  /* Positioning */
  position: fixed;
  left: 0;
  top: 0;
	z-index: 9999;

  /* Dimensions */
  width: 100%;
  height: 5px;

  /* Reset the appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;

  /* Get rid of the default border in Firefox/Opera. */
  border: none;

  /* Progress bar container for Firefox/IE10+ */
  background-color: transparent;

  /* Progress bar value for IE10+ */
  color: #00bfff;
}

progress::-webkit-progress-bar {
  background-color: transparent;
}

progress::-webkit-progress-value {
  background-color: #00bfff;
}

progress::-moz-progress-bar {
  background-color: #00bfff;
}


.alloy-cta{
  display:block;
  text-align:center;
  
}
.align{
text-align:center;
}
a.link-style{
    display:block;
  text-align:center;
margin: 2rem auto;
    max-width: 205px;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    z-index: 5;
    position: relative;
    text-transform: uppercase;
    background-color: #e40046;
    color: #fff;
    overflow: hidden;
    border: 2px solid #e40046;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
a.link-style:hover{
    background: transparent;
    color: #3c4043;
    border-color: #3c4043;
}