.event-container.two-blocks .event {
  width: 50%;
}

.event-container {
  margin-left: -22.5px;
}
.event-container .event {
  box-sizing: border-box;
  margin-left: 0px;
  width: 33.33%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 22.5px;
}
.event-container .event .event-inner {
  margin: 10px;
  padding: 10px;
  background-color: #0000FE;
  min-height: 170px;
}
.event-container .event .event-inner h3, .event-container .event .event-inner p {
  color: #ffffff;
}
.event-container .event .event-inner p {
  font-size: 16px;
}
.event-container .event img {
  width: 100%;
}
.event-container .event:first-child .event-inner, .event-container .event:nth-child(4) .event-inner {
  margin-left: 0px;
}
.event-container .event:nth-child(3) .event-inner, .event-container .event:nth-child(6) .event-inner {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .event-container .event:nth-child(odd) .event-inner {
    margin-left: 0px;
  }
  .event-container .event:nth-child(even) .event-inner {
    margin-right: 0px;
  }
  .event-container .event:nth-child(4) .event-inner {
    margin-left: 10px;
  }
  .event-container .event:nth-child(3) .event-inner {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .event-container .event {
    width: 100%;
  }
  .event-container .event .event-inner {
    margin: 10px 0px !important;
  }
  .event-container .event:first-child .event-inner {
    margin-top: 0px !important;
  }
}

.event-container.four-blocks .event {
  width: 25%;
}

body.page-template-page-landing-tags #hero-image,
body.page-template-page-four-blocks #hero-image,
body.page-template-page-three-blocks #hero-image,
body.page-template-page-two-blocks #hero-image {
  position: relative;
}
body.page-template-page-landing-tags #hero-image .hero-overlay,
body.page-template-page-four-blocks #hero-image .hero-overlay,
body.page-template-page-three-blocks #hero-image .hero-overlay,
body.page-template-page-two-blocks #hero-image .hero-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 20px;
}
@media (max-width: 767px) {
  body.page-template-page-landing-tags #hero-image .hero-overlay,
  body.page-template-page-four-blocks #hero-image .hero-overlay,
  body.page-template-page-three-blocks #hero-image .hero-overlay,
  body.page-template-page-two-blocks #hero-image .hero-overlay {
    position: relative;
    left: auto;
    bottom: 5px;
  }
}
body.page-template-page-landing-tags #hero-image .hero-overlay > *,
body.page-template-page-four-blocks #hero-image .hero-overlay > *,
body.page-template-page-three-blocks #hero-image .hero-overlay > *,
body.page-template-page-two-blocks #hero-image .hero-overlay > * {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: block;
  float: left;
  padding: 5px 10px;
  margin: 5px 0 0 0;
  line-height: 1.4;
  clear: both;
}
body.page-template-page-landing-tags #hero-image .hero-overlay h1,
body.page-template-page-four-blocks #hero-image .hero-overlay h1,
body.page-template-page-three-blocks #hero-image .hero-overlay h1,
body.page-template-page-two-blocks #hero-image .hero-overlay h1 {
  font-size: 30px;
}
body.page-template-page-landing-tags .masonry-content,
body.page-template-page-four-blocks .masonry-content,
body.page-template-page-three-blocks .masonry-content,
body.page-template-page-two-blocks .masonry-content {
  margin-left: -30px;
}
@media (max-width: 767px) {
  body.page-template-page-landing-tags .masonry-content,
  body.page-template-page-four-blocks .masonry-content,
  body.page-template-page-three-blocks .masonry-content,
  body.page-template-page-two-blocks .masonry-content {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  body.page-template-page-landing-tags .masonry-content,
  body.page-template-page-four-blocks .masonry-content,
  body.page-template-page-three-blocks .masonry-content,
  body.page-template-page-two-blocks .masonry-content {
    margin-left: -20px;
  }
}

#page footer.entry-footer {
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
#page footer.entry-footer .addthis_tool {
  clear: none !important;
  float: right;
  margin-top: -5px;
}
#page footer.entry-footer .appreciate-button {
  margin: -7px 3px 0 0;
}

