@charset "UTF-8";
/* Body */
body {
	font-family: Helvetica, sans-serif, "Times New Roman", serif;
	background-color: #E5E5E5;
	margin: 0;
}

/* Menubar #D2D2D2 */
.menubar {
	width: 100%;
	height: 28px;
	background-color: #477EF4;
	border-bottom: 1px solid #707070;
	overflow: hidden;
	letter-spacing: 1px;
	font-size: 130%;
	font-weight: bold;
	position: fixed;
	z-index: 100;
}
.menubar img {
	height: 24px;
	margin-top: 1px;
	vertical-align: text-bottom;
}
.menubar > a {
	display: inline-block;
}
.menubar a:link {
		color: #FFFFFF;
		text-decoration: none;
}
.menubar a:visited {
		color: #FFFFFF;
		text-decoration: none;
}
.menubar a:hover {
		color: #D2D2D2;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #477EF4;
}
.menmubar a:active {
		color: blue;
}


.about_summary a:link {
	color: #477EF4;
}
.about_summary a:visited {
	color: #831E33;
}

.menubar .titlenav {
	width: 50%;
	text-align: left;
	float: left;
	margin-left: 2px;
	color: #FFFFFF;
}
.menubar .nav {
	width: 49%;
	text-align: right;
	float: left;
	
	color: #444444;
}
.menubar .nav a:link {
	text-decoration: none;
}
.menubar .nav #shift64_nav {
	display: none;
}

.hiddensitemap {
	display: inline;
	text-align: center;
	background-color: #E5E5E5;
	color: #000000;
}
.hiddensitemap > a {
	background-color: #E5E5E5;
	color: #000000;
}

.datedrop {
        width: 110px;
        height: 19px;
        border: 1px solid #999;
        font-size: 16px;
        color: #477EF4;
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 1px 1px #444444;
}


/* Main Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	background-color: #E5E5E5;
}

img .ratings {
	max-width: 64px;
}

.spotlight {
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	letter-spacing: 1px;
	display: flex;
	background-color: #444444;
	text-align: center;
}

.column {
	width: 48%;
	padding-top: 30px;
	padding-right: 1%;
	float: left;
	color: white;
	font-size: 150%;
}

.intro_profile_bull {
	max-width: 600px;
}
.intro_profile_shift {
	max-width: 88%;
}

.intro_profile_babybull {
	max-width: 500px;

}
.intro_profile_babyshift {
	max-width: 500px;

}

.spotlight .leftcolumn {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px; 
	text-align: center;
	float: left;
	background-color: #444444;
	max-height: 800px;
	max-width: 400px;
	min-width: 12%;
	vertical-align: center;
	font-style: italic;
	color: #FFFFFF;
}

.spotlight .leftcolumn h3 {
	margin-left: 1%;
	margin-right: 1%;
}

.spotlight .leftcolumn a {
	color: #FFFFFF;
}


.spotlight .leftcolumn p {
	margin-left: 8%;
	margin-right: 8%;
}

.spotlight .rightcolumn {
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
	display: flex;
	background-color: white;
}

.subcolumn {
	width: 33%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	border-left: solid 1px #444444;
	margin-right: 40px;
	display: flex;
	text-align: justify;
}
.subcolumn:first-child { border: 0px; }

.newsgrouping li { 
	padding-top: 10px;
	padding-bottom: 2px;
	border-bottom: solid 1px #444444;
	list-style-type: none;
	font-size: 100%;

}


.newsgrouping li a {
	display: block;
	padding-top: 2px;
	border-top: solid 1px #CCCCCC;
}

.newsgrouping li .censored:before {
	content:  "👮";
	margin-right:  2px;
}
.newsgrouping li .article:before {
	content:  "🗞";
	margin-right:  2px;
}
.newsgrouping li .article:after {
	content:  "";
	margin-left:  2px;
}

.newsgrouping li .socialmediapost:before {
	content:  "🗨";
	margin-right:  2px;
}
.newsgrouping li .socialmediapost:after {
	content:  "";
	margin-left:  2px;
}

.newsgrouping li .socialmediavideo:before {
	content:  "🎦";
	margin-right:  2px;
}
.newsgrouping li .socialmediavideo:after {
	content:  "";
	margin-left:  2px;
}

.newsgrouping li .siteanchor:before {
	content:  "👁";
	margin-right:  2px;
}

.newsgrouping li .siteanchor:after {
	content:  "👁";
	margin-left:  2px;
}


.newsgrouping li .video:before {
	content:  "🎦";
	margin-right:  2px;
}
.newsgrouping li .video:after {
	content:  "";
	margin-left:  2px;
}

.newsgrouping li .boom:before {
	content:  "💥";
	margin-right:  2px;
}

.newsgrouping li .satire:before {
	content:  "🎭";
	margin-right:  2px;
}

.newsgrouping li .podcast:before {
	content:  "🎙";
	margin-right:  2px;
}

.newsgrouping li .website:before {
	content:  "⨈";
	margin-right:  2px;
}

.newsgrouping li .gov:before {
	content:  "🏛";
	margin-right:  2px;
}

.newsgrouping li .edu:before {
	content:  "🎓";
	margin-right:  2px;
}

.newsgrouping li .mil:before {
	content:  "🎖";
	margin-right:  2px;
}

.newsgrouping li .PDF:before {
	content:  "🗎";
	margin-right:  2px;
}

.newsgrouping li .esoteric:before {
	content:  "🔮";
	margin-right:  2px;
}


.newsgrouping li .reference:before {
	content:  "📑";
	margin-right:  2px;
}


.newsgrouping li .prediction:before {
	content:  "🎱";
	margin-right:  2px;
}



.newsgrouping li .heading {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}

.newsgrouping li .subheading {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 1px #CCCCCC;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}

.newsgrouping li a:first-child {
	display: block;
	padding-top: 2px;
	border-top: none;
}

/*.subgrouping li { 
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	padding-bottom: 10px;
} */

