@font-face {
  font-family: "Flexo";
  src: url('fonts/flexo-regular.eot') format('embedded-opentype'), url('fonts/flexo-regular.woff') format('woff'), url('fonts/flexo-regular.ttf') format('truetype'), url('fonts/flexo-regular.svg') format('svg');
}

@font-face {
  font-family: "Flexo Medium";
  src: url('fonts/flexo-medium.woff') format('woff'), url('fonts/flexo-medium.eot') format('embedded-opentype'), url('fonts/flexo-medium.ttf') format('truetype'), url('fonts/flexo-medium.svg') format('svg');
}

@font-face {
  font-family: "Flexo Demi";
  src: url('fonts/flexo-demi.woff') format('woff'), url('fonts/flexo-demi.eot') format('embedded-opentype'), url('fonts/flexo-demi.ttf') format('truetype'), url('fonts/flexo-demi.svg') format('svg');
}

@font-face {
  font-family: "Flexo Bold";
  src: url('fonts/flexo-bold.woff') format('woff'), url('fonts/flexo-bold.eot') format('embedded-opentype'), url('fonts/flexo-bold.ttf') format('truetype'), url('fonts/flexo-bold.svg') format('svg');
}

/* line 11, ../sass/style.sass */
body {
  background: #fbfbfb url('../img/page-bg.png?1368028753') top center repeat-x;
}
/* line 13, ../sass/style.sass */
body.white {
  background: #fafafa url('../img/white-bg.png?1368042314') top center repeat-x;
}

/* line 16, ../sass/style.sass */
.content {
  width: 866px;
  margin-left: auto;
  margin-right: auto;
}

/* line 21, ../sass/style.sass */
.tan {
  overflow: hidden;
  *zoom: 1;
  background: #eeebe7;
  padding: 50px 0;
  margin-bottom: 5px;
}

/* line 27, ../sass/style.sass */
.clearfix {
  overflow: hidden;
  *zoom: 1;
  height: 25px;
  width: 100%;
  display: block;
}

/* line 36, ../sass/style.sass */
.header {
  background: url('../img/header-bg.png') top center repeat-x;
}
/* line 39, ../sass/style.sass */
.header .logo {
  background: url('../img/nav-sep.png') top right repeat-y;
  float: left;
  padding-right: 30px;
  line-height: 58px;
}
/* line 46, ../sass/style.sass */
.header .nav li {
  background: url('../img/nav-sep.png') top right repeat-y;
}
/* line 48, ../sass/style.sass */
.header .nav a {
  font-family: "Flexo Demi", sans-serif;
  font-size: 16px;
}
/* line 52, ../sass/style.sass */
.header .nav li.active a, .header .nav li:hover a {
  background: url('../img/nav-active.png') top right;
}
/* line 57, ../sass/style.sass */
.header .buttons a#login-button {
  display: inline-block;
  background: url('../img/button-login.png') top center;
  width: 73px;
  height: 33px;
  margin-top: 13px;
  margin-left: 5px;
}
/* line 64, ../sass/style.sass */
.header .buttons a#login-button:hover {
  background-position: bottom center;
}
/* line 66, ../sass/style.sass */
.header .buttons a#signup-button {
  display: inline-block;
  background: url('../img/button-signup.png') top center;
  width: 80px;
  height: 33px;
  margin-top: 13px;
  margin-left: 5px;
}
/* line 73, ../sass/style.sass */
.header .buttons a#signup-button:hover {
  background-position: bottom center;
}

/* line 79, ../sass/style.sass */
.hero-unit {
  overflow: hidden;
  *zoom: 1;
  width: 846px;
  margin: 0 auto;
  margin-bottom: 13px;
  padding: 50px 0;
}
/* line 86, ../sass/style.sass */
.hero-unit .left {
  float: left;
}
/* line 88, ../sass/style.sass */
.hero-unit .right {
  float: right;
  padding-top: 15px;
}

