/*Template CSS*/
.full {
  width: 100%;
}
.gap {
  height: 30px;
  width: 100%;
  clear: both;
  display: block;
}

.supportLi h4 {
  font-size: 20px;
  font-weight: lighter;
  line-height: normal;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.bg-gray {
  background-image: -moz-linear-gradient(
    center bottom,
    #bbbbbb 0%,
    #f0f0f0 100%
  );
  box-shadow: 0 1px 0 #b4b3b3;
}
.footer-bottom {
  background: #404040;
  border-top: 1px solid #808080;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-bottom p.pull-left {
  padding-top: 6px;
  color: white;
}
.move-left {
  margin-left: 50px;
}
#accordion .glyphicon {
  margin-right: 10px;
}
.panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel-collapse .list-group-item {
  border-radius: 0;
}
.panel-collapse .list-group .list-group {
  margin: 0;
  margin-top: 10px;
}
.panel-collapse .list-group-item li.list-group-item {
  margin: 0 -15px;
  border-top: 1px solid #ddd !important;
  border-bottom: 0;
  padding-left: 30px;
}
.panel-collapse .list-group-item li.list-group-item:last-child {
  padding-bottom: 0;
}
.panel-collapse div.list-group div.list-group {
  margin: 0;
}
.panel-collapse div.list-group .list-group a.list-group-item {
  border-top: 1px solid #ddd !important;
  border-bottom: 0;
  padding-left: 30px;
}
.panel-collapse .list-group-item li.list-group-item {
  border-top: 1px solid #ddd !important;
}
li.dropdown:hover > .dropdown-menu {
  display: block;
}
.table-responsive .bootstrap {
  min-height: 0.01%;
  overflow-x: auto;
}

body {
  position: relative;
}
.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}
.navbar {
  margin-bottom: 15px;
}
.affix ~ .container-fluid {
  position: relative;
  top: 50px;
}
.dropdown:hover .dropbtn {
  background-color: #85b5e0;
}
#footer-logo {
  position: relative;
  width: 60px;
  height: 62px;
  float: right;
  margin: 10px 20px 0px 0px;
}
@media screen and (max-width: 480px) {
  idol,
  footer-logo {
  }
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.img-valign {
  vertical-align: middle;
  margin-bottom: 0.75em;
}
.img-float-right {
  float: right;
  padding: 0 0 10px 22px;
}
.fancy_list li {
  padding-bottom: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
/* Zebra striping */

tr:nth-of-type(odd) {
  background: #eee;
}
th {
  background: #4f94cd;
  color: white;
  font-weight: bold;
  text-align: center !important;
}
td,
th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table.responsive,
  .responsive thead,
  .responsive tbody,
  .responsive th,
  .responsive td,
  .responsive tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive tr {
    border: 1px solid #ccc;
  }
  .responsive td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
  }
  .responsive td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*Label the data */
  .responsive td:before {
    content: attr(data-table-header);
  }
}
/* Tablet Layout: up to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
  /* ~~ Element/tag selectors ~~ */
  .list {
    margin-top: 0;
    padding-right: 6%;
    padding-left: 6%;
  }
  .list2 {
    margin-top: 0;
    padding-right: 6%;
    padding-left: 10%;
  }
  .list-bullet {
    padding-bottom: 1.2em;
    margin-bottom: 1.2em;
    border-bottom: thin solid #e7e5e5;
  }
  .disc {
    margin-bottom: 1em;
    list-style: disc;
  }
  .line-height-adjust {
    padding-top: 0.5em;
  }
  .column-100 h1,
  .column-100 p {
    margin-top: 0;
    padding-right: 6%;
    padding-left: 3%;
  }
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
}

