/* MASTER STYLESHEET

    SECTIONS
    *1.0........VARIABLES
		*1.1....colors
		*1.2....fonts
		*1.3....borders
		*1.4....layout
		*1.5....mixins

	*2.0........RESETS

    *3.0........OVERRIDES
				
    *4.0........PAGE ELEMENTS
		*4.1....container
		*4.2....error and success handling
		*4.3....header
		*4.4....navigation
		*4.5....footer
		*4.6....sprite classes
			*4.6.1 header sprite
			*4.6.2 footer sprite
		*4.7....share buttons
		*4.8....section (all-content)
        *4.9....cluetip

***********************************************************/
/* SECTION *1.0 VARIABLES AND MIXINS */
/* moved this section to variables.scss for import, any changes make there too */
/* *1.1 colors */
/* *1.2 fonts */
@font-face {
  font-family: 'ChunkFiveRegular';
  font-weight: normal;
  font-style: normal;
  src: url("/Content/fonts/Chunkfive-webfont.eot");
  src: url("/Content/fonts/Chunkfive-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Chunkfive-webfont.woff") format("woff"), url("/Content/fonts/Chunkfive-webfont.ttf") format("truetype"), url("/Content/fonts/Chunkfive-webfont.svg#ChunkFiveRegular") format("svg"); }

@font-face {
  font-family: 'PacificoRegular';
  font-weight: normal;
  font-style: normal;
  src: url("/Content/fonts/Pacifico-webfont.eot");
  src: url("/Content/fonts/Pacifico-webfont.eot?#iefix") format("embedded-opentype"), url("/Content/fonts/Pacifico-webfont.woff") format("woff"), url("/Content/fonts/Pacifico-webfont.ttf") format("truetype"), url("/Content/fonts/Pacifico-webfont.svg#PacificoRegular") format("svg"); }

/* *1.3 borders */
/* *1.4 layout */
/* *1.5 mixins */
/* SECTION *2.0 RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-wrap: break-word; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

input[type=text], input[type=password] {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 1px solid #d6d6d6;
  height: 25px;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: 5px; }

select, textarea {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 1px solid #d6d6d6;
  height: 25px;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* SECTION *3.0 OVERRIDES */
a {
  outline: 0; }

select, textarea {
  text-indent: 0; }

dl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  dl:after {
    content: "";
    display: table;
    clear: both; }

/* SECTION *4.0 PAGE ELEMENTS */
/* *4.1 container */
html {
  background: url(/Content/images/stars-bg-y.gif) repeat 0 0;
  height: 100%; }

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: smaller;
  background: url(/Content/images/stars-bg-x.gif) repeat-x 0 0;
  height: 100%;
  line-height: 136%; }

a {
  color: #c7492a;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

hr {
  border: 0;
  height: 1px;
  background: #D6D6D6;
  width: 100%;
  margin: 10px 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.container {
  width: 1016px;
  margin: 0 auto;
  background: url(/Content/images/main-glow-stars.png);
  position: relative; }
  .container .inner {
    width: 1000px;
    font-size: 86%;
    background: url(/Content/images/main-glow-big-stars.png) no-repeat;
    padding: 0 8px;
    position: relative; }

.orange-button {
  background: -moz-linear-gradient(top, #d85f36 50%, #c7492a 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d85f36), color-stop(50%, #c7492a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d85f36 50%, #c7492a 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d85f36 50%, #c7492a 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d85f36 50%, #c7492a 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d85f36 50%, #c7492a 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d85f36', endColorstr='#c7492a',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #c7492a;
  background-color: #c7492a;
  /* fixes IE block-level onclick issue */
  box-shadow: inset 0 0 3px #dd7351;
  -moz-box-shadow: inset 0 0 3px #dd7351;
  -webkit-box-shadow: inset 0 0 3px #dd7351;
  text-shadow: 1px 1px 1px #333333;
  -o-text-shadow: 1px 1px 1px #333333;
  -moz-text-shadow: 1px 1px 1px #333333;
  -webkit-text-shadow: 1px 1px 1px #333333;
  -ms-text-shadow: 1px 1px 1px #333333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  padding: 10px 0;
  cursor: pointer;
  float: left;
  display: block;
  height: 1%;
  zoom: 1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white !important; }

.gray-button {
  background: -moz-linear-gradient(top, #f4f4f4 50%, #e4e4e4 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f4f4f4), color-stop(50%, #e4e4e4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f4f4 50%, #e4e4e4 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f4f4 50%, #e4e4e4 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f4f4 50%, #e4e4e4 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f4f4 50%, #e4e4e4 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0efeb', endColorstr='#e4e4e4',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #999999;
  background-color: #f4f4f4;
  /* fixes IE block-level onclick issue */
  box-shadow: inset 0 0 3px white;
  -moz-box-shadow: inset 0 0 3px white;
  -webkit-box-shadow: inset 0 0 3px white;
  text-shadow: 1px 1px 1px white;
  -o-text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
  -ms-text-shadow: 1px 1px 1px white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  padding: 10px 0;
  cursor: pointer;
  float: left;
  display: block;
  height: 1%;
  zoom: 1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #717074 !important; }

.green-button {
  background: -moz-linear-gradient(top, #199951 50%, #168045 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #199951), color-stop(50%, #168045));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #199951 50%, #168045 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #199951 50%, #168045 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #199951 50%, #168045 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #199951 50%, #168045 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#199951', endColorstr='#168045',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #168045;
  background-color: #168045;
  /* fixes IE block-level onclick issue */
  box-shadow: inset 0 0 3px #717074;
  -moz-box-shadow: inset 0 0 3px #717074;
  -webkit-box-shadow: inset 0 0 3px #717074;
  text-shadow: 1px 1px 1px #717074;
  -o-text-shadow: 1px 1px 1px #717074;
  -moz-text-shadow: 1px 1px 1px #717074;
  -webkit-text-shadow: 1px 1px 1px #717074;
  -ms-text-shadow: 1px 1px 1px #717074;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  padding: 10px 0;
  cursor: pointer;
  float: left;
  display: block;
  height: 1%;
  zoom: 1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white !important; }

.signup-button {
  background: -moz-linear-gradient(top, #6cc1c9 50%, #4b9ca4 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #6cc1c9), color-stop(50%, #4b9ca4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6cc1c9 50%, #4b9ca4 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6cc1c9 50%, #4b9ca4 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6cc1c9 50%, #4b9ca4 50%);
  /* IE10+ */
  background: linear-gradient(to bottom, #6cc1c9 50%, #4b9ca4 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cc1c9', endColorstr='#4b9ca4',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #4b9ca4;
  background-color: #6cc1c9;
  /* fixes IE block-level onclick issue */
  box-shadow: inset 0 0 3px #91d1d7;
  -moz-box-shadow: inset 0 0 3px #91d1d7;
  -webkit-box-shadow: inset 0 0 3px #91d1d7;
  text-shadow: 1px 1px 1px #333333;
  -o-text-shadow: 1px 1px 1px #333333;
  -moz-text-shadow: 1px 1px 1px #333333;
  -webkit-text-shadow: 1px 1px 1px #333333;
  -ms-text-shadow: 1px 1px 1px #333333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  text-align: center;
  text-decoration: none !important;
  padding: 10px 0;
  cursor: pointer;
  float: left;
  display: block;
  height: 1%;
  zoom: 1;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white !important; }

/* 4.2 error and success handling */
.error, .input-validation-error {
  color: #c7492a; }

.success {
  background: #E0F5D6;
  border-top: 1px solid #008f00;
  border-bottom: 1px solid #008f00;
  padding: 10px;
  color: #008f00;
  margin: 0 0 10px 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=text].error, input.error, select.error, textarea.error,
input[type=text].input-validation-error, input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
  background-color: white;
  border: 1px solid #c7492a;
  color: inherit; }

.hidden {
  display: none; }

.warning {
  color: #c7492a; }

.exceeded {
  color: #820101; }

/* 4.3 header */
#header {
  width: 952px;
  margin: 0 auto 6px;
  position: relative;
  z-index: 1000;
  clear: both; }
  #header #logo {
    margin-left: 6px; }
    #header #logo a {
      vertical-align: top;
      text-decoration: none; }

#login {
  margin-top: 17px;
  color: #949494;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 90%;
  z-index: 9999;
  text-align: right;
  line-height: 14px; }
  #login a {
    color: #999999;
    text-decoration: underline;
    text-decoration: none; }
    #login a:hover {
      text-decoration: underline; }

#contact-banner {
  text-align: right;
  margin-top: 4px;
  color: #999999;
  font-size: 90%;
  margin-top: 35px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999; }
  #contact-banner li {
    margin-left: 20px;
    float: right; }
  #contact-banner .lpPoweredBy {
    display: none; }
  #contact-banner .lpEmtStarRating {
    display: none; }

/*4.4 navigation */
#navbar {
  text-align: center;
  font-weight: bold;
  font-size: 85%;
  clear: both;
  background: url(/Content/images/nav-shadow.png) -15px 0 no-repeat;
  padding-top: 15px;
  position: absolute;
  left: -24px;
  top: 48px;
  width: 1000px;
  z-index: 0; }

.main-nav {
  background: #777777;
  width: 100%;
  display: inline-block; }
  .main-nav li {
    border-left: 1px solid #4E4E50;
    border-right: 1px solid #95979B;
    display: inline;
    margin: 0;
    float: left;
    position: relative;
    padding: 0px;
    z-index: 102; }
    .main-nav li:hover a {
      background: white;
      color: #777777; }
    .main-nav li:hover ul {
      left: 0;
      display: block;
      margin-left: -1px; }
    .main-nav li a {
      background: #777777;
      text-decoration: none;
      padding: 6px 18px;
      display: block;
      color: white;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .main-nav li ul {
      border-width: 0 1px 1px;
      border-style: solid;
      border-color: #4E4E50;
      position: absolute;
      left: -9999em;
      width: 175px;
      text-align: left;
      z-index: 100; }
      .main-nav li ul li {
        width: 175px;
        border: none; }
        .main-nav li ul li a {
          background: white;
          color: #666;
          display: block;
          padding: 6px 18px; }
          .main-nav li ul li a:hover {
            background: #EEE; }
  .main-nav li.active {
    border-right: 1px solid white; }
    .main-nav li.active a {
      background: white;
      color: #777777; }
  .main-nav #navBands {
    border-left: 0;
    margin-left: 166px; }
  .main-nav #navMyP {
    border-right: 0; }

/* *4.5 footer classes */
#footer {
  background: url(/Content/images/footer-top-shadow.png) #f4f4f4 repeat-x top;
  clear: both;
  font-size: 100%;
  line-height: 130%;
  margin-top: 30px;
  padding: 24px;
  width: 952px;
  color: #999999; }
  #footer p {
    clear: both;
    margin: 0;
    padding: 0; }
  #footer a {
    color: #999999;
    text-decoration: underline; }
    #footer a:hover {
      text-decoration: none; }
  #footer .footer-column {
    background: url(/Content/images/footer-col-divider.png) no-repeat right top;
    min-height: 140px;
    width: 307px;
    float: left; }
  #footer .column-margin {
    margin-left: 20px; }
  #footer .last-column {
    min-height: 140px;
    width: 297px;
    float: left; }
  #footer .footer-links-column {
    float: left;
    width: 153px;
    margin: 0; }
  #footer .footer-title {
    font-size: 100%;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px 0; }
  #footer ul.footer-links {
    float: left;
    margin: 0;
    width: 143px;
    list-style-type: none; }
    #footer ul.footer-links li {
      margin-bottom: 5px; }
  #footer .footer-bottom {
    clear: both;
    width: 100%;
    padding: 20px 0; }
  #footer ul.footer-trust li, #footer ul.footer-social li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
  #footer ul.footer-client-logos {
    padding: 0;
    margin: 0; }
    #footer ul.footer-client-logos li {
      float: left;
      margin-right: 45px;
      opacity: 0.5;
      /* Good browsers */
      -moz-opacity: 0.5;
      /* Netscape */
      -khtml-opacity: 0.5;
      /* Safari 1.x */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
      /* IE 8 */
      filter: alpha(opacity=50);
      /* IE 5-7 */ }
    #footer ul.footer-client-logos li.last {
      margin: 0; }
  #footer .copyright {
    padding: 0;
    margin: 0;
    font-size: 86%; }

/* *4.6 sprite classes */
/* *4.6.1 header sprite */
.spriteMaster {
  text-indent: -9999em;
  display: inline-block;
  background-image: url(/Content/images/MasterSpriteSheet.png); }

.spnLogo {
  z-index: 1;
  width: 149px;
  padding-top: 20px;
  height: 91px;
  position: relative;
  background-position: 0 -102px; }

.spnTagline {
  margin-top: 20px;
  margin-left: 10px;
  width: 160px;
  height: 29px;
  background-position: 0 0; }

.spnPhoneNumber {
  width: 132px;
  height: 20px;
  background-position: 0px -214px; }

.spnEmailUs {
  width: 86px;
  height: 20px;
  background-position: -150px -159px; }

/* 4.6.2 footer sprite */
.spnBuyerProtection {
  width: 150px;
  height: 35px;
  background-position: 0px -66px; }
  .spnBuyerProtection:hover {
    background-position: 0 -30px; }

.spnBBB {
  width: 92px;
  height: 35px;
  background-position: -150px -123px; }
  .spnBBB:hover {
    background-position: -151px -87px; }

.spnTRUSTe {
  width: 127px;
  height: 35px;
  background-position: -151px -36px; }
  .spnTRUSTe:hover {
    background-position: -161px 0; }

.spnMcafee {
  width: 77px;
  height: 35px;
  background-position: -243px -150px; }
  .spnMcafee:hover {
    background-position: -244px -114px; }

.spnFacebook {
  width: 32px;
  height: 32px;
  background-position: -386px -42px; }
  .spnFacebook:hover {
    background-position: -324px -106px; }

.spnTwitter {
  width: 32px;
  height: 32px;
  background-position: -355px -139px; }
  .spnTwitter:hover {
    background-position: -292px -186px; }

.spnPinterest {
  width: 32px;
  height: 32px;
  background-position: -322px -139px; }
  .spnPinterest:hover {
    background-position: -386px -75px; }

.spnYouTube {
  width: 32px;
  height: 32px;
  background-position: -388px -108px; }
  .spnYouTube:hover {
    background-position: -325px -172px; }

.spnGooglePlus {
  width: 32px;
  height: 32px;
  background-position: -449px -33px; }
  .spnGooglePlus:hover {
    background-position: -449px 0; }

.spnFtrMTV {
  width: 60px;
  height: 36px;
  background-position: -231px -186px;
  margin-top: 5px; }

.spnFtrWholeFoods {
  width: 61px;
  height: 42px;
  background-position: -324px -63px; }

.spnFtrMcDonalds {
  width: 66px;
  height: 41px;
  background-position: -381px 0; }

.spnFtrCocaCola {
  width: 83px;
  height: 26px;
  background-position: -279px -36px;
  margin-top: 5px; }

.spnFtrTiffany {
  width: 116px;
  height: 14px;
  background-position: -151px -72px;
  margin-top: 10px; }

.spnFtrGoogle {
  width: 80px;
  height: 30px;
  background-position: -150px -180px;
  margin-top: 5px; }

.spnFtrDell {
  width: 79px;
  height: 26px;
  background-position: -244px -87px;
  margin-top: 5px; }

.spnFtrCoach {
  width: 91px;
  height: 27px;
  background-position: -289px 0;
  margin-top: 5px !important; }

/* *4.7 share buttons */
.sharebuttons {
  border: none;
  padding: 10px;
  background-color: #f4f4f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px; }

.social-icons a {
  text-decoration: none;
  display: block; }
.social-icons ul {
  list-style-type: none; }
.social-icons li {
  display: inline-block;
  background: url(/Content/images/social-icons-sprite.png); }

.social-icons-32 a {
  height: 32px;
  width: 32px; }
.social-icons-32 li {
  height: 32px;
  width: 32px; }
  .social-icons-32 li.social-facebook {
    background-position: -240px -163px; }
    .social-icons-32 li.social-facebook:hover {
      background-position: -240px -202px; }
  .social-icons-32 li.social-twitter {
    background-position: -392px -163px; }
    .social-icons-32 li.social-twitter:hover {
      background-position: -392px -202px; }
  .social-icons-32 li.social-gplus {
    background-position: -278px -163px; }
    .social-icons-32 li.social-gplus:hover {
      background-position: -278px -202px; }
  .social-icons-32 li.social-pinterest {
    background-position: -355px -163px; }
    .social-icons-32 li.social-pinterest:hover {
      background-position: -355px -202px; }
  .social-icons-32 li.social-linkedin {
    background-position: -317px -163px; }
    .social-icons-32 li.social-linkedin:hover {
      background-position: -317px -202px; }
  .social-icons-32 li.social-email {
    background-position: -201px -163px; }
    .social-icons-32 li.social-email:hover {
      background-position: -201px -202px; }

.social-icons-16 a {
  height: 16px;
  width: 16px; }
.social-icons-16 li {
  height: 16px;
  width: 16px; }
  .social-icons-16 li.social-facebook {
    background-position: -40px -177px; }
    .social-icons-16 li.social-facebook:hover {
      background-position: -40px -202px; }
  .social-icons-16 li.social-twitter {
    background-position: -135px -177px; }
    .social-icons-16 li.social-twitter:hover {
      background-position: -135px -202px; }
  .social-icons-16 li.social-gplus {
    background-position: -64px -177px; }
    .social-icons-16 li.social-gplus:hover {
      background-position: -64px -202px; }
  .social-icons-16 li.social-pinterest {
    background-position: -111px -177px; }
    .social-icons-16 li.social-pinterest:hover {
      background-position: -111px -202px; }
  .social-icons-16 li.social-linkedin {
    background-position: -88px -177px; }
    .social-icons-16 li.social-linkedin:hover {
      background-position: -88px -202px; }
  .social-icons-16 li.social-email {
    background-position: -16px -177px; }
    .social-icons-16 li.social-email:hover {
      background-position: -16px -202px; }

/* *4.8 section (all-content) */
.fl {
  float: left; }

.fr {
  float: right; }

.all-content {
  width: 952px;
  margin: 0;
  padding: 0 24px 24px 24px;
  position: relative; }

.content-wrapper {
  background: #f4f4f4;
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  position: relative; }
  .content-wrapper h1 {
    font-size: 130%;
    font-weight: bold;
    color: #c7492a;
    height: 25px;
    width: 268px;
    padding: 8px 0 0 20px;
    margin: 16px 0 0 0;
    background: white;
    float: left;
    display: inline-block; }

#side-bar {
  float: left;
  position: relative;
  width: 136px;
  padding: 16px 8px;
  color: #666; }
  #side-bar strong {
    margin: 10px 0;
    font-size: 110%;
    display: block; }
  #side-bar p {
    margin: 0 0 10px 0; }

#main-section {
  float: left;
  position: relative;
  width: 782px;
  background: white;
  margin: 0 0 20px; }

.validation-summary-valid {
  display: none; }

.alert-message, .confirm-message, .fail-message, .validation-summary-errors {
  border: none;
  padding: 10px 20px 10px 35px;
  display: block;
  margin: 10px 0;
  line-height: 136%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both; }
  .alert-message:after, .confirm-message:after, .fail-message:after, .validation-summary-errors:after {
    content: "";
    display: table;
    clear: both; }

.alert-message {
  color: #7F602F;
  background: #fff0cb url(/Content/images/icon_alert.gif) no-repeat 10px 10px; }

.confirm-message {
  color: #008f00;
  background: #defddb url(/Content/images/check-mark-icon.png) no-repeat 10px 10px; }

.fail-message, .validation-summary-errors {
  color: #820101;
  background: #fecccc url(/Content/images/red-x-icon.png) no-repeat 10px 10px; }
  .fail-message ul, .validation-summary-errors ul {
    list-style-type: disc;
    margin-left: 20px; }

.credit-card {
  padding: 2px; }

.credit-card-radiobutton {
  float: left; }

.ajax-loader {
  display: none;
  background: url(/Content/images/ajax-loader.gif);
  height: 11px;
  width: 43px;
  margin-top: 0;
  margin-left: 50%;
  margin-bottom: 20px;
  float: left;
  padding: 0; }

.ajax-loader-white {
  display: inline-block;
  background: url(/Content/images/ajax-loader-white.gif);
  height: 11px;
  width: 43px;
  padding: 0;
  margin: 0 8px; }

.request-form-submit-spinner {
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: auto;
  float: left;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%; }

.tooltip-icon {
  background: url(/Content/images/question.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-indent: -9999em; }

.white-tooltip-icon {
  background: url(/Content/images/question-white.png) 0 0 no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-indent: -9999em; }

.persist-header {
  visibility: hidden;
  display: none; }

.floating-header {
  position: fixed;
  top: 0;
  visibility: visible;
  display: block;
  z-index: 1000; }

.remove-button {
  background: url(/Content/images/remove.png) no-repeat 0 0;
  width: 58px;
  height: 14px; }

/* *4.9 cluetip */
#cluetip-close img {
  border: 0; }

#cluetip-title {
  overflow: hidden; }

#cluetip-title #cluetip-close {
  float: right;
  position: relative; }

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(/Content/images/wait.gif); }

