/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
@import url("typography.css");
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600&display=swap');
body.logged-in.gridded::before {
  content: "";
  display: block;
  width: 1300px;
  margin: 0 auto;
  height: 100%;
  position: fixed;
  top: 0;
  left: calc(50% - 10px);
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 9999;
  background-image: repeating-linear-gradient(to right, transparent, transparent 19px, #b42f351c 19px, #b42f351c 109px);
}
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #3498db;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}
.et_pb_scroll_top.et-pb-icon {
  background-color: #231E4B;
}
#my-custom-mobmenu {
  display: none;
}
/*Main menu start*/
#top-menu-nav>ul>li>a:hover {
  opacity:1;
}
.menu-search {
  float: right;
  position: relative;
  z-index: 9;
  top:-5px;
  margin-left:20px;
  width: 300px;
}
.invisible>a{
  display: none!important;
}
.menu-search input[type="text"] {
  padding: 2px 20px 2px 6px;
  width:100%;
  border:none;
  border-bottom: solid 1px #cccccc;
  right: 40px;
  position: relative;
  display: none;
}
.menu-search.active input {
  display: block;
}
.menu-search form,
.menu-search form>div {
  width:100%;
}
/* .menu-search input[type="submit"] {
  padding: 3px 0px 3px 0px;
  border: none;
  width: 35px;
  margin-left: 0;
  background-image: url(img/search-icn.svg);
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-weight: 600;
  font-size: 0;
  height: 26px;
  top: 0;
  right: 0;
  position: absolute;
} */
.ais-Stats {
  position: relative;
  top:0;
  bottom:0;
}
.stats-sort-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: normal;
  color: #231e4b;
}
.stats-sort-container select,
.stats-sort-container span {
  font-size: 16px;
  font-weight: normal;
  color: #231e4b;
  border: none;
}
#searchsubmit {
  padding: 3px 0px 3px 0px;
  border: none;
  width: 35px;
  margin-left: 0;
  background-image: url(img/search-icn.svg);
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-weight: 600;
  font-size: 0;
  height: 26px;
  top: 0;
  right: 0;
  position: absolute;
}
#top-menu .sub-menu {
  width: 100vw!important;
  position: absolute;
  right: 0;
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#top-menu>li>.sub-menu {
  padding:35px 20px 75px 20px;
  border-top: solid 1px #000000;
}
#top-menu>li>.sub-menu>.menu-item {
  border-left: solid 1px #000000;
}
#top-menu>li>.sub-menu>.menu-item a {
  line-height: 17px;
  padding-bottom: 12px;
}
#top-menu>li>.sub-menu>.menu-item a:hover {
  color: #B22025!important;
  background-color: transparent;
  opacity: 1;
}
#main-header .et-search-field {
  border-radius: 10px;
}
.all-items-btn {
  border-left: none!important;
  min-height: 10px!important;
  position: absolute!important;
  bottom:20px;
  right:10px;
}
.all-items-btn a {
  display: inline-block!important;
  width: auto!important;
  float: right;
}
#top-menu>li>.sub-menu>.menu-item:first-child {
  border-left: none;
}
#top-menu .sub-menu .sub-menu a,
#top-menu li li a {
  display: block;
  width: 100%;
  padding:0;
  margin:0;
}
#top-menu .sub-menu .sub-menu li {
  padding:0;
}
#top-menu>li>.sub-menu>li {
  flex-basis: 25%;
  max-width: 25%;
}
#top-menu .sub-menu .menu-item-has-children>a:first-child:after {
  display: none;
}
#top-menu li .menu-item-has-children>a:first-child {
  padding-right:0!important;
}
#top-menu>li>.sub-menu>.menu-item:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000000;
}
#top-menu>li>.sub-menu>.menu-item:last-child:after {
  display: none;
}
#top-menu .sub-menu .menu-item-has-children>a {
  text-transform: uppercase;
  font-size: 12px;
}
.all-button a {
  font-size: 12px!important;
  position:relative;
  display: inline-block!important;
  width: auto!important;
}
.all-button a:after {
  content:'>';
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -15px;
}
#top-menu li a {
  width:100%;
}
#top-menu .sub-menu .menu-item-has-children li {
  width:100%;
}
#top-menu .sub-menu .sub-menu {
  left: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%!important;
    background: transparent!important;
    border-top: none;
    box-shadow: none;
}
.nav li li ul.sub-menu {
  top: 0;
  margin-top: 0;
  padding-top: 0;
}
#top-menu .sub-menu:hover .sub-menu,
#top-menu .menu-item-has-children:hover .sub-menu .sub-menu {
  visibility: visible!important;
  opacity: 1!important;
}
#top-menu li>ul>li {
  width: 25%;
}
/*Main menu end*/
#main-header .container,
footer .et_pb_row_0_tb_footer {
  /* width:100%!important;
  max-width: 1400px!important; */
}
#main-header .container {
  width:100%;
}
#et-top-navigation {
  float: none;
}
#top-menu-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
#top-menu-nav #top-menu {
  width: 100%;
  text-align: center;
}
#top-menu >li>a {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 500;
}
.home-header {
  /* background:linear-gradient(117deg,#231f4c 0%,#231f4c 60%,#090433 100%)!important; */
  /* background: linear-gradient(117deg, #090433 0%, #231f4c 50%, #231f4c 100%)!important; */
  background: linear-gradient(-13deg,#231f4c 0%,#090433 100%)!important;

}
.home-header:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(img/logo-icon.svg)!important;
  background-repeat: no-repeat;
  background-position: 153% -2vh;
  background-size: 60%;
}

#main-header .et-search-field {
  font-size: 14px;
  border: solid 1px #231e4b;
  padding: 10px;
  height: auto;
  line-height: 10px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.et-top-navigation a,
#top-menu a {
  color: #231E4B!important;
}
/*Home Page start*/
.suggested-search {
  margin-top: -15px;
}
.suggested-search h3,
.suggested-search a {
  color:#ffffff!important;
}
.suggested-search a:hover {
  opacity: 0.5;
}
.suggested-search a {
  display: inline-block;
  border: solid 1px #ffffff;
  padding: 3px 12px;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 10px;
  transition: opacity 0.5s ease;
}
.home .searchandfilter ul {
    width:100%;
    padding:0;
}
.home .searchandfilter ul li:first-child {
  width: 85%;
  margin:0;
  padding:0;
}
.et_pb_searchform input[type=text] {
  width: 85%;
  padding:15px;
  background-color:#ffffff;
  border-radius:10px 0 0 10px;
  margin:0;
  font-size: 20px;
}
.et_pb_searchform input[type=submit] {
  width: 15%;
  font-size: 20px;
  transition: background-color 0.6s ease;
}
/*Red button hover*/
.et_pb_searchform input[type=submit]:hover {
  background-color:#921b1f;
  transition: background-color 0.6s ease;
}
.home .searchandfilter ul li:nth-child(2) {
  width: 15%;
  position: absolute;
  top: -10px;
  right: 0;
}
.home .searchandfilter input,
.et_pb_searchform input {
  border: none;
  font-size: 20px;
}
.home .searchandfilter label,
.et_pb_searchform label {
  width:100%;
}

.home .searchandfilter input[type=text] {
  width:100%;
  padding:15px;
  background-color:#ffffff;
  border-radius:10px 0 0 10px;
  margin:0;
}
.home .searchandfilter input[type=submit] {
  background-image: url('img/magnifier-icon.png');
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 23px;
  background-color: #B22025;
  border-radius: 0 10px 10px 0;
  color:#ffffff;
  margin:0;
  padding:15px 15px 15px 30px;
  width:100%;
  font-weight: 600;
  font-size: 20px;
}
.et_pb_search {
  border: none;
}
.et_pb_searchform input[type=submit] {
  background-image: url('img/magnifier-icon.png');
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 23px;
  background-color: #B22025;
  border-radius: 0 10px 10px 0;
  color:#ffffff;
  margin:0;
  padding:15px 15px 15px 30px;
  font-weight: 600;
}
.home .et_pb_contact_form button {
  width:100%;
  padding:15px;
  color:#ffffff;
  border-radius: 0 10px 10px 0;
  background-color: #B22025;
  margin:0;

}
.tab li {
  list-style: none;
}
.tab-container {
  display: flex;
  justify-content: space-between;
}
.tab-container .taxonomy-navigation {
  width: 30%;
}
.tab-container .taxonomy-navigation li {
  list-style: none;
}
.tab-container .tab-data {
  width: 66%;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}
.tab-container .tab-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  position: absolute;
  width: 100%;
}
.tab-container .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.featured-resource {
  display: flex;
}
.tab .terms-title {
  background-image: url(img/arrow-blue.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 95% center;
  float: left;
  display: block;
  width: 30%;
  font-weight: 500;
  background-color: transparent;
  border: solid 1px #ECF0FC;
  color: #231E4B;
  border-radius: 10px;
  padding: 0 0 0 18px;
  margin-right: 54px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 69px;
  height: 74px;
  cursor: pointer;
}
.tab-content .desc {
  font-size: 20px;
  font-weight: 400;
  float: right;
  padding: 42px 55px 50px;
  width: 100%;
  color: #231E4B;
  line-height: normal;
}
.tab .desc {
  font-size: 20px;
  font-weight: 400;
  float: right;
  padding: 42px 72px;
  width: 62%;
  color: #231E4B;
}
.tab .desc p {
  height: 187px;
  font-size: 18px;
}
.tab .desc.full {
  width:100%;
}
.tab-container .taxonomy-navigation {
  margin-top: 0!important;
}
.tab-container div.image {
  display: block;
  width: 70%;
  border-radius: 6px;
  background-size: cover;
}
.home-tabs .read-more {
  right: 40px;
    bottom: 30px;
    position: absolute!important;
}
.blog-home .read-more {
  float: right;
}
.tab-content .desc {
  color: #231E4B;
}
body #et-main-area .read-more {
  display: inline-block;
  color: #231E4B;
  font-weight: 600;
  /* background-image: url(img/right-arrow-icon.png); */
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px!important;
  font-size: 16px!important;
  position: relative;  
}
body #et-main-area .read-more:after,
.home-collections .read-more:after {
  content: ''!important;
  display: inline-block!important;
  position: absolute;
  top: 1px;
  right: 0;
  background-image: url(img/right-arrow-icon.png);
  background-size: contain;
  width: 20px;
  height:20px;
  background-repeat: no-repeat;
  background-position:center;
  opacity: 1;
} 
.home-collections .read-more:after {
  top:7px!important;
}
body #et-main-area .read-more:hover:after,
.home-collections .read-more:hover:after {
  right: -2px;
  animation-duration: 1s; 
  transition-duration: 500ms;
}
a.read-more {
animation-duration: 2s; 
transition-duration: 500ms;
}
a.read-more:hover {
  background-color: transparent!important;
  /* scale:1.1; */
}
.tab .image {
  width: 36%;
  height: 441px;
  border-radius: 5px;
  overflow: hidden;
}
@supports (-moz-appearance:none) {
  /* CSS rules here will only apply to Mozilla Firefox */
  .tab-content .image,
  .tab-content img {
    width: 100%!important;
  }
  /* CSS rules here will only apply to Mozilla Firefox */
}
.tab-content .type {
  font-size: 14px;
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
}
.terms-title {
  transition: background-color 0.6s ease;
}
.terms-title.active,
.terms-title:hover {
  color: #fff;
  background-color:#B42F35;
  background-image: url(img/arrow-white.svg);
  border:#B42F35;
}
.tab-content {
  background-color: #ECF0FC;
  color: #ffffff;
  border-radius: 10px;
  padding: 6px!important;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.tab-content.visible {
  opacity: 1;
  visibility: visible;
}

.tab-content .article-title {
  color: #231E4B;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 24px;
}
.tab-content img {
  float: left;
  /* margin-right: 20px; */
  border-radius: 5px;
  width: 38%;
  min-width: 38%;
  height: 100%;
}
.collections-wrap {
  padding:0!important;
}
.collections-wrap li {
  
  width: 32.3%;
  margin:0;
  list-style: none;
  display: block;
  float: left;
  margin-bottom:1.5%;
  
}
.collections-wrap li a {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  transition: box-shadow 0.6s ease;
  display: block;
  height: 100%;
}

.collections-wrap li:hover a {
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.30);
}
.home .collections-wrap li:nth-child(3n-1) {
  margin:0 1.5%;
}
.collections-wrap span {
  color:#231E4B;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.06px;
  padding-bottom: 10px;
  display: block;
}
.collections-wrap li h2,
.collections-wrap li h3 {
  color: #231E4B;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.collections-wrap li p {
  font-size: 18px;
  font-weight: 400;
  color: #11142D;
}
.all-collections-button {
  background-image: url(img/red-arrow.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: right center;
}
.newsletter-section h3 {
  margin-bottom: 20px;
}
#mc-embedded-subscribe-form {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 80px;
}
.da-close.evr-close {
  font-size: 41px!important;
    padding: 15px 10px;
    color: #ffffff !important;
    opacity: 1;
}
#mc-embedded-subscribe {
  background-color: #b22025;
  transition: background-color 0.6s ease;
  border-radius: 0 10px 10px 0 !important;
  cursor: pointer;
  color: #ffffff;
  border: none;
  padding: 13px 20px !important;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
}
#mc-embedded-subscribe-form #mce-EMAIL {
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px!important;
  width: 100%;
  border-width: 0;
  border-radius: 0;
  color: #999;
  font-size: 14px;
  padding: 16px;
}
.newsletter-section p .main {
  font-size: 18px;
  font-style: normal;
  font-weight: normal!important;
  line-height: 27px!important;
  padding-bottom: 20px;
  display: block;
}
.newsletter-form button.et_pb_button {
  background-color: #b22025;
  transition: background-color 0.6s ease;
}
.newsletter-form button.et_pb_button:hover {
  background-color: #921b1f!important;
    
}

