/*!
 * ING stylesheet ()
 * Copyright 2014-2014 Bureau Blauwgeel
 */

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;

  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
}
.icon {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-fw {
  width: 1.28571429em;
  text-align: center;
}
.icon-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.icon-ul > li {
  position: relative;
}
.icon-li {
  position: absolute;
  top: .14285714em;
  left: -2.14285714em;
  width: 2.14285714em;
  text-align: center;
}
.icon-li.icon-lg {
  left: -2.14285714em + (4em / 14);
}
.icon-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.icon.pull-left {
  margin-right: .3em;
}
.icon.pull-right {
  margin-left: .3em;
}
.icon-spin {
  -webkit-animation: spin 2s infinite linear;
       -o-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
       -o-transform: rotate(270deg);
          transform: rotate(270deg);
}
.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
       -o-transform: scale(1, -1);
          transform: scale(1, -1);
}
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.icon-stack-1x {
  line-height: inherit;
}
.icon-stack-2x {
  font-size: 2em;
}
.icon-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-o:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-check:before {
  content: "\f00c";
}
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-search-minus:before {
  content: "\f010";
}
.icon-power-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash-o:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-o:before {
  content: "\f016";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download:before {
  content: "\f019";
}
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle-o:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-video-camera:before {
  content: "\f03d";
}
.icon-picture-o:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044";
}
.icon-share-square-o:before {
  content: "\f045";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-arrows:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: '\e803';
}
.icon-chevron-right:before {
  content: '\e804';
}
.icon-plus-circle:before {
  content: "\f055";
}
.icon-minus-circle:before {
  content: "\f056";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-info-circle:before {
  content: "\f05a";
}
.icon-crosshairs:before {
  content: "\f05b";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-check-circle-o:before {
  content: "\f05d";
}
.icon-ban:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share:before {
  content: "\f064";
}
.icon-expand:before {
  content: "\f065";
}
.icon-compress:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-circle:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye:before {
  content: "\f06e";
}
.icon-eye-slash:before {
  content: "\f070";
}
.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: '\e805';
}
.icon-chevron-down:before {
  content: '\e802';
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-arrows-v:before {
  content: "\f07d";
}
.icon-arrows-h:before {
  content: "\f07e";
}
.icon-bar-chart-o:before {
  content: "\f080";
}
.icon-twitter-square:before {
  content: "\f081";
}
.icon-facebook-square:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-o-up:before {
  content: "\f087";
}
.icon-thumbs-o-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-sign-out:before {
  content: "\f08b";
}
.icon-linkedin-square:before {
  content: "\f08c";
}
.icon-thumb-tack:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-sign-in:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-square:before {
  content: "\f092";
}
.icon-upload:before {
  content: "\f093";
}
.icon-lemon-o:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-bookmark-o:before {
  content: "\f097";
}
.icon-phone-square:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd-o:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0f3";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-o-right:before {
  content: "\f0a4";
}
.icon-hand-o-left:before {
  content: "\f0a5";
}
.icon-hand-o-up:before {
  content: "\f0a6";
}
.icon-hand-o-down:before {
  content: "\f0a7";
}
.icon-arrow-circle-left:before {
  content: "\f0a8";
}
.icon-arrow-circle-right:before {
  content: "\f0a9";
}
.icon-arrow-circle-up:before {
  content: "\f0aa";
}
.icon-arrow-circle-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-arrows-alt:before {
  content: "\f0b2";
}
.icon-group:before,
.icon-users:before {
  content: "\f0c0";
}
.icon-chain:before,
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-flask:before {
  content: "\f0c3";
}
.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4";
}
.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5";
}
.icon-paperclip:before {
  content: "\f0c6";
}
.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7";
}
.icon-square:before {
  content: "\f0c8";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-square:before {
  content: "\f0d3";
}
.icon-google-plus-square:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before,
.icon-sort-asc:before {
  content: "\f0dd";
}
.icon-sort-up:before,
.icon-sort-desc:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3";
}
.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-comments-o:before {
  content: "\f0e6";
}
.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea";
}
.icon-lightbulb-o:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-o:before {
  content: "\f0a2";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.icon-building-o:before {
  content: "\f0f7";
}
.icon-hospital-o:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-square:before {
  content: "\f0fd";
}
.icon-plus-square:before {
  content: "\f0fe";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-double-up:before {
  content: "\f102";
}
.icon-angle-double-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b";
}
.icon-circle-o:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-o:before {
  content: "\f114";
}
.icon-folder-open-o:before {
  content: "\f115";
}
.icon-smile-o:before {
  content: "\f118";
}
.icon-frown-o:before {
  content: "\f119";
}
.icon-meh-o:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard-o:before {
  content: "\f11c";
}
.icon-flag-o:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-slash:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-circle-left:before {
  content: "\f137";
}
.icon-chevron-circle-right:before {
  content: "\f138";
}
.icon-chevron-circle-up:before {
  content: "\f139";
}
.icon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-h:before {
  content: "\f141";
}
.icon-ellipsis-v:before {
  content: "\f142";
}
.icon-rss-square:before {
  content: "\f143";
}
.icon-play-circle:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-square:before {
  content: "\f146";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-square:before {
  content: "\f14a";
}
.icon-pencil-square:before {
  content: "\f14b";
}
.icon-external-link-square:before {
  content: "\f14c";
}
.icon-share-square:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150";
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151";
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-alpha-asc:before {
  content: "\f15d";
}
.icon-sort-alpha-desc:before {
  content: "\f15e";
}
.icon-sort-amount-asc:before {
  content: "\f160";
}
.icon-sort-amount-desc:before {
  content: "\f161";
}
.icon-sort-numeric-asc:before {
  content: "\f162";
}
.icon-sort-numeric-desc:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-square:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-square:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stack-overflow:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-square:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-square:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun-o:before {
  content: "\f185";
}
.icon-moon-o:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.icon-pagelines:before {
  content: "\f18c";
}
.icon-stack-exchange:before {
  content: "\f18d";
}
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.icon-arrow-circle-o-left:before {
  content: "\f190";
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191";
}
.icon-dot-circle-o:before {
  content: "\f192";
}
.icon-wheelchair:before {
  content: "\f193";
}
.icon-vimeo-square:before {
  content: "\f194";
}
.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195";
}
.icon-plus-square-o:before {
  content: "\f196";
}
html,
body {
  height: 100%;
}
#page-holder {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-transition: all 500ms ease;
       -o-transition: all 500ms ease;
          transition: all 500ms ease;
}
@media (max-width: 767px) {
  #page-holder.transitioning {
    overflow-x: visible;
  }
  #page-holder.shownav {
    margin-left: -200px;
    overflow-x: visible;
  }
}
a {
  font-family: robotolight;
  color: #4598cc;
  text-decoration: none;
}
a.light {
  color: #4598cc;
}
a:hover,
a:focus {
  color: #f60;
  text-decoration: none;
}

/* RETAIL FIX */
nav ul li.current a.selected {
	background: #ffffff;
}

