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

/* 990px and below */
@media screen and (max-width: 990px) {
  /* -- Homepage -- */
  .front_cta_content { min-height: 79px; }
  #header_logo {
    margin: 0 0 20px 0;
    padding-left: 0;
  }
  .graybox_content { padding: 10px 10px 1px; }
  .graybox_content .blueLink {
    font-weight: normal;
    font-size: 10px;
  }
  .graybox_content .login_form input[type=text],
  .graybox_content .login_form input[type=password] {
    width: 89%;
    margin-bottom: 10px;
  }
  .graybox_content #register-now {
    margin: 12px 4px 0 0;
  }
}

/* 960px and below */
@media screen and (max-width: 960px) {


}

/* 886px and below */
@media screen and (max-width: 886px) {
  /* -- Homepage -- */
  #front_page_content div.even { display: none; }
  body #front_page_content div.odd { width: 100%; }
  .front_cta_content {
    padding-top: 12px;
    width: 66%;
    min-height: 62px;
  }
  .front_cta_content h2 { line-height: 1.1em; }
  .front_cta_content h2 a { font-size: 1em; }
  .front_cta_link { font-size: 0.9em; }

  /* -- Registration Page -- */
  #right_col.register { width: 36%; }
  .graybox_content .login_form { width: 100%; }

  .graybox_content .login_form input[type=text],
  .graybox_content .login_form input[type=password] {
    width: 89%;
  }

  /* -- Directories -- */
  .directory_results { width: 100%; }
  #directory-results.directories_table .directory_results { width: 50%; }

  #right_col.directories h1 {
    font-size: 1.5em;
    padding-bottom: 0;
  }
  #right_col.directories h3 {
    font-size: 1.1em;
    line-height: 129%;
  }
  #directory-results.directories_table .noBorder .directory_results_inner { border-bottom: 2px solid #E8E8E5; }
  #directory-results.directories_table .lastDirectory .directory_results_inner { border-bottom: 2px solid #fff; }

  .noBorder .directory_results_inner { border-bottom: 2px solid #E8E8E5; }
  .lastDirectory .directory_results_inner { border: none; }

  #directory-results.directories_table .noBorder .directory_results_inner { border-bottom: 2px solid #fff; }
}

/* 800px and below */
@media screen and (max-width: 800px) {
  /* -- Pri Nav -- */
  #header_menu ul {
    float: none;
    display: table;
    width: 100%;
  }
    #header_menu li {
      float: none;
      display: table-cell;
      margin: 0;
      text-align: center;
    }
      #header_menu li.last a { margin: 0; }
      #header_menu li a { font-size: 14px; margin: 0 3px 0 0; }

  /* -- Registration Page -- */
  .user_registration .large_textfield, .user_registration .row #edit-state-wrapper {
    display: block;
    width: auto;
  }
  .user_registration .row div.captcha {
    display: block;
    width: auto;
    padding: 0 0 23px 0;
  }
  #register-confirm-cont { width: auto; }

  /* -- Tool Tips -- */
  .user_registration #addressTip {
    margin-top: -146px;
  }
}

/* 770px and below */
@media screen and (max-width: 770px) {
  #footer_main_content span {
    position: relative;
    display: inline;
    float: none;
    width: 0px;
  }
  #footer_main_content span p {
    display: none;
  }
}

/* 740px and below */
@media screen and (max-width: 740px) {
  #footer_main_content span p {
    display: none;
  }
}


