@font-face {
  font-family: "Stone Serif";
  src: ("../css/fonts/StoneSerifMedium.woff");
}
@font-face {
  font-family: "Univers 65";
  src: ("../css/fonts/Univers-Bold.woff");
}
@font-face {
  font-family: "Univers 57 Condensed";
  src: ("../css/fonts/Univers-Condensed.woff");
}
@font-face {
  font-family: "Univers 45 Light";
  src: ("../css/fonts/Univers-Light.woff");
}
@font-face {
  font-family: "Univers 55";
  src: ("../css/fonts/Univers.woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

h2.block-title {
  font-size: 42px;
  font-weight: bold;
}

h3 {
  font-size: 32px;
  font-weight: bold;
}
body {
  font-family: "Univers 55";
}
.dialog-off-canvas-main-canvas a,
p,
.main-content p,
label,
.button,
body,
p span {
  font-size: 16px;
  line-height: 24px;
}
ol, ul {
    padding-left: 3.5rem;
	margin-bottom: 2rem;
	
}
.main-content p,
.main-content .field--name-field-body ul li {
  line-height: 26px;
   /* font-family: "Univers 55";
 word-spacing: 1px; */
}
.main-content p strong{
  font-family: "Univers 65";
  font-weight: 700;  
}
.main-content iframe {
  max-width: 100%;
}
.container {
  max-width: 1224px !important;
  width: 100%;
}
.path-frontpage .page-header {
  display: none;
}
.user-logged-in.path-frontpage .page-header {
  display: block;
}
/* #content .content {
  display: flex;
  flex-direction: column-reverse;
} */
#content .content .field--name-taxonomy-vocabulary-1 {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
#content .content .field--name-taxonomy-vocabulary-1 a {
  font-size: 20px;
  color: #fff !important;
  background: #195581;
  text-transform: uppercase;
  float: left;
  padding: 5px 20px;
  margin: 0;
  font-weight: normal;
  text-shadow: 0 0;
  border-radius: 0 0 9px 9px;
  padding: 10px 15px;
  text-decoration: none;
  font-family: "Univers 45 Light";
}
#content .content .field--name-taxonomy-vocabulary-1 a:hover {
  color: #223b3d !important;
  text-decoration: underline;
}
/* globally css main content area */
.main-content a {
  color: #005581 !important;
  text-decoration: none;
  border: none;
  font-family: "Univers 55";
}
.main-content a:hover {
  color: #223b3d !important;
  text-decoration: underline;
  border: none;
}
.main-content .block-page-title-block h1, h1.page-header {
  color: #1c5f81;
  font-weight: 700;
  padding: 20px 20px 20px 15px;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 1px solid#000;
  font-family: "Univers 57 Condensed";
}
.main-content .block-page-title-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #58585a;
}
.fa-cta a {
  border: 0 !important;
}
.main-content table {
  border-top: 1px solid #ddd;
  background: #fff;
  margin-bottom: 1.25rem;
  width: 100%;
}
.main-content table tr td,
.main-content table th {
  /* padding: 0.5625rem 0.625rem; */
  padding: 10px;
  font-size: 14px !important;
  color: #222;
  text-align: left;
}
.main-content table tr:nth-child(even) {
  background: #f9f9f9;
}
.main-content table ul li {
  font-size: 16px;
  font-family: "Univers 55";
}
.at-form .at-title {
  display: none;
}
.main-content blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
}
form.validate input.email {
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  color: rgba(0, 0, 0, 0.75);
  font-size: 0.875rem;
  padding: 0.5rem;
  height: 1.8rem;
  width: 100%;
}
.main-content form input[type="email"],
.main-content form input[type="text"] {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 16px;
  line-height: inherit;
  margin: 0 0 0;
  padding: 0.5rem;
  height: 30px;
  box-sizing: border-box;
  outline: none;
}
.main-content form label,
.main-content form label span {
  font-size: 16px;
  line-height: 20px;
}
.main-content form select {
  background-color: #fafafa;
}
.main-content form select,
.main-content form textarea {
  border: 1px solid #ccc;
}
.main-content form input[type="email"]:focus,
.main-content form textarea:focus,
.main-content form input[type="text"]:focus {
  box-shadow: 0 0 5px #999999;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  outline: none;
}
form.validate input.button {
  border-radius: 0;
}
.header-top {
  padding: 0px;
}

.header-top .row {
  margin: 0;
  padding: 0 15x 0 0 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: univers, Arial, Helvetica, sans-serif;
}
.main-content .left {
  float: left;
}
.main-content .right {
  float: right;
}
/* globally css sidebar area */

#midcontent_area {
  width: 100%;
  float: left;
  overflow: hidden;
}

#sidebar_first_area {
  width: 25%;
  float: left;
}

#sidebar_second_area {
  width: 25%;
  float: right;
}

body.sidebar-first #midcontent_area {
  width: 75%;
  float: left;
}

body.sidebar-second #midcontent_area {
  width: 75%;
  float: left;
}

body.Two-sidebars #midcontent_area {
  width: 50%;
  float: left;
}

#sidebar_first_area {
  background: #e5e5e5;
  min-height: 200px;
  padding: 30px 0 20px 25px;
}

#maindiv {
  padding: 0px;
  display: flex;
}

#content {
    padding: 20px 15px 20px 12px;
}
.content {
    padding-left: 15px;
}
/* #sidebar_first_area .menu--menu-resources-leftbar-submenus */
#sidebar_first_area .menu {
  display: block;
}
/* #sidebar_first_area .menu--menu-resources-leftbar-submenus li a */
#sidebar_first_area .menu a,
#sidebar_first_area h2 {
  color: #005581;
  font-size: 20px;
  line-height: 28px;
  padding: 9px 0;
  border-top: 1px solid #8faecf;
  text-decoration: unset;
  font-family: "Univers 55";
  font-weight: 600;
}
#sidebar_first_area .menu li ul.dropdown-menu,
#sidebar_first_area .menu .dropdown-toggle::after,
#sidebar_first_area .menu .dropdown-toggle .caret {
  display: none;
}

.nav > li > a:hover, 
.nav > li > a:focus {
    background: none;
}

/* #sidebar_first_area h2 {
  font-size: 1.1rem;
  color: #005581;
  font-size: 20px;
  line-height: 28px;
  padding: 8px 0;
  font-weight: 700;
  border-top: 1px solid #8faecf;
} */

