@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}
@-ms-viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}

/* global modifiers */
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-font-smoothing: antialiased;
	-ms-touch-action: none !important;
	touch-action: none !important;
	-webkit-text-size-adjust: none;
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
.unselectable, .unselectable * {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}
body {
	font-family:proxima-nova, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
}
b {
	font-weight: 700;
	font-family:proxima-nova, Helvetica, Arial, sans-serif;
}
h1, h2 {
	font-weight: normal;
	font-style: normal;
	/*font-weight: 700;*/
	font-family: letter-gothic-std, sans-serif;
	margin: 0;
	padding: 0;
}
i {
	font-style: italic;
}
b i {
	font-weight: normal;
	font-style: italic;
}
sup, sub {
	font-weight: normal;
	font-style: normal;
	line-height: 0;
	font-size: 60%;
}
sup.larger {
	font-size: 70%;
}
.nostyle {
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
.clear {
	clear: both;
}
.nowrap {
    white-space:nowrap;
}
.mini {
    font-size: 2px;
    line-height: 2px;
}
h1 sup, h2 sup {
	font-size: 50%;
	position: relative;
	top: -0.1em;
}
p {
	padding: 0;
	margin: 2px 0 10px 0;
	line-height: 22px;
}
p b {
	font-weight: 600;
}
p.tight {
	margin-bottom: 2px;
}
p.small {
	margin: 2px 0 5px 0;
}
p.topspace {
	margin-top: 15px;
}
p.subhead {
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
}
p.disclaimer {
	text-align: right;
}
p.indent {
	margin-left: 0.5em;
	text-indent: -0.5em;
}
p.indent b, p.indent sup {
	font-weight: 600;
}
p.numberedindent {
	margin-left: 1.4em;
	text-indent: -1.4em;
}
.highlight, a {
	color: #798D91;
}
.small {
	font-size: 80%;
}
.large {
    font-size: 120%;
}
ul, ol {
	margin: 0 0 10px 25px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
li span {
	position: relative;
	left: -5px;
}

/* page structure */
body {
	margin: 0;
	padding: 0;
	/*background: #444444;*/
}
#pagewrap {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	max-width: 1280px;
	/*min-width: 1280px;*/
}
.home #pagewrap {
	background-color: #FFFFFF;
}
#contentwrap {
	position: relative;
	width: 100%;
	min-height: 625px;
	overflow: hidden;
	/*background: #FFFFFF url("../images/common/bg.jpg") no-repeat top center;*/
}
.ui-panel {
	width: 100%;
	padding-bottom: 10%;
}
.ui-panel-inner {
	margin: 40px;
	color: #768B90;
	margin-top: 150px;
	text-align: center;
}
.ui-panel-inner p {
	font-size: 20px;
}
.ui-panel-inner .margin-bottom {
	margin-bottom: 50px !important;
}
.ui-panel-inner .security-badge {
	background: black;
	background: url(../images/common/icn/icn_locked.png) no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
	display: inline-block;
}
.ui-panel-inner .col-2 {
	width: 49%;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}
.ui-panel-inner a{
	cursor: pointer;
}
.ui-panel-inner .col-2 span{
	display: block;
}
/*.ui-page-theme-a .ui-btn,*/
.ui-panel-inner .col-2 .return-btn, .ui-panel-inner .col-2 .continue-btn, .ui-panel-inner .col-2 .resources-continue-btn {
	color: #FFFFFF;
	min-width: 70px;
	width: 40%;
	border-radius: 14px;
}
.ui-panel-inner .col-2 .return-btn {
	background: #798D91;
}
.ui-panel-inner .col-2 .continue-btn, .ui-panel-inner .col-2 .resources-continue-btn {
	background: #F17D78;
}
.home #contentwrap {
	/*background: #000000 url("../images/home/home_bg.png") no-repeat top center;*/
	/*background: #FFFFFF url("../images/home/home_bg.png") no-repeat top center;*/
	/*background-size: contain;*/
}
.home .mob-logo, .inner .mob-logo {
	display: none;
}
#pagesurgeon {
	position: absolute;
	top: 0;
	right: 0;
	padding: 18px 20px 0 0;
	width: 90%;
	height: 31px;
	/*background: url("../images/common/topbar.png") no-repeat top right;*/
	z-index: 3;
}
#pagesurgeon .login, #pagesurgeon .register {
	padding: 2px 10px;
	text-decoration: none;
}
#pagesurgeon .login {
	background: #ebf0f3;
}
#pagesurgeon .register {
	border: 1px solid #798D91;
}

/* home top & mobile nav */
.home #pagesurgeon {
	/*background: url("../images/home/home-topbar.png") no-repeat top right;*/
}
.surgeonlinks {
	text-align: right;
	color: #798D91;
	font-size: 16px;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	line-height: 22px;
}
.surgeonlinks a {
	/*color: #FFFFFF;*/
	text-decoration: underline;
}
#navsurgeon {
	position: relative;
	top: 30px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
	line-height: 20px;
}
.inner #pagesurgeon, .inner #pagesurgeon a {
	color: #798D91;
}
#contentarea {
	position: relative;
	float: right;
	z-index: 2;
	width: 72%; /* left over from left nav width */
	/*width: 918px;*/
}
#contentpage {
	overflow: hidden;
}
#calloutwrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 295px;
}
#calloutarea {
	position: absolute;
	width: 100%;
	height: 100%;
}
.row {
	text-align: center;
	margin: 30px 0 50px 0;
	min-height: 210px;
}
.col-4 {
	display: inline-block;
	color: #FFFFFF;
	position: relative;
	width: 300px;
	margin: 0 10px;
	float: left;
	height:192px;
	width: 23.438%;
	max-width: 300px;
	margin: 0 0.782%;
}
.col-4 .icon {
	position: absolute;
	top: -28px;
	left: 96px;

	width: 110px;
	height: 110px;
	top: -14.59%;
	left: 32%;
}
.learn-more {
	border: 1px solid #798D91;
	padding: 10px 50px 10px 20px;
	position: absolute;
	/*top: 345px;*/
	/*left: 560px;*/
	text-decoration: none;
	font-size: 16px;
text-align: left;
	color: #798D91;
}

