
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#toTop{--elevator-image:url(../../../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.eot?v=3.2.1');
  src: url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('http://netdna.bootstrapcdn.com/font-awesome/3.2.1/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}



/* Back To Top */
#easy_scroller_stacks_in_3539 {
  position: fixed;
  : ;
  : ;
  text-decoration: none;
  color: ;
  background-color: ;
  opacity: ;
  font-size: ;
  padding: 0.1em 0.3em 0.1em;
  display: none;
  border-radius: 3px;
  z-index: ;
}

#easy_scroller_stacks_in_3539:hover {
  color: ;
  background-color: ;
  opacity: ;
}

#stacks_in_3563 .bubble{background-color:#FFCC66;position:relative;padding:15px;margin:0;border-radius:10px}#stacks_in_3563 .bubble{margin:0 0 20px}#stacks_in_3563 .bubble.top{margin:20px 0 0}#stacks_in_3563 .bubble{box-shadow:0px 0px 5px #555555}#stacks_in_3563 .bubble:after{left:50px;border-color:#FF8000 transparent transparent;border-style:solid}#stacks_in_3563 .bubble:before{left:50px;border-color:transparent #FF8000;border-style:solid}#stacks_in_3563 .bubble.top:after{right:50px;border-color:transparent transparent #FF8000}#stacks_in_3563 .bubble.top:before{right:50px;border-color:transparent #FF8000}#stacks_in_3563 .bubble.isoceles:after{content:"\00a0";display:block;position:absolute;bottom:-30px;width:0;height:0;border-width:15px 15px}#stacks_in_3563 .bubble.isoceles.top:after{top:-30px;bottom:auto;left:auto}#stacks_in_3563 .bubble.right:after{content:"\00a0";display:block;position:absolute;bottom:-40px;width:0;height:0;border-width:20px 0 20px 20px}#stacks_in_3563 .bubble.right.top:after{top:-40px;bottom:auto;left:auto;border-width:20px 20px 20px 0}#stacks_in_3563 .bubble.obtuse:before{content:"\00a0";display:block;position:absolute;bottom:-20px;width:0;height:0;border-width:0;border-right-width:30px;border-bottom-width:20px}#stacks_in_3563 .bubble.obtuse:after{content:"\00a0";display:block;position:absolute;bottom:-20px;width:0;height:0;border-width:0;border-right-width:10px;border-bottom-width:20px}#stacks_in_3563 .bubble.obtuse.top:before{top:-20px;bottom:auto;left:auto;border-width:0;border-left-width:30px;border-top-width:20px}#stacks_in_3563 .bubble.obtuse.top:after{top:-20px;bottom:auto;left:auto;border-width:0;border-left-width:10px;border-top-width:20px}#stacks_in_3563 .bubble.double{background:linear-gradient(to bottom,#FFCC66 0%,#FF8000 50%,#FFCC66 100%)}#stacks_in_3563 .bubble.topdown{background-image:linear-gradient(to bottom,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.leftright{background-image:linear-gradient(to right,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.topdiag{background-image:linear-gradient(to right bottom,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.bottomdiag{background-image:linear-gradient(to right top,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.radial{background-image:radial-gradient(ellipse at 50% 50%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.radial2{background-image:radial-gradient(ellipse at 50% 0%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.radial3{background-image:radial-gradient(ellipse at 100% 0%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.radial4{background-image:radial-gradient(ellipse at 100% 50%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.radial5{background-image:radial-gradient(ellipse at 100% 100%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.radial6{background-image:radial-gradient(ellipse at 50% 100%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.radial7{background-image:radial-gradient(ellipse at 0% 100%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.radial8{background-image:radial-gradient(ellipse at 0% 50%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.radial9{background-image:radial-gradient(ellipse at 0% 0%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.circle{background-image:radial-gradient(circle at 50% 50%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.circle2{background-image:radial-gradient(circle at 50% 0%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.circle3{background-image:radial-gradient(circle at 100% 0%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.circle4{background-image:radial-gradient(circle at 100% 50%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.circle5{background-image:radial-gradient(circle at 100% 100%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.circle6{background-image:radial-gradient(circle at 50% 100%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.circle7{background-image:radial-gradient(circle at 0% 100%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.circle8{background-image:radial-gradient(circle at 0% 50%,#FFCC66,#FF8000)}#stacks_in_3563 .bubble.circle9{background-image:radial-gradient(circle at 0% 0%,#FFCC66,#FF8000)}




























