@font-face {
  font-family: BasierCircle;
  src: url("../fonts/BasierCircle-Regular.otf") format("opentype"), url("../fonts/BasierCircle-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: BasierCircle;
  src: url("../fonts/BasierCircle-RegularItalic.otf") format("opentype"), url("../fonts/BasierCircle-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: BasierCircle;
  src: url("../fonts/BasierCircle-Medium.otf") format("opentype"), url("../fonts/BasierCircle-Medium.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: BasierCircle;
  src: url("../fonts/BasierCircle-MediumItalic.otf") format("opentype"), url("../fonts/BasierCircle-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: BasierCircle;
  src: url("../fonts/BasierCircle-SemiBold.otf") format("opentype"), url("../fonts/BasierCircle-SemiBold.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: BasierCircle;
  src: url("../fonts/BasierCircle-SemiBoldItalic.otf") format("opentype"), url("../fonts/BasierCircle-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: BasierCircle;
  src: url("../fonts/BasierCircle-Bold.otf") format("opentype"), url("../fonts/BasierCircle-Bold.ttf") format("truetype");
  font-weight: 800; }

@font-face {
  font-family: BasierCircle;
  src: url("../fonts/BasierCircle-BoldItalic.otf") format("opentype"), url("../fonts/BasierCircle-BoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: IBMPlexSerif;
  src: url("../fonts/IBMPlexSerif-Regular.ttf") format("truetype");
  font-weight: 400; }

@font-face {
  font-family: IBMPlexSerif;
  src: url("../fonts/IBMPlexSerif-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: IBMPlexSerif;
  src: url("../fonts/IBMPlexSerif-SemiBold.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: IBMPlexSerif;
  src: url("../fonts/IBMPlexSerif-SemiBoldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: IBMPlexSerif;
  src: url("../fonts/IBMPlexSerif-Bold.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: IBMPlexSerif;
  src: url("../fonts/IBMPlexSerif-BoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

/*
  Paddings

  Example:

  .somediv {
    @include padding(5px, 5px, 5px, 5px);
  }

  .without-padding-top {
    @include padding(null, 5px, 5px, 5px);
  }
*/
/*
  Margins

  Example:

  .somediv {
    @include margin(5px, 5px, 5px, 5px);
  }

  .without-margin-top {
    @include margin(null, 5px, 5px, 5px);
  }
*/
/*
  Rounded corners

  Example:

  .somediv {
    @include rounded-corner(5px);
  }
*/
/*
  Sets the width and height of the element in one statement.

  Example:
    .first-element {
      @include size(2em);
    }

    // CSS Output
    .first-element {
      width: 2em;
      height: 2em;
    }
    .second-element {
      @include size(auto, 10em);
    }

    // CSS Output
    .second-element {
      width: auto;
      height: 10em;
    }
*/
/*
 Media Queries
*/
/*
  Placeholder. It can be used nested and unnested
*/
/*
  Background images

  Example:

    .image-one {
      height: 400px;

      @extend %bg-image;
      background-image:url(/img/image-one.jpg");
    }
*/
#home-hero .slider-photo, #home-hero .slider-photo-bg, #about-photos .person-photo-bg, #about-info .about-info-photo-bg, #post-top, #portfolio-projects .project-logo, #blog-slider .slide .image {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

/*
  Clearfix: for clearing elements when using float.

  Example:

  .wrap {
    ...
    @extend %clearfix;
  }
*/
#page-header:after, #mobile-menu #close-mobile-menu:after, .page-footer.home #footer-info a.pitch:after, .page-footer.contact #footer-info a.pitch:after, .page-footer.blog.orange #footer-info a.pitch:after, .page-footer.search #footer-info a.pitch:after, .page-footer.blog.green #footer-info a.pitch:after, .page-footer.blog.blue #footer-info a.pitch:after, .page-footer.blog-post #footer-info a.pitch:after, .page-footer.newsletter #footer-info a.pitch:after, #footer-info:after, #footer-info form:after, #footer-meta:after, #footer-meta .menu ul:after, #triangle-newsletter:after, #triangle-blog-slider:after, #home-hero .slide:after, #home-info:after, #home-info-items:after, #home-info-items .home-info-item-element:after, #home-news:after, #home-news .news-row:after, #about-hero:after, #about-hero .about-hero-text:after, #about-hero .about-hero-principles .items-list:after, #about-hero .about-hero-principles .items-list .item-element:after, #about-photos:after, #about-photos .person-info .rrss:after, #about-info:after, #about-timeline .timeline:after, #about-info-items .about-info-items-list:after, #about-info-items .about-info-item-element:after, .blog-post-related:after,
.blog-post-container:after, .content-sidebar .author-info:after, #portfolio-hero:after, #portfolio-projects .projects-list:after, #blog-hero:after, #blog-slider .slide:after, #blog-list:after, .contact-hero-content .contact-button:after {
  content: '';
  display: table;
  clear: both; }

#home-hero h1, #home-hero h2, [data-aos='jme-in-up'] {
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s ease-out, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease-out;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease-out, -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1); }

#home-hero h1, #home-hero h2, [data-aos='jme-in-up'] {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

#home-hero h1.is-active, #home-hero h2.is-active, .aos-animate[data-aos='jme-in-up'] {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, blockquote:before, blockquote:after, q:before, q:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  opacity: 0;
  font-family: BasierCircle, sans-serif;
  color: #000;
  position: relative;
  overflow-x: hidden; }
  body.newsletter-page {
    background-color: #f7f8fa; }

h1,
h2,
h3,
h4 {
  font-weight: 600; }

b,
strong {
  font-weight: 800; }

.italic {
  font-style: italic; }

/*
body.single-page {
  padding-top: 140px;
}
*/
.hidden-xs {
  display: block; }
  @media (max-width: 767px) {
    .hidden-xs {
      display: none; } }

.visible-xs {
  display: none; }
  @media (max-width: 767px) {
    .visible-xs {
      display: block; } }

.font-black {
  color: #000; }

.font-red {
  color: #d90024; }

.font-orange {
  color: #ff7801; }

.font-blue {
  color: #0076cd; }

.font-blue-dark {
  color: #082365; }

.font-tangaroa {
  color: #031a33; }

.font-green {
  color: #78a088; }

.font-golden {
  color: #db9a32; }

.font-white {
  color: #ffffff; }

.font-manhattan {
  color: #f2cc8e; }

.background-white {
  background-color: #ffffff; }

.background-red {
  background-color: #d90024; }

.background-orange {
  background-color: #ff7801; }

.background-blue {
  background-color: #0076cd; }

.background-manhattan {
  background-color: #f2cc8e; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover, a:active, a:focus {
    opacity: 0.9; }

.triangle-top-left {
  width: 0;
  height: 0;
  border-top: 100px solid #f7f7f7;
  border-right: 100px solid transparent;
  position: absolute;
  top: 0;
  left: 0; }

.material-icons {
  display: inline-flex;
  vertical-align: middle; }

.fadein {
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s; }

.loaded {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in; }

/* Fade In animation */
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(90deg); } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg); } }

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(90deg); } }

.animation-rotate-90 {
  -webkit-animation: 0.5s rotate;
  -moz-animation: 0.5s rotate;
  animation: 0.5s rotate;
  transform-origin: center center; }

@keyframes rotate-0 {
  0% {
    transform: rotate(90deg); }
  100% {
    transform: rotate(0deg); } }

@-webkit-keyframes rotate-0 {
  0% {
    -webkit-transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-moz-keyframes rotate-0 {
  0% {
    -moz-transform: rotate(90deg); }
  100% {
    -moz-transform: rotate(0deg); } }

.animation-rotate-0 {
  -webkit-animation: 0.5s rotate-0;
  -moz-animation: 0.5s rotate-0;
  animation: 0.5s rotate-0;
  transform-origin: center center; }

#page-header {
  position: relative;
  height: 50px;
  line-height: 50px;
  margin-bottom: 120px;
  padding-top: 140px; }
  @media (max-width: 767px) {
    #page-header {
      line-height: 42px;
      margin-bottom: 50px;
      padding-top: 50px; } }
  #page-header.portfolio .menu li {
    color: #6d828f; }
    #page-header.portfolio .menu li.active {
      font-weight: 500; }
  #page-header.blog .menu li, #page-header.post .menu li, #page-header.newsletter .menu li, #page-header.contact .menu li {
    color: #000;
    opacity: 0.48; }
    #page-header.blog .menu li.active, #page-header.post .menu li.active, #page-header.newsletter .menu li.active, #page-header.contact .menu li.active {
      color: #000;
      opacity: 1;
      font-weight: 600; }
  #page-header.blog-post .menu li {
    color: #6d828f; }
    #page-header.blog-post .menu li.active {
      color: #000;
      opacity: 1;
      font-weight: 600; }
  #page-header .logo {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 263px; }
    @media (max-width: 767px) {
      #page-header .logo {
        width: 250px; } }
    #page-header .logo svg {
      padding-top: 10px; }
      @media (max-width: 767px) {
        #page-header .logo svg {
          width: 280px;
          transform: scale(0.8, 0.8) translate(-40px, 0); } }
    #page-header .logo span {
      position: absolute;
      font-weight: 800;
      font-size: 40px; }
      @media (max-width: 767px) {
        #page-header .logo span {
          font-size: 32px; } }
  #page-header .menu {
    float: right;
    font-size: 20px;
    color: #6d828f;
    text-align: right; }
    @media (min-width: 992px) and (max-width: 1139px) {
      #page-header .menu {
        font-size: 19px; } }
    @media (max-width: 991px) {
      #page-header .menu {
        font-size: 19px; } }
    @media (max-width: 767px) {
      #page-header .menu {
        width: inherit; } }
    #page-header .menu ul {
      margin: 0;
      padding: 0; }
      #page-header .menu ul li {
        display: inline-block;
        list-style: none;
        margin: 0 15px; }
        #page-header .menu ul li.active {
          font-weight: 500; }
        #page-header .menu ul li:first-child {
          margin-left: 0; }
        #page-header .menu ul li:last-child {
          margin-right: 0; }
        #page-header .menu ul li a {
          text-decoration: none;
          outline: none; }

#header-search-form {
  position: relative;
  float: left;
  margin-left: 20px;
  line-height: normal;
  padding-top: 3px; }
  @media (max-width: 767px) {
    #header-search-form {
      display: none; } }
  #header-search-form input {
    border-radius: 3px;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    border: none;
    padding: 10px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 15px; }
    @media (min-width: 992px) and (max-width: 1139px) {
      #header-search-form input {
        width: 80px; } }
    @media (max-width: 991px) {
      #header-search-form input {
        width: 80px; } }
  #header-search-form svg {
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 13px; }

#mobile-menu {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  padding-top: 59px;
  padding-bottom: 40px;
  background: #031a33; }
  #mobile-menu .logo-link {
    display: inline-block;
    width: 150px;
    height: 54px; }
  #mobile-menu .logo {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 35px;
    opacity: 0; }
    #mobile-menu .logo svg {
      width: 280px;
      transform: scale(0.8, 0.8) translate(-40px, 0); }
  #mobile-menu #close-mobile-menu {
    position: absolute;
    top: 65px;
    left: 335px;
    width: 15px;
    height: 22px;
    cursor: pointer;
    font-size: 19px;
    color: #6d828f;
    text-align: right; }
  #mobile-menu .menu-options li {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    padding: 20px 0;
    opacity: 0; }
    #mobile-menu .menu-options li.active {
      color: #0076cd; }
  #mobile-menu .menu-rrss {
    position: absolute;
    bottom: 40px;
    right: 25px;
    opacity: 0; }
    #mobile-menu .menu-rrss li {
      display: inline-block; }
    #mobile-menu .menu-rrss img {
      width: 35px;
      height: auto; }

