@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.page a {
  color: #454DB5;
  text-decoration: none; }
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-weight: normal; }
.page h1 {
  color: #454DB5;
  margin: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-family: 'Merriweather', serif; }
.page h2 {
  color: #454DB5;
  margin: 0;
  margin-bottom: 10px;
  font-size: 26px;
  font-family: 'Merriweather', serif; }
.page h3 {
  color: #454DB5;
  margin: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-family: 'Merriweather', serif; }
.page p {
  color: #191919;
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
.page li {
  color: #191919;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }
.page ul {
  margin: 0;
  padding: 0;
  margin-left: 10px; }
.page strong, .page b {
  font-weight: 700; }
.page hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  width: 100%;
  max-width: 456px;
  margin: 0 auto;
  padding: 0; }
.page img[style*="left"] {
  margin-right: 10px;
  margin-bottom: 10px; }
.page img[style*="right"] {
  margin-left: 10px;
  margin-bottom: 10px; }
@media only screen and (max-width: 768px) {
  .page .ccm-layout-cell {
    width: 100% !important; } }
@media only screen and (max-width: 768px) {
  .page .ccm-layout-col-spacing {
    margin: 0 !important; } }
.page img, .page video {
  max-width: 100%;
  height: auto !important; }
.page .googleMapCanvas img {
  max-width: none; }

.googleMapCanvas img {
  max-width: none; }

.header_wrapper {
  min-height: 170px;
  background-color: white; }
  @media only screen and (max-width: 768px) {
    .header_wrapper {
      min-height: 135px; } }
  .header_wrapper header {
    *zoom: 1;
    max-width: 940px;
    _width: 940px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    min-height: 40px; }
    .header_wrapper header:after {
      content: "";
      display: table;
      clear: both; }

.nav-wrapper {
  min-height: 50px;
  background-color: #454DB5; }
  @media only screen and (max-width: 768px) {
    .nav-wrapper {
      min-height: 5px; } }

nav {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  nav:after {
    content: "";
    display: table;
    clear: both; }

.sitelogo {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  margin: 0;
  padding: 0;
  padding-top: 30px;
  text-align: center; }
  @media only screen and (max-width: 940px) {
    .sitelogo {
      width: 100%;
      float: left;
      margin-right: 2.12766%;
      display: inline; } }
  @media only screen and (max-width: 768px) {
    .sitelogo {
      padding-top: 10px;
      height: 50px; } }

.sitelogolink {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url('images/cl-logo.png?1409017053');
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 120px;
  display: block;
  margin-top: 0;
  outline: none; }
  @media only screen and (max-width: 940px) {
    .sitelogolink {
      background-size: 90%; } }
  @media only screen and (max-width: 768px) {
    .sitelogolink {
      text-indent: -119988px;
      overflow: hidden;
      text-align: left;
      text-transform: capitalize;
      background-image: url('images/dl-moblogo.png?1409017159');
      background-repeat: no-repeat;
      background-position: 0 0;
      height: 120px;
      width: 240px;
      display: block;
      margin-top: 0;
      outline: none; } }

.banner_wrapper {
  min-height: 300px;
  background-image: url("images/riverdollsback1.jpg");
  background-position: center top; }

.banner {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto; }
  .banner:after {
    content: "";
    display: table;
    clear: both; }

.banner_content {
  width: 57.44681%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  min-height: 10px;
  margin-top: 100px;
  background-color: #454DB5;
  box-sizing: border-box;
  padding: 20px;
  min-height: 40px; }
  .banner_content h2 {
    text-align: center;
    color: white;
    font-style: italic;
    font-size: 30px; }
    @media only screen and (max-width: 768px) {
      .banner_content h2 {
        font-size: 20px; } }
  @media only screen and (max-width: 768px) {
    .banner_content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }
  .banner_content img {
    display: block; }

.main_wrapper {
  background-color: white;
  min-height: 40px; }

.main {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px; }
  .main:after {
    content: "";
    display: table;
    clear: both; }

.main-title-content {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  min-height: 10px;
  padding-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .main-title-content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.main-left {
  width: 48.93617%;
  float: left;
  margin-right: 2.12766%;
  display: inline;
  min-height: 40px; }
  @media only screen and (max-width: 768px) {
    .main-left {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.main-right {
  width: 48.93617%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  min-height: 40px; }
  @media only screen and (max-width: 768px) {
    .main-right {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto; } }

.main_content {
  width: 74.46809%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline;
  padding-left: 3.19149%; }
  @media only screen and (max-width: 768px) {
    .main_content img {
      float: none !important;
      display: block;
      margin-left: 0 !important; } }
  @media only screen and (max-width: 768px) {
    .main_content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      padding-left: 0%; } }

.sidebar_content {
  width: 20.21277%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  .sidebar_content h2 {
    color: #454DB5;
    font-size: 21px;
    margin-bottom: 20px; }
  .sidebar_content ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .sidebar_content li {
    margin-bottom: 20px; }
  .sidebar_content a {
    text-decoration: none;
    color: #191919;
    font-size: 18px;
    font-family: Georgia, sans-serif; }
    .sidebar_content a:hover {
      color: #454DB5; }
    .sidebar_content a.nav-path-selected {
      color: #454DB5; }
  @media only screen and (max-width: 768px) {
    .sidebar_content {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      margin-top: 20px; } }

.quick_wrapper {
  padding-bottom: 10px;
  background-color: #f8f8f8; }

.quick-content {
  width: 100%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }

.service-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: center top;
  border: solid 1px #454DB5;
  background-color: white;
  margin-top: 20px;
  background-size: cover;
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  display: inline; }
  .service-wrapper .image-thumbnail {
    height: 200px;
    padding-top: 164px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .service-wrapper .shadow {
    width: 100%;
    margin-top: -1px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("images/shadow-image.png"); }
  .service-wrapper:nth-child(3n) {
    float: right;
    margin-right: 0;
    *margin-left: -20px;
    display: inline; }
  @media only screen and (max-width: 700px) {
    .service-wrapper {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%;
      display: inline;
      max-width: 220px; }
      .service-wrapper:nth-child(3n) {
        float: left;
        margin-right: 2.12766%;
        *margin-left: auto; }
      .service-wrapper:nth-child(2n) {
        float: right;
        margin-right: 0;
        *margin-left: -20px;
        display: inline; } }
  @media only screen and (max-width: 400px) {
    .service-wrapper {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto;
      display: block;
      float: none !important;
      margin: 0 auto !important;
      margin-bottom: 20px !important;
      clear: both;
      display: block !important; }
      .service-wrapper:nth-child(2n) {
        float: left;
        margin-right: 2.12766%;
        *margin-left: auto; } }
  .service-wrapper h3 {
    color: white;
    font-size: 18px;
    text-align: center;
    background-color: #454DB5;
    padding: 6px;
    margin-top: 0;
    margin-bottom: 0; }

.doll-listing {
  width: 100%;
  float: left;
  margin-right: 3.22581%;
  display: inline;
  margin-top: 20px;
  border-bottom: solid 1px #9BB4EC;
  padding-bottom: 20px; }

.doll-image {
  width: 23.80952%;
  float: left;
  margin-right: 1.5873%;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .doll-image {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline; } }

.doll-details {
  width: 74.60317%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }
  .doll-details img {
    width: 165px; }
  @media only screen and (max-width: 768px) {
    .doll-details {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto; } }

.two_column .doll-listing {
  width: 100%;
  float: left;
  margin-right: 4.34783%;
  display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  border: solid 1px #9BB4EC;
  padding-bottom: 20px;
  background-color: white;
  padding: 10px; }
.two_column .doll-image {
  width: 47.82609%;
  float: left;
  margin-right: 4.34783%;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .two_column .doll-image {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      display: block;
      text-align: center; } }
.two_column .doll-details {
  width: 47.82609%;
  float: right;
  margin-right: 0;
  *margin-left: -20px;
  display: inline; }
  @media only screen and (max-width: 768px) {
    .two_column .doll-details {
      width: 100%;
      float: left;
      margin-right: 33.33333%;
      display: inline;
      float: left;
      margin-right: 2.12766%;
      *margin-left: auto; } }

.footer-wrapper {
  min-height: 150px;
  background-color: #454DB5; }

.footer {
  *zoom: 1;
  max-width: 940px;
  _width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }

.footer_content {
  min-height: 40px; }
  .footer_content p {
    color: white;
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .footer_content p {
        float: left; } }

.sitenavigation ul {
  margin: 0;
  padding: 0;
  padding-top: 5px; }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 30px;
  font-size: 16px;
  line-height: 20px; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: #454DB5 !important;
    color: #9BB4EC; }
  @media only screen and (max-width: 940px) {
    .sitenavigation li {
      margin-right: 1px; } }
  .sitenavigation li a {
    background-color: #454DB5;
    color: #FFF;
    font-family: "Merriweather", serif;
    text-decoration: none;
    display: block;
    padding: 10px;
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase; }
    .sitenavigation li a.nav-path-selected, .sitenavigation li a.linkclicked {
      color: white;
      background-color: #454DB5; }
    .sitenavigation li a.nav-selected {
      background-color: #454DB5;
      color: #9BB4EC; }
    .sitenavigation li a:hover {
      background-color: #454DB5 !important;
      color: #9BB4EC; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    min-width: 200px;
    max-width: 300px;
    padding: 0;
    margin: 0; }
    .sitenavigation li ul a {
      background-color: #3e45a3; }
    .sitenavigation li ul li {
      float: none;
      margin: 0; }
    .sitenavigation li ul ul {
      left: 100%;
      margin-top: -40px; }
      .sitenavigation li ul ul a {
        background-color: #373d90; }
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: #454DB5; }
.sitenavigation .nav-dropdown > a:after {
  content: '▼' !important;
  font-size: 10px;
  float: right;
  margin-left: 10px;
  color: #FFF; }
.sitenavigation .nav-dropdown:hover > a:after {
  content: '▲' !important;
  font-size: 10px;
  float: right;
  margin-left: 10px;
  color: #FFF; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 768px) {
  .menu-icon {
    width: 30px;
    height: 25px;
    padding-top: 0;
    margin-top: -100px;
    display: block;
    float: right;
    -webkit-tap-highlight-color: transparent;
    background-color: #454DB5;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 12px;
    border: solid 2px #3e45a3;
    margin-bottom: 10px; }
    .menu-icon span {
      display: block;
      height: 5px;
      background-color: #FFF;
      margin-top: 5px;
      border-radius: 4px; }

  .sitenavigation.is-tapped .menu-icon {
    background-color: #292e6b;
    -webkit-tap-highlight-color: transparent; }
    .sitenavigation.is-tapped .menu-icon span {
      background-color: #b3b3b3; }

  .sitenavigation ul {
    display: none;
    max-width: none !important; }

  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0; }

  .sitenavigation.is-tapped > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: #FFF;
    right: 0;
    left: 0;
    top: 140px;
    z-index: 100;
    padding: 0; }
    .sitenavigation.is-tapped > ul a {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: #454DB5;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #FFF;
      float: none;
      font-size: 16px;
      line-height: 20px;
      font-family: "Merriweather", serif;
      border: none !important;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation.is-tapped > ul a:hover {
        background-color: #9BB4EC; }
    .sitenavigation.is-tapped > ul li {
      width: 100%;
      background-color: #FFF;
      border-bottom: solid 1px #292e6b;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation.is-tapped > ul li li {
        background-color: #cccccc; }
    .sitenavigation.is-tapped > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important; }
      .sitenavigation.is-tapped > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation.is-tapped > ul ul li {
        border-bottom: solid 1px #3e45a3; }
        .sitenavigation.is-tapped > ul ul li li a {
          background-color: #1b1e46;
          padding-left: 30px; }
      .sitenavigation.is-tapped > ul ul a {
        background-color: #373d90;
        font-size: 90%;
        padding-left: 20px; }
        .sitenavigation.is-tapped > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #000;
          font-family: Arial; }
    .sitenavigation.is-tapped > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation.is-tapped > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation.is-tapped > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #000;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -40px;
      text-align: center;
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .sitenavigation.is-tapped > ul li.expanded:after {
      display: none; }
    .sitenavigation.is-tapped > ul li.expanded li:first-child:before {
      content: '▲' !important;
      position: absolute;
      color: black;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -40px;
      text-align: center;
      font-size: 12px;
      padding-top: 10px;
      padding-bottom: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .sitenavigation.is-tapped > ul .nav-dropdown > a:after {
      content: '' !important; }
    .sitenavigation.is-tapped > ul .nav-dropdown:hover > a:after {
      content: '' !important; } }
