.cols-1-5 {
  width: 172px;
}

.cols-2-5 {
  width: 364px;
}

.cols-3-5 {
  width: 556px;
}

.cols-1-3 {
  width: 300px;
}

.cols-1-5 {
  width: 172px;
}

.cols-2-5 {
  width: 364px;
}

.cols-3-5 {
  width: 556px;
}

.cols-1-3 {
  width: 300px;
}

@font-face {
  font-family: "Executive";
  font-weight: normal;
  font-style: normal;
  src: url(//wemakeit.com/assets/executive-regular-webfont.eot);
  src: url(//wemakeit.com/assets/executive-regular-webfont.eot?#iefix) format("embedded-opentype"), url(//wemakeit.com/assets/executive-regular-webfont.woff) format("woff"), url(//wemakeit.com/assets/executive-regular-webfont.ttf) format("truetype"), url(//wemakeit.com/assets/executive-regular-webfont.svg#Executive) format("svg");
}

@font-face {
  font-family: "Symbols";
  font-weight: normal;
  font-style: normal;
  src: url(//wemakeit.com/assets/symbols-webfont.eot);
  src: url(//wemakeit.com/assets/symbols-webfont.eot?#iefix) format("embedded-opentype"), url(//wemakeit.com/assets/symbols-webfont.woff) format("woff"), url(//wemakeit.com/assets/symbols-webfont.ttf) format("truetype"), url(//wemakeit.com/assets/symbols-webfont.svg#Symbols) format("svg");
}

body {
  background: white;
  margin: 0;
  text-rendering: optimizeLegibility;
}
body.autosubmit {
  display: none;
}

a,
label {
  text-rendering: auto;
}

form {
  margin: 0;
}

img {
  border: 0;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none outside none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  border: 0;
}

table td {
  padding: 0;
  vertical-align: top;
}

.clear {
  clear: both;
}

.hidden {
  display: none !important;
}

.nomargin {
  margin: 0 !important;
}

.dialogs {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.firefox .dialogs, .chrome .dialogs, .safari .dialogs {
  pointer-events: none;
  z-index: 1100;
}

.dialogs .dialog {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  z-index: 1100;
}

.dialogs .dialog:first-child {
  padding-top: 20px;
}

.firefox .dialogs .dialog, .chrome .dialogs .dialog, .safari .dialogs .dialog {
  pointer-events: all;
}

.dialogs .dialog .bubble {
  position: relative;
  min-width: 250px;
  text-align: left;
  display: inline-block;
  border: 1px solid;
  border-radius: 8px;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.dialogs .dialog .bubble.red {
  background: rgba(255, 244, 236, 0.9);
}

.dialogs .dialog .bubble.green {
  background: rgba(245, 250, 242, 0.9);
}

.dialogs .dialog .bubble.blue {
  background: rgba(239, 248, 250, 0.9);
}

.dialogs .dialog .bubble.gray {
  background: rgba(241, 241, 241, 0.9);
}

.dialogs .dialog .bubble > .buttons {
  padding: 0 12px 12px;
  white-space: nowrap;
}

.dialogs .dialog .bubble > .buttons .button + .button {
  margin-left: 0.35em;
}

.dialogs .dialog .bubble > h3 {
  margin: 0;
  border-bottom: 1px solid;
}

.dialogs .dialog .bubble > h3,
.dialogs .dialog .bubble > h3 > .close {
  padding: 6px 12px;
}

.dialogs .dialog p {
  max-width: 296px;
  margin: 0;
  padding: 12px;
}

.dialogs .dialog .details {
  max-width: 296px;
  margin: 0;
  padding-left: 12px;
  font-size: 14px;
}

.dialogs .dialog .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.dialogs .dialog .spinner {
  height: 100%;
}

.dialogs .dialog.flash:first-child {
  padding-top: 30px;
}

.dialogs .dialog.flash .bubble {
  cursor: pointer;
}

.dialogs .dialog.modal {
  position: absolute;
  z-index: 1200;
}

#modal {
  display: none;
  position: absolute;
  top: 0;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
}

body,
input,
textarea,
select {
  font-family: Executive, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #575757;
}

.symbol {
  font-family: Symbols, sans-serif;
  font-size: 45px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
}

.symbol.wemakeit {
  font-family: Symbols, sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid;
}

a:focus {
  outline: none;
}


h2 a {
  border: none;
}

h2 a:hover {
  color: #b2b2b2;
  background: transparent;
}

p,
h1,
h2,
h3,
h4,
.content ul,
.content ol {
  font-weight: normal;
  margin: 18px 0;
}

h1 {
  font-size: 34px;
  line-height: 40px;
}

h2 {
  font-size: 24px;
  line-height: 32px;
}

h3,
h4 {
  font-size: 16px;
  line-height: 21px;
}

h4 {
  margin: 0;
}

hr {
  margin: 18px 0;
  border: 0;
  border-bottom: 1px solid;
  border-color: inherit;
}

input,
textarea {
  padding: 6px;
}

input[type=checkbox] {
  padding: 0 !important;
}

.buttons a,
a.button,
input[type=button],
input[type=submit] {
  padding: 0 1em;
  line-height: 31.5px;
  height: 31.5px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.micro,
.micro p,
.micro h3,
.micro h4,
.micro input,
.micro textarea {
  font-size: 8px;
  line-height: 11px;
}

.tiny,
.tiny p,
.tiny h3,
.tiny h4,
.tiny input,
.tiny textarea {
  font-size: 10px;
  line-height: 13px;
}

.mini,
.mini p,
.mini h3,
.mini h4,
.mini input,
.mini textarea {
  font-size: 12px;
  line-height: 16px;
}

.mini a.button,
.mini input[type=button],
.mini input[type=submit] {
  padding: 0 1em;
  font-size: 12px;
  line-height: 22px;
  height: 22px;
}

.small,
.small p,
.small h3,
.small h4,
.small input,
.small textarea {
  font-size: 13px;
  line-height: 18px;
}

.small a.button,
.small input[type=button],
.small input[type=submit] {
  padding: 0 1.5em;
  font-size: 13px;
  line-height: 27px;
  height: 27px;
}

.small input,
.small textarea {
  line-height: 15px;
  padding: 2px;
  margin-bottom: 6px;
}

.small .input,
.small .inputs {
  margin-bottom: 0;
}

.small .buttons {
  margin-top: 0;
}

.large,
.large p,
.large h3,
.large h4,
.large input,
.large textarea {
  font-size: 24px;
  line-height: 32px;
}

.large a.button,
.large input[type=button],
.large input[type=submit] {
  padding: 0 1em;
  font-size: 20px;
  line-height: 40px;
  height: 40px;
}

.huge,
.huge p,
.huge h3,
.huge h4,
.huge input,
.huge textarea {
  font-size: 50px;
  line-height: 50px;
}

.content li {
  display: table-row;
  padding-left: 1.7em;
}

.content ul li:before {
  display: table-cell;
  content: "\2014";
  padding-right: 0.7em;
}

.content ol {
  counter-reset: item;
}

.content ol li:before {
  display: table-cell;
  text-indent: 0;
  content: counter(item);
  counter-increment: item;
  width: 1.7em;
}

.content .lined li {
  padding-top: 1em;
  padding-bottom: 1em;
  border-top: 1px solid;
}

.content .lined li:first-child {
  border-top: 0 !important;
}

.content .lined li:last-child {
  padding-bottom: 0;
}

.content .slideshow,
.content .image,
.content .video {
  margin: 18px 0;
}

.content .video {
  line-height: 0;
}

.row > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
}

.row > *:first-child {
  margin-left: 0;
}

.row.bottom > * {
  vertical-align: bottom;
}

.row .top {
  position: absolute;
  top: 0;
}

.row .bottom {
  position: absolute;
  bottom: 0;
}

.row,
.rows {
  position: relative;
}

#debug {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 1000;
  font-size: 32px;
}

.gray {
  background: #f1f1f1;
}

.gray,
.gray a {
  color: #575757;
}

a:hover {
  background: #e9e9e9;
}

.light {
  color: #b2b2b2;
}

input,
textarea {
  color: #575757;
}

.red {
  background: #fff4ec;
}

.red,
.red a {
  color: #f15a22;
}

.red a:hover {
  background: #ffe5d3;
}

.red .light {
  color: #f7996c;
}

.red input,
.red textarea {
  color: #f15a22;
}

.green {
  background: #f5faf2;
}

.green,
.green a {
  color: #33b400;
}

.green a:hover {
  background: #e7f3e0;
}

.green .light {
  color: #9acf8b;
}

.green input,
.green textarea {
  color: #33b400;
}

.blue {
  background: #eff8fa;
}

.blue,
.blue a {
  color: #00a1e4;
}

.blue a:hover {
  background: #dcf0f4;
}

.blue .light {
  color: #4bc7e7;
}

.blue input,
.blue textarea {
  color: #00a1e4;
}


.orange,
.orange a {
  color: #f7931e;
}

#cursor {
  display: inline-block;
  width: 0.075em;
  height: 1em;
  margin: 0 0 -0.2em 0.1em;
  background: #575757;
}

nav#menu {
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
}

nav#menu .item {
  width: 172px;
  background: transparent;
  border-bottom: 0;
}

nav#menu a {
  border-bottom: none;
  background: transparent;
}

