@import url('https://fonts.googleapis.com/css2?family=Montserrat:display=swap');
* {
  font-family: 'Montserrat', sans-serif;
}
:root {
  --brand-color: #339933; /* ada green */
  --primary-color: #0076be; /* blue */
  --primary-color-rgb: 90, 100, 240; /* purple rgb */
  --link-color-1: #0076be; /* blue */
  --link-color-1-hover: #2062a9; /* blue */
  --link-color-light-1: #e4eef8 /* light blue */
    --red: #ff0000 /* red */
    --link-color-light-hover: #f1f6fb /* light blue 
  --shadow: rgba(54, 67, 87, 0.15);
  --bootstrap-font: #212529; /* dark gray */
}
body {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}
bold, strong {
  font-weight: 600;
}
h2, h3, h4, h5, h6, h7 {
  font-weight: 600;
}
.h1, h1 {
  font-size: 1.85rem;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
p {
  line-height: 1.7 !important;
  margin-bottom: 2.0rem !important;
}
a {
  text-decoration: none;
  color: var(--link-color-1);
  transition: all 250ms;
}
a:hover {
  transition: all 250ms;
  color: #2062a9;
}
hr {
  background-color: #ececec;
  opacity: 1;
}
/* recommended content */

.bcRecommendations {
    
}

.bcTemplate1 {
    margin: 0;
    list-style-type: none;
    float: left;
    max-width: 100%!important;
    min-width: 100%!important;
    overflow: hidden;
    padding: 0 0 1em 0;
}

.bcTemplate1 .bcRecommendedItem {
    margin: 0;
    list-style-type: none;
    float: left;
    max-width: 100%!important;
    min-width: 100%!important;
    overflow: hidden;
    padding: 0 0 1em 0;
}

.bcTemplate1 img {
    width: 50%!important;
    max-width: 50%!important;
    max-height: 50%!important;
    display: block;
}
.bcRecommendedItem {

}

.bcTemplate1 .bcLinkBox {
    padding: 0.5em;

}
.bcWrapper {

}

/* search modal */
.modal-backdrop {
  background: rgb(255, 255, 255);
  /*background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(255,255,255,.9) 60%);*/
  /*background-color: #ffffff!important;*/
  opacity: .8 !important;
}
.modal-content .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(255, 255, 255, 0) !important;
  background-clip: padding-box;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  font-weight: bold;
}
.modal-body {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: .5rem;
}
.adan-modal-search-field {
  border-bottom: solid 1px #ccc;
  padding-bottom: .5rem;
}
.adan-modal-search-field i {
  font-size: .95rem;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0) !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: .3rem;
  outline: 0;
}
.modal-dialog {
  max-width: 900px;
  margin: 0rem auto;
  padding: 30px 15px;
  background: #ffffff;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}
/* scroll to top */
.scroll {
  color: #fff;
  margin-top: 100px;
}
#toTopBtn {
  position: fixed;
  bottom: 26px;
  right: 39px;
  z-index: 98;
  padding: 21px;
  background-color: var(--brand-color);
  border-radius: 8px;
}
.js .cd-top--fade-out {
  opacity: .5;
}
.js .cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}
.js .cd-top {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility .3s, background-color .3s;
}
.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
  background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
  background-color: hsla(5, 76%, 62%, .8);
  background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8);
}
/* buttons */
.btn {
  display: block;
  float: left;
  line-height: 1.7;
  color: #fff;
  text-decoration: none;
  width: auto;
  background: var(--link-color-1);
  border: none;
  font-weight: bold;
  padding: .5625rem 1.5625rem;
  border-radius: 1.5625rem;
  outline: none;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1rem;
}
.btn-primary {
  background: var(--link-color-1);
  color: #fff;
  transition: all 250ms;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background: var(--link-color-1-hover) !important;
}
.btn-light {
  background: #e4eef8;
  color: #0076be;
}
.btn-light:hover {
  background: #f1f6fb;
  color: #0076be;
}
/* nav */

@media all and (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
}

nav {
  border-bottom: solid 2px #ececec;
  border-top: solid 1px #ececec;
  margin-bottom: 3em;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: row-reverse;
}

.navbar > .container{
    position: relative;
}

#navbarSupportedContent{
    position: unset;
}

.navbar-nav {
    position: unset;
}

.navbar-brand img {
    height: 25px;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,.0);
    margin: .6rem 0;
    padding: .25rem 0;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--bootstrap-font);
  font-size: 14px !important;
  font-weight: 500;
}