.newsgrouping a:link {
	color: #477EF4;
}

.newsgrouping a:visited {
	color: #831E33;
}
.newsgrouping a:hover {
	text-decoration: underline;
	color: #477EF4;
}

.newsgrouping .breaking a:link {
	color: #477EF4;
	text-transform: uppercase;

}

.newsgrouping .breaking a:visited {
	color: #831E33;
	text-transform: uppercase;
}
.newsgrouping .breaking a:hover {
	text-decoration: underline;
	color: #477EF4;
}

.newsgrouping .breaking {
	padding: 6px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


.newsgrouping .MixedCaseHighlight a:link {
	color: #477EF4;

}

.newsgrouping .MixedCaseHighlight a:visited {
	color: #831E33;
}
.newsgrouping .MixedCaseHighlight a:hover {
	text-decoration: underline;
	color: #477EF4;
}
.newsgrouping .MixedCaseHighlight {
	padding: 6px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}


.newsgrouping .TITS a:link {
	color: #477EF4;
	text-transform: uppercase;

}

.newsgrouping .TITS a:visited {
	color: #831E33;
}
.newsgrouping .TITS a:hover {
	text-decoration: underline;
	color: #477EF4;
}
.newsgrouping .TITS {
	background-color: #EEEEEE;
	padding: 6px;
	margin-bottom: 10px;
	margin-left: -10px;
	margin-right: -10px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.newsgrouping .highlight a:link {
	font-style: bold;
	text-transform: uppercase;
	color: #477EF4;
}
.newsgrouping .highlight a:visited {
	font-style: bold;
	text-transform: uppercase;
	color: #831E33;
}
.newsgrouping .highlight a:hover {
	text-decoration: underline;
	color: #477EF4;
}

.newsgrouping li a:link {
	text-decoration: none;
	color: #477EF4;
	text-transform: capitalize;
}

.newsgrouping li a:visited {
	text-decoration: none;
	color: #831E33;
	text-transform: capitalize;
}

.newsgrouping li a:hover {
	text-decoration: underline;
	color: #477EF4;
}
.newsgrouping li a:active {
	font-size: 115%;
}
.newsgrouping li:last-child { border: 0px; } /* border-bottom: solid 1px #D2D2D2; */

.text_column {
	text-align: left;
	line-height: 25px;
	float: left;
	color: #000000;
}

/* About Section */
.about_summary {
	background-color: #D2D2D2;
	text-align: left;
	float: left;
	margin-top: 15px;
	margin-left: 1%;
	margin-right: 1.7%;
	border-radius: 3px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: thin;
	border-style: inset;
	line-height: 25px;
}

.about_summary h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
}

.about_summary p {
	color: #000000;
	text-align: justify;
}

.newscolumns {
  column-count: 3;
  column-gap: 40px;
}

/* Gallery */
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	align-content: center;
	display: flex;
	flex-direction: row;
}

