/*
 * --------------------------------------------------
 * 1. General Elements
 *--------------------------------------------------
 */
 
   /* FONTS */

@font-face {
font-family: 'Reckless Neue';
src: url('../inc/fonts/RecklessNeue-Bold.eot');
src: url('../inc/fonts/RecklessNeue-Boldeot?#iefix') format('embedded-opentype'),
url('../inc/fonts/RecklessNeue-Bold.woff2') format('woff2'), 
url('../inc/fonts/RecklessNeue-Bold.woff') format('woff'), 
url('../inc/fonts/RecklessNeue-Bold.ttf') format('truetype') 
}  
 
@font-face {
font-family: 'Proxima Nova Condensed Bold';
src: url('../inc/fonts/ProximaNovaCond-Bold.eot');
src: url('../inc/fonts/ProximaNovaCond-Boldeot?#iefix') format('embedded-opentype'),
url('../inc/fonts/ProximaNovaCond-Bold.woff2') format('woff2'), 
url('../inc/fonts/ProximaNovaCond-Bold.woff') format('woff'), 
url('../inc/fonts/ProximaNovaCond-Bold.ttf') format('truetype') 
} 
 
BODY { 
	background-color: White;
} 
 
#navigation .header  { 
	background-color: #006699;
}

@media (min-width:768px){
	#navigation .header  { 
	height: 90px;
	padding-top: 15px;
}
}
 
#navigation {
  /* 1. Navigation wrapper */
}

#navigation .navbar-brand H1 {
  font-family: "Reckless Neue", Arial, serif;
  font-size: 36px;
  font-weight: bold;
  color: White;
  line-height: normal;
}

#navigation .navbar-brand H1 SPAN.dotnet {
	color: #57C7FF;
}

#navigation .slogan {
  border-left: none;
}

.social-media A {
  background: #289DE9;
}

.social-media A:HOVER {
	background: #289DE9 !important;
}
 
.navbar {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.mega-menu{

}

  .dropdown-menu.mega-menu li a {
	padding: 8px 0 !important;
  }

  .dropdown-menu.mega-menu li a:before,
  .dropdown-menu.mega-menu li a.menu-item:before {
    content: "";
  }

A.menu-item.xtrabright {
	color: White;
}

/*=========================================================
++++++++++NEW MENU COLORS
==========================================================*/

.navbar {
  /*background-image: -webkit-linear-gradient(top, #005B88 0%, #006699 100%);
  background-image: linear-gradient(to bottom, #005B88 0%, #006699 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff255372', endColorstr='#ff285A7D', GradientType=0);*/
   background-color: #006699;
}

body .navbar-nav > li.home-link a i,
body #main-menu > li.home-link a i,
body .navbar-nav > li.home-link a:link i,
body #main-menu > li.home-link a:link i,
body .navbar-nav > li.home-link a:focus i,
body #main-menu > li.home-link a:focus i {
  color: #289DE9 !important;
}

.btn-navbar,
.navbar-btn {
  background: #289DE9;
}

.btn-navbar .bar,
.navbar-btn .bar {
  background-color: #C4E4F1;
}

.btn-navbar.open,
.navbar-btn.open,
.btn-navbar:hover,
.navbar-btn:hover {
  background: #289DE9;
}
.btn-navbar.open .bar,
.navbar-btn.open .bar,
.btn-navbar:hover .bar,
.navbar-btn:hover .bar {
  background-color: #C4E4F1;
}

.navbar-nav > li > a, 
#main-menu > li > a {
	color: #FFF;
}

.navbar-nav > li > a:hover,
#main-menu > li > a:hover,
.navbar-nav > li.active > a,
#main-menu > li.active > a {
  color: #FFF;
  background: #006699;
}

#jPanelMenu-menu {
  background-color: #006699;
}

#navigation .js-clingify-locked {
  /*background-image: -webkit-linear-gradient(top, #005B88 0%, #006699 100%);
  background-image: linear-gradient(to bottom, #005B88 0%, #006699 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff255372', endColorstr='#ff285A7D', GradientType=0);*/
   background-color: #006699;
}


/*=========================================================
+++++++++++ EO NEW MENU COLORS
==========================================================*/
#highlighted {
  /* 2. Highlighted (below header) wrapper */
}
#content {
  /* 3. Content wrapper */
}

#content SPAN.sponsored {
  text-transform: uppercase;
  font-size: 10px;
  border: 1px dotted #666;
  color: #666;
  padding: 5px;
 }

#content H1 {
	color: #006699 !important;
	font-family: 'Proxima Nova Condensed Bold', Arial, serif !important;
}