.blog-home .posts {
  padding:0;
  font-size: 0;
  line-height: 0;
}
.blog-home .article-title {
  color: #231E4B;
  line-height: 22px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.072px;
  margin-bottom: 5px;
}
.blog-home .posts>.author {
  display: none;
}
.blog-home .desc p,
.ais-Hits-list .desc p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 24px;
  font-weight: 400;
  color: #11142D;
}

.blog-home .desc .type,
.ais-Hits-list li.ais-Hits-item .type {
  display: block;
  margin-bottom: 11px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.07px;
  color:#231E4B;
  margin-top: -6px;
  /*Changes Type position */
}
.blog-home .date,
article.article .date {
  float: left;
  margin-right: 40px;
}
.blog-home .date-author,
.blog-home .date-author a,
article.article .date-author,
article.article .date-author a {
  color: #6E6F7D;
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 20px;
}
.blog-home .date-author .date:before,
article.article .date-author .date:before {
  content:'';
  width: 17px;
  height: 17px;
  background-image: url(img/calendar-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 9px;
}

.blog-home .date-author div.author:before,
article.article .date-author div.author:before {
  content:'';
  width: 17px;
  height: 17px;
  background-image: url(img/user-ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 6px;
}
.blog-home .date-author div.organisation:before,
article.article .date-author div.organisation:before {
  content:'';
  width: 17px;
  height: 17px;
  background-image: url(img/organisation-icon.svg)!important;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 6px;
}
.clear {
  float: none;
  clear: both;
}
.blog-home .article,
.ais-Hits-list li.ais-Hits-item {
  list-style: none;
  border-radius: 15px;
  border: 1px solid var(--text-colors-strokes, #DEDEDE);
  background: #FFF;
  display: flex;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}

.blog-home .article:hover,
.ais-Hits-list li.ais-Hits-item:hover {
  border-radius: 15px;
  border: 1px solid var(--text-colors-strokes, #DEDEDE);
  background: #FFF;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.30);
}
.blog-home .article>a {
  width:100%;
  display: block;
  padding: 40px 40px;
}
.newsletter form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}
.newsletter form input[type="text"]{
  border-radius: 10px 0 0 10px!important;
}
.newsletter .et_pb_contact_field_half {
  width: 100%!important;
}
.newsletter #et_pb_contact_email_0 {
  border-radius: 10px;
}
.newsletter .et_pb_contact_submit.et_pb_button {
  font-size: 20px!important;
  padding:0 30px!important;
}
.newsletter .et_contact_bottom_container {
  margin-bottom: 3%;
  height: 53px;
  margin-top: 0;
  position: relative;
}
.newsletter .et_contact_bottom_container button {
  border-radius: 0 10px 10px 0!important;
}
/*Home Page end*/

/*Blog post start*/
#breadcrumbs {
  margin-top: -20px;
  margin-bottom: 60px;
  color: #231E4B;
  font-size: 14px;
  font-weight: 400;
}
#breadcrumbs a {
  color: #231E4B;
  opacity: 0.3;
}
#breadcrumbs span>span:not(:last-child):after  {
  content: '';
  background-image: url(img/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 13px;
  display: inline-block;
  background-position: center right;
  position: relative;
  bottom: -2px;
  margin-right: 4px;
}
.has-link:after {
  opacity: 0.3;
}

.breadcrumb_last {
  font-weight: 400;
}
.et_right_sidebar #main-content .container:before {
  display: none;
}
.blue-header {
  background-image: linear-gradient(-13deg,#231f4c 0%,#090433 100%)!important;
  /* background-image: linear-gradient(117deg,#231f4c 0%,#231f4c 60%,#090433 100%)!important; */
  background-color: #231E4B;
  color: #ffffff;
  min-height: 457px;
}
.blue-header .container {
  font-size: 20px;
  z-index: 1;
}
.blue-header:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(img/logo-icon.svg)!important;
  background-repeat: no-repeat;
  background-position: 153% -2vh;
  background-size: 60%;
  
}
.single-post .blue-header {
  padding-top:90px;
  padding-bottom: 90px;
}
.disclaimer {
  margin-top:100px;
  border: solid 1px #ccc;
  padding: 20px;
  border-radius:6px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}
.disclaimer h6{
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:0.1em;
	color:#231E4B;
}
.disclaimer small {
  font-size: 14px;
  color: #231E4B;
}
.blue-header h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.blue-header .date {
  color:#ffffff;
  margin-bottom: 20px;
}
.blue-header .author {
  color:#ffffff;
  font-size: 20px;
  display: block;
  margin-top: 10px;
}
.blue-header .author a {
  text-decoration: underline;
  display: inline-block;
  color:#ffffff;
}
.single-post .et_post_meta_wrapper .post-meta {
  display: none;
}

.single-post #comment {
  border-radius: 10px;
  font-size: 13px;
  line-height: 18px;
}
#comments.page_title {
  font-size: 25px;
}
.comment-reply-link {
  font-size:15px;
  color: #231E4B;
  border-radius: 10px;
}
.single-post #submit {
  border: none;
  background-color: #231E4B;
  color: #ffffff;
  border-radius: 10px;
  font-size:15px;
}
.single-post .taxonomies h3 {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
}
.single-post .taxonomies li {
  display: inline-block;
}
.single-post .taxonomies a {
  font-size: 13px;
}
.single-post .category a {
  margin: 0 5px;
  padding: 2px 8px;
  border-radius: 5px;
  color: #231E4B;
  border: solid 1px #231E4B;
}
.taxonomies a:hover {
  opacity:0.5;
  transition: opacity 0.5s ease;
}
#commentform input {
  border-radius: 10px;
  font-size: 13px!important;
}
.taxonomies .collection a {
    color: #ffffff;
    background-color: #231E4B;
    border: solid 1px #231E4B;
    padding: 2px 8px;
    border-radius: 5px;
    margin: 0 5px;
}
.entry-content iframe,
article iframe,
body.single iframe,
body.single .hentry img {
  border-radius: 10px!important;
}
/*Blog post end*/

/* Author and Organisation start */

.tax-organisation .blue-header {
  /* position: absolute; */
  left: 0;
  right: 0;
  z-index: 0;
  top: 0;
  display: flex;
}