.fepost-main .page-header, .fepost-main .entry-footer, .fepost-main .entry-content {
  margin: 0 20px 15px 20px;
}

body.archive.author #author-info .color-box {
  display: none;
}
body.archive.author #primary, body.archive.author #branding {
  float: none;
}
body.archive.author #card-template {
  display: none;
}
body.archive.author .buddylist-button i {
  font-size: 28px;
  padding-left: 15px;
}
body.archive.author #author-info {
  overflow: hidden;
  border: 0;
  margin-bottom: 24px;
}
body.archive.author #author-info:before {
  display: none;
}
body.archive.author .page-header {
  margin: 0;
  border: 0;
  padding: 30px 0 10px;
}
body.archive.author .page-header h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
body.archive.author #author-avatar {
  width: 18%;
  height: auto;
  float: left;
  box-sizing: border-box;
  padding: 23px 34px;
}
body.archive.author #author-avatar img {
  border: 1px solid rgb(220, 220, 220);
}
@media (max-width: 767px) {
  body.archive.author #author-avatar {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  body.archive.author #author-avatar img {
    width: 50%;
    display: inline;
  }
}
body.archive.author #author-content {
  float: left;
  width: 58%;
  padding-bottom: 39px;
  line-height: 24px;
}
@media (max-width: 767px) {
  body.archive.author #author-content {
    padding: 20px;
    width: auto;
  }
  body.archive.author #author-content .page-header {
    padding-top: 0;
  }
}
body.archive.author #author-content .short-description {
  font-size: 14px;
}
body.archive.author #author-content .short-description a {
  text-decoration: underline;
}
body.archive.author .community-contributions {
  background: none;
  border: none;
}
body.archive.author .community-contributions:before {
  display: none;
}
body.archive.author .community-contributions .register-tabs {
  margin-bottom: 24px;
  background: rgb(255, 255, 255);
  float: none;
}
body.archive.author .community-contributions .register-tabs ul {
  border-bottom: 0;
  padding-left: 15px;
}
body.archive.author .community-contributions .register-tabs ul li {
  border-top: 3px solid rgb(255, 255, 255);
  background: none;
  border-bottom: 3px solid rgb(255, 255, 255);
  cursor: pointer;
}
body.archive.author .community-contributions .register-tabs ul li a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
body.archive.author .community-contributions .register-tabs ul li.reg-active, body.archive.author .community-contributions .register-tabs ul li:hover {
  background: none;
  border-bottom-color: rgb(116, 77, 164);
}
body.archive.author .community-contributions .register-tabs ul li.reg-active a, body.archive.author .community-contributions .register-tabs ul li:hover a {
  color: rgb(116, 77, 164);
}
body.archive.author .community-contributions .container {
  background: rgb(255, 255, 255);
  box-sizing: border-box;
}
body.archive.author .community-contributions .wrapper {
  background: none;
}
body.archive.author .community-contributions .wrapper > .masonry-content {
  overflow: hidden;
}
body.archive.author .community-contributions .wrapper > .masonry-content article.type-an_jobbenop .entry-summary div {
  min-width: 0;
  float: none;
  width: auto;
  margin: 0;
}
body.archive.author .community-contributions .wrapper > .masonry-content.active {
  display: block;
}
body.archive.author .btn {
  margin-left: 15px;
  position: relative;
  top: -3px;
  font-weight: 400;
}
body.archive.author .btn .icon-envelope {
  font-size: 14px;
  padding-left: 0;
  padding-right: 5px;
}