#close-mobile-menu {
  position: absolute;
  top: 50px;
  right: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    height: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/ }
  to {
    opacity: 1;
    height: 110px;
    /*-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);*/ } }

@keyframes fadeInUpMobile {
  from {
    opacity: 0;
    height: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/ }
  to {
    opacity: 1;
    height: 90px;
    /*-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);*/ } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  animation-fill-mode: both; }
  @media (max-width: 767px) {
    .fadeInUp {
      -webkit-animation-name: fadeInUpMobile;
      animation-name: fadeInUpMobile; } }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

#trigger-mobile svg {
  width: 25px;
  margin-top: 10px; }

#mobile-search-form {
  position: absolute;
  margin-left: 20px;
  line-height: normal;
  padding-top: 3px;
  bottom: 40px;
  left: 0; }
  #mobile-search-form input {
    border-radius: 3px;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    border: none;
    padding: 10px;
    padding-left: 15px;
    padding-right: 40px;
    font-size: 15px; }
    @media (min-width: 992px) and (max-width: 1139px) {
      #mobile-search-form input {
        width: 150px; } }
    @media (max-width: 991px) {
      #mobile-search-form input {
        width: 150px; } }
  #mobile-search-form svg {
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 14px; }

.about-page {
  background: rgba(225, 174, 93, 0.08); }

.contact-page {
  background: rgba(225, 174, 93, 0.05); }

.page-footer.home #footer-info input {
  color: #031a33; }
  .page-footer.home #footer-info input::-webkit-input-placeholder {
    color: rgba(3, 26, 51, 0.5); }
  .page-footer.home #footer-info input:-moz-placeholder {
    color: rgba(3, 26, 51, 0.5); }
  .page-footer.home #footer-info input::-moz-placeholder {
    color: rgba(3, 26, 51, 0.5); }
  .page-footer.home #footer-info input:-ms-input-placeholder {
    color: rgba(3, 26, 51, 0.5); }

.page-footer.home #footer-info button {
  color: #031a33; }
  .page-footer.home #footer-info button svg path {
    fill: #031a33; }

.page-footer.home #footer-info a.pitch {
  color: #ffffff; }
  .page-footer.home #footer-info a.pitch svg path {
    fill: #ffffff; }

.page-footer.home #footer-meta .menu li a {
  color: #031a33;
  opacity: 0.48; }

.page-footer.about #footer-info {
  background: #012349; }
  .page-footer.about #footer-info .newsletter-container .title,
  .page-footer.about #footer-info .newsletter-container .subtitle {
    color: #ffffff; }

.page-footer.about #footer-meta .menu li {
  color: #ffffff;
  opacity: 0.48; }
  @media (max-width: 767px) {
    .page-footer.about #footer-meta .menu li {
      color: #ffffff;
      opacity: 1; } }
  .page-footer.about #footer-meta .menu li.active {
    opacity: 1; }
  @media (max-width: 767px) {
    .page-footer.about #footer-meta .menu li a {
      color: #ffffff; } }

.page-footer.contact #footer-info {
  background: #f7eddf; }
  .page-footer.contact #footer-info a.pitch {
    color: #ffffff; }
    .page-footer.contact #footer-info a.pitch svg path {
      fill: #ffffff; }

.page-footer.contact #footer-meta .menu li {
  color: #86919d; }

.page-footer.blog.orange #footer-info, .page-footer.search #footer-info {
  background: #fdf7ed; }
  @media (max-width: 767px) {
    .page-footer.blog.orange #footer-info, .page-footer.search #footer-info {
      background: transparent; } }
  .page-footer.blog.orange #footer-info .title,
  .page-footer.blog.orange #footer-info .subtitle, .page-footer.search #footer-info .title,
  .page-footer.search #footer-info .subtitle {
    color: #031a33; }
  .page-footer.blog.orange #footer-info .pitch-container a.pitch,
  .page-footer.blog.orange #footer-info .pitch-container .title,
  .page-footer.blog.orange #footer-info .pitch-container .subtitle, .page-footer.search #footer-info .pitch-container a.pitch,
  .page-footer.search #footer-info .pitch-container .title,
  .page-footer.search #footer-info .pitch-container .subtitle {
    color: #ffffff; }
  .page-footer.blog.orange #footer-info .pitch-container a.pitch svg path, .page-footer.search #footer-info .pitch-container a.pitch svg path {
    fill: #ffffff; }
  .page-footer.blog.orange #footer-info form, .page-footer.search #footer-info form {
    border-bottom-color: rgba(3, 26, 51, 0.16); }
  .page-footer.blog.orange #footer-info input, .page-footer.search #footer-info input {
    color: #031a33; }
    .page-footer.blog.orange #footer-info input::-webkit-input-placeholder, .page-footer.search #footer-info input::-webkit-input-placeholder {
      color: #031a33; }
    .page-footer.blog.orange #footer-info input:-moz-placeholder, .page-footer.search #footer-info input:-moz-placeholder {
      color: #031a33; }
    .page-footer.blog.orange #footer-info input::-moz-placeholder, .page-footer.search #footer-info input::-moz-placeholder {
      color: #031a33; }
    .page-footer.blog.orange #footer-info input:-ms-input-placeholder, .page-footer.search #footer-info input:-ms-input-placeholder {
      color: #031a33; }
  .page-footer.blog.orange #footer-info button, .page-footer.search #footer-info button {
    color: #031a33; }
    .page-footer.blog.orange #footer-info button svg path, .page-footer.search #footer-info button svg path {
      fill: #031a33; }
  .page-footer.blog.orange #footer-info a.pitch, .page-footer.search #footer-info a.pitch {
    color: #031a33; }
    .page-footer.blog.orange #footer-info a.pitch svg path, .page-footer.search #footer-info a.pitch svg path {
      fill: #031a33; }
    .page-footer.blog.orange #footer-info a.pitch div, .page-footer.search #footer-info a.pitch div {
      float: left;
      line-height: 30px;
      font-weight: 600;
      font-size: 20px; }

.page-footer.blog.orange #footer-meta .menu li, .page-footer.search #footer-meta .menu li {
  color: #000;
  opacity: 0.48; }
  .page-footer.blog.orange #footer-meta .menu li.active, .page-footer.search #footer-meta .menu li.active {
    opacity: 1; }

.page-footer.blog.green #footer-info {
  background: #f0f4f1; }
  @media (max-width: 767px) {
    .page-footer.blog.green #footer-info {
      background: transparent; } }
  .page-footer.blog.green #footer-info form {
    border-bottom-color: rgba(3, 26, 51, 0.16); }
  .page-footer.blog.green #footer-info input {
    color: #031a33; }
    .page-footer.blog.green #footer-info input::-webkit-input-placeholder {
      color: #031a33; }
    .page-footer.blog.green #footer-info input:-moz-placeholder {
      color: #031a33; }
    .page-footer.blog.green #footer-info input::-moz-placeholder {
      color: #031a33; }
    .page-footer.blog.green #footer-info input:-ms-input-placeholder {
      color: #031a33; }
  .page-footer.blog.green #footer-info button {
    color: #031a33; }
    .page-footer.blog.green #footer-info button svg path {
      fill: #031a33; }
  .page-footer.blog.green #footer-info a.pitch {
    color: #ffffff; }
    .page-footer.blog.green #footer-info a.pitch svg path {
      fill: #ffffff; }
    .page-footer.blog.green #footer-info a.pitch div {
      float: left;
      line-height: 30px;
      font-weight: 600;
      font-size: 20px; }

.page-footer.blog.green #footer-meta .menu li {
  color: #000;
  opacity: 0.48; }
  .page-footer.blog.green #footer-meta .menu li.active {
    opacity: 1; }

.page-footer.blog.blue #footer-info {
  background: rgba(8, 35, 101, 0.08); }
  @media (max-width: 767px) {
    .page-footer.blog.blue #footer-info {
      background: transparent; } }
  .page-footer.blog.blue #footer-info .title,
  .page-footer.blog.blue #footer-info .subtitle {
    color: #031a33; }
  .page-footer.blog.blue #footer-info .pitch-container .title,
  .page-footer.blog.blue #footer-info .pitch-container .subtitle {
    color: #ffffff; }
  .page-footer.blog.blue #footer-info .pitch-container .pitch {
    color: #ffffff; }
  .page-footer.blog.blue #footer-info form {
    border-bottom-color: rgba(3, 26, 51, 0.16); }
  .page-footer.blog.blue #footer-info input {
    color: #031a33; }
    .page-footer.blog.blue #footer-info input::-webkit-input-placeholder {
      color: #031a33; }
    .page-footer.blog.blue #footer-info input:-moz-placeholder {
      color: #031a33; }
    .page-footer.blog.blue #footer-info input::-moz-placeholder {
      color: #031a33; }
    .page-footer.blog.blue #footer-info input:-ms-input-placeholder {
      color: #031a33; }
  .page-footer.blog.blue #footer-info button {
    color: #031a33; }
    .page-footer.blog.blue #footer-info button svg path {
      fill: #031a33; }
  .page-footer.blog.blue #footer-info a.pitch {
    color: #031a33; }
    .page-footer.blog.blue #footer-info a.pitch svg path {
      fill: #ffffff; }
    .page-footer.blog.blue #footer-info a.pitch div {
      float: left;
      line-height: 30px;
      font-weight: 600;
      font-size: 20px; }

.page-footer.blog.blue #footer-meta .menu li {
  color: #000;
  opacity: 0.48; }
  @media (max-width: 767px) {
    .page-footer.blog.blue #footer-meta .menu li {
      color: #ffffff;
      opacity: 1; } }
  .page-footer.blog.blue #footer-meta .menu li.active {
    opacity: 1; }

.page-footer.blog-post #footer-info, .page-footer.newsletter #footer-info {
  background: rgba(8, 35, 101, 0.08); }
  @media (max-width: 767px) {
    .page-footer.blog-post #footer-info, .page-footer.newsletter #footer-info {
      background: transparent; } }
  .page-footer.blog-post #footer-info .title,
  .page-footer.blog-post #footer-info .subtitle, .page-footer.newsletter #footer-info .title,
  .page-footer.newsletter #footer-info .subtitle {
    color: #031a33; }
  .page-footer.blog-post #footer-info .pitch-container .title,
  .page-footer.blog-post #footer-info .pitch-container .subtitle, .page-footer.newsletter #footer-info .pitch-container .title,
  .page-footer.newsletter #footer-info .pitch-container .subtitle {
    color: #ffffff; }
  .page-footer.blog-post #footer-info .pitch-container .pitch, .page-footer.newsletter #footer-info .pitch-container .pitch {
    color: #ffffff; }
  .page-footer.blog-post #footer-info form, .page-footer.newsletter #footer-info form {
    border-bottom-color: rgba(3, 26, 51, 0.16); }
  .page-footer.blog-post #footer-info input, .page-footer.newsletter #footer-info input {
    color: #031a33; }
    .page-footer.blog-post #footer-info input::-webkit-input-placeholder, .page-footer.newsletter #footer-info input::-webkit-input-placeholder {
      color: #031a33; }
    .page-footer.blog-post #footer-info input:-moz-placeholder, .page-footer.newsletter #footer-info input:-moz-placeholder {
      color: #031a33; }
    .page-footer.blog-post #footer-info input::-moz-placeholder, .page-footer.newsletter #footer-info input::-moz-placeholder {
      color: #031a33; }
    .page-footer.blog-post #footer-info input:-ms-input-placeholder, .page-footer.newsletter #footer-info input:-ms-input-placeholder {
      color: #031a33; }
  .page-footer.blog-post #footer-info button, .page-footer.newsletter #footer-info button {
    color: #031a33; }
    .page-footer.blog-post #footer-info button svg path, .page-footer.newsletter #footer-info button svg path {
      fill: #031a33; }
  .page-footer.blog-post #footer-info a.pitch, .page-footer.newsletter #footer-info a.pitch {
    color: #031a33; }
    .page-footer.blog-post #footer-info a.pitch svg path, .page-footer.newsletter #footer-info a.pitch svg path {
      fill: #ffffff; }
    .page-footer.blog-post #footer-info a.pitch div, .page-footer.newsletter #footer-info a.pitch div {
      float: left;
      line-height: 30px;
      font-weight: 600;
      font-size: 20px; }

