body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 135%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 135%;
  font-weight: 600;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

h5 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 160%;
  font-weight: 300;
}

a {
  color: #24a7ff;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
}

li {
  font-weight: 300;
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-top: 65px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: Domine;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 8px;
  color: #aaa;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.button {
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid #20c4f4;
  border-radius: 3px;
  background-color: #20c4f4;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  box-shadow: 0 0 0 1px #333;
}

.button.w--current {
  background-color: #2e80b6;
}

.navigation-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 15px;
  line-height: 135%;
  text-align: left;
}

.navigation-menu {
  float: none;
}

.section {
  position: relative;
  padding-top: 63px;
  padding-bottom: 63px;
  background-color: #fff;
}

.section.accent {
  background-color: #f3f3f3;
}

.section.dark {
  background-color: #5d5d5d;
  color: #fff;
}

.social-button {
  margin-right: 4px;
  margin-bottom: 8px;
  margin-left: 4px;
  padding: 8px;
  border-radius: 100px;
  background-color: #000;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-button:hover {
  opacity: 0.7;
}

.social-button.border {
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background-color: transparent;
}

.social-button.facebook {
  background-color: #3c5791;
}

.social-button.twitter {
  background-color: #29a9e8;
}

.social-button.red {
  background-color: #d11529;
}

.social-button.pink {
  background-color: #fc488f;
}

.social-button.pink2 {
  background-color: #ed1081;
}

.social-button.orange {
  background-color: #db4e34;
}

.social-button.vimeo {
  background-color: #1ebae7;
}

.social-button.linkdin {
  background-color: #1485c3;
}

.social-button.instagram {
  background-color: #4b769b;
}

.social-button.tumblr {
  background-color: #2e5270;
}

.social-button.webflow {
  background-color: #3278bd;
}

.social-button.medium {
  background-color: #549f63;
}

.social-icon-link {
  width: 19px;
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-icon-link:hover {
  opacity: 0.8;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #ebebeb;
}

.nav-link.w--current {
  margin-top: 0px;
  padding-left: 5px;
  color: #ebebeb;
}

.post-wrapper {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
}

.post-summary {
  display: block;
  margin-bottom: 14px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 144%;
}

.post-info {
  display: inline-block;
  margin-right: 8px;
  color: #969696;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-info.when-link {
  text-decoration: none;
}

.post-info.when-link:hover {
  color: #333;
}

.blog-title-link {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  text-decoration: none;
}

.blog-title-link:hover {
  opacity: 0.61;
}

.body-copy img {
  border-radius: 3px;
}

.body-copy a {
  text-decoration: none;
}

.body-copy a:hover {
  text-decoration: underline;
}

.body-copy li {
  margin-bottom: 3px;
}

.body-copy blockquote {
  margin-left: -23px;
  padding-left: 18px;
  border-left-width: 4px;
  border-left-color: #333;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}

.body-copy figure {
  margin-bottom: 20px;
}

.success-message {
  padding-top: 49px;
  padding-bottom: 49px;
  border-radius: 3px;
  background-color: #f0f0f0;
}

.success-text {
  margin-bottom: 0px;
  font-size: 17px;
}

.text-field {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.text-field.text-area {
  min-height: 110px;
}

.social-link-group {
  margin-top: 20px;
  margin-bottom: 0px;
}

.button-wrapper {
  margin-top: 50px;
  color: green;
  text-align: center;
}

.blog-title {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 66px;
  font-weight: 400;
  text-align: center;
}

.blog-title:hover {
  color: #000;
}

.section-header {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  text-transform: capitalize;
}

.main-subheading {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 150%;
}

.button-round {
  padding: 5px 12px;
  border: 1px solid #20c4f4;
  border-radius: 0px;
  background-color: #20c4f4;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: none;
}

.button-round:hover {
  border-color: #20c4f4;
  color: #fff;
}

.post-info-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 10px;
}

.content {
  overflow: hidden;
  width: auto;
  margin-left: 25%;
  padding: 0px;
}

.post-title-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dadada;
  text-align: center;
}

.side-nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 20%;
  min-height: 100vh;
  min-width: 20%;
  margin-top: 0px;
  padding: 30px 40px;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #272a2f;
  color: #272a2f;
}

.logo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #f0f0f0;
  font-size: 28px;
  line-height: 120%;
  font-weight: 600;
}

.logo-link {
  display: block;
  float: none;
}

.divider {
  width: 8%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 180px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 1px solid #20c4f4;
  background-color: #20c4f4;
}

.blog-list {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 80px;
  padding-top: 0px;
  padding-left: 0px;
}

