/*---------------------------------------------------------/
|
|	Author: Copyright (c) 2013 Acro Media Inc.
|	Purpose: CSS For Optout
| Info: Site is Center Aligned, Max Width: 960px;
|
+---------------------------------------------------------*/

/*---------------------------------------------------------/
|	Global Elements
+---------------------------------------------------------*/

html, body {
  margin: 0;
  padding: 0;
  font-family: Verdana;
  font-size: 100%;
  line-height: 16px;
  color: #333;
  background: #fff url(../graphics/bg_body.png) repeat-x;
  }

a {
  text-decoration: none;
  outline: none;
  color: #09c;
  }
  a:hover {
    text-decoration: underline;
    }

p { margin: 0 0 20px 0; padding: 0; }
  p.noMarg { margin: 0; padding: 0; }

img { border: 0px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  }

ul, li, form, sup {
  margin: 0;
  padding: 0;
  }
#siteContent ul {
  margin: 0 0 20px 20px;
  padding: 0;
  }
  #siteContent ul li {
    margin: 0;
    padding: 0 0 0 15px;
    }

ul { list-style: none; }
ol { list-style: decimal; }

h1 { font-size: 2.1em; color: #666; padding-bottom: 8px; padding-top: 0px; line-height: 111%; font-weight: bold; }
.node-thank-you h1 { font-size: 1.6em; }

h2 { font-size: 24px; line-height: 106%; color: #666; padding-bottom: 10px; padding-top: 2px; }
h3 { font-size: 20px; line-height: 106%; color: #b4bf34; padding-bottom: 3px; padding-top: 2px; }
h4 { font-size: 18px; font-weight: bold; color: #666; padding-bottom: 3px; padding-top: 2px; }
h5 { font-size: 11px; font-weight: bold; color: #024748; }
h6 { font-size: 11px; font-weight: bold; color: #024748; }

.center { text-align: center; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both; }
.clearBothNoSPC, .clear_break, .clear-break { clear: both; margin: 0; padding: 0; font-size: 0; height: 0; line-height: 0; float: none; }
.HR { clear: both; padding: 0; margin: 4px 0 10px 0; border-top: 1px solid #dbdbd6; height: 1px; line-height: 1px; font-size: 1px; }
.hr-register { clear: both; padding: 0; margin: 4px 0 10px 0; border-top: 2px solid #f1f1ef; height: 1px; line-height: 1px; font-size: 1px; }
.indent { padding-left: 20px; }
.imgLT { margin: 20px 20px 20px 0; }
.imgRT { margin-left: 30px; margin-bottom: 4px; }
.imgBLK { display: block; position: relative; }
.imgBrdr { border: 1px solid #8c8c8c; }

/* Opera Fieldset Bug Fix */
#siteContent { position: relative !important; }

/* Safari-Chrome Fix: Disabled the resize handle on text areas */
textarea { resize: none !important;  }
input:focus { outline: none; }

/* Unique to this project */
p, blockquote {
  font-family: Verdana;
  color: #666;
  line-height: 20px;
  }
blockquote {
  font-style: italic;
  color: #999;
  background: url(../graphics/bg_blockquote.png) no-repeat;
  margin-left: 20px;
  padding-left: 50px;
  min-height: 29px;
  margin-bottom: 0;
  padding-bottom: 0;
  }
  blockquote p { margin-bottom: 0; }
.quote_author {
  font-weight: bold;
  font-size: 11px;
  color: #666;
  float: right;
  margin: 0 35px 20px 0;
  padding: 0;
  }
.blueText { color: #09c; font-weight: bold; }
.publisher_text { font-size: 0.8em; color: #b9c341; }

div.status a, div.error a, tr.error a {
  color: #FFFFFF;
  display: block;
  margin: 5px 0;
}
/*---------------------------------------------------------/
|	Site Container / Wrapper
+---------------------------------------------------------*/

#siteContainer {
  position: relative;
  margin: 20px auto 0 auto;
  padding: 0 20px 0 20px;
  max-width: 960px;
  min-width: 240px;
  background: #fff;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  /*behavior: url(/pie/PIE.htc);*/
}

/*---------------------------------------------------------/
|	Header
+---------------------------------------------------------*/
#header {
  width: 100%;
  position: relative;
  padding-bottom: 13px;
  }
  #header_logo {
    float: left;
    width: 226px;
    height: 59px;
    padding: 25px 0 0 15px;
    }
    #logo-optout { display: inline-block; }
    #logo-optout-mobile { display: none; }

  #header_login {
    float: right;
    width: 410px;
    height: 80px;
    background: url(../graphics/bg_login.png) no-repeat;
    padding: 0px 0 0 0px;
    position: relative;
    }
    #header_login label, #header_login .description {
      display: none;
      }
    #header_login #edit-name { top: 14px; left: 29px; position: absolute; }
    #header_login #edit-pass { top: 14px; left: 178px; position: absolute; z-index: 5; }
    #header_login #passLabel { top: 14px; left: 178px; position: absolute; z-index: 10; }
    #header_login input[type=text], #header_login input[type=password] {
      font-family: Verdana;
      font-size: 12px;
      color: #666;
      width: 119px;
      background: none;
      border: none;
      }
    #header_login input[type=submit] {
      width: 79px;
      height: 37px;
      background: url(../graphics/bg_login_btn.png) no-repeat;
      border: none;
      position: absolute;
      top: -2px;
      left: 314px;
      }
    #header_login ul {
      position: absolute;
      top: 42px;
      left: 24px;
      }
    #header_login li { float: left; margin-right: 29px; }
      #header_login li a { font-size: 11px; font-family: Arial; }
    .header_login_form {
      background: url(../graphics/bg_header_login_form.png) no-repeat 10px 9px;
      height: 70px;
      margin-left: 12px;
      }
    .header_login_info {
      height: 30px;
      width: 340px;
      margin: 8px auto 0 auto;
      font-size: 0.8em;
      }
      .header_login_info p { margin-bottom: 10px; }
      #header_login .header_login_info ul { position: static; }
      #header_login .header_login_info li { margin-right: 20px; }
      #header_login .header_login_info a { font-size: 12px; }

  #header_menu {
    clear: both;
    text-transform: uppercase;
    }
    #header_menu ul {
      float: right;
      }
    #header_menu li {
      float: left;
      display: block;
      padding: 0;
      margin: 0 3px 0 0;
      }
      #header_menu li.last { margin-right: 0; }
      #header_menu li a {
        position: relative;
        display: block;
        height: 24px;
        overflow: hidden;
        padding: 10px 14px 0 14px;
        font: bold 15px Arial, Helvetica, sans-serif;
        color: #666;
        background: #ededeb;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        /*behavior: url(/pie/PIE.htc);*/
        }
        #header_menu li a:hover { text-decoration: none; background: #dbdbd6 url(../graphics/bg_header_option_right.gif) no-repeat right -68px; }
        #header_menu li.active-trail a { text-decoration: none; background: #b0bb32; color: #fff; }
        .front #header_menu li#liOPT-OUT.active-trail a { background: #b4bf35; }