.page-footer.blog-post #footer-meta .menu li, .page-footer.newsletter #footer-meta .menu li {
  color: #000;
  opacity: 0.48; }
  @media (max-width: 767px) {
    .page-footer.blog-post #footer-meta .menu li, .page-footer.newsletter #footer-meta .menu li {
      color: #ffffff;
      opacity: 1; } }
  .page-footer.blog-post #footer-meta .menu li.active, .page-footer.newsletter #footer-meta .menu li.active {
    opacity: 1; }

.footer-container {
  position: relative; }

#footer-info {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  #footer-info .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      #footer-info .title {
        font-size: 20px;
        margin-bottom: 7px; } }
  #footer-info .subtitle {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 72px; }
    @media (max-width: 767px) {
      #footer-info .subtitle {
        font-size: 14px;
        min-height: initial; } }
  #footer-info .newsletter-container {
    float: left;
    width: 40%; }
    @media (max-width: 991px) {
      #footer-info .newsletter-container {
        width: 40%; } }
    @media (max-width: 767px) {
      #footer-info .newsletter-container {
        float: none;
        width: calc(100% - 50px);
        padding: 25px; } }
    #footer-info .newsletter-container .title,
    #footer-info .newsletter-container .subtitle {
      color: #031a33; }
  #footer-info .pitch-container {
    position: relative;
    float: right;
    width: 35%; }
    @media (max-width: 991px) {
      #footer-info .pitch-container {
        width: 40%; } }
    @media (max-width: 767px) {
      #footer-info .pitch-container {
        float: none;
        width: calc(100% - 50px);
        padding: 25px; } }
    #footer-info .pitch-container .title,
    #footer-info .pitch-container .subtitle {
      color: #ffffff; }
    #footer-info .pitch-container .title {
      font-weight: 600; }
    #footer-info .pitch-container .pitch {
      display: inline-block;
      color: #ffffff;
      padding-top: 8px; }
      #footer-info .pitch-container .pitch svg {
        float: left;
        padding-top: 8px;
        padding-right: 10px; }
        #footer-info .pitch-container .pitch svg path {
          fill: #ffffff; }
      #footer-info .pitch-container .pitch div {
        float: left;
        line-height: 30px;
        font-weight: 500;
        font-size: 18px; }
  #footer-info .newsletter-claim {
    float: left;
    width: 400px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600; }
  #footer-info form {
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    background: #ffffff;
    border-radius: 2px;
    height: 48px;
    z-index: 1; }
    #footer-info form input {
      float: left;
      outline: 0;
      border: none;
      background: none;
      padding: 0;
      padding-left: 15px;
      font-size: 18px;
      color: #000;
      width: calc(100% - 150px);
      height: 48px; }
      #footer-info form input::-webkit-input-placeholder {
        font-family: BasierCircle, sans-serif;
        color: #031a33;
        opacity: 0.6; }
      #footer-info form input:-moz-placeholder {
        font-family: BasierCircle, sans-serif;
        color: #031a33;
        opacity: 0.6; }
      #footer-info form input::-moz-placeholder {
        font-family: BasierCircle, sans-serif;
        color: #031a33;
        opacity: 0.6; }
      #footer-info form input:-ms-input-placeholder {
        font-family: BasierCircle, sans-serif;
        color: #031a33;
        opacity: 0.6; }
      @media (max-width: 767px) {
        #footer-info form input {
          font-size: 14px;
          width: calc(100% - 50px); } }
    #footer-info form button {
      width: 135px;
      height: 48px;
      float: right;
      background: transparent;
      color: #031a33;
      text-align: left;
      padding-bottom: 0; }
      @media (max-width: 767px) {
        #footer-info form button {
          width: 30px; } }
      #footer-info form button svg {
        float: left;
        padding-top: 8px; }
        @media (max-width: 767px) {
          #footer-info form button svg {
            padding-top: 0; } }
      #footer-info form button div {
        float: left;
        line-height: 30px;
        font-weight: 600;
        font-size: 18px;
        padding-left: 10px; }
        @media (max-width: 767px) {
          #footer-info form button div {
            display: none; } }

#newsletter-form-error {
  position: absolute;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0.1s ease-in; }
  @media (max-width: 767px) {
    #newsletter-form-error {
      position: relative; } }
  #newsletter-form-error.visible {
    opacity: 1;
    transition: opacity 0.1s ease-in; }
  #newsletter-form-error.success {
    color: #0e8446; }
  #newsletter-form-error.error {
    color: #e02d2d; }

#newsletter-form-loading {
  position: absolute;
  margin-top: 15px;
  display: none; }
  @media (max-width: 767px) {
    #newsletter-form-loading {
      position: relative; } }

#footer-meta {
  position: relative;
  line-height: 50px;
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    #footer-meta {
      padding-top: 50px;
      padding-bottom: 50px; } }
  #footer-meta .logo {
    float: left;
    position: relative;
    top: 0;
    left: 0;
    width: 150px; }
    #footer-meta .logo span {
      position: absolute;
      font-weight: 600;
      font-size: 40px; }
      @media (max-width: 767px) {
        #footer-meta .logo span {
          color: #ffffff;
          font-size: 25px; } }
    @media (max-width: 767px) {
      #footer-meta .logo img {
        width: 80px;
        height: auto; } }
    #footer-meta .logo img.hidden-xs {
      display: inline-block; }
      @media (max-width: 767px) {
        #footer-meta .logo img.hidden-xs {
          display: none; } }
    @media (max-width: 767px) {
      #footer-meta .logo img.visible-xs {
        display: inline-block;
        padding-top: 2px; } }
    @media (max-width: 767px) {
      #footer-meta .logo svg {
        width: 280px;
        transform: scale(0.8, 0.8) translate(-40px, 0); } }
  #footer-meta .menu {
    position: relative;
    float: right;
    font-size: 20px;
    text-align: right; }
    @media (max-width: 767px) {
      #footer-meta .menu {
        width: 100%; } }
    #footer-meta .menu ul {
      margin: 0;
      padding: 0; }
      #footer-meta .menu ul li {
        display: inline-block;
        list-style: none;
        margin: 0 15px; }
        @media (max-width: 767px) {
          #footer-meta .menu ul li {
            float: left;
            width: 50%;
            font-size: 16px;
            text-transform: capitalize;
            text-align: left;
            margin: 0; } }
        #footer-meta .menu ul li:first-child {
          margin-left: 0; }
        #footer-meta .menu ul li a {
          text-decoration: none; }
          @media (max-width: 767px) {
            #footer-meta .menu ul li a {
              color: #455965; } }

.container {
  width: 1136px;
  height: auto;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1140px) and (max-width: 1299px) {
    .container {
      width: 970px; } }
  @media (min-width: 992px) and (max-width: 1139px) {
    .container {
      width: 870px; } }
  @media (max-width: 991px) {
    .container {
      width: calc(100% - 50px);
      padding-left: 25px;
      padding-right: 25px; } }
  .container.no-pd-r {
    width: 1186px;
    height: auto;
    padding-right: 0px; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      .container.no-pd-r {
        width: 1020px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      .container.no-pd-r {
        width: 920px; } }
    @media (max-width: 991px) {
      .container.no-pd-r {
        width: calc(100% - 25px);
        padding-left: 25px; } }
  .container.no-pd-l {
    width: 1186px;
    height: auto;
    padding-right: 0px; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      .container.no-pd-l {
        width: 1020px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      .container.no-pd-l {
        width: 920px; } }
    @media (max-width: 991px) {
      .container.no-pd-l {
        width: calc(100% - 25px);
        padding-left: 25px; } }
  .container.no-pd-l.no-pd-r {
    width: 1236px;
    height: auto;
    padding-left: 0px;
    padding-right: 0px; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      .container.no-pd-l.no-pd-r {
        width: 1070px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      .container.no-pd-l.no-pd-r {
        width: 970px; } }
    @media (max-width: 991px) {
      .container.no-pd-l.no-pd-r {
        width: 100%; } }

.big-container {
  width: 1250px;
  height: auto;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1450px) {
    .big-container {
      width: 1100px; } }
  @media (max-width: 1230px) {
    .big-container {
      width: 990px; } }
  @media (max-width: 1120px) {
    .big-container {
      width: 890px; } }
  @media (max-width: 1030px) {
    .big-container {
      width: calc(100% - 50px - 50px); } }
  @media (max-width: 767px) {
    .big-container {
      width: initial;
      padding-right: 25px;
      padding-left: 25px; } }

.inner-container {
  width: 1136px;
  height: auto;
  display: inline-block;
  position: relative;
  padding-left: 50px; }

button, .btn {
  outline: none;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #d1dade;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important; }
  button.transparent, .btn.transparent {
    background: transparent; }
  button.font-white, .btn.font-white {
    color: #ffffff; }

#reveal {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  height: 100%; }
  #reveal svg {
    display: block; }
  #reveal.visible {
    display: block; }

.revealer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  pointer-events: none; }

.revealer--cornertopleft,
.revealer--cornertopright,
.revealer--cornerbottomleft,
.revealer--cornerbottomright {
  top: 50%;
  left: 50%; }

.revealer--top,
.revealer--bottom {
  left: 0; }

.revealer--right,
.revealer--left {
  top: 50%;
  left: 50%; }

.revealer--top {
  bottom: 100%; }

.revealer--bottom {
  top: 100%; }

.revealer__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ddd; }

.anim--effect-3 .page:nth-child(2) {
  background: #f3a3d3; }

.anim--effect-3 .revealer--animate .revealer__layer {
  animation: anim-effect-3-1 1.5s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards; }

.anim--effect-3 .revealer--animate .revealer__layer:nth-child(2) {
  animation-name: anim-effect-3-2; }

.anim--effect-3 .revealer--animate .revealer__layer:nth-child(3) {
  animation-name: anim-effect-3-3; }

@keyframes anim-effect-3-1 {
  0% {
    transform: translate3d(0, 0, 0); }
  25%,
  75% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% {
    transform: translate3d(0, -200%, 0); } }

@keyframes anim-effect-3-2 {
  0%,
  12.5% {
    transform: translate3d(0, 0, 0); }
  37.5%,
  62.5% {
    transform: translate3d(0, -100%, 0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  87.5%,
  100% {
    transform: translate3d(0, -200%, 0); } }

@keyframes anim-effect-3-3 {
  0%,
  25% {
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
  75%,
  100% {
    transform: translate3d(0, -200%, 0); } }

.la-ball-pulse,
.la-ball-pulse > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-pulse {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-pulse.la-dark {
  color: #021934; }

.la-ball-pulse > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-pulse {
  width: 54px;
  height: 18px; }

.la-ball-pulse > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-pulse > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-pulse > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-pulse > div {
  width: 7px;
  height: 7px;
  margin: 4px;
  border-radius: 100%;
  -webkit-animation: ball-pulse 1s ease infinite;
  -moz-animation: ball-pulse 1s ease infinite;
  -o-animation: ball-pulse 1s ease infinite;
  animation: ball-pulse 1s ease infinite; }

.la-ball-pulse.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-pulse.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-pulse.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-pulse.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-pulse.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-pulse.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-pulse {
  0%,
  60%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  30% {
    opacity: 0.1;
    -webkit-transform: scale(0.01);
    transform: scale(0.01); } }

@-moz-keyframes ball-pulse {
  0%,
  60%,
  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1); }
  30% {
    opacity: 0.1;
    -moz-transform: scale(0.01);
    transform: scale(0.01); } }

@-o-keyframes ball-pulse {
  0%,
  60%,
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1); }
  30% {
    opacity: 0.1;
    -o-transform: scale(0.01);
    transform: scale(0.01); } }

@keyframes ball-pulse {
  0%,
  60%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  30% {
    opacity: 0.1;
    -webkit-transform: scale(0.01);
    -moz-transform: scale(0.01);
    -o-transform: scale(0.01);
    transform: scale(0.01); } }

.sk-fading-circle {
  position: relative;
  width: 20px;
  height: 20px; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .sk-fading-circle .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 13%;
      height: 13%;
      background-color: #000;
      border-radius: 100%;
      -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
      animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
    .sk-fading-circle .sk-circle2:before {
      -webkit-animation-delay: -1.1s;
      animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
    .sk-fading-circle .sk-circle3:before {
      -webkit-animation-delay: -1s;
      animation-delay: -1s; }
  .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
    .sk-fading-circle .sk-circle4:before {
      -webkit-animation-delay: -0.9s;
      animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg); }
    .sk-fading-circle .sk-circle5:before {
      -webkit-animation-delay: -0.8s;
      animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg); }
    .sk-fading-circle .sk-circle6:before {
      -webkit-animation-delay: -0.7s;
      animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .sk-fading-circle .sk-circle7:before {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg); }
    .sk-fading-circle .sk-circle8:before {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg); }
    .sk-fading-circle .sk-circle9:before {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
    .sk-fading-circle .sk-circle10:before {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg); }
    .sk-fading-circle .sk-circle11:before {
      -webkit-animation-delay: -0.2s;
      animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg); }
    .sk-fading-circle .sk-circle12:before {
      -webkit-animation-delay: -0.1s;
      animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

#triangle-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%; }
  #triangle-header svg {
    display: block; }
  #triangle-header.orange svg polygon {
    fill: rgba(255, 186, 122, 0.08); }
  #triangle-header.green svg polygon {
    fill: rgba(14, 132, 70, 0.08); }
  #triangle-header.blue svg polygon {
    fill: rgba(0, 21, 41, 0.08); }
  #triangle-header.blue-light svg polygon {
    fill: rgba(2, 25, 52, 0.08); }
  #triangle-header.blog svg polygon {
    fill: #fff; }
  #triangle-header.blog-post svg polygon {
    fill: #f7f7f7; }
  #triangle-header.newsletter svg polygon, #triangle-header.portfolio svg polygon {
    fill: #fff; }
  #triangle-header.home svg polygon {
    fill: #fff; }
  #triangle-header.about svg polygon {
    fill: #ffffff; }
  #triangle-header.contact svg polygon {
    fill: #fff; }
    @media (max-width: 767px) {
      #triangle-header.contact svg polygon {
        fill: rgba(8, 35, 101, 0.08); } }

