/* Fonts */

@font-face {
  font-family: Apercu;
  src: url('Apercu.otf');
}

@font-face {
  font-family: "Apercu Bold";
  src: url('Apercu-Bold.otf');

}

@font-face {
  font-family: Apercu;
  font-weight: bold;
  src: url('Apercu-Medium.otf');
}

@font-face {
  font-family: "Apercu Mono Regular";
  src: url('Apercu-Mono.otf');
}

/* default css */

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  border: 0px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
}

body {
  font: 13px/1.3em Apercu, Arial, Helvetica, sans-serif;
  color: #000;
  background: #e7e7e7;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
	cursor: pointer;
}

p a {
  border-bottom: 1px solid;
}

p a:hover {
  color: #d1d2d4;
}

a:link img,
a:visited img {
  border: none;
  padding: 0;
}

embed,
object {
  display: block;
}

input:active,
input:focus,
select:focus,
select:active,
textarea:focus,
textarea:active {
  border: none;
  outline: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

p {
  margin-bottom: 1em;
}

ul, ol {
  margin: 0 0;
  padding: 0 0;
}

ol + ol,
ol + p,
ul + p {
  margin-top: 1em;
}

li {
  list-style: none;
}

.spaced li {
  padding-bottom: .5em;
}

dl {
  margin-bottom: 1.3em;
  overflow: hidden;
}

dt {
  float: left;
  display: inline;
  padding-right: 5px;
  font-weight: bold;
}

dl.block dt {
	  white-space: normal !important;
	  height: auto;
	  overflow: visible;
	  margin-bottom: .5em;
}

dd a {
    border-bottom: 1px solid;
}

dt:after {
  content: ":";
}

pre {
  font: 11px/1.4em courier, monospace;
}

.weak {
  color: #b9b9b9;
}

h3 .weak {
   color: #d2d2d2;
}

h3:only-child {
  margin-bottom: 0;
}

a:hover .weak {
  color: #000;
}

.large {
    font: 16px/1.3em Apercu, Arial, Helvetica, sans-serif;
}

.strike {
  text-decoration: line-through;
}

h1 {
  display: block;
  margin: 0 auto;
  width: 104px;
  height: 50px;
  background: transparent url('/images/site/amBlack.svg') no-repeat top center;
  background-size: contain;
  text-indent: -100em;
}

h1 a {
  display: none;
}

h1 a:hover {
  opacity: .26;
}

h2, h3 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  font: normal 30px/1em "Apercu Bold", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 1px;
}

h3:before {
  content: "~ ";
}

h3:after {
  content: " ~";
}

h4 {
  font: normal 24px/1em "Apercu Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
  margin-top: 2em;
  color: #d1d2d4;
}

h5 {
  font: bold 16px/1em Apercu, Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
  margin-top: 2em;
}

h6 {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: .5em;
  margin-top: 2em;
}

#entry h6 {
  font: bold 13px/1.3em Apercu, Arial, Helvetica, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  xmargin: 0 0;
}

div > h4:first-child,
div > h5:first-child,
div > h6:first-child,
h4 + h5,
h5 + h6,
h5 + h4 {
  margin-top: 0 !important;
}

input {
  font: 13px/1.3em Apercu, Arial, Helvetica, sans-serif;
  padding: 2px 3px;
}

.centered {
  text-align: center;
}

.hidden {
  display: none !important;
}

/* Layout */

#container {
  padding: 50px 50px 0 50px;
  border: 20px solid #e7e7e7;
  overflow: hidden;
  background: #fff;
  min-width: 1000px;
}

#header nav {
  height: 100px;
  margin: 0 0;
  padding-top: 60px;
}

#footer {
  background: #e7e7e7;
  width: 100%;
  padding: 100px 50px 0 50px;
  margin-left: -50px;
  margin-bottom: 0;
  height: 480px;
  line-height: 1.5em;
  position: relative;
}

#info {
  width: 1000px;
  padding-top: 20px;
  xheight: 100px;
  margin: 0 auto;
  background: transparent url('/images/site/am.png') no-repeat 0 8px;
  background-size: 104px 50px;
    overflow: hidden;
}

