.hot,
.new {
  position: relative;
  z-index: 1;
}
.hot h3:after,
.hot h3:after,
.new h3:after,
.new h3:after {
  position: absolute;
  z-index: 20;
  padding: 0px 8px;
  font-size: 60%;
  top: 8px;
  right: -8px;
  font-style: italic;
  background: #333;
  color: #fff;
}
.hot h3:after {
  content: "Hot";
}
.new h3:after {
  content: "New";
}
.primary1 h3:after {
  background: #a8bfda;
}
.primary2 h3:after {
  background: #4571A4;
}
.primary3 h3:after {
  background: #182738;
}
.secondary1 h3:after {
  background: #608bbc;
}
.secondary2 h3:after {
  background: #4571A4;
}
.secondary3 h3:after {
  background: #182738;
}
.icon {
  position: relative;
  width: 100%;
  background: none;
  height: auto;
}
.icon:before {
  font-size: 2em;
  position: absolute;
  right: 8px;
  top: 6px;
  opacity: 0.6;
}
.iconsmall:before {
  font-size: 1em;
}
.icon.medium:before {
  font-size: 4em;
}
.icon.large:before {
  font-size: 8em;
}
.icon.top:before {
  top: 6px;
}
.icon.bottom:before {
  bottom: 6px;
  top: auto;
}
.corner {
  position: relative;
  padding: 1em 1.5em;
  margin: 2em auto 40px !important;
  color: #fff;
  background: #97C02F;
  border: 0 !important;
}
.corner h3 span {
  color: #fff;
}
.corner.primary1 {
  background: #4571A4;
  color: #fff;
}
.corner.primary2 {
  background: #2e4c6e;
  color: #fff;
}
.corner.primary3 {
  background: #7298c4;
  color: #fff;
}
.corner.secondary1 {
  background: #4571A4;
  color: #fff;
}
.corner.secondary2 {
  background: #2e4c6e;
  color: #fff;
}
.corner.secondary3 {
  background: #7298c4;
  color: #fff;
}
.corner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #658E15 #fff;
}
.corner span {
  padding: 0;
}
.corner span:before {
  border-width: 0 !important;
}
.corner.primary1::after {
  border-color: #2e4c6e #fafafa;
}
.corner.primary2::after {
  border-color: #4571A4 #fafafa;
}
.corner.primary3::after {
  border-color: #182738 #fafafa;
}
.corner.secondary1::after {
  border-color: #2e4c6e #fafafa;
}
.corner.secondary2::after {
  border-color: #4571A4 #fafafa;
}
.corner.secondary3::after {
  border-color: #182738 #fafafa;
}
.zen-module-title h3 {
  padding: 0;
  margin: 0;
}
.zen-module-title h3 span {
  padding: 0;
}
.zen-module-title h3 span:before {
  border-width: 10px 10px 0px 0;
  border-style: solid;
  border-color: #a8bfda #f9f9f9;
  margin-top: -21px;
  content: " ";
  display: block;
  float: left;
  margin-right: 0px;
}
.modalmodule .btn span,
.popovermodule .btn span {
  color: #fff !important;
}
.modalmodule span:before,
.popovermodule span:before {
  border: 0 !important;
}
.sidebar .zen-module-title span:before {
  margin-left: -20px;
}
.sidebar .zen-module-body {
  width: 94%;
}
.primary1,
.sidebar .primary1 {
  padding: 10px;
  margin-bottom: 20px;
}
.primary1 .zen-module-title h3 span:before,
.sidebar .primary1 .zen-module-title h3 span:before {
  border-color: #4571A4 #f9f9f9;
}
.primary1.border,
.sidebar .primary1.border {
  border: 1px solid #4571A4;
  background: none;
  color: #4571A4;
}
.primary2,
.sidebar .primary2 {
  padding: 10px;
  margin-bottom: 20px;
}
.primary2 .zen-module-title h3 span:before,
.sidebar .primary2 .zen-module-title h3 span:before {
  border-color: #2e4c6e #f9f9f9;
}
.primary2.border,
.sidebar .primary2.border {
  border: 1px solid #a8bfda;
  background: none;
  color: #4571A4;
}
.primary3,
.sidebar .primary3,
.inset.primary3 .zen-module-body {
  padding: 10px;
  margin-bottom: 20px;
}
.primary3 .zen-module-title h3 span:before,
.sidebar .primary3 .zen-module-title h3 span:before,
.inset.primary3 .zen-module-body .zen-module-title h3 span:before {
  border-color: #7298c4 #f9f9f9;
}
.primary3.border,
.sidebar .primary3.border,
.inset.primary3 .zen-module-body.border {
  border: 1px solid #a8bfda;
  background: none;
  color: #4571A4;
}
.secondary1,
.sidebar .secondary1,
.inset.secondary1 .zen-module-body {
  padding: 10px;
  margin-bottom: 20px;
}
.secondary1 .zen-module-title h3 span:before,
.sidebar .secondary1 .zen-module-title h3 span:before,
.inset.secondary1 .zen-module-body .zen-module-title h3 span:before {
  border-color: #4571A4 #f9f9f9;
}
.secondary1.border,
.sidebar .secondary1.border,
.inset.secondary1 .zen-module-body.border {
  border: 1px solid #4571A4;
  background: none;
  color: #4571A4;
}
.secondary2,
.sidebar .secondary2,
.inset.secondary2 .zen-module-body {
  padding: 10px;
  margin-bottom: 20px;
}
.secondary2 .zen-module-title h3 span:before,
.sidebar .secondary2 .zen-module-title h3 span:before,
.inset.secondary2 .zen-module-body .zen-module-title h3 span:before {
  border-color: #2e4c6e #f9f9f9;
}
.secondary2.border,
.sidebar .secondary2.border,
.inset.secondary2 .zen-module-body.border {
  border: 1px solid #365880;
  background: none;
  color: #4571A4;
}
.secondary3,
.sidebar .secondary3,
.inset.secondary3 .zen-module-body {
  padding: 10px;
  margin-bottom: 20px;
}
.secondary3 .zen-module-title h3 span:before,
.sidebar .secondary3 .zen-module-title h3 span:before,
.inset.secondary3 .zen-module-body .zen-module-title h3 span:before {
  border-color: #7298c4 #f9f9f9;
}
.secondary3.border,
.sidebar .secondary3.border,
.inset.secondary3 .zen-module-body.border {
  border: 1px solid #608bbc;
  background: none;
  color: #4571A4;
}
.moduletable.dark .zen-module-title h3 span:before {
  border-color: #000 #f9f9f9;
}
.moduletable.light .zen-module-title h3 span:before {
  border-color: #fff #f9f9f9;
}
.moduletable.border {
  border: 1px solid #eee;
  padding: 10px;
}
.moduletable.border strong {
  color: #666;
}
.primary1 .zen-module-title h3,
.primary1 strong,
.primary2 .zen-module-title h3,
.primary2 strong,
.primary3 .zen-module-title h3,
.primary3 strong,
.secondary1 .zen-module-title h3,
.secondary1 strong,
.secondary2 .zen-module-title h3,
.secondary2 strong,
.secondary3 .zen-module-title h3,
.secondary3 strong,
.dark .zen-module-title h3,
.dark strong {
  margin-bottom: 10px;
}
.primary1.border strong,
.primary2.border strong,
.primary3.border strong,
.secondary1.border strong,
.secondary2.border strong,
.secondary3.border strong,
.dark.border strong {
  color: #666;
}
.shadow,
.inset.shadow .zen-module-body {
  box-shadow: 3px 3px 5px rgba(0,0,0,0.08);
  padding: 10px;
}
.shadow strong,
.inset.shadow .zen-module-body strong {
  color: #666;
}
.shadow2 {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.09);
  padding: 10px;
}
.shadow2 strong {
  color: #666;
}
.inset.border {
  border: 1px solid #eee;
  padding: 10px;
}
.inset.primary1,
.inset.primary2,
.inset.primary3,
.inset.secondary1,
.inset.secondary2,
.inset.secondary3,
.inset.dark {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
}
.inset.primary1 .zen-module-title h3,
.inset.primary2 .zen-module-title h3,
.inset.primary3 .zen-module-title h3,
.inset.secondary1 .zen-module-title h3,
.inset.secondary2 .zen-module-title h3,
.inset.secondary3 .zen-module-title h3,
.inset.dark .zen-module-title h3 {
  color: #666;
}
.inset .zen-module-body {
  -webkit-box-shadow: inset 0 0 1px 0 #fff 1px 2px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 0 1px 0 #fff 1px 2px 0 rgba(0,0,0,0.25);
  box-shadow: inset 0 0 1px 0 #fff 1px 2px 0 rgba(0,0,0,0.25);
  border: 1px solid #eee !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 94%;
  padding: 10px;
}
.inset.shadow2 {
  border: 0;
  box-shadow: none;
  background-image: none;
  background: none;
  padding: 0;
  margin: 0;
}
.inset.shadow2 .zen-module-body {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.08);
  padding: 10px;
}
img.border {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  background: #fff;
  padding: 4px;
  max-width: 98%;
  margin-bottom: 20px;
}
.anvil {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0;
  text-align: right;
  font: 30px/100px Arial, sans-serif;
  border: 0 !important;
}
.anvil::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 0 0 80px 80px;
  border-style: solid;
  border-color: transparent white;
}
.anvil.primary1::after {
  border-color: transparent #4571A4;
}
.anvil.primary2::after {
  border-color: transparent #2e4c6e;
}
.anvil.primary3::after {
  border-color: transparent #7298c4;
}
.anvil.secondary1::after {
  border-color: transparent #4571A4;
}
.anvil.secondary2::after {
  border-color: transparent #2e4c6e;
}
.anvil.secondary3::after {
  border-color: transparent #7298c4;
}
.rounded-big {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 10px;
  font-size: 2em;
  display: inline-block;
  width: 80px;
  text-align: center;
  line-height: 60px;
}
.rounded-big.primary1 {
  background: #4571A4;
  color: #fff;
}
.rounded-big.primary2 {
  background: #2e4c6e;
  color: #fff;
}
.rounded-big.primary3 {
  background: #7298c4;
  color: #fff;
}
.rounded-big.secondary1 {
  background: #4571A4;
  color: #fff;
}
.rounded-big.secondary2 {
  background: #2e4c6e;
  color: #fff;
}
.rounded-big.secondary3 {
  background: #7298c4;
  color: #fff;
}
.rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.centered h3 span {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.centered h3 span:before {
  border: 0;
}
.moduletable.small .zen-module-title h3 {
  background: #eee;
  height: 1px;
  text-align: center;
  margin-bottom: 60px;
}
.moduletable.small .zen-module-title span {
  background: #fff;
  width: auto;
  display: inline-block;
  text-align: center;
  top: -10px;
  position: relative;
  padding: 0 30px;
}
.moduletable.padding {
  padding: 30px 0 0;
}
.firstmodule {
  border-top: 0;
  margin-top: -1px !important;
}
