.header-top .header-top-left {
  padding: 8px 0.9375em 0px 0.9375em;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}
.header-top-left .navbar-brand a img {
  width: 100%;
  max-width: 600px;
  height: auto;
  vertical-align: middle;
  max-height: 140px;
  margin: 0;
}
.header-top-right .social-link {
  display: flex;
  list-style: none;
  padding: 10px 0px;
  margin: 0;
}
.header-top-right .social-link li {
  padding: 0px 5px;
}
.header-top-right .social-link li:last-child {
  padding-right: 0px;
}
.header-top-right .nav-item a,
.header-top-right .navbar-right li a {
  font-size: 16px;
  font-weight: 700;
  color: #005581;
  word-spacing: -4px;
  text-decoration: none;
  font-family: univers, Arial, Helvetica, sans-serif;
}
.user-logged-in .header-top-right .navbar-right li a {
  word-spacing: 1px;
}
.user-logged-in .header-top-right .navbar-right li.last {
  display: none;
}

.header-top-right a.nav-link:hover,
.header-top-right .navbar-right li a:hover {
  text-decoration: underline;
  background: unset;
}
.header-top-right .register a {
    color: #005581;
    padding-top: 4px;
    /* padding-right: 7px; */
    padding-bottom: 9px;
    font-weight: 700;
    text-align: right;
    font-size: 16px;
    text-decoration: none;
    display: none;
    font-family: 'Univers 55';
}
#block-aca-search-form {
  border-top: 1px solid #729bc7;
  border-bottom: 1px solid #729bc7;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-top-right .js-form-item {
  width: 100%;
  margin-bottom: 0px;
}
.js-form-type-search input.form-search {
  /* background: url(..//images/google_custom_search_watermark.gif) left center no-repeat rgb(255, 255, 255);  */
  background: unset !important;
  border-radius: unset;
  font-family: inherit;
  border: 1px solid rgb(126, 157, 185);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  /* font-size: .875rem; */
  font-size: 14px;
  margin: 0 0 0;
  /* padding: 0.5rem; */
  padding: 7px;
  height: 1.8rem;
  min-height: 28px;
  width: 100%;
  max-width: 247px;
}
.header-top-right .js-form-type-search input.form-search::placeholder {
  color: transparent;
}
.js-form-type-search input.form-search:focus,
.js-form-type-search input.form-search:focus::placeholder {
  background: none;
}
.header-top-right #search-block-form .glyphicon.glyphicon-search {
    top: -1.5px !important;
    left: -0.5px;
}
.header-top-right #search-block-form .glyphicon-search:before {
  content: "Search" !important;
  border: 0 !important;
  color: #005581;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 0px 0px;
  font-family: 'Univers 55';
}
.header-top-right {
    padding-left: 0px;
    padding-right: 15px;
}
.header-top-right #search-block-form .input-group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
  padding-right: 26px;
  border-top: 1px solid #729bc7;
  border-bottom: 1px solid #729bc7;
  padding-top: 9px;
  padding-bottom: 9px;
  gap: 1px;
}
.header-top-right #search-block-form .input-group .input-group-btn {
  display: contents;
}
.header-top-right #search-block-form .js-form-submit {
  background: unset;
  border: unset;
  padding: 2px;
}
.header-top-right #search-block-form .js-form-submit:active,
.header-top-right #search-block-form .js-form-submit:focus {
  outline: none;
}
.header-top-right #block-usermenu {
  width: 50%;
  float: left;
  display: flex;
  justify-content: end;
  padding-top: 5px;
}
.header-top-right #block-sociallink,
.header-top-right #block-sociallink-2 {
  display: flex;
  justify-content: end;
}
/*  menu css start here */
.header-top .main-navigation {
  min-height: 50px;
  background: #005581;
}
.header-top .main-navigation #superfish-main-navigation {
  border: none;
  margin: 0;
  padding: 0;
  float: right;
  font-family: univers-bold, Arial;
  list-style: none;
}
.header-top .main-navigation #superfish-main-navigation li {
  display: inline;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  float: left;
}
.header-top .main-navigation #superfish-main-navigation li a {
  padding: 15px 1.3em;
  color: #fff;
  text-decoration: none;
  background: url(../images/menu-bg.png) no-repeat right top 48%;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  line-height: inherit;
  transition: color 0.1s linear, background 0.1s linear;
  font-family: "Univers 65";
}
.header-top .main-navigation #superfish-main-navigation li:last-child a {
  background: none;
}
.header-top .main-navigation #superfish-main-navigation li:hover a {
  background: #fff;
  color: #005581;
}
.header-top .main-navigation #superfish-main-navigation li ul li a {
  border: 1px solid #739bc7;
  border-top: 0px;
  font-family: "Univers 55";
  font-size: 12px;
  line-height: 20px;
  padding: 0.5em;
}
.header-top .main-navigation #superfish-main-navigation li ul li:hover a {
  background: #005581;
  color: #fff;
}
.header-top .main-navigation #superfish-main-navigation li ul {
  display: none;
}
.header-top .main-navigation #superfish-main-navigation li:hover ul {
  display: block;
  transition: 0s;
  padding: 0;
  border-top: 1px solid #ddd;
  box-shadow: unset;
}

/* About the Arms Control Association css */
.main-content .mob_padzero {
  width: 50%;
  padding-right: 0.9375em;
  float: left;
  margin-top: 10px;
}
.main-content .mob_padzero hr {
  margin-top: 5px;
  margin-bottom: 14px;
}

/* .main-content .home_title {
  font-size: 26px;
  line-height: 30px;
  padding: 5px 0;
  color: #535353;
  margin-bottom: 15px;
} */
.main-content .home_title {
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  color: #535353;
  margin-bottom: 0;
  font-family: "Stone Serif";
}
.main-content .bluetext.boldtxt.spacezero {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
  color: #1c5f81;
  font-weight: bold;
}
.main-content p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-rendering: optimizeLegibility;
  color: #000230;
}
.main-conten h2 b {
  font-size: 1.1rem;
}
.main-content blockquote p {
  color: #6f6f6f !important;
}
.main-content h2 {
  font-size: 24px;
}
.main-content table {
  border: unset;
}
/*  Subscribe to Our E-mail List css  */
.main-content .mc-field-group.input-group {
  display: contents;
}
.main-content #mc_embed_signup .mc-field-group.input-group label {
  padding-left: 10px;
}
.header-top-right form #edit-keys{
  fill: none;
  background: url(../images/google_custom_search_watermark.gif) left center no-repeat rgb(255, 255, 255) !important; 
  border-radius: unset;
  font-family: inherit;
  border: 1px solid rgb(126, 157, 185);
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  color: rgba(0,0,0,.75);
  display: block;
  font-size: .875rem;
  margin: 0 0 0;
  padding: 0.5rem;
  height: 29px;
  width: 100%;
  min-width: 249px;
}
.header-top-right form #edit-keys:active ,
.header-top-right form #edit-keys:focus{
  background:unset !important
}
.header-top-right .navbar-right li a {
    font-size: 16px;
    font-weight: 700;
    color: #005581;
    word-spacing: -4px;
    text-decoration: none;
    font-family: 'Univers 55';
    padding-top: 7px;
    padding-right: 17px;
    padding-left: 0px;
}