 










 

/* ******************** FUNCTIONS ******************** */







































/* ******************** BASE ******************** */
body, html {
  margin: 0;
  padding: 0;
}

/* ******************** HEADER ******************** */
.bop--header {
  text-align: left;
}

/* ******************** MOBILE HEADER ******************** */

.bop--mobilemenu ul {
  margin: 0;
  padding: 0;
}

.bop--mobilemenu .bop--mobilemenu--top a:hover {
  cursor: pointer
}

.bop--mobilemenu .bop--mobilemenu--top ul {
  display:inline-block;
  vertical-align:middle;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space:nowrap;
}
.bop--mobilemenu .bop--mobilemenu--top ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  float: left;
  margin-top: 1px;
  margin-left: 12px;
  vertical-align: middle;
}
.bop--mobilemenu .bop--mobilemenu--top ul li:first-child {
  margin-left: 0;
}
.bop--mobilemenu .bop--mobilemenu--top ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
.bop--mobilemenu .bop--mobilemenu--top ul li a .fa {
  display: inline-block;
  font-size: 14px;
  margin-left: 4px;
  margin-top: -4px;
}

.bop--mobilemenu .bop--mobilemenu--top .bop--mobilemenu--top--subscribe {
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%);
}

.bop--mobilemenu .bop--mobilemenu--top .bop--mobilemenu--top--subscribe a {
  display: inline-block;
  padding: 4px 28px;
  font-size: 16px;
}

.bop--mobilemenu .bop--mobilemenu--top a.active .fa-caret-down:before {
  content: "\f0d8"
}

.bop--mobilemenu .bop--mobilemenu--bottom {
  position: absolute;
  left: 0;
  right: 0;
  background: #f0f7f7;
  z-index: 2;
}

.bop--mobilemenu .bop--mobilemenu--bottom ul {
  margin: 0 auto;
}