.learn-more i {
	width: 18px;
	height: 15px;
	top: 30%;
	right: 15px;
	position: absolute;
	margin: 0;
	background: url("../images/common/icn/icn_arrow.png");
}
.col-4 .learn-more-link, .col-4 .operative-techniques, .col-4 .fav-biocompatibility, .col-4 .ease-of-use{
	position: absolute;
	background: black;
	bottom: -30px;
	left: 25%;
	background-size: contain;
	width: 160px;
	height: 50px;
}
.col-4 .learn-more {
	/*background: url(../images/common/icn/learn-more.png) no-repeat;*/
	bottom: -20px;
	left: 74px;
	top: initial;
	background: #fff;
	bottom: -10.42%;
	left: 24.67%;
}
.col-4 .learn-more.two-lines{
	bottom: -30px;
	left: 33px;
	bottom: 15.63%;
	bottom: -17.19%;

	width: 55%;
	max-width: 160.293px;
	left: 11%;
}
.col-4 .learn-more.two-lines.large-text {
	padding: 10px 40px 10px 18px;
	left: 8px;
}
.col-4 .learn-more.two-lines.favorable-biocompatibility {
	left: 50px;
	left: 16.67%;
	width: 42.535%;
}
.col-4 .learn-more.two-lines.fa-questions {
	left: 62px;
	left: 20.67%;
	width: 105.406px;
	width: 35.2%;
}
.col-4 .description {
	margin: 90px 0 50px 0;
	text-align: center;
	display: inline-block;
	font-size: 20px;
}
.col-neovascularization, .col-casereviews, .col-biocompatibility, .col-questions {
	background: #F17D78;
}
.col-neovascularization .icon{
	background: url(../images/common/icn/icn_2days.png) no-repeat;
	background-size: contain;
}
.col-support {
	background: #798D91;
}
.col-support .icon {
	background: url(../images/common/icn/icn_support_strength.png) no-repeat;
	background-size: contain;
}
.col-bioreplace, .col-ease-of-use {
	background: #F7AC93;
}
.col-bioreplace .icon {
	background: url(../images/common/icn/icn_bioreplace.png) no-repeat;
	background-size: contain;
}
.col-casereviews .icon {
	background: url(../images/common/icn/icn_notes.png) no-repeat;
	background-size: contain;
}
.col-biocompatibility .icon {
	background: url(../images/common/icn/icn_heart.png) no-repeat;
	background-size: contain;
}
.col-ease-of-use .icon {
	background: url(../images/common/icn/icn_ease_of_use.png) no-repeat;
	background-size: contain;
}
.col-questions .icon {
	background: url(../images/common/icn/icn_faq.png) no-repeat;
	background-size: contain;
}
#footerwrap {
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;/*13px;*/
}
#footerarea {
	color: #798D91;
	padding: 10px 40px 30px 40px;
	max-height: 1000000px;
}
    #footerarea ul {
        margin-left: 17px;
		color: #798D91 !important;
        /*color: #798D91 !important;*/
    }
	#footerarea a {
		color: #F7AC93;
	}
	#footerarea p.small {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
	}
#footerwrap b {
	font-weight: bold;
	font-family: proxima-nova, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
}
#footerwrap .methodology {
	font-size: 14px;
	border-top: 1px solid #dfdfdf;
	margin-top: 30px;
	padding-top: 10px;
}
#footerwrap i {
	font-style: italic;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#footerwrap b i {
	font-weight: bold;
	font-style: italic;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#footerwrap sup, #footerwrap sub {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#footerwrap .allergan {
	margin: 25px 0 8px 0;
}
#footerwrap .important-safety-info {
	font-size: 18px;
	margin-bottom: 5px;
}
#footerwrap .important-safety-info b {
	color: #F17D78;
}
#navblock {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 28%;
	/*width: 362px;*/
	min-height: 625px; /* same as #contentwrap */
	line-height: 24px;
	background-color: #FFFFFF;
	color: #798D91;
	font-size: 18px;/*17px;*/
}
.inner #navblock {
	/*background-color: rgba(0,0,0,0.63);*/
}
#navwrap {
	position: relative;
	margin-top: 145px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#navarea {
	padding: 15px 20px;/*15px;*/
	overflow: hidden;
	border-right: 1px solid #efefef;
}
#logo {
	position: absolute;
	top: 30px;
	right: -28px;
	width: 305px;
	height: 110px;
	background-image: url("../images/common/logo_seri.svg");
	background-size: contain;
}
#navlinks {
	padding: 18px 30px 0 20px;
	text-align: left;
	color: #798D91;
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 0;
}
#navlinks a {
	color: #FFFFFF;
	text-decoration: underline;
}
.navblock {
	width: 100%;
	overflow: hidden;
	padding: 0 0 8px 0;
	text-align: right;
}
.navon.navblock, .allowhover .navblock:hover {
	background-color: rgba(255,255,255,0.07); 
}
.navactive.navblock, .allowhover .navactive.navblock:hover {
	background-color: rgba(255,255,255,0.12);
}
.navspace {
	width: 100%;
	height: 5px;
	background-color: rgba(255,255,255,0.2);
}
.navhead {
	padding: 12px 15px 15px 10px;
	cursor: pointer;
}
.navlink a {
    display: block;
	padding: 12px 15px 5px 10px;
	color: #798D91;
	font-size: 18px;
	text-decoration: none;
}
.navopen, .navclosed {
	font-size: 20px;
	line-height: 0;
}
.navopen, .navon > div > .navclosed {
	display: none;
}
.navclosed, .navon > div > .navopen {
	display: inline;
}
.navsub, .navsublinks {
	max-height: 0;
	overflow: hidden;
}
.navon > .navsub, .navon > .navsublinks {
	max-height: 255px;
}
.navsurgeon.navon > .navsub {
	max-height: 500px;
}
.navsurgeon .navon > .navsublinks {
	max-height: 300px;
}
.navsub a, .navsub div {
	display: block;
	color:#F17D78;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 15px 5px 10px;
	line-height: 20px;
}
.navsub a {
	display: inline-block;
}

.allowhover .navsub a:hover, .allowhover .navsubhead:hover {
	background-color: rgba(255,255,255,0.15);
}
.navsub a.subon, .allowhover .navsub a.subon:hover {
	background-color: #ebf0f3;
	padding: 10px;
	border-radius: 10px;
}
.navsub a.subon {
	text-shadow: 0 0 5px #FFFFFF;
}
.navsubhead {
	cursor: pointer;
}
.navsub .navsubblock, .navsub .navsublinks {
	padding: 0;
}


