/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 
@font-face {
	font-family: 'Helv33';
	font-style: normal;
	font-weight: normal;
  src: url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-ThEx.woff2') format('woff2'),
        url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-ThEx.woff') format('woff'),
        url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-ThEx.ttf') format('truetype');
  font-display: swap;
}

@font-face {
	font-family: 'Helv73';
	font-style: normal;
	font-weight: normal;
  src: url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-BdEx.woff2') format('woff2'),
        url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-BdEx.woff') format('woff'),
        url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-BdEx.ttf') format('truetype');
  font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue LT Pro 45 Light';
	font-style: normal;
	font-weight: normal;
	src: url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-Lt.woff2') format('woff2'),
        url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-Lt.woff') format('woff'),
        url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-Lt.ttf') format('truetype');
  font-display: swap;
}

@font-face {
	font-family: 'Helvetica Neue LT Pro 75 Bold';
	font-style: normal;
	font-weight: normal;
  src: url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-Bd.woff2') format('woff2'),
        url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-Bd.woff') format('woff'),
        url('https://lawadmissions.law.stetson.edu/hubfs/HelveticaNeueLTPro-Bd.ttf') format('truetype');
  font-display: swap;
} */


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box; 
}

body {
/*   font-family: 'Helvetica Neue LT Pro 45 Light', sans-serif; */
  font-family: 'Open Sans', sans-serif;
}

b, strong {
/*   font-family: 'Helvetica Neue LT Pro 75 Bold', sans-serif; */
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

em, i {
  font-style: italic; 
}

a {
  color: #45612F;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

hr {
  margin: 50px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}


h1 {
  font-size: 60px;
  line-height: 75px;
  font-weight: 300;
}

h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 10px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: normal;
  color: #222222;
  margin: 0 0 15px;
}

img.full-width {
  display: block;
  width: 100%;
}

.post-body p {
  font-size: 18px;
  line-height: 28px; 
  font-weight: normal;
  margin-bottom: 1em;
  color: #444444;
}

.post-body ul:not(.hs-error-msgs) li,
.post-body ol li {
  font-size: 18px;
  line-height: 28px; 
  font-weight: 300;
  margin-bottom: 1em;
  color: #444444;
}

.post-body ul:not(.hs-error-msgs) li {
  position: relative;
  padding-left: 40px;
}

.post-body ul:not(.hs-error-msgs) li:before {
  content: 
  color: #4E7034;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 18px;
}

@media (orientation: landscape) and (max-width: 900px) and (min-width: 500px) {
  .blog-section ul li:before { 
    top: 6px;
  }
}

.container,
.header-container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) and (max-width: 1300px) {
  .container,
  .header-container {
    padding: 0 25px; 
  }
}

.flex-container {
  display: flex;
  flex-direction: column;
}

.flex-form {
  background: #F4F4F4;
  padding: 25px;
}

.alt .flex-form h3 {
  margin: 30px 0 15px; 
}

main .field label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #222;
  margin-bottom: 15px;
}

main .hs-input,
main input[type="text"],
main input[type="email"],
main input[type="number"],
main select {
  width: 100% !important;
  border: none;
  box-shadow: none;
  height: 45px;
  background: #FFFFFF;
  padding-left: 16px;
  box-sizing: border-box;
}

.alt main .hs-input,
.alt main input[type="text"],
.alt main input[type="email"],
.alt main input[type="number"],
.alt main select {
  background: #ececec;
}

main form .field {
  margin-bottom: 25px; 
}

main form .field .input {
  margin-right: 0 !important;
}

main form .field.hs-firstname .input {
  margin-right: 15px !important;
}

main form fieldset {
  max-width: 100% !important; 
}

main .field .hs-error-msg {
  color: red;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}

main form select.hs-input { 
  font-size: 14px;
  line-height: 19px;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('//lawadmissions.law.stetson.edu/hubfs/arrow.svg') no-repeat center right 18px;
}

