@charset "utf-8";
/* CSS Document */

/* --------------- MY HEADER ---------------- */





/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
  border-bottom: 1px solid #067c95;
  
  
}
header .brand {
  float: left;
  
}
header .nav {
	float: right;
	position: relative;
	top: 20px;
	bottom: 20px;
}
header .wr {
  padding-top: 25px;
  padding-bottom: 20px;
  padding-right: 10px;
}
header .wr:before, header .wr:after {
  display: table;
  content: "";
  line-height: 0;
}
header .wr:after {
  clear: both;
}
@media (min-width: 980px) and (max-width: 1199px) {
  header .wr {
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
  header .wr {
    padding-right: 0;
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}


/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}

.isStuck {
  background: #ffffff;
  z-index: 999999;
  border-bottom: 1px solid #067c95;
  
}
.isStuck .wr {
  padding-top: 25px;
  padding-bottom: 16px;
  
}
.isStuck .search-form_toggle {
  top: 15px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}


/*==================     Brand     ======================*/
.brand {
  position: relative;
  display: inline-block;
  margin-left: 10px;
 margin-top: -5px;
  padding-left: 14px;
 
  margin-bottom: 10px;
  text-align: right;
  
}
.brand a:hover {
  color: inherit;
}

/* -------------

.brand:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -57px;
  width: 50px;
  height: 47px;
  margin-right: 6px;
  background: url(../images/logo.png) center no-repeat;
} 
 
--------------*/

.brand_name {
  overflow: hidden;
  margin-top: 5px;
  font-size: 21px;
 
  /* -- letter-spacing: -1.05px; --*/
  line-height: 28px;
  color: #067c95;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-stretch:condensed;
  }

.brand_name_before {

  overflow: hidden;
  margin-top: 5px;
  font-size: 16px;
 
  /* -- letter-spacing: -1.05px; --*/
  line-height: 28px;
  color: #3F3F3F;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-stretch:condensed;

  
   } 

.brand_slogan {
  font-size: 16px;
  color: #067c95;
  margin-top: 5px;
  margin-right: 3px;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch:condensed;
}


.small_header {
  float:right; 
  max-width:300px;  
  overflow:hidden; 
  margin-top:-8px;
  margin-bottom:-20px; 
  font-size:14px; 
  text-align:right; 
  margin-right:230px; 
  font-weight:400;
  font-stretch:condensed;
  display: inline;

  }
  
  
  .small_header2 {
 
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: -20px;
  font-size:12px;
  line-height: 14px;
  max-height:20px;
  float:right;
  font-weight: 700;

  }
  
  .small_header2 a {
	  font-weight: 400;
  }


@media (max-width: 479px) {
  .brand {
    margin-left: 10px;
	text-align: left;
  }
  
  .small_header {
	  display:none;
  }
  
  .small_header2 {
	  display:none;
  }
}

@media (max-width: 979px) {
	 .small_header2 {
	  display:none;
  }
	
}



/*========================   Menu   ==========================*/

.sf-menu2 {
	display: inline;
	color: #067c95;
}


.sf-menu {
	display: inline-block;
	color: #067c95;
	float: right;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 2px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 7px 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #067c95;
	border-bottom: thick solid #067c95;

	
}
.sf-menu > li.active > a {
	color: #067c95;
	border-bottom: thick solid #067c95;
	
	
	
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 2px;
  padding: 10px 0 10px;
  background: #323232;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  color: #FFF;
  padding: 10px 35px 10px 31px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
  background: #01bbd4;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 180px;
  margin-left: 10px;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFF;
  background: #01bbd4;
}

.sf-menu ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu ul > li > .sf-with-ul:before {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #fff;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 1365px) and (min-width: 1200px) {
  .sf-menu > li > a {
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight:200px;
	font-stretch: condensed;
	/* letter-spacing: 0.01px;  --*/
	margin: 23px 16px 5px 16px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 8px;
    font-size: 14px;
  }
}
@media (max-width: 979px) {
  .sf-menu {
    display: none;
  }
}


/*========================   Menu_front   ==========================*/



.sf-menu_front {
	display: inline-block;
	color: #067c95;
}
.sf-menu_front:before, .sf-menu_front:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu_front:after {
  clear: both;
}
.sf-menu_front > li {
  position: relative;
  float: left;
}
.sf-menu_front > li + li {
  margin-left: 3px;
}
.sf-menu_front a {
  display: block;
}

.sf-menu_front > li > a {
 
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.sf-menu_front > li.sfHover > a, .sf-menu_front > li > a:hover {
	color: #067c95;
	border-bottom: thick solid #067c95;

	
}
.sf-menu_front > li.active > a {
	color: #067c95;
	border-bottom: thick solid #067c95;
	
	
	
}

.sf-menu_front ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 2px;
  padding: 10px 0 10px;
  background: #323232;
  z-index: 10;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu_front ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}
.sf-menu_front ul > li {
  position: relative;
}
.sf-menu_front ul > li > a {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #FFF;
  padding: 10px 35px 10px 31px;
}
.sf-menu_front ul > li.sfHover > a, .sf-menu_front ul > li > a:hover {
  color: #FFF;
  background: #01bbd4;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
}

.sf-menu_front ul ul {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 180px;
  margin-left: 10px;
  padding: 0;
  z-index: 4;
}

.sf-menu_front ul ul > li > a {
  color: #FFF;
}
.sf-menu_front ul ul > li.sfHover > a, .sf-menu_front ul ul > li > a:hover {
  color: #FFF;
  background: #01bbd4;
}

.sf-menu_front ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu_front ul > li > .sf-with-ul:before {
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -7px;
  content: "";
  color: #fff;
  font: 400 14px/14px "FontAwesome";
}

@media (max-width: 1365px) and (min-width: 1200px) {
  .sf-menu_front > li > a {
	padding-top: 3px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	font-size: 16px;
	font-weight:200px;
	font-stretch: condensed;
	/* letter-spacing: 0.01px;  --*/
	margin: 23px 16px 5px 16px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .sf-menu_front {
    display: none;
  }
}
@media (max-width: 979px) {
  .sf-menu_front {
    display: none;
  }
}


@media (max-width: 1367px) and (min-width: 1200px) {
	
  .sf-menu-picture {
    display: none;
  }

}


/*============================= MY STYLES  ===============================*/










.graph_nav_UR {
	margin-top:25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 4px 4px 2px #888888;
	box-shadow: 4px 4px 2px #888888;
	padding-top: 25px;
	padding-right: 45px;
	border-radius: 5px;
	padding-bottom: 45px;
	border: 1px solid #888888;
	padding-left: 45px;
	font-size: 15px;
	min-height: 120px;
	
	color:#1E1E1E;
	background: #ffffff;
}

.graph_nav_UR2 {
	margin-top:25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 4px 4px 2px #888888;
	box-shadow: 4px 4px 2px #888888;
	padding-top: 25px;
	padding-right: 25px;
	border-radius: 5px;
	padding-bottom: 45px;
	border: 1px solid #888888;
	padding-left: 25px;
	font-size: 15px;
	min-height: 120px;
	
	color:#1E1E1E;
	background: #ffffff;
}

.headingBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #00ffff;
}
.scriptBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00ffff;
}
.headingWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

 .oversizePink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff00ff;
	font-weight: bold;
}
.headingPink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff00ff;
}

