/* line 8, ../sass/_grid.scss */
.row {
  clear: both;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 18, ../sass/_grid.scss */
.column {
  box-sizing: border-box;
  float: left;
  display: inline;
  position: relative;
  width: 100%;
}
/* line 22, ../sass/_grid.scss */
.column .wrapper {
  margin: 0 10px;
}
/* line 24, ../sass/_grid.scss */
.row.collapse .column .wrapper {
  margin: 0;
}
/* line 30, ../sass/_grid.scss */
.column .wrapper.padding-large {
  padding: 25px 34px 25px 32px;
}
/* line 33, ../sass/_grid.scss */
.column .wrapper.margin-large {
  margin: 25px 34px 25px 32px;
}
/* line 39, ../sass/_grid.scss */
.column.half {
  width: 50%;
  *width: 49.94898%;
}
/* line 42, ../sass/_grid.scss */
.column.third {
  width: 327px;
}
/* line 44, ../sass/_grid.scss */
.column.third:first-child {
  width: 326px;
}
/* line 46, ../sass/_grid.scss */
.column.quarter {
  width: 25%;
  *width: 24.94898%;
}
/* line 49, ../sass/_grid.scss */
.column:last-child {
  float: right;
}

/**
 *  Common mixins and classes 
 */
/* line 75, ../sass/_mixins.scss */
.clearfix:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 82, ../sass/_mixins.scss */
.clearfix, .row {
  zoom: 1;
}

/* line 5, ../sass/jquery.reject.scss */
#jr_overlay {
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 2147483646;
  position: absolute;
}

/* line 14, ../sass/jquery.reject.scss */
#jr_wrap {
  position: absolute;
  width: 100%;
  z-index: 2147483647;
  padding: 0;
  margin: 0;
}

/* line 22, ../sass/jquery.reject.scss */
#jr_inner {
  width: 840px !important;
  height: 476px;
  color: #2c2a29;
  margin: 0 auto;
  padding: 0;
  height: auto;
  position: relative;
}

/* line 32, ../sass/jquery.reject.scss */
#jr_header {
  overflow: visible;
  padding: 42px 45px 0 45px !important;
  background: #2c2a29;
  font-family: Interstate, Helvetica, Arial, sans-serif;
}
/* line 37, ../sass/jquery.reject.scss */
#jr_header .turtle {
  display: inline-block;
  float: right;
  margin: -66px -45px 0 -42px;
}
/* line 42, ../sass/jquery.reject.scss */
#jr_header .text {
  margin-right: 290px;
}
/* line 43, ../sass/jquery.reject.scss */
#jr_header .h1, #jr_header .h2 {
  color: #faf7ee;
  font-family: Interstate, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.2em;
}
/* line 45, ../sass/jquery.reject.scss */
#jr_header .h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
/* line 46, ../sass/jquery.reject.scss */
#jr_header .h2 {
  font-size: 16px;
}

/* line 48, ../sass/jquery.reject.scss */
#jr_browsers {
  padding: 42px 45px;
  background: #faf7ee;
  font-size: 14px;
}
/* line 52, ../sass/jquery.reject.scss */
#jr_browsers a:hover {
  text-decoration: none;
}
/* line 53, ../sass/jquery.reject.scss */
#jr_browsers .browser, #jr_browsers .vendor {
  color: #2c2a29;
}
/* line 54, ../sass/jquery.reject.scss */
#jr_browsers .browser {
  font-weight: bold;
}
/* line 55, ../sass/jquery.reject.scss */
#jr_browsers .install {
  font-size: 12px;
  margin-top: 10px;
}
/* line 58, ../sass/jquery.reject.scss */
#jr_browsers .install:hover {
  text-decoration: underline;
}
/* line 59, ../sass/jquery.reject.scss */
#jr_browsers .install:after {
  border: solid 4px transparent;
  border-right: none;
  border-left-width: 6.92px;
  border-left-color: inherit;
  height: 0;
  width: 0;
  display: inline-block;
  content: " ";
  line-height: inherit;
  margin-left: 5px;
}
/* line 64, ../sass/jquery.reject.scss */
#jr_browsers .column {
  width: 25%;
}
/* line 65, ../sass/jquery.reject.scss */
#jr_browsers .column.safari {
  width: 22%;
}
/* line 66, ../sass/jquery.reject.scss */
#jr_browsers .column.msie {
  width: 28%;
}
/* line 68, ../sass/jquery.reject.scss */
#jr_browsers .icon {
  float: left;
  margin-right: 12px;
  height: 55px;
  width: 55px;
  display: block;
}
/* line 75, ../sass/jquery.reject.scss */
#jr_browsers .chrome .icon {
  background: url(../img/reject/browser_chrome.gif) top left no-repeat;
}
/* line 76, ../sass/jquery.reject.scss */
#jr_browsers .firefox .icon {
  background: url(../img/reject/browser_firefox.gif) top left no-repeat;
}
/* line 77, ../sass/jquery.reject.scss */
#jr_browsers .safari .icon {
  background: url(../img/reject/browser_safari.gif) top left no-repeat;
}
/* line 78, ../sass/jquery.reject.scss */
#jr_browsers .msie .icon {
  background: url(../img/reject/browser_msie.gif) top left no-repeat;
}

/* line 81, ../sass/jquery.reject.scss */
#jr_close {
  padding: 32px 45px;
  background: #d6d2c4;
  font-size: 12px;
}
/* line 85, ../sass/jquery.reject.scss */
#jr_close a {
  color: #2c2a29;
  margin-left: 10px;
  font-weight: bold;
}
/* line 89, ../sass/jquery.reject.scss */
#jr_close a:before {
  border: solid 4px transparent;
  border-right: none;
  border-left-width: 6.92px;
  border-left-color: inherit;
  height: 0;
  width: 0;
  display: inline-block;
  content: " ";
  line-height: inherit;
  margin-right: 5px;
}
/* line 93, ../sass/jquery.reject.scss */
#jr_close a:hover {
  text-decoration: underline;
}