.navbar-expand-lg .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    column-gap: .35rem;
    padding .65rem 1rem;
}  

.nav-item:hover .nav-link {
  color: var(--link-color-1) !important;
}

.dropdown-item {
  padding: .85rem .5rem;
}

.dropdown-item:hover {
  background: #f2f2f2;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0.5rem;
  margin: 0;
  font-size: 14px !important;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0 !important;
}

.dropdown-toggle:after {
  content: none;
}

.dropdown-wide{
    position: inherit;
}

.dropdown-wide .dropdown-menu {
    left: 0;
    top: 95%;
    width: 100%;
    column-count: 3;
    min-width: 0;
    background-color: white;
}
    
.dropdown-wide .dropdown-menu a{
    white-space: wrap;
} 

.dropdown-toggle svg{
    width: 12px;
    transition: .2s ease-in-out;
}    

.dropdown-toggle path{
    fill: #c8c8c8;
    transition: .2s ease-in-out;
} 
  
.nav-item:hover .dropdown-toggle path {
    fill: var(--link-color-1);
    transition: .2s ease-in-out;
}

.nav-link.show {
    color: var(--link-color-1) !important;
    transition: .2s ease-in-out;
}   

.nav-link.show svg {
    transform: rotate(180deg);
    transition: .2s ease-in-out;
}
    
.nav-link.show path {
    fill: var(--link-color-1);
    transition: .2s ease-in-out;
}

.pre-nav-wrapper {
  background-color: #fafafa;
  border-top: solid 1px #ececec;
}
.pre-nav-wrapper .row {}
.pre-nav {
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  font-weight: 500;
}
.pre-nav ul {
  padding: 0;
  margin: 0;
}
.pre-nav li {
  list-style-type: none;
  margin: 0;
  padding: 5px 25px;
  display: inline-block;
  float: right;
}
.pre-nav li a {
  color: var(--bootstrap-font);
}
/* search overlay */
.navsearch-overlay {
  background: rgba(255, 255, 255, .9);
  width: 87.5rem;
  height: 100%;
  z-index: 999999;
  top: 0;
  position: fixed;
  margin: 0 0 0 -8.125rem;
}
.adan-search-overlay-icon {
  background: #e4eef8;
  line-height: 1;
  height: 32px;
  width: 32px;
  padding: 0;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-radius: 100px;
  text-align: center;
  color: var(--primary-color);
  border: 0 !important;
}
/* pageination */
.adan-pageination nav {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--link-color-1);
  border-color: var(--link-color-1);
}
a.page-link {
  position: relative;
  display: block;
  color: var(--link-color-1);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--link-color-1);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a:hover.page-link {
  background-color: #f1f6fb !important;
  border-color: var(--link-color-1);
  color: var(--link-color-1);
}
/* search */
.adan-search-btn {
  min-width: 7.125rem;
  height: 2.1875rem;
  border-radius: 1.5625rem;
  background-color: #e4eef8;
  color: #2062a9;
  text-align: center;
  font-size: .9rem;
  margin: 0;
  padding: 0;
  border: 0 solid #e4eef8;
  cursor: pointer;
  font-weight: 600;
}
.adan-search-btn i {
  margin-left: 5px;
}
.adan-search-btn:hover, .adan-search-btn:active, .adan-search-btn:visited {
  background: #f1f6fb!important;
  transition: all 250ms;
}
/* view more link */
.adan-view-more-link {
  font-size: .75rem !important;
  margin-left: 20px;
  color: var(--bootstrap-font);
  padding: 0;
  font-weight: normal !important;
}
/* home images */
.adan-home-image-thumb {
  padding: 0;
  margin: 0 0 1rem 0;
  width: 100%;
  aspect-ratio: 1.59 / 1;
  background: #efefef;
  border: 1px solid #fafafa;
	overflow: hidden;
}
.adan-home-image-thumb img {
   aspect-ratio: 1.59 / 1;
  object-fit: cover;
}

.zoom {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: all 250ms;
}
/*.zoom:hover {*/
/*transform: scale(1.05);*/
/*  opacity: .60;*/
/*  transition: all 250ms;*/
/*-webkit-mask-image: -webkit-gradient(linear, left 70%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)))*/
/*}*/