@media print {
	#spacerStackstacks_in_8365 {
		display: none !important;
	}
}
/* Start Montage stack CSS code */#stacks_in_3569 img {	max-width: 10000% !important;}.stacks_in_3569clone{	width: auto !important;}.stacks_in_3569loadingcontainer{	display:block;	height: 250px;	background: #000000;	margin: 20px 0 20px 0;}.stacks_in_3569am-outerwrapper{			max-width: auto;				position: relative;	padding: 2px;}#stacks_in_3569am-container{}.stacks_in_3569am-wrapper{    float:left;    position:relative;    overflow:hidden;}.stacks_in_3569am-wrapper img{    position:absolute;    outline:none;}.stacks_in_3569imageoverlay{display: none;position: absolute;width: 100%;left: 0px;bottom: 0px;color: #f4f4f4;border-top: 1px solid #666666;background: #45484d; /* Old browsers */background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */opacity: 0.8;z-index: 1000001;}.stacks_in_3569overlaytext{position: relative;padding: 8px 14px 8px 12px;	}.stacks_in_3569completeimageoverlay{display: none;position: absolute;width: 100%;height:100%;left: 0px;top: 0px;text-align: center;color: #ffffff;background: #000000;opacity: 0;text-shadow: none !important;z-index: 1000001;}.stacks_in_3569zoomoverlay{display: none;position: absolute;width: 100%;height:100%;left: 0px;top: 0px;text-align: center;background: url(../files/montageAssets/zoom.png) no-repeat;background-position:center center;opacity: 0;z-index: 1000001;}#stacks_in_3569 a{	text-decoration: none !important;	color: #ffffff !important;}#stacks_in_3569 a:hover{	text-decoration: none !important;	color: #ffffff !important;}.stacks_in_3569clearer{	clear: both;}.stacks_in_3569popupcontrolbar{	display: none;	position: fixed !important;	left: 0px;	bottom: 0px !important;	height: 52px;	width: 100%;	border-top: 1px solid #4C4C4C;	z-index: 1000000;	background: #45484d; /* Old browsers */background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top, #45484d 0%,#000000 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top, #45484d 0%,#000000 100%); /* IE10+ */background: linear-gradient(top, #45484d 0%,#000000 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */cursor: pointer;opacity: 0.7;}.stacks_in_3569xbutton{	width: 40px;	height: 40px;	margin: 8px auto 0 auto;	padding: 0;	background: url(../files/montageAssets/x.png);	cursor: pointer;}/* End Montage stack CSS code */
#stacks_in_3569 {
	padding:  20px;
}




























@media print {
	#spacerStackstacks_in_3568 {
		display: none !important;
	}
}
 #stacks_in_3669 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_3669 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_3669 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_3669 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_3669 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_3669 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_3669 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_3669 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_3669 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_3669 hr.cloudy:after{content:"\00a0"}#stacks_in_3669 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_3669 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_3669 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_3669 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_3669 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_3669 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_3669 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_3669 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 




























@media print {
	#spacerStackstacks_in_3668 {
		display: none !important;
	}
}

#stacks_in_3160 .stacks_left {
	float:left;
	width:34%;
}

#stacks_in_3160 .stacks_right {
	float:right;
	width:64%;
}



























@media print {
	#spacerStackstacks_in_3342 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_3447 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_7101 {
		display: none !important;
	}
}

#stacks_in_7136 {
	border: solid rgba(199, 30, 61, 1.00);
	border-width: 0px 0px 0px 6px;
	margin:  10px;
}
/* Start True Download stack CSS code */#stacks_in_7139 iframe{height:0px;padding: 0px;margin: 0px;}#stacks_in_7139 img{display:block;margin: 0 auto 0 auto;}#stacks_in_7139 img:hover{cursor: pointer !important;}.stacks_in_7139loader{float: left;width: 35px;height: 35px;padding: 0 15px 30px 0;}.stacks_in_7139base{display: none;height: 0;padding: 0;margin: 0;}.stacks_in_7139response{display: none;width: 80%;border: 1px solid #60D667;background: #ffffff;padding: 10px;margin: 20px auto 20px 0px;color: #444444;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;min-height: 35px;}#stacks_in_7139current{	text-align: left;	padding: 4px 0px 4px 0;}/* End True Download stack CSS code */



























@media print {
	#spacerStackstacks_in_3484 {
		display: none !important;
	}
}

#stacks_in_3540 {
	border: solid rgba(199, 30, 61, 1.00);
	border-width: 0px 0px 0px 6px;
	margin:  10px;
}

