/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.theme-finance header#page-header hgroup {
  background: #31135e;
}

.theme-finance header#page-header hgroup h1 a {
  color: white;
}

.theme-finance header#page-header hgroup h2 {
  color: white;
}

.theme-finance header#page-header nav li.active a {
  color: #31135e;
  font-weight: bold;
}

.theme-finance header#page-header nav li:hover a {
  color: #31135e;
}

.theme-finance section.content h2,
.theme-finance section.content h3 {
  color: white;
}

.theme-finance #page-header h2.tax {
  display: none;
}

.theme-tax header#page-header hgroup {
  background: #cfd0d2;
}

.theme-tax header#page-header hgroup h1 a {
  color: #31135e;
}

.theme-tax header#page-header hgroup h2 {
  color: #31135e;
}

.theme-tax header#page-header nav li.active a {
  color: #31135e;
  font-weight: bold;
}

.theme-tax header#page-header nav li:hover a {
  color: #31135e;
}

.theme-tax section.content h2,
.theme-tax section.content h3 {
  color: #31135e;
}

.theme-tax #page-header h2.finance {
  display: none;
}

.content .tax {
  background-color: #cfd0d2;
}

.content .finance {
  background-color: #31135e;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1040px;
  background: url("overlay.png") top left no-repeat;
  opacity: 0.2;
  z-index: -9000;
}

body {
  font-family: 'Univers ATT';
  color: #666666;
  line-height: 1.4;
}

body a {
  color: inherit;
  *color: expression(this.parentNode.currentStyle.color);
  _color: expression(this.parentNode.currentStyle.color);
}

p {
  margin-bottom: 20px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

body,
section.content {
  /* font-size: 0.9em; */
  width: 994px;
}

section.content h2 {
  font-weight: bold;
}

span.italic {
  font-style: italic;
  margin-left: -4px;
}

span.divider {
  margin: 0 -4px 0 -3px;
}

h1.logo {
  font-size: 1.4em;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

h1.logo a {
  text-decoration: none;
}

header#page-header {
  padding: 26px 0 0 30px;
  height: 87px;
  width: 968px;
  line-height: 1;
}

header#page-header hgroup {
  float: left;
  padding: 15px 30px;
  position: relative;
  /* height: 30px;
  width: 198px; */
  height: 64px;
  width: 248px;
  box-sizing: border-box;
}

header#page-header hgroup h2 {
  position: absolute;
  left: 0;
  top: 40px;
  font-size: 0.65em;
  width: 100%;
  text-align: center;
}

header#page-header nav {
  margin-left: 25px;
  float: left;
  overflow: hidden;
}

header#page-header nav ul li {
  float: left;
}

header#page-header nav ul li a {
  text-decoration: none;
  padding: 25px 13px;
  display: block;
}

.language-selector {
  top: 10px;
  position: absolute;
  right: 22.5%;
  /* left: 840px; */
}

#page-footer {
  /* margin-top: 170px; */
  width: 890px;
  background-color: #dcdadb;
  /* background-color: #cfd0d2; */
  padding: 25px 50px 35px 60px;
  overflow: hidden;
}

#page-footer h1 {
  float: left;
  color: #31135e;
}

#page-footer #company-address {
  float: right;
  font-size: 0.8em;
  color: #31135e;
}

.theme-finance #page-footer {
  background-color: #31135e;
}

.theme-finance #page-footer h1 {
  color: #fff;
}

.theme-finance #page-footer #company-address {
  color: #fff;
}

nav.breadcrumb {
  font-size: 0.75em;
  margin-left: 395px;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 17px;
}

nav.breadcrumb em {
  float: left;
  font-style: normal;
}

nav.breadcrumb ul {
  float: left;
  margin-left: 2px;
}

nav.breadcrumb ul li {
  float: left;
  padding: 0 5px 0 0;
  margin: 0 2px 0 0;
  background: url("breadcrumb-border.png") right center no-repeat;
}

