.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 24px;
  padding-left: 24px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*** Global variables ***/
/*** Typography ***/
@font-face {
  font-family: "Sharp Sans";
  src: url("../fonts/SharpSans-No1-Book.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../fonts/SharpSans-No1-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "Sharp Sans";
  src: url("../fonts/SharpSans-No1-Semibold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/Circular-bold.ttf");
  font-weight: 800;
}
@font-face {
  font-family: "Circular";
  src: url("../fonts/Circular-book.ttf");
  font-weight: 400;
}
#header {
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  display: block;
  z-index: 101;
}
#header a {
  color: #333333;
  font-family: "kit-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}
#header a:hover {
  text-decoration: underline;
}

#menu li {
  float: right;
  list-style: none;
  margin-left: 40px;
  margin-top: 18px;
}

#main-navigation li:last-child {
  margin-left: 0;
}

#brian-logo {
  display: block;
  float: left;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-top: 17px;
}

#brian-logo1 {
  display: block;
  float: left;
  width: 123px;
  height: 25px;
  margin-top: 19px;
  background: url("../img/icons/zendesk_creative_logo.svg") no-repeat;
}

/*** Footer ***/
.footer-social-links {
  padding-top: 45px;
}

.team-instagram {
  background: url("../img/icons/instagram-icon-white.svg") no-repeat;
}

.team-dribbble {
  background: url("../img/icons/dribbble-icon-white.svg") no-repeat;
}

.team-medium {
  background: url("../img/icons/medium-icon-white.svg") no-repeat;
}

.footer-nav {
  margin: auto;
  margin-top: 47px;
}
.footer-nav a {
  margin-left: 40px;
  color: #ffffff;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-nav a:first-child {
  margin-left: 0;
}

#zendesk-home {
  height: 70px;
  width: 100px;
  background: url("../img/icons/zendesk-medium-white.svg") no-repeat;
  display: block;
  margin-top: 22px;
}

.label {
  color: #999999;
}

footer .container {
  padding-top: 24px;
  padding-bottom: 24px;
}
footer .label {
  margin-bottom: 8px;
}
footer a {
  color: #333333;
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}
footer a:hover {
  text-decoration: underline;
  color: #333333;
}
footer .button-icon {
  display: inline-block;
  float: right;
}

* {
  font-family: "kit-sans", sans-serif;
}

html {
  background-color: white;
}

body {
  margin: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #333333 !important;
}
a.no-underline {
  text-decoration: none !important;
}

p, ol, ul {
  font-size: 20px;
  color: #333333;
}

h1, h2, h3, h4 {
  color: #012B30;
}

h4 {
  font-size: 16px;
}

li {
  font-weight: 400;
  margin: 18px 0;
}