#stacks_out_3551 {
	width: 70%;
}
/**
 * @name    Ribbon Stack
 * @author    Futural UG (haftungsbeschraenkt)
 * @version   1.0.0
 * @url     http://instacks.com/ribbonstack
 */

/**
 * Reference:
 * http://css-tricks.com/snippets/css/corner-ribbon/
 * http://jsfiddle.net/chriscoyier/H6rQ6/1/
 */

/*
.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
*/

.wrapper {
}

.ribbon-wrapper-stacks_in_3158 {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon-stacks_in_3158 {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #FF0000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#FF6666)); 
  background-image: -webkit-linear-gradient(top, #FF0000, #FF6666); 
  background-image:    -moz-linear-gradient(top, #FF0000, #FF6666); 
  background-image:     -ms-linear-gradient(top, #FF0000, #FF6666); 
  background-image:      -o-linear-gradient(top, #FF0000, #FF6666); 
  color: #000000;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-stacks_in_3158:before, .ribbon-stacks_in_3158:after {
  content: "";
  border-top:   5px solid #FF6666;   
  border-left:  5px solid transparent;
  border-right: 5px solid transparent;
  position:absolute;
  bottom: -5px;
}

.ribbon-stacks_in_3158:before {
  left: 0;
}
.ribbon-stacks_in_3158:after {
  right: 0;
}



























@media print {
	#spacerStackstacks_in_193 {
		display: none !important;
	}
}

#stacks_in_3330 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_3330 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_3343 {
	margin:  10px;
}

#stacks_in_3348 {
	margin:  10px;
}

#stacks_in_3438 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_3438 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_3440 {
	margin:  10px;
}

#stacks_in_3443 {
	margin:  10px;
}

#stacks_in_3399 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_3399 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_3404 {
	margin:  10px;
}

#stacks_in_3401 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_3167 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_3434 {
		display: none !important;
	}
}
#stacks_in_3429 .bubble{background-color:#FFCC66;position:relative;padding:15px;margin:0;border-radius:10px}#stacks_in_3429 .bubble{margin:0 0 20px}#stacks_in_3429 .bubble.top{margin:20px 0 0}#stacks_in_3429 .bubble{box-shadow:0px 0px 5px #555555}#stacks_in_3429 .bubble:after{left:50px;border-color:#FFFF66 transparent transparent;border-style:solid}#stacks_in_3429 .bubble:before{left:50px;border-color:transparent #FFFF66;border-style:solid}#stacks_in_3429 .bubble.top:after{right:50px;border-color:transparent transparent #FFFF66}#stacks_in_3429 .bubble.top:before{right:50px;border-color:transparent #FFFF66}#stacks_in_3429 .bubble.isoceles:after{content:"\00a0";display:block;position:absolute;bottom:-30px;width:0;height:0;border-width:15px 15px}#stacks_in_3429 .bubble.isoceles.top:after{top:-30px;bottom:auto;left:auto}#stacks_in_3429 .bubble.right:after{content:"\00a0";display:block;position:absolute;bottom:-40px;width:0;height:0;border-width:20px 0 20px 20px}#stacks_in_3429 .bubble.right.top:after{top:-40px;bottom:auto;left:auto;border-width:20px 20px 20px 0}#stacks_in_3429 .bubble.obtuse:before{content:"\00a0";display:block;position:absolute;bottom:-20px;width:0;height:0;border-width:0;border-right-width:30px;border-bottom-width:20px}#stacks_in_3429 .bubble.obtuse:after{content:"\00a0";display:block;position:absolute;bottom:-20px;width:0;height:0;border-width:0;border-right-width:10px;border-bottom-width:20px}#stacks_in_3429 .bubble.obtuse.top:before{top:-20px;bottom:auto;left:auto;border-width:0;border-left-width:30px;border-top-width:20px}#stacks_in_3429 .bubble.obtuse.top:after{top:-20px;bottom:auto;left:auto;border-width:0;border-left-width:10px;border-top-width:20px}#stacks_in_3429 .bubble.double{background:linear-gradient(to bottom,#FFCC66 0%,#FFFF66 50%,#FFCC66 100%)}#stacks_in_3429 .bubble.topdown{background-image:linear-gradient(to bottom,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.leftright{background-image:linear-gradient(to right,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.topdiag{background-image:linear-gradient(to right bottom,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.bottomdiag{background-image:linear-gradient(to right top,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.radial{background-image:radial-gradient(ellipse at 50% 50%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.radial2{background-image:radial-gradient(ellipse at 50% 0%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.radial3{background-image:radial-gradient(ellipse at 100% 0%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.radial4{background-image:radial-gradient(ellipse at 100% 50%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.radial5{background-image:radial-gradient(ellipse at 100% 100%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.radial6{background-image:radial-gradient(ellipse at 50% 100%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.radial7{background-image:radial-gradient(ellipse at 0% 100%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.radial8{background-image:radial-gradient(ellipse at 0% 50%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.radial9{background-image:radial-gradient(ellipse at 0% 0%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.circle{background-image:radial-gradient(circle at 50% 50%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.circle2{background-image:radial-gradient(circle at 50% 0%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.circle3{background-image:radial-gradient(circle at 100% 0%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.circle4{background-image:radial-gradient(circle at 100% 50%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.circle5{background-image:radial-gradient(circle at 100% 100%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.circle6{background-image:radial-gradient(circle at 50% 100%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.circle7{background-image:radial-gradient(circle at 0% 100%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.circle8{background-image:radial-gradient(circle at 0% 50%,#FFCC66,#FFFF66)}#stacks_in_3429 .bubble.circle9{background-image:radial-gradient(circle at 0% 0%,#FFCC66,#FFFF66)}