nav#menu .red a,
nav#menu .green a,
nav#menu .blue a {
  display: block;
}

nav#menu .above {
  width: 100%;
  height: 46px;
  position: fixed;
  z-index: 100;
  top: 0;
  border-bottom: 0;
  padding: 20px 0 0 0;
  line-height: 40px;
  background: white;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

nav#menu .above .row {
  width: 940px;
  margin: 0 auto;
}

nav#menu .above .home-link {
  display: inline-block;
  width: 556px;
}

nav#menu .above .item {
  display: inline-block;
  margin-left: 20px;
  font-size: 34px;
  height: 45px;
  width: auto;
  min-width: 172px;
  -webkit-transition: height 0.2s ease-in-out 0s, min-width 0.2s ease-in-out, margin 0.2s ease-in-out 0s, color 0.4s ease-in-out 0s;
  -moz-transition: height 0.2s ease-in-out 0s, min-width 0.2s ease-in-out, margin 0.2s ease-in-out 0s, color 0.4s ease-in-out 0s;
  transition: height 0.2s ease-in-out 0s, min-width 0.2s ease-in-out, margin 0.2s ease-in-out 0s, color 0.4s ease-in-out 0s;
}

nav#menu .above .item.red, nav#menu .above .item.green, nav#menu .above .item.blue {
  overflow: hidden;
  border-bottom: 1px solid;
}

nav#menu .above .item:first-child {
  margin-left: 0;
}

nav#menu .above .item div.symbol {
  display: none;
  margin-left: 2px;
}

nav#menu .above .item:hover .title {
  display: none;
}

nav#menu .above .item:hover div.symbol {
  display: block;
}

nav#menu .above .right {
  width: 364px;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  top: 0;
  overflow: visible;
  border-bottom: 1px solid;
}

nav#menu .above .right .user {
  font-size: 13px;
  line-height: 18px;
  opacity: 1;
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

nav#menu .above .right .user > a:hover {
  color: #b2b2b2;
}

nav#menu .above .right .user .dropdown {
  line-height: 21px;
}

nav#menu .above .right form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  width: 28px;
  white-space: nowrap;
  position: absolute;
  right: 0;
  bottom: 7px;
  border-radius: 1em;
  border: 1px solid;
  background: white;
  overflow: hidden;
  -webkit-transition: width 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: width 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

nav#menu .above .right form,
nav#menu .above .right form a {
  font-size: 20px;
  line-height: 27px;
}

nav#menu .above .right form a {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  text-align: center;
}

nav#menu .above .right form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  position: absolute;
  left: 0;
  border: 0;
  background: none !important;
  margin: 0.2em 0 0 0;
  padding: 0 28px 0 14px;
}

.ie8 nav#menu .above .right form input {
  padding: 0;
}

nav#menu .above .right form input:focus {
  outline: none;
}

nav#menu .above .right.expanded .user {
  opacity: 0;
}

nav#menu .above .right.expanded form {
  width: 100%;
}

nav#menu .above .right.expanded form input {
  width: 100%;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

nav#menu .below {
  width: 940px;
  display: block;
  margin: 0 auto 0 auto;
  padding-top: 64px;
}

nav#menu .below .row > .red,
nav#menu .below .row > .green,
nav#menu .below .row > .blue,
nav#menu .below .row > .right {
  border-bottom: 1px solid #575757;
  height: 63px;
}

nav#menu .below .row > .red > *,
nav#menu .below .row > .green > *,
nav#menu .below .row > .blue > *,
nav#menu .below .row > .right > * {
  padding-top: 30px;
  padding-bottom: 12px;
}

nav#menu .below .item.red,
nav#menu .below .item.green,
nav#menu .below .item.blue {
  margin-left: 0;
  padding-right: 20px;
  white-space: nowrap;
}

nav#menu .below .item.red a,
nav#menu .below .item.green a,
nav#menu .below .item.blue a {
  position: relative;
}

nav#menu .below .red a:hover {
  color: #f7996c;
}

nav#menu .below .green a:hover {
  color: #9acf8b;
}

nav#menu .below .blue a:hover {
  color: #4bc7e7;
}

nav#menu .below .right {
  width: 364px;
  margin-left: 0;
  position: relative;
}

nav#menu .below .right .item {
  display: inline-block;
  width: auto;
  font-size: 13px;
}

nav#menu .below .right .item:not(:first-child) {
  margin-left: 20px;
}

nav#menu .below .right .item > a:hover {
  color: #b2b2b2;
}

nav#menu .item.locales .locale {
  font-size: inherit;
  line-height: 18px;
  height: 18px;
  width: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

nav#menu .item.locales .locale.active {
  background: #575757;
}

nav#menu .item.social-fb {
  width: 96px;
  position: absolute;
  right: 0;
  margin-top: -2px;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

nav#menu.shrunk {
  margin-top: 130px;
}

nav#menu.shrunk .above {
  padding: 2px 0 3px 0;
  height: 36px;
  box-shadow: 0 -3px 5px 3px #575757;
}