/* cards */
.adan-article-card {
  padding: 1rem;
  border: .0625rem solid rgba(155, 155, 155, .25);
  box-shadow: 0 .125rem .3125rem .0625rem rgba(0, 0, 0, .04);
  margin-bottom: 1.5rem;
}
.adan-article-card-date {
  font-size: 12px;
  margin: .5rem 0 1rem 0;
  display: inline-block;
}
.adan-article-card-title {
  font-size: 18px;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
.adan-article-card-title-small {
  font-size: 14px;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
.card-body p:last-child {
  margin-bottom: 0!important
}
/* carousel */
.adan-carousel {
  border: .0625rem solid rgba(155, 155, 155, .25);
  box-shadow: 0 .125rem .3125rem .0625rem rgba(0, 0, 0, .04);
  padding: 2rem;
  margin: 2rem 0;
}
.carousel-control-prev-icon {
  position: absolute;
  left: 0;
}
.carousel-control-next-icon {
  position: absolute;
  right: 0px;
}
/* tags */
.tags-list {
    
}
.tag-item {
  border: solid 1px #2062a9;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 100px;
  color: #2062a9;
  margin: 0 0 0 0;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  line-height: 1.2;
}
.tag-item:hover {
  background: #2062a9;
  color: #ffffff;
}



/* topic pills */
.adan-sponcon-label {
  font-size: 12px;
  margin-bottom: .5rem;
}
.topic-label {
  font-size: 10px !important;
  margin: 0 0 10px 0;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 4px 0;
  border-radius: 3px;
  color: var(--bootstrap-font);
  display: block;
}
/*
.topic-label-access-to-care {
  background: #f26522;
}
.topic-label-around-the-ada {
  background: #339933;
}
.topic-label-education {
  background: #a4343a;
}
.topic-label-government {
  background: #0076be;
}
.topic-label-hpi {
  background: #b1953a;
}
.topic-label-viewpoint {
  background: #009999;
}
.topic-label-practice {
  background: #55437e;
}
.topic-label-science-tech {
  background: #993366;
}
.topic-label:hover {
  background: #2062a9;
  color: #ffffff;
}
*/
.hr-2 {
  height: 2px !important;
}
.navbar-light {
  background-color: #ffffff !important;
}
/* advertisements */
.ad-container-top {
  padding: 10px 0 10px 0;
}
.ad-container-sidebar {
  padding: 0 0 0 0;
}
.ad-container-text {
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
  margin: 3px 0 3px 0;
  color: #aaaaaa;
  letter-spacing: .5px;
  font-weight: 500;
}
.ad-demo-300x250 {
  max-width: 300px;
  height: 250px;
  display: block;
  margin: 0 auto;
}
.ad-demo-728x90 {
  max-width: 728px;
  display: block;
  margin: 0 auto;
}
.ad-320x50 {
  max-width: 322px;
  display: none;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .ad-demo-728x90 {
    display: none;
  }
  .ad-320x50 {
    display: block;
  }
}
/* list page */
.adan-list-image-thumb {
  padding: 0;
  margin: 0 0 1rem 0;
  width: 100%;
  aspect-ratio: 1.59 / 1;
  background: #efefef;
  border: 1px solid #ececec;
	overflow: hidden;

}
.adan-list-image-thumb img {
  aspect-ratio: 1.59 / 1;
  width: 100%;
  object-fit: cover;
}	
.adan-list-vid-thumb, .adan-list-white-paper {
  padding: 0;
  margin: 0 0 1rem 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #efefef;
  border: 1px solid #ececec;
	overflow: hidden;

}
.adan-list-vid-thumb img, .adan-list-white-paper img {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}
/* sidebar */
.adan-sidebar {
  padding: 15px 0 0 0;
  width: 300px;
}
.sticky-sidebar {
  position: sticky !important;
  top: 2rem;
  padding: 0;
}

/* category banner */

.category-banner{
    display: grid;
    align-items: center;
    text-align: center;
    width: 100vw;
    position: absolute;
    top: -3rem;
    left: 50%;
    bottom: auto;
    right: 0;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(12,90,41,1) 0%, rgba(32,122,46,1) 15%, rgba(51,153,51,1) 50%, rgba(32,122,46,1) 85%, rgba(12,90,41,1) 100%);
}

.category-banner::before{
    content: '';
    background-image: url(https://adanews.ada.org/media/jfojz2rm/category-dots-texture-l.png);
    background-size: cover;
    background-position: center right;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 30%;
    max-width: 400px;
}
    
.category-banner::after{
    content: '';
    background-image: url(https://adanews.ada.org/media/mynewqhd/category-dots-texture-r.png);
    background-size: cover;
    background-position: center left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    overflow: hidden;
    width: 30%;
    max-width: 400px;
}

.category-banner__name{
    padding: .5rem 1rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    line-height: 1 !important;
    margin-bottom: 0 !important;
    z-index: 2;
}


/* article */

.adan-sponcon-article-label {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 2rem;
	color: #ffffff;
	line-height: 1.2;
	background: #0076be;
	display: table;
	padding: 5px 15px;
	border-radius: 100px;
}

.adan-article-nav-social-wrapper {
    margin-bottom: 50px;
    display: table;
    width: 100%;
}

.adan-article-nav-social-container {
display: table;
margin: 0 0 15px 0;
width: 100%;
}

.adan-article-nav-social-icon {
  color: #2062a9;
  width: 30px;
  height: 30px;
  display: grid;
  background: rgba(32, 98, 169, 0.2);
  font-size: 15px;
  border-radius: 100px;
  align-items: center;
  text-align: center;
  line-height: 1;
  float: left;
}
.adan-article-nav-social-icon:hover {
  background: #2062a9;
  color: #ffffff;
}


.social-article-desktop   {
    display: block;
}

.social-article-mobile   {
    display: none;
}
.adan-article-portrait-wrapper {
  max-width: 165px;
    display: grid;
  float: left;
  padding: 0 20px 0 0;
}
.adan-article-portrait {
  display: block;
  float: left;
  margin: 0 0 15px 0;
  font-size: 12px;
}
.adan-article-portrait img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.adan-article-portrait caption {
  font-size: 12px;
}
.adan-article-portrait:first-child {
  border-top: 2px solid var(--primary-color);
  padding-top: 15px;
  margin-top: 5px;
}

figure {
  margin-bottom: 5rem;
}
figcaption {
  font-size: .75rem;
  margin-top: .75rem;
}


.adan-article-inline-img-wrapper {
  max-width: 165px;
}
.adan-article-inline-img {
  display: inline-block;
  float: left;
  margin: 0 20px 15px 0;
  font-size: 12px;
    border-top: 2px solid var(--primary-color);

}
.adan-article-inline-img img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.adan-article-inline-img caption {
  font-size: 12px;
}
.adan-article-inline-img:first-child {
  border-top: 2px solid var(--primary-color);
  padding-top: 15px;
  margin-top: 5px;
}

.adan-inline-img {
  border-bottom: solid 1px #ccc;
}

.adan-nat-ad-card{
    display: grid;
    grid-template-columns: 250px 1fr;
    grid-gap: 0 1.5rem;
    padding: 1.5rem;
    margin: 3rem auto;
    background-color: #fafafa;
}

.ref-text{
    font-size: .75rem;
    line-height: 1.2 !important;
}

@media (max-width: 1400px) {
    .adan-nat-ad-card{
        grid-template-columns: 175px 1fr;
    }
}     
    
@media (max-width: 1200px) {
    .adan-nat-ad-card{
        grid-template-columns: 1fr;
    }
}    
    
@media (max-width: 992px) {
    .adan-nat-ad-card{
        grid-template-columns: 175px 1fr;
    }
}
    
@media (max-width: 768px) {
    .adan-nat-ad-card{
        grid-template-columns: 175px 1fr;
    }
}
    
@media (max-width: 576px) {
    .adan-nat-ad-card{
        grid-template-columns: 1fr;
    }
}

.adan-article-wrapper ul li, .adan-article-wrapper ol li {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #000;
}


.adan-article-subhead {
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 5rem;
  line-height: 1.5rem;
}
.adan-article-link-xlg a {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.adan-article-link-lg a {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
}
.adan-article-link-md a {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.adan-article-link-sm a {
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5;
}
.adan-article-link-lg > p {
  margin-top: 1rem;
}
.adan-article-info {
  padding: 0 0 0 0;
}
.adan-article-info p {
  font-size: 12px;
  word-break: break-word;
}
/* foooter */
footer {
  font-size: .875rem;
  color: var(--bootstrap-font) !important;
}
footer .nav-link {
  color: var(--bootstrap-font) !important;
}
footer h5 {
  font-size: 1rem;
  margin-bottom: .75rem;
}
.adan-post-footer-nav {
  font-size: .65rem;
  margin-bottom: 5rem;
}
.adan-post-footer-nav a {
  margin-right: 1rem;
  color: var(--bootstrap-font) !important;
}
.adan-footer-nav-social-icon {
  color: #2062a9;
  width: 30px;
  height: 30px;
  display: grid;
  background: rgba(32, 98, 169, 0.2);
  font-size: 15px;
  border-radius: 100px;
  align-items: center;
  text-align: center;
  line-height: 1;
  float: left;
  margin-right: 10px;
}
.adan-footer-nav-social-icon:hover {
  background: #2062a9;
  color: #ffffff;
}
/* scroll to top */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}
/* mobile */
@media (max-width: 992px) {
    
    
.adan-article-nav-social-container {
display: table;
margin: 0 15px 0 0;
width: auto;
float: left;
}    
    
    
.social-article-desktop   {
    display: none;
}

.social-article-mobile   {
    display: block;
}
    
    
.navbar {
    position: relative;
}    
    
.navbar-brand {
      order: 2;
          position: absolute;
  left:0;
  right:0;
text-align: center;
  margin-left: auto;
  margin-right: auto;
top: 0px;
  width: 170px;

}

/*.dropdown-toggle:after {*/
/*    content: "";*/
/*}*/

.navbar-toggler , .navbar-move {
      order: 1;
}
.nav-item {
    padding-top: .85rem;
    padding-bottom: .85rem;
}
.adan-search-btn {
    order: 3;
    position: absolute;
    right: 10%;
    top: 3px;
}
    
    
  .adan-sidebar {
    padding: 15px 0 0 0;
    width: 100%;
  }
  .pre-nav-wrapper {
    display: none;
  }
  .adan-search-btn span {
      display: none;
  }
  .adan-search-btn {
    min-width: 2.1875rem; 
    height: 2.1875rem;
  }
  .adan-search-btn i {
      text-align: center;
      margin-left: 0;
  }
}


@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1.25rem 1.5rem;
    }
}   

@media (min-width: 992px) {
    #adanLogo {
        padding-bottom: .5rem;
    }    
    
    .nav-item:hover .dropdown-toggle svg {
        transform: rotate(180deg);
        transition: .2s ease-in-out;
    }
    
    .dropdown-wide .dropdown-menu {
        max-width: 1000px;
        left: 50%;
        transform: translateX(-50%);
    }
}   
    
@media (max-width: 992px) {
    .navbar-brand {
        order: 2;
        display: flex;
        align-items: center;
        width: 170px;
        height: 62px;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .adan-search-btn {
        order: 3;
        position: absolute;
        right: 11px;
        top: 13px;
    }
    
    .dropdown-wide .dropdown-menu {
        column-count: 2;
    }
} 
    
@media (max-width: 576px) {
    .dropdown-wide .dropdown-menu {
        column-count: 1;
    }
}
/*@media (max-width: 576px) {*/

/*.adan-search-btn {*/
/*    order: 3;*/
/*    position: absolute;*/
/*    right: 5%;*/
/*}*/
/*}*/

/* Recommendations Homepage Widget Test */

/*#HomepageRecommendations > div > div > div{*/
/*    column-count: 1;*/
/*    break-inside: auto;*/
/*    column-gap: 30px;*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    #HomepageRecommendations > div > div > div{*/
/*        column-count: 2;*/
/*        break-inside: auto;*/
/*        column-gap: 30px;*/
/*    }*/
/*}*/

/*@media (max-width: 992px) {*/
/*    #HomepageRecommendations > div > div > div{*/
/*        column-count: 1;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    #HomepageRecommendations > div > div > div{*/
/*        column-count: 2;*/
/*    }*/
/*}*/

#HomepageRecommendations > div > div > div {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
}

@media (min-width: 768px) {
    #HomepageRecommendations > div > div > div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1.5rem;
    }
}

