/* These styles for the body of articles. */


	/* Inline image styles */
	.cap {
		font-size: .85em; font-family: "nunito sans", helvetica, sans-serif; vertical-align: top; text-align: center; padding: 0; margin: 0px 0px 10px 0px; color: #404144; background-color: #f4f5f6; border: none;
	}
	
	/* For the first image next to skyscraper. Class="firstimage cap" */
	.firstimage {
	  width: 97%; margin: 0px auto;
	}
	
	.cap p {
  margin: 5px; padding: 10px; text-align: left;
	}
	

/* SIDE BY SIDE USING FLEX METHOD FOR IMAGES */

* {
  box-sizing: border-box;
}

.row {
		display: flex; flex-wrap: wrap;
	}
	
/* Create two equal columns that sits next to each other */
	
	.column {
		flex: 48%; padding: 5px; text-align: left;
	}

/* Create three equal columns that sits next to each other */
	.column3 {
	  flex: 33.33%;
	  padding: 5px;
	  text-align: left;
	}


@media only screen and (max-width: 600px) {
		.column {
			flex: 100%; 
			max-width: 100%; 
			margin: 5px;
		}
	
		.column2 {
			flex: 100%;
			max-width: 100%; 
			margin: 5px;
		}
		
		.column3 {
			flex: 100%;
			max-width: 100%; 
			margin: 5px;
		}
	
}
	
	
	/* CAN BE USED FOR IMAGES AND BREAKOUT BOXES */

	.floatleft {
	  float: left; width: 50%; margin-right: 10px;
	}

	.floatright {
	  float: right; width: 50%; margin-right: 10px;
	}

	@media only screen and (max-width: 600px) {
		.cap {
			display: block;
			float: none;
			margin: 0px auto;
		}

		.floatleft {
			display: block;
			float: none;
			margin: 0px auto;
		}
		.floatright {
			display: block;
			float: none;
			margin: 0px auto;
		}
		
	}
	
	.sidebyside {
		width: 48%; float: left; display: block; display: inline-block; margin-bottom: 20px;
	}
	
	.sidebyside img {
	  width: 100%;
	}
	
	.clearfloat {
		clear: both;
	}

	.clearleft {
		clear: left;
	}

	.clearright {
		clear: right;
	}

/*Pull quote styles*/
	
	.pullquoteBrown {
		display: block; margin: 10px auto; width: 90%; padding: 10px; float: none; color: #7E6E66;
	}
	
	.pullquoteBrown p {
	  font-weight: bold; font-style: italic; font-size: 1.5em; 
	}

	.pullquoteRed {
		display: block; margin: 10px auto; width: 90%; padding: 10px; float: none; color: #E71D13;
	}
	
	.pullquoteRed p {
	  font-weight: bold; font-style: italic; font-size: 1.5em; 
	}
	
	.topbottomborder {
		
		border-top: 3px solid silver; border-bottom: 3px solid silver; margin: 10px; 
	}
	
	.leftrightborder {
		
		border-left: 3px solid silver; border-right: 3px solid silver; margin: 10px; 
	}
		

	.quotesig {
			font-size: 14px; color: 404144;
		}

	.right {
	  float: right; width: 40%; margin-right: 10px;
	}
	
	.left {
	  float: left; width: 40%; margin-left: 10px;
	}

/* For smaller screens */
  
  @media only screen and (max-width: 600px) {
	
		.pullquoteBrown p {
		  font-size: .9em; 
		}
		
		.pullquoteRed p {
		  font-size: .9em; 
		}
		
		.topbottomborder {
			
			border-top: 1px solid #404144; border-bottom: 1px solid #404144; 
		}
		
		.leftrightborder {
			
			border-left: 1px solid #404144; border-right: 1px solid #404144; 
		}
			

		.quotesig {
				font-size: 11px; color: 404144;
			}

		.right {
		  float: none; width: 95%; margin: 0px auto;
		}
		
		.left {
		  float: none; width: 95%; margin: 0px auto;
		}
	}
	
