@charset "UTF-8";
/* This stylesheet generated by Transfonter (https://transfonter.org) on December 14, 2017 10:01 AM */
@font-face {
  font-family: "Questa";
  src: url("../../fonts/Questa-Desktop/Fonts/Questa-Regular.woff2") format("woff2"), url("../../fonts/Questa-Desktop/Fonts/Questa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QuestaSansRegular";
  src: url("../../fonts/Questa-Sans-Desktop/Fonts/QuestaSans-Regular.woff2") format("woff2"), url("../../fonts/Questa-Sans-Desktop/Fonts/QuestaSans-Regular.woff") format("woff"), url("../../fonts/Questa-Sans-Desktop/Fonts/QuestaSans-Regular.ttf") format("truetype"), url("../../fonts/Questa-Sans-Desktop/Fonts/QuestaSans-Regular.svg#QuestaSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "QuestaSans";
  src: url("../../fonts/Questa-Sans-Desktop/Fonts/QuestaSans-Light.woff2") format("woff2"), url("../../fonts/Questa-Sans-Desktop/Fonts/QuestaSans-Light.woff") format("woff"), url("../../fonts/Questa-Sans-Desktop/Fonts/QuestaSans-Light.ttf") format("truetype"), url("../../fonts/Questa-Sans-Desktop/Fonts/QuestaSans-Light.svg#QuestaSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
nav ul li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
nav ul li a {
  color: #FFF;
  padding: 15px 10px 15px 20px;
  margin: 0;
  font-size: 20px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
}
nav ul li.active {
  background: rgba(255, 255, 255, 0.1);
}
nav ul.big {
  margin-top: 70px;
}
nav ul.small {
  margin-top: 20px;
  clear: both;
}
nav ul.small li a {
  font-size: 15px;
}

.nav-mobile {
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  background: transparent;
  height: 50px;
  width: 50px;
  z-index: 999;
}

#nav-toggle {
  position: absolute;
  left: 12px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 25px;
  background: #FFF;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}

.st-menu-open #nav-toggle span {
  background-color: transparent;
}
.st-menu-open #nav-toggle span:before, .st-menu-open #nav-toggle span:after {
  top: 0;
}
.st-menu-open #nav-toggle span:before {
  transform: rotate(45deg);
}
.st-menu-open #nav-toggle span:after {
  transform: rotate(-45deg);
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 20px;
  line-height: 26px;
  background: #000;
}

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

.hide-on-desktop {
  display: none;
}

p {
  font-size: 20px;
  line-height: 26px;
}

a {
  color: #FFF;
}

a:hover {
  color: #FFF;
}

a.simple {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

a.tiny {
  font-size: 16px;
}

h1 {
  font-size: 40px;
  font-weight: 800;
  font-size: 3rem;
  color: #FFF;
}

h2 {
  font-size: 40px;
  font-weight: 800;
  color: #298bbc;
}

.blue-bg h2 {
  color: #222222;
}

h3 {
  margin: 12px 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
  color: #555555;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "brother-1816", sans-serif;
}

h5 {
  color: #ee6b56;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 2px 0 3px 0;
  font-family: QuestaSans, Arial, serif;
  border-top: 1px solid rgba(41, 139, 188, 0.2);
  border-bottom: 1px solid rgba(41, 139, 188, 0.2);
}

h6 {
  color: #222222;
}

.small {
  display: block;
  color: #383838;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.simple-button {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.simple-button:hover {
  text-decoration: none;
  border-bottom: 1px solid black;
}

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

/* ------ quote ----- */
blockquote {
  position: relative;
  margin: 10px 0;
  padding: 5px 0px 5px 25px;
  margin-left: 5%;
  color: #222222;
  font-size: 18px;
  border: 0;
  background: transparent;
  font-style: italic;
  border-left: 10px solid rgba(254, 254, 254, 0.5);
  line-height: 23px;
  color: #fefefe;
}

blockquote .author {
  font-style: normal;
  font-size: 13px;
  margin-top: 15px;
  line-height: 14px;
  color: #222222;
  text-transform: uppercase;
}

.orange-light-bg .pquote {
  float: right;
  width: 300px;
  font-weight: bold;
  padding: 13px;
  margin: 0 0 0 25px;
}

.paragraph {
  margin-bottom: 40px;
}

.paragraph a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.paragraph a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.orange-light-bg .paragraph a, .orange-light-bg .paragraph a:hover,
.orange-light-bg .article-content a, .orange-light-bg .article-content a:hover {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.orange-light-bg blockquote {
  border-color: #555555;
  color: #000;
}
.orange-light-bg .paragraph a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.orange-light-bg .paragraph a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

.blue-bg .paragraph a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.blue-bg .paragraph a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}

/* ------ breadcrumb ----- */
.breadcrumb-as-title {
  display: block;
  text-align: center;
  margin-top: 65px;
}

.breadcrumb {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 50px;
  letter-spacing: 1px;
}

.breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 24px;
  color: #000;
  padding: 0 10px 0 20px;
  text-transform: uppercase;
  background: transparent;
  position: relative;
}

