/*--------------------------------------------------------------
   Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  line-height: 1.6;
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	 margin-top: 2.3rem;
	 margin-bottom: 1.2rem;
}
p, ul, ol, pre, table, blockquote,
.opinion-single .entry-media {
	margin-top: 0;
	margin-bottom: 2.3rem
}
blockquote,
.wp-block-quote.is-large{
	padding: 1rem 2rem;
	line-height: 1.8;
}
@media (min-width: 570px){
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	 margin-top: 2.3rem;
	 margin-bottom: 1.2rem;
}
p, ul, ol, pre, table, blockquote,
.opinion-single .entry-media {
	margin-bottom: 2.3rem
}
blockquote,
.wp-block-quote.is-large{
	padding: 4rem 5rem;
}
}
@media (min-width: 970px){
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	 margin-top: 1.6rem;
	 margin-bottom: 1.2rem;
}
p, ul, ol, pre, table, blockquote,
.opinion-single .entry-media,
.wp-block-quote.is-large {
	margin-bottom: 1.6rem
}
}

@media (min-width: 1100px){
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	 margin-top: 4.2rem;
	 margin-bottom: 1.6rem;
}
p, ul, ol, pre, table, blockquote,
.opinion-single .entry-media,
.wp-block-quote.is-large {
	margin-bottom: 4.2rem;
}
}


h1,
.h1 {
  line-height: 1.3;
}
h2,
.h2 {
  line-height: 1.31;
}
h3,
.h3 {
  line-height: 1.3;
}
h4,
.h4 {
  line-height: 1.35;
}
h5,
.h5 {
  line-height: 1.35;
}
h6,
.h6 {
  line-height: 1.3;
}

.display{
	line-height: 1.25;
}

blockquote p:last-child{
	margin-bottom: 0;
}

.entry-summary{
	line-height: 1.8;
	margin-top: 0;
}


ul,ol{
	margin:0;
	list-style: none;
	padding:0;
}
ul.bullets{
	list-style: inside;
}
ol{
	list-style-type: decimal;
	list-style-position: outside;
}
.entry-content ul li,
.comment-content ul li{
	list-style: outside;
}
.entry-content ul,
.entry-content ol,
.entry-content dl,
.comment-list .comment-content ul,
.comment-list .comment-content ol{
	margin-bottom: 5rem;
	padding:0 0 0 3rem;
}
.entry-content ul:not('.wp-block-gallery') li,
.entry-content ol li,
.comment-list .comment-content ul li,
.comment-list .comment-content ol li{
	margin-bottom: 1rem;
	&:last-child{
		margin-bottom:0;
	}
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.comment-list .comment-content ul ul,
.comment-list .comment-content ul ol,
.comment-list .comment-content ol ul,
.comment-list .comment-content ol ol{
	padding-left: 2.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.entry-title,
.section-title{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

pre{
    padding: 30px 40px;
    font-size: 1.6rem;
}

strong{
	font-weight: 700;
}

hr{
	margin: 20px 0;
	border-color: #333;
}
a:hover,a:focus,a:active{
	text-decoration: none;
	outline: none;
}

table{
    table-layout: fixed;
    width: 100%;
}
thead{	
    font-weight: 600;
}
thead th{
	padding:0 5px;
}
td{
	padding:10px 20px;
}
tbody tr{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
table a{
	font-weight: normal;
}
/* Typography -- Helpers */

.type--fade{
	opacity: .5;
}
.type--uppercase{ 
	text-transform: uppercase; 
}
.type--bold{
	font-weight: bold;
}
.type--italic{
	font-style: italic;
}
.type--underline{
	text-decoration: underline;
}
.text-center{
	text-align: center;
}

code{
	word-wrap: break-word;
}