#stacks_out_3429 {
	width: 80%;
}




























@media print {
	#spacerStackstacks_in_3174 {
		display: none !important;
	}
}

#stacks_in_3955 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_3955 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_3955 {
	margin:  10px;
}
/* Start doobox anchor css */








.stacks_in_3950anchor1 {

}

.stacks_in_3950anchor2 {

}


/* end doobox anchor css */#stacks_in_3958 .stacks_in_3958-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_3958 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_3958 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_3958 .stacks_in_3958-button,
#stacks_in_3958 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_3958 {
		text-align: center;
	}




	#stacks_in_3958 .stacks_in_3958-button {
		width: 320px;
	}






#stacks_in_3958 a.stacks_in_3958-button, #stacks_in_3958 a.stacks_in_3958-button:visited, #stacks_in_3958 a.stacks_in_3958-button:hover, #stacks_in_3958 a.stacks_in_3958-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_3958 .stacks_in_3958-button {
		
			background-color: #FF0000;
		
	}

	#stacks_in_3958 a.stacks_in_3958-button, #stacks_in_3958 a.stacks_in_3958-button:visited {
		
			color: #E4F7F3 !important;
			
	}

	#stacks_in_3958 a.stacks_in_3958-button:hover, #stacks_in_3958 a.stacks_in_3958-button:active {
		
			text-decoration: none;
			color: #E4F7F3 !important;
			background-color: #FF1414;
		
	}

	
	#stacks_in_3958 .button_icon {
		
			background-color: #FF6666;
		
	}

	#stacks_in_3958 a.stacks_in_3958-button:hover .button_icon, #stacks_in_3958 a.stacks_in_3958-button:active .button_icon {
		
			background-color: #FF7A7A;
				
	}
	


/* Start doobox anchor css */








.stacks_in_3965anchor1 {

}

.stacks_in_3965anchor2 {

}


/* end doobox anchor css */#stacks_in_3967 .stacks_in_3967-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_3967 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_3967 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_3967 .stacks_in_3967-button,
#stacks_in_3967 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_3967 {
		text-align: center;
	}




	#stacks_in_3967 .stacks_in_3967-button {
		width: 320px;
	}






#stacks_in_3967 a.stacks_in_3967-button, #stacks_in_3967 a.stacks_in_3967-button:visited, #stacks_in_3967 a.stacks_in_3967-button:hover, #stacks_in_3967 a.stacks_in_3967-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_3967 .stacks_in_3967-button {
		
			background-color: #0000FF;
		
	}

	#stacks_in_3967 a.stacks_in_3967-button, #stacks_in_3967 a.stacks_in_3967-button:visited {
		
			color: #E4F7F3 !important;
			
	}

	#stacks_in_3967 a.stacks_in_3967-button:hover, #stacks_in_3967 a.stacks_in_3967-button:active {
		
			text-decoration: none;
			color: #E4F7F3 !important;
			background-color: #1414FF;
		
	}

	
	#stacks_in_3967 .button_icon {
		
			background-color: #0080FF;
		
	}

	#stacks_in_3967 a.stacks_in_3967-button:hover .button_icon, #stacks_in_3967 a.stacks_in_3967-button:active .button_icon {
		
			background-color: #1494FF;
				
	}
	



#stacks_in_4006 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_4006 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_4006 {
	margin:  10px;
}
/* Start doobox anchor css */








.stacks_in_4008anchor1 {

}

.stacks_in_4008anchor2 {

}