img {
  width: 100%;
  height: auto;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

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

.padding-md {
  padding-top: 40px;
  padding-bottom: 40px;
}

clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.vertical-center {
  align-items: center;
}

.float-left {
  float: left;
}

.container {
  max-width: 1280px;
}

.image-shadow {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.image-caption {
  margin-top: 20px;
  color: #999999;
}

.small-text {
  font-size: 14px;
}

.underline-link {
  font-size: 20px;
  color: #333333;
  text-decoration: underline;
}

.test-popup-link img {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.test-popup-link:hover .medium-badge {
  opacity: 1;
  transform: translate(0, -10px);
}
.test-popup-link:hover img {
  opacity: 0.85;
}

.full-width {
  width: 100%;
  height: 768px;
  background-size: cover;
  background-position: center;
}

.cover-image-project {
  height: 768px;
}
.cover-image-project img {
  margin: auto;
  display: block;
  width: 78%;
}

.button-icon {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  border: 2px solid #333333;
  border-radius: 8px;
  padding: 10px 16px 8px 16px;
  font-size: 16px;
  line-height: 1;
}
.button-icon .button-text {
  float: left;
  line-height: 1em;
  margin-top: 7px;
  font-weight: 600;
  color: #333333;
}
.button-icon .icon-container {
  float: left;
  margin-right: 8px;
}
.button-icon:hover {
  background-color: #333333;
}
.button-icon:hover .button-text {
  color: #ffffff;
}
.button-icon:hover svg path {
  fill: #FFFFFF;
}

/*** Homepage ***/
.article-link-container {
  margin-bottom: 48px;
}
.article-link-container a {
  color: #012B30;
  display: block;
}
.article-link-container h2 {
  color: #012B30;
  font-size: 24px;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 1.4em;
  font-weight: 600;
}
.article-link-container img {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.article-link img {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.article-link:hover img {
  opacity: 0.85;
}

.article-author {
  color: #333333;
  display: block;
  margin-top: 4px;
}

.author-role {
  color: #999999;
  font-size: 12px;
}

.author-avatar {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  margin-top: 2px;
  border: 1px solid #dddddd;
  border-radius: 25px;
  overflow: hidden;
}

.article-image-container {
  position: relative;
  margin-bottom: 24px;
}

.outline {
  border: 1px solid #dddddd;
}

.instagram-feed {
  margin-bottom: 60px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.instagram-feed.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.instagram-photo {
  display: block;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 0 30px 0 rgba(36, 83, 107, 0.2);
  z-index: 100;
  top: 107px;
  position: absolute;
  cursor: pointer;
}
.circle.slick-disabled {
  visibility: hidden;
}

.next-instagram {
  right: -6px;
}

.previous-instagram {
  left: -6px;
}

.arrow-next {
  background: url("../img/icons/Next.svg") no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  background-size: 12px;
  margin-top: 10px;
  margin-left: 15px;
}

.arrow-previous {
  background: url("../img/icons/Previous.svg") no-repeat;
  display: block;
  height: 20px;
  width: 20px;
  background-size: 12px;
  margin-top: 10px;
  margin-left: 13px;
}

.instagram-photo .social-icon {
  bottom: 0px;
  left: 20px;
  position: absolute;
  opacity: 0;
  background: url("../img/icons/instagram-icon-white.svg") no-repeat;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.instagram-photo:hover .social-icon {
  opacity: 1;
  transform: translate(0, -10px);
}

@keyframes example {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in-content {
  animation-name: example;
  animation-duration: 2s;
}

#home-contents {
  padding-top: 60px !important;
}

#site-intro {
  /*margin-bottom: 40px;*/
  position: relative;
  width: 100%;
  /*height: 700px;*/
  overflow: hidden;
}
#site-intro h1 {
  font-size: 42px;
  line-height: 1.2em;
  padding-top: 25%;
  color: #012B30;
}
#site-intro img {
  width: auto;
  height: auto;
}
#site-intro .row {
  align-items: center;
}

#trigger-element {
  background-color: blue;
  position: absolute;
  width: 100%;
  top: 100vh;
}

#intro-text {
  font-family: "Sharp Sans";
  font-weight: bold;
  color: #012B30;
  font-size: 32px;
  text-align: center;
}

.fixed {
  width: 100%;
  height: 600px;
}

.sando-element {
  position: absolute;
  transform: scale(0.5);
  transform-origin: top left;
}

#pbj-semicircle-back {
  top: 400px;
  left: 75%;
}

#pbj-semicircle-front {
  top: 30px;
  left: 20%;
}

#pbj-triangle-peanutbutter {
  top: 300px;
}

#pbj-triangle-jelly {
  top: -70px;
  left: 60%;
}

.project-name {
  color: #999999;
  font-size: 16px;
}

.articleCTA {
  color: #999999;
  font-size: 16px;
  text-decoration: underline;
}

.article-publication {
  color: #999999;
  font-size: 16px;
}

.medium-badge {
  height: 40px;
  width: 40px;
  background-color: #333333;
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: url("../img/icons/Medium-Logo.svg") no-repeat;
  background-size: cover;
}

.section-heading {
  font-size: 20px;
  font-weight: 600;
}

/*** Individual author page ***/
.author-contents h2 {
  font-size: 32px;
  margin-top: 30px;
  margin-bottom: 24px;
}

.city-stamp {
  width: 130px;
  height: 146px;
  margin: auto;
  margin-bottom: 20px;
}

.city-stamp.singapore {
  background: url("../img/icons/singapore_stamp.svg") no-repeat;
}

.city-stamp.london {
  background: url("../img/icons/london_stamp.svg") no-repeat;
}

.city-stamp.san-francisco {
  background: url("../img/icons/sanfrancisco_stamp.svg") no-repeat;
}

.city-stamp.copenhagen {
  background: url("../img/icons/copenhagen_stamp.svg") no-repeat;
}

