@charset "UTF-8";
/* Import the main stylesheet */
@import url("common.css");
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
#summary, #banner_basket {
    width: 720px;
}
.container, .article_wrapper, .main_wrapper, #main_wrapper_homepage, #header .homepage_container, #leftcontent {
    padding-left: 2em;
}
#rightcolumn, #leftcolumn, .bottomright, .rightbox_wrapper, .rightbox, #consultancypic, .rightof3, #rightcontent_noborder {
    display: none;
}
.leftof3 {
    float: left;
    width: 360px;
    margin-right: 18px;
}
.midof3 {
    float: left;
    width: 360px;
    margin-right: 18px;
}
/* Normally we hide the third columnn on iPad portrait. This shows the right column for the client list. */
.rightof3.keep {
    display: contents;
    content: "";
    clear: both;
    display: table;    
    width: 360px;
    margin-right: 18px;
}
#primaryNav li {
	width:50%;
}
#double-column-left, #double-column, #one-column, #leftcontent {
    width: 720px;
}
#double-column {
    float: left;
}
.bottomcolumn {
    float: left;
    width: 360px;
    margin-right: 18px;
}
#footer address {
    display: none;
}
#footer_navigation {
    float: left;
}
#navigation {
    margin-left: 210px;
}
#banner h1, #summary h1, #banner_basket h1 {
    font-size: 170%;
}
#logo {
    left: 10px;
}
}
