@charset "UTF-8";
/*
Theme Name:     Lambda Child Theme
Description:    Child theme for the Lambda WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       lambda
Version:        1.0
*/
.post-image {
  width: 100% !important; }

.post-navigation {
  display: none; }

#masthead.navbar {
  padding-bottom: 5px; }

.logo-navbar .nav > li > a {
  padding-top: 45px !important; }

.menu .nav > li > a {
  color: #1c1c1c;
  letter-spacing: 1px; }

.menu .navbar-brand img {
  top: 60% !important; }

.big {
  font-size: 32px;
  line-height: 44px; }

.btn.btn-lg, button.btn-lg, input[type="submit"].btn-lg, .button.btn-lg {
  background: none !important; }

.text-light a:hover, a.text-light:hover {
  background: #fff !important; }

.btn-outline {
  background: transparent !important;
  border: 2px solid #fff;
  color: #fff !important;
  letter-spacing: 2px; }

.btn-outline:hover {
  background: #fff !important;
  border: 2px solid #fff;
  color: #333 !important; }

.btn-primary, button, input[type="submit"] {
  background-color: #54a0d4;
  color: #4c4c4c !important; }

.text-light.btn-primary, .text-light .btn-primary {
  background: transparent !important;
  border: 2px solid #54a0d4;
  color: #54a0d4 !important;
  letter-spacing: 2px;
  text-transform: uppercase !important; }

.btn-outline-blue {
  background: transparent !important;
  border: 2px solid #54a0d4;
  color: #4c4c4c !important;
  letter-spacing: 2px;
  text-transform: uppercase !important; }

.btn-outline-blue:hover {
  background: #54a0d4 !important;
  color: #fff !important;
  border: 2px solid #54a0d4 !important; }

.event-date {
  background: #54a0d4;
  color: #fff;
  padding: 15px; }

.event-date i {
  color: #fff; }

.align-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px; }

.zeus .tp-bullet:hover .tp-bullet-title, .zeus .tp-bullet:hover .tp-bullet-image, .zeus .tp-bullet:hover .tp-bullet-imageoverlay {
  display: none; }

.figure-caption-title strong {
  display: block; }

.breadcrumb-blog a, .breadcrumb-blog .active, .breadcrumb-blog li {
  text-transform: uppercase; }

.tp-caption.PCMA-Button, .PCMA-Button {
  border-color: #54a0d4 !important;
  text-transform: uppercase; }

.pricing-body .btn-primary {
  background: transparent !important;
  border: 2px solid #54a0d4;
  color: #4c4c4c !important;
  letter-spacing: 2px;
  text-transform: uppercase !important;
  font-size: 14px !important; }

.pricing-body .btn-primary:hover {
  background: #54a0d4 !important;
  border: 2px solid #54a0d4;
  color: #fff !important; }

.select-wrap select {
  line-height: initial; }

.btn-primary {
  background: transparent !important;
  border: 2px solid #54a0d4 !important;
  color: #4c4c4c !important;
  letter-spacing: 2px;
  text-transform: uppercase !important;
  font-size: 14px !important; }

ul, ol {
  padding-left: 16px; }

.w-menu__list-link {
  color: #fff !important; }

/** Events Calendar **/
/*
#tribe-events-bar * {
    --background: #428ccd;
}

.tribe-bar-geoloc-filter, .tribe-events-uses-geolocation .tribe-bar-date-filter, .tribe-events-uses-geolocation .tribe-bar-search-filter, .tribe-events-uses-geolocation .tribe-bar-submit {
background: #428ccd;
}

#tribe-bar-form label {
    color: #fff;
}

#tribe-bar-form input[type=text] {
    border-bottom: 1px dashed #fff;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.tribe-bar-views-inner label {
    color:#333 !important;
}

.tribe-events-list-separator-month {
    padding: 20px;
}

#tribe-events-bar ::-webkit-input-placeholder {
   color:#fff !important;
}

#tribe-events-bar :-moz-placeholder {
color: #fff !important;
}

#tribe-events-bar ::-moz-placeholder {
    color:#fff !important;
}

#tribe-events-bar :-ms-input-placeholder {
    color:#fff !important;
}

.tribe-events-user-recurrence-toggle {
    display:none;
}
*/
.loggedInOnly,
.showAfterStepCompletion {
  display: none; }

.logged-in .notLoggedInOnly {
  display: none; }

.logged-in .loggedInOnly:not(.showAfterStepCompletion) {
  display: block; }

.gform_login_widget .sidebar-header {
  display: none; }

.logged-in.formSubmitted .loggedInOnly:not(.showAfterStepCompletion) {
  display: none; }

.logged-in.formSubmitted .showAfterStepCompletion {
  display: block; }

.loading {
  position: relative; }

.loading:after {
  content: "loading";
  text-align: center;
  display: block; }

.ceuRow {
  margin-left: -12px;
  margin-right: -12px; }

.ceuRow:nth-child(2n+1) {
  background: #ecedee;
  overflow: hidden; }

#ceuContainer .ceuRow .ceuResults-container {
  padding: 0 0 20px;
  margin: 20px 15px 0;
  width: auto;
  overflow: hidden; }

#ceuContainer .ceuRow:first-child .ceuResults-container {
  margin-top: 0; }

#ceuContainer .row:not(.ceuRow) {
  margin-top: 20px; }

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
																			http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  h1 {
    line-height: 1.2 !important; }
  h1.element-bottom-70,
  h1.element-top-70 {
    margin: 15px 0 !important; }
  .sticky-wrapper, #footer, .nav-tabs {
    display: none; }
  .tab-content {
    border: none !important;
    padding: 0 !important; }
  #footer .section .container .row .col-sm-3:not(:first-child) {
    display: none; }
  .subfooter .container .row .col-sm-6:last-child {
    display: none; }
  h1 + .breadcrumb-blog, .big + .breadcrumb-blog {
    margin-top: 0 !important;
    display: none !important; }
  .ceuResults-container,
  #ceuContainer-footer {
    page-break-inside: avoid; }
  body, .post-body {
    font-size: 12px !important;
    line-height: 1.3; } }

@media (max-width: 1160px) {
  .tp-caption.PCMA-Button, .PCMA-Button {
    padding: 10px 20px !important;
    --font-size: 10px !important; } }

@media (min-width: 991px) {
  .logo-navbar .navbar-text, .logo-navbar .sidebar-widget {
    padding-top: 45px !important; } }

@media (max-width: 992px) {
  .menu .navbar-brand img {
    top: 50% !important;
    width: 80px; }
  .logo-navbar .nav > li > a {
    padding-top: 0px !important; } }

@media (max-width: 830px) {
  .tp-caption.PCMA-Button, .PCMA-Button {
    padding: 10px 14px !important;
    --font-size: 10px !important; } }

@media (max-width: 780px) {
  .tp-caption.PCMA-Button, .PCMA-Button {
    padding: 8px 10px !important;
    --font-size: 10px !important; } }

@media (max-width: 740px) {
  .tp-caption.PCMA-Button, .PCMA-Button {
    padding: 8px 8px !important;
    --font-size: 9px !important;
    letter-spacing: 1px; } }

@media (max-width: 590px) {
  .tp-caption.PCMA-Button, .PCMA-Button {
    padding: 6px 8px !important;
    --font-size: 8px !important;
    letter-spacing: 1px; } }

@media (max-width: 540px) {
  .uranus.tparrows {
    display: none; } }

/** Donate.ly **/
/** gated content **/
/* buttons on blue overlay */
#protected-content .overlay .box a {
  /*width: 120px !important;*/
  margin-right: 30px !important; }

/* temporary fix for adzone height */
.adzone {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 10px !important;
  height: auto !important; }
  @media (max-width: 970px) {
    .adzone {
      height: 10.5vw !important; } }
  .adzone > iframe {
    max-width: 100% !important;
    height: auto !important; }

/* Set width of top category buttons on various landing pages */
.btn-top-category {
  width: 100% !important; }

@media screen and (max-width: 582px) {
  .btn-top-category-header {
    margin-left: 4%; } }

@media screen and (max-width: 582px) {
  .modal {
    max-width: 360px; } }

/* decrease weight of post title. Can probably be done in theme settings... */
header h1 {
  font-weight: 300 !important; }

/* decrease bottom padding of header bar, helps with margins after ad zone was inserted */
#masthead {
  padding-bottom: 0px !important;
  padding-top: 5px !important; }

/** Events Calendar Styling Changes **/
/* reduce horsiness of event title and page title */
.tribe-events-list-event-title, .tribe-events-page-title {
  font-weight: 400 !important; }

/* change search bar bg color to white and other adjustments to accommodate */
#tribe-bar-form, .tribe-bar-views-inner, .tribe-bar-views-option a {
  background-color: #fff !important; }

/* breathing room above search bar */
#tribe-bar-form {
  margin-top: 30px !important; }

.tribe-events-cal-links{margin-top:20px;}

/*left-align listing of events */
.tribe-events-loop {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important; }

/* Hide Filter Bar on events page for only PCMA events */
.events-category-pcma-events #tribe_events_filters_wrapper {
  display: none; }

.events-category-pcma-events #tribe-events-content {
  width: 100% !important; }

/* reduce horsiness of title */
.tribe-events-single-event-title {
  font-weight: 500 !important; }

.tribe-event-date-start, .tribe-event-date-end, .tribe-event-time {
  font-weight: 400; }

/* hide export button on home page */
.home .tribe-events-ical {
  display: none !important; }

/* Filter bar - bg colors */
.tribe-events-filters-group-heading {
  background-color: #54a0d4 !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 16px !important; }

.tribe-events-filters-group-heading:hover {
  background: #f6f6f6;
  color: #6e6e6e; }

#tribe_events_filters_wrapper select {
  font-size: 16px; }

.tribe-events-filters-content .tribe-events-filters-label {
  font-size: 18px !important;
  font-weight: 600 !important;
  background-color: #fff !important; }

/** End Events Calendar Styling Changes **/
/**add padding between price amount and after price text**/
.pricing-price p {
  margin-top: 10px; }

/** Media Page Category Buttons **/
#contentlisting_topcategories .btn {
  border-radius: 0 !important; }

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: relative; } }

.subfooter {
  padding-top: 20px; }

/* Font sizes are controlled in Skins > All Skins > PCMA
/* change overall body font to 16px */
body, .post-body {
  font-size: 16px; }

/* make font on posts even bigger */
.single .post .post-body p {
  font-size: 18px; }

/* reduce the width of GF name fields */
.name_prefix {
  width: 7% !important; }

.name_first {
  width: 20%; }

.name_last {
  width: 30%; }

.name_middle {
  width: 5% !important; }

/* maximize gf name fields on small devices */
@media screen and (max-width: 582px) {
  #gform_wrapper_4 .name_first {
    width: 100% !important; }
  .gform_wrapper.name_last {
    width: 100% !important; } }

/* make recent entry listing less bold */
.widget_recent_entries a {
  font-weight: 500; }

/** Hide form titles on specific GF forms **/
/* Create Account, part of Modal popup which has its own title */
form#gform_4 .gform_heading {
  display: none !important; }

.modal-body div h2 {
  display: none !important; }

/* set GF submit button to look like primary buttons */
.gform_footer .gform_button {
  color: #4c4c4c !important;
  background-color: transparent;
  border: solid 2px #54a0d4;
  min-width: 210px;
  letter-spacing: 2px; }

/* fix password strength formatting issue (conflict with Lambda?) */
.gfield_password_strength {
  max-height: 40px;
  margin-top: 75px !important; }

/* set buttons on Become a Member page to a uniform width */
.btn_become_a_member {
  width: 245px; }

/* set buttons on Find Chapter page to a uniform width */
.btn_findachapter {
  width: 220px; }

/* style Swiftype input box on home page slider */
#slidersearch_homepage {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  background-image: none;
  min-width: 455px;
  background-color: #fff;
  margin-right: 10px !important;
  opacity: 0.8;
  border-radius: 0; }

#slidersearch_homepage_icon {
  cursor: pointer; }

/* END style Swiftype input box on home page slider */
/* Shrink row height for icons on Chapter page */
.vcrow_lowheight {
  height: 150px; }

/* reduce dropdown width */
.lambdarow_selectcolumn_smaller div p .select-wrap {
  width: 60%;
  margin: auto; }

/* make content list page top category buttons the same width */
#contentlisting_topcategories .btn {
  width: 252px;
  color: #54a0d4 !important;
  background-color: #fff !important;
  border: solid 1px #54a0d4;
  border-radius: 22px;
  margin-top: 0px !important; }

#contentlisting_topcategories_header div div {
  padding-left: 0px !important; }

/* Temporary fix to Events Calendar maps being too narrow */
.tribe-events-venue-map {
  width: 100% !important; }

/* Overriding AJAX Login - not working in local plugin css file for some reason */
.lwa-divs-only .lwa-form .lwa-submit-button {
  float: none;
  margin-top: 15px;
  margin-bottom: 15px; }

.lwa-divs-only .lwa-form .lwa-submit-button #lwa_wp-submit {
  width: 100px !important;
  color: #fff !important; }

.modal-content {
  margin-top: 130px !important; }

@media (max-width: 992px) {
  .element-top-70 {
    margin-top: 30px !important; }
  header .element-bottom-70 {
    margin-bottom: 30px !important; } }

/* Fixes gap between slider and header on homepage */
#contentXXX {
  margin-top: -21px; }

/* Removes Italics from Events Calendar Info */
.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
  font-style: initial !important; }

/* TREY'S MOBILE MEDIA QUERIES BELOW */
@media (max-width: 991px) {
  #contentXXX {
    margin-top: -21px; } }