.user-login-form .js-form-item {
  display: flex;
  gap: 10px;
}

.user-login-form .js-form-item label {
  display: flex, aline-item-center;
}

.user-login-form .js-form-item input {
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 0;
  padding: 0.5rem;
  height: 30px;
  border-radius: unset;
}

.user-login-form .js-form-item input:focus {
  background: #fafafa;
  border-color: #999;
  outline: none;
}

#sidebar_first_area .item-list {
  display: none;
}
.user-login-form .js-form-item {
  display: flex;
  gap: 20px;
  position: relative;
}
#sidebar_first_area #block-userlogin {
  color: #005581;
  border-bottom: 1px solid #8faecf;
  padding: 0.2em 0.5em 20px 0;
  margin-top: 30px;
}
#sidebar_first_area .block-user-login-block ul,
#sidebar_first_area button.form-submit .glyphicon-log-in,
#sidebar_first_area #block-usermenu-2 .navbar-right .first.last {
  display: none;
}
#sidebar_first_area #block-usermenu-2 .navbar-right li a {
  color: #000230;
  text-decoration: none;
  font-size: 16px;
  line-height: inherit;
  border: unset;
  font-weight: inherit;
  margin-right: 15px;
  font-family: "Univers 55";
}
#sidebar_first_area #block-usermenu-2 .navbar-right li a:hover {
  color: #005581;
  text-decoration: underline;
  background: unset;
}
#sidebar_first_area #block-usermenu-2 {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #8faecf;
}
#sidebar_first_area #block-usermenu-2 .navbar-right li.first a {
  position: relative;
}
#sidebar_first_area #block-usermenu-2 .navbar-right li.first a::after {
  content: "|";
  position: absolute;
  right: -10px;
}
.form-required {
  position: relative;
  width: fit-content;
}
.form-required:after {
  position: absolute;
  content: "*";
  color: red;
  background: unset;
  font-size: 20px;
  top: 2px;
  right: -12px;
}
#sidebar_first_area button.form-submit {
  background-color: #005581;
  color: #fff;
  font-size: 12px;
  border: #005581 1px solid;
  padding: 3px;
  line-height: 14px;
}
#sidebar_first_area button.form-submit:active {
  outline: none;
}

/* Information-Ideas-Influence  */
.banner-left,
.banner-right {
  padding: 0;
}
.banner-left {
  background: url(../images/world3.jpg) no-repeat center;
  background-size: cover;
}
.Information-Ideas-Influence {
  /* background: url(../images/world3.jpg) no-repeat center;
  background-size: cover; */
  color: #005581;
  padding: 15px 25px 0px 25px;
}
.Information-Ideas-Influence .Info-title {
  font-size: 25px;
  line-height: 28px;
  margin: 16px 0 88px;
}
.Information-Ideas-Influence .info-body {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}
/* Become-Member-Today  */
.Become-Member-Today .member-body {
  padding: 10px;
  border: 1px solid #808080;
  font-size: 0.875rem;
  color: #222;
  text-align: left;
}
.Become-Member-Today .member-body img {
  width: 100%;
  height: 200px;
  padding-bottom: 0.5625rem;
}
.Become-Member-Today .member-title,
.arms-control-today-title {
  font-size: 23px;
  line-height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #ababac;
  color: #535353;
  margin-bottom: 15px;
  font-family: "Stone Serif";
}
.Become-Member-Today {
  max-width: 360px;
  margin: auto;
}
.Become-Member-Today .member-body p {
  color: #58595b;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  margin-top: 1.5rem;
  font-family: "Univers 55";
  text-shadow: 0px 0px #58595b;
}
.Become-Member-Today .member-body srtong {
  font-weight: 600;
}
.banner-right,
.homepage-banner {
  position: relative;
}
.homepage-banner .banner-title {
  background: none repeat scroll 0 0 rgba(25, 84, 110, 0.8);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 8;
  text-shadow: none;
  padding: 15px 15px;
}
.homepage-banner .banner-title a {
  color: #fff;
  font-family: univers-bold, Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  text-decoration: none;
}
.homepage-banner .banner-title p {
  color: #fffbff;
  font-family: "Univers 45 Light";
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}
.homepage-banner .banner-title h3 {
  font-size: 32px;
  line-height: 38px;
  font-family: "Univers 65";
  margin: 0;
}
.banner-right .views-slideshow-controls-top {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: none;
}
.banner-right:hover .views-slideshow-controls-top {
  display: block;
}
.banner-right .views-slideshow-controls-top .views_slideshow_controls_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.banner-right
  .views-slideshow-controls-top
  .views_slideshow_controls_text_pause {
  display: none;
}
.homepage-banner .banner-image img {
  max-height: 375px;
}
.banner-right
  .views-slideshow-controls-top
  .views_slideshow_controls_text_previous
  a,
.banner-right
  .views-slideshow-controls-top
  .views_slideshow_controls_text_next
  a {
  font-size: 0;
  text-decoration: none;
}
.banner-right
  .views-slideshow-controls-top
  .views_slideshow_controls_text_previous::after {
  content: "";
  position: absolute;
  background: url(../images/greater1.svg) no-repeat center;
  width: 37px;
  height: 37px;
  left: 0px;
  opacity: 0.5;
  transform: rotate(180deg);
  filter: drop-shadow(1px 1px 1px rgb(255 255 255 / 1));
}
.banner-right
  .views-slideshow-controls-top
  .views_slideshow_controls_text_next::after {
  content: "";
  position: absolute;
  background: url(../images/greater1.svg) no-repeat center;
  width: 37px;
  height: 37px;
  right: 0px;
  opacity: 0.5;
  filter: drop-shadow(1px 1px 1px rgb(255 255 255 / 1));
}
.banner-right
  .views-slideshow-controls-top
  .views_slideshow_controls_text_previous:hover::after,
