@charset "utf-8";
/*!
 *  Font Awesome 4.3.0 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';
  src: url('/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/css/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
@font-face {
  font-family: 'Social';
  font-weight: normal;
  font-style: normal;
  src: url('/fonts/social.eot');
  src: url('/fonts/social.eot?#iefix') format('embedded-opentype'), url('/fonts/social.woff') format('woff'), url('/fonts/social.ttf') format('truetype'), url('/fonts/social.svg#woo-social') format('svg');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('/css/font-awesome/fonts/fontawesome-webfont.eot');
  src: url('/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/css/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), url('/css/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype'), url('/css/font-awesome/fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadProRegular';
  src: url('/fonts/myriadpro-webfont.eot');
  src: url('/fonts/myriadpro-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/myriadpro-webfont.ttf') format('truetype'), url('/fonts/myriadpro-webfont.svg#MyriadProRegular') format('svg');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''), url(https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local(''), url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;1,700&display=swap) format('woff2');
}
.red {
  color: #d00000;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.height-69 {
  height: 69px;
}
.reset {
  margin: 0px;
  padding: 0px;
}
.center {
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
}
.center-no-text-align {
  margin: 0 auto;
  text-align: center;
}
.clear {
  clear: both;
}
.mid-page {
  margin: 0 auto;
}
.main-width {
  width: 940px;
}
.align-middle {
  clear: both;
  width: 940px;
  margin: 0 auto;
}
.bold {
  font-weight: bold;
}
.ninfo,
.nnotice,
.nerror,
.nsuccess,
.nwarning {
  padding: 5px;
  margin: 5px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.ninfo {
  background: #ccddee;
}
.nwarning {
  background: #ffcc33;
}
.nnotice {
  background: #ffcc33;
  border: 1px solid silver;
  color: black;
  font-weight: bold;
}
.nnotice .span11 {
  margin-top: 9px;
}
.nerror {
  background: #ff6666;
}
.nsuccess {
  background: #99cc99;
}
.rounded {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.float-left-padding-left-20 {
  float: left;
  padding-left: 20px;
}
.float-right-width-100 {
  float: right;
  width: 90px;
}
.align-right,
.right-align {
  text-align: right;
}
.left-align {
  text-align: left;
}
.pointer {
  cursor: pointer;
}
.help {
  cursor: help;
}
.hand {
  cursor: hand;
}
.p01 {
  padding: 1px;
}
.p02 {
  padding: 2px;
}
.p03 {
  padding: 3px;
}
.p04 {
  padding: 4px;
}
.p05 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p12 {
  padding: 12px;
}
.p15 {
  padding: 15px;
}
.f6 {
  font-size: 6px;
}
.f7 {
  font-size: 7px;
}
.f8 {
  font-size: 8px;
}
.f10 {
  font-size: 10px;
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f80 {
  font-size: 80%;
}
.rc02 {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.rc05 {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.rc10 {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.rc15 {
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
}
.rc20 {
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
}
.cap {
  text-transform: uppercase;
}
.low {
  text-transform: lowercase;
}
.vertical-align-top,
.valign-top {
  vertical-align: top;
}
.vertical-align-middle,
.valign-mid {
  vertical-align: middle;
}
.text-align-center,
.valign-cen {
  text-align: center;
}
.vertical-align-bottom,
.valign-bot {
  vertical-align: bottom;
}
.vertical-align-text-bottom,
.valign-text-bottom {
  vertical-align: text-bottom;
}
.valign-text-top {
  vertical-align: text-top;
}
.td-align-left {
  text-align: left;
}
.td-align-center {
  text-align: center;
}
.td-align-right {
  text-align: right;
}
.border-none {
  border: none;
}
.border-zero {
  border: 0;
}
.border-top-zero {
  border-top: 0;
}
.clear-both {
  clear: both;
}
.bgcolor-D3CCBA {
  background-color: #D3CCBA;
}
.red-link:link,
.red-link:active,
.red-link:visited,
.red-link:hover {
  color: #d00000;
  text-decoration: underline;
}
.red-link:visited {
  color: #ca4a4a;
}
.red-link:hover {
  text-decoration: none;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.font-1-35 {
  font-size: 1.35em;
}
.font-0-75 {
  font-size: 0.75em;
  padding-left: 15px;
}
.height-300 {
  height: 300px;
}
.height-100 {
  height: 100px;
}
.height-60 {
  height: 60px;
}
.height-35 {
  height: 35px;
}
.height-22 {
  height: 22px;
}
.height-10 {
  height: 10px;
}
.height-5 {
  height: 5px;
}
.image-264-60 {
  width: 264px;
  height: 60px;
}
.image-146-25 {
  width: 146px;
  height: 25px;
}
.image-141-141 {
  width: 141px;
  height: 141px;
}
.image-142-48 {
  width: 142px;
  height: 48px;
}
.image-134-32 {
  width: 134px;
  height: 32px;
}
.image-123-34 {
  width: 123px;
  height: 34px;
}
.image-122-25 {
  width: 122px;
  height: 25px;
}
.image-110-25 {
  width: 110px;
  height: 25px;
  border: 0;
}
.image-100-100 {
  width: 100px;
  height: 100px;
}
.image-95-57 {
  width: 95px;
  height: 57px;
}
.image-95-26 {
  width: 95px;
  height: 26px;
}
.image-80-25 {
  width: 80px;
  height: 25px;
}
.image-75-50 {
  width: 75px;
  height: 50px;
}
.image-72-28 {
  width: 72px;
  height: 28px;
  border: 0;
}
.image-70-27 {
  width: 70px;
  height: 72px;
  border: 0;
}
.image-64-64 {
  width: 64px;
  height: 64px;
}
.image-48-48 {
  width: 48px;
  height: 48px;
}
.image-39-25 {
  border: 0;
  width: 39px;
  height: 25px;
}
.image-24-24 {
  width: 24px;
  height: 24px;
}
.image-24-22 {
  border: 0;
  width: 24px;
  height: 22px;
}
.image-16-16 {
  border: 0;
  width: 16px;
  height: 16px;
}
.image-16-11 {
  border: 0;
  width: 16px;
  height: 11px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-zero {
  margin-right: 0px;
}
.margin-top-0 {
  margin-top: 0px;
}
.margin-top-12 {
  margin-top: 12px;
}
.margin-all-5 {
  margin: 5px;
}
.overflow-hidden {
  overflow: hidden;
}
.padding-10-spacing-10 {
  padding: 10px;
  border-spacing: 3px;
}
.padding-bottom-0 {
  padding-bottom: 0px;
}
.padding-2-spacing-15 {
  padding: 2px;
  border-spacing: 15px;
}
.padding-2-spacing-2 {
  padding: 0px;
  border-spacing: 2px;
}
.padding-0-border-spacing-0 {
  padding: 0;
  border-spacing: 0;
}
.padding-0-spacing-0 {
  border-spacing: 0;
  border-collapse: collapse;
}
.padding-all {
  padding: 5px;
}
.padding-left-40 {
  padding-left: 40px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-left-15 {
  padding-left: 15px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-right-15 {
  padding-right: 15px;
}
.padding-right-10 {
  padding-right: 10px;
}
.padding-5-5 {
  padding: 5px 5px;
}
.padding-5-2-2-2 {
  padding: 5px 2px 2px 2px;
}
.padding-2-0-2-10 {
  padding: 2px 0px 2px 10px;
}
.padding-10 {
  padding: 10px;
}
.padding-10-0 {
  padding: 10px 0px;
}
.padding-20-0 {
  padding: 20px 0px;
}
.padding-6 {
  padding: 6px;
}
.padding-2 {
  padding: 2px;
}
.padding-zero {
  padding: 0;
}
.text-tpl-no-data {
  font-weight: bold;
  color: red;
}
.text-strong {
  font-weight: bolder;
}
.text-strong-1-2 {
  font-weight: bold;
  font-size: 1.2em;
}
.text-success-pages {
  color: green;
  font-weight: bold;
  font-size: 1.1em;
}
.width-auto {
  width: auto;
}
.width-800 {
  width: 800px;
}
.col-2 .personal-info-contents .width-282 {
  width: 282px;
}
.width-460 {
  width: 460px;
}
.width-350 {
  width: 350px;
}
.width-282 {
  width: 282px;
}
.width-250 {
  width: 250px;
}
.width-230 {
  width: 230px;
}
.width-210 {
  width: 210px;
}
.width-200 {
  width: 200px;
}
.width-180 {
  width: 180px;
}
.width-160 {
  width: 160px;
}
.width-140 {
  width: 140px;
}
.width-120 {
  width: 120px;
}
.width-115 {
  width: 115px;
}
.width-110 {
  width: 110px;
}
.width-100 {
  width: 100px;
}
.width-90 {
  width: 90px;
}
.width-80 {
  width: 80px;
}
.width-75 {
  width: 75px;
}
.width-74 {
  width: 74px;
}
.width-70 {
  width: 70px;
}
.width-60 {
  width: 60px;
}
.width-50 {
  width: 50px;
}
.width-40 {
  width: 40px;
}
.width-30 {
  width: 30px;
}
.width-25 {
  width: 25px;
}
.width-24 {
  width: 24px;
}
.width-15 {
  width: 15px;
}
.width-full {
  width: 100%;
}
.width-100percent {
  width: 100%;
}
.width-90percent {
  width: 90%;
}
.width-95percent {
  width: 95%;
}
.width-55percent {
  width: 55%;
}
.width-52percent {
  width: 52%;
}
.width-49percent {
  width: 49%;
}
.width-48percent {
  width: 48%;
}
.width-46percent {
  width: 46%;
}
.width-40percent {
  width: 40%;
}
.width-33percent {
  width: 33%;
}
.width-20percent {
  width: 20%;
}
.width-17percent {
  width: 17%;
}
.no-wrap {
  white-space: nowrap;
}
.donate-style {
  width: 151px;
  margin: 10px;
  padding: 10px;
  float: left;
  text-align: center;
  border: 1px dashed silver;
}
.font-affiliate {
  font-weight: normal;
  font-style: italic;
  font-size: 0.9em;
}
.small-image {
  height: 1;
  width: 1;
  border-style: none;
}
.width-100-height-200 {
  width: 100%;
  height: 200px;
}
.user_notification {
  top: 5px;
  position: relative;
}
.nlc-relative {
  width: 280px;
  height: 50px;
  position: relative;
}
.pos-rel-h-50 {
  position: relative;
  height: 50px;
}
.padding_l_pos_r_w_o {
  padding-left: 0px;
  position: relative;
  width: 364px;
  overflow: hidden;
}
.pl_pos_r_z {
  padding-left: 0px;
  position: relative;
  z-index: 5;
}
.left_80_pos_rel {
  left: 140px;
  position: relative;
}
.small_font {
  font-size: 9px;
  line-height: 1.0;
}
body {
  width: 100%;
  font-family: 'MyriadProRegular';
  color: #2d2e2e;
  background: #1B1B1B;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
body.min {
  background: #fafafa;
}
.clear:after,
.body-top:after,
.main-header:after,
.mid-container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
a {
  text-decoration: underline;
}
a img {
  border: 0;
}
a:link,
a:active,
a:hover {
  color: #d00000;
}
a:visited {
  color: #ca4a4a;
  text-decoration: none;
}
a.emsg-href {
  text-decoration: underline;
}
a.emsg-href:visited,
a.emsg-href:active {
  color: #0000ff;
}
a.emsg-href:hover {
  color: #0000ff;
  text-decoration: none;
}
a,
input,
select,
textarea {
  outline: none;
}
article,
aside,
figure,
figcaption,
footer,
hgroup,
header,
nav,
section {
  display: block;
}
.error {
  padding: 5px;
}
.error:before {
  padding-right: 5px;
}
input.error,
select.error,
textarea.error {
  background-color: #f2dede;
  border: 1px solid #DD232B !important;
}
#fl,
.fl-left {
  float: left;
}
#fr,
.fl-right {
  float: right;
}
div.required {
  padding-left: 6px;
  display: none;
  color: #DD232B;
}
div.radios {
  margin-top: -3px;
}
div.hidden {
  display: none;
}
div.jqplot-tooltip {
  margin: 0px;
  padding: 0px;
  padding: 10px;
  background-color: white;
  color: blue;
  border: 2px solid blue;
}
div.jqplot-bar-graph {
  margin: 0px;
  padding: 0px;
  height: 240px;
}
div.block-item.rounded div {
  float: left;
}
div.block-item.rounded div.headercol {
  font-weight: bold;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
div.block-item.rounded div.datacol {
  list-style: none;
  padding: 0 45px 0 45px;
  margin: 0;
}
h1.jqplot-header {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
input.search {
  background: transparent url(/images/magnifier.png) no-repeat scroll left center;
  margin: 0;
  max-width: 230px;
  padding-left: 16px;
}
.body-top {
  clear: both;
  background: #fafafa;
  border-bottom: solid thick #df1d27;
}
#admin-block {
  width: fit-content;
  position: absolute;
  margin-bottom: 30px;
  padding: 10px 16px 10px 0;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#admin-block ul {
  list-style-type: none;
  padding-left: 16px;
}
#admin-block .admin-block__item {
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #5C5C5C;
}
#admin-block > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}
#admin-block > li > a:hover,
#admin-block > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
#admin-block a {
  display: block;
  width: 100%;
  color: #5C5C5C;
  text-decoration: none;
  padding: 4px;
}
#admin-block a:hover,
#admin-block a:focus {
  color: #ca4a4a;
  text-decoration: none;
  background-color: #ffffff;
  font-weight: bold;
}
#admin-block a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#admin-block > .active > a,
#admin-block > .active:hover > a,
#admin-block > .active:focus a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-right: 1px solid #563d7c;
}
#admintoggler {
  position: absolute;
}
.form-2-spacer {
  height: 80px;
}
#acc-history-fee-report,
#acc-history-payment-request-report {
  width: 160px;
}
#company-picture {
  float: right;
}
#mission {
  background-color: silver;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-weight: bold;
  padding: 10px 10px;
  font-size: 24px;
  margin: 25px 0;
  width: 800px;
  line-height: 26px;
}
#shopping-carts {
  margin-left: 80px;
}
#home-shopping-carts {
  padding-top: 10px;
}
.main-header {
  clear: both;
  width: 940px;
  margin: 0 auto;
}
.main-header .logo-link {
  float: left;
  width: 289px;
  height: 81px;
  margin: 10px 0 5px 9px;
}
.main-header .lower {
  margin-top: 55px !important;
}
.main-header .header-right-contents {
  position: relative;
  float: right;
  width: 640px;
}
.main-header .support-area {
  float: right;
  margin-top: 10px;
  font-family: Arial;
  text-align: right;
  line-height: 18px;
  overflow: hidden;
  font-size: 13px;
  *width: 600px;
}
.main-header .support-area a {
  text-decoration: none;
  color: #2c2c2c;
}
.main-header .support-area a:hover {
  text-decoration: underline;
}
.main-header .support-area a.twitterLink,
.main-header .support-area a.blogLink,
.main-header .support-area a.facebookLink {
  text-align: left;
  text-indent: -9999px;
  overflow: hidden;
  width: 16px;
  height: 15px;
  background-image: url('/images/social_icon_sprite.png');
  display: inline-block;
  vertical-align: text-top;
  margin-right: 4px;
}
.main-header .support-area a.twitterLink {
  background-position: -49px top;
}
.main-header .support-area a.twitterLink:hover {
  background-position: -49px bottom;
}
.main-header .support-area a.blogLink {
  background-position: -33px top;
}
.main-header .support-area a.blogLink:hover {
  background-position: -33px bottom;
}
.main-header .support-area a.facebookLink {
  background-position: -66px top;
}
.main-header .support-area a.facebookLink:hover {
  background-position: -66px bottom;
}
.main-header .support-area .login {
  text-decoration: none;
  color: #e62129;
}
.main-header .support-area span {
  padding: 0 3px;
  color: #2c2c2c;
}
.main-header .contact-area {
  position: relative;
  float: right;
  width: 254px;
  padding-top: 7px;
  font-family: Arial;
  font-size: 11px;
  line-height: 16px;
  clear: right;
}
.main-header .contact-area span {
  padding: 0 18px;
  float: left;
}
.main-header .contact-area .numerise-telno {
  padding: 0;
  text-align: right;
}
.main-header .contact-area .supportMail {
  margin-right: 4px;
  color: #404345;
  text-decoration: none;
  float: left;
}
.main-header .contact-area .telNum {
  float: right;
  letter-spacing: 0.1em;
  cursor: default;
  color: #404345;
}
.main-header .main-navigation,
.main-header .nav-left,
.main-header .nav-right {
  position: absolute;
  height: 42px;
  background: url(/images/v2_main-nav-bg.gif) no-repeat;
}
.main-header .main-navigation {
  padding: 0 22px;
  background-repeat: repeat-x;
  right: 8px;
  top: 5px;
}
.main-header .main-navigation ul {
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.main-header .main-navigation ul li {
  position: relative;
  float: left;
  font-size: 14px;
  margin-right: 48px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .main-navigation ul li a,
.main-header .main-navigation ul li a span,
.main-header .main-navigation ul li a em {
  height: 42px;
  background: url(/images/v2_nav-sp.gif) no-repeat;
}
.main-header .main-navigation ul li a {
  position: relative;
  float: left;
  padding-left: 17px;
  text-decoration: none;
  background-position: -99999px -200px;
  display: block;
}
.main-header .main-navigation ul li a span {
  position: relative;
  float: left;
  padding-right: 17px;
  background-position: right -99999px;
  display: block;
}
.main-header .main-navigation ul li a em {
  position: relative;
  float: left;
  font-style: normal;
  font-weight: normal;
  line-height: 40px;
  color: #4d4b4b;
  background-repeat: repeat-x;
  background-position: 0 -999999px;
  display: block;
  cursor: pointer;
}
.main-header .main-navigation ul li.last-menu {
  margin-right: 0;
}
.main-header .main-navigation ul li a:hover,
.main-header .main-navigation ul li.active a {
  background-position: 0 0;
}
.main-header .main-navigation ul li a:hover span,
.main-header .main-navigation ul li.active a span {
  background-position: right -100px;
}
.main-header .main-navigation ul li a:hover em,
.main-header .main-navigation ul li.active a em {
  background-repeat: repeat-x;
  background-position: 0 -200px;
}
.main-header .nav-left,
.main-header .nav-right {
  width: 8px;
  background-position: 0 -100px;
  left: -4px;
  top: 0;
}
.main-header .nav-right {
  background-position: 0 -200px;
  left: auto;
  right: -8px;
}
.main-header .nav-wrap {
  position: relative;
  clear: both;
  width: 560px;
  padding-bottom: 52px;
  float: right;
}
.main-header .nav-wide-wrap {
  position: relative;
  height: 50px;
  clear: both;
  width: 940px;
  margin: 0 auto;
}
.main-header .nav-wide-wrap .nav-wrap {
  width: 940px;
  padding-bottom: 20px;
}
.main-header .nav-wide-wrap .main-navigation {
  width: 898px;
  padding: 0 12px 0 18px;
  top: 0;
  left: 4px;
  display: inline;
}
.main-header .nav-wide-wrap .main-navigation ul li {
  margin-right: 38px;
}
.main-header .nav-wide-wrap .main-navigation ul li.last-menu {
  margin-right: 0;
}
.main-header .bredcrumbs-wrap {
  clear: both;
  width: 940px;
  margin: 0 auto;
  overflow: hidden;
}
.main-header .bredcrumbs-wrap .breadcrumbs {
  float: right;
  position: relative;
  width: 650px;
  height: 22px;
  text-align: right;
  z-index: 99999;
}
.main-header .bredcrumbs-wrap .breadcrumbs a {
  text-decoration: none;
  color: #2d2e2e;
  line-height: 16px;
}
.main-header .bredcrumbs-wrap .breadcrumbs a:hover,
.main-header .bredcrumbs-wrap .breadcrumbs a.active {
  color: #ed1d25;
}
.main-header .bredcrumbs-wrap .breadcrumbs span {
  padding: 0 6px;
}
.main-header .bredcrumbs-wrap.not-logged-in {
  width: 650px;
  margin: 0;
  float: right;
}
.main-header #loginas {
  font-size: 11px;
}
.main-header #loginname {
  font-weight: bold;
}
.main-header .main-nav {
  clear: both;
  width: 940px;
  margin: 0 auto;
}
.mid-container h3,
#cboxLoadedInner h3 {
  padding: 0 0 7px;
  font-size: 14px;
  line-height: 18px;
  color: #2d2e2e;
}
.mid-container .learn-more,
#cboxLoadedInner .learn-more,
.mid-container .register,
#cboxLoadedInner .register,
.mid-container .go-link,
#cboxLoadedInner .go-link,
.mid-container .go-green,
#cboxLoadedInner .go-green,
.mid-container .go-black,
#cboxLoadedInner .go-black {
  float: left;
  height: 35px;
  padding: 0 10px;
  margin-right: 12px;
  font-family: "Lucida Grande", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 36px;
  background: url(/images/v2_btn-link-bg.gif) repeat-x 0 0;
  text-decoration: none;
  -webkit-border-radius: 18px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 18px;
  -moz-background-clip: padding;
  border-radius: 18px;
  background-clip: padding-box;
  color: #FFF;
  text-shadow: 0 1px 0 #393c3f;
  -webkit-box-shadow: 0 1px 0 #000000;
  -moz-box-shadow: 0 1px 0 #000000;
  box-shadow: 0 1px 0 #000000;
  border-width: 0;
}
.mid-container .learn-more:link,
#cboxLoadedInner .learn-more:link,
.mid-container .register:link,
#cboxLoadedInner .register:link,
.mid-container .go-link:link,
#cboxLoadedInner .go-link:link,
.mid-container .go-green:link,
#cboxLoadedInner .go-green:link,
.mid-container .go-black:link,
#cboxLoadedInner .go-black:link,
.mid-container .learn-more:visited,
#cboxLoadedInner .learn-more:visited,
.mid-container .register:visited,
#cboxLoadedInner .register:visited,
.mid-container .go-link:visited,
#cboxLoadedInner .go-link:visited,
.mid-container .go-green:visited,
#cboxLoadedInner .go-green:visited,
.mid-container .go-black:visited,
#cboxLoadedInner .go-black:visited,
.mid-container .learn-more:hover,
#cboxLoadedInner .learn-more:hover,
.mid-container .register:hover,
#cboxLoadedInner .register:hover,
.mid-container .go-link:hover,
#cboxLoadedInner .go-link:hover,
.mid-container .go-green:hover,
#cboxLoadedInner .go-green:hover,
.mid-container .go-black:hover,
#cboxLoadedInner .go-black:hover,
.mid-container .learn-more:active,
#cboxLoadedInner .learn-more:active,
.mid-container .register:active,
#cboxLoadedInner .register:active,
.mid-container .go-link:active,
#cboxLoadedInner .go-link:active,
.mid-container .go-green:active,
#cboxLoadedInner .go-green:active,
.mid-container .go-black:active,
#cboxLoadedInner .go-black:active {
  color: #FFF;
  text-decoration: none;
}
.mid-container .learn-more.apply-link,
#cboxLoadedInner .learn-more.apply-link,
.mid-container .register.apply-link,
#cboxLoadedInner .register.apply-link,
.mid-container .go-link.apply-link,
#cboxLoadedInner .go-link.apply-link,
.mid-container .go-green.apply-link,
#cboxLoadedInner .go-green.apply-link,
.mid-container .go-black.apply-link,
#cboxLoadedInner .go-black.apply-link {
  font-size: 14px;
  height: 22px;
  padding: 0 10px;
  line-height: 22px;
  margin: 3px 12px ;
  cursor: pointer;
  text-transform: uppercase;
}
.mid-container .learn-more:hover,
#cboxLoadedInner .learn-more:hover {
  background-position: 0 -300px;
}
.mid-container .go-link:hover,
#cboxLoadedInner .go-link:hover {
  background-position: 0 -500px;
}
.mid-container .go-link.fr,
#cboxLoadedInner .go-link.fr {
  float: right;
}
.mid-container .register,
#cboxLoadedInner .register {
  float: left;
  padding: 0 20px;
  margin-right: 0;
  background-position: 0 -100px;
}
.mid-container .register:hover,
#cboxLoadedInner .register:hover {
  background-position: 0 -400px;
}
.mid-container .upgrade .learn-more,
#cboxLoadedInner .upgrade .learn-more,
.mid-container .cmxform .learn-more,
#cboxLoadedInner .cmxform .learn-more,
.mid-container .upgrade input[type=button],
#cboxLoadedInner .upgrade input[type=button],
.mid-container .cmxform input[type=button],
#cboxLoadedInner .cmxform input[type=button] {
  background-position: 0 -5px;
}
.mid-container .upgrade .learn-more:hover,
#cboxLoadedInner .upgrade .learn-more:hover,
.mid-container .cmxform .learn-more:hover,
#cboxLoadedInner .cmxform .learn-more:hover,
.mid-container .upgrade input[type=button]:hover,
#cboxLoadedInner .upgrade input[type=button]:hover,
.mid-container .cmxform input[type=button]:hover,
#cboxLoadedInner .cmxform input[type=button]:hover {
  background-position: 0 -305px;
}
.mid-container .upgrade input[type=submit],
#cboxLoadedInner .upgrade input[type=submit],
.mid-container .cmxform input[type=submit],
#cboxLoadedInner .cmxform input[type=submit] {
  background-position: 0 -105px;
}
.mid-container .upgrade input[type=submit]:hover,
#cboxLoadedInner .upgrade input[type=submit]:hover,
.mid-container .cmxform input[type=submit]:hover,
#cboxLoadedInner .cmxform input[type=submit]:hover {
  background-position: 0 -405px;
}
.mid-container .upgrade input[type=submit],
#cboxLoadedInner .upgrade input[type=submit],
.mid-container .cmxform input[type=submit],
#cboxLoadedInner .cmxform input[type=submit],
.mid-container .upgrade .learn-more,
#cboxLoadedInner .upgrade .learn-more,
.mid-container .cmxform .learn-more,
#cboxLoadedInner .cmxform .learn-more,
.mid-container .upgrade input[type=button],
#cboxLoadedInner .upgrade input[type=button],
.mid-container .cmxform input[type=button],
#cboxLoadedInner .cmxform input[type=button] {
  font-size: 14px;
  height: 22px;
  padding: 0 10px;
  line-height: 22px;
  margin: 3px 24px 3px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.mid-container .go-green,
#cboxLoadedInner .go-green {
  background-position: 0 -700px !important;
}
.mid-container .go-green:hover,
#cboxLoadedInner .go-green:hover {
  background-position: 0 -600px !important;
}
.mid-container .go-black,
#cboxLoadedInner .go-black {
  background-position: 0 -900px !important;
}
.mid-container .go-black:hover,
#cboxLoadedInner .go-black:hover {
  background-position: 0 -800px !important;
}
.mid-container {
  clear: both;
  width: 940px;
  margin: 0 auto;
}
.mid-container .mobile_number {
  display: none;
}
.mid-container .banner-container {
  position: relative;
  width: 100%;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  height: 313px;
  background: #2d2e2d url(/images/v2_banner-bg.gif) repeat-x 0 0;
  overflow: hidden;
  z-index: 2;
}
.mid-container .banner-container img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.mid-container .banner-container.admin-header {
  background: #3ba4d5;
}
.mid-container .banner-container.admin-header img {
  right: 6px;
  top: 3px;
}
.mid-container *:first-child + html .banner-container {
  position: relative;
  top: 7px;
}
.mid-container .banner-rightTop,
.mid-container .banner-rightBottom {
  position: absolute;
  width: 4px;
  height: 4px;
  font-size: 2px;
  line-height: 2px;
  background: url(/images/v2_banner-righttop-leftbottom-bg.gif) no-repeat 0 0;
  right: 0;
  top: 0;
  z-index: 5;
}
.mid-container .banner-rightBottom {
  background-position: 0 -20px;
  top: auto;
  bottom: 0;
}
.mid-container .banner-contents {
  position: relative;
  clear: both;
  width: 660px;
  padding: 0 0 0 38px;
  z-index: 2;
  overflow: hidden;
}
.mid-container .banner-contents h1,
.mid-container .banner-contents h2,
.mid-container .banner-contents h3 {
  clear: both;
  margin: 0;
  padding-top: 40px;
  font-size: 36px;
  line-height: 42px;
  color: #fafbfc;
  text-transform: uppercase;
  font-weight: 400;
}
.mid-container .banner-contents h1 {
  font-size: 22px;
  line-height: 55px;
  padding-top: 0;
}
.mid-container .banner-contents .banner-item h1 {
  min-width: 460px;
  padding-top: 40px;
  font-size: 36px;
  line-height: 42px;
}
.mid-container .banner-contents p {
  clear: both;
  margin: 12px 0 0;
  line-height: 18px;
  color: #fafbfc;
}
.mid-container .banner-contents .link-container {
  clear: both;
  width: 250px;
  margin-top: 20px;
}
.mid-container .block-item-center,
.mid-container .block-item,
.mid-container .integration,
.mid-container .security {
  position: relative;
  width: 425px;
  min-height: 150px;
  padding: 0 9px 8px 26px;
  background: #e8e8e7 url(/images/v2_content-block-bg.gif) repeat-x 0 0;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #646464;
  -webkit-box-shadow: 0 1px 0 #c8c8c8;
  -moz-box-shadow: 0 1px 0 #c8c8c8;
  box-shadow: 0 1px 0 #c8c8c8;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  *height: auto !important;
  *height: 125px;
}
.mid-container .block-item-center ul,
.mid-container .block-item ul,
.mid-container .integration ul,
.mid-container .security ul {
  clear: both;
  margin: 0 15px;
  padding: 3px 0 5px;
}
.mid-container .block-item-center ul li,
.mid-container .block-item ul li,
.mid-container .integration ul li,
.mid-container .security ul li {
  clear: both;
  width: 425px;
  line-height: 18px;
}
.mid-container .block-item-center.warning,
.mid-container .block-item.warning,
.mid-container .integration.warning,
.mid-container .security.warning {
  background: #FF0000;
  color: #FFFFFF;
  font-weight: bold;
  text-align: left;
}
.mid-container .block-item-center.warning a,
.mid-container .block-item.warning a,
.mid-container .integration.warning a,
.mid-container .security.warning a {
  color: #FFFFFF;
  text-decoration: underline;
}
.mid-container .block-item-center.sandbox,
.mid-container .block-item.sandbox,
.mid-container .integration.sandbox,
.mid-container .security.sandbox {
  border-top: 1px solid #c8c8c8;
}
.mid-container .content-block {
  float: left;
  width: 940px;
  margin: 0;
  padding: 21px 0 20px;
}
.mid-container .content-block em {
  position: relative;
  clear: both;
  width: 427px;
  margin-top: 3px;
  font-style: normal;
  display: block;
  padding: 0 0 7px 7px;
}
.mid-container .content-block .security-block,
.mid-container .content-block .integration-block,
.mid-container .content-block .payout-block {
  float: left;
  width: 220px;
  margin-right: 19px;
}
.mid-container .content-block .security-block .security,
.mid-container .content-block .integration-block .security,
.mid-container .content-block .payout-block .security,
.mid-container .content-block .security-block .integration,
.mid-container .content-block .integration-block .integration,
.mid-container .content-block .payout-block .integration {
  position: relative;
  width: 180px;
  padding: 0 9px 14px 26px;
}
.mid-container .content-block .security-block .security dfn,
.mid-container .content-block .integration-block .security dfn,
.mid-container .content-block .payout-block .security dfn,
.mid-container .content-block .security-block .integration dfn,
.mid-container .content-block .integration-block .integration dfn,
.mid-container .content-block .payout-block .integration dfn {
  font-style: normal;
  padding: 15px 0 0 12px;
  display: block;
}
.mid-container .content-block .security-block .security p,
.mid-container .content-block .integration-block .security p,
.mid-container .content-block .payout-block .security p,
.mid-container .content-block .security-block .integration p,
.mid-container .content-block .integration-block .integration p,
.mid-container .content-block .payout-block .integration p {
  clear: both;
  margin: 0;
  padding: 6px 0 0 20px;
}
.mid-container .content-block .security-block .security p img,
.mid-container .content-block .integration-block .security p img,
.mid-container .content-block .payout-block .security p img,
.mid-container .content-block .security-block .integration p img,
.mid-container .content-block .integration-block .integration p img,
.mid-container .content-block .payout-block .integration p img {
  padding-left: 3px;
}
.mid-container .content-block .security-block .security p a,
.mid-container .content-block .integration-block .security p a,
.mid-container .content-block .payout-block .security p a,
.mid-container .content-block .security-block .integration p a,
.mid-container .content-block .integration-block .integration p a,
.mid-container .content-block .payout-block .integration p a {
  text-decoration: none;
  color: #2d2e2e;
}
.mid-container .content-block .security-block .security p a:hover,
.mid-container .content-block .integration-block .security p a:hover,
.mid-container .content-block .payout-block .security p a:hover,
.mid-container .content-block .security-block .integration p a:hover,
.mid-container .content-block .integration-block .integration p a:hover,
.mid-container .content-block .payout-block .integration p a:hover {
  text-decoration: underline;
}
.mid-container .content-block .security-block .integration,
.mid-container .content-block .integration-block .integration,
.mid-container .content-block .payout-block .integration {
  padding: 0 0 16px;
  width: 220px;
}
.mid-container .content-block .security-block .integration p,
.mid-container .content-block .integration-block .integration p,
.mid-container .content-block .payout-block .integration p {
  padding: 50px 0 10px 12px;
  display: block;
}
.mid-container .content-block .security-block .integration p a,
.mid-container .content-block .integration-block .integration p a,
.mid-container .content-block .payout-block .integration p a {
  text-decoration: underline;
  color: #3d6dbc;
}
.mid-container .content-block .security-block .integration p a:hover,
.mid-container .content-block .integration-block .integration p a:hover,
.mid-container .content-block .payout-block .integration p a:hover {
  text-decoration: none;
}
.mid-container .content-block .security-block .integration .intgration-img-container,
.mid-container .content-block .integration-block .integration .intgration-img-container,
.mid-container .content-block .payout-block .integration .intgration-img-container {
  clear: both;
  width: 209px;
  padding: 8px 0 0 11px;
  margin: 0;
  overflow: hidden;
}
.mid-container .content-block .security-block .integration .intgration-img-container span,
.mid-container .content-block .integration-block .integration .intgration-img-container span,
.mid-container .content-block .payout-block .integration .intgration-img-container span {
  float: left;
  height: 30px;
  margin-right: 7px;
  max-width: 220px;
}
.mid-container .content-block .security-block .integration .integration-guide-dashboard-link,
.mid-container .content-block .integration-block .integration .integration-guide-dashboard-link,
.mid-container .content-block .payout-block .integration .integration-guide-dashboard-link {
  position: absolute;
  left: 11px;
  bottom: 12px;
}
.mid-container .content-block .integration-block {
  margin-right: 18px;
}
.mid-container .content-block .payout-block {
  float: right;
  width: 461px;
  margin: 0;
}
.mid-container .content-block .payout-block div {
  padding: 0;
}
.mid-container .content-block .payout-block .payout-row {
  clear: both;
  width: 435px;
  overflow: hidden;
}
.mid-container .content-block .payout-block .payout-row .pay-col-small {
  font-weight: normal;
  font-size: 12px;
  padding-left: 50px;
  float: left;
  width: 100%;
}
.mid-container .content-block .payout-block .payout-row .pay-col-small .pay-col-small-1 {
  float: left;
  width: 100px;
}
.mid-container .content-block .payout-block .payout-row .pay-col-small .pay-col-small-2 {
  float: left;
  width: 250px;
}
.mid-container .content-block .payout-block .payout-row .pay-col-1 {
  float: left;
  width: 60%;
  font-weight: 700;
  color: #000;
}
.mid-container .content-block .payout-block .payout-row .pay-col-1 .payout-top {
  padding-top: 5px;
}
.mid-container .content-block .payout-block .payout-row .pay-col-2 {
  float: left;
  width: 100%;
}
.mid-container .content-block .payout-block .payout-row .pay-col-3 {
  float: left;
  width: 73px;
}
.mid-container .content-block .payout-block .payout-row .pay-col-4 {
  float: left;
  width: 120px;
  text-align: right;
}
.mid-container .content-block .payout-block .payout-row .pay-col-5 {
  float: left;
  width: 132px;
  padding-left: 110px;
}
.mid-container .content-block .payout-block .payout-row .pay-col-5 label {
  float: left;
  line-height: 23px;
  margin: 0 5px 0 0;
}
.mid-container .content-block .payout-block .payout-row .pay-col-5 input {
  float: left;
  width: 110px;
  height: 16px;
  line-height: 16px;
  padding: 3px;
  font-family: 'MyriadProRegular';
  font-size: 12px;
  background: #FFFFFE;
  border: 1px solid #9c9c9c;
}
.mid-container .content-block .payout-block .go-link {
  border: none;
  padding: 0 15px;
  cursor: pointer;
}
.mid-container .content-block .payout-block form {
  margin: 0px;
  padding: 0px;
}
.mid-container .content-block .payout-block .payout {
  padding: 15px 9px 1px 26px;
  font-size: 16px;
  width: 425px;
}
.mid-container .block-item.reg-block-item {
  background: none;
}
.mid-container .block-item h2,
.mid-container h2 {
  padding-top: 15px;
  font-size: 22px;
  line-height: 26px;
  color: #2d2e2e;
}
.mid-container .block-item h2 form,
.mid-container h2 form {
  margin: 0px;
  padding: 0px;
}
.mid-container h2,
.mid-container h3 {
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  clear: both;
}
.mid-container .brand-container {
  float: left;
  width: 940px;
  margin: 0;
  padding-bottom: 20px;
}
.mid-container .brand-item {
  width: 440px;
  padding-left: 20px;
}
.mid-container .brand-img-row {
  position: relative;
  clear: both;
  width: 425px;
  height: 113px;
  margin-bottom: 4px;
  margin-left: 13px;
  overflow: hidden;
}
.mid-container .top-logos .top-logo,
.mid-container .bottom-logos .top-logo,
.mid-container .top-logos .bottom-logo,
.mid-container .bottom-logos .bottom-logo {
  float: left;
  margin-right: 35px;
}
.mid-container .top-logos .last,
.mid-container .bottom-logos .last {
  margin-right: 0;
}
.mid-container .top-logos img,
.mid-container .bottom-logos img {
  width: 160px;
  height: 50px;
  padding-bottom: 5px;
}
.mid-container .testimonial {
  float: left;
  width: 940px;
  margin: 0;
  padding: 0 0 30px 0;
}
.mid-container .testimonial blockquote {
  position: relative;
  clear: both;
  margin: 0;
  padding: 0 0 0 45px;
  font-style: normal;
  line-height: 16px;
  background: url(/images/v2_blockquote.png) no-repeat 0 0px;
  min-height: 80px;
}
.mid-container .testimonial cite {
  font-style: normal;
  float: right;
}
.mid-container .testimonial .block-item {
  width: 895px;
}
.mid-container .testimonial .testimonial-content {
  width: 425px;
  float: left;
  margin-right: 20px;
  padding-right: 19px;
  border-right: 1px solid #8b8b8b;
}
.mid-container .testimonial .testimonial-content.with-image {
  float: right;
  width: 891px;
  margin: 0px;
  padding: 0px;
  border: none;
}
.mid-container .testimonial .testimonial-content.with-image img {
  float: left;
  margin: 5px;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 90px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 90px;
  -moz-background-clip: padding;
  border-radius: 90px;
  background-clip: padding-box;
  border: solid thin #8b8b8b;
}
.mid-container .testimonial .testimonial-content.with-image .quotes2 {
  width: 625px;
  margin: 35px 0 0 35px;
}
.mid-container .testimonial .testimonial-content.with-image .quotes2 blockquote {
  min-height: 120px;
}
.mid-container .testimonial .test-items {
  padding: 20px;
  min-height: 140px;
  display: inline-block;
}
.mid-container .testimonial .test-items .heading {
  font-size: 16px;
  padding-left: 45px;
  padding-bottom: 10px;
  font-weight: bold;
}
.mid-container .testimonial .test-items .last {
  border: none;
  margin-right: 0;
  padding-top: 28px;
  width: 400px;
}
.mid-container * html .testimonial {
  padding-bottom: 10px;
}
.mid-container * html .testimonial cite {
  bottom: 0;
  top: 20px;
}
.mid-container .testimonial_url {
  width: 40px;
}
.mid-container .go-link {
  padding: 0 22px;
  margin-right: 9px;
  position: relative;
  height: 22px;
  line-height: 22px;
  background-position: 0 -200px;
  -webkit-box-shadow: 0 1px 1px #000000;
  -moz-box-shadow: 0 1px 1px #000000;
  box-shadow: 0 1px 1px #000000;
}
.mid-container .search-btn {
  margin-left: 35px;
  position: relative;
}
.mid-container .fees-go {
  margin-left: 0 !important;
}
.mid-container .wide-container {
  float: left;
  max-width: 940;
  width: 100%;
  padding-bottom: 20px;
  background: url(/images/v2_bullet-dotted-line.gif) repeat-x left bottom;
}
.mid-container .wide-container h2 {
  clear: both;
  margin: 0;
  padding-top: 20px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
.mid-container .wide-container p {
  clear: both;
  margin: 15px 0 0;
  line-height: 18px;
}
.mid-container .wide-container .left-col {
  float: left;
  width: 430px;
  margin-top: 15px;
  padding: 0px 0 0 20px;
}
.mid-container .wide-container .right-col {
  float: right;
  width: 490px;
  padding-top: 31px;
}
.mid-container .wide-container .slider-container-wrap {
  position: relative;
  width: 490px;
  height: 293px;
}
.mid-container .wide-container .slider-container-wrap .slider-container {
  position: absolute;
  width: 495px;
  height: 299px;
  background: url(/images/v2_slider-frame.png) no-repeat 0 0;
  left: 21px;
  top: 0;
  z-index: 2;
}
.mid-container .wide-container .slider-container-wrap .slider-container .ribbon,
.mid-container .wide-container .slider-container-wrap .slider-container .ribbon-view {
  position: absolute;
  width: 111px;
  height: 111px;
  background: url(/images/v2_ribbon.png) no-repeat 0 0;
  left: 3px;
  top: 3px;
  text-indent: -99999px;
  z-index: 9;
}
.mid-container .wide-container .slider-container-wrap .slider-container .ribbon-view {
  background: url(/images/v2_ribbon-view.png) no-repeat 0 0;
}
.mid-container .wide-container .slider-container-wrap .slider-container .slider-contents {
  position: absolute;
  width: 458px;
  height: 265px;
  left: 9px;
  top: 9px;
  overflow: hidden;
  z-index: 2;
}
.mid-container .wide-container .slider-container-wrap .slider-container .slider-contents img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.mid-container .wide-container .slider-container-wrap .slider-container .slider-contents img.active {
  z-index: 7;
}
.mid-container .wide-container .slider-container-wrap .slider-container .slider-nav-left,
.mid-container .wide-container .slider-container-wrap .slider-container .slider-nav-right {
  position: absolute;
  width: 27px;
  height: 47px;
  background: url(/images/v2_btn-slider-nav.png) no-repeat 0 0;
  left: -20px;
  top: 119px;
  cursor: pointer;
  z-index: 8;
}
.mid-container .wide-container .slider-container-wrap .slider-container .slider-nav-right {
  background-position: 0 -100px;
  left: auto;
  right: -1px;
}
.mid-container .wide-container .slider-container-wrap .slider-container .scroller {
  position: absolute;
  width: 200px;
  height: 10px;
  left: 205px;
  bottom: 0;
}
.mid-container .wide-container .slider-container-wrap .slider-container .scroller ul {
  clear: both;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mid-container .wide-container .slider-container-wrap .slider-container .scroller ul li {
  float: left;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url(/images/v2_scroller-bg.gif) no-repeat 0 0;
  cursor: pointer;
}
.mid-container .wide-container .slider-container-wrap .slider-container .scroller ul li.active {
  background-position: 0 -100px;
}
.mid-container .wide-container .slider-container-wrap .slider-container * html .scroller {
  top: 290px;
}
.mid-container .wide-container-center {
  margin: 0 auto;
  padding-bottom: 20px;
  background: url(/images/v2_bullet-dotted-line.gif) repeat-x left bottom;
}
.mid-container .wide-container-center .moveright {
  margin: 0 auto;
  padding-left: 119px;
}
.mid-container .wide-container-center h2 {
  clear: both;
  margin: 0;
  padding-top: 20px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}
.mid-container .wide-container-center p {
  clear: both;
  margin: 15px 0 0;
  line-height: 18px;
}
.mid-container .wide-container-center .individualNotice {
  width: 653px;
  margin-left: 142px;
}
.mid-container .ext-container {
  background: none;
}
.mid-container .ext-container strong {
  padding-top: 15px;
  display: block;
}
.mid-container .ext-container .slider-container {
  height: 356px;
  background: url(/images/v2_slider-frame.png) no-repeat;
}
.mid-container .ext-container .slider-contents {
  height: 356px;
}
.mid-container .security .wide-container .left-col {
  width: 410px;
}
.main-footer {
  clear: both;
  width: 920px;
  padding: 22px 0 0 20px;
  margin: 0 auto;
}
.main-footer .footer-widget-wrap {
  float: left;
  width: 900px;
  padding-bottom: 45px;
  background: url(/images/v2_footer-repeat.gif) repeat-x 0 24px;
}
.main-footer .footer-widget-wrap .footer-widget {
  float: left;
  width: 160px;
}
.main-footer .footer-widget-wrap .footer-widget h4 {
  clear: both;
  margin: 0;
  font-family: Arial;
  font-size: 12px;
  text-transform: uppercase;
  color: #e8e8e6;
}
.main-footer .footer-widget-wrap .footer-widget ul {
  clear: both;
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.main-footer .footer-widget-wrap .footer-widget ul li {
  clear: both;
  padding: 8px 0;
  line-height: 16px;
  font-family: Arial;
  font-size: 12px;
  color: #e8e8e6;
}
.main-footer .footer-widget-wrap .footer-widget ul li a {
  text-decoration: none;
  color: #FFF;
}
.main-footer .footer-widget-wrap .footer-widget ul li a:hover {
  text-decoration: underline;
}
.main-footer .footer-widget-wrap .footer-widget.first,
.main-footer .footer-widget-wrap .footer-widget.second,
.main-footer .footer-widget-wrap .footer-widget.third,
.main-footer .footer-widget-wrap .footer-widget.forth {
  margin-right: 24px;
}
.not-home .main-header .header-right-contents {
  top: 0px;
}
.not-home .mid-container .banner-container {
  height: 55px;
  margin-bottom: 10px;
}
.not-home .mid-container .banner-contents {
  padding-left: 21px;
}
.not-home .mid-container .testimonial {
  padding: 27px 0 29px 13px;
}
.dashboard .main-navigation {
  top: 0;
  left: 8px;
}
.dashboard .nav-wrap {
  width: 940px;
  padding-bottom: 50px;
}
.dashboard .mid-container {
  padding-bottom: 30px;
}
.dashboard .block-item {
  padding-left: 12px;
  width: 431px;
}
.dashboard .dashboard-footer-top {
  position: relative;
  margin-top: -20px;
}
.user-notification-area {
  clear: both;
  width: 940px;
  margin: 0;
}
.user-notification-left {
  float: left;
  width: 245px;
  padding-left: 7px;
}
.user-notification-left strong {
  clear: both;
  font-size: 18px;
  margin-top: 18px;
  line-height: 24px;
  display: block;
}
.user-notification-left strong dfn {
  clear: both;
  font-size: 18px;
  margin-top: 10px;
  font-style: normal;
  line-height: 24px;
  display: block;
}
.user-notification-left strong dfn span {
  padding-left: 30px;
}
.user-notification-right {
  float: right;
  width: 669px;
}
.user-notification-right em,
.recent-trans-wrap em,
.content-block em {
  margin: 13px 0 0;
  font-family: 'MyriadProRegular';
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  display: block;
}
.notification-box {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  clear: both;
  width: 637px;
  padding: 16px;
  margin-top: 5px;
  background: #e8e8e8;
  overflow-x: hidden;
  overflow-y: scroll;
}
.notification-box a:hover {
  text-decoration: none;
}
.notification-left-content {
  float: left;
  width: 362px;
}
.notification-left-content a {
  text-decoration: underline;
  color: #2d2e2e;
}
.notification-right-content {
  float: left;
  width: 215px;
}
.notification-right-content a {
  text-decoration: underline;
  color: #3d6dbc;
}
.table,
.devTable {
  font-family: 'MyriadProRegular', sans-serif;
  color: #666;
  font-size: 14px;
  background: #eaebec;
  border: #ccc 1px solid;
  margin: 20px 0px;
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
.table tr,
.devTable tr {
  text-align: left;
  padding-left: 20px;
}
.table tr::first-child th:first-child,
.devTable tr::first-child th:first-child {
  -webkit-border-top-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 3px;
  -moz-background-clip: padding;
  border-top-left-radius: 3px;
  background-clip: padding-box;
}
.table tr:first-child th:last-child,
.devTable tr:first-child th:last-child {
  -webkit-border-top-right-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 3px;
  -moz-background-clip: padding;
  border-top-right-radius: 3px;
  background-clip: padding-box;
}
.table tr:last-child td:first-child,
.devTable tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.table tr:last-child td:last-child,
.devTable tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 3px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 3px;
  background-clip: padding-box;
}
.table tr.even td,
.devTable tr.even td {
  background: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
.table tr.sub td,
.devTable tr.sub td {
  padding-left: 40px;
}
.table tr:hover td,
.devTable tr:hover td {
  background: #f2f2f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
  background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}
.table td,
.devTable td {
  padding: 10px 9px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
.table td span,
.devTable td span {
  float: left;
}
.table td:first-child,
.devTable td:first-child {
  text-align: left;
  padding-left: 20px;
  border-left: 0;
}
.table td.padding-2-5,
.devTable td.padding-2-5 {
  padding: 2px 5px;
}
.table td.padding-right-20,
.devTable td.padding-right-20 {
  padding-right: 20px;
}
.table td.col-1,
.devTable td.col-1 {
  width: 88px;
  padding-left: 10px;
}
.table td.col-2,
.devTable td.col-2 {
  width: 55px;
  padding-left: 18px;
}
.table td.col-3,
.devTable td.col-3 {
  width: 149px;
  padding-left: 17px;
}
.table td.col-4,
.devTable td.col-4 {
  width: 139px;
  padding-left: 15px;
}
.table td.col-5,
.devTable td.col-5 {
  width: 94px;
  padding-left: 12px;
}
.table td.col-6,
.devTable td.col-6 {
  width: 89px;
  padding-left: 11px;
}
.table td.col-7,
.devTable td.col-7 {
  width: 80px;
  padding-left: 12px;
}
.table td.col-8,
.devTable td.col-8 {
  width: 82px;
  padding-left: 12px;
}
.table td .wordbreak,
.devTable td .wordbreak {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.table th,
.devTable th,
.table tr.title,
.devTable tr.title,
.table thead,
.devTable thead,
.table .title td,
.devTable .title td,
.table tr.title:hover td,
.devTable tr.title:hover td,
.table thead td,
.devTable thead td {
  position: relative;
  padding: 10px 18px 10px 18px;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  background: #2d2e2e;
  color: #F5F5F5;
}
.table .title.center,
.devTable .title.center {
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  padding: 0 0 0 4px;
}
.table thead a:link,
.devTable thead a:link,
.table thead a:visited,
.devTable thead a:visited {
  color: #FFF;
  text-decoration: none;
}
.table thead a:hover,
.devTable thead a:hover {
  text-decoration: underline;
}
.table thead a:active,
.devTable thead a:active {
  text-decoration: none;
}
.table th a,
.devTable th a {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 7px;
}
.table th:first-child,
.devTable th:first-child {
  text-align: left;
  padding-left: 20px;
}
.table .table-up-arrow,
.devTable .table-up-arrow {
  position: absolute;
  right: 0px;
  width: 14px;
  height: 14px;
  top: 0px;
  font-size: 12px;
  line-height: 12px;
  background: url(/images/v2_up-down-link.gif) no-repeat 0 0;
  text-indent: -99999px;
}
.table .table-down-arrow,
.devTable .table-down-arrow {
  background-position: 0 -100px;
}
.table a.tableCommands,
.devTable a.tableCommands {
  margin-right: 20px;
}
.table a.tableCommands:last-of-type,
.devTable a.tableCommands:last-of-type {
  margin-right: 0px;
}
.progressbar {
  position: relative;
  clear: both;
  width: 121px;
  height: 31px;
  margin: 10px 0 0 -6px;
  overflow: hidden;
}
.progressbar img {
  position: relative;
  float: left;
  margin: 0;
}
.recent-trans-wrap {
  clear: both;
  width: 940px;
  margin: 0;
  padding-top: 22px;
  padding-left: 0px;
}
.recent-trans-wrap em {
  margin-top: 0;
  padding-bottom: 5px;
  display: block;
}
.paging-wrap {
  position: relative;
  clear: both;
  width: 932px;
  padding-left: 8px;
  margin-top: 5px;
  overflow: hidden;
  min-height: 70px;
}
.paging {
  float: left;
  color: #2d2e2e;
}
.paging a {
  text-decoration: none;
  color: #ff6666;
}
.paging a:hover,
.paging a.active {
  color: #000;
  font-weight: 700;
}
.paging span {
  padding: 0 3px;
}
.block-left-wrap {
  float: left;
  width: 462px;
}
.block-right-wrap {
  float: right;
  width: 462px;
}
.block-right-wrap .check-item input.radio {
  top: 3px;
}
.form-element-wrap {
  clear: both;
  width: 385px;
  padding-top: 12px;
}
.form-element {
  float: left;
  width: 148px;
}
.form-element label {
  clear: both;
  margin: 0;
  line-height: 16px;
  display: block;
}
.form-element input {
  clear: both;
  width: 140px;
  height: 16px;
  margin: 4px 0 0;
  padding: 3px;
  font-family: 'MyriadProRegular';
  font-size: 12px;
  line-height: 16px;
  background: #FFFFFE;
}
.form-element input.txt-optional {
  border: 1px solid #c2c2c2;
}
.form-element input.txt-file {
  height: 24px;
  border: 1px solid #9c9c9c;
}
.form-element input.txt {
  border: 1px solid #9c9c9c;
}
.first-element {
  margin-right: 89px;
}
.check-item-wrap {
  clear: both;
  width: 431px;
  margin-right: 12px;
}
.check-item-wrap span {
  float: left;
  margin-right: 13px;
  line-height: 23px;
}
.check-item {
  float: left;
  width: 84px;
}
.check-item dfn {
  padding-right: 19px;
  font-weight: 700;
  background: url(/images/v2_bullet-sp.gif) no-repeat right 0;
}
.check-item dfn.type-2 {
  background-position: right -100px;
}
.check-item input.radio {
  position: relative;
  top: 10px;
}
.link-type,
.link-type-1 {
  position: relative;
  float: left;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  height: 23px;
  font-size: 12px;
  padding: 0 3px;
  line-height: 21px;
  background: url(/images/v2_btn-bg.gif) repeat-x 0 0;
  text-decoration: none;
  font-weight: 700;
  color: #710000;
  cursor: pointer;
}
.link-type-1 {
  background-position: 0 -100px;
  color: #FFF;
}
.register-container {
  clear: both;
  width: 900px;
  padding-left: 0px;
  overflow: hidden;
}
.register-container h2 {
  margin: 0;
  padding: 10px 20px 10px;
}
.register-container form {
  margin: 0px;
  padding: 0px;
}
.register-container label {
  float: left;
  width: 127px;
  line-height: 23px;
  font-weight: 700;
}
.register-container input.txt {
  float: left;
  width: 171px;
  height: 16px;
  padding: 3px 3px 3px 3px;
  font-family: 'MyriadProRegular';
  font-size: 14px;
  background: #FFFFFE;
  border: 1px solid #9c9c9c;
  color: #999998;
}
.register-container .register-row-repeat {
  display: none;
}
.register-container .register-row {
  position: relative;
  clear: both;
  width: 800px;
  margin-top: 6px;
  padding-left: 20px;
  overflow: hidden;
}
.register-container .reg-checkbox-wrap {
  clear: both;
  width: 440px;
  padding-left: 147px;
  margin-top: 10px;
  overflow: hidden;
}
.register-container .reg-checkbox-wrap span {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  top: -3px;
  font-weight: 700;
}
.register-container .reg-checkbox-wrap input {
  margin: 0px;
  padding: 0px;
}
.register-container .top_shortPass {
  color: #DD232B;
}
.register-container .top_badPass,
.register-container .top_goodPass,
.register-container .top_strongPass {
  color: #999998;
}
.full-register .wide-container {
  padding-top: 15px;
}
.full-register .title-entry-wrap {
  float: left;
  width: 850px;
  margin-top: 15px;
}
.full-register .title-entry-wrap h2 {
  clear: both;
  margin: 0;
  padding-left: 19px;
  font-size: 18px;
  line-height: 24px;
  color: #2d2e2e;
  text-transform: none;
  display: block;
}
.full-register .title-entry-wrap form {
  margin: 0px;
  padding: 0px;
}
.full-register .title-entry-wrap .optional {
  font-size: smaller;
}
.full-register .title-entry-row {
  float: left;
  width: 755px;
  padding-left: 15px;
  margin-top: 10px;
}
.full-register .title-entry-row label {
  float: left;
  width: 125px;
  line-height: 18px;
  padding-left: 27px;
}
.full-register .title-entry-row input.radio {
  position: relative;
  float: left;
}
.full-register .title-entry-row span {
  float: left;
  padding-left: 12px;
  margin-right: 75px;
  margin-top: 3px;
}
.full-register .title-entry-row span.last {
  margin-right: 0;
}
.full-register .title-entry-row select {
  float: left;
  width: 95px;
  height: 22px;
  border: 1px solid #ababab;
}
.full-register .title-entry-row-center {
  float: left;
  width: 755px;
  padding-left: 117px;
  margin-top: 10px;
}
.full-register .title-entry-row-center label {
  float: left;
  line-height: 18px;
  width: auto;
  padding-left: 20px;
}
.full-register .title-entry-row-center input.radio {
  position: relative;
  float: left;
}
.full-register .title-entry-row-center span {
  float: left;
  padding-left: 12px;
  margin-right: 54px;
  margin-top: 3px;
}
.full-register .title-entry-row-center span.last {
  margin-right: 0;
}
.full-register .title-entry-row-center select {
  float: left;
  width: 95px;
  height: 22px;
  border: 1px solid #ababab;
}
.full-register .title-entry-row-industry {
  float: left;
  width: 755px;
  padding-left: 0px;
  margin-top: 10px;
}
.full-register .title-entry-row-charity {
  float: left;
  width: 755px;
  padding-left: 0px;
  margin-top: 10px;
}
.full-register .block-item {
  width: 850px;
  padding: 20px 15px 25px 25px;
  margin: 8px 18px 0;
}
.full-register .block-item label {
  float: left;
  width: 177px;
  line-height: 22px;
}
.full-register .block-item input.txt {
  float: left;
  width: 180px;
  height: 16px;
  line-height: 16px;
  padding: 3px 6px 3px 3px;
  font-family: 'MyriadProRegular';
  font-size: 14px;
  color: #999998;
  border: 1px solid #9c9c9c;
}
.full-register .block-item input.radio,
.full-register .block-item input.checkbox {
  float: left;
}
.full-register .block-item select.select-item {
  float: left;
  width: 191px;
  height: 22px;
  line-height: 22px;
  color: #999998;
  border: 1px solid #9c9c9c;
}
.full-register .block-item span {
  float: left;
  padding-left: 12px;
  margin-right: 44px;
  margin-top: 3px;
}
.full-register .block-item span.last {
  margin-right: 0;
}
.full-register .block-item-center {
  width: 630px;
  padding: 20px 15px 25px 25px;
  margin: 8px 18px 0;
}
.full-register .block-item-center label {
  float: left;
  width: 177px;
  line-height: 22px;
}
.full-register .block-item-center input.txt {
  float: left;
  width: 180px;
  height: 16px;
  line-height: 16px;
  padding: 3px 6px 3px 3px;
  font-family: 'MyriadProRegular';
  font-size: 14px;
  color: #999998;
  border: 1px solid #9c9c9c;
}
.full-register .block-item-center input.radio,
.full-register .block-item-center input.checkbox {
  float: left;
}
.full-register .block-item-center select.select-item {
  float: left;
  width: 191px;
  height: 22px;
  line-height: 22px;
  color: #999998;
  border: 1px solid #9c9c9c;
}
.full-register .block-item-center span {
  float: left;
  padding-left: 12px;
  margin-right: 44px;
  margin-top: 3px;
}
.full-register .block-item-center span.last {
  margin-right: 0;
}
.full-register .business,
.full-register .passport {
  display: none;
}
.full-register .terms-top {
  float: left;
  padding-top: 20px;
}
.full-register .terms-container {
  float: left;
  width: 435px;
  padding-left: 15px;
  margin-top: 5px;
}
.full-register .terms-container span {
  position: relative;
  top: -2px;
}
.full-register .terms-container-center {
  float: left;
  width: 435px;
  padding-left: 140px;
  margin-top: 5px;
}
.full-register .full-register-form-submit {
  position: relative;
  clear: both;
  width: 300px;
  height: 50px;
  padding: 30px 0 0 140px;
}
.full-register .full-register-form-submit .go-link {
  border: none;
  width: 70px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.full-register .full-register-form-submit .no-go-link {
  background-position: 0 -305px;
  cursor: default;
}
.full-register .entry-info-block-center {
  width: 600px;
  margin-top: 20px;
  margin: 0 auto;
}
.full-register .entry-item-wrap {
  float: left;
  width: 679px;
  margin-top: 6px;
}
.full-register .entry-item-wrap textarea {
  width: 615px;
  height: 100px;
  border: 1px solid #9c9c9c;
}
.full-register .entry-item-wrap #charity-long-description {
  height: 200px;
}
.payout-container {
  clear: both;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.payout-container p {
  clear: both;
  margin: 15px 0 0;
  line-height: 18px;
}
.payout-container .payout-form {
  margin-top: 25px;
  overflow: hidden;
}
.payout-container .payout-form .block-item {
  min-height: 220px;
  position: relative;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  width: 100%;
  padding: 20px 0px 18px 0px;
}
.payout-container .payout-form .block-item h3 {
  padding: 4px 12px;
}
.payout-container .payout-form .block-item .go-link {
  position: absolute;
  bottom: 12px;
  right: 12px;
  cursor: pointer;
}
.payout-container .payout-form form {
  margin: 0px;
  padding: 0px;
}
.payout-container .payout-form div.headercol,
.payout-container .payout-form div.datacol {
  display: inline-block;
}
.payout-container .payout-form div.block-item div li {
  padding: .4em 0 0 0;
  list-style-type: none;
}
.payout-container .payout-form p {
  margin: 4px 18px;
}
.payout-container .bottom-space {
  margin-bottom: 15px;
}
.for-sellers .wide-container {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.for-sellers .wide-container h2 {
  padding: 0 0 0 7px;
}
.seller-top-row {
  clear: both;
  width: 930px;
  padding-left: 7px;
  padding-top: 10px;
}
.seller-top-row a {
  text-decoration: underline;
  color: #2d2e2e;
}
.seller-top-row a:hover {
  text-decoration: none;
}
.seller-row {
  clear: both;
}
.seller-row h2 {
  clear: both;
  padding-bottom: 9px;
  background: url(/images/v2_bullet-dotted-line.gif) repeat-x left bottom;
  display: block;
}
.seller-row p {
  clear: both;
  margin: 12px 0 0;
}
.seller-row p a {
  text-decoration: none;
  color: #2d2e2e;
}
.seller-row p a:hover {
  text-decoration: underline;
}
.seller-row .left-col,
.seller-row .right-col {
  float: left;
  width: 457px;
  margin-right: 24px;
  padding: 0;
}
.seller-row .left-col p {
  padding-left: 7px;
}
.seller-row .left-col h2 {
  padding-left: 7px;
}
.seller-row .right-col {
  margin-right: 0;
  padding-top: 14px;
}
.fees-row {
  clear: both;
  width: 940px;
  overflow: hidden;
}
.fees-row .fees-col-1,
.fees-row .fees-col-2,
.fees-row .fees-col-3,
.fees-row .fees-col-4 {
  float: left;
}
.fees-row .fees-col-1 {
  width: 479px;
}
.fees-row .fees-col-2 {
  width: 452px;
  margin-top: 18px;
}
.fees-row .fees-col-2 div {
  clear: both;
  width: 452px;
  height: 295px;
  background: #e9eef1;
}
.fees-row .fees-col-3 {
  width: 640px;
}
.fees-row .fees-col-4 {
  width: 222px;
}
.fees-summery-row {
  clear: both;
  width: 385px;
  text-align: right;
  font-size: 14px;
  padding: 5px 0 0;
  overflow: hidden;
}
.rate,
.rate-1,
.rate-2 {
  position: relative;
  float: left;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0 13px;
  height: 43px;
  margin-top: 7px;
  font-weight: 700;
  line-height: 43px;
  background: url(/images/v2_btn-bg-set.gif) repeat-x 0 0;
  font-size: 14px;
  color: #FFF;
  text-shadow: 0 -1px 0 #333333;
}
.rate {
  margin-top: 19px;
}
.rate-1 {
  background-position: 0 -100px;
}
.rate-2 {
  background-position: 0 -200px;
}
.fee-diagram {
  margin-left: 300px;
}
.fee-diagram img {
  margin-top: 20px;
}
.form-row,
.form-row-1 {
  float: left;
  width: 940px;
  margin-top: 10px;
  overflow: hidden;
}
.form-row label,
.form-row-1 label {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 58px;
  line-height: 22px;
}
.form-row select,
.form-row-1 select {
  float: left;
  width: 95px;
  height: 22px;
  line-height: 22px;
  margin: 2px 48px 0 0;
  border: 1px solid #ababab;
}
.form-row input.txt,
.form-row-1 input.txt,
.payment_request input.txt {
  float: left;
  width: 81px;
  height: 16px;
  margin-right: 8px;
  line-height: 16px;
  padding: 3px 7px;
  font-family: 'MyriadProRegular';
  font-size: 12px;
  color: #2d2e2e;
  border: 1px solid #ababab;
}
.payment_request input.search.txt {
  width: 160px;
  float: none;
}
.request_form textarea.message {
  width: 350px;
  height: 100px;
}
.requestBoxForm {
  padding: 12px;
}
.ui-datepicker-trigger {
  cursor: pointer;
  float: left;
  margin-right: 10px;
}
.calendar-holder img {
  float: left;
  margin: 0;
}
.form-row-1 {
  margin-top: 23px;
}
.form-row-1 label {
  width: 57px;
}
.form-row-1 input.txt {
  width: 177px;
}
.form-row-1 input.txt.label-1 {
  width: 95px;
}
.form-row-1 input.last {
  margin-right: 0;
}
.form-row-1 .label-2 {
  width: 20px;
}
.download-item-area {
  position: absolute;
  right: 0;
  top: 5px;
}
.download-item-area a {
  float: right;
  width: 60px;
  height: 29px;
  margin-right: 0px;
}
.download-item-area a.doc {
  background-position: 0 -100px;
  margin-right: 10px;
}
.download-item-area a.xls {
  background-position: 0 -200px;
  margin-right: 6px;
}
.custom-row {
  position: relative;
  clear: both;
  width: 100%;
  padding-bottom: 8px;
  margin-top: 10px;
  background: url(/images/v2_bullet-dotted-line.gif) repeat-x left bottom;
}
.custom-row h2 {
  float: left;
  margin: 0;
  padding-left: 6px;
}
.custom-row .go-link {
  bottom: 11px;
}
.custom-row .small-h2 {
  font-size: 20px;
}
.custom-row span {
  float: left;
  margin: 20px 0 0 10px;
}
.personal-info-row,
.account-info-row {
  clear: both;
  width: 940px;
  overflow: hidden;
}
.personal-info-row .col-1 {
  float: left;
  width: 474px;
  padding: 0 0 0 6px;
  margin-top: 10px;
}
.personal-info-row .col-1 p {
  clear: both;
  margin: 0;
  line-height: 20px;
}
.personal-info-row .col-1 label {
  float: left;
  width: 145px;
  font-weight: 700;
}
.personal-info-row .col-1 span {
  float: left;
  width: 300px;
}
.personal-info-row .col-2 {
  float: left;
  width: 350px;
  padding: 0;
  margin-top: 2px;
}
.personal-info-row .col-2 label {
  float: left;
  width: 145px;
  font-weight: 700;
}
.personal-info-row .col-2 span {
  float: left;
  width: 300px;
}
.account-info-row label {
  float: left;
  font-weight: 700;
}
.account-info-row .col-1 {
  float: left;
  width: 474px;
  padding: 0 0 0 6px;
}
.account-info-row .col-1 label {
  width: 223px;
}
.account-info-row .col-1 span {
  width: 250px;
}
.account-info-row .col-2 {
  float: left;
  width: 350px;
}
.account-info-row .col-2 label {
  width: 239px;
}
.account-info-row .col-2 span {
  width: 96px;
  padding-left: 4px;
}
.account-info-row .col-2 select {
  float: left;
  width: 95px;
  height: 22px;
  border: 1px solid #ababab;
}
.personal-info-contents {
  clear: both;
  width: 635px;
  margin: 12px 0 0;
  overflow: hidden;
}
.personal-info-contents a {
  float: right;
}
.account-leftinfo-contents,
.account-rightinfo-contents {
  clear: both;
  width: 474px;
  margin-top: 12px;
  overflow: hidden;
}
.account-rightinfo-contents {
  width: 350px;
}
.profile-row {
  clear: both;
  width: 940px;
  margin-top: 10px;
  overflow: hidden;
}
#settings-left-col,
#settings-right-col {
  float: left;
  width: 49%;
}
#settings-left-col .info-row-type-1,
#settings-right-col .info-row-type-1 {
  float: left;
  width: 460px;
}
#settings-left-col .info-row-type-1 label,
#settings-right-col .info-row-type-1 label {
  float: left;
  width: 199px;
  padding-left: 6px;
  font-weight: 700;
}
#settings-left-col .info-row-type-1 span,
#settings-right-col .info-row-type-1 span {
  float: left;
  width: 245px;
}
#settings-left-col .info-row-type-2,
#settings-right-col .info-row-type-2 {
  float: right;
  width: 460px;
}
#settings-left-col .info-row-type-2 h2,
#settings-right-col .info-row-type-2 h2 {
  padding-left: 0;
}
#settings-left-col .info-row-type-2 label,
#settings-right-col .info-row-type-2 label {
  float: left;
  width: 199px;
  font-weight: 700;
}
#settings-left-col .info-row-type-2 label.account-disabled,
#settings-right-col .info-row-type-2 label.account-disabled {
  font-weight: normal;
  width: 450px;
}
#settings-left-col .info-row-type-2 span,
#settings-right-col .info-row-type-2 span {
  float: left;
  width: 260px;
}
.info-row-contents-1,
.info-row-contents-2 {
  clear: both;
  width: 460px;
  margin-top: 15px;
  overflow: hidden;
}
.info-row-contents-1 a,
.info-row-contents-2 a {
  float: right;
}
.info-row-contents-1 .account-disabled,
.info-row-contents-2 .account-disabled {
  width: 99%;
}
.info-row-contents-1 .account-disabled a,
.info-row-contents-2 .account-disabled a {
  float: none;
}
#settings-right-col {
  margin-left: 2%;
}
.shopify-notice {
  margin-top: 16px;
  background-color: #08427E;
  border-radius: 3px;
  height: 92px;
  color: #FFFFFF;
  padding: 16px 16px 0 16px;
}
.shopify-notice .info-row-contents-2 h2 {
  float: none;
}
.shopify-notice .shopify-notice__header {
  display: flex;
}
.shopify-notice .shopify-notice__header .shopify-notice__header__heading {
  font-weight: 600;
}
.shopify-notice .shopify-notice__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}
.shopify-notice .shopify-notice__body p {
  margin-top: 0;
  margin-right: 32px;
}
.shopify-notice__btn {
  height: 30px;
  border: none;
  background-color: #e0182d;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  line-spacing: 0;
  padding: 6px 22px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  width: max-content;
}
.shopify-notice__header__heading,
.shopify-update-notice__heading {
  display: block;
  width: max-content !important;
  height: 18px;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 29px;
}
.shopify-notice__warning-img {
  margin-right: 8px;
}
.shopify-update-notice {
  z-index: 99;
  position: relative;
  background-color: #08427E;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 19px;
}
.shopify-update-notice .shopify-update-notice__warning-block {
  display: flex;
}
.fee-info label {
  width: 242px;
}
.fee-info span {
  width: 75px;
}
.fee-info dfn {
  float: left;
  width: 30px;
  text-align: right;
  font-style: normal;
}
.profile .custom-row {
  background: none;
  border-bottom: 1px solid #c8c7c7;
}
.entry-info-block {
  float: left;
  width: 600px;
  margin-top: 20px;
  margin-left: 0px;
}
.nudgeright {
  margin-right: 10px;
}
.passwork-fixed-txt {
  font-size: 14px;
  line-height: 23px;
  color: #999998;
  float: left;
  margin-left: 10px;
}
.passwork-fixed-txt-file {
  font-size: 14px;
  line-height: 23px;
  color: #999998;
  float: right;
  margin-right: 120px;
}
.btm-spacer {
  clear: both;
  width: 940px;
  height: 46px;
  overflow: hidden;
}
.reg-submit-wrap {
  position: relative;
  clear: both;
  width: 270px;
  height: 40px;
  overflow: hidden;
}
.reg-submit-wrap .go-link {
  border: none;
  width: 70px;
  cursor: pointer;
}
.reg-submit-wrap .submit {
  width: auto;
}
.reg-submit-wrap .no-go-link {
  background-position: 0 -305px;
}
.reg-submit-wrap .iecontinue {
  padding: 0px;
}
.payment-type .wide-container {
  margin-top: 10px;
  padding-bottom: 15px;
}
.top-info-left {
  float: left;
  width: 620px;
  padding-left: 20px;
}
.top-info-left p {
  clear: both;
  margin: 15px 0 0;
}
.top-info-left p a {
  text-decoration: none;
  color: #2d2e2e;
}
.top-info-right {
  float: left;
  width: 258px;
  padding-left: 42px;
  overflow: hidden;
}
.top-info-right img {
  float: left;
  margin: 0 28px 0 0;
}
.top-img-container {
  float: left;
  width: 270px;
  margin-top: 12px;
}
.payment-type-detail {
  clear: both;
  width: 940px;
  padding-top: 9px;
}
.payment-type-detail .payment-type-detail-left {
  float: left;
  width: 940px;
}
.payment-type-detail .payment-type-detail-left .block-item {
  position: relative;
  float: left;
  width: 664px;
  padding: 0 18px 26px;
  margin: 18px 0 0;
  overflow: hidden;
  min-height: 0;
}
.payment-type-detail .payment-type-detail-left .block-item h2 {
  padding-top: 25px;
}
.payment-type-detail .payment-type-detail-left .block-item p {
  clear: both;
  margin: 0;
  line-height: 18px;
  padding: 12px 90px 0 0;
  display: block;
}
.payment-type-detail .payment-type-detail-right {
  position: relative;
  float: right;
  width: 236px;
  margin-top: 7px;
  left: 7px;
}
.payment-detail-block-content {
  clear: both;
  width: 664px;
  height: 130px;
  overflow: hidden;
}
.toggle-link {
  position: absolute;
  width: 31px;
  height: 31px;
  background: url(/images/v2_toggle-bg.gif) no-repeat 0 0;
  right: 15px;
  bottom: 15px;
  display: block;
  display: none;
}
.minus {
  background-position: 0 -100px;
}
.img-container {
  width: 220px;
  height: 157px;
  margin-top: 18px;
  background: url(/images/v2_img-frame.png) no-repeat 0 0;
  float: right;
  bottom: 0;
  position: relative;
}
.img-container img {
  float: left;
  margin: 0;
}
.caption {
  z-index: 500;
  position: absolute;
  bottom: 0px;
  left: 0;
  min-height: 30px;
  padding: 5px 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 438px;
  font-size: 14px;
  line-height: 1.33;
  color: #fff;
  border-top: 1px solid #000;
  text-shadow: none;
}
.caption p {
  margin: 0;
}
.caption a:link,
.caption a:active,
.caption a:visited,
.caption a:hover {
  color: #FFF;
  text-decoration: underline;
}
.caption a:hover {
  text-decoration: none;
}
.question {
  background-color: silver;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-weight: bold;
  padding: 3px 10px;
}
.company-info {
  float: left;
}
.company-info td {
  padding-top: 15px;
}
.fieldlabel {
  font-weight: bold;
  padding: 0 25px 0 0;
}
.tableform {
  clear: both;
  font-size: 14px;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}
.tableform td {
  padding: 0 7px;
  line-height: 30px;
}
.edit {
  background-image: url('/images/v2_profile_edit.png');
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}
.browseTable th {
  padding-left: 32px;
  padding-top: 15px;
}
.promo {
  background-color: #ff3333;
}
.promo-light {
  background-color: #ff6666;
}
.homepage-banner {
  width: 113%;
  height: 75px;
  margin-left: -70px;
  padding: 0;
  background: url('/images/v2_promo_banner.png') no-repeat;
}
.homepage-banner p {
  color: #fff;
  font-size: 22px;
  padding: 11px 0 0 65px;
}
.homepage-banner p a:link,
.homepage-banner p a:active,
.homepage-banner p a:visited {
  color: #FFF;
  text-decoration: underline;
}
.homepage-banner p a:hover {
  color: #FFF;
  text-decoration: none;
}
.block-item-small {
  position: relative;
  padding: 0 9px 8px 26px;
  width: 425px;
}
.sec-bank-logos {
  float: left;
  margin-right: 25px;
  background-image: url('/images/3d-secure.png');
  display: inline-block;
  width: 78px;
  height: 48px;
  overflow: hidden;
  margin: 0 1px;
}
.sec-bank-logos.absa {
  background-position: 0px 48px;
}
.sec-bank-logos.absa:hover {
  background-position: 0px 0px;
}
.sec-bank-logos.capitec {
  background-position: -78px 48px;
}
.sec-bank-logos.capitec:hover {
  background-position: -78px 0px;
}
.sec-bank-logos.fnb {
  background-position: -156px 48px;
}
.sec-bank-logos.fnb:hover {
  background-position: -156px 0px;
}
.sec-bank-logos.nedbank {
  background-position: -234px 48px;
}
.sec-bank-logos.nedbank:hover {
  background-position: -234px 0px;
}
.sec-bank-logos.standard {
  background-position: -312px 48px;
}
.sec-bank-logos.standard:hover {
  background-position: -312px 0px;
}
#dashboard-promo {
  float: right;
  background-image: url('/images/v2_dashboard_announce.png');
  background-repeat: no-repeat;
  margin-right: -12px;
  width: 644px;
  height: 102px;
}
#dashboard-promo p {
  color: #fff;
  font-size: 20px;
  padding: 0 15px;
  line-height: 22px;
}
#dashboard-promo p a:link,
#dashboard-promo p a:active,
#dashboard-promo p a:visited {
  color: #FFF;
  text-decoration: underline;
}
#dashboard-promo p a:hover {
  color: #FFF;
  text-decoration: none;
}
#int-guide h2 {
  background: url(/images/v2_bullet-dotted-line.gif) repeat-x left bottom;
}
#int-guide h3 {
  margin-top: 15px;
}
#int-guide .stand-out {
  color: #ca4a4a;
}
#services {
  text-align: center;
  padding-left: 8px;
}
#services p {
  text-align: left;
  padding-left: 5px;
}
.grid {
  width: 220px;
  display: inline;
  margin: 0 6px;
}
.serv_icons h3 {
  margin: 18px 0 18px 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 22px;
  color: #4e4e4e;
  min-height: 52px;
  line-height: normal;
}
.serv_icons p {
  color: #686868;
  font-size: 17px;
}
.serv_icon1,
.serv_icon2,
.serv_icon3,
.serv_icon4 {
  width: 181px;
  height: 181px;
  text-align: center;
  margin: 0 auto;
}
.serv_icon1 {
  background: url(/images/serv_icon1.png) no-repeat;
}
.serv_icon2 {
  background: url(/images/serv_icon2.png) no-repeat;
}
.serv_icon3 {
  background: url(/images/serv_icon3.png) no-repeat;
}
.serv_icon4 {
  background: url(/images/serv_icon4.png) no-repeat;
}
.multiple-buttons span {
  width: auto;
  float: right;
}
.multiple-buttons a {
  width: auto;
  position: relative;
}
.multiple-buttons .go-link {
  bottom: 4px;
}
.logged-in ul li {
  margin-right: 36px;
}
.personal-info-row .personal-info-contents span .personal-info-contents-spacing {
  width: 100px;
}
.personal-info-row .personal-info-contents .personal-info-multiple-buttons {
  padding-left: 5px;
}
.personal-info-row .personal-info-contents .personal-info-multiple-emails span {
  overflow: hidden;
  width: 282px;
}
.account-type {
  width: 290px;
  padding-left: 15px;
}
.account-type h2 {
  border-bottom: 1px solid #cbcbcb;
}
.account-type .account-type-reg {
  margin: 0 auto;
  width: 50%;
  height: 125px;
}
.account-type .account-type-reg img {
  width: 105px;
  height: 92px;
  margin-top: 15px;
}
.account-type .account-type-text {
  padding: 5px;
}
.paynow-table input[type=text],
input[type=select] {
  width: 500px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.paynow-table textarea {
  width: 500px;
  height: 150px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.paynow-table tr,
td {
  padding: 0px;
  margin: 0px;
}
.paynow-table .tr-empty {
  height: 1em;
}
.paynow-table .tr-heading td,
.paynow-table .tr-heading td h3 {
  text-align: left;
  font-weight: bold;
}
.paynow-table .td-heading {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}
.paynow-table .td-heading span {
  margin-left: 15px;
  float: right;
  color: red;
}
.paynow-table .tr-action td {
  text-align: center;
}
.paynow-table .tr-action td div {
  width: 130px;
}
div.buttonimg span.stretch {
  display: block;
}
div.buttonimg img {
  position: relative;
}
div.buttonimg {
  padding-right: 10px;
  text-align: center;
  margin-left: 10px;
  float: left;
  height: 110px;
}
.defaultborder {
  border: 1px solid white;
}
.selectedborder {
  background: #F1F2F2;
  border: 1px solid black;
}
.registration-extra-info {
  font-size: 12px;
}
.errorHeading {
  font-weight: bold;
  color: Red;
}
.errorText {
  color: Red;
}
.imageWrapper {
  position: relative;
  height: 0px;
  top: 1px;
}
.bottomImage {
  border: 0;
  position: absolute;
  bottom: 0;
  left: 10px;
}
.centerIcons {
  margin: 0 auto;
  text-align: center;
}
.message_padding {
  padding-left: 10px;
}
.captionlogoPage {
  color: #555555;
  padding: 9px;
}
#gallery {
  margin-left: 12px;
  padding-left: 0;
}
#gallery li {
  margin-left: 0;
  margin-right: 10px;
}
.mail_list_description {
  font-size: 12px;
}
a.save_changes {
  text-decoration: none;
}
.mail_list_row .emptyNbsp {
  line-height: 6px;
}
.mail_list_intro {
  padding: 2px 0 12px 6px;
}
.large-break {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comment {
  margin: 10px 0 10px 0;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  border-radius: 5px;
}
.comment.comment-is-reply {
  margin: 0 0 0 30px;
}
.comment .comment-edit-container {
  display: none;
}
.comment .comment-header {
  color: black;
  background-color: #ddd;
  padding: 2px 0 2px 5px;
}
.comment .comment-content {
  color: #333;
  padding: 5px 0 5px 10px;
}
.comment .comment-functions {
  color: red;
  background-color: #dedede;
  padding: 2px 0 2px 5px;
}
.comment .comment-account {
  background-color: #bbb;
}
.comment .comment-navlinks {
  float: right;
  color: red;
}
.comment .comment-navlinks a {
  text-decoration: none;
  font-weight: normal;
}
.comment .star {
  float: right;
}
.comment-child-hide {
  display: none;
}
.comment-child-show {
  display: block;
}
.row {
  margin-left: 20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row [class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.row .span12 {
  width: 940px;
}
.row .span11 {
  width: 860px;
}
.row .span10 {
  width: 780px;
}
.row .bottom-border {
  border-bottom: 1px solid;
  margin-bottom: 12px;
}
.row .double-bottom-border {
  border-bottom-style: double;
}
.row .span9 {
  width: 700px;
}
.row .span8 {
  width: 620px;
}
.row .span7 {
  width: 540px;
}
.row .span6 {
  width: 460px;
}
.row .span5 {
  width: 380px;
}
.row .span4 {
  width: 300px;
}
.row .span3 {
  width: 220px;
}
.row .span2 {
  width: 140px;
}
.row .span1 {
  width: 60px;
}
.row .offset12 {
  margin-left: 980px;
}
.row .offset11 {
  margin-left: 900px;
}
.row .offset10 {
  margin-left: 820px;
}
.row .offset9 {
  margin-left: 740px;
}
.row .offset8 {
  margin-left: 660px;
}
.row .offset7 {
  margin-left: 580px;
}
.row .offset6 {
  margin-left: 500px;
}
.row .offset5 {
  margin-left: 420px;
}
.row .offset4 {
  margin-left: 340px;
}
.row .offset3 {
  margin-left: 260px;
}
.row .offset2 {
  margin-left: 180px;
}
.row .offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
ul.item-details,
ul.icons,
ul#messageBox {
  list-style-type: none;
}
ul.item-details {
  padding-left: 0;
}
i.icon-ok {
  background: url('/images/tick.png') no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  display: block;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
}
.nav > .pull-right {
  float: right;
}
.nav-pills {
  *zoom: 1;
}
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-pills:after {
  clear: both;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  margin-right: 2px;
  line-height: 14px;
  padding: 8px 12px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #D00000;
}
.nav-pills a {
  text-decoration: none;
}
.portfolio-grid-1 .hp-wrapper {
  position: relative;
  overflow: hidden;
}
.portfolio-grid-1 .hp-wrapper .bottom-block {
  background: url("/images/bottom_block_bg.png") repeat scroll left top transparent;
  bottom: 0;
  left: 0;
  padding: 6px 10px;
  position: absolute;
  width: 100%;
  height: 38px;
}
.portfolio-grid-1 .hp-wrapper .bottom-block a {
  font-size: 16px;
}
.portfolio-grid-1 .hp-wrapper p {
  color: #666666;
  font-family: 'Open Sans', sans-serif, Arial;
  font-size: 12px;
  margin: 2px 0px;
  padding: 0;
}
.portfolio-grid-1 .hp-wrapper .hover-shade {
  position: absolute;
  left: -9999em;
  top: 0;
}
.portfolio-grid-1 .hp-wrapper .hover-shade img {
  position: absolute;
  left: 0;
  top: 0;
}
.portfolio-grid-1 .hp-wrapper .hover-shade a {
  width: 100%;
  height: 100%;
  display: block;
}
.portfolio-grid-1 .hp-wrapper:hover .hover-shade {
  left: 0;
}
.tour-btn .btn {
  font-weight: bold;
}
.block-posts .block-post-img {
  display: block;
  margin-bottom: 10px;
}
.bordered-img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  line-height: 20px;
  padding: 3px;
}
li.borderList {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  border: 1px solid #DDDDDD;
  -webkit-border-radius: 3px 3px 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 3px 3px 3px;
  -moz-background-clip: padding;
  border-radius: 3px 3px 3px 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  margin-bottom: 6px;
}
#gallery .span3,
#gallery-main .span3 {
  width: 220px;
  height: 170px;
}
#gallery-main .span3 {
  box-shadow: 0 1px 5px #CCCCCC;
}
.transparent-50 {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.ajaxMsg {
  max-width: 840px;
  min-width: 550px;
}
.passwordBox {
  display: inline;
  width: 100%;
  max-width: 350px;
  margin-left: 6px;
  vertical-align: top;
  font-size: 12px;
}
.pstrength-bar {
  max-width: 250px;
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid white;
  font-size: 1px;
  width: 0px;
  height: 2px;
  display: inline-block;
}
.pstrength-info {
  font-style: italic;
  display: inline;
}
.dev_content_box h2 {
  padding: 0;
  margin: 25px 0;
  color: #696969;
  text-align: center;
}
.dev_cart_nav {
  padding: 4px 8px;
}
.dev_cart_nav.nav-pills li a {
  padding: 4px 8px;
  margin: 2px 1px 2px 0px;
  line-height: 14px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.dev_column_box h4 {
  margin-left: 35px;
}
.dev_cart_links,
.dev_custom_links {
  list-style: none;
  margin-left: 25px;
  line-height: 1.8em;
}
.dev_cart_links a,
.dev_custom_links a {
  text-decoration: none;
}
.dev_cart_links a:hover,
.dev_custom_links a:hover {
  text-decoration: underline;
}
.dev_custom_links:first-of-type,
.dev_cart_links {
  margin-top: 10px;
}
.dev_content {
  line-height: 1.8em;
}
.dev_content em {
  padding: 2px 4px;
  color: #DD0000;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
.dev_content dd {
  margin: 0px;
}
.dev_content .prevNext {
  margin: 6px 0px;
}
.dev_content pre,
pre.code {
  width: inherit;
  display: block;
  overflow: auto;
  overflow-x: scroll;
  overflow-y: hidden;
  border: thin dashed #2F6FAB;
  line-height: 1.2em;
  padding: 0.5em;
  background-color: #F6F6F6;
  direction: ltr;
  font-family: monospace;
  font-size: 110%;
  text-align: left;
}
.devCrumbs {
  background: #F3F3F3;
  -webkit-box-shadow: 0 0 1px #ffffff;
  -moz-box-shadow: 0 0 1px #ffffff;
  box-shadow: 0 0 1px #ffffff;
  line-height: 30px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 12px;
  color: #C7C7C7;
  text-transform: uppercase;
}
.devCrumbs .devHomeLink {
  background: url("/content/images/dev_wiki/home-small.png") 4px 0px no-repeat;
  padding-left: 22px;
}
.devCrumbs a {
  color: #A3A3A3;
  text-decoration: none;
}
.devCrumbs a.active {
  color: #4D4D4D;
}
.integrationNextPrev {
  border: 1px #b2b2b2 solid;
}
.integrationNextPrev a {
  color: #B2B2B2;
  text-decoration: none;
  display: inline-block;
  padding: 2px 5px;
}
.integrationNextPrev a:hover {
  text-decoration: underline;
  color: #d00000;
}
.toTop.integrationNextPrev {
  width: 65px;
  margin: -32px auto;
  cursor: pointer;
}
.sandbox #cboxLoadedContent {
  max-width: 860px;
  overflow: hidden !important;
}
.sandbox .last_five {
  list-style-type: none;
}
.sandbox .content-block {
  width: 100%;
}
.sandbox .mid-container {
  margin-top: 12px;
}
.sandbox #dataGrid .itnTable,
.sandbox #history .table {
  width: 850px;
}
.sandbox #itnContainer {
  overflow: hidden;
  width: 4000px;
  position: relative;
}
.sandbox #itnContainer .btn {
  margin: 3px 0 3px 12px;
}
.sandbox #itnContainer .table {
  margin: 0;
}
.sandbox .nnotice {
  background: #FFFF66;
}
.sandbox #dataGrid,
.sandbox #rightContent,
.sandbox #historyContent {
  float: left;
  max-width: 860px;
  position: relative;
  width: 100%;
}
.dateright .ui-datepicker-trigger {
  float: right;
}
.left_sidebar-title {
  width: 100%;
  position: relative;
  float: left;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  background: #999999;
  color: #FFF;
  -webkit-border-radius: 7px 7px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px 7px 0 0;
  -moz-background-clip: padding;
  border-radius: 7px 7px 0 0;
  background-clip: padding-box;
  z-index: 3;
}
.more-arrow {
  text-indent: -9999px;
  background: url(/images/cause/cause-more-arrow.png) no-repeat 0 0;
  float: right;
  display: block;
  margin: 10px 15px 0 0;
  width: 18px;
  height: 10px;
}
.more-arrow.down-arrow {
  background-position: 0 -20px;
}
.arru .down-white {
  float: right;
  width: 18px;
  height: 10px;
  display: block;
  margin: 0px 15px 0 0;
  color: #000;
  text-transform: lowercase;
  text-align: right;
}
.devInt .down-white {
  width: 120px;
  cursor: pointer;
}
.sidebar ul.dynLinks,
.sidebar ul.staticLinks {
  list-style-type: none;
  padding-left: 3px;
  margin: 6px 0;
}
.sidebar ul.childLinks {
  padding-left: 18px;
}
.sidebar h4 {
  margin: 12px 0 0px 0;
}
.left_sidebar {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  background: #e7e7e7;
  -webkit-border-radius: 0 0 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 6px;
  -moz-background-clip: padding;
  border-radius: 0 0 6px;
  background-clip: padding-box;
  z-index: 2;
  margin-bottom: 10px;
  top: 15px;
}
.left_sidebar p {
  margin: 15px 0 0 0;
  padding: 0 15px;
  line-height: 18px;
  color: #484848;
}
.left_sidebar p a {
  text-decoration: underline;
  color: #484848;
}
.left_sidebar p a:hover {
  text-decoration: none;
}
.left_sidebar h3 {
  position: relative;
  width: 145px;
  margin: 23px 0 0;
  padding: 0 0 0 13px;
  line-height: 29px;
  font-size: 12px;
  font-weight: bold;
  background: #2d2e2e;
  color: #FFF;
  -webkit-border-radius: 0 9px 9px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 9px 9px 0;
  -moz-background-clip: padding;
  border-radius: 0 9px 9px 0;
  background-clip: padding-box;
  display: block;
  cursor: pointer;
}
.left_sidebar h4 {
  position: relative;
  width: 100%;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
}
.left_sidebar ul {
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
}
.left_sidebar ul li {
  font-size: 13px;
  line-height: 30px;
  color: #959292;
  padding: 0 0 0 6px;
}
.left_sidebar ul li a {
  text-decoration: none;
  color: #959292;
}
.left_sidebar ul li a:hover {
  text-decoration: underline;
}
.left_sidebar .arrow-black {
  background: url('/content/images/dev_wiki/arrows.png') no-repeat;
  width: 10px;
  height: 9px;
  display: inline-block;
  margin: 8px;
  float: right;
}
.left_sidebar .up-arrow-black {
  background-position: -11px 0px;
}
.left_sidebar .down-arrow-black {
  background-position: 0px 0px;
}
.left_sidebar .parentLinks li {
  padding-left: 14px;
  background: url(/images/cause/seperator-2.gif) repeat-x left bottom;
}
.left_sidebar .parentLinks .active {
  font-weight: bold;
}
.left_sidebar .childLinks {
  list-style: none;
  overflow: hidden;
  position: relative;
  width: auto;
}
.left_sidebar .childLinks li {
  width: auto;
  line-height: 22px;
  padding-left: 6px;
  background: none;
}
.left_sidebar .staticLinks li {
  padding-left: 14px;
}
.left_sidebar .childLinks:before,
.left_sidebar .parentLinks:before {
  content: ' ';
}
.dismissable {
  padding: 5px;
}
.dismissable > .closeicon {
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 10px;
  right: 0px;
}
.isotope-item {
  z-index: 2;
  border: 1px solid #ddd;
  border-radius: 3px 3px 3px 3px;
  margin-bottom: 4px;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -o-transition-property: height, width;
  -ms-transition-property: height, width;
  transition-property: height, width;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.tab01a {
  -webkit-border-radius: 10px 10px 10px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 10px 10px 0;
  -moz-background-clip: padding;
  border-radius: 10px 10px 10px 0;
  background-clip: padding-box;
}
.tab01b {
  -webkit-border-radius: 10px 10px 0 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 10px 0 10px;
  -moz-background-clip: padding;
  border-radius: 10px 10px 0 10px;
  background-clip: padding-box;
}
.tab01c {
  -webkit-border-radius: 10px 0 10px 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 0 10px 10px;
  -moz-background-clip: padding;
  border-radius: 10px 0 10px 10px;
  background-clip: padding-box;
}
.tab01d {
  -webkit-border-radius: 0 10px 10px 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 10px 10px 10px;
  -moz-background-clip: padding;
  border-radius: 0 10px 10px 10px;
  background-clip: padding-box;
}
.tab02a {
  -webkit-border-radius: 10px 10px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  border-radius: 10px 10px 0 0;
  background-clip: padding-box;
}
.tab02b {
  -webkit-border-radius: 0 0 10px 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  border-radius: 0 0 10px 10px;
  background-clip: padding-box;
}
.tab02c {
  -webkit-border-radius: 5px 0 0 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 10px;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 10px;
  background-clip: padding-box;
}
.tab02d {
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
}
.tab03a {
  -webkit-border-radius: 10px 0 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 0 0 0;
  -moz-background-clip: padding;
  border-radius: 10px 0 0 0;
  background-clip: padding-box;
}
.tab03b {
  -webkit-border-radius: 0 10px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 10px 0 0;
  -moz-background-clip: padding;
  border-radius: 0 10px 0 0;
  background-clip: padding-box;
}
.tab03c {
  -webkit-border-radius: 0 0 10px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 10px 0;
  -moz-background-clip: padding;
  border-radius: 0 0 10px 0;
  background-clip: padding-box;
}
.tab03d {
  -webkit-border-radius: 0 0 0 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 0 10px;
  -moz-background-clip: padding;
  border-radius: 0 0 0 10px;
  background-clip: padding-box;
}
.tab04a {
  -webkit-border-radius: 10px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 0;
  -moz-background-clip: padding;
  border-radius: 10px 0;
  background-clip: padding-box;
}
.tab04b {
  -webkit-border-radius: 0 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 10px;
  -moz-background-clip: padding;
  border-radius: 0 10px;
  background-clip: padding-box;
}
.social {
  display: inline-block;
}
.social .fl-left,
.social.fl-left {
  float: left;
  margin: 0 7px 0 0;
}
.social .fl-right,
.social.fl-right {
  float: right;
  margin: 0 0 0 7px;
}
.social.fl-right {
  margin: 0 0 0 3px;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 1px 6px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  *max-width: 80px;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-color: #e6e6e6;
  background-repeat: repeat-x;
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  *margin-left: .3em;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.btn.disabled,
.btn[disabled] {
  color: #333333;
  cursor: default;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-image: none;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn:active,
.btn.active {
  color: #333333;
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.lt.trans {
  background-color: #fafafa;
  border: 1px solid #d1d1d1;
  color: #727272;
  text-shadow: 0px 1px 0px rgba(250, 250, 250, 0.7);
}
.btn .social {
  margin-top: 2px;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-color: #0088cc;
  background: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background: -moz-linear-gradient(top, #0088cc, #0044cc);
  background: -ms-linear-gradient(top, #0088cc, #0044cc);
  background: -o-linear-gradient(top, #0088cc, #0044cc);
  background-color: #0044cc;
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
input.btn,
a.btn {
  display: inline-block;
  margin: 0 1px 7px 2px;
}
input.btn.edit_profile,
a.btn.edit_profile {
  margin: 18px 25px 0 0;
  font-size: 14px;
  text-decoration: none;
  line-height: 16px;
}
input.btn.edit_profile.edit_email,
a.btn.edit_profile.edit_email {
  margin: -2px 6px;
}
input.btn:link,
a.btn:link,
input.btn:visited,
a.btn:visited,
input.btn:hover,
a.btn:hover,
input.btn:active,
a.btn:active {
  text-decoration: none;
}
input.btn.lt,
a.btn.lt {
  color: #111111;
  text-shadow: 0px 1px 0px rgba(200, 200, 200, 0.7);
}
input.btn.lt.grey,
a.btn.lt.grey {
  background-color: #d1d1d1 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1 23%), to(#ededed 62%));
  background: -webkit-linear-gradient(top, #d1d1d1 23%, #ededed 62%);
  background: -moz-linear-gradient(top, #d1d1d1 23%, #ededed 62%);
  background: -ms-linear-gradient(top, #d1d1d1 23%, #ededed 62%);
  background: -o-linear-gradient(top, #d1d1d1 23%, #ededed 62%);
  background-color: #ededed 62%;
  background-color: #d1d1d1;
  border: 1px solid #d1d1d1;
  color: #3a3a3a;
  text-shadow: 0px 1px 0px rgba(250, 250, 250, 0.7);
}
input.btn.lt.red,
a.btn.lt.red {
  background-color: #cc3535 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#cc3535 23%), to(#e66262 62%));
  background: -webkit-linear-gradient(top, #cc3535 23%, #e66262 62%);
  background: -moz-linear-gradient(top, #cc3535 23%, #e66262 62%);
  background: -ms-linear-gradient(top, #cc3535 23%, #e66262 62%);
  background: -o-linear-gradient(top, #cc3535 23%, #e66262 62%);
  background-color: #e66262 62%;
  background-color: #e66262;
  border: 1px solid #cc3535;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(33, 33, 33, 0.7);
}
input.btn.lt.blue,
a.btn.lt.blue {
  background-color: #3580d1 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#3580d1 23%), to(#5fa7ed 62%));
  background: -webkit-linear-gradient(top, #3580d1 23%, #5fa7ed 62%);
  background: -moz-linear-gradient(top, #3580d1 23%, #5fa7ed 62%);
  background: -ms-linear-gradient(top, #3580d1 23%, #5fa7ed 62%);
  background: -o-linear-gradient(top, #3580d1 23%, #5fa7ed 62%);
  background-color: #5fa7ed 62%;
  background-color: #5fa7ed;
  border: 1px solid #3580d1;
}
input.btn.lt.green,
a.btn.lt.green {
  background-color: #44a749 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#44a749 23%), to(#6cd573 62%));
  background: -webkit-linear-gradient(top, #44a749 23%, #6cd573 62%);
  background: -moz-linear-gradient(top, #44a749 23%, #6cd573 62%);
  background: -ms-linear-gradient(top, #44a749 23%, #6cd573 62%);
  background: -o-linear-gradient(top, #44a749 23%, #6cd573 62%);
  background-color: #6cd573 62%;
  background-color: #6cd573;
  border: 1px solid #44a749;
}
input.btn.dk,
a.btn.dk {
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(33, 33, 33, 0.7);
}
input.btn.dk.grey,
a.btn.dk.grey {
  background-color: #212121 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#212121 23%), to(#464646 62%));
  background: -webkit-linear-gradient(top, #212121 23%, #464646 62%);
  background: -moz-linear-gradient(top, #212121 23%, #464646 62%);
  background: -ms-linear-gradient(top, #212121 23%, #464646 62%);
  background: -o-linear-gradient(top, #212121 23%, #464646 62%);
  background-color: #464646 62%;
  background-color: #464646;
  border: 1px solid #3c3c3c;
}
input.btn.dk.red,
a.btn.dk.red {
  background-color: #dd3939 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#dd3939 23%), to(#cc1f29 62%));
  background: -webkit-linear-gradient(top, #dd3939 23%, #cc1f29 62%);
  background: -moz-linear-gradient(top, #dd3939 23%, #cc1f29 62%);
  background: -ms-linear-gradient(top, #dd3939 23%, #cc1f29 62%);
  background: -o-linear-gradient(top, #dd3939 23%, #cc1f29 62%);
  background-color: #cc1f29 62%;
  background-color: #c71e2c;
  border: 1px solid #710f0f;
}
input.btn.dk.blue,
a.btn.dk.blue {
  background-color: #19488f 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#19488f 23%), to(#3167b9 62%));
  background: -webkit-linear-gradient(top, #19488f 23%, #3167b9 62%);
  background: -moz-linear-gradient(top, #19488f 23%, #3167b9 62%);
  background: -ms-linear-gradient(top, #19488f 23%, #3167b9 62%);
  background: -o-linear-gradient(top, #19488f 23%, #3167b9 62%);
  background-color: #3167b9 62%;
  background-color: #3167b9;
  border: 1px solid #19488f;
}
input.btn.dk.green,
a.btn.dk.green {
  background-color: #216724 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#216724 23%), to(#39943e 62%));
  background: -webkit-linear-gradient(top, #216724 23%, #39943e 62%);
  background: -moz-linear-gradient(top, #216724 23%, #39943e 62%);
  background: -ms-linear-gradient(top, #216724 23%, #39943e 62%);
  background: -o-linear-gradient(top, #216724 23%, #39943e 62%);
  background-color: #39943e 62%;
  background-color: #39943e;
  border: 1px solid #216724;
}
input:hover.btn,
a:hover.btn {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.7);
}
input:hover.btn.lt,
a:hover.btn.lt {
  text-shadow: 0px -1px 0px rgba(200, 200, 200, 0.7);
}
input:hover.btn.lt.trans,
a:hover.btn.lt.trans {
  background-color: #fbfbfb 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb 23%), to(#e8e8e8 62%));
  background: -webkit-linear-gradient(top, #fbfbfb 23%, #e8e8e8 62%);
  background: -moz-linear-gradient(top, #fbfbfb 23%, #e8e8e8 62%);
  background: -ms-linear-gradient(top, #fbfbfb 23%, #e8e8e8 62%);
  background: -o-linear-gradient(top, #fbfbfb 23%, #e8e8e8 62%);
  background-color: #e8e8e8 62%;
  background-color: #f3f3f3;
  border: 1px solid #d1d1d1;
}
input:hover.btn.lt.grey,
a:hover.btn.lt.grey {
  background-color: #c7c7c7 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#c7c7c7 23%), to(#e8e8e8 62%));
  background: -webkit-linear-gradient(top, #c7c7c7 23%, #e8e8e8 62%);
  background: -moz-linear-gradient(top, #c7c7c7 23%, #e8e8e8 62%);
  background: -ms-linear-gradient(top, #c7c7c7 23%, #e8e8e8 62%);
  background: -o-linear-gradient(top, #c7c7c7 23%, #e8e8e8 62%);
  background-color: #e8e8e8 62%;
  background-color: #e8e8e8;
  border: 1px solid #d1d1d1;
}
input:hover.btn.lt.red,
a:hover.btn.lt.red {
  background-color: #b32121 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#b32121 23%), to(#d33c3c 62%));
  background: -webkit-linear-gradient(top, #b32121 23%, #d33c3c 62%);
  background: -moz-linear-gradient(top, #b32121 23%, #d33c3c 62%);
  background: -ms-linear-gradient(top, #b32121 23%, #d33c3c 62%);
  background: -o-linear-gradient(top, #b32121 23%, #d33c3c 62%);
  background-color: #d33c3c 62%;
  background-color: #d33c3c;
  border: 1px solid #b32121;
  color: #ffffff;
  text-shadow: 0px 1px 0px rgba(33, 33, 33, 0.7);
}
input:hover.btn.lt.blue,
a:hover.btn.lt.blue {
  background-color: #276ebc 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#276ebc 23%), to(#4995e3 62%));
  background: -webkit-linear-gradient(top, #276ebc 23%, #4995e3 62%);
  background: -moz-linear-gradient(top, #276ebc 23%, #4995e3 62%);
  background: -ms-linear-gradient(top, #276ebc 23%, #4995e3 62%);
  background: -o-linear-gradient(top, #276ebc 23%, #4995e3 62%);
  background-color: #4995e3 62%;
  background-color: #3580d1;
  border: 1px solid #3580d1;
}
input:hover.btn.lt.green,
a:hover.btn.lt.green {
  background-color: #29882f 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#29882f 23%), to(#55c05c 62%));
  background: -webkit-linear-gradient(top, #29882f 23%, #55c05c 62%);
  background: -moz-linear-gradient(top, #29882f 23%, #55c05c 62%);
  background: -ms-linear-gradient(top, #29882f 23%, #55c05c 62%);
  background: -o-linear-gradient(top, #29882f 23%, #55c05c 62%);
  background-color: #55c05c 62%;
  background-color: #44a749;
  border: 1px solid #44a749;
}
input:hover.btn.dk,
a:hover.btn.dk {
  color: #ffffff;
  text-shadow: 0px -1px 0px rgba(33, 33, 33, 0.7);
}
input:hover.btn.dk.grey,
a:hover.btn.dk.grey {
  background-color: #191919 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#191919 23%), to(#3c3c3c 62%));
  background: -webkit-linear-gradient(top, #191919 23%, #3c3c3c 62%);
  background: -moz-linear-gradient(top, #191919 23%, #3c3c3c 62%);
  background: -ms-linear-gradient(top, #191919 23%, #3c3c3c 62%);
  background: -o-linear-gradient(top, #191919 23%, #3c3c3c 62%);
  background-color: #3c3c3c 62%;
  background-color: #191919;
}
input:hover.btn.dk.red,
a:hover.btn.dk.red {
  background-color: #710f0f 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#710f0f 23%), to(#921d1d 62%));
  background: -webkit-linear-gradient(top, #710f0f 23%, #921d1d 62%);
  background: -moz-linear-gradient(top, #710f0f 23%, #921d1d 62%);
  background: -ms-linear-gradient(top, #710f0f 23%, #921d1d 62%);
  background: -o-linear-gradient(top, #710f0f 23%, #921d1d 62%);
  background-color: #921d1d 62%;
  background-color: #710f0f;
  border: 1px solid #710f0f;
}
input:hover.btn.dk.blue,
a:hover.btn.dk.blue {
  background-color: #123b79 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#123b79 23%), to(#2458a7 62%));
  background: -webkit-linear-gradient(top, #123b79 23%, #2458a7 62%);
  background: -moz-linear-gradient(top, #123b79 23%, #2458a7 62%);
  background: -ms-linear-gradient(top, #123b79 23%, #2458a7 62%);
  background: -o-linear-gradient(top, #123b79 23%, #2458a7 62%);
  background-color: #2458a7 62%;
  background-color: #19488f;
  border: 1px solid #19488f;
}
input:hover.btn.dk.green,
a:hover.btn.dk.green {
  background-color: #134e16 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#134e16 23%), to(#2b7d2f 62%));
  background: -webkit-linear-gradient(top, #134e16 23%, #2b7d2f 62%);
  background: -moz-linear-gradient(top, #134e16 23%, #2b7d2f 62%);
  background: -ms-linear-gradient(top, #134e16 23%, #2b7d2f 62%);
  background: -o-linear-gradient(top, #134e16 23%, #2b7d2f 62%);
  background-color: #2b7d2f 62%;
  background-color: #216724;
  border: 1px solid #216724;
}
input:focus.btn.lt.trans,
a:focus.btn.lt.trans,
input:active.btn.lt.trans,
a:active.btn.lt.trans,
input:focus.btn.lt.grey,
a:focus.btn.lt.grey,
input:active.btn.lt.grey,
a:active.btn.lt.grey {
  background-color: #e8e8e8 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8 23%), to(#c7c7c7 62%));
  background: -webkit-linear-gradient(top, #e8e8e8 23%, #c7c7c7 62%);
  background: -moz-linear-gradient(top, #e8e8e8 23%, #c7c7c7 62%);
  background: -ms-linear-gradient(top, #e8e8e8 23%, #c7c7c7 62%);
  background: -o-linear-gradient(top, #e8e8e8 23%, #c7c7c7 62%);
  background-color: #c7c7c7 62%;
  background-color: #e8e8e8;
  border: 1px solid #d1d1d1;
  text-shadow: 0px -1px 0px rgba(225, 225, 225, 0.7);
}
input:focus.btn.lt.red,
a:focus.btn.lt.red,
input:active.btn.lt.red,
a:active.btn.lt.red {
  background-color: #d33c3c 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#d33c3c 23%), to(#b32121 62%));
  background: -webkit-linear-gradient(top, #d33c3c 23%, #b32121 62%);
  background: -moz-linear-gradient(top, #d33c3c 23%, #b32121 62%);
  background: -ms-linear-gradient(top, #d33c3c 23%, #b32121 62%);
  background: -o-linear-gradient(top, #d33c3c 23%, #b32121 62%);
  background-color: #b32121 62%;
  background-color: #d33c3c;
  border: 1px solid #b32121;
  text-shadow: 0px 1px 0px rgba(33, 33, 33, 0.7);
}
input:focus.btn.lt.blue,
a:focus.btn.lt.blue,
input:active.btn.lt.blue,
a:active.btn.lt.blue {
  background-color: #4995e3 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#4995e3 23%), to(#276ebc 62%));
  background: -webkit-linear-gradient(top, #4995e3 23%, #276ebc 62%);
  background: -moz-linear-gradient(top, #4995e3 23%, #276ebc 62%);
  background: -ms-linear-gradient(top, #4995e3 23%, #276ebc 62%);
  background: -o-linear-gradient(top, #4995e3 23%, #276ebc 62%);
  background-color: #276ebc 62%;
  background-color: #4995e3;
  border: 1px solid #3580d1;
}
input:focus.btn.lt.green,
a:focus.btn.lt.green,
input:active.btn.lt.green,
a:active.btn.lt.green {
  background-color: #55c05c 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#55c05c 23%), to(#29882f 62%));
  background: -webkit-linear-gradient(top, #55c05c 23%, #29882f 62%);
  background: -moz-linear-gradient(top, #55c05c 23%, #29882f 62%);
  background: -ms-linear-gradient(top, #55c05c 23%, #29882f 62%);
  background: -o-linear-gradient(top, #55c05c 23%, #29882f 62%);
  background-color: #29882f 62%;
  background-color: #55c05c;
  border: 1px solid #55c05c;
}
input:focus.btn.dk.grey,
a:focus.btn.dk.grey,
input:active.btn.dk.grey,
a:active.btn.dk.grey {
  background-color: #3c3c3c 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c 23%), to(#191919 62%));
  background: -webkit-linear-gradient(top, #3c3c3c 23%, #191919 62%);
  background: -moz-linear-gradient(top, #3c3c3c 23%, #191919 62%);
  background: -ms-linear-gradient(top, #3c3c3c 23%, #191919 62%);
  background: -o-linear-gradient(top, #3c3c3c 23%, #191919 62%);
  background-color: #191919 62%;
  background-color: #3c3c3c;
}
input:focus.btn.dk.red,
a:focus.btn.dk.red,
input:active.btn.dk.red,
a:active.btn.dk.red {
  background-color: #921d1d 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#921d1d 23%), to(#710f0f 62%));
  background: -webkit-linear-gradient(top, #921d1d 23%, #710f0f 62%);
  background: -moz-linear-gradient(top, #921d1d 23%, #710f0f 62%);
  background: -ms-linear-gradient(top, #921d1d 23%, #710f0f 62%);
  background: -o-linear-gradient(top, #921d1d 23%, #710f0f 62%);
  background-color: #710f0f 62%;
  background-color: #921d1d;
  border: 1px solid #710f0f;
}
input:focus.btn.dk.blue,
a:focus.btn.dk.blue,
input:active.btn.dk.blue,
a:active.btn.dk.blue {
  background-color: #2458a7 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2458a7 23%), to(#123b79 62%));
  background: -webkit-linear-gradient(top, #2458a7 23%, #123b79 62%);
  background: -moz-linear-gradient(top, #2458a7 23%, #123b79 62%);
  background: -ms-linear-gradient(top, #2458a7 23%, #123b79 62%);
  background: -o-linear-gradient(top, #2458a7 23%, #123b79 62%);
  background-color: #123b79 62%;
  background-color: #2458a7;
  border: 1px solid #19488f;
}
input:focus.btn.dk.green,
a:focus.btn.dk.green,
input:active.btn.dk.green,
a:active.btn.dk.green {
  background-color: #2b7d2f 23%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b7d2f 23%), to(#134e16 62%));
  background: -webkit-linear-gradient(top, #2b7d2f 23%, #134e16 62%);
  background: -moz-linear-gradient(top, #2b7d2f 23%, #134e16 62%);
  background: -ms-linear-gradient(top, #2b7d2f 23%, #134e16 62%);
  background: -o-linear-gradient(top, #2b7d2f 23%, #134e16 62%);
  background-color: #134e16 62%;
  background-color: #2b7d2f;
  border: 1px solid #216724;
}
.clickable {
  cursor: pointer;
  cursor: hand;
}
.warning {
  background-color: #E8C8D2;
  width: 100%;
  text-align: center;
  color: red;
  font-weight: bold;
}
.sendgridresults {
  border-collapse: collapse;
  border-style: none;
  color: white;
  font-weight: bold;
  width: 100%;
}
.sendgridresults thead tr td {
  background-color: #222;
  color: white;
}
.sendgridresults td {
  padding: 5px;
}
.sendgridresults tr.invalidemails td {
  background-color: #C04F4D;
}
.sendgridresults tr.editable td {
  background-color: #FF6600;
  color: #FFFF99;
}
.sendgridresults tr.editable:hover td {
  background-color: #357BBA;
}
.sendgridresults tr.edited td {
  background-color: #006600;
}
.sendgridresults tr.bounces td {
  background-color: #4D453D;
}
.sendgridresults tr.blocks td {
  background-color: #7F76B1;
}
.sendgridresults tr.edit-success td {
  color: #C7E732;
}
.sendgridresults tr.edit-failed td {
  background-color: red;
}
.sitemap h2 {
  margin: 15px 0 0 0;
}
.sitemap .sitemapList {
  padding: 0 0 0 12px;
  margin: 0;
  line-height: 1.4em;
}
.sitemap .sitemapList a {
  color: #3E3E3E;
  text-decoration: none;
}
.sitemap .extendTitle {
  position: relative;
  width: 80%;
  margin: 23px 0 0;
  padding: 0 0 0 13px;
  line-height: 29px;
  font-size: 12px;
  font-weight: bold;
  background: #2d2e2e;
  color: #FFF;
  -webkit-border-radius: 0 9px 9px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 9px 9px 0;
  -moz-background-clip: padding;
  border-radius: 0 9px 9px 0;
  background-clip: padding-box;
  display: block;
  cursor: pointer;
}
.searchForm .clearForm,
.fraudReview .clearForm,
.searchForm .ignore,
.fraudReview .ignore {
  background: #EEAC4C;
}
.searchForm .submitForm,
.fraudReview .submitForm,
.searchForm .notfraud,
.fraudReview .notfraud {
  background: #5DB75D;
}
.searchForm .fraudulent,
.fraudReview .fraudulent {
  background: #FF3300;
}
.searchForm .pendingfraud,
.fraudReview .pendingfraud {
  background: #0e90d2;
}
.fraudReview a {
  color: #000000;
}
.spacer {
  margin-left: 100px;
}
.smartytable table {
  border-spacing: 0;
  border-collapse: collapse;
}
.smartytable table tbody tr td {
  padding: 2px 10px 2px 10px;
}
.smartytable table thead tr th {
  color: white;
  background-color: #333;
}
.bs-sidebar.affix {
  position: static;
}
#notice {
  *width: 690px;
}
#loginBox,
#regBox {
  *width: 300px;
}
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 0.95;
  text-align: left;
  width: 200px;
}
#tooltip h3,
#tooltip div {
  margin: 0;
  text-decoration: none;
}
.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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-tabs {
  position: relative;
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-widget-content {
  border: 0px solid #aaaaaa;
  background: #ffffff url(/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(/css/smoothness/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(/css/smoothness/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/css/smoothness/images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaaaaa url(/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.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 {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.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%;
  font-size: 12px;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.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 {
  clear: both;
  width: 100%;
  font-size: 0em;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.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;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px;
}
.cause_italics,
.extra_info_italics {
  font-style: italic;
}
.users-view.ui-tabs .ui-tabs-nav li {
  width: 11.9%;
  text-align: center;
}
.users-view.ui-tabs .ui-tabs-nav li a {
  display: inline-block;
  float: none;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.users-view.ui-tabs .ui-tabs-nav li a.recent-activity {
  font-weight: bold;
  font-style: italic;
  color: #d00000;
}
.users-view.ui-tabs .ui-tabs-nav.ui-corner-all {
  border: none;
  border-bottom: 1px solid #AAAAAA;
  border-radius: 0;
}
.users-view .ui-tabs-panel {
  position: relative;
  z-index: 1;
  top: -2px;
  border-width: 1px;
  border-top: none;
  border-radius: 4px;
}
.users-view .ui-widget-header {
  background: none;
}
.users-view a {
  color: #D00000;
}
.bing {
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
}
.toggle-down {
  background: url('/images/arrow_down.png') no-repeat;
  display: block;
  height: 16px;
  width: 16px;
}
.toggle-up {
  background: url('/images/arrow_up.png') no-repeat;
}
.jTour_controlls {
  position: fixed;
  top: 10px;
  right: 10px;
  font-family: sans-serif;
  font-size: 14px;
  max-width: 450px;
  text-align: left !important;
  padding: 8px;
  z-index: 20002;
  background: #333;
  color: #ddd;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.jTour_controlls .controlls {
  position: relative;
  text-align: left !important;
  padding: 8px;
  z-index: 20002;
}
ul.jTour_controller {
  height: 28px;
  margin: 0;
  padding: 4px 4px 0;
  display: block;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 3px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  min-width: 168px;
}
ul.jTour_controller li {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  float: left;
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-right: 4px;
}
ul.jTour_controller li a {
  text-indent: -9999px !important;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  background-image: url(/css/jquery-tour/theme1/img/buttons.png);
}
ul.jTour_controller li a.play {
  background-position: 0px 0px;
}
ul.jTour_controller li a.stop {
  background-position: -29px 0px;
}
ul.jTour_controller li a.pause {
  background-position: -58px 0px;
}
ul.jTour_controller li a.faster {
  background-position: 0px -29px;
}
ul.jTour_controller li a.slower {
  background-position: -29px -29px;
}
ul.jTour_controller li a.next {
  background-position: -58px -29px;
}
ul.jTour_controller li a.prev {
  background-position: -87px -29px;
}
ul.jTour_controller li:first-child {
  margin-left: 8px;
}
ul.jTour_controller:hover li {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.showAllInfo {
  font-size: 11px;
  color: #FF0000;
  text-align: justify;
}
.eft-warning {
  font-size: 10px;
  padding-top: 16px;
}
.box {
  margin: 40px 0 100px 0;
  border: 1px solid #C6C6C6;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  display: inline-block;
}
.box h2.header {
  background: #E3E3E3;
  border: 1px solid #C6C6C6;
  height: 40px;
  text-transform: none;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  margin: 0;
}
.box .inner {
  padding: 8px 36px;
  line-height: 1.8em;
}
.box .inner .go-link {
  margin-top: 28px;
}
.box .inner .resend {
  margin-top: 38px;
  display: block;
  clear: both;
}
.box .inner .resend a {
  text-decoration: none;
}
#accordion-container {
  font-size: 13px;
  background: #ffffff;
  padding: 5px 10px 10px 10px;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 15px #cccccc;
  -webkit-box-shadow: 0 5px 15px #cccccc;
  box-shadow: 0 5px 15px #cccccc;
}
.accordion-header {
  font-size: 16px;
  background: #ebebeb;
  margin: 5px 0 0 0;
  padding: 5px 20px;
  border: 1px solid #cccccc;
  cursor: pointer;
  color: #666666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.active-header {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  background: url(/images/active-header.gif) #cef98d;
  background-repeat: no-repeat;
  background-position: right 50%;
}
.active-header:hover {
  background: url(/images/active-header.gif) #c6f089;
  background-repeat: no-repeat;
  background-position: right 50%;
}
.inactive-header {
  background: url(/images/inactive-header.gif) #ebebeb;
  background-repeat: no-repeat;
  background-position: right 50%;
}
.inactive-header:hover {
  background: url(/images/inactive-header.gif) #f5f5f5;
  background-repeat: no-repeat;
  background-position: right 50%;
}
.accordion-content {
  display: none;
  width: 719px;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.show-group-description {
  padding-left: 15px;
  padding-top: 0px;
  display: inline-block;
  width: 10px;
  zoom: 1;
  display: inline;
  vertical-align: text-top;
}
.permissions-color-allowed {
  background: #FFB8B9;
}
.permissions-color-not-allowed {
  background: #C2FFC7;
}
.permissions-color-unassigned {
  background: #89BCFF;
}
.permissions-left-column {
  width: 75%;
}
.permissions-right-column {
  width: 25%;
  float: right;
}
.acl-column {
  width: 25%;
  vertical-align: middle;
  display: inline;
  padding: 20px 15px 0px 0px;
}
.acl-display-width {
  width: 200px;
}
.acl-display-width-thin {
  width: 25px;
}
.acl-table {
  width: 100%;
}
.group_container_width {
  width: 500px;
}
.btn-align {
  margin: 0px 0px 0px 0px;
}
.package_subscribers {
  display: none;
  z-index: 10;
  position: absolute;
  background-color: #eee;
}
.showAllInfo {
  font-size: 11px;
  color: #FF0000;
  text-align: justify;
}
.eft-warning {
  font-size: 10px;
  padding-top: 16px;
}
.packageEditColor {
  color: red;
}
span.hidden {
  display: none;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.nowrap {
  white-space: nowrap;
}
h2.whatnow {
  margin: 3px 0px 12px 0px;
}
.register-complete .span4 {
  border-radius: 5px;
  border: solid thin;
}
.register-complete .span4 p {
  padding: 0px 6px;
}
.register-complete .span4 h3 {
  height: 20px;
  padding: 8px;
  text-indent: 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  color: #a0a0a0;
}
.register-complete .verified {
  border-color: #e0ebda;
}
.register-complete .verified h3 {
  background: #e3f4d2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZjRkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWU2YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e3f4d2 0%, #d9e6c8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3f4d2), color-stop(100%, #d9e6c8));
  background: -webkit-linear-gradient(top, #e3f4d2 0%, #d9e6c8 100%);
  background: -o-linear-gradient(top, #e3f4d2 0%, #d9e6c8 100%);
  background: -ms-linear-gradient(top, #e3f4d2 0%, #d9e6c8 100%);
  background: linear-gradient(to bottom, #e3f4d2 0%, #d9e6c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3f4d2', endColorstr='#d9e6c8', GradientType=0);
  color: #2d6119;
}
.register-complete .integrated {
  border-color: #5c8fc6;
}
.register-complete .integrated h3 {
  background: #3e83c4;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlODNjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZDdkYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #3e83c4 0%, #2d7dc2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e83c4), color-stop(100%, #2d7dc2));
  background: -webkit-linear-gradient(top, #3e83c4 0%, #2d7dc2 100%);
  background: -o-linear-gradient(top, #3e83c4 0%, #2d7dc2 100%);
  background: -ms-linear-gradient(top, #3e83c4 0%, #2d7dc2 100%);
  background: linear-gradient(to bottom, #3e83c4 0%, #2d7dc2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e83c4', endColorstr='#2d7dc2', GradientType=0);
  color: #faf7f0;
}
.register-complete .staysafe {
  border-color: #e8d8db;
}
.register-complete .staysafe h3 {
  background: #f8dee1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZGVlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmNiZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f8dee1 0%, #e6cbd2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8dee1), color-stop(100%, #e6cbd2));
  background: -webkit-linear-gradient(top, #f8dee1 0%, #e6cbd2 100%);
  background: -o-linear-gradient(top, #f8dee1 0%, #e6cbd2 100%);
  background: -ms-linear-gradient(top, #f8dee1 0%, #e6cbd2 100%);
  background: linear-gradient(to bottom, #f8dee1 0%, #e6cbd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8dee1', endColorstr='#e6cbd2', GradientType=0);
  color: #b64443;
}
img.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
.live_notification {
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 3px 3px 3px 20px;
  margin: 3px 0 3px 0;
  font-size: 1.1em;
}
.live_notification.primary {
  background-color: #428bca;
  background-image: url('/images/bell.png');
  color: #fff;
}
.live_notification.success {
  background-color: #dff0d8;
  background-image: url('/images/yes.png');
}
.live_notification.info {
  background-color: #d9edf7;
  background-image: url('/images/information.png');
}
.live_notification.notification_warning {
  background-color: #fcf8e3;
  background-image: url('/images/error.png');
}
.live_notification.danger {
  background-color: #f2dede;
  background-image: url('/images/exclamation.png');
}
.hidden {
  display: none;
}
#navigation ul.nav {
  position: relative;
  margin-bottom: 0;
}
#navigation ul.nav > li:hover {
  border-color: #df1d27;
}
#navigation ul.nav > li:first-child:hover {
  border-color: transparent;
}
#navigation ul.nav > li.current-menu-item,
#navigation ul.nav > li.current_page_item {
  border-color: #df1d27;
}
#navigation ul.nav > li.current-menu-item a,
#navigation ul.nav > li.current_page_item a {
  color: #333333;
}
#navigation ul.nav > li a {
  color: #333333;
}
#navigation ul.nav > li a[title="register"] {
  margin-top: -0.2em;
  font-weight: bold;
  padding: .2em 1em;
  color: #df1d27;
  border: 2px solid #df1d27;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#navigation ul.nav > li a:hover {
  border-color: #333333;
}
ul.nav li {
  position: relative;
  float: left;
  zoom: 1;
  list-style: none;
}
ul.nav li a {
  display: block;
  padding: .53em 1em;
}
ul.nav li ul.nav ul {
  width: 11.089em;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  margin: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
}
ul.nav li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#connect {
  clear: both;
}
#connect .newsletter-form {
  margin: 0 0 1.387em;
}
#connect .newsletter-form .email {
  margin: 0 1em 1em 0;
}
#connect .newsletter-form .submit {
  margin: 0 0 1em;
}
#connect .social a {
  opacity: 0.8;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#connect .social a:hover {
  opacity: 1;
}
#connect .social {
  font-size: .857em;
}
#connect .social a:hover {
  text-decoration: none;
}
#connect .social a:before {
  font-family: Social;
  font-size: 1.2em;
  line-height: 1.1;
  margin: 0 0.53em 0.53em 0;
  padding: .53em;
  display: inline-block;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  background: #f36557;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.1);
}
#connect .social a.subscribe:before {
  content: '\e001';
  background-color: #FF6600;
}
#connect .social a.twitter:before {
  content: '\e002';
  background-color: #00aced;
}
#connect .social a.facebook:before {
  content: '\e003';
  background-color: #3b5998;
}
#connect .social a.youtube:before {
  content: '\e004';
  background-color: #af2b26;
}
#connect .social a.flickr:before {
  content: '\e005';
  background-color: #ff0084;
}
#connect .social a.linkedin:before {
  content: '\e006';
  background-color: #71c5ef;
}
#connect .social a.delicious:before {
  content: '\e007';
  background-color: #285da7;
}
#connect .social a.googleplus:before {
  content: '\e008';
  background-color: #2d2d2d;
  font-weight: bold;
}
#connect .social a.dribbble:before {
  content: '\e009';
  background-color: #ea4c89;
}
#connect .social a.instagram:before {
  content: '\e010';
  background-color: #517fa4;
}
#connect .social a.vimeo:before {
  content: '\e011';
  background-color: #33454E;
}
#connect .social a.pinterest:before {
  content: '\e012';
  background-color: #cb2027;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(https://fonts.gstatic.com/s/raleway/v9/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: local('Cabin Regular'), local('Cabin-Regular'), url(https://fonts.gstatic.com/s/cabin/v7/yQOMOX5hR0-6LTD879t-PQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
#header .contact-header {
  float: left;
  margin: 1em 0 1.5em 0;
  width: 100%;
  text-align: right;
  font-size: 1em;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#header .contact-header .widget_woo_subscribe {
  float: right;
  margin: 0 1em 0 0;
  padding: 0 0 0 1em;
  border-left: 1px solid #e6e6e6;
}
#header .contact-header .widget_woo_subscribe h3 {
  display: none;
}
#header .contact-header .widget_woo_subscribe .social a:before {
  margin-bottom: 0;
  padding: .3em 0;
  background: transparent;
  color: #84878c;
  text-shadow: none;
}
#header .contact-header ul {
  float: right;
  margin-right: 1em;
}
#header .contact-header ul li {
  float: right;
  list-style: none;
  margin: 0 0 0 .8em;
}
#header .contact-header ul li a {
  padding: 0;
  color: #777777;
  text-decoration: none;
}
#header #logo {
  margin-top: -25px;
  float: left;
}
#header .nav-toggle {
  top: 4.6em;
}
#header-wrapper {
  font-family: 'Raleway';
  padding: 0 0 25px 0;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
#header .nav-toggle {
  top: 4.6em;
}
#navigation {
  position: relative;
  text-align: right;
  margin: 0;
  padding-top: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  clear: none;
}
#navigation .menus {
  float: right;
  *zoom: 1;
}
#navigation .menus:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#navigation .menus:before,
#navigation .menus:after {
  content: "";
  display: table;
}
#navigation .menus:after {
  clear: both;
}
#navigation .menus h3 {
  display: none;
}
#navigation ul.nav {
  float: right;
}
#navigation ul.nav > li {
  border-bottom: .146em solid transparent;
  margin: 0 12px;
  text-transform: uppercase;
}
#navigation ul.nav > li:hover {
  border-color: #f36557;
}
#navigation ul.nav > li.current-menu-item {
  background: none;
  border-color: #f36557;
}
#navigation ul.nav > li.current-menu-item a {
  color: #a1a4a9;
}
#navigation ul.nav > li.parent > a i {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  text-align: right;
  line-height: 1;
  border-bottom: .146em solid transparent;
}
#navigation ul.nav li a {
  padding: 0 0 .146em;
  text-shadow: none;
  border: 0;
  color: #333333;
  text-decoration: none;
}
#navigation ul.nav li a:hover {
  border-color: #a1a4a9;
}
#navigation ul.nav li.current-menu-item > a,
#navigation ul.nav li.current_page_item > a {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#navigation ul.nav li.current-menu-item > a:after,
#navigation ul.nav li.current_page_item > a:after {
  display: none;
}
#navigation ul.nav li ul a,
#navigation ul.nav li ul ul li a {
  padding: .857em 0;
  text-align: center;
}
#navigation ul.nav ul {
  background: none;
  padding: 1.25em 0 0;
  text-transform: capitalize;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#navigation ul.nav ul:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #181c23 transparent;
  position: absolute;
  left: 47%;
  z-index: 10000;
  top: 13px;
}
#navigation ul.nav ul li {
  font-size: .857em;
  margin: 0;
  background: #181c23;
  padding: 0 1em;
}
#navigation ul.nav ul li a {
  border-bottom: 0.202em solid #222832;
}
#navigation ul.nav ul li a:hover {
  color: #fff;
  border-bottom: 0.202em solid #222832;
}
#navigation ul.nav ul li.current-menu-item a {
  border-bottom: 0.202em solid #222832;
}
#navigation ul.nav ul li:first-child {
  -webkit-border-top-left-radius: 0.53em;
  -webkit-border-top-right-radius: 0.53em;
  border-top-left-radius: 0.53em;
  border-top-right-radius: 0.53em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#navigation ul.nav ul li:last-child {
  -webkit-border-bottom-left-radius: 0.53em;
  -webkit-border-bottom-right-radius: 0.53em;
  border-bottom-left-radius: 0.53em;
  border-bottom-right-radius: 0.53em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#navigation ul.nav ul li:last-child a {
  border: 0;
}
#navigation ul.nav ul ul {
  padding: 0 0 0 .327em;
  top: 0;
  left: 100%;
}
#navigation ul.nav ul ul li {
  font-size: 1em;
}
#navigation ul.nav ul ul:before {
  content: none;
}
#navigation .widget_product_search {
  margin-bottom: 1.618em;
  border: 0;
}
#navigation .widget_product_search #searchform {
  border: 1px solid #e6e6e6;
  padding: 0;
  background: none;
}
#navigation .widget_product_search #searchform #s {
  padding: .857em 2.618em .857em .857em;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#navigation .widget_product_search #searchform #searchsubmit {
  display: inline-block;
}
#navigation ul.cart,
#navigation ul.rss {
  float: right;
}
#navigation .nav-close,
#navigation .nav-home {
  display: none;
}
.nav-toggle {
  display: none;
}
#navigation ul.nav ul:before {
  border-color: transparent transparent #eeeeee transparent;
}
#navigation ul.nav ul li {
  background: #eeeeee;
}
#navigation ul.nav ul li a:hover,
#navigation ul.nav li.current-menu-item > a {
  color: #e23333;
  border-bottom: 0.202em solid #e23333;
}
#navigation ul.nav ul li:last-child a:hover {
  color: #e23333;
  border-bottom: none;
}
#navigation ul.nav ul li a,
#navigation ul.nav ul li.current-menu-item a {
  border-bottom: 0.202em solid #e23333;
}
#navigation ul.nav .menu-item.easy-advance-menu-item a {
  color: black;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
#navigation ul.nav .menu-item.easy-advance-menu-item a span {
  color: #E01B2D;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-style: italic;
}
ul.nav {
  position: relative;
  margin-bottom: 0;
}
ul.nav li {
  position: relative;
  float: left;
  zoom: 1;
  list-style: none;
}
ul.nav li a {
  display: block;
  padding: .53em 1em;
}
ul.nav ul {
  width: 11.089em;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  margin: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  opacity: 0;
}
ul.nav ul li {
  float: none;
}
ul.nav ul li a {
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.nav ul ul {
  left: 100%;
  top: 0;
}
ul.nav li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#top-nav.nav {
  margin: 0 1em 0 0;
  font-size: 0.9em;
}
.show-nav #inner-wrapper {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.show-nav #navigation .top-navigation {
  display: none;
}
.main-header a img {
  width: 145px;
  height: 59px;
}
#top-nav.nav li a.login {
  display: inline-block;
}
header.archive-header h1,
header.archive-header h2 {
  font-weight: bold;
  margin: 0 0 .125em;
}
header.archive-header h1 {
  font-size: 2.244em;
  line-height: 1.387em;
  margin: 0 0 .327em;
}
header.archive-header h1,
header.archive-header h2,
header.archive-header h3,
header.archive-header h4,
header.archive-header h5,
header.archive-header h6 {
  font-family: 'Cabin', sans-serif;
  color: #1a212c;
}
.helper {
  cursor: help;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url('/images/help.png') no-repeat;
}
.existingDocsBlock {
  margin-top: 25px;
}
a.tooltip {
  outline: 0;
  cursor: pointer;
}
a.tooltip span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: -80px;
  margin-left: -195px;
  width: 270px;
  line-height: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
a.tooltip span img {
  float: left;
  padding-right: 10px;
}
a.tooltip:hover {
  text-decoration: none;
}
a.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  background: #fff;
  border: 5px solid #000;
  border: 5px solid rgba(0, 0, 0, 0.7);
  transition: all .2s ease 0s;
}
.recurring_sprite {
  background-image: url('/images/recurring_ctrl_sprite.png');
  display: inline-block;
  width: 16px;
  height: 16px;
}
.recurring_sprite.cc {
  background-position: -98px 0px;
}
.recurring_sprite.cc:hover {
  background-position: -98px 16px;
}
.recurring_sprite.pause {
  background-position: -19px 0px;
}
.recurring_sprite.pause:hover {
  background-position: -19px 16px;
}
.recurring_sprite.unpause,
.recurring_sprite.uncancel {
  background-position: 0px 0px;
}
.recurring_sprite.unpause:hover,
.recurring_sprite.uncancel:hover {
  background-position: 0px 16px;
}
.recurring_sprite.cancel {
  background-position: -78px 0px;
}
.recurring_sprite.cancel:hover {
  background-position: -78px 16px;
}
.recurring_sprite.editable {
  background-position: -119px 0px;
}
.recurring_sprite.editable:hover {
  background-position: -119px 16px;
}
.recurring_sprite.magnifier {
  background-position: -138px 0px;
}
.recurring_sprite.magnifier:hover {
  background-position: -138px 16px;
}
.recurring_sprite.skip {
  background-position: -58px 0px;
}
.recurring_sprite.skip:hover {
  background-position: -58px 16px;
}
.recurring_sprite.unskip {
  background-position: -39px 0px;
}
.recurring_sprite.unskip:hover {
  background-position: -39px 16px;
}
span.actions.addhoc,
span.actions.subs {
  display: block;
  min-width: 98px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-height: 17px;
}
span.infinity {
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  float: none !important;
  font-size: 16px;
}
.readonly-input {
  border: none;
  outline: none;
  background-color: #fefefe;
  color: #2d2e2e;
  width: 230px;
}
#passphrase-note {
  margin-bottom: 20px;
}
#upload-msg-box {
  margin: 10px 0 10px 0;
}
#upload-msg-box .csv-upload-success {
  color: #5DB75D;
}
#upload-msg-box .csv-upload-failed {
  color: #e23333;
}
#recon-form .submitForm {
  background: #5DB75D;
}
#recon-form .cancelForm {
  background: #EEAC4C;
  margin-right: 15px;
}
#recon-form .f10 {
  font-size: 12px;
}
.styleguide__ul {
  color: #c30017;
}
.styleguide__fonts--default {
  font-family: 'Open Sans', 'MyriadProRegular';
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  padding: 15px 0;
}
.styleguide__fonts--anchor {
  color: #c30017;
  font-size: 15px;
  margin: 0;
  padding: 15px 0;
}
.shopify-wrapper {
  position: relative;
  margin: 40px auto;
  max-width: 1024px;
  padding: 0 10px;
}
.shopify-contentblock {
  background-color: #FFFFFF;
  padding: 20px;
  min-height: 400px;
  -webkit-box-shadow: 3px 3px 15px 2px #e1e1e1;
  -moz-box-shadow: 3px 3px 15px 2px #e1e1e1;
  box-shadow: 3px 3px 15px 2px #e1e1e1;
}
#verification {
  margin-left: 15px;
}
#verificationprocess__modal--background {
  background-color: #eeeeeee6;
  height: 100%;
  width: 100%;
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  overflow-y: auto;
}
#verificationprocess__modal--background .wrapper {
  max-width: 1200px;
  padding: 20px;
}
#verificationprocess__modal--close {
  cursor: pointer;
  margin-top: 7px;
  font-size: 15px;
}
#verificationprocess__modal--close:hover {
  text-decoration: underline;
}
.v_header {
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.v_header h3 {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.v_header h1 {
  margin: 0px;
  color: #000;
  font-size: 25px;
}
.verificationprocess__modal--container {
  margin: 0 auto;
}
.verificationprocess__modal--container .v_label {
  font-weight: 700;
  font-size: 13px;
  text-align: left;
}
.verificationprocess__modal--container .v_innercontent--header {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 3px;
}
.verificationprocess__modal--container .v_physical--address {
  line-height: 18px;
}
.verificationprocess__modal--container table {
  width: 100%;
}
.verificationprocess__modal--container td {
  font-size: 13px;
  text-align: right;
  line-height: 16px;
}
.verificationprocess__modal--container tr {
  display: flex;
  justify-content: space-between;
  padding: 4px 0 5px;
}
.v_content--container {
  background-color: white;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.v_content--leftblock {
  width: 350px;
  border-right: 2px dotted #acacac;
  padding-right: 20px;
  margin-right: 20px;
}
.v_innercontent--block {
  width: 100%;
  border-bottom: 2px dotted #acacac;
  margin-bottom: 8px;
}
.v_leftblock--controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.v_controls--button {
  font-size: 13px;
  cursor: pointer;
  border-radius: 4px;
  margin: 1px 0 5px;
  padding: 10px 20px;
  text-align: center;
  background-color: #acacac;
}
.v_controls--nav {
  width: 33%;
}
.v_controls--issue {
  margin-top: 1px;
  width: 100%;
  z-index: 10;
}
.v_controls--issue.active {
  background-color: #c30017;
  color: white;
}
#v_nextbutton.active {
  background-color: #c30017;
  color: white;
}
#v_nextbutton.v_success {
  background-color: #3EA134;
  color: white;
}
#v_nextbutton--link {
  width: 50%;
  text-decoration: none;
  color: black;
}
.v_leftblock--controls form {
  margin-top: -3px;
}
.v_leftblock--controls input[type="radio"] {
  display: none;
}
.v_leftblock--controls input[name='v_error'] + label {
  cursor: pointer;
}
.v_leftblock--controls label {
  display: inline-block;
  font-size: 13px;
  width: 94%;
  padding: 7px;
  border: 1px solid #acacac;
  margin-bottom: -1px;
}
.v_leftblock--controls textarea {
  margin-top: 10px;
  resize: none;
  width: 94%;
  height: 120px;
  padding: 7px;
  text-align: left;
  font: inherit;
}
.v_leftblock--controls input[type="radio"]:checked + label {
  background-color: #d7d7d7;
}
.v_leftblock--controls #v_issue--submit {
  color: white;
  border: none;
  border-radius: 4px;
  background-color: #c30017;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
}
#already-verified {
  color: #3EA134;
  text-align: center;
  padding: 2px 10px 10px 10px;
}
#signout-button.fa.fa-times {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.v_issue--errorentry {
  width: 100%;
}
.v_issue--issues {
  width: 256px;
}
.v_issue--issuebox {
  position: relative;
  width: 100%;
}
.v_issue--errorbubble {
  font-size: 11px;
  background-color: #c30017;
  color: white;
  border-radius: 25px;
  margin-top: 7px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.v_issue--delete {
  position: absolute;
  font-size: 13px;
  right: 12px;
  top: 10px;
  color: white;
  cursor: pointer;
}
.v_content--rightblock {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.v_imagecontainer {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v_imagecontainer img,
.v_imagecontainer iframe {
  width: 100%;
}
.v_imagecontainer iframe {
  height: 100%;
  border: none;
}
.v_modal--container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20;
}
.v_modal {
  width: 600px;
  height: auto;
  background-color: white;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.v_modal h3 {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.v_modal h1 {
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  color: #000;
}
#v_verify--modal,
#email_flags--modal {
  display: none;
}
#v_verify--modal > div,
#email_flags--modal > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
#v_verify--modal > div .v_button--container,
#email_flags--modal > div .v_button--container {
  display: flex;
  width: 350px;
  justify-content: space-between;
  margin-top: 20px;
}
#v_verify--modal > div .v_controls--nav,
#email_flags--modal > div .v_controls--nav {
  width: 131px;
  text-align: center;
}
#v_verify--modal > div h1,
#email_flags--modal > div h1,
#v_verify--modal > div h3,
#email_flags--modal > div h3,
#v_verify--modal > div #v_mcc-input,
#email_flags--modal > div #v_mcc-input {
  align-self: center;
}
#v_verify--modal > div h1,
#email_flags--modal > div h1 {
  padding-bottom: 0;
  margin-bottom: 10px;
}
#v_verify--modal > div h3,
#email_flags--modal > div h3 {
  text-transform: none;
}
#v_verify--modal > div #v_mcc-input,
#email_flags--modal > div #v_mcc-input {
  padding: 5px;
  height: 15px;
  margin-top: 11px;
  width: 56%;
}
.v_input-error {
  border: 1px solid #B45D66;
}
.v_error-message {
  color: #B45D66;
}
div#email-ajax-success,
div#email-ajax-failure.v_modal {
  display: none;
  text-align: center;
}
div#email-ajax-success {
  border: 1px solid #96b675;
  background: #e9ffd9;
  color: #96b675;
}
div#email-ajax-failure {
  border: 1px solid #b45d66;
  background: #fadbc2;
  color: #b45d66;
}
.v_sendemail-body {
  padding: 20px;
}
#v_verify--proceed {
  text-decoration: none;
  color: #FFF;
}
.v_success {
  background-color: #3EA134;
  color: #FFF;
}
.v_form-group,
.v_form-control {
  width: 100%;
}
.v_form-group {
  position: relative;
}
.v_form-control {
  padding: 5px;
  margin-bottom: 10px;
}
.v_button--container {
  display: flex;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
}
#v_sendemail--button {
  width: 200px;
}
.v_controls--button.active {
  background-color: #c30017;
  color: white;
}
.v_form-group p {
  color: #acacac;
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 13px;
}
#compose-to {
  padding-left: 30px;
}
#compose-subject {
  padding-left: 60px;
}
.v_controls--nav i {
  position: relative;
  top: 1px;
}
#v_previousbutton i {
  right: 3px;
}
#v_nextbutton i {
  left: 3px;
}
#v_flagissue i.fa-caret-down {
  position: relative;
  left: 3px;
}
#v_flagissue i.fa-flag {
  position: relative;
  right: 5px;
}
.v_content--rightblock button {
  position: relative;
  bottom: 22px;
}
#v_mcc-input {
  width: 30%;
  padding: 5px;
}
#v_mcc-checkbox {
  margin: 0;
}
#v_mcc_label {
  margin-top: 9px;
}
.fa-rotate-right,
.fa-rotate-left {
  padding: 3px 5px;
}
.account-verififed-status {
  width: fit-content;
  float: right;
}
.account-verififed-status .account-unverififed {
  color: #b45d66;
}
.account-verififed-status .account-verififed {
  color: #96b675;
}
.account-verififed-status img {
  vertical-align: bottom;
}
.fraud-review h2 {
  padding-bottom: 10px;
}
.fraud-buyer-history .country-code-align,
.fraud-seller-history .country-code-align {
  padding: 10px 0 0 6px;
}
.requestbtn {
  font-size: 14px;
  height: 22px;
  padding: 0 10px;
  line-height: 22px;
  margin: 3px 24px 3px 0;
  cursor: pointer;
  text-transform: uppercase;
  float: left;
  font-weight: 700;
  text-decoration: none;
  border-radius: 18px;
  border: 1px solid #4B282A;
  background-clip: padding-box;
  color: #FFF;
  text-shadow: 0 1px 0 #393c3f;
  box-shadow: 0 1px 0 #000000;
  border-width: 0;
}
.sendrequest {
  background-color: #D72D33;
}
.sendrequest:hover {
  background-color: #7D181C;
}
.cancelrequest {
  background: url(/images/v2_btn-link-bg.gif) repeat-x 0 0;
  background-position: 0 -5px;
}
.cancelrequest:hover {
  background-position: 0 -305px;
}
.merchant-block {
  width: 100%;
  height: 73px;
  position: relative;
  background: #041B2B;
  border: none;
  border-radius: 3px;
  margin: 19px 0;
  font-family: 'Lato', 'MyriadProRegular';
}
.merchant-block .beta-box {
  margin: 0 auto;
  width: 940px;
  position: relative;
  color: #FFFFFF;
}
.merchant-block .beta-box p {
  padding-left: 19px;
  display: inline-block;
  height: 34px;
  margin: 0;
}
.merchant-block .beta-box p.live {
  font-size: 18px;
  margin-top: 26px;
}
.merchant-block .beta-box p.spaced {
  border-right: solid #FFFFFF 1px;
  top: -10px;
  position: relative;
}
.merchant-block .beta-box p.manage {
  font-size: 14px;
}
.merchant-block .beta-box form {
  display: inline-block;
  margin: 17px 20px 16px 0;
  float: right;
}
.merchant-block .beta-box input[type=submit] {
  height: 40px;
  border: none;
  background-color: #e0182d;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  line-spacing: 0;
  padding: 11px 23px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(50, 50, 93, 0.2);
}
.merchant-block .beta-box input[type=submit]:hover {
  box-shadow: 0 2px 4px 0 rgba(50, 50, 93, 0.2);
}
input[readonly] {
  color: #BABABA;
  font-weight: bold;
  background-color: #EDEDED;
  padding: 2px;
  margin: 0 0 0 0;
  background-image: none;
}
a.go-link-outline-rounded {
  background: #fff;
  border: 2px solid #d00000;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  font-weight: 600;
}
a.go-link-outline-rounded:hover {
  background: #d00000;
  color: #fff;
}
label.tier_alignment {
  margin-right: 60px;
}
input.timepicker {
  width: 154px;
}
/*
 * Tier Tab Style
 */