/* end doobox anchor css */#stacks_in_4010 .stacks_in_4010-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_4010 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_4010 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_4010 .stacks_in_4010-button,
#stacks_in_4010 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_4010 {
		text-align: center;
	}




	#stacks_in_4010 .stacks_in_4010-button {
		width: 320px;
	}






#stacks_in_4010 a.stacks_in_4010-button, #stacks_in_4010 a.stacks_in_4010-button:visited, #stacks_in_4010 a.stacks_in_4010-button:hover, #stacks_in_4010 a.stacks_in_4010-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_4010 .stacks_in_4010-button {
		
			background-color: #808000;
		
	}

	#stacks_in_4010 a.stacks_in_4010-button, #stacks_in_4010 a.stacks_in_4010-button:visited {
		
			color: #E4F7F3 !important;
			
	}

	#stacks_in_4010 a.stacks_in_4010-button:hover, #stacks_in_4010 a.stacks_in_4010-button:active {
		
			text-decoration: none;
			color: #E4F7F3 !important;
			background-color: #949414;
		
	}

	
	#stacks_in_4010 .button_icon {
		
			background-color: #008000;
		
	}

	#stacks_in_4010 a.stacks_in_4010-button:hover .button_icon, #stacks_in_4010 a.stacks_in_4010-button:active .button_icon {
		
			background-color: #149414;
				
	}
	


/* Start doobox anchor css */








.stacks_in_4012anchor1 {

}

.stacks_in_4012anchor2 {

}


/* end doobox anchor css */#stacks_in_4014 .stacks_in_4014-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_4014 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_4014 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_4014 .stacks_in_4014-button,
#stacks_in_4014 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_4014 {
		text-align: center;
	}




	#stacks_in_4014 .stacks_in_4014-button {
		width: 320px;
	}






#stacks_in_4014 a.stacks_in_4014-button, #stacks_in_4014 a.stacks_in_4014-button:visited, #stacks_in_4014 a.stacks_in_4014-button:hover, #stacks_in_4014 a.stacks_in_4014-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_4014 .stacks_in_4014-button {
		
			background-color: #FF8000;
		
	}

	#stacks_in_4014 a.stacks_in_4014-button, #stacks_in_4014 a.stacks_in_4014-button:visited {
		
			color: #E4F7F3 !important;
			
	}

	#stacks_in_4014 a.stacks_in_4014-button:hover, #stacks_in_4014 a.stacks_in_4014-button:active {
		
			text-decoration: none;
			color: #E4F7F3 !important;
			background-color: #FF9414;
		
	}

	
	#stacks_in_4014 .button_icon {
		
			background-color: #FFCC66;
		
	}

	#stacks_in_4014 a.stacks_in_4014-button:hover .button_icon, #stacks_in_4014 a.stacks_in_4014-button:active .button_icon {
		
			background-color: #FFE07A;
				
	}
	






























@media print {
	#spacerStackstacks_in_3979 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_3954 {
		display: none !important;
	}
}
/* Start doobox anchor css */








.stacks_in_3959anchor1 {

}

.stacks_in_3959anchor2 {

}


/* end doobox anchor css */
#stacks_in_3480 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 2px 0px 2px 0px;
	margin:  10px;
	padding:  10px;
}




























@media print {
	#spacerStackstacks_in_31166 {
		display: none !important;
	}
}

#stacks_in_30967 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_30967 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_30969 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3469 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_30989 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_30975 {
	margin:  10px;
}

#stacks_in_31003 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_31005 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_31007 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_31009 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_31169 {
		display: none !important;
	}
}

#stacks_in_31069 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_31069 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_31071 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_31073 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_31075 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_31077 {
	margin:  10px;
}

#stacks_in_3486 {
	margin:  10px;
	padding:  10px;
}

#stacks_out_3486 {
	width: 75%;
}

#stacks_in_31080 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_31082 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_31084 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_31086 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_31172 {
		display: none !important;
	}
}

#stacks_in_31146 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_31146 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_31148 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_31150 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_31152 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_31154 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_31179 {
		display: none !important;
	}
}

#stacks_in_3571 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3573 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_3575 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_3577 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_31175 {
		display: none !important;
	}
}
/* Start doobox anchor css */








.stacks_in_3968anchor1 {

}

.stacks_in_3968anchor2 {

}


/* end doobox anchor css */
#stacks_in_3178 {
	border: solid rgba(0, 0, 255, 1.00);
	border-width: 2px 0px 2px 0px;
	margin:  10px;
	padding:  20px;
}




























@media print {
	#spacerStackstacks_in_31177 {
		display: none !important;
	}
}