.banner-right
  .views-slideshow-controls-top
  .views_slideshow_controls_text_next:hover::after {
  background: url(../images/blue-greater.svg) no-repeat center;
  text-decoration: unset;
  opacity: 1;
}
/* ----------------event ------------ */
.home-page-news a,
.view-front-page-in-the-news .view-footer a,
.event-and-remark .event-list a {
  color: #000230;
  text-decoration: none;
  line-height: inherit;
  font-size: 14px;
  font-family: "Univers 55";
  text-shadow: 0px 0px #000230;
}
.home-page-news a:hover,
.view-front-page-in-the-news .view-footer a:hover,
.event-and-remark .event-list a:hover {
  color: #1378ce;
  text-decoration: underline;
}
.event-and-remark .event-date,
.arms-control-homepage .date,
.latest-analysis-wrapper .views-field-created,
.arms-control-now-wrapper .views-field-created,
.home-page-news .views-field-field-author {
  font-weight: 700;
  color: #000230;
  font-size: 14px;
  line-height: 18px;
  text-shadow: 0px 0px #000230;
}
.arms-control-homepage .date {
  margin-top: 20px;
}
.home-page-news,
.block-views-blockhomepageblock-blog-block {
  margin-bottom: 15px;
}
.view-front-page-in-the-news .view-footer,
.event-and-remark {
  margin-bottom: 25px;
}
.event-header,
.latest-analysis-header {
  padding: 5px 0;
  border-bottom: 1px solid #ababac;
  margin-bottom: 15px;
  font-family: "Stone Serif";
}
.event-header a,
.latest-analysis-header a {
  color: #000230;
  text-decoration: none;
  font-size: 23px;
  line-height: 30px;
  font-family: "Stone Serif";
  text-shadow: 0px 0px #000230;
}
.event-header a:hover,
.latest-analysis-header a:hover,
.download-the-pdf:hover {
  color: #1378ce;
  text-decoration: underline;
}
.download-the-pdf {
  color: #000230;
  text-decoration: none;
  font-size: 16px;
  line-height: inherit;
  font-family: "Univers 55";
  position: relative;
  z-index: 9;
  text-shadow: 0px 0px;
}

.view-front-page-in-the-news .view-header {
  color: #005581;
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  padding: 10px 0;
  font-family: "Univers 57 Condensed";
  font-weight: 700;
  border-bottom: 0px solid #ababac;
}
.path-frontpage .region-actoday {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.path-frontpage
  .region-actoday
  .block-views-blockcover-image-and-pdf-term-block-1 {
  grid-area: 1 / 2 / 5;
}
.path-frontpage
  .region-actoday
  .block-views-blockcover-image-and-pdf-term-block-1
  img {
  max-width: 375px;
}
/* Search Resource Library--------ACAMediaCitations  */
.main-content .view-archive-search-new table,
.main-content .view-acamediacitations table,
.media-creation-table table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: 1px solid #dddddd;
  table-layout: auto;
  width: 100%;
}
.main-content .view-archive-search-new table thead,
.main-content .view-acamediacitations table thead {
  background: whitesmoke;
  border-bottom: 3px solid #ddd;
}
.main-content .view-archive-search-new table th,
.main-content .view-acamediacitations table th {
  font-weight: bold;
}
.main-content .view-archive-search-new table th,
.main-content .view-archive-search-new table tr {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #ddd;
}
.main-content .view-archive-search-new table tbody a,
.main-content .view-acamediacitations table tbody a {
  font-weight: inherit;
  color: #000230 !important;
  text-decoration: none;
  line-height: inherit;
  white-space: normal;
}
.main-content .view-archive-search-new table tbody a:hover,
.main-content .view-acamediacitations table tbody a:hover {
  color: #1378ce !important;
  text-decoration: underline;
}
.main-content .view-archive-search-new table,
.main-content .view-acamediacitations table {
  border-bottom: 1px solid #f9f9f9;
}
.main-content .view-archive-search-new table tbody tr:nth-child(even),
.main-content .view-acamediacitations table tbody tr:nth-child(even) {
  background-color: #eee;
}
.resources-table a {
  font-size: 14px;
}
.resources-table td {
  min-width: 100px;
}
.main-content .view-archive-search-new {
  margin-top: 20px;
}