@media (max-width: 767px) {
  .mobile-padding {
    padding-left: 20px;
    padding-right: 20px; }
  #footer .section {
    padding-left: 20px;
    padding-right: 20px; }
  .tribe-events-event-image {
    float: none !important;
    display: block !important; }
  .tribe-events-list .tribe-events-event-image img {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important; }
  .tribe-events-list .tribe-events-event-image {
    margin: 0 !important;
    width: 100% !important; }
  .tribe-event-schedule-details {
    margin-left: 10px !important; } }

/** Changes to Login.php, including the admin login plugin **/
/* Our custom header */
.pcmaloginhead {
  font-size: 24px;
  font-family: Raleway, Sans Serif;
  color: #fff !important; }

/** Peter Wigren CSS Fixes, both mobile and desktop **/
@media (max-width: 767px) {
  .zeus .tp-bullet {
    width: 7px !important;
    height: 7px !important; }
  .tp-bullets {
    top: 105% !important; }
  /*search box on rev slider */
  #slidersearch_homepage {
    min-width: 0 !important;
    width: 260px !important;
    margin-left: 45px !important; }
  /* logo on mobile smaller... */
  #masthead.navbar {
    min-height: 80px !important; }
  .navbar-brand {
    height: 80px !important;
    line-height: 80px !important; }
  .menu .navbar-brand img {
    width: 80px !important;
    padding-bottom: 6px !important; }
  .navbar-toggle {
    margin-top: 32px !important;
    margin-bottom: 32px !important; } }

/* End responsive changes */
/*events calendar ugly cost buttons */
.tribe-events-list .tribe-events-event-cost span {
  background-color: #4c4c4c !important;
  color: #fff !important;
  font-weight: 400; }

/* events calendar listing - highlight date and time better */
.tribe-event-schedule-details .tribe-event-time, .tribe-event-schedule-details .tribe-event-date-start, .tribe-event-schedule-details .tribe-event-date-end {
  font-weight: 700 !important; }

list .tribe-events-event-cost {
  float: right;
  margin: 25px 0 5px 5px !important; }

/** End Peter Wigren changes **/
#searchform > div > span {
  display: none; }

/* Hide social intent chat on mobile */
@media (max-width: 767px) {
  #social-intents-tab-chat {
    display: none !important; } }

body #pt-cv-view-ea03fb3j5k .pt-cv-content, #pt-cv-view-ea03fb3j5k .pt-cv-content {
  font-weight: 400 !important;
  font-size: 16px !important; }

body #pt-cv-view-ea03fb3j5k .pt-cv-title a, #pt-cv-view-ea03fb3j5k .panel-title {
  font-weight: 600 !important;
  font-size: 16px !important; }

body #pt-cv-view-7eeb103y9r .pt-cv-title a, #pt-cv-view-7eeb103y9r .panel-title {
  font-weight: 600 !important;
  font-size: 16px !important; }

body #pt-cv-view-7eeb103y9r .pt-cv-content, #pt-cv-view-7eeb103y9r .pt-cv-content {
  font-weight: 400 !important;
  font-size: 16px !important; }

.pt-cv-wrapper *[id^='pt-cv-view-'] a {
  font-weight: 400 !important; }

body *[id^='pt-cv-view-'] .pt-cv-content {
  font-weight: 400 !important;
  font-size: 16px !important; }

.datepicker {
  z-index: 10000 !important; }

.pt-cv-ifield .pt-cv-content {
  font-size: 16px !important; }

#si-wrapper .silc-btn {
  bottom: 60px !important;
  right: 15px !important; }

.pt-cv-spinner {
  display: none !important; }