.ie8 nav#menu.shrunk .above {
  border-bottom: 1px solid;
}

nav#menu.shrunk .above .item {
  height: 40px;
  min-width: 0;
  margin-left: 0;
  color: #575757;
  border-bottom: 0;
}

nav#menu.shrunk .above .item:hover .title {
  display: block;
}

nav#menu.shrunk .above .item:hover div.symbol {
  display: none;
}

nav#menu.shrunk .above .right {
  width: 172px;
}

nav#menu.shrunk .above .right .user {
  display: none;
}

nav#menu.shrunk .below {
  width: 556px;
  position: fixed;
  left: 50%;
  top: 0;
  margin: 0 0 0 -278px;
  padding-top: 0;
  z-index: 101;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

nav#menu.shrunk .below .blue {
  padding-right: 0;
}

html:not(.ie8, .ie9) nav#menu.shrunk .below {
  opacity: 0;
}

nav#menu.shrunk .below .red,
nav#menu.shrunk .below .green,
nav#menu.shrunk .below .blue {
  border-bottom: none;
  height: 40px;
}

nav#menu.shrunk .below .red a,
nav#menu.shrunk .below .green a,
nav#menu.shrunk .below .blue a {
  height: 20px;
  padding: 16px 0 0 0;
}

nav#menu.shrunk .below .right {
  display: none;
}


nav#menu.load-shrunk .above {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

nav#menu.load-shrunk .item {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

nav#menu.load-shrunk .below {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  animation-name: none;
  opacity: 1 !important;
}

@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }


  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {

  from {
    opacity: 0;
  }


  to {
    opacity: 1;
  }
}

@keyframes fadeIn {

  from {
    opacity: 0;
  }


  to {
    opacity: 1;
  }
}

.mobile nav#menu .above {
  position: static;
}

.mobile nav#menu .below {
  padding-top: 0;
}

.badge,
.locale {
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  vertical-align: middle;
  margin-top: -1px;
  padding: 0 4px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 32px;
}

.badge {
  color: white;
  background: #bebebe;
  min-width: 8px;
}

.red .badge {
  background: #ffb986;
}

.green .badge {
  background: #bcdea8;
}

.blue .badge {
  background: #a1d6e2;
}

.headline .badge, .button .badge {
  font-size: 13px;
  line-height: 18px;
  margin-top: -2px;
  padding: 0 5px;
  min-width: 10px;
}

.button .badge {
  background: white;
}

.red .button .badge {
  color: #f15a22;
}

.green .button .badge {
  color: #33b400;
}

.blue .button .badge {
  color: #00a1e4;
}

.headline .badge {
  margin-right: 0.5em;
  margin-top: -4px;
  background: #575757;
}

.locale {
  margin-right: 2px;
}

.locale:hover {
  color: white !important;
  background: #b2b2b2 !important;
}

.locale.active {
  color: white !important;
  background: #575757;
}

.dropdown {
  visibility: hidden;
  z-index: 50;
  position: absolute;
  margin-top: 8px;
  left: -1px;
  font-size: 16px;
}

.dropdown .entries {
  border: 1px solid;
  border-radius: 8px;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.25);
}

.dropdown .entries > *:first-child:before {
  content: '';
  position: absolute;
  margin-left: -8px;
  top: -8px;
  left: 40px;
  width: 16px;
  height: 9px;
  background: no-repeat center 0;
}

.dropdown .entries a,
.dropdown .entries .subentries {
  display: block;
  padding: 8px;
  white-space: nowrap;
  border-top: 1px dashed;
}