.bop--mobilemenu .bop--mobilemenu--bottom * {
  color: #5d6769;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--item {
  max-height: 0;
  overflow: hidden;
  -webkit-box-shadow:0px 0px 3px 0px rgba(0,0,0,.3);
  -moz-box-shadow:0px 0px 3px 0px rgba(0,0,0,.3);
  box-shadow:0px 0px 3px 0px rgba(0,0,0,.3);
  -webkit-transition: max-height .5s ease-out;
  -moz-transition: max-height .5s ease-out;
  -ms-transition: max-height .5s ease-out;
  -o-transition: max-height .5s ease-out;
  transition: max-height .5s ease-out;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--item .bop--mobilemenu--bottom--item--inner .grid__item {
  text-align:left;
  padding: 10px 0!important;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--categories ul { 
  list-style: none; 
  text-align: left; 
  margin-bottom: 0;
  padding:0px;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--categories ul li {
  font-size: 16px; 
  padding: 4px 0;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--categories ul li a {
  text-decoration: none;
  line-height: 1.7em;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--categories ul li a:hover {
  color: #1082c1;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--social ul {
  list-style: none;
  text-align: left;
  padding:0px;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--social ul li { 
  display: inline-block;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--social ul li a { 
  display: block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--social ul li a .fa {
  color: #ffffff;
}

.bop--mobilemenu .bop--mobilemenu--bottom .bop--mobilemenu--bottom--search ul { 
  list-style: none;
  padding: 0 10px;
  text-align: left;
}

@media   (max-width: 767px) {
.bop--mobilemenu .bop--mobilemenu--top ul li a {font-size:12px;}
}

/* ******************** MENU ******************** */



.bop--menu {
  text-align:right; 
}

.bop--menu > ul > li { 
  display: inline-block;
  position: relative;
  border-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.bop--menu > ul > li > .menu--name, .bop--menu > ul > li > .fa { 
  display: inline-block;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 16px;
}

.bop--menu > ul > li > .menu--name {
  text-transform: uppercase;
}

.bop--menu > ul > li > .menu--name:after {
  font-family: "FontAwesome",sans-serif;
  content: "\f0d7";
  font-size: 12px;
  padding-left: 6px;
  font-weight: normal;
  line-height: 1em;
}

.bop--menu > ul > li ul { 
  display: none;
  position: absolute;
  filter: alpha(opacity=0);
  width: 240px;
  top: 100%;
  right: 0;
  list-style: none;
  z-index: 10;
  text-transform: none;
  background: #f0f7f7;
  padding: 16px;
  margin-top:0px;
  margin-bottom:0px;
}

.bop--menu > ul > li ul li { 
  display: block;
  padding: 0px;
  margin: 0px;
}

.bop--menu > ul > li ul li a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 5px 12px;
  color: #5d6769;
  line-height: 1.5em;
}

.bop--menu > ul > li ul li a:hover {
  color: #232323;
}

.bop--menu > ul > li.bop--head--topics {
  text-align: right;
}

.bop--menu > ul > li.bop--head--social ul {
  font-size: 0px;
  width: auto;
  white-space: nowrap;
}

.bop--menu > ul > li.bop--head--social li {
  display: inline-block;
  margin: 0px 1px;
}

.bop--menu > ul > li.bop--head--social a {
  width: 40px;
  height: 40px;
  text-align: center;
  color: white !important;
  line-height: 40px;
  padding: 0 !important;
}

.bop--menu > ul > li:hover > .menu--name, .bop--menu > ul > li:hover > .fa {
  background: #f0f7f7;
  cursor: pointer;
}

.bop--menu > ul > li:hover ul,
.bop--menu > ul > li.active ul{
  display: inline-block;
}

.bop--menu .bop--head--subscribe {
  margin-left: 12px;
}

/* .bop--menu .hs-menu-wrapper ul>li:first-child a {
   font-weight: 500;
   color: #474E51;
   opacity: 1;
} */

/* ******************** HERO ******************** */
.bop--listing--hero .blog-title {
  padding-bottom: 0;
}
.bop--listing--hero .blog-title a:hover{
  opacity: .5;
}

.bop--listing--hero h1.blog-title {
    font-family: 'Ivar Headline',serif;
    font-style: normal;
    font-weight: 500;
    font-size: 66px;
    line-height: 64px;
    /* or 97% */

    text-align: center;
    letter-spacing: 0;
      margin-bottom: 16px;
    margin-top: 8px !important;
}
@media all and (max-width: 767px){
  .bop--listing--hero h1.blog-title {
  font-size: 44px;
  line-height: 44px;
  /* or 145% */
  text-align: center;
  margin-top:0 !important;
    letter-spacing: -1px;
  }
  .bop--listing--hero .blog-title {
    padding-top: 0 !important;
  }
  .bop--listing--hero.block .grid.short{
    padding-top: 13px;
  }
}
.bop--listing--hero .grid.short {
  padding-bottom: 22px;
}
.bop--keyword {
  height: 0;
  width: 0;
  font-size: 0;
  overflow: hidden;
  margin: 0;
  padding: 0; 
}
.bop--listing--hero p.hard--top {
  margin-bottom: 18px;
}
.bop--listing--hero .h1 {
  padding-top: 15px;
}


/* ******************** LISTING ******************** */
.bop--listing--item {
  display: block;
  width:100%;
  text-align: left;
}
.bop--listing--item .bop--listing--item--image {
  background-size: cover!important;
  background-repeat: no-repeat!important;
  width: 100%;
  display: block;
}
.bop--listing--item .bop--listing--item--image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bop--listing--item--author--meta {
  display:inline-block; 
  vertical-align:middle;
}
.bop--listing--item .bop--listing--item--author--avatar {
  width: 65px;
  height: 65px;
  border-radius: 9999px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.bop--listing--item .bop--listing--item--topics {
  margin: 10px 0 0 0;
  line-height: 1.2em;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bop--listing--item .bop--listing--item--lower {
  margin: 0px;
}
.bop--listing--item .bop--listing--item--lower p {
  display: inline-block;
  line-height: calc((2 * (2px + 13px)) + 1em);
  margin: 0 !important;
}
.bop--listing--item .bop--listing--item--lower .bop--listing--item--social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: absolute;
  left: -315px;
  background-color: #FFF;
  -webkit-transition: left .5s;
  -o-transition: left .5s;
  transition: left .5s;
  top: 0px;
}
.bop--listing--item .bop--listing--item--lower .bop--listing--item--social--wrapper {
  overflow:hidden; 
  position:relative;
}
.bop--listing--item .bop--listing--item--lower .bop--listing--item--social li {
  display: inline-block;
}
.bop--listing--item .bop--listing--item--lower .bop--listing--item--social li.bop--listing--item--social--close {
  width: 100%;
  height: 45px;
  line-height: 45px;  
  display: block;
}
.bop--listing--item .bop--listing--item--lower .bop--listing--item--social li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
@media (min-width: 1024px)   {
.bop--listing--item .bop--listing--item--lower .bop--listing--item--social li.bop--listing--item--social--close {
  display: none;
}
}
@media   (max-width: 767px) {
.bop--listing--item .bop--listing--item--lower {
  position:relative; 
}
.bop--listing--item .bop--listing--item--lower .bop--listing--item--social--wrapper {
  position:static;
}
.bop--listing--item .bop--listing--item--lower .bop--listing--item--social {
  z-index:3;
}
.bop--listing--item .bop--listing--item--social--close,
.bop--listing--item .bop--listing--item--social--close a {
  display:block!important;
  width:100%!important;
  height:auto!important;
  line-height:1em!important;
  text-decoration:none;
  text-align:left!important;
  font-size:14px;
  color:#171A1C;
}
.bop--listing--item .bop--listing--item--social--close a:hover {
  cursor:pointer;
}
}

/* ******************** AUTHOR LISTING ******************** */
.bop--listing--author .bop--listing--author--name {
  margin: 10px 0 5px;
}

.bop--listing--author .bop--listing--author--avatar {
  width: 200px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  border-radius: 9999px;
  margin-bottom: 10px;
}

.bop--listing--author .bop--listing--author--social ul {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.bop--listing--author .bop--listing--author--social ul li:first-child {
  display: block;
  margin-bottom: 10px;
}

.bop--listing--author .bop--listing--author--social ul li {
  display: inline-block;
  margin: 0 5px;
}

.bop--listing--author .bop--listing--author--social ul li a {
  height: 35px;
  width: 35px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}

.bop--listing--author .bop--listing--author--social ul li a i {
  line-height: 35px;   
}

/* ******************** INNER ******************** */
.bop--single {
  text-align: left;
  margin-bottom: 200px;
}

.bop--single .bop--single--wrapper p:last-child{
  margin-bottom:0px; 
}

.bop--single .bop--single--wrapper {
  position: relative;
}

.bop--single .grid__item.bop--post--body--container {
  padding: 0 60px 0 0;
  margin: 0 !important;
  max-width: 736px;
}

@media all and (max-width: 767px){
.bop--single .grid__item.bop--post--body--container {
  padding: 0;
  width: 100% !important;
}
}

.bop--single .bop--single--body h2 {
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Aktiv Grotesk',sans-serif;
  margin: 0 0 45px;
  padding: 0 50px;
  color: #171A1C;
  text-align: left;
  text-transform: none;
}

.bop--single .bop--single--body p {
  font-size:17px;  
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 195.3%;
  color: #474E51;
  font-weight: normal;
  text-align: left;
  margin: 0 0 45px;
  padding: 0 50px;
}



.bop--single .bop--single--body a,
.bop--single .bop--single--body h2 a {
  color: #3090e8 !important;
  text-decoration: underline !important;
}

.bop--single .bop--single--body a:hover {
  text-decoration: none !important;
}

.bop--single .bop--single--body img {
  margin: 45px 0 90px;
}



.bop--single .bop--single--body ul,.bop--single .bop--single--body ol {
  margin: 0 0 45px;
  padding: 0 50px 0 70px;
  text-align: left;
}

.bop--single .bop--single--body ul li, .bop--single .bop--single--body ol li {
  font-size:17px;  
  font-family: Georgia, 'Times New Roman', Times, serif;
  line-height: 195.3%;
  color: #474E51;
  font-weight: normal;
}

.bop--single h1 {
  margin-top: 32px;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
.bop--post--body--container {
  padding: 0 40px;
}
}

@media   (max-width: 767px) {
.bop--post--body--container {
  padding: 0;
}

.grid.innerBody {
  padding: 0;
}
≈
}

@media all and (max-width: 767px){
  .bop--single .bop--single--body ul,.bop--single .bop--single--body ol {
  padding: 0 30px 0 30px;
    margin-left: 30px;
}
}

.bop--single p.bop--single--topics {
  margin: 10px 0 0 0;
  line-height: 1.2em;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bop--single p.bop--single--topics a{
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px; 
  text-transform: uppercase;
  color: #bbbbbb !important;
}

.bop--single .bop--single--featuredimage {
  width: 100%;
  position: relative;
}

.bop--single .bop--single--featuredimage img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.bop--single .bop--single--featuredimage .bop--single--subscribe {
  position: absolute;
  right: 15px;
  top: 15px;
}

.bop--single img.featured--print--author--image {
  display: none;
}
.bop--single .bop--single--meta--content p {
  margin: 1px 0 0 !important;
  font-size: 16px;
  line-height:1.7em;
}

.bop--single .bop--single--meta--content,
.bop--single .bop--single--meta--content p {
  display: inline-block;
  float: left;
}

.bop--single .bop--single--meta .bop--single--meta--avatar {
  width: 57px;
  height: 57px;
  border-radius: 9999px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  float: left;
  margin: -15px 25px 0 0;
}

.bop--single .bop--single--meta--print {
  display: inline-block;
  float:right;
  font-size:14px;
  margin: 5px 0 0 0;
  line-height:1.7em;
}

.bop--single .bop--single--meta--print a {
  color: #999;
  text-decoration: none;
}

.post--body--section .grid {
  max-width: 1120px;
  
}

@media all and (max-width: 767px){ 
  .bop--single .bop--single--body p,
  .bop--single .bop--single--body h2 {
    padding: 0 30px;
  }
  .bop--single .bop--single--body img {
    margin: 35px 0 65px;
  }
  .bop--single--body blockquote {
      max-width: 70% !important;
      margin: 25px auto 65px !important;
  }
}

/* ******************** RELATED POST CTA ******************** */
.related--post--cta {
  background-color: #F6F6F6;
  padding: 0 50px;
  margin: 90px 0;
} 


.related--post--cta .grid.short {
  padding: 45px 0 30px;
}
@media all and (max-width: 767px){
    .related--post--cta .grid.short {
    padding: 45px 0 ;
  }
}

.related--post--cta .cta--message {
  padding-bottom: 80px;
}

.related--post--cta h3 {
  font-size: 20px;
  line-height: 28px;
  text-decoration-line: underline;
  font-family: 'Aktiv Grotesk',sans-serif;
  text-align: left;
  max-width: 300px;
  text-transform: none;
  font-weight: normal;
  margin: 0;
}

.related--post--cta:hover h3 {
  text-decoration: none;
}

.related--post--cta .read-time {
  color: #919597;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.2px;
}

.related--post--cta .btn {
  font-family: 'Aktiv Grotesk', sans-serif;;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  float: right;
  padding: 20px 30px;
}

.related--post--cta:hover .btn {
  color: #fff;
  background: #00ab7b;
  text-decoration: none;
}

@media all and (max-width: 767px){ 
  .related--post--cta {
    margin: 65px 0;
  }
  .related--post--cta .grid__item.one-half.hard {
    width: 100% !important; 
  }
  .related--post--cta .cta--message {
    padding-bottom: 0;
  }
  .related--post--cta .btn {
    float: left;
    margin-top: 30px;
  }
}

@media all and (max-width: 1023px) {
  .related--post--cta--block {
    padding: 0 30px;
}
}
/* ******************** AUTHOR ******************** */
.bop--single--author {
  border-top: 1px solid #dddddd;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}

.bop--single--author .bop--single--author--avatar {
  width: 125px;
  height: 125px;
  border-radius: 9999px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin: -65px auto 0 auto;
  border: 15px solid #FFFFFF;
}

.bop--single--author .bop--single--author--social ul {
  margin: 20px 0 20px 0;
  padding: 0;
  list-style: none;
}

.bop--single--author .bop--single--author--social ul li {
  display: inline-block;
  margin: 0 5px;
}

.bop--single--author .bop--single--author--social ul li:first-child {
  display: block;
  margin-bottom: 10px;
}

.bop--single--author .bop--single--author--social ul li a {
  height: 35px;
  width: 35px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}

.bop--single--author .bop--single--author--social ul li a i {
  line-height: 35px;   
}

.author--social--block {
  padding-bottom: 95px;
}

/* ******************** SOCIAL ******************** */
.bop--single--social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
}

.bop--single--social ul li {
  text-align: center;
}

.bop--single--social .fa-twitter:before {
    content: url(https://4826914.fs1.hubspotusercontent-na1.net/hubfs/4826914/tw.svg);
}
.bop--single--social .fa-linkedin-in:before {
    content: url(https://4826914.fs1.hubspotusercontent-na1.net/hubfs/4826914/li.svg);
}
.bop--single--social .fa-facebook-f:before {
    content: url(https://4826914.fs1.hubspotusercontent-na1.net/hubfs/4826914/fb.svg);
}
.bop--single--social .fa-envelope:before {
    content: url(https://4826914.fs1.hubspotusercontent-na1.net/hubfs/4826914/email.svg);
}
.bop--single--social ul li:hover a i {
    opacity: .5;
}

.scroll--item {
  position: absolute;
  top: 0px;
  left: -135px;
  z-index: 1;
  width: 100px;
}

.bop--single--social {
  float: left;
  padding-left: 50px;
}

@media all and (max-width: 767px){ 
    .bop--single--social {
    padding-left: 30px;
  }
}

.bop--single--social ul li:first-child {
  font-size: 15px;
  padding-right: 30px;
  font-weight: normal;
}


.bop--single--social ul li a {
  display: block;
  height: 40px;
  color: #171A1C;
}

.bop--single--social ul li a i {
  line-height: 40px;
  font-size: 16px;
  padding-right: 20px;
}
.bop--single--social ul li:last-child a i {
  padding-right: 0;
}

.page--scrolled .site-header.header .social--header ul li:last-child a i {
  padding-right: 0;
}

.site-header a.btn-scroll, .site-header .btn-share {
  display: none;
}

.page--scrolled .site-header a.btn-scroll {
  font-weight: normal;
  font-size: 15px;
  color: #A3A6A8;
  font-family: 'Aktiv Grotesk', sans-serif;
  display: block;
  position: absolute;
  right: 150px;
  text-decoration: none;
}

.page--scrolled .site-header a.btn-scroll:hover {
  text-decoration: underline;
}

.page--scrolled .site-header .btn-share {
  font-weight: normal;
  font-size: 15px;
  color: #474E51;
  font-family: 'Aktiv Grotesk', sans-serif;
  text-decoration: underline;
  display: block;
  border: 0;
  outline: none;
  background: transparent;
  padding-right: 0;
}

.page--scrolled .site-header .btn-share:hover {
  text-decoration: none;
}

.bop--single--social--mobile {
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998; 
  display:block;
}

.bop--single--social--mobile {
  bottom:-50px;
  transition: bottom .3s ease-in;
  -webkit-transition:bottom .3s ease-in;
  -moz-transition:bottom .3s ease-in;
}

.bop--single--social--mobile {
  bottom: 0 !important;
}

.bop--single--social--mobile ul {
  list-style:none;
  padding:0px;
  margin:0px;
}

.bop--single--social--mobile li {
  display:inline-block;
  float:left;
}

.bop--single--social--mobile li a {
  display:block;
  color:#ffffff;
  height:50px;
  text-align:center;
  line-height:50px;
}

@media (min-width: 768px) and (max-width: 1023px) {
.bop--single--wrapper .scroll--item {
  position: relative !important;
  margin-top: 0px !important;
  top:0px!important;
  left:0px!important;
  width:100%!important;
}
.bop--single--wrapper .bop--single--social {
  width:100%!important;
}
.bop--single--wrapper .bop--single--social ul {
  margin-top:20px!important;
  width:100%; 
}
.bop--single--wrapper .bop--single--social ul li {
  display: inline-block;
  margin: 2px;
}

.bop--single--wrapper .bop--single--social ul li:first-child {
  background:transparent;
  color:#171A1C;
  font-size:20px;
  padding-left:0px;
}

.bop--single--wrapper .bop--single--social ul li a {
  display: block;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
}

.bop--single--wrapper .bop--single--social ul li a i {
  line-height: 40px;
  font-size: 18px;
}
}

@media   (max-width: 767px) {
.page--scrolled .site-header a.btn-scroll {
  right: 100px;
}
}

/* ******************** COMMENTS ******************** */
.hs-common-confirm-message {
  font-family: 'Aktiv Grotesk',sans-serif;
  margin-bottom: 20px!important;
}

.bop--single--comments {
  display:block;
  width: 100%;
  margin: 0 auto;  
}

.bop--single--comments .new-comments:before {
  content: 'Comments';
  font-family: 'Ivar Headline',serif;
  font-size: 28px;
  color: #171A1C;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  display: block;
}

.bop--single--comments #comment-form {
  margin-top: 40px!important;   
  margin-bottom: 40px!important;
}

.bop--single--comments #comment-form:before {
  content: 'Leave a Comment';
  font-family: 'Ivar Headline',serif;
  font-size: 28px;
  color: #171A1C;
  font-weight: ;
  text-align: left;
  margin-bottom: 20px;
  display: block;
}

.bop--single--comments form.hs-form textarea {
  min-height:120px; 
}

.bop--single--comments .comment {
  border: 0px!important;
  text-align: left;
}

.bop--single--comments .comment .comment-from,
.bop--single--comments .comment .comment-from *,
.bop--single--comments .comment .comment-date {
  display: inline;
  line-height: 1.4em;
  font-family: 'Aktiv Grotesk',sans-serif;
  font-weight: normal;
}

.bop--single--comments .comment .comment-from {
  font-size: 20px;
}

.bop--single--comments .comment .comment-date {
  font-size: 13px;
  color: #171A1C;
}

.bop--single--comments .comment .comment-body {
  padding-bottom: 0px;
}

.bop--single--comments .comment .comment-reply-to {
  padding-right: 0;
  padding-left: 25px;
  margin-left: 0;
  background-position: center left;
  opacity: .4;
}

.bop--single--comments .comment .comment-reply-to * {
  font-style: normal; 
}

.bop--single--comments #comments-listing {
  padding-top: 20px;
  padding-bottom: 30px;
}

.bop--single--comments #comments-listing .comment.comment.depth-0:not(:first-child) {
  border-top: 1px solid #CCC!important;
  padding-top: 40px;
  margin-top: 40px;
}

.bop--single--comments #comments-listing .comment.depth-0 {
  padding-left: 0%;
}

.bop--single--comments #comments-listing .comment.depth-1 {
  padding-left: 5%;
  padding-top: 5%;
}

.bop--single--comments #comments-listing .comment.depth-2 {
  padding-left: 10%;
  padding-top: 5%;
}

.bop--single--comments #comments-listing .comment.depth-3 {
  padding-left: 15%;
  padding-top: 5%;
}

.bop--single--comments #comments-listing .comment.depth-4 {
  padding-left: 20%;
  padding-top: 5%;
}

.bop--single--comments #comments-listing .comment.depth-5 {
  padding-left: 25%;
  padding-top: 5%;
}

.bop--single--comments #comments-listing .comment.depth-6 {
  padding-left: 30%;
  padding-top: 5%;
}

.bop--single--comments #comments-listing .comment.depth-7 {
  padding-left: 35%;
  padding-top: 5%;
}

.bop--single--comments #comments-listing .comment.depth-8 {
  padding-left: 40%;
  padding-top: 5%;
}

.bop--single--comments #comments-listing .comment.depth-9 {
  padding-left: 45%;
  padding-top: 5%;
}

.bop--single--comments #comments-listing.no-comments {
  padding: 0px;
  display:none;
}

