@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
 html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Heebo', sans-serif;
	overflow-x: hidden;
	color: black;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: black;
	font-family: 'Heebo', sans-serif;
	background: #f0f1f4;
}
h1,
h2,
h3,
h4 {
	/*font-family: 'Work Sans', sans-serif;*/
	/*font-family: "Palatino Linotype","Book Antiqua",Palatino,serif !important;*/
	font-family: 'Heebo', serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: black
}
p,
td {
	/*font-family: 'Work Sans', sans-serif;*/
}
ul {
	padding-inline-start: 0px !important;
}
a {
	text-decoration: none !important;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	background: #888;
}
::-webkit-scrollbar-thumb:hover {
	background: #555;
}
.mainWrapper100 {
	width: 100%;
}
.mainWrapper90 {
	width: 60%;
	margin: auto;
}
.marginTop5 {
	margin-top: 5px;
}
.marginTop10 {
	margin-top: 10px;
}
.marginTop20 {
	margin-top: 10px;
}
.marginTop30 {
	margin-top: 30px;
}
.marginTop40 {
	margin-top: 40px;
}
.marginTop50 {
	margin-top: 50px;
}
.marginBottom10 {
	margin-bottom: 10px;
}
.marginBottom20 {
	margin-bottom: 10px;
}
.marginBottom30 {
	margin-bottom: 30px;
}
.marginBottom40 {
	margin-bottom: 40px;
}
.marginBottom50 {
	margin-bottom: 50px;
}
.padding50 {
	padding: 50px;
}
.noPaddingRight {
	padding-right: 0px
}
.noPaddingLeft {
	padding-left: 0px
}
.minPaddingLeft {
	padding-left: 6px;
}
.card {
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
}
.categoryNameLink:hover {
	border-bottom: 2px solid #4268d4;
}
.displayInlineBlock {
	display: inline-block;
}
.threeColumnPostWrapper {
	background: white;
}
.dateContainerResources {
	padding-left: 20px;
	padding-top: 20px;
}
.contentHolderTop {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
}
.contentHolderTop .buttonHolder {
	display: block;
	position: absolute;
	bottom: 20px;
}
.contentHolderTop a {
	padding: 10px 20px;
	background: #4268d4;
	color: white;
}
.descriptionHolder {} .topHeaderBar {
	background: #af0001;
	width: 100%;
	padding: 5px;
}
.socialIcons {
	margin-left: 20px;
}
.socialIcons i {
	color: #ffffff;
}
.overflow {
	overflow: hidden;
}
.logo {
	display: inline-block;
}
.logo img {
	height: 100px;
}
.searchForm {
	margin-right: 30px;
}
.searchForm input {
	border-radius: 5px;
	height: 35px;
	border: 1px solid #e5e5e5;
	width: 200px;
	text-indent: 15px;
}
.searchForm button {
	border-radius: 5px;
	height: 35px;
	border: 1px solid #e5e5e5;
	width: 50px;
}
.menuWrapper {
	background: black;
	width: 100%;
}
.topMainContainerWrapper {
	margin-top: 50px;
	height: 506px;
	z-index: 0
}
.firstMainContainer img {
	width: 100%;
	height: 506px;
	object-fit: cover
}
.firstMainContainer .contentHolder {
	position: absolute;
	top: 65%;
	padding: 30px;
	color: white;
}
.firstMainContainer .contentHolder h1 {
	color: white;
	font-size: 20px;
	margin-top: 20px;
}
.firstMainContainer .categoryHolder {
	padding: 10px 20px;
	background: #af0001;
	color: white;
}
.firstMainContainer .authorContainer p {
	font-size: 16px;
	margin-top: 12px;
}
.firstMainContainer .firstContainerState {
	color: #4268d4;
	font-size: 16px;
	display: inline-block;
}
.firstMainContainer .firstContainerDate {
	color: #af0001;
	font-size: 16px;
	display: inline-block;
}
.secondMainContainer img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.secondMainContainer .contentHolder {
	position: absolute;
	top: 30%;
	padding: 30px;
	color: white;
}
.secondMainContainer .contentHolder h1 {
	color: white;
	font-size: 20px;
	margin-top: 15px;
}
.secondMainContainer .categoryHolder {
	padding: 10px 20px;
	background: #af0001;
	color: white;
}
.secondMainContainer .authorContainer p {
	font-size: 16px;
	margin-top: 10px;
}
.secondMainContainer .firstContainerState {
	color: #4268d4;
	font-size: 16px;
	display: inline-block;
}
.secondMainContainer .firstContainerDate {
	color: #af0001;
	font-size: 16px;
	display: inline-block;
}
.mainPageCategoryHeading {
	font-size: 40px;
	color: #af0001;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.mainPageCategorySubHeading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	width: auto;
	padding-top: 10px;
}
.mainPageCategorySubHeading a {
	color: #585757;
	text-decoration: none;
}
.threeColumnPostWrapper {
	/*border:2px solid #e5e5e5;*/
	height: 450px;
	position: relative;
}
.threeColumnPostWrapper img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.threeColumnPostWrapper h1 {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 22px;
}
.contentHolderBottom {
	position: absolute;
	bottom: 10px;
	padding-left: 20px;
}
.contentHolderBottom .buttonHolder {
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}
.contentHolderBottom a {
	padding: 10px 20px;
	background: #4268d4;
	color: white;
}
.firstContainerState,
.firstContainerDate {
	display: inline-block;
	font-weight: bold;
}
.firstContainerDate {
	color: #af0001;
	font-weight: bold;
}
.authorContainer p {
	font-weight: bold;
}
.displayBlock {
	display: block;
}
.viewAllButton {
	padding: 10px 20px;
	background: #848383;
	color: white;
}
.viewAllButton:hover {
	background: #af0001;
	text-decoration: none;
	color: white;
}
.eventsHolder {
	border: 1px solid #e5e5e5;
	/*padding: 10px;*/
	/*box-shadow: 1px 1px 5px 3px #e5e5e5;*/
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
	width: 100%;
}
.eventsHolder div {
	display: inline-block;
}
.leftBox {
	width: 25%;
	color: white;
	background: #4268d4;
	height: 100%;
	min-height: 170px;
}
.monthYear {
	display: block;
	margin: auto;
	width: 100%;
	margin-top: -30px;
}
.monthYear strong {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
	font-size: 19px;
	margin-bottom: 10px;
}
.rightBox {
	width: 73%;
}
.leftBox p {
	font-weight: bold;
	font-size: 75px;
	text-align: center;
	color: white;
}
.rightBox h1 {
	font-size: 28px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}