#triangle-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%; }
  #triangle-footer svg {
    display: block; }
  @media (max-width: 767px) {
    #triangle-footer {
      display: none; } }
  #triangle-footer.about svg polygon {
    fill: #092a4c; }
  #triangle-footer.contact svg polygon {
    fill: #f7eddf; }
  #triangle-footer.blog.orange svg polygon, #triangle-footer.search svg polygon, #triangle-footer.portfolio svg polygon {
    fill: rgba(242, 204, 142, 0.16); }
  #triangle-footer.blog.green svg polygon {
    fill: #f0f4f1; }
  #triangle-footer.blog.blue svg polygon {
    fill: rgba(8, 35, 101, 0.08); }
  #triangle-footer.blog-post svg polygon, #triangle-footer.newsletter svg polygon {
    fill: rgba(8, 35, 101, 0.08); }

#triangle-newsletter {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0; }
  @media (max-width: 767px) {
    #triangle-newsletter {
      display: none; } }
  #triangle-newsletter svg {
    display: block; }
  #triangle-newsletter.about svg polygon {
    fill: #002f62; }
  #triangle-newsletter.blog.orange svg polygon {
    fill: #ffba7a; }
  #triangle-newsletter.contact svg polygon {
    fill: #cd943a; }
  #triangle-newsletter.search svg polygon, #triangle-newsletter.portfolio svg polygon {
    fill: #f2cc8e; }
  #triangle-newsletter.blog.green svg polygon {
    fill: #0e8446; }
  #triangle-newsletter.blog.blue svg polygon {
    fill: #001529; }
  #triangle-newsletter.blog-post svg polygon, #triangle-newsletter.newsletter svg polygon {
    fill: #092a4c; }

#blog-stripe {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1; }
  #blog-stripe svg {
    display: block; }
    #blog-stripe svg polygon {
      fill: #fff; }

#triangle-blog-slider {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: -1;
  width: 100%; }
  @media (max-width: 767px) {
    #triangle-blog-slider {
      top: -150px; } }
  #triangle-blog-slider svg {
    display: block;
    float: right; }
  #triangle-blog-slider.orange svg polygon {
    fill: rgba(255, 186, 122, 0.08); }
  #triangle-blog-slider.green svg polygon {
    fill: rgba(14, 132, 70, 0.08); }
  #triangle-blog-slider.blue svg polygon {
    fill: rgba(0, 21, 41, 0.08); }
  #triangle-blog-slider.blue-light svg polygon {
    fill: rgba(2, 25, 52, 0.08); }

#triangle-mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%; }
  #triangle-mobile-menu svg {
    display: block; }
    #triangle-mobile-menu svg polygon {
      fill: #172c43; }

#triangle-mobile-menu-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 240px; }
  #triangle-mobile-menu-bottom svg {
    display: block;
    transform: rotate(180deg) scale(2, 2) translate(60px, 70px); }
    #triangle-mobile-menu-bottom svg polygon {
      fill: #172c43; }

#triangle-footer-meta {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%; }
  #triangle-footer-meta svg {
    display: block; }
    #triangle-footer-meta svg polygon {
      fill: #031a33; }

@media (max-width: 767px) {
  .about-page #triangle-footer-meta {
    display: none; } }

#triangle-home-news {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 100%; }
  #triangle-home-news svg {
    display: block; }
    #triangle-home-news svg polygon {
      fill: transparent; }

/* Page stripes */
#home-stripe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%; }
  #home-stripe svg {
    display: block; }
    #home-stripe svg polygon {
      fill: #fff; }
  @media (max-width: 767px) {
    #home-stripe {
      display: none; } }

#about-stripe {
  position: absolute;
  top: 1300px;
  left: 0;
  z-index: -1;
  width: 100%; }
  #about-stripe svg {
    display: block; }
    #about-stripe svg polygon {
      fill: #031a33; }

#portfolio-stripe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%; }
  #portfolio-stripe svg {
    display: block; }
    #portfolio-stripe svg polygon {
      fill: #ffffff; }

@media (max-width: 767px) {
  #home-hero {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

#home-hero .slider-info {
  width: calc(100% - 480px);
  height: 100%;
  float: left;
  -webkit-animation: fadein 0.75s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.75s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.75s;
  /* Internet Explorer */
  -o-animation: fadein 0.75s;
  /* Opera < 12.1 */
  animation: fadein 0.75s; }
  @media (min-width: 1140px) and (max-width: 1299px) {
    #home-hero .slider-info {
      width: calc(100% - 440px); } }
  @media (min-width: 992px) and (max-width: 1139px) {
    #home-hero .slider-info {
      width: calc(100% - 400px); } }
  @media (max-width: 991px) {
    #home-hero .slider-info {
      width: calc(100% - 400px); } }
  @media (max-width: 767px) {
    #home-hero .slider-info {
      width: initial;
      float: none;
      padding-top: 0;
      margin-bottom: 50px;
      padding-left: 25px;
      padding-right: 25px; } }

#home-hero .slider-photo-container {
  width: 480px;
  height: auto;
  float: left;
  position: relative; }
  @media (min-width: 1140px) and (max-width: 1299px) {
    #home-hero .slider-photo-container {
      width: 440px; } }
  @media (min-width: 992px) and (max-width: 1139px) {
    #home-hero .slider-photo-container {
      width: 400px; } }
  @media (max-width: 991px) {
    #home-hero .slider-photo-container {
      width: 400px; } }
  @media (max-width: 767px) {
    #home-hero .slider-photo-container {
      width: initial;
      float: none; } }

#home-hero h1 {
  color: #000;
  font-size: 40px;
  line-height: 1.5;
  padding-right: 150px; }
  @media (min-width: 1140px) and (max-width: 1299px) {
    #home-hero h1 {
      font-size: 38px;
      line-height: 1.3;
      padding-right: 50px; } }
  @media (min-width: 992px) and (max-width: 1139px) {
    #home-hero h1 {
      font-size: 35px;
      padding-right: 30px; } }
  @media (max-width: 991px) {
    #home-hero h1 {
      font-size: 35px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    #home-hero h1 {
      font-size: 22px;
      padding-right: 0; } }

#home-hero h2 {
  color: #6d828f;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 50px;
  font-weight: 400;
  padding-right: 190px; }
  @media (min-width: 1140px) and (max-width: 1299px) {
    #home-hero h2 {
      padding-right: 50px; } }
  @media (min-width: 992px) and (max-width: 1139px) {
    #home-hero h2 {
      padding-right: 40px; } }
  @media (max-width: 991px) {
    #home-hero h2 {
      padding-right: 20px; } }
  @media (max-width: 767px) {
    #home-hero h2 {
      margin-top: 20px;
      padding-right: 0; } }

#home-hero .read-more {
  display: inline-block;
  margin-top: 50px;
  font-size: 20px;
  font-weight: 600; }
  @media (max-width: 767px) {
    #home-hero .read-more {
      margin-top: 20px;
      font-size: 16px; } }
  #home-hero .read-more svg {
    padding-top: 8px;
    padding-right: 10px; }
  #home-hero .read-more div {
    float: right;
    line-height: 30px; }

#home-hero .slider-photo {
  width: 480px;
  height: 720px;
  background-size: 100%;
  -webkit-animation: fadein 1.25s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.25s;
  /* Firefox < 16 */
  -ms-animation: fadein 1.25s;
  /* Internet Explorer */
  -o-animation: fadein 1.25s;
  /* Opera < 12.1 */
  animation: fadein 1.25s; }
  #home-hero .slider-photo.slider-photo-logo {
    background-position: 50% 20%; }
  #home-hero .slider-photo.slider-photo-image {
    background-position: 50%;
    background-size: cover; }
  @media (min-width: 1140px) and (max-width: 1299px) {
    #home-hero .slider-photo {
      width: 440px;
      height: 660px; } }
  @media (min-width: 992px) and (max-width: 1139px) {
    #home-hero .slider-photo {
      width: 400px;
      height: 660px; } }
  @media (max-width: 991px) {
    #home-hero .slider-photo {
      width: 400px;
      height: 660px; } }

#home-hero .slider-photo-bg {
  width: auto;
  height: 320px;
  -webkit-animation: fadein 1.25s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.25s;
  /* Firefox < 16 */
  -ms-animation: fadein 1.25s;
  /* Internet Explorer */
  -o-animation: fadein 1.25s;
  /* Opera < 12.1 */
  animation: fadein 1.25s; }

#home-hero .slider-controls-border {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 415px 415px;
  border-color: transparent transparent #ffffff transparent; }
  @media (max-width: 1230px) {
    #home-hero .slider-controls-border {
      border-width: 0 0 380px 380px; } }