/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child:before {
  left: 14px;
}

.breadcrumb a:last-child {
  border-radius: 0 5px 5px 0;
  /*this was to prevent glitches on hover*/
  padding-right: 20px;
}

/*hover/active styles*/
.breadcrumb a:hover {
  background: transparent;
}

.breadcrumb a.active {
  background: #000;
  color: #FFF;
}

.breadcrumb a.active:hover {
  background: #222222;
}

.breadcrumb a.active:after {
  background: #000;
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  /*half of square's length*/
  /*same dimension as the line-height of .breadcrumb a */
  width: 24px;
  height: 24px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  box-shadow: 2px -2px 0 2px black;
  border-radius: 0 5px 0 50px;
}

.breadcrumb a.active:hover:after {
  background: #222222;
}

.breadcrumb a:hover:after {
  box-shadow: 2px -2px 0 2px #222222;
}

/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
  content: none;
}

.icon {
  height: 0;
  content: " ";
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
  background-image: url(../images/icons/logo-color.svg);
  width: 30px;
  padding-top: 30px;
  background-size: 30px 30px;
  margin: 0;
}

.social-media-icons {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.social-media.icon {
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  padding-top: 18px;
  background-size: 18px 18px;
  opacity: 0.5;
}
.social-media.icon:hover {
  opacity: 1;
}
.social-media.icon.facebook {
  background-image: url(../images/icons/facebook-white.svg);
}
.social-media.icon.twitter {
  background-image: url(../images/icons/twitter-white.svg);
}
.social-media.icon.linkedin {
  background-image: url(../images/icons/linkedin-white.svg);
}
.social-media.icon.meetup {
  background-image: url(../images/icons/meetup-white.svg);
}
.social-media.icon.mail {
  background-image: url(../images/icons/mail-white.svg);
}

.social-media-icons.black {
  position: relative;
  margin: 80px 0 0 0;
}
.social-media-icons.black .social-media.icon {
  opacity: 0.6;
}
.social-media-icons.black .social-media.icon.facebook {
  background-image: url(../images/icons/facebook.svg);
}
.social-media-icons.black .social-media.icon.twitter {
  background-image: url(../images/icons/twitter.svg);
}
.social-media-icons.black .social-media.icon.linkedin {
  background-image: url(../images/icons/linkedin.svg);
}
.social-media-icons.black .social-media.icon.meetup {
  background-image: url(../images/icons/meetup.svg);
}
.social-media-icons.black .social-media.icon.mail {
  background-image: url(../images/icons/mail.svg);
}
.social-media-icons.black .social-media.icon:hover {
  opacity: 1;
}

.made-by {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 15px;
  font-size: 10px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
}
.made-by a {
  color: rgba(255, 255, 255, 0.7);
}

.st-content {
  position: relative;
  overflow-y: scroll;
  background: #f3efe0;
  background: green;
}

.content-blocks {
  position: relative;
  width: calc(100% - 60px);
  float: right;
  transition: width 0.5s;
}

.st-menu-open .content-blocks {
  width: 100%;
}

.full-width-block {
  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
}

.left-25-width-block,
.left-75-width-block,
.left-width-block {
  position: relative;
  float: left;
  width: 50%;
  height: 100vh;
  padding: 0 20px 20px 20px;
}

.right-25-width-block,
.right-75-width-block,
.right-width-block {
  position: relative;
  float: right;
  width: 50%;
  padding: 0 20px 20px 20px;
  height: 100vh;
}

.no-padding-left-right {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
}

.left-25-width-block,
.right-25-width-block {
  width: 25%;
}

.left-75-width-block,
.right-75-width-block {
  width: 75%;
}

.left-25-width-block.fixed,
.left-75-width-block.fixed,
.left-width-block.fixed {
  position: fixed;
  left: 0%;
}

.right-25-width-block.fixed,
.right-75-width-block.fixed,
.right-width-block.fixed {
  position: fixed;
  left: 50%;
  left: calc(50% + 30px);
}

.show-on-mobile-image-block {
  display: none;
}

/* no padding */
.no-padding {
  padding: 0;
}

/* basic padding */
.basic-padding-top {
  padding-top: 35px;
}

.basic-padding-bottom {
  padding-bottom: 35px;
}

/*  large */
.extra-padding-top {
  padding-top: 70px;
}

.extra-padding-bottom {
  padding-bottom: 70px;
}

.center-me {
  position: absolute;
  top: 25%;
  left: 5%;
  right: 5%;
  margin: 40px auto;
  transform: translate(0, -25%);
}

.long-text-block {
  margin-top: 100px;
  margin-bottom: 100px;
}

.item-long-content {
  margin: 100px 0;
}

.more-row-spacing {
  margin-bottom: 30px;
}

.clearfix::after {
  content: "qsdqsdqs";
  clear: both;
  display: table;
}

.long .st-container {
  overflow: visible;
  height: 100%;
}
.long .st-menu {
  position: fixed;
}
.long .logo-block {
  height: 100%;
}
.long .block.fixed {
  position: relative;
}
.long .st-pusher {
  perspective: none;
}
.long .st-content {
  overflow-y: visible;
  height: 100%;
}
.long .nav-mobile {
  position: fixed;
}
.long .full-width-block {
  height: auto;
}
.long .right-width-block {
  height: auto;
}

.orange-bg .st-content {
  background: #ee6b56;
  color: #FFF;
}

.orange-light-bg .st-content {
  background: #feeadf;
}

.extra-inside.orange-bg {
  background: #ee6b56;
}

.extra-inside.blue-bg {
  background: #298bbc;
}

.extra-inside.grey-bg {
  background: #393939;
}

.blue-bg .st-content {
  background: #298bbc;
}

.white-bg {
  background: #FFF;
}

.icon {
  height: 0;
  content: " ";
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
  background-image: url(../images/icons/logo-color.svg);
  width: 30px;
  padding-top: 30px;
  background-size: 30px 30px;
  margin: 0;
}

header {
  width: 100%;
  padding: 20px;
  height: 150px;
}

.coverpic {
  clear: both;
  background: transparent center bottom no-repeat;
  background-size: cover;
  position: relative;
  min-height: 600px;
  height: 100%;
  z-index: 100;
}
.coverpic .coverpic-block {
  position: absolute;
  text-align: center;
  font-size: 25px;
  height: 100px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0%;
  right: 0;
  vertical-align: bottom;
}
.coverpic .coverpic-block h1 {
  text-align: left;
  color: #fff;
  padding-left: 10px;
  -webkit-font-smoothing: antialiased;
  width: 70%;
  padding-left: 100px;
}

.coverpic.face {
  background: transparent center top no-repeat;
  background-size: cover;
}

.logo-block {
  position: fixed;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #000;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.title {
  position: absolute;
  top: 15%;
  left: -18px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
}

.brand-logo-container {
  position: absolute;
  bottom: 48%;
  left: -15px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.brand-logo-svg {
  height: 0;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  font-size: 0;
  background: url(../images/common/logo_shiftn_white.svg);
  width: 89px;
  padding-top: 44px;
  background-size: 89px 44px;
  margin-top: 10px;
}

.st-menu-open .logo-block {
  width: 0px;
  display: none;
}

footer {
  padding: 30px 0 30px 0;
  background-color: #b4b4b4;
  color: #FFF;
  font-size: 12px;
}
footer .social-media.icon {
  display: inline-block;
  margin-right: 10px;
}
footer .social-media.icon.facebook {
  background-image: url(../images/icons/facebook-white.svg);
}
footer .social-media.icon.twitter {
  background-image: url(../images/icons/twitter-white.svg);
}
footer .social-media.icon.linkedin {
  background-image: url(../images/icons/linkedin-white.svg);
}
footer ul.sitemap li {
  list-style: none;
  color: #FFF;
  font-size: 12px;
}
footer ul.sitemap li a {
  list-style: none;
  color: #FFF;
}
footer ul.sitemap li a:hover {
  color: #e6e6e6;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  padding: 0;
  list-style: none;
  width: 50px;
}

.slick-dots li {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  margin-bottom: 5px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  text-align: center;
  opacity: 0.55;
  color: #FFF;
  background: #FFF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}

.a-slide {
  height: 100vh;
  width: 100%;
  background-size: cover !important;
}

ul.slick-dots {
  position: absolute;
  top: 45%;
  right: 0px;
}

.slick-row-slider .project-slide {
  margin: 20px 10px;
}
.slick-row-slider .project-text {
  position: relative;
  z-index: 999;
  padding-top: 5px;
  min-height: 140px;
  color: #FFF;
}
.slick-row-slider .project-text .small {
  color: #FFF;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0;
  color: #222222;
  padding: 20px 10px;
}

[type=text]:focus, [type=email]:focus {
  border: 0;
}

.button, html input[type=button], input[type=reset], input[type=submit] {
  padding: 10px 20px;
  background: transparent;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.button.black {
  color: #222222;
  border: 1px solid #8a8a8a;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.button:hover, input[type=submit]:hover {
  background: #575757;
}

.button.black:hover {
  color: #FFF;
  border: 1px solid #575757;
}

.home-slogan {
  position: relative;
}
.home-slogan .paragraph {
  margin-bottom: 20px;
}
.home-slogan a.projects-list {
  font-size: 20px;
  line-height: 26px;
  color: #222222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.home-slogan a.projects-list:hover {
  color: #000;
  border-bottom: 1px solid black;
}

.journal-homepage-list {
  margin-bottom: 100px;
  color: #FFF;
}
.journal-homepage-list ul.item-list li a {
  color: #FFF;
}

.homepage-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-top: 30px;
  color: #ccc;
}
.homepage-legal a {
  color: #CCC;
}

.row.full-width-row {
  max-width: none;
}

.home .intro {
  border-left: 12px solid #222222;
  padding: 0px 25px;
  font-size: 25px;
  margin: auto;
  margin-left: 10px;
  display: none;
  font-size: 24px;
  line-height: 30px;
}
.home .intro .paragraph {
  width: 100%;
  color: #000;
  line-height: 32px;
}
.home .intro .paragraph p {
  font-size: 28px;
  line-height: 32px;
}

.home .orange-light-bg {
  background: #feeadf;
}
.home .academy-block .extra-inside,
.home .focus-block .extra-inside {
  min-height: 800px;
}

.icon-arrow-down {
  position: absolute;
  bottom: -25px;
  left: 16px;
  background-image: url(../images/icons/arrow-down.svg);
}

.home .behind-page-fold-block {
  height: auto;
}
.home .behind-page-fold-block .extra-inside {
  padding-bottom: 0px;
}
.home .behind-page-fold-block h2 {
  color: #FFF;
  text-align: center;
  padding: 60px 0 50px;
}

.home .academy {
  padding: 0 20px;
}

.home .journal {
  padding: 0 20px;
}
.home .journal .item-list li {
  margin-right: 10px;
}

.home #mc_embed_signup .columns {
  padding-left: 0;
}

#mc_embed_signup {
  margin-top: 20px;
}

.home .simple {
  color: #e6e6e6;
  border-color: #b4b4b4;
}

.services h4 {
  margin-top: 20px;
}

.date {
  display: block;
  color: #383838;
  font-size: 11px;
}

.project-list {
  padding-left: 30px;
}

ul.item-list {
  color: #000;
  font-size: 25px;
  line-height: 25px;
  list-style: none;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
  list-style-position: outside;
  /* arrow */
  /* li a:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 10px;
    height: 1px;
    background: #fff;
    opacity: 0.5;
    transition: opacity .3s cubic-bezier(.39,.575,.565,1);
    color: #FFF;
  } */
}
ul.item-list li {
  position: relative;
  padding: 0 2px 2px 0;
  margin: 0 0 0px 0;
  border-bottom: 1px solid transparent;
}
ul.item-list li a {
  color: #000;
  position: relative;
  border: 0;
  cursor: pointer;
}
ul.item-list li:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
ul.item-list li:hover::before {
  content: "";
  height: 18px;
  width: 18px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
  position: absolute;
  right: -15px;
  transition: all 0.5s;
  top: 3px;
  bottom: 0;
  float: right;
  margin: auto;
}
ul.item-list li:hover a {
  color: #FFF;
}
ul.item-list li:hover a:before {
  opacity: 1;
  background: #fff;
}

ul.item-list-tiny {
  color: #FFF;
  font-size: 15px;
  line-height: 12px;
  list-style: none;
  letter-spacing: 1px;
  padding: 0;
  margin: 5px 0 0 0;
}
ul.item-list-tiny li {
  padding: 0;
  margin: 0 0 10px 0;
}
ul.item-list-tiny li.space-under {
  margin-bottom: 40px;
}
ul.item-list-tiny li.space-under-small {
  margin-bottom: 25px;
}
ul.item-list-tiny li a {
  color: #FFF;
  position: relative;
  border: 0;
}
ul.item-list-tiny li a:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #FFF;
}
ul.item-list-tiny li a:hover {
  color: #000;
}
ul.item-list-tiny li a:hover:before {
  opacity: 1;
  background: #000;
}
ul.item-list-tiny li.active a {
  color: #000;
}
ul.item-list-tiny li.active a:before {
  height: 2px;
  background: #000;
  opacity: 1;
}
ul.item-list-tiny li.main-cat-title {
  font-size: 12px;
  color: #fefefe;
  font-family: "brother-1816", sans-serif;
}
ul.item-list-tiny.normal li a {
  color: #555555;
  font-family: QuestaSans, Arial, serif;
}
ul.item-list-tiny.normal li a:before {
  background: #555555;
}
ul.item-list-tiny.normal li a:hover {
  color: #000;
}
ul.item-list-tiny.normal li a:hover:before {
  opacity: 1;
  background: #000;
}
ul.item-list-tiny.horizontal li {
  display: inline-block;
  margin-right: 5px;
}
ul.item-list-tiny.horizontal li:after {
  content: " / ";
  opacity: 0.2;
  font-size: 18px;
  position: relative;
  top: 3px;
  left: 3px;
}
ul.item-list-tiny.horizontal li a:before {
  display: none;
}
ul.item-list-tiny.horizontal li.active a {
  color: #000;
  border-bottom: 1px solid #000;
}
ul.item-list-tiny.horizontal li a:hover {
  color: #FFF;
  border-bottom: 1px solid #fff;
}

