@media print {
	.socialNetworkNavBar {
		display:none;
	}
	.socialNetworkNav{
		display:none;
	}
	#shdetllbtn, .pest, .turn-note-container{
		display:none;
	}
	#listaDetalles{
		display: inherit;
	}
}
@charset "utf-8";
/* Global Styles */
.unselectable {
	-moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;
}
article {
	display: block;
}

details {
	display: block;
}
figcaption {
	display: block;
}
figure {
	display: block;
}
footer {
	display: block;
}

hgroup {
	display: block;
}
menu {
	display: block;
}
nav {
	display: block;
}
section {
	display: block;
}

body {
	color: rgb(0, 0, 0);
	line-height: 1.5;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80.5%;
	/*font-weight: normal;*/
	-ms-text-size-adjust: none;
	background-color: rgb(255, 255, 255);
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 188, 243, .4);
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 720px;
	/*padding-left: 2.275%;
	padding-right: 2.275%;*/
	
}

figure {
	margin: 1em 0px; padding: 0px;
}
img {
	border: currentColor; display: block; max-width: 100%;
}

h1 {
	display: block;
}
h2 {
	margin: 0px; padding: 0px; font-weight: bold;
}
h3 {
	margin: 0px;
	padding: 0px;
}
.note-and-coin-page .mainContent h1 {
	margin: 0px 0px 0.31em;
	color: rgb(0, 0, 0);
	line-height: 1;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 2.14em;
	font-weight: normal;
}
/*#printlink {
	display: none;
}
#printlink {
	text-align: right;
	padding-bottom: 1em;
	margin-bottom: 1em; 
	display: block;
}
#printlink a {
	background-position: right 0px;
	background-repeat: no-repeat;
	line-height: 1.5;
	padding-right: 20px;
	font-size: 0.84em;
	display: inline-block;
	min-height: 14px; 
	
}*/
#detutltrv a{
	float: right;
	color: #FFF;
}
.note-and-coin-page blockquote{
	margin: 0px;
	padding: 1em 2em; 
	background-color: rgb(238, 238, 238);
}
.note-and-coin-page blockquote h1 {
	margin: 0px 0px 0.5em;
	font-weight:600;
}
.note-and-coin-page blockquote h2 {
	margin: 0px 0px 0.5em;
}
.note-and-coin-page blockquote h3 {
	margin: 0px 0px 0.5em;
}
.note-and-coin-page .image-map-container .turn-note-container {
	display: inherit;
}

a:link {
	/*color: rgb(51, 153, 255); */
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	text-decoration: underline;
}
/* Header */
header {
	text-align: left;
	display: block;
}
.note-and-coin-page .top .valid-date {
	color: gray;
	font-size: 1.2em;
}
.note-and-coin-page .top #printlink {
	 border: currentColor;
	 float: right;
	 display: inline;
}
header .profileLogo .logoPlaceholder {
	background-color: rgba(208,207,207,1.00);
	width: 187px;
	text-align: left;
}

header .profileHeader h1 {
	font-family: Arial,Helvetica,sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
}

header .profileHeader h3 {
	font-family: Arial,Helvetica,sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}
body hr {
	border: none;
    margin-bottom: 2em;
    border-bottom: 1px dotted #004677;
}
header .profileHeader p {
	font-family: Arial,Helvetica,sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
	
}
header .socialNetworkNavBar {
	text-align: center;
	position: absolute;
	clear: both;
}
.socialNetworkNavBar .socialNetworkNav{
    cursor: pointer;
	/*background-color: #117fba;*/
	position: relative;
}

.socialNetworkNav:hover span {
  opacity: 1; 
 }
 
.socialNetworkNav img:hover {
    opacity:0.5;
}

.socialNetworkNav a:active a:visited {
    border:0;
}

/* ESTILO PARA LOS BOTONES Y POP UPS*/

.note-and-coin-page .image-map-container {
    position: relative;
    margin-bottom: 30px;
}

