@import url(//fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,300);

#cboxOverlay-fb-like
{
   float: left;
   margin-right: 15px;
}

#cboxOverlay{background:#929497; display:none;}
#colorbox{overflow: visible; display:none;}
#cboxWrapper{z-index: 10000; overflow: visible;}
body.lightbox
{
    background-color: #dbd8d7;
    /*background-image: url("http://www.immigrationpolicy.org/lightbox/theme/img/CallThemOut_750x410.png");*/
    font-family: Arial, Helvetica, sans-serif;
}

#cboxClose
{
    width: 90px;
    right: -15px;
    top: -23px;
}

#cboxLoadedContent
{
    /*background-color: #00518c;*/
    background-image: url("img/CallThemOut_750x410.png");
    background-position: top right;
    background-repeat: no-repeat;
    border: 6px solid white;
    background-color: #211e27;
    color: #00518c;
    width: 750px;
    height: 400px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    /*font-family: Arial, Helvetica, sans-serif;*/
}

.bsd-lightbox
{
    background-color: transparent;
}

#bsd-lightbox-signup
{
    padding: 0px;
    /*color: #fff;*/
}

#bsd-lightbox-signup p
{
    font-size: 18px;
    margin-top: 0;
    padding: 4px 12px;
    background-color: white;
}
#bsd-lightbox-signup ul li
{
    line-height: 1.8em;
}

#bsd-lightbox-signup div.heading
{
    margin-top: 0px;
    /*padding-bottom: 10px;*/
    margin-bottom: 10px;
    /*border-bottom: solid 1px #501d49;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
}

#bsd-lightbox-signup p.center
{
    text-align: center;
    margin-bottom: 4px;
}
#bsd-lightbox-signup p.upper
{
    text-transform: uppercase;
    /*color: #bc3757;*/
    color: #555;
    margin-bottom: 4px;
    font-weight: bold;
}

#bsd-lightbox-signup p.para
{
    /*font-family: 'Raleway', Arial, Helvetica, sans-serif;*/
    margin-bottom: 15px;
}
#bsd-lightbox-signup #cboxContentRight p.upper,
#bsd-lightbox-signup #cboxContentRight p.para,
#bsd-lightbox-signup #cboxContentRight
{
    color: white;
}

#bsd-lightbox-signup p.message
{
   padding: 16px 12px 20px 12px;
   width: 45%;
   background-color: #3d3035;
   color: white;
}

#bsd-lightbox-signup span.hashtag,
#bsd-lightbox-signup span.hashtag a
{
   font-weight: bold;
   color: #933;
   text-decoration: none;
}

#lightbox-signup legend
{
    display: none;
}

#lightbox-signup fieldset
{
    border: none;
    margin-left: 0;
    padding-left: 0;
}

#lightbox-signup input
{
    border-radius: 4px;
    -moz-border-radius: 4px;
}

#lightbox-signup .text
{
    border: none;
    padding: 8px 0 8px 20px;
    font-size: 14px;
}

#lightbox-signup .submit
{
    background-color: #bc3757;
    border-bottom: solid 2px #8b242b;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    display: block;
    margin: 18px auto 0 auto;
    font-size: 18px;
    padding: 8px 40px 6px 40px;
    text-transform: uppercase;
}

#lightbox-signup-first-name,
#lightbox-signup-last-name
{
    width: 20%;
    margin-right: 15px;
}

#lightbox-signup-email
{
    width: 38%;
    margin-right: 0;
}


#cboxContentLeft
{
    float: left;
    width: 90%;
    /*border: solid 1px pink;*/
}

#cboxContentLeft .logo
{
    margin-bottom: 20px;
    padding: 10px;
    width: 40%;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

#cboxContentLeft ul
{
  margin-bottom: 0;
}

#cboxContentLeft ul li
{
    line-height: 1.3em;
    font-size: 16px;
}

#cboxContentRight
{
    float: right;
    width: 100%;
    height: 100%;
    margin-top:20px;
    /*border: solid 1px yellow;*/
    position: absolute;
    /*bottom: 20px;*/
    padding: 0px 0px 32px 20px;
    /*background-color: #933;*/
    
    /*
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    
    -moz-box-shadow: 0 0 20px #333;
    -webkit-box-shadow: 0 0 20px #333;
    box-shadow: 0 0 20px #333;
    */
}
#cboxContentRight form input
{
    display: block;
    font-size: 24px;
    height: 50px;
}
#cboxContentRight form input[type="text"]
{
    width: 240px;
    background-color: #fff;
    color: #333;
    padding: 0 10px;
    margin: 10px auto 0 auto;
}
#cboxContentRight form input[type="submit"]
{
    width: 240px;
    background-color: #B33;
    color: white;
    border: solid 1px white;
    padding: 0 10px;
    margin: 0 auto 0 auto;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
}

#cboxContentRight form input[type="submit"]:hover
{
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: #00518c;
}

#cboxClose
{
   right: 0px;
   top: 0px;
}

@media all and (max-width: 750px)
{
   
   #cboxLoadedContent
   {
       /*background-color: #00518c;*/
       background-image: url("img/CallThemOut_410x410.png");
   }
   div#colorbox
   {
      left: 12px !important;
   }
   #cboxContent
   {
      width: 100% !important;
   }
   #cboxLoadedContent,
   .bsd-lightbox
   {
      width: 400px !important;
   }
   #cboxContentLeft .logo
   {
      width: 50%;
   }
   
   #cboxClose
   {
      left: 320px;
   }
      
   #cboxLoadedContent
   {
      background-position: 0px 0px;
      /*background-size: 500px;*/
   }
   #cboxContentLeft div.heading,
   #cboxContentLeft ul.list
   {
      background-color: rgba(255, 255, 255, 0.8);
   }
   #cboxContentRight
   {
      width: 350px;
   }
   #cboxContentLeft .logo
   {
      margin-bottom: 10px;
   }
   #bsd-lightbox-signup p.message {
      padding: 8px 12px 8px 12px;
   }
}