.bop--single--comments #comment-form .hs_subscribe{
  margin-bottom:0px;
}

.bop--single--comments #comment-form .hs_subscribe > div.input{
  margin-bottom:0px;
}

.bop--single--comments #comment-form .hs_submit {
  padding-top: 20px;
}

/* ******************** LEAD MAGNET ******************** */

.bop--listing--leadmagnet .bop--listing--leadmagnet--image {
  width: 33.3333%;
  display: inline-block;
  vertical-align: middle;
}

.bop--listing--leadmagnet .bop--listing--leadmagnet--content {
  width: 66.6667%;
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
  text-align: left;
}

.bop--listing--leadmagnet .bop--listing--leadmagnet--noimage {
  width:100%;
  padding-left:0px;
  padding-right:0px;
}

.bop--listing--leadmagnet .hbspt-form {
  display: block;
  width: 100%;
  clear: both;
}

.bop--listing--leadmagnet form {
  display: block;
  overflow:visible;
  font-size:0px;
}

.bop--listing--leadmagnet form * {
  max-width:100%!important;
  box-sizing: border-box;
}

@media (min-width: 768px)   {
.bop--listing--leadmagnet form.hs-form .actions {
  display:block!important;
  margin:0px!important;
  padding:0px!important;
}
.bop--listing--leadmagnet form.hs-form .hs_submit .hs-button {
  margin-bottom: 0px !important;
}
.bop--listing--leadmagnet form.hs-form .hs_submit {
  display:inline-block!important;
  vertical-align:bottom;
  width: 33.3333%;
  padding-top:0px;
  clear: none!important;
}
.bop--listing--leadmagnet form.hs-form .hs-form-field input {
  width:100%;
}
.bop--listing--leadmagnet form.hs-form .input {
  margin-bottom:0px!important;
}
.bop--listing--leadmagnet form.hs-form > div {
  display:inline-block;
}
.bop--listing--leadmagnet form.hs-form .hs-form-field {
  width: 66.6667%;
  padding: 0 1% 0 0;
  vertical-align:bottom;
}
.bop--listing--leadmagnet form.hs-form .hs-form-field .hs-error-msgs.inputs-list li label {
  margin-top:0px; 
}
.bop--listing--leadmagnet form.hs-form .hs_submit input.hs-button {
  margin-top: 0px;
  min-width:100%!important;
  font-size:16px;
  line-height:1.4em;
  padding-top:9px;
  padding-bottom:9px;
  border-top-width:1px!important;
  border-bottom-width:1px!important;
}
.hubui .bop--listing--leadmagnet form.hs-form .hs_submit input.hs-button,
.bop--listing--leadmagnet.hubui form.hs-form .hs_submit input.hs-button {
  margin-top: 0px;
  min-width:100%!important;
  font-size:16px;
  line-height:1.4em;
  
  padding-top: calc((14px + 9px)/2);
  padding-bottom: calc((14px + 9px)/2);
  
  border-top-width:1px!important;
  border-bottom-width:1px!important;
}
}

.bop--exitintent {
  display:none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter:alpha(opacity=0);
  z-index: 2147483647;
  -webkit-transition: opacity .25s ease-out;
  -moz-transition: opacity .25s ease-out;
  -ms-transition: opacity .25s ease-out;
  -o-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out;
}

.bop--exitintent .bop--exitintent--wrapper {
  display: block;
  position: relative;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* width: 98%; */
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, .7);
}

.bop--exitintent .bop--exitintent--wrapper .bop--exitintent--inner {
  position: relative;
  display: inline-block;
  overflow: visible;
  vertical-align: middle;
  width: 813px;
  max-width: 100%;
}

.bop--exitintent .bop--exitintent--wrapper .bop--exitintent--vcenter {
  display: inline-block;
  height: 100%;
  width:auto;
  vertical-align: middle;
}

.bop--exitintent .bop--exitintent--wrapper .bop--exitintent--inner .bop--exitintent--box {
  width: 100%;
  position: relative;
  margin: 0px auto;
  text-align: center;
  padding: 40px 75px 75px;
  overflow: hidden;
  background:white;
  transition:transform 1s ease-in-out;
}

.bop--exitintent .bop--exitintent--wrapper .bop--exitintent--inner .bop--exitintent--content {
  display: flex;
}

.bop--exitintent .bop--exitintent--wrapper .bop--exitintent--inner .bop--exitintent--content img {
  max-width: 30%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  margin-right: 3%;
}

.bop--exitintent--content--inner--content {
  font-family: 'Aktiv Grotesk', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 27px;
  color: #171A1C;
  max-width: 135px;
}

.bop--exitintent--close--x p {
  text-align: right;
  margin: 0;
  padding-bottom: 40px !important;
}

.bop--exitintent .bop--exitintent--content--inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
}

.bop--exitintent--content--inner h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 29px;
  line-height: 41px;
  /* or 141% */

  letter-spacing: 0;
  color: #171A1C;
  text-transform: none;
  margin-top: 11px;
}
.bop--exitintent .bop--exitintent--content--inner--noimage {
  width:100%;
}

.bop--exitintent .bop--exitintent--wrapper .bop--exitintent--inner .bop--exitintent--content .bop--exitintent--content--inner--lower {
  margin-top: 20px;    
  max-width: 273px;
}

.bop--exitintent .bop--exitintent--wrapper .bop--exitintent--inner .bop--exitintent--content .bop--exitintent--content--close p {
  margin-top: 15px;
}

.bop--exitintent .bop--exitintent--wrapper .bop--exitintent--inner .bop--exitintent--content .bop--exitintent--content--close a {
  color: initial;
  text-decoration:underline;
  font-size:  15px;
  font-family: 'Aktiv Grotesk', sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #474E51;
}

.bop--exitintent .bop--exitintent--wrapper .bop--exitintent--inner .bop--exitintent--content .bop--exitintent--content--close a:hover {
  cursor: pointer;
  text-decoration: none;
}

.bop--exitintent--close--x a {
    right: -31px;
    position: relative;
}

.bop--exitintent--close--x a:hover {
    cursor: pointer;
  opacity: .5;
}

.bop--exitintent--box form .hs_email{
  width: 75%;
  float: left;
  vertical-align: bottom;
}

.bop--exitintent--box form .hs_submit{
  width: 25%;
  float: left;
  clear: none!important;
  vertical-align: bottom;
  margin-top: 0;
}

.bop--exitintent .bop--exitintent--blinder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
  background: rgba(0,0,0,0.9);
  z-index: 998;
}

.bop--exitintent--content--inner--lower form.hs-form .hs-form-field>label {
  text-align: center;
  padding-top: 25px !important;
}

.bop--exitintent--content--inner--lower form.hs-form .hs-form-field>.input {
  margin-bottom: 0 !important;
}

.bop--exitintent--content--inner--lower form.hs-form input[type="email"].hs-input {
  /* width: auto !important; */
  min-width: 273px;
  max-width: 100%;
  margin: 0;
  height: 68px;
  line-height: 68px;
  padding: 5px 25px 0 !important;
  border-radius: 2px;
  background: #F6F6F6;
  font-size: 15px;
  color: #474e51;
  border: 1px solid #F1EEE9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  -webkit-transition: border-color .14s cubic-bezier(.4,0,1,1);
  -o-transition: border-color .14s cubic-bezier(.4,0,1,1);
  transition: border-color .14s cubic-bezier(.4,0,1,1);
}