.register-tabs ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-bottom: 5px solid rgb(116, 77, 164);
}
.register-tabs ul li {
  list-style-type: none;
  float: left;
  padding: 12px;
  font-size: 16px;
  background: #FBFBFB;
}
.register-tabs ul li a {
  color: #A4A4A4;
}
.register-tabs ul li.reg-active {
  background: rgb(116, 77, 164);
}
.register-tabs ul li.reg-active a {
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .post-type-archive-an_jobbenop.layout-list .bookmarking.pull-right {
    top: 55px;
    right: 10px;
  }
  .post-type-archive-an_jobbenop.layout-list .an_jobbenop {
    border-radius: 3px;
    overflow: hidden;
  }
  .post-type-archive-an_jobbenop.layout-list article.overview {
    padding-left: 0;
    margin: auto auto 16px;
  }
  .post-type-archive-an_jobbenop.layout-list .list-view-counter {
    position: relative;
    width: auto;
    margin: auto;
    display: block;
    float: none;
  }
  .post-type-archive-an_jobbenop.layout-list .an_jobbenop > header {
    padding: 16px 16px 0;
    margin-bottom: 8px;
  }
  .post-type-archive-an_jobbenop.layout-list .an_jobbenop > header .taxidermy {
    color: #e96d47;
  }
  .post-type-archive-an_jobbenop.layout-list .an_jobbenop > .entry-summary {
    padding: 0 16px;
  }
  .post-type-archive-an_jobbenop.layout-list .an_jobbenop > .entry-summary .entry-summary {
    padding: 0;
  }
  .post-type-archive-an_jobbenop.layout-list .an_jobbenop > .entry-summary h4 {
    margin-bottom: 8px;
  }
  .post-type-archive-an_jobbenop.layout-list .list-counter-box {
    width: auto;
    height: auto;
    display: block;
    margin: 0;
    text-align: left;
    padding: 8px 16px;
  }
  .post-type-archive-an_jobbenop.layout-list .list-counter-box br {
    display: none;
  }
  .post-type-archive-an_jobbenop.layout-list .list-counter-box span {
    font-size: 16px;
    font-weight: normal;
  }
  .post-type-archive-an_jobbenop.layout-list #content .overview-meta {
    padding: 8px 16px 16px;
    margin: 0;
  }
  .post-type-archive-an_jobbenop.layout-list #content .overview-meta .date {
    position: relative;
    top: auto;
    right: auto;
  }
  .post-type-archive-an_jobbenop.layout-list #content .overview-meta .post-date:before {
    content: "Published ";
  }
}
body.page-template-my-account-php .crm-title {
  display: none;
}

body.page-template-join .custom-accordion {
  background-color: #744da4;
}
body.page-template-join .accordion-toggle {
  color: #ffffff;
}
body.page-template-join .accordion-group {
  border-radius: 0;
}

#newsletter-trigger {
  float: right;
}

#newsletter-signup-form {
  padding-top: 15px;
  display: block;
}
#newsletter-signup-form input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
}
#newsletter-signup-form button {
  background-color: #febc4a;
  background-image: -moz-linear-gradient(top, #fed970, #febc4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fed970), to(#febc4a));
  background-image: -webkit-linear-gradient(top, #fed970, #febc4a);
  background-image: -o-linear-gradient(top, #fed970, #febc4a);
  background-image: linear-gradient(to bottom, #fed970, #febc4a);
  background-repeat: repeat-x;
  *background-color: #febc4a;
  border-color: #DCA03B;
}
#newsletter-signup-form .error label {
  color: red;
}
#newsletter-signup-form .error input {
  border-color: red;
}

#branding .addthis_horizontal_follow_toolbox,
#branding .addthis_inline_follow_toolbox {
  float: right;
  margin-top: -8px;
}

.brand img {
  height: 1.5em;
}

#atftbx > p span {
  display: none;
}

.pagination .page-numbers.current {
  background: #0073ac;
  color: #ffffff;
}

i.mce-i-pdf:before {
  content: "\f0f6";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 1em;
  text-align: center;
}

i.mce-i-embed:before {
  content: "\f14c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 1em;
  text-align: center;
}