.tax-organisation .date-author,
.tax-authorz .date-author,
.single-community_profile .date-author {
  position: relative;
}
.single-community_profile .article.has-image.Report .date-author {
  flex-direction: column!important;
}
.tax-authorz .has-image.Report .desc p,
.tax-collection .has-image.Report .desc p,
.search .has-image.Report .desc p,
.search-results .has-image.Report .desc p,
.search-results .Resources .desc p,
.search-no-results .Resources .desc p,
.tax-collection ul.resources li.article .desc p,
.tax-authorz ul.resources li.article .desc p,
.tax-organisation ul.resources li.article .desc p,
.single-community_profile ul.resources li.article .desc p,
.search-results .Chapter .desc p,
.search-results .Books .desc p,
.search-results .E-Book .desc p {
  display: none;
}
.tax-authorz .has-image.Report .desc ,
.tax-collection .has-image.Report .desc,
.search .has-image.Report .desc,
.search-results .has-image.Report .desc ,
.search-results .Resources .desc,
.search-no-results .Resources .desc,
.tax-collection ul.resources li.article .desc,
.tax-authorz ul.resources li.article .desc,
.tax-organisation ul.resources li.article .desc,
.single-community_profile ul.resources li.article .desc {
  justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.article.has-image.Report a,
.article.has-image.BookEBookChapter a,
.article.has-image.Book a,
.article.has-image.Books a,
.article.has-image.Ebook a {
  display: flex;
  padding: 10px;
}
.search .article.has-image.Report a,
.search-no-results .article.has-image.Report a {
  display: flex;
  padding: 10px;
}
article.article.has-image.Report a,
article.article.has-image.report a {
  display: flex;
  padding: 10px!important;
}
.article.has-image.Report .desc {
  padding: 30px 30px 30px 40px;
}
.search .article.has-image.Report .desc,
.search-no-results .article.has-image.Report .desc,
.article.has-image.BookEBookChapter .desc,
.article.has-image.Book .desc,
.article.has-image.Books .desc,
.article.has-image.Ebook .desc {
  padding: 30px 30px 30px 40px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
.article.has-image.report .date-author,
.article.has-image.Report .date-author,
.article.Resources .date-author,
.tax-collection ul.resources li.article .date-author,
.tax-authorz ul.resources li.article .date-author,
.tax-organisation ul.resources li.article .date-author,
.article.Chapter .date-author,
.article.Books .date-author,
.article.E-Books .date-author,
.article.has-image.BookEBookChapter .date-author,
.article.has-image.Book .date-author
.article.has-image.Ebook .date-author {
  display: flex;
  flex-direction: column-reverse;
  margin-top: auto;
}
.single-community_profile ul.resources li.article .date-author {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}
.article.has-image .date-author .date,
.article.Resources .date-author .date,
.tax-collection ul.resources li.article .date-author .date,
.tax-authorz ul.resources li.article .date-author .date,
.tax-organisation ul.resources li.article .date-author .date,
.single-community_profile ul.resources li.article .date-author .date,
.single-community_profile ul.resources li.article .date-author .date,
.article.Chapter .date-author .date,
.article.Books .date-author .date,
.article.E-Books .date-author .date,
.article.E-Book .date-author .date,
.article.has-image.BookEBookChapter .date-author .date,
.article.has-image.Book .date-author .date,
.article.has-image.Ebook .date-author .date {
  margin-bottom:10px;
}

.tax-organisation .date-author .popup,
.tax-authorz .date-author .popup,
.tax-collection .date-author .popup,
.search-results .date-author .popup,
.single-community_profile .popup{
  display: none;
  position: absolute;
  z-index: 999;
  padding: 20px;
  background-color: #fffffff0;
  top: -11px;
  left: 22px;
  border: solid #B22025 1px;
  border-radius: 5px;
  width: max-content;
}
.sub-collection {
  font-weight: 600;
  font-size: 22px;
  color: #231e4b;
  padding-left: 5px;
  margin-bottom: 23px;
  display: block;
  line-height: 42px;
}
.blue-header h1 {
  /* margin-bottom: 32px; */
}
.blue-header p,
.page-template-collections-page .excerpt {
  margin-top: 32px;
  max-width: 50%;
  font-size: 20px;
  line-height: normal;
}
.tax-organisation .author:hover .popup,
.tax-authorz .author:hover .popup,
.tax-collection .author:hover .popup,
.search-results .author:hover .popup,
.single-community_profile .author:hover .popup {
  display: block;
}
.single-community_profile  .resource-links-wrap {
  margin-bottom: 40px;
}
.single-community_profile .report-cards .container>h4,
.single-community_profile .resource-links-wrap>h4 {
  font-size: 32px;
  font-weight: 700;
  color: #231E4B;
  margin-bottom: 20px;
  margin-top: 30px;
}
.single-community_profile .report-cards .container>h3 {
  font-size: 38px;
  font-weight: 600;
  color: #231E4B;
}
.tax-authorz .desc h4,
.tax-organisation .desc h4,
.tax-collection .desc h4,
.single-community_profile .desc h4,
.ais-Hits-list li.ais-Hits-item .desc h4,
.archive.category .desc h4,
.page-template-blog-page .desc h4 {
    font-size: 24px;
    color: #231E4B;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}
.tax-authorz .entry-title,
.tax-organisation .entry-title {
  font-size: 40px;
  font-weight:700;
  padding-bottom: 56px;
  color: #231E4B;
}
.tax-authorz .pagination,
.tax-organisation .pagination,
.tax-collection .pagination,
.pagination {
    font-size: 15px;
    display: block;
}
.tax-authorz .pagination li,
.tax-organisation .pagination li,
.tax-collection .pagination li,
.pagination li {
    display: inline-block;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  display: inline!important;
  margin: 0 5px;
  padding: 5px 15px;
  border-radius: 5px; /* Rounded corners */
  text-decoration: none;
  color: #231E4B; /* Dark grey text, adjust as needed */
}
.tax-authorz .next.page-numbers,
.tax-authorz .prev.page-numbers {
  top: -20px!important;
  height: 40px;
  display: block !important;
}
.tax-organisation .next.page-numbers,
.tax-organisation .prev.page-numbers {
  height: 40px;
  display: inline-block !important;
  top: -10px!important;
}
.page-template-blog-page .pagination .previouspostslink,
.page-template-blog-page .pagination .nextpostslink,
.page-template-blog-page .pagination .last,
.page-template-blog-page .pagination .first {
  font-size: 0;
  background-image: url(img/pag-arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: -5px;
}
.page-template-blog-page .pagination .last,
.page-template-blog-page .pagination .first {
  background-image: url(img/pag-arrow2.svg);
  background-size: 20px;
}
.page-template-blog-page .pagination .nextpostslink,
.pagination .last {
  transform: rotate(180deg);
}
.pagination a.page-numbers:hover {
  background-color: #eee; /* Light grey background on hover */
}

/* Current Page Number */
.pagination span.page-numbers.current {
  background-color: #231E4B; /* Darker background for current page */
  color: white;
}
.tax-authorz .pagination {
  margin-top: 50px;
  margin-bottom: 90px;
  min-height: 25px;
}
.tax-authorz .pagination .page-numbers,
.tax-organisation .pagination .page-numbers {
  padding: 5px 14px;
}
/* Prev/Next Buttons */
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
  font-size: 0;
    background-image: url(img/pag-arrow.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top:-7px;
}
.pagination a.next.page-numbers {
  transform: rotate(180deg);
}

/* When current page is active, you may not want a hover effect */
.pagination span.page-numbers.current:hover {
  background-color: #555; /* Same as non-hover state */
}

/* Adjust sizes for mobile responsiveness if necessary */
@media (max-width: 600px) {
  .pagination a.page-numbers,
  .pagination span.page-numbers {
    padding: 3px 7px;
    margin: 0 3px;
  }
}
.tax-authorz  li.article,
.tax-organisation li.article,
.tax-collection li.article,
.archive.category li.article,
.page-template-blog-page li.article {
  background-color: #ffffff;
}
.tax-authorz  li.article .type a,
.tax-organisation  li.article .type a,
.tax-collection  li.article .type a,
.search li.article .type a,
.archive.category li.article .type a,
.page-template-blog-page li.article .type a{
  font-size: 15px;
  color:#231E4B;
}
.tax-authorz .resources li.article,
.tax-organisation .resources li.article,
.tax-collection .resources li.article,
.ais-Hits-list li {
  display: flex;
}
.search .popup a {
  line-height: 20px!important;
  white-space: nowrap;
}
.popup a:not(:last-child)::after {
  content:',';
  display: inline-block;
}

.search-results .resources li.article {
  display: flex;
}
.tax-authorz .resources li.article .image,
.tax-organisation .resources li.article .image,
.tax-collection .resources li.article .image,
.search-results .resources li.article.Report .image,
.search-no-results .resources li.article.Report .image,
.single-community_profile .resources li.article.Report .image,
article.article.Report .image.above-title,
.article.Report.has-image .image,
.article.has-image.BookEBookChapter .image,
.article.has-image.Book .image,
.article.has-image.Books .image,
.article.has-image.Ebook .image {
  float: none;
  min-height: 268px;
  width: 210px;
  min-width: 210px;
  height: 100%;
  background-size: cover;
  border-radius: 6px;
}
.tax-authorz .resources li.article .desc,
.tax-organisation .resources li.article .desc,
.tax-collection .resources li.article .desc,
.search-results .resources li.article .desc,
.report-cards li.article .desc{
  /* width: 80%; */
}
.has-image.Report .desc,
.has-image.teport .desc {
  width: 80%;
}
.resources.blog-home .article:not(.has-image) a,
.ais-Hits-list li.ais-Hits-item a {
  padding: 40px 40px;
}
.ais-Hits-list li.ais-Hits-item a {
  display: block;
}
.ais-Hits-list li.ais-Hits-item article.has-image.Report a {
  display: flex;
}
.tax-collection .resources li.article .desc,
article.article .desc {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.blog-home.resources{
    margin-bottom: 60px;
}
.tax-authorz  li.article.Report .image img,
.tax-organisation  li.article.Report .image img,
.tax-collection li.article.Report .image img,
.search-results li.article.Report .image img,
.report-cards li.article.Report .image img {
  height: auto;
  width: 100%;
  max-width: none;
}
.tax-authorz  li.article .image img,
.tax-organisation  li.article .image img,
.tax-collection li.article .image img,
.search-results li.article .image img,
.report-cards li.article .image img {
  display: none;
}
.tax-organisation  li.article,
.tax-authorz #resources-wraper li.article {
  margin-bottom: 24px;
}
.tax-authorz .resources li.article .date,
.tax-organisation .resources li.article .date {
  /*float: none;
  margin-top: 8px;*/
}
.tax-authorz .resources li.article .date-author div.author,
.tax-organisation .resources li.article .date-author div.author,
.tax-collection .resources li.article .date-author div.author,
.search-results .resources li.article .date-author div.author,
article.article .date-author div.author  {
  display: inline-block;
  position: relative;
}
.tax-authorz .resources li.article .date-author div.author:before,
.tax-organisation .resources li.article .date-author div.author:before,
.tax-collection .resources li.article .date-author div.author:before ,
article.article .date-author div.author:before  {
  margin-right: 9px;
}
.tax-authorz .resources li.article .date-author div.organisation:before,
.tax-organisation .resources li.article .date-author div.organisation:before,
.tax-collection .resources li.article .date-author div.organisation:before  {
  margin-right: 4px;
}
.tax-organisation .author-info .name,
.tax-collection .author-info .name {
  margin-bottom: 10px;
  text-align: center;
}
/* article.article.Resources .author,
article.article.Posts .author.organisation{
  display: none!important;
}  */
article.article.Resources .author.organisation{
  display: inline-block!important;
} 
.author-info {
  text-align: center;
}
.author .left,
.tax-authorz .left,
.tax-organisation .left,
.search-results .left {
  width: 20%;
  float: left;
}
.search-results .row {
  padding-top:20px;
}
.search-results .sec-title {
  font-size: 25px;
  color: #11142D;
  margin-bottom:20px;
}
.author .right,
.search-results .right {
  padding-left: 40px;
  width: 80%;
  float: right;
}
.tax-authorz .right,
.tax-organisation .right {
  width: 66%;
  max-width: 100%;
  margin: auto;
}
.author-info {
  color:#ffffff;
  margin-bottom: 20px;
  max-width: 100%;
  width: 180px;
}
.author-info img {
  border-radius: 50%;
  border: solid 5px #ffffff;
  width: 197px;
  height: auto; 
  margin-bottom:25px;
} 
.author-info .name {
  font-size: 24px;
  margin-bottom: -6px;
}

.author-info .first-word {
  font-weight: 200!important;
}
.author-info .job-title {
  font-size: 12px;
  margin-bottom: 10px;
}
.author-info .organization {
  font-size: 18px;
  font-weight: 600;
}
.author-info .description {
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ffffff;
  font-weight: 300;
  margin-bottom: 15px
}
.author-info .icons {
  font-size: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 15px;
}
.author-info .website {
  background-image: url('img/web-icon.png');
}
.author-info .facebook {
  background-image: url('img/fb-icon.png');
}
.author-info .instagram {
  background-image: url('img/insta-icon.png');
}
.author-info .twitter {
  background-image: url('img/twitter-icon.png');
}
.author .resources .article{
  background-color: #ffffff;
}
.author #main-content {
  background: transparent;
}
.tax-authorz .posts.resources .article:not(.Report) .image {
  /*display: none;*/
}
.author .resources .thumbnail {
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

/* Author end */

/*404 start*/
.error404 .blue-header div,
.error404 .blue-header p {
  width: 90%;
  display: block;
  margin: 40px auto;
}
.error404 .blue-header h1 {
  font-size: 90px;
}
.error404 #algolia-powered-by {
  text-align: right;
  width: 850px;
  max-width: 90%;
  margin-right: -35px;
  margin-top: -25px;
  
}
.error404 .blue-header h1 span {
  font-weight: 200;
  margin: 20px;
  font-size: 45px;
}
#searchform-404 {
  max-width: 90%;
  width: 850px;
  margin: auto;
  position: relative;
  z-index: 9;
}
#searchform-404 .search-field {
  background-color: #fff;
  border-radius: 15px;
  border: none;
  padding: 10px 0 10px 50px;
  max-width: 100%;
  width: 850px;
  height: 50px;
  line-height: 30px;
  font-size: 22px;
  font-weight: 200;
}
#searchform-404 #searchsubmit {
  position: absolute;
  top: 0!important;
  right: 0;
  border-radius: 0px 14px 14px 0px;
  background: #B42F35;
  display: inline-flex;
  height: 50px;
  width: 100px;
  padding: 12px 20px;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
  border: none;
  color: #ffffff;
  font-size: 18px;
}
/*404 end*/

/*Collection start */
.tax-collection .left-side,
.archive.category  .left-side,
.page-template-blog-page .left-side {
  float: left;
  width: 30%;
}
.tax-collection .right,
.archive.category  .right,
.page-template-blog-page .right {
  float: right;
  width: 66%;
  padding-top: 5px;
  padding-left: 20px;
}

.collection-description {
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  padding-bottom: 40px!important;
  margin-bottom: 40px;
  border-bottom: solid 1px #231E4B;
  display: block;
  font-weight: 400;
}
.collection-menu,
.blog-filtering .sf-field-category ul,
.tab-container .taxonomy-navigation {
  margin-bottom: 40px;
  /* margin-top: 20px; */
  border: 1px solid #DEDEDE;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.10);
  border-radius: 10px;
  padding: 20px!important;
}
.archive.category li a.active,
.page-template-blog-page .left-side li a.active,
.collection-menu li a.current,
.collection-menu li a:hover,
.blog-filtering .sf-field-category ul .sf-option-active,
.blog-filtering .sf-field-category ul li:hover,
.tab-container .taxonomy-navigation li:hover a,
.tab-container .taxonomy-navigation li.active a {
  color: #fff;
  background-color: #231E4B;
  background-image: url('img/arrow-white.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 95% center;
  cursor: pointer;
}

.tab-container .taxonomy-navigation a {
  color: #231E4B;
}
.tab-container .taxonomy-navigation li:hover a,
.tab-container .taxonomy-navigation li.active a {
  color: #ffffff;
}
.collection-menu li a,
.blog-filtering .sf-field-category ul li,
.tab-container .taxonomy-navigation li a {
  display: block;
  border-radius: 5px;
  font-weight: bold;
  background-image: url(img/arrow-blue.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #231E4B;
  padding: 10px 46px 10px 16px;
  margin-right: 1.5%;
  margin-bottom: 5px;
  font-size: 17px;
  transition: background-color 0.6s ease;
}
.collection-menu li ul{
  display: none;
}

.collection-menu li ul:has(.current) {
  display: block;
  padding-left: 20px;
}
/*Collection end */

/*Blog Archive start */
.page-template-blog-page .left-side {
  width: 30%;
}
.page-template-blog-page .collection-menu li {
  list-style: none;
}
.page-template-blog-page .left-side ul {
  padding:0;
}
.page-template-blog-page .results-wraper {
  width: 66%;
  padding-left: 20px;
}
.page-template-blog-page #breadcrumbs {
  margin-top: 0;
}
.results-wraper .search-filter-results .type ul {
  padding:0;
}
.results-wraper .search-filter-results .type ul li {
  list-style: none;
}
.results-wraper .search-filter-results .type a {
  color: #231E4B;
}
.results-wraper>h3 {
  font-size: 40px;
  color: #231E4B;
  margin-bottom: 15px;
  font-weight: 600;
}
.archive.category  #blogs-title,
.page-template-blog-page #blogs-title {
  font-size: 40px;
    color: #231E4B;
    margin-bottom: 15px;
    font-weight: 600;
}
.left-side > h3 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #231E4B;
  font-weight: 700;
}
.single-post .taxonomies ul {
  padding-bottom: 20px;
}
.page-template-blog-page .blog-home .desc .type:empty {
  display: none;
}
/*Blog Archive end */

/* Collections Page start*/
.blue-header,
.page-template-blog-page .blue-header{
  padding: 120px 0 150px 0;
  color:#ffffff;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.tax-collection .blue-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.blog-filtering {
  display: flex;
  justify-content: space-between;
}
.blog-filtering .sf-field-category {
  padding:0;
}
/* .blog-filtering .sf-field-category ul li {
  display: block;
  font-weight: bold;
  background-color: #F9F9F9;
  background-image: url(img/blue-right-arrow-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #231E4B;
  border-radius: 10px;
  padding: 20px;
  margin-right: 1.5%;
  margin-bottom: 1%;
  font-size: 20px;
} */
.blog-filtering .sf-field-category ul {
  padding: 0;
}
.blog-filtering .sf-field-category ul li label {
  width: 100%;
  cursor: pointer;
}
.blog-filtering .sf-level-0 {
  font-weight: 600!important;
}
/* Pagination */
.wp-pagenavi .pages {
  display: none;
}
.pagination {
    margin: 20px 0 40px 0;
}
.wp-pagenavi,
.pagination {
  text-align: center;
}
.wp-pagenavi a,
.pagination a {
  color: #231E4B;
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: none;
  display: inline-block;
  width: 44px;
}
.wp-pagenavi span.current,
.pagination li span.current{
  border-radius: 6px;
  background-color: #231E4B;
  color: white;
  padding: 5px 10px;
}
.wp-pagenavi a:hover,
.pagination li span:hover {
  background-color:#f2f2f2;
}
.tax-authorz .pagination li,
.tax-organisation .pagination li {
    margin-right: 4px;
}
.wp-pagenavi a,
.pagination li a {
  margin: 0 5px;
  padding: 5px 10px;
  width: 44px;
  text-align: center;
  border-radius: 6px;
  border: none;
}
.wp-pagenavi .last,
.wp-pagenavi .first {
  font-size: 0;
}
.tax-authorz .pagination span,
.tax-authorz .pagination a,
.tax-authorz .pagination .current,
.tax-organisation .pagination span,
.tax-organisation .pagination a,
.tax-organisation .pagination .current {
    display: inline-block;
    font-size: 15px;
    margin: 2px;
}
.tax-authorz .blog-home.resources {
  position: relative;
  padding-bottom: 40px;
}
.tax-authorz #load-more,
.tax-collection .blog-home #load-more {
  margin: 20px auto;
  font-size: 16px!important;
  display: block;
  border: none;
  color: #231e4b;
  background: transparent!important;
  padding: 8px 16px;
  width: 212px;
  cursor: pointer;
  position: absolute;
  font-weight: 600;
  bottom: -20px;
  left: 0;
  right: 0;
}
#seeAllPosts {
  bottom: -20px;
}
#seeAllPosts:after {
  content: '' !important;
  display: inline-block !important;
  position: absolute;
  top: -11px;
  right: -7px;
  background-image: url(img/right-arrow-icon.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: right 0.3s ease-in-out;
}
.tax-authorz #load-more:after,
.tax-collection .blog-home #load-more:after {
  content: '' !important;
  display: inline-block !important;
  position: absolute;
  top: 10px;
  right: -7px;
  background-image: url(img/right-arrow-icon.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: right 0.3s ease-in-out;
}

