/*  
	File: slideshow.scss;
	Author: dmccleod;
	Modified: 1/26/2017;
	Description: sass file for new carousel app;
	Notes: css naming convention based on BEM; 
		Slick requires width applied to the parent element, otherwise it expands beyond the container
		see: https://github.com/kenwheeler/slick/issues/2378;
	References: http://getbem.com/naming/;
 */
/**
* CONTENTS
*
* VARS
* Global................Globally-available variables and breakpoints.
*
* BREAKPOINT MIXINS
* Mixins................Useful mixins [colors, breakpoints, layouts].
* Arrows................content arrows, alternate to svg images
*
* UTILITY CLASSES
* Tools..................stand alone classes
*
* SOCIAL
* Social sites...........Facebook, Twitter, Linkedin, email
* Header and Footer.......Links for: Feedback and References
*
* RESETS
* Reset..................normalize margins and paddings
*
* CONTAINER
* Wrappers...............Wrapping and constraining elements.
*
* TOP HEADER
* Top....................Top header, contains pagination and utility elements
*
* COMPONENTS
* Pagination............slide counter
* Navigation arrows............navigational arrows.
* Buttons................rounded border buttons
*
* AD PLACEMENT
* Ads.....................sticky and right column ad
*
* INFINITE SCROLL
* 
* CONTENT MARKETING AD
* &.has-content-ad
*/
/*------------------------------------*\
  #RESETS
\*------------------------------------*/
html {
  box-sizing: border-box; }

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

#bodypadding {
  padding: 0; }

ul, ul li {
  list-style: none;
  padding: 0;
  margin: 0; }

cite {
  font-style: normal; }

figure, figcaption, p, button {
  padding: 0;
  margin: 0; }

body {
  margin: 0;
  padding: 0; }

.carousel a, [role="link"] {
  text-decoration: none;
  color: #007cb0; }
  .carousel a:hover, [role="link"]:hover {
    color: #005b81;
    cursor: pointer; }

h1, h2, h3, h4, h5, h6, em, blockquote {
  font-weight: normal;
  padding: 0;
  margin: 0; }

button {
  background-color: transparent;
  border: none; }
  button:focus {
    outline: 0; }
  button:hover {
    cursor: pointer; }

body.modal-layer-on {
  overflow: visible; }
  body.modal-layer-on .mscp-origin {
    position: relative; }
  body.modal-layer-on #adtagheader {
    z-index: 1;
    position: relative; }
  body.modal-layer-on .page-header {
    position: relative; }
  body.modal-layer-on #footercontents {
    display: none !important; }

body.no-scroll {
  overflow: hidden; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.no-scroll {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; } }

.layers-container {
  display: none;
  position: fixed;
  z-index: 6002000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  @media (min-width: 320px) and (max-width: 767px) {
    .layers-container {
      width: 100%; } }

.modal-layer {
  width: 758px;
  background: #fff;
  z-index: 6000500;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.7);
  display: none; }
  .modal-layer .email-error-message {
    display: none !important; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-layer {
      bottom: 0;
      left: 0;
      margin: 0;
      overflow-y: scroll;
      right: 0;
      top: 0;
      border-radius: 0;
      width: 100%;
      height: 90vh; } }
  .modal-layer#ss-imgzoom {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    align-items: flex-start;
    justify-content: center;
    background: none;
    position: relative; }
    .modal-layer#ss-imgzoom h6 {
      display: none; }
    .modal-layer#ss-imgzoom .modal-header {
      padding: 0;
      background: none;
      position: absolute;
      right: 0;
      top: -40px;
      z-index: 10; }
      @media (min-width: 320px) and (max-width: 767px) {
        .modal-layer#ss-imgzoom .modal-header {
          right: 4px;
          top: 3px; } }
    .modal-layer#ss-imgzoom .modal-content {
      padding: 0;
      display: flex;
      flex-direction: column; }
  .modal-layer__inter {
    flex-direction: column; }
    .has-interstitial .modal-layer__inter {
      display: flex; }
    .modal-layer__inter .crs-pagination--bottom .crs_nav_arrow--back {
      margin-right: 0; }
    .modal-layer__inter .crs-pagination--bottom .crs_nav_arrow--forward {
      margin-left: 5px; }
    .modal-layer__inter .inter-logo {
      width: 110px;
      margin: 10px auto 0; }
      .modal-layer__inter .inter-logo img {
        max-width: 100%; }
    .modal-layer__inter .inter-navigation {
      display: inherit;
      justify-content: center;
      margin: 5px 0 25px;
      padding: 0;
      border: none;
      min-height: 40px; }
      .modal-layer__inter .inter-navigation .inter-back {
        margin-right: 7px;
        padding-left: 10px;
        padding-right: 0; }
        .modal-layer__inter .inter-navigation .inter-back::before {
          color: #007cb0;
          display: inline-block;
          position: relative;
          font-family: "proxima_nova_ththin", arial, sans-serif;
          font-weight: 100;
          line-height: 0;
          content: '\2039';
          padding-right: 20px; }
        .modal-layer__inter .inter-navigation .inter-back::before {
          padding-right: 15px; }
      .modal-layer__inter .inter-navigation .inter-skip::after {
        color: #007cb0;
        display: inline-block;
        position: relative;
        font-family: "proxima_nova_ththin", arial, sans-serif;
        font-weight: 100;
        line-height: 0;
        content: '\203A';
        padding-left: 20px;
        line-height: 0; }
      .modal-layer__inter .inter-navigation .inter-skip::after {
        padding-left: 10px; }
    .modal-layer__inter .inter-slide.slick-slide {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      min-height: 250px;
      height: auto; }
    .modal-layer__inter .inter-spacer-img {
      width: 100%;
      height: 35vh; }
    .modal-layer__inter .AdUnit {
      background-position: 50% 255px; }
    .modal-layer__inter .fadein {
      opacity: 0;
      -webkit-animation: fade-in 1s;
      -webkit-animation-fill-mode: forwards;
      -moz-animation: fade-in 1s;
      -moz-animation-fill-mode: forwards;
      animation: fade-in 1s;
      animation-fill-mode: forwards; }

.modal-header {
  padding: 20px 25px;
  background: #2d2047;
  border-radius: 3px 3px 0 0; }
  .modal-header h6 {
    margin: 0;
    padding: 0;
    font-family: "proxima_nova_rgregular", arial, sans-serif;
    font-weight: normal;
    font-size: 1.375rem;
    color: #fff; }
    @media (min-width: 320px) and (max-width: 767px) {
      .modal-header h6 {
        font-family: "proxima_nova_rgregular", arial, sans-serif;
        font-size: 1.125rem; } }
  .modal-header p {
    margin: 0;
    padding: 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-header {
      padding: 20px;
      border-radius: 0; } }

.close-modal {
  height: 28px;
  width: 28px;
  background: url("//img.medscape.com/pi/global/icons/icon-close-x-white.svg") no-repeat;
  background-size: 22px auto;
  background-position: right top;
  font-size: 0.9em;
  cursor: pointer;
  float: right; }
  .close-modal span {
    text-indent: -9999px;
    display: block; }
  #ss-imgzoom .close-modal {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 54px;
    width: 54px;
    height: 54px;
    background: rgba(0, 0, 0, 0.45); }
    #ss-imgzoom .close-modal > span {
      position: relative;
      height: 24px;
      width: 24px;
      background: url("//img.medscape.com/pi/global/icons/icon-close-x-white.svg") no-repeat;
      background-size: 24px auto; }
    @media (min-width: 320px) and (max-width: 767px) {
      #ss-imgzoom .close-modal {
        height: 32px;
        width: 32px;
        border-radius: 32px; }
        #ss-imgzoom .close-modal > span {
          height: 15px;
          width: 15px;
          background-size: 15px auto; } }