.content-wrapper .container {
  max-width: 1280px;
  width: 90%;
}
.content-wrapper .vertical-padding {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (min-width: 64.063em) {
  .content-wrapper {
    width: 100%;
    margin-top: 81px;
  }
}

#footer {
  background: #46494a;
}
#footer .copyright {
  color: rgb(255, 255, 255);
  padding: 0;
}
#footer .copyright a {
  color: rgb(255, 255, 255);
}
@media (min-width: 64.063em) {
  #footer .copyright {
    text-align: right;
  }
}
#footer .nav-footer > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 64.063em) {
  #footer .nav-footer > ul {
    justify-content: flex-start;
  }
}
#footer .nav-footer > ul > li {
  flex-basis: 50%;
  padding-bottom: 20px;
}
#footer .nav-footer > ul > li > a {
  padding: 10px 0;
  font-weight: bold;
}
#footer .nav-footer > ul > li:last-child {
  font-size: 14px;
  flex-basis: 100%;
}
@media (min-width: 40.063em) {
  #footer .nav-footer > ul > li {
    flex-basis: 25%;
    padding-bottom: 0;
  }
}
@media (min-width: 64.063em) {
  #footer .nav-footer > ul > li {
    flex-basis: 20%;
  }
  #footer .nav-footer > ul > li:nth-child(4) {
    flex-basis: 40%;
  }
}
#footer ul {
  line-height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul li {
  padding: 8px 0;
}
#footer ul li a {
  color: rgb(255, 255, 255);
  padding: 0;
  text-decoration: none;
}
#footer ul li a:hover {
  color: #ddd;
}
#footer ul .arts-council {
  padding-bottom: 20px !important;
  text-align: left;
}
#footer ul .arts-council span {
  display: none;
}
@media (min-width: 64.063em) {
  #footer ul .arts-council {
    text-align: right;
  }
}
#footer ul .arts-council a {
  display: inline-block !important;
  background: url(../img/social-icons/artists-council-logo.svg) no-repeat;
  background-size: contain;
  background-position: left center;
  height: 30px;
  width: 210px;
}
@media (min-width: 64.063em) {
  #footer ul .arts-council a {
    background-position: right center;
    height: 48px;
    width: 230px;
  }
}
#footer ul .social.dropdown .navigation-menu {
  padding-top: 8px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
#footer ul .social.dropdown .navigation-menu .menu-item span {
  display: none;
}
#footer ul .social.dropdown .navigation-menu .menu-item a {
  width: 24px;
  height: 24px;
  background-image: url(../img/social-icons/facebook.svg);
  background-repeat: no-repeat;
  margin-right: 10px;
}
#footer ul .social.dropdown .navigation-menu .menu-item a:hover {
  opacity: 0.8;
}
#footer ul .social.dropdown .navigation-menu .menu-item.twitter a {
  background-image: url(../img/social-icons/twitter.svg);
}
#footer ul .social.dropdown .navigation-menu .menu-item.linked-in a {
  background-image: url(../img/social-icons/linked-in.svg);
}
#footer ul .social.dropdown .navigation-menu .menu-item.instagram a {
  background-image: url(../img/social-icons/instagram.svg);
}

