@media screen and (min-width: 1024px) {
	#contentWindow {
		min-height: 400px;
	}
	.crFilterTitle {
		display: none;
	}
	#crCatList, #crCatList ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#crCatList > li {
		display: none;
	}
	#crCatList li a {
		color: #000;
	}
	#crCatList li a:hover {
		color: #ffc100;
	}
	#crCatList li a.active {
		color: #000;
	}
	#crCatList li ul li {
		padding-left: 30px;
	}
	body.darkmode #crCatList li a {
		color: #fff;
	}
	#crCatList .checkmark {
		width: 18px;
		height: 18px;
		background-color: #edf1f5;
		display: inline-block;
		margin-right: 5px;
		position: relative;
		top: 3px;
	}
	#crCatList a.active .checkmark {
		background-color: #ffc100;
	}
	#crCatList a:hover .checkmark {
		background-color: #8d9399;
		cursor: pointer;
	}
	#crCatList a.active .checkmark:after, #crCatList a:hover .checkmark:after {
		display: block;
	}
	#crCatList span.checkmark:after {
		content: "";
	  	position: absolute;
		left: 7px;
		top: 3px;
		width: 5px;
		height: 10px;
		border: solid black;
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	  	display: none;
	}
	#crCatList .checkmark.checked:after {
		display: block;
	}
	.container.personalfeed {
		margin-top: 30px;
	}
	.container.personalfeed h1 {
		position: relative;
	}
	.article-list-item.feed {
		padding: 20px 0;
	}
	.article-list-item.feed a span.image {
		width: 20%;
		min-width: 200px;
		min-height: 133px;
	}
	.article-list-item.highlight {
		padding: 10px 0;
	}
	.article-list-item.highlight div.article_info {
		width: 80%;
	}
	.article-list-item.highlight a span.image {
		width: 20%;
		min-width: 150px;
		min-height: 100px;
		margin-right: 10px;
		margin-left: 0px;
	}
	.clearFilter {
		font-size: 10px;
		display: none;
		margin-left: 20px;
		cursor: pointer;
	}
	.btnPrefs {
		float: right;
		position: relative;
		display: inline-block;
		top: 5px;
		width: 44px;
	    height: 44px;
	    border: 1px solid #fff;
	    background-image: url(/wp-content/themes/techzinev9/img/icons/Techzine-icon-48px-Black-Settings.svg);
	    background-size: 24px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    cursor: pointer;
	}
	div.personalfeed ul.tabbar {
		list-style: none;
		margin: 0;
		padding: 0;
		border-bottom: 3px solid #edf1f5;
		margin-bottom: 10px;
	}
	div.personalfeed ul.tabbar li {
		display: inline-block;
		margin: 0;
		padding:0;
		height: 30px;
	}
	div.personalfeed ul.tabbar li a {
		display: block;
		padding: 4px 10px;
		background-color: #edf1f5;
		margin: 0;
		margin-right: 10px;
		color: #000;
	}
	div.personalfeed ul.tabbar li a.active {
		background-color: #ffc100;
	}
	div.personalfeed ul.tabbar li a.active:hover {
		color: #000;
	}
	div.accountInfo, div.prefInfo {
		max-width: 650px;
		margin: 0px auto;
		margin-bottom: 50px;
		min-height: 500px;
	}
	div.prefInfo table.rating {
	}
	div.prefInfo table.rating tr td {
		font-weight: 500;
		min-width: 30px;
	}
	div.prefInfo table.rating tr:first-child td {
		font-weight: normal;
		font-size: 14px;
	}
	div.prefInfo table.rating tr:first-child td:first-child {
		padding-right: 5px;
	}
	div.prefInfo table.rating tr:first-child td:last-child {
		padding-left: 5px;
	}
	div.prefInfo table.rating tr td:first-child {
		min-width: 150px;
	}
	div.prefInfo table.rating.disabled {
		color: #8d9399;
	}
	div.error {
		font-size: 12px;
		color: #ff0000;
	}
	div.quicksubscribe .cr_button {
		margin-top: 5px;
		width: 100%;
		font-weight: 500;
	}
	div.quicksubscribe {
		padding: 15px 20px;
		background-color: #1777A8;
		color: #fff;
	}
	div.quicksubscribe div.form-group {
		margin-bottom: 10px;
	}
	div.quicksubscribe .form-check-label {
		font-weight: 500;
	}
}
@media screen and (max-width: 1023px) {
	#contentWindow {
		min-height: 300px;
	}
	.crFilterTitle {
		display: none;
	}
	#crCatList, #crCatList ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#crCatList > li {
		display: none;
	}
	#crCatList li a {
		color: #000;
	}
	#crCatList li a.active {
		color: #000;
	}
	#crCatList li ul li {
		padding-left: 30px;
	}
	body.darkmode #crCatList li a {
		color: #fff;
	}
	#crCatList .checkmark {
		width: 18px;
		height: 18px;
		background-color: #edf1f5;
		display: inline-block;
		margin-right: 5px;
		position: relative;
		top: 3px;
	}
	#crCatList a.active .checkmark {
		background-color: #ffc100;
	}
	#crCatList a.active .checkmark:after {
		display: block;
	}
	#crCatList span.checkmark:after {
		content: "";
	  	position: absolute;
		left: 7px;
		top: 3px;
		width: 5px;
		height: 10px;
		border: solid black;
		border-width: 0 2px 2px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	  	display: none;
	}
	#crCatList .checkmark.checked:after {
		display: block;
	}
	.container.personalfeed {
		margin-top: 30px;
	}
	.container.personalfeed h1 {
		font-size: 32px;
		position: relative;
	}
	.article-list-item.feed {
		padding: 20px 0;
	}
	.article-list-item.feed a span.image {
		width: 20%;
		min-width: 100px;
		min-height: 80px;
	}
	.article-list-item.highlight {
		padding: 10px 0;
	}
	.article-list-item.highlight a span.image {
		width: 20%;
		min-width: 90px;
		min-height: 60px;
		margin-right: 10px;
		margin-left: 0px;
	}
	.btnPrefs {
		position: absolute;
		display: inline-block;
		top: 5px;
		right: 39px;
		width: 34px;
	    height: 34px;
	    background-color: #edf1f5;
	    background-image: url(/wp-content/themes/techzinev9/img/icons/Techzine-icon-48px-Black-Settings.svg);
	    background-size: 20px;
	    background-repeat: no-repeat;
	    background-position: center center;
	    cursor: pointer;
	}
	.btnFilterPersonal {
		position: absolute;
		display: inline-block;
		top: 5px;
		right: 0px;
		width: 34px;
	    height: 34px;
	    background-color: #edf1f5;
	    border:0;
	    background-image: url(/wp-content/themes/techzinev9/img/icons/Techzine-icon-48px-Black-Filter.svg);
	    background-size: 20px;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	.clearFilter {
		font-size: 10px;
		display: none;
		margin-left: 20px;
	}
	.closeFilters {
		position: absolute;
		display: inline-block;
		top: 15px;
		right: 15px;
		width: 24px;
	    height: 24px;
	    background-image: url(/wp-content/themes/techzinev9/img/icons/Techzine-icon-44px-Black-Close.svg);
	    background-size: 24px;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	div#filterWindow {
		display: none;
		padding: 20px 10px;
		position: fixed;
		z-index: 10000000;
		background-color: #e1e5e8;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}
	div.personalfeed ul.tabbar {
		list-style: none;
		margin: 0;
		padding: 0;
		border-bottom: 3px solid #edf1f5;
		margin-bottom: 10px;
	}
	div.personalfeed ul.tabbar li {
		display: inline-block;
		margin: 0;
		padding:0;
		height: 30px;
	}
	div.personalfeed ul.tabbar li a {
		display: block;
		padding: 4px 10px;
		background-color: #edf1f5;
		margin: 0;
		margin-right: 10px;
		color: #000;
	}
	div.personalfeed ul.tabbar li a.active {
		background-color: #ffc100;
	}
	div.personalfeed ul.tabbar li a.active:hover {
		color: #000;
	}
	div.accountInfo, div.prefInfo {
		margin-bottom: 50px;
		min-height: 500px;
	}
	div.prefInfo table.rating {
	}
	div.prefInfo table.rating tr td {
		font-weight: 500;
		min-width: 25px;
	}
	div.prefInfo table.rating tr:first-child td {
		font-weight: normal;
		font-size: 14px;
	}
	div.prefInfo table.rating tr:first-child td:first-child {
		padding-right: 5px;
	}
	div.prefInfo table.rating tr:first-child td:last-child {
		padding-left: 5px;
	}
	div.prefInfo table.rating tr td:first-child {
		min-width: 150px;
	}
	div.prefInfo table.rating.disabled {
		color: #8d9399;
	}
	div.quicksubscribe .cr_button {
		margin-top: 5px;
		width: 100%;
		font-size: 15px;
	}
	div.quicksubscribe {
		padding: 15px;
		background-color: #1777A8;
		color: #fff;
	}
	div.quicksubscribe h4 {
		font-size: 20px;
	}
	div.quicksubscribe div.form-group {
		margin-bottom: 10px;
	}
	div.quicksubscribe .form-check-label {
		font-weight: 500;
	}
	div.error {
		font-size: 12px;
		color: #ff0000;
	}
}