.nav {
  position: static;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #272a2f;
  color: #272a2f;
  -o-object-fit: fill;
  object-fit: fill;
}

.collection-list {
  width: 100%;
}

.nav-bar {
  width: 100%;
}

.nav-menu {
  border: 1px solid #272a2f;
  background-color: #272a2f;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #272a2f;
}

.div-block {
  display: inline-block;
  width: 100%;
  height: 80%;
}

.image-2 {
  display: inline-block;
  width: 100%;
}

.container {
  display: block;
  width: 100%;
  height: auto;
  margin: auto auto auto 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: right;
  clear: none;
}

.container.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span {
  font-weight: 700;
  text-transform: uppercase;
}

.image-3 {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
}

.banner-div {
  margin-top: 50px;
}

.main-banner-image {
  display: inline-block;
  width: 100%;
}

.wrapper {
  width: 75%;
  margin-left: 10%;
  padding: 10px 50px 50px;
  text-align: left;
}

.div-block-2 {
  margin-top: 20px;
}

.container-2 {
  margin-top: 20px;
}

.page-header {
  position: relative;
  overflow: visible;
  height: 65vh;
  background-image: url('../images/logbox-academic-training-header.jpg');
  background-position: 0px 0px;
  background-size: cover;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-3 {
  width: 100%;
  height: 100%;
  margin-top: 41px;
  margin-right: 1px;
  margin-left: 103px;
  padding-right: 158px;
  padding-left: 222px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: left;
}

.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 57px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 600;
}

.button-2 {
  text-transform: uppercase;
}

.hero-wrapper {
  width: 50%;
  height: 50%;
  float: right;
  clear: none;
  text-align: left;
}

.image-4 {
  position: relative;
  display: block;
  width: 873.59375vh;
  height: 75vh;
  margin-top: 0px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: transparent;
  font-size: 14px;
  line-height: 20px;
}

.date-author-content {
  display: block;
  width: 70%;
  height: 100%;
  padding-top: 5px;
  padding-left: 6px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-align: left;
}

.text-block {
  line-height: 150%;
}

.date-author-wrapper {
  display: block;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  text-align: left;
}

.date-author {
  display: block;
  width: 70%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: transparent;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-align: center;
}

.body-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  margin-left: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.call-to-action-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 169px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.button-3 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.rich-text-block {
  padding-top: 0px;
  font-size: 14px;
  text-align: left;
}

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 65vh;
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/logbox-blog-header.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-top: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.hero-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  margin-top: 0%;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #000;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-overview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 0%;
  float: right;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.text-wrapper {
  display: block;
  width: auto;
  min-width: 200px;
  padding-top: 0px;
  padding-bottom: 60px;
  padding-left: 0px;
  float: none;
  clear: none;
  text-align: left;
}

.blog-summary {
  display: block;
  padding-right: 50px;
}

.div-block-4 {
  display: block;
}

.brand {
  display: block;
  width: 75%;
  margin: 0px auto;
  padding-bottom: 0px;
}

.section-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.thread-overview-wrapper {
  display: block;
  padding: 64px;
}

.blog-titles {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #272b2f;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0em;
}

.blog-titles.thread {
  margin-top: 15px;
}