nav.breadcrumb ul li:last-child {
  background: none;
}

nav.breadcrumb ul li:last-child a {
  text-decoration: none;
}

aside {
  float: left;
  width: 260px;
  padding-left: 100px;
  font-style: italic;
  font-family: Georgia;
  color: #31135e;
  font-size: 1.1em;
  padding-right: 15px;
  padding-top: 20px;
}

aside.subpage-navigation {
  text-align: right;
  width: 250px;
  margin-top: -10px;
}

aside.subpage-navigation h1 {
  padding-right: 25px;
  margin-bottom: 10px;
}

aside.subpage-navigation nav ul {
  width: 150px;
  float: right;
  margin-right: 8px;
}

aside.subpage-navigation nav ul li {
  padding-right: 15px;
}

aside.subpage-navigation nav ul li a {
  font-style: normal;
  text-decoration: none;
  color: #666;
  border-bottom: 1px solid #efefef;
  display: block;
  padding: 3px 0;
}

aside.subpage-navigation nav ul li.current_page_item,
aside.subpage-navigation nav ul li:hover {
  background: url("arrow-right-purple.png") right center no-repeat;
}

aside.subpage-navigation nav ul li.current_page_item a,
aside.subpage-navigation nav ul li:hover a {
  color: inherit;
  *color: expression(this.parentNode.currentStyle.color);
  _color: expression(this.parentNode.currentStyle.color);
}

aside+.page-content {
  border-left: 1px solid #cfd0d2;
  margin-left: 374px;
  padding-left: 19px;
}

aside+.page-content h1 {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

aside+.page-content h4 {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #31135e;
}

aside+.page-content ul {
  margin: 0 0 16px 30px;
  list-style: disc;
}

.page-content {
  padding-right: 55px;
}

.content .marquee {
  background: transparent;
}

.content .marquee.tax .royalSlider {
  background-color: #cfd0d2;
}

.content .marquee.finance .royalSlider {
  background-color: #31135e;
}

.content .marquee .royalSlider {
  /* width: 544px; */
  width: auto;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-transform: uppercase;
}

article.slide {
  height: 190px;
  position: relative;
}

article.slide hgroup {
  position: relative;
  z-index: 50;
  float: left;
  width: 235px;
  height: 100px;
  padding: 36px 40px 54px 100px;
  color: #fff;
  /*
    margin-right:-18px;
    margin-right:37px;
    */
}

article.slide hgroup h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
}

article.slide hgroup h2 {
  font-style: italic;
  font-size: 1.1em;
}

article.slide a.button {
  display: block;
  padding: 5px 18px;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8em;
  text-transform: lowercase;
  border-radius: 6px;
}

article.slide a.linkedin {
  position: absolute;
  left: 324px;
  bottom: 11px;
  z-index: 60;
  background: url("linkedin.png") top left no-repeat;
  width: 36px;
  height: 15px;
  text-indent: -9000em;
}

article.slide .arrow {
  background-repeat: no-repeat;
  width: 37px;
  height: 190px;
  position: absolute;
  top: 0;
  left: 375px;
  z-index: 70;
}

article.slide.tax .arrow {
  background-image: url("tax-arrow.png");
}

article.slide.tax hgroup {
  background-color: #31135e;
}

article.slide.tax hgroup h2 {
  color: #fff;
}

article.slide.tax a.button {
  color: #fff;
  background-color: #31135e;
}

article.slide.tax a.linkedin {
  background-position: top left;
}

article.slide.finance {
  color: #fff;
}

article.slide.finance .arrow {
  background-image: url("finance-arrow.png");
}

article.slide.finance hgroup {
  background-color: #cfd0d2;
  color: #31135e;
}

article.slide.finance hgroup h2 {
  color: inherit;
  *color: expression(this.parentNode.currentStyle.color);
  _color: expression(this.parentNode.currentStyle.color);
}