.article-details {
  padding: 0px 0 100px 0;
  font-family: Questa, Times, serif;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  display: flex;
  margin: 15px 0 25px 0;
  color: #298bbc;
}
.article-details a {
  color: #555555;
}
.article-details .columns {
  position: relative;
  border-left: 1px solid rgba(41, 139, 188, 0.2);
}
.article-content {
  font-size: 20px;
  line-height: 26px;
}
.article-content ul {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}
.article-content ul li {
  position: relative;
  margin-left: 10px;
  font-size: 20px;
  line-height: 26px;
}
.article-content ul li:before {
  font-size: 10px;
  content: "✕";
  color: #ee6b56;
  position: absolute;
  top: 0px;
  left: -15px;
}
.article-content p {
  font-size: 20px;
  line-height: 26px;
}

.academy h3 {
  color: #000;
  padding-left: 30px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  line-height: 0.1em;
  margin-bottom: 20px;
}
.academy .detail h3 {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 21px;
  padding: 10px 0;
  color: #555555;
  background: transparent;
  position: relative;
  margin-bottom: 20px;
}
.academy h3 span {
  background: #feeadf;
  padding: 0 10px;
}
.academy .academy-text {
  margin-top: 5px;
}
.academy .academy-list {
  position: relative;
  margin-bottom: 60px;
}
.academy ul.item-list-tiny {
  margin-left: 40px;
}
.academy ul.item-list-tiny a {
  color: #222222;
  font-size: 17px;
  line-height: 22px;
}
.academy ul.item-list-tiny li a:before {
  background: #222222;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #222222;
}
.academy ul.item-list-tiny li a:hover {
  color: #FFF;
}
.academy ul.item-list-tiny li a:hover:before {
  opacity: 1;
  background: #FFF;
}
.academy .academy-entry {
  margin-bottom: 65px;
}
.academy .academy-entry a {
  color: #000;
  border-color: #000;
}
.academy .period {
  letter-spacing: 0;
  display: block;
  line-height: 22px;
  padding: 10px 10px 10px 10px;
  margin: 15px 0px 10px 0;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
}
.academy .acedemy-date {
  margin-top: 20px;
}
.academy .acedemy-date .period {
  width: calc(100% - 150px);
  float: left;
}
.academy .acedemy-date .booking-link {
  width: 130px;
  margin: 15px 0 0 10px;
  float: right;
  display: inline-block;
}
.academy .acedemy-date .booking-link .button {
  width: 130px;
  margin: 0;
  height: 43px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

ul.item-list li {
  margin-top: 20px;
}

.team h3 {
  font-size: 15px;
  color: #fefefe;
  margin-bottom: 5px;
}
.team .member {
  margin-bottom: 15px;
}
.team img.square.profile-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
  opacity: 0.9;
}
.team a:hover img.square.profile-image {
  opacity: 1;
}
.team a:hover h3 {
  color: black;
}

