* {
  box-sizing: border-box;
}

body {
  background: #f5f5f5;
  font-family: Poppins;
  color: #333;
}

body .link-button img {
  vertical-align: middle;
  margin-right: 10px;
}

body .quote-block {
  display: flex;
  align-items: flex-start;
}

body .quote-block .quote-graphic {
  width: 90px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 130px;
  margin-right: 20px;
  flex-shrink: 0;
  position: relative;
  background-size: contain;
  background-image: url(/img/ta-highlight-graphic.svg);
}

body .quote-block .quote-graphic img {
  position: absolute;
  top: 20px;
  right: 0;
  height: 20px;
}

@media (max-width: 479px) {

  body .quote-block .quote-graphic {
    width: 60px;
    margin-right: 10px;
  }
  
  body .quote-block .quote-graphic img {
    height: 15px;
  }

}

body .quote-block .quote-content .quote {
  font-size: 1.2em;
  margin-top: 20px;
  margin-bottom: 20px;
}

body .quote-block {
  max-width: 710px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

body .clickable {
  cursor: pointer;
}

body .noselect {
  user-select: none;
}

body .space {
  margin-bottom: 20px;
}

body .underline {
  text-decoration: underline;
  white-space: nowrap;
}

body h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #20303b;
  font-size: 4em;
  line-height: 112%;
  font-weight: 500;
  letter-spacing: 0px;
}

@media (max-width: 767px) {

  body h1 {
    font-size: 2.8em;
  }

}

@media (max-width: 479px) {

  body h1 {
    font-size: 2.3em;
  }

}

body h2 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #20303b;
  font-size: 1.953em;
  line-height: 120%;
  font-weight: 500;
}

body h2.space {
  margin-bottom: 40px;
}

@media (max-width: 479px) {

  body h2 {
    font-size: 1.3em;
  }

}

body h3 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #20303b;
  font-size: 1.953em;
  font-weight: 500;
  line-height: 140%;
}

@media (max-width: 479px) {

  body h3 {
    font-size: 1.2em;
  }

}

body h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #20303b;
  font-size: 1.563em;
  font-weight: 500;
  line-height: 135%;
}

@media (max-width: 479px) {

  body h4 {
    font-size: 1em;
  }

}

body h5 {
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 8px;
  color: #20303b;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}

@media (max-width: 479px) {

  body h5 {
    font-size: 0.9em;
  }

}

body a {
  color: #20303b;
  font-weight: 500;
}

body a:hover {
  color: #ff5d5e;
}

body .button-primary {
  display: inline-block;
  padding: 18px 26px;
  border-radius: 6px;
  background-color: #ff5d5e;
  color: #f5f5f5;
  letter-spacing: 0.5px;
  text-decoration: none;
}

body .button-primary:hover {
  color: #f5f5f5;
  background-color: #ff4242;
}

body .divider-line {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #d8d8d8;
}

body div.background {
  z-index: -1;
  width: 620px;
  position: absolute;
  top: 20px;
  right: 4%;
  overflow-x: hidden;
}

body div.background img {
  width: 100%;
}

@media (max-width: 767px) {

  body div.background {
    width: 100%;
    top: -17px;
    right: 0px;
  }
  
  body div.background img {
    width: 558px;
    position: relative;
    left: 200px;
  }

}

@media (max-width: 479px) {

  body div.background {
    width: 100%;
    top: -15px;
    right: 0px;
  }
  
  body div.background img {
    width: 503px;
    left: 33%;
  }

}

body .header {
  max-width: 1024px;
  height: 90px;
  margin: 0 auto;
  padding: 20px 0 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .header .logo {
  width: 100px;
}

body .header .mark {
  width: 50px;
  vertical-align: middle;
}

@media (max-width: 479px) {

  body .header .mark {
    width: 30px;
  }

}

body .header .links {
  display: flex;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
}

body .header .links div.link {
  display: flex;
  align-items: center;
  font-weight: 500;
}

body .header .links div.link div.header-link-line {
  width: 40px;
  margin-left: 10px;
  border-top: 1px solid#20303b;
}

body .area {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

body #hero {
  margin: 100px auto 0;
  display: flex;
}

body #hero .sidebar {
  width: 110px;
  margin-top: 20px;
  margin-right: 40px;
  font-size: 0.8em;
  font-weight: 500;
}

body #hero .sidebar .content {
  margin-bottom: 16px;
}