.tax-authorz #load-more:hover:after,
.tax-collection .blog-home #load-more:hover:after {
  right: -10px;
}
.tax-collection .blog-home #load-more {
  font-size: 16px!important;
}
.right .load-more {
  display: inline-block;
  color: #231E4B;
  font-weight: 600;
  background-image: url(img/right-arrow-icon.png);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px!important;
  font-size: 16px!important;
  position: relative;
  float: right;
}

.right>.clear {
  height: 80px;
}
.pagination {
  background-color: #ffffff;
}

/* .blog-filtering .sf-field-category ul .sf-option-active {
  color: #fff;
  background-color: #231E4B;
  background-image: url(img/right-arrow-icon.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 95% center;
} */
.blog-filtering .sf-input-radio {
  display: none;
}
.page-template-collections-page .collections-wrap li,
.post-type-archive-community_profile .collections-wrap li {
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  width: 32%;
  margin-bottom: 2%;
  transition: all 300ms ease-in;

}
.page-template-collections-page .collections-wrap li:nth-child(n):not(:nth-child(3n)),
.post-type-archive-community_profile .collections-wrap li:nth-child(n):not(:nth-child(3n)) {
  margin-right: 2%;
}
.page-template-collections-page .collections-wrap li:hover,
.post-type-archive-community_profile .collections-wrap li:hover {
  position: relative;
}
.page-template-collections-page-php .main_title {
  display: none;
}
.page-template-collections-page-php .entry-content {
  padding-bottom: 80px;
}
.province-item span {
  color: #000000;
  text-transform: none;
}
.page-template-collections-page-php .excerpt,
.page-template-blog-page .excerpt {
  color: #ffffff;
  font-size: 20px;
  line-height: normal;
  font-weight: 400;
  max-width: 50%;
}
.page-template-blog-page .pagination,
.archive.category .pagination {
  margin-top: 50px;
  margin-bottom: 90px;
}
.page-template-blog-page .et-l.et-l--post {
  display: none;
}
#search-filter-results-99 .posts li.article {
  margin-bottom: 25px;
}
/* Collections page end*/

/*Single Resource start*/
.single-resources .main-left,
.single-post .entry-content  {
  width:67%;
  float: right;
  padding-left: 40px;
  padding-right: 100px;
}
.et-search-form, blockquote {
  border-color: #DEDEDE;
}
.single-resources .right-sidebar,
.single-post .right-sidebar {
  padding-top: 37px;
  width: 24%;
  float: left;
  margin-bottom:40px;
}
.single-resources .right-sidebar img {
  border-radius: 8px;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.30);
}
.embed-container {
  border-radius: 8px;
  overflow: hidden;
}
.single-resources .et_post_meta_wrapper {
  display: none;
}
.single-resources .resource-type,
.single-books .resource-type,
.single-community_profile .resource-type {
  display: inline-block;
  width: auto;
  border-radius: 8px;
  background: #419DFF;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px 16px;
  margin-bottom: 0;
  top: -65px;
  position: absolute;
  z-index: 9;
  font-size: 16px;
}
.single-resources .resource-type a,
.single-books .resource-type a,
.single-community_profile .resource-type a {
  display: block ruby;
}
.single-resources .resource-type a,
.single-books .resource-type a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}
/* .single-resources .entry-content h1 {
  font-size: 40px;
  font-weight: 700;
  color:#231E4B;
  margin-bottom: 20px;
}
.single-resources .entry-content h2 {
  font-size: 38px;
  font-weight: 600;
  color:#231E4B;
  margin-bottom: 20px;
}
.single-resources .entry-content h3 {
  font-size: 32px;
  color:#231E4B;
  margin-bottom: 15px;
}
.single-resources .entry-content h4 {
  font-size: 24px;
  font-weight: 700;
  color:#231E4B;
  margin-bottom: 15px;
} */
/* .single-resources .entry-content p,
.single-resources .entry-content ul,
.single-resources .entry-content ul li {
  color: #000000;
  font-size: 18px;
  line-height: normal;
} */

.wp-caption p.wp-caption-text {
  font-size: 14px!important;
}
.wp-caption {
  padding: 0;
  border: none;
  background: transparent;
  text-align: left;
  line-height: 16px;
  font-size: 14px!important;
  color: #000000;
}
.wp-caption-text {
  padding-left:10px!important;
}
.wp-caption img {
  margin-bottom:10px;
}

.single-resources .resource-type p {
  font-size: 18px;
  display: contents;
}
.single-resources .organisation,
.single-resources .author,
.single-books .author,
.single-post .right-sidebar .author,
.single-post .right-sidebar .organisation {
  color: #231E4B;
  margin-bottom:20px!important;
  padding-bottom: 20px!important;
  border-bottom: solid 1px #EDEDED;
}
.single-resources .right-sidebar >div:last-child,
.single-post .right-sidebar >div:last-child,
.single-books .left-sidebar >div:last-child {
  border:none!important;
}
.single-resources .author a,
.single-books .author a,
.single-books .author a,
.single-post .author a,
.single-resources .organisation a,
.single-books .organisation a,
.single-books .organisation a,
.single-post .organisation a {
  color: #231E4B;
  word-break: keep-all;
  display: inline-block;
}
.single-resources .organisation p {
  display: inline-block;
}
/* .single-resources .organisation p:after {
  content: ', ';
  margin-right: 5px;
  display: inline-block;
} */
.single-resources .organisation p:last-child:after {
  content: '';
  display: none;
}
.single-resources .date {
  padding-bottom: 80px;
  padding-top:10px;
}
.single-resources .subtitle {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 10px;
}
.single-resources .excerpt {
  color: #ffffff;
  font-size: 18px;
  line-height: normal!important;
  width: 50%;
  padding-bottom:40px;
}


.single-resources .entry-content a,
.single-post .entry-content a {
  color: #000000;
  text-decoration: underline;
  text-decoration-color:#2ea3f2;
}
strong {
  font-weight: 600;
}
.single-resources .external-link,
.single-books .attachments a {
  display: flex;
  padding: 15px 42px 15px 15px;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  color: #231E4B;
  background: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  background-image: url(img/arrow-blue.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 95% center;
  margin-bottom: 10px;
  transition: background-color 0.6s ease;
}
.single-resources .external-link:hover,
.single-books .attachments a:hover {
  border: solid 1px #231E4B;
  background: #231E4B;
  color: #ffffff;
  background-image: url(img/arrow-white.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.single-resources .external-link:last-child {
  margin-bottom: 30px!important;
}
.single-resources .entry-content img,
.single-books .left-sidebar img {
  border-radius: 8px;
}

.single-resources .right-sidebar .author a,
.single-book  .right-sidebar .author a {
  font-size: 14px;
}
/*Search page start*/
#stats h3,
h3.box-title{
  font-size: 24px;
  margin-bottom: 40px;
  color: #231e4b;
  font-weight: 700;
}
.search-results .blue-header,
.search-no-results .blue-header{
  padding: 90px 0 90px 0;
  background-image: linear-gradient(-13deg,#231f4c 0%,#090433 100%)!important;
  /* background-image: linear-gradient(117deg,#231f4c 0%,#231f4c 60%,#090433 100%)!important; */
  background-color: #231E4B;
  color: #ffffff;
  margin-bottom: 40px;
  
}
#ais-facets {
  width: 100%!important;
  padding-left: 0;
}
#ais-main {
  padding:15px 0;
}
.ais-facets {
  margin-bottom:40px;
  padding-bottom: 20px;
  border-bottom: solid 1px #00000020;
}
.search-results .left-side,
.search-no-results .left-side {
  width: 30%;
  float: left;
}
#ais-wrapper {
  display: flex!important;
}
.search-results .results-wraper,
.search-no-results .results-wraper {
  width: 66%;
  float: right;
}
.algolia-search-box-wrapper {
  max-width: 100%;
  width: 850px;
  margin: auto;
}

.search-no-results #breadcrumbs {
  margin-top: -20px;
}
.search-results .blue-header input,
.search-no-results .blue-header input{
  font-size: 18px;
}
.search-results .blue-header input[type="text"],
.search-no-results .blue-header input[type="text"]{
  border-radius: 10px 0 0 10px;
  background-color: #ffffff;
  padding: 15px;
  width: 77%;
  border: none;
  margin-right:-4px;
  
}
.search-results .blue-header .container,
.search-no-results .blue-header .container{
  padding:0 10%;
}
.search-results .blue-header input[type="submit"],
.search-no-results .blue-header input[type="submit"]{
  border-radius: 0 10px 10px 0;
  background-color: #B22025;
  color: #ffffff;
  padding: 15px 27px 15px 40px;
  border: none;
  width: 23%;
  margin-left: 0;
  background-image: url(img/magnifier-icon.png);
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 17% 50%;
  font-weight: 600;
}
.search-results .blue-header,
.search-no-results .blue-header {
  display: flex;
}
#algoliaSubmit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 14px 14px 0px;
  background:#B42F35;
  display: inline-flex;
  height: 50px;
  padding: 12px 20px;
  align-items: center;
  gap: 13px;
  flex-shrink: 0;
  border: none;
  color: #ffffff;
  font-size: 18px;
}
#algolia-search-box input:before {
  content:'New Search';
  color: #ffffff;
}
#algolia-search-box input{
  background-color: #fff;
  border-radius: 15px;
  border: none;
  padding: 10px 0 10px 50px;
}
.algolia-search-box-wrapper .search-icon path {
  fill: #000000;
}
.algolia-search-box-wrapper .search-icon {
  margin-left: 15px;
  width: 19px;
}
#algolia-powered-by path {
  fill:#ffffff!important;
}
.home #algolia-powered-by {
  position: absolute;
  right: 0;
  top: -50px;
}
.ais-Pagination-list {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}

.ais-Pagination-item {
  margin: 0 5px;
  width: 44px;
  text-align: center;
  border-radius: 6px;
}

.ais-Pagination-link {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #333; /* Change this color to match the text color you want */
  border: none;
}

.ais-Pagination-item--selected .ais-Pagination-link,
.ais-Pagination-item--selected .ais-Pagination-link:hover {
  border-radius: 6px;
  background-color: #231E4B; /* Change this to the color you want for the selected item */
  color: white; /* Change text color if needed */
}
.ais-Pagination-item--previousPage a,
.ais-Pagination-item--nextPage a {
  font-size: 0;
  background-image: url('img/pag-arrow.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.ais-Pagination-item--firstPage a,
.ais-Pagination-item--lastPage a {
  font-size: 0;
  background-image: url('img/pag-arrow2.svg');
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.ais-facets .ais-RefinementList-count {
  float: right;
}
.ais-facets {
  font-size: 18px;
  color: #11142D;
}
.ais-RefinementList-count {
  opacity: 0.7;
}
.ais-RefinementList-label .ais-RefinementList-checkbox {
  width: 18px;
  height:18px;
  margin-right: 15px;
  border: solid 1px #231E4B!important;
}
.ais-RefinementList-label,
.ais-HierarchicalMenu-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.ais-RefinementList-label .ais-RefinementList-labelText,
.ais-HierarchicalMenu-label {
  width: 100%;
}
.ais-Pagination-item--nextPage a,
.ais-Pagination-item--lastPage a {
  transform: rotate(180deg);
}
.ais-Pagination-item--disabled .ais-Pagination-link {
  border-radius: 6px;
  color: #ccc; /* Disabled text color */
  border-color: #ccc; /* Disabled border color */
  cursor: not-allowed;
}

.ais-Pagination-item:hover .ais-Pagination-link {
  border-radius: 6px;
  background-color: #f2f2f2; /* Hover background color, change as needed */
}

/* If you have specific styles for the first and last buttons you can add them like this */
.ais-Pagination-item--firstPage .ais-Pagination-link,
.ais-Pagination-item--lastPage .ais-Pagination-link {
  /* Your specific styles for first and last buttons */
}

/* If you want to hide the arrows on disabled state */
.ais-Pagination-item--disabled .ais-Pagination-link {
  visibility: hidden;
}
.ais-HierarchicalMenu-list {
  list-style-type: none; /* Remove default list styling */
  padding: 0; /* Reset padding */
}

.ais-HierarchicalMenu-item {
  position: relative; /* For positioning the pseudo-element */
  margin-bottom: 10px; /* Spacing between items */
}

.ais-HierarchicalMenu-link {
  text-decoration: none; /* Optional: Removes underline from links */
  color: black; /* Text color */
  display: flex; /* To align checkbox and label */
  align-items: center; /* Align checkbox and label vertically */
}
.ais-HierarchicalMenu-item--selected,
.ais-RefinementList-labelText,
.ais-RefinementList-label,
.ais-HierarchicalMenu-link.ais-facets
.ais-HierarchicalMenu-label,
.ais-HierarchicalMenu-count,
.ais-HierarchicalMenu-link {
  font-weight: 400;
  font-size: 16px!important;
  color: #231E4B;
}
.ais-HierarchicalMenu-link::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #000; /* Border for the checkbox */
  margin-right: 10px; /* Space between checkbox and label */
  border-radius: 3px; /* Optional: for rounded corners */
  margin-left: 4px;
}
#ais-facets .widgettitle {
  position:relative;
  font-size: 18px;
  padding-bottom:20px;
  display: block;
  color: #231E4B;
}
#ais-facets .widgettitle:after {
  content: "+";
  display: inline-block;
  position: absolute;
  right:0;
  top:0;
}
#ais-facets div.visible .widgettitle:after {
  content: "-";
}
#ais-facets div.visible {
  display: block;
}