.recommedations-item{
    display: inline-block;
}

.adan-news-disclaimer{
    padding: 1.5rem;
    background: #fafafa;
    border: solid 1px #ececec;
    font-size: .85rem;
    font-weight: bold;
}

.ndn-cover-thumb {
    text-align: center;
}

.ndn-cover-thumb img{
    width: 100%;
    max-width: 415px;
    box-shadow: 0px 0px 5px rgba(32, 98, 169, 0.15);
}

.ndn-iss-article hr{
    margin: 1rem calc(var(--bs-gutter-x) * .5);
}

.ndn-iss-article:last-of-type hr{
    display: none;
}

/*card white paper : START*/
.card > a {
    text-decoration: none;
}

.card {
    /*gap: .5rem;*/
    padding: 1rem;
    bottom: 0;
    border-radius: 0.5rem;
    border: .0625rem solid rgba(155, 155, 155, .25);
    box-shadow: 0 .125rem .3125rem .0625rem rgba(0, 0, 0, .04);
    overflow: hidden;
    transition: all .2sease-in-out, bottom .2sease-in-out;
}

.card--main-lg {
    min-height: 140px;
    justify-content: center;
}

.card--main-lg.card--white-paper {
    min-height: 348px;
}

.card--white-paper .card__header, .card--white-paper .card__body, .card--white-paper .card__footer {
    margin-left: 300px;
    width: auto;
}

