/*-------------------------------------------------//

theme name: Deloitte Responsive
theme URI: http://aisplus.com
description: 
version: 1.0
author: Enfold Systems
author URI: http://enfoldsystems.com
class prefix: ias- (i.e. ias-header-row)

//-------------------------------------------------*/
/*
// Variables
// --------------------------------------------------

//== Colors
//
//## The following colors are from the Deloitte 
//   Resources Style Guide
*/
/* the numbers are percentages of the base color */
/* grays from lightest to darkest */
/*------------------------------------------------------------------------//
/*# 02. base #*/
/*------------------------------------------------------------------------*/
#content ul.listTypeDisc {
  list-style-type: disc;
  list-style-image: none;
}
#content ul.listTypeSquare {
  list-style-type: square;
  list-style-image: none;
}
#content ul.listTypeCircle {
  list-style-type: circle;
  list-style-image: none;
}
#content ol.listTypeDecimal {
  list-style-type: decimal;
  list-style-image: none;
}
#content ol.listTypeLowerAlpha {
  list-style-type: lower-alpha;
  list-style-image: none;
}
#content ol.listTypeUpperAlpha {
  list-style-type: upper-alpha;
  list-style-image: none;
}
#content ol.listTypeLowerRoman {
  list-style-type: lower-roman;
  list-style-image: none;
}
#content ol.listTypeUpperRoman {
  list-style-type: upper-roman;
  list-style-image: none;
}
body {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 20px;
  }
  div.ias-language-dd {
    float: left;
  }
  div.ias-language-dd a {
    font-size: 1.3em;
  }
  div.ias-language-dd ul.dropdown-menu.pull-right {
    margin-top: 17px;
    left: 0;
    right: auto;
  }
  #edit-bar {
    display: none;
  }
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 991px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -120%;
    /* 6 columns */
  }
  .row-offcanvas-left.active {
    left: 120%;
    /* 6 columns */
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 100%;
    /* 12 columns */
  }
}
/* re-invoke native bootstrap padding */
h1,
.h1 {
  font-size: 20px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
div.row {
  float: inherit;
  width: inherit;
  display: inherit;
  position: inherit;
}
#content a:visited,
#viewlet-below-content a:visited {
  color: #00a1de;
}
#viewlet-below-content a:visited,
#viewlet-below-content a:link {
  color: #00a1de;
}
#viewlet-below-content a:hover {
  color: #9ac933;
}
div#relatednews h2 {
  font-size: inherit;
  color: #00a1de;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}
.popularX2 h2,
.upcomingHome h2,
.quickLinksHome h2,
.spotlightNews h2,
#col2 .tabPad h2,
.quickLinksSub h2,
.insights h2,
#upcomingMeetings h2,
.homePublications h2,
.featuredPeoplePortlet h2,
dl.portletPythonScript dt.portletHeader,
dl.portlet-collection-upcoming-meetings dt span {
  color: #00a1de;
  padding-bottom: 7px;
  border-bottom: 1px solid #E6E6E6;
  font-weight: normal;
  background-color: #FFF;
}
#content-core h4.panel-title,
#viewlet-below-content h4.panel-title {
  font-style: inherit;
  font-size: inherit;
}
* ul,
ol {
  list-style: none;
}
#content ul,
#generatedContent ul {
  margin-left: auto;
  margin-bottom: 5px;
}
dl.portlet h3,
.ias-important-dates h3 {
  margin-top: 0.5em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}
