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

/* WELCOME MSG */
#welcome {
  display: block;
  margin: 26px 0;
  text-align: center;
  box-sizing: border-box; }

.signup span {
    display: none; }

label {
  font-size: 14px;
  font-weight: 700; }

.label-sub {
  color: black; }

footer {
  background-color: #f6f6f6;
  border-top: 1px solid #d1d3d4;
  color: #333333; }

header.shell {
  padding:10px 0px;
}
/* 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; }


#login-form, #openid-form {
    background-color: #fff;
	border: 1px solid #c1c1c1;
    border-radius: 5px;
    padding: 23px 34px 0px 34px;
    margin: 0 auto;
}

.shell-fluid{
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
}

nav.footnote a:hover{
  color: #555551;
  text-decoration: none;
}

.header-col{
  float: left;
  width: 50%;
}

#login-actual-form input:focus{
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Minimum width for floated elements */
@media screen and (min-width: 718px) {
  #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; } }

@media (max-width:768px){
  nav.footnote a{
    display:block;
    margin-bottom: 25px;
  }
}

@media (max-width:718px){
  .right{
    text-align:right;
  }
}

@media (min-width: 768px){
  #login-form{
    width: 39.666667%;
    max-width: 300px;
  }
}

