@import url("//hello.myfonts.net/count/34bb3a");

@font-face {
  font-family: 'FreightSansProSemibold-Regular';
  src: url('../fonts/custom_fonts/webfonts/34BB3A_0_0.eot');
  src: url('../fonts/custom_fonts/webfonts/34BB3A_0_0.eot?#iefix') format('embedded-opentype'),
       url('../fonts/custom_fonts/webfonts/34BB3A_0_0.woff2') format('woff2'),
       url('../fonts/custom_fonts/webfonts/34BB3A_0_0.woff') format('woff');
}


@font-face {
  font-family: 'FreightTextProBook-Regular';
  src: url('../fonts/custom_fonts/webfonts/34BB3A_1_0.eot');
  src: url('../fonts/custom_fonts/webfonts/34BB3A_1_0.eot?#iefix') format('embedded-opentype'),
       url('../fonts/custom_fonts/webfonts/34BB3A_1_0.woff2') format('woff2'),
       url('../fonts/custom_fonts/webfonts/34BB3A_1_0.woff') format('woff');
}


@font-face {
  font-family: 'FreightTextProBlack-Regular';
  src: url('../fonts/custom_fonts/webfonts/34BB3A_2_0.eot');
  src: url('../fonts/custom_fonts/webfonts/34BB3A_2_0.eot?#iefix') format('embedded-opentype'),
       url('../fonts/custom_fonts/webfonts/34BB3A_2_0.woff2') format('woff2'),
       url('../fonts/custom_fonts/webfonts/34BB3A_2_0.woff') format('woff');
}


@font-face {
  font-family: 'FreightSansProBook-Regular';
  src: url('../fonts/custom_fonts/webfonts/34BB3A_3_0.eot');
  src: url('../fonts/custom_fonts/webfonts/34BB3A_3_0.eot?#iefix') format('embedded-opentype'),
       url('../fonts/custom_fonts/webfonts/34BB3A_3_0.woff2') format('woff2'),
       url('../fonts/custom_fonts/webfonts/34BB3A_3_0.woff') format('woff');
}

.node--unpublished {
  background: #fff;
}

.node--unpublished .content-moderation-entity-moderation-form {
  background: #fff4f4;
}

.node--type-medical-article {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "FreightSansProBook-Regular";
	line-height: 1.6;
	letter-spacing: .3px;
  color: #292A2B;

  max-width: 700px;
  margin: 0 auto;
}

.node--type-medical-article h1,
.node--type-medical-article h2,
.node--type-medical-article h3,
.node--type-medical-article h4,
.node--type-medical-article h5,
.node--type-medical-article h6 {
	font-weight: normal;
	margin: 0 0 30px 0;
}

.node--type-medical-article h1 {
	font-family: "FreightTextProBlack-Regular";
	line-height: 1;
	margin: 0;
}

.node--type-medical-article h2 {
	line-height: 1.263;
	font-family: "FreightTextProBook-Regular";
}

.node--type-medical-article h3 {
	font-family: "FreightSansProSemibold-Regular";
	line-height: 1.333;
}

.node--type-medical-article h4 {
	font-family: "FreightSansProSemibold-Regular";
	line-height: 1.6;
}

.node--type-medical-article h5 {
	font-size: 10px;
	line-height: 1.2;
}

.node--type-medical-article p {
	margin: 0 0 30px 0;
	max-width: 700px;
}

.node--type-medical-article b,
.node--type-medical-article strong {
	font-weight: normal;
	font-family: "FreightSansProSemibold-Regular";
}

.node--type-medical-article i,
.node--type-medical-article em {
	font-style: normal;
}

.node--type-medical-article a {
	color: #3F70E4;
	border-bottom: 1px solid currentColor;
	text-decoration: none;
	-webkit-transition: border .3s;
	transition: border .3s;
}

.node--type-medical-article a:hover {
	border-color: transparent;
}

.node--type-medical-article ul,
.node--type-medical-article ol {
	margin: 0 0 30px 0;
	padding: 0;
}

.node--type-medical-article li {
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
}

.node--type-medical-article img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1279px) {
  .node--type-medical-article {
    font-size: 16px;
  }

  .node--type-medical-article h1 {
    font-size: 30px;
  }

  .node--type-medical-article h2 {
    font-size: 24px;
  }

  .node--type-medical-article h3 {
    font-size: 22px;
  }

  .node--type-medical-article h4 {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .node--type-medical-article {
    font-size: 20px;
  }

  .node--type-medical-article h1 {
    font-size: 100px;
    word-break: break-word;
  }

  .node--type-medical-article h2 {
    font-size: 38px;
  }

  .node--type-medical-article h3 {
    font-size: 24px;
  }

  .node--type-medical-article h4 {
    font-size: 20px;
  }
}