.convene-archive,
.page-template-page-template-front-new,
.page-template-page-template-convene,
.page-template-page-template-issues,
.tax-magazine_issue {
  /*test*/
  /*
	button styles

	 */ }
  .convene-archive .btn,
  .page-template-page-template-front-new .btn,
  .page-template-page-template-convene .btn,
  .page-template-page-template-issues .btn,
  .tax-magazine_issue .btn {
    text-align: center;
    white-space: normal; }
  .convene-archive .element-top-50,
  .page-template-page-template-front-new .element-top-50,
  .page-template-page-template-convene .element-top-50,
  .page-template-page-template-issues .element-top-50,
  .tax-magazine_issue .element-top-50 {
    margin: 0 !important; }
  .convene-archive .post.post:after,
  .page-template-page-template-front-new .post.post:after,
  .page-template-page-template-convene .post.post:after,
  .page-template-page-template-issues .post.post:after,
  .tax-magazine_issue .post.post:after {
    display: none; }
  .convene-archive .hero-area,
  .page-template-page-template-front-new .hero-area,
  .page-template-page-template-convene .hero-area,
  .page-template-page-template-issues .hero-area,
  .tax-magazine_issue .hero-area {
    position: relative;
    padding: auto 33px;
    padding-top: 80px; }
    .convene-archive .hero-area .bg, .convene-archive .hero-area:after,
    .page-template-page-template-front-new .hero-area .bg,
    .page-template-page-template-front-new .hero-area:after,
    .page-template-page-template-convene .hero-area .bg,
    .page-template-page-template-convene .hero-area:after,
    .page-template-page-template-issues .hero-area .bg,
    .page-template-page-template-issues .hero-area:after,
    .tax-magazine_issue .hero-area .bg,
    .tax-magazine_issue .hero-area:after {
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      opacity: 1;
      z-index: -2; }
    .convene-archive .hero-area:after,
    .page-template-page-template-front-new .hero-area:after,
    .page-template-page-template-convene .hero-area:after,
    .page-template-page-template-issues .hero-area:after,
    .tax-magazine_issue .hero-area:after {
      display: none;
      background-color: #86d3e7;
      content: '';
      opacity: .25;
      z-index: -1; }
  .convene-archive .hero-content,
  .page-template-page-template-front-new .hero-content,
  .page-template-page-template-convene .hero-content,
  .page-template-page-template-issues .hero-content,
  .tax-magazine_issue .hero-content {
    display: flex;
    flex-direction: column; }
    @media (min-width: 700px) {
      .convene-archive .hero-content,
      .page-template-page-template-front-new .hero-content,
      .page-template-page-template-convene .hero-content,
      .page-template-page-template-issues .hero-content,
      .tax-magazine_issue .hero-content {
        flex-direction: row; } }
    .convene-archive .hero-content .latest, .convene-archive .hero-content .blurb,
    .page-template-page-template-front-new .hero-content .latest,
    .page-template-page-template-front-new .hero-content .blurb,
    .page-template-page-template-convene .hero-content .latest,
    .page-template-page-template-convene .hero-content .blurb,
    .page-template-page-template-issues .hero-content .latest,
    .page-template-page-template-issues .hero-content .blurb,
    .tax-magazine_issue .hero-content .latest,
    .tax-magazine_issue .hero-content .blurb {
      z-index: 2;
      width: 100%; }
      @media (min-width: 700px) {
        .convene-archive .hero-content .latest, .convene-archive .hero-content .blurb,
        .page-template-page-template-front-new .hero-content .latest,
        .page-template-page-template-front-new .hero-content .blurb,
        .page-template-page-template-convene .hero-content .latest,
        .page-template-page-template-convene .hero-content .blurb,
        .page-template-page-template-issues .hero-content .latest,
        .page-template-page-template-issues .hero-content .blurb,
        .tax-magazine_issue .hero-content .latest,
        .tax-magazine_issue .hero-content .blurb {
          width: 50%; } }
    .convene-archive .hero-content .blurb,
    .page-template-page-template-front-new .hero-content .blurb,
    .page-template-page-template-convene .hero-content .blurb,
    .page-template-page-template-issues .hero-content .blurb,
    .tax-magazine_issue .hero-content .blurb {
      display: block;
      color: white;
      font-size: 1.5em;
      font-weight: 600;
      line-height: 1.333333333; }
      @media (min-width: 700px) {
        .convene-archive .hero-content .blurb,
        .page-template-page-template-front-new .hero-content .blurb,
        .page-template-page-template-convene .hero-content .blurb,
        .page-template-page-template-issues .hero-content .blurb,
        .tax-magazine_issue .hero-content .blurb {
          padding-right: 30px; } }
    .convene-archive .hero-content .latest,
    .page-template-page-template-front-new .hero-content .latest,
    .page-template-page-template-convene .hero-content .latest,
    .page-template-page-template-issues .hero-content .latest,
    .tax-magazine_issue .hero-content .latest {
      margin-bottom: -50px;
      border: solid 1px #86d3e7;
      background-color: white;
      padding: 30px; }
      .convene-archive .hero-content .latest h1,
      .page-template-page-template-front-new .hero-content .latest h1,
      .page-template-page-template-convene .hero-content .latest h1,
      .page-template-page-template-issues .hero-content .latest h1,
      .tax-magazine_issue .hero-content .latest h1 {
        font-weight: 300;
        margin-top: 0;
        font-size: 12px;
        text-transform: uppercase; }
        .convene-archive .hero-content .latest h1 a:hover,
        .page-template-page-template-front-new .hero-content .latest h1 a:hover,
        .page-template-page-template-convene .hero-content .latest h1 a:hover,
        .page-template-page-template-issues .hero-content .latest h1 a:hover,
        .tax-magazine_issue .hero-content .latest h1 a:hover {
          text-decoration: underline; }
        .convene-archive .hero-content .latest h1 span,
        .page-template-page-template-front-new .hero-content .latest h1 span,
        .page-template-page-template-convene .hero-content .latest h1 span,
        .page-template-page-template-issues .hero-content .latest h1 span,
        .tax-magazine_issue .hero-content .latest h1 span {
          text-transform: none;
          font-weight: bold;
          font-size: 16px;
          color: #54a0d4; }
      .convene-archive .hero-content .latest ul, .convene-archive .hero-content .latest li,
      .page-template-page-template-front-new .hero-content .latest ul,
      .page-template-page-template-front-new .hero-content .latest li,
      .page-template-page-template-convene .hero-content .latest ul,
      .page-template-page-template-convene .hero-content .latest li,
      .page-template-page-template-issues .hero-content .latest ul,
      .page-template-page-template-issues .hero-content .latest li,
      .tax-magazine_issue .hero-content .latest ul,
      .tax-magazine_issue .hero-content .latest li {
        list-style: none;
        font-size: 14px;
        display: block;
        padding: 0;
        margin: 0; }
      .convene-archive .hero-content .latest li,
      .page-template-page-template-front-new .hero-content .latest li,
      .page-template-page-template-convene .hero-content .latest li,
      .page-template-page-template-issues .hero-content .latest li,
      .tax-magazine_issue .hero-content .latest li {
        margin-bottom: 1em;
        font-weight: 700; }
  .convene-archive h1,
  .page-template-page-template-front-new h1,
  .page-template-page-template-convene h1,
  .page-template-page-template-issues h1,
  .tax-magazine_issue h1 {
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 0;
    text-align: center; }
    .convene-archive h1 span,
    .page-template-page-template-front-new h1 span,
    .page-template-page-template-convene h1 span,
    .page-template-page-template-issues h1 span,
    .tax-magazine_issue h1 span {
      color: #54a0d4;
      font-weight: bold; }
  .convene-archive .tax,
  .page-template-page-template-front-new .tax,
  .page-template-page-template-convene .tax,
  .page-template-page-template-issues .tax,
  .tax-magazine_issue .tax {
    color: #86d3e7;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
    .convene-archive .tax:not(:first-child):before,
    .page-template-page-template-front-new .tax:not(:first-child):before,
    .page-template-page-template-convene .tax:not(:first-child):before,
    .page-template-page-template-issues .tax:not(:first-child):before,
    .tax-magazine_issue .tax:not(:first-child):before {
      content: " // ";
      display: inline; }
    .convene-archive .tax a:hover,
    .page-template-page-template-front-new .tax a:hover,
    .page-template-page-template-convene .tax a:hover,
    .page-template-page-template-issues .tax a:hover,
    .tax-magazine_issue .tax a:hover {
      text-decoration: underline; }
  .convene-archive .btn,
  .page-template-page-template-front-new .btn,
  .page-template-page-template-convene .btn,
  .page-template-page-template-issues .btn,
  .tax-magazine_issue .btn {
    transition: all .5s;
    text-transform: uppercase;
    border-radius: 2em;
    border: solid 1px; }
  .convene-archive .btn-ghost,
  .page-template-page-template-front-new .btn-ghost,
  .page-template-page-template-convene .btn-ghost,
  .page-template-page-template-issues .btn-ghost,
  .tax-magazine_issue .btn-ghost {
    background: transparent; }
  .convene-archive .btn-orange, .convene-archive .btn-orange:visited,
  .page-template-page-template-front-new .btn-orange,
  .page-template-page-template-front-new .btn-orange:visited,
  .page-template-page-template-convene .btn-orange,
  .page-template-page-template-convene .btn-orange:visited,
  .page-template-page-template-issues .btn-orange,
  .page-template-page-template-issues .btn-orange:visited,
  .tax-magazine_issue .btn-orange,
  .tax-magazine_issue .btn-orange:visited {
    background-color: #ef643d;
    border-color: #ef643d;
    color: white;
    font-weight: bold; }
    .convene-archive .btn-orange:hover, .convene-archive .btn-orange:visited:hover,
    .page-template-page-template-front-new .btn-orange:hover,
    .page-template-page-template-front-new .btn-orange:visited:hover,
    .page-template-page-template-convene .btn-orange:hover,
    .page-template-page-template-convene .btn-orange:visited:hover,
    .page-template-page-template-issues .btn-orange:hover,
    .page-template-page-template-issues .btn-orange:visited:hover,
    .tax-magazine_issue .btn-orange:hover,
    .tax-magazine_issue .btn-orange:visited:hover {
      opacity: .75; }
  .convene-archive .member-benefits,
  .page-template-page-template-front-new .member-benefits,
  .page-template-page-template-convene .member-benefits,
  .page-template-page-template-issues .member-benefits,
  .tax-magazine_issue .member-benefits {
    margin-top: 100px;
    display: flex;
    align-items: center;
    align-items: center;
    flex-direction: column; }
  .convene-archive .benefits,
  .page-template-page-template-front-new .benefits,
  .page-template-page-template-convene .benefits,
  .page-template-page-template-issues .benefits,
  .tax-magazine_issue .benefits {
    margin-top: 30px;
    margin: 30px -15px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 700px) {
      .convene-archive .benefits,
      .page-template-page-template-front-new .benefits,
      .page-template-page-template-convene .benefits,
      .page-template-page-template-issues .benefits,
      .tax-magazine_issue .benefits {
        flex-direction: row;
        justify-content: space-between; } }
    .convene-archive .benefits .benefit-single,
    .page-template-page-template-front-new .benefits .benefit-single,
    .page-template-page-template-convene .benefits .benefit-single,
    .page-template-page-template-issues .benefits .benefit-single,
    .tax-magazine_issue .benefits .benefit-single {
      padding: 0 15px; }
      .convene-archive .benefits .benefit-single > img,
      .page-template-page-template-front-new .benefits .benefit-single > img,
      .page-template-page-template-convene .benefits .benefit-single > img,
      .page-template-page-template-issues .benefits .benefit-single > img,
      .tax-magazine_issue .benefits .benefit-single > img {
        margin: 0 auto;
        display: block; }
      .convene-archive .benefits .benefit-single > h2,
      .page-template-page-template-front-new .benefits .benefit-single > h2,
      .page-template-page-template-convene .benefits .benefit-single > h2,
      .page-template-page-template-issues .benefits .benefit-single > h2,
      .tax-magazine_issue .benefits .benefit-single > h2 {
        text-align: center; }
      @media (min-width: 700px) {
        .convene-archive .benefits .benefit-single,
        .page-template-page-template-front-new .benefits .benefit-single,
        .page-template-page-template-convene .benefits .benefit-single,
        .page-template-page-template-issues .benefits .benefit-single,
        .tax-magazine_issue .benefits .benefit-single {
          width: 33.333333%; } }
      .convene-archive .benefits .benefit-single .wistia_embed, .convene-archive .benefits .benefit-single .wistia_embed > div, .convene-archive .benefits .benefit-single .wistia_embed > div > div,
      .page-template-page-template-front-new .benefits .benefit-single .wistia_embed,
      .page-template-page-template-front-new .benefits .benefit-single .wistia_embed > div,
      .page-template-page-template-front-new .benefits .benefit-single .wistia_embed > div > div,
      .page-template-page-template-convene .benefits .benefit-single .wistia_embed,
      .page-template-page-template-convene .benefits .benefit-single .wistia_embed > div,
      .page-template-page-template-convene .benefits .benefit-single .wistia_embed > div > div,
      .page-template-page-template-issues .benefits .benefit-single .wistia_embed,
      .page-template-page-template-issues .benefits .benefit-single .wistia_embed > div,
      .page-template-page-template-issues .benefits .benefit-single .wistia_embed > div > div,
      .tax-magazine_issue .benefits .benefit-single .wistia_embed,
      .tax-magazine_issue .benefits .benefit-single .wistia_embed > div,
      .tax-magazine_issue .benefits .benefit-single .wistia_embed > div > div {
        width: 100% !important;
        height: auto !important; }
      .convene-archive .benefits .benefit-single .wistia_embed img,
      .page-template-page-template-front-new .benefits .benefit-single .wistia_embed img,
      .page-template-page-template-convene .benefits .benefit-single .wistia_embed img,
      .page-template-page-template-issues .benefits .benefit-single .wistia_embed img,
      .tax-magazine_issue .benefits .benefit-single .wistia_embed img {
        position: initial !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        left: 0 !important;
        top: 0 !important; }
  .convene-archive .education-wrapper h1,
  .page-template-page-template-front-new .education-wrapper h1,
  .page-template-page-template-convene .education-wrapper h1,
  .page-template-page-template-issues .education-wrapper h1,
  .tax-magazine_issue .education-wrapper h1 {
    text-align: center;
    margin-top: 50px; }
  .convene-archive .education,
  .page-template-page-template-front-new .education,
  .page-template-page-template-convene .education,
  .page-template-page-template-issues .education,
  .tax-magazine_issue .education {
    margin: 0 -15px;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
    @media (min-width: 700px) {
      .convene-archive .education,
      .page-template-page-template-front-new .education,
      .page-template-page-template-convene .education,
      .page-template-page-template-issues .education,
      .tax-magazine_issue .education {
        flex-direction: row; } }
    .convene-archive .education .curated,
    .page-template-page-template-front-new .education .curated,
    .page-template-page-template-convene .education .curated,
    .page-template-page-template-issues .education .curated,
    .tax-magazine_issue .education .curated {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      align-content: center;
      margin-bottom: 50px; }
      @media (min-width: 700px) {
        .convene-archive .education .curated,
        .page-template-page-template-front-new .education .curated,
        .page-template-page-template-convene .education .curated,
        .page-template-page-template-issues .education .curated,
        .tax-magazine_issue .education .curated {
          width: 66.6666%; } }
    .convene-archive .education .posts,
    .page-template-page-template-front-new .education .posts,
    .page-template-page-template-convene .education .posts,
    .page-template-page-template-issues .education .posts,
    .tax-magazine_issue .education .posts {
      margin-top: 0;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; }
      @media (min-width: 700px) {
        .convene-archive .education .posts,
        .page-template-page-template-front-new .education .posts,
        .page-template-page-template-convene .education .posts,
        .page-template-page-template-issues .education .posts,
        .tax-magazine_issue .education .posts {
          flex-direction: row;
          justify-content: space-between; } }
      .convene-archive .education .posts .post.post,
      .page-template-page-template-front-new .education .posts .post.post,
      .page-template-page-template-convene .education .posts .post.post,
      .page-template-page-template-issues .education .posts .post.post,
      .tax-magazine_issue .education .posts .post.post {
        padding: 0 15px;
        margin-bottom: 30px;
        width: 100%;
        border: none; }
        @media (min-width: 700px) {
          .convene-archive .education .posts .post.post,
          .page-template-page-template-front-new .education .posts .post.post,
          .page-template-page-template-convene .education .posts .post.post,
          .page-template-page-template-issues .education .posts .post.post,
          .tax-magazine_issue .education .posts .post.post {
            width: 50%; } }
        .convene-archive .education .posts .post.post:after,
        .page-template-page-template-front-new .education .posts .post.post:after,
        .page-template-page-template-convene .education .posts .post.post:after,
        .page-template-page-template-issues .education .posts .post.post:after,
        .tax-magazine_issue .education .posts .post.post:after {
          display: none; }
      .convene-archive .education .posts .thumbnail,
      .page-template-page-template-front-new .education .posts .thumbnail,
      .page-template-page-template-convene .education .posts .thumbnail,
      .page-template-page-template-issues .education .posts .thumbnail,
      .tax-magazine_issue .education .posts .thumbnail {
        margin-bottom: 20px; }
      .convene-archive .education .posts a,
      .page-template-page-template-front-new .education .posts a,
      .page-template-page-template-convene .education .posts a,
      .page-template-page-template-issues .education .posts a,
      .tax-magazine_issue .education .posts a {
        font-weight: bold; }
      .convene-archive .education .posts .labels,
      .page-template-page-template-front-new .education .posts .labels,
      .page-template-page-template-convene .education .posts .labels,
      .page-template-page-template-issues .education .posts .labels,
      .tax-magazine_issue .education .posts .labels {
        display: none;
        margin-bottom: 10px; }
        .convene-archive .education .posts .labels span,
        .page-template-page-template-front-new .education .posts .labels span,
        .page-template-page-template-convene .education .posts .labels span,
        .page-template-page-template-issues .education .posts .labels span,
        .tax-magazine_issue .education .posts .labels span {
          color: white;
          background: #54a0d4;
          padding: .25em 1em;
          margin-right: 1em;
          font-size: 12px;
          border-radius: 0;
          border: solid 2px #54a0d4; }
          .convene-archive .education .posts .labels span.public,
          .page-template-page-template-front-new .education .posts .labels span.public,
          .page-template-page-template-convene .education .posts .labels span.public,
          .page-template-page-template-issues .education .posts .labels span.public,
          .tax-magazine_issue .education .posts .labels span.public {
            color: #86d3e7;
            background: white; }
          .convene-archive .education .posts .labels span.member,
          .page-template-page-template-front-new .education .posts .labels span.member,
          .page-template-page-template-convene .education .posts .labels span.member,
          .page-template-page-template-issues .education .posts .labels span.member,
          .tax-magazine_issue .education .posts .labels span.member {
            border-color: black;
            background: black;
            color: white; }
      .convene-archive .education .posts .post-date,
      .page-template-page-template-front-new .education .posts .post-date,
      .page-template-page-template-convene .education .posts .post-date,
      .page-template-page-template-issues .education .posts .post-date,
      .tax-magazine_issue .education .posts .post-date {
        font-weight: bold;
        font-size: 12px; }
    .convene-archive .education .latest-convene-wrapper,
    .page-template-page-template-front-new .education .latest-convene-wrapper,
    .page-template-page-template-convene .education .latest-convene-wrapper,
    .page-template-page-template-issues .education .latest-convene-wrapper,
    .tax-magazine_issue .education .latest-convene-wrapper {
      width: 100%;
      padding: 0 15px; }
      @media (min-width: 700px) {
        .convene-archive .education .latest-convene-wrapper,
        .page-template-page-template-front-new .education .latest-convene-wrapper,
        .page-template-page-template-convene .education .latest-convene-wrapper,
        .page-template-page-template-issues .education .latest-convene-wrapper,
        .tax-magazine_issue .education .latest-convene-wrapper {
          width: calc(33.333333%); } }
    .convene-archive .education .latest-convene,
    .page-template-page-template-front-new .education .latest-convene,
    .page-template-page-template-convene .education .latest-convene,
    .page-template-page-template-issues .education .latest-convene,
    .tax-magazine_issue .education .latest-convene {
      padding: 30px;
      border: solid 1px #54a0d4; }
      .convene-archive .education .latest-convene h2,
      .page-template-page-template-front-new .education .latest-convene h2,
      .page-template-page-template-convene .education .latest-convene h2,
      .page-template-page-template-issues .education .latest-convene h2,
      .tax-magazine_issue .education .latest-convene h2 {
        display: block;
        margin: -54px auto auto;
        text-align: center;
        background: white;
        width: 142px;
        font-size: 28px; }
      .convene-archive .education .latest-convene h3,
      .page-template-page-template-front-new .education .latest-convene h3,
      .page-template-page-template-convene .education .latest-convene h3,
      .page-template-page-template-issues .education .latest-convene h3,
      .tax-magazine_issue .education .latest-convene h3 {
        margin-top: 0;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        letter-spacing: 1px; }
      .convene-archive .education .latest-convene .featured-article .intro,
      .page-template-page-template-front-new .education .latest-convene .featured-article .intro,
      .page-template-page-template-convene .education .latest-convene .featured-article .intro,
      .page-template-page-template-issues .education .latest-convene .featured-article .intro,
      .tax-magazine_issue .education .latest-convene .featured-article .intro {
        margin-bottom: 0;
        margin-top: 1em; }
      .convene-archive .education .latest-convene .featured-article a,
      .page-template-page-template-front-new .education .latest-convene .featured-article a,
      .page-template-page-template-convene .education .latest-convene .featured-article a,
      .page-template-page-template-issues .education .latest-convene .featured-article a,
      .tax-magazine_issue .education .latest-convene .featured-article a {
        display: block; }
      .convene-archive .education .latest-convene .featured-article .featured-title,
      .page-template-page-template-front-new .education .latest-convene .featured-article .featured-title,
      .page-template-page-template-convene .education .latest-convene .featured-article .featured-title,
      .page-template-page-template-issues .education .latest-convene .featured-article .featured-title,
      .tax-magazine_issue .education .latest-convene .featured-article .featured-title {
        font-weight: bold;
        font-size: 20px; }
      .convene-archive .education .latest-convene .featured-article .date,
      .page-template-page-template-front-new .education .latest-convene .featured-article .date,
      .page-template-page-template-convene .education .latest-convene .featured-article .date,
      .page-template-page-template-issues .education .latest-convene .featured-article .date,
      .tax-magazine_issue .education .latest-convene .featured-article .date {
        font-weight: bold; }
      .convene-archive .education .latest-convene .btn,
      .page-template-page-template-front-new .education .latest-convene .btn,
      .page-template-page-template-convene .education .latest-convene .btn,
      .page-template-page-template-issues .education .latest-convene .btn,
      .tax-magazine_issue .education .latest-convene .btn {
        display: block;
        margin-top: 30px; }
  .convene-archive .events-section,
  .page-template-page-template-front-new .events-section,
  .page-template-page-template-convene .events-section,
  .page-template-page-template-issues .events-section,
  .tax-magazine_issue .events-section {
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
    @media (min-width: 800px) {
      .convene-archive .events-section,
      .page-template-page-template-front-new .events-section,
      .page-template-page-template-convene .events-section,
      .page-template-page-template-issues .events-section,
      .tax-magazine_issue .events-section {
        flex-direction: row; } }
    .convene-archive .events-section .tribe-events-page-title,
    .page-template-page-template-front-new .events-section .tribe-events-page-title,
    .page-template-page-template-convene .events-section .tribe-events-page-title,
    .page-template-page-template-issues .events-section .tribe-events-page-title,
    .tax-magazine_issue .events-section .tribe-events-page-title {
      display: none; }
    .convene-archive .events-section #tribe-events-footer,
    .page-template-page-template-front-new .events-section #tribe-events-footer,
    .page-template-page-template-convene .events-section #tribe-events-footer,
    .page-template-page-template-issues .events-section #tribe-events-footer,
    .tax-magazine_issue .events-section #tribe-events-footer {
      display: none; }
    .convene-archive .events-section #tribe-events-list-hash,
    .page-template-page-template-front-new .events-section #tribe-events-list-hash,
    .page-template-page-template-convene .events-section #tribe-events-list-hash,
    .page-template-page-template-issues .events-section #tribe-events-list-hash,
    .tax-magazine_issue .events-section #tribe-events-list-hash {
      display: none; }
    .convene-archive .events-section .tribe-events-list-separator-month,
    .page-template-page-template-front-new .events-section .tribe-events-list-separator-month,
    .page-template-page-template-convene .events-section .tribe-events-list-separator-month,
    .page-template-page-template-issues .events-section .tribe-events-list-separator-month,
    .tax-magazine_issue .events-section .tribe-events-list-separator-month {
      background-color: transparent !important;
      margin: 0; }
      .convene-archive .events-section .tribe-events-list-separator-month:after,
      .page-template-page-template-front-new .events-section .tribe-events-list-separator-month:after,
      .page-template-page-template-convene .events-section .tribe-events-list-separator-month:after,
      .page-template-page-template-issues .events-section .tribe-events-list-separator-month:after,
      .tax-magazine_issue .events-section .tribe-events-list-separator-month:after {
        border-color: #86d3e7; }
    .convene-archive .events-section .view-list,
    .page-template-page-template-front-new .events-section .view-list,
    .page-template-page-template-convene .events-section .view-list,
    .page-template-page-template-issues .events-section .view-list,
    .tax-magazine_issue .events-section .view-list {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      align-content: center;
      padding: 0 15px; }
      @media (min-width: 800px) {
        .convene-archive .events-section .view-list,
        .page-template-page-template-front-new .events-section .view-list,
        .page-template-page-template-convene .events-section .view-list,
        .page-template-page-template-issues .events-section .view-list,
        .tax-magazine_issue .events-section .view-list {
          width: 66.6666%; } }
    .convene-archive .events-section .tribe-events-list-event-title,
    .page-template-page-template-front-new .events-section .tribe-events-list-event-title,
    .page-template-page-template-convene .events-section .tribe-events-list-event-title,
    .page-template-page-template-issues .events-section .tribe-events-list-event-title,
    .tax-magazine_issue .events-section .tribe-events-list-event-title {
      margin-bottom: 30px; }
    .convene-archive .events-section .tribe-events-event-cost span,
    .page-template-page-template-front-new .events-section .tribe-events-event-cost span,
    .page-template-page-template-convene .events-section .tribe-events-event-cost span,
    .page-template-page-template-issues .events-section .tribe-events-event-cost span,
    .tax-magazine_issue .events-section .tribe-events-event-cost span {
      color: white;
      background: #54a0d4 !important;
      padding: .25em 1em;
      margin-right: 1em;
      font-size: 12px;
      border-radius: 0;
      border: solid 2px #54a0d4; }
    .convene-archive .events-section .side,
    .page-template-page-template-front-new .events-section .side,
    .page-template-page-template-convene .events-section .side,
    .page-template-page-template-issues .events-section .side,
    .tax-magazine_issue .events-section .side {
      width: 100%;
      padding: 0 15px; }
      .convene-archive .events-section .side .ad,
      .page-template-page-template-front-new .events-section .side .ad,
      .page-template-page-template-convene .events-section .side .ad,
      .page-template-page-template-issues .events-section .side .ad,
      .tax-magazine_issue .events-section .side .ad {
        display: block; }
      @media (min-width: 800px) {
        .convene-archive .events-section .side,
        .page-template-page-template-front-new .events-section .side,
        .page-template-page-template-convene .events-section .side,
        .page-template-page-template-issues .events-section .side,
        .tax-magazine_issue .events-section .side {
          width: 33.333333%;
          min-width: 350px; } }
    @media (max-width: 1000px) {
      .convene-archive .events-section .tribe-events-event-image,
      .page-template-page-template-front-new .events-section .tribe-events-event-image,
      .page-template-page-template-convene .events-section .tribe-events-event-image,
      .page-template-page-template-issues .events-section .tribe-events-event-image,
      .tax-magazine_issue .events-section .tribe-events-event-image {
        width: 100% !important; } }
    .convene-archive .events-section .tribe-events-event-meta, .convene-archive .events-section .tribe-events-content,
    .page-template-page-template-front-new .events-section .tribe-events-event-meta,
    .page-template-page-template-front-new .events-section .tribe-events-content,
    .page-template-page-template-convene .events-section .tribe-events-event-meta,
    .page-template-page-template-convene .events-section .tribe-events-content,
    .page-template-page-template-issues .events-section .tribe-events-event-meta,
    .page-template-page-template-issues .events-section .tribe-events-content,
    .tax-magazine_issue .events-section .tribe-events-event-meta,
    .tax-magazine_issue .events-section .tribe-events-content {
      padding: 0 !important;
      width: 67% !important;
      margin: 0;
      float: right !important;
      display: block;
      clear: right; }
      @media (max-width: 1000px) {
        .convene-archive .events-section .tribe-events-event-meta, .convene-archive .events-section .tribe-events-content,
        .page-template-page-template-front-new .events-section .tribe-events-event-meta,
        .page-template-page-template-front-new .events-section .tribe-events-content,
        .page-template-page-template-convene .events-section .tribe-events-event-meta,
        .page-template-page-template-convene .events-section .tribe-events-content,
        .page-template-page-template-issues .events-section .tribe-events-event-meta,
        .page-template-page-template-issues .events-section .tribe-events-content,
        .tax-magazine_issue .events-section .tribe-events-event-meta,
        .tax-magazine_issue .events-section .tribe-events-content {
          width: 100% !important; } }
  .convene-archive .counters,
  .page-template-page-template-front-new .counters,
  .page-template-page-template-convene .counters,
  .page-template-page-template-issues .counters,
  .tax-magazine_issue .counters {
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    @media (min-width: 700px) {
      .convene-archive .counters,
      .page-template-page-template-front-new .counters,
      .page-template-page-template-convene .counters,
      .page-template-page-template-issues .counters,
      .tax-magazine_issue .counters {
        flex-direction: row; } }
    .convene-archive .counters .counter,
    .page-template-page-template-front-new .counters .counter,
    .page-template-page-template-convene .counters .counter,
    .page-template-page-template-issues .counters .counter,
    .tax-magazine_issue .counters .counter {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
      width: 100%;
      color: white;
      padding: 30px;
      margin: 0; }
      @media (min-width: 700px) {
        .convene-archive .counters .counter,
        .page-template-page-template-front-new .counters .counter,
        .page-template-page-template-convene .counters .counter,
        .page-template-page-template-issues .counters .counter,
        .tax-magazine_issue .counters .counter {
          width: 25%; } }
      .convene-archive .counters .counter:nth-child(1),
      .page-template-page-template-front-new .counters .counter:nth-child(1),
      .page-template-page-template-convene .counters .counter:nth-child(1),
      .page-template-page-template-issues .counters .counter:nth-child(1),
      .tax-magazine_issue .counters .counter:nth-child(1) {
        background-color: #5286ae; }
      .convene-archive .counters .counter:nth-child(2),
      .page-template-page-template-front-new .counters .counter:nth-child(2),
      .page-template-page-template-convene .counters .counter:nth-child(2),
      .page-template-page-template-issues .counters .counter:nth-child(2),
      .tax-magazine_issue .counters .counter:nth-child(2) {
        background-color: #578fb8; }
      .convene-archive .counters .counter:nth-child(3),
      .page-template-page-template-front-new .counters .counter:nth-child(3),
      .page-template-page-template-convene .counters .counter:nth-child(3),
      .page-template-page-template-issues .counters .counter:nth-child(3),
      .tax-magazine_issue .counters .counter:nth-child(3) {
        background-color: #5b98c2; }
      .convene-archive .counters .counter:nth-child(4),
      .page-template-page-template-front-new .counters .counter:nth-child(4),
      .page-template-page-template-convene .counters .counter:nth-child(4),
      .page-template-page-template-issues .counters .counter:nth-child(4),
      .tax-magazine_issue .counters .counter:nth-child(4) {
        background-color: #619fcd; }
      .convene-archive .counters .counter .icon,
      .page-template-page-template-front-new .counters .counter .icon,
      .page-template-page-template-convene .counters .counter .icon,
      .page-template-page-template-issues .counters .counter .icon,
      .tax-magazine_issue .counters .counter .icon {
        font-size: 40px; }
        .convene-archive .counters .counter .icon .fa,
        .page-template-page-template-front-new .counters .counter .icon .fa,
        .page-template-page-template-convene .counters .counter .icon .fa,
        .page-template-page-template-issues .counters .counter .icon .fa,
        .tax-magazine_issue .counters .counter .icon .fa {
          color: inherit; }
      .convene-archive .counters .counter .number,
      .page-template-page-template-front-new .counters .counter .number,
      .page-template-page-template-convene .counters .counter .number,
      .page-template-page-template-issues .counters .counter .number,
      .tax-magazine_issue .counters .counter .number {
        font-size: 50px;
        line-height: 1;
        opacity: 0; }
        .convene-archive .counters .counter .number:after,
        .page-template-page-template-front-new .counters .counter .number:after,
        .page-template-page-template-convene .counters .counter .number:after,
        .page-template-page-template-issues .counters .counter .number:after,
        .tax-magazine_issue .counters .counter .number:after {
          content: "";
          width: 80px;
          border-bottom: solid 2px white;
          display: block;
          padding-top: 15px;
          padding-bottom: 15px;
          margin: 0 auto; }
      .convene-archive .counters .counter .label,
      .page-template-page-template-front-new .counters .counter .label,
      .page-template-page-template-convene .counters .counter .label,
      .page-template-page-template-issues .counters .counter .label,
      .tax-magazine_issue .counters .counter .label {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        display: block;
        line-height: 1.5;
        white-space: normal; }
  .convene-archive .ad-zone,
  .page-template-page-template-front-new .ad-zone,
  .page-template-page-template-convene .ad-zone,
  .page-template-page-template-issues .ad-zone,
  .tax-magazine_issue .ad-zone {
    margin-bottom: 50px; }
  .convene-archive .adzone-wrapper, .convene-archive .ad-zone,
  .page-template-page-template-front-new .adzone-wrapper,
  .page-template-page-template-front-new .ad-zone,
  .page-template-page-template-convene .adzone-wrapper,
  .page-template-page-template-convene .ad-zone,
  .page-template-page-template-issues .adzone-wrapper,
  .page-template-page-template-issues .ad-zone,
  .tax-magazine_issue .adzone-wrapper,
  .tax-magazine_issue .ad-zone {
    display: flex;
    justify-content: center; }
  .convene-archive .logos,
  .page-template-page-template-front-new .logos,
  .page-template-page-template-convene .logos,
  .page-template-page-template-issues .logos,
  .tax-magazine_issue .logos {
    margin: 80px 0; }
    .convene-archive .logos .copy,
    .page-template-page-template-front-new .logos .copy,
    .page-template-page-template-convene .logos .copy,
    .page-template-page-template-issues .logos .copy,
    .tax-magazine_issue .logos .copy {
      margin-bottom: 80px;
      text-align: center; }
  .convene-archive .meta .author + .date:before,
  .page-template-page-template-front-new .meta .author + .date:before,
  .page-template-page-template-convene .meta .author + .date:before,
  .page-template-page-template-issues .meta .author + .date:before,
  .tax-magazine_issue .meta .author + .date:before {
    content: ", ";
    display: inline; }
  .convene-archive .slick-slider .item,
  .page-template-page-template-front-new .slick-slider .item,
  .page-template-page-template-convene .slick-slider .item,
  .page-template-page-template-issues .slick-slider .item,
  .tax-magazine_issue .slick-slider .item {
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    outline: none; }
    .convene-archive .slick-slider .item a,
    .page-template-page-template-front-new .slick-slider .item a,
    .page-template-page-template-convene .slick-slider .item a,
    .page-template-page-template-issues .slick-slider .item a,
    .tax-magazine_issue .slick-slider .item a {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%; }
  .convene-archive .sponsored-section .slick-list,
  .page-template-page-template-front-new .sponsored-section .slick-list,
  .page-template-page-template-convene .sponsored-section .slick-list,
  .page-template-page-template-issues .sponsored-section .slick-list,
  .tax-magazine_issue .sponsored-section .slick-list {
    margin: 0 20px; }
  .convene-archive .sponsored-section .copy,
  .page-template-page-template-front-new .sponsored-section .copy,
  .page-template-page-template-convene .sponsored-section .copy,
  .page-template-page-template-issues .sponsored-section .copy,
  .tax-magazine_issue .sponsored-section .copy {
    text-align: center; }
  .convene-archive .sponsored-section .post,
  .page-template-page-template-front-new .sponsored-section .post,
  .page-template-page-template-convene .sponsored-section .post,
  .page-template-page-template-issues .sponsored-section .post,
  .tax-magazine_issue .sponsored-section .post {
    overflow: hidden;
    margin: 0;
    border: none;
    background-size: cover;
    min-height: 200px;
    margin: 15px; }
    .convene-archive .sponsored-section .post a,
    .page-template-page-template-front-new .sponsored-section .post a,
    .page-template-page-template-convene .sponsored-section .post a,
    .page-template-page-template-issues .sponsored-section .post a,
    .tax-magazine_issue .sponsored-section .post a {
      background: rgba(84, 160, 212, 0.8);
      width: 100%;
      position: absolute;
      bottom: 0;
      padding: 0 15px;
      transform: translateY(55px);
      transition: all .5s; }
    .convene-archive .sponsored-section .post:hover a,
    .page-template-page-template-front-new .sponsored-section .post:hover a,
    .page-template-page-template-convene .sponsored-section .post:hover a,
    .page-template-page-template-issues .sponsored-section .post:hover a,
    .tax-magazine_issue .sponsored-section .post:hover a {
      transform: translatey(0); }
    .convene-archive .sponsored-section .post p.title, .convene-archive .sponsored-section .post .date,
    .page-template-page-template-front-new .sponsored-section .post p.title,
    .page-template-page-template-front-new .sponsored-section .post .date,
    .page-template-page-template-convene .sponsored-section .post p.title,
    .page-template-page-template-convene .sponsored-section .post .date,
    .page-template-page-template-issues .sponsored-section .post p.title,
    .page-template-page-template-issues .sponsored-section .post .date,
    .tax-magazine_issue .sponsored-section .post p.title,
    .tax-magazine_issue .sponsored-section .post .date {
      display: block;
      color: white;
      padding: 15px 0;
      margin: 0; }
    .convene-archive .sponsored-section .post p.title,
    .page-template-page-template-front-new .sponsored-section .post p.title,
    .page-template-page-template-convene .sponsored-section .post p.title,
    .page-template-page-template-issues .sponsored-section .post p.title,
    .tax-magazine_issue .sponsored-section .post p.title {
      font-size: 18px;
      font-weight: bold; }
    .convene-archive .sponsored-section .post .date,
    .page-template-page-template-front-new .sponsored-section .post .date,
    .page-template-page-template-convene .sponsored-section .post .date,
    .page-template-page-template-issues .sponsored-section .post .date,
    .tax-magazine_issue .sponsored-section .post .date {
      font-size: 14px;
      border-top: solid 1px rgba(0, 0, 0, 0.05); }
  .convene-archive .slick-arrow,
  .page-template-page-template-front-new .slick-arrow,
  .page-template-page-template-convene .slick-arrow,
  .page-template-page-template-issues .slick-arrow,
  .tax-magazine_issue .slick-arrow {
    font-size: 0;
    color: #54a0d4;
    border: solid 2px #54a0d4;
    padding: 4px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%); }
    .convene-archive .slick-arrow:after,
    .page-template-page-template-front-new .slick-arrow:after,
    .page-template-page-template-convene .slick-arrow:after,
    .page-template-page-template-issues .slick-arrow:after,
    .tax-magazine_issue .slick-arrow:after {
      font-size: 20px;
      color: #86d3e7;
      line-height: 1;
      width: 20px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-content: center; }
    .convene-archive .slick-arrow.slick-prev,
    .page-template-page-template-front-new .slick-arrow.slick-prev,
    .page-template-page-template-convene .slick-arrow.slick-prev,
    .page-template-page-template-issues .slick-arrow.slick-prev,
    .tax-magazine_issue .slick-arrow.slick-prev {
      position: absolute;
      left: 0px; }
      .convene-archive .slick-arrow.slick-prev:after,
      .page-template-page-template-front-new .slick-arrow.slick-prev:after,
      .page-template-page-template-convene .slick-arrow.slick-prev:after,
      .page-template-page-template-issues .slick-arrow.slick-prev:after,
      .tax-magazine_issue .slick-arrow.slick-prev:after {
        content: "<"; }
    .convene-archive .slick-arrow.slick-next,
    .page-template-page-template-front-new .slick-arrow.slick-next,
    .page-template-page-template-convene .slick-arrow.slick-next,
    .page-template-page-template-issues .slick-arrow.slick-next,
    .tax-magazine_issue .slick-arrow.slick-next {
      position: absolute;
      right: 0px; }
      .convene-archive .slick-arrow.slick-next:after,
      .page-template-page-template-front-new .slick-arrow.slick-next:after,
      .page-template-page-template-convene .slick-arrow.slick-next:after,
      .page-template-page-template-issues .slick-arrow.slick-next:after,
      .tax-magazine_issue .slick-arrow.slick-next:after {
        content: ">"; }
  .convene-archive .slick-dots,
  .page-template-page-template-front-new .slick-dots,
  .page-template-page-template-convene .slick-dots,
  .page-template-page-template-issues .slick-dots,
  .tax-magazine_issue .slick-dots {
    margin-top: 30px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center; }
    .convene-archive .slick-dots li,
    .page-template-page-template-front-new .slick-dots li,
    .page-template-page-template-convene .slick-dots li,
    .page-template-page-template-issues .slick-dots li,
    .tax-magazine_issue .slick-dots li {
      list-style: none;
      padding: 0;
      background: none;
      float: none;
      opacity: .5; }
      .convene-archive .slick-dots li:first-child:last-child,
      .page-template-page-template-front-new .slick-dots li:first-child:last-child,
      .page-template-page-template-convene .slick-dots li:first-child:last-child,
      .page-template-page-template-issues .slick-dots li:first-child:last-child,
      .tax-magazine_issue .slick-dots li:first-child:last-child {
        display: none; }
      .convene-archive .slick-dots li.slick-active,
      .page-template-page-template-front-new .slick-dots li.slick-active,
      .page-template-page-template-convene .slick-dots li.slick-active,
      .page-template-page-template-issues .slick-dots li.slick-active,
      .tax-magazine_issue .slick-dots li.slick-active {
        opacity: 1; }
      .convene-archive .slick-dots li button,
      .page-template-page-template-front-new .slick-dots li button,
      .page-template-page-template-convene .slick-dots li button,
      .page-template-page-template-issues .slick-dots li button,
      .tax-magazine_issue .slick-dots li button {
        padding: 0;
        background: none;
        color: #86d3e7;
        font-size: 0; }
        .convene-archive .slick-dots li button:after,
        .page-template-page-template-front-new .slick-dots li button:after,
        .page-template-page-template-convene .slick-dots li button:after,
        .page-template-page-template-issues .slick-dots li button:after,
        .tax-magazine_issue .slick-dots li button:after {
          line-height: .5;
          content: '•';
          font-size: 60px;
          color: #86d3e7; }
  .convene-archive .pagination,
  .page-template-page-template-front-new .pagination,
  .page-template-page-template-convene .pagination,
  .page-template-page-template-issues .pagination,
  .tax-magazine_issue .pagination {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 0 15px 50px; }
    .convene-archive .pagination h2,
    .page-template-page-template-front-new .pagination h2,
    .page-template-page-template-convene .pagination h2,
    .page-template-page-template-issues .pagination h2,
    .tax-magazine_issue .pagination h2 {
      display: none; }
    .convene-archive .pagination .nav-links,
    .page-template-page-template-front-new .pagination .nav-links,
    .page-template-page-template-convene .pagination .nav-links,
    .page-template-page-template-issues .pagination .nav-links,
    .tax-magazine_issue .pagination .nav-links {
      width: 100%;
      display: flex;
      justify-content: space-between; }
    .convene-archive .pagination .page-numbers,
    .page-template-page-template-front-new .pagination .page-numbers,
    .page-template-page-template-convene .pagination .page-numbers,
    .page-template-page-template-issues .pagination .page-numbers,
    .tax-magazine_issue .pagination .page-numbers {
      letter-spacing: normal; }

.page-template-page-template-front-vbacf {
  /*test*/
  /*
	button styles

	 */ }
  .page-template-page-template-front-vbacf .btn {
    text-align: center;
    white-space: normal; }
  .page-template-page-template-front-vbacf .element-top-50 {
    margin: 0 !important; }
  .page-template-page-template-front-vbacf .post.post:after {
    display: none; }
  .page-template-page-template-front-vbacf .hero-area {
    position: relative;
    padding: auto 33px;
    padding-top: 80px;
    overflow: visible; }
    .page-template-page-template-front-vbacf .hero-area .bg, .page-template-page-template-front-vbacf .hero-area:after {
      background-size: cover;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 100vw;
      transform: translateX(-50%);
      opacity: 1;
      z-index: -2; }
    .page-template-page-template-front-vbacf .hero-area:after {
      display: none;
      background-color: #86d3e7;
      content: '';
      opacity: .25;
      z-index: -1; }
  .page-template-page-template-front-vbacf .hero-content .blurb {
    display: block;
    color: white;
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.333333333; }
    @media (min-width: 700px) {
      .page-template-page-template-front-vbacf .hero-content .blurb {
        padding-right: 30px; } }
    .page-template-page-template-front-vbacf .hero-content .blurb a {
      background: #ef643d;
      color: #fff;
      font-weight: 700;
      letter-spacing: 0.4px;
      border: 2px solid #ffffff; }
      .page-template-page-template-front-vbacf .hero-content .blurb a:hover {
        background: none; }
      .page-template-page-template-front-vbacf .hero-content .blurb a i:before {
        color: white; }
  .page-template-page-template-front-vbacf .hero-content .latest {
    margin-bottom: -50px;
    border: solid 1px #86d3e7;
    background-color: white;
    padding: 30px; }
    .page-template-page-template-front-vbacf .hero-content .latest h1 {
      font-weight: 300;
      margin-top: 0;
      font-size: 12px;
      text-transform: uppercase; }
      .page-template-page-template-front-vbacf .hero-content .latest h1 a {
        text-transform: lowercase;
        font-weight: bold;
        font-size: 16px; }
        .page-template-page-template-front-vbacf .hero-content .latest h1 a:hover {
          text-decoration: underline; }
      .page-template-page-template-front-vbacf .hero-content .latest h1 span {
        text-transform: none;
        font-weight: bold;
        font-size: 16px;
        color: #54a0d4; }
    .page-template-page-template-front-vbacf .hero-content .latest ul, .page-template-page-template-front-vbacf .hero-content .latest li {
      list-style: none;
      font-size: 14px;
      display: block;
      padding: 0;
      margin: 0; }
    .page-template-page-template-front-vbacf .hero-content .latest li {
      margin-bottom: 1em;
      font-weight: 700; }
  .page-template-page-template-front-vbacf h1 {
    text-transform: uppercase;
    font-weight: 200;
    margin-top: 0;
    text-align: center; }
    .page-template-page-template-front-vbacf h1 span {
      color: #54a0d4;
      font-weight: bold; }
  .page-template-page-template-front-vbacf .tax {
    color: #86d3e7;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
    .page-template-page-template-front-vbacf .tax:not(:first-child):before {
      content: " // ";
      display: inline; }
    .page-template-page-template-front-vbacf .tax a:hover {
      text-decoration: underline; }
  .page-template-page-template-front-vbacf .btn {
    transition: all .5s;
    text-transform: uppercase;
    border-radius: 2em;
    border: solid 1px; }
  .page-template-page-template-front-vbacf .btn-ghost {
    background: transparent; }
  .page-template-page-template-front-vbacf .btn-orange, .page-template-page-template-front-vbacf .btn-orange:visited {
    background-color: #ef643d;
    border-color: #ef643d;
    color: white;
    font-weight: bold; }
    .page-template-page-template-front-vbacf .btn-orange:hover, .page-template-page-template-front-vbacf .btn-orange:visited:hover {
      opacity: .75; }
  .page-template-page-template-front-vbacf .member-benefits {
    margin-top: 100px;
    display: flex;
    align-items: center;
    align-items: center;
    flex-direction: column; }
  .page-template-page-template-front-vbacf .benefits {
    margin-top: 30px;
    margin: 30px -15px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 700px) {
      .page-template-page-template-front-vbacf .benefits {
        flex-direction: row;
        justify-content: space-between; } }
  .page-template-page-template-front-vbacf .benefit-single {
    text-align: center;
    padding: 0 15px; }
    .page-template-page-template-front-vbacf .benefit-single > img {
      margin: 0 auto;
      display: block; }
    .page-template-page-template-front-vbacf .benefit-single > h2 {
      text-align: center; }
    @media (min-width: 700px) {
      .page-template-page-template-front-vbacf .benefit-single {
        width: 33.333333%; } }
    .page-template-page-template-front-vbacf .benefit-single .wistia_embed, .page-template-page-template-front-vbacf .benefit-single .wistia_embed > div, .page-template-page-template-front-vbacf .benefit-single .wistia_embed > div > div {
      width: 100% !important;
      height: auto !important; }
    .page-template-page-template-front-vbacf .benefit-single .wistia_embed img {
      position: initial !important;
      width: 100% !important;
      max-width: 100% !important;
      height: auto !important;
      display: block !important;
      left: 0 !important;
      top: 0 !important; }
  .page-template-page-template-front-vbacf .education-wrapper h1 {
    text-align: center;
    margin-top: 50px; }
  .page-template-page-template-front-vbacf .curated .post {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 100%;
    border: none; }
    @media (min-width: 700px) {
      .page-template-page-template-front-vbacf .curated .post {
        width: 50%; } }
    .page-template-page-template-front-vbacf .curated .post:after {
      display: none; }
  .page-template-page-template-front-vbacf .curated .thumbnail {
    margin-bottom: 20px; }
  .page-template-page-template-front-vbacf .curated a {
    font-weight: bold; }
  .page-template-page-template-front-vbacf .curated .labels {
    display: none;
    margin-bottom: 10px; }
    .page-template-page-template-front-vbacf .curated .labels span {
      color: white;
      background: #54a0d4;
      padding: .25em 1em;
      margin-right: 1em;
      font-size: 12px;
      border-radius: 0;
      border: solid 2px #54a0d4; }
      .page-template-page-template-front-vbacf .curated .labels span.public {
        color: #86d3e7;
        background: white; }
      .page-template-page-template-front-vbacf .curated .labels span.member {
        border-color: black;
        background: black;
        color: white; }
  .page-template-page-template-front-vbacf .curated .post-date {
    font-weight: bold;
    font-size: 12px; }
  .page-template-page-template-front-vbacf .latest-convene {
    padding: 30px;
    border: solid 1px #54a0d4; }
    .page-template-page-template-front-vbacf .latest-convene h2 {
      display: block;
      margin: -54px auto auto;
      text-align: center;
      background: white;
      width: 142px;
      font-size: 28px; }
    .page-template-page-template-front-vbacf .latest-convene h3 {
      margin-top: 0;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 400;
      text-align: center;
      letter-spacing: 1px; }
    .page-template-page-template-front-vbacf .latest-convene .featured-article .intro {
      margin-bottom: 0;
      margin-top: 1em; }
    .page-template-page-template-front-vbacf .latest-convene .featured-article a {
      display: block; }
    .page-template-page-template-front-vbacf .latest-convene .featured-article .featured-title {
      font-weight: bold;
      font-size: 20px; }
    .page-template-page-template-front-vbacf .latest-convene .featured-article .date {
      font-weight: bold; }
    .page-template-page-template-front-vbacf .latest-convene .btn {
      display: block;
      margin-top: 30px; }
  .page-template-page-template-front-vbacf .events-section {
    /*
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		@media (min-width: 800px) {
			flex-direction: row;
		}
		*/ }
    .page-template-page-template-front-vbacf .events-section #tribe-events-content {
      margin-bottom: 0; }
    .page-template-page-template-front-vbacf .events-section .tribe-events-page-title {
      display: none; }
    .page-template-page-template-front-vbacf .events-section #tribe-events-footer {
      display: none; }
    .page-template-page-template-front-vbacf .events-section #tribe-events-list-hash {
      display: none; }
    .page-template-page-template-front-vbacf .events-section .tribe-events-list-separator-month {
      background-color: transparent !important;
      margin: 0; }
      .page-template-page-template-front-vbacf .events-section .tribe-events-list-separator-month:after {
        border-color: #86d3e7; }
    .page-template-page-template-front-vbacf .events-section .view-list {
      /*
			width: 100%;
			display: flex;
			flex-direction: column;
			align-items: center;
			align-content: center;
			*/
      padding: 0 15px; }
    .page-template-page-template-front-vbacf .events-section .tribe-events-list-event-title {
      margin-bottom: 30px; }
    .page-template-page-template-front-vbacf .events-section .tribe-events-event-cost span {
      color: white;
      background: #54a0d4 !important;
      padding: .25em 1em;
      margin-right: 1em;
      font-size: 12px;
      border-radius: 0;
      border: solid 2px #54a0d4; }
    .page-template-page-template-front-vbacf .events-section .side {
      width: 100%;
      padding: 0 15px; }
      .page-template-page-template-front-vbacf .events-section .side .ad {
        display: block; }
      @media (min-width: 800px) {
        .page-template-page-template-front-vbacf .events-section .side {
          width: 33.333333%;
          min-width: 350px; } }
    @media (max-width: 1000px) {
      .page-template-page-template-front-vbacf .events-section .tribe-events-event-image {
        width: 100% !important; } }
    .page-template-page-template-front-vbacf .events-section .tribe-events-event-meta, .page-template-page-template-front-vbacf .events-section .tribe-events-content {
      padding: 0 !important;
      width: 67% !important;
      margin: 0;
      float: right !important;
      display: block;
      clear: right; }
      @media (max-width: 1000px) {
        .page-template-page-template-front-vbacf .events-section .tribe-events-event-meta, .page-template-page-template-front-vbacf .events-section .tribe-events-content {
          width: 100% !important; } }
  .page-template-page-template-front-vbacf .counters .row {
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; }
    @media (min-width: 700px) {
      .page-template-page-template-front-vbacf .counters .row {
        flex-direction: row; } }
  .page-template-page-template-front-vbacf .counters .counter {
    width: 100%;
    color: white;
    padding: 30px;
    margin: 0; }
    @media (min-width: 700px) {
      .page-template-page-template-front-vbacf .counters .counter {
        width: 25%; } }
    .page-template-page-template-front-vbacf .counters .counter .wpb_wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center; }
    .page-template-page-template-front-vbacf .counters .counter .wpb_raw_code {
      margin-bottom: 0; }
    .page-template-page-template-front-vbacf .counters .counter:nth-child(1) {
      background-color: #5286ae; }
    .page-template-page-template-front-vbacf .counters .counter:nth-child(2) {
      background-color: #578fb8; }
    .page-template-page-template-front-vbacf .counters .counter:nth-child(3) {
      background-color: #5b98c2; }
    .page-template-page-template-front-vbacf .counters .counter:nth-child(4) {
      background-color: #619fcd; }
    .page-template-page-template-front-vbacf .counters .counter .icon {
      font-size: 40px; }
      .page-template-page-template-front-vbacf .counters .counter .icon .fa {
        color: inherit; }
    .page-template-page-template-front-vbacf .counters .counter .number {
      font-size: 50px;
      line-height: 1;
      opacity: 0;
      color: white;
      text-align: center; }
      .page-template-page-template-front-vbacf .counters .counter .number:after {
        content: "";
        width: 80px;
        border-bottom: solid 2px white;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 auto; }
    .page-template-page-template-front-vbacf .counters .counter .label {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 300;
      display: block;
      line-height: 1.5;
      white-space: normal; }
  .page-template-page-template-front-vbacf .ad-zone {
    margin-bottom: 50px; }
  .page-template-page-template-front-vbacf .adzone-wrapper, .page-template-page-template-front-vbacf .ad-zone {
    display: flex;
    justify-content: center; }
  .page-template-page-template-front-vbacf .logos {
    margin: 80px 0; }
    .page-template-page-template-front-vbacf .logos .copy {
      margin-bottom: 80px;
      text-align: center; }
  .page-template-page-template-front-vbacf .meta .author + .date:before {
    content: ", ";
    display: inline; }
  .page-template-page-template-front-vbacf .slick-slider .item {
    height: 150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    outline: none; }
    .page-template-page-template-front-vbacf .slick-slider .item a {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%; }
  .page-template-page-template-front-vbacf .sponsored-section .slick-list {
    margin: 0 20px; }
  .page-template-page-template-front-vbacf .sponsored-section .copy {
    text-align: center; }
  .page-template-page-template-front-vbacf .sponsored-section .post {
    overflow: hidden;
    margin: 0;
    border: none;
    background-size: cover;
    min-height: 200px;
    margin: 15px; }
    .page-template-page-template-front-vbacf .sponsored-section .post a {
      background: rgba(84, 160, 212, 0.8);
      width: 100%;
      position: absolute;
      bottom: 0;
      padding: 0 15px;
      transform: translateY(55px);
      transition: all .5s; }
    .page-template-page-template-front-vbacf .sponsored-section .post:hover a {
      transform: translatey(0); }
    .page-template-page-template-front-vbacf .sponsored-section .post p.title, .page-template-page-template-front-vbacf .sponsored-section .post .date {
      display: block;
      color: white;
      padding: 15px 0;
      margin: 0; }
    .page-template-page-template-front-vbacf .sponsored-section .post p.title {
      font-size: 18px;
      font-weight: bold; }
    .page-template-page-template-front-vbacf .sponsored-section .post .date {
      font-size: 14px;
      border-top: solid 1px rgba(0, 0, 0, 0.05); }
  .page-template-page-template-front-vbacf .slick-arrow {
    font-size: 0;
    color: #54a0d4;
    border: solid 2px #54a0d4;
    padding: 4px;
    background: transparent;
    top: 50%;
    transform: translateY(-50%); }
    .page-template-page-template-front-vbacf .slick-arrow:after {
      font-size: 20px;
      color: #86d3e7;
      line-height: 1;
      width: 20px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-content: center; }
    .page-template-page-template-front-vbacf .slick-arrow.slick-prev {
      position: absolute;
      left: 0px; }
      .page-template-page-template-front-vbacf .slick-arrow.slick-prev:after {
        content: "<"; }
    .page-template-page-template-front-vbacf .slick-arrow.slick-next {
      position: absolute;
      right: 0px; }
      .page-template-page-template-front-vbacf .slick-arrow.slick-next:after {
        content: ">"; }
  .page-template-page-template-front-vbacf .slick-dots {
    margin-top: 30px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center; }
    .page-template-page-template-front-vbacf .slick-dots li {
      list-style: none;
      padding: 0;
      background: none;
      float: none;
      opacity: .5; }
      .page-template-page-template-front-vbacf .slick-dots li:first-child:last-child {
        display: none; }
      .page-template-page-template-front-vbacf .slick-dots li.slick-active {
        opacity: 1; }
      .page-template-page-template-front-vbacf .slick-dots li button {
        padding: 0;
        background: none;
        color: #86d3e7;
        font-size: 0; }
        .page-template-page-template-front-vbacf .slick-dots li button:after {
          line-height: .5;
          content: '•';
          font-size: 60px;
          color: #86d3e7; }
  .page-template-page-template-front-vbacf .pagination {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 0 15px 50px; }
    .page-template-page-template-front-vbacf .pagination h2 {
      display: none; }
    .page-template-page-template-front-vbacf .pagination .nav-links {
      width: 100%;
      display: flex;
      justify-content: space-between; }
    .page-template-page-template-front-vbacf .pagination .page-numbers {
      letter-spacing: normal; }

.page-template-page-template-convene #content {
  margin: 0; }

.page-template-page-template-convene .container {
  padding: 0 15px;
  margin: 0 auto; }

.page-template-page-template-convene .post:after {
  display: none; }

.page-template-page-template-convene .post {
  margin: 0; }

.page-template-page-template-convene .area:not(:first-child) {
  margin: 100px 0;
  clear: both; }

.page-template-page-template-convene .featured {
  margin-top: 0; }
  .page-template-page-template-convene .featured .posts {
    float: left;
    clear: left; }
  .page-template-page-template-convene .featured .hero.post.hero.post.hero.post {
    width: 100%;
    min-height: 450px;
    padding: 80px 30px;
    margin-bottom: 50px;
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center; }
    .page-template-page-template-convene .featured .hero.post.hero.post.hero.post .content {
      max-width: 750px;
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      justify-content: center;
      z-index: 2; }
    .page-template-page-template-convene .featured .hero.post.hero.post.hero.post:after {
      content: '';
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      width: 100%;
      height: auto;
      background-color: rgba(0, 0, 0, 0.65); }
    .page-template-page-template-convene .featured .hero.post.hero.post.hero.post .title {
      margin-top: 20px;
      text-align: center;
      font-size: 24px;
      line-height: 1.1;
      color: white;
      font-weight: bolder; }
      @media (min-width: 700px) {
        .page-template-page-template-convene .featured .hero.post.hero.post.hero.post .title {
          font-size: 48px; } }
      .page-template-page-template-convene .featured .hero.post.hero.post.hero.post .title:hover {
        text-decoration: underline; }
    .page-template-page-template-convene .featured .hero.post.hero.post.hero.post .tax-wrapper {
      text-align: center; }
      .page-template-page-template-convene .featured .hero.post.hero.post.hero.post .tax-wrapper .tax {
        text-align: center; }
    .page-template-page-template-convene .featured .hero.post.hero.post.hero.post .description {
      margin: 30px 0; }
      .page-template-page-template-convene .featured .hero.post.hero.post.hero.post .description p {
        color: white;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 400;
        text-align: center; }
    .page-template-page-template-convene .featured .hero.post.hero.post.hero.post .meta {
      text-transform: uppercase;
      color: white;
      font-size: 12px;
      font-weight: bold; }
      .page-template-page-template-convene .featured .hero.post.hero.post.hero.post .meta .author + .date:before {
        content: ",  ";
        display: inline; }
  .page-template-page-template-convene .featured .post {
    width: 100%;
    float: left; }
    @media (min-width: 700px) {
      .page-template-page-template-convene .featured .post {
        width: calc(50% - 15px); }
        .page-template-page-template-convene .featured .post:last-child {
          margin-left: 30px; } }
    .page-template-page-template-convene .featured .post .tax {
      text-align: left;
      margin-bottom: 5px; }
    .page-template-page-template-convene .featured .post .title.title {
      color: #54a0d4;
      text-transform: none;
      font-size: 24px;
      font-weight: bold;
      text-align: left;
      margin-top: 10px; }
      .page-template-page-template-convene .featured .post .title.title:hover {
        text-decoration: underline; }
    .page-template-page-template-convene .featured .post .description p {
      font-size: 16px; }
    .page-template-page-template-convene .featured .post .meta {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold; }

.page-template-page-template-convene .cats-wrapper {
  width: 100%;
  float: left;
  text-align: center;
  margin: 50px 0; }

.page-template-page-template-convene .cats {
  margin: 0 auto;
  width: 400px;
  clear: both;
  display: block;
  position: relative;
  border-radius: 0; }
  .page-template-page-template-convene .cats ul, .page-template-page-template-convene .cats ul li {
    padding: 0;
    margin: 0;
    list-style: none !important;
    user-select: none; }
  .page-template-page-template-convene .cats label {
    border: solid 2px #86d3e7;
    padding: 8px 25px;
    margin: 0;
    width: 100%;
    user-select: none;
    font-size: 18px;
    font-weight: bold;
    color: #86d3e7;
    position: relative;
    text-align: left; }
    .page-template-page-template-convene .cats label:after {
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #86d3e7;
      font-size: 0;
      line-height: 0;
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      color: #86d3e7;
      right: 25px;
      top: 50%;
      transform: translateY(-50%); }
  .page-template-page-template-convene .cats input[type=checkbox] {
    display: none; }
  .page-template-page-template-convene .cats ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #eff4f7;
    width: 100%;
    z-index: 10;
    opacity: 0;
    transition: all .3s; }
  .page-template-page-template-convene .cats input[type=checkbox]:checked ~ ul {
    display: flex !important;
    flex-direction: column;
    opacity: 1; }
    .page-template-page-template-convene .cats input[type=checkbox]:checked ~ ul li {
      display: block; }
  .page-template-page-template-convene .cats li {
    display: none;
    width: 100%;
    text-align: left; }
  .page-template-page-template-convene .cats li a {
    padding: 10px 25px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    transition: all .2s;
    display: block; }
    .page-template-page-template-convene .cats li a:hover {
      background: #86d3e7;
      color: White; }

.page-template-page-template-convene .area.form-ad {
  display: flex;
  flex-direction: column; }
  @media (min-width: 800px) {
    .page-template-page-template-convene .area.form-ad {
      flex-direction: row; } }
  .page-template-page-template-convene .area.form-ad .form, .page-template-page-template-convene .area.form-ad .ad-zone {
    width: 100%;
    padding: 0 15px; }
  .page-template-page-template-convene .area.form-ad .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center; }
    @media (min-width: 800px) {
      .page-template-page-template-convene .area.form-ad .form {
        width: 66.666%; } }
    .page-template-page-template-convene .area.form-ad .form h2 {
      font-size: 24px;
      text-transform: uppercase;
      font-weight: bold; }
      .page-template-page-template-convene .area.form-ad .form h2 span {
        color: #54a0d4; }
    .page-template-page-template-convene .area.form-ad .form .message {
      font-weight: 500; }
  @media (min-width: 800px) {
    .page-template-page-template-convene .area.form-ad .ad-zone {
      width: 33.333%; } }

.page-template-page-template-convene .area.news {
  margin-top: 50px; }
  .page-template-page-template-convene .area.news h1 {
    margin-bottom: 30px; }
  .page-template-page-template-convene .area.news .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15pxt; }
  .page-template-page-template-convene .area.news .post {
    width: 100%;
    padding: 0 15px; }
    @media (min-width: 700px) {
      .page-template-page-template-convene .area.news .post {
        width: calc(33.333%); } }
    .page-template-page-template-convene .area.news .post .title {
      color: #54a0d4;
      font-size: 18px;
      text-align: left;
      font-weight: bold;
      text-transform: none;
      margin-top: 10px;
      margin-bottom: 10px; }
    .page-template-page-template-convene .area.news .post .meta {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 20px; }
  .page-template-page-template-convene .area.news .button-wrap {
    width: 100%;
    text-align: center; }
  .page-template-page-template-convene .area.news .btn {
    margin: 15px auto;
    display: inline-block; }

.page-template-page-template-convene .magazine {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }
  .page-template-page-template-convene .magazine .cover, .page-template-page-template-convene .magazine .content {
    padding: 0 15px;
    width: 100%; }
  .page-template-page-template-convene .magazine .cover {
    margin-bottom: 30px; }
    .page-template-page-template-convene .magazine .cover img {
      display: block;
      margin: 0 auto;
      max-width: 300px; }
      @media (min-width: 700px) {
        .page-template-page-template-convene .magazine .cover img {
          max-width: 100%; } }
    @media (min-width: 700px) {
      .page-template-page-template-convene .magazine .cover {
        width: calc(33.333% - 30px); } }
  .page-template-page-template-convene .magazine .content {
    text-align: left; }
    @media (min-width: 700px) {
      .page-template-page-template-convene .magazine .content {
        width: calc(66.66666%); } }
    .page-template-page-template-convene .magazine .content h1 {
      margin-top: -.25em;
      text-align: left;
      margin-bottom: .5em; }
    .page-template-page-template-convene .magazine .content .tax {
      text-align: left; }
    .page-template-page-template-convene .magazine .content .featured-title {
      font-weight: bold;
      font-size: 24px; }
      .page-template-page-template-convene .magazine .content .featured-title:hover {
        text-decoration: underline; }
    .page-template-page-template-convene .magazine .content .description p {
      font-size: 16px;
      line-height: 1.5; }
    .page-template-page-template-convene .magazine .content .meta {
      font-size: 12px;
      font-weight: bold; }
  .page-template-page-template-convene .magazine .credit {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px; }
  .page-template-page-template-convene .magazine .label {
    border-radius: 0;
    text-transform: uppercase;
    color: white;
    background-color: #54a0d4;
    padding: .25em 1em;
    margin-right: 15px;
    font-size: 10px; }
  .page-template-page-template-convene .magazine .links {
    margin-top: 40px;
    display: flex;
    justify-content: center; }
    .page-template-page-template-convene .magazine .links .btn {
      margin: 0 10px; }

.page-template-page-template-convene .more-convene .posts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap; }

.page-template-page-template-convene .more-convene .post {
  width: 100%;
  padding: 15px;
  margin-bottom: 20px; }
  .page-template-page-template-convene .more-convene .post.sponsored {
    background: #e9e9e9; }
  @media (min-width: 700px) {
    .page-template-page-template-convene .more-convene .post {
      width: 33.3333%; } }
  .page-template-page-template-convene .more-convene .post .tax {
    text-align: left;
    margin-bottom: 10px; }
  .page-template-page-template-convene .more-convene .post .title {
    color: #54a0d4;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px; }
  .page-template-page-template-convene .more-convene .post .meta {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0; }

.page-template-page-template-convene .more-convene .sponsored .tax {
  font-size: 0; }
  .page-template-page-template-convene .more-convene .sponsored .tax:after {
    content: 'Sponsored Article';
    text-transform: uppercase;
    display: inline;
    font-size: 12px;
    color: #646464; }

.page-template-page-template-convene .more-convene #more_posts {
  display: inline-block;
  margin: 0 auto;
  display: block;
  width: 200px; }

.page-template-page-template-convene_front-vbacf a.vc_btn3 {
  text-transform: uppercase;
  font-size: 16px; }

.page-template-page-template-convene_front-vbacf .jumbotron-container {
  max-width: 1140px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .page-template-page-template-convene_front-vbacf .jumbotron-container .jumbotron {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    max-width: 750px;
    margin: 0 auto; }
    .page-template-page-template-convene_front-vbacf .jumbotron-container .jumbotron > h1:first-child {
      display: none; }
    .page-template-page-template-convene_front-vbacf .jumbotron-container .jumbotron a {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold; }
    .page-template-page-template-convene_front-vbacf .jumbotron-container .jumbotron h1 {
      line-height: .8;
      margin-top: 23px;
      margin-bottom: 40px; }
      .page-template-page-template-convene_front-vbacf .jumbotron-container .jumbotron h1 a {
        font-size: 48px;
        color: white;
        font-weight: bold;
        text-transform: none; }
      .page-template-page-template-convene_front-vbacf .jumbotron-container .jumbotron h1:hover a {
        text-decoration: underline; }
    .page-template-page-template-convene_front-vbacf .jumbotron-container .jumbotron p {
      color: white;
      font-weight: normal;
      line-height: 1.2; }
      .page-template-page-template-convene_front-vbacf .jumbotron-container .jumbotron p:nth-child(2) {
        color: #54a0d4;
        font-size: 12px;
        font-weight: bold; }
      .page-template-page-template-convene_front-vbacf .jumbotron-container .jumbotron p:last-child {
        display: none; }
    .page-template-page-template-convene_front-vbacf .jumbotron-container .jumbotron h6 {
      color: white;
      font-weight: bold;
      font-size: 12px;
      margin-top: 40px;
      margin-bottom: 0; }

.page-template-page-template-convene_front-vbacf .convene-featured-post {
  margin-bottom: 30px !important; }
  .page-template-page-template-convene_front-vbacf .convene-featured-post p:first-child {
    color: #54a0d4;
    font-size: 12px;
    margin-bottom: .5em; }
    .page-template-page-template-convene_front-vbacf .convene-featured-post p:first-child a {
      font-size: 12px;
      font-weight: bold; }
  .page-template-page-template-convene_front-vbacf .convene-featured-post img {
    margin-bottom: 0; }
  .page-template-page-template-convene_front-vbacf .convene-featured-post h6 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px; }

.page-template-page-template-convene_front-vbacf #convene-category-dropdown {
  overflow: visible; }

.page-template-page-template-convene_front-vbacf .cats-wrapper {
  width: 100%;
  float: left;
  text-align: center;
  margin: 50px 0; }

.page-template-page-template-convene_front-vbacf .cats {
  margin: 0 auto;
  width: 400px;
  clear: both;
  display: block;
  position: relative;
  border-radius: 0; }
  .page-template-page-template-convene_front-vbacf .cats ul, .page-template-page-template-convene_front-vbacf .cats ul li {
    padding: 0;
    margin: 0;
    list-style: none !important;
    user-select: none; }
  .page-template-page-template-convene_front-vbacf .cats label {
    border: solid 2px #86d3e7;
    padding: 8px 25px;
    margin: 0;
    width: 100%;
    user-select: none;
    font-size: 18px;
    font-weight: bold;
    color: #86d3e7;
    position: relative;
    text-align: left; }
    .page-template-page-template-convene_front-vbacf .cats label:after {
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #86d3e7;
      font-size: 0;
      line-height: 0;
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      color: #86d3e7;
      right: 25px;
      top: 50%;
      transform: translateY(-50%); }
  .page-template-page-template-convene_front-vbacf .cats input[type=checkbox] {
    display: none; }
  .page-template-page-template-convene_front-vbacf .cats ul {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #eff4f7;
    width: 100%;
    z-index: 10;
    opacity: 0;
    transition: all .3s; }
  .page-template-page-template-convene_front-vbacf .cats input[type=checkbox]:checked ~ ul {
    display: flex !important;
    flex-direction: column;
    opacity: 1; }
    .page-template-page-template-convene_front-vbacf .cats input[type=checkbox]:checked ~ ul li {
      display: block; }
  .page-template-page-template-convene_front-vbacf .cats li {
    display: none;
    width: 100%;
    text-align: left; }
  .page-template-page-template-convene_front-vbacf .cats li a {
    padding: 10px 25px;
    width: 100%;
    text-align: left;
    font-weight: bold;
    transition: all .2s;
    display: block; }
    .page-template-page-template-convene_front-vbacf .cats li a:hover {
      background: #86d3e7;
      color: White; }

.page-template-page-template-convene_front-vbacf #convene-news h1 {
  font-weight: 300;
  text-transform: uppercase; }

.page-template-page-template-convene_front-vbacf .adspace {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }

.page-template-page-template-convene_front-vbacf #latest-convene-story {
  margin-top: 40px;
  margin-bottom: 40px; }
  .page-template-page-template-convene_front-vbacf #latest-convene-story h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1; }
  .page-template-page-template-convene_front-vbacf #latest-convene-story .story-content p:first-child {
    color: #54a0d4;
    margin-bottom: .5em; }
    .page-template-page-template-convene_front-vbacf #latest-convene-story .story-content p:first-child a {
      color: #54a0d4; }
  .page-template-page-template-convene_front-vbacf #latest-convene-story .story-content h2 {
    margin-top: 0; }
  .page-template-page-template-convene_front-vbacf #latest-convene-story .story-content h6:last-child {
    font-weight: 300; }

.page-template-page-template-convene_front-vbacf .form-ad {
  margin-top: 60px; }
  .page-template-page-template-convene_front-vbacf .form-ad h2 {
    margin-top: 0; }

.page-template-page-template-convene_front-vbacf .more-convene {
  margin-top: 40px;
  margin-bottom: 40px; }

.page-template-page-template-convene_front-vbacf .about-convene h1 {
  font-weight: 300; }
  .page-template-page-template-convene_front-vbacf .about-convene h1 span {
    font-weight: bold; }

.page-template-page-template-issues .page-title, .tax-magazine_issue .page-title {
  margin-top: 40px;
  font-weight: bolder;
  text-transform: none;
  font-size: 48px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  position: relative; }
  .page-template-page-template-issues .page-title:after, .tax-magazine_issue .page-title:after {
    content: '';
    width: 200px;
    border-bottom: 5px solid #86d3e7;
    position: absolute;
    bottom: 0;
    left: calc(50% - 100px); }

.page-template-page-template-issues .magazine, .tax-magazine_issue .magazine {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .page-template-page-template-issues .magazine .cover, .page-template-page-template-issues .magazine .content, .tax-magazine_issue .magazine .cover, .tax-magazine_issue .magazine .content {
    padding: 0 15px;
    width: 100%; }
  .page-template-page-template-issues .magazine .cover, .tax-magazine_issue .magazine .cover {
    margin-bottom: 30px; }
    .page-template-page-template-issues .magazine .cover img, .tax-magazine_issue .magazine .cover img {
      display: block;
      margin: 0 auto;
      max-width: 300px; }
      @media (min-width: 700px) {
        .page-template-page-template-issues .magazine .cover img, .tax-magazine_issue .magazine .cover img {
          max-width: 100%; } }
    @media (min-width: 700px) {
      .page-template-page-template-issues .magazine .cover, .tax-magazine_issue .magazine .cover {
        width: calc(33.333% - 30px); } }
  .page-template-page-template-issues .magazine .content, .tax-magazine_issue .magazine .content {
    text-align: left; }
    @media (min-width: 700px) {
      .page-template-page-template-issues .magazine .content, .tax-magazine_issue .magazine .content {
        width: calc(66.66666%);
        margin-top: 0; } }
    .page-template-page-template-issues .magazine .content h1, .tax-magazine_issue .magazine .content h1 {
      margin-top: -.25em;
      text-align: left;
      margin-bottom: .5em; }
    .page-template-page-template-issues .magazine .content .tax, .tax-magazine_issue .magazine .content .tax {
      text-align: left; }
    .page-template-page-template-issues .magazine .content .featured-title, .tax-magazine_issue .magazine .content .featured-title {
      font-weight: bold;
      font-size: 24px; }
      .page-template-page-template-issues .magazine .content .featured-title:hover, .tax-magazine_issue .magazine .content .featured-title:hover {
        text-decoration: underline; }
    .page-template-page-template-issues .magazine .content .description p, .tax-magazine_issue .magazine .content .description p {
      font-size: 16px;
      line-height: 1.5; }
    .page-template-page-template-issues .magazine .content .meta, .tax-magazine_issue .magazine .content .meta {
      font-size: 12px;
      font-weight: bold; }
  .page-template-page-template-issues .magazine .credit, .tax-magazine_issue .magazine .credit {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 12px; }
  .page-template-page-template-issues .magazine .label, .tax-magazine_issue .magazine .label {
    border-radius: 0;
    text-transform: uppercase;
    color: white;
    background-color: #54a0d4;
    padding: .25em 1em;
    margin-right: 15px;
    font-size: 10px; }
  .page-template-page-template-issues .magazine .links, .tax-magazine_issue .magazine .links {
    margin-top: 40px;
    display: flex;
    justify-content: left; }
    .page-template-page-template-issues .magazine .links .btn, .tax-magazine_issue .magazine .links .btn {
      margin: 0; }

.tax-magazine_issue .col-md-12 {
  padding: 0; }

.tax-magazine_issue .article {
  margin-top: 60px; }

.tax-magazine_issue .post {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between; }
  .tax-magazine_issue .post:after {
    display: none; }
  @media (min-width: 700px) {
    .tax-magazine_issue .post {
      flex-direction: row; } }
  .tax-magazine_issue .post.sponsored {
    width: calc(100% + 30px);
    margin-left: -15px;
    background: #e9e9e9;
    padding: 15px; }
    .tax-magazine_issue .post.sponsored .tax {
      font-size: 0; }
    .tax-magazine_issue .post.sponsored .title:before {
      content: 'Sponsored Article';
      text-transform: uppercase;
      display: block;
      font-size: 12px;
      color: #646464; }
  .tax-magazine_issue .post .thumb {
    display: block;
    position: relative;
    height: 400px; }
    @media (min-width: 700px) {
      .tax-magazine_issue .post .thumb {
        width: calc(33.33333% - 15px);
        height: auto;
        padding-top: 0; } }
  .tax-magazine_issue .post .thumb-inner {
    width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .tax-magazine_issue .post .thumb:hover + .content > a {
    text-decoration: underline; }
  .tax-magazine_issue .post .content {
    width: 100%; }
    @media (min-width: 700px) {
      .tax-magazine_issue .post .content {
        width: calc(66.66666% - 15px); } }
  .tax-magazine_issue .post .tax {
    color: #86d3e7;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold; }
  .tax-magazine_issue .post .title {
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
    color: #54a0d4;
    text-align: left; }
  .tax-magazine_issue .post .description, .tax-magazine_issue .post .description p {
    line-height: 1.5;
    font-size: 16px; }
  .tax-magazine_issue .post .meta {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px; }

.convene-archive .tax-title {
  margin-top: 50px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 50px; }
  @media (min-width: 700px) {
    .convene-archive .tax-title {
      font-size: 48px; } }
  .convene-archive .tax-title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: calc(50% - 75px);
    width: 150px;
    border-bottom: solid 4px #54a0d4; }

.convene-archive .thumb:hover + .content > a {
  text-decoration: underline; }

.convene-archive .tax-description {
  font-size: 18px;
  margin: 0 auto 60px;
  padding: 0 15px;
  max-width: 750px;
  text-align: center; }

.convene-archive .posts {
  display: flex;
  flex-direction: column;
  margin: 0 -15px;
  width: calc(100% + 30px); }
  .convene-archive .posts .ad-zone:last-child {
    display: none; }

.convene-archive .post {
  margin: 0 -15px calc(1.5vw + 1.5vh);
  width: calc(100% + 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 30px 15px; }
  @media (min-width: 700px) {
    .convene-archive .post {
      flex-direction: row;
      justify-content: space-evenly;
      align-content: flex-start;
      align-items: flex-start; } }
  .convene-archive .post.sponsored {
    background-color: #e9e9e9; }
    .convene-archive .post.sponsored .tax-wrapper .tax {
      font-size: 0; }
    .convene-archive .post.sponsored .tax-wrapper:after {
      font-weight: bold;
      content: 'Sponsored Article';
      text-transform: uppercase;
      display: inline;
      font-size: 12px;
      color: #646464; }

.convene-archive .thumb, .convene-archive .content {
  width: 100%;
  padding: 0 15px; }

.convene-archive .thumb {
  max-width: 500px;
  margin-bottom: 20px; }
  @media (min-width: 700px) {
    .convene-archive .thumb {
      width: 33.333%;
      max-width: none;
      margin-bottom: 0; } }

@media (min-width: 700px) {
  .convene-archive .content {
    width: 66.666%;
    max-width: none;
    margin-top: -10px; } }

.convene-archive .content a .title {
  color: #54a0d4;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  text-transform: none; }
  .convene-archive .content a .title:hover {
    text-decoration: underline; }

.convene-archive .content .description {
  font-size: 16px !important; }

.convene-archive .content .meta {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px; }
  .convene-archive .content .meta a {
    color: #86d3e7; }

.website-1 #masthead#masthead {
  background-color: black !important;
  padding: 0 !important; }
  .website-1 #masthead#masthead .navbar-header {
    position: relative; }
    .website-1 #masthead#masthead .navbar-header img {
      margin: 0;
      display: block; }
  @media (min-width: 993px) {
    .website-1 #masthead#masthead .container {
      position: relative;
      display: flex;
      justify-content: space-between; }
      .website-1 #masthead#masthead .container .navbar-header {
        padding: 10px;
        width: 100px;
        height: 108px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center; }
        .website-1 #masthead#masthead .container .navbar-header a.navbar-brand {
          display: flex;
          justify-content: center;
          align-items: center;
          align-content: center; }
          .website-1 #masthead#masthead .container .navbar-header a.navbar-brand img {
            transform: none;
            position: initial !important; }
      .website-1 #masthead#masthead .container .nav-container {
        width: calc(100% - 100px); }
        .website-1 #masthead#masthead .container .nav-container nav {
          float: none;
          display: flex !important;
          justify-content: flex-end;
          width: 100%; }
          .website-1 #masthead#masthead .container .nav-container nav:before {
            display: none; }
          .website-1 #masthead#masthead .container .nav-container nav .menu-container {
            width: calc(100% - 100px);
            min-width: 830px;
            float: none; }
            .website-1 #masthead#masthead .container .nav-container nav .menu-container > ul.navbar-nav {
              width: calc(100% - 36px);
              float: right;
              display: flex;
              justify-content: space-evenly; }
              .website-1 #masthead#masthead .container .nav-container nav .menu-container > ul.navbar-nav > li:nth-child(3) > a {
                padding: 39px 25px 44px !important;
                text-transform: lowercase;
                font-size: 24px;
                position: relative; }
                .website-1 #masthead#masthead .container .nav-container nav .menu-container > ul.navbar-nav > li:nth-child(3) > a:after {
                  content: "magazine";
                  text-transform: uppercase;
                  font-size: 10px;
                  position: absolute;
                  top: 56%;
                  left: 50%;
                  transform: translateX(-50%); }
      .website-1 #masthead#masthead .container .pcma_nav_mypcma {
        background-color: none !important; }
      .website-1 #masthead#masthead .container .test-comment {
        display: none; } }
  .website-1 #masthead#masthead .dropdown-menu.dropdown-menu > li > a {
    text-transform: none !important; }
  .website-1 #masthead#masthead .dropdown-menu.dropdown-menu {
    background-color: white !important; }
  .website-1 #masthead#masthead .nav > li > a {
    color: #a4a4a4; }
    .website-1 #masthead#masthead .nav > li > a:hover {
      color: #54a0d4; }
  .website-1 #masthead#masthead .nav > li.current-menu-item > a {
    color: #54a0d4; }
  @media (max-width: 992px) {
    .website-1 #masthead#masthead li.dropdown.open:after {
      display: flex; }
    .website-1 #masthead#masthead .dropdown-menu.open {
      display: block;
      position: relative; }
      .website-1 #masthead#masthead .dropdown-menu.open:after {
        content: '-';
        font-size: 3.5em;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        font-size: 3em;
        position: absolute;
        right: 0;
        top: -32px;
        width: 40px;
        height: 32px;
        z-index: 2;
        padding-bottom: 10px;
        color: #54a0d4;
        display: flex; }
    .website-1 #masthead#masthead .top-search form {
      display: none; }
    .website-1 #masthead#masthead .widget_search {
      margin: 0; }
    .website-1 #masthead#masthead .st-search-show-outputs {
      padding: 15px;
      cursor: pointer; } }
  .website-1 #masthead#masthead .navbar-sticky .navbar-collapse {
    max-height: none;
    overflow-y: visible; }