h2.partners {
  font-family: "brother-1816", sans-serif;
  font-size: 15px;
  padding-left: 0.9375rem;
  color: #fefefe;
  letter-spacing: 10px;
  text-transform: uppercase;
  opacity: 0.5;
}

.team-list {
  padding-top: 6px;
  padding-bottom: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.team-list h3 {
  font-size: 12px;
  color: #fefefe;
}
.team-list.partners {
  margin-top: 0px;
}

.about-us h3, .about-us .paragraph {
  color: #FFF;
}

.tools h2, .tools h3 {
  color: #FFF;
}
.tools .article-content ul li:before {
  color: #298bbc;
}

.book {
  /* on entry no hover effect */
}
.book img {
  border: 1px solid #b4b4b4;
  cursor: pointer;
}
.book h3, .book .small, .book .download {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.39, 0.575, 0.565, 1);
  color: #222222;
}
.book a {
  color: #222222;
}
.book h3 {
  margin-top: 20px;
  margin-bottom: 0;
}
.book .small {
  text-transform: uppercase;
}
.book .download a {
  font-size: 15px;
  color: #555555;
}
.book:hover h3, .book:hover h3 a, .book:hover .small, .book:hover .download {
  opacity: 1;
  color: #222222;
}
.book.detail h3, .book.detail .small, .book.detail .download {
  opacity: 1;
  color: #222222;
}

