/* NEWS CSS */

article {
	width: 100%;
}

.Header_News {
	width: 100%;
	background-image: url("/Site/Graphics/Backgrounds/Background_WorldMap.svg");
  	background-repeat: no-repeat;
  	background-size: 100%;
	background-position: bottom center;
	padding: 25px 0;
	background-color: #DDD;
	text-align: center;
	box-shadow:  4px 4px 5px #CCC;
	margin: 0 auto 2rem;
}


.Section_News_PageTitle {
	text-align: center;
}


.News_PageTitle {
	width: 100%;
	max-width: 520px;
	margin-bottom: 8px;
}



.Section_News_Selections ul {
	display: flex;
	justify-content: center;
	column-gap: .5rem;
	padding: 0;
	max-width: 31.8rem;
	margin: 0 auto 1rem;
}

.Section_News_Selections li {
	list-style-type: none;
	display: inline-block;
}

.Section_News_Selections li button {
    font-family: "Roboto Condensed", sans-serif;
	font-size: max(.8rem, 3.08vw);
	font-weight: 700;
	color: #222;
	border: 1px solid #BBB;
	border-radius: 4px;
	padding: .3rem .4rem;
	box-shadow: 2px 2px 2px gray;
}

.Section_News_Selections li:nth-child(1) button {background-image: linear-gradient(white, #FDD)}
.Section_News_Selections li:nth-child(2) button {background-image: linear-gradient(white, rgb(207, 187, 223))}
.Section_News_Selections li:nth-child(3) button {background-image: linear-gradient(white, #DFD)}
.Section_News_Selections li:nth-child(4) button {background-image: linear-gradient(white, rgb(185, 218, 248))}
.Section_News_Selections li:nth-child(5) button {background-image: linear-gradient(white, #FFFBCD)}

.Section_News_Selections li button:hover {
	background-image: none;
	background-color: #FF0;
}




.Section_News_Menu {
	width: 100%;
	max-width: 300px;
	padding: 5px;
	background-color: rgba(220, 220, 220, 0.3); 
	border: 1px solid #CCC;
	border-radius: 4px;
	text-align: center;
	margin: 5px auto 0;
}


.News_Date_Headline {
	width: 100%;
	text-align: center;
	font-weight: bolder;
	font-size: 1.4rem;
	color: #000;
	text-transform: uppercase;
}

.News_Date_Select {
	margin-bottom: 10px;
}



.Section_News_Headlines {
	display: none;
}

.Section_News_Articles {
	width: 100%;
	border: 0;
	padding: 0;
	float: none;
}

.Search_Box {
	margin-right: 3px;
}

.Search_Results {
	text-align: center;
	font-size: 1.2rem;
}

.Search_Result_Count {
	font-weight: bold;
}

.Search_Result_Divider {
	margin: 20px 0;
}

.Search_Results_Keyword {
	font-weight: bold;
	color: #F00;
}

.Section_Facebook {
	margin-top: 30px;
	border-top: 1px solid #DDD;
	padding-top: 30px;
	display: none;
}

.Facebook_Photos_Frame {
	background-color: #D5D6E8;
	padding: 15px;
	text-align: center;
	margin-top: 15px;
}

.Image_TAGTEAMNewsHeadlines {
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}

.Text_ErrorMessage {
	font-size: 1.6rem;
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}









/* NEWS ARTICLES */


/* NEWS ARTICLE DATE BAR */
.News_Date_Bar {
	width: 100%;
	background-image: linear-gradient(#DDD, white);
	padding: 18px;
	font-family: "Oswald", "Open Sans Condensed", sans-serif;
	font-size: 1.8rem;
    font-weight: 400;
	font-style: normal;
	font-variant: normal;
    text-transform: uppercase;
	text-align: center;
	line-height: 2.4rem;
	vertical-align: middle;
	border: 1px solid #AAA;
	box-shadow:  2px 2px 3px #CCC;
	margin-bottom: 40px;
}

.News_Article_Separator {
	margin-bottom: 50px;
}

.Section_News_Video_Player {
	margin: 0 auto 40px;
	max-width: 1280px;
	text-align: center;
}


/* NEWS ARTICLE HEADLINE */
.News_Article_Headline {
	/* font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif; */
	font-size: 1.7rem;
	font-weight: 700;
	color:#333;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	margin-bottom: 1rem;
}

.Frame_News_Editor_Status {
	display: block;
	border-radius: .4rem;
	background-color: #E00;
	padding: 1rem;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
}





/* NEWS ARTICLE BODY */
.News_Article_Text {
	font-size: 1rem;
	flex-basis: 280px;
}

Article {
	margin-bottom: 50px;
}

Article img {
	padding: 2px 10px;
}


.Frame_News_Article_Title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 1rem;
}

.News_Article_Title {
	flex: 1;
	flex-basis: 18.9rem;
	text-align: center;
}

.Title_QuoteOfTheWeek {
	width: 96%;
	max-width: 440px;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1.5rem;
	font-weight: bold;
	color: yellow;
	border: 1px solid #AAA;
	border-radius: 8px;
	padding: 5px;
	background: linear-gradient(to right, darkgray, lightgray, darkgray, lightgray, darkgray);
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;

}

.Title_SuccessStory {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1.9rem;
	font-style: italic;
	line-height: normal;
	font-weight: 700;
	font-variant: normal;
	text-transform: none;
	color:#800;
	margin-bottom: 20px;
}

.Title_SuccessStory_ProductName {
	font-size: 1.5rem;
	text-align: center;
}

.Title_SuccessStory_ProductName a {
	color: #333;
	font-weight: 700;
}

.Title_SupporterTestimonial {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 1.8rem;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	color:#070;
	margin-bottom: 20px;
}

.Section_QuoteOfTheWeek {
	max-width: 440px;
	margin: 0 auto;
}

.Image_QuoteOfTheWeek {
	margin-right: 15px;
	float: left;
}






/* QUOTES */
/* 
.Page_Section_Quote {
	background-image: linear-gradient(rgb(253, 227, 170), rgb(255, 242, 215));
}
 */






/* Get rid of space between title and rest of page so main menu should be flush with news page title */
.Title_Photo_Spacer {
	height: 0px;
}





/* Remove space at bottom of page before footer */
.Page_Body {
	margin-bottom: 0;
}







/* Mobile First */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) {

	.Section_News_Selections li button {
		font-size: max(.9rem, 3.08vw);
	}

}






/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.Head_Image {
		height: 300px;
    }

	.Frame_News_Article_Title {
		justify-content: space-between;
	}

	.News_Article_Title {
		text-align: left;
		padding-right: 1rem;
	}

	.Title_SuccessStory_ProductName {
		text-align: left;
	}
	
	.Section_News_Selections li button {
		font-size: 1.1rem;
		padding: .4rem .75rem;
	}


}





/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .Head_Image {
		height: 400px;
	}


}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.Head_Image {
		height: 500px;
    }
    
	.Section_News_Headlines {
		display: block;
		width: 300px;
		padding-right: 20px;
		float: left;
	}

	.Section_News_Headlines ul {
		list-style: none;
		padding: 0;
	}

	.Section_News_Headlines li {
		padding-left: 1.5em;
		padding-bottom: 20px;
	}

	.Section_News_Headlines ul li:before {
		content: "►";
		display: inline-block;
		margin-left: -1.3em;
		width: 1em;
		color: #F00;
		margin-right: .1em;
	}

	.News_Headlines_Dates {
		font-size: .95rem;
		font-weight: bold;
		color: #900;
	}

	.Section_News_Headlines a {
		font-size: 1.05rem;
		font-weight: bold;
		color: #777;
	}



	.Section_News_Articles {
		width: calc(100% - 331px);
		border-left: 1px solid #CCC;
		padding-left: 30px;
		float: right;
	}


	
	.Section_News_Menu {
		max-width: 32rem;
		margin-top: 10px;
		display: flex;
		flex-flow: row wrap;
	}



	.News_Date_Headline,
	.News_Date_Select {
		width: 50%
	}

	.News_Date_Select {
		margin: 0;
		vertical-align: top;
		float: left;
		order: 1;
	}

	.News_Date_Headline {
		background-color: rgba(0, 0, 0, 0.1);
		float: left;
		order: 2;
	}

	.News_SearchBox {
		float: right;
		order: 3;
	}

	.News_Date_Select form,
	.News_SearchBox form {
		margin-top: 6px;
	}

	.Section_Facebook {
		display: block;
	}


}






/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.Head_Image {
		height: 700px;
		font-size: 110px;
	}


}