.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0; }

#cluetip-extra {
  display: none; }

/* =cluetipClass: 'default'  */
.cluetip-default {
  background-color: #d9d9c2; }

.cluetip-default #cluetip-outer {
  border: 1px solid #B6C19F;
  position: relative;
  margin: 0;
  background-color: #EAEEDD;
  color: #666; }

.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff; }

.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em; }

.cluetip-default #cluetip-inner {
  padding: 10px; }

.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900; }

/* default arrows */
.clue-right-default .cluetip-arrows {
  background-image: url(/Content/images/darrowleft.gif); }

.clue-left-default .cluetip-arrows {
  background-image: url(/Content/images/darrowright.gif);
  left: 100%;
  margin-right: -11px; }

.clue-top-default .cluetip-arrows {
  background-image: url(/Content/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px; }

.clue-bottom-default .cluetip-arrows {
  background-image: url(/Content/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px; }

/* =cluetipClass: 'jtip' */
.cluetip-jtip {
  background-color: #EAEEDD;
  color: #666; }

.cluetip-jtip #cluetip-outer {
  border: 1px solid #B6C19F;
  position: relative;
  margin: 0;
  background-color: #EAEEDD;
  color: #666; }

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #858585; }

.cluetip-jtip #cluetip-inner {
  padding: 5px;
  display: inline-block; }

.cluetip-jtip div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900; }

/* jtip arrows */
.clue-right-jtip .cluetip-arrows {
  background-image: url(/Content/images/darrowleft.gif); }

.clue-left-jtip .cluetip-arrows {
  background-image: url(/Content/images/darrowright.gif);
  left: 100%;
  margin-right: -11px; }

.clue-top-jtip .cluetip-arrows {
  background-image: url(/Content/images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px; }

.clue-bottom-jtip .cluetip-arrows {
  background-image: url(/Content/images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px; }

/* =cluetipClass: 'popup' */
.cluetip-popup {
  background-color: #fbfbfb;
  color: #717074;
  font-size: 86%;
  line-height: 136%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #999999;
  -moz-box-shadow: 0px 0px 5px 1px #999999;
  -webkit-box-shadow: 0px 0px 5px 1px #999999; }
  .cluetip-popup #cluetip-outer {
    border: 1px solid #d6d6d6; }
  .cluetip-popup #cluetip-inner {
    padding: 8px; }
  .cluetip-popup #cluetip-close {
    text-align: right; }

/* IMPORTING JQUERY-UI SCSS */
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API

***********************************************************/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* stacking for UI elements - eventually, maybe we shouldn't do this */
.ui-front {
  z-index: 100000 !important;
  /* need to override due to version bump from 1.9.2 to 1.10.2 */ }

.ui-autocomplete {
  z-index: 100001 !important;
  /* need to override due to version bump from 1.9.2 to 1.10.2 */ }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: .9em; }

.ui-widget .ui-widget {
  font-size: .9em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: white url(/Content/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #333; }

/*.ui-widget-content a { color: #222222; }*/
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/Content/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #333;
  font-weight: bold; }

/*.ui-widget-header a { color: #222222; }*/
/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/Content/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/Content/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: white url(/Content/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #6699ff;
  background: #fbf9ee url(/Content/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #003399; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/Content/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/Content/images/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon {
  background-image: url(/Content/images/ui-icons_222222_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(/Content/images/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(/Content/images/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/Content/images/ui-icons_454545_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(/Content/images/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(/Content/images/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/Content/images/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #000;
  opacity: .60;
  filter: Alpha(Opacity=60); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/Content/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

                                                                                                                                                                                                                                                                                              /*
* jQuery UI Resizable 1.8.16
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

                                                                                      /*
* jQuery UI Selectable 1.8.16
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%; }

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1; }

.ui-accordion .ui-accordion-li-fix {
  display: inline; }

.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important; }

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em; }

.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1; }

.ui-accordion .ui-accordion-content-active {
  display: block; }

/*
 * jQuery UI Autocomplete 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden; }

/* workarounds */
* html .ui-autocomplete {
  width: 1px; }

/* without this, the menu expands to 100% in IE6 */
/* gm autocomplete */
.ui-autocomplete {
  background: #FFF;
  border: 1px solid #999;
  cursor: default;
  margin: -6px 6px 6px -6px;
  text-align: left;
  z-index: 15; }

.ui-autocomplete .selected {
  background: #e5e5e5; }

.ui-autocomplete div {
  padding: 2px 5px;
  white-space: nowrap; }

.ui-autocomplete strong {
  color: #C7492A;
  font-weight: normal; }

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left; }

.ui-menu .ui-menu {
  margin-top: -3px; }

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%; }

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1; }

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px; }

/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible; }

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em; }

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em; }

/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/*button sets*/
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  padding: 5px;
  width: 300px;
  height: 100%;
  overflow: hidden;
  background-color: #fbfbfb;
  color: #333333;
  border: none;
  box-shadow: 0 0 5px 1px #333333;
  -moz-box-shadow: 0 0 5px 1px #333333;
  -webkit-box-shadow: 0 0 5px 1px #333333; }
  .ui-dialog .ui-dialog-titlebar {
    padding: 10px;
    position: relative;
    background-color: #fbfbfb;
    height: 20px; }
  .ui-dialog .ui-dialog-title {
    background-color: #fbfbfb;
    color: #333333;
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 160%;
    font-weight: normal;
    text-transform: uppercase; }
  .ui-dialog .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/Content/images/ui-icons.png); }
  .ui-dialog .ui-icon-close {
    background-position: -80px -128px; }
  .ui-dialog .ui-icon-closethick {
    background-position: -96px -128px; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 19px;
    padding: 0px;
    height: 18px;
    background: #dadada;
    z-index: 2000; }
    .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
      background: #CCC;
      border: none;
      cursor: pointer; }
    .ui-dialog .ui-dialog-titlebar-close span {
      display: block;
      text-indent: -99999px; }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
    clear: both;
    background-color: #fbfbfb; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .3em 1em .5em .4em;
    background-color: #e0e0e0; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right; }
    .ui-dialog .ui-dialog-buttonpane button {
      margin: .5em .4em .5em 0;
      cursor: pointer; }

/*
 * jQuery UI Slider 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/*
 * jQuery UI Tabs 1.8.16
 
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/ }

/*
* jQuery UI Progressbar 1.8.16
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Progressbar#theming
*/
.ui-progressbar {
  height: 2em;
  text-align: left; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

/* Alert */
.ui-widget-header {
  border: 0;
  background: none; }

.ui-alert .ui-dialog-titlebar {
  color: #000; }

.ui-alert p, .ui-alert ul {
  margin: 12px 0; }

/* IMPORTING PROFILE SCSS */
/* PROFILE STYLESHEET

    SECTIONS
    *1.0........SPRITE CLASSES
		*1.1....small star ratings
		*1.2....large star ratings

	*2.0........HEADER
		*2.1....full header
		*2.2....slim header

	*3.0........MODULE NAVIGATION
		*3.1....full navigation
		*3.2....slim navigation

    *4.0........MODULE SECTIONS
		*4.1....about
		*4.2....reviews
		*4.3....media
		*4.4....calendar

	*5.0........BOTTOM BUTTONS

***********************************************************/
/* SECTION *1.0 SPRITE CLASSES */
.spriteProfileSearch {
  text-indent: -9999em;
  display: inline-block;
  background-image: url(/Content/images/ProfileSearchSpriteSheet.png); }

/* *1.1 small star ratings */
.spnStars50 {
  width: 85px;
  height: 14px;
  background-position: -86px -141px; }

.spnStars45 {
  width: 85px;
  height: 14px;
  background-position: -86px -126px; }

.spnStars40 {
  width: 85px;
  height: 14px;
  background-position: 0px -216px; }

.spnStars35 {
  width: 85px;
  height: 14px;
  background-position: 0px -186px; }

.spnStars30 {
  width: 85px;
  height: 14px;
  background-position: 0px -201px; }

.spnStars25 {
  width: 85px;
  height: 14px;
  background-position: 0px -156px; }

.spnStars20 {
  width: 85px;
  height: 14px;
  background-position: 0px -171px; }

.spnStars15 {
  width: 85px;
  height: 14px;
  background-position: 0px -126px; }

.spnStars10 {
  width: 85px;
  height: 14px;
  background-position: 0px -141px; }

.spnStars05 {
  width: 85px;
  height: 14px;
  background-position: -121px -103px; }

/* *1.2 large star ratings */
.spnLgStars50 {
  width: 120px;
  height: 20px;
  background-position: -121px -42px; }

.spnLgStars45 {
  width: 120px;
  height: 20px;
  background-position: -121px 0px; }

.spnLgStars40 {
  width: 120px;
  height: 20px;
  background-position: -121px -21px; }

.spnLgStars35 {
  width: 120px;
  height: 20px;
  background-position: 0px -84px; }

.spnLgStars30 {
  width: 120px;
  height: 20px;
  background-position: 0px -105px; }

.spnLgStars25 {
  width: 120px;
  height: 20px;
  background-position: 0px -42px; }

.spnLgStars20 {
  width: 120px;
  height: 20px;
  background-position: 0px -63px; }

.spnLgStars15 {
  width: 120px;
  height: 20px;
  background-position: 0px 0px; }

.spnLgStars10 {
  width: 120px;
  height: 20px;
  background-position: 0px -21px; }

.spnLgStars05 {
  width: 120px;
  height: 20px;
  background-position: -121px -63px; }

/* SECTION *2.0 HEADER */
#breadcrumbs {
  margin-top: 8px; }
  #breadcrumbs div {
    float: left;
    margin-right: 3px; }

#return-search {
  margin-top: 16px;
  clear: both; }
  #return-search a {
    float: left;
    display: block;
    font-weight: bold; }
    #return-search a:link, #return-search a:visited {
      color: #999999;
      text-decoration: underline;
      text-decoration: none; }
    #return-search a:hover {
      text-decoration: none; }
  #return-search .addthis_toolbox {
    float: right;
    display: block; }

/* *1.1 full header */
.js .textfill {
  visibility: hidden; }

#profile-header {
  background-color: #717074;
  padding: 20px;
  width: 912px;
  margin: 8px 0 0 0;
  float: left;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0; }
  #profile-header .messaging {
    background: #444444;
    color: #e0e0e0;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px; }
    #profile-header .messaging:hover {
      background: #333333;
      cursor: pointer; }
    #profile-header .messaging strong {
      text-decoration: underline;
      color: white; }
  #profile-header .profile-photo {
    background: #e0e0e0;
    height: 188px;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    width: 213px;
    box-shadow: 0 0 5px 1px #333333;
    -moz-box-shadow: 0 0 5px 1px #333333;
    -webkit-box-shadow: 0 0 5px 1px #333333;
    text-align: center; }
    #profile-header .profile-photo div {
      background: #1A1A1A;
      opacity: 0.9;
      /* Good browsers */
      -moz-opacity: 0.9;
      /* Netscape */
      -khtml-opacity: 0.9;
      /* Safari 1.x */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
      /* IE 8 */
      filter: alpha(opacity=90);
      /* IE 5-7 */
      position: absolute;
      bottom: 0;
      left: 0;
      color: #999999;
      padding: 8px;
      width: 197px;
      text-align: left; }
      #profile-header .profile-photo div a {
        color: #e0e0e0; }
        #profile-header .profile-photo div a:before {
          content: '';
          background: url(/Content/images/ProfileSearchSpriteSheet.png) -194px -146px;
          display: inline-block;
          width: 18px;
          height: 13px;
          z-index: -1;
          margin: 0 8px 0 0;
          position: relative; }
  #profile-header #profile-info {
    background: white;
    min-height: 188px;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    width: 446px;
    box-shadow: 0 0 5px 1px #333333;
    -moz-box-shadow: 0 0 5px 1px #333333;
    -webkit-box-shadow: 0 0 5px 1px #333333; }
    #profile-header #profile-info .new-member {
      width: 110px;
      height: 18px;
      background-position: -121px -84px;
      margin: 0; }
    #profile-header #profile-info .verified-bookings {
      background-position: -86px -156px;
      width: 70px;
      height: 70px;
      position: relative;
      float: right;
      margin: 10px 10px 0 10px;
      text-indent: 0; }
      #profile-header #profile-info .verified-bookings strong {
        font-family: Arial, Verdana, sans-serif;
        font-size: 130%;
        font-weight: bold;
        left: 7px;
        top: 26px;
        width: 52px;
        text-align: center;
        position: absolute;
        color: #333333;
        cursor: default;
        z-index: 1; }
    #profile-header #profile-info h2 {
      font-size: 160%;
      font-weight: bold;
      margin: 20px 20px 10px 20px;
      line-height: 100%; }
    #profile-header #profile-info h2.textfill {
      width: 336px;
      height: 23px; }
    #profile-header #profile-info h3 {
      font-size: 110%;
      font-weight: bold;
      color: #717074;
      margin: 0 0 3px 20px;
      line-height: 100%; }
      #profile-header #profile-info h3 .location-icon {
        background-position: -232px -84px;
        width: 9px;
        height: 15px;
        margin-right: 3px;
        float: left; }
    #profile-header #profile-info p {
      margin: 0 0 10px 20px;
      color: #999999; }
    #profile-header #profile-info #bottom-icons {
      margin: 0 20px 15px 20px;
      display: block; }
      #profile-header #profile-info #bottom-icons .left {
        float: left; }
      #profile-header #profile-info #bottom-icons a {
        margin: 5px 0 0 5px;
        float: left; }
      #profile-header #profile-info #bottom-icons .lock-icon {
        background-position: -177px -196px;
        width: 17px;
        height: 22px;
        float: right;
        margin: 0 8px 0 0; }
      #profile-header #profile-info #bottom-icons .booking-fee-icon {
        background-position: -172px -118px;
        width: 21px;
        height: 21px;
        float: right;
        margin: 0; }
  #profile-header #profile-buttons {
    float: left;
    margin: 0 20px 0 0;
    width: 213px;
    margin-right: 0;
    padding: 0;
    position: relative;
    float: left; }
    #profile-header #profile-buttons #featured-badges {
      text-align: center;
      color: #e0e0e0;
      width: 100%;
      display: block;
      min-height: 70px;
      float: left;
      margin: 10px 0 0 0;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px; }
      #profile-header #profile-buttons #featured-badges dl {
        float: left;
        margin: 0 10px 0 0; }
        #profile-header #profile-buttons #featured-badges dl:last-child {
          margin-right: 0; }
        #profile-header #profile-buttons #featured-badges dl dd {
          text-indent: -9999em;
          display: none; }
      #profile-header #profile-buttons #featured-badges a {
        color: #999999;
        text-decoration: underline;
        display: block;
        color: #e0e0e0;
        clear: both; }
    #profile-header #profile-buttons .orange-button {
      width: 100%;
      color: white;
      text-decoration: none;
      padding: 20px 0;
      margin: 0 0 10px 0;
      font-size: 130%; }
    #profile-header #profile-buttons .gray-button {
      width: 100%;
      color: #717074;
      text-decoration: none;
      padding: 10px 0;
      font-size: 110%; }

/* *1.2 slim header */
#profile-header-slim {
  background-color: #717074;
  padding: 20px;
  width: 912px;
  z-index: 1000;
  display: block;
  float: left; }
  #profile-header-slim .profile-photo {
    background: #e0e0e0;
    width: 63px;
    height: 55px;
    position: relative;
    box-shadow: 0 0 5px 1px #333333;
    -moz-box-shadow: 0 0 5px 1px #333333;
    -webkit-box-shadow: 0 0 5px 1px #333333;
    margin: 0 20px 0 0;
    float: left;
    text-align: center; }
  #profile-header-slim .profile-info {
    background: white;
    min-height: 55px;
    position: relative;
    margin: 0 20px 0 0;
    box-shadow: 0 0 5px 1px #333333;
    -moz-box-shadow: 0 0 5px 1px #333333;
    -webkit-box-shadow: 0 0 5px 1px #333333;
    float: left;
    width: 595px; }
    #profile-header-slim .profile-info h2 {
      font-size: 130%;
      font-weight: bold;
      margin: 8px 0 0 8px;
      line-height: 100%; }
    #profile-header-slim .profile-info h2.textfill {
      width: 579px;
      height: 23px; }
    #profile-header-slim .profile-info h3 {
      font-size: 110%;
      font-weight: bold;
      color: #717074;
      margin: 0 20px 0 8px;
      float: left;
      line-height: 100%; }
      #profile-header-slim .profile-info h3 .location-icon {
        background-position: -232px -84px;
        width: 9px;
        height: 15px;
        margin-right: 3px;
        float: left; }
    #profile-header-slim .profile-info span {
      float: left; }
    #profile-header-slim .profile-info a:link, #profile-header-slim .profile-info a:visited {
      float: left;
      margin: 0 0 0 8px; }
    #profile-header-slim .profile-info a:hover {
      text-decoration: none; }
  #profile-header-slim .profile-buttons {
    float: left;
    margin: 0 20px 0 0;
    width: 213px;
    margin: 0; }
    #profile-header-slim .profile-buttons .orange-button {
      width: 100%;
      color: white;
      text-decoration: none;
      padding: 20px 0;
      font-size: 130%; }

/* SECTION *3.0 MODULE NAVIGATION */
/* *3.1 full navigation */
#profile-nav {
  float: left;
  margin: 0 20px 0 0;
  width: 912px;
  background: #F4F4F4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(25%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6d6d6 0%, #f4f4f4 25%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f4f4f4', GradientType=0 );
  /* IE6-9 */
  margin: 0;
  padding: 20px; }
  #profile-nav li {
    box-shadow: 0px 0px 5px 1px #999999;
    -moz-box-shadow: 0px 0px 5px 1px #999999;
    -webkit-box-shadow: 0px 0px 5px 1px #999999;
    width: 211px;
    float: left;
    border: 1px solid white;
    margin: 0 20px 0 0;
    background: #e0e0e0;
    position: relative;
    min-height: 168px;
    height: 168px;
    text-align: center;
    line-height: 136%; }
    #profile-nav li .frame {
      position: relative;
      height: 134px;
      background: black; }
      #profile-nav li .frame img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    #profile-nav li:last-child {
      margin: 0; }
    #profile-nav li:hover {
      opacity: 0.9;
      /* Good browsers */
      -moz-opacity: 0.9;
      /* Netscape */
      -khtml-opacity: 0.9;
      /* Safari 1.x */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
      /* IE 8 */
      filter: alpha(opacity=90);
      /* IE 5-7 */ }
    #profile-nav li a {
      text-decoration: none;
      outline: none; }
    #profile-nav li .module-title {
      background-color: #7c7d7f;
      box-shadow: inset 1px 1px 20px #333333;
      -moz-box-shadow: inset 1px 1px 20px #333333;
      -webkit-box-shadow: inset 1px 1px 20px #333333;
      font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
      font-size: 150%;
      color: white;
      text-align: center;
      padding: 10px 0;
      width: 211px;
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      text-transform: uppercase;
      letter-spacing: 0;
      cursor: pointer; }
    #profile-nav li .edit-img {
      background: url(/Content/images/edit.png);
      width: 54px;
      height: 25px;
      text-indent: -9999em;
      position: absolute;
      top: 5px;
      right: 5px;
      display: block;
      z-index: 2; }
  #profile-nav .profile-media-video:before {
    content: url(/Content/images/play-overlay.png);
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 10;
    margin: auto;
    border: 1px solid #717074;
    top: -20px;
    bottom: 0;
    left: 0;
    right: 0; }