#header_login_mobile {
  display: none;
  font-size: 0.6em;
  /* font-weight: 600; */
  float: right;
  padding: 25px 2px 0 0;
  text-align: center;
  }
  #header_login_mobile .blue-btn {
    margin: 0 0 6px 0;
  }
  #header_login_mobile #btn_login {
    display: block;
    width: 79px;
    height: 37px;
    background: url(../graphics/bg_login_btn.png) no-repeat;
    border: none;
    margin: 0 auto;
    text-indent: -9999px;
    }

#mobile-pass {
  display: none;
  font: 0.7em Arial,Helvetica,sans-serif;
  padding: 13px 0 0;
  }

/* -- Primary Nav - Mobile -- */

#header_menu_mobile {
  display: none;
  clear: both;
  margin: 0 0 22px 0;
}
  #header_menu_mobile.mobile-sub-nav-on { margin: 0 0 5px 0 !important; }

  #header_menu_mobile ul { display: none; }
  #header_menu_mobile_current {
    position: relative;
    display: block;
    font: 18px Arial, Helvetica, sans-serif;
    color: #666;
    text-align: center;
    text-decoration: none;
    background: url(../graphics/bg_pri_nav_mobile_current_item_tile.png) 0 100% repeat-x;
    border: 1px solid #dcdcd9;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior: url(/pie/PIE.htc);*/
  }
    #header_menu_mobile_current span {
      display: block;
      padding: 8px 0 11px 0;
      background: url(../graphics/bg_pri_nav_mobile_current_item_arrow.png) 100% 0 no-repeat;
      cursor: pointer;
    }
    .expanded #header_menu_mobile_current span { background-position: 100% -123px; }

  #header_menu_mobile ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
    #header_menu_mobile ul li {
      float: none;
      clear: both;
      padding: 0;
      margin: 0;
    }
      #header_menu_mobile ul li a {
        display: block;
        padding: 7px 10px 7px 10px;
        color: #666;
        font: 16px Arial, Helvetica, sans-serif;
        text-align: center;
        background: #ededed;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
      }
        #header_menu_mobile ul li a:hover { background: #e3e3e3; text-decoration: none; }
        #header_menu_mobile ul li.active-trail a { font-weight: bold; }