.city-stamp.melbourne {
  background: url("../img/icons/melbourne_stamp.svg") no-repeat;
}

.city-stamp.dublin {
  background: url("../img/icons/dublin_stamp.svg") no-repeat;
}

.author-meta-container {
  margin-top: 120px;
}
.author-meta-container .dribbble-icon {
  background: url("../img/icons/dribbble-icon.svg") no-repeat;
}
.author-meta-container .instagram-icon {
  background: url("../img/icons/instagram-icon.svg") no-repeat;
}
.author-meta-container .medium-icon {
  background: url("../img/icons/medium-icon.svg") no-repeat;
}

.author-meta {
  text-align: center;
}

.author-social {
  margin-top: 24px;
  margin-left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

.social-icon {
  width: 30px;
  height: 30px;
  float: left;
  background-size: 30px 30px;
  opacity: 0.5;
  margin: 0 5px 0 5px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.social-icon:hover {
  opacity: 1;
}

.author-posts {
  margin-top: 100px;
}

/*** Authors list page ***/
.authors-contents .author-role {
  font-size: 14px;
}

.author-link {
  margin-bottom: 40px;
}
.author-link h2 {
  color: #012B30 !important;
  margin-bottom: 0;
}

/*** 404 page ***/
.four-o-four img {
  margin-bottom: 40px;
}

/*** Individual event ***/
.event-content {
  padding-top: 60px;
}

.cover-image-project {
  height: 540px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #8B37FF;
}

.event-meta * {
  color: #999999;
  margin-right: 10px;
  float: left;
}

.event-location:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #999999;
  float: left;
  margin-right: 10px;
  margin-top: 8px;
}

.article-link .event-date {
  color: #999999;
  font-size: 14px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.other-events .row {
  border-top: 1px solid #012B30;
  padding-top: 30px;
}

.project-description {
  font-size: 24px;
}

.project-title {
  font-size: 18px;
  color: #777777;
  font-weight: 400;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*** Aboutpage ***/
.blue-pink-gradient {
  background: linear-gradient(#FFEBFE, #EBFBFF);
}

.pink-yellow-gradient {
  background: linear-gradient(#FEEEF6, #FDFEF0);
}

.colored-block {
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 40px;
}
.colored-block .col-md-6 {
  padding-left: 40px;
  padding-right: 40px;
}

.large-text {
  font-size: 30px;
  font-family: "kit-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.about-contents a {
  font-size: 20px;
  color: #333333;
  text-decoration: underline;
}

#resume-section {
  padding-top: 8px;
  padding-bottom: 8px;
  border: solid 4px #333333;
  padding: 64px;
  margin: 8px;
}
#resume-section .padding-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
#resume-section li {
  margin-bottom: 16px;
  font-size: 20px;
}
#resume-section h2 {
  padding-bottom: 24px;
}
#resume-section h3 {
  font-size: 20px;
  margin-bottom: 4px;
}
#resume-section .button-icon {
  margin: auto;
  margin-top: 40px;
}
#resume-section .button {
  margin: auto;
  padding: 12px 24px;
  background-color: #EF08BC;
  color: #ffffff;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  margin-top: 32px;
}
#resume-section .button:hover {
  opacity: 0.8;
}

.inner-container {
  margin: 16px;
  background-color: white;
  padding-top: 24px;
  padding-bottom: 24px;
}