/* shared elements */
.allergan {
	/*width: 128px;*/
	height: 40px;
	background-image: url("../images/common/logo-sofregen-color.svg");
}
.refblock {
	display: none;
	z-index: 2;
	position: absolute;
	right: 20px;
	bottom: 45px;
	width: 80%;
	max-width: 700px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #5e5e5e;
	padding: 20px 30px 20px 30px;
	color: #FFFFFF;
	font-size: 12px;
}
.refblock a {
	color: #FFFFFF;
	text-decoration: none;
}
.refarrow {
	position: absolute;
	width: 0px;
	height: 0px;
	right: 70px;
	bottom: -6px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #5e5e5e transparent transparent transparent;
}
.reflink {
	z-index: 2;
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	right: 40px;
	padding: 10px;
	width: 77px;
	height: 14px;
	background-image: url("../images/common/references.png");
	background-position: center center;
	background-repeat: no-repeat;
}
a.btn {
    display: block;
}
.btn {
	cursor: pointer;
}
.btn, .callout, .density {
	background-repeat: no-repeat;
}
.btn, .density {
	background-position: 0 0;
}
.callout {
	position: relative;
	float: left;
	width: 25%;
	height: 295px;
	background-position: center top;
}
.callout .btn {
	position: absolute;
	right: 10%;
	bottom: 30px;
	height: 38px;
}
.callout .btn span {
	display: none;
}
.callouttext {
	display: table;
	position: absolute;
	left: 0;
	bottom: 60px;
	min-width: 50%;
	max-width: 85%;
	height: 80px;
	background-color: rgba(255,255,255,0.8);
}
.callouttext p {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 20px;
	color: #840a2d;
	text-transform: uppercase;
	padding: 20px;
	margin: 0;
}
.callouttext sup {
	font-size: 60%;
}

/* Mobile Nav Images */
#navicon {
	/*width: 28px;*/
	/*height: 23px;*/
	/*background-image: url("../images/mobile/menu_icon1.png");*/
    z-index:100000;
	border: 1px solid gray;
	padding: 1px 5px;
	font-size: 14px;
}
#navarrow {
	/*width: 28px;*/
	/*height: 23px;*/
	/*background-image: url("../images/mobile/menu_expanded1.png");*/
     z-index:100000;
	border: 1px solid gray;
	padding: 1px 5px;
	font-size: 14px;
}
.opennav {
	position: absolute;
	top: 22px;
	right: 20px;
}

/* standard or shared page buttons */
.btn.seriaction {
	width: 176px;
	height: 38px;
	background-image: url("../images/home/action_btn.png");
}
.btn.close {
	width: 25px;
	height: 28px;
	background-image: url("../images/common/btn_close.png");
}
.btn.expand {
	width: 25px;
	height: 28px;
	background-image: url("../images/common/btn_expand.png");
}
.btn.unsubscribe {
	width: 176px;
	height: 38px;
	background-image: url("../images/common/btn_unsubscribe.png");
}
.btn.cancel {
	width: 176px;
	height: 38px;
	background-image: url("../images/common/btn_cancel.png");
}
.btn.register {
	width: 176px;
	height: 38px;
	background-image: url("../images/common/btn_register.png");
}
.btn.save {
	width: 176px;
	height: 38px;
	background-image: url("../images/common/btn_save.png");
}
.btn.ok {
	width: 176px;
	height: 38px;
	background-image: url("../images/common/btn_ok.png");
}
.btn.login {
	width: 176px;
	height: 38px;
	background-image: url("../images/common/btn_login.png");
}
.btn.password {
	width: 176px;
	height: 38px;
	background-image: url("../images/common/btn_password.png");
}


/* call out buttons */
.callout.ataglance .btn {
	width: 211px;
	background-image: url("../images/common/callout_ataglance_btn.png");
}
.callout.biocompat .btn {
	width: 210px;
	background-image: url("../images/common/callout_biocompat_btn.png");
}
.callout.bioreplaced .btn {
	width: 187px;
	background-image: url("../images/common/btn_callout_learnmore.png");
}
.callout.casestudies .btn {
	width: 197px;
	background-image: url("../images/common/callout_success_btn.png");
}
.callout.certified .btn {
	width: 210px;
	background-image: url("../images/common/callout_certified_btn.png");
}
.callout.ease .btn {
	width: 220px;
	background-image: url("../images/common/callout_ease_btn.png");
}
.callout.faq .btn {
	width: 187px;
	background-image: url("../images/common/callout_faq_btn.png");
}
.callout.lasting .btn {
	width: 187px;
	background-image: url("../images/common/callout_lasting_btn.png");
}
.callout.neovascular .btn {
	width: 187px;
	background-image: url("../images/common/btn_callout_learnmore.png");
}
.callout.peers .btn {
	width: 187px;
	background-image: url("../images/common/callout_peers_btn.png");
}
.callout.product .btn {
	width: 187px;
	background-image: url("../images/common/btn_callout_learnmore.png");
}
.callout.inaction .btn {
	width: 187px;
	background-image: url("../images/common/callout_seri_in_action_btn.png");
}
.callout.success .btn {
	width: 197px;
	background-image: url("../images/common/callout_success_btn.png");
}
.callout.techtv .btn {
	width: 210px;
	background-image: url("../images/common/callout_techtv_btn.png");
}

/* callout images */
.callout.ataglance {
	background-image: url("../images/common/callout_ataglance.jpg");
}
.callout.biocompat {
	background-image: url("../images/common/callout_biocompat.jpg");
}
.callout.bioreplaced {
	background-image: url("../images/common/callout_bioreplaced.jpg");
}
.callout.casestudies {
	background-image: url("../images/common/callout_case_studies.jpg");
}
.callout.certified {
	background-image: url("../images/common/callout_certified.jpg");
}
.callout.ease {
	background-image: url("../images/common/callout_ease.jpg");
}
.callout.faq {
	background-image: url("../images/common/callout_faq.jpg");
}
.callout.lasting {
	background-image: url("../images/common/callout_lasting.jpg");
}
.callout.neovascular {
	background-image: url("../images/common/callout_neovascularization.jpg");
}
.callout.peers {
	background-image: url("../images/common/callout_peers.jpg");
}
.callout.product {
	background-image: url("../images/common/callout_product.jpg");
}
.callout.inaction {
	background-image: url("../images/common/callout_seri_in_action.jpg");
}
.callout.success {
	background-image: url("../images/common/callout_success.jpg");
}
.callout.techtv {
	background-image: url("../images/common/callout_techtv.jpg");
}

/* taller home versions */
.home #calloutwrap {
	height: 439px;
}
.home .callout {
	height: 439px;
}
.home .callout.neovascular {
	background-image: url("../images/home/callout_neovascularization.jpg");
}
.home .callout.success {
	background-image: url("../images/home/callout_success.jpg");
}
.home .callout.bioreplaced {
	background-image: url("../images/home/callout_bioreplaced.jpg");
}
.home .callout.certified {
	background-image: url("../images/home/callout_certified.jpg");
}
.home .callout.peers {
	background-image: url("../images/home/callout_peers.jpg");
}
.home .callouttext, .callouttext.tall {
	height: 140px;
}