/* expose filter  */
.views-exposed-form form .form-select,
.views-exposed-form form .js-form-item input {
  margin-top: 0.2rem;
  width: 100%;
  min-width: 165px;
  height: 25px;
  float: left;
  vertical-align: middle;
  border: 1px solid #cccccc;
  padding: 2px 0.5rem;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
}
.views-exposed-form form .js-form-type-textfield {
  width: 145px;
}
.views-exposed-form form .js-form-type-textfield input {
  margin-top: 0;
}
.bef-exposed-form .form--inline > .form-item {
  float: unset;
  display: inline-table;
  min-width: 165px;
}
.views-exposed-form form .js-form-item {
  margin: 5px 24px 0px 0;
}
.views-exposed-form form .form-select:focus {
  outline: none;
  box-shadow: unset;
}
.views-exposed-form form .form-select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
.views-exposed-form .select-wrapper::after {
  display: none;
}
.views-exposed-form form .js-form-item label {
  font-weight: bold;
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
}
.views-exposed-form form .js-form-submit {
  min-width: 55px;
  height: 25px;
  margin-top: 25px;
  padding: 2px;
  border: 1px solid #ccc;
  border-top-color: #999;
  border-radius: 0;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
.views-exposed-form form .js-form-submit .glyphicon-trash {
  display: none;
}
.views-exposed-form form .js-form-submit:focus {
  background: #fff;
  color: #333;
}
/* .views-exposed-form form .form-actions {
  display: inline;
} */
/* pagination  */
.main-content .pagination li a {
  color: #000230 !important;
  text-decoration: none;
  line-height: inherit;
  background: none;
  border: unset;
}
.main-content .pagination li a:focus,
.main-content .pagination li a:active,
.main-content .pagination li.active a {
  background: none;
  font-weight: bold;
  box-shadow: unset;
  border: none;
  text-decoration: none;
}
.main-content .pagination li span {
  border: none;
}
.main-content .pagination li a:hover {
  color: #005581 !important;
  text-decoration: underline;
  background: none;
}
/* issue brif  */
.main-content .view-id-interviews {
  list-style: none;
  margin: 0;
}
.main-content .Multimedia-view-row .views-field-title a,
.multimedia-view .title-and-desc h2 a,
.press-room .title a {
  color: #000230 !important;
  text-decoration: none;
  font-size: 1.35em;
  line-height: inherit;
}
.main-content .Multimedia-view-row .views-field-title a:hover,
.multimedia-view .title-and-desc h2 a:hover,
.press-room .title a:hover {
  color: #1378ce !important;
  text-decoration: underline;
}
.main-content .Multimedia-view-row {
  list-style: none;
  margin-left: 0;
}
.multimedia-view .thumbnail {
  padding-right: 20px;
  width: 205px;
}
.multimedia-view .title-and-desc {
  width: 70%;
}
.multimedia-view {
  display: flex;
  padding: 10px 0;
}
.bookreviews-views .title a {
  color: #000230 !important;
  text-decoration: none;
  font-size: 1.35em;
  line-height: inherit;
  font-weight: initial;
}
.bookreviews-views .title {
  margin-top: 25px;
}
.bookreviews-views .title a:hover {
  color: #1378ce !important;
  text-decoration: underline;
}
/* latest-analysis-wrapper  */
.latest-analysis-wrapper {
  /* margin: 0 0 50px 0 !important; */
  list-style: none;
  margin-top: 25px;
}
.latest-analysis-wrapper.latest-analysis-home {
  margin: 20px 0 50px 0 !important;
}
.latest-analysis-wrapper.multimedia-view {
  margin: unset;
}
.latest-analysis-wrapper .views-field-title a,
.arms-control-homepage .title a,
.arms-control-now-wrapper .views-field-title a {
  color: #005581;
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  padding: 10px 0;
  font-family: "Univers 57 Condensed";
  font-weight: 700;
  text-decoration: none;
}
.arms-control-now-wrapper,
.view-homepageblock-blog .view-footer {
  margin-bottom: 30px;
}
.arms-control-now-wrapper .views-field-field-description p {
  font-family: "Univers 55";
  margin-bottom: 15px;
  text-shadow: 0px 0px #000230;
}
.latest-analysis-wrapper .views-field-title a:hover {
  text-decoration: underline;
  margin-bottom: 15px;
}
.latest-analysis-wrapper p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  color: #000230;
  font-family: "Univers 55";
}
.latest-analysis-wrapper.latest-analysis-home p {
  font-size: 14px;
  line-height: 20px;
  text-shadow: 0px 0px #000230;
}
.armscontrol-now,
.latest-analysis {
  margin-top: 40px;
  margin-bottom: 40px;
}
.latest-analysis {
  padding-right: 15px;
}
.armscontrol-now {
  padding-left: 15px;
}
.view-issuebriefs .view-footer {
  margin-bottom: 50px;
}
a.more-button {
  background-color: #005581;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  border: 1px solid #005581;
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
}
a.more-button:hover {
  background-color: white;
  color: #005581;
  border: 1px solid #005581;
  font-weight: bold;
}
.volumn-time {
  color: #000230;
  /* margin-bottom: 25px; */
}
.volumn-time a {
  color: #000230;
  text-decoration: none;
  font-size: 16px;
  line-height: inherit;
  text-shadow: 0 0;
}
#maindiv-front .block-core.block-page-title-block {
  display: none;
}
/* archived-Issues  */
.main-content .view-id-archived_issues {
  margin-top: 40px;
}
.main-content .view-id-archived_issues a,
.main-content .view-id-interviews a,
.factsheet-wrapper p a,
.in-news-section a {
  color: #000230 !important;
  text-decoration: none;
  line-height: inherit;
}
.main-content .view-id-archived_issues a:hover,
.main-content .view-id-interviews a:hover,
.factsheet-wrapper p a:hover,
.in-news-section a:hover {
  color: #1378ce !important;
  text-decoration: underline;
}
.main-content .view-id-archived_issues h3 {
  font-size: 24px;
  font-family: "Stone Serif";
  text-decoration: underline;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 400;
}
/* .archived-Issues-list {
  margin-left: 15px !important;
} */
.main-content .archived-Issues-grid a {
  font-weight: bold;
  font-size: 14px;
  line-height: 32px;
  color: #005581 !important;
  margin: 20px;
}
.main-content .archived-Issues-grid a:hover {
  text-decoration: underline;
}
.main-content .view-archived-issues .views-view-grid {
  margin-bottom: 30px;
}
.main-content .view-id-interviews .view-content a {
  font-size: 1.35em;
  line-height: inherit;
}
.main-content .view-id-interviews ul li,
.press-room {
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
}
.main-content .view-id-interviews .view-content h3 {
  color: #005581;
  font-size: 22px;
  line-height: 22px;
  margin: 0;
  padding: 10px 0;
  font-family: "Univers 57 Condensed";
  font-weight: bold;
}
.interviews-page .view-content h3 {
  margin-top: 30px !important;
}
.latest-analysis-wrapper.ac-now .views-field-title a {
  font-size: 1rem !important;
}
#maindiv-front-new {
  padding: 0 30px;
}
/* ---------------Testimonial-------------- */
.testimonial {
  margin: 50px 0 10px 0;
  padding: 0 10px;
}
.testimonial .views-field-body {
  font-size: 15px;
  line-height: 23px;
  font-style: italic;
  color: #005581;
  /* margin-bottom: 1.25rem; */
  font-family: "Stone Serif";
}
.testimonial .views-field-title {
  font-size: 16px;
  line-height: 22px;
  color: #005581;
  text-align: right;
  font-weight: 600;
  font-family: "Univers 57 Condensed";
}
.testimonial .views-field-field-testimonial-date-show,
.testimonial .views-field-field-testimonial-date {
  font-size: 15px;
  line-height: 23px;
  color: #005581;
  text-align: right;
  font-family: "Univers 55";
}
.testimonial .field-content p {
  font-size: 15px;
}
/* ----------custom views for pages----------- */
.custom-page-views .title a {
  font-size: 22px;
  color: #000230 !important;
  text-decoration: none;
  line-height: 28px;
  font-family: "Univers 55";
}
.custom-page-views .title a:hover,
.custom-page-views .edition a:hover,
.aca-page-views .title a:hover {
  color: #1378ce !important;
  text-decoration: underline;
}
.custom-page-views .edition a {
  color: #000230 !important;
  text-decoration: none;
  line-height: 24px;
}
.custom-page-views .authored-on {
  font-size: 14px;
  line-height: 28px;
  text-shadow: 1px 1px #fafafa;
  color: #222222;
  font-family: "Univers 55";
}
.authored-on.font-16 {
  font-size: 16px;
}
.custom-page-views .description {
  color: #000230;
}
.custom-page-views .books-description p {
  margin-bottom: 20px;
  line-height: 150%;
}
.custom-page-views .thumbnail {
  float: left;
  margin-right: 15px;
  border: unset;
}
.custom-page-views .thumbnail img {
  max-width: 185px;
  min-width: 170px;
}
/* .view-policypapers {
  padding-left: 15px;
} */
.view-policypapers .view-content ul,
.view-treaties .view-content ul,
.view-bookreviews .view-content ul,
.view-inside-aca .view-content ul,
.view-p5-1-and-iran-nuclear-talks-alert .view-content ul,
.view-north-korea-denuclearization-digest .view-content ul,
.view-project-for-the-ctbt .view-content ul {
  padding-left: 0px;
}
.research-and-report {
  display: inline-block;
  /* margin-bottom: 20px; */
  margin-top: 20px;
}
.view-taxonomy-term .field--label {
  color: #222222;
  font-size: initial;
  line-height: 150%;
}
.view-taxonomy-term .field--item {
  font-size: 16px;
}
.aca-box-view-title {
  color: #005581;
  font-size: 20px !important;
  line-height: 22px;
  margin: 0;
  padding: 10px 0;
  font-family: "Univers 57 Condensed";
  font-weight: bold;
}
/* ACA Path  */
#aca-path-content .aca-box-wrapper {
  /* grid-area: top; */
  /* border-top: 1px solid #000; */
  min-height: 200px;
}
#aca-path-content .block-views-blockcover-image-and-pdf-term-block-1 {
  /* grid-area: right; */
  margin-left: 35px;
}
.path-aca h1.page-header {
  padding: 0;
  width: 65%;
  max-width:530px ;
}
.path-aca #aca-path-content a {
  color: #000066;
  padding: 0px;
}
.volumn-img a.download-the-pdf {
  color: #000066 !important;
}
.volumn-img a.download-the-pdf:hover {
  color: #005581 !important;
}
.path-aca #aca-path-content a:hover,
.view-front-page-in-the-news .home-page-news .title a:hover {
  color: #000066 !important;
  text-decoration: underline;
}
.path-aca .views-element-container.contextual-region.form-group {
  margin-bottom: 0;
}
/* #aca-path-content .block-views-blockpanel-blocks-block-3 {
  grid-area: middle; */