@media (max-width: 479px) {

  body #hero .sidebar {
    margin-top: 36px;
  }

}

body #hero .main {
  max-width: 640px;
  font-size: 4em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 112%;
  text-shadow: -2px -2px 0 #f5f5f5, 2px -2px 0 #f5f5f5, -2px 2px 0 #f5f5f5, 2px 2px 0 #f5f5f5;
}

@media (max-width: 767px) {

  body #hero .main {
    font-size: 2.8em;
  }

}

@media (max-width: 479px) {

  body #hero .main {
    font-size: 2.3em;
  }

}

@media (max-width: 767px) {

  body #hero {
    margin: 65px auto 0;
  }

}

@media (max-width: 479px) {

  body #hero {
    flex-direction: column-reverse;
  }

}

body #sidekick {
  margin: 230px auto 0;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

body #sidekick .img-box {
  flex: 0 33%;
}

body #sidekick .img-box img {
  padding-right: 40px;
  width: 100%;
}

body #sidekick .text {
  flex: 0 66%;
}

body #sidekick .text h2, body #sidekick .text p {
  width: 470px;
}

@media (max-width: 767px) {

  body #sidekick {
    flex-direction: column;
    margin: 250px auto 0;
    padding-bottom: 40px;
  }
  
  body #sidekick .img-box {
    margin: 0 auto 20px;
    padding: 0 20px;
    max-width: 500px;
  }
  
  body #sidekick .img-box img {
    padding: 0;
  }
  
  body #sidekick .text {
    margin: 0;
  }
  
  body #sidekick .text h2, body #sidekick .text p {
    width: auto;
  }

}

@media (max-width: 479px) {

  body #sidekick {
    margin: 80px auto 0;
  }

}

body .tackled h5 {
  padding-bottom: 40px;
}

@media (max-width: 479px) {

  body .tackled h5 {
    padding-bottom: 20px;
  }

}