.zoom-img {
  max-width: 100%;
  display: block;
  flex: 0 0 auto; }

.modal-content {
  padding: 30px 30px 20px 30px;
  font-size: 1rem;
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .modal-content {
      overflow: auto; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-content {
      padding: 20px 20px 15px 20px;
      -webkit-overflow-scrolling: touch;
      max-height: 100%; } }
  .modal-content .label {
    display: block; }
  .modal-content input[type="text"]:disabled {
    background: #fff; }
  .modal-content a, .modal-content a:link, .modal-content a:visited, .modal-content a:active {
    color: #007cb0; }
  .modal-content a:hover {
    color: #005b81;
    text-decoration: none; }
  .modal-content .legaltext {
    font-family: "proxima_nova_ltlight", arial, sans-serif;
    font-size: 0.8125rem;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px 20px 0; }
    .modal-content .legaltext.char-limit {
      margin: 0;
      padding: 0;
      font-size: 0.75rem;
      color: #858586; }
    .modal-content .legaltext b {
      padding: 0 0 2px 0;
      font-family: "proxima_nova_rgbold", arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      color: #2a2a2a; }
    @media (min-width: 320px) and (max-width: 767px) {
      .modal-content .legaltext {
        padding: 10px 0 0; } }

#ss-references .modal-content {
  font-family: "Roboto Condensed"; }
  #ss-references .modal-content h4 {
    display: none !important; }
  #ss-references .modal-content ol {
    margin: 0;
    padding: 0 0 20px 20px; }
    #ss-references .modal-content ol li {
      padding: 0 0 15px 0; }
      #ss-references .modal-content ol li a {
        word-break: break-word; }

#ss-contributor p {
  padding: 0 0 20px 0; }
  #ss-contributor p .disclosure {
    font-size: 0.8125rem; }

#ss-contributor strong {
  font-family: "proxima_nova_rgbold", arial, sans-serif;
  font-size: 1.125rem; }

#ss-contributor .disclosure {
  font-size: 0.75rem; }

#ss-email .modal-content {
  padding-top: 14px; }

.email-heading {
  font-size: 1.125rem;
  font-family: "proxima_nova_ltsemibold", arial, sans-serif;
  color: #2a2a2a;
  margin-top: 16px;
  position: relative; }

.email-text {
  font-family: "proxima_nova_ththin", arial, sans-serif;
  font-size: 0.9375rem; }

.email-from,
.topic,
.feedback-field,
.email-to {
  width: 17.625rem;
  height: 2.5rem;
  font-family: "proxima_nova_ltlight", arial, sans-serif;
  font-size: 0.9375rem;
  color: #2a2a2a;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  padding-left: 12px;
  margin-right: 7.75rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    .email-from,
    .topic,
    .feedback-field,
    .email-to {
      width: 100%;
      margin: 0; } }

.email-copy-me {
  display: inline; }
  @media (min-width: 320px) and (max-width: 767px) {
    .email-copy-me {
      display: block;
      margin-top: 0.625rem; } }

.email-checkbox[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  position: relative; }

.email-checkbox[type="checkbox"]:disabled {
  background: #d8d8d8; }

.email-checkbox:checked {
  background-color: #dbdbdb; }

@media (min-width: 320px) and (max-width: 767px) {
  .email-checkbox {
    display: inline-block; } }

.email-checkbox:checked::before {
  content: '\2713';
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #fff; }

@media (min-width: 320px) and (max-width: 767px) {
  #email-message,
  #feedback-message {
    width: 100%; } }

.email-body {
  width: 95%;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  font-family: "proxima_nova_ththin", arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #2a2a2a;
  padding: 12px 8px;
  -webkit-transition: height .5s;
  transition: height .5s; }
  @media (min-width: 320px) and (max-width: 767px) {
    .email-body {
      width: 100%;
      height: 6.25rem; } }
  .email-body:focus {
    height: 6.25rem;
    -webkit-transition: height .5s;
    transition: height .5s; }
    @media (min-width: 320px) and (max-width: 767px) {
      .email-body:focus {
        -webkit-transition: none;
        transition: none; } }

.modal-button-wrapper {
  position: relative;
  width: 100%; }

.modal-button {
  margin: 4rem auto 2rem;
  display: block;
  width: 7.875rem;
  height: 2.8125rem;
  border-radius: 5px;
  background-color: #007cb0;
  font-size: 1.25rem;
  color: #fff;
  border: 1px solid transparent; }
  .modal-button:hover {
    background: #005b81;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease; }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-button {
      margin: 0.75rem auto;
      width: 40%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .modal-button-wrapper {
      margin: 2rem 0 0 0; } }

.email-warning {
  color: #b11422;
  font-size: 1rem; }

.email-sent {
  display: none;
  margin: 1.75rem 2rem;
  font-size: 1rem;
  text-align: center; }

.feedback-header-text {
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  font-size: 1rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    .feedback-header-text {
      font-size: 0.9375rem; } }

.spinner-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  font-family: "proxima_nova_ltsemibold", arial, sans-serif;
  font-size: 1rem;
  display: none;
  z-index: 6001050; }

.spinner {
  width: 3rem;
  height: 3rem;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: spin 2s infinite ease-in-out;
  animation: spin 2s infinite ease-in-out; }

.loading-text {
  margin-left: -30%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: transparent;
    border-top-color: #d0021b; }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-color: transparent;
    border-right-color: #2e4154; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: transparent;
    border-bottom-color: chartreuse; }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    border-color: transparent;
    border-left-color: orange; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-color: transparent;
    border-top-color: #d0021b; } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border-color: transparent;
    border-top-color: #d0021b; }
  25% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    border-color: transparent;
    border-right-color: #2e4154; }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-color: transparent;
    border-bottom-color: chartreuse; }
  75% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    border-color: transparent;
    border-left-color: orange; }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-color: transparent;
    border-top-color: #d0021b; } }