#profile-nav-reviews {
  background: url(/Content/images/reviews-module-bg.png) 140px 10px no-repeat #fbfbfb !important; }
  #profile-nav-reviews a {
    color: #333333;
    text-decoration: none; }
  #profile-nav-reviews dl {
    margin: 10px 10px 0;
    text-align: left; }
    #profile-nav-reviews dl dt {
      font-weight: bold;
      display: block;
      margin: 0 0 5px 0; }
    #profile-nav-reviews dl dd {
      display: block;
      margin: 0; }

#profile-nav-calendar {
  background: #fbfbfb !important;
  margin-right: 0 !important; }
  #profile-nav-calendar a {
    color: #333333;
    text-decoration: none; }
  #profile-nav-calendar .calendar-date-icon {
    float: left;
    margin: 15px 10px 0 10px; }
  #profile-nav-calendar .calendar-type {
    float: left;
    margin: 15px 10px 15px 0;
    width: 55%;
    text-align: left; }
    #profile-nav-calendar .calendar-type dt, #profile-nav-calendar .calendar-type dd {
      font-size: 100%;
      color: #333333;
      line-height: 136%; }
    #profile-nav-calendar .calendar-type dd.last {
      color: #c7492a;
      text-decoration: underline;
      margin: 10px 10px 0 0; }

/* 3.1.1 full navigation with offers module shown */
#profile-nav.nav-show-offers li {
  width: 164px;
  overflow: hidden; }
  #profile-nav.nav-show-offers li .module-title {
    width: 164px; }
#profile-nav.nav-show-offers #profile-nav-reviews {
  background: url(/Content/images/reviews-module-bg.png) 100px 10px no-repeat #fbfbfb !important; }
#profile-nav.nav-show-offers #profile-nav-calendar {
  margin-right: 20px !important; }
  #profile-nav.nav-show-offers #profile-nav-calendar .calendar-date-icon {
    width: 45px;
    margin: 10px 10px 0 10px; }
    #profile-nav.nav-show-offers #profile-nav-calendar .calendar-date-icon .calendar-date {
      font-size: 200%;
      padding: 10px 0; }
  #profile-nav.nav-show-offers #profile-nav-calendar .calendar-type {
    width: 87px;
    margin-top: 10px; }
#profile-nav.nav-show-offers #profile-nav-offers {
  background: url(/Content/images/offers-module-bg.jpg) no-repeat #fbfbfb !important;
  margin-right: 0 !important; }
  #profile-nav.nav-show-offers #profile-nav-offers a {
    color: #333333;
    text-decoration: none; }
  #profile-nav.nav-show-offers #profile-nav-offers dl {
    margin: 10px 10px 0;
    text-align: left;
    max-height: 115px;
    overflow: hidden; }
    #profile-nav.nav-show-offers #profile-nav-offers dl dt {
      font-weight: bold;
      display: block;
      margin: 0 0 5px 0; }
    #profile-nav.nav-show-offers #profile-nav-offers dl dd {
      display: block;
      margin: 0; }

/* *3.2 slim navigation */
#profile-nav-slim {
  float: left;
  margin: 0 20px 0 0;
  width: 912px;
  background: #F4F4F4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(25%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6d6d6 0%, #f4f4f4 25%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f4f4f4', GradientType=0 );
  /* IE6-9 */
  padding: 20px;
  z-index: 1000;
  float: left; }
  #profile-nav-slim li {
    box-shadow: 0px 0px 5px 1px #999999;
    -moz-box-shadow: 0px 0px 5px 1px #999999;
    -webkit-box-shadow: 0px 0px 5px 1px #999999;
    width: 211px;
    float: left;
    display: block;
    border: 1px solid white;
    margin-right: 20px;
    background: white;
    position: relative; }
    #profile-nav-slim li:last-child {
      margin-right: 0; }
    #profile-nav-slim li:hover {
      opacity: 0.9;
      /* Good browsers */
      -moz-opacity: 0.9;
      /* Netscape */
      -khtml-opacity: 0.9;
      /* Safari 1.x */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
      /* IE 8 */
      filter: alpha(opacity=90);
      /* IE 5-7 */ }
    #profile-nav-slim li a {
      display: block;
      text-decoration: none;
      cursor: pointer; }
      #profile-nav-slim li a .profile-nav-about, #profile-nav-slim li a .profile-nav-reviews, #profile-nav-slim li a .profile-nav-media, #profile-nav-slim li a .profile-nav-calendar {
        width: 211px;
        height: 135px;
        display: block; }
      #profile-nav-slim li a .module-title {
        background-color: #7c7d7f;
        box-shadow: inset 1px 1px 20px #333333;
        -moz-box-shadow: inset 1px 1px 20px #333333;
        -webkit-box-shadow: inset 1px 1px 20px #333333;
        font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
        font-size: 150%;
        color: white;
        text-align: center;
        padding: 10px 0;
        width: 211px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0; }

/* 3.2.1 slim navigation with offers module shown */
#profile-nav-slim.nav-show-offers li {
  width: 164px; }
  #profile-nav-slim.nav-show-offers li .module-title {
    width: 164px; }
#profile-nav-slim.nav-show-offers #profile-nav-slim-calendar {
  margin-right: 20px !important; }
#profile-nav-slim.nav-show-offers #profile-nav-slim-offers {
  margin-right: 0 !important; }

/* SECTION *4.0 MODULE SECTIONS */
/* *4.1 about */
.all-loaded {
  clear: both;
  color: #999999; }

.tabs-nav {
  float: left;
  margin: 0 20px 0 0;
  width: 679px;
  margin: 0 0 20px 0;
  float: left;
  /* Hover State for jQuery UI Tabs */ }
  .tabs-nav li {
    float: left;
    position: relative;
    margin-right: 10px;
    background: #e0e0e0 !important;
    font-weight: bold !important;
    border: none !important;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px; }
    .tabs-nav li:hover {
      background: #D6D6D6 !important; }
    .tabs-nav li a:link, .tabs-nav li a:visited {
      color: #717074;
      text-decoration: none;
      float: left;
      padding: 5px 10px;
      border: none; }
      .tabs-nav li a:link span, .tabs-nav li a:visited span {
        font-weight: normal; }
  .tabs-nav li.ui-state-active {
    background: #c7492a !important;
    color: white; }
    .tabs-nav li.ui-state-active a:link, .tabs-nav li.ui-state-active a:visited {
      color: white;
      border: none; }

#profile-about, #profile-reviews, #profile-media, #profile-calendar, #profile-awards, #profile-offers {
  float: left;
  margin: 0 20px 0 0;
  width: 912px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  /* to override jQuery UI styles */
  padding: 50px 20px;
  background: #fbfbfb;
  border-top: 20px solid #d6d6d6;
  border-right: none;
  border-left: none;
  border-bottom: none;
  font-size: 100%; }
  #profile-about h4, #profile-reviews h4, #profile-media h4, #profile-calendar h4, #profile-awards h4, #profile-offers h4 {
    float: left;
    margin: 0 20px 0 0;
    width: 213px;
    text-align: right;
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 270%;
    line-height: 90%;
    color: #333333;
    text-transform: uppercase;
    padding: 0;
    float: left;
    margin: 0; }
    #profile-about h4 span, #profile-reviews h4 span, #profile-media h4 span, #profile-calendar h4 span, #profile-awards h4 span, #profile-offers h4 span {
      font-size: 70%;
      display: block; }
  #profile-about .ui-widget, #profile-reviews .ui-widget, #profile-media .ui-widget, #profile-calendar .ui-widget, #profile-awards .ui-widget, #profile-offers .ui-widget {
    font-size: 100%; }
    #profile-about .ui-widget .ui-widget, #profile-reviews .ui-widget .ui-widget, #profile-media .ui-widget .ui-widget, #profile-calendar .ui-widget .ui-widget, #profile-awards .ui-widget .ui-widget, #profile-offers .ui-widget .ui-widget {
      font-size: 100%; }
    #profile-about .ui-widget .ui-widget, #profile-about .ui-widget input, #profile-about .ui-widget select, #profile-about .ui-widget textarea, #profile-about .ui-widget button, #profile-reviews .ui-widget .ui-widget, #profile-reviews .ui-widget input, #profile-reviews .ui-widget select, #profile-reviews .ui-widget textarea, #profile-reviews .ui-widget button, #profile-media .ui-widget .ui-widget, #profile-media .ui-widget input, #profile-media .ui-widget select, #profile-media .ui-widget textarea, #profile-media .ui-widget button, #profile-calendar .ui-widget .ui-widget, #profile-calendar .ui-widget input, #profile-calendar .ui-widget select, #profile-calendar .ui-widget textarea, #profile-calendar .ui-widget button, #profile-awards .ui-widget .ui-widget, #profile-awards .ui-widget input, #profile-awards .ui-widget select, #profile-awards .ui-widget textarea, #profile-awards .ui-widget button, #profile-offers .ui-widget .ui-widget, #profile-offers .ui-widget input, #profile-offers .ui-widget select, #profile-offers .ui-widget textarea, #profile-offers .ui-widget button {
      font-size: 100%; }
  #profile-about .ui-widget-content, #profile-about .ui-widget-header, #profile-reviews .ui-widget-content, #profile-reviews .ui-widget-header, #profile-media .ui-widget-content, #profile-media .ui-widget-header, #profile-calendar .ui-widget-content, #profile-calendar .ui-widget-header, #profile-awards .ui-widget-content, #profile-awards .ui-widget-header, #profile-offers .ui-widget-content, #profile-offers .ui-widget-header {
    border: none;
    background: #fbfbfb; }

#profile-about-bio, #profile-about-events, #profile-about-songlist, #profile-about-categories {
  float: left;
  margin: 0 20px 0 0;
  width: 446px;
  float: left;
  margin: 0; }

#profile-about-events li, #profile-about-songlist li, #profile-about-categories li {
  margin: 0 0 5px 0;
  line-height: 136%;
  float: left;
  display: inline;
  width: 50%; }
  #profile-about-events li strong, #profile-about-songlist li strong, #profile-about-categories li strong {
    font-weight: bold;
    display: block; }
  #profile-about-events li em, #profile-about-songlist li em, #profile-about-categories li em {
    color: #717074;
    display: block;
    font-style: normal; }

.profile-about-sidebar {
  float: left;
  margin: 0 20px 0 0;
  width: 213px;
  float: left;
  margin: 0 0 0 20px; }
  .profile-about-sidebar h5 {
    font-size: 110%;
    font-weight: bold;
    color: #717074;
    padding-bottom: 5px;
    border-bottom: 2px solid #e0e0e0;
    width: 100%;
    margin: 20px 0 10px 0;
    line-height: 136%; }
  .profile-about-sidebar dd {
    margin: 0 0 10px 0; }
  .profile-about-sidebar a {
    display: block;
    margin: 5px 0 0 0; }

#profile-about-tabs {
  float: left;
  margin: 0 20px 0 0;
  width: 446px;
  float: left;
  margin: 0 0 0 20px; }

#profile-reviews-tabs, #profile-media-tabs, #profile-calendar-tabs, #profile-awards-tabs, #profile-offers-tabs {
  float: left;
  margin: 0 20px 0 0;
  width: 679px;
  float: left;
  margin: 0 0 0 20px; }

.show-more {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  text-shadow: 1px 1px 1px white;
  -o-text-shadow: 1px 1px 1px white;
  -moz-text-shadow: 1px 1px 1px white;
  -webkit-text-shadow: 1px 1px 1px white;
  -ms-text-shadow: 1px 1px 1px white;
  background: #e0e0e0;
  color: #c7492a;
  padding: 7px 0;
  text-align: center;
  width: 125px;
  cursor: pointer;
  font-weight: bold;
  font-size: 110% !important;
  display: block;
  clear: both;
  border: none;
  margin: 0; }
  .show-more:hover {
    background-color: #D6D6D6; }

.bio-description-onload {
  clear: both;
  overflow: hidden;
  margin: 0 0 20px 0; }

.ui-helper-clearfix {
  clear: both; }

.ui-alert p, .ui-alert ul {
  margin: 0 0 10px 0; }

.ui-dialog .recentBids table {
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  width: 100%;
  background-color: #e0e0e0;
  border-collapse: collapse; }
  .ui-dialog .recentBids table img {
    float: right; }
  .ui-dialog .recentBids table th {
    text-align: left;
    padding: 4px;
    font-weight: bold;
    color: white;
    background: -moz-linear-gradient(top, #d85f36 50%, #c7492a 50%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d85f36), color-stop(50%, #c7492a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d85f36 50%, #c7492a 50%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d85f36 50%, #c7492a 50%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d85f36 50%, #c7492a 50%);
    /* IE10+ */
    background: linear-gradient(to bottom, #d85f36 50%, #c7492a 50%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d85f36', endColorstr='#c7492a',GradientType=0 );
    /* IE6-9 */
    border: 1px solid #c7492a;
    background-color: #c7492a;
    /* fixes IE block-level onclick issue */ }
  .ui-dialog .recentBids table td {
    border-bottom: white 1px solid;
    padding: 4px; }
  .ui-dialog .recentBids table tr:hover {
    background-color: #D6D6D6; }

/* *4.2 reviews */
.client-feedback {
  float: left;
  margin: 0 20px 0 0;
  width: 679px;
  margin: 0 0 20px 0;
  float: left;
  border: 1px solid #d6d6d6;
  border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px; }
  .client-feedback .feedback-title {
    margin: 0;
    padding: 10px;
    background: #333333;
    color: white;
    font-weight: bold;
    font-size: 110%;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0; }
    .client-feedback .feedback-title .feedback-title-text {
      width: 530px; }
    .client-feedback .feedback-title .feedback-share-buttons {
      float: right;
      margin-top: -16px; }
      .client-feedback .feedback-title .feedback-share-buttons .social-icons-parent {
        display: none; }
  .client-feedback .feedback-container {
    background: #F4F4F4;
    width: 100%;
    float: left;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px; }
    .client-feedback .feedback-container .feedback-stars {
      float: left;
      width: 27%;
      margin: 10px 10px 0 10px;
      height: auto; }
      .client-feedback .feedback-container .feedback-stars dt {
        font-weight: bold;
        color: #333333;
        margin-bottom: 5px; }
      .client-feedback .feedback-container .feedback-stars dd {
        margin-bottom: 5px; }
    .client-feedback .feedback-container .feedback-text {
      margin: 10px 10px 10px 0;
      float: left;
      width: 68%; }
    .client-feedback .feedback-container .feedback-by {
      font-weight: bold;
      margin-bottom: 20px; }
    .client-feedback .feedback-container .member-response {
      margin: 0 10px 10px 0;
      padding: 10px;
      background: #e0e0e0;
      float: left;
      width: 65%;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px; }

/* *4.3 media */
#profile-media-all, #profile-media-photos, #profile-media-videos, #profile-media-audios {
  float: left;
  margin: 0 20px 0 0;
  width: 679px;
  margin: 0;
  float: left; }

.media-container {
  overflow: hidden;
  padding: 3px; }

#profile-media-audios img {
  display: none; }
#profile-media-audios .profile-media-audio {
  min-height: 34px;
  height: 35px; }

.profile-media-photo, .profile-media-video, .profile-media-audio {
  width: 211px;
  margin: 0 17px 20px 0;
  box-shadow: 0px 0px 5px 1px #999999;
  -moz-box-shadow: 0px 0px 5px 1px #999999;
  -webkit-box-shadow: 0px 0px 5px 1px #999999;
  border: 1px solid white;
  background: #e0e0e0;
  float: left;
  cursor: pointer;
  position: relative;
  min-height: 35px;
  height: 134px;
  text-align: center; }
  .profile-media-photo:hover, .profile-media-video:hover, .profile-media-audio:hover {
    opacity: 0.9;
    /* Good browsers */
    -moz-opacity: 0.9;
    /* Netscape */
    -khtml-opacity: 0.9;
    /* Safari 1.x */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
    /* IE 8 */
    filter: alpha(opacity=90);
    /* IE 5-7 */ }
  .profile-media-photo:nth-child(3n), .profile-media-video:nth-child(3n), .profile-media-audio:nth-child(3n) {
    margin-right: 0; }
  .profile-media-photo img, .profile-media-video img, .profile-media-audio img {
    margin: 0 auto; }
  .profile-media-photo div, .profile-media-video div, .profile-media-audio div {
    background: #1A1A1A;
    opacity: 0.9;
    /* Good browsers */
    -moz-opacity: 0.9;
    /* Netscape */
    -khtml-opacity: 0.9;
    /* Safari 1.x */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
    /* IE 8 */
    filter: alpha(opacity=90);
    /* IE 5-7 */
    position: absolute;
    bottom: 0;
    left: 0;
    color: #999999;
    padding: 8px;
    width: 197px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    width: 195px;
    min-height: 19px;
    height: auto !important;
    /* for IE */
    height: 19px;
    /* for IE */
    text-align: left; }
    .profile-media-photo div a, .profile-media-video div a, .profile-media-audio div a {
      color: white;
      text-decoration: none;
      float: left;
      white-space: nowrap;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      -ms-text-overflow: ellipsis;
      overflow: hidden;
      width: 185px; }

.profile-media-photo div a {
  margin: 0; }
  .profile-media-photo div a:before {
    content: '';
    background: url(/Content/images/ProfileSearchSpriteSheet.png) -157px -205px;
    display: inline-block;
    width: 18px;
    height: 13px;
    z-index: -1;
    margin: 0 8px 0 0;
    position: relative;
    float: left; }

.profile-media-video div a {
  margin: 0; }
  .profile-media-video div a:before {
    content: '';
    background: url(/Content/images/ProfileSearchSpriteSheet.png) -198px -174px;
    display: inline-block;
    width: 18px;
    height: 11px;
    z-index: -1;
    margin: 0 8px 0 0;
    position: relative;
    float: left; }

.profile-media-audio div a {
  margin: 0; }
  .profile-media-audio div a:before {
    content: '';
    background: url(/Content/images/ProfileSearchSpriteSheet.png) -214px -202px;
    display: inline-block;
    width: 17px;
    height: 19px;
    z-index: -1;
    margin: -1px 8px 0 0;
    position: relative;
    float: left; }

#media-player-overlay {
  background-color: #fbfbfb;
  clear: left;
  display: none;
  margin-left: 213px;
  position: relative;
  z-index: 100;
  opacity: 0.9;
  /* Good browsers */
  -moz-opacity: 0.9;
  /* Netscape */
  -khtml-opacity: 0.9;
  /* Safari 1.x */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
  /* IE 8 */
  filter: alpha(opacity=90);
  /* IE 5-7 */ }

#media-player-container {
  background-color: transparent;
  clear: left;
  position: relative;
  z-index: 200;
  text-align: center;
  /* jwplayer dynamically appends '_wrapper' to the ID of its containing div */ }
  #media-player-container.middle {
    margin: auto;
    text-align: left;
    display: block; }
  #media-player-container #media-player, #media-player-container #media-player_wrapper {
    margin: 10px auto;
    opacity: 1;
    /* Good browsers */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    positive: relative; }
  #media-player-container #media-player-controls #media-player-controls-count {
    float: left;
    display: inline-block; }
  #media-player-container #media-player-controls #media-player-controls-buttons {
    float: right;
    display: inline-block; }
    #media-player-container #media-player-controls #media-player-controls-buttons .media-player-controls-button {
      display: block;
      height: 16px;
      width: 16px;
      cursor: pointer;
      float: left; }
    #media-player-container #media-player-controls #media-player-controls-buttons .close {
      background: url(/Content/images/profile-media-player-buttons/close.png); }

#media-player-container.photo-single {
  /* jwplayer dynamically appends '_wrapper' to the ID of its containing div */ }
  #media-player-container.photo-single #media-player, #media-player-container.photo-single #media-player_wrapper {
    display: none; }
  #media-player-container.photo-single #media-player-controls #media-player-controls-count {
    display: none; }
  #media-player-container.photo-single #media-player-controls #media-player-controls-buttons .previous {
    display: none; }
  #media-player-container.photo-single #media-player-controls #media-player-controls-buttons .play {
    display: none; }
  #media-player-container.photo-single #media-player-controls #media-player-controls-buttons .pause {
    display: none; }
  #media-player-container.photo-single #media-player-controls #media-player-controls-buttons .next {
    display: none; }
  #media-player-container.photo-single #media-player-description {
    text-align: center;
    display: block;
    margin: 5px 0 0 0; }