.overview-text {
  position: static;
  display: block;
  height: auto;
  margin: 0px 0px 0px 15px;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.overview-text.date-author {
  width: auto;
  color: #2d3e4f;
}

.read-more-btn {
  margin-top: 10px;
  margin-left: 15px;
  padding: 15px 20px;
  border-radius: 6px;
  background-color: #0a5e77;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.read-more-btn.back {
  width: 100px;
  margin-top: 30px;
  text-align: center;
}

.wrapper-text {
  padding-left: 35px;
}

.blog-thumbnail {
  width: 300px;
  height: 300px;
  margin-top: 0px;
}

.overview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-7 {
  display: block;
  margin-right: 0px;
  padding: 64px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section-3 {
  display: block;
  height: auto;
}

.main-blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 14px;
  line-height: 20px;
}

.blog-thread-thumbnail {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px 0px 25px 15px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-content-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-ge {
  position: static;
  display: block;
  height: 55px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  padding-left: 0px;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #272a2f;
  font-size: 15px;
  text-align: left;
}

.ge-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 8px;
  margin-left: 0px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #999;
  font-size: 9px;
  line-height: 10px;
  font-weight: 400;
}

.date-wrapper {
  margin-bottom: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.paragraph-3 {
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.paragraph-4 {
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.paragraph-5 {
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.paragraph-6 {
  margin-bottom: 0px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: normal;
}

.paragraph-7 {
  margin-bottom: 0px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph-8 {
  margin-bottom: 0px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  font-weight: 400;
}

.heading-3 {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.paragraph-9 {
  margin-bottom: 0px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph-10 {
  margin-bottom: 0px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  font-weight: 400;
}

.heading-4 {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.heading-5 {
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.paragraph-11 {
  margin-bottom: 0px;
  margin-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph-11.italic {
  font-style: italic;
}

.ge-wrapper {
  position: absolute;
  bottom: 0px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-bar-mobile {
  display: none;
}

.ge-bar {
  display: none;
}

.text-block-2 {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.link-block {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-decoration: none;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-quote {
  margin-top: 10px;
  margin-left: 15px;
  padding-left: 20px;
  border-right: 2px solid #25ccbf;
  border-left-width: 2px;
  border-left-color: #25ccbf;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
  text-decoration: none;
}

.blog-thread-image-mobile {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 15px;
  padding-right: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 70% 50%;
  object-position: 70% 50%;
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    display: none;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
  }

  .navigation-menu {
    padding: 20px;
    border-radius: 5px;
    background-color: #333;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.mobile {
    margin-top: 0px;
    padding-right: 8px;
    padding-bottom: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .post-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .menu-button {
    padding: 13px 11px 11px;
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.1);
    color: #fff;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #333;
  }

  .section-header {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .main-subheading {
    margin-top: 0px;
  }

  .content {
    width: 100%;
    margin-left: 0%;
    padding: 30px 20px;
  }

  .side-nav-bar {
    position: static;
    display: none;
    width: auto;
    height: auto;
    min-height: 175vh;
    padding: 20px;
  }

  .logo-text {
    margin-top: 8px;
    margin-bottom: 0px;
  }

  .logo-link {
    float: left;
  }

  .divider {
    display: block;
    width: 30%;
    margin: 14px auto;
  }

  .container.ge {
    width: 73%;
    margin-left: auto;
  }

  .body {
    display: block;
  }

  .blog-titles {
    margin-left: 0px;
  }

  .blog-titles.thread {
    margin-left: 0px;
  }

  .overview-text {
    height: auto;
    margin-left: 0px;
  }

  .read-more-btn {
    margin-left: 0px;
  }

  .wrapper-text {
    padding-left: 0px;
  }

  .blog-thumbnail {
    position: static;
    width: 100%;
    margin-bottom: 23px;
    margin-left: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .overview-wrapper {
    display: block;
  }

  .main-blog-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .blog-thread-thumbnail {
    width: auto;
    height: 200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .blog-content-wrapper {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ge-info {
    padding-left: 0px;
  }

  .ge-info.mobile {
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: right;
  }

  .date-wrapper {
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .paragraph-3 {
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .paragraph-4 {
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .paragraph-5 {
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .heading-2 {
    margin-top: 15px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-6 {
    margin-left: 0px;
  }

  .paragraph-7 {
    margin-left: 0px;
    padding-top: 15px;
  }

  .paragraph-8 {
    height: 290px;
    margin-left: 0px;
  }

  .heading-3 {
    margin-left: 0px;
  }

  .paragraph-9 {
    margin-left: 0px;
  }

  .paragraph-10 {
    margin-left: 0px;
  }

  .heading-4 {
    margin-left: 0px;
  }

  .heading-5 {
    margin-left: 0px;
  }

  .paragraph-11 {
    margin-left: 0px;
  }

  .nav-bar-mobile {
    position: relative;
    display: block;
    padding-top: 0px;
    background-color: #272a2f;
  }

  .container-nav-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 73%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand-mobile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-menu-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ecf0f1;
  }

  .nav-link-mobile {
    letter-spacing: 0.5px;
  }

  .icon {
    padding-right: 0px;
    padding-left: 0px;
    border: 1px none #000;
    color: #fff;
    font-size: 50px;
  }

  .logbox-logo-mobile {
    height: 70px;
    margin-top: 0px;
  }

  .menu-button-2 {
    display: none;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
  }

  .image-8 {
    display: inline-block;
    height: 25px;
    max-width: none;
    margin-top: 0px;
  }

  .ge-wrapper-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ge-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #232529;
  }

  .container-ge {
    width: 73%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
  }

  .body-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-quote {
    margin-left: 0px;
  }

  .link {
    padding-right: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    text-decoration: none;
  }

  .body-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .body-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .body-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blog-title-mobile {
    font-family: 'Open Sans', sans-serif;
    color: #272b2f;
    font-size: 30px;
    line-height: 1.2em;
  }

  .blog-thread-image-mobile {
    height: 200px;
    margin-left: 0px;
    padding-right: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 31px;
    line-height: 38px;
  }

  .navigation-menu {
    margin-top: 20px;
  }

  .nav-link {
    display: block;
  }

  .nav-link.mobile {
    text-align: right;
  }

  .post-wrapper {
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
    padding-bottom: 20px;
  }

  .body-copy blockquote {
    margin-left: 0px;
  }

  .button-wrapper {
    margin-top: 20px;
    text-align: center;
  }

  .blog-title {
    font-size: 27px;
    line-height: 36px;
  }

  .section-header {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 20px;
  }

  .main-subheading {
    width: auto;
  }

  .content {
    padding: 20px 10px;
  }

  .post-title-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .side-nav-bar {
    display: none;
    height: auto;
    min-height: 195vh;
    padding: 10px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 14px;
    line-height: 136%;
  }

  .logo-text {
    margin-top: 5px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .blog-titles {
    display: block;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }

  .blog-titles.thread {
    margin-top: 15px;
    font-size: 26px;
  }

  .overview-text {
    position: static;
    display: block;
    height: auto;
    margin-left: 0px;
    padding-top: 15px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .read-more-btn {
    margin-left: 0px;
    line-height: 25px;
  }

  .wrapper-text {
    line-height: 0;
  }

  .blog-thumbnail {
    margin-left: 0px;
  }

  .section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 135;
    text-align: left;
  }

  .main-blog-wrapper {
    padding-top: 0px;
  }

  .blog-thread-thumbnail {
    display: block;
    width: auto;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }

  .blog-content-wrapper {
    position: static;
    display: block;
    width: 70%;
    height: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .date-wrapper {
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .paragraph-3 {
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .paragraph-4 {
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .paragraph-5 {
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .heading-2 {
    margin-top: 55px;
    margin-left: 0px;
    padding-top: 0px;
  }

  .paragraph-6 {
    margin-left: 0px;
  }

  .paragraph-7 {
    margin-left: 0px;
    padding-top: 0px;
  }

  .paragraph-8 {
    margin-left: 0px;
  }

  .heading-3 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .paragraph-9 {
    margin-left: 0px;
  }

  .paragraph-10 {
    margin-left: 0px;
  }

  .heading-4 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .heading-5 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .paragraph-11 {
    margin-left: 0px;
  }

  .italic-text {
    font-style: normal;
  }

  .blog-thread-image-mobile {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .nav-link.mobile {
    padding-right: 0px;
  }

  .social-link-group {
    margin-top: 0px;
  }

  .blog-title {
    font-size: 26px;
    line-height: 32px;
  }

  .main-subheading {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 150%;
  }

  .side-nav-bar {
    height: auto;
    min-height: 330vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .thread-overview-wrapper {
    padding-right: 28px;
    padding-left: 28px;
  }

  .blog-titles {
    margin-top: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    white-space: normal;
  }

  .blog-titles.thread {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.2em;
  }

  .overview-text {
    width: auto;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .read-more-btn {
    margin-left: 0px;
    line-height: 20px;
  }

  .read-more-btn.back {
    margin-top: 30px;
  }

  .wrapper-text {
    line-height: 0;
  }

  .blog-thumbnail {
    height: 200px;
    margin-bottom: 15px;
    margin-left: 0px;
    -o-object-position: 70% 0%;
    object-position: 70% 0%;
  }

  .blog-thread-thumbnail {
    display: block;
    width: auto;
    height: 200px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-left: 0px;
    text-align: left;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .blog-content-wrapper {
    width: 75%;
    padding-top: 20px;
  }

  .date-wrapper {
    margin-bottom: 15px;
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .paragraph-3 {
    margin-bottom: 15px;
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .paragraph-4 {
    margin-bottom: 15px;
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .paragraph-5 {
    margin-bottom: 15px;
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }

  .heading-2 {
    margin-top: 236px;
  }

  .paragraph-7 {
    margin-top: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -o-object-position: 30% 50%;
    object-position: 30% 50%;
  }

  .heading-3 {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-9 {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paragraph-10 {
    margin-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-4 {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 25px;
  }

  .heading-5 {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-11 {
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-nav-mobile {
    width: 75%;
  }

  .brand-mobile {
    padding-left: 0px;
  }

  .logbox-logo-mobile {
    height: 65px;
  }

  .blog-thread-image-mobile {
    height: 200px;
    margin-top: 0px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

