/*
theme Name: Custom Mobile
theme Uri: http://www.custommobile.com/
author: Aspricot
author Uri: Http://aspricot.com/
description: The Default Theme For http://www.custommobile.com/
*/
@import Url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.0.2/css/bootstrap.min.css");
@import Url("/static/css/fontawesome.css");
html {
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important; }

body {
  margin: 0;
  padding: 0;
  padding-top: 50px;
  /*add padding for navbar */
  min-height: 100%;
  width: 100%;
  color: #333;
  position: relative; }

/* #Our Default CSS
================================================== */
div, ul, li, a, input, img, select, textarea, input[type="submit"], header, footer, span, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  font-size: 100%;
  vertical-align: baseline;
  white-space: normal;
}

p {
  letter-spacing: .6px;
  line-height: 1.5;
  text-shadow: none;
  font-size: 14px; }

.fl-left {
  float: left !important; }

.fl-right {
  float: right !important; }

.no-margin {
  margin: 0px !important; }

.no-padding {
  padding: 0px !important; }

.no-display {
  display: none; }

/* This is for the text in the main window of the Rulings page, when first landing there, to give it padding - Start */
.page_padding {
  line-height: 1.2;
  margin: 0px 5px 10px 5px;
  padding: 0px 0px 0px 0px; }

/* End - */