.rightBox p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 17px;
	padding-left: 10px;
}
.footer {
	width: 100%;
	background: #27262c;
	padding-top: 30px;
	padding-bottom: 10px;
}
.aboveFooter h1 {
	color: white;
	font-size: 30px;
	padding: 30px 0px 30px 0px;
}
.aboveFooterDiv {
	margin-top: 35px;
	float: right;
}
.aboveFooterButton {
	color: #af0001;
	border: 2px solid #af0001;
	padding: 10px 15px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.aboveFooterButton:hover {
	color: #ffffff;
	background: #af0001;
	text-decoration: none;
}
.callout-separator {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.callout-separator:before,
.callout-separator:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 1px;
	background: #54525e;
}
.callout-separator span {
	display: inline-block;
	vertical-align: middle;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	background: #54525e;
	text-align: center;
	line-height: 43px;
	font-size: 12px;
}
.callout-separator:before,
.callout-separator:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 1px;
	background: #54525e;
}
.callout-separator {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.footer {
	padding-bottom: 40px;
}
.footer h1 {
	color: white;
}
.footerBorderBottom {
	border-bottom: 2px solid #af0001;
	width: 55px;
	margin-top: 20px;
}
.footer p {
	color: #9c9b9f;
}
.footerContentHolder {
	margin-top: 50px;
}
.newsletterInput {
	width: 80%;
	border: 1px solid #ffffff;
	height: 35px;
	display: inline-block;
	text-indent: 15px;
}
.newsletterButton {
	background: #af0001;
	height: 35px;
	display: inline-block;
	text-align: center;
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
}
.footerNavLinks {
	list-style: none;
}
.contactUsFooter a {
	color: white !important;
}
.footerNavLinks a {
	color: #9c9b9f;
	font-size: 16px;
}
.innerHeading {
	color: #b92021;
	font-size: 26px;
	font-weight: bold;
}
.innerDate {
	color: #000;
	font-weight: bold;
}
.innerExcerpt {
	font-weight: bold;
}
.innerImage {
	width: 100%;
	height: 500px;
	object-fit: cover;
	margin-top: 20px;
	margin-bottom: 20px;
}
.innerContent p:first-child:first-letter {
	color: #af0001;
	float: left;
	font-family: Georgia;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}
.innerTags spaN:first-child {
	color: #af0001;
	font-size: 14px;
	font-weight: bold;
}
.categoryName {
	color: #b92021;
	font-size: 56px;
	font-weight: bold;
}
.categoryPostName {
	color: #b92021;
	font-size: 30px;
	font-weight: bold;
}
.categoryImage {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.categoryPostDate {
	font-size: 20px;
	margin-top: 20px;
	font-weight: bold;
}
.categoryAuthor {
	color: #b92021;
	font-size: 20px;
	margin-top: 10px;
	font-weight: bold;
}
.categoryShortDescription {
	font-size: 18px;
	margin-top: 10px;
	font-weight: bold;
}
.appealBox {
	border: 2px solid black;
	padding: 25px 40px;
	text-align: center;
	width: 50%;
	margin: auto;
}
.appealBox p {
	font-size: 30px;
	font-weight: bold
}
.sideBar {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}
.sideBar h1 {
	color: #af0001;
	font-size: 26px;
	font-weight: bold;
}
.sideBar img {
	width: 100%;
	height: 70px;
	object-fit: cover;
}
.postHeadingSidebar {
	font-size: 14px;
	color: #af0001;
}
.eventsImage {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.eventsContentHolderMain {
	position: relative;
	height: 450px;
}
.eventsContentHolder {
	padding: 15px;
}
.eventsContentHolder h1 {
	font-size: 18px;
}
.bottomHolder {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.eventsContentHolderMain .buttonHolder {
	padding: 10px 20px;
	background: #4268d4;
	width: 150px;
	text-align: center;
	margin-top: 10px;
}
.eventsContentHolderMain .buttonHolder a {
	text-decoration: none;
	color: white;
}
.displayInlineHolder .displayInlineHolderContent {
	display: inline-block;
	width: 32.5%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.displayInlineHolder i {
	color: #2a52c4;
}
.innerImageEvent {
	width: 100%;
	height: 500px;
	object-fit: cover;
	margin-bottom: 20px;
}
.eventDetail {
	background: #f3f1f1;
	padding: 10px;
}
.eventDetail h3 {
	color: #bc2d2e;
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.eventDetailContent {
	font-size: 18px;
	color: #7b7879;
	margin-top: 10px;
}
.eventDetailContent i {
	color: #2a52c4;
	margin-right: 10px;
	width: 20px;
}
/* apply a natural box layout model to all elements */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mobileNavMenu {
	display: none;
}
.lpncstmhps{
	height: 500px;
}
/*.jgxhcztyre{
	background: red;
    height: 500px;
    width: 100%;
    -moz-box-shadow: inset 0 -200px -200px -200px #000000;
    -webkit-box-shadow: inset 0 -200px -200px -200px #000000;
    box-shadow: inset 0 -200px 200px -200px #000000;
}
.jgxhcztyre: hover img{
	-moz-box-shadow: inset 0 -500px -500px -500px #000000;
    -webkit-box-shadow: inset 0 -500px -500px -500px #000000;
    box-shadow: inset 0 -500px -500px -500px #000000;
}*/
.featured-post .item:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.95)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.95) 100%);
}

.post-style-4 .ts-overlay-style {
    margin-bottom: 4px;
}
.ts-overlay-style {
    position: relative;
}
.featured-post .item {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.height-310 {
    min-height: 305px !important;
}
.post-style-3 .post-cat {
    
}

.post-cat {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 10px;
    line-height: 21px;
    height: 19px;
    top: 0px;
    letter-spacing: .55px;
    margin-bottom: 20px;
}
.ts-orange-bg {
    background: #ff6e0d;
}
.post-cat {
    background: #af0001;
}
.ts-overlay-style .overlay-post-content {
    position: absolute;
    bottom: 0;
}
.ts-overlay-style .overlay-post-content .post-content {
    padding: 24px 24px 18px;
}
.post-content {
    z-index: 1;
    position: relative;
}
.ts-overlay-style .overlay-post-content .post-title.md {
    margin-bottom: 10px;
}
.ts-overlay-style .overlay-post-content .post-title {
    margin-bottom: 5px;
}
.post-title.md {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.post-title {
    font-size: 15px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 5px;
}
.post-style-3 .post-title.large {
    margin-bottom: 15px;
    font-weight: 500;
}
.post-title.large {
    font-size: 30px;
}
.post-meta-info {
    margin-bottom: 10px;
    padding-left: 0;
}

.ts-overlay-style .overlay-post-content .post-meta-info li {
    color: #fff;
}
.post-meta-info li.author {
    padding-left: 0px;
}
.post-meta-info li {
    font-size: 13px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.ts-overlay-style .overlay-post-content .post-title a {
    color: #fff;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.post-title a {
    color: #222222;
}

.aqebowfvam{
	height: 500px;
}
.cantsmucpv{
	height: 191px;
}
.paddingRight{
	padding-right: 2px;
	padding-left: 0px;
}
.paddingLeft{
	padding-left: 2px;
	padding-right: 0px;
}
.paddingRight2{
	padding-right: 2px;
}
.paddingLeft2{
	padding-left: 2px;
}
.noPadLeftRight{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.whdqjbfhii{
	margin-top: 50px;
}
.ts-overlay-style .overlay-post-content .post-date-info {
    color: #d2d2d2;
}
.post-date-info {
    font-size: 12px;
    display: block;
    position: relative;
    color: #8a8a8a;
}


.ts-grid-box {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
}

.rrecxpciko .ts-grid-box .post-cat {
    position: absolute;
    margin-left: 0px;
    top: 0;
}
.rrecxpciko .post-cat {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 10px;
    margin-left: 40px;
    line-height: 21px;
    height: 19px;
    top: -3px;
    letter-spacing: .55px;
}
.rrecxpciko .ts-pink-bg {
    background: #ff5575;
}
.rrecxpciko .ts-title:before {
    position: absolute;
    left: 0px;
    top: 23px;
    width: 3px;
    height: 30px;
    content: '';
    background: #d72924;
}
.rrecxpciko .ts-grid-box .ts-post-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    min-height: 10px;
}
.rrecxpciko .ts-post-thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 150px;
    object-fit: cover;
}
.rrecxpciko .item:hover .ts-post-thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.rrecxpciko .post-content {
    z-index: 1;
    position: relative;
}
.rrecxpciko .post-title {
    font-size: 15px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 5px;
}
.rrecxpciko .post-title a {
    color: #222222;
}
.rrecxpciko .post-date-info {
    font-size: 12px;
    display: block;
    position: relative;
    color: #8a8a8a;
}

.onlkmyhhai{
	margin-top: 30px;
}

.ujkggawuxg{

}
.ujkggawuxg .breadcrumb {
    background: #fff !important;
    webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
    padding: 0;
    border-radius: 0;
}
.ujkggawuxg .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.ujkggawuxg .breadcrumb li {
    display: inline-block;
    padding: 7px 34px 7px 17px;
    color: #d72924;
    position: relative;
}
.ujkggawuxg .breadcrumb li:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: url(angle.png) no-repeat center center/contain;
    width: 20px;
    height: 100%;
}
.ujkggawuxg .breadcrumb li a {
    font-size: 13px;
    color: #5c5c5c;
}
.ujkggawuxg .breadcrumb li a i {
    margin-right: 8px;
}
.ujkggawuxg .post-title.lg {
    font-size: 36px;
    margin-bottom: 17px;
}
.ujkggawuxg .single-post.content-wrapper, .comments-form.ts-grid-box {
    padding: 30px 80px 40px;
}
.ujkggawuxg .ts-grid-box {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 8%);
}

.ujkggawuxg .post-meta-info li {
    font-size: 13px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.ujkggawuxg .single-post ul li {
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    list-style: inside;
}
.ujkggawuxg .single-post .post-media {
    margin: 0 -80px;
}
.ujkggawuxg .post-featured-image img {
    width: 100%;
    max-height: 550px;
}

.ujkggawuxg .single-post .text-bg {
    background: #f7f7f7;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    padding: 9px;
    margin-bottom: 30px;
}
.ujkggawuxg .single-post p {
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 25px;
}

.itfvxpltfy .post-tab-list .post-content.media {
    border-bottom: 1px solid #ededed;
    margin-bottom: 16px;
    padding-bottom: 15px;
}
.itfvxpltfy img.sidebar-img {
    width: 100%;
    height: 100px;
}
.itfvxpltfy .post-title {
    font-size: 15px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}
.itfvxpltfy .post-tab-list .post-content.media .post-title {
    margin-bottom: 0;
}
.itfvxpltfy .post-title a {
    color: #222222;
}
.itfvxpltfy .media-body {
    -ms-flex: 1;
    flex: 1;
}
.vwszlukncq .ts-post-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.vwszlukncq .post-cat {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 10px;
    margin-left: 40px;
    line-height: 21px;
    height: 19px;
    top: -3px;
    letter-spacing: .55px;
}
.vwszlukncq .ts-post-thumb .post-cat {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 30px;
}
.vwszlukncq .ts-post-thumb img {
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.vwszlukncq .post-title {
    font-size: 15px;
    font-weight: 500;
    color: #232323;
    margin-bottom: 5px;
}
.vwszlukncq .post-title.md {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.vwszlukncq  .post-title a {
    color: #222222;
}
.vwszlukncq .post-meta-info {
    margin-bottom: 10px;
    padding-left: 0;
}
.vwszlukncq .post-meta-info li {
    font-size: 13px;
    display: inline-block;
    position: relative;
    margin-right: 15px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
.vwszlukncq .post-meta-info li {
    margin-right: 18px;
    color: #232323;
    font-weight: 500;
}
.lnnuednfxh .comment-reply-title {
    line-height: 32px;
    margin-bottom: 20px;
}
.lnnuednfxh.ts-grid-box {
    padding: 40px 80px 50px;
}
.lnnuednfxh .ts-form .form-group .form-control {
    height: 45px;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}
.lnnuednfxh .ts-form .form-group .form-control {
    height: 52px;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
}
.lnnuednfxh .ts-form .form-group .form-control.msg-box {
    height: 185px;
    resize: none;
}
.lnnuednfxh .comments-form .comment-form-cookies-consent {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1900px) {
	.mainWrapper90 {
	    width: 60%;
	}
}
@media only screen and (max-width: 1600px) {
	.mainWrapper90 {
	    width: 70%;
	}
}
@media only screen and (max-width: 1200px) {
	.threeColumnPostWrapper {
		/* border: 2px solid #e5e5e5; */
		height: 550px;
		position: relative;
	}
	.aboveFooterButton {
		color: #af0001;
		border: 2px solid #af0001;
		padding: 5px 10px;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		width: 160px;
		text-decoration: none;
		margin-top: 30px;
	}
	.newsletterInput {
		width: 70%;
		border: 1px solid #ffffff;
		height: 35px;
		display: inline-block;
		text-indent: 15px;
	}
	.mainWrapper90 {
	    width: 80%;
	}
}
@media only screen and (max-width: 992px) {
	.noPaddingLeft{
		padding-left: 15px;
	}
	.ujkggawuxg .single-post.content-wrapper, .comments-form.ts-grid-box {
    	padding: 15px;
	}
    .categoryName {
        color: #b92021;
        font-size: 40px;
        font-weight: bold;
        text-align: center;
    }
	.newsletterInput {
		width: 30%;
		border: 1px solid #ffffff;
		height: 35px;
		display: inline-block;
		text-indent: 15px;
	}
	.innerImage {
		height: auto;
	}
	.sideBar img {
		width: 100%;
		height: auto;
		object-fit: fill;
	}
	.postHeadingSidebar {
		font-size: 14px;
		color: #af0001;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.appealBox {
		border: 2px solid black;
		padding: 25px 40px;
		text-align: center;
		width: 100%;
		margin: auto;
	}
	.newsletterInput {
		width: 30%;
		border: 1px solid #ffffff;
		height: 35px;
		display: inline-block;
		text-indent: 15px;
	}
	.footerContentWrapper {
		margin-bottom: 20px;
	}
	.aboveFooterDiv {
		float: none;
		margin: auto;
		margin-bottom: 10px;
	}
	.aboveFooter h1 {
		text-align: center;
	}
	.aboveFooterButton {
		color: #af0001;
		border: 2px solid #af0001;
		padding: 5px 10px;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		width: 160px;
		text-decoration: none;
	}
	.noPaddingRight {
		padding-right: 15px;
	}
	.minPaddingLeft {
		padding-left: 15px;
		margin-top: 6px;
	}
	.threeColumnPostWrapper {
		height: auto !important;
		position: relative;
	}
	.top-level-menu > li {
		position: relative;
		display: inline-block;
		padding: 10px;
		width: auto;
		background: #000;
	}
	.topMainContainerWrapper {
		margin-top: 10px;
		height: auto;
		z-index: 0;
	}
	.firstMainContainer img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.secondMainContainer img {
		width: 100%;
		height: auto;
	}
	.contentHolder {
		top: 50% !important;
	}
	.threeColumnPostWrapper {
		border: 2px solid #e5e5e5;
		height: auto;
		position: relative;
		margin-bottom: 10px;
	}
	.contentHolderBottom {
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
		bottom: auto;
		padding-left: 20px;
	}
	.contentHolderTop .buttonHolder {
		display: block;
		position: relative;
		bottom: auto;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.eventsHolder {
		border: 1px solid #e5e5e5;
		padding: 10px;
		box-shadow: 1px 1px 5px 3px #e5e5e5;
		width: 100%;
		margin-bottom: 10px;
	}
	.mainWrapper90 {
	    width: 90%;
	}
}
@media only screen and (max-width: 768px) {
	.mobileNavMenu {
		display: block;
	}
	.fullNavMenu {
		display: none;
	}
	.mainWrapper90 {
	    width: 95%;
	}
}
@media only screen and (max-width: 600px) {
	.searchForm {
		margin-right: 30px;
		margin: auto;
	}
	.contentHolder {
		top: 10% !important;
	}
	.leftBox p {
		font-weight: bold;
		font-size: 50px;
		text-align: center;
		color: white;
	}
	.rightBox h1 {
		font-size: 22px;
		font-weight: bold;
		padding-left: 10px;
		padding-top: 0px;
	}
	.searchHolder {
		margin-top: 30px;
	}
	.aboveFooterButton {
		color: #af0001;
		border: 2px solid #af0001;
		padding: 5px 10px;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		width: 90px;
		text-decoration: none;
	}
	.searchForm input {
		border-radius: 5px;
		height: 35px;
		border: 1px solid #e5e5e5;
		width: 110px;
		text-indent: 15px;
	}
	.footerContentWrapper {
		margin-top: 20px;
	}
	.newsletterInput {
		width: 80%;
		border: 1px solid #ffffff;
		height: 35px;
		display: inline-block;
		text-indent: 15px;
	}
	.mainWrapper90 {
	    width: 95%;
	}
}
@media only screen and (max-width: 333px) {
	.searchForm {
		margin-right: 30px;
		margin: auto;
	}
	.contentHolder {
		top: 0% !important;
	}
	.leftBox p {
		font-weight: bold;
		font-size: 50px;
		text-align: center;
		color: white;
	}
	.rightBox h1 {
		font-size: 22px;
		font-weight: bold;
		padding-left: 10px;
		padding-top: 0px;
	}
	.searchHolder {
		margin-top: 30px;
	}
	.aboveFooterButton {
		color: #af0001;
		border: 2px solid #af0001;
		padding: 5px 10px;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		width: 90px;
		text-decoration: none;
	}
	.searchForm input {
		border-radius: 5px;
		height: 35px;
		border: 1px solid #e5e5e5;
		width: 90px;
		text-indent: 15px;
	}
	.footerContentWrapper {
		margin-top: 20px;
	}
	.newsletterInput {
		width: 80%;
		border: 1px solid #ffffff;
		height: 35px;
		display: inline-block;
		text-indent: 15px;
	}
	.mainWrapper90 {
	    width: 95%;
	}
}