body .tackled .problems {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

body .tackled .problems .problem {
  flex: 0 31%;
  display: flex;
  transition: opacity 0.5s;
}

body .tackled .problems .problem.unselected {
  opacity: 0.25;
}

body .tackled .problems .problem img.quote {
  align-self: flex-start;
  margin-right: 10px;
  height: 20px;
}

@media (max-width: 479px) {

  body .tackled .problems .problem img.quote {
    height: 12px;
  }

}

body .tackled .problems .problem h4 {
  text-decoration: underline;
  font-weight: 400;
}

body .tackled .problems .problem h4 img {
  vertical-align: middle;
  margin-left: 10px;
}

@media (max-width: 479px) {

  body .tackled .problems .problem h4 {
    padding-bottom: 20px;
  }

}

@media (max-width: 991px) {

  body .tackled .problems {
    flex-direction: column;
  }
  
  body .tackled .problems .problem {
    max-width: 30em;
  }

}

@media (max-width: 479px) {

  body .tackled .problems {
    padding-bottom: 20px;
  }

}

body .tackled .comments .comment {
  display: none;
}

body .tackled .comments .comment.shown {
  display: block;
  padding-bottom: 40px;
}

@media (max-width: 991px) {

  body .tackled .comments {
    max-width: 30em;
  }

}

body .card-container {
  display: flex;
  justify-content: space-between;
}

body .card-container .card {
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 19px 1px rgba(0, 0, 0, 0.16);
}

body .card-container .card p.subtitle {
  margin-bottom: 10px;
  font-size: 0.8em;
  line-height: 130%;
  font-weight: 500;
}

body .card-container .card .image {
  position: relative;
  height: 200px;
  border-radius: 6px 6px 0 0;
  background-size: auto, cover;
}

body .card-container .card .image.fathym-forecast {
  background-image: linear-gradient(333deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/weather-1024.jpg);
}

body .card-container .card .image.alpine {
  background-image: linear-gradient(333deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/snowy-roof-1024.jpg);
}

body .card-container .card .image.event-record {
  background-image: linear-gradient(333deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/bikes-1024.jpg);
}

body .card-container .card .image .logo {
  position: absolute;
  top: 20px;
  right: 20px;
}

body .card-container .card .image .logo img {
  height: 50px;
}

body .card-container .card .body {
  margin: 30px 0;
}

body .card-container .card .content {
  padding: 20px;
}

body .card-container .card .content .link-button {
  margin-bottom: 5px;
}

body .card-container .card.two {
  flex: 0 48%;
}

body .card-container .card.three {
  flex: 0 31%;
}

@media (max-width: 991px) {

  body .card-container {
    flex-direction: column;
  }
  
  body .card-container .card {
    margin-bottom: 20px;
  }
  
  body .card-container .card .image {
    background-position-y: center;
  }

}

body .case-study {
  max-width: 1024px;
  padding-bottom: 40px;
}

body .team {
  padding-bottom: 20px;
}

body .team .hbox {
  display: flex;
}

body .team .hbox .half-col {
  flex: 1;
  padding-right: 40px;
}

body .team .hbox .half-col .person-container {
  display: inline-block;
}

body .team .hbox .half-col .person-container .person {
  display: flex;
  align-items: center;
  margin-left: 40px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 6px;
}

body .team .hbox .half-col .person-container .person img {
  margin-right: 10px;
}

body .team .hbox .half-col .person-container .person h5 {
  margin: 0;
}

body .team .hbox .half-col .person-container .person:hover {
  background-color: #fff;
}

@media (max-width: 479px) {

  body .team .hbox .half-col .person-container .person {
    margin-left: 0;
  }

}

@media (max-width: 767px) {

  body .team .hbox .half-col .person-container {
    display: block;
  }

}

@media (max-width: 479px) {

  body .team .hbox .half-col {
    padding-right: 0;
  }

}

@media (max-width: 767px) {

  body .team .hbox {
    flex-direction: column;
  }

}

body .team .experience {
  margin-top: 20px;
}

body .team .experience .experience-area {
  border-top: 1px solid #d8d8d8;
  padding: 20px;
}

body .team .experience .experience-area:hover {
  background: #fff;
}

body .team .experience .experience-area .question {
  display: flex;
  align-items: center;
  font-weight: 500;
}

body .team .experience .experience-area .question img {
  transition: transform 0.5s;
  margin-right: 10px;
}

body .team .experience .experience-area .contents {
  display: none;
}

body .team .experience .experience-area .contents li {
  margin-bottom: 5px;
}

body .team .experience .experience-area.open .question img {
  transform: rotate(45deg);
}

body .team .experience .experience-area.open .contents {
  display: block;
}

@media (max-width: 479px) {

  body .team .experience .experience-area {
    padding: 20px 0;
  }
  
  body .team .experience .experience-area:hover {
    background: rgba(0,0,0,0);
  }

}

body .portrait {
  width: 60px;
  border-radius: 100px;
}

body .bio-modal-wrapper {
  bottom: 0;
  top: 0;
  background: rgba(255,255,255,0.75);
  z-index: 17;
  right: 0;
  display: none;
  position: fixed;
  overflow-y: auto;
  left: 0;
}

body .bio-modal-wrapper .bio-modal {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  background: #20303b;
  color: #f5f5f5;
  border-radius: 6px;
  padding: 30px;
}

body .bio-modal-wrapper .bio-modal h4, body .bio-modal-wrapper .bio-modal h5 {
  color: #f5f5f5;
}

body .bio-modal-wrapper .bio-modal .link-button {
  text-align: right;
}

body .bio-modal-wrapper .bio-modal .link-button:hover {
  text-decoration: underline;
}

body .bio-modal-wrapper .bio-modal .bio-header {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
}

body .bio-modal-wrapper .bio-modal .bio-header .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}

body .bio-modal-wrapper .bio-modal .bio-header .right h4, body .bio-modal-wrapper .bio-modal .bio-header .right h5 {
  margin: 0;
}

body .bio-modal-wrapper .bio-modal hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

body .bio-modal-wrapper .bio-modal .highlights {
  margin-bottom: 40px;
}

body .bio-modal-wrapper .bio-modal .highlights h5 {
  margin-bottom: 30px;
}