/*.note-and-coin-page .image-map-container .hot-spot {
	background: rgba(255, 139, 0, 0.5);
	border-radius: 50%;
	border: 0.2em solid rgb(255, 255, 255);
	width: 4.16%;
	height: 7.51%;
	min-height: 25px;
	min-width: 25px;
	text-align: center; 
	color: rgb(255, 255, 255);
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 1em;
	display: block;
	position: absolute;
	z-index: 100; 
	box-shadow: 2px 2px 5px rgba(0,0,0,0.26);
}

.note-and-coin-page .image-map-container .hot-spot:hover {
	background: rgba(75, 158, 205, 0.5);
	text-decoration: none;
}*/

.note-and-coin-page .image-map-container .turn-note-container{
	background: url("../images/turn-note-complete.png") no-repeat right top / 71px 75px;
}
.note-and-coin-page .image-map-container .turn-note-container .turn-note {
	z-index: 25;
}

#popup {
	top:5%;
	/*right:50%;*/
	outline: none;
}

.modal-body {
	padding:9px 15px;
	background-color: #0480be;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-radius: 0px;
}

.modal-body h1,.texto{
	color: #FFF;
}

.modal-body ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.modal-body ul li {
	display: inline;
}

.modal-body img{
	border-radius: 50%;
}

/* Main Content sections */
/*
header .socialNetworkNavBar {
	text-align: left;
	display: block;
	margin-top: 60px;
	clear: both;
}
header .socialNetworkNavBar .socialNetworkNav {
	border-radius: 50%;
    cursor: pointer;
}
header .socialNetworkNavBar .socialNetworkNav ul{
	padding: 0px;

}
.socialNetworkNav li {
  list-style: none;
  border-radius: 50%;
  display: inline-block;
  margin-right: 25px;
  background-color: #117fba;
  width: 100px;
  height: 100px;
  position: relative;
}
.socialNetworkNav li img{
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100px;
  height: 100px;
  
}
 .socialNetworkNav li span{
  position: absolute;
  top: 37px;
  left: 25px;
  font-size: 12pt;
  font-weight:600;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  
}

.socialNetworkNav img:hover {
    opacity:0.5;
}
.socialNetworkNav li:hover span {
  opacity: 1;
 
 }
 
 */
.socialNetworkNavBar .socialNetworkNav a:active a:visited {
    border:0;
}
.mainContent .section1 {
	display: block;
}
.section1 .sectionTitle, .section2 .sectionTitle {
	font-family: Arial,Helvetica,sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	margin: 0 3% 0 0;
	float: left;
	clear: both;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	background-color: rgba(208,207,207,1.00);
	height: 1px;
	padding: 0px;
}
.mainContent .section1 .section1Content {
	font-family: ProximaNova;
	font-size: 14px;
	font-weight: 100;
	color: rgba(208,207,207,1.00);
}
.mainContent .section1 .section1Content span {
	color: rgba(146,146,146,1.00);
	font-family: sans-serif;
}
.section2 .sectionContentTitle {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 18px;
	font-weight: 700;
}

.section2 .sectionContentSubTitle {
	font-family: sans-serif;
	color: rgba(68,67,67,1.00);
	font-size: 14px;
	font-weight: 400;
}
.section2 .sectionContent {
	font-family: sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
}
.mainContent {
	display: block;
	padding: 0px;
}
.mainContent .externalResourcesNav .externalResources {
	background-color: rgba(208,207,207,1.00);
	display: inline-block;
	text-align: center;
	margin-top: 0px;
	padding-top: 3%;
	cursor: pointer;
}
.mainContent .externalResourcesNav .externalResources:hover {
	background-color: rgba(153,153,153,1.00);
}
.externalResourcesNav .externalResources a {
	font-family: Arial,Helvetica,sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
}
.stretch {
	content: '';
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}
/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: center;
    margin-top:2%;
}
header .profileHeader p {
	text-align: justify;
}