article.slide.finance a.linkedin {
  background-position: bottom left;
}

article.slide.finance a.button {
  color: #31135e;
  background-color: #fff;
}

article.slide img {
  float: left;
  margin-right: 25px;
}

article.slide p {
  padding-top: 35px;
  padding-right: 50px;
  /* font-size: 0.9em; */
}

#page-homepage .page-content p {
  margin-bottom: 30px;
}

#page-homepage .page-content .tax,
#page-homepage .page-content .finance {
  overflow: hidden;
  background: transparent;
  margin-bottom: 15px;
}

#page-homepage .page-content .tax a.read-more,
#page-homepage .page-content .finance a.read-more {
  line-height: 25px;
  color: #333333;
  float: right;
  margin-top: 10px;
  display: block;
  /* font-size: 0.9em; */
  background: url("raquo.png") top right no-repeat;
  padding-right: 30px;
}

#page-homepage .page-content .tax {
  color: #31135e;
}

#page-homepage .page-content .finance .categories {
  color: #fff;
}

#page-homepage .page-content .finance a.read-more {
  background-position: bottom right;
}

#page-homepage .royalSlider.team {
  width: 100%;
  height: 190px !important;
  margin-bottom: 63px;
}

#page-homepage .royalSlider.team .rsBullets {
  text-align: right;
  width: auto;
  right: 5px;
  bottom: 10px;
  left: auto;
}

article.toggle h3 {
  background: #eaeaea url("toggle.png") top right no-repeat;
  display: block;
  padding: 8px;
  width: 572px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  color: #31135e !important;
}

article.toggle:nth-child(2n+1) h3 {
  background-color: #e5e5e5;
}

article.toggle.expanded h3 {
  background-position: bottom right;
}

article.toggle.collapsed .article-content {
  display: none;
}

article.toggle .article-content {
  position: relative;
  padding: 15px;
  width: 572px;
}

article.toggle .article-content p:last-child {
  margin-bottom: 0;
}

article.toggle .article-content.image img {
  margin: 5px 5px 5px 0;
  border: 1px solid #eaeaea;
}

article.toggle .article-content.image-left img {
  float: left;
}

article.toggle .article-content.image-right img {
  float: right;
}

/* Sliders */
.rsDefault .rsArrow {
  z-index: 400;
}

.rsDefault .rsBullets {
  background: transparent;
  bottom: 5px;
  z-index: 300;
}

.rsDefault .rsBullets .rsBullet {
  padding: 3px;
}

.rsDefault .rsBullets .rsBullet span {
  background-color: #9f97af;
}

.rsDefault .rsBullets .rsBullet.rsNavSelected span {
  background-color: #fff;
}


/* Mobile */


/* Update */

@media (max-width: 420px) {

  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,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
    font-size: 1.2rem;
  }

  header#page-header nav ul li {
    flex-wrap: wrap;
    float: unset;
  }

  header#page-header nav ul li a {
    padding: 10px 13px;
  }

  header#page-header {
    display: table-cell;
  }

  .language-selector {
    left: unset;
    right: 20px;
  }

  section.content {
    width: auto;
  }

  /* Royal SLider */
  /* .rsOverflow {
    width: 100% !important;
    height: 600px !important;
  } */

  article.tax.slide {
    height: auto;
  }

  aside {
    float: none;
    width: auto;
    padding-left: 15%;
    font-style: italic;
    font-family: Georgia;
    color: #31135e;
    font-size: 1.1em;
    padding-right: 15%;
    padding-top: 20px;
  }

  aside+.page-content {
    border-left: 1px solid #cfd0d2;
    margin-right: 25px;
    margin-left: 25px;
    width: auto;
  }

  .page-content {
    padding-right: 15px;
  }

  #page-footer {
    width: auto;
  }

  #page-footer .logo {
    margin-bottom: 120px;
  }
}