body .bio-modal-wrapper .bio-modal .highlights .highlight {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

body .bio-modal-wrapper .bio-modal .highlights .highlight img {
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

body .bio-modal-wrapper .bio-modal .bio {
  line-height: 165%;
}

body .bio-modal-wrapper .bio-modal .bio h5 {
  margin-bottom: 20px;
}

@media (max-width: 479px) {

  body .bio-modal-wrapper .bio-modal {
    padding: 20px;
  }

}

body .cta {
  padding-top: 40px;
}

body .cta .cta-container {
  background-position: 130% 50%;
  padding-bottom: 112px;
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 40px;
  background-size: 55%;
  background-color: #20303b;
  padding-right: 20px;
  border-radius: 6px;
  background-image: url(/img/ta-bkg-graphic.svg);
  padding-left: 20px;
  padding-top: 120px;
}

body .cta .cta-container h2 {
  color: #f5f5f5;
}

body .cta .cta-container .button-primary {
  margin: 8px 0;
}

@media (max-width: 479px) {

  body .cta .cta-container {
    padding: 60px 40px;
    background-size: 80%;
  }

}

body .contact {
  padding-bottom: 40px;
}

body .contact .contact-container {
  padding-bottom: 40px;
  background-color: #20303b;
  border-radius: 6px;
  background-image: url(/img/ta-bkg-graphic.svg);
  background-position: 126% 141%;
  background-size: 55%;
  background-repeat: no-repeat;
}

body .contact .contact-container .close-button {
  padding-top: 20px;
  padding-right: 20px;
}

body .contact .contact-container .close-button a {
  color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

body .contact .contact-container .close-button a span {
  margin-left: 10px;
}

@media (max-width: 767px) {

  body .contact .contact-container .close-button {
    display: none;
  }

}

body .contact .contact-container h2 {
  padding: 20px;
  padding-top: 40px;
  color: #f5f5f5;
  text-align: center;
}

body .contact .contact-container .hbox {
  display: flex;
  justify-content: space-between;
}

body .contact .contact-container .hbox .left {
  flex: 1;
}

body .contact .contact-container .hbox .left #contact-form {
  color: #f5f5f5;
  padding: 40px;
}

body .contact .contact-container .hbox .left #contact-form .label {
  padding-bottom: 8px;
  color: #f5f5f5;
  font-size: 0.8em;
  font-weight: 500;
}

body .contact .contact-container .hbox .left #contact-form input, body .contact .contact-container .hbox .left #contact-form textarea {
  width: 100%;
  margin-bottom: 16px;
  padding: 8px;
  background: #f5f5f5;
  border: solid 1px #f5f5f5;
  border-radius: 6px;
  background-color: #36454e;
  color: #f5f5f5;
}

body .contact .contact-container .hbox .left #contact-form.failure {
  color: #ff5d5e;
}

@media (max-width: 767px) {

  body .contact .contact-container .hbox .left #contact-form {
    padding: 20px;
  }

}

body .contact .contact-container .hbox .right {
  flex: 0 40%;
  padding: 40px;
  color: #f5f5f5;
}

body .contact .contact-container .hbox .right a {
  color: #f5f5f5;
}

@media (max-width: 767px) {

  body .contact .contact-container .hbox .right {
    padding: 20px;
  }

}

@media (max-width: 767px) {

  body .contact .contact-container h2 {
    padding-top: 40px;
  }

}

@media (max-width: 767px) {

  body .contact .contact-container .hbox {
    flex-direction: column;
  }

}

@media (max-width: 767px) {

  body .contact .contact-container {
    padding-bottom: 0;
    background-position: 300% 150%;
    background-size: 90%;
  }

}

@media (max-width: 479px) {

  body .contact .contact-container {
    background-position: 400% 75%;
  }

}

body .case-study-page #hero .sidebar {
  width: 130px;
}

body .case-study-page #hero .sidebar .content {
  white-space: nowrap;
}

body .case-study-page .overview {
  margin-top: 40px;
}

body .case-study-page .overview .branded-image {
  position: relative;
  height: 350px;
  border-radius: 6px 6px 0 0;
  background-size: auto, cover;
  background-position-y: 50%;
}

body .case-study-page .overview .branded-image.fathym-forecast {
  background-image: linear-gradient(333deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/weather-1024.jpg);
}

body .case-study-page .overview .branded-image.alpine {
  background-image: linear-gradient(333deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/snowy-roof-1024.jpg);
}

body .case-study-page .overview .branded-image.event-record {
  background-image: linear-gradient(333deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/bikes-1024.jpg);
}

body .case-study-page .overview .branded-image img.dots {
  position: absolute;
  height: 80%;
  top: 10%;
  right: 140px;
}

@media (max-width: 767px) {

  body .case-study-page .overview .branded-image img.dots {
    right: 70px;
  }

}

@media (max-width: 479px) {

  body .case-study-page .overview .branded-image img.dots {
    display: none;
  }

}

body .case-study-page .overview .branded-image .logo {
  position: absolute;
  height: 33%;
  top: 33%;
  right: 60px;
}

@media (max-width: 767px) {

  body .case-study-page .overview .branded-image .logo {
    right: 20px;
  }

}

