.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1024px) {
  body > header {
    margin-bottom: 0;
  }
}
body > section.article-section {
  position: relative;
  /*Uploaded documents*/
}
@media (max-width: 1024px) {
  body > section.article-section {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  body > section.article-section .column-special-left {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  body > section.article-section .column-special-right {
    margin-left: 2.3%;
    margin-right: 2.3%;
  }
}
body > section.article-section .column3 {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  body > section.article-section .column3 {
    margin-bottom: 2.3%;
  }
}
body > section.article-section .channel-logo-block {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin: 0 25px;
  padding: 10px 0;
}
body > section.article-section .channel-logo-block.mobile {
  display: block;
}
@media (min-width: 650px) {
  body > section.article-section .channel-logo-block.mobile {
    display: none;
  }
}
body > section.article-section .channel-logo-block a {
  display: block;
}
@media (max-width: 650px) {
  body > section.article-section .channel-logo-block {
    display: none;
  }
}
@media (max-width: 1024px) {
  body > section.article-section .channel-logo-block {
    margin: 0;
  }
}
body > section.article-section .channel-logo-block .channel-logo-mobile {
  display: none;
  max-width: 250px;
}
body > section.article-section .channel-logo-block .channel-logo {
  max-width: 767px;
  max-height: 82px;
  width: 100%;
}
body > section.article-section .channel-logo-block img {
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 650px) {
  body > section.article-section .channel-logo-block img {
    display: none;
  }
  body > section.article-section .channel-logo-block img.channel-logo-mobile {
    display: block;
    margin: auto;
  }
}
body > section.article-section .article-body {
  color: #2a2a2a;
}
@media (max-width: 1024px) {
  body > section.article-section .article-body {
    color: #3f3f3f;
  }
}
body > section.article-section .social-sidebar {
  margin: 20px 0;
}
@media (max-width: 1024px) {
  body > section.article-section .social-sidebar {
    text-align: center;
  }
}
body > section.article-section .social-sidebar.top.fixed {
  position: fixed;
}
body > section.article-section .social-sidebar .soc-link {
  display: inline-block;
  margin-right: 5%;
}
body > section.article-section .social-sidebar .soc-link:last-child {
  margin-right: 0;
}
@media (max-width: 650px) {
  body > section.article-section .social-sidebar .soc-link {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1300px) {
  body > section.article-section .social-sidebar.top {
    width: 50px;
    position: absolute;
    top: 50px;
    left: -78px;
    margin-left: -25px;
  }
  body > section.article-section .social-sidebar.top .soc-link {
    display: block;
    margin: 0 0 14px 0;
  }
  body > section.article-section .social-sidebar.bottom {
    display: none;
  }
}
body > section.article-section article {
  margin: 0 7.8%;
  padding: 42px 0 35px;
  position: relative;
}
@media (max-width: 650px) {
  body > section.article-section article {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  body > section.article-section article {
    margin: 0 2%;
  }
}
body > section.article-section article h2 {
  font-size: 32px;
  margin-bottom: 16px;
}
body > section.article-section article h3 {
  font-size: 24px;
  margin-bottom: 14px;
}
body > section.article-section article h4 {
  font-size: 19px;
  margin-bottom: 14px;
}
body > section.article-section article a {
  color: #0e76bc;
}
body > section.article-section article ul,
body > section.article-section article ol {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  margin-left: 42px;
  margin-bottom: 26px;
  margin-top: 26px;
}
body > section.article-section article ul li,
body > section.article-section article ol li {
  margin-bottom: 14px;
}
body > section.article-section article blockquote {
  margin: 32px;
  border-left: 4px solid #dedede;
  font-style: italic;
  padding-left: 24px;
  font-size: 22px;
  line-height: 1.5;
  color: #3c3c3c;
}
body > section.article-section article table {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  margin: 24px 0;
  border-collapse: collapse;
}
body > section.article-section article table td {
  border: 1px solid #dedede;
  padding: 10px;
}
body > section.article-section article .article-info {
  padding: 13px 0;
}
body > section.article-section article .article-info > * {
  margin-right: 30px;
  white-space: nowrap;
}
body > section.article-section article .article-info > *:last-child {
  margin-right: 0;
}
body > section.article-section article .article-info * {
  color: #2a2a2a;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  line-height: 2em;
}
@media (max-width: 1024px) {
  body > section.article-section article .article-info * {
    color: #3f3f3f;
  }
}
body > section.article-section article .article-info a:hover {
  color: #0e76bc;
}
body > section.article-section article .article-info .article-info-i {
  color: #0e76bc;
}
body > section.article-section article .main-image-wrapper {
  position: relative;
}
body > section.article-section article .main-image {
  margin-bottom: 15px;
  position: relative;
}
@media (max-width: 1024px) {
  body > section.article-section article .main-image {
    margin-bottom: 10px!important;
  }
}
body > section.article-section article .main-image img {
  display: block;
  width: 100%;
}
body > section.article-section article .main-image iframe {
  width: 100%!important;
}
body > section.article-section article .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
body > section.article-section article .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
body > section.article-section article .draft:after {
  font-size: 110px;
}
@media (max-width: 1024px) {
  body > section.article-section article .draft:after {
    font-size: 100px;
  }
}
@media (max-width: 650px) {
  body > section.article-section article .draft:after {
    font-size: 80px;
  }
}
@media (max-width: 400px) {
  body > section.article-section article .draft:after {
    font-size: 70px;
  }
}
@media (max-width: 400px) {
  body > section.article-section article .draft:after {
    font-size: 50px;
  }
}
body > section.article-section article h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #2a2a2a;
}
@media (max-width: 1024px) {
  body > section.article-section article h1 {
    color: #3f3f3f;
  }
}
@media (max-width: 400px) {
  body > section.article-section article h1 {
    font-size: 24px;
  }
}
body > section.article-section article .subheader,
body > section.article-section article .subheader p {
  font-family: "proxima-nova", sans-serif;
  font-size: 19px;
  line-height: 30px;
  color: #2a2a2a;
  margin-bottom: 1em;
  font-weight: 700;
}
@media (max-width: 1024px) {
  body > section.article-section article .subheader,
  body > section.article-section article .subheader p {
    color: #3f3f3f;
  }
}
body > section.article-section article p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 30px;
  color: #2a2a2a;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  body > section.article-section article p {
    color: #3f3f3f;
  }
}
body > section.article-section .article-author-info {
  padding: 24px;
  margin: 25px;
  background-color: #f9f9f9;
  display: block;
}
body > section.article-section .article-author-info .author-name-link {
  color: #3d3d3d;
}
body > section.article-section .article-author-info > * {
  display: block;
}
body > section.article-section .article-author-info > * div {
  height: 20px;
}
body > section.article-section .article-author-info > * div a {
  float: left;
}
body > section.article-section .article-author-info > * div .social-bar {
  float: right;
  display: block;
}
body > section.article-section .article-author-info > * div .social-bar li {
  display: inline-block;
  margin-right: 15px;
}
body > section.article-section .article-author-info > * div .social-bar li a {
  color: #cdcdcd;
  border: none;
  background-color: transparent;
  font-size: 21px;
  width: 21px;
  height: 21px;
}
body > section.article-section .article-author-info > * div .social-bar li a:hover {
  cursor: pointer;
  color: #b6b6b6;
  text-decoration: none;
}
body > section.article-section .article-author-info > * div .social-bar li a:focus {
  outline: none;
}
body > section.article-section .article-author-info > * div .social-bar li:last-child {
  margin-right: 0;
}
body > section.article-section .article-author-info .photo {
  width: 152px;
  height: 152px;
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
}
body > section.article-section .article-author-info .info > * {
  margin-bottom: 1em;
  display: block;
}
body > section.article-section .article-author-info .info > *:last-child {
  margin-bottom: 0;
}
body > section.article-section .article-author-info .info .name {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #2a2a2a;
}
@media (max-width: 1024px) {
  body > section.article-section .article-author-info .info .name {
    color: #3f3f3f;
  }
}
body > section.article-section .article-author-info .info p {
  font-size: 14px;
  line-height: 16px;
  color: #2a2a2a;
}
@media (max-width: 1024px) {
  body > section.article-section .article-author-info .info p {
    color: #3f3f3f;
  }
}
body > section.article-section .article-author-info .info p a {
  color: #0e76bc;
}
body > section.article-section .article-author-info:after {
  display: block;
  content: '';
  clear: both;
}
@media (max-width: 1024px) {
  body > section.article-section .article-author-info {
    margin: 25px 0;
  }
}
body > section.article-section .related-articles {
  padding: 25px 0 25px;
}
body > section.article-section .related-articles h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #2a2a2a;
  margin-left: 25px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  body > section.article-section .related-articles h2 {
    color: #3f3f3f;
  }
}
body > section.article-section .related-articles ul li {
  display: table;
  float: left;
  margin-left: 25px;
  margin-right: 10px;
  margin-bottom: 20px;
}
body > section.article-section .related-articles ul li > * {
  display: table-cell;
  vertical-align: middle;
}
body > section.article-section .related-articles ul li figure {
  width: 45px;
  height: 46px;
  padding-right: 15px;
}
body > section.article-section .related-articles ul li figure img {
  display: block;
}
body > section.article-section .related-articles ul li a {
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3d;
  width: 202px;
}
@media (max-width: 650px) {
  body > section.article-section .related-articles ul li a {
    width: auto;
  }
}
body > section.article-section .related-articles ul li a .text {
  display: block;
  height: 34px;
}
body > section.article-section .related-articles ul:after {
  display: block;
  content: '';
  clear: both;
}
@media (min-width: 650px) and (max-width: 1024px) {
  body > section.article-section > section.two-column:last-child {
    margin: 0 auto 15px;
    float: none;
    clear: both;
  }
}
body > section.article-section .editors-pick a.author-ref {
  margin-top: 0;
}
body > section.article-section .document-uploaded {
  margin: 0;
}
body > section.article-section .document-uploaded li {
  list-style-type: none;
}
body > section.article-section .document-uploaded h3 {
  font-weight: normal;
  font-size: 20px;
  color: #333333;
}
body > section.article-section .document-uploaded a {
  color: #333333;
  font-weight: bold;
}
body > section.article-section .document-block {
  border: 1px solid #ccc;
  box-shadow: 0 0px 3px #acafb1;
  overflow: hidden;
  padding: 20px;
  font-size: 15px;
  border-radius: 5px;
  position: relative;
}
body > section.article-section .document-block .column3 {
  width: 22.22222222%;
  margin: 0;
  margin: auto;
  float: left;
  min-height: 210px;
}
body > section.article-section .document-block .column9 {
  width: 75%;
  margin-left: 2.77777778%;
  margin-right: 0;
  float: right;
}
body > section.article-section .document-block img {
  width: 100%;
  display: block;
  max-width: 210px;
  border: 4px solid #ffffff;
  box-shadow: 0 0px 3px #acafb1;
}
body > section.article-section .document-block h4 {
  color: #333333;
  font-size: 17px;
  float: right;
  display: table;
}
body > section.article-section .document-block h4 a {
  height: 50px;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  padding-left: 60px;
}
body > section.article-section .document-block h4 a:before {
  content: '';
  position: absolute;
  background-image: url('../img/document-uploaded-img.gif');
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
}
body > section.article-section .document-block .document-size {
  margin: 10px 0;
}
body > section.article-section .document-block .document-size-label {
  font-weight: bold;
  color: #626262;
}
body > section.article-section .document-block .document-bottom-block {
  position: absolute;
  bottom: 20px;
  width: 75%;
}
body > section.article-section .document-block .document-download-button {
  float: left;
  width: 18%;
  display: inline-block;
  max-width: 120px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #0e76bc;
}
body > section.article-section .document-block .document-download-button:hover {
  text-decoration: none;
  background: #4D9DD3;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
body > section.article-section .document-block .document-download-button a {
  color: #fff!important;
}
body > section.article-section .document-block .document-download-button a:hover {
  text-decoration: none;
}
body > section.article-section .document-block .document-auth-mssg {
  width: 80%;
  float: right;
  padding-left: 2%;
  font-weight: bold;
  max-height: 40px;
  color: #626262;
}
body > section.article-section .document-block .document-auth-mssg span {
  height: 40px;
  vertical-align: middle;
  color: #0e76bc;
}
body > section.article-section .document-block .document-auth-mssg a {
  color: #626262;
}
body > section.article-section .document-block .ellipsis {
  max-height: 72px;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
@media (max-width: 650px) {
  body > section.article-section .document-block .column3 {
    float: none;
    min-height: 0;
  }
  body > section.article-section .document-block .column9 {
    width: 100%;
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
  }
  body > section.article-section .document-block h4.column9 {
    text-align: center;
    display: table;
    width: auto;
    float: none;
    margin: auto;
  }
  body > section.article-section .document-block .document-description {
    margin-top: 50px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
  }
  body > section.article-section .document-block .document-size {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
  }
  body > section.article-section .document-block .document-download-button {
    float: none;
    display: block;
    margin: auto;
    min-width: 100px;
    margin-bottom: 30px;
  }
  body > section.article-section .document-block .ellipsis {
    max-height: 50px;
  }
  body > section.article-section .document-block .document-auth-mssg {
    float: none;
    padding: 0;
    text-align: center;
    margin: auto;
    max-height: none;
  }
  body > section.article-section .document-block .document-bottom-block {
    position: static;
    width: auto;
  }
  body > section.article-section .document-block .document-img-block {
    margin: auto;
    width: auto;
  }
  body > section.article-section .document-block .document-img-block img {
    margin: 20px auto 0 auto;
  }
}
.gallery-btn {
  display: none;
  max-width: 260px;
  position: absolute;
  bottom: 23px;
  left: 23px;
  color: #ffffff!important;
  padding: 20px;
  border: 1px solid rgba(240, 240, 240, 0.5);
  background: rgba(0, 0, 0, 0.8);
}
.gallery-btn__name {
  text-transform: uppercase;
  padding-left: 50px;
  font-weight: bold;
}
.gallery-btn__name:before {
  content: "";
  background-image: url('../img/gallery-icon.svg');
  background-size: 100%;
  position: absolute;
  width: 33px;
  height: 22px;
  left: 20px;
  top: 15px;
}
.gallery-btn__separator {
  margin: 0 7px;
}
@media (max-width: 650px) {
  .gallery-btn {
    padding: 10px;
    font-size: 10px;
  }
  .gallery-btn__name {
    padding-left: 40px;
  }
  .gallery-btn__name:before {
    left: 8px;
    top: 3px;
  }
}
.gallery-active {
  cursor: pointer;
}
.gallery-active .gallery-btn {
  display: block;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.gallery-active:hover .gallery-btn {
  cursor: pointer;
  color: #0e76bc !important;
  text-decoration: none;
  border-color: rgba(14, 120, 190, 0.5);
  background: rgba(0, 0, 0, 0.9);
}
.gallery-active:hover .gallery-btn .gallery-btn__name:before {
  background-image: url('../img/gallery-icon-hover.svg');
}
/* social-buttons */
.social-buttons {
  font-size: 0;
}
.social-buttons .soc-link {
  width: 50px;
  height: 50px;
  position: relative;
  font-size: 24px;
  line-height: 50px;
  color: #fff;
  margin-right: 15px;
  text-align: center;
}
.social-buttons .soc-link:last-child {
  margin-right: 0;
}
.social-buttons .soc-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.social-buttons .soc-link:focus {
  outline: none;
}
.social-buttons .soc-link.fa-facebook {
  background: #39579a;
}
.social-buttons .soc-link.fa-facebook:hover {
  background: #4569B8;
}
.social-buttons .soc-link.fa-twitter {
  background: #00abf0;
}
.social-buttons .soc-link.fa-twitter:hover {
  background: #4EC1EF;
}
.social-buttons .soc-link.fa-linkedin {
  background: #0072a6;
}
.social-buttons .soc-link.fa-linkedin:hover {
  background: #028FCF;
}
.social-buttons .soc-link.fa-google-plus {
  background: #c3482e;
}
.social-buttons .soc-link.fa-google-plus:hover {
  background: #E65E42;
}
.social-buttons .soc-link.fa-envelope {
  background: #1EC782;
}
.social-buttons .soc-link.fa-envelope:hover {
  background: #30E49A;
}
.social-buttons .soc-link .count {
  position: absolute;
  line-height: 15px;
  color: #fff;
  margin-top: 6px;
  font-size: 15px;
  font-family: "proxima-nova", sans-serif;
  bottom: 0;
  right: 3px;
}
/* article-gallery */
.article-gallery__arrow-nav {
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1px solid #1d1d1d;
  background-color: #1d1d1d;
  font-size: 22px;
  line-height: 50px;
  color: #d2d2d2;
  text-align: center;
  transition: color 333ms cubic-bezier(0.4, 0, 0.22, 1), border-color 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.article-gallery__top-bar-table {
  height: 100px;
  width: 100%;
  display: table;
}
.article-gallery__top-bar-cell {
  display: table-cell;
  vertical-align: middle;
}
.article-gallery__top-bar-cell:first-child {
  width: 90px;
}
@media (max-width: 650px) {
  .article-gallery__top-bar-cell:nth-child(2) {
    display: none;
  }
}
.article-gallery__top-bar-cell:last-child {
  width: 1px;
  white-space: nowrap;
  text-align: right;
  font-size: 0;
}
.article-gallery__logo {
  width: 75px;
  display: block;
  overflow: hidden;
}
.article-gallery__logo img {
  height: 53px;
  display: block;
}
@media (max-width: 650px) {
  .article-gallery__logo {
    width: 42px;
  }
  .article-gallery__logo img {
    height: 30px;
  }
}
.article-gallery__counter {
  width: 54px;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
}
.article-gallery__title {
  max-height: 60px;
  overflow: hidden;
  margin-right: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: #efefef;
  white-space: nowrap;
}
.article-gallery__social-buttons {
  display: inline-block;
  vertical-align: middle;
}
.article-gallery__social-buttons .count {
  display: none;
}
.article-gallery .pswp__bg {
  background-color: #303030;
}
.article-gallery .pswp__preloader {
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  position: absolute;
  float: none;
  background-color: transparent;
  display: none;
}
.article-gallery .pswp__preloader--active {
  display: block;
}
.article-gallery .pswp__counter {
  display: none;
}
.article-gallery .pswp__top-bar {
  height: auto;
  padding: 0 25px;
}
.article-gallery .pswp__button--close {
  width: 50px;
  height: 50px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background-position: 3px -41px;
  background-color: #1d1d1d;
}
.article-gallery .pswp__caption__center {
  padding-right: 50px;
}
.article-gallery .pswp__button--arrow--left {
  text-align: right;
}
.article-gallery .pswp__button--arrow--right {
  text-align: left;
}
.article-gallery .pswp__button--arrow--left:before,
.article-gallery .pswp__button--arrow--right:before,
.article-gallery .pswp__button--arrow--left:after,
.article-gallery .pswp__button--arrow--right:after {
  content: normal;
}
.article-gallery .pswp__button--arrow--left:hover .article-gallery__arrow-nav,
.article-gallery .pswp__button--arrow--right:hover .article-gallery__arrow-nav {
  border-color: rgba(14, 118, 188, 0.4);
  color: #116aa6;
}
@media (max-width: 650px) {
  .article-gallery__social-buttons {
    margin-right: 5px;
  }
  .article-gallery__social-buttons .soc-link {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    font-size: 18px;
    line-height: 30px;
  }
  .article-gallery .pswp__top-bar {
    padding: 0 15px;
  }
  .article-gallery .pswp__button--close {
    width: 30px;
    height: 30px;
    background-position: -7px -51px;
  }
}
@media (max-width: 370px) {
  .article-gallery__logo {
    display: none;
  }
}
