.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 gainsboro; }
  @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: white;
    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 white;
        background: none;
        border-bottom: 3px solid white;
        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: #744da4; }
        body.archive.author .community-contributions .register-tabs ul li.reg-active a, body.archive.author .community-contributions .register-tabs ul li:hover a {
          color: #744da4; }
  body.archive.author .community-contributions .container {
    background: white;
    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 #744da4; }
  .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: #744da4; }
      .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: white;
    padding: 0; }
    #footer .copyright a {
      color: white; }
    @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: white;
        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); }

.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: white; } }

body {
  padding-bottom: 0 !important; }

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