.current-tier-table {
  font-family: 'MyriadProRegular', sans-serif;
  color: #666;
  font-size: 16px;
  background: #f7f7f7;
  margin: 20px 0px;
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px #d1d1d1;
  -moz-box-shadow: 0 1px 2px #d1d1d1;
  box-shadow: 0 1px 2px #d1d1d1;
}
.current-tier-table td {
  padding: 20px 10px 20px 10px;
  font-weight: bold;
}
.current-tier-table td span {
  color: #1c66fc;
  font-size: 20px;
}
.cancel-change-tier-button {
  color: #1c66fc;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}
.highlight-tier td {
  background: #f7f7f7 !important;
  color: #1c66fc;
}
.highlight-tier-grey td {
  color: #bbb7b7;
}
.tier-action-button {
  cursor: pointer;
}
.actions-tier {
  text-align: left !important;
}
.alert-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #FFF3DB;
  border: 1px solid #F9B024;
  border-radius: 2px;
  padding: 0 18px;
  margin-bottom: 12px;
}
.alert-box_icon {
  color: #F9B024;
  font-size: 15px;
  margin-right: 18px;
}
.alert-box_text {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
#view-auto-eft-transactions-page.image-container {
  max-width: 100%;
  margin: 1rem auto;
  box-shadow: 0 1.563rem 5rem -1.688rem rgba(173, 186, 223, 0.8100000000000001);
}
#view-auto-eft-transactions-page.image-container img {
  width: 100%;
  object-fit: cover;
}
#auto-eft-no-image-container {
  display: none;
  color: #b6b6b6;
  margin: 1rem 0;
}