#media-player-container.photo-slideshow {
  /* jwplayer dynamically appends '_wrapper' to the ID of its containing div */ }
  #media-player-container.photo-slideshow #media-player-controls #media-player-controls-buttons .media-player-controls-button {
    pointer: cursor; }
  #media-player-container.photo-slideshow #media-player-controls #media-player-controls-buttons .previous {
    background: url(/Content/images/profile-media-player-buttons/previous.png); }
  #media-player-container.photo-slideshow #media-player-controls #media-player-controls-buttons .play {
    background: url(/Content/images/profile-media-player-buttons/play.png); }
  #media-player-container.photo-slideshow #media-player-controls #media-player-controls-buttons .pause {
    background: url(/Content/images/profile-media-player-buttons/pause.png); }
  #media-player-container.photo-slideshow #media-player-controls #media-player-controls-buttons .next {
    background: url(/Content/images/profile-media-player-buttons/next.png); }
  #media-player-container.photo-slideshow #media-player-description {
    margin: 5px 0 0 0; }

#media-player-container.video {
  /* jwplayer dynamically appends '_wrapper' to the ID of its containing div */ }
  #media-player-container.video #media-player-image {
    display: none; }
  #media-player-container.video #media-player-controls #media-player-controls-count {
    display: none; }
  #media-player-container.video #media-player-controls #media-player-controls-buttons .previous {
    display: none; }
  #media-player-container.video #media-player-controls #media-player-controls-buttons .play {
    display: none; }
  #media-player-container.video #media-player-controls #media-player-controls-buttons .pause {
    display: none; }
  #media-player-container.video #media-player-controls #media-player-controls-buttons .next {
    display: none; }
  #media-player-container.video #media-player-description {
    margin: 5px 0 0 0; }

#media-player-container.audio {
  /* jwplayer dynamically appends '_wrapper' to the ID of its containing div */ }
  #media-player-container.audio #media-player-controls #media-player-controls-count {
    display: none; }
  #media-player-container.audio #media-player-controls #media-player-controls-buttons {
    cursor: pointer; }
    #media-player-container.audio #media-player-controls #media-player-controls-buttons .previous {
      display: none; }
    #media-player-container.audio #media-player-controls #media-player-controls-buttons .play {
      display: none; }
    #media-player-container.audio #media-player-controls #media-player-controls-buttons .pause {
      display: none; }
    #media-player-container.audio #media-player-controls #media-player-controls-buttons .next {
      display: none; }
  #media-player-container.audio #media-player-description {
    margin: 5px 0 0 0; }

#cboxLoadedContent .social-icons {
  z-index: 200;
  position: absolute;
  bottom: 0;
  right: 0; }

/* *4.4 calendar */
#calendar-year {
  float: left;
  margin: 5px 0 20px 0; }
  #calendar-year .calendar-left-arrow {
    background-position: -194px -125px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: left;
    margin: -3px 0 0 0; }
  #calendar-year .calendar-right-arrow {
    background-position: -157px -162px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: left;
    margin: -3px 0 0 0; }
  #calendar-year .calendar-year {
    font-size: 260%;
    font-weight: bold;
    color: #717074;
    text-decoration: none;
    margin: 0 10px;
    letter-spacing: -1px;
    float: left; }
  #calendar-year #year-selector {
    /* IE7 line-height fix */
    line-height: 100%;
    margin-top: -10px; }

#month-tabs .tabs-nav li {
  margin-right: 12px;
  margin-bottom: 10px; }

.appearance {
  float: left;
  margin: 0 20px 0 0;
  width: 679px;
  margin: 0;
  float: left;
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0; }
  .appearance:last-child {
    margin: 0 0 20px 0; }
  .appearance div {
    display: inline-block;
    float: left; }

.calendar-date-icon {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #999999;
  -moz-box-shadow: 0px 0px 5px 1px #999999;
  -webkit-box-shadow: 0px 0px 5px 1px #999999;
  background: white;
  width: 60px;
  margin-right: 20px; }
  .calendar-date-icon .calendar-month-name {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    background: #c7492a;
    color: white;
    text-align: center;
    padding: 2px;
    margin: 0;
    display: block;
    text-transform: uppercase;
    font-weight: bold; }
  .calendar-date-icon .calendar-date {
    font-size: 300%;
    text-align: center;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    letter-spacing: -1px;
    padding: 15px 0;
    color: #333333; }

.calendar-type {
  width: 40%;
  float: left;
  margin: 0 20px 0 0; }
  .calendar-type dt {
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 10px; }
  .calendar-type dd {
    font-weight: normal;
    font-size: 110%;
    color: #717074;
    line-height: 136%; }

.calendar-citystate {
  float: left;
  width: 30%;
  font-weight: normal;
  font-size: 110%;
  color: #333333;
  line-height: 136%;
  margin-top: 20px; }

.calendar-gmbooking {
  float: left; }
  .calendar-gmbooking span {
    background: url(/Content/images/gm-booking-badge.png);
    width: 61px;
    height: 61px;
    text-indent: -9999em;
    display: inline-block; }

/* 4.5 awards */
.badge-item {
  float: left;
  margin: 0 0 20px 0;
  width: 25%; }
  .badge-item dt, .badge-item dd {
    text-align: center; }
  .badge-item dd {
    font-weight: bold;
    margin: 5px 0 0 0; }

/* 4.6 offers */
.client-offer {
  float: left;
  margin: 0 20px 0 0;
  width: 679px;
  margin: 0 0 20px 0;
  float: left;
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: #F4F4F4;
  width: 100%; }
  .client-offer .offer-title {
    margin: 0;
    padding: 10px;
    background: #333333;
    color: white;
    font-weight: bold;
    font-size: 110%;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0; }
    .client-offer .offer-title .offer-title-text {
      width: 530px; }
    .client-offer .offer-title .offer-share-buttons {
      float: right;
      margin-top: -16px; }
      .client-offer .offer-title .offer-share-buttons .social-icons-parent {
        display: none; }
  .client-offer .offer-container {
    padding: 20px 0px 20px 10px; }
  .client-offer .offer-wrap {
    float: left;
    width: 100%; }
    .client-offer .offer-wrap .offer-text {
      min-height: 1px;
      margin: 0px 215px 0px 0px; }
      .client-offer .offer-wrap .offer-text strong {
        color: #717074; }
      .client-offer .offer-wrap .offer-text ul {
        margin: 0em 4em 0; }
        .client-offer .offer-wrap .offer-text ul li {
          list-style-type: disc; }
  .client-offer .offer-aside {
    float: left;
    width: 215px;
    margin-left: -215px;
    text-align: center; }
    .client-offer .offer-aside .request-offer-button {
      float: none;
      width: 75%;
      margin: 0px auto 0; }
    .client-offer .offer-aside .offer-price {
      color: #717074; }

/* SECTION *5.0 PROFILE FOOTER */
/* *5.1 buttons */
#bottom-buttons {
  float: left;
  margin: 0 20px 0 0;
  width: 912px;
  background: #F4F4F4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6), color-stop(25%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d6d6d6 0%, #f4f4f4 25%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d6d6d6 0%, #f4f4f4 25%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#f4f4f4', GradientType=0 );
  /* IE6-9 */
  padding: 20px;
  clear: both; }
  #bottom-buttons div {
    margin-left: 259px; }
    #bottom-buttons div a {
      float: left;
      width: 190px;
      padding: 10px 0;
      font-size: 110%;
      margin: 0 10px 0 0;
      display: inline-block; }
      #bottom-buttons div a:last-child {
        margin: 0; }
  #bottom-buttons .orange-button {
    color: white;
    text-decoration: none; }
  #bottom-buttons .gray-button {
    color: #717074;
    text-decoration: none; }

/* *5.2 seo elements */
#bottom-columns {
  float: left;
  margin: 0 20px 0 0;
  width: 912px;
  padding: 20px 0;
  clear: both; }
  #bottom-columns div {
    width: 264px;
    float: left;
    margin-right: 60px; }
    #bottom-columns div:last-child {
      margin-right: 0; }
    #bottom-columns div strong {
      display: block;
      margin: 0 0 10px 0;
      font-size: 110%; }
    #bottom-columns div p {
      margin: 0 0 10px 0; }

/* *5.3 Scroll to Top */
#scroll-to-top {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: -99999em;
  background: url(/Content/images/scroll-to-top.png) no-repeat left top;
  z-index: 100; }
  #scroll-to-top:hover {
    background-position: 0 -51px;
    display: block;
    overflow: hidden;
    float: left; }
  #scroll-to-top:active, #scroll-to-top :focus {
    outline: none; }

.messaging-inactive {
  position: absolute;
  top: 120px;
  left: 126px;
  background: #fbfbfb;
  padding: 10px;
  opacity: 1;
  /* Good browsers */
  -moz-opacity: 1;
  /* Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
  /* IE 8 */
  filter: alpha(opacity=100);
  /* IE 5-7 */
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #999999;
  -moz-box-shadow: 0px 0px 5px 1px #999999;
  -webkit-box-shadow: 0px 0px 5px 1px #999999;
  z-index: 100;
  width: 700px;
  text-align: center; }
  .messaging-inactive h2 {
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 300%;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    width: 100%;
    float: left;
    line-height: 100%; }
  .messaging-inactive h3 {
    font-size: 160%;
    margin: 0 0 10px 0; }
  .messaging-inactive p {
    font-size: 110%; }

.profile-inactive {
  float: left;
  margin: 0 0 24px 0; }
  .profile-inactive .inactive-opacity {
    opacity: 0.2;
    /* Good browsers */
    -moz-opacity: 0.2;
    /* Netscape */
    -khtml-opacity: 0.2;
    /* Safari 1.x */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
    /* IE 8 */
    filter: alpha(opacity=20);
    /* IE 5-7 */
    background: white;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 25; }
  .profile-inactive #profile-buttons a {
    cursor: default; }
  .profile-inactive #profile-nav li:hover {
    opacity: 1;
    /* Good browsers */
    -moz-opacity: 1;
    /* Netscape */
    -khtml-opacity: 1;
    /* Safari 1.x */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
    /* IE 8 */
    filter: alpha(opacity=100);
    /* IE 5-7 */
    cursor: default; }
    .profile-inactive #profile-nav li:hover .module-title {
      cursor: default; }

/* IMPORTING GIGREQUEST SCSS */
/* GIG REQUEST FORM STYLESHEET

	SECTIONS
    *1.0........GENERAL

	*2.0........MEMBER LIST

	*3.0........EVENT INFO

	*4.0........CONTACT INFO

	*5.0........ERROR HANDLING

	*6.0........SUCCESS PAGE

***********************************************************/
/* SECTION *1.0 GENERAL */
.spriteRequestMaster {
  background: url(/Content/images/RequestFormSpriteSheet.png) no-repeat;
  text-indent: -9999em;
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle; }

.event-requests-active {
  background-position: 0 0;
  width: 36px;
  height: 36px; }

.event-requests-inactive {
  background-position: -37px 0;
  width: 36px;
  height: 36px; }

.transportation-requests-inactive {
  background-position: -74px 0;
  width: 36px;
  height: 36px; }

.transportation-requests-active {
  background-position: 0 -37px;
  width: 36px;
  height: 36px; }

.General-icon {
  background-position: 0 -74px;
  width: 32px;
  height: 32px; }

.Transportation-icon {
  background-position: -33px -74px;
  width: 32px;
  height: 32px; }

.request-form {
  padding: 20px;
  margin: 0;
  position: relative; }
  .request-form h2 {
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 160%;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display: inline-block; }
  .request-form label {
    font-weight: bold;
    display: block;
    margin: 0;
    width: 50%;
    float: left;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .request-form label em {
      font-weight: normal;
      color: #717074; }
  .request-form input[type=text], .request-form input[type=password], .request-form select, .request-form textarea {
    display: block;
    margin: 5px 0 15px 0;
    width: 100%; }
  .request-form textarea {
    height: auto;
    padding: 5px; }
  .request-form p.rtnMsg {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin: 0; }
  .request-form p {
    clear: both;
    margin: 0 0 10px 0;
    font-weight: normal;
    padding: 0; }
  .request-form .status-bar {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    font-weight: bold;
    font-size: 110%;
    color: #e0e0e0;
    width: 100%;
    margin: 0 0 20px 0; }
    .request-form .status-bar:after {
      content: "";
      display: table;
      clear: both; }
    .request-form .status-bar li {
      float: left;
      margin: 5px 0;
      width: 50%;
      vertical-align: middle; }
    .request-form .status-bar li.active {
      color: #c7492a; }
  .request-form .orange-button {
    width: 180px;
    margin: 10px auto 20px 291px;
    float: left;
    font-size: 110%;
    display: block; }
  .request-form #error-list {
    float: none; }
  .request-form .ajax-loader {
    margin-top: 20px; }

/* SECTION *2.0 MEMBER LIST */
#your-vendors {
  clear: both;
  margin: 0 0 20px 0; }
  #your-vendors .uncheck {
    color: #717074;
    float: right;
    display: inline;
    margin: 0;
    padding: 0; }
    #your-vendors .uncheck:after {
      content: "";
      display: table;
      clear: both; }

.member-list {
  background: #defddb;
  margin: 0 0 10px 0;
  color: #717074;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  height: 1%;
  clear: both; }
  .member-list:after {
    content: "";
    display: table;
    clear: both; }
  .member-list .member-thumbnail {
    float: left;
    margin: 10px 0 10px 10px;
    width: 40px;
    height: 40px; }
    .member-list .member-thumbnail img {
      width: 40px;
      height: 40px; }
  .member-list .member-name {
    font-weight: normal;
    color: #717074;
    float: left;
    margin: 10px; }
    .member-list .member-name strong {
      font-size: 110%;
      color: #333333;
      display: block;
      margin: 0 0 2px 0; }
  .member-list #SelectedPerformerIDs {
    float: right;
    margin: 20px; }

input#MemberWebsite {
  width: 100%; }

#offer-info {
  margin: 0;
  display: block; }
  #offer-info #offer-information {
    background: #f4f4f4;
    padding: 20px 0 20px 20px;
    margin: 0 0 20px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    height: 1%; }
    #offer-info #offer-information:after {
      content: "";
      display: table;
      clear: both; }
    #offer-info #offer-information dt {
      font-weight: bold; }
    #offer-info #offer-information dd {
      margin-left: 20px; }
    #offer-info #offer-information li {
      list-style-type: disc; }
    #offer-info #offer-information #remove-offer {
      float: right;
      margin-right: 14px; }

/* SECTION *3.0 EVENT INFO */
#event-info {
  margin: 0;
  display: block; }
  #event-info #service-type {
    background: #f4f4f4;
    padding: 20px 0 20px 20px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px; }
    #event-info #service-type:after {
      content: "";
      display: table;
      clear: both; }
    #event-info #service-type input {
      float: left;
      width: 93%;
      margin: 5px 0 0 0; }
    #event-info #service-type #loading {
      float: left;
      margin: 7px 0 0 4px;
      display: none; }
  #event-info #event-information {
    background: #f4f4f4;
    padding: 20px 0 20px 20px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    height: 1%; }
    #event-info #event-information:after {
      content: "";
      display: table;
      clear: both; }
    #event-info #event-information #EventTime, #event-info #event-information #PickUpTime {
      width: 50%;
      display: inline; }
    #event-info #event-information #PassengerCount {
      width: 50%; }
    #event-info #event-information #EventTimeAM_PM {
      width: auto;
      display: inline; }
    #event-info #event-information #EventTime {
      vertical-align: middle; }

#auto-add, #Services {
  background: #f4f4f4;
  padding: 20px 0 20px 20px;
  margin: 0 0 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  height: 1%; }
  #auto-add:after, #Services:after {
    content: "";
    display: table;
    clear: both; }
  #auto-add p, #Services p {
    font-weight: bold; }
  #auto-add input, #Services input {
    width: auto;
    display: inline; }
  #auto-add label, #Services label {
    font-weight: normal; }

#auto-add label {
  float: none;
  display: block; }

#Services label {
  width: 33%;
  float: left; }

/* SECTION *4.0 CONTACT INFO */
#client-info {
  margin: 20px 0 10px 0;
  display: block; }
  #client-info #client-information {
    background: #f4f4f4;
    padding: 20px 0 20px 20px;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    height: 1%; }
    #client-info #client-information:after {
      content: "";
      display: table;
      clear: both; }
    #client-info #client-information input[type=checkbox] {
      width: auto; }

#next-form {
  float: right;
  margin: 10px 0 20px 0; }
  #next-form span {
    display: block;
    color: #717074; }
  #next-form span.form-title {
    font-weight: bold;
    font-size: 110%; }

/* SECTION *5.0 ERROR HANDLING */
a.closeX {
  float: right;
  text-decoration: none;
  font-weight: bold;
  background: #333;
  color: #FFF;
  padding: 2px 4px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px; }

#invalidClientMsg, .closeX, #logSuccMsg, #pwordSuccMsg, #pwordErrMsg, #pwError1, #pwError2 {
  display: none; }

#quicklog_loginMsg {
  margin: 16px 16px 16px 0;
  float: right; }

.login-box {
  font-size: 90%;
  line-height: 136%;
  height: auto; }
  .login-box .success {
    float: none; }
  .login-box label {
    display: block;
    font-weight: bold; }
  .login-box input[type=text], .login-box input[type=password], .login-box select, .login-box textarea {
    display: block;
    width: 100%;
    margin: 5px 0 10px 0; }
  .login-box:after {
    content: "";
    display: table;
    clear: both; }
  .login-box dl {
    float: left;
    margin: 0 10px 0 0; }
    .login-box dl dt {
      font-weight: bold; }
  .login-box .orange-button, .login-box .gray-button {
    font-size: 100%;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 10px 10px 0;
    float: none; }
    .login-box .orange-button:after, .login-box .gray-button:after {
      content: "";
      display: table;
      clear: both; }
  .login-box #quicklog_forgotLnk {
    display: inline-block;
    *display: inline;
    margin: 5px 0 0 0; }
  .login-box .forgot-box {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
    background: #f0efeb;
    margin: 0 0 5px 0; }
    .login-box .forgot-box:after {
      content: "";
      display: table;
      clear: both; }

/* SECTION *6.0 SUCCESS PAGE */
.result-message h3 {
  clear: both;
  font-weight: bold;
  font-size: 110%;
  margin: 0 0 10px 0; }
.result-message hr {
  border: 0;
  height: 1px;
  background: #d6d6d6;
  margin: 20px 0;
  padding: 0; }