/* form styles */
label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	margin: 0 10px 10px 0;
	line-height: 28px;
}
label, .labelspace {
	clear: both;
}
.labelspace {
	margin: 10px 0 10px 160px; /* margin-right = label width including margin */
}
.labelspace a {
	color: #000000;
}
.labelspace.small {
	margin-top: 0;
	margin-bottom: 20px;
}
.formcenter {
	margin: 40px auto 0 auto;
	padding: 0 80px 0 0; /* half label width including margin */
	width: 500px;
	max-width: 90%;
}
.formleft {
	clear: both;
	float: left;
	width: 400px;
}
.formleft label {
	width: 185px;
}
.formleft .labelspace {
	margin-left: 195px;
}
.formright {
	float: left;
	width: 335px;
}
.formright label {
	width: 120px;
}
.formright .labelspace {
	margin-left: 130px;
}
input[type=text], input[type=password],input[type=email], select {
    margin: 0 0 10px 0;
    color: #000000;
}
input[type=text], input[type=password],input[type=email] {
	/*width: 190px;*/
    width:190px;
    height: 24px;
    padding: 2px 0 2px 6px;
}
select {
    width: 198px;
    height: 28px;
    padding: 2px 0 2px 2px;
}
input[type=checkbox], input[type=radio] {
    clear: both;
    float: left;
    margin: 2px 10px 10px 30px;
}
button, input[type=submit] {
	display: block;
	border: none;
	padding: 0;
}
p.checkbox {
	display: block;
	width: 270px;
	float: left;
    margin: 0 0 20px 0;
    line-height: 16px;
}
.surgeon.profile p.checkbox {
    width:325px;
}
.surgeon.profile input[type=checkbox] {
    margin-bottom:90px;
}
input[type=text], input[type=password], input[type=checkbox],input[type=email] , select {
    border: 1px solid #676767;
    background-color: #FFFFFF;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
}
#errormsg {
	position: absolute;
	display: none;
	overflow: hidden;
}
.errorarrow {
	position: absolute;
	top: 5px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 17.3px 10px 0;
	border-color: transparent #840a2d transparent transparent;
}
.errorbox {
	position: relative;
	max-width: 250px;
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #840a2d;
	padding: 3px 8px 3px 8px;
}

/* specific page styles */
.home #contentarea {
	color: #798D91;
}
.home h1 {
	position: absolute;
	top: 215px;
	left: 400px;
	font-size: 30px;
	line-height: 100%;
	font-family: letter-gothic-std, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 1px;
}
.home h2 {
	position: absolute;
	top: 270px;
	left: 400px;
	font-size: 24px;
	line-height: 100%;
	margin-bottom:10px;
	font-family: letter-gothic-std, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #F7AC93;
}
.home img.img-home {
	width: 60%;
	margin-top: 40px;
}
.home .break-word {
	display: none;
}
.home .learn-more.lm-link {
	top: 338px;
	left: 545px;
	color: inherit;
}

.home .seriaction {
	position: absolute;
	top: 355px;
	left: 75px;
}


