/*
layout paddings
*/
.astroid-component-section,
#artNewsBlog{
padding:0!important;
}
#artGeneral {
padding: 0 0 50px 0;
}
#artLandingAll {
padding: 0!important;
/*border-bottom: 20px solid;*/
}
.pageTitle {
margin-bottom: 35px;
text-align: center;
background-color: #121212;
padding: 45px 0.5rem;
}
.pageTitle .article {
display: inline-block;
}
@media screen and (min-width: 768px) {
.pageTitle .article {
    width: 90%;
}
}
@media screen and (min-width: 1024px) {
.pageTitle .article {
    width: 75%;
}
}
@media screen and (min-width: 1440px) {
.pageTitle .article {
    width: 50%;
}
}
/*----------------------------*/
.headerStyle3 .pageTitle {
margin-top: 35px;
}
#artForms .pageTitle {
margin-bottom:25px;
}
.pageTitle h1, .lpWaysToHelp .pageTitle h1 {
margin-bottom: 0;
line-height: 1.1;
color: #f5a302;
}
.pageTitle h1 span, .lpWaysToHelp .pageTitle h1 span{
font-size: 1rem;
display: block;
font-weight: 300;
color: #EC5E2F;
margin:0;
}
.containerFull .pageTitle h1 span {
color: #D6F54F;
}
#artGeneral .pageTitle h1 span {
display:none
}
@media (max-width: 767.99px) {
.containerFull .pageTitle {
margin: 20px 0 0 45px!important;
}
}
.piArticleIntroGeneral, .lpWaysToHelp .pageTitle .AltTitleEP1, .lpWaysToHelp .pageTitle .AltTitleEP2 {
margin-top: 15px;
color: #fff;
text-align: center;
}
.piArticleIntroGeneral p:last-child{
margin:0;
}
/*
Landing Page Code
*/
.containerFull {
background-color: #121212;
margin-bottom: 60px;
padding: 50px 0 75px;
}
.headerBanner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: 350px;
    width: 100%;
}
.containerFull .pageTitle {
margin: 0;
border: 0;
}

.ArticleIntro,
.ArticleMediaTop,
.ArticleContent,
.ArticleInfo,
.ArticleMediaBelow .mediaGallery,
.ArticleMediaBelow .mediaVideoVimeo,
.ArticleMediaBelow .mediaVideoYoutube
{
margin-bottom: 60px;
}
.piArticleIntro p:last-child,
.ArticleContent p:last-child,
.ArticleContent li:last-child,
.ArticleContent ul:last-child {
margin: 0;
}
/*
Media
*/
.mediaGallery a {
border-bottom:0!important;
}
.contentSeparator {
margin: 25px 0;
color: #C3A5D3;
opacity: 1;
border-top: 2px solid #C3A5D3;
}
/*
Downloads, Author, Footnote
*/
.articleInformationArea {
margin-top: -25px;
}
.mediaDownloads, .articleAuthor, .piFootNote {
border-top: 2px solid #eee;
padding-top: 25px;
margin-top: 25px;
}
.mediaDownloads ul {
margin: 0;
}
.articleAuthor span {
font-weight: 600;
}
.piFootNote {
font-size: 85%;
line-height: 1.3;
}
.piFootNote h4 {
font-size: 1.2rem;
}
.goBack {
margin-top: 25px;
}
/*
Widgets
*/
.tf-video {
aspect-ratio: 16/9;
width: 100%!important;
}
.tf-video-embed-wrapper .tf-video-embed-overlay .play-button {
width: 80px;
height: 80px;
background-color: #d11616;
}
/*
Quote
*/
.extrasQuote {
margin-bottom: 50px;
padding: 30px 0;
background-color: rgba(18, 40, 159, 1);
text-align: center;
}
.extrasQuote blockquote {
border: 0;
color: #fff;
margin: 0;
width: 70%;
display: inline-table;
padding: 0;
font-weight: 400;
}
.extrasQuote blockquote span {
font-size: 55%;
color: #ec5e2f;
display: block;
font-weight: 600;
}
.extrasQuote i.fa-quote-left, .extrasQuote i.fa-quote-right {
color: #ff561a;
font-size: 3rem;
display: block;
}
@media (max-width: 767.99px) {
.extrasQuote blockquote {
border: 0;
color: #fff;
margin: 0;
width: 100%;
display: inline-table;
padding: 0 25px;
}
.extrasQuote blockquote span {
width: 100%;
display: block;
}
}
/*
animal-cutout
*/
.endFooterAnimals {
border-bottom: 50px solid #000;
}
/*
Call to action
*/
.extrasCTA {
margin: 0;
}
.extrasCTA h3 {
font-size: 2.6rem;
font-weight: 600;
color: #fff;
}
.extrasCTA p {
font-size: 1.6rem;
font-weight: 500;
color: #fff;
line-height: 1.1;
}
/*
Back to Top
*/
#astroid-backtotop {
padding: 10px!important;
border: 0 solid #000 !important;
border-radius: 5px !important;
}
#astroid-backtotop i {
color: #000!important;
}