.result-message dl.login-information {
  background: white;
  margin: 0 20px 20px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  text-align: center;
  width: 47%;
  border: 1px solid #d6d6d6;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .result-message dl.login-information dt {
    font-size: 110%;
    font-weight: bold;
    display: block;
    background: #333333;
    text-align: left;
    color: white;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0; }
    .result-message dl.login-information dt span {
      font-size: 86%;
      font-weight: normal;
      color: #999; }
  .result-message dl.login-information dd {
    display: block;
    margin: 10px 0;
    font-size: 110%;
    font-weight: bold; }
    .result-message dl.login-information dd a {
      font-size: 86%;
      font-weight: normal; }
  .result-message dl.login-information dd.alert-message, .result-message dl.login-information dd.confirm-message {
    margin: 10px 10px 10px 55px; }
.result-message ul {
  list-style-type: disc;
  margin: 0 0 0 25px; }
  .result-message ul li {
    font-weight: bold; }
.result-message dl.gig-request-summary {
  background: white;
  margin: 0 0 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  text-align: left;
  border: 1px solid #d6d6d6;
  display: block;
  width: 97%;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .result-message dl.gig-request-summary dt {
    font-size: 110%;
    font-weight: bold;
    display: block;
    background: #333333;
    text-align: left;
    color: white;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0; }
    .result-message dl.gig-request-summary dt span {
      font-size: 86%;
      font-weight: normal;
      color: #999; }
  .result-message dl.gig-request-summary dd {
    display: block;
    margin: 10px 0 0 0;
    clear: both; }
  .result-message dl.gig-request-summary .gig-request-id:after {
    content: "";
    display: table;
    clear: both; }
  .result-message dl.gig-request-summary .gig-request-id h2 {
    margin: 0 0 0 10px;
    float: left; }
  .result-message dl.gig-request-summary .gig-request-id .social-icons-parent {
    padding: 0;
    background-color: transparent;
    float: right;
    display: inline-block;
    margin: 0 10px 0 0; }
  .result-message dl.gig-request-summary dd.confirm-message, .result-message dl.gig-request-summary dd.alert-message {
    margin: 0 10px 10px 56px; }
.result-message .request-contact h2 {
  vertical-align: top;
  margin: 3px 0 0 0;
  float: left; }
.result-message .request-contact ul {
  list-style-type: none;
  float: left;
  vertical-align: top; }
  .result-message .request-contact ul li {
    float: left;
    margin: 0 20px 0 0; }
.result-message .request-contact:after {
  content: "";
  display: table;
  clear: both; }

.inline-reset {
  display: inline-block;
  float: left; }

/* IMPORTING CONTROLPANEL SCSS */
/* CONTROL PANEL STYLESHEET

	SECTIONS
    *1.0........GENERAL
		*1.1....navigation
		*1.2....bid form

***********************************************************/
/* SECTION *1.0 GENERAL */
.move-arrow {
  text-decoration: none;
  font-size: larger;
  cursor: move;
  color: #ff3443;
  padding: 5px; }

/* *1.1 navigation */
#mcp {
  color: #c7492a;
  text-align: right;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 16px; }

#control-panel-nav {
  font-size: 14px;
  font-weight: bold;
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
  height: 1%; }
  #control-panel-nav:after {
    content: "";
    display: table;
    clear: both; }
  #control-panel-nav li {
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -khtml-border-radius: 8px 8px 0 0;
    background: #d45430 url(/Content/images/pcp-nav-bg.gif) left bottom repeat-x;
    float: left;
    margin: 0 2px 0 0;
    width: 157px; }
  #control-panel-nav li.end {
    margin-right: 0; }
  #control-panel-nav li.active {
    box-shadow: 0 -3px 4px #cccccc;
    -moz-box-shadow: 0 -3px 4px #cccccc;
    -webkit-box-shadow: 0 -3px 4px #cccccc;
    background: white;
    width: 155px;
    border-color: #AAA;
    border-style: solid;
    border-width: 1px 1px 0; }
    #control-panel-nav li.active a {
      background-image: url(/Content/images/pcp-nav-icons-active.png);
      color: #c7492a; }
  #control-panel-nav a {
    background: url(/Content/images/pcp-nav-icons.png) no-repeat;
    color: white;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none; }
  #control-panel-nav a.dash {
    background-position: 25px -3px;
    padding-left: 30px; }
  #control-panel-nav a.leads {
    background-position: 40px -53px;
    padding-left: 25px; }
  #control-panel-nav a.profile {
    background-position: 30px -103px;
    padding-left: 25px; }
  #control-panel-nav a.cal {
    background-position: 15px -153px;
    padding-left: 25px; }
  #control-panel-nav a.acct {
    background-position: 35px -203px;
    padding-left: 25px; }
  #control-panel-nav a.tools {
    background-position: 40px -253px;
    padding-left: 25px; }

/* *1.2 bid form */
.control-panel {
  /* initial hidden bid fields */ }
  .control-panel .bid-form .orange-button, .control-panel .bid-preview .orange-button {
    width: 150px;
    margin: 0 10px 20px 0; }
  .control-panel .bid-form .gray-button, .control-panel .bid-preview .gray-button {
    width: 150px;
    margin: 0 10px 20px 0;
    font-size: 110%; }
  .control-panel .bid-form .ajax-loader, .control-panel .bid-preview .ajax-loader {
    margin: 10px 58px; }
  .control-panel .paragraph {
    margin: 20px 0; }
  .control-panel .bid-form {
    padding: 0 35px;
    margin: 20px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .control-panel .bid-summary {
    background: #D6D6D6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 20px;
    margin: 10px 0 20px 0;
    display: block;
    height: 1%;
    /* for IE7 */ }
    .control-panel .bid-summary:after {
      content: "";
      display: table;
      clear: both; }
    .control-panel .bid-summary h3 {
      margin: 0;
      background: #333333;
      padding: 10px;
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      -khtml-border-radius: 5px 5px 0 0;
      color: white;
      box-shadow: 0px 0px 5px 0px #999999;
      -moz-box-shadow: 0px 0px 5px 0px #999999;
      -webkit-box-shadow: 0px 0px 5px 0px #999999; }
    .control-panel .bid-summary dl {
      background: white;
      border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px;
      -khtml-border-radius: 0 0 5px 5px;
      box-shadow: 0 0 5px 0px #999999;
      -moz-box-shadow: 0 0 5px 0px #999999;
      -webkit-box-shadow: 0 0 5px 0px #999999;
      padding: 20px;
      margin: 0 0 10px 0;
      line-height: 136%;
      height: 1%;
      /* for IE7 */ }
      .control-panel .bid-summary dl:after {
        content: "";
        display: table;
        clear: both; }
      .control-panel .bid-summary dl dt {
        font-weight: bold;
        float: left;
        width: 40%;
        margin: 0 0 7px 0;
        word-wrap: break-word; }
      .control-panel .bid-summary dl dd {
        float: left;
        width: 60%;
        margin: 0 0 7px 0;
        word-wrap: break-word; }
        .control-panel .bid-summary dl dd:after {
          content: "\a0";
          display: inline;
          clear: both; }
  .control-panel h1 {
    background: darkgrey url(/images/pcp-h1-bg.gif) left bottom repeat-x;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #666666;
    color: white;
    padding: 10px 0 10px 16px;
    font-size: 130%;
    font-weight: bold;
    clear: both;
    position: relative;
    display: block; }
    .control-panel h1 .spam-link {
      color: white;
      font-size: 75%;
      font-weight: normal;
      float: right;
      margin: 0 16px 0 0; }
  .control-panel h2, .control-panel #my-notes h2 {
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 160%;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    display: block;
    text-shadow: 1px 1px 1px white;
    -o-text-shadow: 1px 1px 1px white;
    -moz-text-shadow: 1px 1px 1px white;
    -webkit-text-shadow: 1px 1px 1px white;
    -ms-text-shadow: 1px 1px 1px white; }
  .control-panel h2.bid-option {
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
    clear: both;
    color: #333333;
    text-shadow: 1px 1px #e0e0e0;
    -o-text-shadow: 1px 1px #e0e0e0;
    -moz-text-shadow: 1px 1px #e0e0e0;
    -webkit-text-shadow: 1px 1px #e0e0e0;
    -ms-text-shadow: 1px 1px #e0e0e0;
    margin: 0; }
  .control-panel h3 {
    font-size: 110%;
    font-weight: bold;
    display: block;
    margin: 5px 0 5px 0; }
  .control-panel .helpful-information {
    float: right;
    width: 310px;
    border-bottom: 1px solid #666666;
    background: #f4f4f4 url(/images/pcp-gradient-bg.gif) left top repeat-x; }
    .control-panel .helpful-information .inform {
      background: darkgrey url(/images/pcp-h2-bg.gif) left bottom repeat-x;
      border-bottom: 1px solid #666666;
      border-top: 1px solid #666666;
      color: white;
      margin-top: -.5px;
      padding: 10px 0 10px 16px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 130%;
      font-weight: bold;
      clear: both;
      position: relative;
      display: block; }
    .control-panel .helpful-information .tips {
      padding: 3px 10px 15px 10px; }
      .control-panel .helpful-information .tips .tips-list {
        list-style-type: disc !important;
        margin-left: 15px !important;
        padding-bottom: 10px; }
  .control-panel .edit-profile-url {
    float: left;
    width: 640px; }
    .control-panel .edit-profile-url h3 {
      margin-top: 2px;
      padding: 10px 0px 10px 15px;
      width: 625px;
      background-color: #e0e0e0;
      font-family: Verdana, Arial, Helvetica, sans-serif; }
    .control-panel .edit-profile-url .orange-button {
      margin: 10px 0 20px 0;
      padding: 10px 20px;
      font-size: 110%; }
      .control-panel .edit-profile-url .orange-button:after {
        content: "";
        display: table;
        clear: both; }
    .control-panel .edit-profile-url .paragraph {
      padding: 0px 0px 10px 10px; }
    .control-panel .edit-profile-url .custom-url-fields {
      padding: 0px 0px 10px 10px; }
    .control-panel .edit-profile-url .submit {
      margin-left: 50%; }
  .control-panel #lead-info {
    margin: 20px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 20px;
    background: #f4f4f4; }
    .control-panel #lead-info:after {
      content: "";
      display: table;
      clear: both; }
  .control-panel .request-info {
    margin: 0;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .control-panel .request-info:after {
      content: "";
      display: table;
      clear: both; }
    .control-panel .request-info dl {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: white;
      padding: 20px;
      border: 1px solid #d6d6d6;
      margin: 10px 0 0 0;
      line-height: 136%;
      height: 1%;
      /* for IE7 */ }
      .control-panel .request-info dl:after {
        content: "";
        display: table;
        clear: both; }
      .control-panel .request-info dl dt, .control-panel .request-info dl dd {
        float: left;
        margin: 0 0 7px 0;
        word-wrap: break-word; }
      .control-panel .request-info dl dt {
        font-weight: bold;
        width: 40%; }
      .control-panel .request-info dl dd {
        width: 60%; }
        .control-panel .request-info dl dd:after {
          content: "\a0";
          display: inline;
          clear: both; }
    .control-panel .request-info .first {
      margin: 10px 10px 10px 0; }
    .control-panel .request-info .second {
      margin: 10px 0 20px 0; }
    .control-panel .request-info .reveal {
      color: #717074;
      font-style: italic; }
    .control-panel .request-info .notes-dialog {
      margin: 10px 0 0 0;
      display: inline-block; }
  .control-panel .fieldset {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    background: white;
    border: 1px solid #d6d6d6;
    padding: 10px;
    margin: 10px 0 20px 0; }
    .control-panel .fieldset .required {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px;
      text-shadow: 1px 1px 1px white;
      -o-text-shadow: 1px 1px 1px white;
      -moz-text-shadow: 1px 1px 1px white;
      -webkit-text-shadow: 1px 1px 1px white;
      -ms-text-shadow: 1px 1px 1px white;
      background: #f0efeb;
      padding: 10px;
      margin: 0 0 10px 0;
      display: block;
      font-weight: bold;
      font-size: 105%; }
      .control-panel .fieldset .required p {
        font-size: 90%;
        font-weight: normal;
        text-shadow: none;
        color: #717074; }
    .control-panel .fieldset li {
      margin: 5px 0; }
      .control-panel .fieldset li ul {
        margin: 5px 0 0 25px; }
        .control-panel .fieldset li ul div {
          margin: 5px 0 0 25px; }
    .control-panel .fieldset li.expand {
      font-size: 110%;
      font-weight: normal;
      border-bottom: 1px solid #d6d6d6;
      padding: 0 0 5px 0; }
      .control-panel .fieldset li.expand:last-child {
        border-bottom: none; }
      .control-panel .fieldset li.expand ul {
        font-size: 86%;
        font-weight: normal; }
    .control-panel .fieldset li.expand.no-border {
      border: none; }
    .control-panel .fieldset #Notes, .control-panel .fieldset #NotesNo {
      width: 100%;
      height: 200px;
      margin: 5px 0 0 0;
      display: block;
      padding: 5px; }
    .control-panel .fieldset .banking-info {
      margin: 10px 0 0 0;
      padding: 10px;
      background: #f4f4f4;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px;
      font-weight: bold;
      height: 1%; }
      .control-panel .fieldset .banking-info:after {
        content: "";
        display: table;
        clear: both; }
      .control-panel .fieldset .banking-info li {
        font-size: 120%;
        float: left;
        margin: 0 10px 0 0; }
        .control-panel .fieldset .banking-info li label {
          font-weight: bold; }
  .control-panel #BidYesCreditCardInfo div {
    margin-left: 25px !important;
    font-size: 86%; }
  .control-panel .book-now {
    background: #D6D6D6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
    clear: both;
    height: 1%;
    /* for IE7 */ }
    .control-panel .book-now:after {
      content: "";
      display: table;
      clear: both; }
    .control-panel .book-now h3 {
      margin: 0;
      background: #333333;
      padding: 10px;
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      -khtml-border-radius: 5px 5px 0 0;
      color: white;
      box-shadow: 0px 0px 5px 0px #999999;
      -moz-box-shadow: 0px 0px 5px 0px #999999;
      -webkit-box-shadow: 0px 0px 5px 0px #999999; }
    .control-panel .book-now h4 {
      color: #333333;
      padding: 10px 0;
      font-weight: bold;
      font-size: 110%; }
    .control-panel .book-now .online-payment {
      background: white;
      border-radius: 0 0 5px 5px;
      -webkit-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px;
      -khtml-border-radius: 0 0 5px 5px;
      box-shadow: 0 0 5px 0px #999999;
      -moz-box-shadow: 0 0 5px 0px #999999;
      -webkit-box-shadow: 0 0 5px 0px #999999;
      padding: 20px;
      margin: 0; }
    .control-panel .book-now .online-payment:after {
      content: "";
      display: table;
      clear: both; }
    .control-panel .book-now div {
      padding: 10px; }
    .control-panel .book-now ul {
      padding-left: 20px; }
    .control-panel .book-now #edit-bid-link {
      font-size: 86%;
      padding-left: 15px; }
    .control-panel .book-now .orange-button {
      margin: 15px 0px 0px 25px;
      width: 150px;
      font-size: 110%;
      float: none; }
    .control-panel .book-now .reveal {
      color: #717074;
      font-style: italic; }
  .control-panel .other-responses {
    margin: 10px 0 0 0;
    clear: both; }
  .control-panel #save-notes-success {
    width: 100%; }
  .control-panel .reported-spam, .control-panel #BidYesOnlinePayments,
  .control-panel #BidNoSavedResponses, .control-panel #depositWarning,
  .control-panel #balanceWarning, .control-panel #performersWarning, .control-panel #balanceRefundableWarning, .control-panel #saved-bid-success {
    display: none; }
  .control-panel .user-info {
    word-wrap: break-word; }
    .control-panel .user-info .comment {
      overflow: auto; }
    .control-panel .user-info img {
      float: left;
      margin: 10px; }
    .control-panel .user-info span {
      padding: 15px; }
  .control-panel .quote dl {
    float: left;
    margin: 5px 10px 5px 0;
    width: 275px; }
  .control-panel .quote dt {
    clear: both;
    float: left;
    margin-right: 5px; }
  .control-panel .quote {
    background: #dfdfdf; }
  .control-panel .performer-reply {
    background: #DFDFDF;
    margin: 30px 0 0 50px;
    position: relative; }
  .control-panel .client-reply {
    background: #EBE7DE;
    margin: 30px 0 0 50px;
    position: relative; }
  .control-panel .msg-triangle {
    border-style: solid;
    border-width: 15px;
    bottom: 29px;
    height: 0;
    left: 20px;
    position: relative;
    width: 0; }
  .control-panel .performer-reply .msg-triangle {
    border-color: transparent transparent #DFDFDF; }
  .control-panel .client-reply .msg-triangle {
    border-color: transparent transparent #EBE7DE; }
  .control-panel #post-reply {
    background: #DFDFDF;
    margin: 40px 0 20px;
    padding: 15px; }
    .control-panel #post-reply textarea {
      margin: 10px 0;
      width: 99%;
      height: 100px;
      padding: 5px; }
    .control-panel #post-reply .button {
      margin-right: 20px;
      padding: 5px 15px 5px 15px;
      display: block; }

#my-notes {
  font-size: 90%; }
  #my-notes .orange-button {
    width: auto;
    padding: 7px 10px;
    margin: 5px 10px 10px 0;
    float: left; }
  #my-notes .gray-button {
    width: auto;
    padding: 7px 10px;
    margin: 5px 0 10px 0;
    float: left; }
  #my-notes .success {
    padding: 10px 5px 5px 5px;
    width: 98%; }

.save-bid {
  margin: 5px 0 0 0; }
  .save-bid .orange-button {
    font-size: 100%;
    width: auto;
    padding: 4px 10px;
    float: none;
    margin: 10px 0 0 0; }
  .save-bid .success, .save-bid .error {
    width: auto;
    float: none;
    margin: 10px 0 0 0; }

.credit-card {
  background-color: #f4f4f4;
  padding: 10px;
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 1%;
  /* for IE7 */ }
  .credit-card:after {
    content: "";
    display: table;
    clear: both; }
  .credit-card .credit-card-label {
    float: left;
    margin: 0 20px 10px 0;
    font-weight: bold; }
    .credit-card .credit-card-label input, .credit-card .credit-card-label img {
      vertical-align: middle; }
    .credit-card .credit-card-label img {
      margin: 0 5px 0 0; }
    .credit-card .credit-card-label dt {
      margin: 0 0 5px 0; }
  .credit-card .credit-card-label-fix {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px 0; }

#BackToLeads:after {
  content: "";
  display: table;
  clear: both; }
#BackToLeads .gray-button {
  font-size: 86%;
  padding: 5px 10px;
  margin: 0 0 10px 5px; }

/* SAVED BID STYLES */
.saved-bids .orange-button {
  margin: 10px 0 20px 0;
  padding: 10px 20px;
  font-size: 110%; }
  .saved-bids .orange-button:after {
    content: "";
    display: table;
    clear: both; }

#saved-bid-list li {
  background: #f4f4f4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  margin: 0 0 10px 0;
  width: 50%; }
  #saved-bid-list li:hover {
    background: #E4E4E4;
    cursor: pointer; }
  #saved-bid-list li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px; }

.fail-message .credit-card {
  background: #F0B1B1;
  margin: 10px 0 5px 25px; }
.fail-message .orange-button {
  width: auto;
  padding: 7px 10px;
  margin: 5px 0;
  float: none; }

#BidYesSavedResponses {
  float: left;
  width: 152px; }

.saved-bid-div {
  float: left;
  height: 110px;
  padding-top: 5px; }
  .saved-bid-div .saved-bid-select {
    height: 110px;
    width: 350px; }

/* Offer Styles */
.edit-offers-message-wrapper {
  min-height: 34px;
  margin-top: 10px; }

.offers .offer-list {
  margin: 20px 0 10px 0;
  width: 75%; }
  .offers .offer-list .fieldset {
    margin-bottom: 0px; }
.offers .instructions {
  margin-bottom: 15px;
  text-align: left; }
.offers .featured {
  float: right;
  height: 213px;
  width: 170px;
  margin-right: 50px;
  text-align: center; }
  .offers .featured .fieldset {
    height: 100%;
    width: 100%; }
  .offers .featured a {
    display: block;
    margin-top: 10px; }
  .offers .featured p {
    text-align: left; }

#edit-offer-modal {
  display: none; }
  #edit-offer-modal .message {
    font-weight: bold; }

#offer-preview {
  display: none; }

#offer-to-edit {
  background: white;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px 0px #999999;
  -moz-box-shadow: 0 0 5px 0px #999999;
  -webkit-box-shadow: 0 0 5px 0px #999999;
  padding: 15px;
  margin: 0 0 10px 0; }
  #offer-to-edit .offer-title {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #333333;
    padding: 10px;
    border: 1px solid #d6d6d6;
    margin: 10px 0 0 0;
    color: white;
    font-weight: bold; }
  #offer-to-edit .edit-row {
    padding-top: 5px;
    padding-bottom: 5px; }
  #offer-to-edit .edit-row-label {
    font-weight: bold;
    clear: both;
    float: left;
    margin-right: 8px; }
  #offer-to-edit a {
    padding: 5px 15px; }
  #offer-to-edit .label {
    font-weight: bold; }
  #offer-to-edit .offer-details {
    padding-top: 5px;
    padding-bottom: 5px; }
    #offer-to-edit .offer-details div {
      border: 1px solid #D6D6D6;
      background-color: #FFFFFF;
      margin: 2px;
      padding: 5px;
      width: 700px;
      cursor: move; }
      #offer-to-edit .offer-details div a {
        clear: both;
        float: right;
        padding: 2px; }
  #offer-to-edit .additional-client-info {
    width: 100%;
    height: 80px;
    margin: 5px 0; }
  #offer-to-edit .edit-offer-title {
    width: 325px; }
  #offer-to-edit #editing-offer-pricepoint {
    width: 95px; }
  #offer-to-edit #editing-offer-status {
    font-weight: bold; }
  #offer-to-edit .offer-status-ok {
    color: #008f00; }
  #offer-to-edit .offer-status-fail {
    color: #820101; }
  #offer-to-edit .offer-status-new {
    color: #008f00; }
  #offer-to-edit #add-detail-action {
    cursor: hand;
    cursor: pointer; }