#home-hero .slider-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 395px 395px;
  border-color: transparent transparent #ffffff transparent; }
  @media (max-width: 1230px) {
    #home-hero .slider-controls {
      border-width: 0 0 360px 360px; } }
  @media (max-width: 767px) {
    #home-hero .slider-controls {
      border-width: 0 0 360px 360px; } }
  #home-hero .slider-controls .controls-container {
    position: absolute;
    bottom: -365px;
    right: 0;
    width: 160px; }
    @media (max-width: 1230px) {
      #home-hero .slider-controls .controls-container {
        bottom: -330px; } }
    @media (max-width: 767px) {
      #home-hero .slider-controls .controls-container {
        width: 140px;
        right: 15px; } }
    #home-hero .slider-controls .controls-container button {
      width: 64px;
      height: 64px; }
      @media (max-width: 767px) {
        #home-hero .slider-controls .controls-container button {
          width: 60px;
          height: 60px; } }
      #home-hero .slider-controls .controls-container button.circle {
        background: #ffffff;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
        border-radius: 50%; }
      #home-hero .slider-controls .controls-container button svg {
        transform: scale(1.2, 1.2);
        margin-left: 1px; }
        #home-hero .slider-controls .controls-container button svg path {
          fill: #ffffff; }

#home-info {
  margin-top: 365px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    #home-info {
      margin-top: 30px;
      margin-bottom: 30px; } }
  #home-info .home-info-right {
    width: 480px;
    height: auto;
    float: left;
    position: relative;
    padding-top: 50px; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      #home-info .home-info-right {
        width: 380px;
        padding-top: 18px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      #home-info .home-info-right {
        width: 380px;
        padding-top: 130px; } }
    @media (max-width: 991px) {
      #home-info .home-info-right {
        width: 380px;
        padding-top: 65px; } }
    @media (max-width: 767px) {
      #home-info .home-info-right {
        width: 100%;
        float: none; } }
    #home-info .home-info-right h2 {
      font-size: 40px;
      line-height: 1.2;
      color: #000;
      margin-bottom: 20px; }
      #home-info .home-info-right h2 .italic {
        font-weight: normal;
        font-style: italic; }
      @media (max-width: 991px) {
        #home-info .home-info-right h2 {
          font-size: 35px; } }
      @media (max-width: 767px) {
        #home-info .home-info-right h2 {
          font-size: 30px; } }
    #home-info .home-info-right .read-more {
      display: inline-block;
      margin-top: 50px;
      font-size: 20px;
      font-weight: 600; }
      @media (max-width: 767px) {
        #home-info .home-info-right .read-more {
          margin-top: 20px;
          font-size: 16px; } }
      #home-info .home-info-right .read-more i {
        font-size: 30px;
        font-weight: 600; }
        @media (max-width: 767px) {
          #home-info .home-info-right .read-more i {
            font-size: 30px; } }
      #home-info .home-info-right .read-more div {
        float: right;
        line-height: 30px; }
    #home-info .home-info-right svg.rings {
      width: 97px;
      height: auto;
      margin-bottom: 33px; }
      @media (max-width: 767px) {
        #home-info .home-info-right svg.rings {
          width: 75px; } }
    #home-info .home-info-right svg:not(.rings) {
      padding-top: 8px;
      padding-right: 10px; }
  #home-info .home-info-text {
    float: left;
    width: 480px;
    margin-left: 80px; }
    @media (min-width: 992px) and (max-width: 1139px) {
      #home-info .home-info-text {
        width: 400px;
        margin-left: 40px; } }
    @media (max-width: 991px) {
      #home-info .home-info-text {
        width: calc(100% - 420px);
        margin-left: 0;
        float: right;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      #home-info .home-info-text {
        width: 100%;
        float: none;
        margin-left: initial;
        padding-top: 30px; } }
    #home-info .home-info-text p {
      color: #6d828f;
      font-size: 16px;
      line-height: 1.75;
      margin-bottom: 20px; }

#home-info-items {
  margin-bottom: 300px; }
  @media (max-width: 767px) {
    #home-info-items {
      margin-bottom: 100px; } }
  #home-info-items .home-info-item-element {
    float: left;
    width: 25%;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      #home-info-items .home-info-item-element {
        width: 33.3333%;
        min-height: 80px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #home-info-items .home-info-item-element {
        width: 50%;
        min-height: 80px;
        margin-bottom: 20px; } }
    #home-info-items .home-info-item-element img {
      float: left;
      width: 25px;
      height: auto;
      padding-top: 5px; }
    #home-info-items .home-info-item-element div {
      float: left;
      width: calc(100% - 25px - 20px - 50px);
      font-size: 16px;
      font-weight: 600;
      line-height: 1.5;
      color: #000;
      padding-left: 20px;
      padding-right: 50px; }
      @media (min-width: 992px) and (max-width: 1139px) {
        #home-info-items .home-info-item-element div {
          width: calc(100% - 30px - 20px - 20px);
          padding-right: 20px; } }
      @media (max-width: 991px) {
        #home-info-items .home-info-item-element div {
          width: calc(100% - 30px - 20px);
          padding-right: 0px; } }
      @media (max-width: 767px) {
        #home-info-items .home-info-item-element div {
          width: calc(100% - 30px - 20px);
          padding-right: 10px;
          padding-left: 15px;
          font-size: 14px; } }

#home-news {
  position: relative;
  background-color: #ffffff; }
  #home-news .cut {
    width: 88px;
    height: auto;
    position: absolute;
    top: -1px;
    left: -1px; }
    @media (max-width: 991px) {
      #home-news .cut {
        width: 68px; } }
    @media (max-width: 767px) {
      #home-news .cut {
        width: 48px; } }
  #home-news .home-news-left {
    position: relative;
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #092165;
    float: left;
    width: calc(520px - 120px);
    color: #fff;
    padding: 70px 60px; }
    @media (min-width: 992px) and (max-width: 1139px) {
      #home-news .home-news-left {
        width: calc(480px - 120px);
        padding: 70px 60px; } }
    @media (max-width: 991px) {
      #home-news .home-news-left {
        width: calc(320px - 60px);
        padding: 70px 30px; } }
    @media (max-width: 767px) {
      #home-news .home-news-left {
        float: none;
        padding: 70px 25px;
        width: calc(100% - 50px);
        background-size: cover; } }
    #home-news .home-news-left .shadow {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.25); }
      @media (max-width: 767px) {
        #home-news .home-news-left .shadow {
          display: block; } }
    #home-news .home-news-left h2 {
      position: relative;
      font-size: 40px;
      line-height: 1.2;
      margin-bottom: 35px;
      font-weight: 500; }
      @media (max-width: 991px) {
        #home-news .home-news-left h2 {
          font-size: 30px; } }
    #home-news .home-news-left h3 {
      position: relative;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.75; }
  #home-news .home-news-right {
    float: right;
    width: calc(100% - 520px - 180px);
    padding: 70px 90px; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      #home-news .home-news-right {
        width: calc(100% - 520px - 120px);
        padding: 70px 60px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      #home-news .home-news-right {
        width: calc(100% - 480px - 120px);
        padding: 70px 60px; } }
    @media (max-width: 991px) {
      #home-news .home-news-right {
        width: calc(100% - 320px - 80px);
        padding: 70px 40px; } }
    @media (max-width: 767px) {
      #home-news .home-news-right {
        float: none;
        padding: 70px 25px;
        width: calc(100% - 50px); } }
  #home-news .news-row {
    border-bottom: 1px solid #f2f4f5;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      #home-news .news-row {
        margin-bottom: 35px; } }
    #home-news .news-row .news-row-left {
      float: left;
      width: calc(100% - 50px);
      padding-top: 2px; }
    #home-news .news-row .news-row-right {
      float: right;
      width: 50px;
      text-align: right; }
      #home-news .news-row .news-row-right svg {
        padding-top: 8px; }
        #home-news .news-row .news-row-right svg path {
          fill: #031a33; }
    #home-news .news-row .title {
      font-size: 24px;
      color: #031a33;
      line-height: 1.2;
      font-weight: 500; }
      @media (min-width: 992px) and (max-width: 1139px) {
        #home-news .news-row .title {
          font-size: 22px; } }
      @media (max-width: 767px) {
        #home-news .news-row .title {
          font-size: 20px; } }
    #home-news .news-row .description {
      color: #6d828f;
      font-size: 15px;
      line-height: 1.6;
      padding-top: 10px; }
      @media (max-width: 767px) {
        #home-news .news-row .description {
          font-size: 15px; } }
    #home-news .news-row.news-claim {
      margin-top: 50px;
      margin-bottom: 80px; }
      @media (max-width: 767px) {
        #home-news .news-row.news-claim {
          margin-bottom: 35px; } }
      #home-news .news-row.news-claim .title {
        font-size: 40px;
        color: #000; }
        @media (max-width: 1230px) {
          #home-news .news-row.news-claim .title {
            font-size: 35px; } }
        @media (max-width: 767px) {
          #home-news .news-row.news-claim .title {
            font-size: 25px; } }
      #home-news .news-row.news-claim .description {
        color: #db9a32; }
  #home-news .read-more {
    display: inline-block;
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 1230px) {
      #home-news .read-more {
        font-size: 18px; } }
    @media (max-width: 767px) {
      #home-news .read-more {
        margin-top: 0; } }
    #home-news .read-more svg {
      padding-top: 7px;
      padding-right: 10px; }
    #home-news .read-more div {
      float: right;
      line-height: 30px; }

@media (max-width: 767px) {
  #about-hero {
    width: calc(100% - 50px);
    padding-right: 25px; } }

#about-hero .about-hero-text {
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    #about-hero .about-hero-text {
      margin-bottom: 50px; } }

#about-hero .about-hero-left {
  float: left;
  width: calc(100% - 580px); }
  @media (min-width: 992px) and (max-width: 1139px) {
    #about-hero .about-hero-left {
      width: calc(100% - 480px); } }
  @media (max-width: 991px) {
    #about-hero .about-hero-left {
      width: calc(100% - 480px); } }
  @media (max-width: 767px) {
    #about-hero .about-hero-left {
      width: 100%; } }

#about-hero .about-hero-right {
  float: right;
  width: 580px; }
  @media (min-width: 992px) and (max-width: 1139px) {
    #about-hero .about-hero-right {
      width: 480px; } }
  @media (max-width: 991px) {
    #about-hero .about-hero-right {
      width: 480px; } }
  @media (max-width: 767px) {
    #about-hero .about-hero-right {
      width: 100%; } }

#about-hero img {
  width: 120px;
  height: auto;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    #about-hero img {
      width: 80px; } }

#about-hero h1 {
  color: #031a33;
  font-size: 40px;
  line-height: 1.5;
  width: 422px; }
  @media (min-width: 992px) and (max-width: 1139px) {
    #about-hero h1 {
      font-size: 38px;
      line-height: 1.3; } }
  @media (max-width: 991px) {
    #about-hero h1 {
      font-size: 35px;
      width: 90%; } }
  @media (max-width: 767px) {
    #about-hero h1 {
      width: initial;
      font-size: 28px; } }

#about-hero p {
  font-size: 16px;
  line-height: 1.75;
  color: #6d828f;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    #about-hero p {
      padding-right: 50px; } }
  @media (max-width: 767px) {
    #about-hero p {
      padding-right: 0; } }

#about-hero h2 {
  color: #6d828f;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 50px;
  width: 480px; }
  @media (max-width: 767px) {
    #about-hero h2 {
      width: initial;
      margin-top: 20px; } }

#about-hero .about-hero-principles .title {
  font-size: 24px;
  font-weight: 600;
  color: #e1ae5d;
  margin-bottom: 40px; }
  #about-hero .about-hero-principles .title span {
    display: inline-block;
    position: relative; }