/* inner shared styles */
.inner .methodology {
	font-size: 14px;
}
.inner #contentarea {
	min-height: 100%;
}
.casestudies .pushdown { /* matches #content area specs */
	position: absolute;
	width: 72%;
	left: 28%;
	bottom: 30px;
}
.casestudies .pushdown p {
	padding-right: 40px;
	padding-left: 60px;
}
.inner #contentpage {
	position: relative;
	padding: 170px 184px 30px 60px;
	font-size: 16px;
	color: #768B90;
	min-height: 90%;
	max-height: 1000000px;
}
.casestudies #contentpage {
	padding-bottom: 120px; /* catch all .pushdown heights */
}
.breast3.technique #contentpage, .mastopexy1.technique #contentpage, .abdominoplasty1.postop #contentpage {
	padding-bottom: 150px;
}
.abdominal1.technique #contentpage {
	padding-bottom: 180px;
}
.inner h1 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 10px;
	font-weight: bold;
}
.inner h2 {
	font-family: letter-gothic-std, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	color: #F17D78;
	font-size: 24px;
}
.inner h2.tight {
	/*font-family: proxima-nova, sans-serif;*/
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 26px;
}
.inner ul {
	margin-left: 20px;
	/*color: #98012e;*/
}
.inner ul span, .inner ul.blackbullets {
	color: #798D91;/*color: #000000;*/
}
ul.spaced {
    margin-left: 20px;
}
ul.spaced li {
    margin-top: 5px;
	/*line-height: 30px;*/
}
li.gap {
    margin: 5px 0 20px 0;
}
.inner ul.floatlft {
    width: 45%;
    float: left;
}
.inner ul.floatrt {
    width: 45%;
    float: right;
}
.inner .spaceunder {
	margin-bottom: 20px;
}
.inner .spaceover {
	margin-top: 20px;
}
.inner .separator {
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	margin: 20px 0 30px 0;
}
.inner .spaceunder li{
	line-height: 30px;
}
.inner h2.spaceunder, .inner h1.spaceunder {
	margin-bottom: 10px;
}
.column {
	position: relative;
	float: left;
}
.column.twos {
	width: 40%;
	display: inline-block;
}
.column.threes {
	width: 30%;
	margin: 5px 3% 10px 0;
}
.column.col-2 {
	width: 300px;
	display: inline-block;
}
.column.col-2 p b {
	font-weight: 600;
}
.column.image-description {
	margin-left: 20px;
	margin-top: -5px;
	width: 52% !important;
}
.column .img-height {
	height: 280px;
	width: 300px;
}
.column .thintext {
	display: none;
}
.popimg {
	/*margin: 14px 12px 5px 0;*/
	/*cursor: pointer;*/
}
.popimg .expand {
	position: absolute;
	top: 0;
	right: 0;
}
.imgrt {
    position: relative;
    float: right;
    width: 50%;
}
.imglft {
    position: relative;
    float: left;
    width: 50%;
}
.txtlft {
    float: left;
    width: 40%;
}
.imgcnt {
    position: relative;
    float: left;
    left: 50%;
    margin: 10px 0 0 0;
}
.imgwrapper {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.imgcnt .imgwrapper {
    left: -50%;
}
.centeredwrapper {
	text-align:center;
}
.centeredinner {
	display: inline-block;
	text-align: left;
}

/* specific page styles and overrides */
.about.serisilk .popimg {
	height: 316px;
}
.about.serisilk .img1 {
	background: url("../images/about/image_1_small.jpg") no-repeat 0 0;
	background-size: 100% auto;
}
.about.serisilk .img2 {
	background: url("../images/about/image_2_small.jpg") no-repeat 0 0;
	background-size: 100% auto;
}
.about.serisilk .img3 {
	background: url("../images/about/image_3_small.jpg") no-repeat 0 0;
	background-size: 100% auto;
}
.about.serisilk .images {
	margin: 40px 0;
	min-height: 280px;
}
.about.serisilk .sub-description {
	margin: 25px 0 50px 0
}
.about .btn.video {
	width: 311px;
	height: 68px;
	background-image: url("../images/about/video_btn.png");
}
.product .btn.video {
	width: 390px;
	height: 88px;
	background-image: url("../images/product/video_btn.png");
}
.about.productcharacteristics .img1 {
    background: url("../images/about/scaffold_large.jpg") no-repeat 0 0;
	background-size: 100% auto;
}
.about.productcharacteristics .img-height {
	height: 325px;
}
.about.productcharacteristics .col-2 ul li b {
	font-weight: 600;
}
.about.easeofuse .popimg {
    width: 238px;
	height: 167px;
	background: url("../images/about/cutting_small.jpg") no-repeat 0 0;
}
.about.easeofuse .img1 {
	background: url("../images/about/cutting_large.jpg") no-repeat 0 0;
	background-size: 100% auto;
}
.about.easeofuse .fbcaption {
    width: 238px;
}
.about.easeofuse h2.tight {
	font-size: 16px;
	font-weight: 600;
}
.about.easeofuse .column {
	float: left;
}
.about.easeofuse .column.img-main2 {
	display: none;
}
.about .images, .product .images {
	margin-top: 20px;
	min-height: 282px;
}
.product.nativetissuegeneration .popimg { /*see media query for shrunk version */
    width: 680px;
	height: 157px;
	margin: 14px 0 5px 0;
	background: url("../images/product/timeline_small.png") no-repeat 0 0;
	background-size: contain;
}
.product.nativetissuegeneration .fbcaption {
    display: none;
}
.product.neovascularization .fbcaption {
    font-size: 90%;
}
.product.neovascularization .imglft {
    min-width: 290px;
}
.product.neovascularization .popimg {
    position: relative;
    width: 271px;
    height: 275px;
    margin-bottom: 10px;
}
.product.neovascularization .expand {
    top: -14px;
    right: -6px;
}
.product.neovascularization .img1 {
	background: url("../images/product/image_1_small.png") no-repeat 0 0;
	background-size: 100% auto;
}
.product.neovascularization .img2 {
	background: url("../images/product/image_2_small.png") no-repeat 0 0;
	background-size: 100% auto;
}
.product.neovascularization .column.img-main2 {
	display: none;
}
.product.neovascularization .column {
	float: left;
}
.product.supportandstrength .fbcaption {
    display: none;
}
.product.supportandstrength .imglft {
    margin-right: 30px;
    width: 379px;
}
.product.supportandstrength .imgwrapper {
    width: 100%;
}
.product.supportandstrength .popimg {
    position: relative;
    height: 385px;
    margin-bottom: 30px;
}
.product.supportandstrength .img1 {
	background: url("../images/product/chart_large.jpg") no-repeat 0 0;
	background-size: 100% auto;
}
.product.bioreplacement .legend {
    width: 300px;
    /*max-width: 530px;*/
    height: 35px;
    /*margin: 10px 0 5px 0;*/
    background: url("../images/product/legend1.png") no-repeat top center;
	background-size: contain;
}
.product.bioreplacement .imgcol {
	position: relative;
	max-width: 570px;
}
.product.bioreplacement .column.half {
    float: left;
    width: 50%;
    max-width: 280px;
    margin: 5px 0 0 0;
    text-align: left;
}
.product.bioreplacement .column.half.firstcol {
    width: 217px;
    margin: 5px 73px 0 0;
}
.product.bioreplacement .column .expand {
    top: -14px;
    right: -12px;
}
.product.bioreplacement .column .fbcaption {
	display: none;
}
.product.bioreplacement .column .popimg {
    position: relative;
    width: 225px;
	height: 170px;
}
.product.bioreplacement .img1 {
    background: url("../images/product/image_1mo_large.jpg") no-repeat 0 0;
	background-size: 100% auto;
}
.product.bioreplacement .img2 {
	background: url("../images/product/image_12mo_large.jpg") no-repeat 0 0;
	background-size: 100% auto;
}
.product.bioreplacement .firstimg {
    width: 95%;
    max-width: 550px;
    overflow: visible;
}
.product.bioreplacement .firstimg .fbcaption {
	display: none;
}
.product.bioreplacement .firstimg .expand {
    top: -14px;
    right: -12px;
}
.product.bioreplacement .img4 {
    height: 295px;
	width: 100%;
	background: url("../images/product/3_up_image_large.jpg") no-repeat 0 0;
	background-size: contain;
}
.product.biocompatibility .fbcaption {
    font-size: 90%;
}
.product.biocompatibility .imglft {
    width: 45%;
    margin-right: 5%;
}
.product.biocompatibility .imglft.lastcol {
    width: 50%;
    margin-right: 0;
}
.product.biocompatibility .imglft .main .fbcaption {
    width: 80%;
}
.product.biocompatibility .imglft.lastcol .main .fbcaption {
    width: 100%;
}
.product.biocompatibility .imgwrapper {
    overflow: visible;
}
.product.biocompatibility .expand {
    top: -14px;
    right: -3px;
}
.product.biocompatibility .inset .expand {
    right: -12px;
}
.product.biocompatibility .thintext {
    display: none;
}
.product.biocompatibility .popimg {
    position: relative;
}
.product.biocompatibility .inset {
    position: absolute;
    left: 210px;
    top: 135px;
}
.product.biocompatibility .imglft.lastcol .inset {
    width: 150px;
}
.product.biocompatibility .inset .fbcaption {
    position: absolute;
	left: 48px;
	bottom: 130px;
	font-size: 37%;
	width: 60px;
	line-height: normal;
}
.product.biocompatibility .img1 {
    width: 250px;
    height: 280px;
	background: url("../images/product/image_bio1_large.jpg") no-repeat 0 0;
	background-size: contain;
}
.product.biocompatibility .img2 {
    width: 110px;
    height: 110px;
	background: url("../images/product/image_bio2_small.png") no-repeat 0 0;
	background-size: contain;
}
.product.biocompatibility .img3 {
    width: 250px;
    height: 280px;
	background: url("../images/product/image_bio3_large.jpg") no-repeat 0 0;
	background-size: contain;
}
.product.biocompatibility .img4 {
    width: 110px;
    height: 110px;
	background: url("../images/product/image_bio4_small.png") no-repeat 0 0;
	background-size: contain;
}
.product.biocompatibility .imglft ul {
    margin-top: 20px;
}
.faqlinkset {
	float: left;
	width: 100%;
}
.faqlink {
	position: relative;
	color: #798D91;
	cursor: pointer;
	padding: 8px 0 8px 20px;
	font-size: 15px;
}
.allowhover .faqlink:hover, .faqlink.active {
	color:#798D91;
}
.faqlink .faq-title {
	font-size: 20px;
}
.faqlink.active .faq-title {
	color: #F17D78;
	font-weight: 600;
}
.faqlink .arrow {
	position: absolute;
	top: 14px;
	left: 1px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5.5px 0 5.5px 8px;
	border-color: transparent transparent transparent #000000;
}
.faqlink.active .arrow {
	top: 16px;
	left: 0;
	border-width: 8px 5.5px 0 5.5px;
	border-color: #F17D78 transparent transparent transparent;
}
#faqwrap {
	position: relative;
	float: right;
	width: 57%;
	height: 440px;
	overflow: hidden;
	cursor: pointer;
}
#faqarea {
	position: absolute;
	overflow: hidden;
	padding-right: 30px;
}
.faqset {
	display: none;
}
.faqset.active {
	display: block;
}
.faqlink .faqset {
    /*display: none;*/
}
#faqwrap .iScrollVerticalScrollbar {
	position: absolute;
	overflow: visible !important;
	width: 1px;
	top: 0;
	bottom: 0;
	right: 5px;
	background-color: #840a2c;
}
#faqwrap .iScrollIndicator {
	position: absolute;
	background-color: #840a2c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 11px;
	height: 67px;
	right: -5px;
	cursor: pointer;
}
.faqset h2 {
	display: none;
	font-size: 30px;
	color: #F17D78;
	line-height: 120%;
	margin-bottom: 10px;
	margin-right: 20px;
	font-family:proxima-nova, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.faqset ul {
	margin: 0 0 10px 25px;
}
.faqset ol {
	margin: 0 0 10px 35px;
}
.faqset p {
	margin-bottom: 15px;
}
.faqset p.small {
	margin-bottom: 8px;
}
.faqset .img1 {
	width: 302px;
	height: 168px;
	margin-bottom: 15px;
	background: url("../images/faq/misc_image.png") no-repeat 0 0;
}
.imglft.imgdownload { /* techguide (procedure guide) and in the news */
	margin: 12px 0 12px 0;
	width: 180px;
	font-size: 80%;
}
.imglft.imgdownload .btn {
	position: relative;
	left: -2px;
	width: 150px;
	height: 192px;
}
.techguide .imglft .img1 {
	background: url("../images/surgeon/image-guides-mastopexy.png") no-repeat 0 0;
}
.techguide .imglft .img2 {
	background: url("../images/surgeon/image-guides-abdominal.png") no-repeat 0 0;
}
.techguide .copyblock {
	float: none;
	padding-top: 10px;
	font-size: 80%;
}
.inthenews p.topspace {
	margin-top: 25px;
}
.inthenews .imglft.imgdownload {
	margin: 12px 5% 33px 0;
	width: 20%;
}
.inthenews .imglft.imgdownload .btn {
	width: 151px;
	height: 173px;
}
.inthenews .imglft .img1 {
	background: url("../images/surgeon/image-news-advert1.png") no-repeat 0 0;
}
.inthenews .imglft .img2 {
	background: url("../images/surgeon/image-news-advert2.png") no-repeat 0 0;
}
.inthenews .imglft .img3 {
	background: url("../images/surgeon/image-news-advert3.png") no-repeat 0 0;
}
.inthenews .imglft .img4 {
	background: url("../images/surgeon/image-news-advert4.png") no-repeat 0 0;
}
.inthenews .imglft .img5 {
	background: url("../images/surgeon/image-news-outsert1.png") no-repeat 0 0;
}
.inthenews .imglft .img6 {
	background: url("../images/surgeon/image-news-outsert2.png") no-repeat 0 0;
}
.inthenews .imglft .img7 {
	background: url("../images/surgeon/image-news-supp1.png") no-repeat 0 0;
}
.inthenews .imglft .img8 {
	background: url("../images/surgeon/image-news-supp2.png") no-repeat 0 0;
}
.casestudies .subnav {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.casestudies .subnav .btn {
	float: left;
	width: 187px;
	height: 38px;
	margin: 10px 15px 5px 0;
	background-color: #5e5e5e;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.casestudies .subnav .btn:hover, .casestudies .subnav .btn.subnavactive {
	background-color: #840a2d;
}
.casestudies .subnavoverview {
	background-image: url("../images/surgeon/nav_btn_overview.png");
}
.casestudies .subnavtechnique {
	background-image: url("../images/surgeon/nav_btn_technique.png");
}
.casestudies .subnavpostopcare {
	background-image: url("../images/surgeon/nav_btn_postop.png");
}
.casestudies .subnavdownload {
	background-image: url("../images/surgeon/nav_btn_download.png");
}
.casestudies .subnavend {
	margin-right: 0 !important;
}
.breast1.technique .imgwrapper, .breast2.technique .imgwrapper {
	float: right;
	margin: 10px 0 5px 35px;
}
.breast1 .img1 {
	width: 382px;
	height: 203px;
	background: url("../images/surgeon/breast1/image-1.png") no-repeat 0 0;
}
.breast1 .imgwrapper p {
	padding-left: 2px;
}
.breast1 .img2 {
	width: 398px;
	height: 292px;
	background: url("../images/surgeon/breast1/image-2.png") no-repeat 0 0;
}
.breast2 .img1 {
	width: 333px;
	height: 152px;
	background: url("../images/surgeon/breast2/image-1.png") no-repeat 0 0;
}
.breast2 .img2 {
	width: 398px;
	height: 252px;
	background: url("../images/surgeon/breast2/image-2.png") no-repeat 0 0;
}
.breast3 .imglft {
	margin: 5px 0 10px 0;
}
.breast3 .imgwrapper {
	margin: 0 10px 10px 10px;
}
.breast3.overview .imgwrapper {
	display: block;
	float: left;
	width: 200px;
}
.breast3 .imgwrapper p {
	padding-left: 3px;
}
.breast3 .copyblock {
	padding: 5px 10px 0 0;
	font-size: 70%;
}
.breast3 .img1 {
	width: 200px;
	height: 163px;
	background: url("../images/surgeon/breast3/image-1.png") no-repeat 0 0;
}
.breast3 .img2 {
	width: 200px;
	height: 163px;
	background: url("../images/surgeon/breast3/image-2.png") no-repeat 0 0;
}
.breast3.technique .imgwrapper {
	width: 245px;
}
.breast3 .img3 {
	width: 245px;
	height: 200px;
	background: url("../images/surgeon/breast3/image-3.png") no-repeat 0 0;
}
.breast3 .img4 {
	width: 398px;
	height: 293px;
	background: url("../images/surgeon/breast3/image-4.png") no-repeat 0 0;
}
.mastopexy1 .img1 {
	width: 398px;
	height: 317px;
	background: url("../images/surgeon/mastopexy1/image-1.png") no-repeat 0 0;
}
.mastopexy2 .textleft {
	float: left;
	max-width: 50%;
}
.mastopexy2 .imgwrapper .fbcaption {
	display: none;
}
.mastopexy2 .imgrt {
	margin-left: 40px;
}
.mastopexy2 .imglft {
	margin-right: 20px;
}
.mastopexy2 .imgrt .expand, .mastopexy2 .imglft .expand {
	top: 2px;
	right: 10px;
}
.mastopexy2 .set1 {
	width: 335px;
	margin-left: 0;
}
.mastopexy2 .img1 {
	width: 335px;
	height: 137px;
	background: url("../images/surgeon/mastopexy2/image-1.png") no-repeat 0 0;
}
.mastopexy2 .set2 {
	width: 435px;
}
.mastopexy2 .img2 {
	width: 435px;
	height: 124px;
	background: url("../images/surgeon/mastopexy2/image-2.png") no-repeat 0 0;
}
.mastopexy2 .set3 {
	width: 219px;
}
.mastopexy2 .img3 {
	width: 219px;
	height: 168px;
	background: url("../images/surgeon/mastopexy2/image-3.png") no-repeat 0 0;
}
.mastopexy2 .set4 {
	width: 165px;
}
.mastopexy2 .img4 {
	width: 165px;
	height: 142px;
	background: url("../images/surgeon/mastopexy2/image-4.png") no-repeat 0 0;
}
.mastopexy2 .set5 {
	clear: both;
	width: 360px;
}
.mastopexy2 .img5 {
	width: 360px;
	height: 175px;
	background: url("../images/surgeon/mastopexy2/image-5.png") no-repeat 0 0;
}
.mastopexy2 .img6 {
	width: 398px;
	height: 317px;
	background: url("../images/surgeon/mastopexy2/image-6.png") no-repeat 0 0;
}
.abdominoplasty1 .img1 {
	width: 398px;
	height: 280px;
	background: url("../images/surgeon/abdominoplasty1/image-1.png") no-repeat 0 0;
}
.abdominal1 .img1 {
	width: 215px;
	height: 177px;
	background: url("../images/surgeon/abdominal1/image-1.png") no-repeat 0 0;
}
.abdominal1 .img1 .expand {
	right: 7px;
}
.abdominal1.overview .imgwrapper .fbcaption {
	margin-left: 2px;
}
.abdominal1.technique .imglft, .abdominal2.technique .imglft {
	width: auto;
}
.abdominal1.technique .imgwrapper, .abdominal2.technique .imgwrapper, .abdominal3.technique .imgwrapper {
	margin: 10px 15px 0 5px;
	overflow: visible;
	display: block;
	float: left;
}
.abdominal1.technique .imgwrapper p, .abdominal2.technique .imgwrapper p, .abdominal3.technique .imgwrapper p {
	margin: 0 0 15px 0;
}
.abdominal1.technique .expand, .abdominal2.technique .expand {
	right: -10px;
}
.abdominal1 .set3 {
	width: 108px;
}
.abdominal1 .img3 {
	width: 108px;
	height: 149px;
	background: url("../images/surgeon/abdominal1/image-3.jpg") no-repeat 0 0;
}
.abdominal1 .set4 {
	width: 147px;
}
.abdominal1 .img4 {
	width: 147px;
	height: 149px;
	background: url("../images/surgeon/abdominal1/image-4.jpg") no-repeat 0 0;
}
.abdominal1 .set5 {
	width: 178px;
}
.abdominal1 .img5 {
	width: 178px;
	height: 149px;
	background: url("../images/surgeon/abdominal1/image-5.jpg") no-repeat 0 0;
}
.abdominal1 .set6 {
	width: 116px;
}
.abdominal1 .img6 {
	width: 116px;
	height: 149px;
	background: url("../images/surgeon/abdominal1/image-6.jpg") no-repeat 0 0;
}
.abdominal1 .set7 {
	width: 122px;
}
.abdominal1 .img7 {
	width: 122px;
	height: 149px;
	background: url("../images/surgeon/abdominal1/image-7.jpg") no-repeat 0 0;
}
.abdominal1 .img8 {
	width: 398px;
	height: 176px;
	background: url("../images/surgeon/abdominal1/image-8.png") no-repeat 0 0;
    background-size:398px 176px;
}
.abdominal1 .img8-2 {
	width: 800px;
	height: 192px;
	background: url("../images/surgeon/abdominal1/image-8-2.png") no-repeat 0 0;
    margin-left:-15px;
    margin-top:25px;
}
.abdominal2 .set2 {
	width: 164px;
}
.abdominal2 .img2 {
	width: 164px;
	height: 111px;
	background: url("../images/surgeon/abdominal2/image-2.jpg") no-repeat 0 0;
}
.abdominal2 .set3 {
	width: 149px;
}
.abdominal2 .img3 {
	width: 149px;
	height: 111px;
	background: url("../images/surgeon/abdominal2/image-3.jpg") no-repeat 0 0;
}
.abdominal2 .set4 {
	width: 142px;
}
.abdominal2 .img4 {
	width: 142px;
	height: 111px;
	background: url("../images/surgeon/abdominal2/image-4.jpg") no-repeat 0 0;
}
.abdominal2 .set5 {
	width: 144px;
}
.abdominal2 .img5 {
	width: 144px;
	height: 111px;
	background: url("../images/surgeon/abdominal2/image-5.jpg") no-repeat 0 0;
}
.abdominal2 .img6 {
	width: 398px;
	height: 130px;
	background: url("../images/surgeon/abdominal2/image-6.png") no-repeat 0 0;
}
.abdominal2 .img6-2 {
	  width: 598px;
  height: 130px;
  background: url("../images/surgeon/abdominal2/image-6-2.png") no-repeat 0 0;
  background-size: 598px 130px;
  margin-left:-10px;
}
.abdominal3.overview .imgwrapper p {
	padding-left: 4px;
}
.abdominal3.technique .imgcnt {
	left: 45%;
}
.abdominal3.technique .imgwrapper {
	margin: 15px 0 5px 20px;
}
.abdominal3.technique .expand {
	right: -2px;
}
.abdominal3 .img1 {
	width: 609px;
	height: 187px;
	background: url("../images/surgeon/abdominal3/image-1.html") no-repeat 0 0;
}
.abdominal3 .set2 {
	width: 182px;
}
.abdominal3 .img2 {
	width: 182px;
	height: 198px;
	background: url("../images/surgeon/abdominal3/image-2.png") no-repeat 0 0;
}
.abdominal3 .set3 {
	width: 188px;
}
.abdominal3 .img3 {
	width: 188px;
	height: 198px;
	background: url("../images/surgeon/abdominal3/image-3.png") no-repeat 0 0;
}
.abdominal3 .set4 {
	width: 198px;
}
.abdominal3 .img4 {
	width: 198px;
	height: 198px;
	background: url("../images/surgeon/abdominal3/image-4.png") no-repeat 0 0;
}
.abdominal3 .img5 {
	width: 398px;
	height: 279px;
	background: url("../images/surgeon/abdominal3/image-5.png") no-repeat 0 0;
}
.imgbanda.imgrt {
	margin: 5px 30px 20px 30px;
}
.imgbanda .imgwrapper {
	width: 598px;
	margin: 0 0 5px 0;
}
.imgbanda .imgwrapper p {
	padding-left: 5px;
}
.imgbanda .popimg {
	position: relative;
	margin-top: 8px;
}
.imgbanda .expand {
	top: -8px;
}
.imglft.imglaunch { /*used in surgeon library / tech tv pages */
	margin: 12px 0 32px 0;
	width: 30%;
	font-size: 80%;
}
.imglft.imglaunch .btn {
	position: relative;
	left: -2px;
	margin-top: 8px;
	width: 211px;
	height: 125px;
}
.library .imglft .img1 {
	background: url("../images/surgeon/image-library-intro.png") no-repeat 0 0;
}
.library .imglft .img2 {
	background: url("../images/surgeon/image-library-device.png") no-repeat 0 0;
}
.library .imglft .img3 {
	background: url("../images/surgeon/image-library-science.png") no-repeat 0 0;
}
.library .imglft .img4 {
	background: url("../images/surgeon/image-library-lehfeldt-mastopexy.png") no-repeat 0 0;
}
.library .imglft .img5 {
	background: url("../images/surgeon/image-library-jewell-malposition.png") no-repeat 0 0;
}
.library .imglft .img6 {
	background: url("../images/surgeon/image-library-lehfeldt-hernia.png") no-repeat 0 0;
}
.training .btn.event {
	width: 317px;
	height: 38px;
	background: url("../images/training/btn_events.png") no-repeat 0 0;
      background-size: 317px 38px;
}
.support .img1 {
    float: left;
    margin: 0 0 20px 0;
    width: 157px;
    height: 201px;
    background: url("../images/reimbursement/img.png") no-repeat 0 0;
}
.support .img2 {
    margin: 27px 0 0 0;
    width: 100%;
    height: 112px;
    background: url("../images/reimbursement/callout_box.png") no-repeat 0 0;
    background-size: contain;
}
.support .floatlft {
    float: left;
    margin: 0 20px 0 0;
    width: 70%;
}
.support .thintext {
    display: none;
}
.resources .inst-of-use {
	margin: 30px 0;
	display: inline-block;
}
.resources a {
	text-decoration: none;
}
.resources .inst-of-use img {
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}
.resources .inst-of-use .down-btn {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0 10px;
	padding: 5px;
	color: #F7AC93;
	text-decoration: none;
}
.resources .inst-of-use .down-btn h2 {
	padding-left: 45px;
}
.resources .inst-of-use .down-btn i, .resources .subtitle i {
	position: absolute;
	left: 10px;
	background: url(../images/common/icn/icn_circle_arrow.png) no-repeat 0 0;
	background-size: contain;
	width: 25px;
	height: 25px;
}
.resources .col-2 {
	width: 49.5%;
	display: inline-block;
	margin: 20px 0;
}
.resources .col-2 input {
	border: transparent;
	box-shadow: none;
	border-bottom: 2px solid #F7AC93;
	padding-left: 0;
	width: 80%;
	margin: 10px auto 20px auto;
}
.resources .col-2 input#EmailForgot {
	margin: 40px auto 20px auto;
}
.resources .register-box a {
	color: #F7AC93;
}
.resources .col-2 input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #F7AC93;
}
.resources .col-2 input::-moz-placeholder { /* Firefox 19+ */
	color: #F7AC93;
}
.resources .col-2 input:-ms-input-placeholder { /* IE 10+ */
	color: #F7AC93;
}
.resources .col-2 input:-moz-placeholder { /* Firefox 18- */
	color: #F7AC93;
}
.resources .subtitle {
	position: relative;
	padding-left: 35px;
}
.resources .subtitle i {
	left: 0;
	top: 2px;
}
.resources h1 {
	line-height: 100%;
	margin-bottom: 66px;
}
.resources .res-login .learn-more {
	cursor: pointer;
}
.sitemap .column {
	width: 40%;
	margin-top: 30px;
	line-height: 23px;
}
.sitemap .firstcol {
	width: 55%;
	max-width: 350px;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
}
.sitemap .column a, .sitemap .column li {
	text-decoration: none;
}
.allowhover.sitemap .column a:hover {
	font-weight: 600;
	text-decoration: none;
}
.sitemap .column ul {
	list-style-type: none;
	margin: 0 0 0 12px;
}
.sitemap .column ul ul {
	margin-left: 20%;
}
.sitemap h1, .references h1 {
	color: #F17D78;
}