@media (max-width: 479px) {

  body .case-study-page .overview .branded-image .logo {
    height: 50%;
    top: 25%;
  }

}

@media (max-width: 767px) {

  body .case-study-page .overview .branded-image {
    height: 225px;
  }

}

@media (max-width: 479px) {

  body .case-study-page .overview .branded-image {
    height: 100px;
  }

}

body .case-study-page .overview .text-area {
  color: #f5f5f5;
  background-color: #20303b;
  padding: 40px 170px;
  border-radius: 0 0 6px 6px;
}

body .case-study-page .overview .text-area h3 {
  padding: 20px 0;
  color: #f5f5f5;
}

@media (max-width: 991px) {

  body .case-study-page .overview .text-area {
    padding: 40px 60px;
  }

}

@media (max-width: 479px) {

  body .case-study-page .overview .text-area {
    padding: 40px 20px;
  }

}

body .case-study-page .problem .content, body .case-study-page .solution .content, body .case-study-page .results .content {
  padding: 40px 170px;
}

body .case-study-page .problem .content h3, body .case-study-page .solution .content h3, body .case-study-page .results .content h3 {
  padding: 40px 0;
}

@media (max-width: 991px) {

  body .case-study-page .problem .content, body .case-study-page .solution .content, body .case-study-page .results .content {
    padding: 40px 60px;
  }

}

@media (max-width: 767px) {

  body .case-study-page .problem .content, body .case-study-page .solution .content, body .case-study-page .results .content {
    padding: 40px 0;
  }

}

body .case-study-page .hbox {
  display: flex;
  justify-content: space-between;
}

body .case-study-page .hbox .result-unit {
  flex: 0 33%;
  padding-right: 60px;
}

body .case-study-page .hbox .result-unit .big-number {
  font-size: 2.2em;
  font-weight: 500;
  line-height: 115%;
  color: #ff5d5e;
}

body .case-study-page .hbox .result-unit .unit {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 115%;
  color: #ff5d5e;
}

body .case-study-page .hbox .result-unit .caption {
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: 500;
}

@media (max-width: 767px) {

  body .case-study-page .hbox .result-unit .caption {
    margin-top: 0;
  }

}

@media (max-width: 767px) {

  
  
  body .case-study-page .hbox .result-unit {
    padding: 0;
  }
  
  body .case-study-page .hbox .result-unit .big-number, body .case-study-page .hbox .result-unit .unit {
    display: inline-block;
    padding-right: 10px;
  }

}

@media (max-width: 767px) {

  body .case-study-page .hbox {
    flex-direction: column;
  }

}

body .case-study-page .more-case-studies {
  margin: 40px auto;
}

body .blog-index div.divider-line {
  margin: 40px 0;
}

body .blog-index .top {
  position: relative;
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body .blog-index .top img.bkg {
  position: absolute;
  top: 0;
  left: 48px;
  max-width: 50%;
  max-height: 100%;
  z-index: -1;
}

body .blog-index .top .left {
  width: 50%;
  padding: 40px;
}

body .blog-index .top .left h1 {
  text-shadow: -2px -2px 0 #f5f5f5, 2px -2px 0 #f5f5f5, -2px 2px 0 #f5f5f5, 2px 2px 0 #f5f5f5;
}

body .blog-index .top .right {
  width: 50%;
  padding: 40px;
  padding-left: 20px;
}

@media (max-width: 991px) {

  body .blog-index .top {
    height: inherit;
    flex-direction: column;
    align-items: flex-start;
  }
  
  body .blog-index .top img.bkg {
    top: auto;
    left: 125px;
    height: 200px;
    opacity: 0.75;
  }
  
  body .blog-index .top .left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  body .blog-index .top .left h1 {
    width: 450px;
  }
  
  body .blog-index .top .right {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 40px;
  }

}

@media (max-width: 767px) {

  
  
  
  
  body .blog-index .top .left h1 {
    width: auto;
  }
  
  body .blog-index .top .right {
    width: 75%;
  }

}

@media (max-width: 479px) {

  
  
  body .blog-index .top img.bkg {
    left: 30px;
  }
  
  body .blog-index .top .left, body .blog-index .top .right {
    width: 100%;
    padding: 0;
  }

}

body .blog-index .posts {
  padding: 0 60px;
}

body .blog-index .posts .masonry .post {
  width: calc(50% - 20px);
  background: #fff;
  margin-bottom: 40px;
  border-radius: 6px;
}

body .blog-index .posts .masonry .post .image {
  height: 200px;
  border-radius: 6px 6px 0 0;
  background-size: auto, cover;
  background-position-y: 50%;
}

body .blog-index .posts .masonry .post .image.header-image-0 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/00.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-1 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/01.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-2 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/02.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-3 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/03.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-4 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/04.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-5 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/05.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-6 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/06.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-7 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/07.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-8 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/08.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-9 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/09.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-10 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/10.jpg);
}

