.responsive_container {
	
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}


/*@media screen and (max-width: 1640px) {*/

@media screen and (max-width: 1720px) {
	.responsive_container {
		width: 100%;
		margin: 0;
		padding: 0;
		
	}

	/*#rpp_section_videos .responsive_container, #rpp_section_interactive .responsive_container, #rpp_section_downloadables .responsive_container{
		 padding: 0 20px;
	}*/
}
.rpp_section {
	padding: 0 0 20px;
}

.rpp_section h2 {

}

#rpp_section_featured {

	background-color: #3d7983;

	padding-bottom: 80px;

	/*

	width: 100vw;

	margin-left: calc(-50vw + 800px);

	*/

}

#rpp_section_featured h2 {

	color: #ffffff;

}

#rpp_section_videos {

	

	/*background-color: #e4e4e4;

	width: 100vw;

	margin-left: calc(-50vw + 800px);

	*/

}

#rpp_section_videos h2 {

	background-color: #ffffff;

	color: #3a3a3a;

}

#rpp_section_interactive {

	background-color: #2c585f;

	/*

	width: 100vw;

	margin-left: calc(-50vw + 800px);

	*/

}

#rpp_section_interactive h2 {

	color: #ffffff;

}

#rpp_section_downloadables {


}

#rpp_section_downloadables h2 {

}

/*

@media screen and (max-width: 1600px) {

	#rpp_section_featured,

	#rpp_section_videos,

	#rpp_section_interactive {

		width: 100%;

		margin-left: 0;

	}

}

*/

/*

div.rpp_downloadable_item {

  padding: 9px;

  background: #F3F2ED;

  font-size: 85%;

  margin: 0 5% 10px 0;

  width: 30%;

  float: left;

  display: inline;

}

div.rpp_downloadable_item h2 {

  margin: 0 0 10px 0;

  font-size: 110%;

  color: #44230F;

  font-weight: normal;

  background: #FFFFFF;

  padding: 5px;

  text-transform: none;

  height: 300px;

  overflow: hidden;

}

div.rpp_downloadable_item p {

  padding: 10px 0 0 0;

  margin: 0 0 0px 0;

  clear: both;

}

*/

@keyframes fadeIn {

	0% { opacity: 0; }

	100% { opacity: 1; }

}



/*

https://stackoverflow.com/questions/16989585/css-3-slide-in-from-left-transition

@keyframes sideSlide {

	0% { opacity: 0; }

	100% { opacity: 1; }

}

*/


div.rpp_downloadable_container {
	display: grid;
	grid-gap: 0px; /* see bottom padding on inner item further down to account for this */
	column-gap: 5%;
	/*grid-template-columns: repeat(auto-fill, minmax(300px,1fr));*/
	grid-template-columns: repeat(auto-fill, minmax(400px,1fr));
	grid-auto-rows: 5px;
	width: 100%;
	float: none;
	padding: 0px 0% 40px 0%;
	max-width:100%
}


@media (max-width: 1500px){
	div.rpp_downloadable_container {
		width: 100%;
		max-width: 100%;
		float: none;
		padding: 120px 0% 40px 0%;
	}
	h2 + script + div.rpp_downloadable_container {
		padding: 40px 0% 40px 0%;
	}
}
@media (max-width: 600px){
	div.rpp_downloadable_container {
		padding: 120px  0 40px 0;
	}
	h2 + script + div.rpp_downloadable_container {
		padding: 40px 0 40px 0;
	}
}



div.rpp_downloadable_item {
	clear: both;
	animation: fadeIn 6s;
}

div.rpp_downloadable_item_content {
	padding: 0 0 75px 0; /* this takes the place of row-gap as was throwing off the rounding and giving inconsistent results */
}
@media (max-width: 600px){
	div.rpp_downloadable_item_content {
		padding: 0 0 30px 0; /* this takes the place of row-gap as was throwing off the rounding and giving inconsistent results */
	}
}
div.rpp_downloadable_item_content h3{
	margin-bottom: 0;
	margin-top: 20px;
	
}

div.rpp_downloadable_item h3.rpp_dl_item_title {
	
	margin: 0;
}
div.rpp_downloadable_item h3.rpp_dl_item_title a {
	color: #222222;
	text-decoration: none;
	display: block;
}

