@import url('/templates/sales_demo_2022/css/sass.css');

html {
  margin: 0;
}

h3[data-toggle="collapse"]:after { color: #457090 !important; }
h3[data-toggle="collapse"]{border-bottom: 2px solid #457090 !important;}
.row.collapsing, .row.collapse.show {  border: 2px solid #457090 !important; border-top: 0 !important}

.help_button.btn {color: #457090; border: solid 1px #457090 !important; }
.help_button.btn:hover, .help_button.btn:focus {color: white; background-color: #457090;}

a.calcxml_reset{font-family: century-gothic, sans-serif; font-size: 12px; line-height: 12px; border:  solid 1px #457090 !important;color: #457090; text-transform: uppercase; border-radius: 17px; padding: 10px 0}
a.calcxml_reset:hover, a.calcxml_reset:focus {color: white; background-color: #457090;}

a[name]{position: relative; top: -143px; z-index: 1}

/*S*/
@media only screen and  (max-width: 767px) {
	a[name]{position: relative; top: -123px; z-index: 1}
}

/*XS*/
@media only screen and  (max-width: 575px) {
	a[name]{position: relative; top: -50px; z-index: 1}
}


