@font-face {
  font-family: 'Transtext-Light';
  src: url("../../fonts/TransTextLt-Light.eot");
  src: url("../../fonts/TransTextLt-Light.eot") format('embedded-opentype'), url("../../fonts/TransTextLt-Light.woff") format('woff'), url("../../fonts/TransTextLt-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'Transtext-Light-Italic';
  src: url("../../fonts/TransTextLt-LightItalic.eot");
  src: url("../../fonts/TransTextLt-LightItalic.eot") format('embedded-opentype'), url("../../fonts/TransTextLt-LightItalic.woff") format('woff'), url("../../fonts/TransTextLt-LightItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Transtext-Regular';
  src: url("../../fonts/TransTextRm-Roman.eot");
  src: url("../../fonts/TransTextRm-Roman.eot") format('embedded-opentype'), url("../../fonts/TransTextRm-Roman.woff") format('woff'), url("../../fonts/TransTextRm-Roman.ttf") format('truetype');
}
@font-face {
  font-family: 'Transtext-Regular-Italic';
  src: url("../../fonts/TransTextRm-Italic.eot");
  src: url("../../fonts/TransTextRm-Italic.eot") format('embedded-opentype'), url("../../fonts/TransTextRm-Italic.woff") format('woff'), url("../../fonts/TransTextRm-Italic.ttf") format('truetype');
}
@font-face {
  font-family: 'Transtext-Medium';
  src: url("../../fonts/TransTextMd-Medium.eot");
  src: url("../../fonts/TransTextMd-Medium.eot") format('embedded-opentype'), url("../../fonts/TransTextMd-Medium.woff") format('woff'), url("../../fonts/TransTextMd-Medium.ttf") format('truetype');
}
@font-face {
  font-family: 'Transtext-Medium-Italic';
  src: url("../../fonts/TransTextMd-MediumItalic.eot");
  src: url("../../fonts/TransTextMd-MediumItalic.eot") format('embedded-opentype'), url("../../fonts/TransTextMd-MediumItalic.woff") format('woff'), url("../../fonts/TransTextMd-MediumItalic.ttf") format('truetype');
}
@font-face {
  font-family: 'Transtext-Bold';
  src: url("../../fonts/TransTextBd-Bold.eot");
  src: url("../../fonts/TransTextBd-Bold.eot") format('embedded-opentype'), url("../../fonts/TransTextBd-Bold.woff") format('woff'), url("../../fonts/TransTextBd-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'Transtext-Bold-Italic';
  src: url("../../fonts/TransTextBd-BoldItalic.eot");
  src: url("../../fonts/TransTextBd-BoldItalic.eot") format('embedded-opentype'), url("../../fonts/TransTextBd-BoldItalic.woff") format('woff'), url("../../fonts/TransTextBd-BoldItalic.ttf") format('truetype');
}
.mid-title {
  font-size: 1.7rem;
  line-height: 1.5;
  font-family: 'Transtext-Light', sans-serif;
}
.mid-title.blue {
  color: #009ED7;
}
.mid-title.dark-blue {
  color: #0081c8;
}
.mid-title.red {
  color: #E4022D;
}
.mid-title.green {
  color: #009E4D;
}
.mid-title.purple {
  color: #ad1d87;
}
.mid-title.purple-dark {
  color: #ad1d87;
}
.mid-title.teal {
  color: #00a98f;
}
.mid-title.dark-red {
  color: #9E082E;
}
.mid-title.yellow {
  color: #FBBA00;
}
.mid-title.orange {
  color: #EC6606;
}
.mid-title.pink {
  color: #DC006B;
}
.mid-title.buzz {
  color: #3DEFBA;
}
@media screen and (max-width: 767px) {
  .mid-title {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 540px) {
  .mid-title {
    font-size: 1rem;
  }
}
#publications h2 {
  display: none;
}
#publications .inner {
  background-color: #fff;
  position: relative;
}
#publications .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#publications .header > .tag {
  letter-spacing: -0.01em;
}
#publications .icon-wrapper {
  position: relative;
  width: 75px;
  height: 75px;
  min-width: 75px;
  border-radius: 50%;
}
#publications .icon-wrapper img,
#publications .icon-wrapper svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
}
#publications .icon-wrapper svg use {
  width: 90%;
  stroke: #fff;
  color: #fff;
}
@media screen and (max-width: 1420px) {
  #publications .icon-wrapper {
    width: 65px;
    height: 65px;
    min-width: 65px;
  }
}
@media screen and (max-width: 1084px) {
  #publications .icon-wrapper {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}
@media screen and (max-width: 767px) {
  #publications .icon-wrapper {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }
}
#publications h3 {
  font-size: 3.7rem;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  line-height: 100px;
  position: relative;
  top: 8px;
  font-family: 'Transtext-Light', sans-serif;
  color: #009ED7;
  padding-left: 40px;
}
#publications h3.blue {
  color: #009ED7;
}
#publications h3.dark-blue {
  color: #0081c8;
}
#publications h3.red {
  color: #E4022D;
}
#publications h3.green {
  color: #009E4D;
}
#publications h3.purple {
  color: #ad1d87;
}
#publications h3.purple-dark {
  color: #ad1d87;
}
#publications h3.teal {
  color: #00a98f;
}
#publications h3.dark-red {
  color: #9E082E;
}
#publications h3.yellow {
  color: #FBBA00;
}
#publications h3.orange {
  color: #EC6606;
}
#publications h3.pink {
  color: #DC006B;
}
#publications h3.buzz {
  color: #3DEFBA;
}
@media screen and (max-width: 1420px) {
  #publications h3 {
    top: 6px;
  }
}
@media screen and (max-width: 1084px) {
  #publications h3 {
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  #publications h3 {
    font-size: 3rem;
    top: 5px;
    line-height: 50px;
  }
}
@media screen and (max-width: 540px) {
  #publications h3 {
    font-size: 2rem;
    line-height: 34px;
    font-family: 'Transtext-Regular', sans-serif;
  }
}
@media print {
  #publications h3 {
    font-size: 2.5rem;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #publications h3 {
    padding-left: 20px;
  }
}
#publications #context {
  position: relative;
  overflow: hidden;
}
#publications .content {
  position: relative;
  padding: 60px 0px;
}
@media screen and (max-width: 1420px) {
  #publications .content {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #publications .content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 540px) {
  #publications .content {
    padding: 20px 0;
  }
}
#publications .main-content {
  padding-right: 360px;
}
@media screen and (max-width: 1420px) {
  #publications .main-content {
    padding-right: 340px;
  }
}
@media screen and (max-width: 1084px) {
  #publications .main-content {
    padding-right: 240px;
  }
}
@media screen and (max-width: 767px) {
  #publications .main-content {
    padding-right: 0;
  }
}
#publications .ui.rail {
  width: 320px;
}
#publications .ui.rail .ui.sticky {
  z-index: 4;
}
@media screen and (max-width: 1420px) {
  #publications .ui.rail {
    width: 300px;
  }
  #publications .ui.rail .ui.sticky {
    width: 100%;
    z-index: 4;
  }
}
@media screen and (max-width: 1084px) {
  #publications .ui.rail {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #publications .ui.rail {
    width: 100%;
    position: relative;
  }
}
#publications .archive {
  border: 1px solid #009ED7;
  padding: 40px 20px 20px 20px;
}
#publications .archive .ui.styled.accordion {
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  border-bottom: 1px solid #cacaca;
}
#publications .archive .ui.styled.accordion .title {
  position: relative;
  height: 50px;
  border-top: 1px solid #cacaca;
  padding: 0;
  font-family: 'Transtext-Light', sans-serif;
}
#publications .archive .ui.styled.accordion .title .label {
  background-color: #009ED7;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin: 10px 0;
}
#publications .archive .ui.styled.accordion .title .label .fa {
  transition: all 0.5s;
  color: #fff;
  font-size: 18px;
  position: relative;
  left: 18px;
  top: -5px;
}
#publications .archive .ui.styled.accordion .title .label .fa::-webkit-input-placeholder {
  color: #fff;
}
#publications .archive .ui.styled.accordion .title .label .fa:-ms-input-placeholder {
  color: #fff;
}
#publications .archive .ui.styled.accordion .title .label .fa::placeholder {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #publications .archive .ui.styled.accordion .title .label .fa {
    top: -2px;
  }
}
@media screen and (max-width: 540px) {
  #publications .archive .ui.styled.accordion .title .label .fa {
    top: 3px;
  }
}
#publications .archive .ui.styled.accordion .title p {
  font-family: 'Transtext-Light', sans-serif;
  text-transform: capitalize;
  font-size: 0.7rem;
  padding-left: 50px;
  line-height: 50px;
}
@media screen and (max-width: 1084px) {
  #publications .archive .ui.styled.accordion .title p {
    padding: 7px 0 7px 50px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1084px) {
  #publications .archive .ui.styled.accordion .title p {
    padding-top: 15px;
  }
}
#publications .archive .ui.styled.accordion .title.active i {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: -7px !important;
  left: 18.5px !important;
}
@media screen and (max-width: 767px) {
  #publications .archive .ui.styled.accordion .title.active i {
    top: -4px !important;
  }
}
@media screen and (max-width: 540px) {
  #publications .archive .ui.styled.accordion .title.active i {
    top: 2px !important;
  }
}
#publications .archive .ui.styled.accordion .content {
  padding: 10px;
}
#publications .archive .ui.styled.accordion .content p:hover {
  cursor: pointer;
}
#publications .archive .heading {
  margin-bottom: 0;
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}
#publications .article {
  position: relative;
  border-bottom: 1px solid #cacaca;
  margin: 35px 0;
}
#publications .article:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1084px) {
  #publications .article {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #publications .article {
    margin: 30px 0;
  }
}
#publications .article .date {
  margin: 0;
}
#publications .article .video .video-wrapper {
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  position: relative;
}
#publications .article .video,
#publications .article .image {
  padding-bottom: 20px;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 540px) {
  #publications .article .video,
  #publications .article .image {
    padding-bottom: 10px;
  }
}
#publications .article .title {
  font-family: 'Transtext-Light', sans-serif;
  color: #009ED7;
  padding-top: 10px;
  display: inline-block;
  font-size: 2rem;
  line-height: 38px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 540px) {
  #publications .article .title {
    padding-top: 0;
  }
}
#publications .article .body {
  margin-top: 20px;
  position: relative;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #publications .article .body {
    padding-top: 10px;
  }
}
@media screen and (max-width: 540px) {
  #publications .article .body {
    padding-top: 0;
  }
}
#publications .article .body.more {
  transition: all 5s;
}
#publications .article .body .shadow {
  position: absolute;
  z-index: 2;
  height: 40px;
  width: 100%;
  bottom: 0;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, #ffffff 95%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
#publications .article a.expand {
  display: inline-block;
  font-style: italic;
  color: #009ED7;
  margin-top: 20px;
  font-size: 0.6em;
  margin-bottom: 20px;
}
#publications .article .blog-share-wrapper {
  margin-top: 10px;
}
#publications .article .blog-share-wrapper:before,
#publications .article .blog-share-wrapper:after {
  content: "";
  display: table;
}
#publications .article .blog-share-wrapper:after {
  clear: both;
}
#publications .article .share-wrap {
  float: left;
  margin-right: 10px;
}
#publications .article .inner {
  line-height: 1.6;
}
#publications .article.full a.expand {
  display: none;
}
#publications .article.full .body {
  height: auto;
}
#publications .article.full .body .inner {
  padding-bottom: 20px;
}
#publications .article.full .body .shadow {
  display: none;
}
#publications .share-buttons {
  float: right;
  margin-top: 20px;
}
#publications .share-buttons p {
  display: inline-block;
  font-size: 0.6rem;
  margin-bottom: 0;
}
#publications .share-buttons .facebook,
#publications .share-buttons .twitter,
#publications .share-buttons .linkedin {
  font-size: 16px;
  margin-left: 5px;
}