div.rpp_downloadable_item h3.rpp_dl_item_title a:hover {
	color: #B6426F;
	text-decoration: none;
}

div.rpp_downloadable_item h3.rpp_dl_item_title a:focus {
	color: #C44676;
	text-decoration: none;
	outline: 4px solid #000;
}

div.rpp_downloadable_item h3.rpp_dl_item_title a span {
	text-align: left;
	padding: 20px;
	margin: 0;
	display: inline-block;
	width: 100%;
	background-color: #f0f0f0;
}
div.rpp_downloadable_item p {
  margin: 0 0 0px 0;
  line-height: unset;
}
div.rpp_downloadable_item img {
	display: block;
	width: 100%;
	overflow: hidden;
	height: auto !important;
	margin: 0;
	border-radius: 8px;
}

.rpp_item_moreinfo_container {
	display: none;
	clear: both;
}

a.rpp_more_info_button {
	float: right;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-color: #f0f0f0;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	border-top: 1px dashed #cccccc;
	color: #000;
	text-transform: uppercase;
}

a.rpp_more_info_button:hover{
	color: #fff;
	background-color: #333;
}

a.rpp_more_info_button:focus{
	color: #fff;
	background-color: #333;
}
.fancy_select select {
  /* Reset Select */
  appearance: none;
  outline: 10px red;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #fff;
  background-color: #2c3e50;
  background-image: none;
  cursor: pointer;
}

.fancy_select select:focus-visible {
	background-color: #3d7983;
	text-decoration: underline;
}

/* Remove IE arrow */

.fancy_select select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */

.fancy_select {
  position: relative;
  display: flex;
  width: 15em;
  height: 3em;
  border-radius: 8px;
  overflow: hidden;
 /*margin: -12px 0 0 20px; */
  margin: -12px 0 0 0; 
  float: left;
}

@media screen and (max-width: 650px) {
	.fancy_select {
		margin: 0 auto;
		float: none;	
	}
}

/* Arrow */

.fancy_select::after {
  content: '\25BC';
  position: absolute;
  top: -3px;
  right: 0;
  padding: 1em;
  background-color: #34495e;
  transition: .25s all ease;
  pointer-events: none;
  color: #ffffff;
}

/* Transition */

.fancy_select:hover::after {
  color: #f39c12;
}

.fancy_select_down_note {
    display: flex;
    justify-content: center;
}





#rpp_section_downloadables, #rpp_section_videos { position: relative; }

#rpp_dl_record_count {

	text-transform: uppercase;

	/*

	margin: 0 auto;

	left: 0; 

    right: 0; 

    margin-inline: auto; 

    width: fit-content;

	position: absolute; 

	top: 215px; 

	*/

	margin-top: -10px;

	padding-bottom: 40px;

}

#rpp_videos_record_count{
	text-transform: uppercase;
	margin-top: -70px;
	padding-bottom: 40px;
}

#rpp_video_viewer_blocker {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999999999;
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
}

#rpp_video_viewer_container {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9999999999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 100vh;
	display: none;
}



#rpp_video_viewer_container iframe {



	width: 80%;

	max-width: 1200px;

	height: 80%;

	max-height: 600px;



}



#rpp_section_featured .responsive_container {



	display: flex;

	/*gap: 20px 20px;*/

}

#rpp_section_featured .responsive_container > *:not(:last-child){

    margin-right:80px;

}

.rpp_featured_item {
	background-color: #ffffff;
	width: 15%;
	margin: 0;
	position: relative;
	padding-bottom: 40px;
}
.rpp_featured_item_interactive, .rpp_featured_item_video {

	flex-grow: 5;
	max-width: 610px;

}

.rpp_featured_item_download {
	flex-grow: 1;
	max-width: 320px;
}

@media screen and (max-width: 650px) {
	#rpp_section_featured .responsive_container {
		display: block;
	}
	.rpp_featured_item {
		width: 100%;
		max-width: 100%;
		margin: 20px 0;
	}
}