/* Style for the selected/checked item */
.ais-HierarchicalMenu-link--selected:before,
.ais-HierarchicalMenu-item.selected .ais-HierarchicalMenu-link::before {
  background: url('img/checkbox-image.png') no-repeat center center!important;
  background-size: 14px!important;
  border: solid 1px #0075ff;
}

/* Optional: Hide the count if not needed */
.ais-HierarchicalMenu-count {
  display: none;
}

/* Optional: Styling for the label */
.ais-HierarchicalMenu-label {
  
}
/* .author:hover::after {
  content: attr(title); 
  background-color: #ffffff; 
  color: #6E6F7D;
  padding: 5px; 
  position: absolute;
  top: -5px;
  left: 21px;
  width: 100%;
  z-index: 99999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; 
}

.author:hover::after {
  opacity: 1; 
  transition: opacity 0.3s ease-in-out; 
} */


/*Search page end*/

/*Single Resource end*/
#breadcrumbs.white a,
#breadcrumbs.white {
  color: #ffffff;
}
.white {
  color: #ffffff;
}
/*Footer start */
/*footer {
  border-top: solid 1px #231E4B;
}*/
.footer-first p {
  font-weight:500;
  color:#231E4B;
}
.et_pb_section_0_tb_footer {
  border-top:0!important;
}
footer .et-menu-nav ul li {
  width: 100%!important;
  display: block;
  margin:0!important;
}
footer .et-menu-nav ul {
  padding:0;
}
footer .et-menu-nav ul li a {
  color: #231E4B!important;
  font-weight:400;
  opacity:1!important;
}

/*Footer end */

/*Community profile start*/
.single-community_profile .resource-type {
/* .single-books .resource-type { */
  margin-bottom: 45px;
}
.single-community_profile .blue-header .entry-title {
  margin-bottom: 0px;
}
.single-community_profile .collection-menu li li a {
  font-weight: normal;
}
.single-community_profile .blue-header {
  color: #ffffff;
  /* padding: 100px 0 0 0; */
}
.single-books .blue-header {
  color: #ffffff;
  padding: 120px 0 0 0;
}
.report-cards span.type a {
  color: #231E4B;
}
.single-community_profile .report-cards {
  padding-top: 80px;
}
.single-community_profile .report-cards .container {
  margin-left: 25%;
  width: 50%;
}
.single-community_profile .main-left {
  width: 55%;
  float: left;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: border-box;
}
.report-cards {
  background-color: #ECF0FC!important;
  padding-bottom: 60px;
}

.report-cards div.image {
  height: 170px;
  width: 150px;
}
.report-cards li.article {
  background-color: #ffffff;
  display: flex;
 
}
.single-community_profile .right-sidebar {
  width: 20%;
  float: right;
  padding-top: 0;
  font-weight: 400;
  font-size: 18px;
  color: #231E4B;
}
.single-community_profile .right-sidebar a {
  color: #231E4B;
  text-decoration: underline;
}
.single-community_profile .right-sidebar strong {
  font-weight: 500;
}
.single-community_profile .right-sidebar strong {
  text-transform: uppercase;
}
.single-community_profile .left-sidebar.menu {
  float:left;
  width: 25%;
  font-size: 18px;
}
.single-community_profile .main-left h3,
.single-community_profile .main-left h3 strong,
.single-community_profile .right-sidebar h3 {
  color: #231E4B;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.single-books .left-sidebar  {
  float:left;
  width: 30%;
}

.single-books .collection-menu a {
 text-decoration: none!important;
}
.single-books .collection-menu li li a {
  font-weight: 400;
}
.single-books .collection-menu li ul {
  display: none;
}
.single-books .collection-menu li.current-item ul {
  display: block!important;
}
.current-item>a {
  background-color: #231E4B;
  background-image: url(img/arrow-white.svg)!important;
  color: #ffffff!important;
}
.single-books .left-sidebar .author {
  color: #231E4B;
  font-size: 14px;
  margin-top: 20px;
  padding-bottom:0;
  margin-left: 5px;
}
/* .single-community_profile .left-sidebar.menu a {
  color: #231E4B;
  padding: 4px 10px;
  display: inline-block;
} */
.single-community_profile .left-sidebar.menu .current a {
  color: #231E4B;
  background: #F8F8F8;
}
.province-menu {
  list-style: none;
  padding: 0;
  margin: 45px 0 0 0;
  display: flex;
}
.province-menu li {
  position: relative;
}
.province-menu li.current {
  background-color: #B83337;
}
.province-menu li ul {
  display: none;
  position: absolute;
  background-color: #231E4B;
  min-width: 160px;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.30);
  z-index: 1;
  left: 0;
  top: 40px;
}
.province-menu li:hover ul {
  display: block;
}
.province-menu li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #ffffff;
}
.province-menu li a:hover {
  background-color: #B83337;
  color: #ffffff;
}
.single-community_profile .blue-header {
  min-height: 360px;
}
.single-community_profile article a {
  color: #231E4B;
  text-decoration: underline;
}
.single-community_profile article h3,
.single-community_profile article h3 strong {
  color: #231E4B;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
.single-community_profile .collection-menu li a {
  text-transform: capitalize!important;
}
.single-community_profile .resource-links-wrap ul {
  margin-bottom: 40px;
}
.single-community_profile .resource-links-wrap p {
  color: #000000;
  font-size: 18px;
}
.single-community_profile .resource-links-wrap .content-wrapper {
  padding: 40px 40px;
  border-radius: 15px;
  border: 1px solid var(--text-colors-strokes, #DEDEDE);
  background: #FFF;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
.single-community_profile .resource-links-wrap a {
  font-size: 18px;
}
.single-community_profile article table {
  width: 100%!important;
  border-collapse: collapse;
  margin-bottom: 40px;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
}
.single-community_profile article table strong {
  font-weight: 400;
}
.single-community_profile article table tr td {
  padding: 6px 4px;
}
.single-community_profile article table tr:nth-child(2n+1) {
  background-color: #F8F8F8;
}
.single-community_profile article table tr td:nth-child(2){
  text-align: right;
}
/*Community profile end*/

/*Single collection page start*/
.tax-collection #breadcrumbs,
.tax-collection #breadcrumbs a {
  color: #231E4B;
}
.no-results {
  font-size: 15px!important;
}
.tax-collection .entry-title {
  color: #231E4B;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left:5px;
}
.tax-collection .entry-title:first-child {
  margin-top: 8px;
}
.no-results {
  margin-bottom: 40px;
  
}
.single-post .blue-header .author a {
  color: #ffffff;
  text-decoration: none;
}


/*Single collection page end*/

/*Single Book start*/
/* #nav__outer-wrap {
  position: relative;
}
.book-nav {
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}
.book-nav>ul::-webkit-scrollbar {
  display: none;
}
.book-nav>ul {
  overflow-x: auto;
} */
/* .book-nav>ul>li {
  width: 100%;
} */

/* .book-nav .arrows {
  display: inline-block;
  position: absolute;
  top: 3px;
  padding: 2px 3px;
  border: solid 1px #ffffff2b;
}
.book-nav .arrows:hover {
  background: #b12025;
  cursor: pointer;
}
.book-nav #left-arrow {
  left: -20px;
}
.book-nav #right-arrow {
  right: -20px;
}
.book-nav>ul>li>ul {
  white-space: nowrap;
}
.book-nav>ul>li>ul>li>ul {
  opacity: 0;
  position: absolute;
  max-width: 20vw;
  top: 35px;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  white-space: break-spaces;
}
.book-nav>ul>li>ul>li:hover ul {
  opacity: 1;
  top: 39px;
  visibility: visible;
  border-top: solid 1px #fff;
}
.book-nav {
  margin-top:40px;
}
.book-nav>ul {
  white-space: nowrap;

}
.book-nav::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.book-nav li.current,
.book-nav li a:hover,
.book-nav>ul>ul>li:hover {
  background-color: #B83337;
}

.book-nav > ul > li > ul > li > ul > li{
  width:100%;
  display: block;
}
.book-nav>ul>li>a {
  display: none;
}
.book-nav>ul>li.current {
  background-color:transparent;
}

.book-nav ul li {
  
  display: inline-block;
  padding:0;
  margin:0;
}
.book-nav ul,
.book-nav ul ul {
  padding:0;
  margin:0;
  display: flex;
}
.book-nav li a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #ffffff;
}
.book-nav li ul li ul {
  display: none;
  position: absolute;
  background-color: #231E4B;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 2px 17px 0px rgba(0,0,0,0.30);
  z-index: 999;
  left: 0;
  top: 40px;
  max-width: 30vw;
}
.book-nav li ul li ul li ul {
  min-width: 400%;
}
.book-nav li ul li ul a {
  line-height: 17px;
}
.book-nav li:hover >ul {
  display: block;
} */
.book-nav ul li ul,
.book-nav ul {
  /* display: block!important; */
  padding-left: 20px
}
.single-books .left-sidebar {
  font-size: 20px;
  color: #231E4B;
}
.single-books .left-sidebar.menu {
  margin-bottom: 40px;
}
li.visible ul {
  display: block!important;
}
.single-books .chapter-title {
  font-size: 38px;
  font-weight: bold;
  color: #231E4B;
  margin: 0 0 20px 0;
}


.single-books .left-sidebar .author a {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.single-books .left-sidebar img {
  margin-bottom:20px;
  -webkit-box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.30);
}
.single-books .left-sidebar h3 {
  font-size: 16px;
  font-weight: 500;
  padding:0!important;
  margin:0 0 10px 0;
}
.single-books .blue-header .entry-title {
  min-height: 156px;
}
.single-books .left-sidebar>div {
  padding-bottom:20px;
  line-height: 25px;
}
.single-books .main-left {
  width: 65%;
  float: left;
  padding-left: 60px;
  box-sizing: border-box;
}
.single-books article {
  color: #000000;
  font-size: 16px;
}
.single-books article h1 {
  font-weight: 600;
}
.single-books article a {
  color: #231E4B;
  text-decoration: underline;
}
.single-books article h3 {
  margin-top:20px;
}
.single-books .book-copyright {
  font-style: italic;
}
sup {
  bottom: 5px;
  font-size: 8px;
}
sup sup {
  margin:0;
  bottom:0;
}
/*Single Book end*/
.eighty-percent {
  max-width: 80%;
  margin:0 auto;
}
/*Basic page*/

.basic-blue-header {
  background-image: linear-gradient(-13deg,#231f4c 0%,#090433 100%)!important;
    /* background-image: linear-gradient(117deg,#231f4c 0%,#231f4c 60%,#090433 100%)!important; */
    background-color: #231E4B;
    color: #ffffff;
    min-height: 300px;
}
.basic-blue-header:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(img/logo-icon.svg)!important;
  background-repeat: no-repeat;
  background-position: 153% -2vh;
  background-size: 60%;
}
.hidden {
  display: none!important;
}
.ais-RefinementList-labelText,
#ais-facets .widgettitle{
  cursor: pointer;
}
.recommended {
  position: relative;
  width: 100%;
}

.recommended:before {
  content:'Recommended';
  display: inline-block;
  background:#419DFF;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 8px;
  position: absolute;
  top:20px;
  right:20px;
  font-size: 10px;
  line-height: 13px;
}
.tab-container .taxonomy-navigation {
  justify-content: flex-start!important;
}
.footer-description.mobile {
  display: none;
}
.single-community_profile .mobile-only {
  display: none;
}
/*Desktop only start*/
@media(min-width:1025px) {
  .page-template-blog-page .above-title {
    position: absolute;
    top: -34px;
  }
  .footer-columns {
    display: flex;
  }
  .footer-columns .et_pb_column:first-child {
    width: 40%;
  }
}

/*Desktop only end*/

/*Tablet only start*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .all-items-btn {
    display: none!important;
  }
  .home-header .et_pb_row {
    margin: 0 5%;
    width: 90%;
  }
  .home-header .et_pb_row div {
    max-width: 100%;
  }
  .home-header .et_pb_searchsubmit {
    width: 24%!important;
  }
  .home-tabs {
    overflow: visible!important;
    min-height: 450px!important;
  }
  .collections-wrap {
    padding:0;
  }
  /*Single start */
  .blue-header .container,
  body.single:not(.et-tb) #main-content .container, 
  body.single:not(.et-tb-has-header) #main-content .container {
    width: 90%;
  }
  .single-resources .main-left, 
  .single-post .entry-content {
    padding-right: 0;
  }
  .single-resources .right-sidebar, 
  .single-post .right-sidebar {
    width: 32%;
  }
  #breadcrumbs {
    margin-bottom: 20px;
  }
  .single-resources .external-link, 
  .single-books .attachments a {
    font-size: 16px;
    padding: 12px 40px 12px 15px;
    background-size: 23px;
    background-position: 98% center;
  }
  .single-resources .resource-type a, .single-books .resource-type a {
    font-size: 14px;
  }
  .single .author a {
    font-size: 14px;
  }
  /*Single end */
  .tax-collection .left-side, .tax-collection .right {
    width: 100%;
    padding:0;
  }
  
}
/*Tablet end*/