.featured-offer-preview {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .featured-offer-preview .featured-offer-preview-wrapper {
    position: relative;
    background: url(/Content/images/offers-module-bg.jpg) no-repeat #fbfbfb !important;
    width: 164px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 1px #999999;
    -moz-box-shadow: 0px 0px 5px 1px #999999;
    -webkit-box-shadow: 0px 0px 5px 1px #999999;
    border: 1px solid white;
    background: #e0e0e0;
    min-height: 168px;
    height: 168px;
    text-align: center;
    line-height: 136%; }
    .featured-offer-preview .featured-offer-preview-wrapper dl {
      margin: 10px 10px 0;
      text-align: left;
      max-height: 115px;
      overflow: hidden; }
      .featured-offer-preview .featured-offer-preview-wrapper dl dt {
        font-weight: bold;
        display: block;
        margin: 0 0 5px 0; }
      .featured-offer-preview .featured-offer-preview-wrapper dl dd {
        display: block;
        margin: 0; }
    .featured-offer-preview .featured-offer-preview-wrapper .module-title {
      background-color: #7c7d7f;
      box-shadow: inset 1px 1px 20px #333333;
      -moz-box-shadow: inset 1px 1px 20px #333333;
      -webkit-box-shadow: inset 1px 1px 20px #333333;
      font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
      font-size: 150%;
      color: white;
      text-align: center;
      padding: 10px 0;
      width: 164px;
      display: inline-block;
      position: absolute;
      bottom: 0;
      left: 0;
      text-transform: uppercase;
      letter-spacing: 0; }

.edit-offers-item {
  border-radius: 5px;
  background: #333;
  color: #fff;
  padding: 10px;
  margin: 10px;
  cursor: move; }
  .edit-offers-item p {
    font-weight: bold;
    font-size: 110%; }
  .edit-offers-item a {
    float: right;
    cursor: pointer;
    padding: 1px 5px;
    font-size: 85%;
    margin-top: -2px;
    height: 18px; }

.edit-offers-featured-wrapper {
  position: relative;
  margin-top: 10px; }
  .edit-offers-featured-wrapper .edit-offers-featured {
    height: 166px;
    width: 170px;
    margin-bottom: 10px; }

.edit-offers-list {
  min-height: 50px;
  width: 100%; }

.edit-offers-add {
  float: right;
  margin-left: 20px;
  position: relative;
  top: -27px; }
  .edit-offers-add a {
    padding: 5px; }

#editing-offer-details a {
  cursor: pointer; }

#additional-detail {
  margin: 5px 0 15px 17px; }

#editing-offer-additional-bid-message-text {
  width: 100%;
  height: 80px; }

#editing-offer-action-buttons .editing-offer-action-left {
  float: left; }
#editing-offer-action-buttons .editing-offer-action-right {
  float: right; }
#editing-offer-action-buttons .editing-offer-action-middle {
  margin-left: auto;
  margin-right: auto;
  width: 100px; }

/* IMPORTING SIGNUP SCSS */
/* SIGNUP STYLESHEET

    SECTIONS
    *1.0........HERO AREA

	*2.0........MODULE NAVIGATION
		*2.1....full navigation
		*2.2....slim navigation

    *3.0........SECTIONS
		*3.1....get found
		*3.2....look good
		*3.3....get booked

	*4.0........PRICING
		*4.1....pricing grid
        *4.2....flexslider "customization"

	*5.0........PAYMENT DIALOG
		*5.1....main dialog
		*5.2....category selection dialog

	*6.0........SUCCESS PAGE

***********************************************************/
/* SECTION *1.0 HERO AREA */
.all-content.full-width {
  width: 1000px;
  padding: 0 0 24px 0; }

.main-nav #navFeatures {
  border-left: 0;
  margin-left: 166px; }

.signup-container {
  background: url(/Content/images/signup-orange-bg.jpg) white no-repeat 0 0;
  width: 100%;
  padding: 30px 40px 40px 40px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* SECTION *2.0 MODULE NAVIGATION */
  /* *2.1 full navigation */
  /* *2.2 slim navigation */
  /* SECTION *3.0 MODULE SECTIONS */
  /* *3.1 get found */
  /* *3.2 look good */
  /* *3.3 get booked */ }
  .signup-container .signup-button {
    width: 200px;
    font-size: 150%;
    margin: 10px auto 0 auto;
    padding: 15px 0; }
  .signup-container .gray-button {
    width: 200px;
    font-size: 110%;
    margin: 10px auto 0 auto;
    padding: 10px 0; }
  .signup-container h1 {
    color: white;
    font-weight: bold;
    font-size: 430%;
    text-shadow: 1px 1px 5px #333333;
    -o-text-shadow: 1px 1px 5px #333333;
    -moz-text-shadow: 1px 1px 5px #333333;
    -webkit-text-shadow: 1px 1px 5px #333333;
    -ms-text-shadow: 1px 1px 5px #333333;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    line-height: 100%;
    background: none !important; }
  .signup-container h2 {
    color: white;
    font-weight: normal;
    font-size: 160%;
    line-height: 136%;
    text-shadow: 1px 1px 5px #333333;
    -o-text-shadow: 1px 1px 5px #333333;
    -moz-text-shadow: 1px 1px 5px #333333;
    -webkit-text-shadow: 1px 1px 5px #333333;
    -ms-text-shadow: 1px 1px 5px #333333;
    margin: 0 0 30px 0;
    width: 520px; }
    .signup-container h2 em {
      background: url(/Content/images/see-why-arrow.png) no-repeat right 20px;
      color: #fff0cb;
      font-family: "PacificoRegular", cursive;
      font-size: 110%;
      font-style: normal;
      padding: 0 22px 20px 0; }
    .signup-container h2 em.mobile-signup-no-arrow {
      /* Used for ems that shouldn't have the arrow background image, like signup success */
      background-image: none !important; }
  .signup-container .video-wrapper {
    width: 520px;
    max-width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid white;
    box-shadow: 0 0 10px #333333;
    -moz-box-shadow: 0 0 10px #333333;
    -webkit-box-shadow: 0 0 10px #333333; }
    .signup-container .video-wrapper .video-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden; }
      .signup-container .video-wrapper .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .signup-container #signup-form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
    border: 1px solid #d6d6d6;
    width: 320px;
    position: absolute;
    top: 40px;
    right: 40px; }
    .signup-container #signup-form #form-title {
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      -khtml-border-radius: 5px 5px 0 0;
      background: #333333;
      padding: 12px 10px;
      margin: 0;
      font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
      font-size: 140%;
      color: white;
      text-transform: uppercase; }
    .signup-container #signup-form #signup-fields {
      padding: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .signup-container #signup-form #signup-fields input[type="text"], .signup-container #signup-form #signup-fields select {
        width: 100%;
        margin: 0 0 15px 0; }
      .signup-container #signup-form #signup-fields select option {
        color: black; }
      .signup-container #signup-form #signup-fields .empty-select-list {
        color: gray; }
    .signup-container #signup-form input[type=text].input-validation-error, .signup-container #signup-form input.input-validation-error, .signup-container #signup-form select.input-validation-error, .signup-container #signup-form textarea.input-validation-error {
      margin-bottom: 0px !important; }
    .signup-container #signup-form span.field-validation-error {
      color: #c7492a;
      display: block;
      margin-bottom: 10px; }
    .signup-container #signup-form .signup-button {
      float: none; }
  .signup-container #signup-nav {
    margin: 40px 0; }
    .signup-container #signup-nav:after {
      content: "";
      display: table;
      clear: both; }
    .signup-container #signup-nav li {
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -khtml-border-radius: 3px;
      box-shadow: inset 1px 1px 10px #e0e0e0;
      -moz-box-shadow: inset 1px 1px 10px #e0e0e0;
      -webkit-box-shadow: inset 1px 1px 10px #e0e0e0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #d6d6d6;
      display: block;
      float: left;
      margin: 0 40px 0 0;
      width: 280px;
      height: 135px;
      position: relative; }
      .signup-container #signup-nav li a {
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .signup-container #signup-nav li a .nav-title {
          font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
          font-size: 160%;
          color: #333333;
          text-transform: uppercase;
          display: block;
          padding: 90px 0 0 0; }
        .signup-container #signup-nav li a .nav-subtitle {
          color: #333333;
          font-size: 110%;
          display: block;
          margin: 0 0 10px 0; }
      .signup-container #signup-nav li:hover {
        border: 1px solid #6cc1c9;
        cursor: pointer; }
    .signup-container #signup-nav #signup-nav-getfound {
      background: url(/Content/images/signup-nav-get-found.png) white no-repeat center 10px; }
    .signup-container #signup-nav #signup-nav-lookgood {
      background: url(/Content/images/signup-nav-look-good.png) white no-repeat center 10px; }
    .signup-container #signup-nav #signup-nav-getbooked {
      background: url(/Content/images/signup-nav-get-booked.png) white no-repeat center 10px;
      margin-right: 0; }
  .signup-container #signup-nav-slim {
    padding: 15px;
    background: rgba(113, 112, 116, 0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px #717074;
    -moz-box-shadow: 0 0 10px #717074;
    -webkit-box-shadow: 0 0 10px #717074;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px; }
    .signup-container #signup-nav-slim:after {
      content: "";
      display: table;
      clear: both; }
    .signup-container #signup-nav-slim li {
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -khtml-border-radius: 3px;
      box-shadow: inset 1px 1px 10px #e0e0e0;
      -moz-box-shadow: inset 1px 1px 10px #e0e0e0;
      -webkit-box-shadow: inset 1px 1px 10px #e0e0e0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #d6d6d6;
      display: block;
      float: left;
      margin: 0 25px 0 0;
      width: 280px;
      position: relative; }
      .signup-container #signup-nav-slim li a {
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .signup-container #signup-nav-slim li a .nav-title {
          font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
          font-size: 160%;
          color: #333333;
          text-transform: uppercase;
          display: block;
          padding: 10px 0;
          text-align: center; }
      .signup-container #signup-nav-slim li:hover {
        border: 1px solid #6cc1c9;
        cursor: pointer; }
    .signup-container #signup-nav-slim #signup-nav-slim-getfound {
      background: url(/Content/images/signup-nav-slim-get-found.png) white no-repeat 10px 8px; }
    .signup-container #signup-nav-slim #signup-nav-slim-lookgood {
      background: url(/Content/images/signup-nav-slim-look-good.png) white no-repeat 10px 8px; }
    .signup-container #signup-nav-slim #signup-nav-slim-getbooked {
      background: url(/Content/images/signup-nav-slim-get-booked.png) white no-repeat 10px 8px;
      margin-right: 0; }
  .signup-container .signup-section {
    margin: 0;
    padding: 5px 0 40px 0;
    position: relative;
    clear: both; }
    .signup-container .signup-section:after {
      content: "";
      display: table;
      clear: both; }
    .signup-container .signup-section h3 {
      font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
      font-size: 400%;
      text-align: center;
      text-transform: uppercase;
      margin: 40px 0;
      line-height: 0em;
      width: 100%;
      border-bottom: 1px solid #d6d6d6; }
      .signup-container .signup-section h3 span {
        background: white;
        padding: 0 10px; }
    .signup-container .signup-section h4 {
      font-family: "PacificoRegular", cursive;
      font-size: 200%;
      color: #a83f21;
      margin: 0 0 20px 0;
      line-height: 100%; }
    .signup-container .signup-section p {
      font-size: 110%;
      margin: 0 0 20px 0;
      line-height: 136%; }
    .signup-container .signup-section .callout-text {
      font-size: 160%; }
    .signup-container .signup-section .callout-text.centered {
      text-align: center;
      width: 650px;
      display: block;
      margin: 0 auto; }
  .signup-container #get-found .image {
    background: url(/Content/images/get-found-bg.png) no-repeat center top;
    width: 600px;
    height: 0;
    float: left;
    padding-bottom: 41.478261%;
    margin: 0 40px 40px 0;
    position: relative;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    /* positioning classes for the bubbles on the map */ }
    .signup-container #get-found .image .map-callout {
      width: 130px;
      height: 130px;
      position: absolute;
      display: none;
      border: #FFFFFF 4px solid;
      opacity: 0.9;
      /* Good browsers */
      -moz-opacity: 0.9;
      /* Netscape */
      -khtml-opacity: 0.9;
      /* Safari 1.x */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
      /* IE 8 */
      filter: alpha(opacity=90);
      /* IE 5-7 */
      border-radius: 75px;
      -webkit-border-radius: 75px;
      -moz-border-radius: 75px;
      -ms-border-radius: 75px;
      -khtml-border-radius: 75px;
      text-align: center; }
      .signup-container #get-found .image .map-callout h5, .signup-container #get-found .image .map-callout p {
        color: #FFFFFF;
        opacity: 1;
        /* Good browsers */
        -moz-opacity: 1;
        /* Netscape */
        -khtml-opacity: 1;
        /* Safari 1.x */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
        /* IE 8 */
        filter: alpha(opacity=100);
        /* IE 5-7 */
        display: block;
        margin: auto;
        width: 122px; }
      .signup-container #get-found .image .map-callout h5 {
        margin-top: 40px;
        font-size: 110%;
        text-transform: uppercase;
        font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif; }
      .signup-container #get-found .image .map-callout p {
        font-size: 86%; }
    .signup-container #get-found .image .map-callout-textwrapper {
      text-align: center;
      width: 120px;
      margin: 40px auto 0 auto; }
    .signup-container #get-found .image #LeadCount.map-callout-textwrapper {
      line-height: 30px; }
    .signup-container #get-found .image .map-callout.blue {
      background-color: #4b9ca4; }
    .signup-container #get-found .image .map-callout.purple {
      background-color: #494272; }
    .signup-container #get-found .image .map-callout.orange {
      background-color: #c7492a; }
    .signup-container #get-found .image .map-callout-leads {
      width: 170px;
      height: 170px;
      position: absolute;
      display: block;
      border: #FFFFFF 4px solid;
      background-color: #c7492a;
      opacity: 0.9;
      /* Good browsers */
      -moz-opacity: 0.9;
      /* Netscape */
      -khtml-opacity: 0.9;
      /* Safari 1.x */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
      /* IE 8 */
      filter: alpha(opacity=90);
      /* IE 5-7 */
      border-radius: 90px;
      -webkit-border-radius: 90px;
      -moz-border-radius: 90px;
      -ms-border-radius: 90px;
      -khtml-border-radius: 90px;
      text-align: center;
      top: 200px;
      left: 400px; }
      .signup-container #get-found .image .map-callout-leads h5, .signup-container #get-found .image .map-callout-leads h6, .signup-container #get-found .image .map-callout-leads p {
        color: #FFFFFF;
        opacity: 1;
        /* Good browsers */
        -moz-opacity: 1;
        /* Netscape */
        -khtml-opacity: 1;
        /* Safari 1.x */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ie-opacity)";
        /* IE 8 */
        filter: alpha(opacity=100);
        /* IE 5-7 */
        display: block;
        margin: auto; }
      .signup-container #get-found .image .map-callout-leads h5 {
        margin-top: 60px;
        width: 125px;
        font-size: 300%;
        text-transform: uppercase;
        font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif; }
      .signup-container #get-found .image .map-callout-leads h6 {
        font-size: 130%;
        text-transform: uppercase;
        font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif; }
    .signup-container #get-found .image .mapcallout-state-al {
      top: 185px;
      left: 330px; }
    .signup-container #get-found .image .mapcallout-state-ak {
      top: 235px;
      left: -5px; }
    .signup-container #get-found .image .mapcallout-state-az {
      top: 155px;
      left: 47px; }
    .signup-container #get-found .image .mapcallout-state-ar {
      top: 165px;
      left: 265px; }
    .signup-container #get-found .image .mapcallout-state-ca {
      top: 100px;
      left: -30px; }
    .signup-container #get-found .image .mapcallout-state-co {
      top: 100px;
      left: 125px; }
    .signup-container #get-found .image .mapcallout-state-ct {
      top: 40px;
      left: 460px; }
    .signup-container #get-found .image .mapcallout-state-de {
      top: 85px;
      left: 440px; }
    .signup-container #get-found .image .mapcallout-state-dc {
      top: 90px;
      left: 425px; }
    .signup-container #get-found .image .mapcallout-state-fl {
      top: 245px;
      left: 400px; }
    .signup-container #get-found .image .mapcallout-state-ga {
      top: 185px;
      left: 370px; }
    .signup-container #get-found .image .mapcallout-state-hi {
      top: 265px;
      left: 110px; }
    .signup-container #get-found .image .mapcallout-state-id {
      top: 20px;
      left: 40px; }
    .signup-container #get-found .image .mapcallout-state-il {
      top: 90px;
      left: 295px; }
    .signup-container #get-found .image .mapcallout-state-in {
      top: 90px;
      left: 325px; }
    .signup-container #get-found .image .mapcallout-state-ia {
      top: 65px;
      left: 250px; }
    .signup-container #get-found .image .mapcallout-state-ka {
      top: 115px;
      left: 195px; }
    .signup-container #get-found .image .mapcallout-state-ky {
      top: 115px;
      left: 345px; }
    .signup-container #get-found .image .mapcallout-state-la {
      top: 215px;
      left: 265px; }
    .signup-container #get-found .image .mapcallout-state-me {
      top: -20px;
      left: 480px; }
    .signup-container #get-found .image .mapcallout-state-md {
      top: 85px;
      left: 425px; }
    .signup-container #get-found .image .mapcallout-state-ma {
      top: 30px;
      left: 465px; }
    .signup-container #get-found .image .mapcallout-state-mi {
      top: 40px;
      left: 335px; }
    .signup-container #get-found .image .mapcallout-state-mn {
      top: 10px;
      left: 240px; }
    .signup-container #get-found .image .mapcallout-state-ms {
      top: 190px;
      left: 295px; }
    .signup-container #get-found .image .mapcallout-state-mo {
      top: 115px;
      left: 260px; }
    .signup-container #get-found .image .mapcallout-state-mt {
      top: -10px;
      left: 95px; }
    .signup-container #get-found .image .mapcallout-state-ne {
      top: 70px;
      left: 185px; }
    .signup-container #get-found .image .mapcallout-state-nv {
      top: 75px;
      left: 10px; }
    .signup-container #get-found .image .mapcallout-state-nh {
      top: 15px;
      left: 465px; }
    .signup-container #get-found .image .mapcallout-state-nj {
      top: 65px;
      left: 445px; }
    .signup-container #get-found .image .mapcallout-state-nm {
      top: 165px;
      left: 110px; }
    .signup-container #get-found .image .mapcallout-state-ny {
      top: 35px;
      left: 440px; }
    .signup-container #get-found .image .mapcallout-state-nc {
      top: 135px;
      left: 410px; }
    .signup-container #get-found .image .mapcallout-state-nd {
      top: -10px;
      left: 185px; }
    .signup-container #get-found .image .mapcallout-state-oh {
      top: 80px;
      left: 360px; }
    .signup-container #get-found .image .mapcallout-state-ok {
      top: 155px;
      left: 210px; }
    .signup-container #get-found .image .mapcallout-state-or {
      top: 10px;
      left: -15px; }
    .signup-container #get-found .image .mapcallout-state-pa {
      top: 60px;
      left: 410px; }
    .signup-container #get-found .image .mapcallout-state-ri {
      top: 40px;
      left: 470px; }
    .signup-container #get-found .image .mapcallout-state-sc {
      top: 165px;
      left: 395px; }
    .signup-container #get-found .image .mapcallout-state-sd {
      top: 30px;
      left: 180px; }
    .signup-container #get-found .image .mapcallout-state-tn {
      top: 145px;
      left: 300px; }
    .signup-container #get-found .image .mapcallout-state-tx {
      top: 205px;
      left: 185px; }
    .signup-container #get-found .image .mapcallout-state-ut {
      top: 90px;
      left: 60px; }
    .signup-container #get-found .image .mapcallout-state-vt {
      top: 10px;
      left: 450px; }
    .signup-container #get-found .image .mapcallout-state-va {
      top: 110px;
      left: 410px; }
    .signup-container #get-found .image .mapcallout-state-wa {
      top: -35px;
      left: 0px; }
    .signup-container #get-found .image .mapcallout-state-wv {
      top: 100px;
      left: 385px; }
    .signup-container #get-found .image .mapcallout-state-wi {
      top: 30px;
      left: 285px; }
    .signup-container #get-found .image .mapcallout-state-wy {
      top: 45px;
      left: 110px; }
    .signup-container #get-found .image:after {
      content: "";
      display: table;
      clear: both; }
  .signup-container #get-found .section-text {
    float: left;
    width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .signup-container #get-found .signup-button, .signup-container #get-found .gray-button {
    margin: 10px auto;
    float: none; }
  .signup-container #canada-callout {
    background: url(/Content/images/icon-canada.png) no-repeat 0 0;
    height: 38px;
    padding-left: 48px;
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 130%;
    text-transform: uppercase;
    color: #717074;
    line-height: 250%;
    position: absolute;
    bottom: 20px;
    left: 0; }
  .signup-container #look-good .image {
    background: url(/Content/images/look-good-bg.png) no-repeat center top;
    width: 680px;
    height: 0;
    padding-bottom: 74.853157%;
    margin: -5.873715124816446% auto -12.74743024963289% auto;
    text-indent: -9999em;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
  .signup-container #look-good .signup-button, .signup-container #look-good .gray-button {
    margin: 10px auto;
    float: none; }
  .signup-container #features-list li {
    position: absolute;
    text-align: center;
    display: inline;
    line-height: 100%;
    font-family: "PacificoRegular", cursive;
    font-size: 200%;
    color: #a83f21; }
  .signup-container #features-list .description {
    top: 460px;
    left: 20px;
    width: 170px; }
  .signup-container #features-list .photo-gallery {
    top: 265px;
    left: 45px;
    width: 115px;
    height: 54px; }
  .signup-container #features-list .hd-video {
    top: 555px;
    right: 160px; }
  .signup-container #features-list .client-testimonials {
    top: 555px;
    left: 180px; }
  .signup-container #features-list .gig-calendar {
    top: 465px;
    right: 40px; }
  .signup-container #features-list .awards {
    top: 285px;
    right: 45px;
    width: 110px; }
  .signup-container #get-booked .image {
    background: url(/Content/images/get-booked-bg.png) no-repeat center top;
    width: 440px;
    height: 0;
    float: left;
    margin: 0 40px 0 0;
    padding-bottom: 50.681818%;
    text-indent: -9999em;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
  .signup-container #get-booked .section-text {
    float: left;
    width: 440px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .signup-container #get-booked #booking-features {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    box-shadow: inset 1px 1px 10px #e0e0e0;
    -moz-box-shadow: inset 1px 1px 10px #e0e0e0;
    -webkit-box-shadow: inset 1px 1px 10px #e0e0e0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #d6d6d6;
    font-size: 130%;
    margin-bottom: 20px; }
    .signup-container #get-booked #booking-features:after {
      content: "";
      display: table;
      clear: both; }
    .signup-container #get-booked #booking-features li {
      line-height: 175%;
      margin-bottom: 10px; }
    .signup-container #get-booked #booking-features .spriteBookingFeatures {
      background: url(/Content/images/spriteBookingFeatures.png) no-repeat 0 0;
      display: block;
      height: 30px;
      padding-left: 40px; }
    .signup-container #get-booked #booking-features .email-leads {
      background-position: 0 0; }
    .signup-container #get-booked #booking-features .booking-support {
      background-position: 0 -30px; }
    .signup-container #get-booked #booking-features .secure-payments {
      background-position: 0 -60px; }
    .signup-container #get-booked #booking-features .contracts {
      background-position: 0 -90px; }
    .signup-container #get-booked #booking-features .profile-consultations {
      background-position: 0 -120px; }
    .signup-container #get-booked #booking-features .booking-stats {
      background-position: 0 -150px; }
    .signup-container #get-booked #booking-features .new {
      background: url(/Content/images/new-indicator.png) no-repeat 0 0;
      width: 38px;
      height: 14px;
      text-indent: -9999em;
      display: inline-block; }
  .signup-container #get-booked .signup-button, .signup-container #get-booked .gray-button {
    margin: 10px auto;
    float: none; }

