﻿/*
Theme: Theme Machine
Author: Orchard Team – http://www.orchardproject.net
Copyright: 2010, Orchard. All Rights Reserved
*/


/*  Color Palette
**************************************************************

Background: #fff
Borders: #dbdbdb
Text: #434343
Secondary Text: #999999
Main Accent: #999
Links: #5f97af
*/



/* 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* Remember focus styles! */
:focus { outline: 0; }

ol, ul { list-style: none; }

/* Tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* HTML 5 elements as block */  
header, footer, aside, nav, article { display: block; }


/* Clearing Floats
***************************************************************/

.group:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zone:after, .widget-control:after /* .zone:after self clears every zone container - .widget-control:after self clears any floats used in a widget */
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* General
***************************************************************/

/* Default font settings. 
The font-size 81.3% sets the base font to 13px 

Pixels     EMs         Percent Points
6px     0.462em     46.2%     5pt
7px     0.538em     53.8%     5pt
8px     0.615em     61.5%     6pt
9px     0.692em     69.2%     7pt
10px     0.769em     76.9%     8pt
11px     0.846em     84.6%     8pt
12px     0.923em     92.3%     9pt
13px     1em         100%     10pt
14px     1.077em     107.7%     11pt
15px     1.154em     115.4%     11pt
16px     1.231em     123.1%     12pt
17px     1.308em     130.8%     13pt
18px     1.385em     138.5%     14pt
19px     1.462em     146.2%     14pt
20px     1.538em     153.8%     15pt
21px     1.615em     161.5%     16pt
22px     1.692em     169.2%     17pt
23px     1.769em     176.9%     17pt
24px     1.846em     184.6%     18pt
*/

body  {
  line-height: 1; 
  font-size: 81.3%;
  color: #ff0066; 
  background: #fff;
  font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings */
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin:0;}

/*
h1 { font-size: 1.308em; }
h2 { font-size: 1.231em; }
h3 { font-size: 1.154em; }
h4 { font-size: 1.077em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
*/

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Aside Headings */
aside h1 { font-size: 1.154em; }
aside h2 { font-size: 1.077em; }
aside h3 { font-size: 1em; }
aside h4 { font-size: 1em; }
aside h5 { font-size: 1em; }
aside h6 { font-size: 1em; }

/* Lists */

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Text elements */
p           {  }
p img.left  {  }
p img.right {  }