/* Tablet and mobile start*/
@media only screen and (max-width: 1024px) { 
  .comunity-profiles.tapped .sub-menu {
    display: block!important;
  }
  .comunity-profiles ul .expand-icon {
    display: none!important;
  }
  .sub-menu .sub-menu a {
    padding-left: 20px;
    overflow: scroll;
  }
  .tapped > .expand-icon {
    transform: rotate(180deg);
  }
  #main-header .container {
    width: 100%;
    padding:0!important;
  }
    /* Hide sub-menus on mobile by default */
    #mobile_menu,
    .mobile_nav.opened {
      display: none!important;
    }
    #my-custom-mobmenu .all-button,
    .mobile_nav,
    .mobile-menu-icon {
      display: none;
    }
    #my-custom-mobmenu {
      background: linear-gradient(82deg, #090433 6.62%, #231F4C 117.16%, #231F4C 149.15%);
      position: absolute;
      left: 0;
      right: 0;
      top: 56px;
      z-index: 999999;
      overflow: scroll;
    }
    #my-custom-mobmenu.open {
      display: block;
    }
    .mobile-menu-icon {
      position: relative;
      display: block;
      line-height: 0;
      padding-bottom: 24px;
    }
    
    #my-custom-mobmenu .sub-menu .expand-icon {
      background-size: 20px;
    }
    #my-custom-mobmenu:after {
      content: '';
      top: 102px;
      bottom: 0;
      right: 0;
      left: 0;
      background: linear-gradient(82deg, #090433 6.62%, #231F4C 117.16%, #231F4C 149.15%);
      position: fixed;
      bottom: 0;
      z-index: -1;
    }
    #searchsubmit {
      background-size: 18px;
      top: -8px!important;
    }
    .mobile-menu-icon:before {
      color: #231E4B;
      content: "\61";
      font-family: 'ETmodules';
      font-size: 32px;
      position: relative;
      left: inherit;
      top: 1px;
      cursor: pointer;
      right: 10px;
      font-weight: 100;
      width: 40px;
      display: block;
    }
    .mobile-menu-icon.icon-open:before {
      content:'\00d7'!important;
      top:-4px;
      right: 2px;
      z-index:9999999999;
    }
    #my-custom-mobmenu #menu-main-menu {
      padding: 5% 5% 50% 5%;
        overflow-y: auto !important;
        height: 120vh;
    }
    #my-custom-mobmenu #menu-main-menu  .sub-menu .menu-item-has-children > a {
      background-size: 20px !important;
      padding-top:16px;
      font-weight: 500;
      display: block;
    }
    #my-custom-mobmenu #menu-main-menu  .sub-menu  .sub-menu li > a {
      padding-top:16px;
      display: block;
    }
    #my-custom-mobmenu a {
      color: #ffffff;
    }
    #my-custom-mobmenu ul>li {
      width: 100%;
      position: relative;
    }
    #my-custom-mobmenu>ul > li> a {
      width: 100%;
      color: #EDEDED;
      font-family: Poppins;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      letter-spacing: 0.06px;
      border-bottom: solid 1px #ffffff40;
      padding: 24px 0 10px;
      display: block;
    }
    
    #my-custom-mobmenu .submenu>li>a {
      padding-top: 16px;
      display: block;
      position: relative;
    }
    .my-custom-class .sub-menu {
      /* display: none; */
     
    }
    .expand-icon {
      width: 43px;
      height: 64px;
      position: absolute;
      top:0;
      right:0;
      z-index: 9999999;
      background-image: url(img/white-chevron-menu.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px;
    }

    /* Show the sub-menu when its parent menu item is clicked - this requires a 'tapped' class to be added via JavaScript */
    .my-custom-class .menu-item-has-children.tapped .sub-menu {
      display: block;
    }

  .home-tabs {
    overflow: hidden;
  }
  .tab-container {
    flex-direction: column;
  }
  .tab-container .taxonomy-navigation,
  .tab-container .tab-data {
    width: 100%;
  }
  .tax-collection .collection-menu,
  .single-books .collection-menu,
  .archive.category .collection-menu,
  .page-template-blog-page .collection-menu  {
    position: relative;
    padding:0!important;
  }
  .tab-container .taxonomy-navigation,
  .tax-collection .collection-menu,
  .single-books .collection-menu,
  .archive.category .collection-menu,
  .page-template-blog-page .collection-menu  {
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
  }
  
  .tab-container .taxonomy-navigation li,
  .tax-collection .collection-menu li,
  .archive.category .taxonomy-navigation li,
  .page-template-blog-page .collection-menu li {
    display: flex;
    margin-right: 10px;
    width: 100%!important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: flex-start;
    align-items: baseline;
  }
  .tab-container .taxonomy-navigation li a,
  .tax-collection .collection-menu li a,
  .archive.category .taxonomy-navigation li a,
  .archive.category .collection-menu li a,
  .page-template-blog-page .taxonomy-navigation li a,
  .page-template-blog-page .collection-menu li a {
    background-image: none!important;
    padding-right:16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    background-color: #ffffff;
    color: #231E4B;
    border: solid 1px #231E4B;
  }
  .tab-container .taxonomy-navigation li a {
    white-space: nowrap;
  }
  .tax-collection .collection-menu>li>a {
    /* white-space: nowrap; */
  }
  .single-books .collection-menu li.current-item  ul:not(.submenu) {
    display: none;
  }
  .single-books .collection-menu ul.submenu li.current-item  ul {
    display: block!important;
    padding-left: 0;
  }
  .single-books .collection-menu ul.submenu li.current-item ul a {
    background-color: #ffffff;
    color: #6E6F7D!important;
    padding-left: 30px;
    border-bottom: none!important;
    border-top:none!important;
    border-radius:0!important;
  }
  .single-books .collection-menu li.current-item a {
    background-color: #ffffff;
    color: #231E4B!important;
  }
  .single-books .collection-menu .has-children {
    position: relative;
  }
  .single-books .collection-menu .has-children>a {
    padding-right: 33px;
  }
  .single-books .collection-menu .has-children:after {
    content:'';
    background-image: url(img/dark-chevron-menu.svg) !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .single-books .collection-menu li.current-item.has-children:after {
    transform: rotate(180deg);
  }
  .single-books .collection-menu li a  {
    background-image: none!important;
    padding-right:16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    background-color: #ffffff;
    color: #231E4B;
    border: solid 1px #231E4B;
    /* display: ruby; */
  }
  .tab-content .desc {
    padding: 35px 39px 50px;
  }

  .tab-container li.more,
  .tax-collection .collection-menu li.more,
  .single-books .collection-menu li.more,
  .archive.category .collection-menu li.more ,
  .page-template-blog-page .collection-menu li.more  {
    position: relative;
    right: 0;
  }
  .tab-container li.more a,
  .tab-container li.more a:hover,
  .tab-container li.more a:focus,
  .tax-collection .collection-menu li.more a,
  .tax-collection .collection-menu li.more a:hover,
  .tax-collection .collection-menu li.more a:focus,
  .single-books .collection-menu li.more a,
  .single-books .collection-menu li.more a:hover,
  .single-books .collection-menu li.more a:focus,
  .archive.category .collection-menu li.more a,
  .archive.category .collection-menu li.more a:hover,
  .archive.category .collection-menu li.more a:focus,
  .page-template-blog-page .collection-menu li.more a,
  .page-template-blog-page .collection-menu li.more a:hover,
  .page-template-blog-page .collection-menu li.more a:focus {
    background-color: transparent;
    color: #231E4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border: none!important;
    background-image: url('img/dark-chevron-menu.svg')!important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    padding-right: 25px;
  }
  .tab-container li.more,
  .tax-collection .collection-menu li.more,
  .single-books .collection-menu li.more,
  .filter-wraper li.more, 
  .archive.category .collection-menu li.more,
  .page-template-blog-page .collection-menu li.more {
    max-width: 80px;
  }
  .single-books .collection-menu .current-item a {
    background-color: #231E4B;
  }
  .tab-container .tab-content {
    left: 20px;
    right: 20px;
    width: auto;
  }
  .tab-container .submenu,
  .tax-collection .collection-menu .submenu,
  .single-books .collection-menu .submenu,
  .archive.category .collection-menu .submenu,
  .page-template-blog-page  .collection-menu .submenu {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    z-index: 1;
    padding: 0 20px;
  }
  .tax-collection .collection-menu .submenu,
  .single-books .collection-menu .submenu,
  .filter-wraper .submenu,
  .blog-filtering .sf-field-category ul,
  .archive.category .collection-menu .submenu,
.page-template-blog-page .collection-menu .submenu {
    padding: 0!important;
    z-index: 2;
    top: 55px;
  }
  .single-books .collection-menu .submenu {
    background-color: #ffffff;
    
  }
  .book-nav ul li ul, 
  .book-nav ul {
    padding-left: 0!important;
    
  }
  .book-nav ul li ul {
    border-bottom: solid 1px #DEDEDE;
  }
  .blog-filtering .sf-field-category ul li {
    border: none;
  }
  .first-element {
    max-width: 350px;
  }
  .first-element a {
    max-width: 100%;
  }
  .filter-wraper .sf-field-category>ul {
    padding: 0!important;
    border: none;
    box-shadow: none!important;
  }
  .tab-container .submenu li,
  .tab-container .submenu li a,
  .tax-collection .collection-menu .submenu li,
  .tax-collection .collection-menu .submenu li a,
  .single-books .collection-menu .submenu li,
  .single-books .collection-menu .submenu li a,
  .archive.category .collection-menu .submenu li,
  .archive.category .collection-menu .submenu li a,
  .page-template-blog-page .collection-menu .submenu li,
  .page-template-blog-page .collection-menu .submenu li a {
    width: 100%!important;
    height: auto!important;
    display: block!important;
    margin-bottom:0!important;
    border-radius: 0;
    
  }
  .tab-container .submenu li a,
  .tax-collection .collection-menu .submenu li a,
  .single-books .collection-menu .submenu li a,
  .page-template-blog-page .collection-menu .submenu li a,
  .archive.category .collection-menu .submenu li a,
  .sf-field-category li {
    border: solid 1px #DEDEDE;
    border-top:0;
  }
  .tab-container .submenu li:first-child a,
  .tax-collection .collection-menu .submenu li:first-child a,
  .single-books .collection-menu .submenu>li:first-child a,
  .page-template-blog-page .collection-menu .submenu li:first-child a,
  .archive.category .collection-menu .submenu li:first-child a {
    border-radius: 9px 9px 0 0;
    border-top: solid 1px #DEDEDE;
  } 
  .tab-container .submenu li:last-child a,
  .tax-collection .collection-menu li:last-child a,
  .archive.category .collection-menu li:last-child a,
  .page-template-blog-page .collection-menu li:last-child a,
  .single-books .collection-menu .submenu>li:last-child a {
    border-radius: 0 0 9px 9px;
  } 
  .single-books .collection-menu .submenu ul li a {
    color: #6E6F7D !important;
    padding-left: 30px;
    border-bottom:none!important;
    border-top:none!important;
  }
  .tax-collection .collection-menu li.active a,
  .tax-collection .collection-menu>li:first-child a,
  .tax-collection .collection-menu li a:hover,
  .page-template-blog-page .collection-menu li a.active,
  .page-template-blog-page .collection-menu>li:first-child a,
  .page-template-blog-page .collection-menu li a:hover,
  .archive.category .collection-menu li a.active ,
  .archive.category .collection-menu>li:first-child a,
  .archive.category .collection-menu li a:hover,
  .archive.category .first-element a,
  .page-template-blog-page .first-element a {
    background-color: #231E4B;
    color: #ffffff;
  }
  .archive.category .first-element a,
  .page-template-blog-page .first-element a {
    background-color: #231E4B!important;
    color: #ffffff!important;
  }
  .archive.category .collection-menu li:first-child {
    width: 100%;
  }
  .archive.category .collection-menu li:first-child a {
    display: inline-block;
  }
  .collections-wrap li {
    width: 100%;
    margin: 10px 0 0 0!important;
  }
  .collections-wrap li h2, .collections-wrap li h3 {
    font-size: 20px;
  }
  .collections-wrap span  {
    font-size: 12px;
  }
  .collections-wrap li a{
    padding: 20px;
  }
  .newsletter img {
    max-width: 130px;
    top: -40px;
  }
  .blog-home .article>a {
    padding: 20px;
  }
  /* Search page start */
  .resources.blog-home .article:not(.has-image) a, .ais-Hits-list li.ais-Hits-item a {
    padding:20px;
  }
  .blog-home .article, .ais-Hits-list li.ais-Hits-item {
    margin-bottom: 12px;
    padding-bottom: 0;
  }
  #ais-facets {
    display: block;
  }
  .search-results .et_pb_row,
  .search-no-results .et_pb_row {
    padding:0 20px;
    width: 100%;
  }
  .search .article.has-image.Report .desc,
  .search-no-results .article.has-image.Report .desc {
    padding: 10px;
  }
  /* Search page end */
  .tax-collection .left-side,
  .tax-collection .right,
  .archive.category .right,
  .archive.category .left-side,
  .page-template-blog-page .right,
  .page-template-blog-page .left-side {
    width: 100%;
  }
  .single-books .left-sidebar {
    width: 100%;
  }
  /*Single Community profile start*/
  .single-community_profile .report-cards .container {
    margin-left: 0;
    width:100%;
  }
  .single-community_profile #main-content .container {
    padding-bottom: 30px;
  }
  .single-community_profile .report-cards .has-image.Report a{
    flex-direction: column-reverse;
  }
  .single-community_profile .article.has-image.Report .date-author {
    flex-direction: row!important;
  }
  .single-community_profile .report-cards .has-image.Report .desc {
    padding:0;
  }
  .single-community_profile .report-cards {
    padding-top:0;
  }
  .single-community_profile .report-cards .container>h3 {
    color: #231E4B;
    font-family: 'Poppins';
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
  }
  .single-community_profile .report-cards .container>h4,
  .single-community_profile .resource-links-wrap>h4 {
    font-size: 24px;
  }
  .single-community_profile .left-sidebar.menu {
    width: 100%;
    float: none;
  }
  .single-community_profile .left-sidebar.menu .collection-menu {
    padding:0!important;
    box-shadow: none;
    position: absolute;
    z-index: 999;
    background: #ffffff;
    left: 20px;
    right: 20px;
    top: 125px;
    display: none;
  }
  .single-community_profile .left-sidebar.menu .collection-menu.open {
    display: block;
  }
  .single-community_profile .collection-menu li a{
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 0 !important;
    border-radius: 0;
    background-image: none!important;
    font-size: 16px;
  }
  .single-community_profile .collection-menu li {
    border-bottom: solid 1px #DEDEDE;
  }
  .single-community_profile .collection-menu li ul {
    padding: 0!important;
  }
  .single-community_profile .collection-menu li:last-child {
    border-bottom: none;
  }
  .single-community_profile .collection-menu li ul li a {
    padding-left:30px;
    font-size: 14px;
  }
  .single-community_profile .collection-menu li.current-item a {
    background-color: #ffffff;
    color: #231E4B!important;
  }
  .single-community_profile .collection-menu li ul {
    border-top: solid 1px #DEDEDE!important;
  }
  .single-community_profile .mobile-only {
    display: block;
  }
  .single-community_profile .province-toggle{
    background-color: transparent;
    color: #231E4B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    background-image: url(img/dark-chevron-menu.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 30px;
    /* border: solid 1px #ccc; */
    display: inline-block;
    height: 30px;
    border-radius: 6px;
    bottom: -9px;
    position: relative;
  }
  .single-community_profile .provinces {
    font-family: 'Poppins';
    font-size: 16px;
    color: #231E4B;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
  }
  .single-community_profile #breadcrumbs {
    margin-bottom: 20px;
  }
  .single-community_profile .date-author .date {
    margin-right: 40px!important;
  }
  .single-community_profile .date-author div {
    display: inline-block;
    width: auto!important;
  }
  /*Single Community profile end*/
  /*Blog page start*/
  .blog-filtering {
    flex-direction: column;
  }
  .page-template-blog-page .left-side,
  .page-template-blog-page .results-wraper {
    padding:0!important;
    width: 100%;
  }
  .blog-filtering .sf-field-category {
    padding: 0;
    margin-bottom: 83px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .page-template-blog-page .sf-field-category li {
    background-image: none!important;
    display: inline-flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .blog-filtering .all-categories {
    border: none;
    background-color: #231E4B!important;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 6px;
    line-height: 25px !important;
  }
  .page-template-blog-page .sf-field-category li label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .page-template-blog-page .sf-field-category>ul {
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-direction: column;
  }
  .page-template-blog-page .sf-field-category .submenu {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 189px;
    padding: 0 !important;
    z-index: 2;
    background-color: #ffffff;
    border: solid 1px #DEDEDE;
    border-radius: 6px;
    overflow: hidden;
  }
  .page-template-blog-page .sf-field-category .more a {
    color: #231E4B!important;
  }
  .page-template-blog-page .sf-field-category .more a,
  .page-template-blog-page .sf-field-category .more a:hover,
  .page-template-blog-page .sf-field-category .more a:focus {
    background-color: transparent;
    color: #231E4B!important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border: none !important;
    background-image: url(img/dark-chevron-menu.svg) !important;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    padding-right: 25px;
    border:none!important;
  }
  .page-template-blog-page .sf-field-category .more {
    border:none!important;
  }
  .page-template-blog-page .sf-field-category .submenu li {
    border-bottom: solid 1px #DEDEDE;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius:0;
    margin:0;
  }
  .page-template-blog-page .sf-field-category .submenu li:last-child {
    border: none!important;
  }
  #search-filter-results-99 .posts li.article {
    margin-bottom: 12px;
  }
  #search-filter-results-99 .posts li.article .date-author div {
    width: auto!important;
  }
  #search-filter-results-99 .posts li.article .date-author .date {
    margin-right: 20px;
  }
  #search-filter-results-99 .posts li.article .article-title {
    padding-bottom:0;
  }
   /*Blog page end*/
}
/* Tablet and mobile end*/