.full-width-color {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.blue {
  background-color: #EDF1F4;
}
.blue p, .blue h2, .blue a {
  color: #081FEF;
}

.pink {
  background-color: #F3EDF4;
}
.pink p, .pink h2, .pink a {
  color: #EF08BC;
}

.text-pink {
  color: #EF08BC !important;
}

a {
  font-size: 20px;
}

.underline-link {
  text-decoration: underline;
}

.about-section {
  margin-bottom: 64px;
}

.about-section-other {
  margin-bottom: 48px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
  margin-top: 40px;
}

h3 {
  font-size: 20px;
  margin-top: 40px;
}

img {
  margin-top: 16px;
}

.instructions-section {
  padding-bottom: 120px;
}

.instructions-section {
  padding-top: 100px;
}

/*** Individual project page ***/
.about-contents a {
  font-size: 20px;
  color: #333333;
  text-decoration: underline;
}

.cover-image-project {
  position: relative;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.cover-image-project img {
  height: 90%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cover-image-project video {
  height: 90%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
}

.full-width-cover {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#video-container {
  background-color: #8B37FF;
  width: 100%;
  padding: 40px 100px 40px 100px;
}
#video-container video {
  border-radius: 16px;
  display: block;
  margin: auto;
}

.fade-container {
  width: 100%;
  height: 800px;
  background-color: #E2C5FF;
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*** Blog ***/
.blog-image-container {
  padding-bottom: 40px;
}

#blog-contents p {
  font-size: 16px;
}
#blog-contents h2 {
  font-size: 20px;
}

@media only screen and (max-width: 1200px) {
  .circle {
    top: 86px;
  }
}
@media only screen and (max-width: 992px) {
  .footer-nav a {
    font-size: 14px;
  }
  .article-link h2 {
    font-size: 21px;
  }
  .video-text {
    font-size: 20px;
  }
  .circle {
    top: 56px;
  }
  #intro-text {
    font-size: 28px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 768px) {
  .author-link h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .footer-nav a {
    margin-left: 14px;
  }
  footer .social-icon {
    margin: 0 2px 0 2px;
  }
}
@media only screen and (max-width: 576px) {
  p, li {
    font-size: 16px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  #menu li {
    margin-left: 18px;
    margin-top: 26px;
    line-height: 14px;
  }
  #menu li a {
    font-size: 14px;
    line-height: 14px;
  }
  #brian-logo {
    font-size: 22px !important;
    font-weight: 600 !important;
  }
  #main-content-container {
    padding-bottom: 64px;
  }
  footer {
    height: 204px;
  }
  #zendesk-home {
    margin: 20px auto 0 auto;
    height: 70px;
    width: 100px;
  }
  .footer-nav {
    margin: auto;
    margin-top: 12px;
    margin-left: 49%;
    transform: translateX(-50%);
    display: inline-block;
  }
  .footer-nav a {
    font-size: 14px;
    float: left;
    margin-left: 12px;
  }
  .footer-social-links {
    padding-top: 0;
    margin-top: 16px;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .article-link {
    min-height: 0;
  }
  .article-link h2 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .article-link-container .author-link {
    margin-bottom: 0;
  }
  .author-avatar-small {
    width: 34px;
    height: 34px;
  }
  .play-button {
    bottom: 16px;
  }
  .author-meta-container {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .city-stamp {
    display: none;
  }
  .author-meta div {
    text-align: left;
    font-size: 14px;
    color: #999999;
    float: left;
  }
  .author-location:after {
    content: "";
    height: 4px;
    width: 4px;
    background-color: #999999;
    display: block;
    float: left;
    border-radius: 2px;
    margin: 9px 6px 0 6px;
  }
  .author-contents h2 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .author-social {
    margin-left: 0;
    margin-top: 34px;
    transform: none;
    display: block;
  }
  .author-social a:first-child {
    margin-left: 0;
  }
  .social-icon {
    opacity: 1;
  }
  .author-posts {
    margin-top: 40px;
  }
  .instagram-photo {
    width: 100%;
  }
  #intro-text {
    font-size: 24px;
    font-weight: 600;
  }
  .sando-element {
    transform: scale(0.25);
  }
  #pbj-semicircle-front {
    left: 5%;
  }
  .cover-image {
    height: 400px;
  }
  #resume-section {
    padding: 0;
    border: none;
  }
  #resume-section li {
    font-size: 16px;
  }
  #resume-section .padding-md {
    padding: 0px;
  }
  .large-text {
    font-size: 22px;
  }
  .underline-link {
    font-size: 16px;
  }
  .job-heading {
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .about-image {
    margin-bottom: 32px;
  }
  .about-text {
    margin-bottom: 56px;
  }
  footer .button-icon {
    float: left;
  }
  footer .col-sm-4 {
    margin-bottom: 16px;
  }
  .about-section h2 {
    font-size: 20px;
  }
  .about-section-other {
    margin-bottom: 0px;
  }
  .portrait {
    margin-bottom: 48px;
  }
  .cover-image-project img, .cover-image-project video {
    height: auto;
    width: 90%;
  }
  .lb-product {
    padding-left: 10px;
    padding-right: 10px;
  }
  .lb-product img {
    padding-top: 0px;
  }
  .padding-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*# sourceMappingURL=main.css.map */