.app-console {
  z-index: 2000;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
  min-height: 60px;
  background: rgba(4, 128, 169, 0.95);
  padding: 10px 15px 25px;
  color: #fff;
  -webkit-transition: width .5s;
  transition: width .5s;
  overflow-y: auto; }
  .app-console_title {
    margin-bottom: 55px; }
    .close .app-console_title {
      display: none !important; }
  .app-console_closebtn {
    position: absolute;
    right: 10px;
    top: 4px;
    font-weight: 600;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    font-family: "proxima_nova_rgbold", arial, sans-serif;
    border: 1px solid yellow;
    border-radius: 3px;
    background-color: rgba(255, 98, 1, 0.85);
    -webkit-transition: right .5s;
    transition: right .5s; }
    .app-console_closebtn::after {
      content: 'X';
      position: absolute;
      top: -0.4rem;
      left: .5rem; }
    .close .app-console_closebtn {
      right: 5px;
      -webkit-transition: right .5s;
      transition: right .5s; }
      .close .app-console_closebtn::after {
        content: '\2039';
        font-size: 5rem;
        top: -1.9rem; }
  .app-console.close {
    width: 60px;
    -webkit-transition: width .5s;
    transition: width .5s; }
    .app-console.close .statement {
      display: none !important; }
  .app-console .statement {
    font-family: "proxima_nova_ththin", arial, sans-serif;
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px dotted #fff;
    background-color: #1e7490;
    margin-bottom: 7px;
    padding: 5px; }
    .app-console .statement.error {
      color: #ffc107;
      background-color: #8b150e; }
    .app-console .statement .remove {
      order: 2;
      font-size: 1rem;
      font-weight: 600;
      background: red;
      color: #fff;
      width: 20px;
      height: 20px;
      border-radius: 4px;
      padding: 4px; }
      .app-console .statement .remove::after {
        content: 'X';
        position: relative;
        top: -3px; }

.whiteoutlayer {
  background-color: white;
  opacity: 0.85;
  -moz-opacity: 0.85;
  filter: alpha(opacity=85);
  width: 100%;
  position: fixed;
  z-index: 6001000;
  margin: 0 auto;
  min-height: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }
  .whiteoutlayer-image {
    background-color: rgba(0, 0, 0, 0.8); }

.inactive {
  display: none !important; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\2190'; }

[dir='rtl'] .slick-prev:before {
  content: '\2192'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\2192'; }

[dir='rtl'] .slick-next:before {
  content: '\2190'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

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

.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 button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

/*------------------------------------*\
  #UTILITY CLASSES
\*------------------------------------*/
@media screen and (max-width: 768px) {
  .desktop-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .desktop-tablet-only {
    display: none !important; } }

@media screen and (min-width: 1023px) {
  .tablet-only {
    display: none !important; } }

@media screen and (max-width: 1023px) {
  .tablet-phone-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .phone-only {
    display: none !important; } }

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

@media (min-width: 320px) and (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet {
    display: none !important; } }

@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important; } }

.social {
  width: 30px;
  height: 30px;
  font-size: 0;
  display: inline-block; }
  .social:hover {
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    cursor: pointer; }
  .social--facebook {
    background: url("//img.medscapestatic.com/pi/global/icons/icon-social-facebook.svg") no-repeat;
    background-size: 30px auto; }
  .social--twitter {
    background: url("//img.medscapestatic.com/pi/global/icons/icon-social-twitter.svg") no-repeat;
    background-size: 30px auto; }
  .social--linkedin {
    background: url("//img.medscapestatic.com/pi/global/icons/icon-social-linkedin.svg") no-repeat;
    background-size: 30px auto; }
  .social--gplus {
    display: none !important; }
    .de_de .social--gplus, .es_es .social--gplus, .fr_fr .social--gplus, .pt_pt .social--gplus {
      display: none !important; }
  .social--email {
    background: url("//img.medscapestatic.com/pi/global/icons/icon-email-blue.svg") no-repeat;
    background-size: 35px auto;
    background-position: 0 4px;
    width: 35px; }
  @media (min-width: 1024px) {
    .social {
      margin-left: 20px; }
      .social:first-child {
        margin-left: 0; } }

@media (min-width: 320px) and (max-width: 767px) {
  #adtagheader {
    display: none !important; } }

.hasStickyHeader #adtagheader {
  position: fixed;
  top: 0;
  margin-top: 0;
  z-index: 300;
  left: 0;
  right: 0;
  background: #fff; }

.mobile_adlabelleft {
  padding-top: 5px;
  left: 0;
  display: flex;
  justify-content: center;
  min-height: 65px;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  position: fixed;
  z-index: 100; }

br:nth-child(even) {
  display: none; }

/*
	instream ads
*/
.instream-ad {
  padding: 0;
  margin: 0;
  display: flex;
  height: 0;
  opacity: 0;
  justify-content: center; }
  .instream-ad.AdUnit {
    background-position: center 280px; }
  .instream-ad.ad-loaded {
    opacity: 100;
    height: initial;
    padding: 24px 0 24px;
    margin: 34px 0 40px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*------------------------------------*\
  #SOCIAL
\*------------------------------------*/
.crs-utils {
  font-size: 0.875rem;
  font-family: "proxima_nova_ltsemibold", arial, sans-serif;
  padding-bottom: 5px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .crs-utils {
      font-size: 0.875rem; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-utils {
      font-size: 0.875rem; } }
  .crs-utils__download {
    display: none; }
    .crs-utils__download a:hover {
      color: #fff; }
    .has-power-point .crs-utils__download {
      display: initial; }
    body[class*="ie"] .has-power-point .crs-utils__download {
      display: inherit; }
    .crs-utils__download:empty {
      display: none; }
  .crs-utils_button {
    color: #007cb0;
    font-family: "proxima_nova_ltsemibold", arial, sans-serif;
    font-size: inherit;
    border-radius: 3px;
    border: 1px solid #007cb0;
    padding: 3px 5px; }
    .crs-utils_button:hover {
      color: #fff;
      background: #005b81;
      border: 1px solid #005b81;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      -ms-transition: all 350ms ease;
      transition: all 350ms ease; }
  .crs-utils_share {
    position: inherit;
    width: 70px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .crs-utils_share {
        position: relative;
        left: -10px;
        display: flex;
        justify-content: flex-end; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .crs-utils_share {
        flex: 0 1 34%; } }
    @media (min-width: 1024px) {
      .crs-utils_share {
        flex: 0 1 auto;
        width: auto; } }
  .crs-utils_social_close {
    position: absolute;
    top: -25px;
    left: 33px;
    font-size: 0;
    width: 35px;
    height: 35px;
    background: url("//img.medscape.com/pi/global/icons/icon-close-x-blue.svg") no-repeat;
    background-size: 15px auto; }
    .crs-utils_social_close:hover {
      cursor: pointer; }
    @media (min-width: 1024px) {
      .crs-utils_social_close {
        display: none !important; } }
  .crs-utils_share_list {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .crs-utils .share.menu-link {
    cursor: pointer;
    display: block; }
    @media (min-width: 1024px) {
      .crs-utils .share.menu-link {
        display: none; } }
    .crs-utils .share.menu-link::after {
      content: '';
      width: 33px;
      height: 33px;
      position: absolute;
      top: -5px;
      right: 0;
      background: url("https://img.medscape.com/pi/global/icons/icon-share-blue.svg") no-repeat;
      background-size: 27px auto; }
      @media (min-width: 320px) and (max-width: 1023px) {
        .crs-utils .share.menu-link::after {
          width: 28px;
          height: 28px;
          background-size: 28px auto; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .crs-utils .share.menu-link::after {
          top: -4px;
          right: -40px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .crs-utils .share.menu-link::after {
          left: 42px; } }
      @media (min-width: 1024px) {
        .crs-utils .share.menu-link::after {
          display: none; } }
  @media (min-width: 1024px) {
    .crs-utils {
      padding: 12px 0 0; } }

.menu-item {
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(42, 42, 42, 0.18);
  -moz-box-shadow: 0px 0px 5px 2px rgba(42, 42, 42, 0.18);
  box-shadow: 0px 0px 5px 2px rgba(42, 42, 42, 0.18); }
  .menu-item--social {
    position: absolute;
    padding: 20px;
    width: 238px;
    top: 28px;
    left: 22px;
    z-index: 110;
    justify-content: space-between;
    display: none; }
    .active .menu-item--social {
      display: flex;
      -webkit-animation: fade-in 400ms;
      -webkit-animation-fill-mode: "none";
      -moz-animation: fade-in 400ms;
      -moz-animation-fill-mode: "none";
      animation: fade-in 400ms;
      animation-fill-mode: "none"; }
    .menu-item--social::before {
      content: '';
      display: block;
      position: absolute;
      width: 40px;
      height: 33px;
      background-color: inherit;
      top: -33px;
      left: 20px;
      border-radius: 4px 4px 0 0;
      -webkit-box-shadow: 0px -3px 5px 0px rgba(42, 42, 42, 0.18);
      -moz-box-shadow: 0px -3px 5px 0px rgba(42, 42, 42, 0.18);
      box-shadow: 0px -3px 5px 0px rgba(42, 42, 42, 0.18); }
      @media (min-width: 1024px) {
        .menu-item--social::before {
          display: none !important; } }
    .menu-item--social .crs-utils_share_list {
      width: 100%; }
    @media (min-width: 320px) and (max-width: 767px) {
      .menu-item--social {
        border-radius: 3px 0 3px 3px;
        left: initial;
        right: -40px;
        top: 25px; }
        .menu-item--social::before {
          left: initial;
          right: 0; }
        .menu-item--social .crs-utils_social_close {
          right: -8px;
          left: initial;
          top: -23px; } }
    @media (min-width: 1024px) {
      .menu-item--social {
        padding: 0;
        width: auto;
        top: 0;
        left: 0;
        display: block;
        position: static;
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; } }
  .menu-item_close {
    color: #007cb0;
    position: absolute;
    top: -40px;
    left: 25px;
    border-radius: 4px;
    padding: 9px 14px 10px;
    font-family: "proxima_nova_rgregular", arial, sans-serif; }
    .menu-item_close::after {
      content: '';
      display: block;
      position: absolute;
      width: 40px;
      height: 33px;
      border-radius: 4px 4px 0 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      -webkit-box-shadow: 0px -2px 5px 2px rgba(42, 42, 42, 0.18);
      -moz-box-shadow: 0px -2px 5px 2px rgba(42, 42, 42, 0.18);
      box-shadow: 0px -2px 5px 2px rgba(42, 42, 42, 0.18); }
    .menu-item_close::before {
      content: '';
      display: block;
      position: absolute;
      width: 40px;
      height: 33px;
      background-color: #fff;
      z-index: 2;
      top: 39px;
      left: 0;
      height: 20px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .menu-item_close {
        top: -23px;
        padding-top: 0;
        left: initial;
        right: 20px; }
        .menu-item_close::before {
          top: 23px;
          height: 10px; } }
    @media (min-width: 1024px) {
      .menu-item_close {
        display: none !important; } }

/*------------------------------------*\
  #APP CONTAINER
\*------------------------------------*/
.carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #333132;
  background-color: #fff;
  padding: 0 0 30px;
  /*------------------------------------*\
      Content Marketing ad + Read more
    \*------------------------------------*/ }
  .carousel strong {
    font-family: "proxima_nova_rgbold", arial, sans-serif; }
  .carousel .crs-slide_image {
    max-width: 100%;
    width: 100%;
    height: auto; }
    .carousel .crs-slide_image.lazy-load {
      min-height: 400px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .carousel .crs-slide_image.lazy-load {
          min-height: 326px; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .carousel .crs-slide_image.lazy-load {
          min-height: 230px; } }
  .carousel.has-content-ad {
    /* slide with content ad & Read more */ }
    .carousel.has-content-ad .crs-slide_image {
      max-width: 75%;
      margin: 0 auto; }
    @media only screen and (orientation: landscape) {
      .carousel.has-content-ad .crs-slide_image {
        max-width: 25%; } }
    .carousel.has-content-ad .crs-slide_figure_img {
      min-height: 100px; }
    .carousel.has-content-ad .slick-list {
      margin-bottom: 20px; }
    .carousel.has-content-ad .crs-slide--noimg, .carousel.has-content-ad .crs-slide--last, .carousel.has-content-ad .crs-slide--noimg {
      margin-top: 20px; }
    .carousel.has-content-ad .ad-parent {
      min-height: 375px; }
      .carousel.has-content-ad .ad-parent .crs-slide__headline {
        display: none; }
    .carousel.has-content-ad .ad-wrapper {
      min-height: 300px;
      margin-top: 20px; }
    .carousel.has-content-ad .read-more {
      display: none; }
    .carousel.has-content-ad .rdmore figcaption {
      position: relative; }
    .carousel.has-content-ad .rdmore .ad-wrapper {
      min-height: 100%;
      position: fixed;
      top: 20%;
      margin-top: initial;
      background: webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) -2.8%, rgba(255, 255, 255, 0.95) 5.3%, white 4%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -2.8%, rgba(255, 255, 255, 0.95) 5.3%, white 4%, white 100%);
      display: flex;
      align-items: center;
      flex-direction: column; }
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
      .carousel.has-content-ad .rdmore .ad-wrapper {
        top: 26%; } }
    @media only screen and (min-device-width: 411px) and (max-device-width: 731px) and (orientation: portrait) {
      .carousel.has-content-ad .rdmore .ad-wrapper {
        top: 26%; } }
    @media (max-height: 667px) {
      .carousel.has-content-ad .rdmore .ad-wrapper {
        top: 25%; } }
    @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
      .carousel.has-content-ad .rdmore .ad-wrapper {
        top: 25%; } }
    @media (max-height: 568px) {
      .carousel.has-content-ad .rdmore .ad-wrapper {
        top: 22%; } }
    @media only screen and (orientation: landscape) and (min-width: 568px) {
      .carousel.has-content-ad .rdmore .ad-wrapper {
        top: 15%; } }
    @media only screen and (orientation: landscape) and (min-width: 736px) {
      .carousel.has-content-ad .rdmore .ad-wrapper {
        top: 19%; } }
    .carousel.has-content-ad .rdmore .read-more {
      position: relative;
      top: -15px;
      padding: 0 7px;
      height: 40px;
      background-color: #0078bf;
      color: #fff;
      border-radius: 3px;
      font-weight: 100;
      font-family: helvetica, sans-serif;
      font-size: 13px;
      width: 114px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      box-sizing: content-box; }
    .carousel.has-content-ad .rdmore span.read-more::after {
      content: '\203A';
      position: relative;
      font-family: "proxima_nova_ththin", arial, sans-serif;
      font-size: 43px;
      transform: rotate(90deg); }
  .carousel .slick-slide {
    height: auto;
    outline: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .hasStickyHeader .carousel {
      padding-top: 40px; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .carousel {
      padding: 5px 0 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .carousel {
      padding-bottom: 50px; } }

/*------------------------------------*\
  #TOP HEADER CONTAINER
\*------------------------------------*/
.crs-top {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
  padding-bottom: 15px;
  top: 0; }
  .hasStickyHeader .crs-top {
    position: fixed;
    z-index: 300;
    top: 113px;
    max-width: 96%;
    width: 1240px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .hasStickyHeader .crs-top {
        top: 0;
        left: 0;
        padding: 0 0 0 20px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .hasStickyHeader .crs-top {
        padding-top: 5px;
        top: 110px; } }
    @media (min-width: 1024px) {
      .hasStickyHeader .crs-top {
        top: 113px; } }
  .infinitescroll .crs-top {
    max-width: 100%;
    padding: 0 20px; }
    .hasStickyHeader .infinitescroll .crs-top {
      padding: 0 20px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-top {
      padding-bottom: 0;
      margin-bottom: 0;
      align-items: center;
      border: none; }
      .crs-top .crs-top_slideshows_link {
        flex: 0 1 auto;
        align-self: center; }
        .crs-top .crs-top_slideshows_link a {
          font-size: 0.875rem; }
      .no-bread-crumb .crs-top {
        align-items: flex-end;
        justify-content: flex-end; } }
  .crs-top .crs-utils {
    display: flex;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .crs-top .crs-utils {
        max-width: 170px;
        flex: 0 0 43%; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .crs-top .crs-utils {
        margin: 10px 0;
        order: 3;
        flex: 0 1 auto;
        padding-right: 30px;
        display: none; }
        .first-slide .crs-top .crs-utils, .last-slide .crs-top .crs-utils {
          display: initial; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .crs-top .crs-utils {
        flex: 0 1 47%;
        max-width: 310px; } }
    @media (min-width: 1024px) {
      .crs-top .crs-utils {
        flex: 0 1 50%; } }
    .crs-top .crs-utils li {
      margin-left: 20px; }
      .crs-top .crs-utils li:first-child {
        margin-left: 0; }
  .crs-top .crs-pagination {
    flex: 0 1 auto;
    display: flex;
    justify-content: center; }
    @media (min-width: 320px) and (max-width: 767px) {
      .crs-top .crs-pagination {
        font-size: 1.25rem; }
        .crs-top .crs-pagination .crs_nav_arrow {
          display: none !important; }
        .first-slide .crs-top .crs-pagination, .last-slide .crs-top .crs-pagination {
          flex: 0 1 auto; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .crs-top .crs-pagination {
        top: 6px; } }
    @media (min-width: 1024px) {
      .crs-top .crs-pagination {
        top: 8px; } }
  .crs-top_slideshows_link a {
    font-size: .8rem;
    color: #1b88bf; }
    @media (min-width: 320px) and (max-width: 767px) {
      .crs-top_slideshows_link a {
        width: 105px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .hasStickyHeader .crs-top_slideshows_link {
    height: 0; }
    @media (min-width: 320px) and (max-width: 767px) {
      .hasStickyHeader .crs-top_slideshows_link {
        height: initial; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-top_slideshows_link {
      display: none; }
      .first-slide .crs-top_slideshows_link, .last-slide .crs-top_slideshows_link {
        display: initial; } }

.crs_contributors__title {
  font-size: 0.75rem;
  font-family: "Roboto Condensed";
  font-weight: 700;
  line-height: 1.188rem;
  margin-bottom: 5px; }

.crs-col--main {
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-col--main {
      flex: 1 0 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .crs-col--main {
      flex: 0 1 51%; } }
  @media (min-width: 1024px) {
    .crs-col--main {
      flex: 0 1 61%; } }
  @media (min-width: 1280px) {
    .crs-col--main {
      flex: 0 1 63.5%; } }

.crs-col_toast {
  position: absolute;
  z-index: 120;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  font-family: "Roboto Condensed";
  opacity: 0;
  /*.infinitescroll & {
			font-family: $proximanova;
			font-size: 0.8rem;
			letter-spacing: 0.25px;
			color: #fff;
			background: transparent;
			height: initial;
			align-items: center;
			flex-direction: column;

			&::after {
				position: absolute;
				top: 4px;
				height: auto;
				width: 50px;
				display: inherit;
				justify-content: flex-end;
				content: '\203A';
				font-family: $proximanova-thin;
				font-size: 3rem;
				line-height: 0;
				-webkit-transform: rotate(90deg);
				   -moz-transform: rotate(90deg);
					    transform: rotate(90deg);
			}

			&.last-toast {
				color: #fff;
				background-color: rgba(0,0,0,.7);
				height: 40px;
				padding-top: 14px;

				&::after {
					color: #fff;
					top: 30px;
					-webkit-transform: rotate(-90deg);
					-moz-transform: rotate(-90deg);
					transform: rotate(-90deg);
				}
			}
		}*/ }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-col_toast {
      width: 50%;
      top: 88px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .crs-col_toast {
      width: 35%;
      top: 122px; } }
  @media (min-width: 1024px) {
    .crs-col_toast {
      display: none !important; } }
  .last-slide .crs-col_toast {
    display: none !important; }

.crs-col--main_padding {
  padding: 0 10%; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .crs-col--main_padding {
      padding: 0; } }

.crs-col--side {
  flex: 0 1 304px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-col--side {
      display: none; } }

.crs-col--header {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
  align-items: flex-end;
  justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .crs-col--header {
      flex: 0 1 54%; } }
  @media (min-width: 1024px) {
    .crs-col--header {
      flex: 0 1 65%; } }
  @media (min-width: 1280px) {
    .crs-col--header {
      flex: 0 1 72%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-col--header {
      border: none;
      align-items: center;
      flex-wrap: nowrap;
      flex: 1 0 100%; }
      .first-slide .crs-col--header .crs-header, .last-slide .crs-col--header .crs-header {
        display: none; }
      .infinitescroll.no-bread-crumb .crs-col--header {
        flex: 0 1 25%; } }

.crs-header {
  flex: 1 0 100%; }
  .crs-header .infinitescroll-only.scroll {
    font-family: "proxima_nova_rgregular", arial, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    padding: 5px 0 8px; }
    .crs-header .infinitescroll-only.scroll .down-arrow {
      position: relative;
      display: block;
      margin: 0 auto;
      width: 1rem; }
      .crs-header .infinitescroll-only.scroll .down-arrow::after {
        content: '\203A';
        line-height: 0;
        font-family: "proxima_nova_ththin", arial, sans-serif;
        font-size: 3rem;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: block;
        position: absolute;
        left: 7px;
        top: 7px; }
  .crs-header__title {
    font-size: 1.9rem;
    font-family: "Roboto Condensed";
    margin: 0;
    padding: 10px 0; }
    @media (min-width: 320px) and (max-width: 767px) {
      .crs-top .crs-header__title {
        width: 235px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.125rem; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .crs-header__title {
        font-size: 1.5rem; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .crs-header__title {
        font-size: 1.125rem; } }
    @media (min-width: 1024px) {
      .hasStickyHeader .crs-header__title {
        padding: 10px 0 0; } }
  .crs-header__contributors {
    color: #858586;
    font-family: "proxima_nova_rgregular", arial, sans-serif;
    font-size: 0.8125rem;
    line-height: 0.9375rem; }
    .crs-header__contributors strong {
      font-family: "Roboto Condensed";
      font-weight: 700; }
    @media (min-width: 320px) and (max-width: 767px) {
      .hasStickyHeader .crs-header__contributors {
        height: auto;
        display: block; } }
    .infinitescroll .crs-header__contributors {
      padding: 10px 0 0;
      margin-bottom: 15px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .crs-header__contributors {
        padding-bottom: 10px; } }
    @media (min-width: 1280px) {
      .crs-header__contributors {
        width: 85%; } }
    @media (min-width: 1280px) {
      .crs-header__contributors {
        width: 70%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-header {
      flex: 0 1 70%;
      text-align: center;
      display: block; }
      .crs-slide .crs-header {
        padding-bottom: 10px;
        border-bottom: 1px dotted #dbdbdb;
        display: none; }
        .first-slide .crs-slide .crs-header {
          display: block; }
      .crs-header [data-track="contributor-info"] {
        display: inline-block; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .last-slide .crs-header {
      display: none; } }
  .crs-header.infinitescroll-only {
    text-align: left;
    display: none; }
    .crs-header.infinitescroll-only.crs-header {
      display: none; }
    .crs-header.infinitescroll-only .crs-slide_pagination {
      margin: 0 0 8px;
      font-family: "Roboto Condensed";
      font-size: 0.8125rem;
      line-height: 1;
      color: #767674; }
    .crs-header.infinitescroll-only .crs-slide__headline {
      margin: 0;
      font-family: "Roboto Condensed";
      font-size: 1.25rem;
      line-height: 1.375rem;
      color: #5a3e6e;
      display: none !important; }
      .crs-slide--last .crs-header.infinitescroll-only .crs-slide__headline, .crs-slide--noimg .crs-header.infinitescroll-only .crs-slide__headline {
        display: none; }
    .infinitescroll .crs-header.infinitescroll-only {
      display: block !important; }

.slide-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff; }

.resp-container.infinitescroll {
  max-width: 100%; }

.crs-slide {
  opacity: 0; }
  .crs-slide.slick-active {
    opacity: 1;
    -webkit-transition: opacity 2s;
    transition: opacity 2s; }
  .infinitescroll .crs-slide {
    opacity: 1;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    margin: 0 0 20px;
    padding: 0 20px;
    background: linear-gradient(to bottom, #ffffff, #f0f6fb);
    position: relative; }
    .infinitescroll .crs-slide:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-top-color: #f0f6fb;
      border-width: 12px;
      margin-left: -12px; }
    .infinitescroll .crs-slide .crs-header {
      display: none; }
    .infinitescroll .crs-slide:first-of-type .crs-header {
      display: initial; }
    .infinitescroll .crs-slide:last-of-type {
      padding-bottom: 20px;
      background: none; }
      .infinitescroll .crs-slide:last-of-type:after {
        border: none; }
  .crs-slide .crs-slide_figure_img {
    margin-right: 1px;
    position: relative; }
  .crs-slide_img-zoom {
    position: absolute;
    right: 10px;
    bottom: 24px;
    background: url("//img.medscapestatic.com/pi/global/icons/icon-zoom-overlay.svg") no-repeat;
    background-size: 32px auto;
    width: 32px;
    height: 32px;
    display: inline-block; }
    .crs-slide_img-zoom:hover {
      -webkit-opacity: 0.8;
      -moz-opacity: 0.8;
      opacity: 0.8;
      cursor: pointer; }
    @media (min-width: 320px) and (max-width: 767px) {
      .crs-slide_img-zoom {
        display: none; } }
  .crs-slide--last, .crs-slide--noimg {
    border-bottom: solid 1px #dbdbdb;
    padding-bottom: 30px;
    margin-bottom: 20px; }
    .crs-slide--last .last-slide-img-spacer, .crs-slide--noimg .last-slide-img-spacer {
      float: right;
      margin: 0 0 20px 20px;
      width: 140px;
      height: 93px;
      display: block;
      right: 0; }
      @media (min-width: 320px) and (max-width: 767px) {
        .crs-slide--last .last-slide-img-spacer, .crs-slide--noimg .last-slide-img-spacer {
          display: none !important; } }
    .crs-slide--last .crs-slide__copy, .crs-slide--noimg .crs-slide__copy {
      color: #767674;
      font-size: 1rem;
      line-height: 1.25rem; }
    .crs-slide--last .crs-slide_figure, .crs-slide--noimg .crs-slide_figure {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch;
      align-content: flex-start;
      padding-bottom: 20px;
      overflow: hidden; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .crs-slide--last .crs-slide_figure, .crs-slide--noimg .crs-slide_figure {
          flex-wrap: wrap; } }
    .crs-slide--last > .crs-slide_figure .crs-slide_image, .crs-slide--noimg > .crs-slide_figure .crs-slide_image {
      order: 2; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .crs-slide--last > .crs-slide_figure .crs-slide_image, .crs-slide--noimg > .crs-slide_figure .crs-slide_image {
          max-width: 140px;
          position: absolute;
          top: 0;
          right: 0; } }
      @media (min-width: 1024px) {
        .crs-slide--last > .crs-slide_figure .crs-slide_image, .crs-slide--noimg > .crs-slide_figure .crs-slide_image {
          max-width: 270px;
          height: 180px;
          flex: 0 0 38%; } }
      @media (min-width: 1280px) {
        .crs-slide--last > .crs-slide_figure .crs-slide_image, .crs-slide--noimg > .crs-slide_figure .crs-slide_image {
          max-width: 300px;
          height: 200px; } }
    .crs-slide--last > .crs-slide_figure .crs-slide__headline, .crs-slide--noimg > .crs-slide_figure .crs-slide__headline {
      margin-top: 0;
      font-family: "Roboto Condensed";
      font-size: 1.125rem; }
    .crs-slide--last > .crs-slide_figure .crs-slide__copy, .crs-slide--noimg > .crs-slide_figure .crs-slide__copy {
      padding-bottom: 0; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .crs-slide--last > .crs-slide_figure .crs-slide__copy, .crs-slide--noimg > .crs-slide_figure .crs-slide__copy {
          font-size: 1rem; } }
    .crs-slide--last .crs_related_heading, .crs-slide--noimg .crs_related_heading {
      flex: 1 0 100%;
      font-size: 1.5rem;
      line-height: 2.125rem;
      margin: 20px 0 30px;
      padding-bottom: 20px;
      border-bottom: 1px solid #dbdbdb; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .crs-slide--last .crs_related_heading, .crs-slide--noimg .crs_related_heading {
          border: none;
          font-size: 1.5rem;
          margin-bottom: 0; } }
      @media (min-width: 320px) and (max-width: 767px) {
        .crs-slide--last .crs_related_heading, .crs-slide--noimg .crs_related_heading {
          font-size: 1.25rem;
          line-height: 1.25rem;
          border: none;
          margin-bottom: 15px;
          padding: 0; } }
    @media (min-width: 1024px) {
      .crs-slide--last_caption {
        flex: 0 0 42%; } }
    @media (min-width: 1280px) {
      .crs-slide--last_caption {
        flex: 0 0 48%; } }
    .crs-slide--last_caption .crs-slide__copy {
      color: #666; }
    @media (min-width: 320px) and (max-width: 767px) {
      .crs-slide--last_caption {
        flex: 0 0 55%; }
      .crs-slide--last .crs-slide__headline, .crs-slide--noimg .crs-slide__headline {
        font-size: 1rem; } }
    .crs-slide--last .crs-slide_figure, .crs-slide--noimg .crs-slide_figure {
      font-family: "Roboto Condensed"; }
      @media (min-width: 320px) and (max-width: 767px) {
        .crs-slide--last .crs-slide_figure, .crs-slide--noimg .crs-slide_figure {
          display: flex;
          flex-wrap: wrap;
          padding: 0; }
          .crs-slide--last .crs-slide_figure .crs-slide_image, .crs-slide--noimg .crs-slide_figure .crs-slide_image {
            max-width: 100px;
            height: 64px;
            order: 2;
            flex: 0 1 0;
            margin-right: 1px; }
          .crs-slide--last .crs-slide_figure .crs-slide__headline, .crs-slide--noimg .crs-slide_figure .crs-slide__headline {
            margin: 0; } }
    .crs-slide--last .citation, .crs-slide--noimg .citation {
      font-family: "proxima_nova_rgregular", arial, sans-serif;
      font-size: .75rem;
      line-height: 1.25rem;
      color: #9e9e9e;
      display: block; }
  .crs-slide_credit {
    color: #a8a8a8;
    font-size: 12px;
    font-family: "Roboto Condensed";
    text-align: right;
    display: block; }
    .modal-layer .crs-slide_credit {
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      align-self: flex-start;
      padding: 10px 20px;
      max-width: calc(785px * 0.5);
      flex: 0 0 auto; }
      .modal-layer .crs-slide_credit:empty {
        display: none; }
  .crs-slide--noimg .crs-slide_image,
  .crs-slide--noimg .all_slides_link {
    display: none; }
  @media (min-width: 1024px) {
    .crs-slide--noimg .crs-slide--last_caption {
      flex: 0 0 100%; } }
  @media (min-width: 1280px) {
    .crs-slide--noimg .crs-slide--last_caption {
      flex: 0 0 100%; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-slide--noimg .crs-slide--last_caption {
      flex: 0 0 100%; } }
  @media (min-width: 1024px) {
    .crs-slide--noimg > .crs-slide_figure .crs-slide__headline {
      margin-bottom: 8px;
      font-size: 1.875rem;
      line-height: 2.375rem; } }
  .crs-slide--noimg > .crs-slide_figure .citation {
    margin: 10px 0;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    color: #767674; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .crs-slide--noimg .last-slide-img-spacer {
      display: none; } }

.related-slides {
  border-top: solid 4px #dbdbdb;
  padding: 0 0 20px; }
  @media (min-width: 320px) and (max-width: 767px) {
    .related-slides {
      padding-top: 30px;
      border: none; } }
  @media (min-width: 1024px) {
    .related-slides {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .related-slides .crs-slide_image {
    order: 2; }
    @media (min-width: 320px) and (max-width: 767px) {
      .related-slides .crs-slide_image {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .related-slides .crs-slide_image {
        width: 90px;
        height: 68px; } }
    @media (min-width: 1024px) {
      .related-slides .crs-slide_image {
        width: 100px;
        height: 76px; } }
    @media (min-width: 1280px) {
      .related-slides .crs-slide_image {
        width: 150px;
        height: 113px; } }
  .related-slides .crs-slide__headline {
    margin: 0;
    font-family: "Roboto Condensed";
    font-size: 1rem;
    line-height: 1.25rem; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .related-slides .crs-slide__headline {
        max-width: 90%; } }
    @media (min-width: 1024px) {
      .related-slides .crs-slide__headline {
        font-weight: 200; }
        .crs-slide--noimg .related-slides .crs-slide__headline {
          font-size: 1.25rem;
          line-height: 1.375rem; } }
    @media (min-width: 1280px) {
      .related-slides .crs-slide__headline {
        padding-right: 15px; } }
  .related-slides .crs-slide_figure {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 0;
    font-family: "Roboto Condensed";
    width: 100%; }
    .related-slides .crs-slide_figure a:first-child {
      display: flex;
      justify-content: space-between;
      width: inherit; }
    .related-slides .crs-slide_figure:last-of-type {
      border: none; }
    @media (min-width: 1024px) {
      .related-slides .crs-slide_figure {
        flex: 0 0 46%; }
        .related-slides .crs-slide_figure:nth-last-child(2) {
          border: none; } }
    @media (min-width: 1280px) {
      .related-slides .crs-slide_figure {
        flex: 0 0 47%; } }
  .related-slides .related-slides_caption {
    flex: 0 0 50%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .related-slides .related-slides_caption {
        flex: 0 0 75%; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .related-slides .related-slides_caption {
        flex: 1 0 100%; } }
    .crs-slide--noimg .related-slides .related-slides_caption {
      flex: 0 0 100%; }

.crs_related_heading {
  font-family: "proxima_nova_ltlight", arial, sans-serif;
  color: #333132;
  font-size: 1.5rem;
  margin: 10px 0; }

h3.crs_related_heading {
  text-transform: none; }

.all_slides_link {
  font-family: "proxima_nova_ltsemibold", arial, sans-serif;
  font-size: 1rem;
  display: block; }
  .all_slides_link::after {
    color: #007cb0;
    display: inline-block;
    position: relative;
    font-family: "proxima_nova_ththin", arial, sans-serif;
    font-weight: 100;
    line-height: 0;
    content: '\203A';
    padding-left: 20px;
    line-height: 0; }
  .all_slides_link::after {
    font-size: 2rem;
    padding-left: 5px;
    top: 3px; }

.crs-slide__headline {
  font-family: "proxima_nova_ltsemibold", arial, sans-serif;
  color: #333132;
  font-size: 1.5rem;
  margin: 20px 0 0; }

.crs-slide__copy {
  font-size: 1.25rem;
  font-family: "proxima_nova_ltlight", arial, sans-serif;
  line-height: 1.875rem;
  color: #333132;
  padding: 10px 0 30px 0;
  margin: 0; }
  .crs-slide__copy.has-content-ad {
    padding-bottom: 0; }
  .crs-slide__copy p {
    padding: 0 0 15px 0; }
  .crs-slide__copy ul, .crs-slide__copy ul li, ul .crs-slide__copy li, .crs-slide__copy ol {
    margin: 0 0 14px 36px;
    padding: 0 0 0 13px; }
    .crs-slide__copy ul li, ul .crs-slide__copy li li, .crs-slide__copy ol li {
      margin: 0;
      padding: 0 0 2px 0; }
  .crs-slide__copy ul li, ul .crs-slide__copy li li {
    list-style-type: disc; }
  .crs-slide__copy blockquote {
    margin: 20px 40px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .crs-slide__copy blockquote {
        margin: 20px; } }
  .crs-slide__copy sup {
    font-size: 0.875rem;
    line-height: 1;
    position: static;
    top: auto; }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-slide__copy {
      font-size: 1rem;
      line-height: 1.375rem; } }

/*------------------------------------*\
  #PAGINATION
\*------------------------------------*/
.crs-pagination {
  color: #767674;
  font-size: 2.25rem;
  font-family: "proxima_nova_ltlight", arial, sans-serif;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .crs-pagination {
      font-size: 1.6rem; } }
  .crs-pagination--bottom {
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 15px;
    padding-bottom: 40px;
    font-size: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    .last-slide .crs-pagination--bottom {
      display: none; }
  .infinitescroll .crs-pagination {
    display: none !important; }

.crs-pagination_current {
  color: #333132;
  font-family: "proxima_nova_ltsemibold", arial, sans-serif; }

.crs-pagination_separator {
  padding: 0 7px 0 9px; }
  .crs-pagination_separator::after {
    content: '/';
    font-weight: 300; }

.crs-pagination_total {
  color: inherit;
  font-weight: 300; }

/*------------------------------------*\
  #NAVIGATION ARROWS
\*------------------------------------*/
.crs-slide_arrows {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .has-content-ad .crs-slide_arrows {
    top: 50px; }
  .infinitescroll .crs-slide_arrows {
    display: none; }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs-slide_arrows {
      top: 100px;
      pointer-events: none; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .crs-slide_arrows {
      margin: 0 auto;
      top: 134px; } }
  @media (min-width: 1024px) {
    .crs-slide_arrows {
      top: 120px; } }
  @media (min-width: 1280px) {
    .crs-slide_arrows {
      top: 160px; } }
  .crs-slide_arrows .crs_nav_arrow {
    font-size: 10rem;
    z-index: 100;
    line-height: 0;
    height: 5rem;
    position: relative; }
    .last-slide .crs-slide_arrows .crs_nav_arrow--back {
      visibility: hidden; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .crs-slide_arrows .crs_nav_arrow {
        font-size: 3.5rem;
        width: 2.25rem;
        height: 2.25rem;
        line-height: 2.25rem; }
        .crs-slide_arrows .crs_nav_arrow::after, .crs-slide_arrows .crs_nav_arrow::before {
          color: #fff; }
        .crs-slide_arrows .crs_nav_arrow--forward::after {
          right: 8px; }
        .crs-slide_arrows .crs_nav_arrow--forward::before {
          content: '';
          position: absolute;
          top: -12px;
          display: block;
          width: 35px;
          height: 40px;
          background-color: rgba(0, 0, 0, 0.42);
          right: 0; }
        .crs-slide_arrows .crs_nav_arrow--back::after {
          content: '';
          position: absolute;
          top: -12px;
          display: block;
          width: 35px;
          height: 40px;
          background-color: rgba(0, 0, 0, 0.42);
          left: 0; }
        .crs-slide_arrows .crs_nav_arrow--back::before {
          z-index: 10;
          left: 9px; }
        .crs-slide_arrows .crs_nav_arrow--back::before, .crs-slide_arrows .crs_nav_arrow--forward::after {
          top: -14px; }
          body[class*="firefox"] .crs-slide_arrows .crs_nav_arrow--back::before, body[class*="firefox"] .crs-slide_arrows .crs_nav_arrow--forward::after {
            top: -6px; } }

.crs_nav_arrow {
  display: inline-block;
  font-family: "proxima_nova_rgregular", arial, sans-serif;
  font-weight: 100; }
  @media (min-width: 320px) and (max-width: 767px) {
    .crs_nav_arrow {
      pointer-events: fill; } }
  .crs_nav_arrow--back::before {
    color: #007cb0;
    display: inline-block;
    position: relative;
    font-family: "proxima_nova_ththin", arial, sans-serif;
    font-weight: 100;
    line-height: 0;
    content: '\2039';
    padding-right: 20px; }
  .crs_nav_arrow--back:hover::before {
    color: #005b81; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .crs_nav_arrow--back:hover::before {
        color: #fff; }
        .crs-pagination .crs_nav_arrow--back:hover::before {
          color: #007cb0; } }
  .first-slide .crs_nav_arrow--back {
    visibility: hidden; }
  .crs_nav_arrow--forward::after {
    color: #007cb0;
    display: inline-block;
    position: relative;
    font-family: "proxima_nova_ththin", arial, sans-serif;
    font-weight: 100;
    line-height: 0;
    content: '\203A';
    padding-left: 20px;
    line-height: 0; }
  .crs_nav_arrow--forward:hover::after {
    color: #005b81; }
    @media (min-width: 320px) and (max-width: 1023px) {
      .crs_nav_arrow--forward:hover::after {
        color: #fff; }
        .crs-pagination .crs_nav_arrow--forward:hover::after {
          color: #007cb0; } }
  .crs-pagination--bottom .crs_nav_arrow--forward {
    margin-left: 20px; }
  .last-slide .crs_nav_arrow--forward {
    display: none; }
  .crs-pagination--bottom .crs_nav_arrow {
    height: 40px; }
    .crs-pagination--bottom .crs_nav_arrow--back {
      padding: 5px 5px 8px;
      margin-right: 20px; }
      .crs-pagination--bottom .crs_nav_arrow--back::before {
        color: #007cb0;
        display: inline-block;
        position: relative;
        font-family: "proxima_nova_ththin", arial, sans-serif;
        font-weight: 100;
        line-height: 0;
        content: '\2039';
        padding-right: 20px; }
      .crs-pagination--bottom .crs_nav_arrow--back::before {
        padding: 0 10px; }
  .crs-top .crs-pagination .crs_nav_arrow {
    line-height: 0;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .crs-top .crs-pagination .crs_nav_arrow {
        font-size: 3rem; }
        .crs-top .crs-pagination .crs_nav_arrow::after, .crs-top .crs-pagination .crs_nav_arrow::before {
          top: .6rem; } }
    @media (min-width: 1024px) {
      .crs-top .crs-pagination .crs_nav_arrow--back {
        left: initial; }
      .crs-top .crs-pagination .crs_nav_arrow--forward {
        right: initial; }
      .crs-top .crs-pagination .crs_nav_arrow::before, .crs-top .crs-pagination .crs_nav_arrow::after {
        top: 1rem;
        font-size: 4.5rem; } }

/*------------------------------------*\
  # NAV BUTTONS
\*------------------------------------*/
.crs_nav--button {
  border-radius: 3px;
  padding: 5px 14px 8px 20px;
  font-size: 1rem;
  letter-spacing: .025rem;
  text-align: center;
  display: inline-table; }
  .crs_nav--button.bg-blue {
    background-color: #007cb0;
    color: #fff; }
    .crs_nav--button.bg-blue::after, .crs_nav--button.bg-blue::before {
      color: #fff !important; }
    .crs_nav--button.bg-blue:hover {
      color: #fff;
      background: #005b81;
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      -ms-transition: all 350ms ease;
      transition: all 350ms ease; }
  .crs_nav--button::after, .crs_nav--button::before, .crs_nav--button--start::after {
    font-size: 4rem;
    font-weight: 100;
    top: 10px; }
  .crs_nav--button--start {
    font-family: "proxima_nova_ltsemibold", arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.375rem;
    display: table;
    margin: 0 auto 30px; }
    .crs_nav--button--start::after {
      color: #007cb0;
      display: inline-block;
      position: relative;
      font-family: "proxima_nova_ththin", arial, sans-serif;
      font-weight: 100;
      line-height: 0;
      content: '\203A';
      padding-left: 20px;
      line-height: 0; }
    .crs-slide--last .crs_nav--button--start, .crs-slide--noimg .crs_nav--button--start {
      top: 35%;
      order: 1;
      margin: 20px auto 0;
      z-index: 101; }
      @media (min-width: 320px) and (max-width: 767px) {
        .crs-slide--last .crs_nav--button--start, .crs-slide--noimg .crs_nav--button--start {
          width: 100%;
          text-indent: -12px;
          font-size: 1rem;
          line-height: 1.25rem;
          order: 3;
          margin-top: 20px;
          padding-right: 0;
          padding-left: 15px; }
          .crs-slide--last .crs_nav--button--start::after, .crs-slide--noimg .crs_nav--button--start::after {
            color: #007cb0;
            display: inline-block;
            position: relative;
            font-family: "proxima_nova_ththin", arial, sans-serif;
            font-weight: 100;
            line-height: 0;
            content: '\203A';
            padding-left: 20px;
            line-height: 0; } }
      @media (min-width: 1024px) {
        .crs-slide--last .crs_nav--button--start, .crs-slide--noimg .crs_nav--button--start {
          order: 3; } }
    .crs-slide--noimg .crs_nav--button--start {
      margin: 24px 0 10px 0; }

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
.crs-footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .crs-footer_social {
    display: flex; }
  .crs-footer .social {
    margin: 0 20px 0 0; }
    .crs-footer .social--facebook, .crs-footer .social--twitter, .crs-footer .social--linkedin, .crs-footer .social--gplus {
      background-size: 30px auto; }
    .crs-footer .social span.hover {
      -webkit-transition: all 350ms ease;
      -moz-transition: all 350ms ease;
      -ms-transition: all 350ms ease;
      transition: all 350ms ease; }
  .crs-footer_references {
    font-family: "proxima_nova_rgregular", arial, sans-serif;
    font-size: 0.8125rem; }
    .crs-footer_references strong {
      font-family: "Roboto Condensed";
      font-weight: 700; }
  @media (min-width: 320px) and (max-width: 1023px) {
    .crs-footer {
      flex-wrap: wrap; }
      .crs-footer_social {
        flex: 1 0 100%;
        margin: 15px 0; }
      .crs-footer .crs-footer_references {
        margin-top: 8px; } }
  @media (min-width: 1024px) {
    .crs-footer {
      justify-content: flex-start;
      align-items: center; }
      .crs-footer_references {
        order: 3; }
      .crs-footer .crs-utils__feedback {
        order: 2;
        flex: 0 1 76px;
        margin-right: 20px;
        height: 24px;
        font-size: 0.875rem; } }
  .infinitescroll .crs-footer {
    padding: 0 20px; }

.back-to-top {
  position: fixed;
  bottom: 68px;
  right: 10px;
  width: 45px;
  height: 45px;
  background-color: rgba(105, 105, 105, 0.8);
  box-shadow: 1px 1px 2px 0 rgba(51, 48, 50, 0.61);
  color: #fff;
  font-family: "Roboto Condensed";
  border-radius: 45px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .back-to-top .up-arrow {
    display: block;
    height: 20px; }
    .back-to-top .up-arrow::after {
      content: '\203A';
      color: #fff;
      line-height: 0;
      font-family: "proxima_nova_ththin", arial, sans-serif;
      font-size: 3rem;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      display: block;
      position: absolute;
      left: 14px;
      top: 12px; }

.footer_legal-text {
  padding-bottom: 4rem; }

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