.page-template-page-gutenberg-layout {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding-top: 80px;
}
.page-template-page-gutenberg-layout .gutenberg-layout {
  margin-bottom: 100px;
}
.page-template-page-gutenberg-layout .breadcrumb {
  display: none;
}
.page-template-page-gutenberg-layout p {
  font-size: 16px;
}
.page-template-page-gutenberg-layout h1 {
  font-weight: 400;
  line-height: 1.2;
  color: #46494a;
  font-size: 57px;
  letter-spacing: -0.75px;
  margin-bottom: 19px;
  line-height: 1.2 !important;
}
.page-template-page-gutenberg-layout .content-wrapper {
  width: 100%;
  margin-top: 1px;
}
.page-template-page-gutenberg-layout .wp-block-columns {
  gap: 1rem;
}
.page-template-page-gutenberg-layout .wp-block-separator {
  border: none;
}
.page-template-page-gutenberg-layout .wp-block-post-template {
  margin: 0px;
  gap: 0.9rem;
}
.page-template-page-gutenberg-layout .wp-block-post-featured-image img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.page-template-page-gutenberg-layout .wp-block-post-excerpt__more-text a,
.page-template-page-gutenberg-layout .wp-block-button a {
  background: #5b7e94;
  border: 1px solid #5b7e94;
  cursor: pointer;
  color: #ffffff;
  padding: 1rem 1.5rem;
  transition: background 0.25s ease-out, color 0.25s ease-out;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
}
.page-template-page-gutenberg-layout .wp-block-post-excerpt__more-text a:hover,
.page-template-page-gutenberg-layout .wp-block-button a:hover {
  filter: brightness(90%);
  text-decoration: none;
}
.page-template-page-gutenberg-layout .secondary-button a {
  background: #ffffff;
  color: #5b7e94;
}
.page-template-page-gutenberg-layout .transparent-button a {
  background: transparent;
  border: 1px solid #ffffff;
}
.page-template-page-gutenberg-layout .wp-block-post {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.page-template-page-gutenberg-layout .container {
  width: 100%;
}
.page-template-page-gutenberg-layout .container #page {
  margin: 0px;
}
@media (min-width: 1200px) {
  .page-template-page-gutenberg-layout .container .navbar-inner .container,
  .page-template-page-gutenberg-layout .container .featured-section,
  .page-template-page-gutenberg-layout .container .news-section,
  .page-template-page-gutenberg-layout .container .job-section,
  .page-template-page-gutenberg-layout .container .resource-section,
  .page-template-page-gutenberg-layout .container .dsg-featured,
  .page-template-page-gutenberg-layout .container .dsg-spotlight,
  .page-template-page-gutenberg-layout .container .news-section-an40,
  .page-template-page-gutenberg-layout .container .featured-artist-an40,
  .page-template-page-gutenberg-layout .container .featured-newsletter-an40 {
    width: 1170px;
    margin-inline: auto;
  }
}
@media (max-width: 780px) {
  .page-template-page-gutenberg-layout .container {
    width: auto;
  }
}
.page-template-page-gutenberg-layout .section-header .wp-block-heading {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  color: #46494a;
}
.page-template-page-gutenberg-layout .post-block-text-content {
  padding: 0.75rem;
}
.page-template-page-gutenberg-layout .post-block-text-content .wp-block-post-title {
  font-size: 20px;
  line-height: 1.5;
}
.page-template-page-gutenberg-layout .post-block-text-content .wp-block-post-title a {
  font-family: inherit;
  font-weight: 700;
  color: #46494a;
}
.page-template-page-gutenberg-layout .post-block-text-content .wp-block-post-excerpt {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.page-template-page-gutenberg-layout .post-block-text-content .wp-block-read-more {
  margin-top: 10px;
}
.page-template-page-gutenberg-layout .top-banner {
  background: #ffffff;
  width: 100%;
}
.page-template-page-gutenberg-layout .top-banner .top-banner-right {
  padding: 24px;
  min-width: 278px;
}
.page-template-page-gutenberg-layout .top-banner .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
}
.page-template-page-gutenberg-layout .featured-right,
.page-template-page-gutenberg-layout .featured-news-left {
  padding: 20px;
}
.page-template-page-gutenberg-layout .featured-news-left {
  border-top: 4px solid #01615d;
}
.page-template-page-gutenberg-layout .featured-left-info .wp-block-post-title {
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  color: #46494a;
}
.page-template-page-gutenberg-layout .news-section .featured-news-right li:not(:last-child) {
  margin-bottom: 15px;
}
.page-template-page-gutenberg-layout .news-section .wp-block-post {
  border-top: 4px solid #01615d;
}
.page-template-page-gutenberg-layout .news-section .wp-block-post .wp-block-columns {
  margin: 0px;
}
.page-template-page-gutenberg-layout .job-section .wp-block-post {
  border-top: 4px solid #a65a29;
}
.page-template-page-gutenberg-layout .job-section h3 {
  margin-top: 0px;
}
.page-template-page-gutenberg-layout .job-section .job_deadline_container .wp-block-group__inner-container {
  display: flex;
  gap: 10px;
  color: #e96d47;
  font-size: 14px;
  font-weight: 600;
}
.page-template-page-gutenberg-layout .resource-section .wp-block-post {
  border-top: 4px solid #587e95;
}
@media (min-width: 780px) {
  .page-template-page-gutenberg-layout .job-section .wp-block-post,
  .page-template-page-gutenberg-layout .resource-section .wp-block-post {
    min-height: 246px;
  }
}
.page-template-page-gutenberg-layout .dsg-top-banner .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
}
.page-template-page-gutenberg-layout .dsg-top-banner-info {
  background: #ffffff;
  padding: 1.5rem 2rem;
}
.page-template-page-gutenberg-layout .dsg-featured .dsg-featured-right {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 780px) {
  .page-template-page-gutenberg-layout .dsg-featured .wp-block-post,
  .page-template-page-gutenberg-layout .dsg-spotlight .wp-block-post {
    height: 543px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-gutenberg-layout .dsg-top-banner-info {
    width: 483px;
    max-height: 265px;
    position: absolute;
    transform: translateY(-150%);
    left: 10%;
  }
}
.page-template-page-gutenberg-layout .news-featured-left-an-40 img {
  aspect-ratio: 5/3;
}
.page-template-page-gutenberg-layout .post-block-text-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #000000;
  opacity: 0.8;
}
.page-template-page-gutenberg-layout .post-block-text-content-overlay .wp-block-post-title > a,
.page-template-page-gutenberg-layout .post-block-text-content-overlay p {
  color: #ffffff;
}