#content H2, #content H3, #content H4, #content H5, #content H6 {
	font-family: 'Proxima Nova Condensed Bold', Arial, serif !important;
}

#home #content H2 {
	font-size: 26px;
	color: #006699;
	margin-top: 5px;
}

#home #content H3 {
	font-size: 18px;
}

.alert-warning H3,
.alert-warning A {
	color: Black;
}

.alert-warning A:HOVER {
	color: Black;
	text-decoration: none !important;
}

#home #content H4 {
	font-size: 22px;
	margin-bottom: -15px;
}

#content H4 {
	line-height: 1.5em;
}

#home #content H4 {
	line-height: 1.2em;
}

#home #content .featuredsurgeons H2 {
	font-size: 18px;
}

#home #content .alert {
	padding-bottom: 0;
}

#home .map {
	background-color: #A3C0EB;
	text-align: center;
	margin: 0 0px 20px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#home .map IMG, #content IMG {
	max-width: 100%;
	height: auto;
}

#content P {
	margin: 1.5em 0;
}

#content A {
	text-decoration: underline;
}
 
IMG.alignleft {
	float: left; 
	margin: 5px 13px 5px 0; 
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

BODY#home IMG.alignleft {
	border: 2px solid #fff;
}

DIV.alignleft {
	float: left; 
	margin: 5px 13px 5px 0px; 
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

IMG.alignright/*, .alignright IMG*/ {
	float: right;
	margin: 10px 0 10px 13px;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.jumbotron IMG.alignright,
.jumbotron IMG.alignleft {	
	box-shadow: none;
	border: none;
}

DIV.alignright {
	float: right; 
	margin: 5px 13px 5px 20px; 
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

IMG.alignleft.noshadow,
IMG.alignright.noshadow, .noshadow {
	box-shadow: none !important;
}

.photo {
	width: auto;
}

.photo-caption {
	text-align: center;
	padding: 4px;
	font-style: italic;
}

P.caption {
	font-size: 11px;
	padding-left: 40px;
	padding-right: 40px;
}


.circular--square { 
	border-radius: 50%; 
}

.headshot {
	display: inline;
	max-width: 100px !important;
	margin-top: 10px;
	margin-right: 10px;
	border: 3px solid #FFF;
	box-shadow: 4px 4px 3px #888888;
}

.headshot-smallsize {
	max-width: 75px !important;	
}

.headshot-smallscreen {
	display: none;
}

@media (max-width: 1023px) {
	.headshot-smallscreen {
		display: inline;
		max-width: 100px !important;
		margin-top: 10px;
		border: 3px solid #FFF;
		box-shadow: 4px 4px 3px #888888;
}
}


#content TABLE TD {
	font-size: 12px;
}

BLOCKQUOTE {
	font-size: 14px;
	font-style: italic;
	clear: both;
	background-color: #EEE !important;
}

/*Hide quote pointer - it's used on some pages, use HEAD. Use position: relative to show the pointer.
 BLOCKQUOTE P { 
	 position: inherit;
 } 
*/


/* -----------------
    MULTI COLUMN LISTS
========================*/

UL.col-3 {
	padding-left: 7px;
}

UL.col-3 LI {
	width: 32%;
	height: 160px;
	float: left;
	list-style-type: none;	
	padding: 4px 4px 4px 8px;
	font-size: 13px;
}

@media (max-width: 479px) {
UL.col-3 LI {
	width: 48%;
	height: 200px;
	font-size: 12px;
}	
}


UL.col-4 LI {
	width: 24%;
	float: left;
	list-style-type: none;	
	padding: 4px;
}

@media (max-width: 479px) {
UL.col-4 LI {
	width: 48%;
}	
}


/* -----------------
    SPONSORS
========================*/

.sponsor-wrapper {
max-width: 300px;
margin: 0 auto;
 }
 
 .sponsor IMG {
text-align: center;
 }

.sponsor:before { 
	content: "Advertisement";
	text-transform: uppercase;
	font-size: 10px;
	border: 1px dotted #CCC;
	color: #999;
	padding: 5px;
	display: block;
	width: 30%;
	margin: 0 auto;
}

.sponsor {
	margin: 30px 0;
	text-align: center;
}

.sponsor IMG,
.leaderboard IMG {
	padding-top: 10px;	
}

.leaderboard_desktop IMG,
.leaderboard_mobile IMG {
	padding-top: 10px;	
}

.leaderboard { /* See Responsive Media Queries below */
	display: none;
}

/* AdSpeed Responsive Ads */

@media (max-width: 992px) {
  .leaderboard_mobile { 
  	display: block;
	margin: 0px auto 30px;
}
	
.leaderboard_mobile IMG, 
.leaderboard_mobile IFRAME {
	max-width: 320px !important;
}	  
}

@media (min-width: 993px) {
  .leaderboard_desktop { 
  	display: block;
	margin: 0px auto 30px;
  }
  
.leaderboard_desktop IMG, 
.leaderboard_desktop IFRAME {
	max-width: 728px !important;
	/*max-height: 90px;*/
	}
}
}
/* EO AdSpeed Responsive Ads */

/* RESPONSIVE ADS */

@media (max-width: 599px) {
  .leaderboard {
	  text-align: center;
  }
  .leaderboard_sm { 
  	display: block;
	margin: 30px auto;
  }
}
@media (min-width: 600px) and (max-width: 992px) {
  .leaderboard {
	  text-align: center;
  }
  .leaderboard_md { 
  	display: block;
	margin: 30px auto;
  }
}
@media (min-width: 993px) {
  .leaderboard {
	  text-align: center;
  }
  .leaderboard_lg { 
  	display: block;
	margin: 30px auto;
  }
}
/* RESPONSIVE ADS ==================================== */


.sidebar {
	text-align: center;
}

BODY#home #poll {
	display: none;
}