[ng-click],
[data-ng-click],
[x-ng-click] {
  cursor: pointer;
}
.full-content {
  position: relative;
  display: block;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .full-content {
    float: left;
    width: 100%;
  }
}
.half-width-columns {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .half-width-columns {
    float: left;
    width: 41.66666667%;
  }
}
.columns .half-width-columns {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .columns .half-width-columns {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .columns .half-width-columns {
    float: left;
    width: 100%;
  }
}
.third-width-columns-row:before,
.third-width-columns-row:after {
  display: table;
  content: " ";
}
.third-width-columns-row:after {
  clear: both;
}
@media (min-width: 992px) {
  .third-width-columns-row {
    margin-top: 35px;
  }
}
.third-width-columns-row a {
  color: #4598cc;
}
.third-width-columns-row a.white {
  color: #fff;
}
.third-width-columns-row a.large {
  font-size: 18px;
}
.third-width-columns-row a.large .icon {
  margin-top: 3px;
  margin-left: 5px;
}
.third-width-columns-row h3 {
  float: left;
  width: 100%;
}
.third-width-columns-row .text {
  font-family: robotolight;
  font-size: 16px;
}
.third-width-columns-row .text b {
  font-family: robotobold;
  font-weight: normal;
}
.third-width-columns-row .row-shadow {
  margin-top: 15px;
}
.row-shadow {
  position: relative;
  height: 25px;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .row-shadow {
    float: left;
    width: 100%;
  }
}
.row-shadow:before,
.row-shadow:after {
  position: absolute;
  top: 9px;
  right: 10%;
  bottom: 0;
  left: 10%;
  z-index: -1;
  content: "";
  border-radius: 40%;
  -webkit-box-shadow: 0 0 7px rgba(175, 175, 175, .8);
          box-shadow: 0 0 7px rgba(175, 175, 175, .8);
}
.row-shadow:after {
  border-radius: 70%;
  -webkit-box-shadow: 0 0 12px rgba(175, 175, 175, .5);
          box-shadow: 0 0 12px rgba(175, 175, 175, .5);
}
@media (max-width: 767px) {
  .row-shadow {
    float: left;
    width: 100%;
    height: 24px;
    margin-top: -12px;
  }
}
.third-width-columns {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .third-width-columns {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .third-width-columns {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .third-width-columns:first-child {
    padding-right: 20px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .third-width-columns:last-child {
    padding-right: 10px;
    padding-left: 20px;
  }
}
.content-left {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .content-left {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .content-left {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .content-left {
    padding-right: 20px;
  }
}
.content-right {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .content-right {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .content-right {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .content-right {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .content-right {
    margin-bottom: 40px;
  }
}
.column-one-third {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .column-one-third {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .column-one-third {
    padding-right: 20px;
  }
}
.column-two-thirds {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .column-two-thirds {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .column-two-thirds {
    padding-left: 20px;
  }
}
.fund-compare-graph {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .fund-compare-graph {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  .fund-compare-graph {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .equal-height {
    /* old syntax: */
    display: box;
    /* new syntax: */
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    min-height: 100%;
            flex-direction: row;

    -webkit-box-orient: horizontal;
       -moz-box-orient: horizontal;
            box-orient: horizontal;
    -webkit-flex-direction: row;
       -moz-flex-direction: row;
        -ms-flex-direction: row;
        -ms-align-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
  .equal-height .third-width-columns {
    min-height: 100%;
    padding-bottom: 15px;
    background-color: white;

    -webkit-flex: 1 1 auto;
       -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .equal-height .third-width-columns .listBox {
    position: static;
  }
  .equal-height .third-width-columns .listBox:before,
  .equal-height .third-width-columns .listBox:after {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .equal-height .third-width-columns:before,
  .equal-height .third-width-columns:after {
    position: absolute;
    top: 95%;
    right: 20%;
    bottom: 1px;
    left: 20%;
    z-index: -1;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: 0 0 7px rgba(175, 175, 175, .8);
            box-shadow: 0 0 7px rgba(175, 175, 175, .8);
  }
  .equal-height .third-width-columns:after {
    border-radius: 70%;
    -webkit-box-shadow: 0 0 12px rgba(175, 175, 175, .5);
            box-shadow: 0 0 12px rgba(175, 175, 175, .5);
  }
  .equal-height .third-width-columns .twitter-link,
  .equal-height .third-width-columns .readmore {
    position: absolute;
    bottom: 8px;
  }
  .equal-height .half-width-columns {
    min-height: 100%;

    -webkit-flex: 1 1 auto;
       -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.page-banner {
  position: relative;
  height: 195px;
  background: #f3efec;
}
.page-banner .masked-image {
  position: absolute;
  left: 50%;
  width: 1100px;
  height: 100%;
  margin: 0 0 0 -550px;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-box-shadow: inset 50px 0 25px -18px #f3efec, inset -50px 0 25px -18px #f3efec;
          box-shadow: inset 50px 0 25px -18px #f3efec, inset -50px 0 25px -18px #f3efec;
}
.page-banner .container {
  position: relative;
  height: 100%;
}
.page-banner .container h1 {
  float: left;
  padding: 10px 23px 5px 13px;
  margin-top: 28px;
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  background: #333;
  background: rgba(0, 0, 0, .6);
}
.page-banner .container .nav-tabs {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-banner {
    height: 163px;
  }
  .page-banner .masked-image {
    background-position: center -16px;
  }
}
@media (max-width: 767px) {
  .page-banner {
    height: auto;
  }
  .page-banner .masked-image {
    position: absolute;
    left: 0;
    width: 100%;
    height: 97px;
    margin-left: 0;
    -webkit-background-size: cover cover;
            background-size: cover;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page-banner .container.tabs {
    padding: 0;
  }
  .page-banner .container.tabs h1 {
    position: absolute;
    top: 15px;
    left: 8px;
    display: block;
    padding-top: 8px;
    padding-left: 10px;
    margin: 0;
    font-size: 23px;
  }
  .page-banner .container.tabs .nav-tabs {
    position: relative;
    left: 0;
    margin-top: 97px;
  }
}
.page-header {
  border: none;
}
.page-header h1,
.page-header h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: robotolight;
  font-size: 36px;
}
.page-header h1 {
  color: #ea650d;
}
.page-header h2 {
  font-size: 22px;
}
.page-header.ng-scope .row {
  margin-left: -10px;
}
@media (max-width: 767px) {
  #page-holder .page-header {
    margin-top: 15px;
  }
  #page-holder .page-header h1 {
    padding-left: 7px;
    margin-bottom: 4px;
    font-size: 20px;
  }
}
.content {
  padding:0;
}
@media (max-width: 767px) {
  .content.content-left {
    padding-top: 0;
  }
}
.video-content {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .submenu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  .submenu-backdrop.fade {
    filter: alpha(opacity=0);
            opacity: 0;

    -webkit-opacity: 0;
       -moz-opacity: 0;
  }
  .submenu-backdrop.in {
    filter: alpha(opacity=70);
            opacity: .7;

    -webkit-opacity: .7;
       -moz-opacity: .7;
  }
}
.content-container .content-left {
  padding-top: 30px;
}
.content-container .content-right {
  padding-top: 30px;
}
.content-container .content-right > div {
  margin-bottom: 30px;
}
@font-face {
  font-family: 'robotolight';
  font-style: normal;
  font-weight: normal;

  src: url('../fonts/Roboto-Light-webfont.eot');
  src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
}
@font-face {
  font-family: 'robotobold';
  font-style: normal;
  font-weight: normal !important;

  src: url('../fonts/Roboto-Bold-webfont.eot');
  src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold-webfont.woff') format('woff'), url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'robotobold';

    src: url('../fonts/Roboto-Bold-webfont.svg') format('svg');
  }
  @font-face {
    font-family: 'robotolight';

    src: url('../fonts/Roboto-Light-webfont.svg') format('svg');
  }
}
body {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: robotolight, Arial, Sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h1.orange-header,
.h1.orange-header,
h2.orange-header,
.h2.orange-header,
h3.orange-header,
.h3.orange-header {
  color: #ea650d;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h4.orange-header,
.h4.orange-header,
h5.orange-header,
.h5.orange-header,
h6.orange-header,
.h6.orange-header {
  margin-top: 20px;
  color: #ea650d;
}
h4.orange-header.item-check-mark,
.h4.orange-header.item-check-mark,
h5.orange-header.item-check-mark,
.h5.orange-header.item-check-mark,
h6.orange-header.item-check-mark,
.h6.orange-header.item-check-mark {
  margin-bottom: 25px;
  font-family: robotobold;
}
h1,
.h1 {
  font-size: 50px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
.csc-header {
  font-size: 36px;
  text-align: center;
}
#contentBox .page-header {
  margin-top: 0;
  margin-bottom: 0;
}
#contentBox .page-header .intro {
  margin-bottom: 0;
}
#contentBox .page-header .orange-header {
  margin-bottom: 2px;
  font-size: 40px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.intro {
  margin-bottom: 20px;
  font-family: robotobold;
  font-size: 16px;
  line-height: 1.5;
}
.intro.top {
  margin-top: 20px;
}
.intro.small {
  font-size: 14px;
}
.intro a {
  color: #4598cc;
}
.intro a:visited {
  color: #4598cc;
}
.intro a:hover,
.intro a:active {
  color: #f60;
}
.info-text {
  margin-bottom: 23px;
  font-family: robotobold;
  font-size: 16px;
  line-height: 1.4;
}
.search-result-text {
  font-family: robotobold;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(102, 102, 102, .5);
}
@media (min-width: 768px) {
  .search-result-text {
    margin-bottom: 40px;
  }
}
.link-email {
  color: #4598cc;
}
.link-phone {
  font-family: robotolight;
  font-size: 18px;
  color: #ea650d;
}
.link-phone:hover {
  color: #4598cc;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #666;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.page-header {
  padding-bottom: 9px;
  margin: 32px 0 20px;
}
.page-header.push-down {
  margin-bottom: 20px * 2;
}
@media (max-width: 480px) {
  .page-header {
    padding: 0 10px 9px;
  }
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px solid #EEE;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
header h1 {
  font-size: 32px;
}
.fundIntroduction {
  padding-left: 10px;
}
@media (min-width: 768px) {
  #contentBox #fundChoise .fundLevel.incomeFundLevel .btn-blue-light {
    margin-right: 10px;
  }
}
#contentBox #fundChoise .fundLevel.incomeFundLevel .box ul li {
  margin-left: 0px !important;
  padding-left:40px;
}
#contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk1,
#contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk2,
#contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk3 {
  margin-left: -10px;
}
@media (max-width: 767px) {
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk1,
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk2,
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk3 {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk1,
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk2,
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk3 {
    margin-left: -10px;
  }
}
#contentBox #fundChoise .fundLevel.incomeFundLevel {
  padding-right: 0;
  padding-left: 15px;
}
#contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk1 {
  background-image: url(../img/productlogo_nl_obligatiefondsen_desktop.png);
}
#contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk2 {
  background-image: url(../img/productlogo_nl_aandelenfondsen_desktop.png);
}
#contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk3 {
  background-image: url(../img/productlogo_nl_geldmarktfonds_desktop.png);
}
@media (min-width: 768px) and (max-width: 985px) {
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk1 {
    background-image: url(../img/productlogo_nl_obligatiefondsen_tablet.png);
  }
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk2 {
    background-image: url(../img/productlogo_nl_aandelenfondsen_tablet.png);
  }
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk3 {
    background-image: url(../img/productlogo_nl_geldmarktfonds_tablet.png);
  }
}#contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk1.en {
  background-image: url(../img/productlogo_en_Fixed-Income.png) !important;
}
#contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk2.en {
  background-image: url(../img/productlogo_en_Equity.png) !important;
}
#contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk3.en {
  background-image: url(../img/productlogo_en_Money-Market.png) !important;
}
@media (min-width: 768px) and (max-width: 985px) {
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk1.en {
    background-image: url(../img/productlogo_en_Fixed-Income.png) !important;
  }
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk2.en {
    background-image: url(../img/productlogo_en_Equity.png) !important;
  }
  #contentBox #fundChoise .fundLevel.incomeFundLevel h2.fundRisk3.en {
    background-image: url(../img/productlogo_en_Money-Market.png) !important;
  }
}
#fundChoiseAnimation h2 {
  color: #f60;
}
#fundDetail h3 {
  margin-top: 25px;
  margin-bottom: 18px;
  font-size: 32px;
  color: black;
}
#fundTotalSolution h3 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 32px;
}
#fundTotalSolution .fundLevel h3 {
  margin-left: 10px;
}
/**
* Header
*/
header.primary .container .row {
  position: relative;
  height: 100px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  header.primary {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  header.primary {
    height: 80px;
    margin-bottom: 0;
  }
}
header #logo {
  float: left;
  padding-top: 19px;
}
@media (max-width: 991px) {
  header #logo {
    float: none;
    padding-top: 0;
    margin: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  header #logo {
    width: 280px;
  }
}
header #phone {
  padding: 0 0 0 25px;
  font-family: robotolight;
  font-size: 16pt;
  line-height: 19px;
  color: #f60;
  background: url(../img/icon_phone.png) no-repeat left center;
}
@media (min-width: 768px) {
  header #phone {
    position: absolute;
    float: right;
    margin-top: 0;
  }
}
header #login {
  top: 55px;
}
.landing-banner,
.landing-header {
  background-color: #ffa938;
}
.landing-banner .image-container,
.landing-header .image-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .landing-banner .image-container,
  .landing-header .image-container {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .landing-banner .image-container,
  .landing-header .image-container {
    float: left;
    width: 66.66666667%;
  }
}
.landing-banner .image-container img,
.landing-header .image-container img {
  padding: 20px 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .landing-banner .image-container img,
  .landing-header .image-container img {
    margin: 0;
  }
}
.landing-banner .content,
.landing-header .content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 12px;
  font-family: robotolight;
  font-size: 16px;
  color: #000;
  text-align: center;
}
@media (min-width: 768px) {
  .landing-banner .content,
  .landing-header .content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .landing-banner .content,
  .landing-header .content {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .landing-banner .content,
  .landing-header .content {
    float: right ;
  }
}
@media (min-width: 992px) {
  .landing-banner .content,
  .landing-header .content {
    float: right ;
  }
}
.landing-banner .content .faded,
.landing-header .content .faded {
  padding: 15px;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, .5);
  border-radius: 4px;
}
.landing-banner .content .text,
.landing-header .content .text {
  margin-bottom: 24px;
  font-family: robotobold;
  line-height: 1.43em;
  text-align: left;
}
.landing-banner .content .title,
.landing-header .content .title {
  font-size: 24px;
}
.landing-banner .btn,
.landing-header .btn {
  padding: 14px 13px 15px;
  margin: 0 auto;
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing-banner .btn,
  .landing-header .btn {
    white-space: normal;
  }
}
.landing-banner .btn + a,
.landing-header .btn + a {
  display: block;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .landing-banner .row,
  .landing-header .row {
    margin: 0;
  }
  .landing-banner .image-container,
  .landing-header .image-container,
  .landing-banner .content,
  .landing-header .content {
    float: none;
  }
}
/*
	-------------------------
	DEP DESIGN - FOOTER
	-------------------------
*/
.dashboard-banner {
  position: relative;
  float: left;
  padding: 12px 10px;
  margin: 60px 10px 0;
  background-color: #f3f0ed;
}
.dashboard-banner .content-left {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .dashboard-banner .content-left {
    float: left;
    width: 83.33333333%;
  }
}
.dashboard-banner i.dashboard {
  display: block;
  float: left;
  margin-top: 15px;
}
.dashboard-banner .btn {
  position: absolute;
  right: 20px;
  float: right;
  padding: 13px 25px;
  margin-top: 23px;
}
.dashboard-banner .btn i {
  padding-top: 1px;
  margin-left: 5px;
  vertical-align: middle;
}
.dashboard-banner h3,
.dashboard-banner h4,
.dashboard-banner .item-check-mark {
  float: left;
  margin-left: -15px;
}
.dashboard-banner h3,
.dashboard-banner h4 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0;
  margin-bottom: 5px;
  margin-left: -15px;
  font-family: robotobold;
  font-size: 24px;
}
@media (min-width: 992px) {
  .dashboard-banner h3,
  .dashboard-banner h4 {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .dashboard-banner h3,
  .dashboard-banner h4 {
    float: left;
    width: 83.33333333%;
  }
}
.dashboard-banner h3 {
  font-size: 36px;
  color: #ea650d;
}
footer p {
  padding: 0 10px;
  margin: 0;
  font-size: 9pt;
  color: #666;
}
@media (min-width: 768px) {
  footer p {
    padding: 0;
  }
}
footer a {
  color: #002e6b;
}
footer a:hover,
footer a:focus,
footer a:active {
  text-decoration: underline;
}
footer .copyright {
  float: right;
}
footer.primary {
  height: auto;
  margin-top: 45px;
  margin-bottom: 0;
  clear: both;
  font-size: .909em;
  line-height: 1.6em;
  color: #ccc;
  zoom: 1;
  border-bottom: none;
}
footer.primary .social-icons {
  padding-bottom: 3px;
  margin-right: -10px;
  margin-left: -10px;
  font-size: 23px;
  color: #d3d3d3;
  text-align: right;
}
footer.primary .social-icons a {
  margin-left: 5px;
  color: #d3d3d3;
}
footer.primary .social-icons a:focus,
footer.primary .social-icons a:hover {
  color: #666;
}
footer.primary .hidden-xs {
  display: inline-block !important;
}
footer.primary .row {
  border-top: 3px solid #f60;
}
footer.secondary {
  padding-top: 20px;
  padding-bottom: 5px;
  margin-top: -50px;
  color: #fff;
  background-color: #867e75;
}
footer.secondary ul {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
}
footer.secondary h5 {
  margin-bottom: 10px;
  font-family: robotobold;
  font-size: 18px;
  color: rgba(255, 255, 255, .7);
}
@media (max-width: 767px) {
  footer.secondary h5 {
    margin: 15px 0 3px;
  }
}
footer.secondary a,
footer.secondary .copyright {
  font-size: 12px;
  color: rgba(255, 255, 255, .7);
}
footer.secondary a:hover,
footer.secondary .copyright:hover,
footer.secondary a:focus,
footer.secondary .copyright:focus,
footer.secondary a:active,
footer.secondary .copyright:active {
  text-decoration: underline;
}
footer.secondary .row + .row {
  margin-top: 20px;
}
.footer-list {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .footer-list {
    float: left;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .footer-list {
    padding: 0;
  }
}
.footer-list.pull-right {
  text-align: right;
}
@media (max-width: 767px) {
  footer.primary {
    margin-top: 20px;
  }
  footer.primary .copyright {
    display: block;
    float: none;
  }
}
.navigation-top {
  z-index: 1001;
  min-height: initial;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .navigation-top {
    position: absolute;
    right: -200px;
    width: 200px;
    height: 80px;
    background: #666;
  }
}
.navbar > .container .navbar-brand {
  margin-left: 0;
}
.navbar-default {
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}
.navbar-default .navbar-brand {
  margin-bottom: -2px;
  color: #ea650d;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ba500a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333;
}
.navbar-default .navbar-nav i.icon.home {
  margin-top: -5px;
  margin-bottom: -5px;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li:first-child > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.navbar-default .navbar-nav > li > a {
  padding-top: 17px;
  padding-bottom: 13px;
  font-family: FrutigerLTPro-Bold, Arial, Sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
.navbar-default .navbar-nav > li > a .fa {
  position: relative;
  top: -1px;
  font-size: 12px;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #ea650d;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a:focus {
  z-index: 10;
  margin-left: -1px;
  color: #333;
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a {
  margin-left: -1px;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav.navbar-right .dashboard {
  width: 146px;
  text-align: right;
}
.navbar-default .navbar-nav.navbar-right .dashboard:before {
  background: none;
}
.navbar-default .navbar-nav.navbar-right .dashboard a {
  padding: 0;
  margin: 7px 0 0;
  font-size: 15px;
  background: url("../img/icons/dashboard-small.png") no-repeat left top;
}
.navbar-default .navbar-nav.navbar-right .dashboard a:hover {
  color: #000;
}
.navbar-default .navbar-nav.navbar-right .dashboard span {
  display: block;
  font-family: arial;
  font-size: 12px;
  color: #4598cc;
}
.navbar-default .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .navbar-default {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #e5e6ea 100%);
    background-image:      -o-linear-gradient(top, #ebebeb 0%, #e5e6ea 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#e5e6ea));
    background-image:         linear-gradient(to bottom, #ebebeb 0%, #e5e6ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#ffe5e6ea', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
  }
  .navbar-default .navbar-nav > li:not(:first-child):not(:last-child):before {
    float: right;
    width: 1px;
    height: 22px;
    margin: 15px 0 0;
    content: " ";
    background: #cecbc6;
  }
}
@media (max-width: 767px) {
  .navbar-default {
    position: absolute;
    top: 0;
    right: -200px;
    width: 200px;
    min-height: 100%;
    background: #ea650d;
  }
  .navbar-default .container {
    margin-top: 80px;
    background: #ea650d;
  }
  .navbar-default .navbar-nav {
    margin-top: 0;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 12px 7px;
    font-family: robotobold;
    font-size: 18px;
    color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #ed7e34, inset 0 -2px 0 0 #b14600;
            box-shadow: inset 0 -1px 0 0 #ed7e34, inset 0 -2px 0 0 #b14600;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    background-color: #f48236;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .active > a:focus {
    margin-left: 0;
    color: #fff;
    background-color: #f48236;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    padding: 10px;
    font-family: robotobold;
    color: #f2e5cd;
    -webkit-box-shadow: inset 0 -1px 0 0 #ed7e34, inset 0 -2px 0 0 #b14600;
            box-shadow: inset 0 -1px 0 0 #ed7e34, inset 0 -2px 0 0 #b14600;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    text-decoration: underline;
  }
  .navbar-default .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-right: 10px;
    padding-left: 10px;
    font-family: robotolight;
    color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #ed7e34, inset 0 -2px 0 0 #b14600;
            box-shadow: inset 0 -1px 0 0 #ed7e34, inset 0 -2px 0 0 #b14600;
  }
  .navbar-default .navbar-nav .dashboard a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-default .navbar-nav .dashboard .icon {
    display: inline-block;
    width: 37px;
    height: 18px;
    margin-top: -2px;
    background: url("../img/icons/dashboard-blackarrow-small.png") no-repeat left top;
    -webkit-background-size: 30px 16px;
            background-size: 30px 16px;
  }
}
.nav.mobile-top-nav {
  margin-top: 13px;
}
.nav.mobile-top-nav li {
  text-align: center;
}
.nav.mobile-top-nav li a {
  display: inline-block;
  padding: 4px 10px;
}
.nav.mobile-top-nav li a:hover,
.nav.mobile-top-nav li a:focus {
  background-color: transparent;
}
.nav.mobile-main-nav {
  margin: 4px auto;
  font-family: robotobold;
  font-size: 19px;
}
.nav.mobile-main-nav:first-child {
  margin-top: 18px;
}
.nav.mobile-main-nav li {
  margin-bottom: 15px;
}
.nav.mobile-main-nav li a {
  font-family: robotobold;
  color: #fff;
  color: #ea650d;
  color: #002c6b;
  text-shadow: none;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  background-repeat: repeat-x;
  border: none;
  border-color: #f2f2f2;
  border-color: #e6e6e6;
  border-bottom-color: #ccc;
  -webkit-box-shadow: 0 1px 2px 0 #8e8e8e;
  -webkit-box-shadow: 0 1px 2px 0 #bfbfbf, 0 0 1px 0 #ddd;
          box-shadow: 0 1px 2px 0 #8e8e8e;
          box-shadow: 0 1px 2px 0 #bfbfbf, 0 0 1px 0 #ddd;
}
.nav.mobile-main-nav li a:active,
.nav.mobile-main-nav li a.active {
  font-family: robotobold;
  color: #fff;
}
.nav.mobile-main-nav li a:hover,
.nav.mobile-main-nav li a:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.nav.mobile-main-nav li a:active,
.nav.mobile-main-nav li a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.nav.mobile-main-nav li a .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.nav.mobile-main-nav li a.disabled,
.nav.mobile-main-nav li a[disabled],
fieldset[disabled] .nav.mobile-main-nav li a {
  color: #fff;
  color: #999;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: alpha(opacity=80);
  background-repeat: repeat-x;
  border: 1px solid black;
  border-color: #f2f2f2;
  -webkit-box-shadow: 0 1px 2px 0 #ccc;
          box-shadow: 0 1px 2px 0 #ccc;
          opacity: .8;

  -webkit-opacity: .8;
     -moz-opacity: .8;
}
.nav.mobile-main-nav li a.disabled:hover,
.nav.mobile-main-nav li a[disabled]:hover,
fieldset[disabled] .nav.mobile-main-nav li a:hover,
.nav.mobile-main-nav li a.disabled:focus,
.nav.mobile-main-nav li a[disabled]:focus,
fieldset[disabled] .nav.mobile-main-nav li a:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.nav.mobile-main-nav li a.disabled:active,
.nav.mobile-main-nav li a[disabled]:active,
fieldset[disabled] .nav.mobile-main-nav li a:active,
.nav.mobile-main-nav li a.disabled.active,
.nav.mobile-main-nav li a[disabled].active,
fieldset[disabled] .nav.mobile-main-nav li a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.nav.mobile-main-nav li a.disabled .divider,
.nav.mobile-main-nav li a[disabled] .divider,
fieldset[disabled] .nav.mobile-main-nav li a .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.nav.mobile-main-nav li a:hover {
  color: #ea650d;
}
.nav.mobile-main-nav li a:after {
  float: right;
  font-family: "FA";
  font-size: 15px;
  line-height: 25px;
  color: #ea650d;
  content: '\e804';
}
/*
*  Fit vermogen sub navigatie
*/
.subNavigation {
  margin-bottom: 10px;
}
.subNavigation ul li {
  width: 49%;
  margin-left: 2%;
  color: white;
}
.subNavigation ul li a {
  width: 100%;
  height: 80px;
  padding: 10px 5px 10px;
  font-family: robotolight;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  color: #fff;
  background: none;
  background-color: #9c9389;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, .1);
          box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, .1);
}
.subNavigation ul li a .link-title,
.subNavigation ul li a .link-subtitle {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-left: 52px;
}
.subNavigation ul li a .link-subtitle {
  margin-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}
@media (max-width: 767px) {
  .subNavigation ul li a {
    min-width: 150px;
    height: 52px;
  }
  .subNavigation ul li a .link-title {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .subNavigation ul li a {
    min-width: 360px;
  }
}
@media (min-width: 992px) {
  .subNavigation ul li a {
    min-width: 460px;
  }
}
.subNavigation ul li:first-child {
  margin-left: 0;
}
.subNavigation ul li a .img {
  position: relative;
  display: block;
  float: left;
  width: 43px;
  height: 43px;
  content: "";
  background-repeat: no-repeat;
}
.subNavigation ul li a .img.basisregels {
  background: url(../img/submenu/basisregels_beleggen.png);
}
.subNavigation ul li a .img.calculator {
  background: url(../img/submenu/vermogenscalculator.png);
}
.subNavigation li a:hover {
  background-color: #857e76;
  border-bottom-color: #857e76;
}
.subNavigation li.active {
  position: relative;
}
.subNavigation li.active a {
  position: relative;
  background-color: #4598cc;
  border-bottom-color: #4598cc;
}
.subNavigation li.active a:after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  margin-left: -18px;
  content: "";
  border-top: 18px solid #4598cc;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  -webkit-box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, .1);
          box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, .1);
}
.subNavigation + h2 {
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .subNavigation.twoItemSubNavigation .nav {
    margin-left: 2px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .subNavigation.twoItemSubNavigation ul li {
    width: 50%;
    margin-left: 0;
  }
  .subNavigation.twoItemSubNavigation ul li:first-child {
    padding-right: 10px;
  }
  .subNavigation.twoItemSubNavigation ul li:last-child {
    zoom: 1;
  }
}
.subNavigation.twoItemSubNavigation ul a {
  display: block;
}
.subNavigation.twoItemSubNavigation ul a .link-title {
  margin-left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .subNavigation.twoItemSubNavigation ul a .link-title {
    margin-left: 52px;
    text-align: left;
  }
}
.subNavigation.twoItemSubNavigation ul a:hover:after {
  border-top: 18px solid #0088d7;
}
@media (min-width: 768px) {
  .subNavigation.twoItemSubNavigation ul a {
    min-width: 0;
  }
}
@media (min-width: 992px) {
  .subNavigation.twoItemSubNavigation ul a {
    min-width: 0;
  }
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  display: block;
  width: 100%;
  height: 275px;
  margin-bottom: 12px;
  /* Declare heights because of positioning of img element */
}
.carousel .item {
  width: 100%;
  height: 275px;
  background-color: transparent;
}
.carousel .item h1,
.carousel .item h3 {
  margin: 5px;
  margin-left: 0;
  font-family: FrutigerLTPro-Light;
  text-shadow: none;
}
.carousel .item h1 {
  font-size: 50px;
  color: #ea650d;
}
.carousel .item h3 {
  font-size: 26px;
  color: #000;
}
.carousel .item .carousel-caption {
  top: 10px;
  right: 10%;
  bottom: 45px;
  left: 10%;
  max-width: 960px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: none;
}
.carousel .item .carousel-caption .left-column {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .carousel .item .carousel-caption .left-column {
    float: left;
    width: 50%;
  }
}
.carousel .item .carousel-caption .right-column {
  position: relative;
  float: right;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .carousel .item .carousel-caption .right-column {
    float: left;
    width: 50%;
  }
}
.carousel .item .carousel-caption .right-column .movieContainer {
  float: right;
  max-width: 350px;
}
.carousel .item .carousel-caption .faded {
  width: 77%;
  padding: 15px 30px 20px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  /* The Fallback */
  background: rgba(255, 255, 255, .5);
  border-radius: 4px;
}
.carousel .item .carousel-caption .faded .btn {
  min-width: 32%;
  margin-top: 20px;
  font-family: robotobold;
  text-align: center;
}
.carousel .item .carousel-caption .faded .btn + .btn {
  margin-left: 25px;
}
@media (min-width: 768px) {
  .carousel .item .carousel-caption .center-offset {
    margin-left: 33.33333333%;
  }
}
.carousel .item.item-type-2 .carousel-caption,
.carousel .item.item-type-3 .carousel-caption {
  bottom: auto;
  text-align: left;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-inner > .item > img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 275px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .carousel-inner > .item > img {
    min-width: 740px;
  }
}
@media (min-width: 992px) {
  .carousel-inner > .item > img {
    min-width: 960px;
  }
}
@media (min-width: 1200px) {
  .carousel-inner > .item > img {
    min-width: 100%;
  }
}
.carousel-control {
  z-index: 20;
  width: 10%;
  filter: alpha(opacity=100);
          opacity: 1;

  -webkit-opacity: 1;
     -moz-opacity: 1;
}
.carousel-control.left {
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.carousel-control.right {
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
          opacity: .9;

  -webkit-opacity: .9;
     -moz-opacity: .9;
}
.carousel-control:hover .icon-prev,
.carousel-control:focus .icon-prev {
  background: url("../img/slider_attr.png") -115px -5px no-repeat;
}
.carousel-control:hover .icon-next,
.carousel-control:focus .icon-next {
  background: url("../img/slider_attr.png") -5px -5px no-repeat;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 52px !important;
  height: 52px !important;
  margin-top: -26px;
  margin-left: -26px;
}
.carousel-control .icon-prev {
  background: url("../img/slider_attr.png") -209px -70px no-repeat;
}
.carousel-control .icon-prev:hover {
  background: url("../img/slider_attr.png") -115px -5px no-repeat;
}
.carousel-control .icon-prev:before {
  content: "";
}
@media (min-width: 992px) {
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 83.33333333%;
  }
}
.carousel-control .icon-next {
  background: url("../img/slider_attr.png") -205px 8px no-repeat;
}
.carousel-control .icon-next:hover {
  background: url("../img/slider_attr.png") -5px -5px no-repeat;
}
.carousel-control .icon-next:before {
  content: "";
}
.carousel-control .glyphicon {
  color: white;
  text-shadow: none;
}
.carousel-control .glyphicon:hover {
  margin-top: -25px;
  margin-left: -25px;
  color: transparent;
  background-color: white;
  border: 25px solid white;
  border-radius: 100%;
}
.carousel-control .glyphicon-chevron-right:hover {
  margin-right: -25px;
  color: transparent;
}
.carousel-indicators {
  bottom: -5px;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 5px 4px;
  background: url("../img/slider_attr.png") -5px -107px no-repeat;
  border: none;
}
.carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 5px 4px;
  background: url("../img/slider_attr.png") -75px -107px no-repeat;
}
#homepage-carousel .item {
  -webkit-box-shadow: inset 0 11px 8px -10px #ccc,inset 0 -11px 8px -10px #ccc;
          box-shadow: inset 0 11px 8px -10px #ccc,inset 0 -11px 8px -10px #ccc;
}
#register-carousel .header-orange {
  font-size: 36px;
}
#register-carousel .carousel-control {
  width: 50%;
}
#register-carousel .carousel-control .icon-prev {
  left: 24px;
}
#register-carousel .carousel-control .icon-next {
  right: 0;
}
.btn-orange,
.btn-blue,
.btn-grey {
  font-family: robotobold;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: 0 1px 2px 0 #8e8e8e;
          box-shadow: 0 1px 2px 0 #8e8e8e;
}
.btn-orange:active,
.btn-blue:active,
.btn-grey:active,
.btn-orange.active,
.btn-blue.active,
.btn-grey.active {
  font-family: robotobold;
  color: #fff;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn.login {
  font-family: robotolight;
}
.btn .fa-chevron-right,
.btn .fa-chevron-left {
  vertical-align: text-bottom;
}
.btn .fa-check {
  margin-right: 8px;
  font-size: 20px;
}
.btn.large {
  padding-top: 11px;
  padding-bottom: 7px;
  font-size: 18px;
}
.btn.large .fa {
  font-size: 14px;
}
.btn-lg {
  border-radius: 4px;
}
.btn-lg .fa {
  margin-top: 2px;
}
.btn-orange {
  color: #fff;
  background-color: #ea650d;
  background-image: -webkit-linear-gradient(top, #ea650d 0%, #f14108 100%);
  background-image:      -o-linear-gradient(top, #ea650d 0%, #f14108 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea650d), to(#f14108));
  background-image:         linear-gradient(to bottom, #ea650d 0%, #f14108 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea650d', endColorstr='#fff14108', GradientType=0);
  background-repeat: repeat-x;
  border-color: #d25b0c;
}
.btn-orange:hover,
.btn-orange:focus {
  color: #fff;
  background-color: #e75e0c;
  background-image: -webkit-linear-gradient(top, #e75e0c 0%, #d02405 100%);
  background-image:      -o-linear-gradient(top, #e75e0c 0%, #d02405 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e75e0c), to(#d02405));
  background-image:         linear-gradient(to bottom, #e75e0c 0%, #d02405 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe75e0c', endColorstr='#ffd02405', GradientType=0);
  background-repeat: repeat-x;
}
.btn-orange:active,
.btn-orange.active {
  background-color: #b04c0a;
  border-color: #a64809;
}
.btn-orange .divider {
  background: transparent;
  border-right: 1px solid #ba500a;
}
.btn-blue {
  color: #fff;
  background-color: #4598cd;
  background-image: -webkit-linear-gradient(top, #4598cd 0%, #1f5c96 100%);
  background-image:      -o-linear-gradient(top, #4598cd 0%, #1f5c96 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4598cd), to(#1f5c96));
  background-image:         linear-gradient(to bottom, #4598cd 0%, #1f5c96 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4598cd', endColorstr='#ff1f5c96', GradientType=0);
  background-repeat: repeat-x;
  border-color: #358cc4;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #357fb6;
  background-image: -webkit-linear-gradient(top, #357fb6 0%, #357fb6 100%);
  background-image:      -o-linear-gradient(top, #357fb6 0%, #357fb6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#357fb6), to(#357fb6));
  background-image:         linear-gradient(to bottom, #357fb6 0%, #357fb6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff357fb6', endColorstr='#ff357fb6', GradientType=0);
  background-repeat: repeat-x;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #2d78a8;
  border-color: #2b72a0;
}
.btn-blue .divider {
  background: transparent;
  border-right: 1px solid #2f7eb0;
}
.btn-grey {
  color: #ea650d;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f2f2f2;
  border-color: #e6e6e6;
  border-bottom-color: #ccc;
}
.btn-grey:hover,
.btn-grey:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.btn-grey:active,
.btn-grey.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-grey .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.btn-orange.disabled,
.btn-blue.disabled,
.btn-grey.disabled,
.btn-orange[disabled],
.btn-blue[disabled],
.btn-grey[disabled],
fieldset[disabled] .btn-orange,
fieldset[disabled] .btn-blue,
fieldset[disabled] .btn-grey {
  color: #fff;
  color: #999;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: alpha(opacity=80);
  background-repeat: repeat-x;
  border: 1px solid black;
  border-color: #f2f2f2;
  -webkit-box-shadow: 0 1px 2px 0 #ccc;
          box-shadow: 0 1px 2px 0 #ccc;
          opacity: .8;

  -webkit-opacity: .8;
     -moz-opacity: .8;
}
.btn-orange.disabled:hover,
.btn-blue.disabled:hover,
.btn-grey.disabled:hover,
.btn-orange[disabled]:hover,
.btn-blue[disabled]:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-blue:hover,
fieldset[disabled] .btn-grey:hover,
.btn-orange.disabled:focus,
.btn-blue.disabled:focus,
.btn-grey.disabled:focus,
.btn-orange[disabled]:focus,
.btn-blue[disabled]:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-blue:focus,
fieldset[disabled] .btn-grey:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.btn-orange.disabled:active,
.btn-blue.disabled:active,
.btn-grey.disabled:active,
.btn-orange[disabled]:active,
.btn-blue[disabled]:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-orange:active,
fieldset[disabled] .btn-blue:active,
fieldset[disabled] .btn-grey:active,
.btn-orange.disabled.active,
.btn-blue.disabled.active,
.btn-grey.disabled.active,
.btn-orange[disabled].active,
.btn-blue[disabled].active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-orange.active,
fieldset[disabled] .btn-blue.active,
fieldset[disabled] .btn-grey.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-orange.disabled .divider,
.btn-blue.disabled .divider,
.btn-grey.disabled .divider,
.btn-orange[disabled] .divider,
.btn-blue[disabled] .divider,
.btn-grey[disabled] .divider,
fieldset[disabled] .btn-orange .divider,
fieldset[disabled] .btn-blue .divider,
fieldset[disabled] .btn-grey .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.btn-menu {
  float: right;
  width: 33px;
  font-size: 36px;
  line-height: 60px;
}
.btn-menu .icon {
  color: #002f6b;
}
.btn-menu a:hover .icon,
.btn-menu a:focus .icon {
  color: #0060be;
}
.btn-back {
  color: #002c6b;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f2f2f2;
  border-color: #e6e6e6;
  border-bottom-color: #ccc;
}
.btn-back:hover,
.btn-back:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.btn-back:active,
.btn-back.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-back .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.btn-back:hover,
.btn-back:focus {
  color: #ea650d;
}
.btn-back i {
  margin-right: 16px;
  color: #ea650d;
}
.btn-decline {
  color: #002c6b;
}
.btn-decline:hover,
.btn-decline:focus {
  color: #ea650d;
}
.btn-decline i {
  margin-right: 16px;
  color: #f00;
}
.btn-submit {
  float: right;
  padding: 6px 12px;
  padding-right: 8px;
  font-family: robotobold;
  font-size: 18px;
  line-height: 1.33;
  color: #fff;
  text-shadow: none;
  background-color: #ea650d;
  background-image: -webkit-linear-gradient(top, #ea650d 0%, #f14108 100%);
  background-image:      -o-linear-gradient(top, #ea650d 0%, #f14108 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea650d), to(#f14108));
  background-image:         linear-gradient(to bottom, #ea650d 0%, #f14108 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea650d', endColorstr='#fff14108', GradientType=0);
  background-repeat: repeat-x;
  border-color: #d25b0c;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 #8e8e8e;
          box-shadow: 0 1px 2px 0 #8e8e8e;
}
.btn-submit:active,
.btn-submit.active {
  font-family: robotobold;
  color: #fff;
}
.btn-submit:hover,
.btn-submit:focus {
  color: #fff;
  background-color: #e75e0c;
  background-image: -webkit-linear-gradient(top, #e75e0c 0%, #d02405 100%);
  background-image:      -o-linear-gradient(top, #e75e0c 0%, #d02405 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e75e0c), to(#d02405));
  background-image:         linear-gradient(to bottom, #e75e0c 0%, #d02405 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe75e0c', endColorstr='#ffd02405', GradientType=0);
  background-repeat: repeat-x;
}
.btn-submit:active,
.btn-submit.active {
  background-color: #b04c0a;
  border-color: #a64809;
}
.btn-submit .divider {
  background: transparent;
  border-right: 1px solid #ba500a;
}
.btn-submit.disabled,
.btn-submit[disabled],
fieldset[disabled] .btn-submit {
  color: #fff;
  color: #999;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: alpha(opacity=80);
  background-repeat: repeat-x;
  border: 1px solid black;
  border-color: #f2f2f2;
  -webkit-box-shadow: 0 1px 2px 0 #ccc;
          box-shadow: 0 1px 2px 0 #ccc;
          opacity: .8;

  -webkit-opacity: .8;
     -moz-opacity: .8;
}
.btn-submit.disabled:hover,
.btn-submit[disabled]:hover,
fieldset[disabled] .btn-submit:hover,
.btn-submit.disabled:focus,
.btn-submit[disabled]:focus,
fieldset[disabled] .btn-submit:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.btn-submit.disabled:active,
.btn-submit[disabled]:active,
fieldset[disabled] .btn-submit:active,
.btn-submit.disabled.active,
.btn-submit[disabled].active,
fieldset[disabled] .btn-submit.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-submit.disabled .divider,
.btn-submit[disabled] .divider,
fieldset[disabled] .btn-submit .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.btn-submit i.icon-right {
  margin-top: 2px;
  margin-left: 15px;
  font-size: 15px;
  vertical-align: text-top;
}
.navbar-default .navbar-nav .btn-login {
  padding: 7px 21px;
  margin: 8px 0;
  line-height: 20px;
  color: white;
}
.navbar-default .navbar-nav .btn-login:after,
.navbar-default .navbar-nav .btn-login:before {
  position: absolute;
  top: 0;
  right: 29px;
  float: left;
  width: 1px;
  height: 34px;
  margin: 0 0;
  content: " ";
  background: #ba500a;
}
.navbar-default .navbar-nav .btn-login:after {
  right: 30px;
  background: #f26a10;
}
.navbar-default .navbar-nav .btn-login .fa {
  margin-right: -11px;
  margin-left: 21px;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .btn-login .fa {
    margin-right: 0;
  }
}
.nav.mobile-top-nav .btn-login {
  padding: 7px 21px;
  margin: 8px 0;
  margin: 0;
  font-family: robotolight;
  line-height: 20px;
  color: white;
}
.nav.mobile-top-nav .btn-login:after,
.nav.mobile-top-nav .btn-login:before {
  position: absolute;
  top: 0;
  right: 29px;
  float: left;
  width: 1px;
  height: 34px;
  margin: 0 0;
  content: " ";
  background: #ba500a;
}
.nav.mobile-top-nav .btn-login:after {
  right: 30px;
  background: #f26a10;
}
.nav.mobile-top-nav .btn-login .fa {
  margin-right: -11px;
  margin-left: 21px;
}
@media (max-width: 991px) {
  .nav.mobile-top-nav .btn-login .fa {
    margin-right: 0;
  }
}
.nav.mobile-top-nav .btn-login .fa {
  margin-right: -9px;
}
.tab-nav-adjacent-link-container {
  display: none;
  float: right;
  margin-top: 0px;
}
@media (min-width: 992px) {
  .tab-nav-adjacent-link-container {
    display: block;
  }
}

.tab-nav-adjacent-link-container a i {
  margin:2px 7px 0 0;
  font-size: 13px;
  font-style: normal !important;
}

.tab-nav-adjacent-link-container a,
.tab-nav-adjacent-link-container a:focus {
  padding:10px;
}

.tab-nav-adjacent-link-container a,
.tab-nav-adjacent-link-container a i,
.tab-nav-adjacent-link-container a:visited,
.tab-nav-adjacent-link-container a:hover,
.tab-nav-adjacent-link-container a:active,
.tab-nav-adjacent-link-container a:visited i,
.tab-nav-adjacent-link-container a:hover i,
.tab-nav-adjacent-link-container a:active i {
  color:#fff;
}

.btn-grey-light.back {
  font-size: 18px;
  color: #002e6b;
}
.btn-grey-light.back span {
  padding-right: 25px;
  padding-left: 25px;
}
.btn-blue-light {
  color: #fff;
  background-color: #4598cd;
  background-image: -webkit-linear-gradient(top, #4598cd 0%, #002d6b 100%);
  background-image:      -o-linear-gradient(top, #4598cd 0%, #002d6b 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4598cd), to(#002d6b));
  background-image:         linear-gradient(to bottom, #4598cd 0%, #002d6b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4598cd', endColorstr='#ff002d6b', GradientType=0);
  background-repeat: repeat-x;
  border-color: #358cc4;
}
.btn-blue-light:hover,
.btn-blue-light:focus {
  color: #fff;
  background-color: #3a88be;
  background-image: -webkit-linear-gradient(top, #3a88be 0%, #0d417d 100%);
  background-image:      -o-linear-gradient(top, #3a88be 0%, #0d417d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a88be), to(#0d417d));
  background-image:         linear-gradient(to bottom, #3a88be 0%, #0d417d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3a88be', endColorstr='#ff0d417d', GradientType=0);
  background-repeat: repeat-x;
}
.btn-blue-light:active,
.btn-blue-light.active {
  background-color: #2d78a8;
  border-color: #2b72a0;
}
.btn-blue-light .divider {
  background: transparent;
  border-right: 1px solid #2f7eb0;
}
#fundTotalSolution .btn-grey-light {
  margin-top: 40px;
}
#fundTotalSolution .fundLevel .btn-blue-light {
  width: 70%;
  font-family: robotolight, Arial, Sans-serif;
  font-size: 18px;
}
/*==================================================
 * movieContainer
 * ===============================================*/
.movieContainer {
  position: relative;
  width: 100%;
  border: 5px solid black;
  -webkit-box-shadow: 0 10px 6px -6px #777;
          box-shadow: 0 10px 6px -6px #777;
}
.movieContainer.big-frame {
  margin: 0 1%;
  border: 20px solid white;
}
.movieContainer.gray-frame {
  border-color: #f2f2f2;
}
.movieHolder {
  position: relative;
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movieHolder iframe,
.movieHolder object,
.movieHolder embed,
.movieHolder video,
.movieHolder #video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.movieHolder.widescreen {
  padding-bottom: 57.25%;
}
.movieHolder.vimeo {
  padding-top: 0;
}
.listBox {
  position: relative;
  padding-bottom: 10px;
  background: white;
}
.listBox h2 {
  padding-bottom: 8px;
  font-family: robotobold;
  font-size: 24px;
  color: black;
  border-bottom: 3px solid #aba195;
}
.listBox .movieContainer {
  margin-bottom: 20px;
}
.listBox h3 a {
  font-family: robotobold;
  font-size: 18px;
  color: #ea650d;
}
.listBox .twitter-link,
.listBox .readmore {
  font-size: 16px;
  color: #4598cc;
}
.listBox .twitter-link:hover,
.listBox .readmore:hover,
.listBox .twitter-link:focus,
.listBox .readmore:focus {
  color: #ea650d;
}
.listBox:before,
.listBox:after {
  position: absolute;
  top: 95%;
  right: 20%;
  bottom: 1px;
  left: 20%;
  z-index: -1;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: 0 0 7px rgba(175, 175, 175, .8);
          box-shadow: 0 0 7px rgba(175, 175, 175, .8);
}
.listBox:after {
  border-radius: 70%;
  -webkit-box-shadow: 0 0 12px rgba(175, 175, 175, .5);
          box-shadow: 0 0 12px rgba(175, 175, 175, .5);
}
.listBox .media-list .media {
  padding-bottom: 5px;
  margin-top: 7px;
  border-bottom: 1px solid #EEE;
}
.listBox .media-list .media .media-heading {
  margin-bottom: 0;
  font-family: robotobold;
  font-size: 14px;
  color: #666;
}
.listBox .media-list .media a {
  color: #002c6b;
}
.listBox .media-list .media a:hover,
.listBox .media-list .media a:focus {
  color: #ea650d;
}
.strategie-box {
  position: relative;
  padding: 0 20px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: none 1px solid #f2f2f2;
  border-radius: 4px;
  -webkit-box-shadow: 2px 0 5px -2px #c0bebb, -2px 0 5px -2px #c0bebb;
          box-shadow: 2px 0 5px -2px #c0bebb, -2px 0 5px -2px #c0bebb;
}
.ie8 .strategie-box {
  border: 1px solid #f2f2f2;
}
.strategie-box .imageheader {
  height: 100px;
  margin: 0 -20px;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.strategie-box:before,
.strategie-box:after {
  position: absolute;
  top: 87%;
  bottom: 14px;
  left: 0;
  z-index: -1;
  width: 37%;
  content: "";
  background: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 15px 7px rgba(192, 190, 187, .8);
          box-shadow: 0 15px 7px rgba(192, 190, 187, .8);
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.strategie-box:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
       -o-transform: rotate(3deg);
          transform: rotate(3deg);
}
.ie8 .strategie-box {
  border: 1px solid #c0bebb;
}
.linked-strategy-block,
.author-block,
.call-to-action-block {
  padding: 10px;
  margin: 0 0 30px;
  background: #d5c8bb;
  background-image: -webkit-radial-gradient(circle, #f2efec, #f2eeeb);
  background-image:      -o-radial-gradient(circle, #f2efec, #f2eeeb);
  background-image:         radial-gradient(circle, #f2efec, #f2eeeb);
  background-repeat: no-repeat;
}
.linked-strategy-block:before,
.author-block:before,
.call-to-action-block:before,
.linked-strategy-block:after,
.author-block:after,
.call-to-action-block:after {
  display: table;
  content: " ";
}
.linked-strategy-block:after,
.author-block:after,
.call-to-action-block:after {
  clear: both;
}
.linked-strategy-block {
  padding: 5px;
  padding-left: 15px;
  border-bottom: 1px solid #EEE;
}
.linked-strategy-block .article-header {
  display: block;
  margin-bottom: 5px;
  font-family: robotolight;
  font-size: 14px;
  color: #002c6b;
}
.linked-strategy-block .readmore {
  display: block;
  background-position: left 5px;
}
.author-block img {
  margin-right: 10px;
  margin-bottom: 10px;
  border: 5px solid #fff;
}
.author-block .author-header {
  margin-top: -15px;
}
.author-block .author-header p {
  font-family: robotobold;
}
@media (max-width: 991px) {
  .author-block .author-header {
    float: left;
    width: 60%;
  }
  .author-block .author-header h5 {
    margin-bottom: 0;
  }
}
.author-block .author-content {
  float: left;
  width: 60%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .author-block .author-content {
    width: 100%;
    margin-left: 0;
  }
}
.author-block + .call-to-action-block {
  margin-top: 50px;
}
.author-block.light {
  padding: 0;
  background: transparent;
  border-bottom: 1px solid #EEE;
}
.author-block.light .author-header {
  margin-top: -17px;
}
.author-block.light .author-header h5 {
  margin-bottom: 0;
  font-size: 22px;
}
.author-block.light .author-header strong,
.author-block.light .author-header p {
  font-size: 18px;
}
.author-block.light .author-header p {
  line-height: 20px;
}
.author-block.light .author-content {
  margin-bottom: 10px;
  margin-left: 3px;
}
.author-block.light img {
  margin: 0 11px 4px 0;
  border-color: #f2f2f2;
}
.author-block .readmore {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.linked-strategy-block + .author-block.light {
  padding-top: 14px;
}
.columns.team .author-block {
  margin-bottom: 9px;
}
.columns.team .author-block .author-header h5 {
  margin-top: 22px;
}
.columns.team .author-block .author-content {
  line-height: 1.3em;
}
.columns.team .author-block img {
  margin-right: 19px;
}
@media (min-width: 768px) {
  .columns.team .author-block {
    margin-bottom: 18;
  }
}
@media (min-width: 992px) {
  .columns.team .author-block img {
    margin-right: 27px;
  }
}
.call-to-action-block {
  padding: 5px 20px 20px;
}
.call-to-action-block h4 {
  font-size: 24px;
}
.call-to-action-block h2 {
  margin-top: 0;
  font-family: robotobold;
  font-size: 36px;
  line-height: 123%;
}
.call-to-action-block .btn {
  margin-top: 20px;
  font-family: robotolight;
  font-size: 14px;
  color: #002c6b;
}
.call-to-action-block .btn i {
  padding-right: 5px;
  margin-right: -15px;
  margin-left: 25px;
  font-size: 12px;
  color: #ea650d;
}
.block-graph {
  margin-bottom: 35px;
}
.block-graph h2 {
  font-family: robotobold;
  font-size: 22px;
  font-weight: normal;
  color: #ea650d;
}
.block-stack {
  margin: 0 0 66px;
}
.block-stack ul {
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
}
.block-stack ul li {
  padding: 3px 17px 3px 18px;
  margin-bottom: 4px;
  background: #e9e9e9;
}
.block-stack ul li:before,
.block-stack ul li:after {
  display: table;
  content: " ";
}
.block-stack ul li:after {
  clear: both;
}
.block-stack ul li strong {
  float: left;
  width: 139px;
}
.block-stack ul li .morningstar {
  float: left;
}
.block-stack ul li span {
  float: left;
  overflow: hidden;
}
.block-stack ul li .info {
  float: right;
  width: 20px;
  height: 20px;
  margin-bottom: -1px;
}
.block-stack ul li .morningstar {
  margin-top: 1px;
}
.block-stack ul li .morningstar .star {
  display: inline;
  margin-right: 2px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .block-stack ul li {
    padding: 3px 2px 3px 10px;
  }
  .block-stack ul li strong {
    width: 100px;
  }
  .block-stack .btn {
    width: 100%;
  }
}
.accordion.panel-group .panel-body .block-stack {
  margin-bottom: 0;
}
.accordion.panel-group .panel-body .block-stack ul {
  margin-bottom: 4px;
}
.accordion.panel-group .panel-body .block-stack ul li {
  padding-right: 4px;
  padding-left: 9px;
}
.accordion.panel-group .panel-body .block-stack ul li strong {
  width: 207px;
  padding-right: 10px;
}
.accordion.panel-group .panel-body .block-stack a {
  float: right;
}
.block-where-to-buy h2 {
  margin: 0 0 10px 0;
  font-size: 22px;
}
.block-where-to-buy .intro {
  margin-left: 2px;
  line-height: 1.3em;
}
#incomeFundSolutions .span12:nth-child(even) .fundLevel.grey,
#fundTotalSolution .span12:nth-child(even) .fundLevel.grey,
#incomeFundSolutions .span6:nth-child(even) .fundLevel.grey,
#fundTotalSolution .span6:nth-child(even) .fundLevel.grey {
  background-color: #fdfdfd !important;
}
#incomeFundSolutions .span12:nth-child(even) .fundLevel.grey .detail li,
#fundTotalSolution .span12:nth-child(even) .fundLevel.grey .detail li,
#incomeFundSolutions .span6:nth-child(even) .fundLevel.grey .detail li,
#fundTotalSolution .span6:nth-child(even) .fundLevel.grey .detail li {
  background-color: #fafafa;
}
#incomeFundSolutions .span12:nth-child(odd) .fundLevel.grey .detail li,
#fundTotalSolution .span12:nth-child(odd) .fundLevel.grey .detail li,
#incomeFundSolutions .span6:nth-child(odd) .fundLevel.grey .detail li,
#fundTotalSolution .span6:nth-child(odd) .fundLevel.grey .detail li {
  background-color: #fcfcfc;
}
#incomeFundSolutions .row-fluid .span12,
#fundTotalSolution .row-fluid .span12 {
  margin-left: 0;
}
#incomeFundSolutions .btn-grey-light.back,
#fundTotalSolution .btn-grey-light.back {
  margin-top: 20px;
}
#incomeFundSolutions h3,
#fundTotalSolution h3 {
  margin-top: 50px;
  margin-bottom: 25px;
}
#incomeFundSolutions .fundLevel .fundRisk,
#fundTotalSolution .fundLevel .fundRisk {
  margin-left: 0;
}
#incomeFundSolutions .fundLevel .fundRisk1,
#fundTotalSolution .fundLevel .fundRisk1 {
  padding-top: 0;
  padding-bottom: 5px;
  text-align: left;
  background: none;
  border-bottom: 0 solid transparent;
}
@media (max-width: 991px) {
  #incomeFundSolutions .fundLevel .fundRisk1,
  #fundTotalSolution .fundLevel .fundRisk1 {
    padding-left: 10px;
  }
}
#incomeFundSolutions .fundLevel p,
#fundTotalSolution .fundLevel p {
  font-size: 16px;
}
#incomeFundSolutions .fundLevel .detail,
#fundTotalSolution .fundLevel .detail {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #incomeFundSolutions .fundLevel .detail,
  #fundTotalSolution .fundLevel .detail {
    padding-right: 0;
    padding-left: 0;
  }
}
#incomeFundSolutions .fundLevel .text-left,
#fundTotalSolution .fundLevel .text-left {
  width: 100%;
}
#incomeFundSolutions .fundLevel .btn-blue-light,
#fundTotalSolution .fundLevel .btn-blue-light {
  width: 100%;
  margin-left: 5px;
  background: none;
}
@media (min-width: 768px) {
  #incomeFundSolutions .fundLevel .btn-blue-light,
  #fundTotalSolution .fundLevel .btn-blue-light {
    width: 75%;
    color: #fff;
    background-color: #4598cd;
    background-image: -webkit-linear-gradient(top, #4598cd 0%, #002d6b 100%);
    background-image:      -o-linear-gradient(top, #4598cd 0%, #002d6b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4598cd), to(#002d6b));
    background-image:         linear-gradient(to bottom, #4598cd 0%, #002d6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4598cd', endColorstr='#ff002d6b', GradientType=0);
    background-repeat: repeat-x;
    border-color: #358cc4;
  }
  #incomeFundSolutions .fundLevel .btn-blue-light:hover,
  #fundTotalSolution .fundLevel .btn-blue-light:hover,
  #incomeFundSolutions .fundLevel .btn-blue-light:focus,
  #fundTotalSolution .fundLevel .btn-blue-light:focus {
    color: #fff;
    background-color: #357fb6;
    background-image: -webkit-linear-gradient(top, #357fb6 0%, #002d6b 100%);
    background-image:      -o-linear-gradient(top, #357fb6 0%, #002d6b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#357fb6), to(#002d6b));
    background-image:         linear-gradient(to bottom, #357fb6 0%, #002d6b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff357fb6', endColorstr='#ff002d6b', GradientType=0);
    background-repeat: repeat-x;
  }
  #incomeFundSolutions .fundLevel .btn-blue-light:active,
  #fundTotalSolution .fundLevel .btn-blue-light:active,
  #incomeFundSolutions .fundLevel .btn-blue-light.active,
  #fundTotalSolution .fundLevel .btn-blue-light.active {
    background-color: #2d78a8;
    border-color: #2b72a0;
  }
  #incomeFundSolutions .fundLevel .btn-blue-light .divider,
  #fundTotalSolution .fundLevel .btn-blue-light .divider {
    background: transparent;
    border-right: 1px solid #2f7eb0;
  }
}
.text-block,
.info-list {
  padding-top: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .text-block,
  .info-list {
    margin: 0 10px 10px;
  }
  .text-block .row-shadow,
  .info-list .row-shadow {
    float: none;
    width: 100%;
    height: 24px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .text-block .row-shadow,
  .info-list .row-shadow {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .text-block:before,
  .info-list:before,
  .text-block:after,
  .info-list:after {
    display: table;
    content: " ";
  }
  .text-block:after,
  .info-list:after {
    clear: both;
  }
}
.text-block .media-heading,
.info-list .media-heading {
  font-size: 26px;
  color: #ea650d;
}
.text-block .media-body p,
.info-list .media-body p,
.text-block .media-body ol li,
.info-list .media-body ol li {
  font-family: robotolight;
  font-size: 16px;
}
.text-block .media-body .media-sub-heading,
.info-list .media-body .media-sub-heading {
  margin-bottom: 0;
  font-family: robotobold, Arial, sans-serif;
  font-weight: bold;
  font-weight: 400;
}
@media (min-width: 768px) {
  .text-block .media-body,
  .info-list .media-body {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .text-block .media-center-image,
  .info-list .media-center-image {
    float: left;
    padding-right: 35px;
    padding-left: 0;
  }
}
.text-block .media-center-image img,
.info-list .media-center-image img {
  margin: auto;
}
@media (max-width: 767px) {
  .text-block .media-center-image img,
  .info-list .media-center-image img {
    width: 100%;
  }
}
.text-block .movieContainer,
.info-list .movieContainer {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .text-block .movieContainer,
  .info-list .movieContainer {
    float: left;
    width: 450px;
    margin: 0;
    margin-right: 20px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .text-block.alter-items:nth-child(odd) .media-center-image,
  .info-list.alter-items:nth-child(odd) .media-center-image {
    float: right;
    padding-right: 0;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .text-block.alter-items:nth-child(odd) .movieContainer,
  .info-list.alter-items:nth-child(odd) .movieContainer {
    float: right;
    width: 450px;
    margin-right: 0;
    margin-left: 20px;
  }
}
.text-block.border,
.info-list.border,
.text-block:last-child,
.info-list:last-child {
  border-bottom: none;
}
.text-block ol.styled-ordered-list,
.info-list ol.styled-ordered-list {
  /* Initiate a counter */
  margin-top: 5px;
  list-style: none;
  counter-reset: li;
  padding:0 0 0 35px;
  margin-left:3px;
}
.text-block ol.styled-ordered-list > li,
.info-list ol.styled-ordered-list > li {
  position: relative;
  margin-top: 10px;
}
.text-block ol.styled-ordered-list > li:before,
.info-list ol.styled-ordered-list > li:before {
  display: inline-block;
  width: 26px;
  height: 26px;
  /* center the number in the circle */
  /*padding-top: 1px;
  padding-left: 2px;*/
  margin-top: 10px;
  margin-left: -37px;
  margin-right:10px;
  font-size: 18px;
  /* pad the numbered list number within the circle */
  font-weight: bold;
  color: white;
  text-align: center;
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  background-color: #aaa;
  background-repeat: no-repeat;
  -webkit-background-size: cover cover;
          background-size: cover;
  border-radius: 100%;
}
.text-block ol.styled-ordered-list > li > ul,
.info-list ol.styled-ordered-list > li > ul {
  margin-top: 10px;
}
.text-block ol.styled-ordered-list > li > ul > li,
.info-list ol.styled-ordered-list > li > ul > li {
  position: relative;
  padding: 5px 0;
  padding-left: 13px;
}
.text-block ol.styled-ordered-list > li > ul > li:before,
.info-list ol.styled-ordered-list > li > ul > li:before {
  position: absolute;
  left: -32px;
  width: 38px;
  height: 20px;
  margin-top: 0;
  margin-left: -7px;
  margin-left: 3px;
  font-size: 30px;
  color: #ea650d;
  content: " ";
  background: url(../img/header_accept.png) center left;
}
.text-block ol.styled-ordered-list > li > ul > li ul,
.info-list ol.styled-ordered-list > li > ul > li ul {
  padding-left: 0;
}
.text-block ol.styled-ordered-list > li > ul > li ul li:before,
.info-list ol.styled-ordered-list > li > ul > li ul li:before {
  color: #000;
}
.text-block ul,
.info-list ul {
  padding-left: 5px;
  list-style: none;
}
.text-block ul li,
.info-list ul li {
  position: relative;
}
.text-block ul li:before,
.info-list ul li:before {
  position: absolute;
  left: -7px;
  margin-top: 0;
  margin-left: -7px;
  font-size: 30px;
  color: #ea650d;
  content: "â€¢";
}
.text-block ul li b,
.info-list ul li b {
  font-family: robotobold;
  font-weight: normal;
}
.info-list-container {
  margin-top: 60px;
}
.info-list .media-heading {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .info-list .media-heading {
    margin-top: -3px;
    margin-bottom: 15px;
  }
}
.info-list.no-bottom-border,
.info-list:last-child {
  border-bottom: 0 solid transparent !important;
  border-bottom: none !important;
}
.text-block .media-center-image {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding-right: 20px;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .text-block .media-center-image {
    float: left;
  }
}
@media (min-width: 768px) {
  .text-block:nth-child(odd) .media-center-image {
    float: left;
    padding-right: 20px;
    padding-left: 0;
  }
}
.text-block.border .row-shadow {
  display: none;
}
@media (max-width: 767px) {
  .text-block .row-shadow {
    margin-top: 0;
  }
}
.text-block .row-shadow:before,
.text-block .row-shadow:after {
  right: 15%;
  left: 15%;
  content: "";
}
.bulletlist {
  padding: 15px;
  background-color: #f2f2f2;
}
.bulletlist header h2 {
  margin-top: 0;
  font-size: 22px;
  color: #ea650d;
  text-align: left;
}
.bulletlist ul {
  padding-left: 0;
  margin-left: -7px;
}
.bulletlist ul li {
  font-family: robotobold, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
.funds-list {
  padding-left: 0;
  list-style: none;
}
.funds-list .fund {
  padding-bottom: 2px;
  margin-top: 8px;
  border-bottom: 1px solid #EEE;
}
.funds-list .fund .fund-header {
  font-family: robotolight;
  color: #002c6b;
}
.funds-list .fund .fund-header:hover,
.funds-list .fund .fund-header:focus {
  color: #ea650d;
}
.funds-list .fund .fund-header i {
  margin-right: 5px;
  margin-left: -5px;
  color: #ea650d;
}
.funds-list .fund h5 {
  margin: 1px 0;
  font-family: Arial;
  font-size: 12px;
  color: #666;
}
.funds-list .fund p {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #000;
}
.funds-list .fund p,
.funds-list .fund .morningstars {
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .funds-list .fund p,
  .funds-list .fund .morningstars {
    float: left;
    width: 150%;
  }
}
.funds-list .fund .fund-info-column {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
  padding-left: 8px;
}
.funds-list .fund .fund-info-column:first-child {
  padding-left: 10px;
}
ul.checked-list {
  padding-left: 0;
  list-style: none;
}
ul.checked-list li {
  display: block;
  padding: 5px 0 0 40px;
  margin-right: 15px;
  margin-left: -10px;
  font-family: robotolight;
  color: black;
  color: #333;
  text-align: left;
  background: url("../img/icons/header_accept.png") no-repeat left center;
}
.strategy-list {
  margin-top: 20px;
}
.strategy-list .media {
  padding: 0 0 5px;
  border-bottom: 1px solid #EEE;
}
@media (max-width: 768px) {
  .strategy-list .media {
    padding-top: 10px;
    margin-top: 0;
  }
  .strategy-list .media:nth-of-type(even) {
    background-color: #f5f5f5;
  }
}
.strategy-list .media .media-object {
  display: none;
}
@media (min-width: 768px) {
  .strategy-list .media .media-object {
    display: block;
  }
}
@media (max-width: 768px) {
  .strategy-list .media .media-object:before {
    font-size: 16px;
    content: ">";
  }
}
.strategy-list .media .media-heading {
  font-family: robotolight;
  font-size: 16px;
  color: #002c6b;
}
.strategy-list .media .media-heading:hover {
  text-decoration: none;
}
.strategy-list .item-check-mark {
  padding-top: 0;
  padding-left: 35px;
  margin: 10px 0;
  margin-right: 15px;
  color: #333;
}
@media (min-width: 768px) {
  .strategy-list .item-check-mark {
    float: left;
  }
}
.strategy-list .readmore {
  padding-top: 5px;
  margin-bottom: 5px;
  background: url("../img/icons/arrow_orange.png") no-repeat left center;
}
@media (max-width: 767px) {
  .strategy-list .media {
    position: relative;
    padding-right: 20px;
  }
  .strategy-list .media:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -(8px+0);
    font-family: "fa";
    font-size: 16px;
    line-height: 16px;
    color: #ea650d;
    content: '\e804';

    speak: none;
  }
  .strategy-list .readmore {
    padding-left: 5px;
    background: none;
  }
}
.internal-link-list,
.download-list {
  width: 100%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: robotolight;
  list-style: none;
}
.internal-link-list li,
.download-list li {
  padding-top: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #EEE;
}
.internal-link-list li a,
.download-list li a {
  padding-left: 25px;
  font-family: robotolight;
  color: #002c6b;
}
.internal-link-list li a:hover,
.download-list li a:hover {
  color: #ea650d;
}
.download-list li {
  background: url("../img/icons/file.png") no-repeat left center;
}
.internal-link-list {
  font-family: robotobold;
}
.internal-link-list li {
  padding-top: 13px;
}
.internal-link-list li a {
  padding-top: 3px;
  padding-left: 20px;
  font-family: robotobold;
  color: #4598cc;
  background: url("../img/icons/arrow_orange.png") no-repeat left center;
}
.internal-link-list.bold li a {
  font-family: robotolight;
}
.downloads-list {
  padding-top: 15px;
  margin-bottom: 83px;
}
.downloads-list ul {
  display: table;
  width: 100%;
  padding: 2px 0 0;
  margin: 0 0 10px;
  list-style-type: none;
  border-top: 3px solid #ea650d;
}
.downloads-list ul li {
  display: table-row;
}
.downloads-list ul li .left {
  display: table-cell;
  padding: 12px 9px 9px 0;
  margin-left: 1px;
  color: #002c6b;
  vertical-align: middle;
  border-bottom: 1px solid #EEE;
}
.downloads-list ul li .left strong {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}
.downloads-list ul li .left strong:after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -(6px-0);
  font-family: "fa";
  font-size: 12px;
  line-height: 12px;
  color: #ea650d;
  content: '\e804';

  speak: none;
}
.downloads-list ul li .left strong:after {
  top: 11px;
}
.downloads-list ul li .right {
  display: table-cell;
  padding: 12px 0 9px;
  border-bottom: 1px solid #EEE;
}
.downloads-list ul li .right .btn {
  padding: 1px 8px 1px;
  font-family: robotobold;
  font-size: 16px;
  color: #002f6b;
}
.downloads-list ul li .right .btn:hover {
  color: #ea650d;
}
#fundDetail table.downloads {
  margin-top: 35px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  #fundDetail table.downloads {
    margin-bottom: 55px;
  }
}
.fundLevel .detail {
  margin-bottom: 50px;
}
#fundChoise .fundLevel ul li {
  padding-left: 35px;
}
@media (min-width: 768px) {
  #fundChoise .fundLevel ul li div.fixed-height-block {
    padding-bottom: 5px;
  }
}
@media (min-width: 992px) {
  #fundChoise .fundLevel ul li div.fixed-height-block {
    height: 30px;
    padding-top: 3px;
    margin-bottom: -1px;
    font-size: 10pt;
    font-weight: bold;
    font-weight: 400;
    line-height: 22px;
  }
}
#fundChoise .fundLevel .text-center .btn-blue-light {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #fundTotalSolution ul.detail li span:not(.star) {
    font-family: robotobold, Arial, Sans-serif;
    color: black;
  }
}
#fundTotalSolution ul.detail li span + span:not(.star) {
  font-family: FrutigerLTPro-Bold, Arial, Sans-serif;
}
/**
Overide icons font-awesome
**/
@font-face {
  font-family: 'fa';
  font-style: normal;
  font-weight: normal;

  src: url('../fonts/fa.eot?50591326');
  src: url('../fonts/fa.eot?50591326#iefix') format('embedded-opentype'), url('../fonts/fa.woff?50591326') format('woff'), url('../fonts/fa.ttf?50591326') format('truetype'), url('../fonts/fa.svg?50591326#fa') format('svg');
}
.fa.fa-times,
.fa.fa-download,
.fa.fa-chevron-down,
.fa.fa-chevron-left,
.fa.fa-chevron-right,
.fa.fa-chevron-up,
.fa.fa-calendar,
.fa.fa-mail {
  font-family: "fa";

  speak: none;
}
.fa-times:before {
  content: '\e806';
}
/* 'î †' */
.fa-download:before {
  content: '\e801';
}
/* 'î �' */
.fa-chevron-down:before {
  content: '\e802';
}
/* 'î ‚' */
.fa-chevron-left:before {
  content: '\e803';
}
/* 'î ƒ' */
.fa-chevron-right:before {
  content: '\e804';
}
/* 'î „' */
.fa-chevron-up:before {
  content: '\e805';
}
/* 'î …' */
.fa-calendar:before {
  content: '\e800';
}
/* 'î €' */
.fa-mail:before {
  content: '\e807';
}
/* 'î ‡' */
/*
* Icons
*/
.page-500-image {
  float: left;
  width: 93px;
  height: 153px;
  margin-right: 20px;
}
.page-500-image + .text {
  overflow: hidden;
}
.star {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #ccc;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.star.active {
  color: #ea650d;
}
.star:before {
  content: "\f005";
}
.readmore {
  color: #4598cc;
}
.readmore.white {
  color: #fff;
}
.readmore.large {
  font-size: 18px;
}
.readmore.large .icon {
  margin-top: 3px;
  margin-left: 5px;
}
.show-less,
.show-more {
  font-family: "fa";
  color: #4598cc;

  speak: none;
}
.show-less.fa-times,
.show-more.fa-times,
.show-less.fa-download,
.show-more.fa-download,
.show-less.fa-chevron-down,
.show-more.fa-chevron-down,
.show-less.fa-chevron-left,
.show-more.fa-chevron-left,
.show-less.fa-chevron-right,
.show-more.fa-chevron-right,
.show-less.fa-chevron-up,
.show-more.fa-chevron-up,
.show-less.fa-calendar,
.show-more.fa-calendar,
.show-less.fa-mail,
.show-more.fa-mail {
  font-family: "fa";

  speak: none;
}
.show-less:before,
.show-more:before {
  margin-right: 3px;
  color: #ea650d;
  content: '\e802';
}
.show-less:before {
  content: '\e805';
}
.item-check-mark {
  display: block;
  padding: 0 0 0 40px;
  margin-top: 5px;
  margin-right: 15px;
  font-family: robotolight;
  color: black;
  text-align: left;
  background: url("../img/header_accept.png") no-repeat left center;
}
.risk-bar .risk {
  float: left;
  width: 3px;
  height: 14px;
  margin: 3px 0 0 3px;
  background-color: #f2f2f2;
  border-radius: 0;
}
.risk-bar .risk.active {
  background-color: #4598cc;
}
.icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
}
.icon.info {
  width: 18px;
  height: 18px;
  background: url("../img/icons/icon_info.png") no-repeat center center;
  background: none \9;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icons/icon_info.png', sizingMethod='scale');
  -webkit-background-size: contain contain;
          background-size: contain;

  ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/icons/icon_info.png', sizingMethod='scale')";
}
.icon.orange-lock {
  width: 22px;
  height: 29px;
  background: url("../img/icons/icon_safe.png") no-repeat right center;
}
.icon.white-lock {
  width: 10px;
  height: 14px;
  background: url("../img/icons/lock_white.png") no-repeat right center;
}
.icon.orange-chevron-right {
  margin-top: -2px;
  vertical-align: middle;
  background: url("../img/icons/arrow_orange_large.png") no-repeat right center;
}
.icon.orange-chevron-right.small {
  background: url("../img/icons/arrow_orange.png") no-repeat right center;
}
.icon.orange-chevron-down {
  background: url("../img/icons/arrow_orange_large_bottom.png") no-repeat right center;
}
.icon.orange-chevron-down.small {
  background: url("../img/icons/arrow_small_bottom.png") no-repeat right center;
}
.icon.home {
  width: 21px;
  height: 21px;
  line-height: 21px;
  background: url("../img/icons/iconHome.png") no-repeat right center;
}
.icon.dashboard.small {
  width: 30px;
  height: 15px;
  background: url("../img/icons/dashboard-smallx2.png") no-repeat left top;
  -webkit-background-size: 27px 17px;
          background-size: 27px 17px;
}
.icon.dashboard.big {
  width: 91px;
  height: 50px;
  background: url("../img/icons/dashboard-big.png") no-repeat right center;
}
.icon.menu {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.icon.menu:after {
  content: "\f0c9";
}
.icon.fa {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 21px;
}
.icon.fa.chevron-right {
  width: 12px;
  content: '\e804';
}
.icon.fa.chevron-left {
  width: 12px;
  content: '\e803';
}
.no-backgroundsize .icon.dashboard.small {
  background-image: url("../img/icons/dashboard-small.png");
}
/**
* Custom dropdowns
*/
.navigation-top .nav-elements .element.dropdown .dropdown-menu {
  padding-top: 2px;
}
.navigation-top .nav-elements .element.dropdown .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.navigation-top .nav-elements .element.dropdown .dropdown-menu > li > a:hover,
.navigation-top .nav-elements .element.dropdown .dropdown-menu > li > a:focus {
  color: #ea650d;
  background: transparent;
}
.navigation-top .dropdown-menu {
  right: 0;
  left: auto;
  float: right;
  width: 100%;
  min-width: initial;
  margin-top: 0;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navigation-top .dropdown-menu > li > a {
  color: #333;
}
.navigation-top .nav-elements .element.dropdown-menu > li > a:hover,
.navigation-top .nav-elements .element.dropdown-menu > li > a:focus {
  color: #ea650d;
  text-decoration: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .dropdown-menu {
    padding: 10px 0;
    border-color: #fff;
  }
  .navbar .navbar-nav .dropdown-menu > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-left: 10px;
    font-family: robotolight;
    font-size: 13px;
    color: #333;
    border-left: 2px solid #f2f2f2;
  }
  .navbar .navbar-nav .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .dropdown-menu > li > a:active {
    color: #000;
    background-color: #fff;
    border-color: #ea650d;
  }
}
/**
* Radio and Checkbox custom styling
*/
.radio.inline,
.radio-inline.inline,
.checkbox.inline {
  float: left;
  padding-left: 24px;
}
.radio.inline + .radio,
.radio-inline.inline + .radio,
.checkbox.inline + .radio {
  margin-left: 23px;
}
.radio label,
.radio-inline label,
.checkbox label {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.radio label input,
.radio-inline label input,
.checkbox label input {
  visibility: hidden;
}
.radio label:before,
.radio-inline label:before,
.checkbox label:before {
  position: absolute;
  top: 0;
  left: -25px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: " ";
  background-image: url('../img/forms/form-elements-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: 250% 250%;
          background-size: 250%;
}
.radio label.checked:before,
.radio-inline label.checked:before,
.checkbox label.checked:before {
  content: "  ";
  background-position: -22px 0;
  /*IE8 fix*/
}
.radio.disabled,
.radio-inline.disabled,
.checkbox.disabled {
  filter: alpha(opacity=80);
          opacity: .8;

  -webkit-opacity: .8;
     -moz-opacity: .8;
}
.radio a.funds-tooltip,
.radio-inline a.funds-tooltip,
.checkbox a.funds-tooltip {
  display: inline-block;
  float: right;
}
.checkbox label:before {
  left: 2px;
  background-position: 0 -22px;
}
.checkbox label.checked:before {
  content: "  ";
  background-position: -22px -22px;
  /*IE8 fix*/
}
.checkbox input[type=checkbox] {
  margin-right: 10px;
  margin-left: -25px;
}
/**
* Form styling
*/
form .form-group {
  margin-bottom: 10px;
}
form .form-group.no-bottom-margin {
  margin-bottom: 0;
}
form .form-group.form-actions {
  margin-left: 5px;
}
form.form-horizontal fieldset {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  form.form-horizontal fieldset {
    margin-bottom: 20px;
  }
}
form.form-horizontal .control-label {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  form.form-horizontal .control-label {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  form.form-horizontal .control-label {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
form.form-horizontal .control-input {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (min-width: 768px) {
  form.form-horizontal .control-input {
    float: left;
    width: 66.66666667%;
  }
}
form.form-horizontal .control-input.third-width {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  form.form-horizontal .control-input.third-width {
    float: left;
    width: 25%;
  }
}
form.form-horizontal .control-input .form-control {
  height: 41px;
}
form.form-horizontal .control-input .form-control.quarter-width {
  width: 50%;
}
@media (min-width: 768px) {
  form.form-horizontal .control-input .form-control.quarter-width {
    width: 25%;
  }
}
form.form-horizontal .control-input textarea.form-control {
  height: auto;
}
form.form-horizontal .control-input .alert-form-error {
  position: relative;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 5px;
  margin-left: 0;
}
form.form-horizontal .control-input .alert-form-error:before {
  position: absolute;
  top: -12px;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  margin-left: -12px;
  content: "";
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffe5e5;
  border-left: 12px solid transparent;
}
form.form-horizontal .control-input label:first-child {
  margin-left: 4px;
}
form.form-horizontal .control-input label input[type=radio] {
  margin-right: 6px;
}
form.form-horizontal .control-input label + label {
  margin-left: 24px;
}
form.form-horizontal .control-input .checkbox label:first-child {
  display: block;
  padding-left: 25px;
  margin-left: -25px;
}
form.form-horizontal .control-input .checkbox input[type=checkbox] {
  margin-right: 10px;
  margin-left: -25px;
}
form.form-horizontal .control-input + .form-buttons {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
  margin-left: 0;
}
@media (min-width: 768px) {
  form.form-horizontal .control-input + .form-buttons {
    float: left;
    width: 25%;
  }
}
form.form-horizontal .control-info {
  position: relative;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  form.form-horizontal .control-info {
    padding-left: 0;
  }
}
form.form-horizontal .control-info .icon {
  padding: 12px;
}
form.form-horizontal .form-buttons,
form.form-horizontal .alert-form-error {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-right: 10px;
  padding-right: 8px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  form.form-horizontal .form-buttons,
  form.form-horizontal .alert-form-error {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  form.form-horizontal .form-buttons,
  form.form-horizontal .alert-form-error {
    float: left;
    width: 67.5%;
  }
}
@media (min-width: 768px) {
  form.form-horizontal .form-buttons,
  form.form-horizontal .alert-form-error {
    margin-left: 25.5%;
  }
}
form.form-horizontal .form-buttons {
  text-align: right;
}
form .form-control {
  color: #000;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 0 2px 1px rgba(250, 250, 250, .8);
          box-shadow: inset 0 0 2px 1px rgba(250, 250, 250, .8);
}
form .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
form .form-control:-ms-input-placeholder {
  color: #999;
}
form .form-control::-webkit-input-placeholder {
  color: #999;
}
form .form-control:focus {
  border-color: #666;
}
form .form-control.disabled,
form .form-control[disabled],
fieldset[disabled] form .form-control {
  background-color: #f2f2f2;
  filter: alpha(opacity=65);
          opacity: .65;

  -webkit-opacity: .65;
     -moz-opacity: .65;
}
form .radio {
  padding-left: 10px;
  margin-top: 0;
}
form .select {
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
form .select.disabled {
  filter: alpha(opacity=65);
          opacity: .65;

  -webkit-opacity: .65;
     -moz-opacity: .65;
}
form .select .form-control {
  height: 41px;
  padding: 11px 12px;
  -webkit-box-shadow: inset 0 0 2px 1px rgba(250, 250, 250, .8);
          box-shadow: inset 0 0 2px 1px rgba(250, 250, 250, .8);
}
form .select select {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  font-family: robotolight;
  color: #000;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;

     -moz-appearance: radio-container;
          appearance: none;
}
form .select:after {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  padding: 11px 12px 10px;
  font-family: "fa";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: white;
  content: '\e802';
  background-color: #ccc;
  background-image: -webkit-linear-gradient(top, #ccc 0%, #aaa 100%);
  background-image:      -o-linear-gradient(top, #ccc 0%, #aaa 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
  background-image:         linear-gradient(to bottom, #ccc 0%, #aaa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffaaaaaa', GradientType=0);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
          border-radius: 4px;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 4px;
}
form .select:focus {
  outline: none;
}
.form-filter {
  margin: 0;
}
.form-filter:before,
.form-filter:after {
  display: table;
  content: " ";
}
.form-filter:after {
  clear: both;
}
.form-filter hr {
  display: none;
}
@media (max-width: 767px) {
  .form-filter {
    padding: 20px;
    margin: -20px -10px 0;
    background: #d7d7d7;
  }
  .form-filter a {
    color: #002c6b;
    text-align: left;
  }
  .form-filter a i {
    color: #ea650d;
  }
  .form-filter a:hover {
    color: #ea650d;
  }
  .form-filter a.collapsed .fa-chevron-up:before {
    content: '\e802';
  }
}
@media (min-width: 768px) {
  .form-filter .collapse {
    display: block;
  }
}
.form-filter form {
  padding: 5px 10px 15px;
  background: #e9e9e9;
  border-radius: 4px;
  border-bottom-right-radius: 0;
}
.form-filter form:before,
.form-filter form:after {
  display: table;
  content: " ";
}
.form-filter form:after {
  clear: both;
}
.form-filter .reset-form {
  float: right;
  padding: 0 5px 5px;
  background: #e9e9e9;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-filter .reset-form a {
  color: #002c6b;
}
.form-filter .reset-form a:hover {
  color: #ea650d;
}
.form-filter .reset-form a i {
  font-weight: lighter;
  color: #ea650d;
}
@media (max-width: 767px) {
  .form-filter .collapseable {
    position: absolute;
    width: 100%;
    margin: -20px;
    margin-top: 20px;
    background-color: #cdcdcd;
    border-radius: 0;
    -webkit-transition: height 1s ease;
         -o-transition: height 1s ease;
            transition: height 1s ease;
  }
  .form-filter .collapseable a {
    margin: 10px;
  }
  .form-filter .collapseable form,
  .form-filter .collapseable .reset-form {
    position: relative;
    z-index: 999;
    display: block;
  }
  .form-filter .collapseable hr {
    display: block;
    margin: 0 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #fff;
  }
  .form-filter .collapseable form {
    padding-top: 20px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 10px 10px -5px #666;
            box-shadow: inset 0 10px 10px -5px #666;
  }
  .form-filter .collapseable .reset-form {
    width: 100%;
    border-radius: 0;
  }
  .form-filter .collapseable .reset-form a {
    float: right;
    padding: 10px 20px;
    margin-right: 10px;
    font-family: robotobold;
    color: #fff;
    color: #ea650d;
    color: #002c6b;
    text-shadow: none;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f2f2f2;
    border-color: #e6e6e6;
    border-bottom-color: #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px 0 #8e8e8e;
            box-shadow: 0 1px 2px 0 #8e8e8e;
  }
  .form-filter .collapseable .reset-form a:active,
  .form-filter .collapseable .reset-form a.active {
    font-family: robotobold;
    color: #fff;
  }
  .form-filter .collapseable .reset-form a:hover,
  .form-filter .collapseable .reset-form a:focus {
    color: #fff;
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
    background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
    background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
    background-repeat: repeat-x;
  }
  .form-filter .collapseable .reset-form a:active,
  .form-filter .collapseable .reset-form a.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
  }
  .form-filter .collapseable .reset-form a .divider {
    background: transparent;
    border-right: 1px solid #e6e6e6;
  }
  .form-filter .collapseable .reset-form a.disabled,
  .form-filter .collapseable .reset-form a[disabled],
  fieldset[disabled] .form-filter .collapseable .reset-form a {
    color: #fff;
    color: #999;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: alpha(opacity=80);
    background-repeat: repeat-x;
    border: 1px solid black;
    border-color: #f2f2f2;
    -webkit-box-shadow: 0 1px 2px 0 #ccc;
            box-shadow: 0 1px 2px 0 #ccc;
            opacity: .8;

    -webkit-opacity: .8;
       -moz-opacity: .8;
  }
  .form-filter .collapseable .reset-form a.disabled:hover,
  .form-filter .collapseable .reset-form a[disabled]:hover,
  fieldset[disabled] .form-filter .collapseable .reset-form a:hover,
  .form-filter .collapseable .reset-form a.disabled:focus,
  .form-filter .collapseable .reset-form a[disabled]:focus,
  fieldset[disabled] .form-filter .collapseable .reset-form a:focus {
    color: #fff;
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
    background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
    background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
    background-repeat: repeat-x;
  }
  .form-filter .collapseable .reset-form a.disabled:active,
  .form-filter .collapseable .reset-form a[disabled]:active,
  fieldset[disabled] .form-filter .collapseable .reset-form a:active,
  .form-filter .collapseable .reset-form a.disabled.active,
  .form-filter .collapseable .reset-form a[disabled].active,
  fieldset[disabled] .form-filter .collapseable .reset-form a.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
  }
  .form-filter .collapseable .reset-form a.disabled .divider,
  .form-filter .collapseable .reset-form a[disabled] .divider,
  fieldset[disabled] .form-filter .collapseable .reset-form a .divider {
    background: transparent;
    border-right: 1px solid #e6e6e6;
  }
  .form-filter .collapseable .reset-form a .fa {
    margin-top: 2px;
  }
  .form-filter .collapseable .reset-form a:hover {
    color: #ea650d;
  }
  .form-filter .collapseable .reset-form a i {
    font-weight: lighter;
    color: #ea650d;
  }
}
.form-filter.filter-funds form {
  padding-bottom: 0;
}
.form-filter.filter-funds form .btn {
  height: 41px;
}
.form-filter.filter-funds form .form-group {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .form-filter.filter-funds form .form-group {
    float: left;
    width: 29.16666667%;
  }
}
@media (min-width: 992px) {
  .form-filter.filter-funds form .form-group {
    float: left;
    width: 20.83333333%;
  }
}
.form-filter.filter-funds form .form-group.search-field {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .form-filter.filter-funds form .form-group.search-field {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .form-filter.filter-funds form .form-group.search-field {
    float: left;
    width: 25%;
  }
}
.form-filter.filter-funds form .form-group.search-field input {
  height: 41px;
  padding-right: 0;
}
.form-filter.filter-funds form .form-group.search-field label {
  display: none;
}
@media (min-width: 992px) {
  .form-filter.filter-funds form .form-group.search-field label {
    display: block;
  }
}
.form-filter.filter-funds form .form-group.search-field .btn-default {
  color: #666;
}
.form-filter.filter-funds form .form-group.search-btn {
  position: relative;
  float: right !important;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .form-filter.filter-funds form .form-group.search-btn {
    float: left;
    width: 8.33333333%;
  }
}
@media (min-width: 992px) {
  .form-filter.filter-funds form .form-group.search-btn {
    float: left;
    width: 12.5%;
  }
}
.form-filter.filter-funds form .form-group.search-btn .btn {
  padding: 11px;
}
.form-filter.filter-funds form .form-group.search-btn .btn span {
  margin-left: 4px;
}
@media (max-width: 991px) {
  .form-filter.filter-funds form .form-group.search-btn .btn span {
    display: none;
  }
}
.form-filter.filter-funds form .form-group .select .form-control {
  width: 100%;
}
.form-filter.filter-funds form .risk-field {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .form-filter.filter-funds form .risk-field {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .form-filter.filter-funds form .risk-field {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .form-filter.filter-funds form .risk-field {
    height: 41px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .form-filter.filter-funds form .risk-field .radio-inline {
    margin-top: 10px;
  }
  .form-filter.filter-funds form .risk-field .radio-inline + .radio-inline {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .form-filter.filter-funds form .risk-field .radio-inline {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 0;
    text-align: center;
  }
  .form-filter.filter-funds form .risk-field .radio-inline label:before {
    top: -20px;
    left: 50%;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .form-filter.filter-funds form .search-field,
  .form-filter.filter-funds form .search-btn {
    display: none;
  }
}
.form-filter.filter-funds .mobile-filter {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .form-filter.filter-funds .mobile-filter {
    display: none;
  }
}
.form-filter.filter-funds .mobile-filter a {
  position: relative;
  float: left;
  width: 25%;
  height: 45px;
  min-height: 1px;
  padding: 11px 7px;
  padding-right: 10px;
  padding-left: 10px;
}
.form-filter.filter-funds .mobile-filter a .fa.pull-right {
  margin-left: 2px;
  font-size: 14px;
}
.form-filter.filter-funds .mobile-filter a span {
  display: none;
}
.form-filter.filter-funds .mobile-filter a.btn-orange {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.form-filter.filter-funds .mobile-filter a.btn-orange i {
  top: -1px;
  margin-left: 3px;
  font-size: 150%;
  color: #fff;
}
.form-filter.filter-funds .mobile-filter .search-field {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.form-filter.filter-funds .mobile-filter .search-field input {
  height: 41px;
}
.form-filter.filter-funds .mobile-filter .search-field .btn-default {
  color: #666;
}
.form-filter.filter-funds .mobile-filter .search-field .btn-default i {
  font-size: 150%;
  line-height: 150%;
}
@media (max-width: 767px) {
  .form-filter.filter-funds .collapseable {
    margin-top: 60px;
  }
}
.form-search {
  margin-bottom: 20px;
}
.form-search:before,
.form-search:after {
  display: table;
  content: " ";
}
.form-search:after {
  clear: both;
}
@media (max-width: 767px) {
  .form-search {
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.form-search form {
  padding: 25px;
  background: #e9e9e9;
  border-radius: 4px;
  border-bottom-right-radius: 0;
}
.form-search form:before,
.form-search form:after {
  display: table;
  content: " ";
}
.form-search form:after {
  clear: both;
}
.form-search form .input-group {
  position: relative;
  float: left;
  width: 83.33333333%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .form-search form .input-group {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .form-search form .input-group {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .form-search form .input-group input {
    height: 41px;
  }
}
.form-search .search-field .input-group {
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-search .search-field input {
  height: 30px;
  padding-left: 0;
}
.form-search .btn {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.form-search .btn span {
  margin-left: 5px;
}
@media (max-width: 767px) {
  .form-search .btn span {
    display: none;
  }
}
@media (max-width: 767px) {
  .form-search .btn i {
    font-size: 150%;
  }
}
form.page-count {
  float: right;
}
form.page-count .control-label {
  float: right;
  width: auto;
  margin-right: 5px;
}
.ie8 form.page-count .control-label {
  float: right;
}
form.page-count .control-input {
  float: right;
  width: 100px;
}
.ie8 form.page-count .control-input {
  float: right;
}
form.page-count .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  form.page-count {
    margin-bottom: 20px;
  }
}
form.register-form {
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
}
.funds-search {
  margin-bottom: 8px;
}
.funds-search .input-group {
  background-color: #f6f6f6;
  border-right: none;
  -webkit-box-shadow: inset 0 0 6px 1px rgba(237, 237, 237, .9);
          box-shadow: inset 0 0 6px 1px rgba(237, 237, 237, .9);
}
.funds-search .input-group .form-control {
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.funds-search .btn-default {
  color: #ea650d;
  background: transparent;
  border: none;
  border-radius: 0;
}
.funds-search .btn i {
  margin-top: 2px;
  font-size: 16px;
}
.form-search-results {
  padding: 10px 15px 15px;
  background-color: #f2f2f2;
}
.form-search-results .form-group {
  margin-bottom: 0;
}
.form-search-results .form-group .radio {
  height: 30px;
  padding-left: 25px;
  margin-bottom: 0;
}
.search-field .input-group,
.header-form .input-group {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-right: none;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px 1px rgba(237, 237, 237, .9);
          box-shadow: inset 0 0 6px 1px rgba(237, 237, 237, .9);
}
.search-field .input-group .form-control,
.header-form .input-group .form-control {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-field .btn,
.header-form .btn {
  color: #ea650d;
  background: transparent;
  border: none;
}
.pagination {
  position: relative;
  width: 100%;
  padding: 0 40px;
  margin-top: 11px;
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination li.previous,
.pagination li.next {
  position: absolute;
  top: 0;
}
.pagination li.previous a,
.pagination li.next a {
  font-family: robotobold;
  color: #fff;
  color: #ea650d;
  text-shadow: none;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f2f2f2;
  border-color: #e6e6e6;
  border-bottom-color: #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px 0 #8e8e8e;
          box-shadow: 0 1px 2px 0 #8e8e8e;
}
.pagination li.previous a:active,
.pagination li.next a:active,
.pagination li.previous a.active,
.pagination li.next a.active {
  font-family: robotobold;
  color: #fff;
}
.pagination li.previous a:hover,
.pagination li.next a:hover,
.pagination li.previous a:focus,
.pagination li.next a:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.pagination li.previous a:active,
.pagination li.next a:active,
.pagination li.previous a.active,
.pagination li.next a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.pagination li.previous a .divider,
.pagination li.next a .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.pagination li.previous a.disabled,
.pagination li.next a.disabled,
.pagination li.previous a[disabled],
.pagination li.next a[disabled],
fieldset[disabled] .pagination li.previous a,
fieldset[disabled] .pagination li.next a {
  color: #fff;
  color: #999;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: alpha(opacity=80);
  background-repeat: repeat-x;
  border: 1px solid black;
  border-color: #f2f2f2;
  -webkit-box-shadow: 0 1px 2px 0 #ccc;
          box-shadow: 0 1px 2px 0 #ccc;
          opacity: .8;

  -webkit-opacity: .8;
     -moz-opacity: .8;
}
.pagination li.previous a.disabled:hover,
.pagination li.next a.disabled:hover,
.pagination li.previous a[disabled]:hover,
.pagination li.next a[disabled]:hover,
fieldset[disabled] .pagination li.previous a:hover,
fieldset[disabled] .pagination li.next a:hover,
.pagination li.previous a.disabled:focus,
.pagination li.next a.disabled:focus,
.pagination li.previous a[disabled]:focus,
.pagination li.next a[disabled]:focus,
fieldset[disabled] .pagination li.previous a:focus,
fieldset[disabled] .pagination li.next a:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.pagination li.previous a.disabled:active,
.pagination li.next a.disabled:active,
.pagination li.previous a[disabled]:active,
.pagination li.next a[disabled]:active,
fieldset[disabled] .pagination li.previous a:active,
fieldset[disabled] .pagination li.next a:active,
.pagination li.previous a.disabled.active,
.pagination li.next a.disabled.active,
.pagination li.previous a[disabled].active,
.pagination li.next a[disabled].active,
fieldset[disabled] .pagination li.previous a.active,
fieldset[disabled] .pagination li.next a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.pagination li.previous a.disabled .divider,
.pagination li.next a.disabled .divider,
.pagination li.previous a[disabled] .divider,
.pagination li.next a[disabled] .divider,
fieldset[disabled] .pagination li.previous a .divider,
fieldset[disabled] .pagination li.next a .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.pagination li.previous a:hover,
.pagination li.next a:hover {
  color: #ea650d;
}
.pagination li.previous a:after,
.pagination li.next a:after {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-family: "fa";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  line-height: 14px;
  line-height: 21px;
  line-height: 19px;
  vertical-align: text-top;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.pagination li.previous a:after.pull-left,
.pagination li.next a:after.pull-left {
  margin-right: .3em;
}
.pagination li.previous a:after.pull-right,
.pagination li.next a:after.pull-right {
  margin-left: .3em;
}
.pagination li.previous a:after.info,
.pagination li.next a:after.info {
  width: 18px;
  height: 18px;
  background: url("../img/icons/icon_info.png") no-repeat center center;
  background: none \9;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/icons/icon_info.png', sizingMethod='scale');
  -webkit-background-size: contain contain;
          background-size: contain;

  ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/icons/icon_info.png', sizingMethod='scale')";
}
.pagination li.previous a:after.orange-lock,
.pagination li.next a:after.orange-lock {
  width: 22px;
  height: 29px;
  background: url("../img/icons/icon_safe.png") no-repeat right center;
}
.pagination li.previous a:after.white-lock,
.pagination li.next a:after.white-lock {
  width: 10px;
  height: 14px;
  background: url("../img/icons/lock_white.png") no-repeat right center;
}
.pagination li.previous a:after.orange-chevron-right,
.pagination li.next a:after.orange-chevron-right {
  margin-top: -2px;
  vertical-align: middle;
  background: url("../img/icons/arrow_orange_large.png") no-repeat right center;
}
.pagination li.previous a:after.orange-chevron-right.small,
.pagination li.next a:after.orange-chevron-right.small {
  background: url("../img/icons/arrow_orange.png") no-repeat right center;
}
.pagination li.previous a:after.orange-chevron-down,
.pagination li.next a:after.orange-chevron-down {
  background: url("../img/icons/arrow_orange_large_bottom.png") no-repeat right center;
}
.pagination li.previous a:after.orange-chevron-down.small,
.pagination li.next a:after.orange-chevron-down.small {
  background: url("../img/icons/arrow_small_bottom.png") no-repeat right center;
}
.pagination li.previous a:after.home,
.pagination li.next a:after.home {
  width: 21px;
  height: 21px;
  line-height: 21px;
  background: url("../img/icons/iconHome.png") no-repeat right center;
}
.pagination li.previous a:after.dashboard.small,
.pagination li.next a:after.dashboard.small {
  width: 30px;
  height: 15px;
  background: url("../img/icons/dashboard-smallx2.png") no-repeat left top;
  -webkit-background-size: 27px 17px;
          background-size: 27px 17px;
}
.pagination li.previous a:after.dashboard.big,
.pagination li.next a:after.dashboard.big {
  width: 91px;
  height: 50px;
  background: url("../img/icons/dashboard-big.png") no-repeat right center;
}
.pagination li.previous a:after.menu,
.pagination li.next a:after.menu {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.pagination li.previous a:after.menu:after,
.pagination li.next a:after.menu:after {
  content: "\f0c9";
}
.pagination li.previous a:after.fa,
.pagination li.next a:after.fa {
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 21px;
}
.pagination li.previous a:after.fa.chevron-right,
.pagination li.next a:after.fa.chevron-right {
  width: 12px;
  content: '\e804';
}
.pagination li.previous a:after.fa.chevron-left,
.pagination li.next a:after.fa.chevron-left {
  width: 12px;
  content: '\e803';
}
.pagination li.previous a:after.chevron-right,
.pagination li.next a:after.chevron-right {
  width: 12px;
  content: '\e804';
}
.pagination li.previous a:after.chevron-left,
.pagination li.next a:after.chevron-left {
  width: 12px;
  content: '\e803';
}
.pagination li.previous {
  left: 0;
}
.pagination li.previous a:after {
  width: 12px;
  font-family: "fa";
  content: '\e803';

  speak: none;
}
.pagination li.next {
  right: 0;
}
.pagination li.next a:after {
  width: 12px;
  font-family: "fa";
  content: '\e804';

  speak: none;
}
.pagination li a {
  width: 37px;
  height: 37px;
  margin-right: 1px;
  margin-left: 1px;
}
.pagination li a,
.pagination li a:hover,
.pagination li a:focus {
  color: #002c6b;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}
.pagination li a:hover {
  border: 1px solid #ccc;
}
.pagination li a span {
  display: block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.pagination li.disabled a,
.pagination li.disabled a:hover,
.pagination li.disabled a:focus {
  color: #ccc;
}
.pagination li.active a,
.pagination li.active a:hover,
.pagination li.active a:focus {
  color: #ea650d;
  background: white;
  border: 1px solid #ccc;
}
/**
 * Generic article style
 */
article .info,
\:article .info {
  padding: 0 0 0 2px;
  margin: 0;
  font-family: robotobold;
  font-size: 14px;
  color: #666;
}
article .info .author,
\:article .info .author {
  padding: 0 0 0 5px;
  border-left: 1px solid #666;
}
article.single,
\:article.single {
  margin-top: 20px;
}
article.single .movieContainer,
\:article.single .movieContainer {
  padding-bottom: 20px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
article.single .movieContainer .caption,
\:article.single .movieContainer .caption {
  display: none;
  margin-top: 8px;
  font-family: Arial;
  font-size: 12px;
  font-style: italic;
  line-height: 19px;
  color: #666;
}
@media (min-width: 768px) {
  article.single .movieContainer .caption,
  \:article.single .movieContainer .caption {
    display: list-item;
    list-style-position: inside;
    list-style-type: disc;
  }
}
article.single .movieContainer .movieHolder,
\:article.single .movieContainer .movieHolder {
  border-left: 7px solid #ea650d;
}
article.single .teaser,
\:article.single .teaser {
  margin-bottom: 23px;
  border-left: 7px solid #ea650d;
}
article.single .info,
\:article.single .info {
  padding: 3px 0 0 1px;
  margin-bottom: 5px;
}
article.single .intro,
\:article.single .intro {
  font-family: robotolight;
  font-size: 16px;
  color: #000;
}
article.single p,
\:article.single p {
  font-family: Arial;
  font-size: 14px;
}
article.single p + ul,
\:article.single p + ul {
  margin-top: 30px;
}
article.single p:last-child,
\:article.single p:last-child {
  margin-bottom: 30px;
}
/**
 * Article list and grid styles
 */
.articles {
  margin-bottom: 22px;
}
.articles article,
.articles \:article {
  position: relative;
  padding: 5px 0 18px 2px;
  border-bottom: 1px solid #EEE;
}
.articles article:first-child,
.articles \:article:first-child {
  padding-top: 0;
}
.articles article a,
.articles \:article a {
  display: block;
}
.articles article a:before,
.articles \:article a:before,
.articles article a:after,
.articles \:article a:after {
  display: table;
  content: " ";
}
.articles article a:after,
.articles \:article a:after {
  clear: both;
}
.articles article h2,
.articles \:article h2 {
  display: block;
  margin: 0;
  font-family: robotobold;
  font-size: 14px;
  color: #002c6b;
}
.articles article a:hover h2,
.articles \:article a:hover h2 {
  color: #ea650d;
}
.articles article p,
.articles \:article p {
  padding: 0 0 0 2px;
}
.articles article p,
.articles \:article p,
.articles article p:hover,
.articles \:article p:hover,
.articles article p:focus,
.articles \:article p:focus {
  color: #333;
}
.articles article.video:first-child {
  padding-top: 10px;
}
.articles article.video .content {
  padding-top: 10px;
}
.articles article.video .img-holder {
  position: relative;
  width: 100%;
  padding: 5px 0;
}
.articles article.video .img-holder img {
  width: 100%;
  border: 5px solid #f2f2f2;
}
.articles article.video .img-holder:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  background: url('../img/icons/btn_play.png') no-repeat center center;
}
.articles.articles-grid {
  padding-top: 4px;
}
.articles.articles-grid article {
  padding-top: 0;
}
.articles.articles-grid article.video:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .articles article,
  .articles \:article {
    padding: 10px 0 8px 0;
  }
  .articles article h2,
  .articles \:article h2 {
    margin: 5px 0 6px;
    font-family: robotolight;
    font-size: 18px;
    line-height: 19px;
  }
  .articles.articles-list article,
  .articles.articles-list \:article {
    overflow: hidden;
    zoom: 1;
  }
  .articles.articles-list article .content,
  .articles.articles-list \:article .content {
    padding-top: 0;
    overflow: hidden;
    zoom: 1;
  }
  .articles.articles-list article .content h2:first-child,
  .articles.articles-list \:article .content h2:first-child {
    margin-top: 10px;
  }
  .articles.articles-list article .content .info:last-child,
  .articles.articles-list \:article .content .info:last-child {
    margin-top: -5px;
  }
  .articles.articles-list article p,
  .articles.articles-list \:article p {
    font-family: robotobold;
    font-size: 16px;
    line-height: 25px;
  }
  .articles.articles-list article .img-holder,
  .articles.articles-list \:article .img-holder {
    float: right;
    margin-top: 25px;
    margin-left: 25px;
  }
  .articles.articles-grid article h2 {
    margin-top: 4px;
    margin-bottom: 2px;
  }
  .articles.articles-grid article p {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .articles.articles-grid {
    display: table;
    margin-left: -19px;
    border-spacing: 19px 0;
    border-collapse: separate;
  }
  .articles.articles-grid .grid-row {
    display: table-row;
  }
  .articles.articles-grid .grid-row:first-child article {
    padding-top: 0;
  }
  .articles.articles-grid article {
    display: table-cell;
    padding-top: 19px;
  }
  .articles.articles-grid article a {
    width: 193px;
  }
  .articles.articles-grid article a .content {
    padding-top: 1px;
  }
}
@media (max-width: 991px) {
  .articles article.video {
    position: relative;
    padding: 0;
  }
  .articles article.video:after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -(7px+0);
    font-family: "fa";
    font-size: 14px;
    line-height: 14px;
    color: #ea650d;
    content: '\e804';

    speak: none;
  }
  .articles article.video .img-holder {
    display: block;
    float: left;
    width: 25%;
    padding-left: 0;
    border-width: 2px;
  }
  .articles article.video .img-holder:after {
    -webkit-background-size: 25px 25px;
            background-size: 25px;
  }
  .articles article.video .content {
    padding-top: 7px;
    padding-left: 10px;
    margin-right: 20px;
    margin-left: 26%;
    overflow: hidden;
    zoom: 1;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .articles article {
    position: relative;
    padding-right: 20px;
  }
  .articles article:after {
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -(7px+0);
    font-family: "fa";
    font-size: 14px;
    line-height: 14px;
    color: #ea650d;
    content: '\e804';

    speak: none;
  }
  .articles article:nth-of-type(even) {
    background-color: #f5f5f5;
  }
  .articles article p {
    display: none;
  }
  .articles article .img-holder {
    display: none;
  }
  .articles article h2 {
    font-family: robotolight;
  }
  .articles article.video:nth-of-type(even) {
    background-color: #f5f5f5;
  }
  .articles article.video p {
    display: none;
  }
}
.cookie-notice {
  margin-bottom: 0;
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
  border-radius: 0;
}
.cookie-notice hr {
  border-top-color: #bfbfbf;
}
.cookie-notice .alert-link {
  color: #e6e6e6;
}
@media (max-width: 767px) {
  .cookie-notice {
    padding: 10px;
  }
}
.cookie-notice .btn {
  float: right;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cookie-notice .btn {
    float: left;
    margin: 10px 0 0;
    clear: both;
  }
}
.cookie-notice p {
  float: left;
  margin-bottom: 0;
}
.alert-form-error {
  padding: 13px;
  font-family: robotolight;
  color: #f00;
  background-color: #ffe5e5;
  border-color: #ffe5e5;
}
.alert-form-error hr {
  border-top-color: #ffcbcb;
}
.alert-form-error .alert-link {
  color: #c00;
}
.no-backgroundsize .modal .close {
  background-image: url("../img/icon_cross_white_small.png");
}
#videoModal .close {
  text-shadow: none;
}
@media (min-width: 768px) {
  #videoModal .modal-dialog {
    width: 740px;
    margin-left: -(740px/2);
  }
}
@media (min-width: 992px) {
  #videoModal .modal-dialog {
    width: 960px;
    margin-left: -(960px/2);
  }
}
@media (min-width: 1200px) {
  #videoModal .modal-dialog {
    width: 960px;
    margin-left: -(960px/2);
  }
}
#videoModal .modal-dialog .movieContainer {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#addtoDashboardModal .modal-dialog {
  width: 484px;
  margin-left: -242px;
}
#addtoDashboardModal .modal-body,
#addtoDashboardModal .modal-header {
  padding-left: 27px;
}
#addtoDashboardModal .modal-header {
  padding-top: 12px;
}
#addtoDashboardModal .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .taxTextModal,
  .saveOrInvestModal {
    width: 80%;
    margin-left: -40%;
  }
  .taxTextModal .modal-body,
  .saveOrInvestModal .modal-body {
    max-height: 768px;
  }
}
@media (min-width: 1200px) {
  .taxTextModal,
  .saveOrInvestModal {
    width: 920px;
    margin-left: -460px;
  }
}
@media (min-width: 1280px) {
  .saveOrInvestModal {
    width: 1280px;
    margin-left: -640px;
  }
}
.lightBoxClose,
.lightBoxClose:hover,
.lightBoxClose:active {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 9999;
  width: 25px;
  height: 25px;
  overflow: hidden;
  font-size: 12pt;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #f60;
  border-radius: 25px;
}
/*
* Tables
*/
@media (min-width: 768px) {
  .table-funds {
    margin-top: 40px;
  }
}
.table-funds .table-funds-header:before,
.table-funds .table-funds-row:before,
.table-funds .table-funds-header:after,
.table-funds .table-funds-row:after {
  display: table;
  content: " ";
}
.table-funds .table-funds-header:after,
.table-funds .table-funds-row:after {
  clear: both;
}
.table-funds .table-funds-header {
  display: none;
  font-family: robotobold;
  font-size: 14px;
  color: #002c6b;
  border-bottom: 2px solid #ea650d;
}
@media (min-width: 768px) {
  .table-funds .table-funds-header {
    display: block;
  }
}
.table-funds .table-funds-header > span {
  position: relative;
  display: none;
  min-height: 1px;
  padding-top: 16px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .table-funds .table-funds-header > span {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .table-funds .table-funds-header > span {
    float: left;
    width: 12.5%;
  }
}
@media (min-width: 992px) {
  .table-funds .table-funds-header > span {
    display: block;
  }
}
@media (min-width: 480px) {
  .table-funds .table-funds-header > span {
    padding-right: 0;
    padding-left: 0;
  }
}
.table-funds .table-funds-header > span i.active {
  color: #ea650d;
}
.table-funds .table-funds-header > span i.sort-up,
.table-funds .table-funds-header > span i.sort-down {
  padding: 0 2px;
  padding-left: 5px;
  margin-right: -3px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #666;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table-funds .table-funds-header > span i.sort-up:before {
  content: "\f0de";
}
.table-funds .table-funds-header > span i.sort-down:before {
  content: "\f0dd";
}
.table-funds .table-funds-header > span:first-child {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .table-funds .table-funds-header > span:first-child {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .table-funds .table-funds-header > span:first-child {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .table-funds .table-funds-header > span:first-child {
    display: block;
  }
}
.table-funds .table-funds-header > span.risk-bar {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .table-funds .table-funds-header > span.risk-bar {
    float: left;
    width: 8.33333333%;
  }
}
.table-funds .table-funds-header > span.compare {
  padding-top: 0;
}
@media (min-width: 768px) {
  .table-funds .table-funds-header > span.compare {
    position: relative;
    display: block;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .table-funds .table-funds-header > span.compare {
    float: left;
    width: 50%;
  }
}
.table-funds .table-funds-header > span.compare:after {
  position: absolute;
  right: 0;
  bottom: -8px;
  float: right;
  width: 1px;
  height: 7px;
  margin: 0;
  margin-right: 20px;
  content: " ";
  background: #ea650d;
}
.table-funds .table-funds-header > span.morningstar,
.table-funds .table-funds-header > span.compare {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .table-funds .table-funds-header > span.morningstar,
  .table-funds .table-funds-header > span.compare {
    float: left;
    width: 12.5%;
  }
}
.table-funds .table-funds-header .funds-tooltip .info {
  margin-top: -1px;
}
.table-funds .table-funds-row {
  border-bottom: 1px solid #EEE;
}
@media (min-width: 992px) {
  .table-funds .table-funds-row {
    padding: 3px 0;
  }
}
.table-funds .table-funds-row > div {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .table-funds .table-funds-row > div {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .table-funds .table-funds-row > div {
    float: left;
    width: 12.5%;
  }
}
@media (max-width: 991px) {
  .table-funds .table-funds-row > div {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .table-funds .table-funds-row > div {
    padding-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .table-funds .table-funds-row > div {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.table-funds .table-funds-row > div .table-funds-info {
  display: block;
  width: 100%;
  font-family: robotobold;
  color: #333;
}
@media (min-width: 992px) {
  .table-funds .table-funds-row > div .table-funds-info {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-funds .table-funds-row > div .funds-tooltip {
    display: none;
  }
}
.table-funds .table-funds-row > div:first-child {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-top: 8px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .table-funds .table-funds-row > div:first-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .table-funds .table-funds-row > div:first-child {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .table-funds .table-funds-row > div:first-child {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .table-funds .table-funds-row > div:first-child {
    padding-bottom: 4px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .table-funds .table-funds-row > div:first-child {
    padding-left: 0;
  }
}
.table-funds .table-funds-row > div:first-child a {
  display: block;
  width: 100%;
  overflow: hidden;
  font-family: robotolight;
  color: #002c6b;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-funds .table-funds-row > div:first-child a:hover {
  color: #ea650d;
}
.table-funds .table-funds-row > div.risk-bar {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .table-funds .table-funds-row > div.risk-bar {
    float: left;
    width: 8.33333333%;
  }
}
.table-funds .table-funds-row > div.risk-bar a.risk-banner {
  display: block;
  float: left;
}
.table-funds .table-funds-row > div.risk-bar a.risk-banner:before,
.table-funds .table-funds-row > div.risk-bar a.risk-banner:after {
  display: table;
  content: " ";
}
.table-funds .table-funds-row > div.risk-bar a.risk-banner:after {
  clear: both;
}
.table-funds .table-funds-row > div.morningstar,
.table-funds .table-funds-row > div.compare {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .table-funds .table-funds-row > div.morningstar,
  .table-funds .table-funds-row > div.compare {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .table-funds .table-funds-row > div.morningstar,
  .table-funds .table-funds-row > div.compare {
    float: left;
    width: 12.5%;
  }
}
@media (max-width: 767px) {
  .table-funds .table-funds-row > div.morningstar,
  .table-funds .table-funds-row > div.compare {
    padding-right: 0;
    padding-left: 0;
  }
}
.table-funds .table-funds-row > div.compare {
  padding-top: 3px;
  padding-bottom: 0;
}
.table-funds .table-funds-row > div.compare .btn {
  padding: 5px;
  padding-right: 0;
  padding-bottom: 2px;
}
.table-funds .table-funds-row > div.compare .btn .dashboard {
  margin-top: -1px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .table-funds .table-funds-row > div.compare {
    display: none;
  }
}
.table-funds .table-funds-row > div.compare .checkbox {
  float: right;
  margin-top: 8px;
  margin-bottom: 0;
}
.table-funds .table-funds-row > div.compare .checkbox label:before {
  right: -10px;
  left: auto;
}
.table-fund h2 {
  margin-bottom: 4px;
  margin-left: 2px;
  font-family: robotobold;
  font-size: 22px;
  font-weight: normal;
  color: #ea650d;
}
.table-fund .table {
  margin-bottom: 30px;
  border-top: 3px solid #ea650d;
}
.table-fund .table th {
  width: 160px;
  background: #ece9e6;
}
.table-fund .table th,
.table-fund .table td {
  padding: 9px 8px 8px 17px;
  margin-left: 1px;
  font-size: 12px;
  border-top: none;
  border-bottom: 1px solid #EEE;
  border-left: 1px solid #ece9e6;
}
.table-fund .table th + td {
  width: 133px;
}
@media (max-width: 767px) {
  .table-fund .table th,
  .table-fund .table td {
    padding-right: 2px;
    padding-left: 8px;
  }
  .table-fund .table th + td {
    width: 90px;
  }
  .table-fund .table th {
    width: 102px;
    max-width: 110px;
  }
}
.table-fund.two-cols th + td {
  width: auto;
}
.table-performance {
  padding-bottom: 15px;
}
.table-performance h2 {
  margin-top: 0;
  margin-bottom: 11px;
  margin-left: 2px;
  font-family: robotobold;
  font-size: 22px;
  font-weight: normal;
  color: #ea650d;
}
.table-performance .table > thead > tr > th {
  padding: 0 1px;
  font-family: robotobold;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  border-bottom: 3px solid #ea650d;
}
.table-performance .table tbody th,
.table-performance .table tbody td {
  padding: 12px 2px;
  border-top: none;
  border-bottom: 1px solid #EEE;
}
.table-funds-compare {
  margin-right: -10px;
  margin-left: -10px;
}
.table-funds-compare .table-funds-compare-header,
.table-funds-compare .table-funds-compare-column {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .table-funds-compare .table-funds-compare-header,
  .table-funds-compare .table-funds-compare-column {
    float: left;
    width: 25%;
  }
}
.table-funds-compare .block-stack {
  margin-bottom: 5px;
}
.table-funds-compare .block-stack ul li {
  height: 30px;
  padding-top: 5px;
  margin-bottom: 7px;
}
.table-funds-compare .block-stack ul li.different {
  background-color: rgba(69, 152, 204, .25);
}
.table-funds-compare .block-stack ul li .star {
  display: inline-block;
  margin-top: 3px;
  margin-left: 2px;
  font-size: 16px;
}
.table-funds-compare .table-funds-compare-header {
  margin-top: 90px;
}
.table-funds-compare .table-funds-compare-header .block-stack ul li {
  padding: 6px 8px;
  font-family: robotolight;
  font-size: 16px;
  color: #000;
}
.table-funds-compare .table-funds-compare-header a.funds-tooltip {
  display: inline-block;
  float: right;
  margin-top: -2px;
}
.table-funds-compare .table-funds-compare-column .btn.remove {
  float: right;
  padding: 2px 4px;
  font-family: robotolight;
  color: #002c6b;
}
.table-funds-compare .table-funds-compare-column .btn.remove i {
  color: red;
}
.table-funds-compare .table-funds-compare-column .btn.remove:hover,
.table-funds-compare .table-funds-compare-column .btn.remove:focus {
  color: #ea650d;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}
.table-funds-compare .table-funds-compare-cell {
  position: relative;
  padding: 10px 5px 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  background-color: #fff;
  border: none 1px solid #f2f2f2;
  border-radius: 4px;
  -webkit-box-shadow: 2px 0 5px -2px #c0bebb, -2px 0 5px -2px #c0bebb;
          box-shadow: 2px 0 5px -2px #c0bebb, -2px 0 5px -2px #c0bebb;
}
.ie8 .table-funds-compare .table-funds-compare-cell {
  border: 1px solid #f2f2f2;
}
.table-funds-compare .table-funds-compare-cell:before,
.table-funds-compare .table-funds-compare-cell:after {
  position: absolute;
  top: 87%;
  bottom: 14px;
  left: 0;
  z-index: -1;
  width: 37%;
  content: "";
  background: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 15px 7px rgba(192, 190, 187, .8);
          box-shadow: 0 15px 7px rgba(192, 190, 187, .8);
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.table-funds-compare .table-funds-compare-cell:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
       -o-transform: rotate(3deg);
          transform: rotate(3deg);
}
.table-funds-compare .table-funds-compare-cell .cell-header h2 {
  width: 100%;
  height: 50px;
  margin: 0 auto 5px;
  font-family: robotobold;
  font-size: 18px;
  color: #ea650d;
  text-align: center;
}
.table-funds-compare .table-funds-compare-cell .cell-footer {
  margin-top: 35px;
}
.table-funds-compare .table-funds-compare-cell .btn {
  width: 100%;
  font-family: robotobold;
  font-size: 18px;
}
@media (max-width: 991px) {
  .table-funds-compare .table-funds-compare-cell .btn {
    white-space: normal;
  }
}
.nav-tabs li {
  min-width: 116px;
  text-align: center;
}
.nav-tabs li a {
  padding: 8px 10px 9px;
  margin-right: 7px;
  font-family: robotobold;
  font-size: 18px;
  background: #e9e9e9;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .page-header.tabs .container {
    padding: 0;
  }
  .nav-tabs.collapseable {
    position: relative;
    width: 100%;
    max-height: 57px;
    padding: 57px 0 0;
    overflow: hidden;
    background: #ccd5e1;
    border: none;
    -webkit-transition: max-height 1s ease;
         -o-transition: max-height 1s ease;
            transition: max-height 1s ease;
  }
  .nav-tabs.collapseable li {
    float: none;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #EEE;
  }
  .nav-tabs.collapseable li a,
  .nav-tabs.collapseable li a:hover,
  .nav-tabs.collapseable li a:focus {
    font-family: robotolight;
    font-size: 16px;
    background: transparent;
    border: none;
    border-radius: none;
  }
  .nav-tabs.collapseable li.active {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 10px;
    -webkit-box-shadow: inset 0 10px 10px -5px #aebdd0;
            box-shadow: inset 0 10px 10px -5px #aebdd0;
  }
  .nav-tabs.collapseable li.active a {
    position: relative;
    padding: 17px 0 16px;
    font-size: 17px;
    outline: none;
  }
  .nav-tabs.collapseable li.active a:hover,
  .nav-tabs.collapseable li.active a:focus {
    font-size: 17px;
    cursor: pointer;
  }
  .nav-tabs.collapseable li.active a:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -(7px+0);
    font-family: "fa";
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    content: '\e802';

    speak: none;
  }
  .nav-tabs.collapseable li a,
  .nav-tabs.collapseable li a:hover,
  .nav-tabs.collapseable li a:focus {
    font-size: 14px;
    color: #002c6b;
  }
  .nav-tabs.collapseable li a:hover,
  .nav-tabs.collapseable li a:hover:hover,
  .nav-tabs.collapseable li a:focus:hover,
  .nav-tabs.collapseable li a:focus,
  .nav-tabs.collapseable li a:hover:focus,
  .nav-tabs.collapseable li a:focus:focus {
    color: #fff;
  }
  .nav-tabs.collapseable.in {
    z-index: 1041;
    max-height: 1000px;
  }
  .nav-tabs.collapseable.in li.active a {
    position: relative;
  }
  .nav-tabs.collapseable.in li.active a:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -(7px+0);
    font-family: "fa";
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    content: '\e805';

    speak: none;
  }
}
.nav-tabs {
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f7 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f7));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f7', GradientType=0);
  background-repeat: repeat-x;
}
.nav-tabs li a {
  font-family: robotolight, Arial, Sans-serif;
}
@media (max-width: 767px) {
  .nav-tabs.collapseable li a,
  .nav-tabs.collapseable.in li a {
    height: 45px;
    line-height: 30px;
  }
  .nav-tabs.collapseable li a,
  .nav-tabs.collapseable.in li a,
  .nav-tabs.collapseable li a:hover,
  .nav-tabs.collapseable.in li a:hover,
  .nav-tabs.collapseable li a:focus,
  .nav-tabs.collapseable.in li a:focus {
    font-family: robotobold;
    font-weight: 500;

    -moz-osx-font-smoothing: grayscale;
  }
  .nav-tabs.collapseable li.active a,
  .nav-tabs.collapseable.in li.active a {
    height: 57px;
    line-height: 25px;
  }
  .nav-tabs.collapseable li.active a:after,
  .nav-tabs.collapseable.in li.active a:after {
    top: 43%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
          opacity: 0;

  -webkit-opacity: 0;
     -moz-opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=100);
          opacity: 1;

  -webkit-opacity: 1;
     -moz-opacity: 1;
}
.tooltip.top {
  padding: 10px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 10px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 10px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 10px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #ea650d;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ea650d;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 10px;
  border-width: 10px 10px 0;
  border-top-color: #ea650d;
}
.tooltip.top-right .tooltip-arrow {
  right: 10px;
  bottom: 0;
  border-width: 10px 10px 0;
  border-top-color: #ea650d;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ea650d;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ea650d;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ea650d;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ea650d;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ea650d;
}
.tooltip .tooltip-inner {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  -webkit-box-shadow: -1px 5px 5px -2px rgba(50, 50, 50, .5);
          box-shadow: -1px 5px 5px -2px rgba(50, 50, 50, .5);
}
.risk-banner .tooltip-inner {
  background: #f2f2f2;
}
.risk-banner.top .tooltip-arrow {
  border-top-color: #f2f2f2;
}
.risk-banner.top-left .tooltip-arrow {
  border-top-color: #f2f2f2;
}
.risk-banner.top-right .tooltip-arrow {
  border-top-color: #f2f2f2;
}
.risk-banner.right .tooltip-arrow {
  border-right-color: #f2f2f2;
}
.risk-banner.left .tooltip-arrow {
  border-left-color: #f2f2f2;
}
.risk-banner.bottom .tooltip-arrow {
  border-bottom-color: #f2f2f2;
}
.risk-banner.bottom-left .tooltip-arrow {
  border-bottom-color: #f2f2f2;
}
.risk-banner.bottom-right .tooltip-arrow {
  border-bottom-color: #f2f2f2;
}
@media (max-width: 1199px) {
  .risk-banner .tooltip-arrow,
  .risk-banner .tooltip-inner {
    display: none;
  }
}
.tooltip.left {
  margin-left: -20px;
}
.strategy-content .equal-height .third-width-columns:last-child:before,
.strategy-content .equal-height .third-width-columns:last-child:after {
  display: none;
}
.strategy-content.strategy-about .columns {
  margin-bottom: 30px;
}
.strategy-content.strategy-news-detail .content-right h3 {
  margin-top: 18px;
  font-size: 22px;
}
.strategy-content .columns.team {
  margin-bottom: 30px;
}
.strategy-content .columns.team .equal-height {
  min-height: 100%;
}
.strategy-content .columns.team .equal-height:before,
.strategy-content .columns.team .equal-height:after {
  display: table;
  content: " ";
}
.strategy-content .columns.team .equal-height:after {
  clear: both;
}
.strategy-content .columns.team .equal-height .half-width-columns {
  position: relative;
  width: 100%;
  min-width: 47%;
}
@media (min-width: 768px) {
  .strategy-content .columns.team .equal-height .half-width-columns {
    width: 50%;
  }
}
.strategy-content .columns.team .equal-height .half-width-columns:after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  display: block;
  content: " ";
  border-bottom: 1px solid #EEE;
}
.strategy-content .columns.team .equal-height .half-width-columns.empty:after {
  display: none;
}
.strategy-content .columns.team .equal-height .author-block.light {
  border-bottom: none;
}
.strategy-content .third-width-columns {
  padding-bottom: 0;
}
.strategy-content .third-width-columns .listBox h2 {
  font-size: 27px;
}
.strategy-content .third-width-columns .listBox .movieContainer {
  margin-top: 16px;
}
.strategy-content .third-width-columns .listBox .download-list {
  margin-top: -3px;
}
.strategy-content .third-width-columns .call-to-action-block {
  margin-top: 53px;
  margin-bottom: 0;
}
.strategy-content .third-width-columns .call-to-action-block .btn-blue {
  font-family: robotobold;
  color: #fff;
}
.strategy-content .third-width-columns .call-to-action-block .btn-blue .fa {
  color: #fff;
}
.strategy-content .text {
  margin-bottom: 20px;
}
.strategy-content .btn-back {
  margin-top: 30px;
}
.strategy-content .pagination {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .strategy-content .team .column-row + .column-row {
    margin-top: 67px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .strategy-content .team .column-row + .column-row {
    margin-top: 18px;
  }
  .strategy-content .third-width-columns .listBox h2 {
    padding-bottom: 4px;
    margin-top: 17px;
    font-size: 22px;
  }
  .strategy-content .third-width-columns .call-to-action-block {
    padding-left: 17px;
    margin-top: 43px;
  }
  .strategy-content .third-width-columns .call-to-action-block h2 {
    font-size: 33px;
  }
  .strategy-content .third-width-columns .call-to-action-block h4 {
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 22px;
  }
  .strategy-content .third-width-columns .call-to-action-block .btn {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .strategy-content {
    padding: 22px 0 40px;
  }
  .strategy-content.strategy-about,
  .strategy-content.strategy-news-detail {
    padding-top: 0;
  }
  .strategy-content .third-width-columns:first-child {
    margin-bottom: 20px;
  }
  .strategy-content .btn-back {
    width: 100%;
  }
}
.accordion.panel-group {
  margin-bottom: 30px;
}
.accordion.panel-group h3 {
  margin-bottom: 7px;
  font-size: 22px;
}
.accordion.panel-group .panel {
  padding-bottom: 2px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accordion.panel-group .panel .panel-heading {
  padding: 0;
}
.accordion.panel-group .panel .panel-heading h4 {
  margin: 0;
}
.accordion.panel-group .panel .panel-heading h4 a {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 11px;
  font-family: robotobold;
  font-size: 18px;
  color: #002c6b;
  color: #fff;
  color: #ea650d;
  color: #002c6b;
  text-align: left;
  text-shadow: none;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f2f2f2;
  border-color: #e6e6e6;
  border-bottom-color: #ccc;
  -webkit-box-shadow: 0 1px 2px 0 #8e8e8e;
          box-shadow: 0 1px 2px 0 #8e8e8e;
}
.accordion.panel-group .panel .panel-heading h4 a:active,
.accordion.panel-group .panel .panel-heading h4 a.active {
  background-image: none;
}
.accordion.panel-group .panel .panel-heading h4 a.login {
  font-family: robotolight;
}
.accordion.panel-group .panel .panel-heading h4 a .fa-chevron-right,
.accordion.panel-group .panel .panel-heading h4 a .fa-chevron-left {
  vertical-align: text-bottom;
}
.accordion.panel-group .panel .panel-heading h4 a .fa-check {
  margin-right: 8px;
  font-size: 20px;
}
.accordion.panel-group .panel .panel-heading h4 a.large {
  padding-top: 11px;
  padding-bottom: 7px;
  font-size: 18px;
}
.accordion.panel-group .panel .panel-heading h4 a.large .fa {
  font-size: 14px;
}
.accordion.panel-group .panel .panel-heading h4 a:active,
.accordion.panel-group .panel .panel-heading h4 a.active {
  font-family: robotobold;
  color: #fff;
}
.accordion.panel-group .panel .panel-heading h4 a:hover,
.accordion.panel-group .panel .panel-heading h4 a:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.accordion.panel-group .panel .panel-heading h4 a:active,
.accordion.panel-group .panel .panel-heading h4 a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.accordion.panel-group .panel .panel-heading h4 a .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.accordion.panel-group .panel .panel-heading h4 a.disabled,
.accordion.panel-group .panel .panel-heading h4 a[disabled],
fieldset[disabled] .accordion.panel-group .panel .panel-heading h4 a {
  color: #fff;
  color: #999;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: alpha(opacity=80);
  background-repeat: repeat-x;
  border: 1px solid black;
  border-color: #f2f2f2;
  -webkit-box-shadow: 0 1px 2px 0 #ccc;
          box-shadow: 0 1px 2px 0 #ccc;
          opacity: .8;

  -webkit-opacity: .8;
     -moz-opacity: .8;
}
.accordion.panel-group .panel .panel-heading h4 a.disabled:hover,
.accordion.panel-group .panel .panel-heading h4 a[disabled]:hover,
fieldset[disabled] .accordion.panel-group .panel .panel-heading h4 a:hover,
.accordion.panel-group .panel .panel-heading h4 a.disabled:focus,
.accordion.panel-group .panel .panel-heading h4 a[disabled]:focus,
fieldset[disabled] .accordion.panel-group .panel .panel-heading h4 a:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.accordion.panel-group .panel .panel-heading h4 a.disabled:active,
.accordion.panel-group .panel .panel-heading h4 a[disabled]:active,
fieldset[disabled] .accordion.panel-group .panel .panel-heading h4 a:active,
.accordion.panel-group .panel .panel-heading h4 a.disabled.active,
.accordion.panel-group .panel .panel-heading h4 a[disabled].active,
fieldset[disabled] .accordion.panel-group .panel .panel-heading h4 a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.accordion.panel-group .panel .panel-heading h4 a.disabled .divider,
.accordion.panel-group .panel .panel-heading h4 a[disabled] .divider,
fieldset[disabled] .accordion.panel-group .panel .panel-heading h4 a .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.accordion.panel-group .panel .panel-heading h4 a:hover {
  color: #002c6b;
}
.accordion.panel-group .panel .panel-heading h4 a:before {
  float: left;
  width: 14px;
  height: 14px;
  margin: 1px 6px 0 0;
  content: " ";
  background: url("../img/icons/icon_square_plus.gif") no-repeat center center;
  -webkit-background-size: contain contain;
          background-size: contain;
}
.no-backgroundsize .accordion.panel-group .panel .panel-heading h4 a:before {
  background-image: url("../img/icons/icon_square_plus_small.gif");
}
.accordion.panel-group .panel .panel-heading.active h4 a:before {
  background-image: url("../img/icons/icon_square_min.gif");
}
.no-backgroundsize .accordion.panel-group .panel .panel-heading.active h4 a:before {
  background-image: url("../img/icons/icon_square_min_small.gif");
}
.accordion.panel-group .panel .panel-body {
  padding: 5px 0 10px;
  border: none;
  border-top: none;
}
.accordion.panel-group .panel + .panel {
  margin-top: 9px;
}
.twitter-feed {
  width: 100%;
  padding: 0;
  list-style: none;
}
.twitter-feed .tweet {
  padding: 15px 0 5px;
  border-bottom: 1px solid #EEE;
}
.twitter-feed .tweet:first-child {
  padding-top: 5px;
}
.twitter-feed .tweet .tweet-date {
  display: block;
  margin-bottom: 0;
  font-family: robotolight;
  font-size: 12px;
  color: #666;
}
.twitter-feed .tweet .tweet-text {
  display: block;
  line-height: 1.55;
  color: #002c6b;
}
.twitter-feed .tweet a {
  margin-top: 3px;
  color: #4598cc;
}
.twitter-feed .tweet a:hover {
  color: #ea650d;
}
.twitter-link {
  color: #4598cc;
}
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  border: 0;
  outline: 0;
}
.ui-helper-clearfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}
.ui-helper-clearfix {
  display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}
.ui-helper-clearfix {
  display: block;
}
/* end clearfix */
.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  position: relative;
  margin-top: 1px;
  cursor: pointer;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  padding: .5em .5em .5em .7em;
  font-size: 1em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  top: 50%;
  left: .5em;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  position: relative;
  top: 1px;
  display: none;
  padding: 1em 2.2em;
  margin-top: -2px;
  margin-bottom: 2px;
  overflow: auto;
  zoom: 1;
  border-top: 0;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  display: block;
  float: left;
  padding: 2px;
  margin: 0;
  list-style: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: left;
  zoom: 1;
}
.ui-menu .ui-menu-item a {
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  text-decoration: none;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
  font-weight: normal;
}
/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: .1em;
  overflow: visible;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  zoom: 1;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-right: 2.1em;
  padding-left: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-right: -.3em;
  margin-left: 0;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  display: none;
  width: 17em;
  padding: .2em .2em 0;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
  font-size: 1em;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  margin: 0 0 .4em;
  font-size: .9em;
  border-collapse: collapse;
}
.ui-datepicker th {
  padding: .7em .3em;
  font-weight: bold;
  text-align: center;
  border: 0;
}
.ui-datepicker td {
  padding: 1px;
  border: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  padding: 0 .2em;
  margin: .7em 0 0 0;
  background-image: none;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  width: auto;
  padding: .2em .6em .3em .6em;
  margin: .5em .2em .4em;
  overflow: visible;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  width: 100%;
  clear: both;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  right: auto;
  left: 2px;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  right: auto;
  left: 1px;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  z-index: -1;
  display: none;
  /*sorry for IE5*/
  display: block;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
          filter: mask();

  /*must have*/
  -webkit-filter: mask();
  /*must have*/
}
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  width: 300px;
  padding: .2em;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  padding: .4em 1em;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 50%;
  right: .3em;
  width: 19px;
  height: 18px;
  padding: 1px;
  margin: -10px 0 0 0;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  padding: .5em 1em;
  overflow: auto;
  zoom: 1;
  background: none;
  border: 0;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: .3em 1em .5em .4em;
  margin: .5em 0 0 0;
  text-align: left;
  background-image: none;
  border-width: 1px 0 0 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  right: 3px;
  bottom: 3px;
  width: 14px;
  height: 14px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*
 * jQuery UI Progressbar 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
}
.ui-progressbar .ui-progressbar-value {
  height: 100%;
  margin: -1px;
}
/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  z-index: 99999;
  display: block;
  font-size: .1px;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  top: -5px;
  left: 0;
  width: 100%;
  height: 7px;
  cursor: n-resize;
}
.ui-resizable-s {
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 7px;
  cursor: s-resize;
}
.ui-resizable-e {
  top: 0;
  right: -5px;
  width: 7px;
  height: 100%;
  cursor: e-resize;
}
.ui-resizable-w {
  top: 0;
  left: -5px;
  width: 7px;
  height: 100%;
  cursor: w-resize;
}
.ui-resizable-se {
  right: 1px;
  bottom: 1px;
  width: 12px;
  height: 12px;
  cursor: se-resize;
}
.ui-resizable-sw {
  bottom: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  cursor: sw-resize;
}
.ui-resizable-nw {
  top: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  cursor: nw-resize;
}
.ui-resizable-ne {
  top: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  cursor: ne-resize;
}
/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px solid #EEE;
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  font-size: .7em;
  background-position: 0 0;
  border: 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-bottom: -.6em;
  margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  padding: .2em .2em 0;
  margin: 0;
}
.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 1px;
  float: left;
  padding: 0;
  margin: 0 .2em 1px 0;
  white-space: nowrap;
  list-style: none;
  border-bottom: 0 !important;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  margin-bottom: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  padding: 1em 1.4em;
  background: none;
  border-width: 0;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.landing {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .landing {
    margin-top: 36px;
  }
}
.landing.background {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(radial, 80% 20%, 0, 80% 40%, 100, from(#f4f4f4), to(#f2f2f2));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(80% 20%, closest-corner, #f4f4f4, #f2f2f2);
  background-color: #f4f4f4;
  /* Firefox 3.6+ */
  /* IE 10 */
}
.landing h3 {
  margin-right: -10px;
  margin-left: -10px;
  font-family: robotobold;
  color: #ea650d;
}
.landing .intro {
  padding-bottom: 20px;
  margin-right: -10px;
  margin-right: 0;
  margin-bottom: 30px;
  margin-left: -10px;
  border-bottom: 1px solid #EEE;
}
.landing .content-left {
  z-index: 2;
  padding-top: 0;
  padding-bottom: 35px;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(radial, 80% 20%, 0, 80% 40%, 100, from(#f4f4f4), to(#f2f2f2));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(80% 20%, closest-corner, #f4f4f4, #f2f2f2);
  background-color: #f4f4f4;
  /* Firefox 3.6+ */
  /* IE 10 */
}
@media (max-width: 767px) {
  .landing .content-left {
    padding: 0 20px;
  }
}
.landing .content-left .landing-form {
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 768px) {
  .landing .content-left .landing-form > .third-width-columns {
    margin-bottom: 20px;
  }
}
.landing .content-left .landing-form .btn {
  width: 70%;
  margin-top: -3px;
}
@media (max-width: 767px) {
  .landing .content-left .landing-form .btn {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .landing .content-left .landing-form .btn i {
    float: right;
    margin-top: 3px;
  }
}
@media (min-width: 768px) {
  .landing .content-left .landing-form .select {
    margin-right: -40px;
    margin-left: 17px;
  }
}
.landing .content-left .landing-form .radio {
  position: relative;
  padding-left: 14px;
  margin-bottom: 14px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .landing .content-left .landing-form .radio {
    width: 90%;
    padding-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing .content-left .landing-form .radio {
    width: 110%;
  }
}
.landing .content-left .landing-form .radio .icon.info {
  position: absolute;
  top: 0;
  right: -11px;
  z-index: 10;
  padding: 12px;
}
@media (max-width: 767px) {
  .landing .content-left .landing-form .radio .icon.info {
    top: -5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .landing .content-left .landing-form .radio .icon.info {
    top: -2px;
  }
}
.landing .content-right {
  min-height: 0;
  padding-left: 0;
}
.landing .sliding-image {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 767px) {
  .landing .sliding-image {
    display: none !important;
  }
}
.landing .sliding-image .the-image {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/landing_image_1.jpg');
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-background-size: cover cover;
          background-size: cover;
}
.landing .readmore {
  padding-right: 10px;
}
.landing .readmore + .readmore {
  margin-left: 15px;
}
.landing + .landing {
  margin-top: 10px;
}
.disclaimer {
  padding: 5px 0;
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: Arial;
  font-size: 11px;
  color: #666;
  border-top: 1px solid #EEE;
}
.disclaimer img {
  margin-left: 10px;
}
.disclaimer a {
  color: #4598cc;
}
@media (min-width: 768px) {
  .disclaimer {
    padding: 0;
    padding-top: 10px;
    padding-left: 0;
    margin-top: 30px;
    margin-right: -3px;
    margin-left: 10px;
  }
}
.decline .text {
  margin-top: 16px;
  margin-bottom: 30px;
  font-family: robotobold;
  font-size: 16px;
  line-height: 1.5;
}
.google-map {
  height: 230px;
}
@media (max-width: 767px) {
  .google-map {
    display: none;
  }
}
.contact-page {
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 38px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contact-page {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .contact-page {
    width: 960px;
  }
}
.contact-page .contact-row {
  margin-right: -10px;
  margin-left: -10px;
}
.contact-page .contact-info {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .contact-page .contact-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-info.left {
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .contact-page .contact-info.right {
    padding-left: 20px;
  }
}
.contact-page .contact-info.right img {
  border-left: 7px solid #ea650d;
}
.contact-page .contact-info.right img + .box {
  margin-top: 30px;
}
.contact-page .contact-info a {
  color: #4598cc;
}
.contact-page .contact-info .box {
  margin-bottom: 30px;
  overflow: hidden;
}
.contact-page .contact-info .box .link-phone,
.contact-page .contact-info .box h2 {
  margin-top: 0;
  font-family: robotobold;
  font-size: 26px;
  color: #ea650d;
}
.contact-page .contact-info .box .fa {
  float: left;
  width: 32px;
  margin-right: 25px;
  font-size: 30px;
  text-align: center;
}
.contact-page .contact-info .box .fa.fa-phone {
  font-size: 35px;
}
.contact-page .contact-info .box .fa.fa-map-marker {
  font-size: 40px;
}
.contact-page .contact-info .box .contact-content {
  padding-bottom: 2px;
  overflow: hidden;
  border-bottom: 1px solid #EEE;
}
.contact-page .contact-info .box .contact-content,
.contact-page .contact-info .box .contact-content a {
  font-family: robotobold;
  font-size: 16px;
}
.contact-page .contact-info .box .contact-content.link-phone,
.contact-page .contact-info .box .contact-content a.link-phone {
  font-size: 26px;
}
@media (max-width: 767px) {
  .contact-page .contact-info .box .contact-content.link-phone,
  .contact-page .contact-info .box .contact-content a.link-phone {
    color: #4598cc;
  }
}
.contact-page .contact-info .box .contact-content h2 {
  margin-bottom: 7px;
}
.contact-page .contact-info .box .contact-content p {
  padding-left: 1px;
}
@media (min-width: 992px) {
  .contact-page .contact-info .box .contact-content p {
    width: 80%;
  }
}
.contact-page .contact-info .fa {
  color: #ea650d;
}
.contact-page .contact-info .author-block {
  padding-bottom: 14px;
  padding-left: 0;
  margin-bottom: 12px;
  font-size: 16px;
  background: none;
  border-bottom: 1px solid #EEE;
}
.contact-page .contact-info .author-block img {
  border-color: #f2f2f2;
}
.contact-page .contact-info .author-block .orange-header {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 22px;
}
.contact-page .contact-info .author-block .fa {
  margin-right: 7px;
  margin-left: 3px;
  font-size: 17px;
  vertical-align: middle;
}
.contact-page .contact-info .author-block .fa.fa-phone {
  height: 22px;
  font-size: 22px;
}
.contact-page .contact-info .author-block img {
  margin-right: 12px;
}
.contact-page .contact-info .author-block strong {
  display: block;
  margin-top: -2px;
  margin-bottom: 6px;
  font-size: 14px;
}
.contact-page .contact-info .author-block p {
  margin: 5px 0;
}
.contact-page .contact-info .author-block p + p {
  margin-top: 7px;
}
.contact-page .contact-info .author-block a {
  font-family: robotobold;
}
.library-header {
  font-family: robotobold;
  color: #ea650d;
}
.library-landing {
  position: relative;
  z-index: 1;
}
.library-landing.background {
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(radial, 80% 20%, 0, 80% 40%, 100, from(#f4f4f4), to(#f2f2f2));
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-radial-gradient(80% 20%, closest-corner, #f4f4f4, #f2f2f2);
  background-color: #f4f4f4;
  /* Firefox 3.6+ */
  /* IE 10 */
}
.library-landing.background.home {
  min-height: 200px;
}
@media (max-width: 767px) {
  .library-landing.search-results .search-form {
    display: none;
  }
}
.library-landing.search-results .search-form .sliding-image {
  display: none;
}
.library-landing h3 {
  margin-right: -10px;
  margin-left: -10px;
  font-family: robotobold;
  color: #ea650d;
}
.library-landing .full-content {
  position: relative;
  z-index: 2;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .library-landing .full-content {
    float: left;
    width: 91.66666667%;
  }
}
.library-landing .full-content .search-result-text {
  margin-top: 3px;
  margin-bottom: 5px;
  margin-left: -10px;
}
.library-landing .search-form:before,
.library-landing .search-form:after {
  display: table;
  content: " ";
}
.library-landing .search-form:after {
  clear: both;
}
.library-landing .search-form .radio-group {
  margin-top: 10px;
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
  margin-left: 0;
}
.library-landing .search-form .radio-group .radio-inline {
  font-family: robotobold;
}
@media (max-width: 767px) {
  .library-landing .search-form .radio-group .radio-inline {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .library-landing .search-form .radio-group .radio-inline {
    margin-right: 20px;
  }
}
.library-landing .search-form .form-group {
  margin-right: -10px;
  margin-left: -10px;
}
.library-landing .search-form .form-group .input-group {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .library-landing .search-form .form-group .input-group {
    width: 100%;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .library-landing .search-form .form-group .input-group {
    float: left;
    width: 50%;
  }
}
.library-landing .search-form .form-group input,
.library-landing .search-form .form-group button {
  height: 44px;
  border-radius: 4px;
}
.library-landing .search-form .form-group input i,
.library-landing .search-form .form-group button i {
  font-size: 16px;
}
@media (max-width: 767px) {
  .library-landing .search-form .form-group input,
  .library-landing .search-form .form-group button {
    margin-top: 10px;
  }
}
.library-landing .search-form .form-group .select {
  position: relative;
  min-height: 1px;
  padding: 0;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .library-landing .search-form .form-group .select {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .library-landing .search-form .form-group .select {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .library-landing .search-form {
    padding-bottom: 20px;
  }
}
.library-landing .sliding-image {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 50%;
  height: 100%;
}
.library-landing .sliding-image .the-image {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/document_background.png');
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-background-size: cover cover;
          background-size: cover;
}
@media (max-width: 767px) {
  .library-landing .sliding-image {
    left: 0;
    width: 100%;
  }
}
.table-documents {
  margin-right: -10px;
  margin-left: -10px;
}
.table-documents .table-documents-header:before,
.table-documents .table-documents-row:before,
.table-documents .table-documents-header:after,
.table-documents .table-documents-row:after {
  display: table;
  content: " ";
}
.table-documents .table-documents-header:after,
.table-documents .table-documents-row:after {
  clear: both;
}
@media (max-width: 767px) {
  .table-documents .table-documents-header,
  .table-documents .table-documents-row {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .table-documents .table-documents-buttons {
    display: block;
    padding: 0 10px;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .table-documents .table-documents-buttons .btn-select {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-documents .table-documents-buttons .btn {
    float: left;
    width: 31%;
    min-height: 52px;
    padding-top: 15px;
    margin: 0 1%;
    white-space: normal;
  }
  .table-documents .table-documents-buttons .btn + .btn {
    padding-top: 5px;
    margin-right: 1%;
  }
  .table-documents .table-documents-buttons .btn i.fa {
    display: none;
  }
}
.table-documents .btn {
  float: right;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
}
.table-documents .btn + .btn {
  margin-right: 8px;
}
.table-documents .download {
  padding-left: 0;
  margin-top: 0;
}
.table-documents .download .checkbox {
  padding-left: 0;
}
.table-documents .download .checkbox label {
  display: block;
}
.table-documents .table-documents-header {
  display: none;
  font-family: robotobold;
  font-size: 14px;
  color: #002c6b;
  border-bottom: 2px solid #ea650d;
}
@media (min-width: 768px) {
  .table-documents .table-documents-header {
    display: block;
  }
}
.table-documents .table-documents-header > span {
  display: none;
  padding-top: 5px;
  color: #666;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .table-documents .table-documents-header > span {
    display: block;
  }
}
@media (min-width: 480px) {
  .table-documents .table-documents-header > span {
    padding-right: 0;
    padding-left: 0;
  }
}
.table-documents .table-documents-header > span i {
  padding: 0 2px;
  margin-right: -3px;
  margin-left: 3px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.table-documents .table-documents-header > span i.active {
  color: #ea650d;
}
.table-documents .table-documents-header > span i.sort-up {
  color: #666;
}
.table-documents .table-documents-header > span i.sort-up:before {
  content: "\f0de";
}
.table-documents .table-documents-header > span i.sort-down {
  color: #666;
}
.table-documents .table-documents-header > span i.sort-down:before {
  content: "\f0dd";
}
.table-documents .table-documents-header > span.download {
  position: relative;
  min-height: 1px;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .table-documents .table-documents-header > span.download {
    float: left;
    width: 4.16666667%;
  }
}
@media (min-width: 768px) {
  .table-documents .table-documents-header > span.download {
    display: block;
    padding-left: 0;
    text-align: left;
  }
}
.table-documents .table-documents-header > span.download .checkbox {
  margin-bottom: 10px;
}
.table-documents .table-documents-header > span.download:after {
  position: absolute;
  bottom: -7px;
  left: 10px;
  float: right;
  width: 1px;
  height: 12px;
  margin: 0;
  margin-right: 20px;
  content: " ";
  background: #ea650d;
}
.table-documents .table-documents-header > span.document {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .table-documents .table-documents-header > span.document {
    float: left;
    width: 75%;
  }
}
.table-documents .table-documents-header > span.date {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
}
@media (min-width: 768px) {
  .table-documents .table-documents-header > span.date {
    float: left;
    width: 20.83333333%;
  }
}
.table-documents .table-documents-header .documents-tooltip .info {
  margin-top: -1px;
}
.table-documents .table-documents-row {
  border-bottom: 1px solid #EEE;
}
@media (min-width: 992px) {
  .table-documents .table-documents-row {
    padding: 3px 0;
  }
}
.table-documents .table-documents-row > div .table-documents-info {
  display: block;
  width: 100%;
  font-family: robotobold;
  color: #333;
}
@media (min-width: 992px) {
  .table-documents .table-documents-row > div .table-documents-info {
    display: none;
  }
}
.table-documents .table-documents-row > div.download {
  position: relative;
  display: block;
  float: left;
  width: 8.33333333%;
  min-height: 1px;
  padding: 0;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .table-documents .table-documents-row > div.download {
    float: left;
    width: 4.16666667%;
  }
}
.table-documents .table-documents-row > div.document {
  position: relative;
  float: left;
  width: 91.66666667%;
  min-height: 1px;
  padding-top: 12px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .table-documents .table-documents-row > div.document {
    float: left;
    width: 95.83333333%;
  }
}
.table-documents .table-documents-row > div.document .meta-data:before,
.table-documents .table-documents-row > div.document .meta-data:after {
  display: table;
  content: " ";
}
.table-documents .table-documents-row > div.document .meta-data:after {
  clear: both;
}
.table-documents .table-documents-row > div.document h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: robotolight;
  font-size: 14px;
  color: #000;
}
@media (min-width: 768px) {
  .table-documents .table-documents-row > div.document h6 {
    float: left;
    width: 70%;
  }
}
.table-documents .table-documents-row > div.document .date {
  margin-bottom: 0;
  font-family: robotobold;
  line-height: 1.1;
  color: #666;
}
@media (min-width: 768px) {
  .table-documents .table-documents-row > div.document .date {
    float: right;
    text-align: right;
  }
}
.table-documents .table-documents-row > div.document ul {
  padding: 0;
  margin: 0;
  font-family: robotobold;
  font-size: 14px;
  color: #000;
  list-style: none;
}
.table-documents .table-documents-row > div.actions {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: right;
}
.table-documents .table-documents-row > div.actions a {
  margin-left: 10px;
  color: #4598cc;
}
.table-documents .table-documents-row > div.actions a i {
  color: #ea650d;
}
.table-documents .table-documents-row > div.actions a i.fa-mail {
  font-size: 85%;
}
.table-documents .table-documents-row > div.actions a:focus,
.table-documents .table-documents-row > div.actions a:hover {
  color: #ea650d;
  cursor: pointer;
}
.search-selection {
  padding: 10px;
  background-image: -webkit-radial-gradient(circle, #f2efec, #f2eeeb);
  background-image:      -o-radial-gradient(circle, #f2efec, #f2eeeb);
  background-image:         radial-gradient(circle, #f2efec, #f2eeeb);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .search-selection {
    display: none;
  }
}
.search-selection:before,
.search-selection:after {
  display: table;
  content: " ";
}
.search-selection:after {
  clear: both;
}
.search-selection h4 {
  float: left;
  margin: 0 0 5px;
  font-size: 18px;
  color: #ea650d;
}
.search-selection a {
  float: right;
  font-family: Arial;
  font-size: 12px;
  color: #4598cc;
}
.search-selection ul {
  float: left;
  width: 100%;
  padding: 5px;
  margin: 0;
  font-family: Arial;
  font-size: 14px;
  color: #000;
  list-style: none;
  border-top: 1px solid #EEE;
}
.search-selection ul .fa-times {
  float: right;
  color: #ea650d;
}
.form-search-filter {
  margin: 0;
}
.form-search-filter:before,
.form-search-filter:after {
  display: table;
  content: " ";
}
.form-search-filter:after {
  clear: both;
}
@media (max-width: 767px) {
  .form-search-filter {
    padding: 20px;
    margin: -20px -10px 0;
    background: #d7d7d7;
  }
  .form-search-filter a {
    color: #002c6b;
    text-align: left;
  }
  .form-search-filter a i {
    color: #ea650d;
  }
  .form-search-filter a:hover {
    color: #ea650d;
  }
  .form-search-filter a.collapsed .fa-chevron-up:before {
    content: '\e802';
  }
}
@media (min-width: 768px) {
  .form-search-filter .collapseable {
    display: block;
  }
}
@media (max-width: 767px) {
  .form-search-filter .collapseable {
    position: absolute;
    z-index: 10;
    width: 100%;
    margin: -20px;
    margin-top: 20px;
    background-color: #cdcdcd;
    border-radius: 0;
    -webkit-box-shadow: inset 0 10px 10px -5px #666;
            box-shadow: inset 0 10px 10px -5px #666;
    -webkit-transition: height 1s ease;
         -o-transition: height 1s ease;
            transition: height 1s ease;
  }
  .form-search-filter .collapseable a {
    margin-bottom: 10px;
  }
  .form-search-filter .collapseable form {
    padding: 0 10px;
  }
  .form-search-filter .collapseable .panel {
    background: none;
  }
  .form-search-filter .collapseable .panel .panel-heading h4 a {
    border-radius: 4px;
  }
  .form-search-filter .collapseable .panel .panel-body {
    margin: 0 5px;
  }
  .form-search-filter .collapseable .panel-collapse.in {
    padding-top: 10px;
    margin-top: -9px;
    background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    background-repeat: repeat-x;
  }
}
.form-search-filter .mobile-filter {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .form-search-filter .mobile-filter {
    display: none;
  }
}
.form-search-filter .mobile-filter a {
  position: relative;
  float: left;
  width: 25%;
  height: 45px;
  min-height: 1px;
  padding: 11px 7px;
  padding-right: 10px;
  padding-left: 10px;
}
.form-search-filter .mobile-filter a .fa.pull-right {
  margin-left: 2px;
  font-size: 14px;
}
.form-search-filter .mobile-filter a span {
  display: none;
}
.form-search-filter .mobile-filter a.btn-orange {
  position: relative;
  float: left;
  width: 16.66666667%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}
.form-search-filter .mobile-filter a.btn-orange i {
  top: -1px;
  margin-left: 3px;
  font-size: 150%;
  color: #fff;
}
.form-search-filter .mobile-filter .search-field {
  position: relative;
  float: left;
  width: 58.33333333%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.form-search-filter .mobile-filter .search-field input {
  height: 41px;
}
.form-search-filter .mobile-filter .search-field .btn-default {
  color: #666;
}
.form-search-filter .mobile-filter .search-field .btn-default i {
  font-size: 150%;
  line-height: 150%;
}
@media (max-width: 767px) {
  .form-search-filter .collapseable {
    margin-top: 60px;
  }
}
.panel-search-filters {
  margin-top: 10px;
  margin-left: -4px;
}
.panel-search-filters .date-group {
  margin-bottom: 5px;
}
.panel-search-filters .date-group label {
  width: 15%;
}
.panel-search-filters .date-group input {
  display: inline-block;
  width: 30%;
  margin-left: 14px;
}
.accordion.panel-search-filters .panel .panel-heading {
  background: none;
}
@media (min-width: 768px) {
  .accordion.panel-search-filters .panel .panel-heading h4 a {
    padding-left: 4px;
    font-family: robotobold;
    font-size: 18px;
    color: #ea650d;
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;

    -web-kit-box-shadow: none;
  }
  .accordion.panel-search-filters .panel .panel-heading h4 a:hover,
  .accordion.panel-search-filters .panel .panel-heading h4 a:focus,
  .accordion.panel-search-filters .panel .panel-heading h4 a:active {
    background: none;
  }
}
.accordion.panel-search-filters .panel .panel-body {
  padding: 0;
}
.accordion.panel-search-filters .panel .checkbox {
  height: 25px;
  min-height: 12px;
  padding-left: 0;
  margin: 0;
  margin-left: -2px;
}
.accordion.panel-search-filters .panel .checkbox input {
  margin-right: 15px;
  margin-left: 0;
}
.accordion.panel-search-filters .panel .checkbox label {
  margin-bottom: 0;
  color: #002c6b;
}
.accordion.panel-search-filters .panel .checkbox label span {
  color: #666;
}
.accordion.panel-search-filters .panel .checkbox.disabled {
  color: #666;
}
.accordion.panel-search-filters .panel .checkbox.disabled label {
  color: #666;
}
.accordion.panel-search-filters .panel .show-less,
.accordion.panel-search-filters .panel .show-more {
  margin-left: 25px;
}
.intro + .document-list {
  margin-top: -10px;
}
.document-list {
  width: 100%;
  padding: 0;
  margin: 5px 0;
  font-family: robotolight;
  list-style: none;
}
.document-list li {
  padding: 3px 5px;
  border-bottom: 1px solid #EEE;
}
.document-list li:first-child {
  border-top: 1px solid #EEE;
}
.document-list li:nth-child(odd) {
  background: #f2efec;
}
.document-list li a {
  font-family: robotolight;
  color: #333;
}
.document-list li a:hover {
  color: #ea650d;
}
.document-list li .remove {
  float: right;
  font-family: robotobold;
}
.document-list li .remove i {
  margin-left: 5px;
  font-size: 16px;
  color: #ea650d;
}
.document-list li .remove:hover i {
  color: #002c6b;
}
#modal-download .modal-dialog,
#modal-mail .modal-dialog {
  position: initial;
  top: initial;
  left: initial;
  width: 90%;
}
#modal-download .modal-body,
#modal-mail .modal-body {
  position: static;
  padding: 0 20px;
  margin-top: 0;
}
#modal-download .modal-footer,
#modal-mail .modal-footer {
  border: none;
}
.usp-row {
  margin-top: 10px;
}
.usp-row:before,
.usp-row:after {
  display: table;
  content: " ";
}
.usp-row:after {
  clear: both;
}
.usp-row h3 {
  text-align: center;
}
.usp-row .item-check-mark {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  padding-left: 40px;
  margin-right: 0;
  font-family: robotobold;
  font-size: 16px;
  color: #333;
}
@media (min-width: 768px) {
  .usp-row .item-check-mark {
    float: left;
    width: 25%;
  }
}
.call-to-action-row {
  margin-top: 60px;
  margin-bottom: 45px;
  text-align: center;
}
.call-to-action-row .btn + .btn {
  margin-top: 10px;
  margin-left: -5px;
}
.call-to-action-row .btn {
  min-width: 285px;
}
@media (min-width: 768px) {
  .call-to-action-row .btn + .btn {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .call-to-action-row .btn {
    width: 90%;
    margin: 5px auto;
  }
}
.open-account-question {
  margin-top: 50px;
  font-family: robotolight, Arial, Sans-serif;
  font-size: 26px;
  text-align: center;
}
.open-account-button-container {
  width: 305px;
  margin: 0 auto;
  margin-bottom: 70px !important;
}
.open-account-button-container a {
  width: 100%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: lighter;
  font-weight: 100;
  line-height: 40px;
  color: white;
}
.open-account-button-container a:link,
.open-account-button-container a:visited,
.open-account-button-container a:hover,
.open-account-button-container a:active {
  color: white;
}
.open-account-button-container a:active,
.open-account-button-container a:visited {
  background-image: -webkit-linear-gradient(top, #f60000 0%, #f60 100%);
  background-image:      -o-linear-gradient(top, #f60000 0%, #f60 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f60000), to(#f60));
  background-image:         linear-gradient(to bottom, #f60000 0%, #f60 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff60000', endColorstr='#ffff6600', GradientType=0);
  background-repeat: repeat-x;
}
.open-account-button-container a i {
  color: white;
}
.open-account-button-container a i,
.open-account-button-container a i:link,
.open-account-button-container a i:visited,
.open-account-button-container a i:hover,
.open-account-button-container a i:active {
  height: auto;
  padding-top: 2px;
  margin-left: 10px;
  font-size: 13px;
  font-style: normal !important;
  line-height: 37px;
}
.open-account-button-container a .fa-chevron-right,
.open-account-button-container a .fa-chevron-left,
.open-account-button-container a .fa:before {
  vertical-align: baseline;
}
.full-width-left-aligned-button {
  width: auto;
  margin-bottom: 0 !important;
}
.full-width-left-aligned-button a {
  text-align: left;
}
.full-width-left-aligned-button a i {
  margin-right: 20px;
}
.gradient-box {
  position: relative;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f7f6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f7f6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f7f6));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f7f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f7f6', GradientType=0);
  background-repeat: repeat-x;
  border: none 1px solid #f2f2f2;
  border-radius: 4px;
  -webkit-box-shadow: 2px 0 5px -2px #c0bebb, -2px 0 5px -2px #c0bebb;
          box-shadow: 2px 0 5px -2px #c0bebb, -2px 0 5px -2px #c0bebb;
}
.ie8 .gradient-box {
  border: 1px solid #f2f2f2;
}
.gradient-box:before,
.gradient-box:after {
  position: absolute;
  top: 87%;
  bottom: 14px;
  left: 0;
  z-index: -1;
  width: 37%;
  content: "";
  background: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 15px 7px rgba(192, 190, 187, .8);
          box-shadow: 0 15px 7px rgba(192, 190, 187, .8);
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.gradient-box:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
       -o-transform: rotate(3deg);
          transform: rotate(3deg);
}
.gradient-box .text {
  font-family: robotolight;
  font-size: 16px;
}
.ie8 .strategie-box {
  border: 1px solid #c0bebb;
}
.landing-banner {
  position: relative;
  z-index: 1;
  background-color: #f4f4f4;
}
@media (min-width: 992px) {
  .landing-banner {
    min-height: 295px;
  }
}
.landing-banner h1 {
  font-size: 32px;
  color: #fff;
}
.landing-banner .content-right,
.landing-banner .content-left {
  z-index: 2;
  padding: 20px  0;
}
.landing-banner .content-left .title {
  padding-right: 36px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .landing-banner .content-left {
    padding: 20px 10px;
    margin-right: -10px;
    margin-left: -10px;
    background-color: #ea650d;
  }
}
.landing-banner .content-right {
  text-align: center;
}
.landing-banner .content-right .title {
  margin-top: 30px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .landing-banner .content-right .title {
    margin-top: 61px;
  }
}
.landing-banner .content-right .btn {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .landing-banner .content-right .btn {
    min-width: 230px;
  }
}
.landing-banner .text {
  font-family: robotolight;
  color: #fff;
}
.landing-banner .text ul {
  padding-left: 0;
  margin-left: -10px;
  list-style: none;
}
.landing-banner .text ul li {
  display: block;
  padding: 0 0 0 40px;
  margin-top: 5px;
  margin-right: 15px;
  font-family: robotolight;
  font-size: 22px;
  color: black;
  color: #fff;
  text-align: left;
  background: url("../images/header_accept_white.png") no-repeat left center;
}
.landing-banner .call-to-action {
  color: #4598cc;
}
.landing-banner .sliding-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 68%;
  height: 100%;
}
@media (min-width: 768px) {
  .landing-banner .sliding-image {
    width: 66%;
  }
}
@media (min-width: 992px) {
  .landing-banner .sliding-image {
    width: 58.5%;
  }
}
@media (max-width: 767px) {
  .landing-banner .sliding-image {
    display: none;
  }
}
.landing-banner .the-image {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/landing_banner_bg.png);
  background-repeat: no-repeat;
  background-position: 100%;
  -webkit-background-size: cover cover;
          background-size: cover;
}
.content-right .landing-banner {
  padding: 15px;
  background-color: #f2f2f2;
}
.content-right .landing-banner .row {
  margin: 0;
}
.content-right .landing-banner .content-left,
.content-right .landing-banner .content-right,
.content-right .landing-banner .container {
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .content-right .landing-banner .content-left {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
}
.content-right .landing-banner h1 {
  margin-top: 0;
  font-size: 22px;
  color: #ea650d;
  text-align: left;
}
.content-right .landing-banner h3.title {
  padding-top: 5px;
  margin-top: 0;
}
.content-right .landing-banner .btn-blue {
  font-family: robotobold;
  color: #fff;
  text-shadow: none;
  background-color: #ea650d;
  background-image: -webkit-linear-gradient(top, #ea650d 0%, #f14108 100%);
  background-image:      -o-linear-gradient(top, #ea650d 0%, #f14108 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ea650d), to(#f14108));
  background-image:         linear-gradient(to bottom, #ea650d 0%, #f14108 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea650d', endColorstr='#fff14108', GradientType=0);
  background-repeat: repeat-x;
  border-color: #d25b0c;
  -webkit-box-shadow: 0 1px 2px 0 #8e8e8e;
          box-shadow: 0 1px 2px 0 #8e8e8e;
}
.content-right .landing-banner .btn-blue:active,
.content-right .landing-banner .btn-blue.active {
  font-family: robotobold;
  color: #fff;
}
.content-right .landing-banner .btn-blue:hover,
.content-right .landing-banner .btn-blue:focus {
  color: #fff;
  background-color: #e75e0c;
  background-image: -webkit-linear-gradient(top, #e75e0c 0%, #d02405 100%);
  background-image:      -o-linear-gradient(top, #e75e0c 0%, #d02405 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e75e0c), to(#d02405));
  background-image:         linear-gradient(to bottom, #e75e0c 0%, #d02405 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe75e0c', endColorstr='#ffd02405', GradientType=0);
  background-repeat: repeat-x;
}
.content-right .landing-banner .btn-blue:active,
.content-right .landing-banner .btn-blue.active {
  background-color: #b04c0a;
  border-color: #a64809;
}
.content-right .landing-banner .btn-blue .divider {
  background: transparent;
  border-right: 1px solid #ba500a;
}
.content-right .landing-banner .btn-blue.disabled,
.content-right .landing-banner .btn-blue[disabled],
fieldset[disabled] .content-right .landing-banner .btn-blue {
  color: #fff;
  color: #999;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
  background-image:         linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: alpha(opacity=80);
  background-repeat: repeat-x;
  border: 1px solid black;
  border-color: #f2f2f2;
  -webkit-box-shadow: 0 1px 2px 0 #ccc;
          box-shadow: 0 1px 2px 0 #ccc;
          opacity: .8;

  -webkit-opacity: .8;
     -moz-opacity: .8;
}
.content-right .landing-banner .btn-blue.disabled:hover,
.content-right .landing-banner .btn-blue[disabled]:hover,
fieldset[disabled] .content-right .landing-banner .btn-blue:hover,
.content-right .landing-banner .btn-blue.disabled:focus,
.content-right .landing-banner .btn-blue[disabled]:focus,
fieldset[disabled] .content-right .landing-banner .btn-blue:focus {
  color: #fff;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image:      -o-linear-gradient(top, #f8f8f8 0%, #ddd 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ddd));
  background-image:         linear-gradient(to bottom, #f8f8f8 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffdddddd', GradientType=0);
  background-repeat: repeat-x;
}
.content-right .landing-banner .btn-blue.disabled:active,
.content-right .landing-banner .btn-blue[disabled]:active,
fieldset[disabled] .content-right .landing-banner .btn-blue:active,
.content-right .landing-banner .btn-blue.disabled.active,
.content-right .landing-banner .btn-blue[disabled].active,
fieldset[disabled] .content-right .landing-banner .btn-blue.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.content-right .landing-banner .btn-blue.disabled .divider,
.content-right .landing-banner .btn-blue[disabled] .divider,
fieldset[disabled] .content-right .landing-banner .btn-blue .divider {
  background: transparent;
  border-right: 1px solid #e6e6e6;
}
.content-right .landing-banner .text {
  margin-bottom: 0;
}
.content-right .landing-banner .text ul {
  margin-left: -5px;
}
.content-right .landing-banner .text ul li {
  font-family: robotobold;
  font-size: 14px;
  color: #333;
  background: url("../img/header_accept.png") no-repeat left center;
}
.content-right .landing-banner .sliding-image {
  display: none;
}
.goalFrame,
.calculatorControls {
  padding: 0 10px 10px;
  background-color: #e6e5e5;
  background-color: rgba(230, 229, 229, .5);
}
.goalFrame:after,
.calculatorControls:after {
  position: absolute;
  top: 13px;
  right: 0;
  z-index: 2;
  width: 0;
  height: 0;
  content: "";
  border-top: 10px solid transparent;
  border-right: 10px solid #e6e5e5;
  border-right: 10px solid rgba(230, 229, 229, .5);
  border-bottom: 10px solid transparent;
}
.goalFrame .sliderContainer input,
.calculatorControls .sliderContainer input {
  font-size: 10pt !important;
  color: #666 !important;
  cursor: initial;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.calculatorControls .triangle {
  display: none;
  float: right;
  width: 16px;
  height: 32px;
  margin-top: 30px;
  margin-right: -26px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .calculatorControls .triangle {
    display: block;
  }
}
#calcGraphContainer {
  height: 236px;
  margin-bottom: 15px;
  /*overflow: hidden;*/
}
/*!
 *  Fit vermogen calculator
 */
.slider .ui-slider {
  background-color: #dedede;
  border: 1px solid #aaa;
  border-bottom: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25), 0 1px rgba(255, 255, 255, .08);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25), 0 1px rgba(255, 255, 255, .08);
}
.sliderContainer {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .sliderContainer {
    padding-top: 0;
  }
}
.sliderContainer h6,
.riskContainer h6 {
  font-family: robotobold;
  font-size: 16px;
  color: #ea650d;
}
.riskContainer h6 {
  font-size: 18px;
}
.btnRisk {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
          box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
}
.btnRisk,
.btnRisk:visited {
  float: left;
  width: 32.333%;
  height: 32px;
  padding-top: 6px;
  margin-right: 1%;
  font-family: robotolight;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: white;
  background: none;
  background-color: #aba195;
          border-radius: 0;

  -webkit-border-radius: 0;
}
@media (min-width: 992px) {
  .btnRisk,
  .btnRisk:visited {
    padding-top: 4px;
    font-size: 17px;
  }
}
.btnRisk:hover,
.btnRisk:active,
.btnRisk.active {
  color: white;
  background-color: #ea650d;
  border-radius: 0;
}
.big-black-bottom-border {
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 1px solid #EEE;
  border-bottom: 3px solid black;
}
#calcGraphContainer {
  height: 236px;
  margin-bottom: 15px;
  /*overflow: hidden;*/
}
#calcResult h6 {
  margin-top: 0;
  font-size: 16px;
  color: black;
}
#calcResult p {
  font-size: 24px;
  color: black;
}
#calcResult h6,
#calcResult p {
  line-height: 24px;
}
#calcResult .end-capital-sum h6,
#calcResult .end-capital-sum p {
  font-family: robotobold;
}
#calcResult .amount {
  font-family: robotolight;
  font-size: 16px;
}
img.calculation-explanation {
  margin-right: 10px;
}
@media (min-width: 768px) {
  img.calculation-explanation {
    margin-left: 9px;
  }
}
.circleDiagrams img {
  width: 41px;
  height: 39px;
  margin-left: 1%;
  filter: alpha(opacity=50);
          opacity: .5;

  -webkit-opacity: .5;
     -moz-opacity: .5;
}
.circleDiagrams .big {
  width: 69px;
  height: 65px;
  filter: alpha(opacity=100);
          opacity: 1;

  -webkit-opacity: 1;
     -moz-opacity: 1;
}
.legend {
  margin: 10px 0;
  font-family: robotolight;
  font-size: 14px;
}
.legend span {
  float: left;
  margin-right: 5px;
}
.legend .obligaties,
.legend .aandelen {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-right: 4px;
  border-radius: 3px;
}
.legend .obligaties {
  background-color: #67c5eb;
}
.legend .aandelen {
  background-color: #09c;
}
.explanationLink {
  margin-left: 5px;
}
/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  font-size: .7em;
  background-position: 0 0;
  border: 0;
}
.ui-slider-horizontal {
  height: .6em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-bottom: -.6em;
  margin-left: 0;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*!
 *  Fit vermogen slider
 */
.ui-slider .ui-widget-header {
  background: #f60;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f60), color-stop(100%, #f00));
  background: -webkit-linear-gradient(top, #f60 0%, #f00 100%);
  background:      -o-linear-gradient(top, #f60 0%, #f00 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f60), to(#f00));
  background:         linear-gradient(to bottom, #f60 0%, #f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#ff0000', GradientType=0);
  border-radius: 4px;
}
.ui-slider .ui-slider-handle {
  top: -9px;
  width: 25px;
  height: 25px;
  margin-left: -13px;
  /*background: #ff6600;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ff6600 0%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#ff0000));
  background: -webkit-linear-gradient(top,  #ff6600 0%,#ff0000 100%);
  background: -o-linear-gradient(top,  #ff6600 0%,#ff0000 100%);
  background: -ms-linear-gradient(top,  #ff6600 0%,#ff0000 100%);
  background: linear-gradient(to bottom,  #ff6600 0%,#ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff0000',GradientType=0 );*/
  background: url(../img/sliderHandle.png);
  background-position: -3px -1px;
  border: none;
  border-radius: 25px;
  -webkit-box-shadow: 0 1px 1px 1px rgba(125, 125, 125, .5);
          box-shadow: 0 1px 1px 1px rgba(125, 125, 125, .5);
}
.ui-slider .ui-slider-handle.ui-state-hover {
  background: url(../img/sliderHandleSlide.png);
  background-position: -3px -1px;
}
.slider {
  height: 34px;
}
.slider .ui-slider {
  top: 11px;
}
input.input-small {
  float: right;
  width: 90% !important;
  height: 34px !important;
  line-height: 17px !important;
}
.noMargin input.input-small {
  float: left;
}
input.input-72px {
  float: left;
  width: 72px !important;
  margin-right: 18px !important;
}
/*rules for the plot target div.  These will be cascaded down to all plot elements according to css rules*/
.jqplot-point-label {
  padding-top: 6px;
  font-family: robotolight;
  font-size: 1em !important;
  font-weight: normal;
  line-height: 10px;
  color: white;
  text-align: center;
  background-color: #f60;
  border-color: #f60;
}
.jqplot-point-label.gray {
  font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
  font-size: 12px !important;
  color: #fff;
  background-color: #ddd;
  border-color: #ddd;
}
.jqplot-point-label.gray .triangle-left {
  border-right: 10px solid #ddd;
}
.triangle-top {
  position: relative;
  top: -16px;
  left: 24px;
  width: 5px;
  height: 0;
  border-color: transparent transparent #f60 transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
}
.triangle-top-white {
  position: relative;
  top: -20px;
  left: 24px;
  width: 5px;
  height: 0;
  border-color: transparent transparent white transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
}
.triangle-left {
  position: relative;
  top: 0;
  left: -15px;
  width: 15px;
  height: 0;
  margin-top: -5px;
  /* border-color: transparent transparent #f60 transparent; */
  border-style: solid;
  border-width: 0;
  border-top: 5px solid transparent;
  border-right: 6px solid #f60;
  border-bottom: 5px solid transparent;
}
.triangle-left.top {
  top: -11px;
}
.triangle-left.center {
  top: -5px;
}
.jqplot-target {
  position: relative;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #666;
}
/*rules applied to all axes*/
.jqplot-axis {
  font-size: .75em;
}
.jqplot-xaxis {
  margin-top: 10px;
}
.jqplot-x2axis {
  margin-bottom: 10px;
}
.jqplot-yaxis {
  margin-right: 10px;
}
.jqplot-y2axis,
.jqplot-y3axis,
.jqplot-y4axis,
.jqplot-y5axis,
.jqplot-y6axis,
.jqplot-y7axis,
.jqplot-y8axis,
.jqplot-y9axis,
.jqplot-yMidAxis {
  margin-right: 10px;
  margin-left: 10px;
}
/*rules applied to all axis tick divs*/
.jqplot-axis-tick,
.jqplot-xaxis-tick,
.jqplot-yaxis-tick,
.jqplot-x2axis-tick,
.jqplot-y2axis-tick,
.jqplot-y3axis-tick,
.jqplot-y4axis-tick,
.jqplot-y5axis-tick,
.jqplot-y6axis-tick,
.jqplot-y7axis-tick,
.jqplot-y8axis-tick,
.jqplot-y9axis-tick,
.jqplot-yMidAxis-tick {
  position: absolute;
  white-space: pre;
}
.jqplot-xaxis-tick {
  top: 0;
  /* initial position untill tick is drawn in proper place */
  left: 15px;
  /*    padding-top: 10px;*/
  vertical-align: top;
}
.jqplot-x2axis-tick {
  bottom: 0;
  /* initial position untill tick is drawn in proper place */
  left: 15px;
  /*    padding-bottom: 10px;*/
  vertical-align: bottom;
}
.jqplot-yaxis-tick {
  /* initial position untill tick is drawn in proper place */
  top: 15px;
  right: 0;
  /*    padding-right: 10px;*/
  text-align: right;
}
.jqplot-yaxis-tick.jqplot-breakTick {
  right: -20px;
  /*	background-color: white;*/
  z-index: 2;
  padding: 1px 5px 1px 5px;
  margin-right: 0;
  font-size: 1.5em;
}
.jqplot-y2axis-tick,
.jqplot-y3axis-tick,
.jqplot-y4axis-tick,
.jqplot-y5axis-tick,
.jqplot-y6axis-tick,
.jqplot-y7axis-tick,
.jqplot-y8axis-tick,
.jqplot-y9axis-tick {
  /* initial position untill tick is drawn in proper place */
  top: 15px;
  left: 0;
  /*    padding-left: 10px;*/
  /*    padding-right: 15px;*/
  text-align: left;
}
.jqplot-yMidAxis-tick {
  text-align: center;
  white-space: nowrap;
}
.jqplot-xaxis-label {
  position: absolute;
  margin-top: 10px;
  font-size: 11pt;
}
.jqplot-x2axis-label {
  position: absolute;
  margin-bottom: 10px;
  font-size: 11pt;
}
.jqplot-yaxis-label {
  position: absolute;
  margin-right: 10px;
  /*    text-align: center;*/
  font-size: 11pt;
}
.jqplot-yMidAxis-label {
  position: absolute;
  font-size: 11pt;
}
.jqplot-y2axis-label,
.jqplot-y3axis-label,
.jqplot-y4axis-label,
.jqplot-y5axis-label,
.jqplot-y6axis-label,
.jqplot-y7axis-label,
.jqplot-y8axis-label,
.jqplot-y9axis-label {
  position: absolute;
  margin-left: 10px;
  /*    text-align: center;*/
  font-size: 11pt;
}
.jqplot-meterGauge-tick {
  font-size: .75em;
  color: #999;
}
.jqplot-meterGauge-label {
  font-size: 1em;
  color: #999;
}
table.jqplot-table-legend {
  margin-top: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
  margin-left: 12px;
}
table.jqplot-table-legend,
table.jqplot-cursor-legend {
  position: absolute;
  font-size: .75em;
  background-color: rgba(255, 255, 255, .6);
  border: 1px solid #ccc;
}
td.jqplot-table-legend {
  vertical-align: middle;
}
/*
These rules could be used instead of assigning
element styles and relying on js object properties.
*/
/*
td.jqplot-table-legend-swatch {
    padding-top: 0.5em;
    text-align: center;
}

tr.jqplot-table-legend:first td.jqplot-table-legend-swatch {
    padding-top: 0px;
}
*/
td.jqplot-seriesToggle:hover,
td.jqplot-seriesToggle:active {
  cursor: pointer;
}
.jqplot-table-legend .jqplot-series-hidden {
  text-decoration: line-through;
}
div.jqplot-table-legend-swatch-outline {
  padding: 1px;
  border: 1px solid #ccc;
}
div.jqplot-table-legend-swatch {
  width: 0;
  height: 0;
  border-top-style: solid;
  border-top-width: 5px;
  border-right-style: solid;
  border-right-width: 6px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-left-style: solid;
  border-left-width: 6px;
}
.jqplot-title {
  top: 0;
  left: 0;
  padding-bottom: .5em;
  font-size: 1.2em;
}
table.jqplot-cursor-tooltip {
  font-size: .75em;
  border: 1px solid #ccc;
}
.jqplot-cursor-tooltip {
  padding: 1px;
  font-size: .75em;
  white-space: nowrap;
  background: rgba(208, 208, 208, .5);
  border: 1px solid #ccc;
}
.jqplot-highlighter-tooltip,
.jqplot-canvasOverlay-tooltip {
  padding: 1px;
  font-size: .75em;
  white-space: nowrap;
  background: rgba(208, 208, 208, .5);
  border: 1px solid #ccc;
}
.jqplot-point-label {
  z-index: 2;
  font-size: .75em;
}
td.jqplot-cursor-legend-swatch {
  text-align: center;
  vertical-align: middle;
}
div.jqplot-cursor-legend-swatch {
  width: 1.2em;
  height: .7em;
}
.jqplot-error {
  /*   Styles added to the plot target container when there is an error go here.*/
  text-align: center;
}
.jqplot-error-message {
  /*    Styling of the custom error message div goes here.*/
  position: relative;
  top: 46%;
  display: inline-block;
}
div.jqplot-bubble-label {
  padding-right: 2px;
  /*    background: rgba(90%, 90%, 90%, 0.15);*/
  padding-left: 2px;
  font-size: .8em;
  color: #333;
}
div.jqplot-bubble-label.jqplot-bubble-label-highlight {
  background: rgba(230, 230, 230, .7);
}
div.jqplot-noData-container {
  text-align: center;
  background-color: rgba(245, 245, 245, .3);
}
/**
* ie8 hacks
*/
.ie8 .radio label:before,
.ie8 .radio-inline label:before,
.ie8 .checkbox label:before {
  width: 22px;
  height: 22px;
  background: url('../img/forms/form-elements-spriteIE8.png');
}
.ie8 .radio label.checked:before,
.ie8 .radio-inline label.checked:before,
.ie8 .checkbox label.checked:before {
  content: "  ";
  background-position: -25px 0;
  /*IE8 fix*/
}
.ie8 .img-rounded {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .img-circle {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .table-bordered {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 select,
.ie8 textarea,
.ie8 input,
.ie8 code,
.ie8 pre {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .input-group-addon {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .btn {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .dropdown-menu {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .panel {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .well {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .nav-tabs > li > a {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .nav-pills > li > a {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .navbar {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .navbar-nav > li > a {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .navbar-toggle {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .navbar-toggle .icon-bar {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .breadcrumb {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .pagination {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .pager li > a,
.ie8 .pager li > span {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .modal-content {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .tooltip-inner {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .popover {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .popover-title {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .alert {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .thumbnail,
.ie8 .img-thumbnail {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .label {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .badge {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .progress {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .accordion-group {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .carousel-indicators li {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .jumbotron {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .landing {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .btn {
  behavior: url('../img/PIE/PIE.htc');
}
.ie8 .calculatorControls .triangle {
  display: none;
}
.ie8 #fundChoiseAnimation .inside {
  background-color: #666;
}
.ie8 #fundChoiseAnimation .inside a img {
  display: none;
}
.ie9 #fundTotalSolution .fundLevel .btn-blue-light,
.ie9 #incomeFundSolutions .fundLevel .btn-blue-light {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1OThjZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDJkNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
}
.ie9 .open-account-button-container .btn-orange-light.active,
.ie9 .open-account-button-container .btn-orange-light:active {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjYwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
}
.fundLevel .chart {
  margin-top: 20px;
}
.page-header .full-content .orange-header,
.page-header .full-content .intro {
  margin-left: -10px;
}
@media (min-width: 768px) {
  .page-header .full-content .orange-header,
  .page-header .full-content .intro {
    margin-left: 10px;
  }
}
#fundDetail .chart {
  margin-top: 20px;
}
#fundChoise #fundChoiseAnimation {
  margin-top: 55px;
}
#fundChoise #fundChoiseAnimation .placeHolder .inside a .play span + span {
  margin-top: -2px;
}
#fundChoise .incomeFundLevel {
  margin-top: 35px;
}
@media (min-width: 768px) and (max-width: 980px) {
  #incomeFundSolutions .fundLevel .riskBanner {
    right: 23px;
    zoom: 1;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #incomeFundSolutions .fundLevel .riskBanner {
    position: relative;
    width: 200px;
    height: 180px;
  }
  #incomeFundSolutions .fundLevel .riskBanner img {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 768px) {
  #fundDetail .riskBanner {
    margin-top: 55px;
    margin-bottom: 25px;
  }
}
/*# sourceMappingURL=ing.css.map */