/* display: inline-table;
} */
#aca-path-content .block-views-blockpanel-blocks-block-4 {
  /* grid-area: bottom; */
  border-top: 1px solid #000;
  margin-top: 2px;
}
#aca-path-content .region.region-content {
  /* display: grid; */
  /* grid-template-areas:'top top right'
  'middle middle right'
  'bottom bottom bottom'; */
  /* gap: 20px; */
  margin-top: 35px;
}
#aca-path-content .block-views-blockcover-image-and-pdf-term-block-1 img {
  max-width: 250px;
}
.aca-page-views .title a {
  font-size: 18px;
  color: #000230 !important;
  text-decoration: none;
  line-height: inherit;
}
/* Default font style managing */
.path-user .user-login-form .form-required::after {
  position: absolute;
  color: unset;
  top: 6px;
  width: 8px;
  height: 8px;
}
.path-user .user-login-form input {
  min-height: 28px;
  padding: 3px 10px;
  font-size: 16px;
}
.at-row > .Suffix,
.at-row > .Prefix {
  flex-basis: 117px !important;
}
.at-row > [class^="at-"] {
  margin: 0.625rem !important;
}
.main-content .at input[type="checkbox"] + span:before {
  height: 15px;
  width: 15px;
}
.at fieldset legend {
  font-size: 16px !important;
  line-height: inherit;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: inherit !important;
}
.at select {
  font-size: 16px !important;
  line-height: inherit !important;
  height: 30px !important;
}
.page-node-type-content-resource-page input {
  height: 30px !important;
}
.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea,
legend,
.form-select,
p span,
.form-control,
.page-node-type-content-fact-sheet .content ul li a {
  font-size: 16px !important;
}
.factsheet-wrapper p a {
  line-height: 32px;
}
.factsheet-wrapper h2 {
  margin-top: 25px;
}
.nuclear-weapons img {
  max-width: 100%;
}
.nuclear-weapons {
  width: 48%;
  float: right;
}
/* accordian menu  */
.main-content .block-accordion-menus {
  margin-top: 30px;
}
.main-content .block-accordion-menus .block-title {
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-family: "Univers 55";
}
.main-content .block-accordion-menus h2 {
  background: unset;
  border: unset;
}
.main-content .block-accordion-menus h2 a {
  color: #000230 !important;
  font-size: 18px;
  line-height: 26px;
}
.main-content .block-accordion-menus h2 a:hover,
.main-content
  .block-accordion-menus
  .accordion_menus-block-content
  ul
  li
  a:hover {
  text-decoration: unset;
}
.main-content .block-accordion-menus .accordion_menus-block-content {
  border: unset;
  margin-bottom: 20px;
  padding-top: 0;
}
.main-content .block-accordion-menus .accordion_menus-block-content ul li a {
  line-height: 26px;
}
.main-content .block-accordion-menus .ui-accordion-header .ui-icon {
  filter: brightness(200%);
}
.main-content .block-accordion-menus .ui-state-active .ui-icon {
  filter: brightness(1%);
}
.main-content .block-accordion-menus .ui-accordion-header:hover .ui-icon {
  filter: brightness(1%);
}
.path-factsheets #block-factsheetsfeatured {
  width: 48%;
  float: left;
  z-index: 1;
}
.path-factsheets #block-factsheetsfeatured ul.menu {
  padding-left: 20px;
}
.path-factsheets #block-factsheetsfeatured ul.menu li a:hover {
  background: unset;
  text-decoration: unset;
}
.path-factsheets #block-factsheetsfeatured ul.menu li a {
  position: relative;
  padding: 5px 15px;
}
.path-factsheets #block-factsheetsfeatured ul.menu li a::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  left: 0;
  top: 14px;
  border-radius: 50%;
}
.main-content .mob_padzero em {
  font-style: italic;
  font-family: "Stone Serif";
}
.main-content .mob_padzero a,
.main-content .mob_padzero p,
.main-content .about-table td p {
  font-family: "Stone Serif";
}
.main-content p.spacezero {
  font-family: inherit;
}
.main-content .about-table th p {
  font-family: "Univers 57 Condensed";
}
/* user Login form  */
#content #user-login-form {
  max-width: 520px;
}
#content #user-login-form .form-item {
  display: flow-root;
}
#content #user-login-form .form-item label {
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  width: fit-content;
  position: relative;
}
#content #user-login-form .form-item label::after,
#sidebar_first_area #user-login-form .form-item label::after {
  position: absolute;
  content: "*";
  color: red;
  background: unset;
  font-size: 20px;
  top: 2px;
  right: -12px;
}
#sidebar_first_area #user-login-form .form-item label {
  position: relative;
}
#content #user-login-form .form-item span.field-desc {
  font-size: 14px;
  color: #222;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