/* USE THESE STYLES FOR SIDEBARS */
  
	.sidebarSW {
		border: 1px solid #E71D13; color: #404144; padding: 0px; width: 98%; margin: 0px auto; font-family: Arial, Helvetica, sans-serif; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	
	.sidebarSW h3 {
	
	background-color: #E71D13; margin: 0px; padding: 10px; font-weight: bold; font-family: ariel, helvetica, sans-serif; width: 100%; color: #fff;
	
	}
	
	.sidebarSW h4 {
		color: #ffffff; font-weight: bold; font-family: ariel, helvetica, sans-serif;
	}

	.sidebarSW p {
	  padding: 0px 20px;
	}
  
	.sidebarSW strong {
		color: #E71D13; font-family: Arial, Helvetica, sans-serif;
	}

	.sidebarSW ul li {
		list-style: none;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	@media screen and (max-width: 600px) {
		.cap {
			font-size: .8em;
		}
		.sidebyside {
			width: 100%; float: none; display: block;
		}
		
	}
	
	.redHead {
		color: #E71D13;
	}
	
/* Animated vote button */
	
	.jumpnav {
		text-align: center; margin: 0px auto; float: none;
	}
	/* unvisited link */
	
	.jumpnav a:link {
		background-color: #E71D13; border: 5px solid #fff; color: #fff; padding: 10px; width: 200px; display: flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; font-size: 21px; font-weight: 700; font-family: Helvetica, Arial, sans; margin: 4px 10px 4px 4px; cursor: pointer; border-radius: 15px 50px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; box-shadow: 3px 3px 7px 3px #CCC; margin: 0px auto;
	}
	/* visited link */
	
	.jumpnav a:visited {
		background-color: #E71D13; border: 5px solid #fff; color: #fff; margin: 0px auto;
	}
	/* mouse over link */
	
	.jumpnav a:hover {
		background-color: #404144; border: 5px solid #fff; color: #fff; padding: 10px; width: 200px; display: flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; font-size: 21px; font-weight: 700; font-family: Helvetica, Arial, sans; margin: 4px 10px 4px 4px; cursor: pointer; border-radius: 50px 15px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; box-shadow: 3px 3px 7px 3px #CCC; margin: 0px auto;
	}
	
	/* selected link */
	
	.jumpnav a:active {
		background-color: #404144; border: 5px solid #fff; color: #fff; margin: 0px auto;
	}

/* Read More sidebar. USE FOR ONE URL  */

	.readMore {
		display: inlineblock; 
		float: right; 
		width: 30%; 
		padding: 10px 5px; 
		margin-left: 5px; 
		color: #E71D13; 
		background-color: #f4f5f6; 
		border-top: 5px solid #E71D13;
		text-decoration: none;
	}
	
	/* unvisited link */
	
	a.readMore:link {
		color: #E71D13; padding: 3px; text-decoration: none !important; display: inline-block; margin: 2px; cursor: pointer;
	}
	/* visited link */
	
	a.readMore:visited {
		color: #7E6E66; padding: 3px; text-decoration: none !important; display: inline-block; margin: 2px; cursor: pointer;
	}
	/* mouse over link */
	
	a.readMore:hover {
		color: #404144; padding: 3px; text-decoration: none !important; display: inline-block; margin: 2px; cursor: pointer;
	}
	/* selected link */
	
	a.readMore:active {
		color: #E71D13; padding: 3px; text-decoration: none !important; display: inline-block; margin: 2px; cursor: pointer;
	}

/* Menu button styles */
	.Menubutton {
		border: 2px solid #7E6E66; background-color: #7E6E66; color: #fff; margin: 3px 5px; padding: 5px; font-size: 18px; font-weight: bold; width: 250px; height: 50px; font-family: ariel, helvetica, sans serif;
		}
		
	.Menubutton:hover {
		border: 5px solid #7E6E66; background-color: #fff; color: #7E6E66; margin: 3px 5px; padding: 5px; font-size: 18px; width: 250px; height: 50px; font-family: ariel, helvetica, sans serif;
		}

	.Menucontainer {
	  width: 97%;
	  height: 500px;
	  margin: 0px auto 0px 20px;
	  padding: 10px;

	}

.center {
  margin: 0px 0px 0px 10px;

}

/* Back to the menu bar in product articles */
.back2menu {
	border: 2px solid #7E6E66; background-color: #7E6E66; color: #fff; margin: 3px 5px; padding: 5px; font-size: 18px; font-weight: bold; width: 100%; height: 50px; font-family: ariel, helvetica, sans serif;
	}
	
.back2menu:hover {
	border: 5px solid #7E6E66; background-color: #fff; color: #7E6E66; margin: 3px 5px; padding: 5px; font-size: 18px; width: 100%; height: 50px; font-family: ariel, helvetica, sans serif;
	}
	
/* For a link bar in product pages just below the product info */

a.linkbar:link, a.linkbar:visited {
  background-color: #E71D13;
  color: white;
  width: 100%;
  padding: 0px 10px;
  margin: 0px auto;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.linkbar:hover, a.linkbar:active {
  background-color: #E71D13;
}

/* Smaller screens Menu buttons */
@media only screen and (max-width: 600px) {
  
    .Menubutton {
	border: 2px solid #7E6E66; background-color: #7E6E66; color: #fff; margin: 3px 3px; padding: 3px; font-size: 14px; font-weight: bold; width: 75px; height: 75px; font-family: ariel, helvetica, sans serif;
	}
	
	.Menubutton:hover {
		border: 3px solid #7E6E66; background-color: #fff; color: #7E6E66; margin: 3px 3px; padding: 3px; font-size: 14px; width: 75px; height: 75px; font-family: ariel, helvetica, sans serif;
		}
		
	.Menucontainer {
	  width: 97%;
	  margin: 0px auto;
	  padding: 10px;
	}
	  
	}

/* NOTE: CODE FOR PODCAST THAT DOESN'T FLOAT RIGHT OR LEFT: */

	.line {
		background-color: #E71D13; height: 1px; margin-top: 20px;
	}
	
	.side {
		color: #404144; width: 100%; display: inline-block; font-family: ariel, helvetica, sans-serif;
	}
	
	.side ul {
		padding-left: 20px; font-size: .85em; font-style: italic; margin: 10px 15px 10px 15px;
	}
	
	.side h3 {
		padding: 15px; color: #E71D13; text-align: center;
	}
	
	.side h4 {
		color: #E71D13; text-align: center; margin-top: 20px; margin-bottom: 20px; font-weight: bold;
	}
	
	.side p {
		font-size: .85em; caption-side: bottom; padding: 10px 5px 0px 5px;
	}
	
	.pod {
		width: 97%; background-color: #E71D13; border-radius: 25px; padding: 20px; display: flex; justify-content: center; align-items: center; margin: 0px auto;
	}
	
	.podfloatright {
		float: right; margin: 0 0 10px 15px;
	}
	
/* Style for podcast article aside with podcast logo icon */
	.moreaside {
    width: 300px; text-align: center; margin: 10px auto; font-family: 'Nunito Sans', sans serif; font-weight: 700;
  }
	
	@media only screen and (max-width: 600px) {
		.side {
			margin: 20px auto 20px auto; width: 95%; display: block;
		}
		
		.podfloatright {
			float: none;
		}
		
		.moreaside {
			width: 95%;
		}
	}
	
	/* Used for reference notes at the bottom of articles */

	#footnote {
		font-size: .9em; font-family: Ariel, Helvetica, sans serif; background-color: #f4f5f6; margin: 0px auto; padding: 10px;
	}

	#endnote {
		font-size: .9em; font-family: Ariel, Helvetica, sans serif; background-color: #f4f5f6; margin: 0px auto; padding: 10px;
	}
	
	/* USED IN WOMEN SPOTLIGHT AND FOTY ARTICLES */
	
	.profileimg {
		display: inline-block; vertical-align: middle; margin: 5px 10px 5px 5px; padding: 5px; max-width: 350px;
	}
	
	@media only screen and (max-width: 600px) {
		.profileimg {
			display: inline-block; margin: 5px; padding-bottom: 10px; float: none; width: 100%; max-width: 100%;
		}
	}
	
	/* SPECIFICALLY USED FOR BREAKOUT BOX STYLES FOR SIDEBARS FOR FOTY */

	.sidebarFOTY {
		position: relative; left: -30px; margin-right: -60px; background-color: #f4f5f6; color: #404144; padding: 20px; width: auto; box-shadow: none;
	}
	
	.sidebarFOTY h3 {
		color: #404144; padding: 20px;
	}
	
	.sidebarFOTY p strong {
		color: #404144;
	}
	
	#sponsorbox {
		flex: 100%; max-width: 100%; padding: 0px; margin: 0px 0px 10px 0px;
	}
	
	.sponsoredby {
		font-size: inherit; text-align: left; float: right;
	}
	
	/* USED IN FOTY AND WOMEN SPOTLIGHT FOR ARTICLE INDEX AND RELATED ARTICLES */
	
	#toc {
		width: 45%; float: right; margin: 5px auto 5px 10px; background-color: #f4f5f6; padding: 10px 20px; font-family: Arial, Helvetica, sans-serif; font-size: medium; border-left: 10px solid #E71D13;
	}
	
	#toc h4 {
		font-family: Arial, Helvetica, sans-serif; color: #E71D13;
	}
	
	.menu a:link {
		border: none; text-decoration: none;
	}
	
	.menu a:hover {
		border: none; text-decoration: none;
	}
	
	.menu a:visited {
		border: none; text-decoration: none;
	}
	
	@media only screen and (max-width: 600px) {
		#sponsorbox {
			flex: 100%; max-width: 100%; padding: 0px; margin: 0px auto; clear: all;
		}
		.sponsoredby {
			font-size: inherit; text-align: left; float: none;
		}

		#toc {
			float: none; width: 100%;
		}
		.column {
			flex: 100%; max-width: 100%; margin: 5px;
		}
	}
	
/* The "Top" button that allows you to go back to the top of the page */

#TopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #E71D13; /* Set a background color */
  color: #fff; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#TopBtn:hover {
  background-color: #404144; /* Add a dark-grey background on hover */
}

/* DEPRECATED STYLE. Keep for old articles to prevent breaking sidebars */
	.sidebarhdrSW {
		background-color: #E71D13; margin: 0px; padding: 10px; font-weight: bold; font-family: ariel, helvetica, sans-serif; width: 100%; color: #fff;
	}
	
  .sidebarhdrSW h4 {
		color: #ffffff; font-weight: bold; font-family: ariel, helvetica, sans-serif;
	}

	.sidebarhdrSW p {
		color: #ffffff; font-weight: bold; font-family: ariel, helvetica, sans-serif;
	}