body main .hs-button.primary {
  background: #4E7034;
  color: #fff;
  display: inline-block;
  height: 60px;
  line-height: 40px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  transition: .15s ease-out opacity;
  font-family: 'Helv73', sans-serif;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (max-width: 540px) {
  body main .hs-button.primary {
    display: block;
    width: 100%;
  }
}

body main .flex-form .hs-button.primary {
    width: 100%;
}

body main .hs-button.primary:hover {
  padding-top: 10px;
  opacity: 0.5;
  line-height: 40px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  background: #293E19 !important;
  opacity: 1;
}

.flex-form h2 {
  display: none; 
}

.alt .flex-form h2 {
  display: block;
}

.flex-form h3 {
 margin: 0 0 30px; 
}

main {
  background: #FBFBFB;
}

.flex-content {
  padding: 25px;
}

.flex-content img {
  display: block;
  margin: 40px auto;
}

@media (min-width: 991px) {
  .flex-container {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  
  .flex-content {
    width: 56%; 
    padding: 55px 0 150px;
  }
  
  .flex-form {
    width: 38%; 
    padding: 55px 40px;
  }
  
  .alt .flex-content {
    width: 48%; 
  }
  
  .alt .flex-form {
    width: 42.08%;
  }
}

@media (min-width: 1300px) {
  .flex-form .fixed-form.fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    max-width: 473px;
  }
  
  .alt .flex-form .fixed-form.fixed {
    max-width: 536px;
  }
}

header {
  background: #628845;
}

.alt .masthead h1,
.alt .masthead h3 {
  text-align: center;
}

.alt .masthead .hs-button.primary {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  .alt .masthead .hs-button.primary {
    width: 395px; 
  }
}

.masthead {
 padding: 55px 25px 71px;
  background: #fff url('//lawadmissions.law.stetson.edu/hubfs/header_bg.png') no-repeat right top;
  background-size: auto 150%;
}


.alt .masthead {
  background: #fff; 
}

@media (min-width: 991px) {
  .masthead {
    padding-left: 0;
    padding-right: 0;
  }
}

footer {
  background: #000000;
  color: #fff;
  padding: 25px;
  text-align: center;
}

footer li,
footer a {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  transition: .15s ease-out color;
}

footer a:hover {
  color: #628845;
}

footer li:before {
   content: none;
}

footer .footer__location {
  text-align: left;
}

footer .footer__socials {
  margin: 25px 0;
}

footer .footer__locations {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 35px;
}

footer .footer__location {
  display: inline-block; 
  margin: 0 10px;
}

@media (min-width: 767px) {
  footer .footer__location {
    margin: 0 45px;
  }
}

footer .footer__socials li {
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 991px) {
  footer {
    padding-top: 45px;
    position: relative;
  }
}

.header-container-wrapper {
  padding: 40px 0 0; 
}

/* @media (max-width: 991px) {
  .header-container .span4.widget-span {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
} */

.footer-container.container-fluid {
  max-width: 100%;
  width: 100%;
}

.hs-recaptcha {
  display: none;
}

.custom-logo h1 {
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #333333; 
}  

.custom-logo h1 span {
  display: block;
  padding-top : 15px;
}

.custom-logo h1 a {
  display: block;
  float: left;
  margin-right: 29px;
  color: #333333; 
	text-decoration: none;
}

.custom-logo h1 img {
  vertical-align: middle;
}

@media (max-width: 767px) {
  .custom-logo h1 a:first-child {
    margin: 0 auto 20px;
    float: none;
    text-align: center;
  }
  .custom-logo h1 span {
    text-align: center;
  }
}

@media (max-width: 1100px) {
  .custom-logo h1 span {
    display: block;
    clear: left;
  }
}

@media (max-width: 1300px) and (min-width: 1101px) { 
  .custom-logo h1 span {
    padding-top: 0; 
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .custom-logo h1 a {
    margin: 0 0 10px;
  }
  .header-container form input[type="submit"] {
    position: absolute;
    right: 0;
  }
  .header-container form .actions {
    position: relative;
  }
}

.hs-featured-image {
  float: none;
  max-width: 100%;
  width: 100%;
  margin: 0;
  transition: .15s ease-out all;
}

.post-columns {
  clear: both;
}

.post-columns:after {
  content: '';
  display: table;
  clear: both;
}

.first .post-preview  {
  width: 894px;
  max-width: 100%;
  background: #fff;
  z-index: 999;
  padding: 28px 20px;
}

@media (min-width: 767px) {
  .first .post-preview {
    padding: 28px 45px;
  }
  .first.post-item {
     position: relative;
    margin-bottom: 150px;
  }

  .first .hs-featured-image-wrapper{
/*     max-height: 490px; */
    overflow: hidden;
  }
	.first .hs-featured-image-wrapper .hs-featured-image-link {
	  display: block;
    aspect-ratio: 16 / 9;
	}

  .first .hs-featured-image {
    position: relative;
/*  top: 50%;
    transform: translateY(-26%); */
    margin: 0;
		object-fit: cover;
		width: 100%;
		height: 100%;
  }
  
/*   .first:hover .hs-featured-image {
    transform: translateY(-26%) scale(1.05);
  } */

  .first .post-preview  {
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.first .post-preview > p:first-child {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 15px;
}

.first .post-preview > p:first-child a {
  color: #333333;
}

.first .post-preview h2,
.first .post-preview h2 a {
  font-family: 'Helv33', sans-serif;
  font-size: 35px;
  line-height: 42px;
  text-align: center;
  color: #161616; 
  text-decoration: none;
}

.first .post-body p {
  font-size: 19px;
  line-height: 27px;
  text-align: center;
  color: #333333;
}

.post-item {
 padding: 0 20px;
}

.post-item:hover .post-header h2 a {
  text-decoration: underline;
}

.post-item:hover img {
  transform: scale(1.05); 
}

@media (min-width: 768px) {
  .post-item {
    padding: 0;
  }
  
  .post-item:not(.first) .hs-featured-image-wrapper {
    max-height: 187px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.post-item h2 {
  margin: 20px 0 13px; 
/*   font-family: 'Helvetica Neue LT Pro 45 Light', sans-serif; */
}


.post-item {
  margin-bottom: 60px;
}

.post-item .topic-link,
.related-blog-tags {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #333333;
}

.post-item .topic-link:hover,
.related-blog-tags:hover {
  text-decoration: none; 
}

.post-item h2,
.post-item h2 a {
  font-size: 22px;
  line-height: 26px;
  text-decoration: none;
  color: #161616;
}

.blog-pagination {
    display: block;
    text-align: center;
    margin: 100px 0;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}
.blog-pagination a {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    height: 49px;
    width: 49px;
    font-size: 19px;
    line-height: 23px;
    /* identical to box height */
/*     font-family: 'Helvetica Neue LT Pro 75 Bold', sans-serif; */
  font-weight: bold;
    color: #161616;
  background: #EEEEEE;
  vertical-align: middle;
  text-decoration: none;
  padding-top: 15px;
  margin: 0 10px;
  transition: .15s ease-out all;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
    background-color: #4B773C;
    color: #fff;
    text-decoration: none;
}
.blog-pagination a.elipses {
    border: 0;
  background: transparent;
}
.blog-pagination a.active {
    background: #FBFBFB;
    border: 1px solid #999999;
    pointer-events: none;
    cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
  width: auto;
  background: transparent;
  text-decoration: none;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
    text-decoration: underline;
}

.blog-pagination a.elipses:hover,
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover,
.blog-pagination a.previous-link:hover {
  color: #4B773C;
}

.newsletter-subscribe {
  margin: 15px 0 75px;
  padding: 75px 0; 
  background: url('https://lawadmissions.law.stetson.edu/hubfs/email_capture_bg.jpg') no-repeat center center;
  background-size: cover;
  text-align: center;
}

.newsletter-subscribe h2,
.newsletter-subscribe h3 {
  color: #fff;
}

.newsletter-subscribe h3  {
 margin-bottom: 30px; 
}

.newsletter-subscribe form {
  position: relative;
  width: 703px;
  max-width: 95%;
  margin: 0 auto;
}

.header-container form {
  margin: 30px 0;
  text-align: center;
}

@media (min-width: 767px) {
  .header-container form {
    position: relative;
    text-align: right;
    margin: 0;
  }
}

.header-container form input[type="email"] {
  display: none;
}

.header-container form input[type="submit"]  {
  background: #FBFBFB;
  border: 1px solid #999999;
  height: 50px;
  padding: 15px 24px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sr-only,
.newsletter-subscribe form label,
.header-container form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.newsletter-subscribe form input[type="email"] {
  background: #FBFBFB;
  height: 70px;
  width: 100%;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  padding: 28px 23px;
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .newsletter-subscribe form input[type="submit"]  {
    position: absolute;
    top: 5px;
    right: 5px;
    margin-bottom: 0;
  }
}
.newsletter-subscribe form input[type="submit"]  {
  border: none;
  background: #4B773C;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  padding: 21px 28px;
  font-weight: bold;
  height: 60px;
  cursor: pointer;
  transition: .15s ease-out background;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.newsletter-subscribe form input[type="submit"]:hover {
  background: #305525;
}

.menu-border-top {
  margin: 20px 0 0;
  padding: 20px 0;
  border-top: 1px solid #C4C4C4;
}
.blog-search {
	max-width: 80%;
	margin: auto !important;
}
.blog-search .hs-search-field__input {
	padding: 10px;
}
.blog-search .hs-search-field__button {
	min-width: 50px;
  margin-left: -1px;
}
.blog-search .hs-search-field__suggestions-container {
	z-index: 5;
}
body.search .container {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
}
body.search  ul.hs-search-results__listing {
	margin-top: 40px;
}
body.search li.hs-search-results__listing__item {
	margin: 0 0 20px;
}
body.search li.hs-search-results__listing__item .hs-search-results__description {
	line-height: 1.5;
}
body.search li.hs-search-results__listing__item .hs-search-results__featured-image-wrapper {
  aspect-ratio: 16 / 9;
}
body.search li.hs-search-results__listing__item .hs-search-results__featured-image {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
body.search .subscribe-form input[type="submit"],
body.search .subscribe-form input[type="submit"]:hover {
    font-size: 15px;
    line-height: 18px;
    text-transform: none;
    letter-spacing: normal;
    margin: 0;
    padding: 15px 24px;
    border-color: rgb(153, 153, 153);
    color: #000 !important;
    background: rgb(251, 251, 251) !important;
}
body.search .hs-search-results {
	margin-bottom: 100px;
}

.blog-menu {
  display: none; 
  text-align: left;
}

.mobile-blog-menu {
  display: block;
  background: #fbfbfb url('https://lawadmissions.law.stetson.edu/hubfs/arrow-1.svg') no-repeat center right 12px;
  background-size: 15px 15px;
  border: 1px solid #999;
  padding: 15px 24px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; 
  min-width: 242px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .blog-menu {
    display: block; 
  }
  .mobile-blog-menu {
    display: none;
  }
  .blog-menu li {
    display: block;
    margin: 10px 0;
  }
}

.blog-menu li {
  display: inline-block;
  margin: 8px 30px;
}

@media (min-width: 1200px) {
  .article .header-container-wrapper {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
}

.blog-menu li a {
/*   	font-family: 'Helvetica Neue LT Pro 75 Bold', sans-serif; */
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #333333;
  text-decoration: none;
}

.blog-menu li a:hover {
  text-decoration: underline;
}

@media (min-width: 991px) {
  .article .container {
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
  }
  
  .article footer .container {
    display: block; 
  }
  
  .article .blog-content {
    width: 64%; 
  }

  .article .blog-sidebar {
     width: 24%;
  }
}

.article .post-header {
  margin-top: 30px;
}

@media (min-width: 1025px) {
  .article .post-header {
    margin-top: 70px;
  }
}

.article .post-header h1 {
  margin-top: 0;
  font-size: 43px;
  line-height: 52px;
  color: #161616; 
}

.article .newsletter-subscribe {
  margin-bottom: 0; 
}

.article .hs_cos_wrapper_type_blog_social_sharing {
  height: 20px;
  overflow: hidden;
}

.article .meta {
  display: flex;
  padding: 15px 0;
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 17px 0 45px;
}

.article .meta .date {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #444444;
}

/* .article .post-body p,
.article .post-body ul,
.article .post-body ol {
  font-size: 19px;
  line-height: 27px;
  color: #333333;
  margin-bottom: 30px;
} */

.article .post-body {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 27px;
  color: #333;
  margin-bottom: 30px;
}

.article .post-body img {
  margin: 20px auto;
}

.post-body .hs_cos_wrapper {
  font-size: 19px;
  line-height: 27px;
  color: #333;
}

.article h2 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 16px;
}

.article em,
.article i {
/* font-family: 'Helvetica Neue LT Pro 45 Light',sans-serif; */
  font-weight: normal;
}

.article #hubspot-topic_data {
  font-size: 19px;
  line-height: 27px;
  margin-top: 30px;
}

.article #hubspot-topic_data a {
  font-size: 12px;
  line-height: 14px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #333333;
}

.article #hubspot-topic_data a:hover {
 text-decoration: none; 
}

.article .blog-sidebar h2 {
  margin-top: 70px;
}

.article .blog-sidebar h3,
.article .blog-sidebar h2,
.article .related-footer h3,
.article .related-footer h2 {
/*   font-family: 'Helvetica Neue LT Pro 75 Bold',sans-serif; */
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #333333;
}

@media (max-width: 767px) {
  .article .blog-section,
  .article .related-footer {
    padding: 0 20px; 
  }
}

.article .related-blog-item h2,
.article .related-blog-item h3 {
/*   font-family: 'Helvetica Neue LT Pro 45 Light', sans-serif;  */
  font-weight: normal;
  color: #222;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
}

.article .related-blog-item a:hover h2,
.article .related-blog-item a:hover h3 {
   text-decoration: underline;
}

.article .related-blog-item img {
  transition: .15s ease-out transform; 
}

.article .related-blog-item a:hover img {
  transform: scale(1.05) translateY(-10%);
}

.article .related-blog-item {
  margin-bottom: 30px; 
}

@media (min-width: 768px) and (max-width: 990px) {
  .article .related-blog-item:not(.span4) {
     float: left;
    width: 31.491712705%;
    margin-left: 2.762430939%;
  }
    .article .related-blog-item:not(.span4):nth-child(2) {
    margin-left: 0;
  }
}

.article .related-blog-item a {
  color: #161616;
  text-decoration: none;
}

.article .related-blog-item .hs-featured-image-wrapper {
   max-height: 187px;
   overflow: hidden;
  margin-bottom: 21px;
}

.article .blog-sidebar .related-blog-item .hs-featured-image-wrapper {
   max-height: 143px;
}

.article .related-footer {
  margin-top: 80px;
  display: block;
}

.article .related-footer hr {
  margin: 25px 0;
}

.article .related-footer:after {
  display: table;
  content: '';
  clear: both;
}

.article .related-blog-item .hs-featured-image {
  position: relative;
  top: 50%;
  transform: translateY(-10%);
  margin: 0;
}

.article h2 strong {
/*   font-family: 'Helvetica Neue LT Pro 45 Light', sans-serif; */
  font-weight: normal;
}

.social-share li {
  display: inline-block;
  margin: 0 5px;
  list-style: none;
}

.social-share li a:hover svg path {
  transition: .15s ease-in-out fill; 
}

.social-share li a:hover svg path {
  fill: #59884A;
}