#content #user-login-form .button {
  padding: 0px 4px;
  border: 1px solid #ccc;
  border-top-color: #999;
  background: #fff;
  color: #333;
  border-radius: 0;
  font-size: 14px;
}
#content #user-login-form .button:active,
#content #user-login-form .button:checked {
  outline: none;
}
#content #user-login-form .button span.icon {
  display: none;
}
.user-login-description p,
.user-login-description p a {
  color: #000230 !important;
}
.user-login-description p a:hover {
  color: #1378ce !important;
  text-decoration: underline;
}
.view-id-nuclear_disarmament_monitor ul {
  margin: 0;
  padding: 0;
}
.view-id-north_korea_denuclearization_digest .custom-page-views .title a,
.view-id-p5_1_and_iran_nuclear_talks_alert .custom-page-views .title a,
.view-id-nuclear_disarmament_monitor .custom-page-views .title a,
.view-id-inside_aca .custom-page-views .title a,
.view-id-arms_control_now .custom-page-views .title a,
.view-id-project_for_the_ctbt .custom-page-views .title a {
  font-size: 16px;
  color: #000230 !important;
  text-decoration: none;
  line-height: 28px;
  font-family: "Univers 55";
  font-weight: 600;
}
/* Donation form  */
.path-donate #midcontent_area form .ContributionInformation .label-amount a,
.path-join #midcontent_area form .ContributionInformation .label-amount a,
.path-agency #midcontent_area form .ContributionInformation .label-amount a,
.path-subscribe #midcontent_area form .ContributionInformation .label-amount a {
  background: #abc5d1;
}
.path-donate
  #midcontent_area
  form
  .ContributionInformation
  .label-amount
  input[type="radio"]:checked
  + a,
.path-join
  #midcontent_area
  form
  .ContributionInformation
  .label-amount
  input[type="radio"]:checked
  + a,
.path-agency
  #midcontent_area
  form
  .ContributionInformation
  .label-amount
  input[type="radio"]:checked
  + a,
.path-subscribe
  #midcontent_area
  form
  .ContributionInformation
  .label-amount
  input[type="radio"]:checked
  + a {
  background: #1b5581;
}
.path-donate
  #midcontent_area
  form
  .ContributionInformation
  .label-amount:hover
  > a,
.path-join
  #midcontent_area
  form
  .ContributionInformation
  .label-amount:hover
  > a,
.path-agency
  #midcontent_area
  form
  .ContributionInformation
  .label-amount:hover
  > a,
.path-subscribe
  #midcontent_area
  form
  .ContributionInformation
  .label-amount:hover
  > a {
  background: #39799a;
}
.path-donate
  #midcontent_area
  form
  .ContributionInformation
  .label-otheramount
  .edit-otheramount,
.path-join
  #midcontent_area
  form
  .ContributionInformation
  .label-otheramount
  .edit-otheramount,
.path-agency
  #midcontent_area
  form
  .ContributionInformation
  .label-otheramount
  .edit-otheramount,
.path-subscribe
  #midcontent_area
  form
  .ContributionInformation
  .label-otheramount
  .edit-otheramount {
  font-size: 24px !important;
  padding-left: 23px;
}