a:focus, 
a:hover     { text-decoration: underline; }
a           { color: #5f97af; text-decoration: none; }

blockquote  { margin: 0.923em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 0.923em; font-style: italic; }
del         { color:#666; }

pre         { margin: 0.923em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.462em; }

.clear { clear: both; }

/* Forms
***************************************************************/

form              { margin: 0; padding: 0;}
legend            { font-size: 1.231em; font-weight: normal; border:none;}
fieldset          { padding:0; margin:0; border: none; }
label             { font-weight:normal; display:block; padding: 0 0 0.3em 0; }
label.forcheckbox { margin: 0; display:inline; }

input[type="text"], input[type="password"] {
    display: block;
    padding: 0.3em;
}

input[type="checkbox"] {
    margin: 0;
}

fieldset ol     { list-style-type:none; padding: 0; margin: 0; }
fieldset ol li  { margin: 0 0 13px 0; }

form.inline, form.inline fieldset { /* todo: (heskew) need something other than .inline ... */
    display:inline;
}

form.inline fieldset {
    margin:0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
    outline:1px dotted #666d51;
}

input[readonly] {
    background-color: #EBEBE4;
    color: #545454;
}

legend span {
    font-weight:normal;
}
label span {
    font-weight:normal;
}
label input {
    vertical-align:text-top;
}
.hint {
    display:block;
    font-size: 0.846em;
    color:#999;
    margin-top: 3px;
    padding: 3px;
}
/* todo: (heskew) try to get .text on stuff like .text-box */
select, textarea, input.text, input.textMedium, input.text-small, input.text-box {
    font-family:inherit;
    padding:3px;
    border:1px solid #bdbcbc;
    font-family:inherit;
    font-size:inherit;
}
input.text, input.textMedium, input.text-box {
    line-height:1.2em;
}
/*Are we using the two classes below?*/
input.text-small {
    width:4em;
}
input.textMedium {
    width:26em;
}
select {
    padding:1px;	
}
select:focus, textarea:focus, input.text:focus, input.text-box:focus, input.text-small:focus, input.textMedium:focus  {
    border-color:#666d51;
}
input.check-box {
    margin-left:0;
    vertical-align:-.1em;
}
input.large.text, textarea, fieldset {
    clear:both;
}

textarea {
    min-height:8em;
}

/* Structure
***************************************************************/
#layout-wrapper { }

#layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
    width:100%;
    margin:0 auto;
}

/* Navigation */
#layout-navigation 
{
    width: 960px;
    margin: 0 auto;
    display: block;
}


nav ul.menu-footer-menu { margin: 0 0 10px; }
nav ul.menu-footer-menu li { border: none; border-right: 1px solid #ff0066; background: none; padding: 0 5px; }
nav ul.menu-footer-menu li.first { padding-left: 0; }
nav ul.menu-footer-menu li.last { border: none; }
nav ul.menu-footer-menu li a { padding: 0; font-size: .8em; }

/* first level */
nav > ul > li { float:left; }
nav > ul > li > a { float:left; }
nav > ul > li:hover > ul { display:block; }
nav > ul > li:hover { }

/* second level */
nav > ul > li > ul { margin: 60px 0px 0px -1px; padding:0px; display:none; position:absolute; border: 1px solid #dbdbdb;}
nav > ul > li > ul > li { list-style-type:none; margin:0px; border: none;}
nav > ul > li > ul > li > a { display:block; text-decoration:none;}
nav > ul > li > ul > li:hover > a { }

nav > ul > li > ul > li:hover > ul { display:block; }

/* third level */
nav > ul > li > ul > li > ul {  }
nav > ul > li > ul > li > ul > li { list-style-type:none; margin:0px; border: none;}
nav > ul > li > ul > li > ul > li > a { display:block; text-decoration:none;}
nav > ul > li > ul > li > ul > li:hover > a { }

/* deeper levels */
nav > ul > li > ul > li > ul ul { display:none; }

/* Breadcrumb */
nav ul.breadcrumb 
{
    border:none;
    display: inline-block;
    margin: -9px;
}

    nav ul.breadcrumb li
    {
        border:none;
        background:none;
        display:block;
        margin:0 2px -1px 0;
    }

    nav ul.breadcrumb li:after
    {
        content: "/"
    }
    
    nav ul.breadcrumb li.last:after
    {
        content: ""
    }

        nav ul.breadcrumb li a 
        {
            padding:0 9px;
            display:block;
            color: #5F97AF;
            font-size: 100%;
        }
        
        nav ul.breadcrumb li a:hover
        {
            text-decoration: underline;
        }
        
#layout-navigation {}
#layout-featured {}
#layout-before-main {}
#layout-main {}
    #aside-first {}
    #layout-content {}
        #messages {}
        #before-content {}
        #content {}
        #after-content {}
    #aside-second {}
#layout-after-main {}
#layout-tripel {}
    #tripel-first {}
    #tripel-second {}
    #tripel-third {}
#layout-footer {}
    #footer-quad {}
        #footer-quad-first {}
        #footer-quad-second {}
        #footer-quad-third {}        
        #footer-quad-forth {}
    #footer-sig {}
    
/* Zones */
.zone 
{
  
    
    /*  Enable this to see zone visualizations
    background-color: yellow;
    box-shadow:inset 0 0 1px purple;
    -moz-box-shadow:inset 0 0 1px purple;
    -webkit-box-shadow:inset 0 0 1px purple;
    */
} 
.zone-header { padding: 30px 0 30px 12px; position: relative; }
.zone-navigation { padding: 0; }
.zone-featured {}
.zone-before-main {}
.zone-aside-first {}
.zone-messages {}
.zone-before-content {}
.zone-content {}
.zone-after-content {}
.zone-aside-second {}
.zone-after-main {}
.zone-tripel-first {}
.zone-tripel-second {}
.zone-tripel-third {}
.zone-footer-quad-first {}
.zone-footer-quad-second {}
.zone-footer-quad-third {}
.zone-footer-quad-fourth {}
.zone-footer {  }



/* Main
***************************************************************/

/* Content lists and details */
.content-description { font-size: 1.154em; }
.content-items { padding: 0; margin: 0; list-style: none; }
.content-items li { padding: 0; margin: 0; }
.content-items .content-item { }
.content-items .content-item header {}
.content-items .content-item header h1 { }
.content-items .content-item header h1 a {  }
.content-items .content-item header h1 a:hover {}

/* Tags */
.tags { margin-top: 12px; }
.tags a { background-color: #dbdbdb; padding: 3px 6px; color: #434343; }
.tags a:hover { background-color: #434343; color: #fff; }

/* Metadata */
.metadata { }
.metadata .published { display: inline; margin: 0 6px 0 0; }
.metadata .commentcount { display: inline; }
.meta {}

/* Comments */
#comments { margin: 24px 0 0 0; padding: 0; }
.comment-form { margin: 24px 0 0 0; padding: 0; }
.comments { margin: 0; padding: 0; list-style: none; }
.comments li { margin: 12px 0 0 0; padding: 12px; border: 1px solid #dbdbdb; }
.comment { margin: 0; padding: 0; }
.comment h4 { font-size: 1.077em; }
.comment .who {}
.comment .what {}
.comment #add-comment {}
.comment-form #comment-by { font-size: 1.231em; font-weight: normal; margin: 0 0 1.2em 0; border:none; }
.comment-form #comment-text {  }
.comment-form input[type="text"] {  }
.comment-disabled {}
.comment-count { font-size: 1.231em; }

/* Confirmations */
.message, .validation-summary-errors { margin:10px 0 4px 0; padding:10px 15px 13px; }
.messages a { font-weight:bold; }
.message-Information { background:#e6f1c9; /* green */ border:1px solid #cfe493; color:#062232; }
.message-Warning { background:#fdf5bc; /* yellow */ border:1px solid #ffea9b; }
.critical.message, .validation-summary-errors, .message-Error { background:#e68585; /* red */ color:#fff; }


/* Secondary
***************************************************************/

/* Aside Zones */
/* If zone 1 is on */
/*
.aside-1 #layout-content { float: right; width: 600px; }
.aside-1 .aside-first { float: left; width: 360px; }
*/

/* If zone 2 is on */
/*
.aside-2 #layout-content { float: left; width: 600px; }
.aside-2 .aside-second { float: right; width: 360px; background: #00F; }
*/

/* If zones 1, 2 are on */
/*
.aside-12 #layout-content { width: 600px; }
.aside-12 .aside-first, .aside-12 .aside-second { width: 180px; }
.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content { float:left; }
*/

/* Tripel Zones*/
/* #layout-tripel > div { float:left; width:960px; } */

/*2 zones on */

/* .tripel-12 #layout-tripel > div { width:480px; } */ /* If zones 1, 2 are on */
/* .tripel-23 #layout-tripel > div { width:480px; }  *//* If zones 2, 3 are on */
/* .tripel-13 #layout-tripel > div { width:480px; } */ /* If zones 1, 3 are on */


/*3 zones on */
/* .tripel-123 #layout-tripel > div { width:320px; }  *//* If zones 1, 2, 3 are on */

/* Quad Footer Zones */
/* #footer-quad > div { float:left; width:240px; } */

/*1 zone on */
/* .split-1 #footer-quad-first { width:960px; }  *//* If zone 1 is on */
/* .split-2 #footer-quad-second { width:960px; } */ /* If zone 2 is on */
/* .split-3 #footer-quad-third { width:960px; } */ /* If zone 3 is on */
/* .split-4 #footer-quad-fourth { width:960px; } */ /* If zone 4 is on */

/*2 zones on */
/* .split-12 #footer-quad-first, .split-12 #footer-quad-second { width:480px; } */ /* If zones 1, 2 are on */
/* .split-13 #footer-quad-first, .split-13 #footer-quad-third { width:480px; } */ /* If zones 1, 3 are on */
/* .split-14 #footer-quad-first, .split-14 #footer-quad-fourth { width:480px; }  *//* If zones 1, 4 are on */
/* .split-23 #footer-quad-second, .split-23 #footer-quad-third { width:480px; }  *//* If zones 2, 3 are on */
/* .split-24 #footer-quad-second, .split-24 #footer-quad-fourth { width:480px; } */ /* If zones 2, 4 are on */
/* .split-34 #footer-quad-third, .split-34 #footer-quad-fourth { width:480px; } */ /* If zones 3, 4 are on */

/*3 zones on */
/* .split-234 #footer-quad-second { width:480px; } */ /* If zones 2, 3, 4 are on */
/* .split-134 #footer-quad-first { width:480px; } */ /* If zones 1, 3, 4 are on */
/* .split-124 #footer-quad-fourth { width:480px; } */ /* If zones 1, 2, 4 are on */
/* .split-123 #footer-quad-third { width:480px; } */ /* If zones 1, 2, 3 are on */

/*3 zones on - alternate layout*/
/* .split-123 #footer-quad-first, .split-123 #footer-quad-second, .split-123 #footer-quad-third { width:320px; } */
/* If zones 1, 2, 3 are on */
/* .split-124 #footer-quad-first, .split-124 #footer-quad-second, .split-124 #footer-quad-fourth { width:320px; } */
/* If zones 1, 2, 4 are on */
/* .split-134 #footer-quad-first, .split-134 #footer-quad-third, .split-134 #footer-quad-fourth { width:320px; } */
/* If zones 1, 3, 4 are on */
/* .split-234 #footer-quad-second, .split-234 #footer-quad-third, .split-234 #footer-quad-fourth { width:320px; } */
/* If zones 2, 3, 4 are on



/* Widgets
***************************************************************/
.widgets {}
.widget h1 { font-size: 1.077em; }

/* Edit Mode Widgets */
/* These are the edit controls that appear when you're logged-in */
.widget-control { position: relative; border: 1px dotted #5f97af; }
.widget-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.widget-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px;  }
.widget-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }

/* Content Mode */
.content-control { border: 1px dotted #5f97af; overflow:auto; position: relative; }
.content-control .manage-actions { position:absolute; top: 0px; right: 0px; }
.content-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px;  }
.content-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }



/* Pager
***************************************************************/

.pager { list-style: none; padding: 0; margin: 12px 0 0 0; }
.pager li { float: left; padding: 0 12px 0 0; margin: 0; }
.pager a, .pager span { font-size: 1.077em; display: block; background-color: #dbdbdb; padding: 6px 6px; color: #434343;}
.pager a:hover { background-color: #434343; color: #fff; }
.pager span { background-color:inherit; }


/* Misc
***************************************************************/

.small      { font-size: 0.615em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.231em; line-height: 2.231em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.credits { float: left; }
.user-display { float: left; padding: 0 12px; }
.user-display .welcome {}
.user-display .user-actions {}

.login-form { margin: 24px 0 0 0; }



/* CSS 3 Enhancements 
***************************************************************/

input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
  
}

input[type="submit"]:hover, input[type="button"]:hover,
input[type="submit"]:active, input[type="button"]:active,
input[type="submit"]:focus, input[type="button"]:focus,
button:hover, .button:hover,
button:active, .button:active,
button:focus, .button:focus {
    
}

/* ETNA INTERACTIVE STYLES
***************************************************************/
/* default font set at 14px/22px */


article.content-item.page { padding-bottom: 15px; }
article.content-item.page header { display: none; }

* { margin: 0; border: none; padding: 0; }
ul, ol { line-height: normal; margin: 0; }

html,body { width: 100%; }
html { background: #4a4a4c; }
body { color: #333333; background: #fff url(/Media/Default/images/colorContainer-background.gif) repeat-y center top; font: .875em/1.571em Arial, Helvetica, sans-serif; text-align: center; }
header, nav, section, article, footer, aside { display: block; }  
a { outline: none; }
a:link { color: #3f8aac; text-decoration: underline; }
a:hover { color: #3f8aac; text-decoration: none; }
.black { color: #000; }
table.pad td { padding: 2px 3px; }
table.pad td.red { width: 10px; color: #FF0000; text-align: center; }
table td { vertical-align: top; }
img { vertical-align: bottom; }
img.left, img[align=left] { margin: 0 20px 20px 0; }
img.right, img[align=right] { margin: 0 0 20px 20px; }
img.border { border: 1px solid #cbc7c9; box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.5); }
.fl { float: left; } 
.fr { float: right; }
.nobreak { white-space: nowrap; }
.clear { clear: both; }
.required { font-style: italic; color: #3f8aac; }
#warning { margin-bottom: 15px; padding: 20px; background: #3f8aac;  color: #fff; }
#warning li { margin: 0; padding: 0; background: none; border: none; line-height: 1.3em; }
.hide { display: none; }
hr { margin: 0 0 20px; height: 1px; background-color: #cbc7c9; }
ul { list-style-type: none; }
ul li span.nation { font-weight: normal; }
abbr[title], acronym[title] { border-bottom-width: 0; }
p.callout { padding: 10px 0; border-top: 1px solid #A684BC; border-bottom: 1px solid #A684BC; }
p.small { font-size: .875em; font-style: italic; }

.placeholder { color: #0c3663; }
::-webkit-input-placeholder { color: #0c3663; }
:-moz-placeholder { color: #0c3663;  }
::-moz-placeholder { opacity: 1; color: #0c3663; }

#aside-second nav, .mobile { display: none; }

/* FORMS */
input.input, body.orchard-customforms input.textMedium { margin: 0 10px 10px 0; padding: 12px 14px; width: 277px; height: 16px; border: 1px solid #d9eaf4;   background: #fff !important; vertical-align: middle; float: left; }
body.orchard-customforms fieldset label { display: none; }
body.orchard-customforms fieldset { display: inline-block; }
input#RequestInformationSubmission_LastName_Value { margin-right: 0; }
input#RequestInformationSubmission_EmailAddress_Value { margin-right: 0; width: 598px; }
#recaptcha_image { float: left; }
#recaptcha_widget { margin: 10px 0; width: 80%; float: left; }
body.orchard-customforms fieldset label.forcheckbox { display: inline-block; }
fieldset.submit-button { margin: -87px 0 0; float: right; }
.captcha-image { width: 300px; float: left; }
input.long { width: 598px; }
#content select { margin: 0 10px 10px 0; padding: 10px 10px 10px 14px; width: 628px; border: 1px solid #d9eaf4;  color: #333; background: #fff url(/Media/Default/images/select-arrow.png) no-repeat right center; float: left; }
#content textarea { margin: 0 0 10px; padding: 12px 14px; border: 1px solid #d9eaf4; width: 598px; height: 111px; background-color: #fff !important; overflow: auto; resize: none; }
.validator { width: 67px; height: 38px; background-image: url(/Media/Default/images/verify-contact.png); background-repeat: no-repeat; background-position: top left; float: left; }
body.contact form label { font-size: 1em; }
.validatorWrapper { margin: 3px 0 0; float: right; width: 353px; }
.verification1 { background-position: 0 0; }
.verification2 { background-position: 0 0; }
.verification3 { background-position: 0 0; }
.verification4 { background-position: 0 0; }
.verification5 { background-position: 0 0; }
#content input[type=submit], button[name="submit.Save"] { margin: 0; padding: 8px 25px 7px 15px; background: #a684bc url(/Media/Default/images/button-arrow.png) no-repeat right center; border: none; border-radius: 2px; color: #fff; text-decoration: none; font-size: 1.107em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; float: right; cursor: pointer; }
#content input[type=submit]:hover { background-color: #b29ac8; }
#content input.validate, input#recaptcha_response_field { padding: 12px 14px; background: none repeat scroll 0 0 #FFFFFF !important; border: 1px solid #D9EAF4; float: right; height: 16px;  vertical-align: middle; width: 140px; }
input.highlight { border-color: #ff0000; }
#content #warning { margin: 0 0 20px; }
#content #warning ul li { margin: 0; padding: 0; background: none; border: none; }

.blog-post p.tags { display: none; }
.content-description { display: none; }
.blog .metadata { }
article.blog-post img { margin: 0 0 20px 20px; float: right !important; }

/* STYLE PLACEHOLDER AND INPUT VALUES */
input, select, textarea { font-family: arial, helvetica, san-serif; font-size: 1em; color: #333; -webkit-border-radius: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); outline: none; -webkit-appearance: none; }
input[type="checkbox"] { -webkit-appearance: checkbox; }
.placeholder { color: #999; font-size: 1em; font-family: Arial, Helvetica, sans-serif; }
::-webkit-input-placeholder { color: #999; font-size: 1em; font-family: Arial, Helvetica, sans-serif; }
:-moz-placeholder { color: #999; font-size: 1em; font-family: Arial, Helvetica, sans-serif; }
::-moz-placeholder { opacity: 1; color: #999; font-size: 1em; font-family: Arial, Helvetica, sans-serif; }

/* STYLE SELECTED FIELD PLACEHOLDER */
input:focus::-webkit-input-placeholder,section textarea:focus::-webkit-input-placeholder, section select:focus { color: #666; -webkit-transition:color 0.2s linear; -moz-transition:color 0.2s linear; -o-transition:color 0.2s linear; transition:color 0.2s linear; }
input:focus:-moz-placeholder,section textarea:focus:-moz-placeholder { color: #666; -webkit-transition:color 0.2s linear; -moz-transition:color 0.2s linear; -o-transition:color 0.2s linear; transition:color 0.2s linear; }

body.contact .widget-back-to-top, body.contact #aside-second { display: none; }


/*---------------------------------------------------------------*/
/* BX SLIDER - GLOBAL 
/*---------------------------------------------------------------*/
/**
.bx-wrapper, .bx-viewport { }
.bx-wrapper .bx-controls { margin-top: -150px; position: relative; z-index: 100; }
.bx-wrapper .bx-pager { text-align: center; color: #666; padding-top: 0; z-index: 1000; }
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; }
.bx-wrapper .bx-pager.bx-default-pager a { margin: 0 5px; width: 16px; height: 16px; background: #fff; text-indent: -9999px; display: block; outline: 0; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.bx-wrapper { position: relative; }
.bx-wrapper .bx-prev { left: 20px; }
.bx-wrapper .bx-prev:after { font-family: FontAwesome; content: "\f104"; color: #fff; font-size: 40px; line-height: 0; text-indent: 0; }
.bx-wrapper .bx-next { right: 20px; }
.bx-wrapper .bx-next:after { font-family: FontAwesome; content: "\f105"; color: #fff; font-size: 40px; line-height: 0; text-indent: 0; }
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover { text-decoration: none; }
.bx-wrapper .bx-controls-direction a { margin-top: -240px; top: 110px; width: 14px; height: 32px; text-indent: 0; outline: 0; position: absolute; z-index: 9999; }
.bx-wrapper .bx-controls-direction a.disabled { display: none; }
**/


@media only screen and (min-width: 641px) {

	
	#top { /*background: url(/Media/Default/images/body-background.jpg) repeat-x center top;*/ position: relative; }  
	#layout-wrapper { min-width: 1024px; background: url(/Media/Default/images/footer-background.jpg) repeat-x center bottom; position: relative; }
	
	
	#layout-header, #layout-navigation, #layout-main-container, #layout-after-main, #layout-footer { margin: 0 auto; width: 1024px; text-align: center; }

	
	a.buttonLink { margin: 0; padding: 10px 25px 10px 15px; background: #a684bc url(/Media/Default/images/button-arrow.png) no-repeat right center; border: none; border-radius: 2px; color: #fff; text-decoration: none; font-size: 1.107em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; display: inline-block; }
	a.buttonLink:hover { background-color: #b29ac8; }
	
	/*-- header --*/
	
  #layout-header {
    background: #fff;
    height: 211px;
    position: relative;
    text-align: left; 
    width: 100%;
  }
  #layout-header:before { 
    background: #59595b;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  #header {
    background: none; 
    margin: 0 auto; 
    padding: 0 32px;
    position: relative;
    width: 960px;
    z-index: 2;
  }
	.zone-header { padding: 0; }
	#layout-header .widget-menu-widget { top: 0; left: 0; position: absolute; }
	#layout-header .menu { width: auto; height: 56px; float: left; }
	#layout-header .menu li.first a { padding-left: 0; }
	#layout-header .menu li.last a { padding-right: 0; background: none; }
	#layout-header .menu li a { padding: 10px 18px 11px 16px; background: url(/Media/Default/images/gnav-divider.gif) no-repeat right center; color: #fff; text-decoration: none;  font-size: 1.143em; font-family: "pragmatica-web-condensed",sans-serif; font-style: normal; font-weight: 300; display: block; }
	#layout-header .menu li a:hover { color: #e6e6e7; }
	#layout-header .menu li.on a { color: #B29AC8; }
	#layout-header .menu li.apply-membership a { color: #ffff00; }
	#layout-header .menu li.apply-membership a:hover { color: #e5e500; }	

	/*-- Logo --*/
	#branding { top: 55px; position: absolute; clear: both; }
	#branding a { width: 962px; height: 135px; background: url(/Media/Default/images/logo.png?v=2) no-repeat left top; text-align: left; display: block; text-indent: -9999px; overflow: hidden; background-size: 353px 134px; }
	
	/*-- Navigation -*/
	#layout-navigation {
  	background: url(/Media/Default/images/layout-navigation.jpg) repeat-x 0 0;
  	height: 60px;
  	text-align: left;
  	width: 100%;
	}
	.zone-navigation {
  	margin: 0 auto;
  }
  
	/*-- Login --*/
	
	#login { padding: 15px 25px; width: 250px; height: 180px; background: #fff; color: #000; overflow: hidden; text-align: left; }
	#login p { margin: 0; }
	#login input { margin: 0 0 10px; padding: 10px; width: 230px; border: 1px solid #e9e9e9; color: #555; }
	#layout-header .menu li #login a { padding: 0; background: none; }
	
	
	.widget-culture-picker-widget { /* float: right; */ top: 0; left: 570px; position: absolute; }
	.changeCulture { margin: 10px 0 0; background: #59595b url(/Media/Default/images/select-culture-pick.png) no-repeat right center; }
	.changeCulture label { display: none; }
	select#CultureName { padding-right: 17px; width: 165px; background: transparent;  border: none;  -webkit-appearance: none; -moz-appearance: menulist-text; appearance: none; color: #fff; font-size: .929em; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; cursor: pointer; text-transform: capitalize; text-align: left;  }
	select#CultureName option { background: #59595b; text-align: left; text-transform: capitalize; }
	.changeCulture { float: left; text-align: right; }
	select#CultureName::-ms-expand { display: none; }
	
	
	#content .gsc-control-cse { padding: 0; }
	#content .gcsc-branding { display: none; }
	#content .gs-result .gs-title, .gs-webResult.gs-result a.gs-title:link b { text-decoration: none; font-weight: normal; }
	#content .gsc-result b { font-weight: normal; }
	
	.widget-search-form { float: none ; width: 185px; position: absolute; right: 32px; top: 0; }
	
	.search-form { margin: 7px 0 0 10px; padding: 3px 5px 3px 9px; height: 19px; background: #fff; border-radius: 15px; }
	.search-form fieldset { margin: 0; padding: 0;  }
	.search-form input#q { padding: 0; width: 180px; height: 20px; background: none; }
	.search-form button[type="submit"] { margin: 0; padding: 0; height: 18px; width: 18px; background: url(/Media/Default/images/button-search.png) no-repeat left top; text-indent: -9999px; overflow: hidden; display: block; border: none; }
	.search-form button[type="submit"]:hover { background-image: url(/Media/Default/images/button-search-hover.png); }
	
	
	
	
	#layout-header .gsc-input-box { height: auto; background: none; border: none; box-shadow: none; }
	#layout-header form.gsc-search-box { margin: 6px 0 0 10px !important; padding: 2px 3px 3px 9px; height: 22px; background: #fff; border-radius: 15px; font-size: 1em; }
	#layout-header .gsib_a { padding: 0; }
	.gsc-search-box-tools .gsc-search-box .gsc-input { background: none !important; font-size: 1em; }
	#layout-header input.gsc-search-button { margin: 0; padding: 5px; height: 13px; width: 13px; background: #a684bc; display: block; border: none; border-radius: 11px; }
	#layout-header input.gsc-search-button:hover, #layout-header input.gsc-search-button:focus { background: #999; }
	input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus { font-size: 1em; }
	#layout-header .gsst_a { padding: 0; }
	#layout-header .gsst_b { display: none; }
	
	
		
	
	/*-- Gnav Nav Dropdown --*/
	#layout-header .widget-menu-widget li.medical-professionals ul { margin: 25px 0 0 -60px; padding: 29px 26px 45px 26px; width: 222px; background: url(/Media/Default/images/gnav-medical-professionals-dropdown_new.png) no-repeat left top; border: none; z-index: 1; }
	#layout-header .widget-menu-widget li.news ul { margin: 25px 0 0 -93px; padding: 29px 14px 45px 14px; width: 222px; background: url(/Media/Default/images/gnav-press-center-dropdown.png) no-repeat left top; border: none; z-index: 1; }
	#layout-header .widget-menu-widget li ul li { }
	#layout-header .widget-menu-widget li ul li a { margin: 0; padding: 2px 0 2px 30px; line-height: normal; color: #000 !important; text-align: left; background: none; }
	#layout-header .widget-menu-widget li ul li a:hover { background: #a684bc; color: #fff !important; }
	
	/*-- Main Navigation --*/
	.zone-navigation { width: 1024px; background: url(/Media/Default/images/menu-nav-background.jpg) repeat-x center top; }
	.widget-navigation { margin: 0 auto; display: table; }
	#layout-navigation .menu { width: 100%; }
	#layout-navigation .menu li { border-right: 1px solid #6783a6; background: url(/Media/Default/images/menu-nav-background.jpg) repeat-x center top; /* width: 19.75%; */ }
	#layout-navigation .menu li a { padding: 13px 40px 14px; /* width: 90%; */ height: 33px; color: #fff; text-decoration: none; font-family: "pragmatica-web-condensed",sans-serif; font-style: normal; font-weight: 300; font-size: 1.714em; text-shadow: 0 1px 0 rgba(0,0,0,.5);  white-space: nowrap; }
	#layout-navigation .menu li:hover a { color: #a684bc; }
	#layout-navigation .menu li.current, #layout-navigation .menu li.on { background: url(/Media/Default/images/menu-nav-background.jpg) repeat-x center bottom; }
	#layout-navigation .menu li.current:hover a { color: #fff; }
	#layout-navigation .menu li.first {  }
	#layout-navigation .menu li.last { border: none; }
	#layout-navigation .menu li.dropdown a:hover, #layout-navigation .menu li.dropdown a.hover { background: url(/Media/Default/images/menu-dropdown-arrow.png) no-repeat center bottom; color: #a684bc; }
	
	
	/*-- Dropdowns --*/
	#layout-navigation .menu li.dropdown ul { padding: 30px 28px 47px; width: auto; background: url(/Media/Default/images/dropdown-shadow-medium.png) no-repeat center bottom; border: none; z-index: 5; text-align: left; }
	#layout-navigation .menu li.dropdown.first ul { background: url(/Media/Default/images/dropdown-shadow.png) no-repeat center bottom; }
	#layout-navigation .menu li.dropdown.about-isaps ul { background: url(/Media/Default/images/dropdown-shadow-small.png) no-repeat center bottom; }
	#layout-navigation .menu li.dropdown.medical-travel-guide ul { background: url(/Media/Default/images/dropdown-shadow-small.png) no-repeat center bottom; }
	#layout-navigation .menu li.dropdown ul li { background: none; border: none; width: auto; }
	#layout-navigation nav .menu li.dropdown ul li a { margin: 0 0 5px; padding: 0 25px 0 0; width: auto; height: auto; color: #254674; background: url(/Media/Default/images/dropdown-arrow.png) no-repeat right center; display: inline-block; text-shadow: none; font-size: 1.45em; }
	#layout-navigation nav .menu li.dropdown.current ul li a { color: #254674; }
	#layout-navigation nav .menu li.dropdown ul li a:hover, #layout-navigation nav .menu li.dropdown.current ul li a:hover { color: #516b90; background: url(/Media/Default/images/dropdown-arrow-on.png) no-repeat right center; }
	#layout-navigation .menu li li.dropdown a { height: auto; }
	
	/*-- Procedures Dropdown --*/
	#layout-navigation .menu li.procedures ul { margin-left: -10px; width: 904px; }
	#layout-navigation .menu li.procedures li.dropdown { margin: 0 20px 0 0; padding: 0; width: 205px; height: 400px; border-right: 1px solid #c8d1dc;  }
	#layout-navigation .menu li.procedures li.dropdown a { line-height: 1em; display: block; }
	#layout-navigation .menu li.procedures li.dropdown ul {  margin: 10px 0 0; padding: 0; width: inherit; height: 350px; background: none; position: relative; display: block; }
	#layout-navigation .menu li.procedures li.dropdown ul li { width: auto; }
	#layout-navigation .menu li.procedures li.dropdown ul li a:hover, #layout-navigation .menu li.procedures.current li.dropdown ul li a:hover { color: #fff; background: #a684bc; }
	#layout-navigation .menu li.procedures li.dropdown ul li a { margin: 0 0 5px; padding: 3px 20px 3px 10px; height: auto; font-size: 1.143em; color: #000; background: none; display: block; text-shadow: none; line-height: 1em; }
	#layout-navigation .menu li.procedures li.dropdown { float: left; }
	#layout-navigation .menu li.procedures li.dropdown a { padding-left: 10px; width: auto; color: #254674; }
	nav .menu li.procedures ul li a { line-height: 1em; }
	#layout-navigation .menu li.procedures li.non-surgical { height: 255px; border: none; }
	#layout-navigation .menu li.procedures li.non-surgical ul { height: auto;  }
	#layout-navigation .menu li.procedures li.non-surgical ul a { margin: 0 0 5px; }
	#layout-navigation .menu li.procedures li.safety { margin-left: 10px; float: left; }
	#layout-navigation .menu li.procedures li.safety a { background: url(/Media/Default/images/dropdown-arrow.png) no-repeat 180px 7px;  }
	#layout-navigation .menu li.procedures li.safety a:hover, #layout-navigation .menu li.procedures.current li.safety a:hover { background: url(/Media/Default/images/dropdown-arrow-on.png) no-repeat 180px 7px; }
	#layout-navigation nav .menu li.procedures ul li a { width: 190px; background: url(/Media/Default/images/dropdown-arrow.png) no-repeat 190px 7px;  }
	#layout-navigation nav .menu li.procedures ul li a:hover, #layout-navigation nav .menu li.procedures.current ul li a:hover { background: url(/Media/Default/images/dropdown-arrow-on.png) no-repeat 190px 7px;  }
	#layout-navigation nav .menu li.procedures ul li ul a { background: none; }
	#layout-navigation .menu li.find-a-surgeon ul { background: url(/Media/Default/images/dropdown-shadow-small.png) no-repeat scroll center bottom transparent; }
	#layout-navigation .menu li.about-isaps ul { background: url(/Media/Default/images/dropdown-shadow-small.png) no-repeat scroll center bottom transparent; }
	
	/*-- Content --*/
	#layout-main-container { width: 1024px; background: url(/Media/Default/images/contentContainer-background.jpg) repeat-y center top; }
	#layout-main { padding: 50px 0; width: auto; background: url(/Media/Default/images/content-shadow.png) no-repeat center top; text-align: left; }
	#layout-content { margin: 0 35px 0 0; width: 629px; float: right; }
	.zone-aside-second { margin-bottom: 20px; }
	#content h1 { margin: 0 0 15px; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; color: #0c3663; font-size: 2.571em; line-height: normal; }
	#content h2 { margin: 0 0 15px; padding: 10px 0 0; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; color: #0c3663; font-size: 1.714em; }
	#content h3 { margin: 0 0 10px; font-size: 1.5em; line-height: normal; }
	#content h3 a { color: #0C3663; text-decoration: none; display: block; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; }
	#content h4 { margin: 0 0 5px; font-size: 1.4em; line-height: normal; }
	#content p { margin: 0 0 20px; }
	#content ul { margin: 0 0 15px; }
	#content ol { margin: 0 0 15px 25px; }
	#content ol li { margin: 0 0 10px; }
	#content ul.left { width: 50%; float: left; }
	#content ul.right { width: 50%; float: right; }
	#content .page ul.sentence li, #content .blog-post ul.sentence li { background-position: left 9px; line-height: 1.571em; font-weight: normal; }
	#content .page ul li, #content .blog-post ul li { margin: 0 0 10px; padding: 0 0 0 10px; background: url(/Media/Default/images/content-li-bullet.png) no-repeat left 5px; font-weight: bold; }
	p.back-to-top a { font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; color: #0c3663; text-decoration: none; }
	
	#aside-first { width: 331px; float: left; }
	/* .aside-first img { margin: 0 0 20px; padding: 0 0 16px; background: url(/Media/Default/images/lnav-image-shadow.png) no-repeat right bottom; } */
	.widget-lnav ul.menu { font-family: "pragmatica-web-condensed",sans-serif; font-style: normal; font-weight: 400; }
	#aside-first .widget-menu-widget { margin: 0 0 15px 20px; }
	
	.lnav-image { float: right;  }
	.lnav-image .lnavImageShadow { margin: 0 0 20px; padding: 0 0 16px; width: 300px; background: url(/Media/Default/images/lnav-image-shadow.png) no-repeat right bottom; text-align: right; }
	.lnav-image .image { width: 300px; height: 170px; }
	.lnav-image .image.find-surgeon { background: url(/Media/Default/images/lnav-find-surgeon.jpg) no-repeat left top; }
	.lnav-image .image.lnav-procedures { background: url(/Media/Default/images/lnav-procedures.jpg) no-repeat left top; }
	body.safety .lnav-image .image.lnav-procedures { background: url(/Media/Default/images/lnav-safety.jpg) no-repeat left top; }
	.lnav-image .image.medical-travel-guide { background: url(/Media/Default/images/lnav-med_travel.jpg) no-repeat left top; }
	.lnav-image .image.about-isaps { background: url(/Media/Default/images/lnav-doctor.jpg) no-repeat left top; }
	.lnav-image .image.blog { background: url(/Media/Default/images/lnav-blog.jpg) no-repeat left top; }
	.lnav-image .image.news { background: url(/Media/Default/images/lnav-blog.jpg) no-repeat left top; }
	.lnav-image .image.medical-professionals { background: url(/Media/Default/images/lnav-med-prof.jpg) no-repeat left top; }
	
	body.face .lnav-image .image.lnav-procedures { background: url(/Media/Default/images/lnav-procedures-face.jpg) no-repeat left top; }
	body.body .lnav-image .image.lnav-procedures { background: url(/Media/Default/images/lnav-procedures-body.jpg) no-repeat left top; }
	body.breasts .lnav-image .image.lnav-procedures { background: url(/Media/Default/images/lnav-procedures-breast.jpg) no-repeat left top; }
	body.non-surgical .lnav-image .image.lnav-procedures { background: url(/Media/Default/images/lnav-procedures-non-surgical.jpg) no-repeat left top; }
	
	.widget-aside-first.arabic .lnavImageShadow { display: none; }
	 body.ar .widget-aside-first.arabic .lnavImageShadow { display: block; }
	
	.widget-aside-first ul.menu li { margin: 0 0 5px; padding: 0 0 0 10px; float: none; }
	.widget-aside-first ul.menu li li { margin: 0; padding: 0; }
	.widget-aside-first ul.menu li a { margin: 0 0 15px;  font-family: "pragmatica-web-condensed",sans-serif; font-style: normal; font-weight: 400; text-decoration: none; color: #0f3763; font-size: 2em; display: block; float: none; }
	.widget-aside-first ul.menu li ul { margin: 0; padding: 0; position: relative; border: none; display: block; }
	.widget-aside-first ul.menu li li a { margin: 0; padding: 4px 10px; text-decoration: none; float: none; font-size: 1.286em; }
	.widget-aside-first ul.menu li li a:hover, .widget-aside-first ul.menu li li.current a { background: #a684bc; color: #fff; }
	.widget-aside-first ul.menu li li li a { margin: 0 0 15px 0; padding: 5px 10px 5px 26px; background: url(/Media/Default/images/lnav-menu-subnav-arrow.png) no-repeat 12px 9px; text-decoration: none; float: none; font-size: 1.286em; font-family: arial, helvetica, sans-serif; font-size: 1em; }
	.widget-aside-first ul.menu li li li a:hover { background: #a684bc url(/Media/Default/images/lnav-menu-subnav-arrow-on.png) no-repeat 12px 9px; color: #fff; }
	
	body .widget-aside-first ul.menu li li.current li a { margin: 3px 0 3px; background: none; color: #0F3763; }
	body .widget-aside-first ul.menu li li.current li a:hover { background: #A684BC; color: #fff; }
	
	/*--Procedures LNAV --*/	
	.lnav.collapse ul.menu li.first { padding: 0 0 6px; border: none; }
	.lnav.collapse ul.menu li.first a, .lnav.collapse ul.menu li.first.current a { color: #0F3763; display: block; float: none; font-family: "pragmatica-web-condensed",sans-serif; font-size: 2em; font-style: normal; font-weight: 400; margin: 0 0 15px; padding: 0 0 0 10px; text-decoration: none; background: none;  }
	.lnav.collapse ul.menu li ul  { display: none; }
	.lnav.collapse ul.menu li.on ul, 
	.lnav.collapse ul.menu li.current ul { margin-top: 5px; display: block; }
	.lnav.collapse ul.menu li  { padding: 0 0 6px 10px; border-bottom: 1px solid #A684BC; }
	.lnav.collapse ul.menu li li { padding: 0; border-bottom: none; }
	.lnav.collapse ul.menu li a, .lnav.collapse ul.menu li.last a { padding-right: 20px; background: url(/Media/Default/images/lnav-procedures-arrow.png) no-repeat right center; display: inline; font-size: 1.6em;  }
	.lnav.collapse ul.menu li.dropdown ul li li a {	margin: 0; font-family: "pragmatica-web-condensed",sans-serif; font-size: 1em; font-style: normal; font-weight: 400; color: #0F3763; }
	.lnav.collapse ul.menu li.dropdown a:hover, .lnav.collapse ul.menu li.last a:hover  { background-image: url(/Media/Default/images/lnav-procedures-arrow-on.png); color: #37597d;}
	.lnav.collapse ul.menu li.current a { background-image: url(/Media/Default/images/lnav-procedures-arrow-on.png); color: #37597d;}
	.lnav.collapse ul.menu li a:hover { background-image: url(/Media/Default/images/lnav-procedures-arrow-on.png); color: #37597d;}
	.lnav.collapse ul.menu li.first a:hover { background: none; color: #0F3763; }
	
	
	
	.lnav.collapse ul.menu li.dropdown ul li a { background-image: none; display: block; background-repeat: no-repeat; font-size: 1.25em; color: #0F3763; }
	.lnav.collapse ul.menu li.dropdown ul li a:hover { color: #fff; background-image: none; background-repeat: no-repeat; }
	.lnav.collapse ul.menu li.dropdown ul li.current a { color: #fff;  }
	.lnav.collapse ul.menu li.dropdown ul li { margin: 0; }
	.lnav.collapse ul.menu li.last { border: none; }
	.lnav.collapse ul.menu li.last li.current a, .lnav.collapse ul.menu li.last li a:hover { background-color: #a684bc; }
	
	.lnav.collapse ul.menu-medical-professionals-lnav li.dropdown ul li.current a { color: #fff; background-color: #a684bc; }
	.lnav.collapse ul.menu-medical-professionals-lnav li.dropdown ul li.on a { color: #0F3763; background-color: transparent; }
	.lnav.collapse ul.menu-medical-professionals-lnav li.dropdown ul li.on a:hover { color: #fff; background-color: #a684bc; }
	.lnav.collapse ul.menu-medical-professionals-lnav li.dropdown ul li.current.dropdown ul li a { color: #0F3763; background-color: transparent; }
	.lnav.collapse ul.menu-medical-professionals-lnav li.dropdown ul li.current.dropdown ul li a:hover { color: #fff; background-color: #a684bc; }
	.lnav.collapse ul.menu-medical-professionals-lnav li.dropdown ul li.current.dropdown ul li.current a { color: #fff; background-color: #a684bc; }
	
	.lnav.collapse ul.menu-medical-professionals-lnav li.dropdown li.current li a { color: #0F3763; }
	.lnav.collapse ul.menu-medical-professionals-lnav li.dropdown li li a:hover { color: #fff; }
	
	ul.menu-lnav-medical-travel-guide li.dropdown li.dropdown ul li a { margin: 0; background: none; color: #0F3763; }
	ul.menu-lnav-medical-travel-guide li.dropdown li.dropdown ul li a:hover { background: #A684BC; color: #fff; }
	.widget-aside-first.medical-travel-guide ul.menu li li li a { padding: 5px 10px 5px 20px; background-image: none; }
	
	article.medical-professionals ul.menu li.current ul li a { background: none; color: #0F3763; } 
	article.medical-professionals ul.menu li.current ul li a:hover { background: #A684BC; }
	
	table.contributions td { padding: 0 5px; }
	table.contributions td.bold { font-weight: bold; }
	
	#surgeonBlock { margin: 35px 0 25px; padding: 50px 290px 0 50px; width: 290px; height: 229px; background: url(/Media/Default/images/findSurgeonBlock-background.jpg) no-repeat left top; }
	#surgeonBlock p { margin: 0 0 45px; color: #254674; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; font-size: 2.143em; line-height: 1.2em; }
	#surgeonBlock a.button { margin: 0; padding: 10px 20px; background: #a684bc; border: none; border-radius: 2px; color: #fff; text-decoration: none; font-size: 1.107em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; }
	#surgeonBlock a.button:hover { background: #b29ac8; }
	#surgeonBlock a.button img { margin: -1px 0 0; vertical-align: middle; }
	
	#content input[type="submit"] { cursor: pointer; }
	
	/*-- Resource block --*/
	#layout-after-main { margin: -17px auto 0; padding: 17px 0 0; height: 423px; background: url(/Media/Default/images/content-shadow-bottom.png) no-repeat center top; text-align: left; }
	.zone-after-main { padding: 50px 32px 0; height: 373px; background: url(/Media/Default/images/footer-background.jpg) repeat-x scroll center top transparent; overflow: hidden; }
	.resource-block { width: 593px; float: left; }
	body.home .resource-block { margin-left: 32px; }
	#layout-after-main h3 { margin: 0 0 25px; font-size: 2.143em; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; color: #0c3663; }
	#layout-after-main p { margin: 0 0 20px; font-size: 1.071em; color: #555555; line-height: 1.2em; }
	.resource-block ul li a { height: 30px; line-height: 30px; text-decoration: none;  font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; font-size: 1.714em; color: #555; display: block;  }
	.resource-block ul { margin: 0 0 35px; width: 50%; float: left; }
	.resource-block ul li { margin: 0 0 10px; }
	.resource-block ul li a:hover { opacity: .8; }
	.resource-block ul li a img { margin: 0 10px 0 0; vertical-align: top; }
	
	.resource-block .follow { margin-right: 10px; width: 54px; height: 53px; text-indent: -9999px; overflow: hidden; display: inline-block; }
	.resource-block .follow.facebook { background: url(/Media/Default/images/social-matrix.png) no-repeat 0 0; }
	.resource-block .follow.facebook:hover { background-position: 0 -53px; }
	.resource-block .follow.twitter { background: url(/Media/Default/images/social-matrix.png) no-repeat -54px 0; }
	.resource-block .follow.twitter:hover { background-position: -54px -53px; }
	.resource-block .follow.google { background: url(/Media/Default/images/social-matrix.png) no-repeat -108px 0; }
	.resource-block .follow.google:hover { background-position: -108px -53px; }
	.resource-block .follow.linkedIn { background: url(/Media/Default/images/social-matrix.png) no-repeat -164px 0; }
	.resource-block .follow.linkedIn:hover { background-position: -164px -53px; }
	.resource-block .follow.realSelf { background: url(/Media/Default/images/social-matrix.png) no-repeat -221px 0; }
	.resource-block .follow.realSelf:hover { background-position: -221px -53px; }
	
	.widget-blogBlock { width: 300px; float: right; }
	.widget-blogBlock .block { clear: both; }
	.widget-blogBlock .block .date { color: #848484; font-size: .929em; }
	.widget-blogBlock .block .author { color: #555; font-size: .929em; font-style: italic; }
	.widget-blogBlock .block h4 a { color: #000; text-decoration: none; font-size: 1.071em;  }
	.widget-blogBlock .block h4 a:hover { color: #666666; }
	.widget-blogBlock .block a img:hover { opacity: .8; }
	.widget-blogBlock .block h4 a img { vertical-align: middle; }
	.widget-blogBlock .block h4 a span.arrow { height: 8px; width: 8px; background: url(/Media/Default/images/resourceBlogBlock-arrow.png) no-repeat right top; display: inline-block; }
	
	.widget-blogFeed { width: 300px; float: right; display: none; }
	/*.widget-blogFeed header h1 { font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; color: #0c3663; }
	*/
	.photoCaption { margin: 0 0 20px 20px; padding: 15px; width: 35%; border: 1px solid #333; float: right; font-size: .9em; line-height: normal; }
	.photoCaption img { width: 100%; }
	
	.resource-blogs { width: 300px; float: right; }
	.resource-blogs p { display: none; }
	.resource-blogs p.text-field { display: none; }
	.resource-blogs p.text-field .name, #layout-after-main .resource-blogs .metadata .commentcount { display: none; }
	#layout-after-main .resource-blogs h2 {  margin: 0 0 25px; color: #0C3663; font-family: "pragmatica-web",sans-serif; font-size: 2.143em; font-style: normal; font-weight: 400; }
	#layout-after-main .resource-blogs a.buttonLink { display: none; }
	#layout-after-main .resource-blogs .blog-post { margin: 0 0 20px; padding: 0; border: none; }
	#layout-after-main .resource-blogs p.link-field-authorship, #layout-after-main .resource-blogs .metadata { margin: 0; display: block;}
	#layout-after-main .resource-blogs h1 { margin: 0 0 10px; font-size: 1.25em; line-height: 1; }
	#layout-after-main .resource-blogs h1 a { padding: 0 13px 0 0; /* background: url(/Media/Default/images/resourceBlogBlock-arrow.png) no-repeat right center; */ color: #000; text-decoration: none;  }
	#layout-after-main .resource-blogs h1 a:hover { color: #666666; }
	#layout-after-main .resource-blogs .metadata { margin: 0 0 5px; color: #848484; font-size: .929em; font-style: normal; }
	#layout-after-main .resource-blogs p.link-field-authorship { font-size: .929em; color: #3f4041; font-style: italic; }
	#layout-after-main .resource-blogs p.link-field-authorship a { color: #3f4041; }
	.blog-posts p.link-field-authorship { display: none; }
	.blog-post p.link-field-authorship .name { display: none; }
	.blog-post img.fr { margin: 0 0 20px 20px; }
	.blog-post img.fl { margin: 0 20px 20px 0; }
	
	
	.projection-page .course { margin: 0 0 20px; padding: 20px; width: 598px; background: none repeat scroll 0 0 #F9F8F7; }
	.projection-page .course img { float: right; }
	#content .projection-page .course p { margin: 0 0 5px; }
	
	body.detail-course  #content .course p { margin: 0; }
	body.detail-course  #content .course .icon { float: right; }
	
	/*-- Footer --*/
	#layout-footer { height: 322px; background: url(/Media/Default/images/footer-background.jpg) repeat-x scroll center -423px transparent; }
	
	#footer { padding: 50px 32px;  text-align: left; font-size: .929em; line-height: 1.538em; color: #fff; }
	#footer a { color: #fff; text-decoration: none; }
	#footer a:hover { text-decoration: underline; }
	#footer p {  }
	#footer .warning { font-style: italic; }
	.widget-footernav { margin: 0 0 80px; float: right; }
	#footer .copyright { margin: 0 0 35px; width: 660px; float: left; line-height: normal; }
	#footer hr { margin: 0 0 35px; color: #6c6c6c; background-color: #6c6c6c; height: 1px; }
	#footer .address-wrapper { margin-right: 20px; width: 640px; float: left; }
	#footer h3 { margin: 0 0 10px; font-weight: bold; }
	#footer .address { margin-right: 10px; width: 185px; float: left; }
	#footer .safety { margin: 0 0 35px; width: 430px; float: left; }
	#footer .safety img { margin: 0 10px 0 0; width: auto; }
	#footer .safety a { text-decoration: underline; }
	#footer .safety a:hover { text-decoration: none; }
	.menu-footer-nav { width: 300px; float: left; }
	.menu-footer-nav li { padding: 0 10px; border-right: 1px solid #fff; float: left; }
	.menu-footer-nav li.first { padding-left: 0; }
	.menu-footer-nav li.last { padding-right: 0; border: none; }
		
	#footer .links { width: 295px; float: left; text-align: left; }
	#footer .links .button { margin: 0 0 5px; padding: 15px; width: 60%; background: #3c3d3d; text-align: left; display: block; }
	#footer .links .button .image { margin-right: 10px; width: 34px; height: 20px; background: url(/Media/Default/images/footer-icon-member.png) no-repeat left center; display: block; float: left; }
	#footer .links .button.payDues .image { background: url(/Media/Default/images/footer-icon-payDues.png) no-repeat left center; }
	
	.credits, .user-display { display: none; }
	
	.social-media a {
    	text-decoration: none;
		font-size: 40px;
		color: #0c3663;
	}
	
	.social-media a:hover {
		color: #5c7497;
	}
	
	/*-- Footer Login --*/
	.zone-footer { position: relative; }
	#footerLoginBox { padding: 15px 25px; width: 250px; height: 150px; background: #fff; position: absolute; right: 50px; top: 0; border-radius: 2px; box-shadow: 0 2px 2px rgba(0,0,0,.25); color: #000; }
	#footer #footerLoginBox p { margin: 0; }
	#footerLoginBox input { margin: 0 0 10px; padding: 10px; width: 230px; border: 1px solid #e9e9e9; color: #555; }

	
	
	/*-- Home page --*/
	
	body.home { background: #fff; }
	body.home #layout-main-container { width: 100%; }
	body.home #layout-main { padding: 0; background: #d8eaf3;  }
	body.home #layout-content { margin: 0 auto; width: 100%; height: auto; float: none; }
	
	body.home #feature_wrapper { width: 100%; height: 389px; background: url(/Media/Default/images/feature_wrapper-HM.jpg) no-repeat center top; }
	
	#feature_wrapper {  }
	#feature_list { margin: 0 auto; width: 1024px; height: 389px; overflow: hidden; position: relative; }
	#feature_list ul { margin: 0; padding: 0; list-style: none; }

  body.home article.content-item.page { padding-bottom: 0; }
  
  .global-stats { width: 100%; height: 100px; background: #fff; font-family: "pragmatica-web", helvetica, arial, sans-serif; }
  .global-stats__contents { margin: 0 auto; padding: 20px 95px 20px 190px; width: 675px; height: 80px; background: url(/Media/Default/images/global-stats.jpg) no-repeat 78px 0; }
  .global-stats__contents:before, .global-stats__contents:after { content: ""; display: table; }
  .global-stats__contents:after { clear: both; }
  .global-stats__headline { margin: 3px 0 0 !important; width: 360px; color: #59595b; font-size: 22px !important; line-height: 28px !important; float: left; }
  .global-stats__headline strong { color: #0e3864; font-weight: 700; }
  .global-stats__button { display: inline-block; margin: 7px 0 0; padding: 12px 20px; border-radius: 2px; background: #0e3864; color: #fff !important; font-size: 1.107em; text-decoration: none !important; text-transform: uppercase; float: right; }
  .global-stats__button:after { display: inline-block; vertical-align: top; content:""; width: 20px; height: 20px; background: url(/Media/Default/images/findSurgeonBlock-arrow.png) no-repeat right 2px; }
  .global-stats__button:hover { background: #11457d; color: #fff !important; }
  body.ar .global-stats__headline, body.ar .global-stats__button { direction: ltr !important; text-align: left; }
  
	.homeBlock { margin: 0 auto; padding: 35px 32px 22px 32px; background: url(/Media/Default/images/homeBlock.jpg) no-repeat center top; width: 960px; }
	
	body.home .aside-second { padding: 35px 0 0; width: 100%; background: url(/Media/Default/images/aside-second-HM.jpg) no-repeat center top; float: none; background-size: cover; margin-bottom: 60px; }
/* 	body.home .aside-second:after { background-image: url("/Media/Default/images/content-shadow-bottom.png"); content: " "; height: 17px; background-size: 100%; position: relative; top: 0; left: 0; width: 1026px; display: block; margin: 0 auto; } */
	body.home .aside-second .block { margin: 0 30px 0 0; padding: 0 0 5px; background: url(/Media/Default/images/featureHMBlocks-shadow.png) no-repeat center bottom; float: left; }
	body.home .aside-second .block.last { margin: 0; }
	body.home .aside-second .block .inside { width: 300px; height: 390px; background: #fff; text-align: center; }
	body.home .aside-second .block .inside h4 a { margin: 0 0 15px; padding: 15px 0; background: #58595b; display: block; font-family: "pragmatica-web-condensed",sans-serif; font-style: normal; font-weight: 400; color: #fff; text-decoration: none; font-size: 1.857em; text-align: center; }
	body.home .aside-second .block .inside a { margin: 0 0 7px; padding: 0 0 10px; text-decoration: none; color: #254674; font-size: 1.143em; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; background: url(/Media/Default/images/featureHMBlocks-rule.png) no-repeat center bottom; display: block; text-align: center; }
	body.home .aside-second .block ul { padding: 0 20px; }
	body.home .aside-second .block .inside li.last a { background: none; }
	body.home .aside-second .block .inside a:hover { color: #5c7497; }
	body.home .aside-second .block .inside h4 a:hover { color: #dedede; }
	body.home p.back-to-top { display: none; }
	
	.widget-featureBlocks { margin: 0 auto; width: 960px; }

	body.home #layout-after-main { width: 100%; height: auto; background-position: center 4px; }
  body.home .zone-after-main-wrapper { margin: 0; padding: 0; width: 100%; height: auto; background: #fff; }
  body.home .zone-after-main { margin: 0 auto; padding: 50px 32px 30px; width: 960px; height: auto; }
	
	body.home #layout-footer { margin: 0; padding: 0; width: 100%; height: auto; background: #59595c; /* Old browsers */ background: -moz-linear-gradient(top,  #59595c 0%, #4a4a4c 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59595c), color-stop(100%,#4a4a4c)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #59595c 0%,#4a4a4c 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #59595c 0%,#4a4a4c 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #59595c 0%,#4a4a4c 100%); /* IE10+ */ background: linear-gradient(to bottom,  #59595c 0%,#4a4a4c 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59595c', endColorstr='#4a4a4c',GradientType=0 ); /* IE6-9 */ }
	body.home #footer {  margin: 0 auto; padding: 50px 32px 70px; width: 960px; }

	
	body.ar .congressBlock h3, body.ar  #layout-after-main .congressBlock p { direction: ltr !important; text-align: left; }
	
	/** ISAPS GLOBAL SPONSORS **/
	#isapsGlobalSponsors { position: relative; }
	.shadowAfter:after { background-image: url("/Media/Default/images/content-shadow.png"); content: " "; height: 17px; background-size: 100%; position: relative; top: 0; left: 0; width: 1026px; display: block; margin: 0 auto; }
	#isapsGlobalSponsors .content { margin: 0px auto; width: 960px; }
	#isapsGlobalSponsors .sponsorLevels { background: #fff url("/Media/Default/images/sponsor-levels-bg.png") no-repeat center center; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; overflow: hidden; }
	@media screen and (-webkit-min-device-pixel-ratio:0) { 
	 #isapsGlobalSponsors .sponsorLevels { padding: 0; }

	}
	#isapsGlobalSponsors h2 { background-image: url("/Media/Default/images/isaps-global-sponsor.png"); text-indent: -9999px; position: absolute; width: 123px; height: 151px; top: -10px; }
	#isapsGlobalSponsors ul { float: right; margin: 0; padding: 10px 0; }
	#isapsGlobalSponsors ul li { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 36px; display: inline; margin-right: 12px; color: #959595; text-transform: uppercase; }
	#isapsGlobalSponsors ul li.platinum { color: #1c3d5f; }
	#isapsGlobalSponsors ul li.gold { color: #e5a201; }
	#isapsGlobalSponsors ul li.bronze { color: #b0813d; }
	#isapsGlobalSponsors .sponsorLevels .platinum:before { content: url("/Media/Default/images/platinum.png"); margin-right: 10px; position: relative; top: 7px; }
	#isapsGlobalSponsors .sponsorLevels .gold:before { content: url("/Media/Default/images/gold.png"); margin-right: 10px; position: relative; top: 7px; }
	#isapsGlobalSponsors .sponsorLevels .silver:before { content: url("/Media/Default/images/silver.png"); margin-right: 10px; position: relative; top: 7px; }
	#isapsGlobalSponsors .sponsorLevels .bronze:before { content: url("/Media/Default/images/bronze.png"); margin-right: 10px; position: relative; top: 7px; }
	#isapsGlobalSponsors .goldSponsors { background: #fefefe url("/Media/Default/images/sponsors-bg.png") repeat-x center center; padding: 0; height: 200px; }
	#isapsGlobalSponsors .goldSponsors img { display: inline-block; padding: 65px 19px 0 0; vertical-align: middle; }
	
	/** ISAPS CONGRESS BANNER **/
	
	#congress2016 { width: 100%; height: 150px; background: #940000 url(/Media/Default/images/isaps-congress-2016-bg.jpg) no-repeat center top; }
	#congress2016.it { display: block !important; }
	#congress2016 .content { margin: 0 auto; padding: 16px 32px; width: 960px; height: 118px; background: url(/Media/Default/images/isaps-congress-2016-bg.jpg) no-repeat center top; }
	#congress2016 .content h2 { display: block; text-indent: 110%; white-space: nowrap; overflow: hidden; }
	#congress2016 h2 { margin: 0 38px 0 0; width: 294px; height: 118px; border-right: 1px solid #fff; float: left; }
	#congress2016 h2 a { display: block; width: 256px; height: 117px; background: url(/Media/Default/images/isaps-congress-2016-logo.png) no-repeat 0 0; }
	#congress2016 h2 a:hover { opacity: .9; }
	#congress2016 .center { width: 426px; height: 118px; float: left; }
	#congress2016 .center h3 { margin: 0; color: #fff; font-family: "pragmatica-web", sans-serif; font-weight: 700; font-size: 32px; line-height: 42px; }
	#congress2016 .center span { display: block; margin: 0 0 20px; color: #fff; font-family: "pragmatica-web", sans-serif; font-weight: normal; font-size: 20px; line-height: 1em; -webkit-font-smoothing: antialiased; }
	#congress2016 .center a { color: #dea448; font-family: "pragmatica-web", sans-serif; font-weight: 700; font-size: 18px; text-decoration: none; }
	#congress2016 .center a:hover { opacity: .9; }
	#congress2016 .center a:after { display: inline-block; content: ""; margin: 0 0 -4px; padding-left: 4px; width: 14px; height: 18px; background: url(/Media/Default/images/arrow-right-gold.png) no-repeat right top; }
	#congress2016 .endorsed { padding-top: 10px; width: 158px; height: 108px; text-align: center; float: left; }
	#congress2016 .endorsed span { display: block; margin: 0 0 8px; height: 20px; color: #fff; font-size: 16px; line-height: 20px; font-style: italic; font-weight: bold; -webkit-font-smoothing: antialiased; }
	#congress2016 .endorsed a { display: block; text-indent: 110%; white-space: nowrap; overflow: hidden; }
	#congress2016 .endorsed a:hover { opacity: .9; }
	#congress2016 .endorsed a.jsprs { width: 67px; height: 72px; background: url(/Media/Default/images/isaps-congress-2016-jsrps.png) no-repeat 0 0; float: left; }
	#congress2016 .endorsed a.jsaps { width: 72px; height: 71px; background: url(/Media/Default/images/isaps-congress-2016-jsaps.png) no-repeat 0 0; float: right; }

  body.ar #congress2016 *, body.ar #layout-after-main #congress2016 p { direction: ltr !important; text-align: left; }

    #congress2018 { width: 100%; height: 150px; background-color: #ff5f31; margin-top: 4px; }
    #congress2018 img { display: block; margin: 0 auto; max-width: 100%; }


	/** ISAPS-LEAP BANNER **/
	
	article.bannerDonate { margin: 0; padding: 0; width: 100%; height: 150px; background: #e6f1c9 url(/Media/Default/images/bannerDonate-background.jpg) no-repeat center top; position: relative; }
	article.bannerDonate .content { margin: 0 auto; padding: 32px 32px 28px 332px; width: 660px; height: 86px; background: url(/Media/Default/images/bannerDonate-background.jpg) no-repeat center top; }


	article.bannerDonate:after { display: block; content: ""; margin-left: -513px; width: 1026px; height: 17px; background: url(/Media/Default/images/content-shadow.png) no-repeat center -4px; position: absolute; bottom: -17px; left: 50%; }
	article.bannerDonate p { width: 430px; font-family: "pragmatica-web",sans-serif; font-size: 19px !important; line-height: 28px !important; float: left; }
	article.bannerDonate p.button { width: auto; margin: 25px 0 !important; float: right; }
	article.bannerDonate p.button a { display: inline-block; margin: 0; padding: 10px 20px; background: #85af36; border: none; border-radius: 2px; color: #fff; text-decoration: none; font-size: 16px; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; float: right; }
	article.bannerDonate p.button a:hover { background: #8fbd3a; }
	article.bannerDonate p.button a img { display: inline-block; margin: 0 0 4px 10px; }

  body.ar article.bannerDonate *, body.ar #layout-after-main article.bannerDonate p { direction: ltr !important; text-align: left; }
	
	ul#tabs { margin: 0; padding: 0; list-style-type: none; left: 48%; top: 355px; z-index: 2; position: absolute; }
	ul#tabs li { padding: 0; float: left; }
	ul#tabs li a {  width: 16px; height: 15px; display: block; overflow: hidden; text-indent: -9999px; float: left; background: url(/Media/Default/images/slider-tab.png) no-repeat left top; }
	ul#tabs li a.current, ul#tabs li a:hover, ul#tabs li a.current:hover { background: url(/Media/Default/images/slider-tab-on.png) no-repeat left top; }
	#output { margin: 0; padding: 0; position: relative; top: 0; right: 0; }
	#content #output li { padding: 50px 647px 0 33px; width: 334px; height: 340px; color: #394861; position: relative; }
	#content ul#tabs li { background: none; }
	#content #output li.slide.one { background: url(/Media/Default/images/sliderHM-one-background.jpg) no-repeat left top; }
	#content #output li.slide.two { padding-right: 670px; width: 330px; background: url(/Media/Default/images/sliderHM-two-background.jpg) no-repeat left top; }
	#content #output li.slide.three { padding-right: 640px; width: 360px; background: url(/Media/Default/images/sliderHM-three-background.jpg) no-repeat left top; }
	#content #output li h3 { margin: 0 0 15px; color: #254674; font-size: 2.143em; line-height: 1.1em; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; }
	#content #output li p { margin: 0 0 35px; color: #254674; line-height: 1.429em; font-weight: normal; }
	#content #output a.button { margin: 0; padding: 10px 20px; background: #a684bc; border: none; border-radius: 2px; color: #fff; text-decoration: none; font-size: 1.107em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; }
	#content #output a.button:hover { background: #b29ac8; }
	#content #output a.button img { margin: -1px 0 0; vertical-align: middle; }
	
	
	#content .homeBlock h4 { margin: -9px 0 0; width: 180px; float: left; color: #0f3763; font-size: 2.143em; text-align: center; font-family: "pragmatica-web",helvetica,arial,sans-serif; font-style: normal; font-weight: 400; line-height: normal;  }
	#content .homeBlock h4 span { margin: 0; display: block; font-size: 1.95em; text-transform: uppercase; line-height: .9; }
	.homeBlock p { width: 765px; color: #3d3a3b; font-size: 1.643em; line-height: 1.175em; float: right; font-family: "pragmatica-web",helvetica,arial,sans-serif; font-style: normal; font-weight: 300; }
	
	.homeBlock p { margin-bottom: 20px !important; }
	body.ar .homeBlock p { margin-bottom: 30px !important; }
	body.zh-tw .homeBlock p { margin-bottom: 55px !important; }
	body.zh-cn .homeBlock p { margin-bottom: 55px !important; }
	body.ja-JP .homeBlock p { margin-bottom: 25px !important; }
	body.ru .homeBlock p { margin-bottom: 20px !important; }
	
	
	#partnerLogos { height: 80px; overflow: hidden; position: relative; }
	#partnerLogos ul { height: 80px; list-style-type: none; }
	#partnerLogos ul li { margin: 0 !important; padding: 0 20px !important; width: auto !important; background: none !important; float: left; }
	
	
	/*-- Blog --*/
	#content ul.blog-posts li { padding: 0; background: none; font-weight: normal; }
	#content .blog-post p {  }
	#content .blog-post .metadata .commentcount { display: none; }
	#content .blog .metadata { display: none; }
	#content ul.blog-posts li .blog-post { border-top: 1px solid #d2c1dd; }
	#content ul.blog-posts li .blog-post h1 { margin: 0 0 5px; padding-top: 10px; font-size: 2.1em; line-height: normal; }
	#content ul.blog-posts li .blog-post h1 a { text-decoration: none; color: #0C3663;  display: block; font-size: .833em;  }
	#content ul.blog-posts .metadata { margin: 0 0 10px; display: block; color: #3F8AAC; font-sized: .9em; font-weight: normal;  }
	ul.blog-posts .link-field-authorship { padding: 0; color: #3F8AAC; font-size: 0.9em; border: none; }
	.blog .pager { margin: 30px 0; }
	.blog .pager a { margin: 0; border: none; border-radius: 2px; color: #fff; text-decoration: none; font-size: 1.107em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; }
	.blog .pager .first a { padding: 10px 20px 10px 32px; background: #a684bc url(/Media/Default/images/pager-arrow-left.png) no-repeat left center; }
	.blog .pager .last a { padding: 10px 32px 10px 20px; background: #a684bc url(/Media/Default/images/pager-arrow-right.png) no-repeat right center; }
	.blog .pager a:hover { background-color: #b29ac8; }
	.blog .pager li.last { padding: 0; float: right; }
	
	.widget-recent-blog-posts, .widget-blog-archives { margin: 0 0 30px 30px; }
	.widget-recent-blog-posts h1, .widget-blog-archives h1 { margin: 0 0 15px; font-family: "pragmatica-web-condensed",sans-serif; font-style: normal; font-weight: 400; text-decoration: none; color: #0f3763; font-size: 2em; }
	.widget-recent-blog-posts .blog-post h1 { margin: 0; font-size: 1.3em; line-height: 1.3em; }
	.widget-recent-blog-posts .blog-post h1 a { text-decoration: none; color: #0f3763; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400;}
	.widget-recent-blog-posts .blog-post .metadata, .widget-recent-blog-posts .blog-post .link-field-authorship { display: none; }
	.widget-recent-blog-posts .blog-post { margin: 0 0 10px; padding: 0 0 15px; border-bottom: 1px solid #3f8aac; }
	.widget-recent-blog-posts .blog-post p { margin: 0 20px 0 0; }
	article.blog-post img[align="left"]{ margin: 0 20px 20px 0; }
	
	#aside-first .widget-recent-blog-posts { display: none; }
	
	#aside-first .widget-recent-blog-posts .blog-post h1 { margin: 0 0 10px; }
	#aside-first .widget-recent-blog-posts .blog-post p { margin-bottom: 5px; }
	
	body.orchard-blogs .widget-Share { display: none; }
	#socialMedia { margin: 0 0 10px; }
	#socialMedia .share { margin: 0 15px 0 0; padding: 3px 15px 0 0; border-right: 1px solid #d2c1dd; float: left; }
	#socialMedia .twitter { border: none; }
	
	#content h2#commenter { font-size: 1.5em; }
	#content .blog-post h1 { margin: 0; }
	#content .blog-post h1 a { color: #0C3663; display: block; font-size: 0.833em; text-decoration: none; }
	.blog-post .comment-form input.text { padding: 10px 5px; width: 618px; border: 1px solid #D2C1DD;  }
	.blog-post .comment-form label {  }
	.blog-post .comment-form input { margin: 0 0 10px; padding: 12px 14px; width: 598px; border: 1px solid #d9eaf4;
background-color: #fff !important; }
	.comment-form { clear: both; }
	#content .comment-form ol { margin: 0; }
	.comment-form label { color: #3F8AAC; }
	.comment-form #comment-text { padding: 10px 5px; width: 618px; resize: none; overflow: hidden; border: 1px solid #D2C1DD; }
	.comment-form #comment-text:focus, .blog-post .comment-form input.text:focus { border-color: #3F8AAC; }
	.comment-form button.primaryAction { margin: 0; padding: 10px 32px 10px 20px; background: #a684bc url(/Media/Default/images/pager-arrow-right.png) no-repeat right center; border: none; border-radius: 2px; color: #fff; text-decoration: none; font-size: 1.107em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; cursor: pointer; }
	.comment-form button.primaryAction:hover { background-color: #b29ac8; }
	.blog-post .link-field-authorship { color: #3F8AAC; font-style: normal;  }
	.comment-form fieldset { margin: 0; }
	.comment-form legend { margin: 0 0 10px; font-size: 1.4em; font-weight: bold; }
	
	.comment-count { display: none; }
	
	#content ul.comments li { margin: 0; padding: 0; border: none; background: none; }
	#comments h2 { padding: 0 0 5px; border-bottom: 1px solid #3F8AAC; }
	#comments li article.comment { margin: 0 0 15px; padding: 15px 15px 1px; background: #ecf4f9; border-radius: 3px; }
	#comments li article.comment p { }
	#comments li article.comment header { margin: 0 0 5px; }
	#comments li article.comment header h4 { font-size: .846em; color: #0C3663; }
	#comments li article.comment { font-weight: normal; }
	#content ul.comments h4 { font-size: 1em; font-style: italic; }
	#content ul.comments li { padding-top: 20px; border-top: 1px solid #D9EAF4; }
	#content ul.comments li .text { font-weight: normal; }
	article.blog-post .link-field-authorship { display: none; }
	
	.archive-trail { margin: 0 0 10px; padding: 0 0 5px; font-size: .846em; border-bottom: 1px solid #D2C1DD; }
	html.orchard-blogs #content h1 { margin: 0; }
	.blog-post .metadata, .link-field-authorship { margin: 0 0 10px; color: #3F8AAC; font-style: normal; }
	
	body.orchard-blogs #content .blog-posts .metadata { margin: 0 0 10px; }
	body.orchard-blogs #content .blog-posts p { margin: 0 0 10px; }
	body.orchard-blogs #content .blog-posts p a { /* margin: 10px 0 2px; padding: 10px 25px 10px 15px; width: 45px; background: url(/Media/Default/images/button-arrow.png) no-repeat scroll right center #A684BC; display: block; color: #fff; text-decoration: none; text-transform: uppercase; border-radius: 2px; */ }
	body.orchard-blogs #content .blog-posts p.link-field a { margin: 0; padding: 0; width: auto; background: none; display: inline-block; color: #3F8AAC; text-transform: none; }
	
	/*-- Executive Page --*/
	.committee-member { color: #333; margin: 0 20px 20px 0; width: 290px; min-height: 210px; float: left; }
	.board_executive3 { min-height: 150px; }
	.img-board { margin: 0 10px 0 0; width: 90px; float: left; }
	#content .committee-member h3 { margin: 0; color: #0c3663; font-size: 1.714em; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; }
	#content .committee-member h4 { margin: 0 0 10px; color: #333; font-size: 1em; font-weight: bold; }
	.committee-member .border-text-board .address, .committee-member .border-text-board .phone { margin: 0 0 10px; }
	#content .committee-member p { margin: 0; }
	#content .board h4 a, .committee-member a.enlace { text-decoration: none; color: #333; }
	#content .board h4 a:hover, .committee-member a.enlace:hover { color: #666; }
	.border-text-board { width: 190px; float: left; line-height: 1.429; }
	.committee-member a.email { padding: 0 0 0 20px; background: url(/Media/Default/images/committee-member-icon-email.png) no-repeat left center; text-decoration: none; color: #333; }
	.committee-member a.email:hover { background-image: url(/Media/Default/images/committee-member-icon-email-on.png); color: #a685bc; }
	
	
	/*-- Splash Page --*/
	body.splash { background: #3d3e40 url(/Media/Default/images/splash-background.jpg) repeat-x left top; }
	body.splash #top { background: none; }
	body.splash #layout-wrapper { background: url(/Media/Default/images/splash-wrapper-background.jpg) no-repeat center top;  }
	body.splash #layout-header, body.splash #layout-navigation, body.splash #layout-after-main, body.splash p.back-to-top, body.splash .widget-footerEnglish { display: none; }
	body.splash #layout-main { background: none; }
	body.splash #layout-footer { background: url(/Media/Default/images/splash-wrapper-background.jpg) no-repeat center -530px; }
	body.splash #layout-main-container { height: 530px; background: url(/Media/Default/images/splash-wrapper-background.jpg) no-repeat center top; }
	body.splash #layout-content { margin: 0; width: 1024px; float: none; }
	body.splash .logo { margin: 0 0 35px 5px; width: 963px; height: 134px; background: url(/Media/Default/images/logo.png?v=2) no-repeat center top; display: block; text-indent: -9999px; background-size: auto 100%; }
	body.splash #layout-main-container p.text { margin: 0 auto 45px; text-align: center; color: #3d3a3b; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; font-size: 1.643em; line-height: normal; }
	body.splash.ar, body.splash.ar #content p, body.splash.ar a, body.splash.ar li, body.splash.ar ul, body.splash.ar h1, body.splash.ar h2, body.splash.ar h3, body.splash.ar #footer p { direction:ltr; text-align: left; }
	body.splash.ar #content p { text-align: center; }
	body.splash .widget-footer { display: none; }
	body.splash .widget-footerSplash { display: block; }
	
	
	select#SplashCultureSelect { width: 250px; background: transparent;  border: none;  -webkit-appearance: none; -moz-appearance: menulist-text; appearance: none; color: #fff; font-size: .929em; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; cursor: pointer; text-transform: capitalize;  }
	select#SplashCultureSelect option { background: #59595b; }
	select#SplashCultureSelect::-ms-expand { display: none; }
	body.splash .changeCulture { margin: 0 auto 115px; width: 250px; background: #a684bc url(/Media/Default/images/splash-select-arrow.png) no-repeat right center; border-radius: 2px; float: none; }
	body.splash .changeCulture select#SplashCultureSelect option { background: #a684bc; }
	
	body.splash .changeCulture select#SplashCultureSelect { padding: 10px 15px 10px 20px; font-family: "pragmatica-web",sans-serif; font-size: 1.1em; font-style: normal;  margin: 0;  -moz-appearance: menulist-text;  background: none; border: none; color: #FFFFFF;  line-height: normal;  text-decoration: none; text-transform: uppercase; font-weight: 300; }
	:root body.splash .changeCulture select#SplashCultureSelect {font-size: 12px \0;}
	
	#splashSelect { margin: 0 auto 95px; width: 250px; background: #a684bc url(/Media/Default/images/pager-arrow-right.png) no-repeat right center; border-radius: 2px; }
	#splashSelect select { margin: 0; padding: 10px 15px 10px 20px; width: 250px; background: transparent; border: none; color: #fff; text-decoration: none; font-size: 1.1em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; -webkit-appearance: none; -moz-appearance: menulist-text; appearance: none;}
	
	body article.widget-splashLogin { display: none; }
	body.splash article.widget-splashLogin { display: block; }
	.widget-splashLogin p { text-align: center; color: #3d3a3b; }
	.widget-splashLogin p a { color: #a684bc; }
	.widget-splashLogin p a:hover { text-decoration: none; }
	
	
	/* body.splash .widget-culture-picker-widget { position: relative; left: auto; top: auto; } 
		
		
	*/

	
	/*-- Procedures Landing Page - Wide --*/
	body.wide { background: url(/Media/Default/images/bodyWide-background.gif) repeat left top; }
	body.wide #layout-main-container { background: url(/Media/Default/images/bodyWide-background.gif) repeat left top; }
	body.wide #aside-first { display: none; }
	body.wide #layout-content { margin: 0; padding: 0 32px; width: 960px; float: none; }
	
	.proceduresBlock { margin: 0 30px 25px 0; padding: 0 0 5px; width: 465px; background: url(/Media/Default/images/proceduresBlock-shadow.png) no-repeat left bottom; float: left; }
	#content .proceduresBlock h3 { margin: 0; }
	.proceduresBlock .inside { padding: 200px 0 0; height: 360px; }
	body.wide #content .proceduresBlock h3 a:link, body.wide #content .proceduresBlock h3 a:visited { padding: 12px 0; background: #58595b; font-family: "pragmatica-web-condensed",sans-serif; font-style: normal; font-weight: 300; font-size: 1em; text-align: center; display: block; text-decoration: none; color: #fff; }
	.proceduresBlock.body, .proceduresBlock.non-surgical { margin-right: 0; }
	.proceduresBlock.face .inside { background: #fff url(/Media/Default/images/proceduresBlock-face-background.jpg) no-repeat left top; }
	.proceduresBlock.body .inside { background: #fff url(/Media/Default/images/proceduresBlock-body-background.jpg) no-repeat left top; }
	.proceduresBlock.breasts .inside { height: 209px; background: #fff url(/Media/Default/images/proceduresBlock-breast-background.jpg) no-repeat left top; }
	.proceduresBlock.non-surgical .inside { height: 209px; background: #fff url(/Media/Default/images/proceduresBlock-non-surgical-background.jpg) no-repeat left top; }
	#content .proceduresBlock ul { margin: 0; width: 200px; }
	#content .proceduresBlock ul li { padding: 0px 0 8px; text-align: center; background: url(/Media/Default/images/proceduresBlock-border.png) no-repeat center bottom; }
	#content .proceduresBlock ul li.last { margin: 0; padding: 0; background: none; }
	#content .proceduresBlock ul li a { color: #254674; text-decoration: none; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; font-size: 1.143em; } 
	#content .proceduresBlock ul li a:hover { color: #000; }
	.proceduresBlock ul.first { padding: 20px 0 0 14px; float: left; }
	.proceduresBlock ul.last { padding: 20px 14px 0 0; float: right; }
	
	/*-- procedure page h1s --*/
	body.procedures #content .content-item h1 { margin: 0; }
	body.procedures-landing #content .content-item h1, body.landing #content .content-item h1 { margin: 0 0 15px; }
	body.procedures #content .content-item > p:first-of-type { font-size: 1.2em; color: #0C3663; font-style: italic; }
	body.landing #content .content-item > p:first-of-type { font-size: 1em; color: #333; font-style: normal; }
	
	
	
	article.landing { margin: 0 0 25px; padding: 0 0 5px; background: url(/Media/Default/images/proceduresBlock-shadow.png) no-repeat center bottom; border-radius: 2px; }
	article.landing .inside { padding: 30px 30px 0; background: #d8eaf3; border-radius: 2px;  }
	article.landing ul.first { width: 50%; float: left; }
	article.landing ul.last { width: 50%; float: right; }
	
	#surgeonBlockWide { margin: 0 0 25px; padding: 0 0 5px; width: 960px; background: url(/Media/Default/images/surgeonBlock-wide-shadow.png) no-repeat right top; }
	#surgeonBlockWide .inside { padding: 70px 330px 0 60px; height: 201px; background: #fff url(/Media/Default/images/surgeonBlock-wide-background.jpg) no-repeat right top; }
	#surgeonBlockWide h3 { margin: 0 0 15px; color: #254674; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; font-size: 2.143em; line-height: 1.2em; }
	#surgeonBlockWide p { margin: 0 0 20px; font-size: .933em; }
	#surgeonBlockWide a.button { margin: 0; padding: 10px 20px; background: #a684bc; border: none; border-radius: 2px; color: #fff; text-decoration: none; font-size: 1.107em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; display: inline-block; }
	#surgeonBlockWide a.button:hover { background: #b29ac8; }
	#surgeonBlockWide a.button img { margin: -1px 0 0; vertical-align: middle; }
	
	/*-- Medical Travel Guide Landing Page - Wide --*/	
	.medicalTravelBlock { margin: 0 0 25px; padding: 0 0 5px; width: 960px; background: url(/Media/Default/images/medicalTravelBlock-shadow.png) no-repeat center bottom; }
	.medicalTravelBlock .inside {  }
	.medicalTravelBlock a { padding: 65px 0 0 40px; height: 85px; background-color: #fff; color: #254674; text-decoration: none; font-size: 2.143em; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; display: block; }
	.medicalTravelBlock a:hover { color: #000; }
	.medicalTravelBlock.guidelines { margin-top: 30px; }
	.medicalTravelBlock.guidelines a { background: #fff url(/Media/Default/images/medicalTravelBlock-guideline-background.jpg) no-repeat right top; }
	.medicalTravelBlock.safety a { padding-right: 40px; background: #fff url(/Media/Default/images/medicalTravelBlock-safety-background.jpg) no-repeat left top; text-align: right; }
	.medicalTravelBlock.planning a { background: #fff url(/Media/Default/images/medicalTravelBlock-planning-background.jpg) no-repeat right top; }
	.medicalTravelBlock.selecting a { padding-right: 40px; background: #fff url(/Media/Default/images/medicalTravelBlock-selecting-background.jpg) no-repeat left top; text-align: right; }
	.medicalTravelBlock.setting a { background: #fff url(/Media/Default/images/medicalTravelBlock-setting-background.jpg) no-repeat right top; }
	.medicalTravelBlock.financing a { padding-right: 40px; background: #fff url(/Media/Default/images/medicalTravelBlock-financing-background.jpg) no-repeat left top; text-align: right; }
	.medicalTravelBlock.recovery a { background: #fff url(/Media/Default/images/medicalTravelBlock-recovery-background.jpg) no-repeat right top; }
	
	/*--FIND A SURGEON--*/
	.findSurgeon { margin: 0 0 25px; padding: 30px; color: #0c3663; }
	.findSurgeon h3 { margin: 0 0 20px; color: #0c3663; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; font-size: 1.714em; }
	.findSurgeon input { margin: 0 0 10px; padding: 3px 10px 0 10px; width: 548px; height: 27px; color: #333; border: 1px solid #c3d3dc; font-size: 1.071em; vertical-align: middle; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; }
	.findSurgeon .checkboxes { width: 400px; float: left; }
	#content .findSurgeon select { margin: 0 0 10px; padding: 7px 10px 6px 7px; width: 570px; height: 33px; color: #333; border: 1px solid #c3d3dc; font-size: 1.071em; vertical-align: middle; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; }
	.findSurgeon input.search { padding: 8px 22px 8px 10px; width: auto; height: 37px; background: #a684bc url(/Media/Default/images/button-arrow.png) no-repeat right center; color: #fff; display: block; text-transform: uppercase; border: none; float: right; }
	.findSurgeon input.search:hover { background-color: #B29AC8; }
	.findSurgeon input[type="checkbox"] { margin: 0 0 4px; padding: 0; width: auto; height: auto; }
	.findSurgeon.worldwide { background: url(/Media/Default/images/findSurgeon-worldwide-background.jpg) no-repeat left top; }
	.findSurgeon.name { background: url(/Media/Default/images/findSurgeon-name-background.jpg) no-repeat left top; }
	#content ul.countries { margin: 0 40px 40px 0; width: 45%; float: left; }
	#content ul.countries.last { margin-right: 0; float: right; }
	#content ul.countries li { margin: 0 0 5px; padding: 0; color: #676767; font-weight: normal; background: none; }
	#content ul.countries li a { color: #4489a8; text-decoration: none; }
	#content ul.countries li span.results { margin: 0; width: 25px; text-align: left; float: right; }
	
	/*--FIND A SURGEON RESULTS--*/
	.paginator { margin: 0 0 30px; }
	.paginator a { margin: 0 2px 0 0; padding: 1px 2px; min-width: 20px; background: #fff; border: 1px solid #e6e6e6; color: #666; font-weight: bold; text-align: center; display: block; float: left; text-decoration: none; }
	.paginator a.on, .paginator a.on:hover { background: #d8eaf3; border: 1px solid #d8eaf3; color: #0c3663; }
	.paginator a:hover { background: #e9e9e9; border: 1px solid #e9e9e9; color: #0c3663; }
	.results { margin: 0 0 30px; }
	.resultsBlock { margin: 0 0 20px; }
	.resultsBlock img { margin: 0 20px 0 0; float: left; width: 84px; height: auto; }
	.resultsBlock h3 { margin: 0 0 10px; color: #0c3663; font-weight: bold; font-size: 1.231em; }
	.resultsBlock h3 img { display: block; margin: 5px 5px 0 0; float: left; width: auto; }
	.resultsBlock h3 span { display: block; }
	.resultsBlock h3:after { content: ""; display: block; clear: both; }
	.resultsBlock .address { width: 330px; float: left; font-size: .867em; line-height: normal; }
	#content .resultsBlock .address p { margin: 0 0 8px; line-height: 1.385; }
	#content .resultsBlock .links { width: 100px; font-size: .867em; float: right; }
	p.range { float: right; }
	
	.certs-legend { margin: 0 0 20px; background: #d8eaf3; border: 1px solid #d8eaf3; }
	#content .certs-legend h4 { margin: 10px 20px 15px; font-size: .929em; }
	.certs-legend .inside { padding: 20px; background: #fff; }
	#content .certs-legend ul { margin: 0 30px 0 0; float: left; }
	#content .certs-legend ul.last { margin: 0; }
	#content .certs-legend ul li { padding: 0; background: none; }
	#content .certs-legend ul li img { margin: 0 0 10px; }
	#content .certs-legend ul li a { display: block; margin: 0 0 10px; }
	#content .certs-legend ul li a:hover { zoom: 1; filter: alpha(opacity=80); opacity: 0.80; }
	#content .certs-legend ul li a img { margin: 0; }

	/*--FIND A SURGEON PROFILE--*/
	.profile .info { width: 515px; line-height: normal; float: left; }
	.profile .info .first { width: 48%; float: left; }
	.profile .info .last { width: 48%; float: right; }
	.profile .info p { margin: 0 0 15px; }
	.profile .info strong { font-size: 1.143em; }
	.profile .info a { color: #a685bc; text-decoration: none; }
	.profile .info a:hover { text-decoration: underline; }
	.profile .info a.email { padding: 0 0 0 20px; background: url(/Media/Default/images/icon-profile-email.png) no-repeat left center; }
	.profile a.image:hover { zoom: 1; filter: alpha(opacity=80); opacity: 0.80; }
	.profile .certs { margin: 10px 0 20px; }
	.memberlocator .profile .certs img { margin: 0 20px 10px 0; width: auto; vertical-align: middle; }
	
	.memberlocator .profile img { width: 86px; height: auto; }
	
	/*-- VIDEO PAGE --*/
	img.video { margin: 0 0 20px 20px; width: 150px; float: right; }
	
	#content ul.sitemap li { margin: 0 0 15px; background: 0; font-weight: normal; }
	#content ul.sitemap li li { margin: 0; }
	#content ul.sitemap li ul { margin: 0; }
	#content ul.sitemap li a { margin: 0 0 5px; display: block; }
	div.sitemap.right { width: 50%; float: right; }
	
	/*-- One Column --*/
	body.oneColumn { background: #d8eaf3; }
	body.oneColumn #layout-main-container { background: url(/Media/Default/images/bodyWide-background.gif) repeat left top; }
	body.oneColumn #layout-main { margin: 0 auto; width: 960px; background-color: #fff; }
	body.oneColumn #aside-first { display: none; }
	body.oneColumn #layout-content { margin: 0; padding: 0 32px; width: auto; float: none; }
	
	/*-- Error 404 --*/
	body.error404 { background: #d8eaf3; }
	body.error404 #layout-main-container { background: url(/Media/Default/images/bodyWide-background.gif) repeat left top; }
	body.error404 #layout-main { margin: 0 auto; width: 960px; background-color: #fff; }
	body.error404 #aside-first { display: none; }
	body.error404 #layout-content { margin: 0; padding: 0 32px; width: auto; float: none; }
	
	/*-- Search Results --*/
	body.orchard-search { background: #d8eaf3; }
	body.orchard-search #layout-main-container { background: none; }
	body.orchard-search #layout-main { margin: 0 auto; width: 960px; background-color: #fff; }
	body.orchard-search #aside-first { display: none; }
	body.orchard-search #layout-content { margin: 0; padding: 0 32px; width: auto; float: none; }
	body.orchard-search #content p.search-summary { margin: 20px 0 0; }
	#content ul.search-results header { display: block; }
	#content ul.search-results header h1 { margin: 0 0 5px; font-size: 1.714em; float: none;  }
	#content ul.search-results header .metadata { display: none; }
	#content ul.search-results li { margin: 0 0 20px; padding: 0 0 10px; border-bottom: 1px solid #cbc7c9; }
	ul.pager li a { margin: 0; padding: 10px 25px 10px 15px; background: #a684bc url(/Media/Default/images/button-arrow.png) no-repeat right center; border: none; border-radius: 2px; color: #fff; text-decoration: none; font-size: 1.107em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; display: inline-block; }
	ul.pager li.first.last a { padding: 10px 25px 10px 15px; background: #a684bc url(/Media/Default/images/button-arrow.png) no-repeat right center; }
	ul.pager li.first a { padding: 10px 15px 10px 25px; background: #a684bc url(/Media/Default/images/button-arrow-left.png) no-repeat left center;  }
	
	/*-- Admin Login --*/
	#content .validation-summary-errors ul { margin: 0; }
	#content .login-form ol { margin: 0; }
	#content .login-form legend { margin: 0 0 10px; }
	#content .login-form input {  margin: 0 10px 5px 0; padding: 12px 14px; width: 598px; height: 16px; border: 1px solid #d9eaf4;   background: #fff !important; vertical-align: middle; }
	#content .login-form .field-validation-error { color: #E68585; font-style: italic; font-size: .9em; }
	#content .login-form input#remember-me { margin: 0 5px 5px 0; width: auto; }
	#content .login-form button.primaryAction { background: url(/Media/Default/images/button-arrow.png) no-repeat scroll right center #A684BC; border: medium none; border-radius: 2px 2px 2px 2px; color: #FFFFFF; cursor: pointer; font-family: "pragmatica-web",sans-serif; font-size: 1.107em; font-style: normal; font-weight: 300; line-height: normal; margin: 0; padding: 8px 25px 7px 15px; text-decoration: none; text-transform: uppercase; }
	
	

	/*-- English --*/
	body.en-US #surgeonBlockWide .inside { padding: 90px 330px 0 60px; height: 181px; }
	body.en-US.home .aside-second .block ul { padding: 0 10px; }
	body.en-US #content #output li p { width: 325px; }
		
	/*-- Spanish --*/
	body.es #layout-navigation .menu li a { padding: 13px 34px 14px; font-size: 1.58em; }
	body.es #layout-navigation .menu li li.dropdown a { height: auto; }
	body.es #layout-navigation .menu li.procedures li.dropdown { height: 420px; }
	body.es #layout-navigation .menu li.procedures li.non-surgical { height: 260px; }
	body.es #layout-navigation nav .menu li.procedures ul li a {  }
	body.es #layout-navigation .menu li.dropdown.about-isaps ul { margin-left: -150px; background: url(/Media/Default/images/dropdown-shadow-medium.png) no-repeat scroll center bottom transparent }
	body.es #layout-navigation .menu li.procedures li.safety a { width: 181px; background-position: 183px 7px; }
	body.es #layout-navigation .menu li.procedures li.safety a:hover, body.es #layout-navigation .menu li.procedures.current li.safety a:hover { background: url(/Media/Default/images/dropdown-arrow-on.png) no-repeat 183px 7px; }
	
	body.es #footer .copyright { width: 600px; }
	body.es .menu-footer-nav { width: 360px; }
	
	body.es #content #output li { padding: 50px 634px 0 30px; width: 390px; }
	body.es #content #output li.slide.one p { width: 340px; }
	body.es #content #output li p { margin: 0 0 25px; }
	body.es #content #output li h3 { width: 315px; font-size: 1.6em; }
	
	body.es #content #output li.slide.two { padding: 50px 704px 0 30px; width: 315px; }
	
	body.es.home .aside-second .block .inside { height: 475px; }
	
	body.es #layout-after-main .resource-block p { font-size: 1em; }
	body.es .resource-block ul { margin: 0 0 25px; }
	
	body.es .medicalTravelBlock.recovery a { padding-top: 35px; height: 115px; line-height: normal; }
	
	body.es .proceduresBlock .inside { height: 385px; }
	body.es .proceduresBlock.non-surgical .inside, body.es .proceduresBlock.breasts .inside { height: 225px; }
	
	/*-- Italian --*/
	body.it #layout-navigation .menu li a { padding: 13px 36px 14px; font-size: 1.6em; }
	body.it #layout-navigation .menu li li.dropdown a { height: auto; }
	body.it #layout-navigation .menu li.procedures li.dropdown { height: 420px; }
	body.it #layout-navigation .menu li.procedures li.non-surgical { height: 260px; }
	body.it #layout-navigation nav .menu li.procedures ul li a {  }
	body.it #layout-navigation .menu li.dropdown.about-isaps ul { margin-left: -230px; background: url(/Media/Default/images/dropdown-shadow-medium.png) no-repeat scroll center bottom transparent }
	body.it #layout-navigation .menu li.procedures li.safety a { width: 181px; background-position: 183px 7px; }
	body.it #layout-navigation .menu li.procedures li.safety a:hover, body.it #layout-navigation .menu li.procedures.current li.safety a:hover { background: url(/Media/Default/images/dropdown-arrow-on.png) no-repeat 183px 7px; }
	body.it #layout-footer .links { width: 295px; }
	
	body.it #content #output li { padding: 50px 610px 0 30px; width: 374px; } 
	body.it #content #output li p { width: 330px; }
	body.it #content #output li.slide.three { padding: 50px 527px 0 30px; width: 474px; }
	body.it #content #output li.slide.two p { width: 310px; }
	body.it #content #output li h3 { width: 315px; font-size: 1.8em; }
	body.it #content #output li.slide.three h3 { width: 400px; }
	
	body.it.home .aside-second .block .inside { height: 455px; }
	
	body.it .medicalTravelBlock.guidelines a { padding-top: 35px; height: 115px; line-height: normal; }
	
	body.it .proceduresBlock .inside { height: 410px; }
	body.it .proceduresBlock.non-surgical .inside, body.it .proceduresBlock.breasts .inside { height: 225px; }
	
	body.it #footer .copyright { width: 640px; }
	body.it .menu-footer-nav { width: 320px; }
	
	/*-- French --*/
	body.fr #layout-navigation .menu li a { padding: 15px 37px; height: 30px; font-size: 1.375em; }

	body.fr #layout-navigation .menu li li.dropdown a { height: auto; }
	body.fr #layout-navigation .menu li.procedures li.dropdown { height: 420px; }
	body.fr #layout-navigation .menu li.procedures li.non-surgical { height: 260px; }
	body.fr #layout-navigation .menu li.dropdown.about-isaps ul { margin-left: -70px; background: url(/Media/Default/images/dropdown-shadow-medium.png) no-repeat scroll center bottom transparent; }
	body.fr #layout-navigation nav .menu li.procedures ul li a, body.fr #layout-navigation nav .menu li.procedures ul li a:hover { background-position: 190px 4px; }
	body.fr #layout-navigation .menu li.procedures li.safety a { background: url(/Media/Default/images/dropdown-arrow.png) no-repeat scroll 180px 4px transparent; }
	body.fr #layout-navigation .menu li.procedures li.safety a { background: url(/Media/Default/images/dropdown-arrow.png) no-repeat scroll 180px 4px transparent; }
	body.fr #layout-navigation .menu li.procedures li.safety a:hover { background: url(/Media/Default/images/dropdown-arrow-on.png) no-repeat scroll 180px 4px transparent; }
		
	body.fr #footer .copyright { width: 550px; }
	body.fr .menu-footer-nav { width: 410px; }
	
	body.fr #content #output li.slide.one p { width: 330px; }
	body.fr #content #output li.slide.two p { width: 310px; }
	body.fr #content #output li h3 { width: 315px; font-size: 1.8em; }
	
	body.fr.home .aside-second .block .inside { height: 455px; }
	body.fr #layout-after-main .resource-block p { font-size: 1em; }
	
	body.fr .medicalTravelBlock.guidelines a { padding-top: 35px; height: 115px; line-height: normal; }
	
	body.fr .proceduresBlock .inside { height: 390px; }
	body.fr .proceduresBlock.non-surgical .inside, body.fr .proceduresBlock.breasts .inside { height: 230px; }

	
	/*-- Japan --*/
	body.ja-JP #layout-navigation .menu li a { padding: 15px 39px; height: 30px; font-size: 1.34em; }
	body.ja-JP #layout-navigation .menu li li.dropdown a { height: auto; }
	body.ja-JP #layout-navigation .menu li.procedures li.dropdown { height: 420px; }
	body.ja-JP #layout-navigation .menu li.procedures li.non-surgical { height: 260px; }
	body.ja-JP #layout-navigation nav .menu li.procedures ul li a { background-position: 190px 4px; }
	body.ja-JP #layout-navigation nav .menu li.procedures ul li a:hover { background-position: 190px 4px; }
	body.ja-JP #layout-navigation .menu li.dropdown.about-isaps ul { background: url(/Media/Default/images/dropdown-shadow-medium.png) no-repeat scroll center bottom transparent; }
	body.ja-JP #layout-navigation .menu li.procedures li.safety a:hover, body.ja-JP #layout-navigation .menu li.procedures.current li.safety a:hover { background: url(/Media/Default/images/dropdown-arrow-on.png) no-repeat 190px 4px; }

	
	body.ja-JP .medicalTravelBlock.guidelines a { padding-top: 35px; height: 115px; line-height: normal; }
	
	body.ja-JP #content #output li p, body.ja-JP #content #output li h3 { width: 290px; }
	
	body.ja-JP.home .aside-second .block .inside { height: 425px; }
	
	/*-- Russian --*/
	body.ru #layout-navigation .menu li a { padding: 14px 32px 13px; font-size: 1.55em; }
	
	body.ru select#CultureName { width: 155px; }
	
	body.ru #footer .copyright { width: 550px; }
	body.ru .menu-footer-nav { width: 410px; }
	body.ru #footer .links .button { width: 70%; }
	body.ru .links .social a img { margin-left: 5px; float: right; }
	body.ru #layout-navigation .menu li.procedures li.dropdown ul li a { margin: 0; }
	body.ru #layout-navigation nav .menu li.dropdown.medical-travel-guide ul li, body.ru #layout-navigation nav .menu li.dropdown.about-isaps ul li{ margin: 0 0 10px; line-height: 1em;  }
	body.ru #layout-navigation nav .menu li.dropdown.medical-travel-guide ul li a, body.ru #layout-navigation nav .menu li.dropdown.about-isaps ul li a {  width: 430px; line-height: .85em; }
	body.ru #layout-navigation .menu li.dropdown.about-isaps ul { margin-left: -230px; width: 430px; background: url(/Media/Default/images/dropdown-shadow-medium.png) no-repeat scroll center bottom transparent; }
	body.ru #surgeonBlock { padding-top: 20px; height: 259px; }
	body.ru #surgeonBlock p { font-size: 2em; }
	
	body.ru #content #output li { padding-top: 30px; height: 359px; }
	body.ru #content .homeBlock h4 { margin: 8px 0 0; font-size: 1.5em; }
	body.ru #content .homeBlock { padding-top: 35px; }
	
	body.ru.home .aside-second .block .inside { height: 520px; }
	body.ru.home .aside-second .block.last .inside h4 a, body.ru.home .aside-second .block.first .inside h4 a { line-height: 1.8em; height: 45px; }
	
	body.ru #layout-after-main .resource-block p { font-size: 1em; }
	body.ru .resource-block ul { margin: 0 0 25px; }
	
	body.ru .medicalTravelBlock.guidelines a, body.ru .medicalTravelBlock.recovery a { padding-top: 35px; height: 115px; line-height: normal; }
	
	body.ru .proceduresBlock .inside { height: 385px; }
	body.ru .proceduresBlock.non-surgical .inside, body.ru .proceduresBlock.breasts .inside { height: 250px; }
	
	body.ru #layout-navigation nav .menu li.dropdown.find-a-surgeon ul li a { display: block; }
	 body.ru #layout-navigation nav .menu li.dropdown.about-isaps ul li a { width: 400px; }
	 
	 body.ru #content #output li.slide.one p { width: 325px; }
	 body.ru #content #output li.slide.two p { width: 320px; }
	 
	 body.ru p.safetyImg img { margin-bottom: 50px; }
	
	/*-- Arabic --*/
	
	body.ar #branding a { text-align: right; }
	body.ar #content p, body.ar a, body.ar li, body.ar ul, body.ar h1, body.ar h2, body.ar h3 { direction:rtl; text-align: right; }
	body.ar #content .page ul li, body.ar #content .blog-post ul li { padding: 0 10px 0 0; background: url(/Media/Default/images/content-li-bullet.png) no-repeat right 5px; }
	
	body.ar #output li.slide.one { background: url(/Media/Default/images/sliderHM-one-background.jpg) no-repeat scroll left top transparent; }
	body.ar #output li.slide.two { background: url(/Media/Default/images/sliderHM-one-background.jpg) no-repeat scroll left top transparent; }
	body.ar #output li.slide.three { background: url(/Media/Default/images/sliderHM-one-background.jpg) no-repeat scroll left top transparent; }
	
	body.ar #layout-navigation .menu li a { padding-left: 34px; padding-right: 34px; }
	body.ar #layout-navigation .menu li.procedures ul { margin-right: -783px; margin-right: -750px;}
	body.ar #layout-navigation .menu li.procedures ul ul { margin-right: 0; }
	body.ar #layout-navigation .menu li.medical-travel-guide ul { margin-right: -10px; }
	body.ar #layout-navigation .menu li.find-a-surgeon ul { background: url(/Media/Default/images/dropdown-shadow-small.png) no-repeat scroll center bottom transparent; }
	body.ar #layout-navigation .menu li.about-isaps ul { background: url(/Media/Default/images/dropdown-shadow-medium.png) no-repeat scroll center bottom transparent; }
	body.ar #layout-after-main p { direction: rtl; text-align: right; }
	body.ar #content .proceduresBlock ul li { padding: 0 0 8px; background: url(/Media/Default/images/proceduresBlock-border.png) no-repeat center bottom; }
	body.ar #content .proceduresBlock ul li.last { padding: 0; background: none;  }
	body.ar .medicalTravelBlock.guidelines a { padding: 65px 380px 0 0; }
	body.ar .medicalTravelBlock.setting a { padding: 65px 450px 0 0; }
	body.ar .medicalTravelBlock.recovery a { padding: 65px 400px 0 0; }
	body.ar .medicalTravelBlock.planning a { padding: 65px 400px 0 0; }
	
	body.ar #surgeonBlockWide .inside { padding: 90px 350px 0 0; height: 181px; text-align: right; }
	body.ar #surgeonBlockWide a.button { padding: 10px 20px 10px 5px; }
	
	body.ar #layout-header .widget-menu-widget li ul li { text-align: center; direction: ltr; }
	body.ar #layout-navigation .menu li.procedures li.dropdown { height: 435px; }
	body.ar #layout-navigation .menu li.procedures li.dropdown.non-surgical { height: 400px; }
	body.ar #layout-navigation .menu li.procedures li.safety { float: none; padding-right: 30px; position: absolute; right: 0; top: 275px; }
	body.ar #layout-navigation .menu li.procedures li.safety a { padding: 0 75px 0 0; background: url(/Media/Default/images/dropdown-arrow.png) no-repeat scroll 225px 7px; }
	body.ar #layout-navigation .menu li.procedures li.safety a:hover { background-position: 225px 7px; }
	
	body.ar #layout-header .widget-menu-widget li ul li a { padding: 2px 0; text-align: center; }
	
	body.ar.contact .lnav.arabic { display: none; }
	
	body.ar #content #output li { padding: 50px 660px 0 30px; width: 324px; }
	
	body.ar #content #output a.button img { display: none; }
	body.ar #content #output a.button { padding-left: 15px; }
	body.ar .homeBlock p { font-size: 2em; line-height: 1.4em; }
	body.ar .resource-block ul li a img { margin: 0 0 0 10px; }
	body.ar footer p.vcard { text-align: left; }
	
	body.ar #layout-navigation .menu li.procedures li.dropdown a { padding-right: 40px; }
	body.ar #layout-navigation .menu li.procedures li.dropdown li a { padding-right: 20px; }
	
	body.ar #layout-after-main .resource-blogs { margin-right: 32px; }
	body.ar #layout-after-main .resource-blogs h1 a { padding: 0; }
	body.ar .metadata .published { margin: 0; }
	
	body.ar .lnav.collapse ul.menu li.first a, body.ar .lnav.collapse ul.menu li.first.current a { padding-right: 20px; }
	body.ar .lnav.collapse ul.menu li.dropdown, body.ar .lnav.collapse ul.menu li.last { padding-right: 20px; }
	body.ar .lnav.collapse ul.menu li.dropdown li.current, body.ar .lnav.collapse ul.menu li.dropdown li:hover { margin-right: -20px; }
	body.ar .lnav.collapse ul.menu li.dropdown li.current a, body.ar .lnav.collapse ul.menu li.dropdown li:hover a { padding-right: 40px; }
	
	body.ar .lnav.collapse ul.menu-lnav-medical-travel-guide-arabic li { padding-right: 20px; }
	body.ar .lnav.collapse ul.menu-lnav-medical-travel-guide-arabic li.first { padding-right: 0; }
	body.ar .lnav.collapse ul.menu-lnav-medical-travel-guide-arabic li.dropdown li, body.ar .lnav.collapse ul.menu-lnav-medical-travel-guide-arabic li.dropdown li:hover { margin-right: -40px; }
	body.ar .lnav.collapse ul.menu-lnav-medical-travel-guide-arabic li.dropdown li:hover a { padding-right: 20px; }
	body.ar ul.menu-lnav-find-a-surgeon-arabic li { padding-right: 20px; }
	body.ar ul.menu-lnav-find-a-surgeon-arabic li li { margin-right: -40px; }
	body.ar .widget-aside-first ul.menu-lnav-find-a-surgeon-arabic li li a { padding: 4px 20px 4px 10px; }
	
	body.ar ul.menu-lnav-about-isaps-arabic li { padding-right: 20px; }
	body.ar ul.menu-lnav-about-isaps-arabic li li { margin-right: -40px; }
	body.ar .widget-aside-first ul.menu-lnav-about-isaps-arabic li li a { padding: 4px 20px 4px 10px; }
	
	body.ar #surgeonBlock { padding: 50px 330px 0 50px; width: 250px; text-align: right; }
	body.ar #surgeonBlock a { padding-right: 13px; }
	body.ar #surgeonBlock a img { display: none; }
	
	body.ar article.landing ul.single { width: auto; float: right; }
	
	body.ar.englishReading #content .content-item p, body.ar.englishReading #content .content-item h1, body.ar.englishReading #content .content-item h3, body.ar.englishReading #content .content-item h3 a, body.englishReading.ar #layout-content li, body.englishReading #layout-content li a { text-align: left; direction: ltr; }
	body.ar.memberlocator #content h1, body.ar.memberlocator #content h2, body.ar.memberlocator #content h3, body.ar.memberlocator #content p { text-align: left; direction: ltr; }
	body.ar.memberlocator #content ul, body.ar.memberlocator #content li { text-align: left; }
	body.ar.memberlocator #content .paginator a { text-align: center; }
	
	body.ar #aside-first .archiveMonthList li a, body.ar #aside-first .archiveMonthList li { direction: ltr; }
	
	body.englishReading.ar #aside-first .lnav li, body.englishReading.ar #aside-first .lnav li a { text-align: left; direction: ltr; }
	
	body.ar.englishReading .lnav.collapse ul.menu li.dropdown, body.ar.englishReading .lnav.collapse ul.menu li.last { padding-right: 0; }
	body.ar.englishReading .lnav.collapse ul.menu li.first a, body.ar.englishReading .lnav.collapse ul.menu li.first.current a { padding-right: 0; }
	body.ar.englishReading .lnav.collapse ul.menu li.dropdown, body.ar.englishReading .lnav.collapse ul.menu li.last { padding-right: 0; }
	body.ar.englishReading .lnav.collapse ul.menu li.dropdown li.current, body.ar.englishReading .lnav.collapse ul.menu li.dropdown li:hover { margin-right: 0; }
	body.ar.englishReading .lnav.collapse ul.menu li.dropdown li.current a, body.ar.englishReading .lnav.collapse ul.menu li.dropdown li:hover a { padding-right: 0; }
	
	body.ar.englishReading #content .page ul li, body.ar.englishReading #content .blog-post ul li { padding: 0 0 0 10px; background: url(/Media/Default/images/content-li-bullet.png) no-repeat left 9px; }
	
	body.ar #content p.leftReading { direction: ltr; }
	
	body.ar.contact #content h1, body.ar.contact #content p { text-align: left; direction: ltr; }
	
	body.ar .widget-recentBlogsArabic h1 { padding-right: 20px; }
	body.ar .widget-archiveBlogsArabic { padding-right: 20px; }
	body.ar #content p.link-field-authorship, body.ar #content .metadata { text-align: left; direction: ltr; }
	
	body.ar #content form.comment-form h2, body.ar #content form.comment-form ol li { text-align: left; direction: ltr; }
	
	body.ar.englishReading #content h2 { text-align: left; direction: ltr; }
	
	body.ar #layout-navigation .menu li.about-isaps a { width: 137px; }
	body.ar #layout-navigation .menu li.about-isaps li a { width: auto; }
	
	body.ar article.landing ul.first { width: 50%; float: right; }
	
	body.ar.orchard-customforms #content h1, body.ar.orchard-customforms #content p { direction: ltr; text-align: left; }
	
	body.ar #layout-header .menu { direction: ltr; text-align: left; }
	
	body.ar #layout-header .widget-menu-widget li.news ul { margin-left: 0; left: 175px; }
	body.ar #layout-header .widget-menu-widget li.news ul li { direction: ltr; text-align: left; }
	body.ar #layout-header .widget-menu-widget li.news ul li a, body.ar #layout-header .widget-menu-widget li.medical-professionals ul li a { padding: 2px 0 2px 30px; text-align: left; }
	
	body.ar #layout-header .widget-menu-widget li.medical-professionals ul { margin-left: 0; left: 297px; }
	
	body.ar #layout-after-main .resource-blogs { width: 270px; }
	
	body.ar #footer .links, body.ar #footer p { text-align: right; direction: rtl }
	body.ar .menu-footer-nav { float: right; width: auto; }
	
	
	/*-- Chinese Simplified --*/
	body.zh-cn #layout-footer .links { width: 220px; }
	body.zh-cn #layout-navigation .menu li a { padding: 14px 36px 13px; font-size: 1.6em; }
	body.zh-cn #layout-navigation .menu li.dropdown.about-isaps ul { background: url(/Media/Default/images/dropdown-shadow-medium.png) no-repeat scroll center bottom transparent; }
	body.zh-cn #surgeonBlockWide .inside { padding: 90px 350px 0 60px; height: 181px; }
	
	body.zh-cn #content #output li p, body.zh-cn #content #output li h3 { width: 290px; }
	
	
	
	/*-- Chinese Traditional --*/
	body.zh-tw #layout-footer .links { width: 220px; }
	body.zh-tw #layout-navigation .menu li a { padding: 13px 34px 14px; }
	body.zh-tw #layout-navigation .menu li.dropdown.about-isaps ul { background: url(/Media/Default/images/dropdown-shadow-medium.png) no-repeat scroll center bottom transparent; }
	body.zh-tw #surgeonBlockWide .inside { padding: 90px 350px 0 60px; height: 181px; }
	
	body.zh-tw .proceduresBlock .inside { height: 365px; }
	body.zh-tw .proceduresBlock.non-surgical .inside, body.zh-tw .proceduresBlock.breasts .inside { height: 205px; }
	
	body.zh-tw #content #output li p, body.zh-tw #content #output li h3 { width: 290px; }
	
	/*-- Japanese --*/
	body.ja-JP #layout-footer .links { width: 271px; }
	body.ja-JP #layout-navigation .menu li.dropdown.about-isaps ul { margin-left: -25px; }
	
	body.ja-JP #surgeonBlockWide .inside { padding: 90px 350px 0 60px; height: 181px; }
	
	body.ja-JP .proceduresBlock .inside { height: 365px; }
	body.ja-JP .proceduresBlock.non-surgical .inside, body.ja-JP .proceduresBlock.breasts .inside { height: 205px; }
	
	body.ja-JP #content #output li.slide.two p { width: 300px; }

	
	/*-- Portugese --*/
	body.pt #layout-navigation .menu li a { padding: 13px 30px 14px; }
	body.pt #layout-navigation .menu li.procedures li.safety a { width: 188px; background-position: 183px 7px; }
	body.pt #content #output li.slide.one { padding: 50px 704px 0 30px; width: 400px; }
	body.pt #content #output li.slide.two { padding: 50px 704px 0 30px; width: 315px; }
	body.pt #content #output li.slide.three { padding: 50px 625px 0 30px; width: 385px; }
	body.pt #content #output li h3 { width: 315px; font-size: 1.6em; }
	body.pt #content #output li p { width: 320px; }
	body.pt #content .homeBlock h4 { font-size: 2em; }
	body.pt #content .homeBlock h4 span { font-size: 2.3em; }
	body.pt.home .aside-second .block .inside { height: 450px; }
	
	body.pt .medicalTravelBlock.guidelines a, body.pt .medicalTravelBlock.recovery a { padding-top: 35px; height: 115px; line-height: normal; }
	
	body.pt .proceduresBlock .inside { height: 370px; }
	body.pt .proceduresBlock.non-surgical .inside, body.pt .proceduresBlock.breasts .inside { height: 225px; }
	
	body.pt #layout-footer .links { width: 280px; }
	
	body.pt #layout-navigation .menu li.procedures li.safety a:hover, body.pt #layout-navigation .menu li.procedures.current li.safety a:hover { background: url(/Media/Default/images/dropdown-arrow-on.png) no-repeat 183px 7px; }
	
	
	
	
		/*PUT AS MUCH DESKTOP CSS IN HERE AS POSSIBLE. ESPECIALLY ANYTHING WITH A BACKGROUND IMAGE!*/
		.mobile, .mobileconsultation { display: none; }
		
		
}

/** RESPONSIVE CONTROLS **/

@media only screen and (max-width: 640px) {
	* { -webkit-text-size-adjust: none; }
	.desktop, #socialMedia, p.breadcrumb { display: none; }
	.mobile { display: block; }
	#layout-navigation, #layout-header article.widget-menu-widget, #layout-header .widget-search, .lnav-image, .widget-lnavforAboutISAPS, #branding, #layout-after-main, .back-to-top, #layout-footer .credits, #layout-footer .user-display, #layout-header .widget-culture-picker-widget, .widget-lnavMedicalTravelGuide, .widget-blogBlock, #aside-first .widget-blog-archives { display: none; }
	
	html { background: none; }
	body { background: #3d3e40; font-size: .938em; line-height: 1.33em; }
	#layout-header, #layout-main-container, #layout-after-main { background: #fff; text-align: left; }
	
	#layout-header, #layout-navigation, #layout-main-container, #layout-after-main, #layout-footer { width: 100%; }
	
	.zone-header { padding: 0; }
	#header { width: auto; }
	.widget-culture-picker-widget { position: relative; }
	
	#layout-content { padding: 15px; }
	#content h1 { margin: 0 0 10px; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; color: #0c3663; font-size: 1.6em; line-height: normal; }
	#content h2 { margin: 0 0 10px; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; color: #0c3663; font-size: 1.6em; line-height: normal; }
	#content h3 { margin: 0 0 10px; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; color: #0c3663; font-size: 1.4em; line-height: normal; }
	#content p { margin: 0 0 10px; }
	#content ul { margin: 0 0 10px; }
	#content ol { margin: 0 0 15px 25px; }
	#content .what ol { margin: 0 0 15px; }
	#content ol li { margin: 0 0 10px; }
	#content .page ul.sentence li, #content .blog-post ul.sentence li { line-height: 1.571em; font-weight: normal; }
	#content .page ul li, #content .blog-post ul li { margin: 0 0 10px; padding: 0 0 0 10px; background: url(/Media/Default/images/content-li-bullet.png) no-repeat left 8px; font-weight: bold; }
	#surgeonBlock { margin: 20px 0; padding: 40px 55% 0 7%; width: 38%; height: 110px; background: #d8eaf3 url(/Media/Default/images/mobile/surgeonBlock-background.jpg) no-repeat right top; }
	#surgeonBlock p { margin: 0 0 10px; color: #254674; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; font-size: 1em; line-height: 1.2em; }
	#surgeonBlock a.button { margin: 0; padding: 10px 12px; background: #a684bc; border: none; color: #fff; text-decoration: none; font-size: .667em; text-transform: uppercase; font-weight: bold; }
	#surgeonBlock a.button img { display: none }
	
	a.buttonLink { margin: 0; padding: 8px 15px; background: #a684bc; border: none; color: #fff; text-decoration: none; font-size: .875em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; display: inline-block; }
	
	#layout-header { background: #fcfcfc url(/Media/Default/images/mobile/header-background.png) repeat-x left bottom; }
	#layout-header a.mobileLogo { display: block; text-align: center; }
	#layout-header a img.logo { padding: 15px 0; max-height: 134px; box-sizing: border-box; }
	
	#globalWrapper { width: 30%; height: 60px; float: left; font-family: arial, helvetica, san-serif; }
	#globalWrapper #global td { 
		background: #4971a4; /* Old browsers */
		background: -moz-linear-gradient(top,  #4971a4 0%, #1c3558 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4971a4), color-stop(100%,#1c3558)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #4971a4 0%,#1c3558 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #4971a4 0%,#1c3558 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #4971a4 0%,#1c3558 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #4971a4 0%,#1c3558 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4971a4', endColorstr='#1c3558',GradientType=0 ); /* IE6-9 */ }
	table#global { width: 100%; float: left; }
	table#global tr td { text-align: center; width: 100%; border-left: 1px solid rgba(0,0,0,0.15); border-right: 1px solid rgba(255,255,255,0.15); }
	table#global tr td.menu a { padding: 19px 15% 0 15%; width: auto; height: 41px; border-right: none; display: block; text-decoration: none; color: #fff; font-family: "pragmatica-web-condensed",sans-serif; font-style: normal; font-weight: 300; text-align: center; }
	table#global tr td.menu a span { width: 19px; height: 12px; background: url(/Media/Default/images/mobile/icon-menu.png) no-repeat left top; display: inline-block; }
	#globalWrapper #global tr td.on { 
		background: #95b7d7; /* Old browsers */
		background: -moz-linear-gradient(top,  #95b7d7 0%, #3f5fa2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95b7d7), color-stop(100%,#3f5fa2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #95b7d7 0%,#3f5fa2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #95b7d7 0%,#3f5fa2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #95b7d7 0%,#3f5fa2 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #95b7d7 0%,#3f5fa2 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b7d7', endColorstr='#3f5fa2',GradientType=0 ); /* IE6-9 */
		border-right: 1px solid rgba(255,255,255,0.5); }
	table#arrows { margin: -8px 0 0; width: 100%; height: 8px; float: left; }
	table#arrows tr td { height: 8px; text-align: center; width: 100%; }
	table#arrows tr td.on { background: url(/Media/Default/images/mobile/arrows-arrow.png) no-repeat center bottom; }
	#mobileToolbar #menu { font-weight: 100; font-size: 1.267em;  font-family: arial, helvetica, san-serif; }
	#mobileToolbar #menu ul { margin: 0 0 -9px; text-align: left; line-height: 20px; font-family: "pragmatica-web-condensed",sans-serif; font-style: normal; font-weight: 400; }
	#mobileToolbar #menu ul li { border-bottom: 1px solid #999; }
	#mobileToolbar #menu ul li a, #mobileToolbar ul li a:link, #mobileToolbar ul li a:visited { padding: 15px 17px; color: #0c3663; text-decoration: none; display: block; background: url(/Media/Default/images/mobile/mobiletoolbar-menu-arrow.png) no-repeat right center; }
	#mobileToolbar #menu ul li.last a { padding-bottom: 20px; }
	
	#mobileToolbar .languagePicker { padding: 19px 0 0 5%; width: 65%; height: 41px; float: left; 
		font-family: "pragmatica-web-condensed",sans-serif; font-style: normal; font-weight: 300; 
		background: #4971a4; /* Old browsers */
		background: -moz-linear-gradient(top,  #4971a4 0%, #1c3558 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4971a4), color-stop(100%,#1c3558)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #4971a4 0%,#1c3558 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #4971a4 0%,#1c3558 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #4971a4 0%,#1c3558 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #4971a4 0%,#1c3558 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4971a4', endColorstr='#1c3558',GradientType=0 ); /* IE6-9 */ }	
	#mobileToolbar .languagePicker select { padding-right: 15px; background: url(/Media/Default/images/mobile/language-select-arrow.png) no-repeat right center; color: #fff; border: none; -webkit-appearance: none; -moz-appearance: none; }
	#mobileToolbar .languagePicker select option { color: #000; }
	
	#aside-first { width: auto; float: none; }
	#aside-first .widget-menu-widget { display: none; }
	
	#aside-second nav { border-top: 1px solid #ddd; display: block; }
	#aside-second nav a, #aside-second nav li.current a { background: url(/Media/Default/images/mobile/mobile-onPageNav-arrow.png) no-repeat right center; text-decoration: none; color: #3f8aac; }
	#aside-second nav ul li { width: 100%; }
	#aside-second nav ul li a { padding: 15px 30px 15px 15px; float: none; display: block; font-size: 1.267em; }
	#aside-second nav > ul > li > ul { margin: 0; position: relative; border: none; }
	#aside-second nav ul ul { display: block; }
	#aside-second nav ul ul li { padding: 0; border-top: 1px solid #dddddd;  }	
	
	/*-- FOOTER --*/
	#layout-footer { padding: 0 0 100px; background: url(/Media/Default/images/mobile/footer-background.jpg) repeat-x left bottom #59595b; min-height: 637px; text-align: left; color: #fff; }
	#layout-footer #footer { padding: 20px 0; }
	
	#layout-main .gsc-control-cse { padding: 0; }
	#layout-main .gcsc-branding { display: none; }
	#layout-main .gs-result .gs-title, #layout-main .gs-webResult.gs-result a.gs-title:link b { text-decoration: none; font-weight: normal; }
	#layout-main .gsc-result b { font-weight: normal; }	
	
	#layout-footer .searchWrapper { margin: 0 15px 20px; }
	#layout-footer .gsc-control-searchbox-only { width: 100%; }
	#layout-footer .gsc-search-box { margin: 0 !important; padding: 0; height: auto;  background: #fff; font-size: 1em; }
	#layout-footer input.gsc-search-button { margin: 0; padding: 8px; height: 13px; width: 13px; background: #a684bc; display: block; border: none; border-radius: 0; text-indent: -9999px; }
	#layout-footer .gsc-search-box-tools .gsc-search-box .gsc-input { padding-left: 5px; background: none !important; font-size: 1em; }
	#layout-footer .gsst_a { padding: 0; }
	#layout-footer .gsst_b { display: none; }
	input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus { font-size: 1em; }
	#layout-footer .gsc-input-box { height: auto; background: none; border: none; box-shadow: none; }
	#layout-footer .gsib_a { padding: 0; }
	
	#layout-footer .icons { padding: 0 15px 20px; border-bottom: 1px solid #777; }
	#layout-footer .follow { margin-right: 8px; width: 48px; height: 48px; text-indent: -9999px; overflow: hidden; display: inline-block; }
	#layout-footer .follow.facebook { background: url(/Media/Default/images/mobile/footer-social-matrix.jpg) no-repeat 0 0; }
	#layout-footer .follow.twitter { background: url(/Media/Default/images/mobile/footer-social-matrix.jpg) no-repeat -48px 0; }
	#layout-footer .follow.google { background: url(/Media/Default/images/mobile/footer-social-matrix.jpg) no-repeat -96px 0; }
	#layout-footer .follow.linkedIn { background: url(/Media/Default/images/mobile/footer-social-matrix.jpg) no-repeat -144px 0; }
	#layout-footer .follow.realSelf { margin-right: 0; background: url(/Media/Default/images/mobile/footer-social-matrix.jpg) no-repeat -192px 0; }	
	
	#layout-footer img.logo { margin: 30px 15px; }
	#layout-footer .menu-footer-nav { margin: 0 0 30px; border-top: 1px solid #777; }
	#layout-footer .menu-footer-nav li a { padding: 20px 15px; border-bottom: 1px solid #777; display: block; text-decoration: none; color: #fff; }
	#layout-footer .address-wrapper { margin: 0 0 30px; padding: 0 0 30px; border-bottom: 1px solid #777; }
	#layout-footer .address { margin: 0 0 20px; padding: 0 15px; }
	
	#layout-footer .copyright { margin: 0 0 30px; padding: 0 15px 30px; border-bottom: 1px solid #777; font-size: .8em; }
	
	#layout-footer .safety { padding: 0 15px; }
	#layout-footer .safety h3 { margin: 0 0 10px; font-weight: bold; }
	#layout-footer .safety img { margin: 0 5px 5px 0; width: 50px; }
	#layout-footer .safety a { color: #fff; }
	
	#layout-footer .links { margin: 0 0 25px; padding: 0 15px; }
	#layout-footer .links h3 { margin: 0 0 20px; font-weight: bold; }
	#layout-footer .links .button { margin: 0 0 5px; padding: 18px 15px 20px; width: auto; background: #3c3d3d; text-align: left; display: block; color: #fff; text-decoration: none; }
	#layout-footer .links .button .image { margin-right: 15px; width: 45px; height: 24px; background: url(/Media/Default/images/mobile/footer-icon-memberArea.png) no-repeat left center; display: block; float: left; }
	#layout-footer .links .button.payDues .image { background: url(/Media/Default/images/mobile/footer-icon-payDues.png) no-repeat left center; }
	#layout-footer .links span.text { padding: 3px 0 0; display: block; }
	
	#layout-footer p.warning { padding: 0 15px; font-style: italic; font-size: .8em; }
	
	select#CultureName, select#CultureName option { text-transform: capitalize; }
	
	footer .social-media {
	    margin: 0 10px;
	}
	
	footer .social-media a {
	    color: white;
	    font-size: 30px;
	    text-decoration: none;
	    padding: 0 2px;
	}
		
	/*--LANDING PAGES--*/
	body.home #layout-content { padding: 0; }
	#feature_wrapper {  margin: 0; width: 100%; height: 210px; }
	#feature_list { width: 100%; height: 210px; overflow: hidden; position: relative;  }
	#feature_list ul { margin: 0; padding: 0; list-style: none; }
	ul#tabs { margin: 0; padding: 0; list-style-type: none; left: 45%; top: 180px; z-index: 2; position: absolute; }
	ul#tabs li { padding: 0; float: left; }
	ul#tabs li a { margin-right: 5px; width: 11px; height: 10px; display: block; overflow: hidden; text-indent: -9999px; float: left; background: url(/Media/Default/images/mobile/slider-tab-on.png) no-repeat left top; }
	ul#tabs li a.current, ul#tabs li a:hover, ul#tabs li a.current:hover { background: url(/Media/Default/images/mobile/slider-tab.png) no-repeat left top; }
	#output { margin: 0; padding: 0; position: relative; top: 0; right: 0; }
	#content #output li { padding: 40px 0 0; width: 100%; height: 170px; color: #394861; position: relative; }
	#content ul#tabs li { margin: 0; padding: 0; background: none; }
	#output li.slide.one { background: url(/Media/Default/images/mobile/sliderMobileHM-one-background.jpg) no-repeat right top; }
	#output li.slide.two { background: url(/Media/Default/images/mobile/sliderMobileHM-two-background.jpg) no-repeat right top; }
	#output li.slide.three { background: url(/Media/Default/images/mobile/sliderMobileHM-three-background.jpg) no-repeat right top; }
	#output p { display: none; }
	#content #output li h3 { margin: 0 0 15px 15px; width: 125px; color: #254674; font-size: 1.1em; line-height: 1.333em; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; }
	#content #output a.button { margin: 0 0 0 15px; padding: 10px 15px; background: #a684bc; border: none; color: #fff; text-decoration: none; font-size: .667em; text-transform: uppercase; font-family: arial, helvetica, sans-serif; line-height: normal; }
	#content #output a.button img { display: none; }
	
	.homeBlock { margin: 0 0 30px; padding: 0 15px; }
	.homeBlock h4 { margin: 0 0 15px; font-size: 1.6em; color: #0c3663; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; line-height: normal; }
	.homeBlock p { margin: 0 0 20px !important; }
	
	a.congress { width: 100%; height: 88px; background: url(/Media/Default/images/mobile/congress-feature-landscape.jpg) no-repeat 0 0; text-indent: -9999px; display: block; overflow: hidden; }
	
	
	#partnerLogos { margin: 0 -15px; position: relative; }
	#partnerLogos ul { list-style-type: none; }
	#partnerLogos ul li { margin: 0 0 10px; padding: 0 10px !important; width: auto !important; background: none !important; float: left; }
	#partnerLogos ul li img { width: auto; height: 40px; }


  /** GLOBAL STATS BANNER **/
  
  .global-stats { margin: 0 0 25px; width: 100%; min-width: 320px; height: 111px; background: #efefef; font-family: "pragmatica-web", helvetica, arial, sans-serif; }
  .global-stats__contents { display: table-cell; vertical-align: middle; padding: 15px 15px 15px 80px; height: 81px; background: url(/Media/Default/images/mobile/global-stats@2x.jpg) no-repeat 0 0; background-size: 80px 111px; }
  .global-stats__headline { margin: 0 0 12px !important; color: #59595b !important; font-size: 15px !important; line-height: 18px !important; }
  .global-stats__headline strong { color: #0e3864; font-weight: 700; }
  .global-stats__button { display: inline-block; padding: 5px 15px; background: #0e3864; color: #fff !important; font-size: .667em; text-decoration: none !important; text-transform: uppercase; }
  .global-stats__button:hover,.global-stats__button:active { background: #11457d; color: #fff; }
  body.ar .global-stats__headline, body.ar .global-stats__button { direction: ltr !important; text-align: left; }
  	
  	/** ISAPS GLOBAL SPONSORS **/
  	#isapsGlobalSponsors { overflow: auto; zoom: 1; margin-bottom: 20px; }
	#isapsGlobalSponsors .sponsorLevels { padding: 25px 0; border-bottom: 1px solid #ccc; margin: 0 25px; }
	#isapsGlobalSponsors h2 { background-image: url("/Media/Default/images/isaps-global-sponsor.png"); text-indent: -9999px; position: relative; display: block; width: 123px; float: left; height: 151px; top: 0; margin: 0 15px 0 0; background-size: 100%; }
	#isapsGlobalSponsors .sponsorLevels em { font-style: normal; }
	#isapsGlobalSponsors ul { }
	#isapsGlobalSponsors ul li { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; line-height: 36px; display: block; text-transform: uppercase; margin-right: 5px; color: #878787; }
	#isapsGlobalSponsors ul li.platinum { color: #1c3d5f; }
	#isapsGlobalSponsors ul li.gold { color: #e5a201; }
	#isapsGlobalSponsors ul li.bronze { color: #b0813d; }
	#isapsGlobalSponsors .sponsorLevels .platinum:before { content: url(/Media/Default/images/platinum.png); margin-right: 5px; position: relative; top: 7px; }
	#isapsGlobalSponsors .sponsorLevels .gold:before { content: url(/Media/Default/images/gold.png); margin-right: 5px; position: relative; top: 7px; }
	#isapsGlobalSponsors .sponsorLevels .silver:before { content: url(/Media/Default/images/silver.png); margin-right: 5px; position: relative; top: 7px; }
	#isapsGlobalSponsors .sponsorLevels .bronze:before { content: url(/Media/Default/images/bronze.png); margin-right: 5px; position: relative; top: 7px; }
	#isapsGlobalSponsors .goldSponsors { display: block; float: none; padding: 15px; }
	#isapsGlobalSponsors .goldSponsors img { height: 54px; padding: 10px; vertical-align: middle; display: table-cell; float: left; }
  	
	/** ISAPS CONGRESS BANNER **/
	
	body.home article.content-item.page { padding-bottom: 0; }

  body.home #congress2016 { display: block !important; margin: 0 0 30px; -webkit-box-shadow: 0 0 8px -2px #000000; box-shadow: 0 0 8px -2px #000000; }
  body.home #congress2016 .content { width: 100%; height: 104px; background: #940000 url(/Media/Default/images/mobile/isaps-congress-2016.jpg) no-repeat 0 0; position: relative; }
  body.home #congress2016 .content a, body.home #congress2016 .content h2, body.home #congress2016 .content h3, body.home #congress2016 .content span { display: block; height: 0; width: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; }
  body.home #congress2016 .content a.cta-link { width: 100%; height: 104px; position: absolute; left: 0; top: 0; }

  body.home #congress2018 img { max-width: 100%; margin-bottom: 20px; }
  
  
	
	
	/** ISAPS-LEAP BANNER **/
	
	article.bannerDonate { margin: 18px 0 0; padding-top: 13px; width: 100%; height: 75px; background: url(/Media/Default/images/mobile/bannerDonate-bottom.jpg) no-repeat 0 0, url(/Media/Default/images/mobile/bannerDonate-bottom-bg.jpg) repeat-x 0 0; }
	article.bannerDonate p { display: none; }
	article.bannerDonate p.button { display: block; margin: 0 !important; padding: 24px 0 0 167px; text-align: center; }
	article.bannerDonate p.button a { display: block; width: 120px; height: 30px; background: #85af36; color: #fff; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; line-height: 30px; text-decoration: none; text-transform: uppercase; }
	article.bannerDonate p.button a img { display: none; }

	
	article.widget-splashLogin { display: none; }
	body.splash article.widget-splashLogin { display: none; }
	
	.widget-featureBlocks { display: none; }
	body.home #layout-after-main { display: block; }
	#layout-after-main { margin: 0; padding: 0; height: auto; text-align: left; }
	.zone-after-main { padding: 0; }
	.widget-blogBlock { margin: 0 0 30px; padding: 0 15px; width: auto; }
	.widget-blogBlock .block .date { margin: 0 0 7px; display: block; line-height: normal; }
	.widget-blogBlock .block .title { margin: 0 0 7px; font-weight: bold; color: #3f4041; line-height: normal; }
	.widget-blogBlock .block .author { color: #555; font-size: .929em; font-style: italic; line-height: normal; }
	.resource-block { padding: 0 15px; width: auto; }
	#layout-after-main h3 { margin: 0 0 15px; font-size: 1.6em; color: #0c3663; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; line-height: 1.167em; }
	#layout-after-main p { margin: 0 0 20px; font-size: 1.071em; color: #555555; line-height: 1.333em; }
	.resource-block { margin: 0 0 30px; }
	.resource-block ul.last { margin: 0 0 30px; }
	.resource-block ul li { margin: 0 0 5px; }
	p.safetyImg { display: none; }
	.resource-block ul li a img { margin: 0 10px 0 0; vertical-align: top; }
	.resource-block ul li a { height: 30px; line-height: 30px; text-decoration: none;  font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; font-size: 1.429em; color: #555 !important; display: block;  }
	.widget-resourceBlock .mobile { margin: 0 0 30px; }
	.widget-resourceBlock a:link, .widget-resourceBlock a:visited { text-decoration: none; color: #3f8aac; }
	.widget-resourceBlock .safety { display: none; }
	.widget-blogBlock .block { clear: both; }
	.widget-blogBlock .block .date { color: #848484; font-size: .929em; }
	.widget-blogBlock .block .author {  }
	.widget-blogBlock .block h4 a { color: #000; text-decoration: none; font-size: 1.071em;  }
	.widget-blogBlock .block h4 a span.arrow { height: 8px; width: 8px; background: url(/Media/Default/images/mobile/resourceBlogBlock-arrow.png) no-repeat right top; display: inline-block; }
	.widget-blogBlock .block h4 a img { vertical-align: middle; }
	.widget-blogBlock a.button { padding: 10px 15px; width: 120px; background: #a684bc; display: block; text-decoration: none; border: none; color: #fff; font-weight: bold; font-size: .667em; text-transform: uppercase; }
	
	.blog-post p.link-field-authorship .name { display: none; }
	
	.zone-after-main .widget-recent-blog-posts { margin: 0 0 30px; padding: 0 15px; }
	.resource-blogs { }
	.resource-blogs p { display: none; }
	.resource-blogs p.text-field { display: none; }
	.resource-blogs p.text-field .name, #layout-after-main .resource-blogs .metadata .commentcount { display: none; }
	#layout-after-main .resource-blogs h2 {  color: #0C3663; font-family: "pragmatica-web",sans-serif; font-size: 1.6em; font-style: normal; font-weight: 400; line-height: 1.167em; margin: 0 0 15px; }
	#layout-after-main .resource-blogs .blog-posts { }
	#layout-after-main .resource-blogs .blog-post { margin: 0 0 20px; padding: 0; border: none; }
	#layout-after-main .resource-blogs p.link-field-authorship, #layout-after-main .resource-blogs .metadata { margin: 0; display: block; }
	#layout-after-main .resource-blogs h1 { margin: 0 0 8px; font-size: 1.1em; line-height: normal; }
	#layout-after-main .resource-blogs h1 a { padding: 0 13px 0 0; /* background: url(/Media/Default/images/resourceBlogBlock-arrow.png) no-repeat right center; */ color: #3f4041; text-decoration: none;  }
	#layout-after-main .resource-blogs .metadata { margin: 0 0 5px; color: #848484; font-size: .929em; font-style: normal; }
	#layout-after-main .resource-blogs p.link-field-authorship { font-size: .929em; color: #3f4041; font-style: italic; }
	#layout-after-main .resource-blogs p.link-field-authorship a { color: #3f4041; }
	#aside-first .widget-recent-blog-posts { display: none; }
	
	.comment-form button.primaryAction { margin: 0; padding: 10px 20px; background: #a684bc; border: none; color: #fff; text-decoration: none; font-size: 1em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; }
	
	#content .blog-post .comment-form ol { margin: 0; }
	.blog-post .comment-form label { font-size: .8em; }
	.blog-post .comment-form input { margin: 0 0 10px; padding: 12px 5%; width: 90%; border: 1px solid #d9eaf4;
background-color: #fff; }
	#content .blog-post .comment-form textarea { margin: 0 0 10px; padding: 12px 5%; width: 90%; border: 1px solid #d9eaf4; background-color: #fff; resize: none; overflow: hidden; }
	.blog-post img.fr { margin: 0 0 20px 20px; width: 30%; }
	.blog-post img.fl { margin: 0 20px 20px 0; width: 30%; }
	.orchard-blogs #content .blog .metadata { display: none; }
	.orchard-blogs #content .blog ul.blog-posts .metadata { display: inline; }
	
	.comment-count { display: none; }
	
	/*-- Executive Page --*/
	.committee-member { color: #333; margin: 0 20px 20px 0; width: 290px; height: auto; float: left; }
	.img-board { margin: 0 10px 0 0; width: 90px; float: left; }
	#content .committee-member h3 { margin: 0; color: #0c3663; font-size: 1.714em; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; }
	#content .committee-member h4 { margin: 0 0 10px; color: #333; font-size: 1em; font-weight: bold; }
	.committee-member .border-text-board .address, .committee-member .border-text-board .phone { margin: 0 0 10px; }
	#content .committee-member p { margin: 0; }
	#content .board h4 a, .committee-member a.enlace { text-decoration: none; color: #333; }
	#content .board h4 a:hover, .committee-member a.enlace:hover { color: #666; }
	.border-text-board { width: 190px; float: left; line-height: 1.429; }
	.committee-member a.email { padding: 0 0 0 20px; background: url(/Media/Default/images/committee-member-icon-email.png) no-repeat left center; text-decoration: none; color: #333; }
	.committee-member a.email:hover { background-image: url(/Media/Default/images/committee-member-icon-email-on.png); color: #a685bc; }
	
	.photoCaption { margin: 0 0 20px 20px; padding: 15px; width: 35%; border: 1px solid #333; float: right; font-size: .9em; line-height: normal; }
	.photoCaption img { width: 100%; }	
	
	/** SPLASH PAGE **/	
	body.splash #layout-header, body.splash .widget-footerEnglish { display: none; }
	body.splash { background: #3D3E40; }
	body.splash #top { background: #d8eaf3 url(/Media/Default/images/mobile/splash-background.png) no-repeat center top; }
	body.splash #layout-main-container { background: none; }	
	body.splash #layout-content { padding: 35px 15px 0; }
	body.splash #content .logo { margin: 0 auto 40px; width: 100%; min-height: 100px; max-height: 131px; background: url(/Media/Default/images/mobile/logo.png?v=2) no-repeat center top; background-size: auto 100%; display: block; text-indent: -9999px; }
	body.splash #layout-main-container p.text { margin: 0 auto 15px; text-align: center; color: #3d3a3b; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; font-size: 1em; line-height: 1.33em; }
	body.splash .changeCulture { margin: 0 auto 35px; width: 180px; background: #a684bc url(/Media/Default/images/mobile/language-select-arrow.png) no-repeat 150px center; float: none; }
	body.splash .changeCulture label { display: none; }
	body.splash .changeCulture select#SplashCultureSelect { margin: 0; padding: 10px 10px 10px 15px; width: 180px; -moz-appearance: menulist-text; background: none repeat scroll 0 0 transparent; border: medium none; color: #FFFFFF; font-family: "pragmatica-web",sans-serif; font-size: .667em; font-style: normal; font-weight: 400; line-height: normal;  text-decoration: none; text-transform: uppercase;  }
	body.splash .changeCulture select#SplashCultureSelect option { background: #a684bc; }
	body.splash article.widget-splashLogin { display: block; }
	body.splash article.widget-splashLogin p { margin: 0 0 20px; text-align: center; font-size: .8em; }
	body.splash.ar, body.splash.ar #content p, body.splash.ar a, body.splash.ar li, body.splash.ar ul, body.splash.ar h1, body.splash.ar h2, body.splash.ar h3, body.splash.ar #footer p { direction:ltr; text-align: left; }
	body.splash.ar #content p { text-align: center; }
	body.splash .widget-footer { display: none; }
	body.splash .widget-footerSplash { display: block; }
	
	/** PROCEDURES PAGE **/
	.proceduresBlock { margin: 0 0 20px; }
	.proceduresBlock h3 { margin: 0 0 10px; }
	.proceduresBlock h3 a { text-decoration: none; color: #152843; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; }
	#content .proceduresBlock ul li { padding: 0; background: none; font-weight: normal; font-size: 1.1em; border-bottom: 1px solid #d8eaf3; }
	#content .proceduresBlock ul.last li.last { border: none; }
	#content .proceduresBlock ul li a { padding: 5px 0 5px 15px; text-decoration: none; color: #254674; display: block; background: url(/Media/Default/images/mobile/mobile-onPageNav-arrow.png) no-repeat left center; }
	body.procedures-landing #aside-second nav { display: none; }
	#surgeonBlockWide { margin: 20px 0; padding: 40px 55% 0 7%; width: 38%; height: 110px; background: #d8eaf3 url(/Media/Default/images/mobile/surgeonBlock-background.jpg) no-repeat right top; }
	#surgeonBlockWide h3 { margin: 0 0 10px; color: #254674; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; font-size: 1em; line-height: 1.2em; }
	#surgeonBlockWide p { display: none; }
	#surgeonBlockWide a.button { margin: 0; padding: 10px 12px; background: #a684bc; border: none; color: #fff; text-decoration: none; font-size: .667em; text-transform: uppercase; font-weight: bold; }
	#surgeonBlockWide a.button img { display: none }
	
	article.landing { margin: 0 0 25px; padding: 0 0 5px; background: url(/Media/Default/images/proceduresBlock-shadow.png) no-repeat center bottom; border-radius: 2px; }
	article.landing .inside { padding: 30px 30px 10px; background: #d8eaf3; border-radius: 2px;  }
	article.landing ul.first { width: 50%; float: left; }
	article.landing ul.last { width: 50%; float: right; }
	
	#aside-second .lnav.collapse nav ul.menu li ul  { display: none; }
	#aside-second .lnav.collapse nav ul.menu li.on ul, 
	#aside-second .lnav.collapse nav ul.menu li.current ul  { display: block; }
	#aside-second .lnav.collapse nav { border: none; }
	#aside-second .lnav.collapse nav ul li { border-top: 1px solid #DDD; }
	#aside-second .lnav.collapse nav ul ul li { border: none; }
	#aside-second .lnav.collapse nav ul ul li a { padding: 3px 0 3px 10px; background: none; font-size: 1em; }
	#aside-second .lnav.collapse nav ul li.dropdown.current a, 
	#aside-second .lnav.collapse nav ul li.on a { background: url(/Media/Default/images/mobile/mobile-onPageNav-arrow-down.png) no-repeat right center; }	
	#aside-second .lnav.collapse nav ul li ul { margin: -5px 0 10px 15px; }
	
	#aside-second .lnav.collapse nav ul li ul li a, 
	#aside-second .lnav.collapse nav ul li ul li.current a, 
	#aside-second .lnav.collapse nav ul li.on ul li a, 
	#aside-second .lnav.collapse nav ul li.current ul li a { background: url(/Media/Default/images/mobile/mobile-onPageNav-bullet.png) no-repeat left center; }
	#aside-second .lnav.collapse nav ul li.current ul li.dropdown ul, #aside-second .lnav.collapse nav ul li.on ul li.dropdown ul { margin-top: 0; position: relative; border: none; }
	#aside-second .lnav.collapse nav ul li.current ul li.dropdown ul li {  }
	#aside-second .lnav.collapse nav ul li.current ul li.dropdown ul li a { display: block; background: none; border: none; }
	#aside-second .lnav.collapse nav ul li.dropdown.current ul li a { background: url(/Media/Default/images/mobile/mobile-onPageNav-bullet.png) no-repeat scroll left center transparent; }
	
	#aside-second article.medical-travel-guide nav ul ul ul li { margin: 0 0 10px
	 15px; border: none; }
	#aside-second article.medical-travel-guide nav ul ul ul li a { font-size: 1em;
    padding: 3px 0 3px 10px; background: url(/Media/Default/images/mobile/mobile-onPageNav-bullet.png) no-repeat scroll left center; border: none; }
		
	
	/*--FIND A SURGEON--*/
	.findSurgeon { margin: 0 0 25px; padding: 30px; background: #d8eaf3 url(/Media/Default/images/mobile/findSurgeon-background.jpg) no-repeat left center; }
	.findSurgeon h3 { margin: 0 0 20px; color: #0c3663; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 400; font-size: 1.714em; }
	#content .findSurgeon input { margin: 0 0 10px; padding: 3px 10px 0 10px; width: 96%; height: 27px; color: #333; border: 1px solid #c3d3dc; font-size: 1.071em; vertical-align: middle; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; border-radius: 0; -webkit-appearance: none; }
	#content .findSurgeon input[type="checkbox"] { margin: 0 0 4px; width: auto; height: auto; -webkit-appearance: checkbox; }
	#content .findSurgeon select { margin: 0 0 10px; padding: 7px 5px 6px 7px; width: 100%; height: 33px; color: #333; background: #fff url(/Media/Default/images/mobile/findSurgeon-select-arrow.png) no-repeat right center; border: 1px solid #c3d3dc; font-size: 1.071em; vertical-align: middle; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; }
	#content .findSurgeon input.search { padding: 8px 10px 8px 10px; width: auto; height: 37px; background: #a684bc; color: #fff; display: block; text-transform: uppercase; border: none; float: right; cursor: pointer; }
	.findSurgeon.worldwide { background-position: -250px center; }
	.findSurgeon.name { background-position: 150px center; }
	#content ul.countries { margin: 0 40px 0 0; width: 100%; }
	#content ul.countries li { padding: 5px 0 5px 5px; width: 99%; color: #676767; font-weight: normal; background: none; }
	#content ul.countries li:nth-child(even) { background: #e8f2f8; }
	#content ul.countries.last li:nth-child(odd) { background: #e8f2f8; }
	#content ul.countries.last li:nth-child(even) { background: none; }
	#content ul.countries li a { color: #4489a8; text-decoration: none; }
	#content ul.countries li span.results { margin: 0; width: 25px; text-align: left; float: right;  }
	
	/*--FIND A SURGEON RESULTS--*/
	.paginator { margin: 0 0 30px; }
	.paginator a { margin: 0 2px 2px 0; padding: 1px; width: 20px; background: #fff; border: 1px solid #e6e6e6; color: #666; font-weight: bold; text-align: center; display: block; float: left; text-decoration: none; }
	.paginator a.on { background: #d8eaf3; border: 1px solid #d8eaf3; color: #0c3663; }
	.results { margin: 0 0 30px; }
	.resultsBlock { margin: 0 0 20px; }
	.resultsBlock img { margin: 0 20px 0 0; width: 84px; }
	.resultsBlock .mobileFloat img { width: auto; }
	.resultsBlock h3 img { margin: 0 2px; float: none; }
	.resultsBlock .address { padding-right: 10px; font-size: .867em; line-height: normal; }
	.resultsBlock .mobileFloat { width: 80%; float: left;  }
	.resultsBlock .address h3 span { display: block; }
	.resultsBlock h3 { margin: 0 0 10px; color: #0c3663; font-weight: bold; font-size: 1.231em; }
	#content .resultsBlock .address p { margin: 0 0 8px; line-height: 1.385; }
	#content .resultsBlock .links { width: auto; font-size: .867em; }
	p.range { float: right; }
	
	.certs-legend { margin: 0 0 20px; background: #d8eaf3; border: 1px solid #d8eaf3; }
	.certs-legend h4 { padding: 8px 20px 10px; font-size: .929em; }
	.certs-legend .inside { padding: 15px; background: #fff; }
	#content .certs-legend ul { margin: 0 15px 0 0; float: left; }
	#content .certs-legend ul.last { margin: 0; }
	#content .certs-legend ul li { padding: 0; background: none; }
	#content .certs-legend ul li img { margin: 0 0 10px; }
	
	/*--FIND A SURGEON PROFILE--*/
	.profile .info { margin: 0 0 20px; }
	.profile a { text-decoration: none; }
	.profile a:hover { text-decoration: underline; }
	.profile a.email { padding-left: 20px; background: url(/Media/Default/images/committee-member-icon-email.png) no-repeat scroll left center transparent; color: #000; }
	#content .profile .info p { margin: 0; line-height: normal; }
	.profile .first { margin: 0 0 10px; }
	#content .profile .info .name, #content .profile .info .website, #content .profile .info .address { margin: 0 0 13px; }
	.profile img { margin: 0 0 0 10px; width: auto; float: right; }
	.profile .certs img { float: left; margin: 0 10px 5px 0; width: auto; }
	
	/*--MEDICAL TRAVEL GUIDE --*/
	.medicalTravelBlock { border-top: 1px solid #ddd; display: block; }
	.medicalTravelBlock a { background: url(/Media/Default/images/mobile/mobile-onPageNav-arrow.png) no-repeat right center; text-decoration: none; color: #3f8aac; padding: 15px 30px 15px 0; float: none; display: block; font-size: 1.267em; }	
	
	/*--CONTACT FORM--*/
	body.orchard-customforms fieldset { display: block; }
	input.input, body.orchard-customforms input.textMedium, input#RequestInformationSubmission_EmailAddress_Value { width: 95%; }
	body.contact #content select, body.orchard-customforms #content select { margin-right: 0; width: 100%; }
	#recaptcha_widget_div { margin: 0 0 10px; float: none; }
	#content input[type="submit"], button[name="submit.Save"] { float: none; }
	#content textarea { width: 95%; }
	.validatorWrapper { width: 100%; float: none; clear: both; }
	#content input.validate { padding: 10px 5px; width: 130px; }
	#content input[type="submit"] { padding: 8px 10px; background-image: none; border-radius: none; cursor: pointer; }
	.captcha-image, #content input.validate, input#recaptcha_response_field { float: none; }
	#recaptcha_widget { margin: 0 0 10px; }
	.captcha-image { margin: 0 0 10px; }
	fieldset.submit-button { margin: 0; float: none; }
	
	/*-- VIDEO PAGE --*/
	img.video { margin: 0 0 20px 20px; width: 100px; float: right; }
	
	/*-- CONTRIBUTIONS --*/
	table.contributions td { padding: 0 5px; }
	table.contributions td.bold { font-weight: bold; }
	
	/*-- BLOG COMMENTS --*/
	#content ul.comments li { margin: 0; padding: 0; border: none; background: none; }
	#comments h2 { padding: 0 0 5px; border-bottom: 1px solid #3F8AAC; }
	#comments li article.comment { margin: 0 0 15px; padding: 15px 15px 1px; background: #ecf4f9; border-radius: 3px; }
	#comments li article.comment p { }
	#comments li article.comment header { margin: 0 0 5px; }
	#comments li article.comment header h4 { font-size: .846em; color: #0C3663; }
	#comments li article.comment { font-weight: normal; }
	#content ul.comments h4 { font-size: 1em; font-style: italic; }
	#content ul.comments li { padding-top: 20px; border-top: 1px solid #D9EAF4; }
	#content ul.comments li .text { font-weight: normal; }
	article.blog-post .link-field-authorship { display: none; }
	
	/*-- Search Results --*/
	#content ul.search-results header { display: block; }
	#content ul.search-results header h1 { margin: 0 0 5px; font-size: 1.2em; float: none;  }
	#content ul.search-results header .metadata { display: none; }
	#content ul.search-results li { margin: 0 0 20px; padding: 0 0 10px; border-bottom: 1px solid #cbc7c9; }
	ul.pager li a { margin: 0; padding: 10px 15px 10px 15px; background: #a684bc; border: none; border-radius: 0; color: #fff; text-decoration: none; font-size: 1.107em; text-transform: uppercase; font-family: "pragmatica-web",sans-serif; font-style: normal; font-weight: 300; line-height: normal; display: inline-block; }
	
	/*-- Admin Login --*/
	#content .validation-summary-errors ul { margin: 0; }
	#content .login-form ol { margin: 0; }
	#content .login-form legend { margin: 0 0 10px; }
	#content .login-form input {  margin: 0 10px 5px 0; padding: 12px 2%; width: 96%; height: 16px; border: 1px solid #d9eaf4;   background: #fff !important; vertical-align: middle; }
	#content .login-form .field-validation-error { color: #E68585; font-style: italic; font-size: .9em; }
	#content .login-form input#remember-me { margin: 0 5px 5px 0; width: auto; }
	#content .login-form button.primaryAction { background: url(/Media/Default/images/button-arrow.png) no-repeat scroll right center #A684BC; border: medium none; border-radius: 2px 2px 2px 2px; color: #FFFFFF; cursor: pointer; font-family: "pragmatica-web",sans-serif; font-size: 1.107em; font-style: normal; font-weight: 300; line-height: normal; margin: 0; padding: 8px 25px 7px 15px; text-decoration: none; text-transform: uppercase; }
	
	.projection-page .course { margin: 0 0 20px; padding: 20px 5%; width: 90%; background: none repeat scroll 0 0 #F9F8F7; }
	.projection-page .course img { margin: 0 0 10px; }
	#content .projection-page .course p { margin: 0 0 5px; }
	
	body.detail-course  #content .course p { margin: 0; }
	body.detail-course  #content .course .icon { float: right; }
	
	/*-- Arabic --*/
	body.ar p, body.ar a, body.ar li, body.ar ul, body.ar h1, body.ar h2, body.ar h3, body.ar h4 { direction:rtl; text-align: right; }
	body.splash .widget-footerArabic { display: none; }
	body.splash.ar #content p { direction: ltr; }
	
	body.ar #content #output li.slide { padding-right: 190px; }
	body.ar #content #output li.slide h3 { width: 90px; }
	body.ar #layout-after-main .resource-blogs h1 a { padding: 0; }
	body.ar .metadata .published { margin: 0; }
	body.ar .resource-block ul li a img { margin: 0 0 0 10px; }
	
	body.ar #mobileToolbar p { direction: ltr; text-align: left; }
	body.ar.home a.buttonLink { float: right; }
	
	body.ar #mobileToolbar #menu ul li a, body.ar #mobileToolbar ul li a:link, body.ar #mobileToolbar ul li a:visited { padding: 15px 35px 15px 17px; }
	body.ar #surgeonBlock { padding: 75px 33% 0 7%; width: 60%; height: 75px; text-align: right; }
	body.ar #aside-second .lnav.collapse nav ul li ul li a, body.ar  #aside-second .lnav.collapse nav ul li ul li.current a, body.ar  #aside-second .lnav.collapse nav ul li.on ul li a, body.ar  #aside-second .lnav.collapse nav ul li.current ul li a { background: none; }
	body.ar #aside-second .lnav.collapse nav ul ul li a { padding: 3px 10px 3px 0; }
	body.ar #aside-second nav ul li a { padding-right: 35px; }
	body.ar .medicalTravelBlock a { background: none; }
	body.ar #content ul.countries li span.results { width: 40px; text-align: right; }
	body.ar #content .certs-legend ul li { text-align: left; }
	body.ar .paginator a { text-align: center; }
	
	body.ar .metadata { text-align: right; }
	body.ar .comment-form h2, body.ar .comment-form ol li { text-align: left; direction: ltr; }
		
	body.ar.englishReading #content .content-item p, body.ar.englishReading #content .content-item h1,  body.ar.englishReading #content .content-item h3 { text-align: left; direction: ltr; }
	body.ar.memberlocator #content h1, body.ar.memberlocator #content h2, body.ar.memberlocator #content h3, body.ar.memberlocator #content p { text-align: left; direction: ltr; }
	body.ar.memberlocator #content ul, body.ar.memberlocator #content li { text-align: left; }
	body.ar.memberlocator #content .paginator a { text-align: center; }
	body.ar.englishReading #content h2 { text-align: left; direction: ltr; }
	
	body.ar #content p.leftReading { direction: ltr; }
	body.ar.contact #content h1, body.ar.contact #content p { text-align: left; direction: ltr; }
	body.ar #content .page ul li, body.ar #content .blog-post ul li { padding: 0 10px 0 0; background: none; }
	
	body.ar #content p.link-field-authorship, body.ar #content .metadata { text-align: left; direction: ltr; }
	
	body.englishReading.ar #aside-second .lnav li, body.englishReading.ar #aside-second .lnav li a { text-align: left; direction: ltr; }
	body.ar.englishReading #content .content-item p, body.ar.englishReading #content .content-item h1, body.ar.englishReading #content .content-item h3, body.ar.englishReading #content .content-item h3 a, body.englishReading.ar #layout-content li, body.englishReading #layout-content li a { text-align: left; direction: ltr; }
	
	body.englishReading.ar .widget-aside-first ul.menu li a { text-align: right; direction: rtl; }
	
	body.ar.memberlocator #content h1, body.ar.memberlocator #content h2, body.ar.memberlocator #content h3, body.ar.memberlocator #content p { text-align: left; direction: ltr; }
	body.ar.memberlocator #content ul, body.ar.memberlocator #content li { text-align: left; }
	body.ar.memberlocator #content .paginator a { text-align: center; }
	
	body.englishReading.ar #aside-first .lnav li, body.englishReading.ar #aside-first .lnav li a { text-align: left; direction: ltr; }
	
	body.ar #content #output li.slide.one { background: url(/Media/Default/images/mobile/sliderMobileHM-one-background.jpg) no-repeat right top; }
	body.ar #content #output li.slide.two { background: url(/Media/Default/images/mobile/sliderMobileHM-two-background.jpg) no-repeat right top; }
	body.ar #content #output li.slide.three { background: url(/Media/Default/images/mobile/sliderMobileHM-three-background.jpg) no-repeat right top; }
	
	body.ar article.landing ul.first { width: 50%; float: right; }
	
	/*-- Portugese --*/
	body.pt #content #output li h3 { width: 150px; }
	
	/*-- Spanish --*/
	body.es #content #output li h3 { width: 140px; }
	
	/*-- France --*/
	body.fr #content #output li h3 { width: 130px; }
	body.fr #content #output li.slide.two h3 { width: 100px; }
	
	/*-- Italian --*/
	body.it #content #output li.three h3 { width: 200px; }
	
	/*-- Russian --*/
	body.ru #content #output li.two h3 { width: 110px; }
	
}

/*-- Horizontal 320px Break point --*/
@media only screen and (max-width: 320px) { 
/* 	#layout-header a img.logo { width: 90%; max-height: 135px; }	 */
	
	.findSurgeon input { width: 90.5%; }
	.resultsBlock { margin: 0 0 20px; }
	.resultsBlock img { margin: 0 0 0 10px; float: right; }
	.resultsBlock .address { width: 100%; padding: 0; float: none;  }
	.resultsBlock h3 img { width: auto; }
	.resultsBlock h3 span { display: block; }
	.resultsBlock .mobileFloat { width: 60%; float: left;  }
	#content .resultsBlock .links { float: none; line-height: normal; width: 100%; }
	#layout-footer img.logo { width: 80%; }
	
	
	#surgeonBlock { padding: 95px 0 0 7%; width: 93%; height: 55px;  }
	#surgeonBlock p { display: none; }
	#surgeonBlock a.button {  }
	
	#surgeonBlockWide { padding: 65px 0 0 7%; width: 93%; height: 85px; }
	#surgeonBlockWide h3 { display: none; }
	#surgeonBlockWide a.button { margin: 30px 0 0; padding: 10px; width: auto; line-height: normal; display: inline-block; }
	
	#content .findSurgeon input { width: 90.5%; }
	
	#recaptcha_image, .captcha-image { width: 275px !important; }
	#recaptcha_image img { width: 100% !important; }
	
	article.landing .inside { padding-bottom: 20px; }
	article.landing ul.first { width: 100%; float: none; }
	article.landing ul.last { width: 100%; float: none; }
	
	p img.right { width: 40%; }
	
	body.contact #content input.input, body.orchard-customforms input.textMedium, input#RequestInformationSubmission_EmailAddress_Value { width: 87.5%; } 
	body.contact #content select, body.orchard-customforms #content select { width: 98%; }
	body.contact #content textarea, body.orchard-customforms #content textarea { width: 87.5%; }
	body.contact #content input.validate { padding: 10px 5px; width: 65px; }

	/*-- Arabic --*/
	body.ar #surgeonBlock { text-align: left; }
	body.ar table#global tr td.menu a span { display: none; }
	
	/*-- Japanese --*/
	body.ja-JP table#global tr td.menu a { font-size: .75em; }
	
	}

@media only screen and (max-device-width: 640px) and (-webkit-min-device-pixel-ratio: 2) {
	#layout-header { background-image: url(/Media/Default/images/mobile/header-background@2x.png); background-size: 1px 107px; }
	table#global tr td.menu a span { background-image: url(/Media/Default/images/mobile/icon-menu@2x.png); background-size: 19px 12px; }  
	table#arrows tr td.on { background-image: url(/Media/Default/images/mobile/arrows-arrow@2x.png); background-size: 15px 8px; }
	#aside-second nav a { background-image: url(/Media/Default/images/mobile/mobile-onPageNav-arrow@2x.png); background-size: 22px 12px; }
	#mobileToolbar #menu ul li a, #mobileToolbar ul li a:link, #mobileToolbar ul li a:visited { background-image: url(/Media/Default/images/mobile/mobiletoolbar-menu-arrow@2x.png); background-size: 22px 12px; }
	#mobileToolbar .languagePicker select { background-image: url(/Media/Default/images/mobile/language-select-arrow@2x.png); background-size: 12px 7px; }
	#layout-footer { background-image: url(/Media/Default/images/mobile/footer-background@2x.png); background-size: 1px 638px; }
	
	#layout-footer .follow.facebook { background-imagre: url(/Media/Default/images/mobile/footer-social-matrix@2x.jpg); background-size: 240px 48px; }
	#layout-footer .follow.twitter { background-image: url(/Media/Default/images/mobile/footer-social-matrix@2x.jpg); background-size: 240px 48px; }
	#layout-footer .follow.google { background-image: url(/Media/Default/images/mobile/footer-social-matrix@2x.jpg); background-size: 240px 48px; }
	#layout-footer .follow.linkedIn { background-image: url(/Media/Default/images/mobile/footer-social-matrix@2x.jpg); background-size: 240px 48px; }
	#layout-footer .follow.realSelf { background-image: url(/Media/Default/images/mobile/footer-social-matrix@2x.jpg); background-size: 240px 48px; }
		
	#layout-footer .links .button .image { background-image: url(/Media/Default/images/mobile/footer-icon-memberArea@2x.png); background-size: 45px 24px; }
	#layout-footer .links .button.payDues .image { background-image: url(/Media/Default/images/mobile/footer-icon-payDues@2x.png); background-size: 45px 24px;  }
	#surgeonBlock { background-image: url(/Media/Default/images/mobile/surgeonBlock-background@2x.jpg); background-size: 320px 150px; }
	ul#tabs li a { background-image: url(/Media/Default/images/mobile/slider-tab-on@2x.png); background-size: 11px 10px; }
	ul#tabs li a.current, ul#tabs li a:hover, ul#tabs li a.current:hover { background-image: url(/Media/Default/images/mobile/slider-tab@2x.png); background-size: 11px 10px; }
	#output li.slide.one { background-image: url(/Media/Default/images/mobile/sliderMobileHM-one-background@2x.jpg); background-size: 640px 210px; }
	#output li.slide.two { background-image: url(/Media/Default/images/mobile/sliderMobileHM-two-background@2x.jpg); background-size: 640px 210px; }
	#output li.slide.three { background-image: url(/Media/Default/images/mobile/sliderMobileHM-three-background@2x.jpg); background-size: 640px 210px; }
	.widget-blogBlock .block h4 a span.arrow { background-image: url(/Media/Default/images/mobile/resourceBlogBlock-arrow@2x.png); background-size: 8px 8px; }
/* 	#layout-header a img.logo { width: 90%; } */
	body.splash #top { background-image: #d8eaf3 url(/Media/Default/images/mobile/splash-background@2x.png); background-size: 640px 386px; }
	body.splash .changeCulture { background-image: url(/Media/Default/images/mobile/language-select-arrow@2x.png); background-size: 12px 7px; }
	#content .proceduresBlock ul li a { background-image: url(/Media/Default/images/mobile/mobile-onPageNav-arrow@2x.png); background-size: 22px 12px; }
	#surgeonBlockWide { background-image: url(/Media/Default/images/mobile/surgeonBlock-background@2x.jpg); background-size: 320px 150px; }	
	
	#aside-second .lnav.collapse nav ul li.on a { background-image: url(/Media/Default/images/mobile/mobile-onPageNav-arrow-down@2x.png); background-size: 22px 12px; }
	
	#aside-second .lnav.collapse nav ul li ul li a, 
	#aside-second .lnav.collapse nav ul li ul li.current a, 
	#aside-second .lnav.collapse nav ul li.on ul li a { background-image: url(/Media/Default/images/mobile/mobile-onPageNav-bullet@2x.png); background-size: 2px 5px; }
	 
	.findSurgeon select { background-image: #fff url(/Media/Default/images/mobile/findSurgeon-select-arrow@2x.png); background-size: 14px 18px; }
	.findSurgeon { background-image: url(/Media/Default/images/mobile/findSurgeon-background@2x.jpg); background-size: 630px 362px; }
	
	body.ar #content #output li.slide.one { background-image: url(/Media/Default/images/mobile/sliderMobileHM-one-background@2x.jpg); background-size: 640px 210px; }
	body.ar #content #output li.slide.two { background-image: url(/Media/Default/images/mobile/sliderMobileHM-two-background@2x.jpg); background-size: 640px 210px; }
	body.ar #content #output li.slide.three { background-image: url(/Media/Default/images/mobile/sliderMobileHM-three-background@2x.jpg); background-size: 640px 210px; }
	
	a.congress { background-image: url(/Media/Default/images/mobile/congress-feature-landscape@2x.jpg); background-size: 640px 88px; }

  body.home #congress2016 { margin-bottom: 6px; }
  body.home #congress2016 .content { background-image: url(/Media/Default/images/mobile/isaps-congress-2016@2x.jpg); background-size: 320px 104px; }
	
	body.home article.bannerDonate { background-image: url(/Media/Default/images/mobile/bannerDonate-bottom@2x.jpg), url(/Media/Default/images/mobile/bannerDonate-bottom-bg@2x.jpg); background-size: 320px 88px, 1px 88px; }
	
}

/*-- FF hack for the language selector --*/
@-moz-document url-prefix() { 
		select#CultureName { padding-right: 0; -moz-appearance: menubar; } 
		.changeCulture { background: none; }
	} 
	