.col {
  float: left;
  margin: 0 0;
  width: 240px;
  margin-bottom: 70px;
}

.wide {
  width: 490px;
}

.half {
  width: 48%;
  position: relative;
}

.half .half {
  width: 45%;
}

.half + .half {
  margin-left: 10%;
}

.col + .col.wide,
.col.wide + .col {
  margin-left: 50px;
}

.col + .col {
  margin-left: 30px;
}

.col.full,
.col.max {
  width: 780px;
  margin: 0 auto;
  margin-bottom: 70px;
  float: none;
  position: relative;
}

.col.full:after,
.col.max:after {
  content:"";
  display:table;
  clear:both;
}

.col.max {
  width: 100%;
  min-width: 780px;
}

.col + .col.max {
  margin-left: 0;
}

.col .col {
  margin-bottom: 0;
}

.columnized.two {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
	-moz-column-gap: 10px; /* Firefox */
	-webkit-column-gap: 10px; /* Safari and Chrome */
	column-gap: 10px;
}

.columnized.three {
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;
	-moz-column-gap: 10px; /* Firefox */
	-webkit-column-gap: 10px; /* Safari and Chrome */
	column-gap: 10px;
}

.columnized.three p,
.columnized.three li {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	-moz-column-break-inside:avoid;
}

/* Header */

/* Banner */

#banner {
  color: #fff;
  background: #000;
  width: 100%;
  text-align: center;
  letter-spacing: .02em;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  white-space: nowrap;
}

#banner a {
  border-bottom: 1px solid;
}

/* Floaters */

.floater {
  padding: 25px 30px;
  position: absolute;
  top: 200px;
  left: 200px;
  opacity: .8;
  color: #fff;
  z-index: 10000;
  background: #00F0C0;
}

.floater.on {
	display: block;
}

.floater:hover {
  /* cursor: -webkit-grab;
  cursor: -moz-grab; */
}

.floater a:hover {
  color: #000;
}

.floater:active {
  /* cursor: -webkit-grabbing;
  cursor: -moz-grabbing; */
}

#sections {
  width: 90px;
  margin-left: -75px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  left: 65%;
  top: 150px;
}

#addToCart {
  text-align: center;
  display: block;
  top: 80px;
  left: 84%;
  width: 100px;
}

#addToCart .saleText {
  display: block;
}



/* quickLinks */

#quickLinks {
  position: absolute;
  top: 40px;
  left: 40px;
}

#quickLinks a {
  display: block;
  width: 40px;
  height: 40px;
  opacity: .15;
  background-size: 40px 40px;
  text-indent: -100em;
}

.linksLink {
  background-image: url('/images/site/link.gif');
}

.cartLink {
  background-image: url('/images/site/cart.gif');
  text-indent: .5em !important;
  color: #fff;
  font: normal 14px/26px "Apercu Bold", Arial, Helvetica, sans-serif;
  text-align: center;
}

.searchLink {
  background-image: url('/images/site/search.gif');
}

.navLink {
  display: none;
}

#quickLinks a:hover {
  opacity: 1;
}

#social,
#search {
  width: 200px;
}

#social {
  font-weight: bold;
}

#social ul {
  margin-bottom: 20px;
}

#social li {
  display: inline-block;
}

#social li:after {
  content: " / ";
}

#social ul li:last-child:after {
  content: "";
}

/* Cart */

#cart {
  padding: 60px 35px;
  width: 210px;
  height: 440px;
  overflow: hidden;
  background: transparent url('/images/site/receipt.png') top left no-repeat;
  background-size: 280px 560px;
}

#cart h6 {
  color: #b5b5b5;
}

#cart a {
  font-size: 16px;
  color: #fff;
}

#cart p a {
	  color: #FF4900 !important;
	  font-size: 13px;
}

#cart a:hover {
  color: #d1d2d4;
}

#cartItems {
  height: 330px;
  overflow: auto;
  overflow-x: hidden;
}