/* 720px and below */
@media screen and (max-width: 720px) {

  #mobile-pass { display: block; }

  /* -- Primary Nav -- */
  #header_menu { display: none; }
  #header_menu_mobile { display: block; }
  #header_login { display: none; }
  #header_login_mobile { display: block; }
  /* -- Subnav -- */
  #subnav_cont { display: none; }
  #subnav_menu_mobile { display: block; }

  #breadcrumbs {
    padding: 0;
    color: #b4bf34;
    background: none;
  }
    #breadcrumbs a { color: #b4bf34; }
    #breadcrumbs .breadcrumb { padding: 0 6px; }

  /* -- Directories -- */
  #left_col.directories { clear: both; width: 100%; }
  #right_col.directories { clear: both; margin-left: 0; width: 100%; }
  #register-now-container { text-align: center; }
  .directories .graybox_content { padding: 14px 10px 1px; }
  #register-form-container { display: none; }
  #already_registered_mobile { display: block; }
  .notice-container { width: 100%; float: left; padding-left: 0; padding-right: 0; }
  #left_col.directories .notice-container { display: none; }

  .directory_results {
    float: left;
    display: block;
    width: 50%;
    vertical-align: top;
    text-align: center;
    border-bottom: 1px solid #E8E8E5;
  }
    .directory_results .directory_results_inner {
      border: none;
      min-height: 196px;
    }
  .directory_img {
    float: none;
    display: inline-block;
    width: auto;
    min-height: 0;
  }
  .directory_txt {
    margin: 0;
    padding: 8px 0 0 0;
  }
  .publisher_text {
    font-size: 0.9em;
    line-height: 117%;
    font-weight: bold;
  }
  #mobile-directories-bottom-notices { display: block; }
  #left-col-directories-content { padding: 0; }
  #directory-results { border-top: 1px solid #E8E8E5; }
  #directory-results .noBorder { border-bottom: 1px solid #fff; }
  #directory-results .lastDirectory { border-bottom: 1px solid #fff; }

  #directory-results.directories_table .noBorder .directory_results_inner { border: none; }
  #directory-results.directories_table .lastDirectory .directory_results_inner { border: none; }

  #directory-results.directories_table .directory_results .directory_results_inner { min-height: 290px; }


  /* -- Registration Page -- */
  #right_col.register {
    clear: both;
    float: none;
    width: 100%;
  }
  #left_col.register {
    clear: both;
    float: none;
    width: 100%;
    padding: 0;
  }
  .register .graybox_content { text-align: center; }
  .graybox_content .login_form input[type=text],
  .graybox_content .login_form input[type=password] {
    width: 82%;
  }
  #mobile-already-registered-form-break { display: block; }
  .b-graybox-new-password {
    float: none;
    display: inline-block;
  }
  #register-email-pass-cont { width: 100%; }
  #register-email-pass-cont .field-register-already { width: 48%; }

  /* -- General Content -- */
  #right_col { clear: both; float: none; width: auto; }

  #left_col { clear: both; float: none; width: auto; padding-bottom: 30px; }
  #left_col.flipPadding { padding-top: 30px; padding-bottom: 0; }
}

/* 710px and below */
@media screen and (max-width: 710px) {
  #header_login {
    float: none;
    clear: both;
    background: none;
    width: auto;
    height: auto;
    padding: 0 0 15px 0;
  }
  .header_login_info {
    width: auto;
    height: auto;
  }

  body.logged-in #header_logo {
  }

  #footer_main_content span p {
    display: none;
    /*display: inline-block;*/
    position: relative;
    top: 8px;
    text-transform: uppercase;
    font-size: 10px;
    color: #C0C0C0;
    padding-left: 0px;
    left: 7%;
    padding-bottom: 5px;
    width: 80%;
    border-right: none;
    line-height: 7px;
  }

}

/* 605px and below */
@media screen and (max-width: 605px) {
  #footer_main_content span p {
    display: inline-block;
    position: relative;
    top: 8px;
    text-transform: uppercase;
    font-size: 10px;
    color: #C0C0C0;
    padding-left: 0px;
    left: 7%;
    padding-bottom: 5px;
    width: 80%;
  }
}

/* 605px and below */
@media screen and (max-width: 605px) {
  #zipcode_cta #edit-zipcode-wrapper { width: 100%; float: none; margin-bottom: 10px; }
  #zipcode_cta_form { background: none; }
  #zipcode_cta_contents { padding: 0; }
  #zipcode_cta .textfield input[type=submit] { padding: 5px 10px 4px;	}
  #main_cta_contents { width: 96%; }
  #main_cta .textfield { width: 100%; }
}

/* 500px and below */
@media screen and (max-width: 500px) {
  #footer_links { clear: both; display: block; text-align: center; }
    #footer_links .floatRight { float: none; }
  #footer_acro_copy { clear: both; padding-top: 5px; display: block; text-align: center; }
}