.bop--exitintent--content--inner--lower form.hs-form input[type="email"].hs-input::placeholder {
  color: #A3A6A8;
  font-weight: normal;
  font-family: 'Aktiv Grotesk',sans-serif;
  text-align: center;
}

.bop--exitintent--content--inner--lower form.hs-form .hs_submit input.hs-button {
  display: inline-block;
  color: #fff;
  background-image: none;
  background-color: #00946a !important;
  text-align: center;
  font-family: 'Aktiv Grotesk',sans-serif;
  font-size: 20px;
  line-height: 1em;
  font-style: ;
  font-weight: 500;
  text-transform: unset;
  text-decoration: underline;
  letter-spacing: .5px;
  word-spacing: ;
  padding: 13px 34px;
  border-radius: 2px;
  min-width: 273px;
  width: auto;
  max-width: 100%;
  border: 0;
  -webkit-box-shadow: !important;
  -moz-box-shadow: !important;
  box-shadow: !important;
  text-shadow: !important;
  outline: none !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-top: 30px !important;
}

.bop--exitintent--content--inner--lower form.hs-form .hs_submit input.hs-button:hover {
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  background-color: #00ab7b;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@-webkit-keyframes bounce{
  0{
    top:0;
  }
  8%{
    top:20px;
  }
  16%{
    top:-20px;
  }
  50%,100%{
    top:9999px;
  }
}

body.bop--exitintent--out .bop--exitintent .bop--exitintent--wrapper .bop--exitintent--inner .bop--exitintent--box {
   
}

@media (min-width: 768px)   {
body.bop--exitintent--active {overflow:hidden;}
body.bop--exitintent--active .bop--exitintent {
  display:block;
}

.bop--exitintent form.hs-form .actions {
  display:block!important;
  margin:0px!important;
  padding:0px!important;
}
.bop--exitintent form.hs-form .hs_submit .hs-button {
  margin-bottom: 0px !important;
}
.bop--exitintent form.hs-form .hs_submit {
  display:inline-block!important;
  vertical-align:bottom;
  /* width: 33.3333%; */
  padding-top:0px;
  clear: none!important;
}
.bop--exitintent form.hs-form .hs-form-field input {
  width:100%;
}
.bop--exitintent form.hs-form .input {
  margin-bottom:0px!important;
}
.bop--exitintent form.hs-form > div {
  display:inline-block;
}
.bop--exitintent form.hs-form .hs-form-field {
  width: 100%;
  padding: 0 1% 0 0;
  vertical-align:bottom;
}
.bop--exitintent form.hs-form .hs-form-field .hs-error-msgs.inputs-list li label {
  display: none !important; 
}
.bop--exitintent form.hs-form .hs_submit input.hs-button {
  margin-top: 0px;
  min-width:100%!important;
  font-size:16px;
  line-height:1.4em;
  padding-top:9px;
  padding-bottom:9px;
  border-top-width:1px!important;
  border-bottom-width:1px!important;
}
.hubui .bop--exitintent--content--inner--form form.hs-form .hs_submit input.hs-button,
.bop--exitintent--content--inner--form.hubui form.hs-form .hs_submit input.hs-button {
  display: inline-block;
  color: #fff;
  background-image: none;
  background-color: #00946a !important;
  text-align: center;
  font-family: 'Aktiv Grotesk',sans-serif;
  font-size: 20px;
  line-height: 1em;
  font-style: ;
  font-weight: 500;
  text-transform: unset;
  text-decoration: underline;
  letter-spacing: .5px;
  word-spacing: ;
  padding: 13px 34px;
  border-radius: 2px;
  min-width: 320px;
  width: auto;
  max-width: 100%;
  border: 0;
  -webkit-box-shadow: !important;
  -moz-box-shadow: !important;
  box-shadow: !important;
  text-shadow: !important;
  outline: none !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
}

@media   (max-width: 1023px) {
.bop--exitintent .bop--exitintent--content img {display:none;}   
}
@media   (max-width: 767px) {
.bop--exitintent {
  display: none;
}
.bop--listing--leadmagnet .bop--listing--leadmagnet--content {
  width:100%;
  padding-left:0px;
  text-align:center;
}
}

/* ******************** MOBILE ******************** */

@media screen and (max-width: 430px) {
  .bop--single .bop--single-meta .bop--single-author-avatar {
    width: 60px;
    height: 60px;
    margin: -20px 10px 0;
  }

  .bop--single--social {
    display:none;
  }

  .bop--single .scroll--item {
    display: none;   
  }

  .bop--exitintent .bop--exitintent--wrapper .bop--exitintent--inner .bop--exitintent--box {
    width: 100%;
  }
}

/* ******************** PRINT ******************** */      
@media print {
  html, body {
    height: 99%;    
  }

  .header-container-wrapper {
    display:none;    
  }

  .bop--mobilemenu {
    display:none; 
  }

  .scroll--item {
    display:none;
  }

  .bop--single .bop--single-wrapper {
    width:90%;
  }

  .bop--single--comments{
    display:none;
  }

  header, 
  footer {
    display:none;
  }

  .hs-tools-menu.hs-collapsed{
    display:none;   
  }

  body img.featured-print--image{
    display:block;
  }

  body .bop--single .bop--single--meta .bop--single--print {
    display:none !important;
  }

  body .bop--exitintent {
    display:none;
  }

  body .bop--single--author--avatar {
    display:none !important;
  }

  body .bop--single img.featured--print--author--image{
    display: block!important;
    width: 80px;
    height: 80px;
    border-radius: 9999px;
    float: left;
    margin: -20px 10px 0 0;
  }

  body .bop--single--author {
    display:none;
  }

  body .bop--single--featuredimage{
    display:none;
  }

  body.bop--single .bop--single--meta .bop--single--print {
    display:none !important;
  }

  .bop--single--back {
    display:none; 
  }

  .bop--single--social--mobile {
    display:none; 
  }

  .bop--single--social {
    display:none;
  }

  body.bop--single .bop--single--wrapper p,
  body.bop--single .bop--single--wrapper li {
    font-size:16px;
  }

  body.bop--single .bop--single--wrapper p,
  body.bop--single .bop--single--wrapper ul,
  body.bop--single .bop--single--wrapper ol{
    margin-bottom:20px;
  }    
}







.bop--single--wrapper .scroll--item {
  -webkit-transition: margin-top 1s ease-in-out;
-moz-transition: margin-top 1s ease-in-out;
-ms-transition: margin-top 1s ease-in-out;
-o-transition: margin-top 1s ease-in-out;
transition: margin-top 1s ease-in-out;
  transition-delay:.1s;
}

/*-----MIT Blog Header-----*/


.mit-blog-header .main-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-justify-content: space-between;
  justify-content: space-between;
}



.mit-blog-header .header-logo {
  display: inline;
}

.mit-blog-header .header-logo a {
  float: left;
  margin-left: 40px;
  display: block;
}

.mit-blog-header .header-logo a .logo {
  float: left;
  height: 40px;
}

@media (max-width: 991px) {
  .mit-blog-header .header-logo a {
    height: 40px;
    width: auto;
    margin-left: 15px;
  }
  .mit-blog-header .nav-links .hs-menu-item {
    margin-right: 10px;
  }
  .mit-blog-header .nav-links .hs-menu-item:last-child {
    margin-right: 0;
  }
  .mit-blog-header .nav-links .hs-menu-item a {
    text-decoration: none;
    display: inline-block;
    padding: 7px 0;
  }
}

.mit-blog-header .header-logo .course-header {
  float: left;
  margin: 16px 0 0 20px;
  font-size: 0.875rem;
  color: #6b6969;
  line-height: 1em;
  display: none;
}

.mit-blog-header .header-logo .course-header .course-name {
  display: block;
  font-size: 1rem;
  margin-top: 7px;
  font-weight: 600;
}

@media (min-width: 992px) {
  .mit-blog-header .header-logo .course-header {
    display: block;
  }
}

.mit-blog-header .edx-cookie-banner-wrapper .edx-cookie-banner {
  min-width: 0;
}

@media (min-width: 992px) {
  .mit-blog-header .nav-links .hs-menu-item {
    margin: 0 20px;
  }
  .mit-blog-header .nav-links .hs-menu-item a {
    text-decoration: none;
    display: inline-block;
    padding: 7px 0;
  }
  .mit-blog-header .nav-links .main {
    margin: 20px 0 0 20px;
  }
  .mit-blog-header .nav-links .main .hs-menu-item {
    float: left;
  }
  .mit-blog-header .nav-links .main .nav-tab {
    text-transform: none;
    padding: 0;
    cursor: pointer;
    margin: 0;
  }
  .mit-blog-header .nav-links .main .nav-tab a {
    color: #313131;
    padding: 7px 25px 19px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: -10px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
  }
  .mit-blog-header .nav-links .main .nav-tab a.active,
  .mit-blog-header .nav-links .main .nav-tab a:hover {
    border-bottom-style: solid;
    border-bottom-color: #0066a2;
  }
  .mit-blog-header .nav-links .main .nav-tab a:hover {
    cursor: pointer;
    border-bottom-color: #0066a2;
  }
  .mit-blog-header .nav-links .secondary {
    margin: 0 40px 0 0;
  }
  .mit-blog-header .nav-links .secondary .hs-menu-item {
    font-size: 1rem;
    display: inline-block;
    padding: 2px 0 0 0;
    margin: 0 10px;
  }
  .mit-blog-header .nav-links .secondary .hs-menu-item.nav-item-dropdown {
    padding: 0;
    margin: 0;
  }
  .mit-blog-header .nav-links .secondary .hs-menu-item a {
    color: #6b6969;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
  }
  .mit-blog-header .nav-links .secondary .btn {
    border: 1px solid #0066a2;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 17px;
    display: block;
    min-width: auto;
    line-height: 1.5;
    border-width: 1px !important;
  }
  .mit-blog-header .nav-links .secondary a.sign-in-btn,
  .mit-blog-header .nav-links .secondary .hs-menu-item a.shopping-cart {
    background-color: #0066a2;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 400;
    padding: 5px 20px;
  }
  .mit-blog-header .nav-links .secondary a.sign-in-btn:hover,
  .mit-blog-header .nav-links .secondary .hs-menu-item a.shopping-cart:hover {
    background-color: #fff;
    color: #0066a2;
    border-color: #0066a2;
  }
  .mit-blog-header .nav-links .secondary a.register-btn {
    background: #fff;
    color: #0066a2;
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
  }
  .mit-blog-header .nav-links .secondary a.register-btn:hover {
    background-color: #0066a2;
    color: #fff;
  }
  .mit-blog-header .nav-links .secondary .user-image-frame {
    border: 1px solid #d2d0d0;
    margin: -10px 5px;
    border-radius: 5px;
    width: 40px;
  }
  .mit-blog-header .nav-links .secondary .toggle-user-dropdown {
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
  }
  .mit-blog-header .nav-links .secondary .dropdown-user-menu {
    border: 1px solid #313131;
    position: absolute;
    background-color: #fff;
    color: #313131;
    right: 30px;
    top: 55px;
    z-index: 10;
  }
  .mit-blog-header .nav-links .secondary .dropdown-user-menu .dropdown-item {
    cursor: pointer;
    overflow: hidden;
    padding: 0;
  }
  .mit-blog-header .nav-links .secondary .dropdown-user-menu .dropdown-item:hover {
    color: #6b6969;
    background-color: #d2d0d0;
  }
  .mit-blog-header .nav-links .secondary .dropdown-user-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #d2d0d0;
  }
  .mit-blog-header .nav-links .secondary .dropdown-user-menu .dropdown-item a {
    font-weight: 400;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
  }
  .mit-blog-header .nav-links .secondary .dropdown-user-menu .dropdown-item a:focus {
    outline: none;
    color: #6b6969;
    background-color: #d2d0d0;
  }
  .mit-blog-header .hamburger-menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .mit-blog-header .main-header {
    height: 40px;
    position: inherit;
  }
  .mit-blog-header .hamburger-menu {
    left: 20px;
    position: absolute;
    top: 18px;
    width: 30px;
    height: 20px;
    padding-bottom: 5px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .mit-blog-header .hamburger-menu .line {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #767676;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .mit-blog-header .hamburger-menu .line:nth-child(1) {
    top: 0;
  }
  .mit-blog-header .hamburger-menu .line:nth-child(2),
  .mit-blog-header .hamburger-menu .line:nth-child(3) {
    top: 10px;
  }
  .mit-blog-header .hamburger-menu .line:nth-child(4) {
    top: 20px;
  }
  .mit-blog-header .hamburger-menu.open .line:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .mit-blog-header .hamburger-menu.open .line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mit-blog-header .hamburger-menu.open .line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mit-blog-header .hamburger-menu.open .line:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
}