#checkoutFour #cartItems {
	max-height: 190px;
	height: auto;
}

#cartItems li,
p#cartItems,
#orderLog li {
  font-family: "Apercu Mono Regular", courier, mono-spaced;
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.3em;
}

#cartItems a {
  font-size: 14px;
}

#cartItems .modifyCart {
  font: 13px/1.3em Apercu, Arial, Helvetica, sans-serif;
  color: #d1d2d4;
  display: none;
}

#checkoutFour .modifyCart {
	display: none;
}

#cartItems:hover .modifyCart {
  display: inline;
}

#cartItems .modifyCart:hover {
  color: #fff;
}

.cartTotal {
  font-family: "Apercu Mono Regular", courier, mono-spaced;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: .5em;
  font-size: 14px;
  border-bottom: 1px dotted #fff;
}

#cart span.weak {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#cartForm {
overflow:  hidden;
  overflow: hidden;
}

#cart form div {
  height: 340px;
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
}

#cart form div div {
  height: auto;
  padding-bottom: 0;
}

#cart .validation-advice {
  color: #FF4900;
  padding: 10px 0 0 0;
}

#cart input,
#cart textarea {
  background: transparent;
  border-bottom: 1px solid #fff;
  margin-top: .25em;
  color: #fff;
}

#cart input[type="checkbox"] {
  margin-left: .25em;
}


#cart select {
  background: #FFF;
}

#cart textarea {
  border-bottom: none;
  height: 300px;
}

a.cartForm {
  border: none;
}

#cart .scrollers {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

#cart .scroller {
  display: inline-block;
  margin-right: 20px;
}

#cart .invalid .scrollers {
  display: none;
}

#cartReceipt #cartItems {
  height: 140px;
}

#cartReceipt p {
  color: #FF4900;
}

#cartReceipt .cartTotal {
}

#cart .reveal-if-active {
  opacity: .25;
  display: block;
  transition: opacity .5s;
}

#cart input[type="radio"]:checked ~ .reveal-if-active,
#cart input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
}

#ccInfo .validation-advice {
	height: 0;
}

#cart input[type="radio"]:checked ~ #ccInfo .validation-advice {
	height: auto;
}




/* Flippers */

/*.flip {
  -webkit-perspective: 800;
  xwidth: 400px;
  xheight: 200px;
  xposition: relative;
  xmargin: 50px auto;
}*/

.flip .card.flipped {
  -o-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -moz-transform: rotatex(-180deg);
  -webkit-transform: rotatex(-180deg);
  transform: rotatex(-180deg);
 filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.flip .card {
  width: 100%;
  height: 100%;
  transition: .5s;
  -webkit-transition: 0.5s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.flip .card .face {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
}

.flip .card .front {
  position: absolute;
  z-index: 1;
    transition: .5s;
  -webkit-transition: 0.5s;
}

.flip .card .back {
  -webkit-transform: rotatex(-180deg);
    -o-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  -moz-transform: rotatex(-180deg);
  transform: rotatex(-180deg);
}

/* Opactity Hack to Fix Website backface-visibility issues */
.flip .card.flipped .front {
  opacity: 0;
  /*backface-visibility: hidden;
  -webkit-backface-visibility: hidden;*/
}

/*.card .back div {
  height: 100%;
}*/

/* Shop Nav */

#shopNav dl {
	height: 10em;
	overflow: hidden;
  transition: height 1s steps(5);
  margin-bottom: 0;
}

#shopNav dl#shopNavFilters {
  height: auto !important;
}

.showOOS #shopOOSToggle + dd span {
  display: none;
}

.showOOS #shopOOSToggle + dd:after {
  visibility: visible;
  content: 'SHOW'
}

#shopNav #shopNavBrowse dl {
  height: auto;
}

#shopNav label {
  display: inline-block;
  cursor: pointer;
  transition: opacity .5s;
  color: #b9b9b9;
}

#shopNav label:hover {
  color: #000;
}

