@charset "utf-8";

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption,
figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

i {
	font-style: italic;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after { 
  content: ''; 
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: middle;
}

hr {
	border: 1px solid #ededf0;
	margin-bottom: 20px;
}

.lte7 img {
  -ms-interpolation-mode: bicubic;
}

input, select, textarea {
  margin: 0;
  padding: 0;
}

input, textarea {
  line-height: 1em;
  font-size: 100%;
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

textarea {
  overflow: auto;
  -webkit-resize: none;
  -moz-resize: none;
  resize: none;
}

label.error {
	position: absolute;
	top: 120px;
	left: 0;
	padding: 9px;
	border-radius: 5px;
	background: #ff0000;
	color: #fff;
}

input.error, textarea.error {
	border: 1px solid #ff0000 !important;
}

/* General styles */

body {
  font-size: 12px; 
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  line-height: 1;
  background: #fff;
  color: #666;
}

em {
  font-style: italic;
}

a {
  color: #ec008b;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.center-img {
	display: block;
	margin: 0 auto 0 auto;
}

.nice-border {
	padding: 1px;
	border: 1px solid #CACBCB;
}

/* Styles for block with formated text like main content */

.text-block p, .text-block ul, .text-block ol {
  line-height: 1.75em;
  margin: 0 0 1.7em 0;
  padding: 0;
}

.text-block h1, .text-block h2, .text-block h3 {
  font-weight: normal;
  margin: 0 0 .5em;
  color: #ec008b;
  font-weight: 300;
}

.text-block h1 {
  font-size: 20px;
  line-height: 25px;
  margin: 4px 0 10px;
}

.text-block h2 {
  font-size: 1.6em;
}

.text-block h3 {
  font-size: 1.3em;
}

.text-block h4 {
  font-size: 1.2em;
  margin: 0 0 .3em;
  color: #ec008b;
  font-weight: 300;

}


.text-block ul, .text-block ol {
  padding: 0 0 0 2em;
  list-style-type: disc;
}

.text-block ol {
  list-style-type: decimal;
}

/* Specific styles */

.wrapper {
  position: relative;
  margin: 0 auto;
  width: 980px;
	padding: 0 10px;
}

header {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 980px;
}

header > .wrapper {
	height: 170px;
}

header .logo {
  display: block;
  position: absolute;
  background: url('../images/logo.png') no-repeat 0 0;
  width: 219px;
  height: 60px;
  left: 10px;
  top: 40px;
}

.social {
	position: absolute;
	right: 10px;
	top: 7px;
	height: 28px;
}

.social a {
	display: block;
	float: left;
	width: 34px;
	height: 28px;
	margin-left: 6px;
}

.facebook {
	background: url('../images/facebook.png') no-repeat 0 0;
}

.linkedin {
	background: url('../images/linkedin.png') no-repeat 0 0;
}

.twitter {
	background: url('../images/twitter.png') no-repeat 0 0;
}

.youtube {
	background: url('../images/youtube.png') no-repeat 0 0;
}

.call-us {
	position: absolute;
	right: 10px;
	top: 40px;
	width: 730px;
	background-color: #ededf0;
	border-radius: 6px;
	color: #ec008b;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	text-align: right;
	padding: 15px 10px;
}

.main-menu a:hover {
  text-decoration: none;
}

.main-menu-list {
  position: absolute;
  left: 0;
  top: 120px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 100;
}

.main-menu-list > li {
  float: left;
  position: relative;
  border-radius: 5px;
}

.main-menu-list > li > a {
  color: #666;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding: 0 11px;
  margin: 8px 0;
  cursor: pointer;
  background: none;
  text-transform: uppercase;
  border-left: 1px solid #666;
}

.main-menu-list > li > a.first {
	border-left: none;
}

.main-menu-list > li:hover {
	background: #ec008b;
}

.main-menu-list > li:hover > a {
  color: #fff;
}

.main-menu-list ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  list-style-type: none;
  margin: 0;
}

.main-menu li:hover > ul {
  display: block;
}

.main-menu-list ul,
.main-menu-list ul:before,
.main-menu-list ul a {
  background: #ec008b; /* Change dropdown background color here */
}

.main-menu-list ul,
.main-menu-list ul:before {
	background: none;
}

.main-menu-list ul:nth-child(n) {
  overflow: hidden;
  background: none;
  padding: 0 5px 5px;
  margin: 0 0 0 -5px;
}

.main-menu-list ul:before  {
  content: '';
  position: absolute;
  z-index: -1;
}

.main-menu-list ul::before {
  right: 5px;
  left: 5px;
  top: 0;
  bottom: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}

.ie8 .main-menu-list ul:before {
  right: -3px;
  left: 3px;
  top: 0;
  bottom: -3px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAEAARQBBJCezVgAAAABJRU5ErkJggg==');
}

.main-menu-list ul li {
  padding: 0;
  margin: 0;
}

.main-menu-list ul a {
	color: #fff;
  display: block;
  padding: 2px 15px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}

.main-menu li li:first-child a {
	border-radius: 5px 5px 0 0;
}

.main-menu li li:last-child a {
  border-radius: 0px 0px 5px 5px;
}

.main-menu-list ul a:hover {
  background: #fbe5f2;
  color: #ec008b;
}

.main-content {
	padding-top: 170px;
  min-width: 980px;
}

.main-content > .wrapper {
  overflow: hidden;
  background: #fff url('../images/stars.png') no-repeat 0 100%;
}

.main-column {
  float: left;
  width: 440px;
  margin-bottom: 55px;
}

.side-column {
  float: right;
  width: 520px;
}

.billboard {
	width: 520px;
	height: 320px;
	overflow: hidden;
	border-radius: 6px;
	margin-bottom: 20px;
}

.contact-form-wrapper {
	position: relative;
	width: 500px;
	height: 200px;
	padding: 10px;
	margin-bottom: 20px;
	background: #fbe5f2 url('../images/contact-form.png') no-repeat 270px 100%;
	border-radius: 6px;
}

.contact-form-wrapper h3 {
	color: #666;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	background: url('../images/bar-pink.png') no-repeat 0 0;
	padding: 12px 10px 11px;
	margin-bottom: 10px;
}

#contact-form ul {
	position: relative;
}

