/* line 5, ../../.gem/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../.gem/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../.gem/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../.gem/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../.gem/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../.gem/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../.gem/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../.gem/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../.gem/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, main.scss */
body {
  font-family: sans-serif;
  line-height: 1.2;
  font-size: 13px;
  background: white !important;
}

/* line 12, main.scss */
select,
input,
textarea {
  font: 99% sans-serif;
}

/* line 18, main.scss */
i {
  font-style: italic;
}

/* line 21, main.scss */
b {
  font-weight: bold;
}

/* line 24, main.scss */
u {
  text-decoration: underline;
}

/* line 28, main.scss */
ul {
  padding-left: 40px;
  list-style: disc;
}

/* line 32, main.scss */
ol {
  padding-left: 40px;
  list-style: decimal;
}

/* line 37, main.scss */
.chzn-container {
  margin: 5px 0;
}
/* line 40, main.scss */
.chzn-container .search-field input {
  height: inherit !important;
}

/* line 45, main.scss */
.clear {
  height: 0px;
  clear: both;
  float: none;
}

/* line 51, main.scss */
.cf {
  *zoom: 1;
}
/* line 22, ../../.gem/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.cf:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* line 59, main.scss */
.container {
  width: 622px;
  margin: 0 auto;
}

/* line 64, main.scss */
.header {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  padding: 20px 0;
  position: relative;
  float: left;
  left: 50%;
}
/* line 73, main.scss */
.header > div {
  position: relative;
  float: left;
  right: 50%;
}

/* line 80, main.scss */
.arrows {
  margin-bottom: 10px;
}

/* line 84, main.scss */
.arrow {
  position: relative;
  float: left;
  width: 116.4px;
  height: 42px;
  margin-left: 10px;
  cursor: pointer;
}
/* line 92, main.scss */
.arrow:first-child {
  margin-left: 0;
}
/* line 96, main.scss */
.arrow .bg:before,
.arrow .bg:after {
  width: 116.4px;
  height: 20px;
  background: #ddd;
  content: " ";
  display: block;
  position: absolute;
  border: 1px solid #c8c8c8;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 108, main.scss */
.arrow .bg:before {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
  border-bottom: 0;
}
/* line 114, main.scss */
.arrow .bg:after {
  top: 21px;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  border-top: 0;
}
/* line 120, main.scss */
.arrow.prev .bg:before {
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
/* line 124, main.scss */
.arrow.prev .bg:after {
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
/* line 128, main.scss */
.arrow .content {
  position: absolute;
  width: 116.4px;
  line-height: 42px;
  font-size: 20px;
  text-align: center;
}
/* line 136, main.scss */
.arrow.sel {
  cursor: default;
}
/* line 139, main.scss */
.arrow.sel .bg:before,
.arrow.sel .bg:after {
  background: #4bf;
  border-color: #3af;
}
/* line 145, main.scss */
.arrow.sel .content {
  font-weight: bold;
}

/* line 151, main.scss */
h1 {
  width: 622px;
  border-bottom: 3px solid #4bf;
  padding-bottom: 5px;
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}

/* line 161, main.scss */
tr {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

/* line 166, main.scss */
h2 {
  font-size: 18px;
  font-weight: bold;
}

/* line 171, main.scss */
.box {
  background: #f6f6f6;
  padding: 10px;
  border: 1px solid #d0d0d0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 600px;
}
/* line 178, main.scss */
.box input[type="text"],
.box textarea {
  width: 375px;
  border: solid 1px #9b9b9b;
  padding: 9px;
  margin: 4px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 187, main.scss */
.box input.datepicker-date,
.box input.number,
.box input.integer {
  width: 100px;
}
/* line 193, main.scss */
.box td {
  vertical-align: middle;
  padding-right: 10px;
}

/* line 199, main.scss */
textarea.large {
  width: 585px;
  height: 100px;
  resize: vertical;
}

/* line 205, main.scss */
select.chzn-select {
  width: 412px;
}

/* line 210, main.scss */
.sponsorship .cash {
  position: relative;
}
/* line 213, main.scss */
.sponsorship .cash-label {
  position: relative;
  z-index: 10;
}
/* line 217, main.scss */
.sponsorship .cash-range {
  padding-top: 15px;
}
/* line 220, main.scss */
.sponsorship .cash-slider {
  float: none;
  clear: both;
  width: 400px;
  margin: 10px 0 10px 20px;
}
/* line 226, main.scss */
.sponsorship .cash-undisclosed {
  margin-left: 10px !important;
}
/* line 230, main.scss */
.sponsorship .products {
  float: left;
}
/* line 233, main.scss */
.sponsorship label {
  margin: 11px 5px 11px 0;
  float: left;
}
/* line 237, main.scss */
.sponsorship .products select.chzn-select {
  width: 300px;
}

/* line 242, main.scss */
.facebook_icon {
  width: 18px;
  height: 25px;
  background: url(//www.hellosponsor.com/static/matrix.png) no-repeat -48px -785px;
  margin-left: -40px;
  margin-top: 10px;
  position: absolute;
}

/* line 251, main.scss */
.twitter_icon {
  width: 18px;
  height: 25px;
  background: url(//www.hellosponsor.com/static/matrix.png) no-repeat -48px -737px;
  margin-left: -40px;
  margin-top: 10px;
  position: absolute;
  padding-left: 25px;
  padding-top: 4px;
}

/* line 262, main.scss */
.instagram_icon {
  width: 18px;
  height: 25px;
  margin-left: -15px;
  margin-top: 13px;
  position: absolute;
}

/* line 270, main.scss */
.review {
  width: 622px;
}
/* line 273, main.scss */
.review tr:nth-child(odd) {
  background: #eee;
}
/* line 277, main.scss */
.review td {
  padding: 5px;
}
/* line 281, main.scss */
.review td:first-child {
  width: 150px;
}

/* line 286, main.scss */
.terms {
  margin: 20px;
}

/* line 290, main.scss */
label.error {
  color: red;
  display: block;
}

/* line 295, main.scss */
input.error {
  background: #fef1ec !important;
  border: 1px solid #cd0a0a !important;
}

/* line 300, main.scss */
span.required {
  color: red;
}

/* line 304, main.scss */
td.remove {
  cursor: pointer;
  padding: 10px;
}

/* line 314, main.scss */
.ui-slider-horizontal {
  height: 5px;
  border: 0;
}

/* line 319, main.scss */
.ui-slider-horizontal .ui-slider-range {
  background: #1280bc;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyODBiYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGZlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1280bc), color-stop(100%, #008fe3));
  background-image: -moz-linear-gradient(#1280bc, #008fe3);
  background-image: -webkit-linear-gradient(#1280bc, #008fe3);
  background-image: linear-gradient(#1280bc, #008fe3);
  top: 0;
  height: 5px;
}

/* line 325, main.scss */
.ui-slider .ui-slider-handle {
  background: url(//www.hellosponsor.com/static/matrix.png) -6px -1147px;
  width: 25px;
  height: 25px;
  border: none;
  margin-top: -5px;
}

/* line 332, main.scss */
.ui-slider .ui-slider-handle:last-child {
  background: url(//www.hellosponsor.com/static/matrix.png) -48px -1147px;
  margin-left: -13px;
}

/* line 337, main.scss */
textarea.richtext {
  display: none;
}