header .socialNetworkNavBar {
    text-align: center;
    display: block;
    margin-top: 60px;
    clear: both;
    margin-bottom: 15%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 60px;
	height: 60px;
	display: inline-block;
	/*margin-right: 5px;*/
}
#printlink {
	display: none;
}
/* Main content sections */
.mainContent .section1 {
	text-align: center;
    margin-bottom: 10%;
}
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: inline-block;
	text-align: left;
	font-family: sans-serif;
    text-align: justify;
}
.mainContent .section2 {
	display: block;
	text-align: center;
}
.section2 .section2Content {
    margin-top: 10%;
    text-align: justify;
    margin-bottom: 10%;
}
.mainContent .externalResourcesNav {
    margin-bottom: 10%;
 
}
.mainContent .externalResourcesNav .externalResources {
	width: 100%;
	height: 35px;
}
/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}
}

/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 1024px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;
	font-family: Arial,Helvetica,sans-serif;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
    margin-top:5%;
}
header .profileHeader {
	text-align: left;
    margin-top:7%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 100px;
	height: 100px;
	display: inline-block;
	/*margin-right: 10px;*/
}
/* Main content and sections */
.section1 .section1Title, .section2 .section1Title {
	text-align: center;
}
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 100%;
}
.section1 .sectionTitleRule2, .section2 .sectionTitleRule2 {
	display: none;
}
.mainContent .section1 .section1Content {
	display: block;
	margin: 0% 0% 0% 20%;
	font-family: Arial,Helvetica,sans-serif;
    margin-top: 5%;
    margin-bottom: 5%;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 20%;
	font-family: Arial,Helvetica,sans-serif;
    margin-top: 5%;
    margin-bottom: 5%;
}
.mainContent .externalResourcesNav {
	margin-left: 20%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
    margin-top: 5%;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: Arial,Helvetica,sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: Arial,Helvetica,sans-serif;
}
}

/* Desktops and laptops  */
@media only screen and (min-width:1025px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 2%;
}
header .socialNetworkNavBar .socialNetworkNav {
	width: 100px;
	height: 100px;
	display: inline-block;
}
/* Main content sections */
.section1 .sectionTitleRule, .section2 .sectionTitleRule {
	width: 22.5%;
}
.mainContent .section1 .section1Content {
	display: block;
	margin-top: 0%;
	margin-right: 0%;
	margin-left: 26%;
	margin-bottom: 10%;
	font-family: Arial,Helvetica,sans-serif;
}
.mainContent .section2 {
	clear: both;
}
.section2 .section2Content {
	padding: 0px;
	margin-left: 26%;
	ont-family: Arial,Helvetica,sans-serif;
}
.mainContent .externalResourcesNav {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	padding-top: 0px;
	clear: both;
}
.mainContent .externalResourcesNav .externalResources {
	width: 199px;
	height: 48px;
}
/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}
.hot-spot {
	background: rgb(255, 139, 0);
	 border-radius: 50%; 
	 border: 0.3em solid rgb(255, 255, 255);
	 width: 1.6em !important;
	 height: 1.6em !important;
	 text-align: center;
	 color: rgb(255, 255, 255);
	 line-height: 1.6em;
	 font-size: 1em; 
	 display: block;
	 position: absolute; 
	 z-index: 100;
	 box-shadow: 2px 2px 5px rgba(0,0,0,0.26);
			 
}
.hot-spot:hover {
	background: rgb(75, 158, 205);
	text-decoration: none;
}

.note-and-coin-page .image-map-container img {
	width: 100%;
}
.note-and-coin-page .is-coin.image-map-container img {
	box-shadow: none;
}

/*//////////////////////////////////////*/
/* acá estaba el estilo de hot spot */

.note-and-coin-page .image-map-container .turn-note-container{
	background: url("../images/turn-note-complete.png") no-repeat right top / 71px 75px; 
	top: 0px;
	right: 0px; 
	width: 71px;
	height: 75px; 
	right: 0px; 
	position: absolute;
}
.note-and-coin-page .image-map-container .turn-note-container .turn-note {
	top: 5px;
	width: 30px;
	height: 25px; 
	right: 5px; 
	position: absolute;
}