#breadcrumbs {
  position: relative;
  clear: both;
  background: url(../graphics/bg_breadcrumbs_tile.png) repeat-x;
  width: 100%;
  font-family: Arial;
  color: #fff;
  font-size: 14px;
  padding: 12px 0 14px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*behavior: url(/pie/PIE.htc);*/
  }
  #breadcrumbs .breadcrumb { padding: 0 20px; }
  #breadcrumbs.filled { }
  #breadcrumbs a {
    font-family: Arial;
    color: #fff;
    font-size: 14px;
    }

  #main_cta {
    clear: both;
    position: relative;
    background: #c4c6bf url(../graphics/bg_home_main_cta.jpg) 50% 0 no-repeat;
    max-width: 960px;
    min-height: 258px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*behavior: url(/pie/PIE.htc);*/
    }
    #main_cta_contents {
      margin: 0 auto;
      padding: 35px 0 0 0;
      width: 520px;
    }
    #main_cta h3 {
      color: #fff;
      font-size: 20px;
      }
    #main_cta .form-item { margin: 0; padding: 0; }
    #main_cta #edit-zipcode-wrapper {
      float: left;
      display: block;
      width: 63%;
    }
    #main_cta .textfield {
      width: 80%;
      margin: 0 auto;
    }
      #main_cta .textfield input[type=text] {
        position: relative;
        display: inline-block;
        padding: 7px 10px 5px 10px;
        margin: 0;
        font-size: 17px;
        color: #666;
        width: 87%;
        border: 3px solid #fff;
        background: #fff url(../graphics/bg_input_gradient_tile.png) repeat-x;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.7);
        /*behavior: url(/pie/PIE.htc);*/
        }

      #main_cta .textfield input[type=submit],
      #main_cta .select_directories_btn {
        display: inline-block;
        padding: 10px 15px 9px;
        margin: 0;
        width: auto;
        height: auto;
        color: #fff;
        font-weight: bold;
        font: bold 15px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        border: none;
        text-decoration: none;
        background: url(../graphics/b_blue_cta.png) repeat-x;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.7);
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.7);
        /*behavior: url(/pie/PIE.htc);*/
      }
        #main_cta .textfield input[type=submit]:hover,
        #main_cta .select_directories_btn:hover { background-position: 0 -100px; }

    #main_cta_title {
      position: relative;
      padding: 18px 6px 16px 6px;
      text-align: center;
      background: #5b6216 url(../graphics/bg_home_main_cta_center_title_tile.png) repeat-x;
      -webkit-border-radius: 9px 9px 0px 0px;
      border-radius: 9px 9px 0px 0px;
      /*behavior: url(/pie/PIE.htc);*/
    }
      #main_cta_title h3 { margin: 0; padding: 0; }
    #main_cta_form {
      padding: 20px 6px 0 6px;
      margin: 0 0 18px 0;
      min-height: 90px;
      text-align: center;
      background: url(../graphics/bg_home_main_cta_center_tile.png) repeat-x;
    }
    #main_cta #main_cta_canada_links {
      text-align: center;
      color: #676767;
      }
      #main_cta #main_cta_canada_links p {
        margin: 0;
        padding: 0 6px 10px 6px;
        color: #676767;
        font-size: 0.8em;
        }
      #main_cta #main_cta_canada_links a {
        color: #676767;
        font-weight: bold;
        }

/*---------------------------------------------------------/
| Front CTA's
+---------------------------------------------------------*/

#front_page_content div.odd {
  float: left;
  width: 63%;
}

#front_page_content div.even {
  float: right;
  width: 35%;
}

.front_cta {
  position: relative;
  border: 1px solid #ebebe9;
  background: #cacbc7 url(../graphics/bg_home_bottom_cta_tile.png) repeat-x;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 100%;
}
  .front_cta_content {
    position: relative;
    width: 82%;
    margin: 0 auto;
    padding: 17px 0 10px 0;
    min-height: 63px;
  }
    .odd .front_cta_content { width: 60%; }
    .front_cta_content .front_cta_image {
      position: absolute;
      top: -7px;
      left: 0;
    }
    .front_cta_content h2 {
      padding: 0 0 0 98px;
      margin: 0;
      color: #333;
      font-family :Arial, Helvetica, sans-serif;
      line-height: 1em;
      font-weight: normal;
    }
    .front_cta_content h2 a {
      font-size: 0.7em;
      font-style: italic;
      color: #333;
      text-decoration: none;
      font-weight: normal;
    }

.front_cta_link {
  display: block;
  padding: 9px 0 10px 0;
  color: #fff;
  font-size: 0.8em;
  text-decoration: none;
  text-align: center;
  background: url(../graphics/bg_home_bottom_cta_button_tile.png) repeat-x;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  /*behavior: url(/pie/PIE.htc);*/
}