/* shared transitions */
.pageloaded .trans, .pageloaded .trans * {
	-webkit-transition: all 400ms cubic-bezier(0.000, 0.930, 0.550, 1); 
	-moz-transition: all 400ms cubic-bezier(0.000, 0.930, 0.550, 1); 
	-o-transition: all 400ms cubic-bezier(0.000, 0.930, 0.550, 1); 
	transition: all 400ms cubic-bezier(0.000, 0.930, 0.550, 1);
}


/* responsive media queries */
.mobile, .mobilewide {
	display: none;
}
.desktop.mobilewide {
	display: block;
}
.desktop.mobilewide.inline {
	display: inline;
}
.tablet {
	display: none;
}
.comingsoon {
    text-align: center;
    margin-top: 200px;
}

/* overrides for fancybox classes */
.fancybox-skin {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #FFFFFF;
	padding: 20px 60px 30px 60px !important;
	color: #000000;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.8);
}
/*
.fancybox-inner {
	width: 100% !important;
}
*/
.fancybox-title {
	position: relative;
	text-align: center;
	padding: 20px 0 10px 0;
	font-family:"FuturaBold";
	line-height: 18px;
}
.fancybox-title sup {
	position: relative;
	top: -0.2em;
}
.fancybox-title .large sup {
	top: 0;
}
.fancybox-image {
	width: auto;
	max-width: none;
}
.fancybox-close {
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url("../images/common/btn_close.png") no-repeat center center;
	z-index: 8070;
}
.fancybox-outer .iScrollHorizontalScrollbar {
	left: 0 !important;
	right: 0 !important;
	bottom: 4px !important;
	height: 1px !important;
	overflow: visible !important;
	background-color: #840a2c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.fancybox-outer .iScrollIndicator {
	top: -3px;
	border: 0 !important;
	height: 7px !important;
	background-color: #840a2c !important;
	cursor: pointer;
}

@media (max-width: 480px) {
    input#OptIn {
        margin-left: 10px;
        margin-bottom: 70px;
    }
}

.ng-cloak, .hidden {
    display: none !important;
}

.app-row {
    width: 100%;
}
.app-row::after{
    clear:both;
}
.app-col-6 {
    float: left;
    width: 50%;
    padding: 5px 0;
}