.mit-blog-header .hidden {
  display: none !important;
}

@media print {
  .mit-blog-header {
    border-bottom: 1px solid #a0a0a0 !important;
  }
}

.mobile-menu {
  border-top: 1px solid #0066a2;
  margin: 25px 0 -10px;
}

@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .mobile-menu .mobile-nav-link {
    position: static;
    transform: none;
    overflow: hidden;
    padding: 0;
  }
  .mobile-menu .mobile-nav-link a {
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    outline: none;
    display: block;
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    padding: 12px 20px;
    border-bottom: 1px solid #d2d0d0;
    text-align: left;
    cursor: pointer;
    font-family:'Open Sans', sans-serif;
    text-transform: none;
    line-height: unset;
    border-width: 1px !important;
  }
  .mobile-menu .mobile-nav-link a:hover,
  .mobile-menu .mobile-nav-link a:focus {
    background-color: #767676;
    color: #fff;
  }
  .mobile-menu .mobile-nav-link a::after {
    content: '\00BB';
    padding-left: 4px;
  }
}

.mobile-menu.hidden {
  display: none !important;
}

@media (max-width: 991px) {
  .hidden-mobile:not(.mobile-nav-link) {
    display: none;
  }
}

.mit-blog-header .hs-menu-item a:not(.btn) {
  color: #a31f34 !important;
}

.mit-blog-header .hs-menu-item a.btn {
  border-color: #a31f34 !important;
  background-color: #a31f34 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.mit-blog-header .hs-menu-item a.btn:hover {
  background-color: #fff !important;
  color: #a31f34 !important;
  border-color: #a31f34 !important;
}


/*----Blog Menu-----*/
.bop--menu .hs-menu-wrapper ul {
  display: flex;
  justify-content: center;
  max-width: 940px;
  margin: 0 auto;
}
.bop--menu .hs-menu-wrapper ul li {
  margin: 0 26px;
}

.bop--menu .hs-menu-wrapper ul > li a {
  font-size: 16px;
  color: #171a1c;
  text-decoration: none;
  font-family: 'Aktiv Grotesk',sans-serif;
  font-weight: normal;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .5;
}

.bop--menu .hs-menu-wrapper ul > li a:hover {
  color: #171a1c;
  opacity: 1;
}

.bop--menu .hs-menu-wrapper ul > li.active a {
  font-weight: 500;
  color: #474E51 !important;
  opacity: 1;
}


/*---Blog Listing--*/
.bop--listing--posts {
  background: #171A1C;
  padding: 110px 0 65px;
}
.hs-blog-listing .bop--listing--posts {
padding: 110px 0 155px;
}

.bop--listing--posts .grid__item {
  padding-top: 0;
}

.bop--listing--posts .recent .recent__item,
.bop--listing--posts .popular .popular__item {
  padding: 0 2.2% !important;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}



.bop--listing--posts .recent .recent__item:first-child,
.bop--listing--posts .popular .popular__item:first-of-type {
  padding: 0 4.4% 0 0 !important;
  margin-left: 0 !important;
}

.bop--listing--posts .recent .recent__item:nth-child(5),
.bop--listing--posts .popular .popular__item:last-of-type {
  padding: 0 0 0 4.4% !important;
  margin-right: 0 !important;
}
@media all and (max-width: 767px){
  .bop--listing--posts .recent .recent__item, .bop--listing--posts .popular .popular__item,
  .bop--listing--posts .recent .recent__item:first-child,
  .bop--listing--posts .popular .popular__item:first-of-type,
  .bop--listing--posts .recent .recent__item:nth-child(5),
  .bop--listing--posts .popular .popular__item:last-of-type
  {
    flex: 0 100%;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  #RecentPosts, #PopularPosts {
    display: block !important;
    max-width: 100% !important;
  }
  .hs-blog-listing .bop--listing--posts {
  padding: 110px 0 35px;
}
}

.bop--post--tag--nav {
  display: inline-flex;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 53px;
}

.bop--post--tag--nav li {
  padding-right: 33px;
}

.bop--post--tag--nav li a {
  font-size: 24px;
  font-weight: normal;
  color: #7e8385;
  cursor: pointer;
  font-family: 'Aktiv Grotesk', sans-serif;
  line-height: 32px;
  /* identical to box height, or 133% */

  letter-spacing: 0.2px;
}

.bop--post--tag--nav li a:hover {
  color: #F1EEE9;
}

.bop--post--tag--nav li a.first--link {
  color: #F1EEE9;
}

.bop--listing--item--topics {
  margin: 43px 0 15px;
}

a.bop--listing--item--topics--item {
  font-family: 'Aktiv Grotesk', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  /* or 200% */
  letter-spacing: 0.2px;
  /* 60Black */
  color: #F1EEE9 !important;
}

a.bop--listing--item--topics--item:hover  {
  text-decoration: underline !important;
}

/*---CTA---*/

.cta--block {
  background-color: #171A1C;
}

.cta--block .cta--container {
  display: flex;
  align-items: center;
}

.cta--block a {
  font-size: 15px;
  font-family: 'Ivar Headline',serif;
}

.cta--block .cta--message {
  font-size: 26px;
  color: #171A1C;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
}


/***Blog Recent Listing Posts --*/

.bop--listing--item--title h2 {
  margin-top: 0;
}

.bop--listing--item--title h2,
.post-listing #simpleListing .post-item .post-header h2 a {
  color: #F1EEE9;
  font-size: 23px !important;
  line-height: 32px !important;
  max-width: 90%;
  font-family: 'Ivar Headline',serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  /* or 141% */
  letter-spacing: 0 !important;
  margin-bottom: 100px;
}
@media all and (min-width: 768px){
.bop--listing--item--title h2,
.post-listing #simpleListing .post-item .post-header h2 a{
  max-width: 287px;
  margin-bottom: 25px;
}
}
 .bop--listing--item--title a {
  color: #ffffff;
   text-decoration: underline !important;
}

.bop--listing--item--title a:hover {
  text-decoration: none !important;
}

.author-link, .date-link {
  font-size: 14px;
  color: #919597;
  font-family: 'Aktiv Grotesk',sans-serif;
  text-decoration: none;
}
.author-link:hover {
  color: #F1EEE9;
}


/***Blog footer---*/

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2em 0;
  clear: both;
  background: transparent !important;
  border-top: 3px solid #f5f5f5;
}