@media (max-width: 992px) {
  .website-45 #masthead#masthead li.dropdown.open:after {
    display: flex; }
  .website-45 #masthead#masthead .dropdown-menu.open {
    display: block;
    position: relative; }
  .website-45 #masthead#masthead .dropdown-menu.open:after {
    content: '-';
    font-size: 3.5em;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    font-size: 3em;
    position: absolute;
    right: 0;
    top: -32px;
    width: 40px;
    height: 32px;
    z-index: 2;
    padding-bottom: 10px;
    color: #54a0d4;
    display: flex; }
  .website-45 #masthead#masthead .top-search form {
    display: none; }
  .website-45 #masthead#masthead .widget_search {
    margin: 0; }
  .website-45 #masthead#masthead .st-search-show-outputs {
    padding: 15px;
    cursor: pointer; } }

.website-45 #masthead#masthead .navbar-sticky .navbar-collapse {
  max-height: none;
  overflow-y: visible; }

@media (max-width: 992px) {
  .website-44 #masthead#masthead li.dropdown.open:after {
    display: flex; }
  .website-44 #masthead#masthead .dropdown-menu.open {
    display: block;
    position: relative; }
  .website-44 #masthead#masthead .dropdown-menu.open:after {
    content: '-';
    font-size: 3.5em;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    font-size: 3em;
    position: absolute;
    right: 0;
    top: -32px;
    width: 40px;
    height: 32px;
    z-index: 2;
    padding-bottom: 10px;
    color: #54a0d4;
    display: flex; }
  .website-44 #masthead#masthead .top-search form {
    display: none; }
  .website-44 #masthead#masthead .widget_search {
    margin: 0; }
  .website-44 #masthead#masthead .st-search-show-outputs {
    padding: 15px;
    cursor: pointer; } }