#content-below {
	background-color: #C4E4F1;
  /* 4. Content Below wrapper */
}

BODY.success #content-below {
display: none;
}

#footer {
	background-color: #306D96;
  /* 5. Footer wrapper */
}


/*
 * --------------------------------------------------
 * 2. Colours
 *-------------------------------------------------- 
 */
/*
 * --------------------------------------------------
 * 3. Responsiveness/media queries
 *--------------------------------------------------
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media (max-width: 768px) {
DIV.alignright {
	float: none;
	margin: 0;
	text-align: center;
}
DIV.alignright IMG {
	margin: 0 auto;
}
}

@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */
  .container .jumbotron {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
}





/*
 * --------------------------------------------------
 * 4. Misc
 * Other stuff
 *--------------------------------------------------
 */
 
 
/* SIDE BOX */
 
.sidebox {
	max-width: 300px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #DFEFFF;
	margin: 20px !important;
	padding: 10px;
	font-size: 13px;
	color: #006699;
}
 
@media (max-width: 599px)  {
.sidebox.alignright {
	float: none !important;
	display: block  !important;
	margin: 20px 0  !important;
	width: 100%;
}
} 
 
 
.amazon-native {
	margin-top: 30px;
}
 
 
.extra-surgeon-nav {
	text-align: center; 
	clear: left; 
	padding-top: 20px; 
	font-weight: bold;
	display: none;
}

BODY#home .extra-surgeon-nav {
	display: block;
}
 
A.anchor {
	display: block;
	position: relative;
	top: -200px;
 	visibility: hidden;
}  

BLOCKQUOTE {
	 clear: both;
 }
 
 BLOCKQUOTE P {
	 background-color: #EEE !important;
	 position: inherit;
 }
 
.testimonials blockquote p {
	font-size: 14px;
}

#sharetools {
	padding: 30px 5px 10px;
}

BODY.surgeonlisting #sharetools { display: none; }

.tumblr-like, .twitter-like {
  display: inline;
}

#google_translate_element {
	/*float: right; 
	padding-right: 5px;*/
	display: none;
}

#home #sharetools {
	padding: 0 20px;
}

#home #google_translate_element { 
	padding-right: 15px;
}

IFRAME {
	border: none !important;
}

IFRAME.map, #surgeonmap IFRAME, IFRAME.video, IFRAME.flexible {
	max-width: 100%;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style]{width:100% !important;} .fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style]{width: 100% !important;}

.fb-like {
	padding: 5px 0;
}

#twopartners {
	/*background-color: #F1F9FB;
	border: 1px solid #DAEDF1;	
	-webkit-box-shadow: 5px 5px 1px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    5px 5px 1px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         5px 5px 1px 0px rgba(50, 50, 50, 0.15);*/
	margin-bottom: 30px;
}

@media (min-width: 768px) {
#allpartners H3 {
	font-size: 1.2em;
}

#allpartners P {
	font-size: 0.9em;
}

}

@media (max-width: 768px) {

#twopartners IMG, #allpartners IMG {
	width: 150px;
	height: 150px;
}

#twopartners .col-sm-6,
#allpartners .col-sm-4 {
	clear: left;
}
}

P.dept-heading {
	font-weight: bold;
	color: #999;
	border-bottom: 1px dotted #999;
	text-transform: uppercase;
}



/* CORNER RIBBON */