#contact-form ul li {
	padding-bottom: 0;
}

#contact-form label {
	display: none;
}

#contact-form ul li input,
#contact-form ul li textarea {
	width: 208px;	
	padding: 8px 10px 7px;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 13px;
	line-height: 13px;
	height: 13px;
}

#contact-form ul li input {
	margin-bottom: 10px;
	*margin-bottom: 8px;
}

#contact-form-message {
	position: absolute;
	height: 93px !important;
	width: 238px !important;
	top: 0;
	right: 0;
	*margin-top: 1px !important;
}

.buttons {
	text-align: right;
	position: absolute;
	right: 10px;
	bottom: 10px;
	*bottom: 10px;
}

.submit {
	width: 140px;
	height: 30px;
	text-indent: -9999px;
	background: url('../images/submit.png') no-repeat 0 0;
	border: none;
	cursor: pointer;
}

.transforming-dentistry {
	background: #f4f4f4;
	border-radius: 6px;
	margin-bottom: 20px;
}

.transforming-dentistry h3 {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	background: url('../images/bar-orange.png') no-repeat 0 0;
	padding: 11px 0 9px 0;
}

.transforming-dentistry ul {
	overflow: hidden;
	margin: 0 10px;
}

.transforming-dentistry li {
	float: left;
	margin: 10px 0 0 40px;
	border: 1px solid #e9e9e9;
	background: #fff;
	padding: 1px;
}

.transforming-dentistry li.first {
	margin-left: 0;
}

.testimonials {
	background-image: url(../images/testimonial-bg.png);
	height: 315px;
	width: 520px;
	border-radius: 5px;
}

.testimonials div {
	padding: 55px 30px 0 30px;
	width: 460px;
	height: 255px;
}

.testimonials div p {
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 25px;
}

.testimonials div span {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.testimonial {
	background-color:#EDEDF0;
	border-radius:5px;
	padding:20px;
	margin-bottom:15px;
}

.testimonial p:last-child{
		font-style:italic;
		margin-bottom:0;
}
.testimonial p{
	font-size:14px;
	
}

.testimonial img {
	margin-bottom:5px;
}

.testimonial a{
	text-align:center;
	display:block;
}

footer {
	min-width: 980px;
	background: #f0f0f2;
}

footer > .wrapper {
  overflow: hidden;
  color: #666;
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  padding: 102px 0 14px;
  background: url('../images/footer.png') no-repeat 10px 4px;
}

.read-more-text {
	display: none;
}

.pdf-list {
	list-style-image: url(../images/pdf-icon.png);
	vertical-align: middle;
}

.pdf-list li a{
	position: relative;
	bottom: 5px;
}

.margin-right {
	margin:5px 0 5px 10px;
}

.margin-left {
	margin:5px 10px 5px 0;
}
.margin-auto {
	margin:0 auto;
}

.inman-aligner-case {
	border-radius:10px;
	margin-bottom:10px;
}

.case {
	background: #DAD7E0;
	width: 440px;
	padding: 10px 5px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.case div {
	display: inline-block;
}

.case > p {
	margin: 10px 4px 0 4px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
}

.case div img {
	margin: 0 4px;
}

.case div p {
	display: block;
	text-align: center;
	color: #ffffff;
	background: #ED008C;
	margin: 0 4px;
	line-height: 26px;
}

.cs-snippet {
	width: 180px;
	color: #ec008b;
	font-size: 16px;
	line-height: 22px;
}

.cs-snippet.float-right {
	margin: 0 0 10px 10px;
}

.cs-snippet.float-left {
	margin: 0 10px 10px 0;
}

.question {
	color: #3a50a2;
}

.answer {
	color: #009bc8
}

.placeholder { color: #aaa; }