/*********************************** SURCHARGE RTE *************************************/
p { margin: 1rem 0; }
small {font-size: 0.85em;}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
.cke_contents_ltr kbd,.kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}


kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.4rem;
    border-left: 4px solid #e3e3e3;
    color: #a3a3a3;
    font-style: italic;
}
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote .small::before, blockquote footer::before, blockquote small::before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse .small::before, .blockquote-reverse footer::before, 
.blockquote-reverse small::before, blockquote.pull-right .small::before, 
blockquote.pull-right footer::before, blockquote.pull-right small::before {
    content: '';
}
.blockquote-reverse .small::after, .blockquote-reverse footer::after, 
.blockquote-reverse small::after, blockquote.pull-right .small::after, 
blockquote.pull-right footer::after, blockquote.pull-right small::after {
    content: '\00A0 \2014';
}
.blockquote-reverse footer, blockquote.pull-right footer {
    text-align: right;
    float: right;
}

blockquote .small, blockquote footer, blockquote small {
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
    height: auto;
    background: none;
    width: auto;
    padding: 0;
    margin: 0;
    display: flex;
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.lead {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.4;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.internal-link, .external-link {
    padding: 0;
    border: 0;
    background: 0;
    text-decoration: underline;
    color: #5a5e6b;
    cursor: pointer;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}
.btn--primary.internal-link, .btn--primary.external-link {
	padding: 0 2.5rem;
    border: 2px solid #5a5e6b;
    border-radius: 2.5rem;
	text-decoration: none;
}


.external-link::after {
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    text-decoration: inherit;
    content: "\f360";
    font-size: 85%;
    font-weight: 700;
    padding-left: 5px;
    color: #5a5e6b;
    text-decoration: none;
}

.btn-outline-primary {
    color: #008D9E;
    background-color: transparent;
    background-image: none;
    border-color: #008D9E;
}
.youtube_player {
	background: #000;
}

.load-more {
	color: #000;
	font-weight: bold;
}

.h2-highlight {
	background: #5a5e6b;
	padding: 0.5rem;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Lato, Arial, sans-serif;
}