.card__header-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.card__header {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: .5rem;
    align-items: center;
    padding: 0.5rem;
}

.card__header--lg {
    align-items: flex-end;
    grid-gap: 1rem;
}

.card__body {
    width: 100%;
    padding: 0.5rem;
    /* overflow: auto; */
}

.cover-widget {
    display: grid;
    grid-template-rows: 1fr auto;
    position: relative;
    overflow: hidden;
    height: 100%;
    /*height: auto;*/
    text-decoration: none;
}

.card--main-lg .cover-widget {
    position: absolute;
    max-width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    right: auto;
}

.cover-widget__top {
    display: flex;
    position: relative;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
    border-right: .0625rem solid rgba(155, 155, 155, .25);
}

.cover-widget__top-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
    padding: 1.5rem 2rem;
    margin: 0 auto;
    position: relative;
    /* position: absolute; */
    z-index: 2;
}

.cover-widget__cover-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ae736f;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 1rem;
}

.cover-widget__cover-image {
    width: 100%;
    max-width: 300px;
    border: .0625rem solid rgba(155, 155, 155, .25);
    box-shadow: 0 .125rem .3125rem .0625rem rgba(0, 0, 0, .04);
    
    /*transition: .2sease-in-out;*/
}

.cover-widget__cover-bg-img {
    position: relative;
    z-index: 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transform: scale(1.65);
    transition: .25sease-in-out;
    border-radius: .5rem .5rem 0 0;
}