/*Phone start*/
@media only screen and (max-width: 767px) {
  .da-close.evr-close {
    opacity: 1!important;
    font-size: 44px!important;
    right: 15px!important;
  }
  #mc-embedded-subscribe-form {
    padding-bottom: 10px;
  }
  #mc-embedded-subscribe {
    padding: 17px 20px !important;
    font-size: 13px;
    font-weight: 500;
    margin-right: 0;
  }
  .home .taxonomy-navigation {
    overflow: hidden;
  }
  .blue-header:after {
    background-position: -89% 4vh;
    background-size: 108%;
  }
  .home-header .et_pb_row {
    margin: 0 4%;
    width: 92%;
  }
  .home-header .et_pb_module {
    padding:0!important;
  }
  .home-header h1,
  .home-header h1 span{
    font-size: 38px!important;
    line-height: 44px!important;
  }
  .home-header .subtitle p{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
  .home-header .et_pb_searchsubmit {
    width: 17%!important;
    font-size: 0!important;
  }
  .home-header .et_pb_searchform .et_pb_s.aa-input{
    /* padding: 9px !important; */
    font-size: 16px;
  }
  .home-header .search .search-title p {
    font-weight: 400;
    opacity: 50%;
  }
  .home-header  .suggested-search-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .home-header .suggested-search {
    overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* For smoother scrolling on iOS */
  }
  .suggested-search a {
    padding: 7px 12px;
  }
  .featured-resource .image {
    display: none!important;
  }
  .et_pb_column h2 {
    font-size: 28px!important;
    font-weight: 600;
    line-height: 44px;
    padding-left: 16px;
  }
  .tab-content .desc {
    padding: 14px;
  }
  .tab-content .article-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  p:not(.has-background):last-of-type {
    /* font-size: 16px; */
    font-style: normal;
    font-weight: 400;
  }
  .desc p:not(.has-background):last-of-type {
    font-size: 16px;
  }
  .tab-content .article-title {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .home-tabs {
    overflow: visible;
  }
  .tab-container .tab-content.active {
    background: #ECF0FC;
  }
  body #et-main-area .read-more {
    display: inline-block;
    color: #231E4B;
    font-weight: 600;
    background-image: url(img/right-arrow-icon.png);
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: 76% center;
    padding-right: 30px !important;
    font-size: 16px !important;
    position: relative !important;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    bottom: 0;
    margin: 40px auto 12px;
  }
  body #et-main-area .read-more:after {
    display: none!important;
  }
  .collections-wrap {
    padding: 0 20px!important;
  }
  .newsletter img {
    max-width: 130px;
    top: -40px;
  }
  .newsletter .et_pb_contact_submit.et_pb_button {
    font-size: 14px!important;
  }
  .blog-home div {
    padding: 0;
    width: inherit;
    max-width: 100%;
  }
  
  .blog-home .desc .type, 
  .ais-Hits-list li.ais-Hits-item .type {
    font-size: 12px;
  }
  .blog-home .article-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .blog-home .date-author, 
  .blog-home .date-author a, 
  article.article .date-author, 
  article.article .date-author a {
    display: flex;
  }
  .blog-home .article {
    margin-bottom: 10px;
  }
  .blog-home .date, article.article .date,
  .blog-home .date-author, 
  .blog-home .date-author a, 
  article.article .date-author, 
  article.article .date-author a {
    font-size: 10px!important;
    margin-right:0;
  }
  .blog-home .date-author .date:before, 
  article.article .date-author .date:before,
  .blog-home .date-author div.author:before, 
  article.article .date-author div.author:before  {
    width:14px;
  }
  .blog-home .date-author .author {
    text-align: right;
  }
  #searchsubmit {
    top: -4px;
    right: 34px;
  }
  /* Mobile menu start*/
  .et_mobile_menu {
    background: linear-gradient(82deg, #090433 6.62%, #231F4C 117.16%, #231F4C 149.15%);
    border-top: 0;
  }
  .et_mobile_menu li a {
    color: #ffffff;
  }
  .et_mobile_menu li li,
  #main-header .et_mobile_menu li ul {
    padding-left: 0;
  }
  .mobile_menu_bar:before,
  .mobile_menu_bar:after,
  #top-menu li.current-menu-ancestor>a,
  #top-menu li.current-menu-item>a  {
    color:#231e4b;
  }
  #mobile_menu>li>a{
    color: #EDEDED;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.06px;
    border-bottom: solid 1px #ffffff40;
    padding: 24px 0 10px;
  }
  .et_mobile_menu li a {
    padding: 16px 0 0px;
  }
  .sub-menu> li > a {
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.042px;
  }
  .sub-menu> li > ul > li > a {
    text-transform: none;
    padding-left: 16px;
  }
  .menu-item-has-children > a {
    /* background-image: url(img/white-chevron-menu.svg); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 25px;
  }
  .sub-menu .menu-item-has-children > a {
    background-size: 18px!important;
    background-position: 99% center;
  }
  #mobile_menu {
    min-height: 100vh;
  }
  #mobile_menu .collapsed .sub-menu {
    display: none!important;
  }
  .all-button a:after {
    top: 16px;
  }
  .all-items-btn {
    display: none;
  }
  .et_header_style_left #logo {
    max-width: 30%;
    margin-left: 12px;
  }
  /*Mobile menu end*/
  /* Search page start*/
  .search-results .blue-header .container, .search-no-results .blue-header .container {
    padding: 0 20px;
    width: 100%;
  }
  .tax-authorz .desc h4, .tax-organisation .desc h4, 
  .tax-collection .desc h4, 
  .single-community_profile .desc h4, 
  .ais-Hits-list li.ais-Hits-item .desc h4,
  .archive.category .desc h4, 
  .page-template-blog-page .desc h4 {
    padding-bottom: 0;
  }
  .algolia-search-box-wrapper .search-icon {
    display: none;
  }
  #algolia-search-box input {
    padding: 10px 0 10px 15px;
    height: 50px;
    font-size: 16px;
  }
  .search-no-results #breadcrumbs,
  .search-results #breadcrumbs  {
    display: none!important;
  }
  .search-results .left-side, 
  .search-no-results .left-side {
    float: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 2;
  }
  .search-results .results-wraper, 
  .search-no-results .results-wraper {
    width: 100%;
  }
  
  .article.has-image.Report .desc,
  .article.has-image.report .desc,
  .article.has-image.BookEBookChapter .desc,
  .article.has-image.Book .desc,
  .article.has-image.Ebook .desc {
    padding: 10px;
    width: 100%;
  }
  .resources.blog-home .article a, .ais-Hits-list li.ais-Hits-item a {
    padding: 20px;
  }
  .ais-Hits-item .article {
    width: 100%;
  }
  .ais-Hits-list li.ais-Hits-item article.has-image a {
    flex-direction: column-reverse;
  }
  .tax-authorz .resources li.article .image, 
  .tax-organisation .resources li.article .image, 
  .tax-collection .resources li.article .image, 
  .search-results .resources li.article .image, 
  .single-community_profile .resources li.article .image, 
  .archive.category .resources li.article .image, 
  .page-template-blog-page.resources li.article .image, 
  article.article .image,
  .has-image.Ebook,
  .has-image.Book,
  .has-image.Books{
    min-width: 100%;
    min-height: 60vw;
  }
  
  article.article.has-image.Ebook .image,
  article.article.has-image.Book .image,
  article.article.has-image.Books .image,
  .article.Report.has-image .image {
    min-width: 100%!important;
    width: 100%!important;
    min-height: 60vw!important;
    display: block!important;
  }
  .ais-Pagination-item:hover .ais-Pagination-link {
    background-color: #231E4B;
    color: white;
  }
  .search-results .left-side:after,
  .search-no-results .left-side:after  {
    content:'';
    display: block;
    right:0;
    left:0;
    top:0;
    bottom:0;
    background-color: #0000004a;
    position: fixed;
    z-index: 1;
  }
  #ais-facets {
    position: relative;
    z-index: 2;
    background: #fff;
  }
  .stats-sort-container {
    flex-direction: column!important;
    flex-wrap: nowrap!important;
    max-width: 250px;
    display: inline-flex;
  }
  .ais-SortBy-select {
    padding:0;
  }
  .search-results .left-side, .search-no-results .left-side {
    display: none;
  }
  .search-results .left-side.visible, .search-no-results .left-side.visible {
    display: block;
  }
  .stats-sort-container select{
    font-size:12px;
  }
  .stats-sort-container span {
    font-size:16px;
  }
  #sort-by-container .ais-SortBy {
    margin-left:-5px;
  }
  #ais-facets{
    padding:20px;
  }
  #filters {
    position: absolute;
    top: 89px;
    right: 20px;
    padding-right: 40px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(img/filter-icon.svg);
    color: #231e4b;
    font-size: 12px;
  }
  #ais-facets #close {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url(img/close-icon.svg);
    background-size: contain;
    font-size: 0;
    background-repeat: no-repeat;
  }
  #algoliaSubmit {
    background-image: url('img/magnifier-icon2.svg');
    font-size: 0;
    width: 60px;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
  }
  .recommended:before {
    top: 10px;
    right: 10px;
  }
  .recommended span.type {
    min-height: 18px;
  }
  .tax-collection .resources .date-author,
  .tax-authorz .resources .date-author,
  .tax-organisation .resources .date-author {
    flex-direction: column-reverse!important;
  }
  .single-community_profile .resources .date-author {
    flex-direction: row!important;
  }
  .single-community_profile .resources .date-author .author {
    text-align: left!important;
  }

  .search-results article.Posts .date-author,
  .search-no-results article.Posts .date-author  {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  article.article:not(.Report, .Book, .books, .Ebook, .EBook, .Books) .image{
    display: none!important;
  }
  .search-results article.Resources .date-author,
  .search-no-results article.Resources .date-author,
  .search-results article.Books .date-author,
  .search-no-results article.Books .date-author,
  .article.has-image.Report .date-author, .article.Resources .date-author {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .search-no-results article.Resources .date-author .date {
    margin-bottom: 10px;
  }
  article.article .author.organisation,
  article.article .author {
    max-width: 80%;
    overflow: hidden;
    max-height: 22px;
    
  }
  .search-results article.article .date,
  .search-no-results article.article .date{
    margin-right: 20px;
    display: flex!important;
  }
  h3.box-title {
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .search .article.has-image .desc, 
  .search-no-results .article.has-image .desc {
    padding: 10px;
  }
  .ais-Pagination-list {}
  .single-community_profile .resource-type {
    font-size: 13px;
  }
  


  /* Search page end */
  /* Single start*/
  .single .container {
    width: 100%;
    padding:0 20px;
  }
  .single .main-left, 
  .single .entry-content,
  .single .right-sidebar {
    width: 100%;
    padding:0;
  }
  .single .entry-content {
    padding:0;
  }
  .blue-header h1 {
    font-size: 32px;
    line-height: 43px;
  }
  .single-resources .subtitle,
  .single .subtitle {
    font-size: 18px;
    line-height: normal;
  }
  .single-resources .resource-type a, 
  .single-books .resource-type a {
    font-size: 13px;
  }
  .single-resources .entry-content p, 
  .single-books .type-books p,
  .single-post .entry-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .single-resources .external-link, 
  .single-books .attachments a {
    font-size: 14px;
    padding: 12px 15px;
    text-align: center;
    display: block;
    background-image: none;
    margin-bottom: 8px;
  }
  .single-resources #breadcrumbs,
  .single-post #breadcrumbs {
    display: none;
  }
  .two-columns {
    max-width: 100%;
    column-count: 2;
    column-gap: 30px;
    order:-1;
  }
  .two-columns div {
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid;           /* The non-prefixed version, for future compatibility */
  break-inside: avoid-column;
  }
  .single-resources .organisation, .single-resources .author, .single-books .author, .single-post .right-sidebar .author {
    border-bottom: none;
    margin-bottom:0!important;
  }
  .single-resources .right-sidebar, 
  .single-post .right-sidebar {
    margin-bottom: 20px;
  }
  .single-resources .right-sidebar .links, 
  .single-post .right-sidebar .links,
  .single-books .right-sidebar .links {
    display: flex;
    flex-direction: column;
  }
  .single #content-area p img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
  }
  .blue-header .date {
    font-size: 14px;
  }
  .single-post .entry-content h1,
  .single-resources .entry-content h1 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
  }
  .single-post .entry-content h2,
  .single-resources .entry-content h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
  }
  .single-post .entry-content h2,
  .single-resources .entry-content h2 {
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .single-post .entry-content h4,
  .single-resources .entry-content h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }
  .single-post .right-sidebar {
    max-width: 100%;
    column-count: 2;
    column-gap: 30px;
    order: -1;
  }
  .single-post .right-sidebar div.author{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  /* Single end*/
  /*Collections page start*/
  .page-template-collections-page .container {
    width: 100%;
    padding:0 20px;
  }
  .page-template-collections-page-php .excerpt, 
  .page-template-blog-page .excerpt {
    max-width: 100%;
    font-size: 18px;
  }
  .results-wraper>h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
  }
  .page-template-blog-page #breadcrumbs {
    opacity: 0;
  }
  .page-template-collections-page .collections-wrap li, 
  .post-type-archive-community_profile .collections-wrap li {
    width: 100%;
    margin: 0;
  }
  /*Collections page end*/
  /*Singe collection start*/
  
  .tax-collection .container,
  .page-template-blog-page .container,
  .page-template-blog-page .et_pb_row,
  .archive.category .container,
  .page-template-blog-page .container,
  .archive.category .et_pb_row,
  .page-template-blog-page .et_pb_row {
    width:100%;
    padding: 0 20px;
  }
  .tax-collection .left-side,
  .tax-collection .right,
  .archive.category .left-side,
  .archive.category .right, 
  .tax-collection .right,
  .page-template-blog-page .left-side,
  .page-template-blog-page .right, 
  .tax-collection .right {
    padding: 0!important;
  }
  .blue-header p {
    max-width: 100%;
  }
  .tax-authorz .desc h4, 
  .tax-organisation .desc h4, 
  .tax-collection .desc h4, 
  .single-community_profile .desc h4, 
  .ais-Hits-list li.ais-Hits-item .desc h4,
  .archive.category .desc h4,
  .page-template-blog-page .desc h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .tax-collection .article.has-image a,
  .archive.category .article.has-image a,
  .page-template-blog-page .article.has-image a {
    flex-direction: column-reverse;
    padding: 10px;
  }
  .tax-collection .sub-collection {
    display: none;
  }
  .tax-collection .resources li.article,
  .archive.category .resources li.article,
  .page-template-blog-page .resources li.article {
    margin-bottom: 12px;
  }
  
  .tax-collection .posts.resources.blog-home .date-author,
  .archive.category .posts.resources.blog-home .date-author,
  .page-template-blog-page .posts.resources.blog-home .date-author {
    flex-direction: row-reverse!important;
    justify-content: flex-end;
  }
  .tax-collection .posts.resources.blog-home .date-author .date,
  .archive.category  .posts.resources.blog-home .date-author .date,
  .page-template-blog-page .posts.resources.blog-home .date-author .date {
    width: auto;
    margin-right:40px;
    display: flex;
  }
  .tax-collection .posts:not(.resources) .date-author .date,
  .archive.category .posts:not(.resources) .date-author .date,
  .page-template-blog-page .posts:not(.resources) .date-author .date {
    width: inherit!important;
  }
  .tax-collection #seeAllResources {
    margin: 20px auto;
    font-size: 16px !important;
    display: block;
    border: none;
    color: #231e4b;
    background: transparent !important;
    padding: 8px 16px;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    bottom: -20px;
    left: 0;
    right: 0;
  }
  .tax-collection .right .load-more {
    float: none;
    width: 100%;
    text-align: center;
  }
  .tax-collection .right .load-more:after {
    right:inherit!important;
    margin-left: 10px;
  }
  .tax-collection #seeAllResources:after {
    content: '' !important;
    display: inline-block !important;
    position: absolute;
    top: 10px;
    margin-left: 10px;
    background-image: url(img/right-arrow-icon.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: right 0.3s ease-in-out;
}
  .tax-collection .resources li.article .date-author div.author,
  .tax-authorz .resources li.article .date-author div.author,
  .archive.category .resources li.article .date-author div.author,
  .page-template-blog-page .resources li.article .date-author div.author {
    display: inline-block;
    text-align: left;
    overflow: hidden;
    max-height: 22px;
  }
  .tax-collection .left-side.parent-tax .collection-menu>li:first-child a,
  .archive.category .left-side.parent-tax .collection-menu>li:first-child a,
  .page-template-blog-page .left-side.parent-tax .collection-menu>li:first-child a {
    background: #ffffff;
    border: solid 1px #231E4B;
    color: #231E4B;
  }
  
  .single .right-sidebar .author, 
  .single .right-sidebar .organisation {
    font-size: 12px;
  }
  .single-resources .right-sidebar h5, 
  .single-resources .right-sidebar span.h5, 
  .single-books .left-sidebar .author span.h5, 
  .single-post .right-sidebar .author span.h5, 
  .single-post .right-sidebar .organisation span.h5 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .single-resources .organisation p,
  .single-resources .author a {
    font-size: 12px!important;
    line-height: normal;
  }
  .single-resources .entry-content p, 
  .single-resources .entry-content ul, 
  .single-resources .entry-content ul li {
    color:#231E4B;
  }
  /*Single collection end*/

  /* Blog Archive */
  .archive.category .left-side span.sub-collection,
  .page-template-blog-page .left-side span.sub-collection {
    display: none;
  }
  .page-template-blog-page .right .entry-title#blogs-title,
  .archive.category .right .entry-title#blogs-title {
    font-size: 22px;
  }
  .page-template-blog-page .right,
  .archive.category .right {
    margin-bottom: 60px;
  }
  /*Single Book start*/
  .single-books .left-sidebar {
    width: 100%;
  }
  .single-books #breadcrumbs {
    display:none;
  }
  .single-books #main-content .container {
    padding-top: 20px!important;
  }
  /*Single Book end*/
  /*Single author start*/
  .author .left, 
  .tax-authorz .left, 
  .tax-organisation .left {
    width: 100%;
  }
  .tax-authorz .resources .date-author,
  .tax-organisation .resources .date-author {
    flex-direction: row-reverse!important;
    justify-content: flex-end;
  }
  .tax-authorz .resources .date-author .author,
  .tax-organisation .resources .date-author .author {
    text-align: left;
  }
  .tax-authorz .resources .article.has-image.Report {

  }
  .tax-authorz .article.has-image.Report a,
  .tax-organisation .article.has-image.Report a,
  .article.has-image.BookEBookChapter a,
  .article.has-image.Book a,
  .article.has-image.Ebook a {
    flex-direction: column-reverse;
    padding: 10px;
  }
 
  .tax-authorz .article.has-image.Report a .desc,
  .tax-organisation .article.has-image.Report a .desc {
    padding:10px;
  }
  .tax-authorz .article.has-image.Report a .date-author,
  .tax-organisation .article.has-image.Report a .date-author{
    flex-direction: row-reverse;
    text-align: left;
  }
  .tax-authorz .article.has-image.Report a .date-author div {
    text-align: left;
  }
  .author-info {
    width: auto;
  }
  .author-info img {
    max-width: 100px;
  }
  .tax-authorz .right, 
  .tax-organisation .right {
    width:100%;
  }
  .tax-authorz  .container,
  .tax-organisation .container  {
    width:100%;
    padding: 0 20px;
  }
  .tax-organisation .blog-home .date-author,
  .tax-author .blog-home .date-author,
  .tax-organisation .blog-home .date,
  .tax-author .date {
    font-size: 10px!important;
  }
  .tax-organisation .blog-home .date-author {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .tax-authorz .blog-home .date-author div,
  .tax-organisation .blog-home .date-author div {
    width: auto;
  }
  .tax-authorz .date,
  .tax-organisation .date {
    margin-right: 20px;
  }
  .tax-authorz .entry-title, .tax-organisation .entry-title {
    font-size: 28px;
  }
  .tax-organisation .date-author .author {
    text-align: inherit!important;
  }
  /*Single autor end*/
  .blue-header p {
    margin-top: 0;
    font-size: 18px;
  }
  .blue-header h1 {
    margin-bottom: 40px;
    padding-bottom:0;
  }
  /* .page-blog .blue-header .above-title {
    position: absolute;
    top: -27px;
  } */
  
  /*Footer start*/
  footer .et_pb_row div,
  footer div {
    text-align: center!important;
  }
  footer .et_pb_menu .et_pb_menu__menu {
    display: block!important;
    text-align: center!important;
    width: 100%;
  }
  footer nav>ul li,
  footer nav>ul li a,
  footer ul {
    text-align: center!important;
    margin: auto;
    width: 100%;
  }
  footer .et_pb_column--with-menu {
    padding-bottom: 40px;
  }
  footer .et-menu-nav {
    justify-content: space-around!important;
  }
  .et_pb_menu--style-left_aligned .et_pb_menu__wrap {
    justify-content: center!important;
  }
  .footer-description.desktop {
    display: none;
  }
  .footer-description.mobile {
    display: block;
    color:#231e4b!important;
    margin-top: 20px;
  }
  .footer-columns .et_pb_column {
    margin-bottom: 40px!important;
  }
  /*Footer end*/
}
/*Phone end*/