/* For Alerts warnings */
.error {
	  margin: 0px 0px 10px 0px;
  color: #F00; }
/* End *

/* Superscript & Criterion Question Mark */
.sup {
    vertical-align: super;
    font-size: smaller;
}
/* End Superscript */

/* Asterisk link for Alert Add page */
.asterisk {
    color: #000;
}

/* end Asterisk */

a:hover {
  color: #0547a0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:focus {
  outline: none !important; }

.menu-close, .menu-close:hover, .facebook, .twitter, .linkedin {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

/* #Section-1 Header
================================================== */
.container.head-bg {
  padding: 0px; }

.header {
  width: 100%;
  float: left; }

.head-bg img {
  width: 100%;
  float: left;
  max-width: 100%; }

/* CCB: with old logo, margin-top used to be set at: -60% */
/*.logo img {
  width: 100%;
  float: left;
  margin-top: -150%;
  margin-top: -160%;
  by es_source
  margin-bottom: 85px; }
  */

.shadow {
  box-shadow: 0px 0px 1px 0px #aaaaaa;
  padding: 0px;
  width: 100%;
  float: left; }

/* CCB: with old logo, margin-top used to be set at-40% */
@media (max-width: 767px) {
  /*.logo img {
    margin-top: -120%;
    margin-bottom: 60px; } */

/* App page images */
    .container .mobile-store-links a {
      margin: 0;
      display: inline-block;
      width: 49%;
margin-right: 0px !important;
}
      .container .mobile-store-links a img {
margin-bottom:5px;
        width: 100%; }
/* end app page images */

}
/* Menu Left
================================================== */
.nav-left {
  position: fixed;
  right: -260px;
  width: 260px;
  height: 100%;
  top: 0;
  z-index: 10;
  text-align: left; }

.nav-left.menu-open {
  right: 0; }

.menu-wrap {
  position: absolute;
  top: 0;
  left: 60px;
  background: #054aa6;
  width: 200px;
  height: 100%; }

.menu-wrap h3 {
  color: #FFF;
  text-align: center;
  width: 180px;
  margin-top: 70px; }

.nav-left h1.logo a {
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  margin-left: 0px;
  text-align: center; }

h1.logo {
  width: 280px; }

.nav-left .logo img {
  float: none; }

.nav-left h1.logo a:hover {
  color: #1abc9c; }

.nav-left img.logo {
  margin: 20px 0;
  max-width: 160px;
  display: inline-block; }

.nav-left ul {
  list-style: none;
  padding: 10px 0px;
  margin: 0px;
  margin-top: 60px;
  float: left;
  width: 100%; }

.nav-left li {
  padding: 3px 5px; }

.nav-left li:hover, .nav-left li.active {
  border-left: 5px solid #2F9BFF;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.nav-left a {
  margin-left: 20px;
  color: #FFF;
  display: block;
  font-size: 85%;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: .1em;
  text-transform: uppercase; }

.nav-left a:hover {
  text-decoration: none;
  color: #fff; }

.nav-left a:active {
  color: #fff; }

.nav-left li.dropdown ul.dropdown-menu {
  display: none;
  margin-top: 0px; }

.nav-left li.dropdown:hover ul.dropdown-menu {
  display: block; }

.nav-left ul.dropdown-menu li:hover {
  border: 0px; }

.nav-left ul.dropdown-menu li a:hover {
  background: none; }

.nav-left a > i {
  float: left;
  vertical-align: middle;
  text-align: left;
  width: 25px;
  font-size: 20px;
  line-height: 40px;
  margin: 0px 5px; }

.menu-close {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 24px;
  color: #FFF;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 5px;
  right: 15px;
  text-align: center; }

/* CCB added for social media in right-navigation pane START */
.facebook, .twitter, .linkedin {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 20px;
  color: #FFF;
  width: 40px;
  height: 40px;
  top: 5px;
  text-align: center; }

.facebook {
  right: 140px; }

.twitter {
  right: 105px; }

.linkedin {
  right: 70px; }

/* CCB added for social media in right-navigation pane END */
.menu-close:hover {
  color: gray; }

.body-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.nav-left, .body-push {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.search_box {
  height: 40px;
  border-right: 0px; }

.search-btn {
  border-left: 0px;
  font-size: 20px;
  padding: 5px 10px; }

@media (min-width: 800px) {
  .container, .navbar.navbar-inverse{
    width: 780px; } }
@media (min-width: 992px) {
  .container, .navbar.navbar-inverse {
    width: 970px; }

  #menuToggle.active {
    display: none; } }
@media (min-width: 1200px) {
  .container, .navbar.navbar-inverse {
    width: 970px; } }
/* # Navigation
================================================== */
.navigation-section ul {
  padding: 0px;
  text-align: center;
  list-style: none;
/* Was -21% ... this moves the icons up on the landing page */
  margin-top: 0%; }

.navigation-section ul li {
  display: inline-block;
  padding: 15px;
  margin: 10px;
  width: 25%;
  border: 2px solid #FFF;
  border: 2px solid transparent;
  border-radius: 5px; }

.navigation-section ul li a {
  font-size: 18px;
  color: #000;
  text-transform: uppercase; }

.navigation-section ul li a .fa {
  font-size: 50px;
  display: block;
/* CCB inserted; the below creates the "button" look. REMmed for now
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
 */
  }

.navigation-section ul li:hover, .navigation-section ul li.active {
  border: 2px solid #0547a0; }

.navigation-section ul li:hover a, .navigation-section ul li.active a {
  color: #0547a0; }

/* CCB insertion for app icons on Rulings / Notices main page sections */
.list-page-apple
{
   color: #696969;
margin-left: 2px;
}

.list-page-android
{
   color: #A4C639;
margin-left: 2px;
}

.list-page-download
{
   color: black;
margin-left: 2px;
font-size: 1.5em;
}

/* End CCB insertion for Rulings / Notices main page sections */

@media (max-width: 992px) {
  .navigation-section ul li {
    margin: 5px 0px;
    width: 32%; }

  .navigation-section ul li a .fa {
    font-size: 32px; }

  .navigation-section ul li a {
    font-size: 10px; }

  .nav-left ul {
    margin-top: 30px; }

  .body-push-toright {
    left: 200px; }

  .body-push-toleft {
    left: -200px; } }
@media (max-width: 500px) {
  .navigation-section ul li {
    display: inline-block;
    padding: 5px 0px;
    margin: 5px 0px;
    width: 30%;
    text-align: center; } }

/* eNNovation start */
@media screen and (max-width: 337px) {
  .navigation-section ul {
    margin-top: -23%; } }
@media screen and (max-width: 324px) {
  .navigation-section ul {
    margin-top: -24%; } }
/* eNNovation end */

/* Blue_bar
================================================== */
.blue_bar {
  background: #054aa6;
  padding-top: 10px;
  padding-bottom: 10px; }

.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle; }

.blue_bar .search_text {
  padding-left: 25px;
  position: relative;
  box-shadow: 0px;
  border: 0px;
  height: 24px;
  font-size: 11px; }

.blue_bar .search_icon {
  position: absolute;
  top: 6px;
  left: 20px;
  font-size: 12px;
  color: #999; }

.select_box {
  height: 24px;
  border: 0px;
  box-shadow: none;
  font-size: 11px;
  padding: 4px; }

.search_bar {
  font-size: 17px;
  color: #222; }

.btn-black {
  color: #FFF;
  background-color: #000;
  border-color: #000;
  padding: 2px 8px;
  height: 24px;
  margin: 0px;
 border: 1px;
  border-color: #bfbfbf;
 border-style: solid;
  border-width: 1px;
  margin-left: -15px;
  margin-top: 1px;
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 12px;
}

.btn-black.help {
margin-left: -4px !important;
}


.btn-black_new {
  color: #FFF;
  background-color: #000;
  border-color: #000;
  padding: 2px 8px;
  height: 24px;
  margin: 0px;
  border: 0px;
  margin-right: 15px;
  border-radius: 0px;
  font-size: 12px; }

.btn-black_new:last-child {
  margin-right: 0px; }


@media (max-width: 480px) {
  .btn-black_new {
    margin-right: 3px; } }
.back_btn a {
  color: #FFF;
  font-size: 12px; }

.back_btn {
  padding-left: 0px; }

.back_btn .fa {
  font-size: 24px;
  vertical-align: top; }

.white_bar {
  background: #FFF;
  z-index: 9;
  box-shadow: 0px 2px 2px -1px #999; }

.white_bar label, .blue_bar label {
  display: inline-table;
  /*line-height: 25px;*/
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 12px; }

.white_bar input[type="checkbox"] {
  vertical-align: sub;
}

.port_label {
width: 40px;
float:left;
margin-top: -3px;
}

.blue_bar label {
  color: #FFF;
  margin-top: 3px;
  margin-bottom: 0px;
  margin-right: 15px;
}

.blue-bg {
  background: #054aa6;
  color: #FFF;
  border: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 30%;
/* CCB changed below from 10px */
  margin-right: 3%;
  float: left;
  padding: 4px;
/* CCB added below */
min-width: 75px;
}

.blue_bar .blue-bg {
  background: #FFF;
  color: #333;
  margin-top: 0px;
  margin-bottom: 0px; }

.white_bar .navbar-nav > li > a {
  padding: 16px 5px;
  margin: 0px;
  border-radius: 0px !important;
  font-size: 12px; }

.white_bar .navbar-nav {
  margin-bottom: 0px;
  border-bottom: 0px;
  margin-top: 0px; }

.white_bar .nav-tabs > li {
  float: right;
  border-radius: 0px !important; }

.nav-tabs > li.active, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border: 0px; }

.navbar-nav > li > .dropdown-menu {
  font-size: 12px;
  background-color: #eee;
  right: 0px;
  left: auto;
  font-size: 12px;
  border: 0px;
  box-shadow: 0px 1px 2px 0px #999; }

.dropdown-menu > li > a {
  text-align: left;
  padding-left: 15px;
  color: #333;
  font-size: 11px; }

.dropdown-menu > li > a .fa {
  margin-right: 5px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: #eee;
    right: 0px;
    left: auto;
    font-size: 12px;
    box-shadow: 0px 1px 2px 0px #999;
    border-top: 0px;
    width: 100%;
    min-width: 1px; } }
.white_bar .fa-star {
  color: #ffae00;
  margin: 0px 5px; }

.white_bar .fa-bolt {
  color: #ffae00;
  margin: 0px 5px; }

.main_container {
  background: #ebebeb;
  padding-top: 10px;
  padding-bottom: 10px; }

.main_container span {
  font-size: 14px;
  font-weight: 500;
/*  Below used to be inline-block, but changed because all fa in rulings_content.html icons didn't sit right */
  display: inline !important; }

.pagination_list {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.nav-pills > li > a {
  border-radius: 3px;
  padding: 3px 10px;
  margin-right: 5px;
  font-size: 12px;
  border: 1px solid #222;
  background: #FFF;
  color: #222; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  outline: none;
  background: #054aa6;
  color: #FFF; }

.list_box {
  margin-top: 10px;
  background: #FFF;
  padding: 10px 15px;
  float: left;
  color: #666666;
  padding-top: 13px;
  box-shadow: 0px 2px 2px -2px #999; }

.padding_zero {
  padding-left: 0px;
  padding-right: 0px; }

.list_box h3 {
  font-size: 14px; }

.list_box ul {
  margin-bottom: 3px; }

.list_box li {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: inline-table; }

.list_box li .fa-star, .list_box li .fa-star-o {
  color: #ffae00;
  cursor: pointer; }

.list_box li .fa-envelope, .list_box li .fa-envelope-o {
  cursor: pointer;
  color: #DEB887;
}

.list_box .border-bottom li {
  font-size: 14px;
  font-weight: 500;
  color: #666; }

.list_box .border-bottom {
  border-bottom: 1px dotted #222;
  display: inline-block;
  padding-bottom: 5px; }

.inner_page ul.list-inline.border-bottom {
  width: 100%; }

ul.subject_list {
  list-style: none;
  margin-top: 0px;
  padding-left: 0px;
  margin-bottom: 30px; }

.subject_list li {
  font-size: 12px;
  font-weight: 400;
  margin: 3px 0px;
  color: #666;
  display: block; }

.list_box p {
  font-size: 14px; }

.list_box h1 {
  margin-top: 15px;
  font-size: 40px; }

.list_box h1 a {
  color: #666666; }

.list_box .list-group li {
  font-size: 12px;
  font-weight: 400;
  display: block; }

.padding-zero-tp {
  padding-top: 0px; }

.padding-zero-tp .list_box:first-child {
  margin-top: 0px; }

.htsus_box h3 {
  margin-top: 0px;
  line-height: 1.4; }

ul.list-group li {
  position: relative;
  font-size: 12px;
  font-weight: 400; }

@media (max-width: 500px) {
  .blue-bg {
    /* CCB integration */
    width: 35%; }

  .list_box li {
    font-size: 11px;
    padding-right: 0px;
    padding-bottom: 0px; }

  .list_box p {
    font-size: 12px; }

  .list_box .border-bottom li {
    font-size: 11px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    display: list-item; }

  .select_box {
    font-size: 9px; } }
.adv_container {
  width: 100%;
  float: left;
  padding: 0px; }

.adv_container img {
  width: 100%;
  left: 0px;
  bottom: 0px; }

/* #Media Query
================================================== */
@media (max-width: 550px) {
  .adv_container img {
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px; } }
.margin-tp {
  margin-top: 20px;
  float: left; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #FFF; }

.search-box {
  display: none; }

.clickable.filter {
  font-size: 18px;
  cursor: pointer; }

.table > thead > tr > th {
  font-size: 13px;
  vertical-align: top; }

.table > tbody > tr > td {
  font-size: 12px; }

@media (max-width: 768px) {
  .table > thead > tr > th {
    font-size: 12px;
    vertical-align: top; }

  .table > tbody > tr > td {
    font-size: 11px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    padding-left: 10px; } }
.table {
  margin-bottom: 5px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eee; }

.dark_color {
  color: #333; }

.small-font {
  font-size: 12px; }

.margin-bt {
  margin-bottom: 15px; }

.abt p {
  text-align: justify; }

.font_size_new {
  float: left;
  width: 95%;
  padding: 10px 0 0 0; }

/* CCB Inserted start */
.font_size_new_plusminus_container {
  font-size: 100%;
  color: white;
  height: 20px;
  width: 100px;
  margin-top: 10px;
  margin-right: 5px;
  text-align: center;
  float: right; }

.font_size_new_plusminus {
  font-size: 100%;
  color: white;
  border-radius: 20%;
  height: 20px;
  width: 23px;
  padding: 0px 0 0 0;
  border: 1px solid white;
  margin-top: 0px;
  margin-right: 5px;
  text-align: center;
  line-height: 1.1em;
  float: left; }

/* CCB Inserted stop */
/* Mits inserted below to remove language drop down */
.body-push .col-xs-9.text-right select {
  display: none; }

/* Stop Mits insertion */
/* Mits inserted, CCB updated to change "float:left" to text-align:right", inserted "font-size: 12px" (previouly not included)*/
.footer-link-a {
  width: 100%;
  text-align: right;
  font-size: 12px;
  margin-top: 10px; }

.footer-link-a ul li a {
  margin: 0 10px; }

.footer-link-a li {
  color: #428bca; }

.footer-link-a ul {
  margin: 0;
  padding: 0; }

/* Stop Mits insertion */
/* CCB inserted below to create normal ULs */
.normalUL li {
  color: inherit;
  display: list-item;
  list-style-type: disc;
  font-weight: normal; }
/* Stop normal ULs */

/* Craig inserted for Bio image start */
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  border-style: solid;
  border-width: 1px;
  max-width: 100%;
  height: auto; }

/* (1)
 * CCB inserted for the Alerts Form
 * */
div#alerts {
  float: left;
  width: 100%;
  margin: 10px 30% 5px 5px;
  background-color: white;
  padding: 10px 0;
  border: 0px solid gray;
  border-radius: 0px; }

#alertform {
  float: left;
  width: 85%;
  margin: 0 0; }

#alertform input {
  text-align: left;
  font-family: "Roboto Slab", serif, FontAwesome;
margin: 0px 0px 0px 0px;

  }

/* Makes responsive fields. Sets size and field alignment. */
/*
REMming out because I don't want to make the "text" box ("Criterion") different from the email box
#alertform input[type=text] {
  margin-bottom: 5px;
  margin-top: 1px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #054aa6; }

#alertform textarea {
  width: 100%;
  padding: 15px;
  margin-top: 10px;
  border: 1px solid #054aa6;
  border-radius: 5px;
  margin-bottom: 20px;
  resize: none; }

#alertform input[type=text]:focus, textarea:focus {
  border-color: #4697e4; }
*/
#alertform input[type=submit] {
  margin-bottom: 20px;
  width: 20%;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #7ac9b7;
  background-color: #054aa6;
  color: white;
  text-align: center;
  font-weight: bold; }

/* (2)
 * By using @ media form can have different layout for screen, mobile phone, tablet. */
/* "@media screen" below sets the form layout for mobile phone, tablet. */
@media screen and (max-width: 600px) {
  div#alerts {
    float: left;
    width: 100%;
    margin: 10px 30% 0px 0%;
    background-color: white;
    padding: 10px 0;
    border: 0px solid gray;
    border-radius: 0px; }

  #alertform {
    float: left;
    width: 90%;
    margin: 0 0;
    }

  #alertform input {
    text-align: left;
    font-family: "Roboto Slab", serif, FontAwesome; }

  /* Makes responsive fields. Sets size and field alignment. */
/*
REMming out because I don't want to make the "text" box ("Criterion") different from the email box

  #alertform input[type=text] {
    margin-bottom: 5px;
    margin-top: 1px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #054aa6; }

  #alertform textarea {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #054aa6;
    border-radius: 5px;
    margin-bottom: 20px;
    resize: none; }

  #alertform input[type=text]:focus, textarea:focus {
    border-color: #4697e4; }
*/
  #alertform input[type=submit] {
    margin-bottom: 20px;
    width: 50%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #7ac9b7;
    background-color: #054aa6;
    color: white;
    text-align: center; } }

 .alert-submit {
    font-family: georgia, FontAwesome;
    }
    .alert-disclaimer {
  width: 100%;
    font-size: 12px;
  margin-top: 10px; }

    /* End CCB Input for Alerts Form */



.sm-float {
  position: fixed;
  bottom: 0px;
  left: 5px; }

.facebook-float {
  font-size: 35px;
  color: #3B5999; }

.twitter-float {
  font-size: 35px;
  color: #4099FF; }

.linkedin-float {
  font-size: 35px;
  color: #007bb6; }

.googleplus-float {
  font-size: 35px;
  color: #d34836; }

@media screen and (max-width: 992px) {
  .facebook-float {
    font-size: 25px;
    color: #3B5999; }

  .twitter-float {
    font-size: 25px;
    color: #4099FF; }

  .linkedin-float {
    font-size: 25px;
    color: #007bb6; }

  .googleplus-float {
    font-size: 25px;
    color: #d34836; } }


#last_searches_content li {
  display: block;
  padding-bottom: 5px; }

/* INTEGRATION CSS - PORTED FROM GENERIC.CSS */
.row {
  /*  margin-left: 0px;
    margin-right: 0px;
  */ }

.cm-ml-15 {
  margin-left: 15px !important;
  font-size: 14px !important; }

.cm-ml-10 {
  padding-left: 10px;
  float: right;
  line-height: 1.3; }

.cm-top-sel1-area, .cm-top-sel2-area {
  margin: 0;
  height: 37px;
  display: inline-block;
  padding-top: 14px;
  width: 100%; }

.cm-top-sel1, .cm-top-sel2 {
  line-height: 10px;
  max-width: 150px;
  margin-top: 0px;
  border: 1px solid #054aa6;
  background-color: #054aa6; }

.cm-top-sel2 {
  width: 100%;
  margin-left: 0; }

.cm-fgrp {
  max-width: 80%; }

.cm-sch-gd {
  display: inline-block;
  vertical-align: top; }

.cm-sch-gd ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0; }

.cm-hd-sm {
  display: inline-block;
  float: left;
  line-height: 1.3; }

.cm-vs-sm {
  display: none; }

.cm-sg-top li a {
  background: #000;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  display: block;
  cursor: pointer;
  height: 26px;
  line-height: normal; }

.cm-sg-top .sub1 {
  display: none;
  position: absolute;
  width: 200px;
  background: #000;
  right: 0px;
  top: 34px;
  z-index: 1000;
  border-radius: 4px 0px 4px 4px;
  padding-top: 5px;
  padding-bottom: 5px; }

.cm-sg-top .sub1:before {
  content: "\f0de";
  color: #000;
  display: block;
  position: absolute;
  right: 7px;
  top: -9px;
  font: normal normal normal 24px/1 FontAwesome; }

.sub1 li {
  border-bottom: 1px solid #303030; }

.sub1 li:last-child {
  border-bottom: 0; }

.sub1 li a:hover {
  background: #054aa6;
  border-radius: 0; }

.cm-sg-top .sub2 {
  display: none; }

.cm-sg-top .sub2 a {
  background: #383838;
  border-radius: 0; }

.toggle-display {
  display: block !important; }

.cm-search-info {
  font-size: 12px;
  padding-left: 10px;
  padding-top: 5px;
  border-bottom: 1px solid black;
}

.cm-icons {
  margin-right: 10px; }

.cm-icon-warning {
  margin-right: 10px;
  vertical-align: baseline; }

.cm-clr-info {
  color: orange; }

/* page_padding warning.  See earlier in CSS file for page_padding text  */
.rulings-icon-warning-landingpage {
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: baseline; }

.rulings-clr-info0-landingpage {
  color: orange;
margin-left: 2px;
  }

.rulings-clr-info1-landingpage {
  color: black;
margin-left: 2px;
  }

.rulings-clr-info2-landingpage {
  color: green;
margin-left: 4px;
/* Added this extra 2px (over the standard 4 above) to make the green thumbtack sit "centered" below the bell.  Otherwise, was left-alinged. */
}

.rulings-clr-info3-landingpage {
  color: #66CC00;
margin-left: 2px;
}

/* End */


/* HTSUS Chapter Notes stuff.  See earlier in CSS file for page_padding text  */
.htsus-notes-icon {
  vertical-align: baseline; }

.Chapter-Notes-title {
  font-weight: bolder !important; }

/* End */

/* App in-page icons */
.header
{
color: white;
font-weight: bold;
}

.container .mobile-store-links {
margin-top: 25px;
padding: 0 5px; }

.container .mobile-store-links a {
margin-right: 15px;
}

/* See 767 screen @media above */

/* End app in-page icons */

.cm-search-detail {
  border: 1px solid #d8d8d8;
  background: #fff;
  margin-top: 10px;
/* Increased from 10 --> 20 to give extra room between guide blocks */
  margin-bottom: 20px; }

.cm-search-hd {
  background: #054aa6; }

.cm-search-hd h3 {
  margin: 0;
  /* Below used to be 15px to give us some white space at top of guide block.  Removed to make more concise. */
  margin-top: 0px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1em;
  line-height: 1.4; }

.cm-otable {
  display: table;
  max-width: 100%;
  width: 100%; }

.row1 {
  margin-left: 0;
  margin-right: 0;
  display: table-row;
  margin-bottom: 0;
  width: 100%; }

.cm-cell1 {
  display: table-cell;
  width: 30%;
  margin: 12px; }

.cm-cell2 {
  display: table-cell;
  width: 70%;
  margin: 12px; }

.cm-cellc {
  display: table-cell;
  width: 100%;
  margin: 12px; }

.cm-cell-hf {
  display: table-cell;
  width: 50%;
  margin: 12px; }

.cm-search-txt, .cm-search-title1, .cm-search-title2 {
  padding: 5px 10px; }

.cm-search-txt {
  background: #fff;
  vertical-align: top; }

.cm-search-title1 {
  background: #DDDDDD;
  vertical-align: top; }

.cm-search-title2 {
  background: #C3C3C3;
  vertical-align: top; }

.cm-sub-detail {
  margin-left: 15px;
  vertical-align: middle;
  line-height: 1.5; }

.cm-search-detail a {
  color: #054aa6;
  line-height: 1.5;
  vertical-align: middle; }

.cm-search-detail a:hover {
  text-decoration: underline !important; }

.search_bar .select_box {
  width: auto !important; }

.select_box {
  line-height: 20px; }

.cm-si-details {
  display: inline-block;
  vertical-align: top;
  line-height: normal; }

.cm-sbtn {
  margin-left: -2px;
  height: 28px; }

.cm-bld {
  font-weight: bolder !important; }

.cm-tbdr {
  border-top: 4px solid #054aa6; }

.cm-bbdr {
  border-bottom: 1px solid #ccc !important; }

.guide_section_ref {
color: white;
background-color: rgb(5, 74, 166);
padding: 0px 4px;
border: 1px solid black !important;
}

.btn-black {
  margin-top: 1px; }

#cm-sg-menu {
  display: block; }

 .blue_bar .search_text {
/*  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 20px;
*/
  margin-top: 1px; }

.cm-top-sel1-area label {
  margin-top: 0; }

@media screen and (min-width: 768px) {
  /* For cross-header.html */
  .cm-sr-mgn {
    margin-right: 20px; } }
@media screen and (max-width: 767px) {
  /* For cross-header.html, unused */
  .cm-spad {
    padding-left: 5px;
    padding-right: 5px; }

  /*  .container {
      padding-right: 0;
      padding-left: 0; }
  */

  /* Start for rulings-header.html, drop-down */
  .cm-sg-lk {
    width: 60px; }

  .cm-hd-sm {
    display: none; }

  .cm-vs-sm {
    display: inline-block;
    float: left;
    line-height: 1.3; }

  .cm-fln {
    text-align: right;
    padding-left: 3px; }

  .select_box {
    padding-top: 6px;
    padding-bottom: 6px; } }

@media screen and (min-width: 601px) {
  .index-page .container {
    width: 582px; }

  .navigation-section ul li a .fa {
    font-size: 40px; } }

.paginator li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}

.paginator input {
  width: 50px;
  border: 1px solid #CCC;
  border-radius: 4px;
  text-align: center;
  color: #428BCA;
}

.not-effective {
  text-decoration: line-through;
  color:yellow;
}

.not-effective td {
  color:black;
}

.close_search_within button {
  background-color: transparent;
  border: 0px none;
  /*width: 10px;*/
/*  WAS blue, but made red to be more obvious
 *  color: #428BCA; */
color: red;
}

.close_search_within button:hover {
  color: #0547A0;

}


/* CCB entered the below for highlighting rows for Alert row highlighting */
.row_highlight tr:hover {
background-color: #ffff99;
}

/*
 *
 * US Code Section - Start
 *
 */

.code_breadcrumbs {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    margin: 15px 0px;
    border-width: 0px 0px 0px 5px;
   border-style: solid;
    border-left-color: #5BC0DE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
  border-radius: 0px;
    min-height:20px;
    overflow:hidden;
/*    color:#777; */
}


.indent0 {
    margin-left: 20px;
}
.indent1 {
    margin-left: 40px;
}
.indent2 {
    margin-left: 60px;
}
.indent3 {
    margin-left: 80px;
}

.firstIndent-1 {
    margin-left: 40px;
}

.subsection, .paragraph, .subparagraph, .clause {
    margin-left: 20px;
}

num, .num {
    font-weight: bold;
    display: inline;
}

.num + .content,
.num + .chapeau
{
    display: inline;
}

heading, .heading {
    display: inline;
    font-style: italic;
}

.note {
    padding: 7px;
/*  CCB changed below from #eeeeee; */
    background-color: none;
/*  CCB changed below from 3px; */
    border-radius: 13px;
    border: 1px solid gray;
    margin-bottom: 7px;
}

/*.uscode_sections_navigation {
margin-bottom: 10px;
 display:inline-block;
}
*/
.container .usc_page_nav_container {
margin-top: 20px;
margin-bottom: 20px;
margin-left:-10px;
}

.usc_page_nav_link {
box-shadow:1px 1px 1px 1px grey;
padding: 1px 4px;
font-size: 14px;
}

.usc_page_nav_button {
/* border-style: solid;
border: 1px inset #000; */
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
overflow: hidden;
margin: 0px 5px;
padding: 1px 3px 1px 3px;
border-width: 1px;
border-radius: 3px;
color: #2A6496;
box-shadow:1px 1px 1px 1px grey;
}


/* Tabs for Code, Notes, & Authorities - custom to override jquery
 *  * These classes match the jquery classes exactly */


.ui-widget-content {
border: 0px !important;
}

.ui-widget-content a {
    color: #000;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 0px 0px -1px;
    padding: 15px 25px;
    text-align: center;
margin: 0px 0px -1px;
display: inline-block;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border-style: solid;
    border-color: #5BC0DE #DDD #FFF;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: #555;
    border-width: 2px 1px 1px;
	background-color: white !important;
}

.ui-widget-header {
color: #333;
font-weight: bold;
background: 0;
border: 1;
border-width: 0px 0px 1px 0px;
}

.ui-tabs {
padding: 14px 0px 4px 0px;
}

.ui-tabs .ui-tabs-panel {
padding: 1em 0em;
}


#authorities {
margin: 0px;
}

.authorities_content {
padding-left: 0px;
}

.authorities_list {
clear: both;
display: block;
}

.authorities_individual {
font-weight: normal !important;
margin-left: 1em;
}

.centered.smallCaps.heading.indent0
{
margin-left:2px;
}

/* End Tabs */


/*
 *
 * US Code Section - End
 *
 */




/*
 *
 * Regulations Section - Start
 *
 */

.regulations_breadcrumbs {
/* Each of the 3 below paddings (top, right, bottom) was 15px */
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    margin: 15px 0px;
/*WAS:    border-width: 1px 1px 1px 5px; */
    border-width: 0px 0px 0px 5px;
   border-style: solid;
/* WAS:    border-color: #EEE; */
    border-left-color: #5BC0DE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
/* WAS:    border-radius: 3px; */
  border-radius: 0px;
    min-height:20px;
    overflow:hidden;
/*    color:#777; */
}

.inner_regulations_breadcrumbs {
font-weight: 800 !important;
font-size: 16px !important;
vertical-align: baseline !important;
display: inline !important;
}

.regulations_group_path, .group_path {
/* Each of the 3 below paddings (top, right, bottom) was 15px */
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 3px;
/*    margin: 15px 0px; */
margin-top: 15px;
margin-bottom: 10px;
margin-right: 0px;
margin-left: 0px;
/*WAS:    border-width: 1px 1px 1px 5px; */
    border-width: 0px 0px 0px 5px;
   border-style: solid;
/* WAS:    border-color: #EEE; */
    border-left-color: #5BC0DE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
/* WAS:    border-radius: 3px; */
  border-radius: 0px;
    min-height:20px;
    overflow:hidden;
/*    color:#777; */
}

.regulations_group_sections, .group_sections
{
margin-left: 5px;
}

.regulations_breadcrumb_angle
{
font-size: 16px !important;
margin-right: 4px;
}


.regulations_last_verified_date {
/* Each of the 3 below paddings (top, right, bottom) was 15px */
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 15px 0px;
/*WAS:    border-width: 1px 1px 1px 5px; */
    border-width: 0px 0px 0px 0px;
   border-style: solid;
/* WAS:    border-color: #EEE; . Border-width is 0 so next line is irrelevant
   border-left-color: #5BC0DE; */
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
/* WAS:    border-radius: 3px; */
  border-radius: 10px;
    min-height:20px;
    overflow:hidden;
/*    color:#777; */
font-size: 14px;
display:inline;
}


.regulations_search_result_group, .search_result_group {
    background-color: #ffffff;
    margin: 10px 0px 0px 0px;
    padding: 5px 10px;
color: #666;
box-shadow: 0px 2px 2px -2px #999;
}

.regulation_search_result_item_content {
    margin-left: 20px;
}

.regulations_search-tip {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 5px 10px;
}

.last_revision_date {
    margin-left: 6px;
    font-size: 12px !important;
display: inline !important;
}



.content_section_title {
    font-weight: 800 !important;
    font-size: 17px !important;
/*    margin-bottom: 20px; */
margin-top: 6px;
font-style: normal !important;
}

.regulation_content {
font-size: 11px;
margin-bottom: 16px;
}

.indent_first_level {}
.indent_second_level {
    margin-left: 20px;
}
.indent_third_level {
    margin-left: 40px;
}
.indent_fourth_level {
    margin-left: 60px;
}
.indent_fifth_level {
    margin-left: 80px;
}

example
{
font-size: larger;
font-family: monospace;
}

extract
{
    display: block;
    font-variant:small-caps;
    font-size:larger;
/*    margin-top: -10px;
/    margin-bottom: 10px; */
	margin:10px;
    padding-left: 5px;
/*    border-left: 2px solid #c0c0c0; */
	border: 2px solid #c0c0c0;
}

.expand-collapse_top
{
margin-bottom:10px;
}


.expand-collapse_bottom
{
margin-top:20px;
margin-bottom:15px;
}

.back_to_top
{
margin-top:0px;
margin-bottom:6px;
}

ul.regulations_part_toc li {
    display: block;
}

.regulations_part_toc_title {
/* padding: 0px 0px 0px 12px; */
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
border-width: 0px 0px 0px 5px;
border-style: solid;
border-left: 2px none #5BC0DE;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 0px;
min-height: 20px;
overflow: hidden;
}

.regulations_part_toc_body {
/* Padding previously 6 */
padding: 0px 0px 0px 4px;
margin: 0px 0px 0px 8px;
border-width: 0px 0px 0px 5px;
/* border-style: solid;
border-left: 2px solid #5BC0DE; */
border-style: none;
border-left: 0px solid #5BC0DE;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 0px;
min-height: 20px;
overflow: hidden;
}

.subjgrp_headers_titles {
margin-top: 5px;
margin-bottom: 2px;
font-weight: bold;
}


.subjgrp_headers {
margin-top: 15px;
margin-bottom: 10px;
font-weight: bold;
}

.regulations_part_toc_block
{
margin-bottom: 16px;
}

div.diff del {
    background-color: #ffaaaa;
}

div.diff ins {
    background-color: #aaffaa;
}

.regulation_versions {
margin-bottom: 10px;
margin-top: 10px;
}

.title_updates_listing {
margin-bottom: 10px;
margin-top: 10px;
padding: 0px 5px 0px 3px;
border-width: 0px 0px 0px 5px;
border-style: solid;
border-left: 5px solid orange;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 0px;
}

/*
 *
 * Regulations Section - End
 *
 */


/* Regulations & Code start */

cita, ednote, hed, auth {
    display: block;
}

.btn-default .caret {
    border-top-color: white !important;
}


.refs {
text-transform: lowercase;
font-variant: small-caps;
font-size: small;
margin-top: 25px;
}

.refs.cite_as {
margin-top: 3px;
}

.refs.authority {
margin-top: 3px;
}

.refs.source {
margin-top: 3px;
}

.sourcecredit
{
text-transform: lowercase;
font-variant: small-caps;
margin-top: 6px;
}

.footnoteRef
{
 position: relative; top: -0.5em; font-size: 80%;
}
/* CCB Edit: Weirdness below.  This is for the div tag that's got: type="footnote" .  Regular CSS selector didn't work, so I did this. */
div[type="footnote"] {
margin:8px 0px;
border-radius: 0px;
border: 1px solid black;
font-size: 14px;
}


/* Regulations & Code end */

/*
 *
 * Regulations Section @media - Start
 *
 */

@media (max-width: 600px) {

.regulations_breadcrumbs {
font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 7px;
    margin: 15px 0px;
/*WAS:    border-width: 1px 1px 1px 5px; */
    border-width: 0px 0px 0px 5px;
   border-style: solid;
/* WAS:    border-color: #EEE; */
 border-left-color: #5BC0DE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
/* WAS:   border-radius: 3px; */
    border-radius: 0px;
    min-height:20px;
    overflow:hidden;
/*    color:#777; */
}


.inner_regulations_breadcrumbs {
font-weight: 800 !important;
font-size: 14px !important;
vertical-align: baseline !important;
display: inline !important;
}

/* CCB entered the below for highlighting rows for Alert row highlighting */
.row_highlight tr:hover {
background-color: #ffff99;
}

/* CCB entered below for regs markup toggle */

.container_switch {
  margin: 50px auto;
  width: 280px;
  text-align: center;
}
.container_switch > .switch {
  display: block !important;
  margin: 12px auto;
}

.switch {
  position: relative;
  display: inline-block !important;
  vertical-align: top !important;
  width: 135px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative !important;
  display: block !important;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 114px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}

/* End past regs markup toggle */

}


/*
 *
 * Regulations Section @media - End
 *
 */



.save-to-drive-button.jfk-button {
font-weight: normal;
height: 27px;
background-color: #EDEDED;
background-image: -moz-linear-gradient(center top , #F5F5F5, #E6E6E6);
margin: 0px;
padding: 0px;
width: 58px;
}

.envelope-button-icon {
    display: inline-block;
    float: left;
    margin-left: 4px;
    margin-top: 7px;
    position: relative;
color: #DEB887;
}

.star-button-icon {
    display: inline-block;
    float: left;
    margin-left: 4px;
    margin-top: 7px;
    position: relative;
color: orange;
}

.button-standard {

    box-shadow: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
    color: #444;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.jfk-button {
border-radius: 2px;
cursor: default;
font-size: 11px;
font-weight: bold;
text-align: center;
white-space: nowrap;
margin-right: 16px;
height: 27px;
line-height: 27px;
min-width: 54px;
outline: 0px none;
padding: 0px 8px;
}

@media print
{
a:link:after, a:visited:after {
content: normal !important;
}

body {
overflow: visible !important;
/* display: block; */
}

.fa-facebook-square, .fa-twitter, .fa-linkedin-square, .fa-google-plus  {
display: none; }
}

.dropdown-menu > li > input[type=checkbox] {
    margin-left: 10px;
    vertical-align: sub;
}

.dropdown-menu > li > label {
    color: #000000;
}

/*
.uscode_sections_navigation {
    min-height: 32px;
}

.uscode_sections_navigation > .previous {
    float:left;
}

.uscode_sections_navigation > .next {
    float:right;
}
*/

/* Top Navigation Bar Start */
.navbar-inverse .navbar-nav > .active > a {
    color: #FFF !important;
    background-color: #054AA6 !important;
}

.navbar, .navbar-inverse {
margin-bottom: 0px;
background: #000 none repeat scroll 0% 0%;
border-width: 0px 0px 0px 0px;
}


.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar {
    border-radius: 0px;
    /* fix navbar to top */
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    max-width: 970px;
    margin: 0 auto;
    z-index: 10;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #000055 !important;
}

/* Top Navigation Bar End */


/* HTSUS */

.abt {
padding-bottom: 20px;
}

.footnote_bottom_group {
padding: 10px 10px 10px 7px;
margin: 22px 0px 0px 0px;
border-width: 0px 0px 0px 5px;
border-style: solid;
border: 1px solid #ddd;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 0px;
min-height: 20px;
overflow: hidden;

}

.footnote_bottom {
padding: 2px 0px 2px 0px;
list-style-type:none;
}

/* END HTSUS */
/* New Landing */

.landing {
	width: 1024px;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*add media for other dimensions*/
.index-page {
	padding-top: 50px;
}

.index-page::after{
  content: "";
  background-image: url("/static/img/home-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.header-landing {
	width: 80%;
	height: 250px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position-x: center;
	float: none;
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.menu {
 text-align: center;
}

.main-menu {
	padding-left: 0;
	margin: 0 auto;
	width: 50%;
	padding-top: 40px;
}

.main-menu li {
	margin-bottom: 5px;
	width: 160px;
	height: 120px;
	display: inline-block;
	list-style-type: none;
	font-size: 18px;
}

.main-menu li a {
    color: #6B6B6B;
}

.main-menu li a:hover {
	text-decoration: none;
	color: #428bca;
}

.main-menu li a .fa {
	margin-bottom: 10px;
	display: block;
	font-size: 45px;
}

.copyright {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size:12px;
}

@media (max-width: 768px) {

	.index-page {
		padding-top: 20px;
	}

	.landing {
		width: 100%;
		height: 100%;
		padding: 0;
	}

	.menu {
		height: 70%;
	}

	.main-menu li a .fa {
		font-size: 10vw;
	}

	.main-menu {
		width: 100%;
		height: 100%;
		padding-top: 50px;
	}

	.main-menu li {
		width: 30%;
		height: 30%;
		padding-top: 0;
	}

	.logo {
		height: 100%;
	}

	.logo img {
		width: auto;
		height: 100%;
	}

	/*.header-landing {*/
	/*	height: 30%*/
	/*}*/

	.copyright{
		right: 0;
		bottom: 0;
		left: 0;
	}

}

/* End new landing */

/* Start application popup*/

.app-add {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 21;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    padding: 0 0;
	background-color: #1D325C;
}

.app-add  .close {
	color: #ffffff;
	opacity: 1;
	font-size: 20px;
}

.app-add  a {
	color: #ffffff;
}

.app-add .download {
	vertical-align: middle;
	color: indianred;
	margin-left: 8px;
}

/* End application popup */

.breadcrumb-tooltip + .popover  {
  border-color: #1D325C;
  color: #1D325C;
}

.breadcrumb-tooltip + .popover> .arrow {
        border-top-color:  #1D325C;
}

.message_view {
    white-space: pre-line;
}

.adcvd .message_view ul li {
    font-weight: 400;
    color: #666;
    font-size: 14px;
}

.regulations_breadcrumbs > span.fa-angle-right,
.code_breadcrumbs > span.fa-angle-right {
  vertical-align: baseline;
  display: inline;
  margin: 0px 2px;
}

.banner-customs-wrapper {
    margin-top: 24px;
    padding-bottom: 60px;
}

.banner-customs {
    height: 100%;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    background-image: url("/static/img/banner-02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-customs__content {
    text-align: center;
}

.banner-customs__text-block,
.banner-customs__link {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.banner-customs__text-block {
    margin-right: 24px;
}

.banner-customs__title {
    line-height: 1;
    margin-bottom: 4px;
    font-size: 24px;
    color: #0a081b;
}

.banner-customs__link {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    background-color: #3170cc;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.10);
    border-radius: 6px;
    padding: 12px;
    max-width: 216px;
    width: 100%;
    text-transform: uppercase;
}

.banner-customs__link:hover,
.banner-customs__link:active,
.banner-customs__link:focus {
    background-color: #0147ad;
    color: #fff;
    text-decoration: none;
}

.banner-customs__description {
    margin-bottom: 0;
    font-size: 12px;
    color: #5c79a4;
}

@media (max-width: 992px) {
    .banner-customs__text-block,
    .banner-customs__link {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .banner-customs__text-block {
        margin-bottom: 18px;
    }
}

.navbar + .banner-customs-wrapper {
    margin: 0;
    padding: 0;
}

.navbar + .banner-customs-wrapper > .banner-customs {
    max-width: none;
    background-image: url("/static/img/banner-01.jpg");
}

.navbar + .banner-customs-wrapper .banner-customs__text-block {
    margin-right: 125px;
}