/* line 92, ../sass/style.sass */
.signup-info {
  background: url('../img/box-or.png') center center no-repeat;
  width: 846px;
  height: 220px;
  margin: 20px auto 0 auto;
}
/* line 98, ../sass/style.sass */
.signup-info .box {
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 357px;
  height: 215px;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 104, ../sass/style.sass */
.signup-info .box:hover {
  margin-top: -3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 108, ../sass/style.sass */
.signup-info .box.advertisers {
  background: url('../img/box-green.png');
  float: left;
}
/* line 111, ../sass/style.sass */
.signup-info .box.advertisers a.button {
  background: url('../img/button-advertiser.png') top center;
  display: inline-block;
  width: 167px;
  height: 40px;
}
/* line 116, ../sass/style.sass */
.signup-info .box.advertisers a.button:hover {
  background-position: center 40px;
}
/* line 119, ../sass/style.sass */
.signup-info .box.publishers {
  background: url('../img/box-gold.png');
  float: right;
}
/* line 122, ../sass/style.sass */
.signup-info .box.publishers a.button {
  background: url('../img/button-publisher.png') top center;
  display: inline-block;
  width: 167px;
  height: 40px;
}
/* line 127, ../sass/style.sass */
.signup-info .box.publishers a.button:hover {
  background-position: bottom center;
}
/* line 130, ../sass/style.sass */
.signup-info .box h2 {
  margin-top: 35px;
  margin-bottom: 5px;
  color: #efebe0;
  font-family: "Flexo Demi";
  font-weight: normal;
  font-size: 30px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  cursor: default;
}
/* line 140, ../sass/style.sass */
.signup-info .box p {
  width: 270px;
  margin: 0 auto 20px auto;
  color: #efebe0;
  font-family: "Flexo Demi";
  font-size: 16px;
  line-height: 24px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  cursor: default;
}
/* line 150, ../sass/style.sass */
.signup-info .box .shadow {
  background: url('../img/bottom-shadow.png') top center no-repeat;
  width: 313px;
  height: 27px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

/* line 158, ../sass/style.sass */
.signup-text {
  margin-top: 45px;
  margin-bottom: 20px;
  text-align: center;
}
/* line 163, ../sass/style.sass */
.signup-text h1 {
  color: #797b75;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  cursor: default;
}
/* line 170, ../sass/style.sass */
.signup-text p {
  color: #6c6c6c;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  cursor: default;
}
/* line 178, ../sass/style.sass */
.signup-text p a {
  color: #59a14c;
}

/* line 184, ../sass/style.sass */
.affiliate-text {
  margin: 50px 0;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 23px;
}
/* line 191, ../sass/style.sass */
.affiliate-text .affiliate-list {
  margin-top: 20px;
}
/* line 194, ../sass/style.sass */
.affiliate-text .affiliate-list ul {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}
/* line 200, ../sass/style.sass */
.affiliate-text .affiliate-list ul li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #499915;
  -webkit-box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.31);
  box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.31);
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(-25%, rgba(0, 0, 0, 0.01)), color-stop(125%, rgba(255, 255, 255, 0.01)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.01) -25%, rgba(255, 255, 255, 0.01) 125%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.01) -25%, rgba(255, 255, 255, 0.01) 125%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.01) -25%, rgba(255, 255, 255, 0.01) 125%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.01) -25%, rgba(255, 255, 255, 0.01) 125%);
  padding: 15px 20px;
  margin-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px #346c0f;
  font-weight: 600;
  font-size: 15px;
}
/* line 214, ../sass/style.sass */
.affiliate-text .affiliate-list ul li.yellow {
  background-color: #d1ae0b;
  color: #222222;
  text-shadow: 1px 1px #f3cc17;
}

/* line 219, ../sass/style.sass */
.aff-reasons {
  overflow: hidden;
  *zoom: 1;
  margin: 30px auto;
  padding-left: 50px;
  text-align: center;
}
/* line 225, ../sass/style.sass */
.aff-reasons .reason-item {
  background: url('../img/divider.png') no-repeat right 0;
  display: inline-block;
  float: left;
  width: 250px;
  padding-top: 59px;
  font-size: 16px;
}
/* line 233, ../sass/style.sass */
.aff-reasons .reason-item .title {
  padding-top: 20px;
  color: #499915;
  font-size: 25px;
  font-weight: 400;
}
/* line 238, ../sass/style.sass */
.aff-reasons .reason-item p {
  height: 100px;
  padding: 13px;
  color: #4b575f;
  font-size: 14px;
}