.scriptPink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff00ff;
}
.oversizeYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffff00;
}
.oversizeWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.headingYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffff00;
}
.scriptYellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ffff00;
}

.causesHEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}


.color_RED_WS {
	color: #ff0000;
	text-shadow: 2px 2px 2px #ffffff;
}

.color_RED_BS {
	color: #ff0000;
	text-shadow: -2px 2px 2px #000000;
}

.color_BLUE_WS {
	color: #003366;
					

	text-shadow: 2px 2px 2px #ffffff;

}

.color_LIGHT_BLUE {
	color: #00ccff;
	
}

.color_LIGHT_BLUE_BS {
	color: #00ccff;
	text-shadow: 2px 2px 2px #000000;
	
}



.color_YELLOW_BS {
	color: #ffff00;
	text-shadow:  -2px 2px #000000;
	
}

.color_WHITE_BS {
	color: #ffffff;
	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #000000;
   text-shadow: 2px 2px #000000;
	
}

.color_WHITE {
	color: #ffffff;

	
}



/* ------------  FOOTER ----------------*/



.footer_slide {
  background: #131313;
  color: #fff;
  width:100%;
    position: absolute;
    bottom: 0;
	z-index: 999999;
  /*margin-top: 75px;*/
}



.footer_slide a, .footer_slide a:hover {
  color: white;
}

.footer_slide .hiddenfooter {
  display: none;
  border-top: 1px solid #335861;
  border-bottom: 1px solid #335861;
  width:100%;
  padding-top: 30px;
  font-size: 13px;
  max-height:650px; 
  overflow: auto; 
 
}


.footer_slide .hiddenfooter .border-right {
   position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 2px;
}

.footer_slide .hiddenfooter .footer-bottom {
  height: 1px;
  border-top: 1px solid #335861;
}





/* ======================= footer_slide_pages   ======================== */



.footer_slide_pages {
  background: #2A0815;
  color: #fff;
  width:100%;
    /* position: fixed; */
    bottom: 0;
	z-index: 999999;
  /*margin-top: 75px;*/
}



.footer_slide_pages a, .footer_slide_pages a:hover {
  color: white;
}