#editbar {
  font-size: 90%;
}
#generatedContent p {
  padding-top: .5em;
  padding-bottom: .5em;
}
#content .callout {
  margin-top: 1em;
  margin-bottom: 1em;
}
mark {
  background-color: #C9DD03;
}
/* update bootstrap btn-primary gradient using deloitte branding */
.btn-primary {
  background-color: #003366 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@del-midblue", endColorstr="@del-blue");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#00a1de), to(#002776));
  background-image: -moz-linear-gradient(top, #00a1de, #002776);
  background-image: -ms-linear-gradient(top, #00a1de, #002776);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a1de), color-stop(100%, #002776));
  background-image: -webkit-linear-gradient(top, #00a1de, #002776);
  background-image: -o-linear-gradient(top, #00a1de, #002776);
  background-image: linear-gradient(#00a1de, #002776);
  border-color: #003266 #003266 #001f3d;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.52);
  -webkit-font-smoothing: antialiased;
}
h2,
.h2,
h2.h2header,
div#relatednews h2 {
  font-size: 1.1em;
  color: #002776;
  line-height: 1.7em;
  font-weight: bold;
  margin: 0px !important;
  padding: 0px !important;
}
#parent-fieldname-text h3,
h3.h3header,
.relateditem h3,
#content-core h3,
.article h3 {
  font-size: 1em;
  margin: 0px;
  line-height: 1.7em;
  font-weight: bold;
}
#parent-fieldname-text h4,
h4.h4header,
#content-core h4 {
  font-size: 1em;
  font-style: italic;
  line-height: 1.7em;
  font-weight: bold;
}
#parent-fieldname-text h5,
h5.h5header,
#content-core h5 {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.7em;
}
@media (min-width: 768px) {
  #content-core .dl-horizontal dd {
    margin-left: 180px;
  }
}
#hideLeftColumn,
#showLeftColumn {
  display: none;
  float: left;
}
#col3Body {
  clear: none;
}
@media (min-width: 992px) {
  #hideLeftColumn,
  #showLeftColumn {
    display: none;
    float: left;
  }
  #mainPageBody {
    width: calc;
  }
}
@media (max-width: 991px) {
  #col1Body {
    display: inherit;
    float: none;
    width: 100%;
  }
  #mainPageBody {
    float: left;
    width: 100%;
  }
  #col3Body {
    clear: left;
  }
  #showLeftColumn {
    display: inline;
    float: left;
  }
  #hideLeftColumn {
    display: none;
    float: left;
  }
}
/* EDIT MENU TWEAKS */
dd.actionMenuContent li {
  line-height: 2em;
}
/* ordered and unordered list refinements */
#content-core ul li,
.article ul li {
  background: url("/++theme++iasplus.theme/css/images/greyarrow.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
  margin-bottom: 5px;
  padding-left: 12px;
  margin-left: 0.75em;
  display: block;
}
form#login_form ul li {
  background: none;
}
#content-core li {
  display: list-item;
}
#content #generatedContent ol.listTypeDecimal li ul {
  margin-left: 12px;
}
#content #generatedContent ol.listTypeDecimal li ul li {
  background: url("/++theme++iasplus.theme/css/images/greyarrow.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
}
ol.listTypeLowerAlpha li {
  list-style-type: lower-alpha !important;
}
.mostPopular li {
  background: url(/++theme++iasplus.theme/css/images/greendot.png) no-repeat 0 6px;
}
#content-core li.imageRelatedPublications {
  background: none;
  padding-left: 0px;
}
#content-core li.descRelatedPublication {
  background: none;
  padding-left: 0px;
}
div.ias-pub_view {
  width: 150px;
}
div.ias-pub_view img.legacy-img {
  width: 50px;
}
div.ias-relatedPubImage {
  width: 100px;
  margin-bottom: 10px;
}
div.ias-relatedPubImage img.legacy-img {
  width: 50px;
}
li.descRelatedPublication img.legacy-img {
  width: 50px;
}
.blur-filter {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.language-popup,
.multisession-popup {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
}
.language-popup .language-popup-content,
.multisession-popup .language-popup-content,
.language-popup .multisession-popup-content,
.multisession-popup .multisession-popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  /* The Close Button */
}
.language-popup .language-popup-content .language-popup-text,
.multisession-popup .language-popup-content .language-popup-text,
.language-popup .multisession-popup-content .language-popup-text,
.multisession-popup .multisession-popup-content .language-popup-text,
.language-popup .language-popup-content .multisession-popup-text,
.multisession-popup .language-popup-content .multisession-popup-text,
.language-popup .multisession-popup-content .multisession-popup-text,
.multisession-popup .multisession-popup-content .multisession-popup-text {
  margin-bottom: 10px;
  margin-top: 15px;
}
.language-popup .language-popup-content .language-popup-text p,
.multisession-popup .language-popup-content .language-popup-text p,
.language-popup .multisession-popup-content .language-popup-text p,
.multisession-popup .multisession-popup-content .language-popup-text p,
.language-popup .language-popup-content .multisession-popup-text p,
.multisession-popup .language-popup-content .multisession-popup-text p,
.language-popup .multisession-popup-content .multisession-popup-text p,
.multisession-popup .multisession-popup-content .multisession-popup-text p {
  margin-bottom: 15px;
}
.language-popup .language-popup-content .language-popup-close,
.multisession-popup .language-popup-content .language-popup-close,
.language-popup .multisession-popup-content .language-popup-close,
.multisession-popup .multisession-popup-content .language-popup-close {
  color: #ec3030;
  float: right;
  font-weight: bold;
  font-size: 1.5em;
}
.language-popup .language-popup-content .language-popup-close:hover,
.multisession-popup .language-popup-content .language-popup-close:hover,
.language-popup .multisession-popup-content .language-popup-close:hover,
.multisession-popup .multisession-popup-content .language-popup-close:hover,
.language-popup .language-popup-content .language-popup-close:focus,
.multisession-popup .language-popup-content .language-popup-close:focus,
.language-popup .multisession-popup-content .language-popup-close:focus,
.multisession-popup .multisession-popup-content .language-popup-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.language-popup .language-popup-content .language-popup-buttons a,
.multisession-popup .language-popup-content .language-popup-buttons a,
.language-popup .multisession-popup-content .language-popup-buttons a,
.multisession-popup .multisession-popup-content .language-popup-buttons a,
.language-popup .language-popup-content .multisession-popup-buttons a,
.multisession-popup .language-popup-content .multisession-popup-buttons a,
.language-popup .multisession-popup-content .multisession-popup-buttons a,
.multisession-popup .multisession-popup-content .multisession-popup-buttons a {
  margin: 15px;
}
#fieldset-seobase input.label {
  display: inline;
}
#fieldset-seobase label {
  color: black;
}
div.pw-helper a.btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*------------------------------------------------------------------------//
/*#	04a. header #*/
/*------------------------------------------------------------------------*/
/* ########################################################################### *
/* ##### Header
/* ########################################################################### */
.ias-header-container-full {
  background: #000;
}
.ias-header-row {
  height: 86px;
  padding-top: 20px;
}
#deloitteuserButtonWrapper {
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px dotted black;
  margin-bottom: 15px;
}
#textinput,
#passwordinput {
  margin-bottom: 10px;
}
.deloitteHeaderLogo {
  margin: 10px 0px 5px 0px;
  background-image: url('/++theme++iasplus.theme/css/images/deloitteLogo2.png');
  background-size: 142px 27px;
}
#langControl,
#loginLogout {
  font-family: 'Open Sans', sans-serif;
}
#logoutControl a.logoutswitch,
#langControl a.langclickswitch {
  font-size: 14px;
}
#loginLogout span.headerLogin,
#langControl span.headerLogin {
  font-size: 14px;
}
#langclickswitch span.caret {
  background: url(/++theme++iasplus.theme/css/images/navdividerarrow_t.png) no-repeat scroll right center transparent;
  border: 0px;
  height: 20px;
  width: 20px;
  vertical-align: middle;
  margin-top: -7px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .deloitteHeaderLogo {
    background-image: url('/++theme++iasplus.theme/css/images/deloitteLogo2@2x.png') no-repeat top left;
    background-size: 142px 27px;
  }
}
.mainLogo {
  height: 30px;
}
.mainLogo-en {
  background-image: url('/++theme++iasplus.theme/css/images/en/right_logo_image.png');
}
.mainLogo-de {
  background-image: url('/++theme++iasplus.theme/css/images/de/right_logo_image.png');
}
.mainLogo-en-gb {
  background-image: url('/++theme++iasplus.theme/css/images/en-gb/right_logo_image.png');
}
.mainLogo-en-us {
  background-image: url('/++theme++iasplus.theme/css/images/en-us/right_logo_image.png');
}
.mainLogo-en-ca {
  background-image: url('/++theme++iasplus.theme/css/images/en-ca/right_logo_image.png');
}
.mainLogo-fr-ca {
  background-image: url('/++theme++iasplus.theme/css/images/fr-ca/right_logo_image.png');
}
.ias-language-dd {
  padding-left: 10px;
  font-size: 12px;
  margin-top: 0px;
}
div#cookieDirective {
  width: 100%;
}
@media screen and (min-width: 768px) {
  form#searchGadget_form {
    padding-top: 6px;
    float: right;
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  form#searchGadget_form {
    padding-top: 14px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .ias-wordmark-logo {
    display: none;
  }
}
#dropdownLogin form ul li.loginAction {
  margin-top: 35px;
}
#dropdownLogin .buttonHolder {
  float: right;
  margin-top: -20px;
  margin-bottom: 0px;
}
a#popupLoginButton,
a#deloitteuserButton {
  color: #000;
}
a#deloitteuserButton {
  margin-top: 10px;
}
#deloittelogin {
  border-bottom: 2px dashed #CCC;
}
#deloittelogin h1 {
  font-size: .9em;
}
#loginLogout a.loginswitch {
  padding: 0 21px;
}
#dropdownLogin {
  height: 240px;
}
/*------------------------------------------------------------------------*/
/*# 04b. navbar #*/
/*------------------------------------------------------------------------*/
.container.ias-container-nav {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.navbar-header button.navbar-toggle {
  margin-top: 0px;
}
.navbar-header button.navbar-toggle .icon-bar {
  height: 3px;
}
.container.ias-nav-container {
  padding-bottom: 5px;
}
.ias-navbar-search {
  padding-right: 30px;
}
.dropdown a {
  color: #fff;
}
.caret {
  color: #fff;
}
.navbar {
  font-size: 90%;
  margin-bottom: 0px;
}
.navbar-collapse {
  max-height: none;
}
.dropdown-menu a {
  color: black !important;
}
#dropdownLogout ul li {
  padding: 1px 20px;
}
#dropdownLogout ul li a {
  color: #000;
}
.ias-login-container {
  padding: 5px;
  width: 200px;
}
#myTab.nav > li > a {
  padding: 4px 11px;
}
#myTab.nav-tabs {
  border-bottom: none;
}
#myTab.nav-tabs > li.active > a,
#myTab.nav-tabs > li.active > a:hover,
#myTab.nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #ddd;
}
#myTab.nav-tabs > li {
  font-size: .8em;
}
.ias-xs-nav {
  margin-top: 40px;
}
button.navbar-toggle.ias-offcanvas-switch,
button.navbar-toggle.ias-offcanvas-switch-md {
  font-size: 28px;
  padding: 0px;
  margin-left: 15px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .navbar-default {
    background: #000;
  }
  div#main-nav {
    margin-top: 12px;
  }
  form#searchGadget_form {
    padding-top: 0;
    padding-right: 0px;
  }
  div.LSBox {
    width: 100%;
  }
  div.LSBox button.btn {
    margin: 0px;
    padding: 7px 11px;
    width: 40px;
    height: 36px;
  }
  div.LSBox input {
    width: 78%;
    display: inline;
    height: 36px;
    font-size: 16px;
  }
  button.navbar-toggle.pull-left.ias-offcanvas-switch-md {
    display: none;
  }
}
@media (min-width: 768px) {
  div#main-nav {
    padding-left: 0px;
    padding-right: 0px;
  }
  div.LSBox button.btn {
    margin: 0px;
    padding: 5px 11px;
  }
  div.LSBox input {
    width: 78%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  button.navbar-toggle.pull-left.ias-offcanvas-switch-md {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #75ad0a;
  }
}
/*------------------------------------------------------------------------*/
/*# 04d. main #*/
/*------------------------------------------------------------------------*/
div.ias-container-nav div.navbar-header {
  width: 100%;
}
#slides .pagination {
  margin: 0px 0px;
}
.pagination li {
  font-size: 0px;
}
.ias-latest-info {
  background: url(../assets/bluetile.png) repeat-x;
  color: #fff;
  size: 1.2em;
  padding: 5px;
}
.ias-content-area {
  background-color: #fff;
}
.ias-language-dd {
  padding-left: 10px;
  font-size: 12px;
}
.ias-language-dd a {
  font-size: 12px;
}
.Tagline {
  color: #3C9400;
  font-size: 16pt;
  text-align: center;
  font-family: "Times New Roman";
  padding-bottom: 10px;
}
.buttonHolder {
  float: right;
}
.imageLeft {
  float: left;
  width: 60px;
  height: 100%;
}
.clearfix {
  display: block;
}
.homePulbications {
  padding: 0px !important;
}
.eachNewsItem {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.newsRightShort {
  float: left;
  width: 80%;
}
.newsRightShort h2 {
  margin-top: 0px;
}
.popularX2 {
  width: inherit;
  margin: 0px 0px 5px 0px;
}
/* changes per Frank's PPT */
.descPublicationRightBox {
  width: 75%;
}
.unsupportedBrowser {
  display: none;
  margin: 20px;
}
/* pull fix widths and make 100% */
.popularX2 ul.mostPopular {
  width: 100%;
  margin-top: 5px;
}
#spotlightPortlet {
  width: 100%;
}
#slides {
  width: 100%;
}
.slides_container,
.featuredPeoplePortlet,
ul.promolinks,
.quickLinksSub {
  width: 100%;
}
.promoLink {
  width: 100%;
  height: 63px;
}
.promoLinks li {
  padding-left: 0px;
}
/******* font sizing *******/
/* fix font sizing trying to keep body font at 14px and portlet fonts to 13px base */
#mainPageBody,
#referenceContent ul.keywords li,
.tagstitle {
  font-size: .9em;
}
ul.menu,
.content {
  font-size: inherit;
  /* 14 px main body */
}
#col1Body,
#col3Body {
  font-size: .8em;
  /* 13 px portlets */
}
dl.portlet {
  font-size: 1em;
  /* inherits from col3Body */
}
#content li,
dl.portlet li {
  font-size: 1em;
}
#relatedPubPortlet li h3 {
  font-size: inherit;
  /* related pubs font fix */
}
.reltagstitle {
  font-size: 1em !important;
}
.content h1.documentFirstHeading,
h1.documentFirstHeading {
  font-size: 1.25em;
  /* font size 18 */
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #00a1de;
}
.upcomingEvents li p,
.upcomingEvents li h3,
.upcomingEvents h3 {
  font-size: inherit;
}
table.upcomingEvents {
  width: 100%;
}
.upcomingHome a.button span,
a.button span {
  font-size: .9em;
}
.popularX2 h2,
.upcomingHome h2,
.quickLinksHome h2,
.spotlightNews h2,
#col2 .tabPad h2,
.quickLinksSub h2,
.insights h2,
#upcomingMeetings h2,
.homePublications h2,
.featuredPeoplePortlet h2,
dl.portletPythonScript dt.portletHeader {
  font-size: 1.1em;
}
.newsDate {
  font-size: .8em;
}
/******* End Font Sizing ***********/
dl.portlet dd.portletItem,
dl.portlet dd.portletFooter,
dl.portletError dd {
  padding: 0 0 0 12px;
}
#generatedContent ul li.imageRightBox {
  margin: 0;
  padding: 0;
  background: none;
  width: 100px;
  height: inherit;
}
li.buttonHolder.clearfix {
  list-style-type: none;
}
.close-all {
  width: 100%;
}
dl.portletNavigationTree dd.portletItem.lastItem {
  padding: 0px;
}
.relateditem,
.imageRelatedPublications,
.relateditem p {
  width: 100%;
}
/* need to override google default css settings thus !important */
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  width: 68px !important;
  height: 26px !important;
}
div#gcse {
  width: 100%;
}
.gs-result .gs-snippet {
  font-size: 1.1em;
}
.gs-result .gs-title {
  height: inherit !important;
}
/* END Google overrides */
.quickArticleLinks {
  margin: 15px 0 15px 0;
}
.mediumText {
  font-size: .9em;
}
button.btn {
  margin-right: 4px;
  margin-bottom: 7px;
}
#content #generatedContent ol.listTypeDecimal li {
  background: none;
  /* remove bullets from ul w/in decimal list.*/
}
/* MAKING A PLAIN, .nolines TABLE CLASS HERE BUILT FROM STANDARD BOOSTRAP TABLE CLASS */
table.nolines > thead > tr > th,
table.nolines > tbody > tr > th,
table.nolines > tfoot > tr > th,
table.nolines > thead > tr > td,
table.nolines > tbody > tr > td,
table.nolines > tfoot > tr > td {
  border: none !important;
}
/* END .nolines */
/* make sure buttons wrap */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  white-space: normal;
}
#parent-fieldname-text th {
  background: inherit;
  color: inherit;
}
#parent-fieldname-text table.projectTable th {
  background: #97CA47;
  color: white;
}
/* News item panesls */
.panel-default > .panel-heading {
  background: none;
  background-image: none;
  filter: none;
}
table.projectTable td a {
  font-weight: normal;
}
.dl-horizontal dt {
  overflow: hidden;
  text-overflow: inherit;
  white-space: inherit;
  text-align: left;
}
.responsive-video {
  position: relative;
  padding-bottom: 47.25%;
  padding-top: 60px;
  overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
dl.portlet li {
  margin-bottom: .7em;
}
.quickArticleLinks {
  font-size: .8em;
}
.quickArticleLinks a span {
  display: block;
  padding: 0px 10px;
}
.articleDesc {
  font-weight: 600;
  color: #313131;
}
/* TinyMCE class changes */
.image12 {
  width: 11%;
  margin: 10px;
}
.image15 {
  width: 14%;
  margin: 10px;
}
.image20 {
  width: 19%;
  margin: 10px;
}
.image25 {
  width: 24%;
  margin: 10px;
}
.image33 {
  width: 32%
	margin:10px;
}
.image50 {
  width: 49%;
  margin: 10px;
}
.image75 {
  width: 74%;
  margin: 10px;
}
.image100 {
  width: 98%;
  margin: 10px;
}
/* end TinyMCE Class changes */
ul#relatedPubPortlet li.imagePublicationLeftBox {
  width: 55px;
  margin-right: 0px;
}
/* Edit form fixes */
div.formQuestion.label {
  color: #000;
  font-size: 1em;
  padding-left: 0px;
  line-height: 1.25;
}
.formHelp {
  white-space: normal;
  text-align: left;
}
/* Quick Article Links changes */
dl.tocColumns.dropdown-menu {
  padding: 10px;
}
div#quickArticleLinks.open a {
  background: none;
  width: inherit;
  height: inherit;
}
div#quickArticleLinks.open a:link,
div#quickArticleLinks.open a:visited {
  color: #00a1de !important;
}
div#quickArticleLinks div.dropdown button span.caret,
li#myTopicsMenu a span.caret {
  color: #000;
}
#shortTitle {
  width: 99%;
  font-size: 1em;
  font-weight: bold;
}
/* end  Quick Article Links changes */
.ias-imageFlag {
  width: 100px;
}
.ias-imageFlag img.legacy-img {
  width: 50px;
}
/* mytopics tab mods */
#content-core ul.nav-tabs li,
#content-core div.tab-content div ul.eachNewsItem li {
  background: none;
  margin: 0px;
  padding: 0px;
}
.expertClear {
  padding: 20px;
}
div.quick-content-viewlet ul li {
  display: block;
}
#countriesList .carouselLinks ul {
  width: 23%;
}
#countriesList .carouselLinks ul li {
  margin-left: 0;
}
/* #1667462: Country redirect popup  */
.blur-filter {
  -webkit-filter: blur(2px) brightness(50%);
  -moz-filter: blur(2px) brightness(50%);
  -o-filter: blur(2px) brightness(50%);
  -ms-filter: blur(2px) brightness(50%);
  filter: blur(2px) brightness(50%);
}
.language-popup-close {
  color: #aaa;
  float: right;
  font-size: 1em;
  font-weight: bold;
  margin-right: -10px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .language-popup-content {
    width: 88%;
    margin-top: 40%;
  }
}
.navigate-current-folder {
  float: left;
}
/*------------------------------------------------------------------------*/
/*# 04f. footer #*/
/*------------------------------------------------------------------------*/
.container-full.ais-footer-container-full {
  background-color: #999;
}
.ias-footerLegalText {
  display: inline-block;
}
div#footerLegal {
  width: 100%;
  height: auto;
}
div#footerHolder {
  width: 100%;
  height: auto;
}
#footer.ias-row-footer {
  height: auto;
  padding: 10px;
}
/*------------------------------------------------------------------------*/
/*# 04g. homepage #*/
/*------------------------------------------------------------------------*/
ul.promoLinks {
  width: 170px;
}
#HomepageEventsPortlet.portletItem {
  width: 160px;
}
ul#HomepageEventsPortlet {
  padding: 0px;
}
#cookieMessage {
  margin: none !important;
  padding: 5px;
  text-align: inherit;
  float: left;
  min-height: inherit;
  height: inherit;
  background-image: url('/++theme++iasplus.theme/css/images/cookiemessage_bg.png') no-repeat scroll left top transparent !important;
  background-size: 30px 24px;
  max-width: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #cookieMessage {
    background-image: url('/++theme++iasplus.theme/css/images/retina_cookiemessage_bg') no-repeat scroll left top transparent !important;
    background-size: 30px 24px;
  }
}
/*Switch all bootstrap pagination to inherit Deloitte's css:*/
.pagination > li > a,
.pagination > li > span {
  position: inherit;
  float: inherit;
  padding: inherit;
  line-height: inherit;
  text-decoration: inherit;
  color: inherit;
  background-color: inherit;
  border: inherit;
  margin-left: inherit;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}
