.teaser {
  font-size: 1.3em;
  line-height: 1.4em;
}

.highlight,
.highlight2 {
  padding: 0em 0.2em;
  background: yellow;
}

.highlight2 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 0em 0.4em;
}

hr {
  clear: both;
}

.hr-toplink {
  text-align: right;
  float: right;
  margin-top: 0.5em;
}

hr.invisible {
  border: none;
  outline: none;
  background: none;
  width: 100%;
  height: 2em;
}

a.sc-button {
  display: inline-block;
  zoom: 1;
  /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: .25em 0.75em .27em 0.75em;
  margin: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -khtml-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.6em;
  color: #fef4e9;
  border: solid 1px #bbb;
  background: #f78d1d;
  color: #fff;
  text-decoration: none!important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
}
a.sc-button.sc-button-2 {
  font-size: 1.3em;
}
a.sc-button.sc-button-3 {
  font-size: 1.8em;
}
a.sc-button.sc-button-4 {
  font-size: 2.5em;
}
a.sc-button:hover, a.sc-button:focus {
  text-decoration: none!important;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.1));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0.1));
}
a.sc-button[class|="col"] {
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

aside.box {
  background-color: #e0e0e0;
}

.box-note {
  background: url("../images/pattern_notepad_1.gif");
  color: #666;
  font-family: Cambria, Georgia, "Times New Roman", serif;
  font-size: 120%;
  font-style: italic;
}

.dropcap {
  float: left;
  display: block;
  margin: 0 6px -5px 0;
  font-size: 2.5em;
  line-height: 1;
  text-align: center;
}

.dropshadow {
  position: relative;
  margin-bottom: 20px;
  z-index: 5;
  display: inline-block;
  max-width: 100%;
}
.dropshadow img {
  display: block;
  margin: 0;
}
.dropshadow * {
  position: relative;
  z-index: 6;
}

.raised {
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.dropshadow:before,
.dropshadow:after {
  content: "";
  position: absolute;
  z-index: 0;
}

.lifted {
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.lifted:before,
.lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  -moz-box-shadow: 0 15px 7px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 15px 7px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 15px 7px rgba(0, 0, 0, 0.8);
  box-shadow: 0 15px 7px rgba(0, 0, 0, 0.8);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.lifted:after {
  right: 10px;
  left: auto;
  -moz-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.perspective:before {
  left: 80px;
  bottom: 3px;
  width: 50%;
  height: 35%;
  max-width: 50px;
  max-height: 40px;
  -moz-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -o-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
  -moz-transform: skew(50deg, 0deg);
  -webkit-transform: skew(50deg, 0deg);
  -o-transform: skew(50deg, 0deg);
  -ms-transform: skew(50deg, 0deg);
  transform: skew(50deg, 0deg);
  -moz-transform-origin: 0 107%;
  -webkit-transform-origin: 0 107%;
  -o-transform-origin: 0 107%;
  -ms-transform-origin: 0 107%;
  transform-origin: 0 107%;
}

.perspective:after {
  display: none;
}

.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -moz-box-shadow: 0 0 10px black;
  -webkit-box-shadow: 0 0 10px black;
  -o-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
  -webkit-border-radius: 10px 100px;
  -moz-border-radius: 10px / 100px;
  -o-border-radius: 10px / 100px;
  -ms-border-radius: 10px / 100px;
  -khtml-border-radius: 10px / 100px;
  border-radius: 10px / 100px;
}

.curved-vt2:before {
  right: 0;
}

.curved-hz1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  -webkit-border-radius: 100px 10px;
  -moz-border-radius: 100px / 10px;
  -o-border-radius: 100px / 10px;
  -ms-border-radius: 100px / 10px;
  -khtml-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.curved-hz2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -webkit-border-radius: 100px 10px;
  -moz-border-radius: 100px / 10px;
  -o-border-radius: 100px / 10px;
  -ms-border-radius: 100px / 10px;
  -khtml-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.html ul.contact-info {
  margin: 0;
  padding: 0;
}
.html ul.contact-info li {
  background: none no-repeat 0 7px;
  list-style: none;
  list-style-type: none;
  padding: 10px 0 10px 40px!important;
  margin: 0;
  min-height: 20px;
}
.html ul.contact-info li.address {
  background-image: url("../icons/address.png");
}
.html ul.contact-info li.email {
  background-image: url("../icons/email.png");
}
.html ul.contact-info li.phone {
  background-image: url("../icons/phone.png");
}

.html ul.social-links {
  margin: 0;
  padding: 0;
}
.html ul.social-links li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  background: none;
  min-height: 20px;
}
.html ul.social-links li a {
  padding: 12px 0 12px 40px;
  background: none no-repeat 0 7px;
  display: block;
  min-height: 19px;
}
.html ul.social-links li a:hover, .html ul.social-links li a:focus {
  color: inherit;
}
.html ul.social-links li.behance a {
  background-image: url("../icons/social/mono/Behance.png");
}
.html ul.social-links li.dribbble a {
  background-image: url("../icons/social/mono/Dribbble.png");
}
.html ul.social-links li.drupal a {
  background-image: url("../icons/social/mono/drupal.png");
  padding-top: 14px;
}
.html ul.social-links li.facebook a {
  background-image: url("../icons/social/mono/Facebook.png");
}
.html ul.social-links li.feed a {
  background-image: url("../icons/social/mono/Feed.png");
}
.html ul.social-links li.flickr a {
  background-image: url("../icons/social/mono/Flickr.png");
}
.html ul.social-links li.google a {
  background-image: url("../icons/social/mono/Google.png");
}
.html ul.social-links li.linkedin a {
  background-image: url("../icons/social/mono/LinkedIn.png");
}
.html ul.social-links li.myspace a {
  background-image: url("../icons/social/mono/Myspace.png");
}
.html ul.social-links li.paypal a {
  background-image: url("../icons/social/mono/PayPal.png");
}
.html ul.social-links li.pinterest a {
  background-image: url("../icons/social/mono/Pinterest.png");
}
.html ul.social-links li.skype a {
  background-image: url("../icons/social/mono/Skype.png");
}
.html ul.social-links li.tumblr a {
  background-image: url("../icons/social/mono/Tumblr.png");
}
.html ul.social-links li.twitter a {
  background-image: url("../icons/social/mono/Twitter.png");
}
.html ul.social-links li.vimeo a {
  background-image: url("../icons/social/mono/Vimeo.png");
}
.html ul.social-links li.youtube a {
  background-image: url("../icons/social/mono/YouTube.png");
}
.html ul.social-links li.behance a:hover, .html ul.social-links li.behance a:focus {
  background-image: url("../icons/social/color/Behance.png");
}
.html ul.social-links li.dribbble a:hover, .html ul.social-links li.dribbble a:focus {
  background-image: url("../icons/social/color/Dribbble.png");
}
.html ul.social-links li.drupal a:hover, .html ul.social-links li.drupal a:focus {
  background-image: url("../icons/social/color/drupal.png");
}
.html ul.social-links li.facebook a:hover, .html ul.social-links li.facebook a:focus {
  background-image: url("../icons/social/color/Facebook.png");
}
.html ul.social-links li.feed a:hover, .html ul.social-links li.feed a:focus {
  background-image: url("../icons/social/color/Feed.png");
}
.html ul.social-links li.flickr a:hover, .html ul.social-links li.flickr a:focus {
  background-image: url("../icons/social/color/Flickr.png");
}
.html ul.social-links li.google a:hover, .html ul.social-links li.google a:focus {
  background-image: url("../icons/social/color/Google.png");
}
.html ul.social-links li.linkedin a:hover, .html ul.social-links li.linkedin a:focus {
  background-image: url("../icons/social/color/LinkedIn.png");
}
.html ul.social-links li.myspace a:hover, .html ul.social-links li.myspace a:focus {
  background-image: url("../icons/social/color/Myspace.png");
}
.html ul.social-links li.paypal a:hover, .html ul.social-links li.paypal a:focus {
  background-image: url("../icons/social/color/PayPal.png");
}
.html ul.social-links li.pinterest a:hover, .html ul.social-links li.pinterest a:focus {
  background-image: url("../icons/social/color/Pinterest.png");
}
.html ul.social-links li.skype a:hover, .html ul.social-links li.skype a:focus {
  background-image: url("../icons/social/color/Skype.png");
}
.html ul.social-links li.tumblr a:hover, .html ul.social-links li.tumblr a:focus {
  background-image: url("../icons/social/color/Tumblr.png");
}
.html ul.social-links li.twitter a:hover, .html ul.social-links li.twitter a:focus {
  background-image: url("../icons/social/color/Twitter.png");
}
.html ul.social-links li.vimeo a:hover, .html ul.social-links li.vimeo a:focus {
  background-image: url("../icons/social/color/Vimeo.png");
}
.html ul.social-links li.youtube a:hover, .html ul.social-links li.youtube a:focus {
  background-image: url("../icons/social/color/YouTube.png");
}
.html ul.social-links.inline li {
  display: inline-block;
}

.col-1-8 {
  width: 8.5%;
}

.col-1-7 {
  width: 10.85%;
}

.col-1-6 {
  width: 13.32%;
}

.col-1-5 {
  width: 16.8%;
}

.col-1-4 {
  width: 22%;
}

.col-1-3 {
  width: 30.66%;
}

.col-1-2 {
  width: 48%;
}

.col-2-3 {
  width: 65.33%;
}

.col-3-4 {
  width: 74%;
}

.col-2-5 {
  width: 37.6%;
}

.col-3-5 {
  width: 58.4%;
}

.col-4-5 {
  width: 79.2%;
}

.col-5-6 {
  width: 82.67%;
}

.col-100 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.col-last {
  margin-right: 0;
}

.align-center,
a.align-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.toggle {
  margin: 1em 0;
}
.toggle .toggle-content {
  padding: 15px 15px 15px 40px;
}
.toggle h3 {
  background: url("../icons/expand.png") no-repeat 0 0;
  padding: 5px 0 8px 40px;
  cursor: pointer;
  min-height: 20px;
}
.toggle h3.expanded {
  background-image: url("../icons/collapse.png");
}
.toggle.default-collapsed .toggle-content {
  display: none;
}

body .sc-icon-list {
  list-style: none;
  list-style-type: none;
}
body .sc-icon-list li, body .sc-icon-list dt {
  padding-left: 25px;
  background: transparent none no-repeat 0 0.2em;
}
body .sc-icon-list.sc-arrow li {
  background-image: url("../icons/fugue/arrow.png");
  background-position: 0 0.5em;
}
body .sc-icon-list.sc-buoy li {
  background-image: url("../icons/fugue/buoy.png");
}
body .sc-icon-list.sc-calendar li {
  background-image: url("../icons/fugue/calendar.png");
}
body .sc-icon-list.sc-clock li {
  background-image: url("../icons/fugue/clock.png");
}
body .sc-icon-list.sc-pin li {
  background-image: url("../icons/fugue/pin.png");
}
body .sc-icon-list.sc-play li {
  background-image: url("../icons/fugue/play.png");
  background-position: 0 0.5em;
}
body .sc-icon-list.sc-skip li {
  background-image: url("../icons/fugue/skip.png");
  background-position: 0 0.5em;
}
body .sc-icon-list.sc-thumb li {
  background-image: url("../icons/fugue/thumb.png");
}
body .sc-icon-list.sc-tick li {
  background-image: url("../icons/fugue/tick.png");
}
body .sc-icon-list.sc-tick-grey li {
  background-image: url("../icons/fugue/tick-grey.png");
}
body .sc-icon-list.sc-warning li {
  background-image: url("../icons/fugue/warning.png");
}