.footer_slide_pages .hiddenfooter {
  /* display: none; */
  border-top: 1px solid #335861;
  border-bottom: 1px solid #335861;
  width:100%;
  padding-top: 30px;
  font-size: 14px;
  line-height:18px;

 
}


.footer_slide_pages .hiddenfooter .border-right {
   position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 2px;
}

.footer_slide_pages .hiddenfooter .footer-bottom {
  height: 1px;
  border-top: 1px solid #335861;
}


/* ======================= END footer_slide_pages   ========================= */


.textWrap_ftr_left {
	clear: both;
	float:left;
	margin: 5px 20px 10px 0;
}

.textWrap_right {
	clear: both;
	float:right;
	margin: 5px 20px 10px 20px;
	padding-left: 20px;
}

.footer_ul li {
	font-size: 16px;
	padding: 10px 0px 10px 0px;
	border-bottom:1px solid #0fa3a5;
	width: 90%;
}


.footer_ul li:after {
	content: "\f054";
	font-family: "FontAwesome";
	float:right;
	color:#fff;
	
	
	}


.footer_ul2 li {
	font-size: 16px;
	padding: 10px 0px 10px 0px;
	border-bottom:1px solid #0fa3a5;
	width: 90%;
	text-align: justify;
}	
	
 .footer_ul2 li:before {
	
	content: "\f054";
	font-family: "FontAwesome";
	float:left;
	color:#fff;
	margin:20px 20px 20px -10px;
	
	
	}  
	
	
h6.footer_h6 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color:#0fa3a5;
  text-transform:none;
  } 
  
  
  h6.footer_h6_small {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color:#0fa3a5;
  text-transform:none;
  } 
  
  
  .footer_ol {
	  padding-top: 20px;
	  padding-left: 20px;
  }
  
  
  .footer_ol li {
	list-style-type: decimal;
	
	padding: 7px 0px 7px 5px;
	width: 90%;
}


/* .footer_ol li:after {
	content: "\f054";
	font-family: "FontAwesome";
	float:right;
	color:#fff;
	
	
	}  */
	
	
	
	
	
.btn_pristine {
  display: inline-block;
  width: auto;
  padding: 17px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_pristine {
  background: #01bbd4;
}
.btn_pristine:hover {
  background: #f44236;
}
.btn_pristine:active {
  background: #ea1b0d;
}

.btn_pristine_small {
  display: inline-block;
  width: auto;
  padding: 10px;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn_pristine_small {
  background: #0F8074;
}
.btn_pristine_small:hover {
  background: #f44236;
}
.btn_pristine_small:active {
  background: #ea1b0d;
}




.graph_nav_BLUE {
	margin-top:25px;
	margin-bottom: 25px;
	-webkit-box-shadow: 4px 4px 2px #888888;
	box-shadow: 4px 4px 2px #888888;
	
	border-radius: 5px;
	
	border: 1px solid #888888;
	
	font-size: 15px;
	min-height: 120px;
	min-width: 165px;
	background: url(../images/BG_LINE.png) ;
	background-repeat:repeat-y;
	/* background-image:url(../images/rightsitemic.jpg);
	background-repeat:no-repeat; */
}


.graph_nav_BLUE p {
	color:#ffffff;
}


 .contentCAUSE {
	 padding-bottom: 45px;
	 padding-top: 25px;
	padding-right: 45px;
	padding-left: 45px;
background-image:url(../images/rightsitemic.jpg);
background-repeat:no-repeat;	 

} 


@media (max-width: 479px) {
	 .contentCAUSE {
	 padding-bottom: 45px;
	 padding-top: 25px;

background-image:url(../images/rightsitemic.jpg);
background-repeat:no-repeat;	 

}
}

.contentCAUSE_p {
padding-top: 60px;


padding-right: 45px;
padding-left: 45px;
} 


.ins3 {
  padding-top: 78px;
}


.thumb_pris {
  position: relative;
  overflow: hidden;
}



.highlight
{
	background-color: blue;
}
.find_selected
{
	background-color: green;
}



/* ----------------------  USER FLOAT  ---------------------------- */


div#fixed2 {
    position: fixed;
	background:#318518;
	font-size:14px;
	padding:5px 5px 5px 5px;
	overflow:hidden;
    bottom: 10px;
    right: 10px;
    width:75px;
	height:75px;
    border: 2px solid #113111;
	border-radius:100px 100px 100px 100px;
	vertical-align:central;
}


div#fixed2:hover {
    position: fixed;
	background:#ffffff;
	font-size:14px;
	padding:5px 5px 5px 5px;
	overflow:hidden;
    bottom: 10px;
    right: 10px;
    width:75px;
	height:75px;
    border: 2px solid #113111;
	border-radius:100px 100px 100px 100px;
	vertical-align:central;
}