#about-hero .about-hero-principles .items-list .item-element {
  float: left;
  width: 33.3333%;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    #about-hero .about-hero-principles .items-list .item-element {
      width: 50%; } }
  @media (max-width: 767px) {
    #about-hero .about-hero-principles .items-list .item-element {
      float: none;
      width: 100%; } }
  #about-hero .about-hero-principles .items-list .item-element .item-number {
    width: 48px;
    height: 48px;
    float: left;
    border-radius: 50%;
    color: #e1ae5d;
    background-color: #ffffff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    font-size: 16px;
    text-align: center;
    line-height: 50px; }
  #about-hero .about-hero-principles .items-list .item-element .item-text {
    float: left;
    width: calc(100% - 48px - 16px - 20px);
    font-size: 16px;
    line-height: 28px;
    color: #455965;
    padding-left: 16px;
    min-height: 84px; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      #about-hero .about-hero-principles .items-list .item-element .item-text {
        width: calc(100% - 50px - 16px - 75px); } }
    @media (min-width: 992px) and (max-width: 1139px) {
      #about-hero .about-hero-principles .items-list .item-element .item-text {
        width: calc(100% - 50px - 16px - 40px); } }
    @media (max-width: 767px) {
      #about-hero .about-hero-principles .items-list .item-element .item-text {
        width: calc(100% - 50px - 16px);
        min-height: initial; } }

#about-photos {
  margin-top: 180px; }
  @media (max-width: 767px) {
    #about-photos {
      width: calc(100% - 50px);
      padding-right: 25px; } }
  @media (max-width: 767px) {
    #about-photos {
      margin-top: 50px; } }
  #about-photos .person-photo {
    float: left;
    width: calc((100% - 90px) / 3);
    margin-right: 40px;
    margin-bottom: 40px; }
    #about-photos .person-photo:nth-child(3n) {
      margin-right: 0; }
      @media (max-width: 991px) {
        #about-photos .person-photo:nth-child(3n) {
          margin-right: 20px; } }
    @media (max-width: 767px) {
      #about-photos .person-photo:nth-child(2n) {
        margin-right: 0; } }
    @media (max-width: 991px) {
      #about-photos .person-photo {
        width: calc(100% / 3 - 25px);
        margin-right: 25px;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      #about-photos .person-photo {
        width: 100%;
        margin-right: 20px;
        margin-bottom: 20px; } }
    #about-photos .person-photo img {
      width: 100%;
      height: auto; }
  #about-photos .person-photo-inner {
    position: relative; }
  #about-photos .person-photo-bg {
    width: 100%;
    height: 468px; }
  #about-photos .person-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 32px);
    height: 140px;
    opacity: 0;
    background: #f2cc8e;
    padding: 14px 16px;
    color: #000; }
    @media (max-width: 991px) {
      #about-photos .person-info {
        height: 90px; } }
    #about-photos .person-info .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.4;
      color: #000;
      margin-bottom: 5px; }
      @media (min-width: 1140px) and (max-width: 1299px) {
        #about-photos .person-info .title {
          font-size: 19px; } }
      @media (min-width: 992px) and (max-width: 1139px) {
        #about-photos .person-info .title {
          font-size: 17px; } }
      @media (max-width: 991px) {
        #about-photos .person-info .title {
          font-size: 16px; } }
      @media (max-width: 767px) {
        #about-photos .person-info .title {
          font-size: 15px; } }
    #about-photos .person-info .job {
      font-size: 18px;
      font-weight: 400;
      line-height: 1.4;
      color: #000;
      margin-bottom: 15px; }
      @media (min-width: 992px) and (max-width: 1139px) {
        #about-photos .person-info .job {
          font-size: 16px; } }
      @media (max-width: 991px) {
        #about-photos .person-info .job {
          font-size: 14px; } }
      @media (max-width: 767px) {
        #about-photos .person-info .job {
          font-size: 13px;
          margin-bottom: 12px; } }
    #about-photos .person-info .rrss a {
      display: inline-block;
      padding-right: 10px; }
    #about-photos .person-info .rrss img {
      width: 28px;
      height: auto; }
      @media (max-width: 991px) {
        #about-photos .person-info .rrss img {
          width: 25px; } }
      @media (max-width: 767px) {
        #about-photos .person-info .rrss img {
          width: 20px; } }

#about-info {
  margin-top: 365px;
  padding-bottom: 365px; }
  @media (max-width: 767px) {
    #about-info {
      margin-top: 60px;
      margin-bottom: 30px;
      padding-bottom: 0; } }
  #about-info .about-info-photo-bg {
    width: auto;
    height: 320px;
    -webkit-animation: fadein 1.25s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1.25s;
    /* Firefox < 16 */
    -ms-animation: fadein 1.25s;
    /* Internet Explorer */
    -o-animation: fadein 1.25s;
    /* Opera < 12.1 */
    animation: fadein 1.25s; }
    @media (max-width: 767px) {
      #about-info .about-info-photo-bg {
        width: auto;
        height: 380px; } }
  #about-info .about-info-photo-border {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 416px 416px;
    border-color: transparent transparent #f2cc8e transparent; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      #about-info .about-info-photo-border {
        border-width: 0 0 380px 380px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      #about-info .about-info-photo-border {
        border-width: 0 0 350px 350px; } }
    @media (max-width: 991px) {
      #about-info .about-info-photo-border {
        border-width: 0 0 300px 300px; } }
  #about-info .about-info-photo {
    width: 416px;
    height: auto;
    float: left;
    position: relative; }
    #about-info .about-info-photo img {
      width: 100%;
      height: auto; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      #about-info .about-info-photo {
        width: 380px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      #about-info .about-info-photo {
        width: 350px; } }
    @media (max-width: 991px) {
      #about-info .about-info-photo {
        width: 300px; } }
    @media (max-width: 767px) {
      #about-info .about-info-photo {
        width: 100%;
        height: auto;
        float: none; } }
  #about-info .about-info-photo-text {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 405px 405px;
    border-color: transparent transparent #031a33 transparent; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      #about-info .about-info-photo-text {
        border-width: 0 0 370px 370px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      #about-info .about-info-photo-text {
        border-width: 0 0 340px 340px; } }
    @media (max-width: 991px) {
      #about-info .about-info-photo-text {
        border-width: 0 0 285px 285px;
        border-color: transparent transparent #031a33 transparent; } }
  #about-info .about-info-photo-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    color: #ffffff;
    width: 300px;
    position: absolute;
    bottom: -380px;
    right: 0; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      #about-info .about-info-photo-name {
        width: 280px;
        font-size: 20px;
        bottom: -335px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      #about-info .about-info-photo-name {
        width: 255px;
        font-size: 19px;
        bottom: -320px; } }
    @media (max-width: 991px) {
      #about-info .about-info-photo-name {
        width: 210px;
        font-size: 17px;
        bottom: -250px; } }
    @media (max-width: 767px) {
      #about-info .about-info-photo-name {
        width: 200px;
        font-size: 15px;
        bottom: -270px; } }
  #about-info .about-info-photo-job {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.64;
    width: 300px;
    position: absolute;
    bottom: -400px;
    right: 0; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      #about-info .about-info-photo-job {
        width: 280px;
        font-size: 15px;
        bottom: -360px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      #about-info .about-info-photo-job {
        width: 255px;
        font-size: 15px;
        bottom: -340px; } }
    @media (max-width: 991px) {
      #about-info .about-info-photo-job {
        width: 210px;
        font-size: 14px;
        bottom: -270px; } }
    @media (max-width: 767px) {
      #about-info .about-info-photo-job {
        width: 200px;
        font-size: 14px;
        bottom: -290px; } }
  #about-info .about-info-text {
    float: left;
    width: 480px;
    padding-top: 100px;
    margin-left: 175px; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      #about-info .about-info-text {
        margin-left: 90px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      #about-info .about-info-text {
        padding-top: 70px;
        margin-left: 40px; } }
    @media (max-width: 991px) {
      #about-info .about-info-text {
        width: calc(100% - 340px);
        padding-top: 20px;
        margin-left: 40px; } }
    @media (max-width: 767px) {
      #about-info .about-info-text {
        width: 100%;
        float: none;
        margin-left: initial;
        padding-top: 30px; } }
    #about-info .about-info-text h2 {
      font-size: 40px;
      line-height: 1.2;
      color: #f2cc8e;
      margin-bottom: 90px; }
      @media (min-width: 1140px) and (max-width: 1299px) {
        #about-info .about-info-text h2 {
          font-size: 38px; } }
      @media (min-width: 992px) and (max-width: 1139px) {
        #about-info .about-info-text h2 {
          font-size: 36px; } }
      @media (max-width: 991px) {
        #about-info .about-info-text h2 {
          font-size: 30px; } }
      @media (max-width: 767px) {
        #about-info .about-info-text h2 {
          margin-bottom: 60px; } }
    #about-info .about-info-text p {
      color: #ffffff;
      font-size: 16px;
      line-height: 2;
      margin-bottom: 20px; }
      @media (min-width: 1140px) and (max-width: 1299px) {
        #about-info .about-info-text p {
          font-size: 15px; } }

#about-timeline {
  margin-bottom: 250px; }
  @media (max-width: 767px) {
    #about-timeline {
      margin-bottom: 30px; } }
  #about-timeline h2 {
    font-size: 40px;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      #about-timeline h2 {
        font-size: 25px;
        margin-bottom: 20px; } }
  #about-timeline .timeline-element {
    float: left;
    width: 25%; }
    @media (max-width: 767px) {
      #about-timeline .timeline-element {
        float: none;
        width: 100%;
        margin-bottom: 30px; } }
    #about-timeline .timeline-element .timeline-year {
      font-size: 32px;
      font-weight: 600;
      line-height: 1.5;
      color: #f2cc8e;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        #about-timeline .timeline-element .timeline-year {
          margin-bottom: 10px;
          line-height: 1; } }
      #about-timeline .timeline-element .timeline-year span {
        display: inline-block;
        position: relative; }
        #about-timeline .timeline-element .timeline-year span:after {
          content: '............';
          position: absolute;
          font-weight: 400;
          height: 5px;
          padding-left: 20px;
          top: -7px;
          letter-spacing: 6px; }
          @media (min-width: 1140px) and (max-width: 1299px) {
            #about-timeline .timeline-element .timeline-year span:after {
              content: '.........'; } }
          @media (min-width: 992px) and (max-width: 1139px) {
            #about-timeline .timeline-element .timeline-year span:after {
              content: '........'; } }
          @media (max-width: 991px) {
            #about-timeline .timeline-element .timeline-year span:after {
              content: '......'; } }
          @media (max-width: 767px) {
            #about-timeline .timeline-element .timeline-year span:after {
              content: ''; } }
    #about-timeline .timeline-element .timeline-text {
      font-size: 15px;
      line-height: 2;
      color: #ffffff;
      padding-right: 30px; }
      @media (min-width: 992px) and (max-width: 1139px) {
        #about-timeline .timeline-element .timeline-text {
          font-size: 15px; } }
      @media (max-width: 767px) {
        #about-timeline .timeline-element .timeline-text {
          line-height: 1.6; } }

#about-info-items .about-info-items-list {
  margin-bottom: 300px; }
  @media (max-width: 767px) {
    #about-info-items .about-info-items-list {
      margin-bottom: 50px; } }

#about-info-items h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 50px;
  width: 480px; }
  @media (min-width: 1140px) and (max-width: 1299px) {
    #about-info-items h2 {
      width: 380px; } }
  @media (min-width: 992px) and (max-width: 1139px) {
    #about-info-items h2 {
      width: 380px; } }
  @media (max-width: 991px) {
    #about-info-items h2 {
      width: 380px; } }
  @media (max-width: 767px) {
    #about-info-items h2 {
      width: 100%; } }
  #about-info-items h2 .italic {
    font-weight: normal;
    font-style: italic; }
  @media (max-width: 991px) {
    #about-info-items h2 {
      font-size: 35px; } }
  @media (max-width: 767px) {
    #about-info-items h2 {
      font-size: 30px; } }