/* line 244, ../sass/style.sass */
.feature-text {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #212121;
  text-align: center;
}
/* line 251, ../sass/style.sass */
.feature-text h1 {
  margin-top: 0;
  font-family: "Flexo";
  font-size: 30px;
  font-weight: bold;
}
/* line 257, ../sass/style.sass */
.feature-text p {
  color: #959595;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

/* line 263, ../sass/style.sass */
.affiliate-features {
  overflow: hidden;
  *zoom: 1;
  background: #e0dcd4;
  width: 947px;
  margin: 0 auto;
  margin-top: 30px;
}
/* line 270, ../sass/style.sass */
.affiliate-features .box {
  border-right: 1px solid #edebe7;
  border-bottom: 1px solid #edebe7;
  float: left;
  min-height: 250px;
  width: 236px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
/* line 279, ../sass/style.sass */
.affiliate-features .box.last {
  border-right: 0;
}
/* line 281, ../sass/style.sass */
.affiliate-features .box.bottom {
  border-bottom: 0;
}
/* line 284, ../sass/style.sass */
.affiliate-features .box .title {
  margin: 15px auto;
  color: #645a47;
  font-family: "Open Sans";
  font-size: 18px;
}
/* line 290, ../sass/style.sass */
.affiliate-features .box p {
  width: 80%;
  margin: 0 auto;
  color: #6f6f6f;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 20px;
}

/* line 298, ../sass/style.sass */
.features-bottom {
  overflow: hidden;
  *zoom: 1;
  background: url('../img/green-bottom.png') top center no-repeat;
  height: 108px;
  margin-top: -17px;
  margin-bottom: 32px;
}
/* line 305, ../sass/style.sass */
.features-bottom .left {
  float: left;
  padding-top: 55px;
  padding-left: 60px;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
/* line 313, ../sass/style.sass */
.features-bottom .right {
  float: right;
  padding-top: 45px;
  padding-right: 60px;
}
/* line 318, ../sass/style.sass */
.features-bottom .right .button {
  display: inline-block;
  width: 153px;
  height: 40px;
  background-position: top center;
  background: url('../img/button-green.png') top center;
}
/* line 324, ../sass/style.sass */
.features-bottom .right .button:hover {
  background-position: center 40px;
}

/* line 330, ../sass/style.sass */
.advertiser-text {
  margin: 50px 0 0;
  color: #4d4d4d;
  font-family: "Flexo";
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}
/* line 338, ../sass/style.sass */
.advertiser-text h1 {
  margin-top: 0;
  font-family: "Flexo";
  font-size: 30px;
  font-weight: bold;
}

/* line 344, ../sass/style.sass */
.advertiser-features {
  width: 920px;
  margin: 0 auto;
}
/* line 348, ../sass/style.sass */
.advertiser-features .item {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #dfdfdf;
  padding: 35px 0;
}
/* line 352, ../sass/style.sass */
.advertiser-features .item.last {
  border: 0;
}
/* line 355, ../sass/style.sass */
.advertiser-features .photo {
  float: left;
  width: 135px;
  margin: 0 auto;
  text-align: center;
}
/* line 361, ../sass/style.sass */
.advertiser-features .text {
  float: right;
  width: 750px;
  padding-top: 5px;
}
/* line 366, ../sass/style.sass */
.advertiser-features .text .title {
  color: #212121;
  font-family: "Flexo";
  font-size: 18px;
}
/* line 371, ../sass/style.sass */
.advertiser-features .text p {
  margin-top: 15px;
  color: #4d4d4d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}
/* line 378, ../sass/style.sass */
.advertiser-features .text a {
  color: #5ca24f;
  font-weight: bold;
}
/* line 382, ../sass/style.sass */
.advertiser-features .text .more-content {
  display: none;
  position: relative;
}
/* line 386, ../sass/style.sass */
.advertiser-features .text .more-content .title {
  margin-top: 30px;
}
/* line 389, ../sass/style.sass */
.advertiser-features .text .more-content .feature {
  position: absolute;
  right: 0;
  margin-top: 40px;
}
/* line 394, ../sass/style.sass */
.advertiser-features .text .more-content .offset {
  margin-left: 0;
}

/* line 397, ../sass/style.sass */
.advertiser-quotes {
  overflow: hidden;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #c7c7c7;
  border-bottom: 0;
  background-color: white;
  width: 947px;
  margin: 0 auto;
  margin-top: 50px;
}
/* line 407, ../sass/style.sass */
.advertiser-quotes .quote {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
/* line 412, ../sass/style.sass */
.advertiser-quotes .quote .name {
  color: #cba50a;
  font-family: "Flexo Bold";
  font-size: 20px;
  line-height: 30px;
}
/* line 418, ../sass/style.sass */
.advertiser-quotes .quote .network {
  color: #292929;
  font-family: "Flexo Medium";
  font-size: 20px;
  line-height: 30px;
}
/* line 424, ../sass/style.sass */
.advertiser-quotes .quote .url {
  display: inline-block;
  background: white;
  padding: 0 10px;
  color: #949494;
  font-size: 14px;
}
/* line 431, ../sass/style.sass */
.advertiser-quotes .quote hr {
  border-color: #e3e3e3;
  border-bottom: 0;
  width: 630px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
}
/* line 439, ../sass/style.sass */
.advertiser-quotes .quote .message {
  width: 750px;
  margin: 0 auto;
  color: #949494;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  font-size: italic;
}
/* line 450, ../sass/style.sass */
.advertiser-quotes .networks {
  overflow: hidden;
  *zoom: 1;
  background: #f7f7f7 url('../img/advertiser-bg.png') top center repeat-x;
  height: 103px;
  line-height: 103px;
}
/* line 456, ../sass/style.sass */
.advertiser-quotes .networks .logo {
  width: 33%;
  display: inline-block;
  text-align: center;
}
/* line 460, ../sass/style.sass */
.advertiser-quotes .networks .logo .color {
  display: none;
}
/* line 462, ../sass/style.sass */
.advertiser-quotes .networks .logo img {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 467, ../sass/style.sass */
.advertiser-quotes .networks .logo.active, .advertiser-quotes .networks .logo:hover {
  background: url('../img/arrow-active.png') top center no-repeat;
}
/* line 469, ../sass/style.sass */
.advertiser-quotes .networks .logo.active .color, .advertiser-quotes .networks .logo:hover .color {
  display: inline-block;
}
/* line 471, ../sass/style.sass */
.advertiser-quotes .networks .logo.active .gray, .advertiser-quotes .networks .logo:hover .gray {
  display: none;
}
/* line 474, ../sass/style.sass */
.advertiser-quotes .networks .logo.active img, .advertiser-quotes .networks .logo:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 480, ../sass/style.sass */
.quotes-bottom {
  overflow: hidden;
  *zoom: 1;
  background: url('../img/gold-bottom.png') top center no-repeat;
  height: 108px;
  margin-bottom: 32px;
  margin-top: -20px;
  margin-bottom: 60px;
}
/* line 488, ../sass/style.sass */
.quotes-bottom .left {
  float: left;
  padding-top: 55px;
  padding-left: 60px;
  color: white;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 18px;
}
/* line 496, ../sass/style.sass */
.quotes-bottom .right {
  float: right;
  padding-top: 45px;
  padding-right: 60px;
}
/* line 501, ../sass/style.sass */
.quotes-bottom .right .button {
  display: inline-block;
  width: 153px;
  height: 40px;
  background-position: top center;
  background: url('../img/button-gold.png') top center;
}
/* line 507, ../sass/style.sass */
.quotes-bottom .right .button:hover {
  background-position: center 40px;
}

/* line 513, ../sass/style.sass */
.about-text {
  margin: 50px 0 0;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}
/* line 520, ../sass/style.sass */
.about-text h1 {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: bold;
  font-family: "Flexo Demi", sans-serif;
}
/* line 528, ../sass/style.sass */
.about-text p {
  margin-bottom: 30px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 23px;
  font-family: "Open Sans", sans-serif;
  text-align: left;
}

/* line 536, ../sass/style.sass */
.about-timeline {
  margin-top: 200px;
  clear: both;
  margin-bottom: 100px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
/* line 543, ../sass/style.sass */
.about-timeline .timeline-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 3px solid #b2b2b2;
  float: left;
  position: relative;
  width: 14%;
  padding: 10px 0;
}
/* line 551, ../sass/style.sass */
.about-timeline .timeline-item .item-date {
  cursor: pointer;
  color: #535353;
}
/* line 555, ../sass/style.sass */
.about-timeline .timeline-item .item-title {
  height: 100px;
  color: green;
  top: -56px;
  width: 200%;
  position: absolute;
}
/* line 562, ../sass/style.sass */
.about-timeline .timeline-item .item-title .marker {
  border-left: 1px solid #b2b2b2;
  height: 35px;
  display: inline-block;
  width: 2px;
  left: 0;
  position: absolute;
  top: 20px;
}
/* line 571, ../sass/style.sass */
.about-timeline .timeline-item .item-desc {
  cursor: pointer;
  background: #59a14c;
  position: absolute;
  display: none;
  top: -128px;
  z-index: 200;
  min-width: 500px;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
/* line 584, ../sass/style.sass */
.about-timeline .timeline-item .item-desc .marker {
  border-left: 1px solid #59a14c;
  background: transparent;
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  height: 75px;
  width: 110px;
}
/* line 595, ../sass/style.sass */
.about-timeline .timeline-item.last:hover .item-desc {
  margin-left: -503px;
  text-align: right;
}
/* line 598, ../sass/style.sass */
.about-timeline .timeline-item.last:hover .item-desc .marker {
  border-left: none;
  border-right: 1px solid #59a14c;
  width: 200px;
  right: 0;
  left: auto;
  float: right;
  width: 120px;
  margin-left: -1px;
}

.location {
	height: 250px;
	width: 450px;
	margin: 0 auto;
	position: relative;
	left: -20px;
	padding: 70px 0 20px 0;
}

.location .HQaddress {
	float: left;
    position: relative;
    top: 50px;
    left: 20px;
}

.location img {
	border-radius: 125px;
	float: left;
}

/* line 612, ../sass/style.sass */
.contact-text {
  margin: 50px 0 0;
  color: #4d4d4d;
  font-family: "Flexo";
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}
/* line 620, ../sass/style.sass */
.contact-text h1 {
  margin-top: 0;
  margin-bottom: 25px;
  font-family: "Flexo";
  font-size: 30px;
  font-weight: bold;
}
/* line 627, ../sass/style.sass */
.contact-text p {
  margin-bottom: 50px;
  color: #4d4d4d;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 23px;
}

/* line 634, ../sass/style.sass */
.contact-form {
  margin: 0 auto;
  margin-bottom: 50px;
}
/* line 637, ../sass/style.sass */
.contact-form label {
  margin-top: 15px;
  font-family: "Flexo Demi";
}
/* line 640, ../sass/style.sass */
.contact-form label.check {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-right: 10px;
  width: auto;
}
/* line 645, ../sass/style.sass */
.contact-form label.check input {
  float: left;
  margin-right: 3px;
}
/* line 649, ../sass/style.sass */
.contact-form .button {
  border: 0;
  width: 151px;
  height: 39px;
  background: url('../img/button-contact.png') top center;
}
/* line 654, ../sass/style.sass */
.contact-form .button:hover {
  background-position: center 39px;
}
/* line 660, ../sass/style.sass */
.login-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
  opacity: 0.97;
  background: #2c2c2c;
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 671, ../sass/style.sass */
.login-wrapper {
  position: absolute;
  top: 100px;
  z-index: 200;
  width: 100%;
}
/* line 677, ../sass/style.sass */
.login-wrapper .login-box {
  position: absolute;
  width: 368px;
  top: 0;
  height: 400px;
  margin-left: -9999px;
  text-align: center;
}
/* line 685, ../sass/style.sass */
.login-wrapper label {
  margin-top: 10px;
  padding-left: 50px;
  color: white;
  font-family: "Flexo Demi";
  text-align: left;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
/* line 693, ../sass/style.sass */
.login-wrapper .button {
  border: 0;
  display: block;
  background: url('../img/member-login.png') top center;
  width: 161px;
  height: 33px;
  margin: 10px auto;
}
.login-wrapper .button2 {
	width: 161px;
	height: 33px;
	margin: 10px auto;
	display: block;
	border: 0;
	background: #35853C;
	color: #FFF;
	border-radius: 8px;
}
.login-wrapper .button2:hover {
	background: #D1AF0B;
}
.login-wrapper .switchLogin, .login-wrapper .forgotPW {
	top: -10px;
    position: relative;
	color: #eee;
}
.login-wrapper .switchLogin:hover, .login-wrapper .forgotPW:hover {
	color: #fff;
}
/* line 700, ../sass/style.sass */
.login-wrapper .button:hover {
  background-position: center 33px;
}
/* line 703, ../sass/style.sass */
.login-wrapper .close-window {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.6);
  display: inline-block;
  margin: 0 auto;
  padding: 5px 8px 3px 8px;
  color: white;
  font-size: 12px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
/* line 714, ../sass/style.sass */
.login-wrapper .close-window b {
  margin-left: 5px;
  color: #3aa427;
  font-family: "Flexo Bold";
}

/* line 722, ../sass/style.sass */
.signup {
  width: 960px;
  margin: 0 auto;
}
/* line 726, ../sass/style.sass */
.signup .left {
  width: 900px;
  float: left;
}
/* line 730, ../sass/style.sass */
.signup .right {
  width: 300px;
  float: right;
}
/* line 734, ../sass/style.sass */
.signup #success, .signup #errors {
  display: none;
}

/* line 737, ../sass/style.sass */
.signup-form {
  padding-bottom: 30px;
}
/* line 740, ../sass/style.sass */
.signup-form label {
  display: inline-block;
  width: 180px;
  font-family: "Open Sans", sans-serif;
}
/* line 744, ../sass/style.sass */
.signup-form label.large {
  width: 130px;
}
/* line 746, ../sass/style.sass */
.signup-form label.check {
  width: auto;
  margin-right: 50px;
}
/* line 749, ../sass/style.sass */
.signup-form label.check input {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
/* line 754, ../sass/style.sass */
.signup-form .fields {
  display: inline-block;
}
/* line 756, ../sass/style.sass */
.signup-form .fields.errored {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 760, ../sass/style.sass */
.signup-form .spacer {
  display: inline-block;
  width: 35px;
}
/* line 763, ../sass/style.sass */
.signup-form .spacer_large {
  display: inline-block;
  width: 175px;
}
/* line 767, ../sass/style.sass */
.signup-form .field_required {
  margin-right: 5px;
  color: red;
}
/* line 771, ../sass/style.sass */
.signup-form input[type="checkbox"] {
  margin-left: 2px;
  margin-top: -3px;
}
/* line 775, ../sass/style.sass */
.signup-form .terms-text {
  width: 450px;
  margin-left: 110px;
}
/* line 779, ../sass/style.sass */
.signup-form .button {
  background: url('../img/button-register.png') top center;
  border: 0;
  width: 151px;
  height: 40px;
}
/* line 784, ../sass/style.sass */
.signup-form .button:hover {
  background-position: center 39px;
}

/* line 787, ../sass/style.sass */
.headline {
  border-bottom: 1px #cccccc solid;
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  margin-top: 55px;
  padding-bottom: 7px;
  color: #999999;
  font-family: "Flexo", sans-serif;
  font-size: 28px;
  font-weight: 300;
}
/* line 798, ../sass/style.sass */
.headline:first-of-type {
  margin-top: 25px;
}

/* line 801, ../sass/style.sass */
.panel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #eeebe7;
  margin-bottom: 30px;
  padding: 15px;
}
/* line 807, ../sass/style.sass */
.panel .title {
  display: block;
  margin-bottom: 10px;
  font-family: "Flexo Demi";
  font-size: 17px;
}
/* line 813, ../sass/style.sass */
.panel p {
  line-height: 21px;
}

/* line 821, ../sass/style.sass */
.footer {
  background: url('../img/footer-bg.png') top center repeat-x;
  height: 62px;
}
/* line 825, ../sass/style.sass */
.footer .copyright {
  margin-top: 25px;
  color: #8c8c8c;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
/* line 830, ../sass/style.sass */
.footer .copyright .sep {
  margin: 0 15px;
}
/* line 832, ../sass/style.sass */
.footer .copyright a {
  color: #499915;
}
/* line 835, ../sass/style.sass */
.footer .copyright .message {
  display: inline-block;
  float: left;
}
/* line 839, ../sass/style.sass */
.footer .copyright .privacy-link {
  display: inline-block;
  margin-left: 20px;
}
/* line 843, ../sass/style.sass */
.footer .logos {
  margin-top: 12px;
  text-align: right;
}
/* line 846, ../sass/style.sass */
.footer .logos .logo.bbb {
  display: inline-block;
  margin-top: 2px;
}
/* line 849, ../sass/style.sass */
.footer .logos img {
  margin-left: 10px;
}

/*  Contact Page */
ul.submit_btn {
  list-style: none;
  padding: 0;
  margin: 0;
}

.g-recaptcha {
  float: left;
}

.pull-right.button {
  float: right;
  top: 38px;
  position: relative;
}