#shopNav input {
   position: absolute;
   top: -9999px;
   left: -9999px;
}

#shopNav input:checked ~ div dl {
   height: 16em !important;
	overflow: scroll;
}

#shopNav input:checked ~ div label {
   opacity: 0;
   cursor: default;
}

/* Footer */

#footer ul {
  float: left;
  width: 200px;
}

#info {
    z-index: 100;
  position: relative;
}

#footer h5 {
  margin-top: -1em;
  margin-bottom: 0;
}

#footer #infoAddress {
  padding-left: 200px;
}

#footer a {
  color: #8f8f8f;
}

#footer h5 a {
  color: #000;
}

#footer a:hover {
  color: #000;
}

#footer #support {
	margin-top: 3em;
  width: 175px;
  float: right;
	position: relative;
	padding-right: 230px;
	height: 300px;
}

#footer #support p {
	font-size: 12px;
	line-height: 1.2em;
}

#footer #funders {
	position: absolute;
	top: 0;
	left: 180px;
	opacity: .5;
	transition: 1s;
	width: 250px;
	height: 300px;
}

#funders li {
  text-indent: -100em;
  height: 50px;
  background: transparent;
  margin-bottom: 1em;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  width: 200px;
}

#footer #funders:hover {
	opacity: 1;
}

#funders li.trillium {
  background-image: url('/images/site/trillium.png');
  background-size: auto 55px;
  margin-top: 10px;
  height: 55px;
}

#funders li.canadacouncil {
  background-image: url('/images/site/canadacouncil.png');
  background-size: 170px auto;
}

#funders li.tac {
  background-image: url('/images/site/tac.png');
  background-size: auto 60px;
  height: 60px;
}

#funders li.oac {
  background-image: url('/images/site/oac.png');
  background-size: 150px auto;
  height: 50px;
}

#footer #map {
  display: none;
  position: absolute;
  width: 619px;
  top: 150px;
  left: 50%;
  margin-left: -500px;
  z-index: 0;
  height: 415px;
  overflow: hidden;
}

#footer #map a {
	display: block;
  float: left;
  background: #FFF;
  -webkit-animation: color_change 7s infinite;
  -moz-animation: color_change 7s infinite;
  -ms-animation: color_change 7s infinite;
  -o-animation: color_change 7s infinite ;
  animation: color_change 7s infinite;
}