.website-44 #masthead#masthead .navbar-sticky .navbar-collapse {
  max-height: none;
  overflow-y: visible; }

.wcs-modal h2 small {
  display: none;
}

/* Video Containers for youtube premiere, chat */

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#videoStreamRow{
  display:flex;
  flex-wrap:nowrap;
  margin:0 -10%;
}

@media(max-width:1100px){
  #videoStreamRow{
    display:block;
    margin:0 -15px;
  }
}
#videoStreamRow > *{
  background:#333;
}
#videoStreamRow .chatCol iframe{min-height:500px;height:95vh;margin:0!important;}

#videoStreamRow .vidCol{flex:2.5;display:flex;flex-direction:column;align-items:center;}
#videoStreamRow .vidCol > div{
  height: 100%;
  width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#videoStreamRow .chatCol{flex:1;font-size:0;}

/* Google Ad Stuff */


.pcma-content-ad-wrap {
	float: right;
	margin: 10px 0 5% 5%;
}

@media(max-width:768px){
  .pcma-content-ad-wrap {
    float: none;
    margin: 20px auto 20px auto;
    display:block;
  }
  div[id^='div-gpt-ad']{margin:auto!important;}
}

div[id^='div-gpt-ad']{}
div[id^='google_ads_iframe']{}

/* Event Calendar Filter Bar Style Tweaks */
.tribe-filter-bar-c-dropdown .select2-container{
	height:auto;
}

.tribe-filter-bar-c-dropdown .select2-results,
.tribe-filter-bar-c-dropdown .select2-search {
	background: white;
}

.tribe-filter-bar--horizontal.tribe-filter-bar .tribe-filter-bar__filters-slide {
	margin-bottom: 2px;
}

.tribe-events-c-search .tribe-common-c-btn {
	color: white !important;
}

.tribe-events .tribe-events-c-search__button{color:white!important}

body.single-tribe_events #tribe-events-footer{display:none}

#tribe-events-pg-template {max-width: 1210px;}


/* Foundation site simpler blockquotes for homepage */

.foundation-quote blockquote{
  padding: 0 0 15px 20px !important;
  margin: 0 !important;
}
.foundation-quote blockquote:before{
  font-size:40px;
}
.foundation-quote blockquote p {
  font-family: Raleway !important;
  font-size: 14px;
}