.cover-widget__cover-bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #fafafa;
}

.adan-list-cover-thumb{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: .5rem;
    padding: 7% 20% 0 20%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background-color: #fafafa;
    border: 1px solid #ececec;
    aspect-ratio: 1.59 / 1;
    overflow: hidden;
}

.adan-list-cover-thumb img{
    width: 88%;
    border: .0625rem solid rgba(155, 155, 155, .125);
    box-shadow: 0 .125rem .3125rem .0625rem rgba(0, 0, 0, .04);
}

@media (max-width: 800px) {
    .card--white-paper > *:nth-child(2) {
        margin-top: 330px;
    }
    
    .card--white-paper .card__header, .card--white-paper .card__body, .card--white-paper .card__footer {
        margin-left: 0;
        width: auto;
    }
    
    .card--white-paper .cover-widget {
        max-width: 100%;
        right: 0;
        bottom: auto;
        max-height: 330px;
    }
}
/*card white paper : END*/


/*hubspot form : START*/
.hs-form-field {
    margin-bottom: .75rem;
}

.hs-form-field label {
    margin-bottom: .5rem;
}

.hs-form-field span {
    font-weight: 600;
}

.hs-input {
    width: 100%;
    padding: .625rem .75rem;
    background-color: #fafafa;
    border: 1px solid #ececec;
    margin-bottom: 0.25rem;
}

.hs-input:focus, .hs-input.invalid.error:focus {
    outline: none;
    color: #1e1e1e;
    background-color: white;
    border: 1px solid #0076be;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .16);
}

.hs-input.invalid.error {
    color: red;
    border: 1px solid rgba(255, 99, 71, .20);
    background-color: rgba(255, 99, 71, .08);
}

.no-list {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
}

.hs-error-msgs label {
    color: red;
    font-size: 0.75rem;
}

.hs-form-required {
    color: red;
    padding-left: .125rem;
}

.hs_submit.hs-submit {
    display: flex;
    flex-direction: row-reverse;
}

.hs-button {
    color: white;
    background: #0076be;
    padding: 0.625rem 1rem;
    border-radius: 100px;
    border: none;
}

.hs-button:hover {
    background: #2062a9;
}
/*hubspot form : END*/