@media all and (min-width: 768px) {
  .footer-main {
    flex-direction: row;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .footer-main .footer-links {
    display: flex;
    justify-content: space-between;
    margin: 21px 0 21px auto;
  }
  .footer-main .footer-links ul:not(:first-child) {
    margin-left: 80px;
  }
  .footer-main ul {
    margin-left: 1.5em;
  }
}

.footer-main .logo {
  margin-bottom: 1em;
}

.footer-main ul {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-main ul li {
  color: #6b6969;
  padding: 0.3rem 0;
  margin-bottom: 0.3125rem;
  font-family: 'Open Sans', sans-serif;
  line-height: .95;
  font-size: 17px;
}

.footer-main ul li a {
  font-size: 1em;
  color: #6b6969 !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.footer-main ul li a:hover {
  color: #6b6969 !important;
  text-decoration: none;
}

.footer-main ul li:first-child {
  font-weight: bold;
}

.footer-main .footer-logo img {
  min-width: 200px;
  max-width: 200px;
}

.footer-main .open-edx-logo {
  min-width: 150px;
  max-width: 150px;
}

.footer-main .footer-links ul {
  
}



/* Animations */
.floatUp {
  opacity: 0;
}
.section__content.floatUp, .section__image.floatUp {
  opacity: 0;
}

.fadeIn {
    -webkit-animation: a 1.4s forwards;
    animation: a 1.4s forwards;
}

.section__content.fadeIn {
  -webkit-animation: b 1.4s forwards;
  animation: b 1.4s forwards;
}

@-webkit-keyframes a {
  0% {
   opacity:0;
  }
  to {
   opacity:1;
  }
 }
 @keyframes a {
  0% {
   opacity:0;
  }
  to {
   opacity:1;
  }
 }
 @-webkit-keyframes b {
  0% {
   opacity:0;
   -webkit-transform:translateY(20px);
   transform:translateY(20px);
  }
  to {
   opacity:1;
   -webkit-transform:none;
   transform:none;
  }
 }
 @keyframes b {
  0% {
   opacity:0;
   -webkit-transform:translateY(20px);
   transform:translateY(20px);
  }
  to {
   opacity:1;
   -webkit-transform:none;
   transform:none;
  }
 }


/* Main Blog List Page Most Recent Post */
.post-type--recent {
    background: #171A1C;
    display: block;
    width: 100%;
    overflow: hidden;
}
.post-type--recent .post-item.featured {
    display: block;
    flex: 1 0 100%;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1276px;
}

.post-type--recent .post-item .hs-featured-image {
    float: none;
    margin: 50px auto 30px;
    max-width: 100%;
}
.post-type--recent .post-item .hs-featured-image {
    float: none;
    margin: 50px auto 30px;
    max-width: 100%;
}
.post-type--recent .post-item.featured .hs-featured-image-wrapper {
      flex: 0 100%;
      order: 2;
      text-align: center;
}
.post-type--recent .post-item .featured-content {
    margin-bottom: 0;
    padding: 0 25px;
}
.post-type--recent .post-item.featured .featured-content {
    margin-bottom: 50px;
  }
@media all and (min-width: 768px){
  .post-type--recent .post-item .featured-content {
    margin-bottom: 0;
    padding: 0;
  }
  .post-type--recent .post-item.featured .featured-content {
    margin-bottom: 0;
  }
}
.post-type--recent .post-item.featured .featured-content {
    flex: 0 100%;
    padding-right: 20px;
}
.post-type--recent .post-item.featured .featured-content-wrapper {
      max-width: 100%;
}

.post-type--recent .post-item.featured .featured-content, 
.post-type--recent.post-item.featured .featured-content{
  padding: 0;
}
.hs-blog-listing .post-type--recent.post-type--featured .post-item.featured .featured-content-wrapper {
    max-width: 350px;
  }
@media all and (max-width:767px) {
.hs-blog-listing  .post-type--recent .post-item.featured .featured-content, .hs-blog-listing .post-type--recent.post-item.featured .featured-content {
order: 2;
}
  
}

@media all and (min-width:768px) and (max-width: 1099px){ 
  .post-type--recent .post-item.featured .featured-content {
    padding-left: 73px !important;
    padding-right: 0 !important;
  }
  .post-type--recent.post-type--featured .post-item.featured .featured-content {
    padding-left: 0 !important;
    padding-right: 73px !important;
  }
}
.post-type--recent.post--video .post-item.featured .featured-content-wrapper {
    max-width: 100%;
  }
@media all and (min-width: 900px){
  .post-type--recent .post-item.featured .featured-content-wrapper {
    max-width: 315px;
  }
  .post-type--recent.post--video .post-item.featured .featured-content-wrapper {
    max-width: 295px;
  }
}
@media all and (min-width: 1025px){
  .post-type--recent .post-item.featured .featured-content-wrapper {
    /*padding-right: 40px;*/
    padding-right: 0;
    right: 20%;
    position: relative;
    float: right;
}
  .post-type--recent.post-type--featured .post-item.featured .featured-content-wrapper {
    right: unset;
    float: none;
  }
  
}
@media all and (min-width: 1100px){
  .post-type--recent .post-item.featured .featured-content-wrapper {
      padding-right: 0;
}
}
@media all and (min-width: 768px){
.post-type--recent .post-item.featured .hs-featured-image-wrapper,
  .post-type--recent.post-type--featured .post-item.featured .hs-featured-image-wrapper{
      flex: 0 51%;
      padding: 0;
}
.post-type--recent .post-item.featured .featured-content {
      flex: 0 49%;
      padding-right: 20px;
}
}
@media all and (min-width: 1200px){
.post-type--recent .post-item.featured .hs-featured-image-wrapper {
      flex: 0 51%;
      padding: 0;
}
.post-type--recent .post-item.featured .featured-content {
      flex: 0 49%;
      padding-right: 20px;
}
}
.post-type--recent .post-item.featured .hs-featured-image {
    
    max-width: 100%;
}
@media all and (min-width: 768px){
.post-type--recent .post-item.featured .hs-featured-image {
    float: right;
    margin: 0;
}
}
@media all and (min-width: 950px){
.post-type--recent .post-item.featured .hs-featured-image {
    max-width: 100%;
}
}
@media all and (min-width: 1200px){
.post-type--recent .post-item.featured .hs-featured-image {
    max-width: 542px;
}
}
@media (min-width: 1500px) {
.post-type--recent .post-item.featured .hs-featured-image {
    max-width: 542px;
}
}
.post-type--recent .post-item .hs-featured-image {
  max-width: 100%;
}
.post-type--recent .post-item a .hs-featured-image {
  max-width: 100%;
  -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
@media all and (min-width: 950px){
.post-type--recent .post-item a .hs-featured-image {
    max-width: 100%;
}
}
.post-type--recent .post-item a .hs-featured-image:hover {
  -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.post-type--recent .post-item .post-header h2 {
  font-family: 'Ivar Headline',serif;
  line-height: 32px;
  font-size: 26px;
  letter-spacing: 0.0385185px;
  color: #F6F6F6;
  
}
.post-type--recent .post-item.featured .post-header h2, .post-type--recent .post-item.featured .post-header h2 span,
.post-listing .post-item .post-header h2 {
  font-family: 'Ivar Headline',serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 32px;
  /* or 141% */
  margin-top:0;
  letter-spacing: 0;
  color: #F6F6F6;
  margin-bottom: 39px;
  max-width: 90%;
}
.post-type--recent .post-item .post-header h2 a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  text-transform: none !important;
}
.post-type--recent .post-item.featured .post-header h2 a {
  text-decoration: underline !important;
}
.hs-blog-listing .post-type--recent .post-item.featured .post-header h2 a:hover {
  text-decoration: none  !important;
}

@media all and (min-width: 768px){
  .post-type--recent .post-item.featured .post-header h2, .post-type--recent .post-item.featured .post-header h2 span {
    max-width: 100%;
    font-size: 29px;
    line-height: 41px;
  }
}

.post--inner--hero.post-type--recent .post-item.featured .post-header h2 a:hover {
  text-decoration: underline !important;
}
.post-type--recent #hubspot-topic_data {
    margin-bottom: 15px;
    margin-top: 15px;
}
.post-type--recent .post-item.featured #hubspot-topic_data {
    margin-bottom: 18px;
    margin-top: 0;
}
.topic-space {
  padding-right: 20px;
}
.post-type--recent .post-item.featured .post-body {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;  
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0 25px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100% !important;
}
@media all and (min-width: 768px){
.post-type--recent .post-item.featured:first-child .post-body {
    padding: 82px 0 90px;
}
}
@media all and (min-width: 900px){
  .post-type--recent .post-item.featured:first-child .post-body {
    padding: 82px 0 90px;
    flex-wrap: nowrap;
}
.post-type--recent .blog-post-view .post-item.featured.post-body {
  padding-bottom: 95px;
}
}
.cta--block .grid {
  margin: 0 auto !important;
}
.bop--listing--posts .grid__item {
  margin-left: 0 !important;
}
@media all and (min-width: 1024px){
.cta--block .eleven-twelfths.grid__item, .popular.eleven-twelfths.grid__item, .recent.eleven-twelfths.grid__item,.bop--listing--posts .eleven-twelfths.hard.grid__item, .bop--listing--posts .eleven-twelfths.hard--sides.grid__item {
    width: 100% !important;
  margin: 0 auto !important;
}
}
@media all and (min-width: 1500px){
.cta--block .eleven-twelfths.grid__item, .popular.eleven-twelfths.grid__item, .recent.eleven-twelfths.grid__item,.bop--listing--posts .eleven-twelfths.hard.grid__item, .bop--listing--posts .eleven-twelfths.hard--sides.grid__item  {
    width: 88.166664% !important;
}
}
@media (max-width: 1023px) {
.post-type--recent .post-item.featured:first-child .post-body, .cta--block .eleven-twelfths.grid__item,.popular.eleven-twelfths.grid__item, .recent.eleven-twelfths.grid__item, .bop--listing--posts .eleven-twelfths.hard.grid__item, .bop--listing--posts .eleven-twelfths.hard--sides.grid__item {
    width: 100% !important;
}
}
@media all and (max-width: 767px){
.post-type--recent .blog-post-view .post-item.featuredd .post-body {
    padding: 30px 0 30px;
}
}

.post-type--recent .post-item {
    margin-bottom: 112px;
}

.post-type--recent .topic-link, .post-type--recent #hubspot-topic_data span {
  line-height: 1;
  font-size: 14px;
  color: #F1EEE9;
  line-height: 24px;
  font-weight: normal;
  text-decoration: none;
}

.post-type--recent .topic-link:hover {
    text-decoration: underline;
}
.post-type--recent .author-link {
  font-family: 'Aktiv Grotesk', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #919597;
}
.post-type--recent .author-link:hover {
color: #F1EEE9;
}
.post-type--recent.post-type--featured .author-link:hover {
color: #919597;
   text-decoration: underline;
}
.post-type--recent span.author-link:hover {
  color: #919597;
  text-decoration: none !important;
  }


/* Post Type Featured */
.hs-blog-listing .post-type--featured.post-type--recent {
  margin-bottom: 200px;
}
.post-type--featured.post-type--recent {
  background-color: #F6F6F6;
}
.post-type--featured.post-type--recent .post-item.featured:first-child .post-body {
      padding: 75px 0 60px;
  }
@media all and (min-width: 768px){
  .hs-blog-listing .post-type--featured.post-type--recent .post-item.featured:first-child .post-body {
      padding: 121px 0;
  }
  .hs-blog-post .post-type--featured.post-type--recent .post-item.featured:first-child .post-body {
      padding: 60px 0 105px !important;
  }
}
@media all and (min-width: 900px){
  .hs-blog-listing  .post-type--featured.post-type--recent .post-item.featured:first-child .post-body {
    padding: 121px 0;
    flex-wrap: nowrap;
}
}  
@media all and (min-width: 900px){
.post-type--featured.post-type--recent.post--video .post-item.featured .hs-featured-image-wrapper{
      flex: 0 85% !important;
      padding: 0;
  }
}
@media all and (min-width: 1200px){
.post-type--featured.post-type--recent .post-item.featured .hs-featured-image {
    max-width: 542px;
}
}
@media all and (min-width: 1500px) {
.post-type--featured.post-type--recent .post-item.featured .hs-featured-image {
    max-width: 542px;
}
}