#stacks_in_31216 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_31216 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_31218 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_31220 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_31222 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_31224 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_31226 {
		display: none !important;
	}
}

#stacks_in_31240 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_31242 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_31244 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_31246 {
	margin:  10px;
}

#stacks_in_31308 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_31308 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_31310 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_31312 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_31314 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_31316 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_31318 {
		display: none !important;
	}
}

#stacks_in_31320 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_31322 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_31324 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_31326 {
	margin:  10px;
}
/* Start doobox anchor css */








.stacks_in_3976anchor1 {

}

.stacks_in_3976anchor2 {

}


/* end doobox anchor css */
#stacks_in_31334 {
	border: solid rgba(128, 128, 0, 1.00);
	border-width: 2px 0px 2px 0px;
	margin:  10px;
	padding:  20px;
}




























@media print {
	#spacerStackstacks_in_31337 {
		display: none !important;
	}
}

#stacks_in_3487 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_3487 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_3489 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3501 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_3505 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_3507 {
	margin:  10px;
}

#stacks_in_3523 {
	margin:  10px;
}

#stacks_in_3515 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3517 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_3519 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_3521 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_3513 {
		display: none !important;
	}
}

#stacks_in_3613 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_3613 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_3624 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3628 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_3630 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_3632 {
	margin:  10px;
}

#stacks_in_3637 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3644 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_3646 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_3648 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_3652 {
		display: none !important;
	}
}

#stacks_in_3693 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_3693 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_3695 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3697 {
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 0px 10px;
	margin:  10px;
	padding:  11px;
}

#stacks_in_3699 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_3701 {
	margin:  10px;
}

#stacks_in_3703 {
	margin:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_3840 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_3840 {
		display: none !important;
	}
}
/* Start doobox anchor css */








.stacks_in_4015anchor1 {

}

.stacks_in_4015anchor2 {

}


/* end doobox anchor css */
#stacks_in_3838 {
	border: solid rgba(255, 204, 102, 1.00);
	border-width: 2px 0px 2px 0px;
	margin:  10px;
	padding:  20px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_3841 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_3841 {
		display: none !important;
	}
}

#stacks_in_3811 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_3811 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_3813 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3815 {
	margin:  10px;
}

#stacks_in_3817 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_3819 {
	margin:  10px;
}

#stacks_in_3822 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3824 {
	margin:  10px;
}

#stacks_in_3826 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_3828 {
	margin:  10px;
}

#stacks_in_3830 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_3949 {
		display: none !important;
	}
}

#stacks_in_3926 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_3926 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_3928 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3930 {
	margin:  10px;
}

#stacks_in_3932 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_3934 {
	margin:  10px;
}

#stacks_in_3937 {
	border: solid rgba(128, 0, 64, 1.00);
	border-width:  1px;
	margin:  10px;
	padding:  10px;
}

#stacks_in_3939 {
	margin:  10px;
}

#stacks_in_3941 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_3943 {
	margin:  10px;
}

#stacks_in_3945 {
	margin:  10px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2922 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_2922 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_475 {
		display: none !important;
	}
}
 #stacks_in_478 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_478 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#FF78F4,#C71E3D,#FF78F4);background-image:-moz-linear-gradient(left,#FF78F4,#C71E3D,#FF78F4);background-image:-ms-linear-gradient(left,#FF78F4,#C71E3D,#FF78F4);background-image:-o-linear-gradient(left,#FF78F4,#C71E3D,#FF78F4);background-image:linear-gradient(left,#FF78F4,#C71E3D,#FF78F4)}#stacks_in_478 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_478 hr.dashed_fade{border-bottom:1px dashed #FF6988;background:#C71E3D}#stacks_in_478 hr.dotted_fade{border-bottom:1px dotted #FF6988;background:#C71E3D}#stacks_in_478 hr.dashed{border-bottom:1px dashed #C71E3D}#stacks_in_478 hr.dotted{border-bottom:1px dotted #FF6988}#stacks_in_478 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_478 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #C71E3D}#stacks_in_478 hr.cloudy:after{content:"\00a0"}#stacks_in_478 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_478 hr.inset_two{border-top:1px solid #FF78F4;border-bottom:1px solid #C71E3D}#stacks_in_478 hr.inset_three{border-top:1px solid #C71E3D;border-bottom:1px solid #FF78F4}#stacks_in_478 hr.inset_four{border-top:1px solid #C71E3D;border-bottom:1px solid #CCCCCC}#stacks_in_478 hr.flared{height:30px;border-style:solid;border-color:#C71E3D;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_478 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#C71E3D;border-width:0 0 1px 0;border-radius:20px}#stacks_in_478 hr.glyph{padding:0;border:0;border-top:1px double #C71E3D;color:#C71E3D;text-align:center;margin:1em 0}#stacks_in_478 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_out_478 {
	width: 75%;
}




