body .blog-index .posts .masonry .post .image.header-image-11 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/11.jpg);
}

@media (max-width: 991px) {

  body .blog-index .posts .masonry .post .image {
    height: 175px;
  }

}

@media (max-width: 767px) {

  body .blog-index .posts .masonry .post .image {
    height: 150px;
  }

}

body .blog-index .posts .masonry .post .content {
  padding: 40px;
  padding-top: 20px;
}

@media (max-width: 479px) {

  body .blog-index .posts .masonry .post .content {
    padding: 20px;
  }

}

body .blog-index .posts .masonry .post .date {
  opacity: 0.5;
}

@media (max-width: 767px) {

  body .blog-index .posts .masonry .post {
    width: 100%;
  }

}

@media (max-width: 479px) {

  body .blog-index .posts {
    padding: 0 20px;
  }

}

body .blog-post-page .image {
  height: 400px;
  margin-top: 40px;
  background-size: auto, cover;
  background-position-y: 50%;
  border-radius: 6px 6px 0 0;
}

body .blog-post-page .image.header-image-0 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/00.jpg);
}

body .blog-post-page .image.header-image-1 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/01.jpg);
}

body .blog-post-page .image.header-image-2 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/02.jpg);
}

body .blog-post-page .image.header-image-3 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/03.jpg);
}

body .blog-post-page .image.header-image-4 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/04.jpg);
}

body .blog-post-page .image.header-image-5 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/05.jpg);
}

body .blog-post-page .image.header-image-6 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/06.jpg);
}

body .blog-post-page .image.header-image-7 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/07.jpg);
}

body .blog-post-page .image.header-image-8 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/08.jpg);
}

body .blog-post-page .image.header-image-9 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/09.jpg);
}

body .blog-post-page .image.header-image-10 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/10.jpg);
}

body .blog-post-page .image.header-image-11 {
  background-image: linear-gradient(315deg, #ff5d5e, hsla(0, 0%, 100%, 0) 50%), url(/img/blog/headers/11.jpg);
}

body .blog-post-page .content {
  padding: 100px;
}

body .blog-post-page .content .date {
  opacity: 0.5;
}

body .blog-post-page .content img {
  max-width: 100%;
}

body .blog-post-page .content hr {
  margin: 2em 0;
  opacity: 0.5;
}

body .blog-post-page .content p {
  text-align: justify;
}

body .blog-post-page .content .hljs {
  padding: 1em;
}

body .blog-post-page .content h4 {
  margin-top: 30px;
}

body .blog-post-page .content blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {

  body .blog-post-page .content {
    padding: 40px;
  }

}

@media (max-width: 767px) {

  body .blog-post-page .content {
    padding: 0;
    padding-top: 40px;
  }

}

@media (max-width: 479px) {

  
  
  body .blog-post-page .content p {
    text-align: left;
  }

}

body .four-oh-four .main {
  margin-top: 100px;
  display: flex;
  align-items: center;
}

body .four-oh-four .main .left {
  width: 44%;
}

body .four-oh-four .main .right {
  flex-grow: 1;
  text-align: center;
  position: relative;
}

body .four-oh-four .main .right .text {
  right: 0;
  top: 0;
  justify-content: center;
  margin: auto;
  align-items: center;
  flex-direction: column;
  position: absolute;
  z-index: 999;
  display: flex;
  bottom: 0;
  text-shadow: -2px -2px 0 #f5f5f5, 2px -2px 0 #f5f5f5, -2px 2px 0 #f5f5f5, 2px 2px 0 #f5f5f5;
  left: 0;
}

body .four-oh-four .main .right .text h1 {
  margin: 0;
  font-size: 8em;
}

body .four-oh-four .main .right .text h5 {
  margin: 0;
}

@media (max-width: 767px) {

  body .four-oh-four .main {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  
  body .four-oh-four .main .left {
    width: auto;
    margin-top: 40px;
  }

}