#about-info-items .about-info-item-element {
  float: left;
  width: 25%;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    #about-info-items .about-info-item-element {
      width: 33.3333%;
      min-height: 80px;
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    #about-info-items .about-info-item-element {
      width: 50%;
      min-height: 80px;
      margin-bottom: 20px; } }
  #about-info-items .about-info-item-element img {
    float: left;
    width: 25px;
    height: auto;
    padding-top: 5px; }
  #about-info-items .about-info-item-element div {
    float: left;
    width: calc(100% - 25px - 20px - 50px);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 50px; }
    @media (min-width: 992px) and (max-width: 1139px) {
      #about-info-items .about-info-item-element div {
        width: calc(100% - 30px - 20px - 20px);
        padding-right: 20px; } }
    @media (max-width: 991px) {
      #about-info-items .about-info-item-element div {
        width: calc(100% - 30px - 20px);
        padding-right: 0px; } }
    @media (max-width: 767px) {
      #about-info-items .about-info-item-element div {
        width: calc(100% - 30px - 20px);
        padding-right: 10px;
        padding-left: 15px;
        font-size: 14px; } }

#post-top {
  position: relative;
  padding-top: 140px;
  background-size: calc(100vw * (7944 / 1920)) calc(100vw * (4210 / 1920));
  background-position: calc(100vw * (-3823 / 1920)) calc(100vw * (-831 / 1920)); }
  @media (max-width: 991px) {
    #post-top {
      padding-top: 50px;
      padding-bottom: 0; } }

.blog-post-related,
.blog-post-container {
  padding-bottom: 200px; }
  @media (max-width: 991px) {
    .blog-post-related,
    .blog-post-container {
      padding-bottom: 100px; } }

.post-column-left {
  float: left;
  width: 350px; }
  @media (max-width: 991px) {
    .post-column-left {
      float: none;
      width: 100%; } }

.post-column-right {
  float: right;
  width: calc(100% - 350px - 40px);
  padding-left: 40px; }
  @media (max-width: 991px) {
    .post-column-right {
      float: none;
      width: 100%;
      padding-left: 0;
      margin-top: 30px; } }

.content-sidebar .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px; }

.content-sidebar .author-info {
  line-height: 40px; }
  .content-sidebar .author-info img {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    margin-right: 16px; }
  .content-sidebar .author-info span {
    font-size: 16px;
    font-weight: 600;
    color: #000; }

.content-text {
  font-family: IBMPlexSerif;
  color: #031a33; }
  .content-text b,
  .content-text strong {
    font-weight: 600; }
  .content-text p {
    font-size: 17px;
    line-height: 2;
    margin-bottom: 20px; }
  .content-text em {
    font-style: italic; }
  .content-text h1,
  .content-text h2,
  .content-text h3,
  .content-text h4,
  .content-text h5 {
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .content-text h1,
      .content-text h2,
      .content-text h3,
      .content-text h4,
      .content-text h5 {
        margin-top: 40px;
        margin-bottom: 20px; } }
  .content-text h1 {
    font-size: 35px; }
  .content-text h2 {
    font-size: 32px; }
  .content-text h3 {
    font-size: 26px; }
  .content-text h4 {
    font-size: 23px; }
  .content-text h5 {
    font-size: 16px; }
  .content-text .post-content-image {
    margin-bottom: 20px;
    text-align: center; }
  .content-text img {
    max-width: 700px;
    height: auto; }
    @media (min-width: 1140px) and (max-width: 1299px) {
      .content-text img {
        max-width: 100%; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      .content-text img {
        max-width: 100%; } }
    @media (max-width: 991px) {
      .content-text img {
        max-width: 100%; } }
  .content-text ul {
    list-style: initial; }
  .content-text ol {
    list-style: decimal; }
  .content-text ul,
  .content-text ol {
    padding-left: 40px;
    margin-bottom: 20px; }
    .content-text ul li,
    .content-text ol li {
      padding-left: 10px;
      font-size: 17px;
      line-height: 2.35; }
  .content-text blockquote {
    font-style: italic;
    border-left: 3px solid #000;
    padding-left: 20px; }
    .content-text blockquote p {
      font-size: 19px; }
  .content-text a {
    text-decoration: underline;
    font-weight: 500; }
  .content-text table {
    margin-bottom: 20px; }

.related-sidebar .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
  color: #000; }

.related-content .related-row {
  padding-top: 15px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f4f5; }
  .related-content .related-row .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    margin-bottom: 10px; }
  .related-content .related-row .date {
    font-size: 15px;
    line-height: 1.6;
    color: #61868f; }

@media (max-width: 767px) {
  #portfolio-hero {
    width: calc(100% - 50px);
    padding-right: 25px; } }

#portfolio-hero .portfolio-hero-left {
  float: left;
  width: calc(100% - 520px); }
  @media (max-width: 991px) {
    #portfolio-hero .portfolio-hero-left {
      width: calc(100% - 480px); } }
  @media (max-width: 767px) {
    #portfolio-hero .portfolio-hero-left {
      width: 100%; } }

#portfolio-hero .portfolio-hero-right {
  float: right;
  width: 520px; }
  @media (max-width: 991px) {
    #portfolio-hero .portfolio-hero-right {
      width: 480px; } }
  @media (max-width: 767px) {
    #portfolio-hero .portfolio-hero-right {
      width: 100%; } }

#portfolio-hero h2 {
  color: #000;
  font-size: 40px;
  line-height: 1.4;
  padding-right: 150px; }
  @media (min-width: 1140px) and (max-width: 1299px) {
    #portfolio-hero h2 {
      padding-right: 70px; } }
  @media (min-width: 992px) and (max-width: 1139px) {
    #portfolio-hero h2 {
      font-size: 38px;
      padding-right: 0; } }
  @media (max-width: 991px) {
    #portfolio-hero h2 {
      font-size: 38px;
      padding-right: 0; } }
  @media (max-width: 767px) {
    #portfolio-hero h2 {
      width: initial;
      margin-top: 20px;
      font-size: 30px;
      padding-right: 0;
      margin-bottom: 20px; } }

#portfolio-hero h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #455965;
  margin-bottom: 20px;
  padding-right: 50px;
  padding-top: 10px; }
  @media (min-width: 992px) and (max-width: 1139px) {
    #portfolio-hero h3 {
      padding-left: 50px; } }
  @media (max-width: 991px) {
    #portfolio-hero h3 {
      padding-left: 50px; } }
  @media (max-width: 767px) {
    #portfolio-hero h3 {
      padding-left: 0;
      padding-right: 0; } }

#portfolio-projects {
  margin-top: 100px;
  padding-bottom: 365px; }
  @media (max-width: 767px) {
    #portfolio-projects {
      margin-top: 20px;
      padding-bottom: 80px; } }
  #portfolio-projects .projects-list {
    border-left: 1px solid rgba(0, 0, 0, 0.04); }
    #portfolio-projects .projects-list > .project:last-child {
      background: #031a33;
      color: #ffffff;
      text-align: left;
      font-size: 16px;
      line-height: 1.4; }
      #portfolio-projects .projects-list > .project:last-child .project-info-inner {
        padding: 30px 20px; }
        @media (min-width: 1140px) and (max-width: 1299px) {
          #portfolio-projects .projects-list > .project:last-child .project-info-inner {
            padding: 20px 15px; } }
        @media (min-width: 992px) and (max-width: 1139px) {
          #portfolio-projects .projects-list > .project:last-child .project-info-inner {
            padding: 20px 15px; } }
        @media (max-width: 991px) {
          #portfolio-projects .projects-list > .project:last-child .project-info-inner {
            padding: 15px; } }
        @media (max-width: 767px) {
          #portfolio-projects .projects-list > .project:last-child .project-info-inner {
            padding: 10px; } }
      #portfolio-projects .projects-list > .project:last-child b,
      #portfolio-projects .projects-list > .project:last-child strong {
        font-weight: 800; }
      @media (min-width: 992px) and (max-width: 1139px) {
        #portfolio-projects .projects-list > .project:last-child {
          font-size: 15px; } }
      @media (max-width: 991px) {
        #portfolio-projects .projects-list > .project:last-child {
          font-size: 15px; } }
      @media (max-width: 767px) {
        #portfolio-projects .projects-list > .project:last-child {
          font-size: 13px; } }
      #portfolio-projects .projects-list > .project:last-child .title,
      #portfolio-projects .projects-list > .project:last-child .mail {
        font-size: 20px; }
        @media (min-width: 992px) and (max-width: 1139px) {
          #portfolio-projects .projects-list > .project:last-child .title,
          #portfolio-projects .projects-list > .project:last-child .mail {
            font-size: 18px; } }
        @media (max-width: 991px) {
          #portfolio-projects .projects-list > .project:last-child .title,
          #portfolio-projects .projects-list > .project:last-child .mail {
            font-size: 16px; } }
        @media (max-width: 767px) {
          #portfolio-projects .projects-list > .project:last-child .title,
          #portfolio-projects .projects-list > .project:last-child .mail {
            font-size: 17px; } }
      #portfolio-projects .projects-list > .project:last-child .title {
        font-weight: 600;
        margin-bottom: 10px; }
    #portfolio-projects .projects-list .project {
      float: left;
      width: calc(100% / 4 - 1px);
      height: 200px;
      text-align: center;
      position: relative;
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      border-right: 1px solid rgba(0, 0, 0, 0.04); }
      #portfolio-projects .projects-list .project:nth-child(1), #portfolio-projects .projects-list .project:nth-child(2), #portfolio-projects .projects-list .project:nth-child(3), #portfolio-projects .projects-list .project:nth-child(4) {
        border-top: 1px solid rgba(0, 0, 0, 0.04); }
      @media (max-width: 991px) {
        #portfolio-projects .projects-list .project {
          width: calc(100% / 3 - 1px); }
          #portfolio-projects .projects-list .project:nth-child(4) {
            border-top: none; } }
      @media (max-width: 767px) {
        #portfolio-projects .projects-list .project {
          width: calc(100% / 2 - 1px); }
          #portfolio-projects .projects-list .project:nth-child(3), #portfolio-projects .projects-list .project:nth-child(4) {
            border-top: none; } }
      #portfolio-projects .projects-list .project.hovered .project-info, #portfolio-projects .projects-list .project:hover .project-info {
        opacity: 1;
        -webkit-transition: opacity 0.25s ease-in;
        -moz-transition: opacity 0.25s ease-in;
        -ms-transition: opacity 0.25s ease-in;
        -o-transition: opacity 0.25s ease-in;
        transition: opacity 0.25s ease-in; }
      #portfolio-projects .projects-list .project.hovered .project-sold-tried,
      #portfolio-projects .projects-list .project.hovered .project-logo, #portfolio-projects .projects-list .project:hover .project-sold-tried,
      #portfolio-projects .projects-list .project:hover .project-logo {
        opacity: 0;
        -webkit-transition: opacity 0.25s ease-in;
        -moz-transition: opacity 0.25s ease-in;
        -ms-transition: opacity 0.25s ease-in;
        -o-transition: opacity 0.25s ease-in;
        transition: opacity 0.25s ease-in; }
  #portfolio-projects .project-logo {
    background-size: 200px;
    width: 100%;
    height: 200px;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
    @media (min-width: 992px) and (max-width: 1139px) {
      #portfolio-projects .project-logo {
        background-size: 220px; } }
    @media (max-width: 991px) {
      #portfolio-projects .project-logo {
        background-size: 180px; } }
  #portfolio-projects .project-info {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
    text-align: left;
    font-size: 16px;
    line-height: 1.4; }
    #portfolio-projects .project-info .project-info-inner {
      padding: 30px 20px; }
      @media (min-width: 1140px) and (max-width: 1299px) {
        #portfolio-projects .project-info .project-info-inner {
          padding: 20px 15px; } }
      @media (min-width: 992px) and (max-width: 1139px) {
        #portfolio-projects .project-info .project-info-inner {
          padding: 20px 15px; } }
      @media (max-width: 991px) {
        #portfolio-projects .project-info .project-info-inner {
          padding: 15px; } }
      @media (max-width: 767px) {
        #portfolio-projects .project-info .project-info-inner {
          padding: 10px; } }
    @media (min-width: 992px) and (max-width: 1139px) {
      #portfolio-projects .project-info {
        font-size: 15px; } }
    @media (max-width: 991px) {
      #portfolio-projects .project-info {
        font-size: 15px; } }
    @media (max-width: 767px) {
      #portfolio-projects .project-info {
        font-size: 13px; } }
  #portfolio-projects .project-sold-tried {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    color: #6d828f;
    font-size: 15px;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in;
    -moz-transition: opacity 0.25s ease-in;
    -ms-transition: opacity 0.25s ease-in;
    -o-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in; }
    @media (min-width: 992px) and (max-width: 1139px) {
      #portfolio-projects .project-sold-tried {
        font-size: 14px; } }
    @media (max-width: 991px) {
      #portfolio-projects .project-sold-tried {
        font-size: 14px; } }
    @media (max-width: 767px) {
      #portfolio-projects .project-sold-tried {
        font-size: 13px; } }

