/* Featurettes
------------------------- */
.featurette-divider-top {
  margin: 0px 10px; /* Space out the Bootstrap <hr> more */
}
.featurette-divider {
  margin: 20px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.contentframe {
  background-color: white;
  z-index:1;
  float: left; /* Makes the container height the same as its children. */
  padding: 10px 10px 4px 10px;
  margin: 20px 0 20px 0;  /*  top & bottom padding here to tweak the highlight standout separation   */
    background-image: url("http://www.mendmeshop.com/_img_global/hl_background/blue_splash_dark.png");
      width:580px;
    box-shadow:
    2px 0 0 0 #888,
    0 2px 0 0 #888,
    2px 2px 0 0 #888,   /* Just to fix the corner */
    2px 0 0 0 #888 inset,
    0 2px 0 0 #888 inset;
}

.round-cornersa {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}
.contentframe .round-cornersa .bgd {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .4;
    width: 100%;
    height: 100%;
}
#ptround img {                  /* used for medical tape images */
    border: 2px solid #342F2F;
    border-radius: 20px;
    height: 120px;
    margin-bottom: 10px;
    width: 142px;
}


p.bg-success, p.bg-primary {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
	  margin: 0 0 10px;
	  padding:5px;
	}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}


.form-group {
  margin-bottom: 15px;
}

#mc_embed_signup { border: none; text-align: center; max-width: 520px; } /* Signup form container */
.mc-field-group { display: block;border:0px solid black;max-width:100%;margin:5px 5px 5px 5px;}
#mce-EMAIL { width:100%;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1em; border: 2px solid #ABB0B2 ; color: #343434; background-color: #fff; padding: .7em 0 .7em 1em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: block; margin: 0; } /* Input Styles */
#mce-FNAME { width:100%;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 1em; border: 2px solid #ABB0B2 ; color: #343434; background-color: #fff; padding: .7em 0 .7em 1em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: block; margin: 0; } /* Input Styles */
.button { width:100%; font-family: 'Helvetica Neue', Helvetica,  Arial, sans-serif; font-size: 1em; letter-spacing: .03em; color: #fff; background-color: #2386C8 ; padding: .7em 2em; border: 2px solid #2386C8 ; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: block; margin: 0; } /* Button Styles */

:-webkit-input-placeholder { color: #ABB0B2 ; } /* WebKit browsers */
:-moz-placeholder { color: #ABB0B2 ; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #ABB0B2 ; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #ABB0B2 ; } /* Internet Explorer 10+ */

input {
  box-sizing: border-box;  /*fix for input extending beyond div */
}

span.quotemonkey {
font-size: 11px !important; color: #626262;
}

.blueEmphasis, .blueEmphasisLarge {font-weight:bold;color:#1B75BB;}
.blueEmphasisLarge {font-size:28px}
.greenEmphasis, .greenEmphasisLarge {	font-weight:bold;color:#1A5511;}
.greenEmphasisLarge {font-size:20px;}
.greyEmphasis {font-weight:bold;color:#555555;}
.redEmphasis {font-weight:bold;color:#660000;}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}