body{
    margin: 0;
    padding: 0;
    background: #eee;
    font-family: "Source Sans Pro",sans-serif;
    color: #6e6c6a;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    width: 100vw;
    overflow-x: hidden;
}

nav{
    position: fixed;
    width: 100vw;
    height: 50px;
    background-color: black;
    border-bottom: 2px solid #ea1c24;
    z-index: 100000;
    display: inline-flex;
    justify-content: center;
}
h1, h2, h3, h4, h5{
    font-family: Oswald,sans-serif;
    color: #3a3938;
}
h1{
    font-size: 42px;
}
h2{
    font-size: 22px;
    font-weight: 400;
}
* {
    outline: none;
    border: none;
}
footer{
    width: 100vw;
    background: black;
    border-top: 2px solid #ea1c24;
    height: auto;
    min-height: 75px;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.641);
    font-size: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}
nav > .mainContainer, 
footer > .mainContainer {
    margin: 0;
}
nav .mainContainerLeft{
    display: inline-flex;
    align-items:center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    height: 100%;
}
nav .mainContainerRight{
    width: 335;
    height: 100%;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
}
a{
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
}
select{
    border: 1pt solid rgba(0,0,0,.2);
    font-size: 14px;
}
.navAdmin{
    top: 50px;
    z-index: 100000;
}
.adminNav{
    height: 50px;
    width: 100vw;
    background-color: rgb(38, 38, 38);
    z-index: 1000;
    display: inline-flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    color: white !important;
    z-index: 100001;
}
.adminNav h2{
    color: rgb(164, 164, 164) !important;
    font-weight: 400;
    line-height: 0;
    margin-right: 30px;
    font-size: 18px;
}
.adminNavLogo{
    height: 20px;
    margin-right: 10px;
}
.adminNavItem{
    padding-top: 0px;
    margin-right: 30px;
    opacity: .8;
    position: relative;
    height: 100%;
    margin-top: 0px;
}
.adminNavItem:hover{
    opacity: 1;
    cursor: pointer;
}
.adminNavItem:hover > .adminNavItemList{
    opacity: 1;
    cursor: pointer;
    display: flex;
}
.hoverable:hover{
    cursor: pointer;
    opacity: .8;
}