#close4 {
	color:#ffffff;
	width:15px;
	font-size:12px;
	height:15px;
	background:#9C2224;


}

.top_user_float2 {
	padding-top: 8px;
	line-height:18px;
	color:#ffffff; 
	font-size:16px;
	

}


.top_user_float2:hover {
	padding-top: 8px;
	line-height:18px;
	color:#318518; 
	font-size:16px;
	

}



a[name] {
  padding-top: 40px;
  margin-top: -40px;
  display: inline-block; /* required for webkit browsers */
}


mark{
    background: orange;
    color: black;
}



/* ============ SLIDER STYLES ================ */


div.user_slide {
 
 	color:#8C2DAB; 
	font-size:18px; 
 	line-height: 20px; 
 	width:115px;
	height:115px;
    border: 2px solid #73E74B;
	border-radius:150px 150px 150px 150px;
	background-color:rgba(255,255,255, 0.3);
	
}

div.user_slide_lite {
 
 	color:#8C2DAB; 
 	font-size:18px; 
 	line-height: 20px; 
 	width:115px;
	height:115px;
    border: 2px solid #73E74B;
	border-radius:150px 150px 150px 150px;
	background-color:rgba(255,255,255, 1);
	
}


div.slide_pop {
 
 	color:#8C2DAB; 
	padding: 15px 10px 10px 10px;
    border: 2px solid #73E74B;
	border-radius:150px 150px 150px 150px;
	background-color:rgba(255,255,255, 0.3);
	
}

div.slide_pop_lite {
 
 	color:#8C2DAB; 
	padding: 15px 10px 10px 10px;
    border: 2px solid #73E74B;
	border-radius:150px 150px 150px 150px;
	background-color:rgba(255,255,255, 1);
	
}

.field {
	padding: 100px;
}



/* =================== LOAD MORE =============================*/

div.load_more {
    display:none;
    padding: 10px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    margin-bottom: 5px;
    background-color: #f1f1f1;
	/*display: inline-block;*/
}
div.load.display {
	display: inline-block;
}


#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #33739E;
    color: #fff;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    box-shadow: 0 1px 1px #ccc;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}
#loadMore:hover {
    background-color: #fff;
    color: #33739E;
}


/* =================== User Link =============================*/

p.user_link1 {
	text-align:center;
}

p.user_link1 a {
	color: #2A5597;
}

p.user_link1 a:hover {
	color: #2A5597;
	text-decoration:underline;
}

p.user_link2 {
	text-align:right;
	font-size:12px; 
	color:#ff00ff; 
	display: inline; 
	overflow: visible; 
	white-space: nowrap;
}

p.user_link2 a {
	text-align:right;
	color:#ff00ff;
}

p.user_link2 a:hover {
	text-align:right;
	color: #ff00ff;
	text-decoration:underline;
}


p.user_link3 {
	text-align:right;
	font-size:16px; 
	color:#ff00ff; 

}

p.user_link3 a {
	color:#ff00ff;
	text-align:right;
}

p.user_link3 a:hover {
	text-align:right;
	color: #ff00ff;
	text-decoration:underline;
}


.bg-color-maroon {
	background: #2A0815;
}


@media (max-width: 479px) {
	.no_display {
		display:none;
	}
	
	.no_display_2 {
		display:none;
	}
	
	p.drucker_paragraphs {
	text-align:left; 
	font-size:15px;
	}
	
	p.user_link1 {
	text-align:center;
}

p.user_link1 a {
	color: #2A5597;
}

p.user_link1 a:hover {
	color: #2A5597;
	text-decoration:underline;
}

p.user_link2 {
	display:none;
}

p.user_link2 a {
	display:none;
}

p.user_link2 a:hover {
	display:none;
}

}



  p.drucker_paragraphs {
  text-align: justify; 
  justify-content:space-around; 
  font-size:15px;
  }
  
 @media (max-width: 768px) {
	 	.no_display {
		display:none;
	}
	
	p.user_link2 {
	display: none;
}
 }
 
 .link_pristine a {
	 color:#337479;
 }
 
 .link_pristine a:hover {
	 color:#729B95;
	 text-decoration:underline;
 }
 
 
 /* Buton for customer custom pages */
 
 .BTN_diseaselist {
   background: #3D94F6;
   background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
   background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: #FFFFFF;
   margin-top: 20px ;
   font-size: 20px;
   font-weight: 300;
   padding: 10px 15px 10px 15px;
   box-shadow: 1px 1px 6px 0px #000000;
   -webkit-box-shadow: 1px 1px 6px 0px #000000;
   -moz-box-shadow: 1px 1px 6px 0px #000000;
   text-shadow: 1px 1px 20px #000000;
   border: solid #337FED 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
}

.BTN_diseaselist:hover {
   background: #1E62D0;
   background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
   background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
   text-decoration: none;
}