/* SECTION *4.0 PRICING */
#blackFridayTopBanner img {
  display: block; }

.signup-container h2.fl {
  width: auto;
  border-left: 2px dotted #fff;
  padding-left: 20px;
  margin-left: 25px;
  margin-bottom: 0;
  line-height: 55px;
  font-style: italic; }
.signup-container table {
  margin: 0 0 10px 0;
  clear: both;
  position: relative;
  top: -25px; }
  .signup-container table th {
    position: relative;
    z-index: 40; }
    .signup-container table th span.callout {
      display: block;
      font-size: 18px;
      color: #fff0cb;
      margin-bottom: 12px;
      font-family: "PacificoRegular", cursive;
      font-size: 130%;
      position: absolute;
      top: -30px;
      width: 150px; }
    .signup-container table th h3 {
      display: block;
      font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
      font-size: 250%;
      text-transform: uppercase;
      line-height: 100%;
      text-shadow: 1px 0px 0px white;
      -o-text-shadow: 1px 0px 0px white;
      -moz-text-shadow: 1px 0px 0px white;
      -webkit-text-shadow: 1px 0px 0px white;
      -ms-text-shadow: 1px 0px 0px white;
      padding: 15px 0; }
  .signup-container table tr.desc td {
    text-align: center;
    padding: 10px 8px;
    width: 133px;
    font-size: 86%;
    color: #717074;
    line-height: 136%;
    vertical-align: middle; }
  .signup-container table tr.gray-row th.first {
    background: #3b3636; }
  .signup-container table th.first {
    background: #453f3e;
    width: 290px;
    text-align: left; }
  .signup-container table th.darkgray {
    vertical-align: middle;
    padding-left: 20px;
    color: #fff;
    font-weight: bold; }
  .signup-container table th.first.darkgray {
    padding: 10px 0 10px 20px; }
  .signup-container table th.first.darkgray.heading {
    border-top: 6px solid #fff; }
  .signup-container table thead th {
    vertical-align: bottom; }
  .signup-container table thead th.first {
    background: 0; }
  .signup-container table thead th.first.darkgray {
    background: #453f3e; }
  .signup-container table th {
    width: 200px; }
  .signup-container table th.lite h3 {
    background: -webkit-linear-gradient(bottom, #cfc1b2, white);
    background: -moz-linear-gradient(bottom, #cfc1b2, white);
    background: -o-linear-gradient(bottom, #cfc1b2, white);
    background: -ms-linear-gradient(bottom, #cfc1b2, white);
    background: linear-gradient(to top, #cfc1b2, white);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#CFC1B2',GradientType=0 );
    width: 150px;
    margin-bottom: -6px;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -khtml-border-radius: 5px 0 0 0; }
    .signup-container table th.lite h3 span {
      background: url(/Content/images/lite-header-bg.png) no-repeat center;
      display: block; }
  .signup-container table th.second h3 {
    background: -webkit-linear-gradient(bottom, #d6d6d6, white);
    background: -moz-linear-gradient(bottom, #d6d6d6, white);
    background: -o-linear-gradient(bottom, #d6d6d6, white);
    background: -ms-linear-gradient(bottom, #d6d6d6, white);
    background: linear-gradient(to top, #d6d6d6, white);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );
    width: 200px;
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    -khtml-border-radius: 5px 0 0 0; }
    .signup-container table th.second h3 span {
      background: url(/Content/images/basic-header-bg.png) no-repeat center;
      display: block; }
  .signup-container table th.third {
    z-index: 41;
    position: relative;
    top: 1px; }
  .signup-container table th.third h3 {
    background: -webkit-linear-gradient(bottom, #cd612f, #ec9d6d);
    background: -moz-linear-gradient(bottom, #cd612f, #ec9d6d);
    background: -o-linear-gradient(bottom, #cd612f, #ec9d6d);
    background: -ms-linear-gradient(bottom, #cd612f, #ec9d6d);
    background: linear-gradient(to top, #cd612f, #ec9d6d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9d6d', endColorstr='#cd612f',GradientType=0 );
    width: 200px;
    height: 40px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    box-shadow: 0px -1px 5px 0px #484848;
    -moz-box-shadow: 0px -1px 5px 0px #484848;
    -webkit-box-shadow: 0px -1px 5px 0px #484848;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 42px;
    padding: 20px 0; }
    .signup-container table th.third h3 span {
      background: url(/Content/images/pro-header-bg.png) no-repeat center;
      display: block; }
  .signup-container table th.fourth h3 {
    background: -webkit-linear-gradient(bottom, #dcc58d, #f5e6b3);
    background: -moz-linear-gradient(bottom, #dcc58d, #f5e6b3);
    background: -o-linear-gradient(bottom, #dcc58d, #f5e6b3);
    background: -ms-linear-gradient(bottom, #dcc58d, #f5e6b3);
    background: linear-gradient(to top, #dcc58d, #f5e6b3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e6b3', endColorstr='#dcc58d',GradientType=0 );
    width: 200px;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    -khtml-border-radius: 0 5px 0 0; }
    .signup-container table th.fourth h3 span {
      background: url(/Content/images/gold-header-bg.png) no-repeat center;
      display: block; }
  .signup-container table th.first h5 {
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 160%;
    text-transform: uppercase;
    color: #717074; }
  .signup-container table td.lite, .signup-container table td.second, .signup-container table td.third, .signup-container table td.fourth {
    text-align: center;
    padding: 5px 0; }
  .signup-container table td.lite {
    background: #F2EAE2; }
  .signup-container table td.second {
    border-left: 1px solid #ccc; }
  .signup-container table td.second, .signup-container table td.fourth {
    background: #f1f1f1; }
  .signup-container table td.fourth {
    border-right: 1px solid #ccc; }
  .signup-container table tbody tr:nth-child(even) td.second,
  .signup-container table tbody tr:nth-child(even) td.fourth {
    background: #f9f9f9; }
  .signup-container table tbody tr:nth-child(odd) td.lite {
    background: #E5E1DD; }
  .signup-container table td.third {
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  .signup-container table td .starred {
    background: url(/Content/images/star-bullet.png) no-repeat center bottom;
    display: block;
    text-indent: -20000px;
    height: 14px;
    width: 100%; }
  .signup-container table td .unstarred {
    background: url(/Content/images/star-bullet.png) no-repeat center top;
    display: block;
    text-indent: -20000px;
    height: 14px;
    width: 100%; }
  .signup-container table tbody tr:nth-child(odd) td.third {
    background: #f0f0f0; }
  .signup-container table tbody {
    border-bottom: 1px solid #ccc; }
    .signup-container table tbody td {
      font-weight: bold;
      vertical-align: middle; }
  .signup-container table tfoot th {
    padding-top: 30px; }
  .signup-container table tfoot td, .signup-container table tfoot th {
    background: 0 none !important;
    border: 0 !important; }
  .signup-container table tfoot th.lite, .signup-container table tfoot th.second, .signup-container table tfoot th.third, .signup-container table tfoot th.fourth {
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 300%;
    text-transform: uppercase;
    color: #333333; }
    .signup-container table tfoot th.lite .superscript, .signup-container table tfoot th.second .superscript, .signup-container table tfoot th.third .superscript, .signup-container table tfoot th.fourth .superscript {
      position: relative;
      top: -8px;
      font-size: 65%; }
    .signup-container table tfoot th.lite .per-month, .signup-container table tfoot th.lite .per-year, .signup-container table tfoot th.second .per-month, .signup-container table tfoot th.second .per-year, .signup-container table tfoot th.third .per-month, .signup-container table tfoot th.third .per-year, .signup-container table tfoot th.fourth .per-month, .signup-container table tfoot th.fourth .per-year {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 33%;
      font-weight: bold;
      color: #717074;
      display: block;
      text-transform: none;
      margin-bottom: 0px; }
    .signup-container table tfoot th.lite .per-year, .signup-container table tfoot th.second .per-year, .signup-container table tfoot th.third .per-year, .signup-container table tfoot th.fourth .per-year {
      font-size: 10px;
      font-weight: normal;
      margin-bottom: 10px; }
      .signup-container table tfoot th.lite .per-year .superscript, .signup-container table tfoot th.second .per-year .superscript, .signup-container table tfoot th.third .per-year .superscript, .signup-container table tfoot th.fourth .per-year .superscript {
        position: relative;
        top: -3px;
        font-size: 8px; }
  .signup-container table .signup-button {
    width: 120px;
    font-size: 110%;
    padding: 10px 0;
    float: none;
    margin: 0 auto; }
  .signup-container table h4.script {
    font-family: "PacificoRegular", cursive;
    font-size: 200%;
    font-weight: normal;
    color: #fff0cb;
    line-height: 100%; }
  .signup-container table .blackFridayCrossout {
    position: absolute;
    left: 25px;
    top: -80px;
    display: block; }
  .signup-container table tr.blackFriday th {
    padding: 0; }
  .signup-container table tr.blackFriday th.first img {
    padding-left: 20px;
    display: block; }
  .signup-container table tr.blackFriday th.red {
    color: #fd401f; }
    .signup-container table tr.blackFriday th.red .per-year {
      font-weight: bold;
      color: #483f3e; }
  .signup-container table tr.blackFriday th.second, .signup-container table tr.blackFriday th.third, .signup-container table tr.blackFriday th.fourth {
    vertical-align: top;
    padding-top: 25px; }
.signup-container p.more-info {
  font-size: 180%;
  text-align: center;
  margin: 20px 0;
  line-height: 136%; }
.signup-container p.money-back {
  font-size: 110%;
  color: #717074;
  width: 520px;
  margin: 40px auto 0 auto;
  text-align: center; }
  .signup-container p.money-back .image {
    background: url(/Content/images/sign-up-icon-sprite.png) no-repeat 0 0;
    width: 82px;
    height: 82px;
    float: left;
    margin: -20px 10px 0 0;
    display: block; }
  .signup-container p.money-back:after {
    content: "";
    display: table;
    clear: both; }

.lite-container table th {
  width: 150px; }
.lite-container table th.second h3, .lite-container table th.third h3, .lite-container table th.fourth h3 {
  width: 150px; }
.lite-container table th.second h3 {
  border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -khtml-border-radius: 0 0 0 0;
  border-left: 1px solid #B8B8B8; }
.lite-container table td.second {
  border-left: 1px solid #B8B8B8; }

/* Mobile Pricing Grid */
.mobile .signup-container .flexslider {
  clear: both;
  background: none;
  border: none;
  margin: 0 0 40px 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }
.mobile .signup-container .flex-control-nav {
  bottom: -20px; }
.mobile .signup-container .column {
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 95%;
  clear: both; }
  .mobile .signup-container .column .signup-button {
    width: 160px;
    font-size: 110%;
    padding: 10px 0;
    float: none;
    margin: 0 auto; }
  .mobile .signup-container .column li {
    background: white;
    vertical-align: middle;
    padding: 5px;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC; }
  .mobile .signup-container .column li.gray-row {
    background: #f4f4f4; }
  .mobile .signup-container .column li.last {
    border-bottom: 1px solid #CCC; }
  .mobile .signup-container .column li.callout {
    display: block;
    color: #fff0cb;
    margin-bottom: 12px;
    font-family: "PacificoRegular", cursive;
    font-size: 130%;
    border: none;
    padding: 0;
    background: none; }
  .mobile .signup-container .column .thead {
    padding: 0;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    background: none; }
    .mobile .signup-container .column .thead h3 {
      display: block;
      font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
      font-size: 250%;
      text-transform: uppercase;
      line-height: 100%;
      padding: 15px 0;
      position: relative;
      text-shadow: 1px 0px 0px white;
      -o-text-shadow: 1px 0px 0px white;
      -moz-text-shadow: 1px 0px 0px white;
      -webkit-text-shadow: 1px 0px 0px white;
      -ms-text-shadow: 1px 0px 0px white;
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      -khtml-border-radius: 5px 5px 0 0; }
  .mobile .signup-container .column .desc {
    padding: 10px 5px;
    font-size: 90%;
    color: #717074;
    line-height: 136%; }
  .mobile .signup-container .column .tfoot {
    padding: 0;
    border: none;
    margin: 20px 0; }
  .mobile .signup-container .column .membership-pricing li {
    padding: 0;
    border: none !important; }
  .mobile .signup-container .column .membership-pricing h5 {
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 130%;
    text-transform: uppercase;
    color: #717074; }
  .mobile .signup-container .column .membership-pricing .price {
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 300%;
    text-transform: uppercase;
    color: #333333;
    margin: 10px 0; }
  .mobile .signup-container .column .membership-pricing .superscript {
    position: relative;
    top: -8px;
    font-size: 65%; }
  .mobile .signup-container .column .membership-pricing .per-month {
    font-size: 33%;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    color: #717074;
    display: block;
    text-transform: none; }
.mobile .signup-container .lite {
  margin-top: 32px; }
  .mobile .signup-container .lite .thead h3 {
    background: -webkit-linear-gradient(bottom, #ddcfbe, white);
    background: -moz-linear-gradient(bottom, #ddcfbe, white);
    background: -o-linear-gradient(bottom, #ddcfbe, white);
    background: -ms-linear-gradient(bottom, #ddcfbe, white);
    background: linear-gradient(to top, #ddcfbe, white);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ddcfbe',GradientType=0 );
    border-top: 1px solid #ccc; }
    .mobile .signup-container .lite .thead h3 span {
      background: url(/Content/images/lite-header-bg.png) no-repeat center;
      display: block; }
.mobile .signup-container .basic {
  margin-top: 32px; }
  .mobile .signup-container .basic .thead h3 {
    background: -webkit-linear-gradient(bottom, #d6d6d6, white);
    background: -moz-linear-gradient(bottom, #d6d6d6, white);
    background: -o-linear-gradient(bottom, #d6d6d6, white);
    background: -ms-linear-gradient(bottom, #d6d6d6, white);
    background: linear-gradient(to top, #d6d6d6, white);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );
    border-top: 1px solid #ccc; }
    .mobile .signup-container .basic .thead h3 span {
      background: url(/Content/images/basic-header-bg.png) no-repeat center;
      display: block; }
.mobile .signup-container .pro .thead h3 {
  background: -webkit-linear-gradient(bottom, #cd612f, #ec9d6d);
  background: -moz-linear-gradient(bottom, #cd612f, #ec9d6d);
  background: -o-linear-gradient(bottom, #cd612f, #ec9d6d);
  background: -ms-linear-gradient(bottom, #cd612f, #ec9d6d);
  background: linear-gradient(to top, #cd612f, #ec9d6d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec9d6d', endColorstr='#cd612f',GradientType=0 );
  height: 40px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  box-shadow: 0px -1px 5px 0px #484848;
  -moz-box-shadow: 0px -1px 5px 0px #484848;
  -webkit-box-shadow: 0px -1px 5px 0px #484848;
  border-top: 1px solid #ccc;
  font-size: 380%;
  padding: 20px 0; }
  .mobile .signup-container .pro .thead h3 span {
    background: url(/Content/images/pro-header-bg.png) no-repeat center;
    display: block; }
.mobile .signup-container .gold {
  margin-top: 32px; }
  .mobile .signup-container .gold .thead h3 {
    background: -webkit-linear-gradient(bottom, #dcc58d, #f5e6b3);
    background: -moz-linear-gradient(bottom, #dcc58d, #f5e6b3);
    background: -o-linear-gradient(bottom, #dcc58d, #f5e6b3);
    background: -ms-linear-gradient(bottom, #dcc58d, #f5e6b3);
    background: linear-gradient(to top, #dcc58d, #f5e6b3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5e6b3', endColorstr='#dcc58d',GradientType=0 );
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-top: 1px solid #ccc; }
    .mobile .signup-container .gold .thead h3 span {
      background: url(/Content/images/gold-header-bg.png) no-repeat center;
      display: block; }

/* *4.2 flexslider "customization" */
.flexslider .flexslider-override-left {
  height: 27px;
  position: absolute;
  top: 15px;
  width: 29px !important;
  /* !important to override flexslider's 100% rule */
  left: 10px; }
.flexslider .flexslider-override-right {
  height: 27px;
  position: absolute;
  top: 15px;
  width: 29px !important;
  /* !important to override flexslider's 100% rule */
  right: 10px; }
.flexslider .pro h3 .flexslider-override-left, .flexslider .pro h3 .flexslider-override-right {
  top: 30px; }

/* SECTION *5.0 PAYMENT DIALOG */
/* *5.1 main dialog */
#payment-dialog {
  font-size: 100%;
  margin: -50px 0 0 0;
  /* *5.2 category selection dialog */ }
  #payment-dialog .payment-save {
    float: right;
    width: 350px;
    clear: left; }
    #payment-dialog .payment-save em {
      background: url(/Content/images/see-why-arrow.png) no-repeat right 15px;
      color: #c7492a;
      font-family: "PacificoRegular", cursive;
      font-size: 160%;
      font-style: normal;
      padding: 0 22px 20px 0; }
      #payment-dialog .payment-save em span {
        font-size: 130%;
        padding-right: 2px; }
      #payment-dialog .payment-save em small {
        font-size: 70%; }
  #payment-dialog hr {
    display: inline-block;
    clear: both; }
  #payment-dialog #payment-sections #quicklog_loginMsg {
    float: none;
    margin: 0 0 20px 45px; }
  #payment-dialog li:after {
    content: "";
    display: table;
    clear: both; }
  #payment-dialog .height-fix {
    height: 651px;
    margin-bottom: -40px; }
  #payment-dialog fieldset {
    margin-left: 45px; }
    #payment-dialog fieldset p {
      margin: 0 0 10px 0; }
  #payment-dialog label {
    font-weight: bold;
    font-size: 90%;
    display: block;
    margin: 0;
    width: 50%;
    float: left;
    position: relative;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #payment-dialog label span {
      font-weight: normal;
      color: #717074; }
  #payment-dialog input[type=text], #payment-dialog input[type=password], #payment-dialog select, #payment-dialog textarea {
    display: block;
    margin: 5px 0 15px 0;
    width: 100%; }
  #payment-dialog .cat-select-btn {
    background: url(/Content/images/cat-select-btn.png) no-repeat 0 0;
    width: 20px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 27px;
    right: 24px;
    cursor: pointer; }
  #payment-dialog .credit-card {
    margin: 10px 0 !important; }
  #payment-dialog #your-info-fields label {
    font-weight: normal;
    margin: 0 0 15px 0; }
    #payment-dialog #your-info-fields label input[type=text], #payment-dialog #your-info-fields label input[type=password], #payment-dialog #your-info-fields label select, #payment-dialog #your-info-fields label textarea {
      margin: 5px 0 0 0; }
    #payment-dialog #your-info-fields label span.label {
      font-weight: bold;
      color: #333333;
      display: block; }
  #payment-dialog #membership-fields label {
    font-weight: normal;
    margin: 0 0 7px 0; }
    #payment-dialog #membership-fields label span.label {
      font-weight: bold;
      color: #333333;
      display: block; }
  #payment-dialog #PaymentInfo_CreditCardInfo_ExpirationMonth, #payment-dialog #PaymentInfo_CreditCardInfo_ExpirationYear {
    width: auto !important;
    float: left;
    margin-right: 10px; }
  #payment-dialog .credit-card-radiobutton label {
    width: auto !important; }
  #payment-dialog #referral-agreement label {
    width: auto;
    float: none; }
  #payment-dialog #referral-agreement input[type="text"] {
    width: auto; }
  #payment-dialog h5 {
    font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
    font-size: 160%;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    line-height: 200%; }
    #payment-dialog h5 span {
      color: #717074; }
  #payment-dialog .signup-button {
    width: 200px;
    font-size: 150%;
    margin: 20px auto;
    padding: 15px 0;
    float: none; }
  #payment-dialog .spritePaymentSteps {
    background: url(/Content/images/spritePaymentSteps.png) no-repeat 0 0;
    height: 35px;
    display: inline-block;
    padding-left: 45px; }
  #payment-dialog .your-info-section {
    background-position: 0 0; }
  #payment-dialog .membership-section {
    background-position: 0 -35px; }
  #payment-dialog .billing-info-section {
    background-position: 0 -70px; }
  #payment-dialog #payment-total {
    float: right;
    padding: 10px;
    background: #F4F4F4;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px; }
    #payment-dialog #payment-total dt {
      float: left;
      clear: left;
      text-align: right;
      margin-bottom: 5px;
      margin-right: 20px; }
    #payment-dialog #payment-total dd {
      float: right;
      clear: right; }
    #payment-dialog #payment-total .discount-amount {
      color: #c7492a; }
  #payment-dialog #coupon-code {
    float: left; }
    #payment-dialog #coupon-code input[type="text"] {
      width: 130px;
      margin: 5px 10px 0 0; }
  #payment-dialog .confirm-message, #payment-dialog .alert-message, #payment-dialog .fail-message, #payment-dialog .validation-summary-errors {
    font-size: 90%; }
  #payment-dialog #categories-dialog {
    border: 1px solid #d6d6d6;
    background: white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    display: none;
    position: absolute;
    top: 320px;
    width: 97%;
    z-index: 99; }
    #payment-dialog #categories-dialog:after {
      content: "";
      display: table;
      clear: both; }
    #payment-dialog #categories-dialog .categories-dialog-title {
      color: white;
      font-weight: bold;
      font-size: 110%;
      padding: 10px;
      background: #333333;
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      -khtml-border-radius: 5px 5px 0 0;
      margin: 0; }
      #payment-dialog #categories-dialog .categories-dialog-title .close-categories {
        position: absolute;
        right: 10px;
        color: #333333;
        text-decoration: none;
        background: white;
        width: 16px;
        height: 16px;
        text-align: center;
        display: inline-block;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -khtml-border-radius: 2px;
        box-shadow: 1px 1px 5px #333333;
        -moz-box-shadow: 1px 1px 5px #333333;
        -webkit-box-shadow: 1px 1px 5px #333333; }
        #payment-dialog #categories-dialog .categories-dialog-title .close-categories:hover {
          background: #f4f4f4;
          color: #000; }
    #payment-dialog #categories-dialog ul {
      margin: 20px 60px 20px 20px;
      float: left;
      font-family: "ChunkFiveRegular", Verdana, Helvetica, sans-serif;
      font-size: 110%;
      text-transform: uppercase;
      line-height: 200%; }
      #payment-dialog #categories-dialog ul li {
        margin-bottom: 5px; }
      #payment-dialog #categories-dialog ul a {
        color: #333333;
        text-decoration: none;
        display: block;
        padding: 0 5px; }
        #payment-dialog #categories-dialog ul a:hover {
          background: #c7492a;
          border-radius: 3px;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          -ms-border-radius: 3px;
          -khtml-border-radius: 3px;
          text-shadow: 1px 1px 5px #333333;
          -o-text-shadow: 1px 1px 5px #333333;
          -moz-text-shadow: 1px 1px 5px #333333;
          -webkit-text-shadow: 1px 1px 5px #333333;
          -ms-text-shadow: 1px 1px 5px #333333;
          color: white; }
    #payment-dialog #categories-dialog .selected {
      background: #c7492a;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -khtml-border-radius: 3px;
      text-shadow: 1px 1px 5px #333333;
      -o-text-shadow: 1px 1px 5px #333333;
      -moz-text-shadow: 1px 1px 5px #333333;
      -webkit-text-shadow: 1px 1px 5px #333333;
      -ms-text-shadow: 1px 1px 5px #333333; }
      #payment-dialog #categories-dialog .selected a {
        color: white; }
    #payment-dialog #categories-dialog .scroll-container {
      height: 490px;
      overflow-x: hidden;
      overflow-y: scroll;
      font-size: 90%;
      margin-bottom: 20px; }
      #payment-dialog #categories-dialog .scroll-container .two-columns {
        float: left;
        margin-top: 20px;
        padding-right: 40px;
        width: 40%; }
        #payment-dialog #categories-dialog .scroll-container .two-columns a {
          display: block;
          padding: 2px; }
          #payment-dialog #categories-dialog .scroll-container .two-columns a:hover {
            background: #f0efeb;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -khtml-border-radius: 3px; }
    #payment-dialog #categories-dialog p {
      width: 200px;
      font-size: 90%;
      line-height: 150%;
      position: absolute;
      top: 400px;
      left: 20px;
      padding: 10px;
      background: #f4f4f4;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -khtml-border-radius: 5px; }
      #payment-dialog #categories-dialog p strong {
        display: block; }

/* Mobile Payment Dialog */
.mobile .signup-container .mobile-payment-container {
  background: #fbfbfb;
  padding: 0 20px 20px 20px;
  font-size: 110%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  box-shadow: 0 0 5px #333333;
  -moz-box-shadow: 0 0 5px #333333;
  -webkit-box-shadow: 0 0 5px #333333; }
.mobile .signup-container #payment-dialog {
  margin: 0; }

/* SECTION *6.0 SUCCESS PAGE */
#signup-success-content {
  margin-top: 50px; }
  #signup-success-content .left {
    margin-top: 10px;
    width: 400px;
    display: block;
    float: left; }
    #signup-success-content .left #instruction-box {
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -ms-border-radius: 5px 0 0 5px;
      -khtml-border-radius: 5px 0 0 5px;
      color: white;
      font-size: 110%;
      padding: 20px; }
      #signup-success-content .left #instruction-box .signup-button {
        float: none;
        width: 75%;
        font-size: 110%; }
      #signup-success-content .left #instruction-box p {
        margin-top: -20px;
        margin-bottom: 20px; }
    #signup-success-content .left .temp-login-info {
      margin-top: 20px;
      color: white; }
      #signup-success-content .left .temp-login-info dt {
        float: left;
        margin-right: 7px; }
      #signup-success-content .left .temp-login-info dd {
        float: left;
        font-weight: bold; }

#signup-success {
  font-size: 220%;
  line-height: 140%;
  margin-bottom: 10px; }

#computer-image {
  background: url(/Content/images/signup-success-computer.png) no-repeat;
  margin-top: -35px;
  width: 466px;
  height: 353px;
  display: inline-block; }
  #computer-image img {
    display: none; }

.signup-container #contact-info {
  margin-top: 20px;
  color: #333333;
  font-size: 110%;
  line-height: 136%; }

/* IMPORTING MEDIAQUERIES SCSS */
/* MEDIA QUERIES STYLESHEET

***********************************************************/
@media only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) {
  .all-content {
    margin: 0; }

  .mobile .signup-container {
    width: 100%;
    padding: 3% 4% 4% 4%; }
    .mobile .signup-container #signup-form {
      width: 34.7826%; }
    .mobile .signup-container h1, .mobile .signup-container h2, .mobile .signup-container .video-wrapper {
      width: 56.5217%; }
    .mobile .signup-container h2.fl {
      border: none;
      padding: 0;
      margin-left: 0;
      margin-bottom: 10px;
      float: none;
      line-height: 100%; }
    .mobile .signup-container h2.mobile-signup-arrow-fix {
      /* Apply this class to h2's that have a child em element */
      margin-bottom: 30px !important; }
    .mobile .signup-container #signup-nav li {
      width: 30.4348%;
      margin-right: 4.3478%; }
    .mobile .signup-container #get-found .image {
      width: 65.2174%;
      margin: 0 4.3478% 4.3478% 0; }
    .mobile .signup-container #get-found .section-text {
      width: 30.4348%; }
    .mobile .signup-container #look-good .image {
      background: url(/Content/images/look-good-bg-mobile.png) no-repeat center top;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain; }
    .mobile .signup-container #get-booked .image {
      width: 47.8261%;
      margin-right: 4.3478%; }
    .mobile .signup-container #get-booked .section-text {
      width: 47.8261%; }
    .mobile .signup-container #features-list {
      display: block;
      text-align: center; }
      .mobile .signup-container #features-list li {
        position: relative;
        display: inline-block; }
      .mobile .signup-container #features-list .description, .mobile .signup-container #features-list .photo-gallery, .mobile .signup-container #features-list .hd-video, .mobile .signup-container #features-list .client-testimonials, .mobile .signup-container #features-list .gig-calendar, .mobile .signup-container #features-list .awards {
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin: 0 40px 40px 0; } }
@media only screen and (max-width: 920px), only screen and (max-device-width: 920px) {
  #navbar .main-nav li {
    margin-left: 0; }

  .mobile .signup-container {
    background-position: center top; }
  .mobile #signup-success-content .left {
    width: auto; }
  .mobile #signup-success-content #instruction-box {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    width: auto; }
  .mobile #signup-success-content #computer-image {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-top: 20px;
    background: none; }
    .mobile #signup-success-content #computer-image img {
      display: block;
      width: 100%; }
  .mobile #contact-info strong {
    display: block;
    margin-bottom: 7px; }
  .mobile .map-callout-leads-static {
    background-size: 100% 100%;
    top: 190px;
    left: 380px; } }
