/* SASS Variables */
/* Text Colors */
/* Shell Colors */
/* Button Gradients */
/* Button Borders */
/* font sizes */
#content h3 {
  margin-bottom: 0; }

/* WELCOME MSG */
#welcome {
  display: none;
  margin-bottom: 20px;
  }
.signup span {
    display: none;
}
/* OR */
#or {
  margin: 20px 0;
  max-width: 300px;
  text-align: center;
  width: 100%; }

/* OPENID NAV */
#openid {
  float: none; }
  #openid nav {
    max-width: 300px;
    width: 100%; }
    #openid nav a {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0 1px 2px 0 #d9d9d9;
      -moz-box-shadow: 0 1px 2px 0 #d9d9d9;
      box-shadow: 0 1px 2px 0 #d9d9d9;
      border-style: solid;
      border-width: 1px;
      display: block;
      margin-bottom: 20px;
      text-decoration: none; }
      #openid nav a.facebook {
        -webkit-box-shadow: 0 1px 2px 0 #d9d9d9, inset 0 1px 0 0 #7e9ed1;
        -moz-box-shadow: 0 1px 2px 0 #d9d9d9, inset 0 1px 0 0 #7e9ed1;
        box-shadow: 0 1px 2px 0 #d9d9d9, inset 0 1px 0 0 #7e9ed1;
        background-color: #537dc1;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #537dc1), color-stop(100%, #34518e));
        background-image: -webkit-linear-gradient(top, #537dc1, #34518e);
        background-image: -moz-linear-gradient(top, #537dc1, #34518e);
        background-image: -ms-linear-gradient(top, #537dc1, #34518e);
        background-image: -o-linear-gradient(top, #537dc1, #34518e);
        background-image: linear-gradient(top, #537dc1, #34518e);
        border-color: #4365ac #415d94 #254473;
        color: white; }
        #openid nav a.facebook:hover {
          background-color: #537dc1;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #537dc1), color-stop(100%, #34518e));
          background-image: -webkit-linear-gradient(bottom, #537dc1, #34518e);
          background-image: -moz-linear-gradient(bottom, #537dc1, #34518e);
          background-image: -ms-linear-gradient(bottom, #537dc1, #34518e);
          background-image: -o-linear-gradient(bottom, #537dc1, #34518e);
          background-image: linear-gradient(bottom, #537dc1, #34518e); }
        #openid nav a.facebook span.icon {
          background: transparent url(https://imgssl.constantcontact.com/lp/images/standard/bv2/login/facebook_icon.png) no-repeat 18px center; }
          #openid nav a.facebook span.icon strong {
            -webkit-box-shadow: inset 1px 0 0 0 #7e9ed1;
            -moz-box-shadow: inset 1px 0 0 0 #7e9ed1;
            box-shadow: inset 1px 0 0 0 #7e9ed1;
            border-left: 1px solid #254473;
            text-shadow: 0 1px 0 #2e4574; }
      #openid nav a.yahoo {
        background-color: #efefef;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #e2e2e2));
        background-image: -webkit-linear-gradient(top, #efefef, #e2e2e2);
        background-image: -moz-linear-gradient(top, #efefef, #e2e2e2);
        background-image: -ms-linear-gradient(top, #efefef, #e2e2e2);
        background-image: -o-linear-gradient(top, #efefef, #e2e2e2);
        background-image: linear-gradient(top, #efefef, #e2e2e2);
        border-color: #a7a7a7 #8d8d8d #676767;
        color: #670067; }
        #openid nav a.yahoo:hover {
          background-color: #efefef;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #e2e2e2));
          background-image: -webkit-linear-gradient(bottom, #efefef, #e2e2e2);
          background-image: -moz-linear-gradient(bottom, #efefef, #e2e2e2);
          background-image: -ms-linear-gradient(bottom, #efefef, #e2e2e2);
          background-image: -o-linear-gradient(bottom, #efefef, #e2e2e2);
          background-image: linear-gradient(bottom, #efefef, #e2e2e2); }
        #openid nav a.yahoo span.icon {
          background: transparent url(https://imgssl.constantcontact.com/lp/images/standard/bv2/login/yahoo_icon.png) no-repeat 10px center; }
          #openid nav a.yahoo span.icon strong {
            -webkit-box-shadow: inset 1px 0 0 0 white;
            -moz-box-shadow: inset 1px 0 0 0 white;
            box-shadow: inset 1px 0 0 0 white;
            border-left: 1px solid #676767; }
      #openid nav a span.icon {
        display: block;
        padding: 0 10px 0 48px; }
        #openid nav a span.icon strong {
          display: block;
          font-size: 13px;
          padding: 9px 0 7px;
          text-indent: 15px; }

/* Disabled Login Overlay */
#simplemodal-overlay {
  background-color: white; }

#simplemodal-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 2px 0 #e2e2e2;
  -moz-box-shadow: 3px 3px 2px 0 #e2e2e2;
  box-shadow: 3px 3px 2px 0 #e2e2e2;
  background-color: #FFF3DC;
  border: 1px solid #D3222A;
  height: auto !important;
  max-width: 302px;
  width: 100%; }
  #simplemodal-container .simplemodal-wrap {
    overflow: visible; }

#loginDisabled.error {
  background-image: none;
  margin-bottom: 0;
  padding: 20px;
  text-align: left; }
  #loginDisabled.error h2 {
    color: #D3222A; }
  #loginDisabled.error p {
    color: #717171; }

/* Minimum width for floated elements */
@media screen and (min-width: 718px) {

#login-form, #openid-form {
    background-color: #fff;
	border: 2px solid #d1d3d4;
    border-radius: 3px;
    padding: 50px 50px 30px 50px;
}
#openid-form {
    margin-top: 20px;
}
  .signup span {
    display: inline;
  }
  #welcome {
    display: block; }

  #openid {
    float: left;
    max-width: 300px; }
    #openid.length-1 {
      margin-top: 74px; }
    #openid.length-2 {
      margin-top: 58px; }
    #openid.length-3 {
      margin-top: 40px; }

  #or {
    margin: 64px 0 0;
    max-width: 132px; } }