.ribbon {
position: absolute;
left: -5px; top: -5px;
z-index: 1;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;
}
.ribbon span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 100px;
display: block;
background: #79A70A;
background: linear-gradient(#9BC90D 0%, #79A70A 100%);
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px; left: -21px;
}
.ribbon span::before {
content: "";
position: absolute; left: 0px; top: 100%;
z-index: -1;
border-left: 3px solid #79A70A;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #79A70A;
}
.ribbon span::after {
content: "";
position: absolute; right: 0px; top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #79A70A;
border-bottom: 3px solid transparent;
border-top: 3px solid #79A70A;
}
/* EO CORNER RIBBON */


#surgeons UL {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#surgeons UL LI {
	display: inline-block;
	width: 30%;
	margin-right: 1%;
	margin-left: 0;
	padding: 5px 0;
}

.jumbotron {
	padding: 15px;
}

.jumbotron h3 {
  font-size: 24px;
}

DIV.hr {
  height: 2px;
  /*background: #F4F4F4 url(../img/hr.png)  no-repeat scroll center;*/
  background: White url(../img/hr.png)  no-repeat scroll center;
  margin-bottom: 30px;
  padding-top: 20px;
  clear: both;
}

DIV.hr HR {
  display: none;
}

.photo-c2a-box IMG {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.photo-c2a-box P {
	text-align: center;
}

/*.photo-c2a-box */
A.btn {
	text-decoration: none !important;
}


/* ============== CUSTOM FB FOLLOW/LIKE BAR */
.fbfollow {
	background-image: url(../img/fb-likepage-bkgd.png);
	background-repeat: no-repeat;
	background-color: #4C67A0;
	padding: 0 10px;
	min-height: 42px;
}
.fbfollow IMG.btn-likepage {
	float: right;
	padding-top: 4px;
}
.fbfollow IMG.icon-32 {
	padding-right: 20px;
}
.fbfollow P {
	color: White;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.fbfollow A {
	color: White;
}
.fbfollow A IMG {
	padding-right: 10px;
}
.fbfollow A:HOVER {
	text-decoration: none !important;
	color: White;
}
/* ============== EO CUSTOM FB FOLLOW/LIKE BAR */




/* GALLERY */
@media (max-width: 820px) {
.gallery IMG {
	padding-top: 20px;
}
}

/* ------ MODAL POPUP ------ */
.jqmWindow {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

@media (max-width: 768px) {
.jqmWindow {
    top: 40%;
	font-size: 0.85em;
	background-color: #FFC;
}
}

.jqmClose {
	font-weight:bold;
	margin: 0 25px 0 25px;
	padding: 2px 25px 2px 25px;
	border: 1px solid;
	color: White;
	background-color: #006699;
	text-transform: uppercase;
}
.jqmLink {
	font-weight:bold;
	margin: 0 25px 0 25px;
	padding: 2px 25px 2px 25px;
	border: 1px solid;
	color: White;
	background-color: #006699;
	text-transform: uppercase;
}

A:HOVER.jqmClose, A:HOVER.jqmLink {
	border: 1px solid;
	color: White;
	text-decoration: none;
}

.jqmWindow P {
}

.jqmOverlay { background-color: #000; }




/*
 * --------------------------------------------------
 * CALL TO ACTION BUTTONS (Also see: forms.css, forms2.css
 *--------------------------------------------------
 */

A.c2abutton-blue {
	-moz-box-shadow:inset 0px 1px 0px 2px #78B8DA;
	-webkit-box-shadow:inset 0px 1px 0px 2px #78B8DA;
	box-shadow:inset 0px 1px 0px 2px #78B8DA;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3794C7), color-stop(1, #006699) );
	background:-moz-linear-gradient( center top, #3794C7 5%, #006699 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3794C7', endColorstr='#006699');
	background-color:#3794C7;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	/*border:2px solid #006699;*/
	display:inline-block;
	color:#ffffff;
	font-size: 18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 2px 0px #006699;
	text-transform: uppercase;
	margin: 10px 0;
}

A.c2abutton-blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #3794C7) );
	background:-moz-linear-gradient( center top, #006699 5%, #3794C7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#3794C7');
	background-color:#006699;
}

A.c2abutton-blue:active {
	position:relative;
	top:1px;
}


#prequal A.c2abutton-blue {
	display:inline;
	font-size: 14px;
	padding: 4px 8px;
	margin: 4px 8px;
	text-decoration: none;
}

#prequal A.c2abutton-blue:hover {
	color: White;
}

#prequal H4 {
	padding-bottom: 10px !important;
}

/*
#prequal HR {
	display: block; 
	height: 1px;
 	border: 0; 
	border-top: 1px dotted #333;
 	margin: 1em 0; 
	padding: 0;	
}*/


/* Orange Button */

A.c2abutton-orange {
	-moz-box-shadow:inset 0px 1px 0px 2px #F9A43C;
	-webkit-box-shadow:inset 0px 1px 0px 2px #F9A43C;
	box-shadow:inset 0px 1px 0px 2px #F9A43C;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F58717), color-stop(1, #F26C0C) );
	background:-moz-linear-gradient( center top, #F58717 5%, #F26C0C 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F58717', endColorstr='#F26C0C');
	background-color:#F58717;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	/*border:2px solid #F26C0C;*/
	display:inline-block;
	color:#ffffff;
	font-size: 18px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	width: auto;
	text-decoration:none !important;
	text-align:center;
	text-shadow:2px 2px 0px #F26C0C;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 6px 10px;
}

A.c2abutton-orange:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F26C0C), color-stop(1, #F58717) );
	background:-moz-linear-gradient( center top, #F26C0C 5%, #F58717 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F26C0C', endColorstr='#F58717');
	background-color:#F26C0C;
}

A.c2abutton-orange:active {
	position:relative;
	top:1px;
}

#bigc2a A {
	color: White;
}

#bigc2a {
	float: right;
}


@media (max-width: 479px) {
#navigation .navbar-brand H1 {
  font-size: 40px;
}
#prequal A.c2abutton-blue {
	font-size: 11px;
	margin: 2px 4px;	
}