@media print {
	#spacerStackstacks_in_477 {
		display: none !important;
	}
}
#stacks_in_5788 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5788 .jwresp_col{float:none} #stacks_in_5788 #jwresp_col2_stacks_in_5788{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_5788 #jwresp_col1_stacks_in_5788,#stacks_in_5788 #jwresp_col3_stacks_in_5788{width:32%}#stacks_in_5788 #jwresp_col1_stacks_in_5788{float:left}#stacks_in_5788 #jwresp_col3_stacks_in_5788{float:right} @media screen and (max-width:770px){#stacks_in_5788 #jwresp_col1_stacks_in_5788,#stacks_in_5788 #jwresp_col3_stacks_in_5788{margin-bottom:20px}#stacks_in_5788 #jwresp_col1_stacks_in_5788{width:49%}#stacks_in_5788 #jwresp_col3_stacks_in_5788{width:49%}#stacks_in_5788 #jwresp_col2_stacks_in_5788{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_5788 #jwresp_col1_stacks_in_5788,#stacks_in_5788 #jwresp_col3_stacks_in_5788,#stacks_in_5788 #jwresp_col2_stacks_in_5788{float:none;width:100%;display:block}#stacks_in_5788 #jwresp_col1_stacks_in_5788,#stacks_in_5788 #jwresp_col3_stacks_in_5788{margin-bottom:20px}} 
#stacks_in_5790 .stacks_in_5790-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_5790 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_5790 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_5790 .stacks_in_5790-button,
#stacks_in_5790 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_5790 {
		text-align: center;
	}




	#stacks_in_5790 .stacks_in_5790-button {
		width: 320px;
	}






#stacks_in_5790 a.stacks_in_5790-button, #stacks_in_5790 a.stacks_in_5790-button:visited, #stacks_in_5790 a.stacks_in_5790-button:hover, #stacks_in_5790 a.stacks_in_5790-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_5790 .stacks_in_5790-button {
		
			background-color: none;
			border: 1px solid #A1180F;
		
	}

	#stacks_in_5790 a.stacks_in_5790-button, #stacks_in_5790 a.stacks_in_5790-button:visited {
		
			color: #800000 !important;
			
	}

	#stacks_in_5790 a.stacks_in_5790-button:hover, #stacks_in_5790 a.stacks_in_5790-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #A1180F;
		
	}

	
	#stacks_in_5790 .button_icon {
		
			background-color: none;
			border-right: 1px solid #A1180F;
		
	}

	#stacks_in_5790 a.stacks_in_5790-button:hover .button_icon, #stacks_in_5790 a.stacks_in_5790-button:active .button_icon {
		
			background-color: #A1180F;
			border-right: 1px solid #FFFFFF;
				
	}
	


#stacks_in_5792 .stacks_in_5792-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_5792 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_5792 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_5792 .stacks_in_5792-button,
#stacks_in_5792 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_5792 {
		text-align: center;
	}




	#stacks_in_5792 .stacks_in_5792-button {
		width: 320px;
	}






#stacks_in_5792 a.stacks_in_5792-button, #stacks_in_5792 a.stacks_in_5792-button:visited, #stacks_in_5792 a.stacks_in_5792-button:hover, #stacks_in_5792 a.stacks_in_5792-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_5792 .stacks_in_5792-button {
		
			background-color: none;
			border: 1px solid #A1180F;
		
	}

	#stacks_in_5792 a.stacks_in_5792-button, #stacks_in_5792 a.stacks_in_5792-button:visited {
		
			color: #800000 !important;
			
	}

	#stacks_in_5792 a.stacks_in_5792-button:hover, #stacks_in_5792 a.stacks_in_5792-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #A1180F;
		
	}

	
	#stacks_in_5792 .button_icon {
		
			background-color: none;
			border-right: 1px solid #A1180F;
		
	}

	#stacks_in_5792 a.stacks_in_5792-button:hover .button_icon, #stacks_in_5792 a.stacks_in_5792-button:active .button_icon {
		
			background-color: #A1180F;
			border-right: 1px solid #FFFFFF;
				
	}
	


#stacks_in_5794 .stacks_in_5794-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_5794 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_5794 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_5794 .stacks_in_5794-button,
#stacks_in_5794 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_5794 {
		text-align: center;
	}




	#stacks_in_5794 .stacks_in_5794-button {
		width: 320px;
	}