.fallacygrouping {
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	align-content: center;
	display: flex;
	flex-direction: row;
}


.thumbnail {
	width: 31%;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	margin-top: 25px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 20px;
	padding-bottom: 20px; 
	border-radius: 3px;
	border: thin;
	border-style: outset;
}



.thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 120%;
}
.thumbnail .tag {
	color: #000000;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
}
.thumbnail p {
	margin: 0;
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.thumbnail5 {
	width: 19%;
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	margin-top: 25px;
	margin-left: 1%;
	margin-right: 1%;
	padding-top: 20px;
	padding-bottom: 20px; 
	border-radius: 3px;
	border: thin;
	border-style: inset;
}

.thumbnail5 h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #477EF4;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 120%;
}
.thumbnail5 .tag {
	color: #477EF4;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-style: italic;
}
.thumbnail5 p {
	margin: 0;
	color: #000000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

.categories {
	clear: both;
	display: inline-block;
	width: 100%;
	display: flex;
	flex-direction: row;
	color: #D2D2D2;
}

.thumbnail4 {
	width: 12.5%;
	height: 115px;
	background-color: #477EF4;
	vertical-align:middle;
	text-align: center;
	border: thin;
	border-style: outset;
  	border:1px solid #444444;
  	vertical-align: middle;
  	padding-left: 5px;
  	padding-right: 5px;
  	padding-top: 5px;
  	padding-bottom: 5px;
}

.thumbnail4 .category {
	position: relative;
	top: 32%;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	color: #FFFFFF;
	font-size: 110%;
	letter-spacing: 1px;
	font-weight: bold;
}

.thumbnail4 .category a:link {
	text-decoration: none;
	color: white;
}
.thumbnail4 .category a:visited {
	text-decoration: none;	
	color: white;
}
.thumbnail4 .category a:hover {

	color: #d2d2d2;
}
.thumbnail4 .category a:active {

	color: blue;
}
	
.thumbnail4 .caticon {
	clear: all;
	float: left; 
	margin-right: 4px; 
	margin-left: 4px;
	margin-top: 8px;
	max-width: 25%; 
}

.thumbnail4 p {
	color: #D2D2D2;
}

.profile {
	width: 88%;
	max-height: 800px;
	max-width: 800px;
}

/* More info */
.borderedcards {
	width: auto;
	height: auto;
	max-width: 500px;
	border-radius: 3px;
	border: thistle;
	border-style: outset;
}

.cards {
	width: auto;
	height: auto;
	max-width: 500px;
	opacity: 0.85;
}
.cards5 {
	width: auto;
	height: auto;
	max-width: 230px;
	opacity: 0.85;
}
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}

.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}