@media all and (max-width: 767px){
  .widget-span img, .widget-span iframe {
    height: 200px;
    margin-bottom: 30px;
  }
}

.post-type--featured.post-type--recent .post-item.featured .post-header h2 a {
  color: #171a1c !important;
  border-bottom: 0;
  text-decoration: underline
}

.post-type--featured.post-type--recent .post-item.featured .post-header h2 a:hover {
  border-bottom: 0;
  text-decoration: none;
}

@media all and (max-width: 767px){
.hs-blog-post .post-type--recent .post-item.featured {
  padding: 0;
}
  .hs-blog-post .post-type--recent .post-item.featured .featured-content {
    padding: 0 30px !important;
  }
  .hs-blog-post .post-type--recent .post-item .hs-featured-image, .hs-featured-image-wrapper .video-container img {
    margin: 0 auto 30px;
  }
  .hs-blog-post .post-type--recent .post-item.featured:first-child .post-body {
    padding-top: 75px;
    padding-bottom: 0;
  }
  
}
@media all and (max-width: 767px){
  .bop--single--meta {
      display: flex;
      align-items: center;

  }
  .author--social--block .grid__item.one-half:first-child {
    width: 70% !important;
  }
  .author--social--block .grid__item.one-half:last-child {
    width: 30% !important;
  }
  .bop--single .bop--single--meta .bop--single--meta--avatar {
    margin: 0 20px 0 0;
  }
  .bop--single .bop--single--meta--content p {
    margin: 0 0 0 !important;
  }
  /*.bop--single .bop--single--meta--content, .bop--single .bop--single--meta--content p {
    display: block;
    float: none;
  }*/
  .bop--single .bop--single--meta--content p {
    text-align: left;
}
  /*.bop--single .bop--single--meta .bop--single--meta--avatar {
    margin: -5px 20px 0 0;
  }*/
}

.post-type--featured.post-type--recent .topic-link, .post-type--recent #hubspot-topic_data span {
  color: #474E51;
}

#RecentPosts a.section__image, #PopularPosts a.section__image {
      -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#RecentPosts a.section__image:hover, #PopularPosts a.section__image:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#RecentPosts, #PopularPosts {
  display: flex;
  justify-content: space-between;
  /* width: 960px; */
  max-width: 100%;
  margin: auto !important;
}

.bop--listing--item--author {
  align-self: flex-start;
  margin-top: auto;
}

/* Subscribe Section */
.post-type--recent .blog-light {
  background: #F1EEE9;
}

/* Blog Subscribe Form */
.subscribe--block {
  padding: 0 0 50px;
}

.subscribe--block form {
  max-width: 320px;
  margin: 0 auto;
}

.subscribe--block h2 {
  color: #171A1C;
  font-size: 23px;
  font-weight: normal;
  max-width: 350px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-transform: unset;
  line-height: 32px;
}

@media all and (min-width: 768px){
  .subscribe--block {
  padding: 0 0 50px;
  }
  .subscribe--block h2 {
    font-size: 29px;
    line-height: 41px;
    padding-bottom: 50px;
  }
}

.subscribe--block form.hs-form .hs-error-msgs.inputs-list li label {
  text-align: left;
  margin-bottom: 10px;
  display: none !important;
}
.subscribe--block form.hs-form .hs_error_rollup .hs-error-msgs.inputs-list li label {
  display: block !important;
}

form.hs-form .hs_submit input.hs-button {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 106px;
  border-radius: 3px;
  background: #00946a;
  line-height: 106px;
  text-align: center;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  letter-spacing: .5px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: underline;
}

.hs-form-required {
  display: none;
}

.subscribe--block form.hs-form input[type="email"].hs-input {
  width: auto !important;
  min-width: 320px;
  max-width: 100%;
  margin: 0 auto;
  height: 68px;
  line-height: 68px;
  padding: 0 25px;
  border-radius: 2px;
  background: #fff;
  font-size: 15px;
  color: #474e51;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  text-align: center;
  -webkit-transition: border-color .14s cubic-bezier(.4,0,1,1);
  -o-transition: border-color .14s cubic-bezier(.4,0,1,1);
  transition: border-color .14s cubic-bezier(.4,0,1,1);
}

.subscribe--block form.hs-form input[type="email"].hs-input::placeholder {
  color: #A3A6A8;
  font-weight: normal;
  font-family: 'Aktiv Grotesk',sans-serif;
}

.subscribe--block form.hs-form .hs-form-field>.input {
  margin-bottom: 30px;
}


/* Blog Post */
.blog-post-content img {
  margin: 20px auto;
  max-width: 100%;
}

@media all and (min-width: 900px){
  .blog-post-content img {
    margin: 20px -10%;
    max-width: 120%;
  }
}

.post-type--recent .sidebar .social-sharing {
    display: none;
}

.post-type--recent .sidebar {
    height: auto;
    position: relative;
    position: relative;
    top: 0;
}

.bop--date {
  font-family: 'Aktiv Grotesk',sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  font-size: 15px;
  text-align: right;
  color: #171A1C;
}
/*@media all and (max-width: 500px){
  .bop--date {
    line-height: 37px;
  }
}*/
@media all and (max-width: 767px){
  .bop--date {
    line-height: 45px;
  }
}
@media all and (min-width: 768px){
  .post-type--recent .wrapper-blog {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;  
    justify-content: space-between;
  }
  .post-type--recent .sidebar {
    height: 25vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: block;
  }
  .post-type--recent .sidebar .social-sharing {
      display: block;
  }
}

.post-type--recent .blog-post-view .post-item.featured:first-child .hs-featured-image-wrapper {
      order: 2;
}
  
@media all and (min-width: 768px){
  .post-type--recent .blog-post-view .post-item.featured:first-child .hs-featured-image-wrapper {
      order: 0;
  }
}

@media all and (min-width: 768px){
  .post-type--recent .blog-post-view .post-item.featured:first-child .hs-featured-image {
      float: left;
  }
}

@media all and (min-width: 900px) {
  .post-type--recent .blog-post-view .post-item .featured-content {
    padding: 0;
  }
}

/* End Most Recent Post */

/* Blog Post Interior */
.post-type--recent.post-interior--hero {
  background: #F1EEE9;
}

.post-type--recent.post-interior--hero .topic-link, .post-type--recent #hubspot-topic_data span {
  color: #474E51;
  transform: rotate(0.22deg);
}

.post-type--recent.post-interior--hero .post-item.featured .post-header h2,
.post-type--recent.post-interior--hero .post-item.featured .post-header h2 span {
  color: #171a1c;
  margin-bottom: 0;
}

.video-container {
  position: relative;
  overflow: hidden;
  max-height: 432px;
}

.video-container img {
  transition: transform 300ms ease-out 0s;
}

.video-container:hover img {
  transform: scale(1.05);
}

.video-container:hover .poster-overlay {
  opacity: 0.3;
}

.video-container .poster-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: black;
  transition: opacity 300ms ease-out 0s;
}

.video-container .play-button-container {
  width: 201px;
  height: 201px;
  transform: translateX(0) translateY(0);
  z-index: 4;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  top: 50%;
  transition: transform 300ms ease-out 0s;
}

.video-container .play-button-container .play-border {
  width: 100%;
  height: 100%;
  transition: transform .4s;
  cursor: pointer;
}

.video-container .play-button-container .play-border-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #fff;
  transition: border-color .3s;
  outline: none;
}

.video-container .play-button-container .play-button {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateX(-50%) translateY(-50%);
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 20px 0 20px 28.3px;
  cursor: pointer;
  background: none;
  outline: none;
}

@media all and (max-width: 767px){
  .video-container .play-button-container .play-border-inner {
  border: 2px solid #fff;
  }
  .video-container .play-button-container {
    width: 101px;
    height: 101px;
    left: 50%;
    margin-left: -50px;
    margin-top: -70px;
}
  .video-container .play-button-container .play-button {
    border-width: 12px 0 12px 20.3px;
    left: 65%;
  }
}

.video-container .play-video-img {
  transition: all .3s ease-in-out;
}

a.bop--single--meta--author {
  color: #171a1c;
  font-weight: normal;
}

a.bop--single--meta--author:hover {
  text-decoration: none;
}

@media all and (min-width: 900px) {
  .post-type--recent.post-interior--hero .post-item.featured:first-child .post-body {
    padding: 62px 0 76px;
  }
}

@media all and (min-width: 768px) {
  .post-type--recent.post-interior--hero .post-item.featured:first-child .post-body {
    padding: 62px 0 76px;
  }
}

@media all and (max-width: 767px){
  a.bop--single--meta--author, .bop--date {
    font-size: 12px;
  }
  .bop--single .bop--single--meta .bop--single--meta--avatar {
        width: 43px;
      height: 43px;
  }
}

.bop--sidebar--container {
  /*padding-right: 40px;*/
  position: sticky;
  top: 60px;
  padding-bottom: 150px !important;
  padding-top: 0 !important;
}

@media all and (max-width: 768px) {
.bop--single .bop--single--header h1 {
  margin-top:24px;  
}
.bop--sidebar--container {
  padding-right: 0;
  position: relative;
  top: auto;
  max-width: 736px;
  padding-bottom: 60px !important;
}
  .innerBody {
    border-bottom: 0 !important;
}
}

@media   (max-width: 767px) {
.grid__item.palm-one-whole.bop--sidebar--container {
  width: 100% !important;
}

.grid__item.bop--sidebar--container {
  padding: 0 30px 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  
}
  
  .sidebar--cta {
    padding-bottom: 130px !important;
    border-bottom: 1px solid #B5B8B9;
  }
}
.bop--single--sidebar {
  text-align: left;
}

.sidebar--cta .grid {
  padding: 20px;
}

.sidebar--cta .cta--image {
  text-align: left;
}

.sidebar--cta .cta--message {
  padding-bottom: 40px !important;
}

@media   (max-width: 767px) {
.sidebar--cta .cta--image img {
  width: 100%;
}
}
/* .sidebar--cta img {
  padding-top: 10px;
} */

.sidebar--cta a.cta_button {
  font-size: 12px;
  padding: 15px 20px !important;
}
.bop--single--sidebar p.sidebar--title {
  margin: 3px 0 60px;
}
.bop--single--sidebar p {
  margin: 0 0 60px;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  color: #B5B8B9;
  transition: all .5s;
}

.bop--sidebar--container.news .sidebar--cta {
  margin: 0 0 60px;
  padding: 0;
  transition: all .5s;
}