div.rpp_featured_item_image {
	padding-top: 50%;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.rpp_featured_item_download div.rpp_featured_item_image {
	padding-top: 95%;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.rpp_featured_item a h3 {
	color: #3a3a3a;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 20px;
}

.rpp_featured_item a:hover {
	text-decoration: none;
}

.rpp_featured_item a:hover h3 {
	/*color: #6caaff;*/
	text-decoration: none;
}

.rpp_featured_item a p {
	color: #5B5A5A;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 20px 20px 20px 20px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
}

.rpp_featured_item a p.frw_file{
	background:  url('/userfiles/images/frwfile.svg') no-repeat right center;
}

.rpp_featured_item a p.frw_video{
	background:  url('/userfiles/images/frwvideo.svg') no-repeat right center;
}

.rpp_featured_item a p.frw_link{
	background:  url('/userfiles/images/frwlink.svg') no-repeat right center;
}

.rpp_featured_item a:hover p {
	color: #000;
	text-decoration: underline;
}

a.rpp_video_viewer_modal_close_button {
	text-align: right;
	display: block;
	width: 80%;
	max-width: 1200px;
	color: #ffffff;
	padding: 10px 0;
}

.rpp_interactive_item {
	float: left;
	width: 30%;
	margin: 0 5% 5% 0;
	animation: fadeIn 6s;
}

.rpp_interactive_item:nth-of-type(3n) {
	margin-right: 0;
}

@media screen and (max-width: 1200px) {
	.rpp_interactive_item,
	.rpp_interactive_item:nth-of-type(3n) {
		float: left;
		width: calc(50% - 15px);
		max-width: 585px;
		margin: 0 30px 30px 0;
	}
	.rpp_interactive_item:nth-of-type(2n) {
		margin: 0 0 30px 0;
		float: right;
	}
}

@media screen and (max-width: 650px) {
	.rpp_interactive_item,
	.rpp_interactive_item:nth-of-type(3n),
	.rpp_interactive_item:nth-of-type(2n) {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 40px 0;
	}
}


/*
.rpp_interactive_item img {
	display: block;
	width: 100%;
	height: 250px;
}
*/

div.rpp_interactive_item_image {
	padding-top: 50%;
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.rpp_interactive_item a p {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 20px;
}

.rpp_interactive_item a{ display: block;}

.rpp_interactive_item a:hover {
	background: #fff;
	text-decoration: none;
}

.rpp_interactive_item a:hover p {
	color: #C44676;
	text-decoration: none;
}

.rpp_interactive_item a:focus {
	background: #fff;
	text-decoration: none;
	outline: 4px solid #fff;
}

.rpp_interactive_item a:focus p {
	color: #C44676;
	text-decoration: none;
}

a#rpp_downloadables_more_button {

}

a#rpp_downloadables_more_button:hover {

}

a#rpp_downloadables_more_button:focus {

}

/*
body:not(.pg_resources) #rpp_section_featured {
	margin: 20px 0;
}
*/

/*@media screen and (max-width: 1000px) {*/
@media screen and (max-width: 1080px) {
	#rpp_dl_record_count,
	#rpp_videos_record_count {
		top: 155px;
	}
	.rpp_reset_all_filters_ptag {
		margin: 0px 0 0px 0;
		text-align: center;
		float: right;
	}
	.rpp_reset_all_filters_button {
		float: none;
	}
	.browsernote {
		margin: 0px auto 60px auto;
	}
}

@media screen and (max-width: 650px) {
	#rpp_dl_record_count,
	#rpp_videos_record_count {
			top: 185px;
	}

	.rpp_reset_all_filters_ptag {
		margin:25px 0 0px 0;
		text-align: center;
		float: none;
	}
}

.browsernote {
  /*margin: -30px auto 60px auto;*/
  width: 100%;
  /*text-align: center;*/
  text-align: left;
  margin: -50px 0 0 0;
  padding: 0 0 40px 0;
}

.rpp_downloadable_container{ 
	max-width: 1600px; margin: 0 auto;
}
@media (max-width: 1700px){
	.rpp_downloadable_container{ 
		padding: 0 50px;
	}
}

@media (max-width: 700px){
	 #widgets_container .widget.imageGrid { padding: 0;}
	.rpp_downloadable_container img{ max-width: 90%; margin: 0 auto !important; display: block;}
}