.path-donate .main-content form .at-checkbox-title-container,
.path-donate .main-content form .at-check input + span,
.path-agency .main-content form .at-checkbox-title-container,
.path-agency .main-content form .at-check input + span,
.path-join .main-content form .at-checkbox-title-container,
.path-join .main-content form .at-check input + span,
.path-subscribe .main-content form .at-check input + span,
.path-subscribe .main-content form .at-checkbox-title-container {
  padding-left: 25px;
}
.path-donate .main-content .at input[type="checkbox"] + span:before,
.path-join .main-content .at input[type="checkbox"] + span:before,
.path-agency .main-content .at input[type="checkbox"] + span:before,
.path-subscribe .main-content .at input[type="checkbox"] + span:before {
  height: 17px;
  width: 17px;
}
.path-donate .main-content .at input[type="checkbox"]:checked + span:after,
.path-join .main-content .at input[type="checkbox"]:checked + span:after,
.path-agency .main-content .at input[type="checkbox"]:checked + span:after,
.path-subscribe .main-content .at input[type="checkbox"]:checked + span:after {
  font-size: 14px;
  font-weight: bold;
  top: 4px;
  left: 3px;
}
/* staff views  */
.staff-section .staff-wrapper {
  margin: 20px 0;
}
.staff-section .staff-wrapper a,
.also-on-armscontrol .view-content .views-field-title a {
  color: #000230 !important;
  text-decoration: none;
  line-height: inherit;
}
.staff-section .staff-wrapper.bold-title .title a {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  font-family: "Univers 55";
}
.staff-section .staff-wrapper a:hover,
.also-on-armscontrol .view-content .views-field-title a:hover {
  color: #1378ce !important;
  text-decoration: underline;
}
.staff-section .staff-wrapper .date {
  font-size: 14px;
  font-family: "Univers 55";
}
/* section, keyword, subject categories and submission details display none on resource-page  */
.content-resource-page .field--name-taxonomy-vocabulary-9,
.content-resource-page .field--name-taxonomy-vocabulary-3,
.content-resource-page ul .node-readmore,
.page-node-type-report footer .author {
  display: none;
}
.page-node-type-report #content footer {
  padding: 0;
}
.content-resource-page h2 a {
  color: #000230 !important;
  font-family: "Univers 57 Condensed";
  font-weight: 700;
}
.term-page-title {
  color: #1c5f81;
  margin-top: 20px;
  font-size: 50px;
  line-height: 55px;
  font-family: "Stone Serif";
}
.volumn-date {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  padding-top: 20px;
  font-family: "Univers 55";
  width: 62%;
  float: left;
}
.volumn-img {
  width: 29%;
  float: right;
}
.volumn-img img {
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  height: 325px;
  min-height: 325px;
  max-height: 325px;
}
.term-page-desc {
  padding-bottom: 15px;
  border-bottom: 1px solid #58585a;
  font-size: 24px !important;
  line-height: 28px !important;
}
.news-page .main-content {
  padding: 20px 25px;
}
.news-page .left-below .view-header h2,
.news-page .right-below .view-header h2,
.news-page .middle-news .view-header h2 {
  color: #005581;
  font-size: 20px;
  line-height: 22px;
  padding: 0px 0 0 0;
  /* font-family: "univers-condensed", Arial, Helvetica, sans-serif; */
  font-weight: 600;
}
.news-page .left-below .view-content .views-field-title a,
.news-page .right-below .view-content .views-field-title a,
.news-page .middle-news .bookreviews-views .title a,
.news-page .middle-news .view-content .views-field-title a {
  font-size: 18px;
  color: #000066 !important;
  line-height: 20px;
  display: block;
  width: fit-content;
  margin: 0;
  padding: 10px 0;
}
.in-the-news {
  font-size: 1.4875rem;
  padding-top: 30 / px;
}
/* .bottom {
  padding: 20px;
  border-top: 1px solid #58585a;
} */
.aca-bottom img {
  width: 100%;
  height: auto;
}
.aca-bottom .b {
  padding-left: 30px;
}
.news-page .middle-news .bookreviews-views .title {
  margin: 0;
}
.news-page .region.region-content {
  padding: 0;
}
.news-page .middle-news .border-focus {
  border-bottom: 1px solid;
}
/* media-creation-table  */
.media-creation-table td {
  font-size: 14px;
}
.media-creation-table td a {
  font-size: 14px;
  color: #000230 !important;
}
.media-creation-table td a:hover {
  color: #1378ce !important;
  text-decoration: underline;
}
.media-creation-table table .views-field-field-news-date {
  min-width: 140px;
}
.treaties-agreement .latest-analysis-wrapper {
  margin-top: 5px;
  margin-bottom: 20px;
}
/* Aca contact webform */
.aca-contact-form {
  margin-top: 15px;
}
.aca-contact-form label,
.aca-contact-form input,
.aca-contact-form select {
  font-size: 14px !important;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 15px !important;
  font-family: "Univers 55";
}
.aca-contact-form .form-submit {
  padding: 2px;
  border: 1px solid #ccc;
  border-top-color: #999;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
}
.aca-contact-form .form-submit.btn-primary:active,
.aca-contact-form .form-submit.btn-primary:focus {
  color: #333;
  outline: unset !important;
  background: unset !important;
}
.aca-contact-form .select-wrapper::after {
  color: #3f3f3f;
  font-size: 12px;
  right: 4px;
}
.aca-contact-form .send-copy label {
  line-height: 23px !important;
}
.path-webform #midcontent_area {
  background-position: 50% 50%;
  background-image: linear-gradient(white, white);
  background-size: 100% 75%;
  background-repeat: no-repeat;
}
/* path-search  */
.path-search #midcontent_area .js-form-type-search .input-group {
  display: initial;
}
.path-search #midcontent_area .js-form-type-search .input-group .sr-only {
  position: unset;
  color: #005581;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 0px 0px;
  font-family: "univers", Arial, Helvetica, sans-serif;
}
.path-search #midcontent_area .js-form-type-search .input-group button {
  background: unset;
  color: #1c5f81;
  border: none;
}
.path-search #midcontent_area .js-form-type-search .input-group button:active {
  outline: none;
}
.path-search #midcontent_area .js-form-type-search .input-group .icon {
  display: none;
}
.path-search #midcontent_area .js-form-type-search input.form-search {
  width: 100%;
  max-width: 100%;
  font-size: 14px !important;
  font-family: "Univers 55";
  background: unset;
}
.path-search #midcontent_area .js-form-type-search label.sr-only {
  position: unset;
  width: unset;
  height: unset;
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 30px;
  font-family: "Univers 55";
}
.path-search #midcontent_area .search-form.google-cse .search-help-link,
.path-search #midcontent_area .search-form.google-cse + h2 {
  display: none;
}
.path-search
  #midcontent_area
  .gsc-results-wrapper-nooverlay
  .gsc-above-wrapper-area-container {
  border: 1px solid #ddd;
}
.path-search
  #midcontent_area
  .gsc-results-wrapper-nooverlay
  .gsc-above-wrapper-area-container
  .gsc-orderby {
  text-align: end;
}
.in-the-news-aca-path {
  font-size: 26px;
  padding-top: 25px;
  /* font-family: univers, Arial, Helvetica, sans-serif; */
}
#content figcaption.caption {
  font-size: 16px;
  color: #333;
  line-height: 1.3em;
  margin: 0 10px;
  font-style: initial;
}
#content table figcaption.caption {
  margin: 3px 0 0 0 !important;
}
.page-node-type-report #content .content .field--name-body {
  width: 65%;
  float: left;
}
.page-node-type-report #content .content .thumb {
  width: 33%;
  float: right;
  padding-right: 30px;
}
.page-node-type-report #content .content .thumb img {
  width: 100%;
}
.read-btn {
  color: #000230;
  text-decoration: none;
  font-size: 16px !important;
  line-height: inherit;
  font-family: "Univers 45 Light";
  text-shadow: 0px 0px #000230;
}
.features-title {
  color: #005581;
  font-size: 24px;
  line-height: 22px;
  margin: 10px 0;
  padding: 10px 0;
  font-family: "Univers 57 Condensed";
  font-weight: bold;
}
.focus-title,
h2.news-and-analysis {
  color: #005581;
  font-size: 24px;
  line-height: 22px;
  margin-top: 10px;
  padding-top: 10px;
  font-family: "Univers 57 Condensed";
  font-weight: bold;
}
.whole-staff .view-header table {
  zoom: 90%;
}
.path-join .ea-snippet-wrapper,
.path-donate .ea-snippet-wrapper {
  padding-left: 10px;
}
.path-join .main-content p,
.path-donate .main-content p {
  font-size: 15px;
}
.path-join .main-content strong,
.path-donate .main-content strong {
  text-shadow: 0px 0px #000230;
}
.also-on-armscontrol {
  margin-top: 20px;
  border-top: 1px solid #bbb;
  padding-top: 17px;
}
.also-on-armscontrol .view-header {
  color: #005581;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  padding: 10px 0;
  font-family: "Univers 57 Condensed";
  font-weight: 700;
}
.also-on-armscontrol .view-content .views-field-revision-timestamp {
  font-size: 15px;
  line-height: 35px;
  font-family: "Univers 55";
}
.also-on-armscontrol .view-content .views-field-title a {
  line-height: 35px;
}
.also-on-armscontrol .view-content .views-row {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: top;
}
.also-on-armscontrol .view-content .views-field-title a {
  font-size: 18px;
  line-height: 28px;
  font-family: "Univers 55";
}
#content ul.pagination.js-pager__items {
  margin: 0px 0;
}