/*Accordion CSS*/
.accordion {
  margin: auto;
  max-width: 985px;
  width: auto;
  padding-right: 10px;
}
.accordion input {
  display: none;
}
.box {
  position: relative;
  background: white;
  height: 64px;
  transition: all 0.15s ease-in-out;
}
.box::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12),
    0 2px 4px rgba(0, 0, 0, 0.24);
}
header.box {
  background: #1898d5;
  z-index: 100;
  cursor: initial;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px -2px rgba(0, 0, 0, 0.12),
    0 2px 4px -4px rgba(0, 0, 0, 0.24);
}
.box-title1 {
  font-weight: normal;
  font-size: 16pt;
  color: white;
}
.box-title {
  width: calc(100% - 40px);
  min-height: 64px;
  line-height: 64px;
  padding: 0 0 0 20px;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.box-content {
  width: calc(100% - 50px);
  padding: 30px 10px;
  font-size: 11pt;
  color: #333;
  display: none;
}
.box-close {
  position: absolute;
  height: 64px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
input:checked + .box {
  height: auto;
}
input:checked + .box .box-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
input:checked + .box .box-content,
input:checked + .box .box-close {
  display: inline-block;
}
.arrows section .box-title {
  padding-left: 44px;
  width: calc(100% - 64px);
}
.arrows section .box-title:before {
  position: absolute;
  display: block;
  content: "\203a";
  font-size: 18pt;
  left: 20px;
  top: -2px;
  transition: transform 0.15s ease-in-out;
  color: rgba(0, 0, 0, 0.54);
}
input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}
.madeby {
  position: fixed;
  bottom: 4px;
  left: 4px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12pt;
}
/*Table Background Color*/
.babyblue {
  background-color: #99ccff;
}
.coral {
  background-color: #ff7f50;
}
.yellow {
  background-color: #ffd750;
}
.textmove {
  text-align: left !important;
}
/*Table Button Display*/
#tableA {
  display: none;
}
#tableB {
  display: table;
}
.panel-body {
  border-top: none;
}
.panel-body tr {
  background: none;
  background-color: "#fff";
}
.panel-body td {
  border: none;
  text-align: left;
  border-bottom: 1px solid #3333;
}
.panel-body tr:last-child td:last-child {
  border-bottom: none;
}
.top-left {
  position: absolute;
  top: 12px;
  left: 16px;
  padding-left: 250px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.more-less {
  float: right;
  color: #212121;
  font-family: none !important;
}
@media (max-width: 769px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .move-left {
    margin-left: 20px;
  }
}
.colorblue {
  color: #2e7ec3;
}

.survey {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #3d509e;
  margin: 35px auto;
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  width: 200px;
}

.survey a {
  color: #fff;
  text-decoration: none;
}

.survey:hover {
  background-color: #8d9ac4;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.col_white_amrc {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
footer {
  width: 100%;
  background-color: #0a4595 !important;
  min-height: 250px;
  padding: 10px 0px 25px 0px;
}
.pt2 {
  padding-top: 40px;
  margin-bottom: 20px;
}
.footer p {
  font-size: 13px;
  color: #ccc;
  padding-bottom: 0px;
  margin-bottom: 8px;
}
.mb10 {
  padding-bottom: 15px;
}
.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}
.footer_ul_amrc li {
  padding: 0px 0px 5px 0px;
}
.footer_ul_amrc li a {
  color: #fff;
  font-size: 1.06rem;
}
.footer_ul_amrc li a:hover {
  color: #ccc;
  text-decoration: none;
}
.fleft {
  float: left;
}
.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul2_amrc li p {
  display: table;
}
.footer_ul2_amrc li a:hover {
  text-decoration: none;
}
.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li {
  display: inline;
}
.foote_bottom_ul_amrc li a {
  color: #fff;
  margin: 0 12px;
  font-size: 1.06rem;
}

.footer-dropdown-menu li:before {
  content: ">";
  color: #fff;
  font-weight: 900;
  display: inline-block;
  width: 1em;
}

.social_footer_ul {
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
}
.social_footer_ul li {
  padding-left: 20px;
  padding-top: 10px;
  float: left;
}
.social_footer_ul li a {
  color: #ccc;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 50%;
}
.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}
#fba-button.usa-button {
  color: #fff !important;
  background: #005ea2 !important;
  border: 0 !important;
}
