/* Self-serve content from Sitemaster
-------------------------------------------------------------- */

/* Branding.less for ASME/SCM6
-------------------------------------------------------------- */

html {
  font-size: 62.5%;
}
h1 {
  color: #333333;
}
h2 {
  color: #333333;
}
h3 {
  color: #00529f;
}
h4 {
  color: #00529f;
}
h5 {
  color: #333333;
}
.sans {
  font-family: Helvetica, Arial, Verdana, sans-serif;
}
.serif {
  font-family: Georgia, Cambria, Times, "Times New Roman", serif;
}
.bold {
  font-weight: bold;
}
.plaintext {
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.small {
  font-size: 12px;
  font-size: 1.2rem;
}
.separator {
  font-weight: bold;
  color: #f0eee8;
}
.separatorSpecial {
  font-weight: bold;
  color: #666666;
}
.noBorder {
  border: none;
}
.no-border-top {
  border-top: 0!important;
}
.no-border-right {
  border-right: 0!important;
}
.no-border-bottom {
  border-bottom: 0!important;
}
.no-border-left {
  border-left: 0!important;
}
.nomargin {
  margin: 0;
}
.nopadding {
  padding: 0;
}
.wrap {
  word-wrap: break-word;
}
.museo-sans {
  font-family: 'Museo Sans', Arial, Sans Serif;
}
.museo-sans300 {
  font-family: 'Museo Sans-300', Arial, Sans Serif;
}
.museo-sans500 {
  font-family: 'Museo Sans-500', Arial, Sans Serif;
}
/*alerts*/

.error {
  color: #990000;
}
.info {
  color: #00559b;
}
.warning {
  color: #ffc747;
}
.asmeButton {
  background: url("/Images/backgrounds/asme_button_background.png") repeat-x top left;
  padding: 5px 10px;
  font-weight: bold;
  border: 3px solid #ffc747;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /*behavior: url('/CSS/lib/border-radius.htc');*/

}
.blueButton {
  background: url("/Images/backgrounds/blue_button_background.png") repeat-x top left;
  padding: 2px 10px;
  font-weight: bold;
  border: 1px solid #00559b;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  /*behavior: url('/CSS/lib/border-radius.htc');*/

  color: white !important;
  font-size: 1.4rem;
}
/* Helpers.less for ASME/SCM6
   Based on Bootstrap.less by Mark Dotto
-------------------------------------------------------------- */

.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.center-block {
  display: block;
  margin: 0 auto;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.hide {
  display: none !important;
}
.center {
  text-align: center;
}
.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block {
  display: block;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.ir {
  display: inline-block;
  zoom: 1;
  *display: inline;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.unselected {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/*Triangle*/
#flip .horizontal {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  /*IE*/
  filter: fliph;
  /*IE*/

}
#flip .vertical {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -ms-filter: flipv;
  /*IE*/
  filter: flipv;
  /*IE*/

}
.selfServe h3,
.selfServe h4,
.selfServe h2 {
  padding: 10px 0;
}
.selfServe h3 a:hover,
.selfServe h4 a:hover,
.selfServe h2 a:hover {
  text-decoration: none;
}
.selfServe h3 {
  font-weight: normal;
}
.selfServe h3 a,
.selfServe h2 a {
  color: #333333;
}
.selfServe h3 a:hover,
.selfServe h2 a:hover {
  cursor: default;
  color: #333333;
}
.selfServe h2 {
  border-bottom: 1px solid #c0beba;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.selfServe h6 a,
.selfServe h6 a:hover {
  color: #333333;
}
.selfServe a {
  color: #1f9dd1;
}
.selfServe a:hover {
  color: #1f9dd1;
}
.selfServe table {
  width: 100%;
  margin-bottom: 20px;
}
.selfServe table tr:first-child {
  background-color: #00559b;
  color: white;
  valign: middle;
}
.selfServe table tr td {
  padding: 3px 0 3px 10px;
  margin: 0;
  line-height: 1.4;
  border: 1px solid black;
}
.selfServe ul {
  line-height: 1.4;
  list-style: disc;
  margin: 0 0 10px 20px;
}
.selfServe ol {
  line-height: 1.4;
  margin: 0 0 10px 20px;
}
.selfServe .indent {
  padding-left: 20px;
}
.selfServe .indent15 {
  padding-left: 15px;
}