@-webkit-keyframes color_change {
 0% { background-color: #FF9A00; }
 11% { background-color: #D55FFF; }
 22% { background-color: #77A6DE; }
 33% { background-color: #00F0C0; }
 44% { background-color: #FF4900; }
 55% { background-color: #3BD1FF; }
 66% { background-color: #BF9700; }
 77% { background-color: #A67900; }
 88% { background-color: #FF5FE9; }
 100% { background-color: #FF9A00; }
}

@-moz-keyframes color_change {
 0% { background-color: #FF9A00; }
 11% { background-color: #D55FFF; }
 22% { background-color: #77A6DE; }
 33% { background-color: #00F0C0; }
 44% { background-color: #FF4900; }
 55% { background-color: #3BD1FF; }
 66% { background-color: #BF9700; }
 77% { background-color: #A67900; }
 88% { background-color: #FF5FE9; }
 100% { background-color: #FF9A00; }
}


@-ms-keyframes color_change {
 0% { background-color: #FF9A00; }
 11% { background-color: #D55FFF; }
 22% { background-color: #77A6DE; }
 33% { background-color: #00F0C0; }
 44% { background-color: #FF4900; }
 55% { background-color: #3BD1FF; }
 66% { background-color: #BF9700; }
 77% { background-color: #A67900; }
 88% { background-color: #FF5FE9; }
 100% { background-color: #FF9A00; }
}


@-o-keyframes color_change {
 0% { background-color: #FF9A00; }
 11% { background-color: #D55FFF; }
 22% { background-color: #77A6DE; }
 33% { background-color: #00F0C0; }
 44% { background-color: #FF4900; }
 55% { background-color: #3BD1FF; }
 66% { background-color: #BF9700; }
 77% { background-color: #A67900; }
 88% { background-color: #FF5FE9; }
 100% { background-color: #FF9A00; }
}


@keyframes color_change {
 0% { background-color: #FF9A00; }
 11% { background-color: #D55FFF; }
 22% { background-color: #77A6DE; }
 33% { background-color: #00F0C0; }
 44% { background-color: #FF4900; }
 55% { background-color: #3BD1FF; }
 66% { background-color: #BF9700; }
 77% { background-color: #A67900; }
 88% { background-color: #FF5FE9; }
 100% { background-color: #FF9A00; }
}




/* Quicklinks */

#quickLinks li {
  margin-bottom: 20px;
}

/* Thumbs */

.thumbs {
  margin: 0px auto -20px auto;
  padding: 0 50px;
  text-align: center;
  max-width: 1500px;
}

.thumbs li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}

.thumbs li img {
  height: 150px;
  width: auto;
}

li *[data-available="0"] {
  display: none;
}

.showOOS li *[data-available="0"] {
  display: block;
  opacity: .3;
}

/* Slideshow */

.slideshow {
	position: relative;
}

.slideshow > li {
  opacity: 0;
}

.slideshow > li:first-child {
  opacity: 1;
}

.slideshow li {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
}



  /*Switchable Content*/

#switch.switched {
  position: relative;
}

#switch.switched li {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

#switch.switched li.faded {
  transition: 1s;
  -webkit-transition: 1s;
}

#switch.switched > li {
  opacity: 0;
  visibility: hidden;
}

#switch.switched > li:first-child {
  opacity: 1;
  visibility: visible;
}

#switch.switched li li {
  height: auto;
  width: auto;
  position: relative;
  left: auto;
  top: auto;
}

#switch.switched img {
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
}


/* Slideshow with Wash */


#washed {
  position: relative;
  height: 380px;
  color: #fff;
  overflow: hidden;
  font-size: 16px;
}

#washed #slideshow {
position: absolute;
  left: 0;
  top: 0;
}

#washed li {
  height: 380px;
  width: 490px;
	  text-align: center;
	  position: relative;
 }


#washed img {
  height: 380px;
  z-index: 1;
}

.washedInfo {
  height: auto;
  width: 225px;
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 35px;
  z-index: 1000;
  display: table-cell;
  vertical-align: bottom;
  cursor: pointer;
}

#washed .washedInfo li {
  height: auto;
  width: auto;
}

.washedInfoCO,
.callout {
  font: 20px/1em "Apercu Mono Regular", courier, mono-spaced;
  margin-bottom: 1em;
  display: block;
  xletter-spacing: 1px;
  white-space: nowrap;
}

.washedInfo a {
  font-weight: bold;
}

.wash {
  height: 1000px;
  width: 1000px;
  position: absolute;
  left: -750px;
  top: -300px;
  z-index: 1;
  opacity: .85;
  background: #000;
}

/* banner ads */

#ad {
	display: block;
}

.home #ad {
	height: 90px;
	width: 780px;
	overflow: hidden;
}

/* home */

#featuredImage {
  width: 780px;
  height: 440px;
}

.home .full img {
  width: auto;
  height: auto;
  max-width: 780px;
  max-height: 600px;
  display: block;
  margin: 0 auto;
}

.home #ad {
	margin: 0 auto;
	margin-bottom: 50px;
	width: 780px;
	height: 90px;
}

.home #shopNav label,
.home #shopNav h5,
.home #shopNav #shopNavFilters,
.home #shopNav div.cats:nth-child(3),
.home #shopNav div.cats:nth-child(4) {
	display: none;
}

.home #shopNav dl {
	height: auto;
}


/* entries */

#entry,
#content {
  position: relative;
  margin-bottom: 50px;
    min-height: 600px;
}

#entry h4 {
  color: #000;
  font-size: 26px;
}

#entry h5,
#content h5 {
  margin-top: 2em;
  margin-bottom: .25em;
}

#imageNav {
  background: #FFF;
  position: absolute;
  z-index: 1000;
  top: 20px;
  left: 20px;
  padding: 10px 15px;
  opacity: 0;
   transition: opactity .25s;
  -webkit-transition: opacity 0.25s;

}

.col .col:hover #imageNav {
  opacity: .8;
}

#imageNav:hover {
  opacity: 1 !important;
}

/*#entry .floater {
  display: block;
  background: #FF9A00;
  left: 400px;
  top: 200px;
  width: 100px;
  text-align: center;
  font-size: 16px;
}*/

#entry .col img {
  max-width: 100%;
}

#enlarged {
    text-align: center;
}

#enlarged a,
#enlarged img {
  height: auto;
  width: auto;
  max-width: 1000px;
  max-height: 800px;
}

#entry .enlarge,
#entry .big {
  cursor: pointer;
}

#entry .col li {
  width: 100%;
}

.events #entry li a {
  border-bottom: 1px solid;
}

/* Order Receipt */

#container.orders {
  border-color: #fff;
  background: #fff;
  min-height: 100vh;
}

#container.orders #quickLinks {
  display: none;
}

#container.orders #header {
  height: 100px;
}

#container.orders #orderSummary li {
  margin-bottom: 1em;
}



/* Categorized Lists */

.cats dt {
  float: left;
  width: 70%;
  margin-right: 5%;
  overflow: hidden;
  height: 1.3em;
  white-space: nowrap;
  font-weight: normal;
}

.cats dt a {
  color: #000;
}

.cats dd {
  white-space: nowrap;
  height: 1.3em;
  float: left;
  text-align: right;
  width: 20%;
  overflow: hidden;
  color: #b9b9b9;
  font-family: "Apercu Mono Regular", courier, mono-spaced;
}

.cats dt:hover + dd,
.cats dd:hover {
  color: #000;
}

.cats dt:after {
  content: none;
}

.cats ol li li {
  margin-bottom: 1em;
}

.cats h5 {
  font-weight: bold;
  margin: 1em 0 0 0;
}

.home .cats h5 {
	margin: 2em 0 1em 0;
}

/* forms */

form input,
form textarea,
form select {
  font-family: "Apercu Mono Regular", courier, mono-spaced;
  font-size: 13px;
  color: #000;
}

label {
  display: block;
  margin-bottom: 1em;
}

label.radio {
	margin-right: 1em;
	display: inline-block;
	cursor: pointer;
}

label input,
textarea,
select {
  display: block;
  width: 100%;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

label.checkbox {
  position: relative;
  padding-left: 2em;
  padding-top: .25em;
}

input[type="checkbox"] {
  width: auto;
  background: #FFF !important;
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  -ms-transform: scale(1.25); /* IE */
  -moz-transform: scale(1.25); /* FF */
  -webkit-transform: scale(1.25); /* Safari and Chrome */
  -o-transform: scale(1.25); /* Opera */
  transform: scale(1.25);
  margin-top: .5em;
}

label.checkbox input {
  position: absolute;
  left: 0;
  top: .25em;
}

select {
  margin-top: 4px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.inputCurrency {
    position: relative;
    display: block
}
.inputCurrency input {
    padding-left: 1em;
}

x.inputDollar:after {
  position: absolute;
  bottom: 3px;
  content: "$";
  left: 0;
  font-weight: bold;
}

.inputCurrency .inputCurrencyFig {
  position: absolute;
  left: 0;
  top: 0;
}


/* Tool Tips */

.tip-wrap {
  padding: 25px 30px;
 text-align: center;
 max-width: 200px;
 background: #000;
  opacity: .8;
  color: #fff;
  z-index: 99999;
}

.tip-title {
	font-weight: bold;
}

.tip-text {
}

.tip-text:before {
  content: "(";
}

.tip-text:after {
  content: ")";
}

.tip-text:empty {
  display: none;
}

.callout:empty {
	display: none;
}

/* Helpers */

.mobile {
  xdisplay: none;
}

.closeFloater {
  display: none;
}