.single-an_dsg_feature, .single-an_fortieth_feature {
  padding-top: 82px;
}
.single-an_dsg_feature .container, .single-an_fortieth_feature .container {
  width: 100%;
}
.single-an_dsg_feature .container #page, .single-an_fortieth_feature .container #page {
  margin: 0px;
}
@media (min-width: 1200px) {
  .single-an_dsg_feature .container .container, .single-an_fortieth_feature .container .container {
    width: 1170px;
    margin-inline: auto;
  }
}
@media (max-width: 780px) {
  .single-an_dsg_feature .container, .single-an_fortieth_feature .container {
    width: auto;
  }
}
.single-an_dsg_feature .breadcrumb, .single-an_fortieth_feature .breadcrumb {
  display: none;
}
.single-an_dsg_feature .content-single-wrapper, .single-an_fortieth_feature .content-single-wrapper {
  margin-bottom: 50px;
}
.single-an_dsg_feature .fp-featured-image, .single-an_fortieth_feature .fp-featured-image {
  padding-bottom: 40%;
  background-size: cover;
}
@media (max-width: 780px) {
  .single-an_dsg_feature .fp-featured-image, .single-an_fortieth_feature .fp-featured-image {
    padding-bottom: 80%;
  }
}
.single-an_dsg_feature .fp-post-container, .single-an_fortieth_feature .fp-post-container {
  display: flex;
  margin: -6rem auto 0;
}
.single-an_dsg_feature .fp-post-container .fp-post-content, .single-an_fortieth_feature .fp-post-container .fp-post-content {
  background-color: #ffffff;
  padding: 36px;
  font-size: 18px;
  line-height: 1.6;
  color: #666666;
}
.single-an_dsg_feature .fp-post-container .fp-post-content .fp-post-date, .single-an_fortieth_feature .fp-post-container .fp-post-content .fp-post-date {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #46494a;
}
.single-an_dsg_feature .fp-post-container .fp-post-content .fp-post-title, .single-an_fortieth_feature .fp-post-container .fp-post-content .fp-post-title {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
  color: #46494a;
  margin-bottom: 2rem;
}
.single-an_dsg_feature .fp-post-container .fp-post-content .fp-post-body p:first-of-type, .single-an_fortieth_feature .fp-post-container .fp-post-content .fp-post-body p:first-of-type {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
}
.single-an_dsg_feature .fp-post-container .fp-post-content p, .single-an_fortieth_feature .fp-post-container .fp-post-content p {
  margin-bottom: 2em;
}
.single-an_dsg_feature .fp-post-sidebar .widget-area, .single-an_fortieth_feature .fp-post-sidebar .widget-area {
  background-color: #ffffff;
}
.single-an_dsg_feature .fp-post-sidebar .widget, .single-an_fortieth_feature .fp-post-sidebar .widget {
  padding: 16px;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  background-color: #ffffff;
  border: none;
}
.single-an_dsg_feature .fp-post-sidebar .widget::before, .single-an_fortieth_feature .fp-post-sidebar .widget::before {
  border: none;
}
.single-an_dsg_feature .fp-post-sidebar .widget-header, .single-an_fortieth_feature .fp-post-sidebar .widget-header {
  display: flex;
  align-items: center;
  color: #46494a;
}
@media (min-width: 1200px) {
  .single-an_dsg_feature .fp-post-container, .single-an_fortieth_feature .fp-post-container {
    width: 1170px;
    margin-inline: auto;
  }
}
@media (max-width: 780px) {
  .single-an_dsg_feature .fp-post-container, .single-an_fortieth_feature .fp-post-container {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.single-an_dsg_feature .related-post-section, .single-an_fortieth_feature .related-post-section {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.single-an_dsg_feature .related-post-section h3, .single-an_fortieth_feature .related-post-section h3 {
  line-height: 1.2;
}
.single-an_dsg_feature .related-post-section .related-header, .single-an_fortieth_feature .related-post-section .related-header {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
  color: #46494a;
}
.single-an_dsg_feature .related-post-section .related-post-thumbnail img, .single-an_fortieth_feature .related-post-section .related-post-thumbnail img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.single-an_dsg_feature .related-post-section .related-post-body, .single-an_fortieth_feature .related-post-section .related-post-body {
  padding: 5px 20px 50px 15px;
  background-color: #ffffff;
  min-height: 170px;
}
.single-an_dsg_feature .related-post-section .related-title, .single-an_fortieth_feature .related-post-section .related-title {
  font-weight: 700;
  color: #46494a;
  font-size: 20px;
  line-height: 1.5;
}
.single-an_dsg_feature .related-post-section .related-post-excerpt, .single-an_fortieth_feature .related-post-section .related-post-excerpt {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.single-an_dsg_feature .related-post-section .tns-nav, .single-an_fortieth_feature .related-post-section .tns-nav {
  text-align: center;
  margin-top: 30px;
}
.single-an_dsg_feature .related-post-section .tns-nav button, .single-an_fortieth_feature .related-post-section .tns-nav button {
  display: inline-block;
  margin-right: 1em;
  width: 15px;
  height: 15px;
  background-color: #ddd;
  border-radius: 50%;
  border: 0px;
}
.single-an_dsg_feature .related-post-section .tns-nav .tns-nav-active, .single-an_fortieth_feature .related-post-section .tns-nav .tns-nav-active {
  background-color: #44bab7;
}

.dropdown-backdrop {
  position: static;
}

#first-navbar .navbar-inner {
  background-color: #46494a;
}
#first-navbar .menu-item:before {
  border-right: none;
}

@media (max-width: 979px) {
  #first-navbar .dropdown-menu {
    background-color: rgb(255, 255, 255);
  }
}
body {
  padding-bottom: 0 !important;
}

.unclickable > a {
  pointer-events: none;
}