.ellipse_width {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* Dropdown Button */
.dropbtn {
  background-color: #E5E5E5;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.dropbtn:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  min-width: 120px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  text-align: center;
  position: absolute;
  background-color: #D2D2D2;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #E5E5E5;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #477EF4;}

.copyright {
	clear: both;
	text-align: center;
	background-color: #444444;
	color: #D2D2D2;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
}

.marq {
	clear: both;
	background-color: #444444;
	color: #D2D2D2;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-bottom: 3px;
	padding-top: 2px;
	font-size: 120%;
	overflow: hidden; 
	margin: 0;
	margin-top: 3px;
	margin-bottom: 0px;
}
.marq a {
	color: #95BFDB;
}

footer {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}
.intro {
	display: inline-block;
	background-color: #6DC7D0;
}



/* Mobile */
@media (max-width: 321px) {
.gallery {
	flex-direction: column;
}
.fallacygrouping {
	flex-direction: column;
}
.cards {
	max-width: 200px;
	max-height: 150px;
}

.cards5 {
	max-width: 60px;
}

.menubar {
	overflow: hidden;
	letter-spacing: 0px;
	font-size: 100%;
	position: fixed;
	z-index: 100;
}
.menubar .titlenav {
	display:none;
}
.menubar .nav {
	width: 100%;
	text-align: center;
}
.hiddensitemap {
	display: inline;
}
.menubar .nav #shift64_nav {
	display: inline;
}

.container {
	padding-top: 28px;
}
.text_column {
	width: 80%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	padding-left: 10px;
}
.thumbnail {
	width: 100%;
}
.thumbnail5 {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
	font-size: 100%;
}
.newscolumns {
  column-count: 1;
  column-gap: 0px;
}
.profile {
	width: 88%;
	padding-bottom: 4px;
}
.intro_profile_bull {
	width: 100%;
	max-width: 400px;
	max-height: 400px;
}
.intro_profile_shift {
	width: 100%;
	max-width: 400px;
	max-height: 400px;
}
.intro_profile_babyshift {
	width: 48%;
	max-width: 48%;
}
.intro_profile_babybull {
	width: 48%;
	max-width: 48%;
}
.spotlight {
	flex-direction: column;
	width: 100%;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/*.spotlight .leftcolumn {
	width: 96%;
}*/
.spotlight .leftcolumn {
	width: 100%;
	max-width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	vertical-align: center;
	text-align: center;
}
.spotlight .rightcolumn {
	flex-direction: column;
	width: 100%;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.subcolumn {
	flex-direction: column;
	width: 100%;
	/*border-left: 0px;*/
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.newsgrouping {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.newsgrouping li { 
	font-size: 100%;
}
.newsgrouping li:last-child { 
	border-bottom: solid 1px #D2D2D2; 
}
.categories {
	flex-direction: column;
	width: 99.8%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 {
	width: 100%;
	height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 .category {
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 .caticon {
	display: none;
}
.thumbnail4 .catheader {
	display: none;
}
.thumbnail4 .catheader {
	display: inline;
}

}

/* Medium Tablets */
@media (min-width: 322px) and (max-width: 580px) {
.gallery {
	flex-direction: column;
}
.fallacygrouping {
	flex-direction: column;
}
.menubar {
	overflow: hidden;
	letter-spacing: 0px;
	font-size: 100%;
	position: fixed;
	z-index: 100;
}
.menubar .titlenav {
	display:none;
}
.menubar .nav {
	width: 100%;
	text-align: center;
}
.hiddensitemap {
	display: inline;
}
.menubar .nav #shift64_nav {
	display: inline;
}
.container {
	padding-top: 28px;
}
.thumbnail {
	width: 98%;
	margin-top: 5px;
}
.thumbnail5 {
	width: 98%;
	margin-top: 5px;
}
.cards {
	max-width: 300px;
	max-height: 200px;
}
.cards5 {
	max-width: 200px;
}

.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 80%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
.profile {
	width: 88%;
	padding-bottom: 10px;
}
.column {
	width: 98%;
	margin-top: 0px;
	margin-left: 1%;
	margin-right: 1%;
	margin-right: 1%;
	font-size: 100%;
}
.newscolumns {
  column-count: 1;
  column-gap: 0px;
}
.intro_profile_bull {
	width: 50%;
	max-width: 100%;
}
.intro_profile_shift {
	width: 48%;
	max-width: 48%;
}
.intro_profile_babybull {
	width: 48%;
	max-width: 48%;

}
.intro_profile_babyshift {
	width: 48%;
	max-width: 48%;

}
.spotlight {
	flex-direction: column;
	width: 100%;
}
.spotlight .leftcolumn {
	width: 100%;
	max-width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	vertical-align: center;
	text-align: center;
}

.spotlight .rightcolumn {
	flex-direction: column;
	width: 100%;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.subcolumn {
	flex-direction: column;
	width: 100%;
	/*border-left: 0px;*/
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.newsgrouping {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.newsgrouping li { 
	font-size: 100%;
}
.newsgrouping li:last-child { 
	border-bottom: solid 1px #D2D2D2; 
}
.categories {
	flex-direction: column;
	width: 99.8%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 {
	width: 100%;
	height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 .category {
	font-weight: normal;
	font-size: 100%;
	letter-spacing: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 .caticon {
	display: none;
}
.thumbnail4 .catheader {
	display: inline;
}

}

/* Large Tablets */
@media (min-width: 581px) and (max-width: 799px) {
.menubar {
	overflow: hidden;
	letter-spacing: 0px;
	font-size: 100%;
	position: fixed;
	z-index: 100;
}
.menubar .titlenav {
	display:none;
}
.menubar .nav {
	width: 100%;
	text-align: center;
}
.hiddensitemap {
	display: inline;
}
.menubar .nav #shift64_nav {
	display: inline;
}

.gallery {
	flex-direction: column;
}
.fallacygrouping {
	flex-direction: column;
}
.thumbnail {
	width: 98%;
	margin-top: 5px;
}
.cards {
	max-width: 500px;
	max-height: 400px;
}
.thumbnail5 {
	width: 98%;
	margin-top: 5px;
}
.cards5 {
	max-width: 250px;
}

.text_column {
	padding-left: 20px;
	padding-right: 20px;
	width: 80%;
}
.profile {
	width: 88%;
	padding-bottom: 20px;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
.column {
	width: 98%;
	margin-top: 0px;
	margin-left: 1%;
	margin-right: 1%;
	margin-right: 1%;
	font-size: 120%;
}
.newscolumns {
  column-count: 1;
  column-gap: 0px;
}
.intro_profile_bull {
	width: 50%;
	max-width: 100%;
}
.intro_profile_shift {
	width: 48%;
	max-width: 48%;
}

.intro_profile_babybull {
	width: 49%;
	max-width: 49%;
}
.intro_profile_babyshift {
	width: 49%;
	max-width: 49%;
}
.spotlight {
	flex-direction: column;
	width: 100%;
}
.spotlight .leftcolumn {
	width: 100%;
	max-width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	vertical-align: center;
	text-align: center;
}
.newsgrouping li:last-child { 
	border-bottom: solid 1px #D2D2D2; 
}
.spotlight .rightcolumn {
	flex-direction: column;
	width: 100%;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.subcolumn {
	flex-direction: column;
	width: 100%;
	/*border-left: 0px;*/
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.newsgrouping {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.newsgrouping li:last-child { 
	border-bottom: solid 1px #D2D2D2; 
}
.categories {
	flex-direction: column;
	width: 99.8%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 {
	width: 100%;
	height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 .category {
	font-size: 100%;
	letter-spacing: 1px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 .caticon {
	display: none;
}
.thumbnail4 .catheader {
	display: inline;
}

}


/* Small Desktops */
@media (min-width: 800px) and (max-width: 1300px) {
.cards {
	max-width: 400px;
	max-height: 200px;
}
.cards5 {
	max-width: 130px;
}

.column {
	font-size: 100%;
}
.profile {
	width: 88%;
	padding-bottom: 30px;
}
.newscolumns {
  column-count: 2;
  column-gap: 40px;
}
.intro_profile_bull {
	width: 98%;
}
.intro_profile_shift {
	width: 98%;
}

.intro_profile_babybull {
	width: 98%;
}
.intro_profile_babyshift {
	width: 98%;
}


.spotlight .leftcolumn {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	max-width: 25%;
}
.spotlight .rightcolumn {
	flex-direction: column;
	width: 100%;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.subcolumn {
	flex-direction: column;
	width: 100%;
	/*border-left: 0px;*/
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.newsgrouping {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.newsgrouping li:last-child { 
	border-bottom: solid 1px #D2D2D2; 
}


.categories {
	flex-direction: column;
	width: 99.8%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 {
	width: 100%;
	height: 50px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thumbnail4 .category {
	font-size: 100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.thumbnail5 {
	width: 98%;
	margin-top: 5px;
}
.fallacygrouping {
	flex-direction: column;
}
.thumbnail4 .caticon {
	display: none;
}
.thumbnail4 .catheader {
	display: inline;
}

}

/* Medium Desktop */
@media (min-width: 1301px) and (max-width: 1600px) {
.cards {
	max-width: 400px;
	max-height: 200px;
}
.cards5 {
	max-width: 130px;
}
.thumbnail4 .category {
	font-size: 100%;
}
.thumbnail4 .caticon {
	display: none;
}
.thumbnail4 .catheader {
	display: inline;
}

}