.book-list {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.book-list.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.book-list .download, .book-list .tags {
  margin: 7px 0;
  font-size: 14px;
}
.book-list img {
  float: left;
  margin-right: 15px;
}
.book-list a.simple-button {
  color: #222222;
}

.publication-cover-detail {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.publication-cover-detail img {
  border: 1px solid #b4b4b4;
}

.community h3 {
  color: #000;
}

.agenda-listing {
  margin-bottom: 60px;
}
.agenda-listing .row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 0;
  margin-right: 0;
}
.agenda-listing .row.last {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.agenda-listing .date, .agenda-listing .external-link, .agenda-listing .type {
  margin: 7px 0;
  font-size: 14px;
}
.agenda-listing .external-link a {
  color: #222222;
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
}
.agenda-listing .external-link a:hover {
  color: #FFF;
  border-bottom: 1px solid white;
}
.agenda-listing h3 {
  font-size: 16px;
  color: #FFF;
}

.masonry-sizer,
.masonry-item {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}

.masonry-item {
  border: 1px solid rgba(34, 34, 34, 0.1);
}

.masonry-item:hover {
  background: #FFF;
  border: 1px solid #222222;
}

.masonry-sizer-double,
.masonry-item-double {
  width: 63%;
  margin-left: 1%;
  margin-right: 1%;
}

.free-form-journal {
  color: #222222;
}
.free-form-journal h2 {
  font-size: 25px;
  color: #222222;
  margin: 10px 0 15px 0;
}
.free-form-journal .small {
  margin-bottom: 20px;
}
.free-form-journal .article {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  color: #222222;
}

.subscribe-to-newsletter {
  text-align: center;
  color: #FFF;
  padding-left: 25px;
  padding-right: 25px;
}
.subscribe-to-newsletter label {
  color: #FFF;
  text-align: left;
}
.subscribe-to-newsletter .button {
  text-align: center;
}

@media screen and (max-width: 900px) {
  /* base responsive resets */
  .st-content {
    overflow: visible;
    height: 100%;
  }

  .left-width-block,
.right-width-block {
    width: 100%;
    height: auto;
  }

  .left-25-width-block.fixed, .left-75-width-block.fixed, .left-width-block.fixed {
    position: relative;
    margin-bottom: 20px;
  }

  .right-25-width-block, .right-75-width-block, .right-width-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home .journal {
    padding: 0 12px;
  }

  .home .academy-news-block .extra-inside,
.home .homepage-news-block .extra-inside {
    min-height: auto;
  }

  /* show image on top */
  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

  .show-on-mobile-image-block {
    height: 450px;
    margin-bottom: 50px;
    display: block;
  }
  .show-on-mobile-image-block .coverpic {
    min-height: 450px;
  }

  .mobile-image-block.left-width-block.fixed,
.mobile-image-block {
    position: relative;
    height: 450px;
    display: block;
    margin-bottom: 50px;
  }
  .mobile-image-block.left-width-block.fixed .coverpic,
.mobile-image-block .coverpic {
    min-height: 450px;
  }

  .row {
    /* width:95%; */
    margin: 0 auto;
  }

  .st-container {
    position: relative;
    overflow: visible;
    height: 100%;
  }

  .st-content {
    height: auto !important;
  }

  .content-blocks {
    height: 100%;
  }

  .center-me {
    position: static;
    margin: 100px auto 0 auto;
    transform: none;
  }

  .orange-bg .content-blocks {
    background: #ee6b56;
  }

  .orange-light-bg .content-blocks {
    background: #feeadf;
  }

  .blue-bg .content-blocks {
    background: #298bbc;
  }

  .home .intro {
    margin: 75px 0 150px;
    border-left: 0;
    padding-left: 0px;
  }

  .home #mc_embed_signup .columns {
    padding-left: 0;
  }

  /* more common for mobile */
  /* details on mobile */
  .project-list {
    padding-left: 0px;
  }

  /* font size on mobile */
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 27px;
  }

  .home .intro .paragraph p,
.home .intro .paragraph {
    font-size: 23px;
    line-height: 32px;
  }

  p {
    font-size: 18px;
    line-height: 23px;
  }

  .article-content p {
    font-size: 20px;
    line-height: 26px;
  }

  .article-content ul,
.article-content ul li {
    font-size: 20px;
    line-height: 26px;
  }

  /* masonry */
  .masonry {
    margin: 0 15px;
  }

  .masonry.masonry-one-col-mobile .masonry-sizer,
.masonry.masonry-one-col-mobile .masonry-item {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