.dropdown .entries a:first-child,
.dropdown .entries .subentries:first-child {
  border-top: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dropdown .entries a:first-child:hover:before,
.dropdown .entries .subentries:first-child:hover:before {
  background-position: center -9px;
}

.dropdown .entries a:last-child,
.dropdown .entries .subentries:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dropdown .entries .subentries h3 {
  margin-top: 0;
  margin-bottom: 4px;
}

.dropdown .entries .subentries a {
  display: inline !important;
  border: 0px !important;
  padding: 0;
  border-radius: 0;
}

.dropdown .entries .subentries li:not(:last-child) {
  margin-bottom: 4px;
}

.dropdown .entries.red a:hover {
  background: #ffe5d3 !important;
}

.dropdown .entries.red > *:first-child:before {
  background-image: url(//wemakeit.com/assets/pulldown-tip-red.png);
}

.dropdown .entries.green a:hover {
  background: #e7f3e0 !important;
}

.dropdown .entries.green > *:first-child:before {
  background-image: url(//wemakeit.com/assets/pulldown-tip-green.png);
}

.dropdown .entries.blue a:hover {
  background: #dcf0f4 !important;
}

.dropdown .entries.blue > *:first-child:before {
  background-image: url(//wemakeit.com/assets/pulldown-tip-blue.png);
}

.dropdown.centered {
  left: 50%;
  pointer-events: none;
}

.dropdown.centered .entries {
  pointer-events: all;
  position: relative;
  left: -50%;
}

.dropdown.centered .entries > *:first-child:before {
  left: auto;
  width: 100%;
}

.buttons a,
a.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.buttons a,
a.button,
input[type=button],
input[type=submit] {
  margin: 0;
  *padding-left: 0 !important;
  *padding-right: 0 !important;

}

.buttons a:hover, .buttons a[disabled=disabled], .buttons a.disabled,
a.button:hover,
a.button[disabled=disabled],
a.button.disabled,
input[type=button]:hover,
input[type=button][disabled=disabled],
input[type=button].disabled,
input[type=submit]:hover,
input[type=submit][disabled=disabled],
input[type=submit].disabled {
  color: white;
  background: #8e8e8e;
  background: -webkit-linear-gradient( #ababab, #717171);
  background: linear-gradient( #ababab, #717171);
}

.buttons a,
a.button,
input[type=button],
input[type=submit] {
  color: white;
  border: 1px solid #626262;
  border-radius: 2em;
}

.buttons a,
a.button,
input[type=button],
input[type=submit] {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #7f7f7f;
  background: -webkit-linear-gradient( #9c9c9c, #626262);
  background: linear-gradient( #9c9c9c, #626262);
}

.buttons a:active,
a.button:active,
input[type=button]:active,
input[type=submit]:active {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  background: dimgrey;
  background: -webkit-linear-gradient( #626262, #717171);
  background: linear-gradient( #626262, #717171);
}

.buttons a[disabled=disabled], .buttons a.disabled,
a.button[disabled=disabled],
a.button.disabled,
input[type=button][disabled=disabled],
input[type=button].disabled,
input[type=submit][disabled=disabled],
input[type=submit].disabled {
  color: #aeaeae !important;
  pointer-events: none;
}

.buttons a:focus,
a.button:focus,
input[type=button]:focus,
input[type=submit]:focus {
  outline: none;
}

.red .buttons label, .green .buttons label, .blue .buttons label, .buttons.red label, .buttons.green label, .buttons.blue label {
  color: white;
}

.red .buttons a[disabled=disabled], .red .buttons a.disabled,
.red .buttons a.button[disabled=disabled],
.red .buttons a.button.disabled,
.red .buttons input[type=button][disabled=disabled],
.red .buttons input[type=button].disabled,
.red .buttons input[type=submit][disabled=disabled],
.red .buttons input[type=submit].disabled, .green .buttons a[disabled=disabled], .green .buttons a.disabled,
.green .buttons a.button[disabled=disabled],
.green .buttons a.button.disabled,
.green .buttons input[type=button][disabled=disabled],
.green .buttons input[type=button].disabled,
.green .buttons input[type=submit][disabled=disabled],
.green .buttons input[type=submit].disabled, .blue .buttons a[disabled=disabled], .blue .buttons a.disabled,
.blue .buttons a.button[disabled=disabled],
.blue .buttons a.button.disabled,
.blue .buttons input[type=button][disabled=disabled],
.blue .buttons input[type=button].disabled,
.blue .buttons input[type=submit][disabled=disabled],
.blue .buttons input[type=submit].disabled, .buttons.red a[disabled=disabled], .buttons.red a.disabled,
.buttons.red a.button[disabled=disabled],
.buttons.red a.button.disabled,
.buttons.red input[type=button][disabled=disabled],
.buttons.red input[type=button].disabled,
.buttons.red input[type=submit][disabled=disabled],
.buttons.red input[type=submit].disabled, .buttons.green a[disabled=disabled], .buttons.green a.disabled,
.buttons.green a.button[disabled=disabled],
.buttons.green a.button.disabled,
.buttons.green input[type=button][disabled=disabled],
.buttons.green input[type=button].disabled,
.buttons.green input[type=submit][disabled=disabled],
.buttons.green input[type=submit].disabled, .buttons.blue a[disabled=disabled], .buttons.blue a.disabled,
.buttons.blue a.button[disabled=disabled],
.buttons.blue a.button.disabled,
.buttons.blue input[type=button][disabled=disabled],
.buttons.blue input[type=button].disabled,
.buttons.blue input[type=submit][disabled=disabled],
.buttons.blue input[type=submit].disabled {
  color: white !important;
}

.buttons.padded a,
.buttons.padded a.button,
.buttons.padded input[type=button],
.buttons.padded input[type=submit] {
  margin: 1em 0;
  padding: 0 1.5em;
}

.buttons.padded.small a,
.buttons.padded.small a.button,
.buttons.padded.small input[type=button],
.buttons.padded.small input[type=submit] {
  margin: 0.75em 0;
}

.red .buttons a:hover,
.red .buttons a.button:hover,
.red .buttons input[type=button]:hover,
.red .buttons input[type=submit]:hover, .buttons.red a:hover,
.buttons.red a.button:hover,
.buttons.red input[type=button]:hover,
.buttons.red input[type=submit]:hover {
  background: #ff9872;
  background: -webkit-linear-gradient( #ffa989, #ff875c);
  background: linear-gradient( #ffa989, #ff875c);
}

.red .buttons a,
.red .buttons a.button,
.red .buttons input[type=button],
.red .buttons input[type=submit], .buttons.red a,
.buttons.red a.button,
.buttons.red input[type=button],
.buttons.red input[type=submit] {
  border: 1px solid #ff7c4d;
  background: #ff8d63;
  background: -webkit-linear-gradient( #ff9e7a, #ff7c4d);
  background: linear-gradient( #ff9e7a, #ff7c4d);
}

.red .buttons a:active,
.red .buttons a.button:active,
.red .buttons input[type=button]:active,
.red .buttons input[type=submit]:active, .buttons.red a:active,
.buttons.red a.button:active,
.buttons.red input[type=button]:active,
.buttons.red input[type=submit]:active {
  border: 1px solid #ff7c4d !important;
  background: #ff8154;
  background: -webkit-linear-gradient( #ff7c4d, #ff875c);
  background: linear-gradient( #ff7c4d, #ff875c);
}

.red .buttons .light, .buttons.red .light {
  color: #ffdacc;
}

.green .buttons a:hover,
.green .buttons a.button:hover,
.green .buttons input[type=button]:hover,
.green .buttons input[type=submit]:hover, .buttons.green a:hover,
.buttons.green a.button:hover,
.buttons.green input[type=button]:hover,
.buttons.green input[type=submit]:hover {
  background: #66d63a;
  background: -webkit-linear-gradient( #7add53, #52cf21);
  background: linear-gradient( #7add53, #52cf21);
}

.green .buttons a,
.green .buttons a.button,
.green .buttons input[type=button],
.green .buttons input[type=submit], .buttons.green a,
.buttons.green a.button,
.buttons.green input[type=button],
.buttons.green input[type=submit] {
  border: 1px solid #4dc21f;
  background: #5ece32;
  background: -webkit-linear-gradient( #70db46, #4dc21f);
  background: linear-gradient( #70db46, #4dc21f);
}

.green .buttons a:active,
.green .buttons a.button:active,
.green .buttons input[type=button]:active,
.green .buttons input[type=submit]:active, .buttons.green a:active,
.buttons.green a.button:active,
.buttons.green input[type=button]:active,
.buttons.green input[type=submit]:active {
  border: 1px solid #4dc21f !important;
  background: #4fc820;
  background: -webkit-linear-gradient( #4dc21f, #52cf21);
  background: linear-gradient( #4dc21f, #52cf21);
}

.green .buttons .light, .buttons.green .light {
  color: #97e977;
}

.blue .buttons a:hover,
.blue .buttons a.button:hover,
.blue .buttons input[type=button]:hover,
.blue .buttons input[type=submit]:hover, .buttons.blue a:hover,
.buttons.blue a.button:hover,
.buttons.blue input[type=button]:hover,
.buttons.blue input[type=submit]:hover {
  background: #4ac3f7;
  background: -webkit-linear-gradient( #60cefd, #34b8f1);
  background: linear-gradient( #60cefd, #34b8f1);
}

.blue .buttons a,
.blue .buttons a.button,
.blue .buttons input[type=button],
.blue .buttons input[type=submit], .buttons.blue a,
.buttons.blue a.button,
.buttons.blue input[type=button],
.buttons.blue input[type=submit] {
  border: 1px solid #26b3f0;
  background: #3bbef6;
  background: -webkit-linear-gradient( #51c9fd, #26b3f0);
  background: linear-gradient( #51c9fd, #26b3f0);
}

.blue .buttons a:active,
.blue .buttons a.button:active,
.blue .buttons input[type=button]:active,
.blue .buttons input[type=submit]:active, .buttons.blue a:active,
.buttons.blue a.button:active,
.buttons.blue input[type=button]:active,
.buttons.blue input[type=submit]:active {
  border: 1px solid #26b3f0 !important;
  background: #2db5f0;
  background: -webkit-linear-gradient( #26b3f0, #34b8f1);
  background: linear-gradient( #26b3f0, #34b8f1);
}

.blue .buttons .light, .buttons.blue .light {
  color: #9dddf8;
}

.buttons.red {
  background: #f15a22;
  margin: 1.3em 0;
}

.buttons.green {
  background: #33b400;
  margin: 1.3em 0;
}

.buttons.blue {
  background: #00a1e4;
  margin: 1.3em 0;
}

input[type=search],
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=url],
input[type=tel],
textarea {
  border: 1px solid #d0d0d0;
  border-radius: 2px;
}

input[type=search]:hover, input[type=search].hover,
input[type=text]:hover,
input[type=text].hover,
input[type=email]:hover,
input[type=email].hover,
input[type=number]:hover,
input[type=number].hover,
input[type=password]:hover,
input[type=password].hover,
input[type=url]:hover,
input[type=url].hover,
input[type=tel]:hover,
input[type=tel].hover,
textarea:hover,
textarea.hover {
  background: #f1f1f1;
}

input[type=search][disabled=disabled],
input[type=text][disabled=disabled],
input[type=email][disabled=disabled],
input[type=number][disabled=disabled],
input[type=password][disabled=disabled],
input[type=url][disabled=disabled],
input[type=tel][disabled=disabled],
textarea[disabled=disabled] {
  background: #f1f1f1 !important;
  color: #b2b2b2 !important;
}

input[type=search][readonly=readonly],
input[type=text][readonly=readonly],
input[type=email][readonly=readonly],
input[type=number][readonly=readonly],
input[type=password][readonly=readonly],
input[type=url][readonly=readonly],
input[type=tel][readonly=readonly],
textarea[readonly=readonly] {
  background: #f1f1f1 !important;
}

.red input[type=search], .red
input[type=text], .red
input[type=email], .red
input[type=number], .red
input[type=password], .red
input[type=url], .red
input[type=tel], .red
textarea {
  border-color: #f7996c;
}

.red input[type=search]:hover, .red input[type=search].hover, .red
input[type=text]:hover, .red
input[type=text].hover, .red
input[type=email]:hover, .red
input[type=email].hover, .red
input[type=number]:hover, .red
input[type=number].hover, .red
input[type=password]:hover, .red
input[type=password].hover, .red
input[type=url]:hover, .red
input[type=url].hover, .red
input[type=tel]:hover, .red
input[type=tel].hover, .red
textarea:hover, .red
textarea.hover {
  background: #fffaf6;
}

.red input[type=search][disabled=disabled], .red
input[type=text][disabled=disabled], .red
input[type=email][disabled=disabled], .red
input[type=number][disabled=disabled], .red
input[type=password][disabled=disabled], .red
input[type=url][disabled=disabled], .red
input[type=tel][disabled=disabled], .red
textarea[disabled=disabled] {
  background: #fff4ec !important;
  color: #f7996c !important;
}

.green input[type=search], .green
input[type=text], .green
input[type=email], .green
input[type=number], .green
input[type=password], .green
input[type=url], .green
input[type=tel], .green
textarea {
  border-color: #9acf8b;
}

.green input[type=search]:hover, .green input[type=search].hover, .green
input[type=text]:hover, .green
input[type=text].hover, .green
input[type=email]:hover, .green
input[type=email].hover, .green
input[type=number]:hover, .green
input[type=number].hover, .green
input[type=password]:hover, .green
input[type=password].hover, .green
input[type=url]:hover, .green
input[type=url].hover, .green
input[type=tel]:hover, .green
input[type=tel].hover, .green
textarea:hover, .green
textarea.hover {
  background: #fbfdf9;
}

.green input[type=search][disabled=disabled], .green
input[type=text][disabled=disabled], .green
input[type=email][disabled=disabled], .green
input[type=number][disabled=disabled], .green
input[type=password][disabled=disabled], .green
input[type=url][disabled=disabled], .green
input[type=tel][disabled=disabled], .green
textarea[disabled=disabled] {
  background: #f5faf2 !important;
  color: #9acf8b !important;
}

.blue input[type=search], .blue
input[type=text], .blue
input[type=email], .blue
input[type=number], .blue
input[type=password], .blue
input[type=url], .blue
input[type=tel], .blue
textarea {
  border-color: #4bc7e7;
}

.blue input[type=search]:hover, .blue input[type=search].hover, .blue
input[type=text]:hover, .blue
input[type=text].hover, .blue
input[type=email]:hover, .blue
input[type=email].hover, .blue
input[type=number]:hover, .blue
input[type=number].hover, .blue
input[type=password]:hover, .blue
input[type=password].hover, .blue
input[type=url]:hover, .blue
input[type=url].hover, .blue
input[type=tel]:hover, .blue
input[type=tel].hover, .blue
textarea:hover, .blue
textarea.hover {
  background: #f7fbfc;
}

.blue input[type=search][disabled=disabled], .blue
input[type=text][disabled=disabled], .blue
input[type=email][disabled=disabled], .blue
input[type=number][disabled=disabled], .blue
input[type=password][disabled=disabled], .blue
input[type=url][disabled=disabled], .blue
input[type=tel][disabled=disabled], .blue
textarea[disabled=disabled] {
  background: #eff8fa !important;
  color: #4bc7e7 !important;
}

textarea {
  display: block;
}

input,
textarea,
select {
  margin: 0 0 7px 0;
}

.simple_form .input {
  margin: 0 0 7px 0;
}

.simple_form .input input,
.simple_form .input textarea,
.simple_form .input select {
  margin: 0;
}

.simple_form .input > .overlay {
  color: #b2b2b2;
  font-size: 16px;
  line-height: 21px;
  position: absolute;
  bottom: 7px;
  right: 7px;
}

.simple_form .input > .overlay.counter {
  color: #f15a22;
  right: 23px;
}

.invisible-scrollbars .simple_form .input > .overlay.counter {
  right: 7px;
}

.simple_form .input .suffix {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 0.35em;
}

.simple_form .input .error {
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 50;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  text-align: right;
  left: 100%;
}

.simple_form .input .error div {
  white-space: nowrap;
  text-align: left;
  padding: 8px;
  color: #f15a22;
  background: #fff4ec;
  border: 1px solid;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.simple_form .input .error div:before {
  content: url(//wemakeit.com/assets/bubble-tip-small-red.png);
  position: absolute;
  margin: 3px 0 0 -16px;
}

.simple_form .input.eddie .error {
  top: 50px;
}

.simple_form .check_boxes.inline .checkbox {
  display: inline;
  margin-right: 21px;
}

.simple_form .check_boxes.inline .checkbox label {
  display: inline;
}

.simple_form .check_boxes .checkbox {
  display: block;
}


textarea {
  resize: none;
}

.inputs {
  margin-bottom: -7px;
}

.inputs .button {
  margin-bottom: 7px;
}

.inputs .input .button {
  margin-bottom: 0;
}

.inputs label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.inputs label:after {
  content: ':';
  margin-right: 0.35em;
}

.inputs input + label {
  margin-left: 0.35em;
}

.inputs input + label:after {
  content: '';
  margin-right: 0;
}

.inputs.labels label {
  padding-bottom: 8px;
  display: block;
}

.inputs.labels label abbr {
  display: none;
}

.inputs.labels label:after {
  content: '';
  margin-right: 0;
}

.inputs.labels .input {
  margin-bottom: 12px;
}

.inputs .entry {
  border-bottom: 1px dashed;
  margin: -12px -12px 12px -12px;
  padding: 12px 12px 5px 12px;
}

.inputs .entry:first-child {
  margin-top: 0;
  border-top: 1px dashed;
}

.inputs .entries:first-child .entry:first-child {
  margin-top: -12px;
  border-top: 0;
}

.inputs .description {
  padding: 7px 0;
}

.inputs .description:first-child {
  padding-top: 0;
}

.box .inputs {
  padding: 12px;
}

.main .inputs input[type=search],
.main .inputs input[type=text],
.main .inputs input[type=email],
.main .inputs input[type=number],
.main .inputs input[type=password],
.main .inputs input[type=url],
.main .inputs input[type=tel],
.main .inputs textarea {
  width: 518px;
}

.main .inputs .full {
  margin-bottom: 7px;
}

.main .inputs .full .input {
  margin: 0;
}

.main .inputs .half {
  width: 260px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.main .inputs .half input[type=search],
.main .inputs .half input[type=text],
.main .inputs .half input[type=email],
.main .inputs .half input[type=number],
.main .inputs .half input[type=password],
.main .inputs .half input[type=url],
.main .inputs .half input[type=tel],
.main .inputs .half textarea {
  width: 246px;
}

.main .inputs .half.text {
  vertical-align: top;
}

.main .inputs .half + .half {
  padding-left: 12px;
}

.small .inputs input[type=search],
.small .inputs input[type=text],
.small .inputs input[type=email],
.small .inputs input[type=number],
.small .inputs input[type=password],
.small .inputs input[type=url],
.small .inputs input[type=tel],
.small .inputs textarea {
  width: 166px;
}

.small .inputs .full {
  margin-bottom: 6px;
}

.small .inputs .full .input {
  margin: 0;
}

.small .inputs .half {
  width: 83px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.small .inputs .half input[type=search],
.small .inputs .half input[type=text],
.small .inputs .half input[type=email],
.small .inputs .half input[type=number],
.small .inputs .half input[type=password],
.small .inputs .half input[type=url],
.small .inputs .half input[type=tel],
.small .inputs .half textarea {
  width: 77px;
}

.small .inputs .half.text {
  vertical-align: top;
}

.small .inputs .half + .half {
  padding-left: 6px;
}


.buttons {
  text-align: center;
}

.buttons .button {
  margin-bottom: 0;
}

.buttons div.button {
  display: inline;
}

.buttons .button + .button {
  margin-left: 0.35em;
}

.input {
  position: relative;
}


.placeholder {
  position: absolute;
  cursor: text;
  color: #b2b2b2;
}

.red .placeholder {
  color: #f7996c;
}

.green .placeholder {
  color: #9acf8b;
}

.blue .placeholder {
  color: #4bc7e7;
}

input.hidden + .placeholder, .wym_box + .placeholder {
  display: none;
}


:-moz-placeholder {
  color: #b2b2b2;
}

.red :-moz-placeholder {
  color: #f7996c;
}

.green :-moz-placeholder {
  color: #9acf8b;
}

.blue :-moz-placeholder {
  color: #4bc7e7;
}


::-webkit-input-placeholder {
  color: #b2b2b2;
}

.red ::-webkit-input-placeholder {
  color: #f7996c;
}

.green ::-webkit-input-placeholder {
  color: #9acf8b;
}

.blue ::-webkit-input-placeholder {
  color: #4bc7e7;
}


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


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.box {
  border-style: solid;
  border-width: 1px 0;
}

.box > h3 {
  padding: 6px 12px;
  margin: 0;
  border-bottom: 1px solid;
  position: relative;
}

.box .cell,
.box .row {
  border-top: 1px dashed;
  padding: 12px;
}

.box .cell:first-child,
.box .row:first-child {
  border-top: 0;
}

.box a.row,
.box a.rows {
  display: block;
  border-bottom: 0;
}

.box a.row:hover,
.box a.rows:hover {
  background: #e9e9e9;
}

.box .info {
  height: 150px;
}

.box .info {
  width: 170px;
}

.box .text {
  max-width: 100%;
  word-wrap: break-word;
}

.box .text p {
  margin: 0;
}

.box .text h2 + p,
.box .text h3 + p,
.box .text ul + p,
.box .text p + p {
  margin-top: 18px;
}

a.box {
  display: block;
}

.block {
  border: 1px solid;
  border-width: 1px 0;
  margin-bottom: 16px;
  background: #f1f1f1;
}

.block > h1, .block > h2, .block > h3, .block > thead.title {
  text-rendering: auto;
  padding: 8px;
  margin: 0;
  cursor: pointer;
  text-indent: -1.85em;
  padding-left: 2.4em;
}

.block > h1:hover, .block > h2:hover, .block > h3:hover, .block > thead.title:hover {
  background: #e9e9e9;
}

.block > .content {
  display: none;
  border-top: 1px solid;
  padding: 12px;
}

.block > .content p,
.block > .content ol,
.block > .content ul {
  margin: 18px 0 0;
}

.block > .content p:first-child,
.block > .content ol:first-child,
.block > .content ul:first-child {
  margin-top: 0;
}

.block.open > .content {
  display: block;
}

.block .arrow,
.block .plus {
  margin-right: 0.55em;
  text-indent: 0;
  background: white;
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 1.3em;
  text-align: center;
}

.block .arrow:after {
  content: "\2192";
}

.ie .block .arrow:after {
  margin-left: 0.05em;
}

.block.open > h3 > .arrow:after {
  content: "\2193";
}

.block .plus:after {
  content: "\ff0b";
}

.ie .block .plus:after {
  vertical-align: middle;
  margin-left: 0.1em;
}

.block.open > h3 .plus:after, .block.open > .title .plus:after {
  content: "\ff0d";
}

.block hr {
  border-bottom: 1px dashed #aeaeae;
}

.block .spinner {
  margin-top: 0 !important;
  height: 30px;
}

.block .buttons {
  text-align: left;
  padding-top: 12px;
}

.block input[type=search]:hover,
.block input[type=text]:hover,
.block input[type=email]:hover,
.block input[type=number]:hover,
.block input[type=password]:hover,
.block input[type=url]:hover,
.block input[type=tel]:hover,
.block textarea:hover {
  background: white;
}

.block .block {
  margin: 0 -12px;
  border: 0;
}

.block .block + .block, .block .block > .content {
  border-top: 1px dashed;
}

.block .blocks {
  margin: -12px 0;
}

.block .blocks + .buttons {
  border-top: 1px solid;
  margin: 12px -12px -12px;
  padding: 12px;
}


.box .block {
  margin-bottom: 0;
  border-top: 1px dashed;
  border-bottom: 0;
}

.box .block:first-child {
  border-top: 0;
}

.box .block .block {
  border-top: 1px dashed;
}

table.block {
  width: 100%;
}

table.block thead.title {
  text-indent: 0;
}

table.block thead.title th:first-child {
  text-indent: -1.85em;
}

table.block th, table.block td {
  text-align: left;
  font-weight: normal;
  padding: 8px 6px;
}

table.block th:first-child, table.block td:first-child {
  padding-left: 2.4em;
}

table.block th:last-child, table.block td:last-child {
  padding-right: 12px;
}

table.block > .content {
  padding: 0;
}

table.block.open > .content {
  display: table-row-group;
}


.faq {
  margin-top: 20px;
}

.faq .box {
  margin-top: 0 !important;
  width: 364px;
}

.faq .block .content {
  border-top: 0;
  padding: 0 12px 12px 2.4em;
}

.faq .block ul,
.faq .block ol {
  margin-left: -1.7em;
}

.faq .block:hover {
  background: #e9e9e9;
}

.faq .block:hover .block {
  background: #e9e9e9;
}

.faq .block:hover .block:hover {
  background: #f1f1f1;
}


.fixed {
  position: fixed;
  top: 60px;
  z-index: 1;
}

.clue {
  display: none;
  position: absolute;
  top: 0;
  text-indent: 0;
  left: 556px;
  z-index: 1;
}

.clue .bubble {
  width: 364px;
  margin-left: 20px;
  border: 1px solid;
  border: 1px solid;
  border-radius: 8px;
  filter: alpha(opacity=90);
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.25);
}

.clue .bubble:before {
  content: url(//wemakeit.com/assets/bubble-tip-green.png);
  position: absolute;
  margin: 12px 0 0 -18px;
}

.clue .bubble p,
.clue .bubble ol,
.clue .bubble h2,
.clue .bubble ul {
  margin: 12px 0 0;
}

.clue .bubble p:first-child,
.clue .bubble ol:first-child,
.clue .bubble h2:first-child,
.clue .bubble ul:first-child {
  margin-top: 0;
}

.clue .bubble h2 {
  font-size: 16px;
  line-height: 21px;
  margin: 12px -12px;
  padding: 12px 12px 0;
  border-top: 1px dashed;
}

.clue .bubble h2:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.clue .content {
  padding: 12px;
}

.labeled .clue {
  margin-top: 28px;
}

.block .content .clue {
  margin-left: -12px;
}

.block .content .block > h3 .clue, .block > h3 .clue, .block .buttons .clue {
  margin-left: 0;
  top: -1px;
}

.right-column .clue {
  left: 0;
  top: 43.5px !important;
  text-align: left;
}

.right-column .clue .bubble {
  margin-left: 0;
}

.right-column .clue .bubble:before {
  display: none;
}


.edit-form .full,
.edit-form .buttons,
.edit-form .wym_area_main {
  position: relative;
}

.edit-form .full,
.edit-form .half + .half,
.edit-form .wym_tools_caption,
.edit-form .wym_area_main {
  margin-right: -12px;
  padding-right: 12px;
}


.block,
.block > h3 {
  position: relative;
}

.page {
  width: 940px;
  margin: 20px auto 0  auto;
}

.page > .header {
  min-height: 183px;
  border-bottom: 1px solid;
  position: relative;
}

.page > .header .bottom {
  position: absolute;
  padding-bottom: 14px;
  bottom: 0;
}

.page > .header .left {
  width: 556px;
}

.page > .header .right {
  width: 364px;
  margin-top: 18px;
}

.page > .header .number {
  padding-left: 0.35em;
}

.page > .header a.partial-link,
.page > .header .locales a {
  color: #b2b2b2;
  border-bottom: 0;
}

.page > .header a.partial-link {
  margin-left: 20px;
  display: inline;
}

.page > .header a.partial-link:first-child {
  margin-left: 0;
}

.page > .header a.partial-link:hover, .page > .header a.partial-link.active {
  background: none;
  color: #575757;
}

.page > .header .locales {
  float: right;
}

.page > .header #tools-link {
  font-family: Symbols, sans-serif;
  float: right;
  font-size: 32px;
  margin-bottom: -2px;
  margin-top: 2px;
}

.page > .header .number {
  color: #b2b2b2;
}

.page .main {
  margin-top: 20px;
}

.page .main .spinner {
  margin-top: 20px;
}

.page h1 + .row > .main {
  border-top: 1px solid;
  margin-top: 2px;
}

.page h1 + .row > .main + .boxes {
  margin-top: -18px;
}

.page .list,
.page .box {
  margin-top: 20px;
}

.page .boxes {
  width: 364px;
}

.primary.content {
  font-size: 20px;
  line-height: 27px;
}

.primary.content h2 {
  border-top: 1px solid #575757;
  padding: 18px 0 0 1.41667em;
}

.primary.content h2:first-child {
  padding-top: 0;
  border-top: 0;
}

.primary.content .slideshow:first-child,
.primary.content .image:first-child,
.primary.content .video:first-child {
  margin-top: 0;
}

.primary.content .slideshow + h2,
.primary.content .image + h2 {
  border-top: 0;
  padding-top: 0;
}


.thumbnail img {
  display: block;
}


a.filter {
  border: none;
  color: #00a1e4;
  border-radius: 2px;
  padding: 1px 3px;
}

a.filter:hover, a.filter.active {
  background-color: #00a1e4;
  color: white;
}

nav.filters {
  border-width: 1px 0;
  border-style: solid;
  margin-bottom: 20px;
  position: relative;
  min-height: 50px;

}

nav.filters .ending {
  position: absolute;
  z-index: 1;
  right: -1px;
  height: 50px;
  line-height: 50px;
  pointer-events: none;
}

nav.filters .ending .fade-out {
  position: absolute;
  left: -80px;
  top: 0;
  width: 80px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
  background-image: linear-gradient(to right,rgba(255, 255, 255, 0) 0%, white 80%);
}

nav.filters .ending .do-expand, nav.filters .ending .do-collapse {
  position: relative;
  background: white;
  text-align: right;
  white-space: nowrap;
  pointer-events: auto;
  padding: 10px 0 10px 10px;
}

nav.filters .ending .do-expand, nav.filters .ending .do-expand:hover, nav.filters .ending .do-collapse, nav.filters .ending .do-collapse:hover {
  color: #00a1e4;
  border: none;
}

nav.filters .ending .do-expand .symbol, nav.filters .ending .do-collapse .symbol {
  display: inline-block;
  position: relative;
  top: 3px;
  vertical-align: baseline;
  font-size: 24px;
}

nav.filters .ending .do-collapse {
  display: none;
}

nav.filters .collapsed {
  position: absolute;
  height: 50px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

nav.filters .collapsed a {
  margin-left: 20px;
  display: inline-block;
  margin-top: 13px;
}

nav.filters .expanded {
  display: none;
}

nav.filters .expanded .row {
  padding: 20px 0;
  border: 1px dashed #00a1e4;
  border-width: 0 0 1px 0;
}

nav.filters .expanded .row:last-child {
  border-bottom-width: 0;
}

nav.filters .expanded h4 {
  width: 172px;
  font-size: 20px;
}

nav.filters .expanded .row.location .input,
nav.filters .expanded .row.area .input {
  margin-left: 20px;
}

nav.filters .expanded .row.location h4 {
  line-height: 35px;
}

nav.filters .expanded .row.location form, nav.filters .expanded .row.location input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 364px;
  padding-right: 24px;
}

nav.filters .expanded .row.location .symbol {
  position: relative;
  margin-left: 0;
  right: 24px;
  top: 0;
  font-size: 24px;
  line-height: 35px;
}

nav.filters .expanded .column-list {
  width: 748px;
  -webkit-columns: 172px 4;
  -moz-columns: 172px 4;
  columns: 172px 4;
}

nav.filters .save-as-channel {
  position: absolute;
  top: 8px;
  left: calc(100% + 20px);
}


nav.filters.open .do-collapse {
  display: inline;
}

nav.filters.open .do-expand {
  display: none;
}


.slideshow,
.image {
  margin: 18px 0;
}

.slideshow .footer,
.image .footer {
  border-bottom: 1px solid;
}

.content .slideshow:first-child, .content
.image:first-child {
  margin-top: 0;
}

.slideshow .caption,
.image .caption {
  font-size: 16px;
  line-height: 21px;
  padding: 4px 0;
}

.image {
  text-align: center;
}

.image img {
  display: block;
}

.image .caption {
  text-align: left;
}


.slideshow .images {
  position: relative;
}

.slideshow .images img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slideshow .overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 24px;
  line-height: 32px;
}

.ie .slideshow .overlay {
  background: url(//wemakeit.com/assets/blank.gif);
}

.slideshow .overlay > * {
  width: 50%;
  height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  cursor: pointer;
}

.slideshow .overlay > *:hover .button {
  display: block;
}

.slideshow .overlay .button {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  background: white;
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 1.3em;
  text-align: center;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.2);
  display: none;
}

.slideshow .overlay .prev .button {
  left: 20px;
}

.slideshow .overlay .next .button {
  right: 20px;
}

.slideshow .overlay .prev .button:after {
  content: "\2190";
}

.slideshow .overlay .next .button:after {
  content: "\2192";
}

.slideshow .footer {
  position: relative;
}

.slideshow .title {
  position: relative;
}

.slideshow .bullets {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 34px;
  line-height: 30px;
}

.slideshow .bullets a {
  color: #b2b2b2;
  background: none;
  border-bottom: 0;
}

.slideshow .bullets a:hover, .slideshow .bullets a.active {
  color: #575757;
}


.pagination {
  border: 1px solid;
  border-width: 1px 0;
  padding: 6px 0;
  font-size: 16px;
  line-height: 21px;
  position: relative;
  z-index: 1;
}

.pagination .numbers {
  margin-left: 0.35em;
  color: #b2b2b2;
}

.pagination .title {
  position: relative;
}

.pagination .navigation {
  text-align: right;
  position: absolute;
  top: 6px;
  right: 0;
}

.pagination .navigation * {
  padding: 0 3px;
  border-bottom: none;
  border-radius: 4px;
}

.pagination .navigation *:hover {
  background: #e9e9e9;
}

.pagination .navigation .current {
  cursor: default;
  color: white;
  background: #bebebe;
}

.pagination .navigation * + * {
  margin-left: 0px;
}

.pagination.empty {
  padding: 0;
  border-top: 0;
}

.comments .entries > div,
.backers .entries > div {
  display: block;
  padding: 16px 0;
  border-top: 1px dashed #b2b2b2;
}

.comments .entries > div > *, .comments .entries > div > div > *,
.backers .entries > div > *,
.backers .entries > div > div > * {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.comments .entries > div img,
.backers .entries > div img {
  margin: 0 20px 0 16px;
}

.comments .entries > div div,
.comments .entries > div h3,
.backers .entries > div div,
.backers .entries > div h3 {
  width: 456px;
}

.comments .entries > div:first-child,
.comments .entries .hidden + div,
.backers .entries > div:first-child,
.backers .entries .hidden + div {
  border-top: 0;
}


.comments .entries > div div + div {
  padding-top: 4px;
  font-size: 13px;
  line-height: 18px;
}

.comments .entries > div p {
  margin: 0;
}

.comments .entries > div p + p {
  margin-top: 18px;
}


.new-comment {
  border-top: 0;
}

.post {
  position: relative;
  margin-top: 20px;
  border: 1px solid #b2b2b2;
}

.post:first-child {
  margin-top: 0;
}

.post .header,
.post .edit-form {
  margin: 0;
}

.post .header {
  border-bottom: 1px dashed #b2b2b2;
}

.post .header,
.post .primary.content,
.post .edit-button {
  padding: 12px;
}

.post .edit-form {
  background: #f1f1f1;
  padding: 11px;
}

.post .edit-form .buttons {
  text-align: right;
}

.post .primary.content {
  margin-bottom: -18px;
}

.post .primary.content h2 {
  border-top: 0;
  padding: 0;
}

.post .primary.content *:first-child {
  margin-top: 0;
}

.post.create .edit-button {
  position: relative;
  text-align: right;
}

.post .comments .pagination {
  border-color: #b2b2b2;
}

.post .comments .pagination .title {
  padding-left: 12px;
}

.post .comments .pagination .navigation {
  right: 12px;
}

.post .comments .entries > div div {
  width: 454px;
}

.post .new-comment {
  border: 0;
  margin-bottom: 0;
}

.post .new-comment .content {
  border-top: 1px solid #b2b2b2;
}

.header {

}

.header .social-fb {
  height: 72px;
}


.social-bar {
  padding: 8px;
  background: #f1f1f1;
  margin-top: -18px;

}

.social-bar:after {
  content: "";
  display: table;
  clear: both;
}

.social-bar .social-twitter,
.social-bar .social-fb {
  float: left;
  line-height: 0;
  margin-right: 4px;
}

.social-bar .social-twitter {
  margin-top: 2px;
}

.social-bar .social-embed {
  float: right;
}


html, body {
  height: 100%;
}

#main {
  margin-bottom: -221px;
  padding-bottom: 40px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.push,
footer {
  height: 221px;
}


footer {
  background: #696a6d;
  color: white;
}

footer h4 {
  color: #b8babc;
  padding-bottom: 5px;
}

footer ul {
  margin-bottom: 18px;
}

footer a {
  color: white;
  border-bottom: 0;
}

footer a:not(.button):hover {
  background: none;
  border-bottom: 1px solid;
}

footer .row {
  padding: 18px 0;
  width: 940px;
  margin: 0 auto;
}

footer .row > div {
  width: 172px;
}

footer .copyright {
  background: #57585b;
  color: #b2b2b2;
}

footer .copyright .row {
  padding: 9px 0;
}

footer .copyright .text {
  width: 748px;
}

footer .version {
  color: #57585b;
}

.newsletter .countries {
  margin-bottom: 6px;
}

.newsletter .countries input {
  margin: 0;
}

.newsletter .full + .countries li {
  display: inline;
}

.newsletter .full + .countries span:nth-of-type(2n) {
  margin-left: 6px;
}

.newsletter .buttons {
  text-align: left;
}


.credit-accounts table.block .content {
  border-top: 0;
}

.credit-accounts table.block .content tr {
  border-top: 1px dashed;
}

.credit-accounts table.block tr, .credit-accounts table.block td {
  white-space: nowrap;
}

.credit-accounts table.block td.description {
  white-space: normal;
}

.credit-accounts table.block:hover {
  background: #e9e9e9;
}

.credit-accounts table.block .number {
  text-align: right;
}

.m-notification {
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid;
  border-radius: 4px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
  text-align: left;
}

.m-notification--notice {
  color: #00a1e4;
  border-color: #00a1e4;
  background: #eff8fa;
}