@media only screen and (max-width: 870px), only screen and (max-device-width: 870px) {
  .mobile .request-info {
    float: none;
    width: 100%; }
    .mobile .request-info:first-child {
      float: none;
      width: 100%;
      margin: 0 0 20px 0; }
    .mobile .request-info .first {
      margin: 10px 0 0 0; }
  .mobile .map-callout-leads-static {
    background-size: 100% 100%;
    top: 180px;
    left: 350px; } }
@media only screen and (max-width: 850px), only screen and (max-device-width: 850px) {
  .mobile .credit-card-label:last-child {
    clear: both; }
  .mobile .signup-container h1 {
    font-size: 380%; }
  .mobile .signup-container h2 {
    font-size: 150%; }
  .mobile .signup-container #get-found .image {
    max-width: 100%;
    width: 100%;
    background-position: center; }
  .mobile .signup-container #get-found .section-text {
    width: auto; }
  .mobile .signup-container #get-found #canada-callout {
    position: relative;
    margin: 0 0 20px 0;
    bottom: 0;
    clear: both;
    font-size: 110%;
    line-height: 300%; }
  .mobile .signup-container #look-good .image {
    max-width: 100%;
    width: 100%;
    background-position: top; }
  .mobile .signup-container #get-booked .image {
    max-width: 100%;
    width: 100%;
    background-position: center;
    margin: -10px auto; }
  .mobile .signup-container #get-booked .section-text {
    width: auto; }
  .mobile .signup-container #get-booked #booking-features li {
    float: left;
    width: 43%; }
  .mobile .map-callout-leads-static {
    background-size: 90% 90%;
    top: 170px;
    left: 350px; } }
@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
  .result-message dl.login-information, .result-message dl.gig-request-summary {
    width: 100%;
    float: none; }
  .result-message dl.gig-request-summary dd.confirm-message, .result-message dl.gig-request-summary dd.alert-message {
    margin: 10px; }

  .mobile h1 .spam-link {
    float: none;
    display: block; }
  .mobile .bid-form .orange-button {
    width: 50%;
    float: none;
    display: block;
    margin: 0 auto 20px auto; }
  .mobile .other-responses {
    text-align: center; }
  .mobile .middle {
    text-align: center;
    display: block;
    margin: 0 auto; }
  .mobile .signup-container .signup-section h3 {
    font-size: 350%; }
  .mobile .signup-container #signup-nav li {
    width: 100%;
    margin: 0 0 10px 0;
    height: auto; }
    .mobile .signup-container #signup-nav li a .nav-title {
      padding: 10px 0;
      display: block; }
    .mobile .signup-container #signup-nav li a .nav-subtitle {
      display: none; }
  .mobile .signup-container #signup-nav #signup-nav-getfound {
    background: url(/Content/images/signup-nav-slim-get-found.png) white no-repeat 10px 8px; }
  .mobile .signup-container #signup-nav #signup-nav-lookgood {
    background: url(/Content/images/signup-nav-slim-look-good.png) white no-repeat 10px 8px; }
  .mobile .signup-container #signup-nav #signup-nav-getbooked {
    background: url(/Content/images/signup-nav-slim-get-booked.png) white no-repeat 10px 8px; }
  .mobile .signup-container .callout-text.centered {
    width: auto; }
  .mobile .signup-container #get-booked #booking-features li {
    float: none;
    width: auto; }
  .mobile .map-callout-leads-static {
    background-size: 80% 80%;
    top: 150px;
    left: 330px; } }
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
  .mobile .signup-container h1, .mobile .signup-container h2, .mobile .signup-container .video-wrapper {
    width: 100%; }
  .mobile .signup-container #signup-form {
    width: auto;
    position: relative;
    top: 0;
    left: 0; }
  .mobile .map-callout-leads-static {
    background-size: 80% 80%;
    top: 150px;
    left: 330px; } }
@media only screen and (max-width: 630px), only screen and (max-device-width: 630px) {
  .mobile input[type=text], .mobile input[type=password], .mobile select, .mobile textarea {
    margin: 0 0 5px 0;
    display: block;
    width: 100%; }
  .mobile .credit-card-label {
    float: none;
    margin: 0 0 5px 0; }
  .mobile .fieldset .banking-info li {
    float: none;
    margin: 0 0 5px 0; }
  .mobile .signup-container p.money-back {
    width: auto; }
    .mobile .signup-container p.money-back .image {
      float: none;
      margin: -20px auto 20px auto; }
  .mobile .signup-container #payment-dialog fieldset {
    margin-left: 0; }
  .mobile .signup-container #payment-dialog label {
    float: none;
    width: auto;
    padding-right: 0; }
  .mobile .signup-container #payment-dialog .credit-card-radiobutton label {
    float: left;
    margin-right: 10px; }
  .mobile .signup-container #payment-dialog #referral-agreement input[type="text"] {
    width: 100%; }
  .mobile .signup-container #payment-dialog #PaymentInfo_CreditCardInfo_ExpirationMonth, .mobile .signup-container #payment-dialog #PaymentInfo_CreditCardInfo_ExpirationYear {
    width: 100% !important; }
  .mobile .map-callout-leads-static {
    background-size: 70% 70%;
    top: 120px;
    left: 310px; } }
@media only screen and (max-width: 560px), only screen and (max-device-width: 560px) {
  .mobile .signup-container h2 {
    margin-bottom: 10px; }
  .mobile .signup-container #signup-success-content {
    margin-top: 10px; }
  .mobile .signup-container p {
    margin-top: 0 !important; }
  .mobile .signup-container .temp-login-info {
    margin-top: 10px !important; }
  .mobile .map-callout-leads-static {
    background-size: 70% 70%;
    top: 110px;
    left: 300px; } }
@media only screen and (max-width: 520px), only screen and (max-device-width: 520px) {
  #service-type, #event-information, #auto-add, #Services, #client-information {
    padding: 20px !important; }

  .request-form label {
    width: 100%;
    padding-right: 0;
    float: none; }
  .request-form .quicklog_box .orange-button {
    font-size: 100%;
    padding: 5px;
    width: 75px;
    float: left;
    margin: 0 0 10px 0; }
  .request-form .orange-button {
    width: 260px;
    font-size: 130%;
    margin: 20px auto 10px auto;
    float: none; }
  .request-form .ajax-loader {
    float: none;
    margin: 20px auto 10px auto; }

  #Services label {
    width: 100%;
    float: none; }

  #your-vendors, .status-bar {
    display: none; }

  #next-form {
    text-align: center;
    float: none !important; }

  .result-message h2 {
    font-size: 110%; }
  .result-message .request-contact ul {
    display: block;
    margin: 10px 0 0 0; }
    .result-message .request-contact ul li {
      float: none;
      margin: 0; }

  .mobile .request-info dl dt, .mobile .request-info dl dd, .mobile .bid-summary dl dt, .mobile .bid-summary dl dd {
    float: none;
    width: auto; }
  .mobile .request-info dl dt, .mobile .bid-summary dl dt {
    margin: 0 0 0 0; }
  .mobile .bid-buttons li {
    width: 100%; }
  .mobile .fieldset li ul {
    margin-left: 0; }
  .mobile .bid-form .orange-button {
    width: 100%; }
  .mobile #saved-bid-name {
    width: 100%; }
  .mobile .save-bid .orange-button {
    width: 50%; }
  .mobile #BidYesCreditCardInfo div {
    margin-left: 0px !important; }
  .mobile .signup-container .signup-section h3 {
    font-size: 300%; }
  .mobile .signup-container #features-list li {
    position: relative;
    display: block; }
  .mobile .signup-container #features-list .description, .mobile .signup-container #features-list .photo-gallery, .mobile .signup-container #features-list .hd-video, .mobile .signup-container #features-list .client-testimonials, .mobile .signup-container #features-list .gig-calendar, .mobile .signup-container #features-list .awards {
    margin: 0 0 40px 0; }
  .mobile .signup-container .callout-text.centered {
    font-size: 130%; }
  .mobile .signup-container #get-booked #booking-features li {
    font-size: 90%; }
  .mobile .signup-container #payment-dialog h5 {
    font-size: 150%; }
  .mobile .signup-container #payment-dialog #coupon-code, .mobile .signup-container #payment-dialog #payment-total {
    float: none; }
    .mobile .signup-container #payment-dialog #coupon-code:after, .mobile .signup-container #payment-dialog #payment-total:after {
      content: "";
      display: table;
      clear: both; }
  .mobile .signup-container #payment-dialog #coupon-code {
    margin-bottom: 10px; }
    .mobile .signup-container #payment-dialog #coupon-code input[type="text"] {
      width: 100%; }
  .mobile .map-callout-leads-static {
    background-size: 60% 60%;
    top: 20px;
    left: 150px; } }