.adminNavItemList{
    min-height: 20px;
    min-width: 140px;
    background-color: rgb(38, 38, 38);
    position: absolute;
    z-index: 1000111;
    top: 20px;
    left: -10px;
    padding: 15px 10px 10px 10px;
    display: none;
    flex-direction: column;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.adminNavItemList a{
    padding-top: 5px;
    padding-bottom: 5px;
}
.adminNavItemList a:last-child{
    padding-bottom: 0;
}
.adminArticleTable{
    min-height: 10px;
    background: white;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0px 2px 10px rgba(0,0,0,.08);
}
.adminArticleTableItem:nth-child(even){
    background: rgba(83, 46, 46, 0.03);
}
.adminArticleTableItem{
    width: 100%;
    height: 180px;
    border-bottom: 1px solid rgb(233, 233, 233);
    display: inline-flex;
    align-items: center;
}
.adminArticleTableItemLeft{
    width: 160px;
    height: 100%;
    border-right: 1px solid rgb(233, 233, 233);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}
.adminArticleTableItemLeft img{
    width: 100%;
    height: 100px;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 5px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.adminArticleTableItemRight{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    padding-left: 20px;
}
.adminArticleTableItemRightTitle{
    color: #337ab7;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.inlineBetween{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.leftHeader{
    align-self: flex-start;
    width: 100%;
    border-bottom: 2px solid #ea1c24;
    min-height: 70px;
}
.leftHeaderSmall{
    font-size: 32px;
    font-weight: 400;
    height: auto;
    width: calc(100%);
}
.leftHeaderSmall > div {
    word-wrap: break-word;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.leftHeaderBig{
    font-size: 42px;
    font-weight: 400;
    height: auto;
    width: 100%;
}
.navLinks{
    height: 100%;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    color: white;
    font-family: Oswald,sans-serif;
    font-size: 18px;
    position: relative;
}
.navLinks a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    user-select: none;
    position: relative;
}
.navLinks a:hover{
    opacity: 1;
    background: #ea1c24;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    color: white;
}
.navLinks a:active{
    text-shadow: 0px 2px 10px rgba(0,0,0,0.6);
}
.navDropper{
    height: 100%;
    position: relative;
    padding-top: 24px;
    padding-left: 20px;
}
.navDrop{
    position: absolute;
    left: 15px;
    top: 62px;
    width: 170px;
    height: 170px;
    overflow: hidden;
    background:black;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    visibility: collapse;
    transition: opacity .2s, transform .2s;
    opacity: 0;
    box-shadow: 0 0px 10px 0 rgba(0,0,0,.4);
}
.navDrop a{
    padding-left: 20px;
    text-align: left;
    height: 40px;
    justify-content: flex-start;
    text-transform: none;
    font-family: "Source Sans Pro",sans-serif;;
    font-size: 18px;
    font-weight: 500;
}
.navDropper:hover{
    cursor: pointer;
}
.navDropper:hover .navDrop{
    visibility: visible;
    opacity: 1;
}
.navItemDonate{
    background: #ea1c24;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    margin-right: 20px;
    font-size: 18px;
    transition: transform .2s ;
}
.navItemDonate[focused='true']{
    transform: translateX(-150px);
}
.playCircle{
    font-size: 100px;
    color: white;
    position: absolute;
    top: 24.33%;
    left: 40.33%;
}
.searchSlider{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22px;
    overflow: visible;
    position: relative;
    margin-right: -150px;
    transition: transform .2s;
}
.mainTable thead > tr > td{
    text-align: center;
    width: 6%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-weight: 600;
}
.mainTable tr{
    height: 100px;
}
.mainTable td{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 6%;
    min-height: 100px;
}
.mainTable > tbody > tr:nth-child(even){
    background: rgba(0,0,0,.03);
}
.pictureTableLeft{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}
.searchSlider > input{
    margin-left: 20px;
    background: rgba(255,255,255,.1);
    border: 2px solid rgba(255,255,255,.201);
    height: 30px;
    border-radius: 40px;
    width: 150px;
    z-index: -1;
    color: white;
    font-size: 16px;
    padding-left: 10px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .3s;
}
.searchSlider > input:focus{
    outline: none;
}
.searchSlider[focused ='true']{
    transform: translateX(-150px);
}
.searchSlider[focused ='true'] > input{
    transform: scaleX(1);
}
#searchButton:hover{
    cursor: pointer;
    opacity: .8;
}
.footerLeft{
    width: 25%;
    margin-bottom: 20px;
}
.footerRight{
    width: 75%;
    text-align: justify;
}
.footerSocial{
    width:100vw;
    background: black;
    text-align: center;
    height: 40px;
    font-size: 32px;
    color: white;
}
.footerSocial i{
    margin-right: 15px;
}
.footerSocial i:last-child{
    margin-right: 0;
}
.liFooter{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.redText{
    color: #ea1c24 !important;
}
.joinUsLink{
    color: #ea1c24 !important;
    text-decoration: underline;
}
.marginRightBig{
    margin-right: 20px;
}
.logo{
    background: #eee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    width: 190px;
    margin-top: 5px;
    margin-right: 30px;
}
.liNav{
    height: 40px;
    margin-top: 5px;
    margin-right: -15px;
}
.root{
    padding-top: 80px;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    min-height: calc(100vh - 300px)
}
.mainContainer{
    width: 1276px;
    margin: 0 auto;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}
.mainContainerLeft{
    width: 1020.8px; 
}
.mainContainerRight{
    width: 335px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.mainContainerLarge{
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mainContainerLarge > .card{
    width: calc(50% - 10px);
    height: 500px;
    margin-bottom: 20px;
}
.darkContainer{
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-bottom: 60px;
    overflow: hidden;
}
.lightContainer{
    border-radius: 10px;
    margin-right: 40px;
    padding-bottom: 20px;
    overflow: visible;
}
.lightContainer h1{
    margin-top: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
}
.mainArticlePhoto{
    margin-left: 0px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.articleAuthorBox{
    width: 100%;
    height: 100px;
    display: inline-flex;
    align-items: center;
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 22px;
    padding-left: 20px;
    flex-wrap: wrap;
}
.lightContainer .articleAuthorBox{
    padding-left: 0;
}
.lightContainer .articleBullets{
    margin-left: 0;
    padding-left: 35px;
}
.greyCard{
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.05);
}
.authorDark{

}
.darkContainer article p{
    color: #c4c2c2;
}
.lightContainer article p{
    color: #333;
    font-size: 19px;
    line-height: 23px;
    font-family: 'Source Sans Pro',sans-serif;
}


.lightContainer > article p:first-of-type::first-letter{
    font-size: 70px;
    line-height: 23px;
    color: #ed1c24;
    font-family: 'Source Sans Pro',sans-serif;
    font-style: italic;
    font-weight: 700;
}

.articleAuthorImage{
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    margin-right: 20px;
}
.articleAuthorInfo{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.articleAuthorName{
    font-size: 18px;
    margin-top: 20px;
    font-weight: 900;
}
.articleAuthorJob{
    font-size: 16px;
    font-weight: 900;
    opacity: .8;
}
.articleAuthorTwitter{
    
    line-height: 30px;
}
.articleAuthorTwitterDark{
    color: white;
}
.articleAuthorBox em{
    opacity: .6;
}
article ul{
    margin: 40px 0 50px 10px;
}
article li{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 30px;
    vertical-align: baseline;
    color: #626262;
    font-family: Oswald,sans-serif;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-right: 20px;
}
.darkContainer article p{
    padding-left: 50px;
    padding-right: 30px;
}
article p{
    font-size: 19px;
    line-height: 23px;
    font-family: 'Source Sans Pro',sans-serif;
}
.vidArticle a{
    color: #e91c24;
    font-weight: 600;
}
.vidCont > iframe{
    width:100% !important;
    height:683px !important;
}
.videoTop{
    width:100%;
    height:683px;
}
.videoArticle{
    width: 100%; 
    height: 500px;
    margin-bottom: 20px;
}
.cardTag{
    position: absolute;
    top: 0;
    left: 0;
    background: #ea1c24;
    color: white;
    padding: 3px 20px 5px 20px;
    z-index: 3;
    font-size: 20px;
    font-family: Oswald, sans-serif; 
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tag{
    background: #ea1c24;
    color: white;
    padding: 3px 20px 5px 20px;
    z-index: 3;
    font-size: 20px;
    font-family: Oswald, sans-serif; 
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100px;
}
.topTag{
    border-radius: 0;
}
.white{
    color: white;
}
.sider{
    width: 100%;
    height: 600px;
    background: rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
    overflow: hidden;
    position: relative;
}
.siderBlack{
    background: rgba(255,255,255,0.8);
}
.siderTop{
    width: 100%;
    height: 60px;
    border-bottom: 1pt solid rgba(255, 255, 255, 0.341);
    color: #ea1c24;
    font-size: 32px;
    font-family: Oswald, sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: white;
}
.siderBody{
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 22px;
    font-family: Oswald, sans-serif;
    color: rgba(0,0,0,0.7);
}
.siderInput{
    margin-top: 20px;
    width: calc(100% - 10px);
    height: 40px;
    border-radius: 3px;
    padding-left: 10px;
    font-size: 18px;
    border: none;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.05);
    transition: transform .1s;
}
.siderInput:focus{
    outline: none;
    transform: scale(1.04);
}
.siderButton{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #449523;
    color: white;
    font-family: Oswald, sans-serif;
    font-size: 36px;
    transition: transform .1s;
}
.siderButton:hover{
    cursor: pointer;
    transform: scale(1.04);
}
.siderButton:active{
    opacity: .8;
}
.siderButton:focus{
    outline: none;
}
.cardRowA{
    width: 970px;
    display: inline-flex;
    align-items: flex-start;
    height: 600px;
    margin-bottom: 20px;
}
.cardRowALeft{
    width: 640px;
    height: 100%;
}
.cardRowARight{
    width: 330px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: visible;
}
.cardRowB{
    width: 950px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 300px;
    margin-bottom: 20px;
}
.cardRowC{
    width: 950px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    min-height: 100px;
}
.cardRowCFull{
    width: 100%
}
.card{
    background-color: white;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 3px solid rgba(0,0,0,0.05);
    position: relative;
    transition: 
        box-shadow .2s, 
        border-bottom .2s,
        transform .1s;
}

.card:active{
    opacity: .9;
}

.cardContent{
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.2);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    word-wrap: break-word;
    position: absolute;
    bottom:0;
    width: 100%;
    height: auto;
    background: white;
}
.cardContent > h2{
    margin-bottom: 0px;
    width: 85%;
}
.cardContent > p{
    margin-top: 10px;
    padding-right: 40px;
}
.cardContent > .bottom{
    font-size: 14px;
    
}
.cardBackground{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 85%;
}
.cardAuthor{
    font-weight: 600;
    margin-right: 20px;
    font-size: 14px;
    width: 150px;
    overflow: visible;
}
.cardRowALeft > .card{
    width: calc(100% - 20px);
    height: 100%;
}
.cardRowARight > .card{
    width: calc(100% - 20px);
    height: 290px;
    border-bottom: 3px solid white;
}

.cardRowB > .card{
    width: calc(33.333% - 14px);
    height: 100%;
    border-bottom: 3px solid white;
}
.cardRowB div:first-child{
    width: calc(33.333% - 25px);
}
.cardRowB div:last-child{
    width: calc(33.333% - 7px);
}
.cardRowB div:nth-child(2){
    width: calc(33.333% - 7px);
}
.cardRowC > .card{
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
}
.tinyCardContainer{
    width: 970px;
}
.tinyCard{
    width: calc(25% - 20px);
    height: 240px;
    border-bottom-color: white;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 3px solid rgba(0,0,0,0.05);
    position: relative;
    transition: 
        box-shadow .2s, 
        border-bottom .2s,
        transform .1s;
}
.tinyCardImage{
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
}
.tinyCardBottom > a{
    width: calc(100% - 20px);
    font-family: 'Oswald', sans-serif;
    margin-left: 10px;
    margin-top: 10px;
}
.tinyCardBottom > span{
    margin: 10px;
}
.tinyCardBottom{
    font-size: 16px;
    position: absolute;
    bottom:0;
    left:0;
    background:white;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.reporterCard{
    background: white;
}
.reporterCardTop{
    height: 40px;
    margin-top: 20px;
    font-weight: 400;
    font-family: Oswald, sans-serif;
    font-size: 22px; 
    color: rgba(0,0,0,.555); 
    overflow: hidden;
}
.reporterCard p{
    height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.reporterCard > a{
    margin: 0 auto;
}
.reporterCard .cardBackground{
    width: 170px !important;
    height: auto;
    max-height: 200px;
    object-fit: cover;
    margin: 0 auto;
    padding: 0;
}
.pOverlay{
    width: 100%;
    height: 40px;
    background: red;
    transform: translateY(-35px);
    z-index: 4;
    background: linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, white 70%);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    
}
.reporterCardName{
    font-size: 24px; 
    font-weight: 600; 
    color: rgba(0,0,0,.7); 
}
.reporterCard{
    height: 300px;
}
.cardRowC > .reporterCard > .cardContent{
    width: calc(100% - 190px) !important;
    left: 170px !important;
    box-shadow: none !important;
}
.column{
    width: 100%;
    display: flex;
    flex-direction: column;

}
.resourceCard{
    width: 100%;
    background: rgba(248,248,248);
    box-shadow: 0 0px 6px 0 rgba(0,0,0,0.05);
    padding: 0;
    word-wrap: break-word;
    border-radius: 5px;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 20px;
}
.resourceCard > h2{
    background: white;
    width: calc(100% - 30px);
    padding-bottom: 10px;
    padding: 10px;
    padding-left: 20px;
    margin: 0;
}
.formCard > h2{
    border-bottom: 1pt solid #e8e8e8;
    background: white;
}
.resourceCard p{
    padding-left: 20px;
    padding-right: 20px;
}
.formCard{
    background: white;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.15);
}
.formCard > form{
    padding-left: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}
form label{
    font-size: 20px;
    font-weight: 600;
    opacity: .9;
    font-family: Oswald, sans-serif;
    margin-right:20px;
    width: 160px;
    text-align: right;
    margin-top : 10px;
}
.generalInput{
    height: 40px;
    padding-left: 0px;
    font-size: 18px;
    border: none;
    transition: border .2s, background .1s;
    border-bottom: 2px solid transparent;
    background: rgba(0,0,0,0.07);
    padding-left: 7px;
    border-radius: 0;
}
.generalInput:focus{
    outline: none;
    border-bottom: 2px solid #e91c24;
    color: #e91c24;
    background: rgb(247, 247, 247);
}
form input[type='text'], form textarea, input[type='password']{
    width: calc(100% - 220px);
    height: 40px;
    padding-left: 0px;
    font-size: 18px;
    border: none;
    transition: border .2s, background .1s;
    border-bottom: 2px solid transparent;
    margin-top : 10px;
    background: rgba(0,0,0,0.07);
    padding-left: 7px;
    border-radius: 0;
}
form textarea{
    border: 1px solid transparent;
    padding-top: 10px;
}
form textarea{
    height: 100px;
}
form input:focus, input[type='password']:focus{
    outline: none;
    border-bottom: 2px solid #e91c24;
    color: #e91c24;
    background: rgb(247, 247, 247);
}
form textarea:focus{
    border: 2px solid #e91c24;
    color: #e91c24;
    background: white;
}
form > .inlineLeft{
    margin-bottom: 20px;
    width: 100%;
}
.inlineLeft{
    display: inline-flex;
    align-items: center;
}
.inlineCenter{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.noBG{
    background:transparent;
}
.bottom{
    position: absolute;
    bottom: 0px;
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 20px;
    background: rgba(0,0,0,0.05);
    left: -20px;
    height: 40px;
    padding-top: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.cardRowARight > .card,
.cardRowB > .card{
    border-bottom: 3px solid rgba(0,0,0,0.05);
}
.cardRowARight > .card > .cardContent > .bottom, 
.cardRowB > .card > .cardContent > .bottom{
    bottom: -3px;
    z-index: 100;
    height:40px;
    flex-wrap: wrap;
    width: calc(100% - 70px);
    left: 0;
    padding-left: 20px;
    padding-right: 10px;
    
}
.cardRowARight > .card > .cardContent, 
.cardRowB > .card > .cardContent{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
    word-wrap: break-word;
    position: absolute;
    bottom:0;
    width: 100%;
    height: auto;
    background: white;
}
.cardRowARight > .card > .cardContent h2,
.cardRowB > .card > .cardContent h2{
    font-size: 20px;
    margin-top: 13px;
    
}
.cardRowARight > .card > a > .cardBackground,
.cardRowB > .card > a >.cardBackground{
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 80%;
}
.cardRowC > .card {
    border: none;
    box-sizing: border-box;
    z-index: 1;
}
.cardRowC > .card:hover{
    border-bottom :none;
}
.cardRowC > .card > .cardContent{
    width: 67%;
    left: 30.7%;
    top: 0;
    padding-left: 2.3%;
}
.cardRowC > .card > a >.cardBackground{
    width: 30.7%;
    height: 100%;
    z-index: 2;
}
.cardRowC > .card > .cardContent > .bottom{
    width: calc(100% - 19px);
    left: 0;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    justify-content: space-between;
}
.cardRowC > .card:hover > .cardContent > .bottom{
    border-bottom: 3px solid #ea1c24;
}
.card:hover{
    box-shadow: 0 4px 35px 0 rgba(0,0,0,0.25);
    border-bottom: 3px solid #ea1c24;
}
.card a{
    text-decoration: none;
}
.cardShareSmall{
    margin-left: auto;
    font-size: 20px;
    justify-content: flex-end;
}
.cardShareSmall > i{
    margin-left: 7px;
    opacity: 1;
}
.cardShareSmall > i:hover{
    cursor: pointer;
    opacity: .8;
}
a:hover{
    cursor: pointer;
    opacity: .8;
}
.button{
    background: black;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.15);
    transition: transform .1s, box-shadow .1s;
    outline: none;
}
.button:hover{
    box-shadow: 0 4px 22px 0 rgba(0,0,0,0.29);
    cursor: pointer;
    transform: scale(1.03);
}
.button:active{
    outline: none;
    opacity: .8;
}
.button:focus{
    outline: none;
}
.smallButton{
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px !important;
}
.redButton{
    background: #ea1c24;
    color: white;
    font-size: 18px;
    width: 100px;
}
.navHamburger{
    display: none;
    
    width: 40px;
    height: 40px;
}
.navHamburger:hover{
    cursor: pointer;
}
.navHamburger:active{
    opacity: .8;
}
.slideMenu{
    position: fixed;
    top: 52px;
    right: -300px;
    width: 300px;
    height: calc(100vh - 52px);
    background: black;
    transition: transform .3s cubic-bezier(0.23, 1, 0.320, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.slideMenu[visible="true"]{
    transform: translateX(-300px);
}
.slideMenu a{
    width: 100%;
    height: 70px;
    font-size: 28px;
    color: white;
    border-bottom: 1pt solid rgba(255,255,255,.1);
    padding-left: 20px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.navLinks .redText:hover{
    color: white !important;
}
nav > .mainContainer > .mainContainerRight{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.lightContainer article a{
    color: #e91c24;
    font-weight: 700 !important;
}
.largeQuote{
    float: right;
    padding: 10px 0 30px 30px;
    width: 325px;
    box-sizing: content-box;
    font-size: 26px;
    line-height: 38px;
    color: #1a1a1a;
    font-weight: 300;
    font-family: Oswald,sans-serif;
}
.largeQuoteTweet{
    background: white;
    height: 30px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    color: rgba(0,0,0,.7);
}
.largeQuoteTweet:hover{
    cursor: pointer;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.12);
}
.largeQuoteTweet:active{
    opacity: .7;
}
.shareButtonTop{
    min-width: 40px;
    height: 30px;
    font-size: 18px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    margin-right: 10px;
    box-shadow: 1px 1px 0px rgba(0,0,0,0.1);
    transition: box-shadow .2s, transform .1s;
}
.shareButtonTop:hover{
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.22);
}
.shareButtonTop:active{
    opacity: .7;
}
.shareButtonLabel{
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
}
.shareButtonBig{
    min-width: 150px;
    height: 45px;
    padding-top:3px;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.shareButtonBig:hover{
    transform: scale(1.03);
}
.articleShareBottom{
    flex-wrap: wrap;
}
.centerImage{
    width: 500px;
    margin: 0 auto;
}
.invertedText{
    color: white;
    background: #333;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
.uppercase{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.inlineBetween{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 20px;
    width: calc(100% - 20px);
}
.post_list ul{
    width: calc(100%);
    padding-left: 0;
}
.post_list > h2{
    border-bottom: 1pt solid #e91c24;
    line-height: 60px;
    font-size: 36px;
}
.post_list p {
    padding-left: 0;
}
.post_list  li{
    list-style:none;
    
    margin-left: 0;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 20px;
    background: white;
    border-radius: 4px;
    margin-bottom: 10px;
}
.post_list .author > a{
    color: red;
    margin-right: 20px;
    margin-bottom: 20px;
}
.post_list .shares_wrapper{
    display: none;
}
.genericTable{
    background: white;
    border-radius: 10px;
    width: calc(100% - 40px);
    border: none;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0,0,0,.08);
}
.genericTable th{
    min-height: 50px;
    min-width: 100px;
    font-weight: 400;
}
.genericTable tr:nth-child(odd){
    background: rgb(247, 247, 247);
}
.genericTable tr:first-child{
    background: black;
    color: white;
    border-top-left-radius: 10px;
}
.genericTableNoTop tr:first-child{
    background: white;
    color: #6e6c6a;
}
.genericTableNoTop tr:nth-child(odd){
    background: white;
}
.genericTable tr{
    height: 60px;
}
.genericTable td{
    text-align: center;
}
form textarea[name="videocode"]{
    width: 250px;
}
.tipTop{
    margin-left: 145px;
}
@media only screen and (max-width: 1276px) {
    #fbcomments{
        width: 100%;
    }

    .lightContainer{
        margin-right: 20px;
        margin-left: 20px;
        width: calc(100% - 40px) !important;
    }
    .tinyCardContainer{
        width: 100%;
    }

    .root{
        width: 100vw;
    }
    .nav{
        width: 100vw;
        padding: 0;
    }
    .marginRightBig{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .darkContainer{
        margin-right:0;
    }
    nav .mainContainerRight{
        
    }
    .mainContainer{
        width: 100%;
        display: flex;
        padding: 0;
        margin: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    nav > .mainContainer{
        margin: 0;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .mainContainerLeft{
        width: calc(100% - 40px);
        padding-left: 0;
    }
    nav > .mainContainer > .mainContainerLeft{
        width: calc(100% - 200px);
        justify-content: flex-start;
        padding-left: 0;
    }
    .liNav{
        display: none;
    }
    .sider{
        height: 550px;
        max-width: 420px;
        margin: 0 auto;
    }
    .mainContainerRight{
        width: calc(100% - 40px);
        padding-left: 0;
        margin-bottom: 20px;
    }
    nav > .mainContainer > .mainContainerRight{
        width: 200px;
        height: 100%;
        margin: 0;
        padding-left: 0;
        align-self: flex-end;
        float: right;
    }
    .cardRowA{
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    .cardRowB{
        width:100%;
    }
    .cardRowC{
        width:100%;
    }
    .cardRowALeft{
        width: 50%;
        justify-content: center;
    }
    .cardRowARight{
        width: 50%;
    }
    .cardRowARight .card{
        width: 100%;
    }
    .card{
        width: 100%;
        height: 300px;
    }
    nav .mainContainer{
        margin-left: 0;
        padding-left: 10px;
        width: calc(100% - 10px)
    }
    .mainContainerLarge{
        width: calc(100% - 40px);
        overflow: hidden;
    }
    .reporterCard p{
        max-height: 80px;
    }
    .reporterCard{
        height: 200px !important;
    }
    .pOverlay{
        transform: translateY(-55px);
    }
    .leftHeader{
        margin-left: 10px;
        width: calc(100% - 40px);
    }
    .leftHeaderBig{
        margin-left: 20px;
        width: calc(100% - 40px);
    }
    .lightContainer  .leftHeaderBig{
        margin-left: 0;
        width: 100%;
    }
    .adminNav > .mainContainer {
        align-items: flex-start !important;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 970px) {
    .inlineBetween{
        margin-left: 0px;
    }
    .brInlineSmall{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    form input[type='text'], form textarea{
        width: calc(100% - 30px);
    }
    form label{
        text-align: left;
    }
    .centerImage{
        width: 90%;
        margin: 0 auto;
    }
    .searchSlider{
        display: none;
    }
    nav > .mainContainer > .mainContainerLeft{
        width: calc(100% - 90px);
    }
    nav > .mainContainer > .mainContainerRight{
        width: 90px;
    }
    .navItemDonate{
        width: 40px;
        font-size: 16px;
    }
    .tipTop{
        margin-left: 20px;
    }
}

@media only screen and (max-width: 860px) {
    .leftHeaderBig{
        font-size: 32px;
    }
    .lightContainer{
        margin-bottom: 0;
    }
    .largeQuote{
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-top: 10px;
        border-bottom: 1pt solid #e91c24;
        border-top: 1pt solid #e91c24;
    }
    .logo{
        margin-left: -5px;
    }
    .videoTop{
        width:100%;
        height:400px;
    }
    .vidCont > iframe{
        width:100% !important;
        height:400px !important;
    }
    .videoArticle{
        height: 300px;
    }

    nav .mainContainer{
        margin-left: 0;
        padding-left: 0;
    }
    .navHamburger{
        font-size: 24px;
        color: white;
        margin-right: 3px;
    }
    .sider{
        height: 550px;
        
    }
    .siderBody{
        font-size: 18px;
    }
    .mainContainer{
        width: calc(100% - 10px);
        min-width: 300px;
        margin-left: 0px;
    }
    .mainContainerLeft{
        width: calc(100%);
        padding-left: 0;
    }
    nav > .mainContainer > .mainContainerLeft > .navLinks{
        display: none;
    }
    nav > .mainContainer > .mainContainerRight > .navLinks{
        display: none;
    }
    .mainContainerRight{
        width: calc(100% - 20px);
        padding-left: 0;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .cardRowA{
        flex-direction: column;
        height: auto;
        margin-bottom: 0;
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .cardRowALeft{
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }
    .cardRowALeft .cardContent{
        padding-bottom: 40px;
    }
    .cardRowA h2{
        font-size: 16px !important;
    }
    .cardRowA .cardContent, 
    .cardRowB .cardContent,
    .cardRowC .cardContent{
        min-height: 40px;
    }
    .cardRowB .cardBackground,
    .cardRowC .cardBackground{
        height: 100% !important;
    }
    .cardRowARight{
        width: 100%;
        height: 600px;
    }
    .cardRowALeft > .card{
        height: 400px !important;
    }
    .cardRowB{
        flex-direction: column;
        height: auto;
        margin-bottom: 0;
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .cardRowC h2{
        font-size: 16px !important;
    }
    .cardRowB h2{
        font-size: 16px !important;
    }
    .cardRowB > .card{
        width: 100% !important;
    }
    .card{
        margin-bottom: 20px;
        height: 300px !important;
        width: 100% !important;
    }
    .cardRowC{
        width:calc(100% - 20px);
        margin-left: 10px;
    }
    .hideTime{
        display: none;
    }
    .cardRowC > .card > .cardContent > .bottom{
        /* display: none; */
        padding-right: 40px;

    }
    .cardRowC > .card{
        position: relative;
    }
    .cardRowC > .card > .cardContent{
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 55px;
        word-wrap: break-word;
        position: absolute;
        top:auto;
        bottom:0;
        width: 100%;
        height: auto;
        background: white;
    }
    .cardRowC > .card > .cardContent > p{
        display: none;
    }
    .cardRowC > .card > a >.cardBackground{
        object-fit: cover;
        object-position: top;
        width: 100%;
        height: 80%;
    }
    .cardRowC > .card:hover {
        border-bottom: 3px solid #ea1c24;
    }
    .footerLeft, .footerRight{
        width: 95%;
        margin-bottom: 10px;
    }
    .liFooter{
        text-align: center;
    }
    .footerLeft{
        text-align: center;
    }
    .navHamburger{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
    }
    .slideMenu .redText:hover{
        color: white !important;
    }
    .mainContainerLarge > .card{
        width: calc(50% - 10px);
        height: 600px !important;
        margin-bottom: 20px;
    }
    .reporterCard p{
        display: flex !important;
        height: 60px !important;
    }
    .reporterCard{
        height: 200px !important;
    }
    .cardRowC > .reporterCard > a > .cardBackground{
        width: 140px !important;
    }
    .cardRowC > .reporterCard > .cardContent{
        left: 150px !important;
        padding-left: 5px;
        width: calc(100% - 140px) !important;
        height: 80%;
    }
    .reporterCard .cardContent{
        height: auto;
        min-height: 150px !important;
    }
    .reporterCard .cardContent p{
        height: 80px;
    }
    .reporterCard .pOverlay{
        transform: none;
    }
    .reporterCard .pOverlay div{
        margin-right: 20px;
    }
    .reporterCardTop{
        height: auto;
        padding-right: 20px;
        font-size: 16px;
    }
    .reporterCardName{
        font-size: 18px;
    }

    .tinyCard{
        width: 42%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .tinyCardImage{
        width: 100%;
    }
    .tinyCardBottom{
        width: 100%;
        font-size: 14px;
    }

}

@media only screen and (max-width: 660px) {
    .articleAuthorBox{
        min-height: 220px;
    }
    .articleAuthorInfo{
        margin-right: 20px;
    }
    article .cardShareSmall, .articleShareBottom{
        display: inherit !important;
    }
    .articleAuthorBox .cardShareSmall{
        height:70px;
        margin: 0 !important;
    }
}
.formSplit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .fancy_form {
    background: white;
  }
  .fancy_form h2{
    font-weight: 500;
    text-align: left;
    line-height: 36px;
    font-size: 20px;
    margin-top: -20px;
    margin-bottom: 30px;
    padding-left: 30px;
    margin-left: -40px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: calc(100% + 50px);
    color: black;
    border-bottom: 1pt solid #e8e8e8;
  }
  .fancy_form  .redText{
    font-family: Oswald;
  }
  .formElCont{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0, 0);
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    border: 1px solid rgba(0,0,0,.22);
  }
  .formElContHalf{
    width: calc(50% - 20px);
  }
  .formElCont:focus{
    background: black;
  }
  .formElCont label{
    text-align: left !important;
    font-size: 15px;
    font-weight:700;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    width: auto;
    margin-left: 20px;
    color: rgba(0,0,0,.9);
    position: absolute;
    top: 10;
    left: 20;
  }
  .formElCont input{
    height: 60px;
    padding-left: 0 !important;
    padding-top: 15px;
    border: none !important;
  }
  .formElCont input:focus{
      border: none !important;
  }
  .formElCont input[type="file"]{
    padding-top: 40px;
    height: 40px;
  }
  .formElCont textarea{
    padding-left: 0 !important;
    margin-top: 25px;
    border: none !important;
    resize: none;
  }
  .formElCont input, .formElCont textarea {
    margin-left: 20px;
    width: calc(100% - 50px) !important;
    background: transparent !important;
    
  }
  .formCard{
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    background: white;
    padding-right: 40px;
    padding-left: 20px;
    padding-bottom: 40px;
    border-radius:10px;
  }
  .fancy_form textarea:focus{
    border: none !important;
  }
  @media only screen and (max-width: 1300px) {
    .formCard{
      width: calc(100vw - 20px);
      padding: 0px 10px 20px 0px;
    }
    .formElCont{ 
      margin-left: -10px !important;
    }
    .formSplit{
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .formElContHalf{
      width: 100%;
    }
  }