/* 480px and below */
@media screen and (max-width: 480px) {
  /* -- Homepage -- */
  .front_cta_image { display: none; }
  .front_cta_content {
    text-align: center;
    width: 89%;
  }
  .front_cta_content h2 { padding: 0; }
  .front_cta_link { font-size: 1em; }


  #main_cta #edit-zipcode-wrapper { width: 53%; }
}

/* 420px and below */
@media screen and (max-width: 420px) {
  #header_logo {
    width: 100%;
    height: auto;
  }
    #header_logo img { width: 100%; max-width: 100%; height: auto; }
    #logo-optout { display: none; }
    #logo-optout-mobile { display: inline-block; }

  #header_login_mobile {
    float: none;
    padding: 2px 0 15px 0;
  }
    #header_login_mobile .clear-break { display: none; }
    #header_login_mobile #create_login {
      display: inline-block;
      padding: 0 0 0 10px;
    }

  /* -- Directories -- */
  #right_col.directories { margin: 0; }
   #right_col h1 { font-size: 26px; }
   #right_col h3, #right_col h4 { font-size: 19px; }
  .graybox_content .blueLink { display: block; font-weight: 600; padding: 5px 0; }
  .directory_results,
  #directory-results.directories_table .directory_results {
    width: 100%;
    min-height: 0;
    text-align: left;
  }
    #directory-results.directories_table .directory_results .directory_results_inner { min-height: 147px; }
    .directory_results .directory_results_inner {
      border: none;
      min-height: 0;
      padding: 0 0 27px;
    }
  .directory_img {
    float: left;
    width: 95px;
  }
  .directory_txt {
    margin-left: -95px;
    padding: 0;
    min-height: 0;
  }
  .publisher_text {
    font-size: 0.7em;
  }
  #mobile-directories-bottom-notices .notice-container {
    padding-top: 17px;
    font-size: 0.65em;
    line-height: 146%;
  }
  #cta-directories-register-now { clear: both; }
  #right_col.directories h1 { font-size: 1.2em; }
  #right_col.directories h3 { font-size: 0.9em; }
  #directory-results { margin-top: 21px; }

  .graybox_content p { margin: 0; }
  #directory-results .noBorder { border-bottom: 1px solid #E8E8E5; }
  #directory-results .lastDirectory { border: none; }

  #main_cta_contents { padding-top: 14px; }
  #main_cta_form { padding-top: 11px; }
  #main_cta #edit-zipcode-wrapper { width: 100%; margin: 0 0 10px 0; }

  /* -- Registration Page -- */
  .graybox { margin-top: 6px; }
  #right_col.register .graybox { margin-top: 20px; }
  .user_registration .row { white-space: normal;  }
  .graybox_content { padding: 24px 10px; }
  .graybox_content .login_form { display: none; }
  .graybox_content .b-mobile-registered-login { display: inline-block; }
  .graybox h4 { display: inline-block; }
  .b-mobile-registered-login {
    font-size: 0.7em;
    padding: 7px 8px 6px;
  }
  #left_col.register h1 { font-size: 1.1em; line-height: 100%; }
  #left_col.register h3 { font-size: 1em; line-height: 100%; }

  /* -- Drop Tooltips -- */
  .user_registration .toolTip,
  .toolTip { display: none !important; }
}

/* 445px and below */
@media screen and (max-width: 445px) {
  .footer-logo img { max-width: 100%; height: auto; }
    #footer-logo-lsa { width: 40%; margin: 0 18px 0 0; }
    #footer-logo-adp { width: 40%;}
    #footer-logo-kab { width: 40%; float: right; }
}

/* 412px and below */
@media screen and (max-width: 412px) {
  /* -- Sustainability Report-- */
  #fbNav { text-align: left; }
  #fbNav li { display: block; }
  #fbNav li.divider { display: none; }

  .nav-book-controls ul li a.flex-prev,
  .nav-book-controls ul li a.flex-next { width: 22px; }
}

/* 360px and below */
@media screen and (max-width: 360px) {

}