#prequal P {
	margin: 10px 0px;
}

#prequal {
	margin-bottom: 15px;
}

A.c2abutton-orange {
	font-size: 14px;
	padding: 10px;
}

#content .featuredsurgeons IMG.alignleft { /*Home Page override */
	float: left; 
	margin: 0 13px 5px 0; 
}

}

@media (max-width: 599px)  {
#content .alignright,
#content .alignleft,
#content DIV.alignright,
#content IMG.alignright,
#content IMG.alignleft,
#surgeonsindex #content IMG.alignleft {
	float: none !important;
	display: block  !important;
	margin: 20px 0  !important;
}

}

@media (max-width: 768px)  {
#bigc2a {
	float: none;
}

}



@media (min-width: 768px) and (max-width: 1200px) {
#surgeonsindex #content IMG.alignleft {
	float: none !important;
	display: block !important;
}

}





@media (min-width: 1024px) and (max-width: 1200px) {
#prequal A.c2abutton-blue {
	font-size: 11px;
	margin: 0px 4px;
}

#prequal P {
	margin: 10px 0px;
}

#prequal {
	margin-bottom: 15px;
}

#bigc2a A.c2abutton-orange {
	margin: -30px 0 0;
}

}



/* HOME RSS FEEDS */
.rss-feed UL {
	padding-left: 0;
	list-style-type:none;
}

.rss-feed LI {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #CCC;
}
	



/*
 * --------------------------------------------------
 * MachForm
 *--------------------------------------------------
 */

#leadform {
	max-width: 360px;
	background: rgba(55,148,199,1);
	background: -moz-linear-gradient(-45deg, rgba(55,148,199,1) 0%, rgba(0,102,153,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(55,148,199,1)), color-stop(100%, rgba(0,102,153,1)));
	background: -webkit-linear-gradient(-45deg, rgba(55,148,199,1) 0%, rgba(0,102,153,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(55,148,199,1) 0%, rgba(0,102,153,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(55,148,199,1) 0%, rgba(0,102,153,1) 100%);
	background: linear-gradient(135deg, rgba(55,148,199,1) 0%, rgba(0,102,153,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3794c7', endColorstr='#006699', GradientType=1 );
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 auto;
}

#leadform H2 {
	font-weight: bold;
	background-color: #006699;
	color: White !important;
	text-align: center;
	padding: 10px;
	border-bottom: none;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	margin-bottom: -5px;
}

#leadform #arrow {
	margin-bottom: -20px;
	text-align: center;
}


/*
 * --------------------------------------------------
 * SIDEBAR
 *--------------------------------------------------
 */

#inquiryform {  }




/* PRINT STYLES */

@media print {
HTML {
	margin: 0; 
	padding: 0;
	width: 500pt;
}

#content { 
	font-size: 11pt;
}

.no-print, A.sr-only, #navigation, .fb-like, A.btn, IMG, .amazon-native, .fb-comments, .sidebar, .social-media, #leadform, .leaderboard, #sharetools, #google_translate_element, #content-below, #footer {
	display: none !important;
}


}