#front_page_content div.node div.content { padding: 7px 0 0 0; }

.noMargin { margin: 0; }
  .node { overflow:hidden; }

/*---------------------------------------------------------/
| Front Page Container
+---------------------------------------------------------*/
#front_page_content .status, #front_page_content .error, #front_page_content .success {
  font-weight: bold;
  font-size: 18px;
  color: #444;
  }
#front_page_content .messages {
  position: relative;
  margin-top: 0;
  padding: 17px 20px 17px 20px !important;
  background: #e6f0fb;
  width: auto;
  border: none;
  line-height: 23px;
  -webkit-box-shadow: inset 0px 0px 7px 2px #a8cbf1;
  box-shadow: inset 0px 0px 7px 2px #a8cbf1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /*behavior: url(/pie/PIE.htc);*/
}

/*---------------------------------------------------------/
|	CTA Button
+---------------------------------------------------------*/

  .btn_cta_middle,
  .btn_cta,
  .green-btn {
    position: relative;
    display: inline-block;
    padding: 7px 13px;
    margin: 0;
    background: url(../graphics/btn_cta_green.png) repeat-x;
    font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*behavior: url(/pie/PIE.htc);*/
   }
    .btn_cta_middle:hover,
    .btn_cta:hover { background: #858e27; text-decoration: none; }

/*---------------------------------------------------------/
|	Footer
+---------------------------------------------------------*/

#footer {
  max-width: 960px;
  margin-top: 20px;
  padding-bottom: 20px;
  }
  #footer p {
    font-size: 0.6em;
    color: #999c91;
    margin-bottom: 0;
    line-height: 18px;
    }
  #footer_main {
    position: relative;
    margin: 0 0 7px 0;
    height: 87px;
    border: 1px solid #dadbd7;
    background: url(../graphics/bg_site_footer_tile.png) repeat-x;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*behavior: url(/pie/PIE.htc);*/
    }
    #footer_main_content {
      padding: 7px 18px 0 20px;
    }
    #footer_main_content span {
      position: relative;
      display: inline-block;
      float: right;
      width: 433px;
    }
    #footer_main_content span p {
      display: none;
      display: inline-block;
      position: relative;
      top: 15px;
      border-right: 1px solid;
      line-height: 50px;
      padding-right: 15px;
      text-transform: uppercase;
      font-size: 10px;
      color: #C0C0C0;
      padding-left: 0px;
      left: 200px;
    }
    #footer_main #footer_main_content a {
      margin: 0;
      float: none;
    }
    .footer-logo { float: left; }
    #footer-logo-lsa { margin: 0 33px 0 0; }
    #footer-logo-adp { }
    #footer-logo-kab {
      float: right;
    }
    #footer-logo-nlc {
      float: right;
      margin-left: 33px;
    }

    #footer_links { font-size: 0.6em; }

    #footer_main a {
      margin-right: 25px;
      float: left;
      }

  #footer_right {
    float: right;

    position: relative;
    width: 75px;
    }
    #footer_right input[type=text] {
      background: none;
      width: 182px;
      color: #666;
      font-size: 12px;
      font-family: Verdana;
      border: none;
      position: absolute;
      top: 21px;
      left: 5px
      }
    #footer_right input[type=submit] {
      background: url(../graphics/btn_search.png) no-repeat;
      width: 89px;
      height: 37px;
      position: absolute;
      left: 203px;
      top: 4px;
      }

  .footer_textfield {
    background: url(../graphics/bg_footer_textfield.png) no-repeat;
    width: 191px;
    height: 26px;
    padding: 7px 0 0 8px;
    float: left;
    margin: 2px 4px 0 0;
    }

  #footer-partner-logos {
    width: 378px;
    height: 87px;
    color: pink;
    float: right;
    position: relative;
    z-index: 100;
  }

  #footer-partner-logos div{
    padding-top: 8px;
  }

  #footer-partner-logos p {
    position: absolute;
    left: 33px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #666;
  }

@media screen and (max-width: 660px) {
  #footer_main {
    background: url(../graphics/responsive_foot_bg.png) repeat-x;
    height: 181px;
  }

  #footer_main .footer-logo {
    width: 46%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    float: none;
    position: relative;
    text-align: center;
    float: none;
  }

}

strong.label { color: #666; }

.content-highlight-box {
  position: relative;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 10px 18px;
  background: #ebebeb url(../graphics/bg_grey_box_tile.png) repeat-x;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #dadbd7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(219, 219, 219, 1);
  box-shadow: inset 0px 0px 5px 0px rgba(219, 219, 219, 1);
  /*behavior: url(/pie/PIE.htc);*/
}