.page--scrolled.page--sticky .bop--single--sidebar p, .page--scrolled.page--sticky .bop--sidebar--container.news .sidebar--cta {
  margin-top: 30px;
  transform: translateY(40px);
}

.bop--single--sidebar .popular--title--block {
  padding-bottom: 40px;
}

@media all and (max-width: 768px) { 
  .bop--single--sidebar .popular--title--block {
    max-width: 80%;
  }
}

.bop--single--sidebar a.popular--title {
  color: #171a1c;
  font-size: 17px;
  line-height: 25px; 
  letter-spacing: 0.2px;
}

.bop--single--sidebar a.popular--title:hover {
  text-decoration: none !important;
}
/* End Blog Post Interior */


/* Inner Hero */
.post--inner--hero.post-type--featured.post-type--recent {
  background: #F1EEE9;
}

.post--inner--hero.post-type--recent .post-item.featured .post-header h2, .post-type--recent .post-item.featured .post-header h2 span {
  color: #171a1c;
  margin-bottom: 0 !important;
}


/* Related Articles */
.related--articles {
  padding: 95px 50px 80px;
}

@media all and (max-width: 1043px){
  .related--articles {
    display: none;
  }
}
.related--articles .related--articles--title {
  margin: 0 0 45px;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  color: #B5B8B9;
  text-align: left;
  
}
.related--title--block {
  text-align: left;
}

.related--title--block a.related--title {
  color: #171a1c;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  /* or 147% */
  display: block;
  letter-spacing: 0.2px;
  max-width: 223px;
}

.related--title--block a.related--title:hover {
  text-decoration: none !important;
}

/*******ALL LISTING PAGE**********/
.post-listing {
  background: #171a1c;
  padding-bottom: 121px;
  margin-bottom: 200px;
}
.post-listing, .post-listing .container .flex {
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: flex-start;
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
@media all and (min-width: 768px){
  .post-listing, .post-listing .container .flex {
    /* justify-content: space-around; */
  }
}
.post-listing .container {
    display: block;
    max-width: 1276px;
    margin: 0 auto;
    padding: 0 30px;
    width: 100%;
}

@media all and (min-width: 768px){
/* .post-listing .container {
    padding: 0 48px 0;
} */
}
@media all and (min-width: 900px){
  /* .post-listing .container {
    padding: 0 68px 0;
} */
}

.post-listing .post-item {
    flex: 0 100%;
    margin: 0;
}

.post-listing .post-item .hs-featured-image { 
  margin: 50px auto 30px;

}
@media all and (max-width: 767px){
.block .post-listing .post-item .hs-featured-image { 
  margin: 50px auto 0;

}
}

 .post-listing .post-item .featured-content {
    margin-bottom: 50px;
}


@media (min-width: 768px) {
.post-listing .post-item {
    flex: 0 27.78%;
    margin: 100px 0 0;
    justify-content: center;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;  
    max-width: 100%;
}

.post-listing .post-item:nth-child(3n-1) {
    margin-left: 8.3%;
    margin-right: 8.3%;
}

.post-listing .post-body.clearfix {
    max-width: 360px;
}
.post-listing .post-item .hs-featured-image {
    float: none;
    margin: 20px auto 0;
    max-width: 100%;
}
  .post-listing .post-item .featured-content {
    margin-bottom: 0;
    padding: 0 25px;
}
}
.post-listing .post-item.featured:first-child {
    display: block;
    flex: 1 0 100%;
    max-width: 100%;
    background: #F1EEE9;
    margin: 0;
}


.post-listing .post-item.featured:first-child .hs-featured-image-wrapper {
      flex: 0 100%;
      order: 2;
      text-align: center;
}

.post-listing .post-item.featured:first-child .featured-content {
    margin-bottom: 50px;
  }
@media all and (min-width: 768px){
  .post-listing .post-item .featured-content {
    margin-bottom: 0;
    padding: 0;
  }
  .post-listing .post-item.featured:first-child .featured-content {
    margin-bottom: 0;
  }
}
.post-listing .post-item.featured:first-child .featured-content {
    flex: 0 100%;
    padding-right: 20px;
}
.post-listing .post-item.featured:first-child .featured-content-wrapper {
      max-width: 100%;
}
@media all and (min-width: 768px){
  .post-listing .post-item.featured:first-child .featured-content-wrapper {
      max-width: 400px;
      padding-right: 40px;
}
}
@media all and (min-width: 1100px){
  .post-listing .post-item.featured:first-child .featured-content-wrapper {
      max-width: 475px;
      padding-right: 0;
}
}
@media all and (min-width: 768px){
.post-listing .post-item.featured:first-child .hs-featured-image-wrapper {
      flex: 0 49%;
  padding: 0;
}
.post-listing .post-item.featured:first-child .featured-content {
      flex: 0 49%;
      padding-right: 20px;
}
}
@media all and (min-width: 1200px){
.post-listing .post-item.featured:first-child .hs-featured-image-wrapper {
      flex: 0 49%;
  padding: 0;
}
.post-listing .post-item.featured:first-child .featured-content {
      flex: 0 49%;
      padding-right: 20px;
}
}
.post-listing .post-item.featured:first-child .hs-featured-image {
    
    max-width: 100%;
}
@media all and (min-width: 768px){
.post-listing .post-item.featured:first-child .hs-featured-image {
    float: right;
  margin: 0;
}
}
@media all and (min-width: 950px){
.post-listing .post-item.featured:first-child .hs-featured-image {
    max-width: 100%;
}
}
@media all and (min-width: 1200px){
.post-listing .post-item.featured:first-child .hs-featured-image {
    max-width: 557px;
}
}
@media all and (min-width: 1500px) {
.post-listing .post-item.featured:first-child .hs-featured-image {
    max-width: 677px;
}
}
.post-listing .post-item .hs-featured-image {
  max-width: 100%;
  -webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
@media all and (min-width: 950px){
.post-listing .post-item .hs-featured-image {
    max-width: 100%;
}
}
.post-listing .post-item .hs-featured-image:hover {
  -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.post-listing .post-item .post-header h2 {
  font-family: 'Ivar Headline',serif;
  line-height: 32px;
  font-size: 26px;
  letter-spacing: 0.0385185px;
  color: #E2E6E9;
  text-transform: none;
}
.post-listing .post-item.featured:first-child .post-header h2, .post-listing .post-item.featured:first-child .post-header h2 span,.post-listing .post-item.featured:first-child .post-header h1, .post-listing .post-item.featured:first-child .post-header h1 span{
  font-family: 'Ivar Headline',serif;
  line-height: 35px;
  font-size: 31px;
  letter-spacing: -0.56px;
  color: #161819;
  font-weight: 500;
}
.post-listing .post-item .post-header h2 a {
  color: #F1EEE9;
  font-size: 29px !important;
  line-height: 41px !important;
  text-decoration: underline !important;
  font-family: 'Ivar Headline',serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: 0 !important;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease; 
}
.post-listing .post-item .post-header h2 a:hover {
  text-decoration: none !important;
}
@media all and (min-width: 600px){
  .post-listing .post-item.featured:first-child .post-header h2, .post-listing .post-item .post-header h2 {
      margin-bottom: 0;
      padding: 0;
}
}
@media all and (min-width: 950px){
  .post-listing .post-item.featured:first-child .post-header h2, .post-listing .post-item.featured:first-child .post-header h2 span,.post-listing .post-item.featured:first-child .post-header h1, .post-listing .post-item.featured:first-child .post-header h1 span {
  line-height: 42px;
  font-size: 38px;
  letter-spacing: -0.86px;
  margin-bottom: 0;
  padding: 0;
}
}
@media all and (min-width: 1200px){
  .post-listing .post-item.featured:first-child .post-header h2, .post-listing .post-item.featured:first-child .post-header h2 span,.post-listing .post-item.featured:first-child .post-header h1, .post-listing .post-item.featured:first-child .post-header h1 span{
  line-height: 52px;
  font-size: 48px;
  letter-spacing: -0.86px;
}
}

.topic-link, #hubspot-topic_data span {
  line-height: 25px;
  font-size: 15px;
  color: #F1EEE9;
  font-family: 'Aktiv Grotesk',sans-serif;
  text-decoration: none;
/*   text-transform: capitalize; */
  font-weight: normal;
}
#simpleListing .topic-link, #simpleListing #hubspot-topic_data span {
  font-size: 14px;
}

#simpleListing .topic-link:hover, #simpleListing #hubspot-topic_data span:hover {
  text-decoration: underline;
}

.bop--single--body blockquote {
  font-weight: normal;
  font-size: 23px;
  font-family: 'Georgia', serif;
  max-width: 425px;
  background: none;
  border: 0;
  box-shadow: none;
  text-align: left;
  padding: 0;
  margin: 45px auto 90px;
  position: relative;
}

.bop--single--body blockquote::before {
  content: url(https://4826914.fs1.hubspotusercontent-na1.net/hubfs/4826914/assets/images/blockquote.svg);
  margin-left: -30px;
  position: absolute;
  top: 0;
  margin-top: -15px;
  left: 0;
}

#simpleListing #hubspot-topic_data {
    margin-top: 43px;
    margin-bottom: 15px;
}



/*****Mobile Menu*******/
.mobile-header .header-logo img {
  width: 55px;
  height: 55px;
}

.menu--container {
  position: absolute;
  left: 0;
  top: 0;
}

/* social share header */
.page--scrolled .site-header.header .share-dialog.social--header {
  visibility: hidden;
  width: 95%;
  max-width: 160px;
  padding: 10px 20px;
  z-index: -1;
  margin-right: 73px;
  position: absolute;
  top: 60px;
  right: 0px;
  background: #ffffff;
  transition: 0.2s 0.5s;
}

@media all and (max-width: 767px) {
  .page--scrolled .site-header.header .share-dialog.social--header {
    top: 61px;
    margin-right: 0;
  }
}

.page--scrolled .site-header.header .share-dialog.social--header.is-open {
  visibility: visible;
  z-index: 2;
  transition-delay: 0s;
}

.sidebar--cta {
  background: transparent;
  padding-top: 20px;
}

.sidebar--cta .cta--image {
 
}

.sidebar--cta .hs-cta-wrapper a.cta_button {
 padding: 0 !important;
}
.global-blog-header nav ul li:last-child a {
  color: #171a1c;
  font-weight: 500;
  text-decoration: underline !important;
}
.global-blog-header nav ul li:last-child a:hover {
  color: #171a1c;
  font-weight: 500;
  text-decoration: none !important;
}