#stacks_in_5794 a.stacks_in_5794-button, #stacks_in_5794 a.stacks_in_5794-button:visited, #stacks_in_5794 a.stacks_in_5794-button:hover, #stacks_in_5794 a.stacks_in_5794-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_5794 .stacks_in_5794-button {
		
			background-color: none;
			border: 1px solid #A1180F;
		
	}

	#stacks_in_5794 a.stacks_in_5794-button, #stacks_in_5794 a.stacks_in_5794-button:visited {
		
			color: #800000 !important;
			
	}

	#stacks_in_5794 a.stacks_in_5794-button:hover, #stacks_in_5794 a.stacks_in_5794-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #A1180F;
		
	}

	
	#stacks_in_5794 .button_icon {
		
			background-color: none;
			border-right: 1px solid #A1180F;
		
	}

	#stacks_in_5794 a.stacks_in_5794-button:hover .button_icon, #stacks_in_5794 a.stacks_in_5794-button:active .button_icon {
		
			background-color: #A1180F;
			border-right: 1px solid #FFFFFF;
				
	}
	






























@media print {
	#spacerStackstacks_in_261 {
		display: none !important;
	}
}
 #stacks_in_480 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_480 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#FF78F4,#C71E3D,#FF78F4);background-image:-moz-linear-gradient(left,#FF78F4,#C71E3D,#FF78F4);background-image:-ms-linear-gradient(left,#FF78F4,#C71E3D,#FF78F4);background-image:-o-linear-gradient(left,#FF78F4,#C71E3D,#FF78F4);background-image:linear-gradient(left,#FF78F4,#C71E3D,#FF78F4)}#stacks_in_480 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_480 hr.dashed_fade{border-bottom:1px dashed #FF6988;background:#C71E3D}#stacks_in_480 hr.dotted_fade{border-bottom:1px dotted #FF6988;background:#C71E3D}#stacks_in_480 hr.dashed{border-bottom:1px dashed #C71E3D}#stacks_in_480 hr.dotted{border-bottom:1px dotted #FF6988}#stacks_in_480 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_480 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #C71E3D}#stacks_in_480 hr.cloudy:after{content:"\00a0"}#stacks_in_480 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_480 hr.inset_two{border-top:1px solid #FF78F4;border-bottom:1px solid #C71E3D}#stacks_in_480 hr.inset_three{border-top:1px solid #C71E3D;border-bottom:1px solid #FF78F4}#stacks_in_480 hr.inset_four{border-top:1px solid #C71E3D;border-bottom:1px solid #CCCCCC}#stacks_in_480 hr.flared{height:30px;border-style:solid;border-color:#C71E3D;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_480 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#C71E3D;border-width:0 0 1px 0;border-radius:20px}#stacks_in_480 hr.glyph{padding:0;border:0;border-top:1px double #C71E3D;color:#C71E3D;text-align:center;margin:1em 0}#stacks_in_480 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_out_480 {
	width: 75%;
}




























@media print {
	#spacerStackstacks_in_482 {
		display: none !important;
	}
}
#stacks_in_5 .like_button_wrapper{margin:5px;display:block;position:relative;float:right;overflow:visible;line-height:1}#like_facebook_stacks_in_5,#like_twitter_stacks_in_5{width:85px}#like_google_stacks_in_5,#like_pinterest_stacks_in_5{width:65px}#like_email_stacks_in_5 svg{height:20px;width:auto;fill:rgba(0, 0, 0, 1.00)}




























@media print {
	#spacerStackstacks_in_6 {
		display: none !important;
	}
}

#stacks_in_12434 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_12434 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_12434 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_12434 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 3px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}

#stacks_in_12436 {
	padding: 5px 10px 5px 10px;
}

#stacks_in_12438 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_12450 {
	text-transform: capitalize;
}

#stacks_in_12439 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_12451 {
	font-size: 95%;
}

#stacks_in_12441 {
	padding: 5px 10px 5px 10px;
}

#stacks_in_12443 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_12452 {
	text-transform: capitalize;
}

#stacks_in_12444 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_12453 {
	font-size: 95%;
}

#stacks_in_12446 {
	padding: 5px 10px 5px 10px;
}

#stacks_in_12448 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_12454 {
	text-transform: capitalize;
}

#stacks_in_12449 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width: 0px 0px 1px 0px;
	padding: 5px 0px 5px 0px;
}

#stacks_in_12455 {
	font-size: 95%;
}