#HomepageEventsPortlet.portletItem {
  background-color: inherit;
  /*used to be e7e7e7*/
  margin-bottom: 10px;
  width: 47%;
}
#HomepageEventsPortlet {
  padding: 5px;
}
#HomepageEventsPortlet.portletItem.odd {
  margin-right: 0 !important;
}
ul#homeTabs li {
  margin-bottom: -2px;
}
.homePublications ul li h2 a {
  font-size: 1em;
  color: #129CD9;
}
.homePublications ul {
  margin: 20px 0 0 0;
  padding-left: 10px;
}
.homePublications h2,
.homePublications ul li h2 {
  font-weight: 600;
  font-color: #313131;
  margin-top: 0px !important;
}
/* image tag width settings */
div.imageLeftBoxLong img,
div.imageLeftBox img,
.responsive-img {
  width: 100%;
}
div#homeMeetingsBody ul.eachNewsItem li.newsRightShort {
  width: 100%;
}
.imageLeftBoxLong,
.imageLeftBox,
.imagePublicationLeftBox {
  height: auto;
  width: 100px;
  margin-right: 10px;
  padding-top: 5px;
}
.imageRightBox {
  width: 100px;
}
li.imageRightBox img.legacy-img,
.imageLeftBoxLong img.legacy-img,
.imageLeftBox img.legacy-img,
.imagePublicationLeftBox img.legacy-img {
  width: 55px;
  display: block;
  margin: auto;
}
.expertImage {
  float: left;
  width: 100px;
  overflow: inherit;
  margin-right: 3px;
  padding-top: 10px;
  height: inherit;
}
span.expertImage img.legacy-img {
  width: 100px;
}
div#homeNewsBody,
div#homePublicationsBody {
  padding: 5px;
}
ul.eachNewsItem li.imageLeft {
  width: inherit;
}
div.carouselImage img {
  width: 150px;
}
.slides_container div.carouselText {
  width: 57%;
}
.carouselText h1 {
  margin: 3px 0px 3px 0;
}
.imageFeaturedPeopleLeftBox img.legacy-img {
  width: 85px;
}
@media (max-width: 768px) {
  .newsRightShort {
    width: 69%;
  }
}
@media only screen and (min-width: 1200px) {
  div.carouselText p,
  div.carouselText h1 {
    width: 95%;
  }
}
@media only screen and (max-width: 1199px) {
  div.carouselText p,
  div.carouselText h1 {
    width: 67%;
  }
  li.imageFeaturedPeopleLeftBox {
    width: 25%;
  }
  li.imageFeaturedPeopleLeftBox a img {
    width: 100%;
  }
}
@media (max-width: 406px) {
  .imageLeftBox {
    float: left;
  }
  .newsRightShort {
    width: 100%;
  }
}
.popularX2.clearfix div.btn-group-vertical {
  width: 49%;
}
div.popularX2 a.btn.btn-sm.btn-default {
  min-height: 70px;
  margin-bottom: 8px;
}
/* FD1996 - create homepage mobile button gradient */
.btn-hmmobile {
  background-color: #000000 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@del-gray4", endColorstr="@del-black");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#575757), to(#000000));
  background-image: -moz-linear-gradient(top, #575757, #000000);
  background-image: -ms-linear-gradient(top, #575757, #000000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #575757), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(top, #575757, #000000);
  background-image: -o-linear-gradient(top, #575757, #000000);
  background-image: linear-gradient(#575757, #000000);
  border-color: #000000 #000000 #001f3d;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.52);
  -webkit-font-smoothing: antialiased;
}
/*-------------------------------------------------//

theme name: Deloitte Responsive
theme URI: http://aisplus.com
description: 
version: 1.0
author: Enfold Systems
author URI: http://enfoldsystems.com
class prefix: ias- (i.e. ias-header-row)

search results styling for Google JSON implementation

//-------------------------------------------------*/
.csesearch {
  margin-bottom: 15px;
}
.csesearch .results {
  width: 100%;
}
.csesearch .results-url {
  word-wrap: break-word;
}
.csesearch .listingBar {
  float: left !important;
}
.csesearch .listingBar .pagination {
  height: 40px;
  display: inline-block;
  padding-left: 0;
  margin: 0 0;
  border-radius: 4px;
}
.csesearch .listingBar .pagination > li {
  display: inline;
  width: auto;
  margin-left: -3px;
}
.csesearch .listingBar .pagination > li:last-child > a {
  border-radius: 0;
}
.csesearch .listingBar .pagination > li.active {
  background-color: #427598;
}
.csesearch .listingBar .pagination > li.active a:link,
.csesearch .listingBar .pagination > li.active a:active,
.csesearch .listingBar .pagination > li.active a:visited {
  color: #fff !important;
  background-color: #427598 !important;
}
.csesearch .listingBar .pagination > li > a,
.csesearch .listingBar .pagination > li a:link {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd !important;
  margin-left: -1px;
  width: auto;
  height: auto;
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .csesearch .listingBar li {
    display: none !important;
  }
  .csesearch .listingBar li.previous,
  .csesearch .listingBar li.next {
    display: inline !important;
  }
}
.csesearch input.searchButton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #c5c5c5;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.personalisationMenu .portletlist li {
  margin-bottom: 2px;
}
.personalisationMenu .portletlist li div {
  padding: 10px;
}
body.template-csesearch #likeIcons {
  display: none;
}
/*------------------------------------------------------------------------*/
/*#  print #*/
/*------------------------------------------------------------------------*/
@media print {
  body {
    font-size: 1.5em;
  }
  div#loginLogout,
  div#col1Body,
  div#slides,
  div#col3Body,
  div#langControl,
  div#plone-hyphenator-overlay,
  div#edit-bar,
  span.cookieNoticeTxt,
  div.navbar.navbar-default,
  div#shareIcons {
    display: none;
  }
  div#mainPageBody {
    width: 100%;
  }
  #content ul {
    list-style-type: disc;
    margin-left: 2em;
  }
  #content ol,
  dl.portlet ol,
  div.portletStaticText ol {
    list-style-type: decimal;
    margin-left: 2em;
  }
  #content li,
  dl.portlet li,
  div.portletStaticText li {
    margin-bottom: 0.25em;
    line-height: 1.5em;
    display: list-item;
  }
  .deloitteHeaderLogo {
    background-image: url("/++theme++iasplus.theme/css/images/deloitteLogo2.png");
    display: block;
    height: 27px;
    width: 142px;
    float: left;
    margin: 20px;
    z-index: 1000;
  }
  .mainLogo-en {
    background-image: url('/++theme++iasplus.theme/css/images/en/right_logo_image.png');
  }
  .mainLogo-de {
    background-image: url('/++theme++iasplus.theme/css/images/de/right_logo_image.png');
  }
  .mainLogo-en-gb {
    background-image: url('/++theme++iasplus.theme/css/images/en-gb/right_logo_image.png');
  }
  .mainLogo-en-us {
    background-image: url('/++theme++iasplus.theme/css/images/en-us/right_logo_image.png');
  }
  .offscreen {
    position: absolute !important;
    left: -9999px !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }
  .deloitteHeaderLogo {
    background-image: url("/++theme++iasplus.theme/css/images/deloitteLogo2.png");
    display: block;
    height: 27px;
    width: 142px;
    float: left;
    z-index: 1000;
    margin: 10px 0px 5px 0px;
  }
  .mainLogo {
    float: right;
    width: 400px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
/*# sourceMappingURL=deloitte.css.map */