.note-and-coin-page .image-map-container .point-information {
	width: 100%;
	position: absolute;
	z-index: 101;
	min-height: 100%; 
	box-shadow: 5px 7px 10px rgba(0,0,0,0.26);
	background-color: rgb(255, 140, 0);
}
.note-and-coin-page .image-map-container .point-information .point-info-content {
	padding: 5%;
}
.note-and-coin-page .image-map-container .point-information .point-info-content .image {
	width: 15%; 
	vertical-align: top;
	display: inline-block;
}
.note-and-coin-page .image-map-container .point-information .point-info-content .image img {
	border-width: 6px !important;
	border-style: solid; 
	border-color: rgb(255, 255, 255);
	margin: 0px auto;
	border-radius: 50%; 
	box-shadow: 6px 1px 5px 0px rgba(50,50,50,0.75); 
	-webkit-box-shadow: 6px 1px 5px 0 rgba(50, 50, 50, .75);
	-moz-box-shadow: 6px 1px 5px 0 rgba(50, 50, 50, .75);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text {
	margin: 0.9em;
	display: inline-block;
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text h1 {
	margin: 0px 0px 0.5em;
	color: rgb(255, 255, 255);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text h2 {
	margin: 0px 0px 0.5em;
	color: rgb(255, 255, 255);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text h3 {
	margin: 0px 0px 0px;
	color: rgb(255, 255, 255);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text #wile fieldset .total-amount.form-section .label__text {
	margin: 0px 0px 0.5em; color: rgb(255, 255, 255);
}
#wile fieldset .total-amount.form-section .note-and-coin-page .image-map-container .point-information .point-info-content .text .label__text {
	margin: 0px 0px 0.5em; color: rgb(255, 255, 255);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text #wile fieldset .payment-type.form-section .label__text {
	margin: 0px 0px 0.5em; color: rgb(255, 255, 255);
}
#wile fieldset .payment-type.form-section .note-and-coin-page .image-map-container .point-information .point-info-content .text .label__text {
	margin: 0px 0px 0.5em; color: rgb(255, 255, 255);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text #wile fieldset .account-info.form-section .label__text {
	margin: 0px 0px 0.5em; color: rgb(255, 255, 255);
}
#wile fieldset .account-info.form-section .note-and-coin-page .image-map-container .point-information .point-info-content .text .label__text {
	margin: 0px 0px 0.5em; color: rgb(255, 255, 255);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text h4 {
	margin: 0px 0px 0.5em; color: rgb(255, 255, 255);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text h5 {
	margin: 0px 0px 0.5em; color: rgb(255, 255, 255);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text h6 {
	margin: 0px 0px 0.5em; color: rgb(255, 255, 255);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text p {
	color: rgb(0, 0, 0); overflow: hidden; font-size: 0.9em; margin-bottom: 0.7em;
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text img {
	border-radius: 50%; width: auto; margin-right: 1.5em; margin-bottom: 1em;
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text img {
	width: inherit;
}
.note-and-coin-page .image-map-container .point-information .point-info-content .text blockquote {
	color: rgb(40, 22, 0); margin-bottom: 0.7em; background-color: rgb(255, 166, 58);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .video {
	align-content: center;
}
.note-and-coin-page .image-map-container .point-information .point-info-content .video #TestID {
	height: 0px; overflow: hidden; padding-bottom: 56.25%; margin-bottom: 10px; position: relative; background-color: rgb(0, 0, 0);
}
.note-and-coin-page .image-map-container .point-information .point-info-content .video #qbrick_professional_qbrick1 {
	background: no-repeat center / cover rgb(0, 0, 0); left: 0px; top: 0px; width: 100%; height: 100% !important; position: absolute; cursor: pointer;
}
.note-and-coin-page .image-map-container .point-information .close-button {
	padding: 0px; top: 1em; width: 2.5em; height: 2.5em; right: 1em; position: absolute; cursor: pointer; background-image: url("/cassette.axd/file/css/img/close_x-99d061289b57faee7d69fd837376940670ca9ba7.png"); background-repeat: no-repeat;
}
.note-and-coin-page .image-map-container .show-points-listing-container {
	margin-top: 15px; margin-bottom: 4em;
}
.note-and-coin-page .image-map-container .show-points-listing-container .show-points-listing {
	float: right;
}
.note-and-coin-page .image-map-container .show-points-listing-container .show.show-points-listing {
	display: inline;
}
.note-and-coin-page .image-map-container .show-points-listing-container .hide.show-points-listing {
	display: none;
}
.note-and-coin-page .image-map-container .points-listing {
	margin-top: 20px; display: none;
}
.note-and-coin-page .image-map-container .points-listing .number {
	background: rgb(255, 139, 0); border-radius: 50%; border: 0.25em solid rgb(255, 255, 255); left: 0px; width: 1.2em !important; height: 1.2em !important; text-align: center; color: rgb(255, 255, 255); line-height: 1.2em; font-size: 1.4em; display: block; position: absolute; z-index: 100; box-shadow: 2px 2px 5px rgba(0,0,0,0.26);
}
.note-and-coin-page .image-map-container .points-listing .text h1 {
	margin-top: 0px;
}
.note-and-coin-page .image-map-container .points-listing .text h2 {
	margin-top: 0px;
}
.note-and-coin-page .image-map-container .points-listing .text h3 {
	margin-top: 0.86em;
}
.note-and-coin-page .image-map-container .points-listing .text #wile fieldset .total-amount.form-section .label__text {
	margin-top: 0.86em;
}
#wile fieldset .total-amount.form-section .note-and-coin-page .image-map-container .points-listing .text .label__text {
	margin-top: 0.86em;
}
.note-and-coin-page .image-map-container .points-listing .text #wile fieldset .payment-type.form-section .label__text {
	margin-top: 0.86em;
}
#wile fieldset .payment-type.form-section .note-and-coin-page .image-map-container .points-listing .text .label__text {
	margin-top: 0.86em;
}
.note-and-coin-page .image-map-container .points-listing .text #wile fieldset .account-info.form-section .label__text {
	margin-top: 0.86em;
}
#wile fieldset .account-info.form-section .note-and-coin-page .image-map-container .points-listing .text .label__text {
	margin-top: 0.86em;
}
.note-and-coin-page .image-map-container .points-listing .text h4 {
	margin-top: 0.86em;
}
.note-and-coin-page .image-map-container .points-listing .text h5 {
	margin-top: 0.86em;
}
.note-and-coin-page .image-map-container .points-listing .text h6 {
	margin-top: 0.86em;
}
.note-and-coin-page .image-map-container .points-listing .text h1 {
	font-size: 1.6em; margin-top: 0px;
}
.note-and-coin-page .image-map-container .points-listing .text h2 {
	font-size: 1.4em;
}
.note-and-coin-page .image-map-container .points-listing .text h3 {
	font-size: 1.1em;
}
.note-and-coin-page .image-map-container .points-listing .text #wile fieldset .total-amount.form-section .label__text {
	font-size: 1.1em;
}
#wile fieldset .total-amount.form-section .note-and-coin-page .image-map-container .points-listing .text .label__text {
	font-size: 1.1em;
}
.note-and-coin-page .image-map-container .points-listing .text #wile fieldset .payment-type.form-section .label__text {
	font-size: 1.1em;
}
#wile fieldset .payment-type.form-section .note-and-coin-page .image-map-container .points-listing .text .label__text {
	font-size: 1.1em;
}
.note-and-coin-page .image-map-container .points-listing .text #wile fieldset .account-info.form-section .label__text {
	font-size: 1.1em;
}
#wile fieldset .account-info.form-section .note-and-coin-page .image-map-container .points-listing .text .label__text {
	font-size: 1.1em;
}
.note-and-coin-page .image-map-container .points-listing .text h4 {
	font-size: 1em;
}
.note-and-coin-page .image-map-container .points-listing .text blockquote {
	margin-top: 0.5em; margin-bottom: 0.5em;
}
.note-and-coin-page .image-map-container .points-listing .text img {
	display: none;
}


