.containner_Appreciation{
margin:0 auto;	
}

.br_display{
display:none;	
}

.Desktop_version{
display:block;
}

.Mobile_version{
display:none;
}	

.bubble{
position: relative;
margin:0 auto;
}

.Textadjust_right{
padding-right:0px;	
}

.Textadjust_left{
padding-left:0px;
}

/* Bottom right text */
.text-block {
  position: absolute;
  margin:0 auto;
  bottom: 40px;
  width:100%;
}

.marginleft20{
margin-left:-20px;
}


/* moved to Site.css */
/*
.text-block h4{
font-size:20px!important;
 color: #117478!important;
 text-align:center!important;
}

.Mobile_text_left{
width:280px;
height:120px;
color: #117478;
text-align:center;
padding-top:30px;
background-image:url('images/SB_left_noarrow.svg');
background-repeat: no-repeat;
background-position: left top, right bottom, center center;
}


.Mobile_text_right{
width:280px;
height:120px;
color: #117478;
text-align:center;
padding-top:30px;
background-image:url('images/SB_right_noarrow.svg');
background-repeat: no-repeat;
background-position: left top, right bottom, center center;
}

.Mobile_text_left text,.Mobile_text_right text{
font-size:16px!important;
color: #117478!important;
font-weight:bold;
}

.Mobile_text_left a,.Mobile_text_right a{
font-size: 10px;	
bottom:0;
right:5px;
}

.text-block a, .text-block p {
	cursor: pointer;
	font-size: 16px;
	position: relative;
	bottom: 0px;
	right: 5px;
}

*/

.nav-tabs,.nav-link,.nav-link:focus,.nav-link:hover,.nav-link.active{
border:none;
}

.pagination_section{
text-align:center;
padding-left:50%;  
}

.nl_Pagination{
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
font-weight:bold;
}

.nl_Pagination li {
  float: left;
  left:50%;
}

.liactive > text {

	/* shared with Newsletters in Site.css */
	/*color: blue;*/
	text-decoration: underline;
}

#Card_table {
width:80%;
margin:0 auto;	
}

#Card_table img{
width:auto;
max-width:450px;
}

#Card_table p{
text-align:justify!important;
}


/* moved to Site.css */
/*
#Top_title{
background-color:#E2EEEF;
padding:10px 0px;
margin:0px 10px;
text-align:center!important;
}

#Top_title text{
font-size:20px;
color:#117478;
font-weight:600;
}*/


.w-100{
height:auto;
width:350px;
}

.Textadjust_top{
top:22%;	
}

@media (max-width: 1024px) {
.text-block {
margin-bottom:-10px;
}

.text-block h4{
font-size:18px!important;
}
	.text-block a, .text-block p {
		font-size: 16px !important;
	}

.pagination_section{
padding-left:43%;  
}
.Textadjust_top{
top:20%;	
}
}

@media (max-width: 973px) {
.containner_Appreciation{
width:95%;	
}
	
.br_display{
display:block;	
}

.pagination_section{
padding-left:43%;  
}

.col-sm-6{
margin:0 auto;	
}

.bubble{
margin-bottom:20px;
}

.Textadjust_right{
padding-right:20px;	
}

.Textadjust_left{
padding-left:5px;
}

.text-block {
margin-bottom:-15px;
line-height:5px;
}


.text-block h4{
font-size:14px!important;
}
	.text-block a, .text-block p {
		font-size: 12px !important;
	}

.Textadjust_top{
top:18%;	
}
}

.hide-text {
	background-color: #D0CECE;
}

@media (max-width: 576px) {
	.Desktop_version {
		display: none;
	}

	/* moved to Site.css */
	/*.Mobile_version tr td .Mobile_text_right a, .Mobile_version tr td .Mobile_text_left a  ,.Mobile_version tr td .Mobile_text_right .button_text, .Mobile_version tr td .Mobile_text_left .button_text {
		color: #16555E !important;
		font-size: 14px !important;
	}*/

	#Card_table img {
		width: auto;
		max-width: 300px;
	}

	.pagination_section {
		left: 55%;
	}

	.Mobile_version {
		display: block;
	}

	.pagination_section {
		padding-left: 35%
	}
}