@media (max-width: 767px) {
  #blog-hero {
    width: calc(100% - 50px);
    padding-right: 25px; } }

#blog-hero .blog-hero-left {
  float: left;
  width: calc(100% - 520px); }
  @media (max-width: 991px) {
    #blog-hero .blog-hero-left {
      width: calc(100% - 480px); } }
  @media (max-width: 767px) {
    #blog-hero .blog-hero-left {
      width: 100%; } }

#blog-hero .blog-hero-right {
  float: right;
  width: 520px; }
  @media (max-width: 991px) {
    #blog-hero .blog-hero-right {
      width: 480px; } }
  @media (max-width: 767px) {
    #blog-hero .blog-hero-right {
      width: 100%; } }

#blog-hero h2 {
  color: #000;
  font-size: 40px;
  line-height: 1.4;
  padding-right: 150px; }
  @media (min-width: 1140px) and (max-width: 1299px) {
    #blog-hero h2 {
      padding-right: 50px; } }
  @media (min-width: 992px) and (max-width: 1139px) {
    #blog-hero h2 {
      font-size: 38px;
      padding-right: 0; } }
  @media (max-width: 991px) {
    #blog-hero h2 {
      font-size: 38px;
      padding-right: 0; } }
  @media (max-width: 767px) {
    #blog-hero h2 {
      width: initial;
      margin-top: 20px;
      font-size: 30px;
      padding-right: 0;
      margin-bottom: 20px; } }

#blog-hero h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #455965;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-top: 18px; }
  @media (min-width: 992px) and (max-width: 1139px) {
    #blog-hero h3 {
      padding-left: 40px; } }
  @media (max-width: 991px) {
    #blog-hero h3 {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    #blog-hero h3 {
      padding-left: 0;
      padding-right: 0; } }

#blog-slider {
  position: relative;
  margin-top: 115px; }
  #blog-slider a:hover {
    opacity: 1; }
  @media (max-width: 767px) {
    #blog-slider {
      margin-top: 30px; } }
  #blog-slider .slide {
    border-radius: 3px;
    height: 320px; }
    @media (max-width: 767px) {
      #blog-slider .slide {
        height: 455px; } }
    #blog-slider .slide .image {
      position: relative;
      background-position: 0;
      float: right;
      width: 435px;
      height: 320px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      @media (min-width: 992px) and (max-width: 1139px) {
        #blog-slider .slide .image {
          width: 350px; } }
      @media (max-width: 991px) {
        #blog-slider .slide .image {
          width: 40%; } }
      @media (max-width: 767px) {
        #blog-slider .slide .image {
          float: none;
          width: auto;
          height: 133px;
          border-top-left-radius: 3px;
          border-top-right-radius: 3px; } }
      #blog-slider .slide .image .image-gradient {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* &.yellow {
          background: rgba(254, 194, 96, 0.1);
          background: -webkit-linear-gradient(
            right,
            rgba(254, 194, 96, 0.1) 60%,
            #fec260
          );
          background: linear-gradient(
            260deg,
            rgba(254, 194, 96, 0.1) 60%,
            #fec260
          );
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5799",endColorstr="#fec260",GradientType=0);
        }

        &.blue {
          background: rgba(8, 35, 101, 0.1);
          background: -webkit-linear-gradient(
            right,
            rgba(8, 35, 101, 0.1) 60%,
            #082365
          );
          background: linear-gradient(
            260deg,
            rgba(8, 35, 101, 0.1) 60%,
            #082365
          );
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5799",endColorstr="#082365",GradientType=0);
        }

        &.green {
          background: rgba(120, 160, 136, 0.1);
          background: -webkit-linear-gradient(
            right,
            rgba(120, 160, 136, 0.1) 60%,
            #78a088
          );
          background: linear-gradient(
            260deg,
            rgba(120, 160, 136, 0.1) 60%,
            #78a088
          );
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5799",endColorstr="#78a088",GradientType=0);
        }*/ }
    #blog-slider .slide .content {
      float: left;
      width: calc(100% - 435px - 50px);
      padding-top: 32px;
      padding-left: 32px; }
      @media (min-width: 992px) and (max-width: 1139px) {
        #blog-slider .slide .content {
          width: calc(100% - 350px - 50px); } }
      @media (max-width: 991px) {
        #blog-slider .slide .content {
          width: calc(60% - 50px); } }
      @media (max-width: 767px) {
        #blog-slider .slide .content {
          float: none;
          width: calc(100% - 50px);
          padding: 25px; } }
      #blog-slider .slide .content .tag {
        opacity: 0.56;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.6px;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          #blog-slider .slide .content .tag {
            font-size: 13px; } }
      #blog-slider .slide .content .title {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: 15px; }
        @media (min-width: 1140px) and (max-width: 1299px) {
          #blog-slider .slide .content .title {
            font-size: 28px; } }
        @media (max-width: 767px) {
          #blog-slider .slide .content .title {
            font-size: 22px; } }
      #blog-slider .slide .content .description {
        font-family: IBMPlexSerif;
        font-size: 15px;
        line-height: 1.87;
        max-width: 410px;
        margin-bottom: 30px; }
        @media (min-width: 992px) and (max-width: 1139px) {
          #blog-slider .slide .content .description {
            font-size: 14px; } }
        @media (max-width: 991px) {
          #blog-slider .slide .content .description {
            width: 100%; } }
        @media (max-width: 767px) {
          #blog-slider .slide .content .description {
            font-size: 13px; } }
      #blog-slider .slide .content .button {
        display: inline-block;
        color: #ffffff;
        background: #000;
        border-radius: 3px;
        width: 200px;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-left: 15px; }
        #blog-slider .slide .content .button svg {
          padding-top: 4px; }
          #blog-slider .slide .content .button svg path {
            fill: #ffffff; }
        #blog-slider .slide .content .button div {
          float: left;
          font-size: 16px;
          font-weight: 600;
          width: calc(100% - 30px);
          padding-top: 3px; }

body.blog-page.orange {
  background: rgba(255, 186, 122, 0.08); }

body.blog-page.green {
  background: rgba(14, 132, 70, 0.08); }

body.blog-page.blue {
  background: rgba(0, 21, 41, 0.08); }

body.blog-page.blue-light {
  background: rgba(2, 25, 52, 0.08); }

#blog-list {
  position: relative;
  padding-top: 100px;
  padding-bottom: 250px; }
  @media (max-width: 767px) {
    #blog-list {
      padding-top: 50px; } }

#blog-list-sidebar {
  display: none;
  float: left;
  width: 200px; }
  @media (max-width: 767px) {
    #blog-list-sidebar {
      display: none;
      float: none;
      width: 100%; } }
  #blog-list-sidebar ul {
    list-style: none; }
    @media (max-width: 767px) {
      #blog-list-sidebar ul {
        margin-bottom: 40px; } }
    #blog-list-sidebar ul li {
      letter-spacing: 0.1px;
      font-size: 15px;
      font-weight: 400;
      color: #61868f;
      padding-top: 5px;
      padding-bottom: 20px; }
      @media (max-width: 767px) {
        #blog-list-sidebar ul li {
          display: inline-block;
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 0;
          margin-bottom: 10px; } }
      #blog-list-sidebar ul li.active {
        font-weight: 600;
        color: #003643; }

#blog-list-content {
  width: 100%;
  /*
  float: right;
  width: calc(100% - 200px);
  */ }
  @media (max-width: 767px) {
    #blog-list-content {
      float: none;
      width: 100%; } }
  #blog-list-content .blog-list-row {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f4f5; }
    #blog-list-content .blog-list-row:hover {
      opacity: 0.8; }
    #blog-list-content .blog-list-row .title {
      font-size: 24px;
      font-weight: 600;
      line-height: 1.3;
      color: #021934;
      margin-bottom: 10px; }
    #blog-list-content .blog-list-row .subtitle {
      font-size: 18px;
      font-weight: 400;
      line-height: 1.3;
      color: #021934;
      margin-bottom: 20px; }
    #blog-list-content .blog-list-row .date {
      font-size: 15px;
      line-height: 1.6;
      color: #61868f; }

#blog-list-pagination {
  text-align: center;
  font-size: 20px;
  color: #6d828f; }
  #blog-list-pagination a {
    display: inline-block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px; }
    #blog-list-pagination a:not(:last-child) {
      margin-right: 20px; }
  #blog-list-pagination svg {
    padding-left: 2px; }
    #blog-list-pagination svg.next path {
      fill: #ffffff; }

.search-placeholder-no-results {
  font-size: 19px;
  color: #6d828f; }

.newsletter-content table {
  background: transparent !important; }

#contact-hero {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  padding-top: 55px;
  padding-bottom: 55px;
  margin-bottom: 150px; }
  @media (max-width: 991px) {
    #contact-hero {
      width: calc(100% - 50px - 4px); } }
  @media (max-width: 767px) {
    #contact-hero {
      border: none;
      border-radius: 0;
      margin-bottom: 0;
      padding-bottom: 100px;
      width: calc(100% - 50px - 50px);
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px; } }

.contact-top-stamp {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 500px 200px;
  background-position: 120% 0%;
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .contact-top-stamp {
      display: none; } }

.contact-bottom-stamp {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 300px 160px;
  background-position: -3% 120%;
  background-repeat: no-repeat; }

.contact-hero-content {
  position: relative; }
  .contact-hero-content h2 {
    width: 400px;
    font-size: 40px;
    line-height: 1.4;
    color: #031a33;
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      .contact-hero-content h2 {
        width: 100%; } }
  .contact-hero-content p {
    width: 400px;
    font-size: 16px;
    line-height: 1.75;
    color: #455965;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .contact-hero-content p {
        width: 100%; } }
  .contact-hero-content .contact-button {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 20px;
    background: #031a33;
    line-height: 25px; }
    .contact-hero-content .contact-button img {
      float: left;
      width: 17px;
      height: auto;
      padding-top: 4px;
      margin-right: 20px; }
    .contact-hero-content .contact-button div {
      float: left;
      font-size: 16px;
      color: #ffffff;
      padding-right: 25px; }
  .contact-hero-content .rrss {
    margin: 0;
    padding: 0;
    margin-top: 100px; }
    .contact-hero-content .rrss li {
      display: inline-block;
      list-style: none;
      margin: 0 10px;
      height: 50px;
      line-height: 50px; }
      .contact-hero-content .rrss li:first-child {
        margin-left: 0; }
      @media (max-width: 767px) {
        .contact-hero-content .rrss li:last-child {
          margin: 0; } }
      .contact-hero-content .rrss li a {
        text-decoration: none; }

.street-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  margin-right: 20px;
  background: rgba(205, 148, 58, 0.12);
  margin-top: 10px; }
  .street-dot .street-inner-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cd943a;
    margin-top: calc(100% / 2 - 8px);
    margin-left: calc(100% / 2 - 8px); }

.street-name {
  float: left;
  padding-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #cd943a; }
  @media (max-width: 767px) {
    .street-name {
      width: 250px; } }