.staff-wrapper .content-title-link {
  display: none;
}
.latest-analysis-wrapper.blog-section .custom-page-views .title a{
  font-size: 16px;
  font-family: 'Univers 57 Condensed';
  font-weight: 600;
  text-shadow: 0px 0px #ffffff;
}
body.role-anonymous .protected-2 {
  position: relative;
}
body.role-anonymous .protected-2::before {
  position: absolute;
  content: "";
  background: url(/sites/default/files/padlockclosed_small.png) no-repeat center;
  width: 30px;
  height: 30px;
  left: -40px;
  top: 0;
  z-index: 9;
}
body.role-anonymous .aca-page-views:has(.protected-2) {
  padding-left: 40px;
}
body.role-anonymous .protected-view-for-anonymous-user + h2 {
  display: none;
}
body.role-anonymous .protected-view-for-anonymous-user .views-field-title a {
  color: #000230 !important;
  text-decoration: none;
  line-height: inherit;
  font-size: 24px;
}
body.role-anonymous .protected-view-for-anonymous-user .views-field-title a:hover {
  color: #1378ce !important;
  text-decoration: underline;
}
body.path-blogs form input,
body.path-blogs form .select2-selection{
 min-height: 40px;
 line-height: 35px;
}

.pdf-access-denied-wrapper {
    width: 100%;
    overflow: hidden;
}
.pdf-access-denied-wrapper .pdf-access-denied-left-box {
    width: 68%;
    float: left;
}
.pdf-access-denied-wrapper .pdf-access-denied-right-box {
    width: 30%;
    float: right;
}
.pdf-access-denied-wrapper .pdf-access-denied-right-box img {
    width: 100%;
    height: auto;
}
/* User Profile */
.profile .membership,
.profile .recent-blog-here,
.profile .user-created-date {
  margin-bottom: 16px;
}
.profile h3 {
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}
.profile .membership-buttons {
  display: flex;
  gap: 24px;
  margin-top: 10px;
}
.profile .membership-buttons a {
  padding: 7px 15px;
  border-radius: 10px;
  color: #fff !important;
  text-shadow: 1px 1px #fafafa;
}
.membership-buttons .membership-join a {
  background: #0078b6;
}
.membership-buttons .membership-donate a {
  background: #038100;
}
.membership-buttons a:hover {
  color: #fff !important;
}
.profile .recent-blog-here {
  margin-top: 8px;
}

.recent-blog h2 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.recent-blog h2 a:hover {
  color: #1378ce !important;
}
.recent-blog .created-time {
  font-size: 14px;
}
body.page-node-type-report .main-content table {
  border: 1px solid #ddd;
}
body.user-profile-body-class #block-userdetailblock .field--name-body{
  display: none;
}
table.experts-page td {
  display: table-cell;
  font-size: 16px !important;
  line-height: 18px;
}
table.experts-page strong {
  color: #222;
  text-shadow: 1px 1px #fafafa;
  line-height: inherit;
}
table.experts-page a strong {
  font-weight: 700;
  color: #000;
  font-size: 16px;
  text-shadow: unset;
}
table.experts-page td a{
  font-size: 16px;
}
table.experts-page a,
table.experts-page em {
  line-height: inherit;
}
table.experts-page td img + figcaption {
  font-size: 12px;
  padding: 2px;
  color: #333;
  width: 100%;
  font-style: italic;
  line-height: 16px;
  margin-bottom: 0;
  margin-left: 0;
}
a.ck-anchor span.ck-anchor-placeholder {
  font-size: 0 !important;
}
span.ck-anchor {
  background: none !important;
  font-size: 0 !important;
}
.field--name-field-body p strong,
.field--name-field-body strong,
.field--name-field-body b {
  font-weight: 700 ;
  line-height: inherit;
  font-family: "Univers 65";  
}
.whole-staff .view-header table td {
  font-family: 'Univers 55';
  font-size: 16px;
  line-height: 26px;
}
.whole-staff .view-header table td a {
  font-size: 16px;
  line-height: 26px;
}
.whole-staff .view-header table td strong{
  font-size: 16px;
  font-weight: 700;
  text-shadow: 1px 1px #fafafa;
}
body.unpublished .content {
  background: #FFF4F4;
}
#midcontent_area .collapse:not(.show) {
  display: block !important;
}
#midcontent_area .fade:not(.show) {
  opacity: unset !important;
}
.node-content-act-story-edit-form .field--name-upload .file-display.form-checkbox {
  left: 50% !important;
  margin-left: 0 !important;
}
.node-content-act-story-edit-form .field--name-upload th.checkbox{
  margin-bottom: 0 !important;
}
.node-content-act-story-edit-form .field--name-upload td.checkbox{
  border: 0 !important;
}
#midcontent_area .form-type-vertical-tabs ul.vertical-tabs-list {
  display: block;
}
.ck-content h6, 
.ck-content .h6, 
.ck-content h5, 
.ck-content .h5, 
.ck-content h4, 
.ck-content .h4, 
.ck-content h3, 
.ck-content .h3, 
.ck-content h2, 
.ck-content .h2, 
.ck-content h1, 
.ck-content .h1 {
  font-weight: bold;
}
.ck-content b, 
.ck-content strong {
  font-weight: bold;
}



body.path-act-content-import ul.item-list li.item {
	display: none;
}
body.path-act-content-import ul.item-list li.item:last-child {
    display: block;
}
.user-detail-social-icon {
  display: flex;
}

/************** HSPACE and VSPACE related CSS **************/

.hspace10 {
  padding:0px 10px;
}
img.hspace10 + figcaption {
  padding:0px 10px;
}
.hspace20 {
   padding:0px 20px;
}
img.hspace20 + figcaption {
  padding:0px 20px;
}
.hspace30 {
   padding:0px 30px;
}
img.hspace30 + figcaption {
  padding:0px 30px;
}

.vspace10 {
   margin:10px 0px 0px 0px;
}
.vspace20 {
   margin:20px 0px 0px 0px;
}
.vspace30 {
   margin:30px 0px 0px 0px;
}

span.hspace10,span.hspace20,span.hspace30{
   padding:0px;
}
span.vspace10,span.vspace20,span.vspace30 {
   margin:0px;
}