/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://board.org/twenty-fifteen-child/
 Description:  Child theme created for Board.org Beta site
 Author:       Peter Wiley
 Author URI:   http://www.pcwiley.net
 Template:     twentyfifteen
 Version:      1.2.02.058
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:  twenty-fifteen-child
*/

/*
// GLOBAL LAYOUT & STRUCTURE
*/

html {
  transition: opacity 0.1s;
}
.wf-loading {
  opacity: 0;
}
.wf-active {
  opacity: 1;
}
body, html {
  font-size: 18px;
  line-height: 26px;
  min-height: 100vh;
  min-width: 100vw;
}

body {
  /* display: flex; */
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}
#page {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
}
.site-footer {
  margin-top: auto;
}
div#content {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 225px);
}
.page-template-template-category #content.nav_modal_is_open,
.single-post #content.nav_modal_is_open,
.page-template-template-sidebar #content.nav_modal_is_open,
.page-parent #content.nav_modal_is_open {
  z-index: -1;
}

/*
// TYPOGRAPHY
*/ 

html,
body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, div, p, span {
  color: #000;
  font-family: 'urw-din', Arial, sans-serif !important;
  letter-spacing: -0.01em;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1, .entry-content h1 {
  font-weight: 200;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
.content_type_header div h1:not(:last-child):after {
  content: '';
  display: block;
  max-width: 13rem;
  height: 1px;
  margin: 0 auto;
  margin-top: 28px;
  background-color: #fff;
}
.content_type_header div h1:last-child {
  margin-bottom: 0;
}
h2, .entry-content h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 18px;
  text-align: center;
}
h2.white {
  color: #fff;
}
h3, .entry-content h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-top: 26px;
  margin-bottom: 18px;
}
h3.small {
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 6px;
}
h3.margin-bottom {
  margin-bottom: 18px;
}
h3.margin-none {
  margin: 0;
}
h4, .entry-content h4 {
  font-weight: 800;
  font-size: 16px;
  line-height: 1rem;
  margin-top: 32px;
  margin-bottom: 14px;
  text-align: center;
}
.entry-content h4.margin-none, h4.margin-none {
  margin-top: 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {
  margin-top: 0;
}
p {
  margin-bottom: 18px;
}
p.margin-none {
  margin: 0;
}
.entry-content p:last-child, .entry-content ul:last-child {
  margin-bottom: 0;
}
p:last-child, .entry-content ul:last-child {
  margin-bottom: 0;
}
.content_type_header h1 + p {
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}
span.caps {
  text-transform: uppercase;
  letter-spacing: 0.015em;
}
span.underline {
  border-bottom: 1px solid;
}
p.small {
  font-size: 12px;
  line-height: 1rem;
}
.entry-content p.small a,
.entry-summary p.small a,
.page-content p.small a,
.comment-content p.small a {
  border-width: 1px;
}
p.medium {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 1em;
}
.column p:empty {
  display: none;
}
.column p:empty + h3 {
  margin-top: 0;
}
#buddypress p.small a.button,
p.small a.button {
  font-size: 12px;
  line-height: 0.75;
}

@media screen and (max-width: 38.75em) {
  h1, .entry-content h1 {
    font-size: 2rem;
  }
  h2, .entry-content h2 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

/*
// LINK & BUTTONS
*/

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
  color: #000;
  border-bottom: 2px solid #26bcd7;
  transition: border 0.3s;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
  color: #000;
  border-bottom: 2px solid transparent;
}
.entry-content a.moretag {
    text-transform: uppercase;
    font-weight: bold;
    color: #26bcd7;
    text-decoration: none;
    border: none;
    font-size: 14px;
}
.entry-content a.moretag:hover {
    color: black;
}
a.button {
  display: inline-block;
  padding: 6px 10px 8px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #26bcd7;
  transition: color 0.3s;
  cursor: pointer;
}
a.button:hover, a.button:focus {
  border: 2px solid #26bcd7;
  color: #26bcd7;
}
a.button:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 0;
  top: -0.045454545em;
  margin-left: 0.18181818em;
  width: 0.36363636em;
  height: 0.36363636em;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari */
  transform: rotate(45deg);
  border-top: 2px solid #26bcd7;
  border-right: 2px solid #26bcd7;
  transition: left 0.3s 0.05s;
}
a.button:hover:after, a.button:focus:after {
  left: 0.18181818em;
}
a.button.back:after {
  display: none;
}
a.button.back:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: 0;
  top: -0.045454545em;
  margin-right: 0.18181818em;
  width: 0.36363636em;
  height: 0.36363636em;
  -ms-transform: rotate(225deg); /* IE 9 */
  -webkit-transform: rotate(225deg); /* Safari */
  transform: rotate(225deg);
  border-top: 2px solid #26bcd7;
  border-right: 2px solid #26bcd7;
  transition: right 0.3s 0.05s;
}
a.button.back:hover:before, a.button:focus:before {
  right: 0.18181818em;
}
a.button.black, a.button.black:after {
  border-color: #000;
  opacity: 1;
  transition: all 0.3s;
}
a.button.black:hover {
  opacity: 0.5;
  color: #000;
}
a.button.white, a.button.white:after {
  border-color: #fff;
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
}
a.button.white:hover {
  opacity: 0.5;
  color: #fff;
}
a.button.small {
  font-size: 15px;
  padding-bottom: 0.45em;
}
a.button.link {
  text-transform: none;
}
a.homepage_cta_next {
  font-size: 21px;
  line-height: 26px;
  color: #26bcd7;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  transition: color 0.3s;
  letter-spacing: 0.02em;
}
a.homepage_cta_next:after {
  content: '';
  display: inline-block;
  width: 0.333em;
  height: 0.333em;
  position: relative;
  top: -0.15em;
  left: 0.25em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s;
}
a.homepage_cta_next span {
  font-weight: 300;
  color: #26bcd7;
}
a.homepage_cta_next:hover {
  color: #000;
  border: 0;
}
a.homepage_cta_next:hover:after {
  border-color: #000;
  left: 0.33333em;
}

/*
// PAGE + RIGHT SIDEBAR: Structure, styling
*/

.hentry + .hentry {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.posts-wrapper {
    display: flex;
}
.posts-container {
  /*flex: 0 0 73%;*/
  width: calc(100% - 250px);
}
.sidebar-container {
    /*flex: 0 0 27%;*/
    width: 250px;
    border-left: 1px solid black;
}
.sidebar-container .widget {
    display: block;
    margin: 0 18px;
    padding: 24px 0 24px;
    width: calc(100% - 36px);
}
.sidebar-container .right-column h2 {
  margin: 0 18px 18px !important;
  padding: 24px 0 0;
}
.sidebar-container .right-column h2:not(:first-of-type) {
  border-top: 1px solid #ddd;
}
.sidebar-container .right-column ul.recent-call-list {
  margin: 0 18px;
  padding: 0 0 24px;
  font-size: 14px;
  line-height: 16px;
  list-style-type: none;
}
.sidebar-container .right-column ul.recent-call-list li:not(:last-child) {
  margin-bottom: 12px;
}
.sidebar-container .right-column ul.recent-call-list h4 {
  letter-spacing: unset !important;
  text-align: left;
  text-transform: none !important;
  font-size: 14px !important;
  line-height: 16px !important;
  margin: 0 !important;
  font-weight: 600 !important;
}
.sidebar-container .right-column ul.recent-call-list h4 a {
  color: #000;
  transition: color 0.3s;
}
.sidebar-container .right-column ul.recent-call-list h4 a:hover {
  color: #26bcd7;
}
.sidebar-container .right-column ul.recent-call-list li.see-all a {
  font-weight: 700;
  color: #26bcd7;
  letter-spacing: 0.02em;
  transition: color 0.3s;
}
.sidebar-container .right-column ul.recent-call-list li.see-all a:hover {
  color: #000;
}
.sidebar-container .right-column p.none-yet {
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 0;
  padding: 0 0 24px;
  font-size: 14px;
  line-height: 16px;
}
.sidebar-container .widget:not(:first-of-type) {
    border-top: 1px solid #ddd;
}
.sidebar-container .widget form label {
  display: block;
}
.sidebar-container .widget input,
.sidebar-container .widget textarea {
  color: #000;
  font-family: 'urw-din';
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #bbb;
  background-color: #fff;
  padding: 4px 6px 6px;
}
.sidebar-container h2.widget-title,
.sidebar-container .right-column h2,
.widget-area.columns h2.widget-title {
  font-size: 22px;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin: 0 0 16px;
}
.widget-area.columns h2.widget-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.sidebar-container .widget input::placeholder {
  color: #000;
  font-family: 'urw-din';
}
.sidebar-container .widget,
.sidebar-container .widget p,
.widget-area.columns .widget,
.widget-area.columns .widget p {
  font-size: 14px;
  line-height: 16px;
}
.sidebar-container .widget p,
.widget-area.columns .widget p {
  margin-bottom: 8px;
}
.sidebar-container .widget p:last-child,
.widget-area.columns .widget p:last-child {
  margin-bottom: 0;
}
.sidebar-container .widget ol,
.sidebar-container .widget ul,
.widget-area.columns .widget ol,
.widget-area.columns .widget ul {
  margin: 0;
  list-style-type: none;
}
.sidebar-container .widget li,
.widget-area.columns .widget li {
  padding-left: 22px;
  margin-bottom: 8px;
  position: relative;
}
.sidebar-container .widget li:last-child,
.widget-area.columns .widget li:last-child {
  margin-bottom: 0;
}
.sidebar-container .widget ol li,
.widget-area.columns .widget ol li {
  counter-increment: step-counter;
}
.sidebar-container .widget ol li:before,
.widget-area.columns .widget ol li:before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #26bcd7;
}
.sidebar-container .widget ul li:before,
.widget-area.columns .widget ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  background-color: #26bcd7;
  width: 0.3333em;
  height: 0.3333em;
}
.textwidget a {
  border: 0;
  font-weight: 700;
  color: #26bcd7;
  transition: color 0.3s;
}
.textwidget a:hover {
  color: #000;
}
.sidebar-container .slide_gallery {
  margin-bottom: 1em;
}

/*
// POSTS
*/

.post-thumbnail img {
    object-fit: cover;
    min-height: 100%;
    max-width: 100%;
}
.post-thumbnail {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 20px 0 0;
    flex: 0 0 75px;
}
.single .post-thumbnail {
  margin: 5px 20px 0 0;
}
.entry-header {
  align-items: center;
  display: flex;
  padding: 10px 0 20px;
}
.single .entry-header {
  align-items: flex-start;
}
.entry-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  text-align: left;
}
.single .entry-title {
    font-weight: normal;
    font-size: 38px;
    line-height: 1;
}
.entry-date {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1px;
    color: #777;
}
.entry-header-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.entry-content ul {
  list-style-type: none;
}
.entry-content ul li,
.entry-content ol li {
  padding-left: 34px;
  position: relative;
}
.entry-content ul li:before {
  content: '\2022';
  font-weight: 800;
  position: absolute;
  left: 8px;
  color: #26bcd7;
}
.entry-content ol {
  counter-reset:li;
}
.entry-content div > ol:last-child {
  margin-bottom: 0;
}
.entry-content ol li {
  list-style-type: none;
}
.entry-content ol li:before {
  content:counter(li);
  counter-increment:li;
  position: absolute;
  left: 8px;
  font-weight: 800;
  color: #26bcd7;
}
.entry-content .column ol,
.entry-content .column ul {
  padding-left: 0;
  padding-right: 0;
}
.single-entry-meta {
  display: flex;
  align-items: center;
}
.social-icons {
  list-style-type: none;
  margin: 0 0 0 auto;
  padding: 0;
  width: 225px;
  text-align: right;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.social-icons li a {
  display: block;
  color: white;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  color: white;
  background: #26bcd7;
  position: relative;
  z-index: 1;
}
.social-icons li a i {
  position: relative;
  z-index: 0;
}
.social-icons li a:hover {
  background: black;
}
.post-navigation .meta-nav {
  font-size: 13px;
  color: rgba(76, 93, 193, 1);
  opacity: 1;
  letter-spacing: 0;
  font-weight: bold;
}
.post-navigation a:hover .meta-nav {
  color: black;
}
.post-navigation div + div {
  border: none;
}
.post-navigation {
    box-shadow: 0 0 0;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    border-top:  0;
    margin-top: 40px;
}
body:not(.single-post) .post-navigation {
    margin-top: 12px;
    margin-left: 8.3333%;
    margin-right: 8.3333%;
}
@media screen and (max-width: 954px) {
  body:not(.single-post) .post-navigation {
    margin-left: 0;
    margin-right: 0;
    padding: 0 !important;
  }
}
.post-navigation a {
    padding: 0;
}
.post-navigation .nav-previous .meta-nav:before {
    content: "< ";
    font-weight: normal;
    position: relative;
    top: -1px;
    margin-right: 5px;
}
.post-navigation .nav-next .meta-nav:after {
  content: " >";
    font-weight: normal;
    position: relative;
    top: -1px;
    margin-left: 5px;
}
.center {
  text-align: center;
}

/*
// PAGE LAYOUT: Left sidebar
*/

.site-header {
  background-color: #fff;
  border-bottom: 0;
  padding: 16px;
}
.site-description {
  color: #000;
  opacity: 1;
  font-weight: 300;
  line-height: 22px;
}
#secondary .widget_nav_menu .sub-menu {
  margin: 0;
  padding-top: 0;
  border-top: 0;
}
#secondary .widget_nav_menu .menu-item-has-children:not(.current-menu-item):not(.current-menu-ancestor) .sub-menu {
  display: none;
}
@media screen and (max-width: 954px) {
  .custom-logo {
    max-height: none;
    width: 10rem;
  }
  .site-branding {
    min-height: none;
    padding-right: 74px;
  }
  .site-description {
    font-size: 22px;
  }
  .smo .custom-logo {
    width: 80px;
  }
  .smo .site-description {
    display: inline-block;
    width: calc(100% - 85px);
    padding-left: 10px;
    vertical-align: middle;
    margin: 0;
  }
}
.secondary-toggle {
  border: 2px solid #fff !important;
  height: 50px;
  width: 50px;
  transition: border 0.3s;
}
.secondary-toggle:hover {
  border: 2px solid #26bcd7 !important;
}
.secondary-toggle:before {
  line-height: 46px;
  width: 46px;
  font-size: 26px;
  color: #26bcd7;
}
.secondary.toggled-on {
  border: 0;
}
@media screen and (max-width: 954px) {
  .site-header {
    /* margin-bottom: 16px; */
  }
  .secondary {
    padding: 0 16px 16px;
    margin: 0;
    box-shadow: none;
  }
  .main-navigation, .secondary .widget-title, .secondary .widget_nav_menu, #page_nav_wrap ul li a {
    font-size: 1rem;
    line-height: 26px;
    display: block;
  }
  #page_nav_wrap ul {
    padding: 0 0 0.5em;
    line-height: 26px !important;
    margin-left: 0;
  }
  .secondary .widget-area {
    margin-top: 0;
  }
  .secondary .widget-title {
    margin-bottom: 0;
  }
  .main-navigation, .secondary .widget {
     margin-bottom: 0;
  }
  .secondary .widget_nav_menu:last-of-type #menu-utility-nav {
    padding-top: 0.5em !important;
    /* border-top: 0 !important; */
  }
  div#content,
  .posts-wrapper {
  flex-direction: column;
  }
  .posts-wrapper {
    padding: 0;
  }
  div#primary {
  width: 100%;
  }
  .posts-container,
  .sidebar-container {
  /* flex: 0 0 100%; */
  width: 100%;
  }
  .posts-container {
    padding: 0 32px !important;
  }
  .sidebar-container {
    border-top: 1px solid;
    border-left: 0;
  }
  .sidebar-container .widget {
    margin: 0;
    width: 100%;
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .hentry {
    margin: 0;
    /*padding-top: 3.85%;*/
  }
  .social-icons {
    width: 265px;
    padding-top: 10px;
  }
}
.main-navigation {
  line-height: 26px;
}
.main-navigation li, .main-navigation ul, .secondary .widget_nav_menu ul li {
  border: 0;
}
.main-navigation li a, .secondary .widget_nav_menu ul li, .secondary .widget_nav_menu ul li a {
  padding: 0;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.015em;
  transition: all 0.2s;
  /*line-height: 21px;*/
}
.main-navigation li, .secondary .widget_nav_menu ul li {
  text-indent: -14px;
  margin-left: 14px;
}
.secondary .widget_nav_menu ul li.current-menu-item > a,
.secondary .widget_nav_menu ul.sub-menu li.current-menu-item > a,
.main-navigation li.current-menu-item a, .main-navigation li a:hover,
.secondary .widget_nav_menu ul li a:hover,
#page_nav_wrap ul li a:hover {
  color: #26bcd7;
}
.main-navigation li a:before, .secondary .widget_nav_menu ul li a:before {
  content: '\2013';
  color: #26bcd7;
  transition: opacity 0.15s 0.2s;
  margin-right: 4px;
}
.main-navigation li a:hover:before,
.secondary .widget_nav_menu ul li a:hover:before,
#page_nav_wrap ul li a:hover:before {
  opacity: 0;
}
#site-navigation li a:hover:before {
  /* opacity: 1; */
}
.secondary .widget_nav_menu ul.sub-menu li > a:before {
  transition: all 0.3s;
}
.secondary .widget_nav_menu ul.sub-menu li > a:hover:before {
  background-color: transparent !important;
}
.secondary .widget-title {
  color: #000;
  letter-spacing: 0;
  text-align: left;
  line-height: 22px;
  text-transform: none;
  font-weight: 300;
}
.secondary .widget_nav_menu:last-of-type .widget-title {
  display: none;
}
.secondary .widget_nav_menu:last-of-type #menu-utility-nav {
  /* border-top: 1px solid #000; */
  /* padding-top: 9px; */
  margin-bottom: 0.75em;
}
.secondary .widget_nav_menu:last-of-type #menu-utility-nav li:nth-of-type(n + 1), #site-navigation li:nth-of-type(n + 2) {
  margin-top: 4px;
}
.secondary .sub-menu li {
  line-height: 1em;
  margin: 0 0 4px;
}
.secondary ul.sub-menu li a {
  font-weight: 400;
}
.secondary ul.sub-menu li a:before {
  content: '';
  width: 6px;
  height: 6px;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px;
  background-color: #26bcd7;
  display: inline-block;
}
.secondary .sub-menu li:last-child {
  margin-bottom: 2px;
}
@media screen and (min-width: 46.25em) {
  .widget-title {
    margin: 0;
  }
  .widget ul {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 59.6875em) {
  .main-navigation {
    line-height: 18px;
  }
  .sidebar {
    box-sizing: border-box;
    /* padding-right: 0.5rem; */
    width: 300px;
    position: fixed;
  }
  .sidebar.stuck {
    position: absolute !important;
    top: 0;
  }
  .admin-bar .sidebar.stuck {
    top: 30px !important;
  }
  .site-header {
    border-bottom: 0;
    margin: 0;
    padding: 14px 14px 0;
  }
  .smo .site-header {
    padding-bottom: 2px;
  }
  .site-header a[class*=logo] {
    display: inline-block;
    width: 229px;
  }
  .smo .site-header a[class*=logo] {
    display: inline-block;
    width: 100px;
  }
  .site-description {
    font-size: 1rem;
    margin-top: calc(2/3 * 1rem);
    max-width: 12rem;
  }
  .smo .site-branding {
    text-align: center;
  }
  .smo .site-description {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 22px;
    max-width: 100%;
  }
  .main-navigation, .secondary .widget_nav_menu {
    font-size: 15px;
    margin: 18px 0 0;
    padding: 0 14px;
    line-height: 18px;
  }
  .secondary .widget_nav_menu:last-of-type {
    margin: 0;
    position: fixed;
    bottom: 4px;
    max-width: 300px;
    width: 300px;
  }
  .sidebar.stuck .secondary .widget_nav_menu:last-of-type {
    bottom: auto;
    margin-top: 1em;
    position: absolute;
  }
  .secondary .widget-title {
    font-size: 15px;
    line-height: 18px;
  }
  .secondary .widget_nav_menu {
    margin-top: 18px;
  }
  .site-content {
    margin-left: 300px;
    border-left: 1px solid #000;
    width: calc(100% - 300px);
  }
}

/*
// ELEMENT: Community switcher
*/

body:not(.non_community_page) #site-navigation {
  display: none;
}
a#community_switcher_dropdown_toggle {
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 1em;
  text-transform: uppercase;
  color: #26bcd7;
  transition: all 0.3s;
  position: relative;
  padding-left: 1em;
}
a#community_switcher_dropdown_toggle:hover {
  color: #000000;
}
a#community_switcher_dropdown_toggle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  background-color: transparent;
  width: 5px;
  height: 5px;
  border-top: 1px solid #26bcd7;
  border-right: 1px solid #26bcd7;
  transform: rotate(45deg);
  transition: all 0.3s;
}
a#community_switcher_dropdown_toggle:hover:before {
  border-color: #000;
}
a#community_switcher_dropdown_toggle:not(.closed) {
  color: #000;
}
a#community_switcher_dropdown_toggle:not(.closed):before {
  transform: rotate(135deg);
  left: 2px;
  border-color: #000;
}
div[class*='menu-board-nav'] {
  margin-top: 1rem;
}
#community_switcher_dropdown ul {
  margin: 0;
  position: absolute;
  top: 30px;
  left: 14px;
  right: 14px;
  background-color: #fff;
  max-height: 12.25rem;
  overflow-y: scroll;
  z-index: 15;
}
#community_switcher_dropdown ul li:last-child {
  margin-bottom: 0;
}
#community_switcher_dropdown ul::-webkit-scrollbar {
  width: 8px;
  transition: all 0.3s;
  cursor: pointer;
}
#community_switcher_dropdown ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
#community_switcher_dropdown ul::-webkit-scrollbar-thumb {
  background: #dfdfdf; 
}
#community_switcher_dropdown ul::-webkit-scrollbar-thumb:hover {
  /*background: #26bcd7;*/
}
#community_switcher_dropdown ul li {
  padding: 0;
  margin: 0;
}
#community_switcher_dropdown ul li:nth-of-type(n + 2) {
  margin-top: 4px;
}
#page_nav_wrap #community_switcher_dropdown ul li a {
  background-color: #eaeaea;
  font-weight: 600;
  padding: 3px 6px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: padding 0.3s;
}
#page_nav_wrap #community_switcher_dropdown ul li a:hover {
  padding-left: 8px;
}
#page_nav_wrap #community_switcher_dropdown ul li a:before {
  font-size: 0;
  width: 4px;
  height: 24px;
  position: absolute;
  left: -4px;
  transition: left 0.3s;
  top:  0;
  bottom: 0;
}
#page_nav_wrap #community_switcher_dropdown ul li a:hover:before {
  left: 0;
  opacity: 1;
}
.smo #page_nav_wrap {
  text-align: center;
}
.smo #community_switcher_dropdown_toggle {
  margin-bottom: 1rem;
  display: inline-block;
}
.smo div[class*='nav-container'] {
  text-align: left;
}
.smo #community_switcher_dropdown {
  text-align: left;
}

@media screen and (max-width: 954px) {
  .main-navigation li,
  .secondary .widget_nav_menu ul li {
    margin-left: 0;
  }
  .main-navigation li a,
  .secondary .widget_nav_menu ul li a,
  #community_switcher_dropdown ul a,
  #page_nav_wrap ul li a {
    display: block;
    /* border-top: 1px solid #eaeaea; */
    padding: 0.25em 1em 0.25em 1em;
    transition: all 0.3s;
  }
  #page_nav_wrap #community_switcher_dropdown ul li a,
  #page_nav_wrap ul li a {
    padding: 0.25em 1em !important;
    background-color: #fff;
    transition: all 0.3s;
  }
  #page_nav_wrap #community_switcher_dropdown ul li a:before,
  #page_nav_wrap ul li a:before {
    content: '\2013';
    color: #26bcd7;
    position: static;
    font-size: 18px;
    opacity: 1;
    transition: opacity 0.15s 0.2s;
    margin-right: 6px;
    margin-left: -15px !important;
  }
  #page_nav_wrap ul.sub-menu li a {
    position: relative;
  }
  #page_nav_wrap ul.sub-menu li a:before {
    margin-left: 0 !important;
  }
  #page_nav_wrap #community_switcher_dropdown ul li a:hover:before,
  #page_nav_wrap ul li a:hover:before {
    opacity: 0;
  }
  .main-navigation li a:hover,
  .secondary .widget_nav_menu ul li a:hover,
  #page_nav_wrap #community_switcher_dropdown ul li a:hover,
  #page_nav_wrap ul li a:hover {
    background-color: #f1f1f1;
  }
  .secondary .widget_nav_menu:last-of-type #menu-utility-nav li:nth-of-type(n + 1), #site-navigation li:nth-of-type(n + 2) {
    margin-top: 0;
  }
  #community_switcher_dropdown ul {
    max-height: 100%;
  }
  #community_switcher_dropdown ul li {
    margin: 0 !important;
  }
  #community_switcher_dropdown ul li:first-child a {
    border-top: 0;
  }
  #community_switcher_dropdown ul::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  div[class*='menu-board-nav'] {
    margin-top: 0.5rem;
  }
}

/*
// PAGE LAYOUT: Content blocks & main body column
*/

body {
  background-color: #fff;
}
body:before {
  display: none;
}
.hentry, .page-header, .page-content {
  box-shadow: none !important;
}
.page, .site-main, .entry-content {
  padding: 0;
  margin:  0;
}
.content_type_text {
  margin: 0 8px;
}
.content_block_hr_divider {
  margin: 0 8px;
  border-bottom: 1px solid #dfdfdf;
}
.content_block_hr_divider:last-child {
  border-bottom: 0;
}
.content_block_content_wrap {
  display: block;
  max-width: 44rem;
  box-sizing: border-box;
  padding: 28px 6px;
  margin: 0 auto;
}
.content_block.full_width .content_block_content_wrap {
  max-width: unset;
}
.content_block.full_height .content_block_content_wrap {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.content_block.full_width.full_height .content_block_content_wrap {
  max-width: unset;
}
.content_block.full_width.full_height .content_block_content_wrap p {
  padding: 0;
}
.content_type_header .content_block_content_wrap {
  padding-top: 60px;
  padding-bottom: 56px;
}
.content_type_color {
  padding-left: 8px;
  padding-right: 8px;
}
.content_type_text:not(.content_block_hr_divider) + .content_type_text:not(.content_block_hr_divider) .content_block_content_wrap {
  padding-top: 12px !important;
}
@media screen and (max-width: 954px) {
  .content_block {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 38.75em) {
  .content_block_content_wrap h1,
  .content_block_content_wrap h2,
  .content_block_content_wrap h3,
  .content_block_content_wrap h4,
  .content_block_content_wrap h5,
  .content_block_content_wrap p,
  .content_block_content_wrap ul,
  .content_block_content_wrap ol,
  .content_block_content_wrap img {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .content_block.normal_width_lock .content_block_content_wrap .column-group {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .content_block_content_wrap p > img {
    padding-left: 0;
    padding-right: 0;
  }
  .content_block_content_wrap p.wide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.content_block.content_type_header h1,
.content_block.content_type_header h2,
.content_block.content_type_header h3,
.content_block.content_type_header h4,
.content_block.content_type_header h5,
.content_block.content_type_header p,
.content_block.content_type_header img {
  color: #fff;
}
.content_block_content_wrap ul li ul,
.content_block_content_wrap ol li ol,
.content_block_content_wrap ul li ol,
.content_block_content_wrap ol li ul {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}
.content_block.content_type_header.community_header .column {
  display: inline-block;
  float: none;
  width: 100%;
  padding: 0.5em;
  vertical-align: middle;
  color: #fff;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
}
.content_block.content_type_header.community_header .column:first-child {
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 1em;
}
.content_block.content_type_header.community_header .column:last-child {
  padding-right: 1em;
  padding-left: 1em;
}
.content_block.content_type_header.community_header h2 {
  margin: 1em 0;
  text-align: left;
}
.community_header .column img {
  max-width: 100%;
  max-height: 102px;
  display: block;
  margin: 0 auto;
}
.community_header.smo .column:first-child {
  padding-right: 2em;
  text-align: right;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.community_header.smo img {
  max-height: 160px;
}
.community_header.logo_threeline img {
  height: 147px;
  max-height: 147px;
}
.community_header.logo_threeline.logo_wide img {
  height: 126px;
  max-height: 126px;
}
.community_header h3.tagline {
  text-align: center;
  font-size: 1rem;
  line-height: 1.2222222em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-top: 1px solid;
  max-width: 36rem;
  margin: 1.5rem auto -0.5em;
  padding-top: 1rem;
}
.home-page .content_block.content_type_header .content_block_content_wrap {
  max-width: 800px;
  padding-left: 14px;
  padding-right: 14px;
}
.content_block.content_type_header h1.hello {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 400;
  line-height: 4.85em;
  width: 5.125em;
  height: 5em;
  margin: 0 auto;
  padding: 0 0 0 0.125em;
  text-align: center;
  border: 1px solid ;
  display: inline-block;
}
.content_block.content_type_header h1.hello.circle {
  width: 5.125em;
  border-radius: 50%;
}
.content_block.content_type_header h1.hello:after {
  display: none;
}
.content_block.content_type_header h1.hello + h2 {
  padding: 0;
  font-size: 44px;
  line-height: 44px;
  font-weight: 300;
  margin-bottom: 0;
  display: inline-block;
  width: calc(100% - 4.5em);
  text-align: left;
  padding-left: 0.6666em;
  vertical-align: middle;
  margin-top: -0.3333em;
}
.content_block.content_type_header h1.hello + h2 strong {
  font-weight: 600;
}

@media screen and (max-width: 1100px){
  .community_header.logo_threeline.logo_wide img {
    height: 120px;
    max-height: 120px;
  }
}
@media screen and (max-width: 720px) {
  .content_block.content_type_header.community_header .column:first-child {
    margin-right: 0;
  }
  .content_block.content_type_header h1.hello {
    display: block;
    margin: 0 auto;
    font-size: 30px;
    line-height: 4.8888888em;
  }
  .content_block.content_type_header h1.hello + h2 {
    display: block;
    margin: 0.5em auto 0;
    font-size: 36px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
.content_block.content_type_header .column h1,
.content_block.content_type_header .column p.title {
  text-align: left;
  font-size: 44px !important;
  line-height: 48px !important;
  font-weight: 200;
  margin: 0.25em 0;
}
.content_block.content_type_header .column h1:after {
  display: none;
}
.content_block.content_type_header.community_header.news h1 {
  font-size: 1.2222rem;
  line-height: 1.1364;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 0.81818em;
}
.content_block.content_type_header.community_header.news p {
  font-size: 1.777777778rem;
  line-height: 1.125;
  text-align: left;
  margin-bottom: 0;
  color: #000;
  font-weight:  bold;
  max-width: 20em;
}
.content_block.content_type_header.meeting_schedule .column h1,
.content_block.content_type_header.meeting_schedule .column p.title {
  text-align: center;
  font-size: 32px !important;
  line-height: 36px !important;
  font-weight: 300;
  margin: 0.5em 0 0;
}
.content_block.content_type_header.meeting_schedule .column img {
  max-height: 70px;
}
.entry-content .page_nav li:before,
.site-main .page_nav li:before,
.site-content .page_nav li:before {
  display: none;
}
.menu-board-switcher-nav-container {
  margin-top: 18px;
}
#page_nav_wrap {
  border-bottom:  1px solid #fff;
  padding: 0 14px 16px;
  /* margin-top: 0.5rem; */
  background-color: white;
  position: relative;
}
#page_nav_wrap ul {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0;
}
#page_nav_wrap ul li {
  margin-bottom: 4px;
  padding-left: 1px;
  padding-right: 4px;
  list-style-type: none;
  position: relative;
  font-weight: 500;
}
#page_nav_wrap ul li.home a {
  font-weight: 800;
}
#page_nav_wrap ul li a {
  color: #000;
  font-weight: 600;
  transition: all 0.3s;
}
#page_nav_wrap ul li a:before {
  content: '\2013';
  color: #26bcd7;
  transition: opacity 0.15s 0.2s;
  margin-right: 4px;
}
#page_nav_wrap ul li.home,
#page_nav_wrap ul li.shortlist {
  display: block;
  padding-left: 0;
  z-index: 10;
  width: calc(100% - 1rem);
  margin-bottom: 6px;
}
#page_nav_wrap ul li.shortlist {
  margin-top: 1em;
}
#page_nav_wrap ul li.home a:before,
#page_nav_wrap ul li.shortlist a:before {
  display: none;
}
#page_nav_wrap ul .sub-menu {
  margin-left: 0.5rem;
}
#page_nav_wrap ul .sub-menu li {
  margin-top: 4px;
  padding-left: 1em;
  padding-right: 2em;
}
#page_nav_wrap ul .sub-menu li a {
  font-weight: 400;
}
#page_nav_wrap ul .sub-menu li a:before {
  position: absolute;
  left: 3px;
}
#page_nav_wrap ul li.news {
  border-top: 1px solid #dfdfdf;
  margin-top: calc(1em - 4px);
  padding-top: calc(2/3 * 1em);
}
.entry-content .page_nav,
.site-main .page_nav,
.site-content .page_nav {
  text-align: right;
  margin: 0;
}
.entry-content .page_nav li,
.site-main .page_nav li,
.site-content .page_nav li {
  padding: 0;
  display: inline-block;
  margin: 0 4px;
}
.entry-content .page_nav li a,
.site-main .page_nav li a,
.site-content .page_nav li a {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.18px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  padding: 3px 6px 6px;
  margin: 0 2px;
  transition: border 0.3s;
}
.entry-content .page_nav li.current-menu-item a,
.site-main .page_nav li.current-menu-item a,
.site-content .page_nav li.current-menu-item a,
.single-post .site-content .page_nav li.news a,
.entry-content .page_nav li.current-page-ancestor:not(.home) a,
.site-main .page_nav li.current-page-ancestor:not(.home) a,
.site-content .page_nav li.current-page-ancestor:not(.home) a {
  border-color: #fff;
}
.entry-content .page_nav li a:hover,
.site-main .page_nav li a:hover,
.site-content .page_nav li a:hover {
  border-color: #fff;
}
.entry-content .page_nav li.button a,
.site-main .page_nav li.button a,
.site-content .page_nav li.button a {
  border-color: #fff;
  background-color: #fff;
}
.page_nav li.button a {
  padding-right: 1.5em;
  position: relative;
}
.page_nav li.button a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  right: 0.6em;
  top: 0.55em;
  border: 1px solid transparent;
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
  transition: right 0.3s;
}
.page_nav li.button a:hover:after {
  right: 0.3333em;
}
.entry-content .section_nav li:before,
.site-main .section_nav li:before,
.site-content .section_nav li:before {
  display: none;
}
.entry-content .section_nav,
.site-main .section_nav,
.site-content .section_nav {
  text-align: left;
  margin: 0;
  border-top:  1px solid #fff;
  border-bottom: 1px solid #000;
  padding: 8px 0 10px 2px;
  background-color: #fff;
}
.entry-content .section_nav li,
.site-main .section_nav li,
.site-content .section_nav li {
  display: inline-block;
  padding: 0 12px 0 0;
  margin: 0 0 0 9px !important;
  border-right: 1px solid #dddddd;
  line-height: 18px;
}
.section_nav li.button {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.entry-content .section_nav li a,
.site-main .section_nav li a,
.site-content .section_nav li a {
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  border: 0;
  color: #000;
  padding: 0 0 6px;
  margin: 0;
  transition: border 0.3s;
}
.entry-content .section_nav li.current-menu-item a,
.site-main .section_nav li.current-menu-item a,
.site-content .section_nav li.current-menu-item a,
.single-post .site-content .section_nav li.news a {
  color: #26bcd7;
}
.entry-content .section_nav li a:hover,
.site-main .section_nav li a:hover,
.site-content .section_nav li a:hover {
  color: #26bcd7;
}
.entry-content .section_nav li.button a,
.site-main .section_nav li.button a,
.site-content .section_nav li.button a {
  padding-left: 6px;
  padding-bottom: 5px;
  padding-top: 3px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #26bcd7;
}
.section_nav li.button a {
  padding-right: 1.5em;
  position: relative;
}
.section_nav li.button a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  right: 0.6em;
  top: 0.6em;
  border: 1px solid #fff;
  transform: rotate(45deg);
  border-bottom: 0;
  border-left: 0;
  transition: right 0.3s;
}
.section_nav li.button a:hover:after {
  right: 0.3333em;
}
@media screen and (max-width: 954px) {
  #page_nav_wrap {
    margin-top: 0;
    padding: 0 16px;
    border-bottom: 0;
  }
  #page_nav_wrap #community_switcher_dropdown ul {
    /* position: static; */
    /* border-top: 1px solid; */
    display: none !important;
  }
  #community_switcher_dropdown_toggle {
    display: none !important;
  }
  #page_nav_wrap ul li {
    margin: 0;
  }
  #page_nav_wrap ul li.news {
    margin-top: 0;
    padding-top: 0;
    border-color: #bababa;
  }
  #page_nav_wrap ul li.news a {
    border-top: 0;
  }
  #page_nav_wrap.toggle-closed {
    display: none;
  }
  #page_nav_wrap ul .sub-menu {
    margin: 0;
  }
  #page_nav_wrap ul .sub-menu li {
    margin: 0;
    position: relative;
    /* padding-left: 1.75em !important; */
  }
  #page_nav_wrap ul .sub-menu li a {
    /* padding-left: 1.75em !important; */
  }
  #page_nav_wrap ul li.home {
    z-index: 10;
    width: 100%;
    margin-bottom: 0;
  }
  #page_nav_wrap ul li.home a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* border-top: 1px solid; */
  }
}
/* landing page header styles */
.page-template-template-landingpage .site-branding {
  min-height: 2em;
  padding-right: 60px;
  display: block;
  position: relative;
  text-align: left;
}
.page-template-template-landingpage .sidebar {
  width: auto;
  max-width: 100%;
}
.page-template-template-landingpage {
  opacity: 0;
}
.page-template-template-landingpage .secondary {
  background-color: #fff;
  display: none;
  padding: 0 7.6923%;
}
.page-template-template-landingpage .site-header {
  padding: 16px;
}
.page-template-template-landingpage .secondary.toggled-on {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: block;
}
.page-template-template-landingpage .custom-logo {
  max-height: 3rem;
  width: auto;
}
.page-template-template-landingpage .site-branding {
  min-height: none;
  padding-right: 74px;
}
.page-template-template-landingpage .site-description {
  font-size: 22px;
}
.page-template-template-landingpage.smo .site-header a[class*=logo] {
  display: inline-block;
  width: 50px;
}
.page-template-template-landingpage.smo .custom-logo {
  width: 50px;
}
.page-template-template-landingpage.smo .site-description {
  display: inline-block;
  width: calc(100% - 65px);
  padding-left: 10px;
  vertical-align: middle;
  margin: 0;
  display: none;
}
@media screen and (max-width: 1100px) {
  .page-template-template-landingpage .content_type_header .content_block_content_wrap {
    padding-top: 28px;
    padding-bottom: 32px;
  }
  .page-template-template-landingpage .content_block.content_type_header.community_header .column:first-child {
    display: block;
    border-right: 0 !important;
    border-bottom: 1px solid #fff;
    max-width: 3000px !important;
    width: auto !important;
    padding: 0 2em 1rem !important;
    box-sizing: border-box;
    margin: 0 auto !important;
  }
  .page-template-template-landingpage .community_header .column img {
    max-width: 100%;
    height: auto;
    max-height: auto;
    display: block;
    margin: 0 auto;
  }
  .page-template-template-landingpage .content_block.content_type_header.community_header .column:last-child {
    width: 100% !important;
    padding: 0.5em 0 0 !important;
    text-align: center !important;
    border-left: 0 !important;
  }
  .page-template-template-landingpage .content_block.content_type_header.community_header .column:last-child h1,
  .page-template-template-landingpage .content_block.content_type_header.community_header .column:last-child h2,
  .page-template-template-landingpage .content_block.content_type_header .column p.title,
  .page-template-template-landingpage .content_block.content_type_header.community_header .column-span-2 h1,
  .page-template-template-landingpage .content_block.content_type_header.community_header .column-span-2 h2 {
    text-align: center !important;
  }
  .page-template-template-landingpage .content_block.content_type_header.community_header h2 {
    margin-bottom: 0 !important;
  }
}
.page-template-template-landingpage .site-content {
  margin-left: 0;
  border-left: none;
  width: 100%;
}
.page-template-template-landingpage .site-footer {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  display: block;
}
.page-template-template-landingpage .secondary .widget_nav_menu:last-of-type {
  margin: 0;
  position: static;
  max-width: none;
  padding: 0;
  width: 100%;
}
.page-template-template-landingpage .site-description {
  font-size: 1rem;
  margin-top: calc(2/3 * 1rem);
  max-width: none;
  display: none; /* changing branding from parent to child */
}
.page-template-template-landingpage #page_nav_wrap {
  margin-top: 0;
  padding: 0 16px;
  border-bottom: 0;
}
.page-template-template-landingpage #page_nav_wrap #community_switcher_dropdown ul {
  /* position: static; */
  /* border-top: 1px solid; */
  display: none !important;
}
.page-template-template-landingpage #community_switcher_dropdown_toggle {
  display: none !important;
}
.page-template-template-landingpage #page_nav_wrap ul li {
  margin: 0;
}
.page-template-template-landingpage #page_nav_wrap ul li.news {
  margin-top: 0;
  padding-top: 0;
  border-color: #bababa;
}
.page-template-template-landingpage #page_nav_wrap ul li.news a {
  border-top: 0;
}
.page-template-template-landingpage #page_nav_wrap.toggle-closed {
  display: none;
}
.page-template-template-landingpage #page_nav_wrap ul .sub-menu {
  margin: 0;
}
.page-template-template-landingpage #page_nav_wrap ul .sub-menu li {
  margin: 0;
  position: relative;
  /* padding-left: 1.75em !important; */
}
.page-template-template-landingpage #page_nav_wrap ul .sub-menu li a {
  /* padding-left: 1.75em !important; */
}
.page-template-template-landingpage #page_nav_wrap ul li.home {
  z-index: 10;
  width: 100%;
  margin-bottom: 0;
}
.page-template-template-landingpage #page_nav_wrap ul li.home a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  /* border-top: 1px solid; */
}
.page-template-template-landingpage .secondary {
  padding: 0 16px 16px;
  margin: 0;
  box-shadow: none;
}
.page-template-template-landingpage .main-navigation,
.page-template-template-landingpage .secondary .widget-title,
.page-template-template-landingpage .secondary .widget_nav_menu,
.page-template-template-landingpage #page_nav_wrap ul li a {
  font-size: 1rem;
  line-height: 26px;
  display: block;
}
.page-template-template-landingpage #page_nav_wrap ul {
  padding: 0 0 0.5em;
  line-height: 26px !important;
  margin-left: 0;
}
.page-template-template-landingpage .main-navigation,
.page-template-template-landingpage .secondary .widget {
   margin-bottom: 0;
}
.page-template-template-landingpage .secondary .widget_nav_menu:last-of-type #menu-utility-nav {
  padding-top: 0.5em !important;
  /* border-top: 0 !important; */
}
.page-template-template-landingpage div#content {
  flex-direction: column;
}
.page-template-template-landingpage .posts-wrapper {
  flex-direction: row;
  align-items: flex-start;
}
.page-template-template-landingpage .posts-wrapper {
  padding: 0;
}
.page-template-template-landingpage div#content {
  width: 100%;
}
.page-template-template-landingpage .posts-container {
  width: 60%;
  padding: 0 64px 0 16px !important;
}
.page-template-template-landingpage .sidebar-container {
  width: 40%;
  border: 0;
}
.page-template-template-landingpage .form-holder {
  border: 3px solid #fff;
  background-color: #fff;
}
.page-template-template-landingpage .content_block.content_type_header .content_block_content_wrap {
  width: calc(60% - 6rem - 6px);
  margin-left: 1.5rem;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 801px) {
  .page-template-template-landingpage .form-holder {
    -webkit-box-shadow: 8px 8px 18px 10px rgba(0,0,0,0.25);
    -moz-box-shadow: 8px 8px 18px 10px rgba(0,0,0,0.25);
    box-shadow: 8px 8px 18px 10px rgba(0,0,0,0.25);
    
    min-height:  0;
    /* display: block; */
  }
}
@media screen and (min-width: 1100px) {
  .page-template-template-landingpage .sidebar-container {
    position: relative;
    /* top: -170px; */
    left: -64px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1100px) {
  .page-template-template-landingpage .sidebar-container {
    position: relative;
    /*top: -280px;*/
    left: -64px;
  }
}
@media screen and (max-width: 800px) {
  .page-template-template-landingpage .posts-wrapper {
    flex-direction: column !important;
  }
  .page-template-template-landingpage .posts-container {
    padding-right: 16px !important;
  }
  .page-template-template-landingpage .posts-container,
  .page-template-template-landingpage .sidebar-container {
    width: 100%;
  }
  .page-template-template-landingpage .content_block.content_type_header .content_block_content_wrap {
    max-width: 24rem !important;
    width: auto;
    margin-left: auto;
  }
}
.page-template-template-landingpage .content_block.content_type_header .column h1,
.page-template-template-landingpage .content_block.content_type_header .column p.title {
  text-align: left;
  font-size: 40px !important;
  line-height: 44px !important;
  font-weight: 800;
  margin: 0.25em 0 0;
}
.page-template-template-landingpage .content_block.content_type_header.community_header h2 {
  margin: 12px 0;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-template-template-landingpage .content_block.content_type_header .column-span-2 img {
  max-height: 60px;
}
.page-template-template-landingpage .content_block.content_type_header .column-span-2 h1,
.page-template-template-landingpage .content_block.content_type_header .column-span-2 p.title {
  text-align: left;
  font-size: 40px !important;
  line-height: 44px !important;
  font-weight: 600;
  margin: 0;
}
.page-template-template-landingpage .content_block.content_type_header.community_header .column-span-2 h2 {
  margin: 0.5rem 0 0;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.page-template-template-landingpage .hentry {
  margin: 0;
  /*padding-top: 3.85%;*/
}
.page-template-template-landingpage .social-icons {
  width: 265px;
  padding-top: 10px;
}
.page-template-template-landingpage .secondary-toggle {
  display: block;
}
.page-template-template-landingpage h2.large,
.page-template-template-landingpage .entry-content h2.large {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 26px;
  text-align: left;
}
.page-template-template-landingpage p.large {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 26px;
}
.page-template-template-landingpage p.large:last-child {
  margin-bottom: 0;
}
.page-template-template-landingpage .form-holder > h2 {
  background-color: #26bcd7;
  padding: 12px;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  font-weight: 800;
}
.page-template-template-landingpage .form-holder h3 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.page-template-template-landingpage .form-holder h3,
.page-template-template-landingpage .form-holder p {
  padding: 0 32px;
}
.page-template-template-landingpage .form-holder p:last-child {
  padding-bottom: 32px;
}
.page-template-template-landingpage .form-holder .hbspt-form .submitted-message h3,
.page-template-template-landingpage .form-holder .hbspt-form .submitted-message p {
  padding: 0;
}
@media screen and (max-width: 800px) and (min-width: 620px) {
  .page-template-template-landingpage .sidebar-container {
    border-top: 0;
  }
  .page-template-template-landingpage .form-holder > h2 {
    padding: 12px 72px 16px;
    background-color: #26bcd7;
  }
  .page-template-template-landingpage .form-holder h3,
  .page-template-template-landingpage .form-holder p {
    padding-left: 58px;
    padding-right: 58px;
  }
}
@media screen and (max-width: 619px) {
  .page-template-template-landingpage .sidebar-container {
    border-top: 0;
  }
  .page-template-template-landingpage .form-holder > h2 {
    padding: 14px 18px 18px;
    background-color: #26bcd7;
  }
  .page-template-template-landingpage .form-holder h3,
  .page-template-template-landingpage .form-holder p {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 801px) {
  .fixed_toc .form-holder {
    position: fixed;
    top: 2rem;
    bottom: 2rem;
    width: 40%;
    overflow: scroll;
  }
}

/* promotional logo header */
.promo_header .column-group {
  line-height: 8em;
  max-width: 100%;
}
.promo_header .content_block_content_wrap {
  padding-top: 12px;
  padding-bottom: 12px;
}
/* shortlist / logo header */
.content_block.content_type_header.community_header.news {
  background-size: auto !important;
  background-repeat: repeat !important;
  border-bottom: 1px solid #000;
}
/* event header */
.content_block.content_type_header.community_header.event {
  background-size: auto !important;
  background-repeat: repeat !important;
}
@media screen and (min-width: 38.75em) {
  .promo_header .content_block_content_wrap {
    max-width: 36rem !important;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .promo_header .column-group {
    font-size: 22px;
  }
  .content_block.content_type_header .content_block_content_wrap {
    max-width: 28rem;
  }
  .content_block.content_type_header.community_header .content_block_content_wrap {
    max-width: 44rem;
  }
  /*.content_block.content_type_header.community_header.news:not(.gaspedal) .content_block_content_wrap {
    max-width: 48rem;
  }*/
  .content_block.content_type_header.community_header.news .content_block_content_wrap {
    max-width: 100%;
    margin: 0 5.25%;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .content_block.content_type_header.community_header .column {
    width: calc(50% - 22px);
  }
  .content_block.content_type_header.community_header .column:first-child {
    border-right: 1px solid #fff;
    padding-left: 0.5em;
    padding-right: 1.75em;
    margin-bottom: 0;
  }
  .content_block.content_type_header.community_header.news .column-number-1 {
    width: calc(150px + 2rem);
    border-right: 1px solid #000;
    box-sizing: border-box;
    padding: 1rem 2rem 1rem 0;
    margin-right: 0;
  }
  .content_block.content_type_header.community_header.news .shortlist_logo {
    max-width: 100%;
    max-height: none;
    display: block;
    margin: 0;
  }
  .content_block.content_type_header.community_header.news .column-number-2 {
    width: calc(100% - 150px - 2rem);
    padding: 1.25rem 0 1.25rem 1.88888rem;
    margin-right: 0;
    border-left: 1px solid #000;
    margin-left: -1px;
  }
  .smox.single .content_block.content_type_header.community_header .column:first-child,
  .smox.page-template-template-category .content_block.content_type_header.community_header .column:first-child {
    padding-right: 1.5em;
  }
  .content_block.content_type_header.community_header.logo_wide .column:first-child {
    padding-left: 0.25em;
    padding-right: 1em;
  }
  .content_block.content_type_header.community_header .column:last-child {
    padding-right: 0;
  }
  .section_nav li.button a:after {
    top: 0.6em;
  }
  .entry-content .section_nav li,
  .site-main .section_nav li,
  .site-content .section_nav li {
    margin: 0;
  }
  .entry-content .section_nav li a,
  .site-main .section_nav li a,
  .site-content .section_nav li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 954px) and (max-width: 1100px) {
  .content_type_header .content_block_content_wrap {
    padding-top: 28px;
    padding-bottom: 32px;
  }
  .content_block.content_type_header.community_header .column:first-child {
    display: block;
    border-right: 0 !important;
    border-bottom: 1px solid #fff;
    max-width: 220px !important;
    width: auto !important;
    padding: 0 2em 1.25rem !important;
    box-sizing: border-box;
    margin: 0 auto !important;
  }
  .content_block.content_type_header.community_header.news .column:first-child {
    display: inline-block;
    width: calc(150px + 1rem) !important;
    padding: 0.25em 1rem 0.25em 0 !important;
    border-bottom: 0;
    border-right: 1px solid #000 !important;
  }
  .content_block.content_type_header.community_header.news .column:last-child {
    width: calc(100% - 150px - 1rem) !important;
    padding: 0.25em 0 0.25em 1rem !important;
    text-align: center !important;
    border-left: 1px solid #000 !important;
  }
  .content_block.content_type_header.community_header.news h1 {
    font-size: 1rem;
    line-height: 1;
  }
  .content_block.content_type_header.community_header.news p {
    font-size: 1.75rem;
  }
  .content_block.content_type_header.community_header.news .shortlist_logo {
    /*max-height: 7rem;*/
  }
  .content_block.content_type_header.community_header.columns_equal .column:first-child {
    display: block;
    border-right: 0 !important;
    border-bottom: 1px solid #fff;
    max-width: calc(100% - 2rem) !important;
    width: auto !important;
    padding: 0 1rem 1.25rem !important;
    box-sizing: border-box;
    margin: 0 auto !important;
  }
  .content_block.content_type_header.community_header.columns_equal .column:last-child {
    display: block;
    max-width: calc(100% - 2rem) !important;
    width: auto !important;
    padding: 1.25rem 1em 0 !important;
    box-sizing: border-box;
    margin: 0 auto !important;
  }
  .community_header .column img {
    max-width: 100%;
    height: auto;
    max-height: auto;
    display: block;
    margin: 0 auto;
  }
  .content_block.content_type_header.community_header .column:last-child {
    width: 100% !important;
    padding: 0.5em 1em 0 !important;
    text-align: center !important;
    border-left: 0 !important;
  }
  .content_block.content_type_header.community_header .column:last-child h1,
  .content_block.content_type_header.community_header .column:last-child h2,
  .content_block.content_type_header .column p.title {
    text-align: center !important;
  }
  .event_page .content_block.content_type_header.community_header .column:last-child h3 {
    border-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 954px) {
  .content_block.content_type_header.community_header.news .content_block_content_wrap {
    padding: 1rem 32px;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  .content_block.content_type_header.community_header.news h1 {
    font-size: 1rem;
  }
  .content_block.content_type_header.community_header.news p {
    font-size: 1.6666rem;
  }
  .content_block.content_type_header.community_header.news .column-number-1 img {
    /*max-height: 6.5rem;*/
  }
}
@media screen and (max-width: 620px) {
  .content_block.content_type_header.community_header.news h1 {
    text-align: left;
  }
  .content_block.content_type_header.community_header.news p {
    text-align: left;
  }
  .content_block.content_type_header.community_header.news .column-number-1 {
    padding: 0;
    margin-top: 1rem;
  }
  .content_block.content_type_header.community_header.news .column-number-1 img {
    max-height: 5rem;
    margin: 0;
  }
  .content_block.content_type_header.community_header.news .column-number-2 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5rem;
  }
  .page-child:not(.page-template-template-category) .content_block.content_type_header.community_header .column:first-child {
    max-width: 240px;
    height: auto;
    padding: 0 2rem 1.5rem;
    margin: 0 auto 0.5rem !important;
    display: block;
    border-bottom: 1px solid;
    border-right: 0!important;
  }
  .page-child:not(.page-template-template-category) .content_block.content_type_header.community_header .column:first-child img {
    height: auto;
  }
  .page-child:not(.page-template-template-category) .content_block.content_type_header.community_header .column:last-child {
    text-align: center;
  }
  .page-child:not(.page-template-template-category) .content_block.content_type_header.community_header .column:last-child h1,
  .page-child:not(.page-template-template-category) .content_block.content_type_header.community_header .column:last-child h2,
  .page-child:not(.page-template-template-category) .content_block.content_type_header.community_header .column:last-child p.title {
    text-align: center;
  }
  .page-child:not(.page-template-template-category) .content_block.content_type_header.community_header .column:last-child h3 {
    padding-top: 0;
    border-top: 0;
  }
  .page-child .content_block.content_type_header.community_header.columns_equal .column-group .column:first-child {
    max-width: calc(100% - 2rem) !important;
    height: auto;
    padding: 0 1rem 1.5rem !important;
    margin: 0 auto 0 !important;
    display: block;
    border-bottom: 1px solid;
    border-right: 0 !important;
  }
  .page-child .content_block.content_type_header.community_header.columns_equal .column-group .column:last-child {
    max-width: calc(100% - 2rem) !important;
    height: auto;
    padding: 1.5rem 1rem 0 !important;
    margin: 0 auto 0 !important;
    display: block;
    border-left: 0 !important;
  }
}
@media screen and (min-width: 38.75em) {
  .page-child:not(.page-template-template-category) .content_block.content_type_header.community_header:not(.news) .column:first-child {
    width: calc(30% - 2px);
    padding-right: 1.5em;
    margin-right: -1px;
    border-right: 1px solid;
  }
  .page-child:not(.page-template-template-category) .content_block.content_type_header.sub_header_banner_header.community_header:not(.news) .column:first-child {
    padding-left: 0;
  }
  .page-child:not(.page-template-template-category) .content_block.content_type_header.community_header:not(.news) .column:last-child {
    width: calc(70% - 2px);
    border-left: 1px solid #fff;
    padding-left: 1.5em;
  }
  .page-child:not(.page-template-template-category) .community_header.logo_threeline img {
    height: 88px;
    max-height: 88px;
  }
  .page-child.page-template-template-landingpage .content_block.content_type_header.community_header:not(.news) .column-group .column-span-2 {
    width: calc(66% - 2px);
    padding-right: 1.5rem;
    padding-left: 0;
    margin-right: -1px;
    border-right: 1px solid;
  }
  .page-child.page-template-template-landingpage .content_block.content_type_header.community_header:not(.news) .column-group .column-span-1 {
    width: calc(33% - 2px);
    border-left: 1px solid #fff;
    padding-left: 1.5rem;
  }
  .page-child .content_block.content_type_header.community_header.columns_equal .column-group .column:first-child {
    width: calc(50% - 2px);
    padding-right: 1.5em;
    margin-right: -1px;
    border-right: 1px solid;
  }
  .page-child .content_block.content_type_header.community_header.columns_equal .column-group .column:last-child {
    width: calc(50% - 2px);
    border-left: 1px solid #fff;
    padding-left: 1.5em;
  }
}
.page-child:not(.page-template-template-category) .community_header .content_block_content_wrap .column p {
  font-size: 32px;
  line-height: 36px;
}
.content_block.content_type_header.community_header .column {
  padding: 0;
}
.page-child:not(.page-template-template-category) .content_type_header .content_block_content_wrap,
.single-post .content_type_header .content_block_content_wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}
.content_type_image .content_block_foreground_image {
  max-width: none;
  width: 100%;
  height: auto;
}
.content_block_content_wrap .column h1,
.content_block_content_wrap .column h2,
.content_block_content_wrap .column h3,
.content_block_content_wrap .column h4,
.content_block_content_wrap .column h5,
.content_block_content_wrap .column p,
.content_block_content_wrap .column img {
  padding-left: 0;
  padding-right: 0;
}
.content_block:not(.content_type_header) .content_block_content_wrap p > img:last-child {
  margin-bottom: -0.5rem;
}
.content_block:not(.content_type_header) .content_block_content_wrap p > img:first-child:last-child {
  margin-top: 6px;
}
.columns_three .column {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33333% - 16px);
  margin-right: 1rem;
}
.column:last-child {
  margin-right: 0;
}
@media screen and (min-width: 59.6875em) {
  .site {
    max-width: none;
  }
}
@media screen and (min-width: 84em) {
  .content_block_content_wrap {
    /*max-width: 50rem;*/
  }
  body, html {
    /*font-size: 22px;*/
  }
}

/*
// HOMEPAGES: Big text (2019-03)
*/

h2.big_text,
.event_page h2.big_text {
  text-align: left;
  line-height: 1.3333;
  font-weight: 400;
  margin-bottom: 1.25em !important;
}
h2.big_text:first-child,
.event_page h2.big_text:first-child {
  margin-top: 0.75em;
}
h2.big_text.emphasis,
.event_page h2.big_text.emphasis {
  font-size: 2.666666rem;
  line-height: 1.125;
  font-weight: 600;
}
.event_page h2.big_text {
  text-transform: none !important;
  letter-spacing: normal !important;
}
.event_page h2.big_text:not(.emphasis) {
  font-weight: 400;
  font-size: 36px;
  line-height: 1.3333 !important;
}
.content_block_content_wrap h2.big_text:last-of-type {
  margin-bottom: 0 !important;
}
h2.big_text span.aside {
  display: block;
  font-size: 0.5em;
  line-height: 1.444;
  font-weight: 400;
  margin-top: 0.5em;
}
h2.big_text span.underline {
  border: 0;
  text-shadow:
    -2px -2px white,
    -2px 2px white,
    2px -2px white,
    2px 2px white;
  background-size: 1px 1em;
  box-shadow:
    inset 0 -0.1em white,
    inset 0 -0.1444em #000;
  display: inline;
}
li.big_text:not(.emphasis):before {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.3333 !important;
  left: 0;
}

/*
// HOMEPAGES: Explainer columns (2019-03)
*/

.explainer_column_set {
  margin: 2.5rem 0;
  display: flex;
}
.explainer_column_set .column_1,
.explainer_column_set .column_2 {
  width: 50%;
}
.explainer_column_set .column_1 {
  width: calc(50% - 1rem);
}
.explainer_column_set .column_2 {
  width: calc(50% + 1rem);
  border-left: 1px solid #26bcd7;
}
.explainer_column_set h2 {
  text-align: left;
  font-size: 1.666666rem;
  font-weight: 600;
  line-height: 1.222222;
  color: #26bcd7;
}
.explainer_column_set .column_2 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.explainer_column_set .column_2 li {
  padding-left: 1rem;
}
.explainer_column_set .column_2 li:before {
  left: 0;
}
@media screen and (max-width: 720px) {
  .explainer_column_set {
    display: block;
  }
  .explainer_column_set h2 {
    /* font-size: 1.222222rem; */
    /* line-height: 1.25; */
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
  }
  .explainer_column_set h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #26bcd7;
    right: 2rem;
    left: 2rem;
  }
  .explainer_column_set .column_1 {
    padding-right: 0;
    width: 100%;
  }
  .explainer_column_set .column_2 {
    padding-left: 0;
    border-left: 0;
    font-size: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .explainer_column_set h2:after {
    right: 0;
    left: 0;
  }
}

/*
// BLOG
*/

.page-template-template-category .content_block.content_type_header h1,
.single-post .content_block.content_type_header h1,
.content_block.content_type_header.news h1 {
  text-align: left;
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin-bottom: 0.125em;
}
.single-post .content_block.content_type_header h1 {
  font-size: 36px;
  line-height: 40px;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page-template-template-category .content_block.content_type_header h1 a,
.single-post .content_block.content_type_header h1 a,
.page-template-template-category .content_block.content_type_header h1 a:active,
.single-post .content_block.content_type_header h1 a:active,
.page-template-template-category .content_block.content_type_header h1 a:visited,
.single-post .content_block.content_type_header h1 a:visited {
  color: #fff;
}
.page-template-template-category .content_block.content_type_header h1:after,
.single-post .content_block.content_type_header h1:after {
  display: none !important;
}
.page-template-template-category .posts-container article.post header {
  padding-top: 0;
}
.page-template-template-category .posts-container article.post header h2 {
  font-size: 28px;
  line-height: 32px;
}
.page-template-template-category .posts-container article.post header h2 a {
  color: #000;
}
.page-template-template-category .posts-container article.post header h2 a:hover {
  color: #26bcd7;
}
.page-template-template-category .posts-container {
  padding: 10px 0;
}
.page-template-template-category .posts-container article.hentry.has-post-thumbnail,
.page-template-template-category .posts-container article.post {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-template-template-category .posts-container .entry-content p {
  font-size: 16px;
  line-height: 22px;
}
.single-post .posts-container {
  padding: 40px 0;
}
.hentry {
  padding-top: 0;
}
@media screen and (max-width: 954px) {
  .hentry {
    padding-top: 0;
  }
}

/*
// ELEMENT: Standard search form
*/

.page-content .search-form fieldset {
  position: relative;
}
.page-content .search-form .search-field {
  margin-bottom: 0;
  width: calc(100% - 2em + 1px);
}
.page-content .search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 2em;
  width: 2em;
  padding: 0 0 1px 1px;
}

/*
// ELEMENT: News search in sidebar
*/

.sidebar-container form.search-form input[type='submit'] {
  width: 78px;
  right: 0;
  background-color: #26bcd7;
  border-color: #26bcd7;
  color: #fff;
  font-size: 12px;
  padding: 4px 6px 6px;
}
.sidebar-container form.search-form input[type='submit']:hover {
  background-color: #000;
  border-color: #000;
}
.sidebar-container form.search-form fieldset {
  position: relative;
  height: 28px;
}
.sidebar-container form.search-form input {
  position: absolute;
}
.sidebar-container form.search-form input[type='search'] {
  width: calc(100% - 77px);top: 0;bottom: 0;margin-bottom: 0;
}
.sidebar-container .widget_news_search h2.widget-title {
  display: none;
}


/*
// SEARCH RESULTS
*/

.search article .entry-header {
  padding-top: 0;
  padding-bottom: 0;
}
.search-results article.has-post-thumbnail {
  text-align: center;
}
.search-results article.has-post-thumbnail .entry-content {
  text-align: left;
}
.search-results .post-thumbnail {
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
}
.search-results .post-thumbnail + .entry-header {
  display: inline-block;
  max-width: 625px;
}
article .entry-header h2.entry-title {
  margin-bottom: 0 !important;
  font-size: 28px;
  line-height: 32px;
}
main article .entry-header h2.entry-title a {
  color: #000;
}
main article .entry-header h2.entry-title a:hover {
  color: #26bcd7;
}
#item-body {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  padding: 40px 36px;
  margin: 0 auto;
  border: 0;
}
.search-results .entry-header,
.search-results .entry-content {
  margin: 0 auto;
  max-width: 720px;
}
.search-results .hentry {
  margin: 0;
  padding: 2em 0;
}
.search-results #item-body > .hentry:first-child {
  padding-top: 0;
}
.search article .entry-content {
  margin-top: 1em;
}
.nav-links a.page-numbers,
.nav-links span.page-numbers.current {
  background: #405ec4;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  padding: 0 0 1px 1px;
  border: 0;
  box-sizing: border-box;
  width: 1.5em;
  opacity: 1;
  display: inline-block;
  transition: background-color 0.3s;
}
.nav-links a.page-numbers:hover {
  background-color: #000;
  opacity: 1;
  border: 0;
}
.nav-links span.page-numbers.current {
  background-color: #000;
}

.nav-links a.prev.page-numbers,
.nav-links a.next.page-numbers {
  height: 1.5em;
  font-size: 14px !important;
  margin-top:4px;;
}
.nav-links a.prev.page-numbers:before,
.nav-links a.next.page-numbers:before {
  height: 1em;
  line-height: 1em;
  width: 1em;
  font-size: 1.45em;
}
.pagination {
  box-shadow: none;
}

/*
// SINGLE POST: Navigation
*/

.post-navigation .nav-links {
  display: flex;
}
.post-navigation .nav-links a {
  border: none;
}
.post-navigation .nav-next {
  margin-left: auto;
}

/*
// BLOG PAGE: Navigation
*/

body:not(.single-post) .post-navigation a {
    font-size: 13px;
    color: #26bcd7;
    opacity: 1;
    letter-spacing: 0;
    font-weight: bold;
    text-transform: uppercase;
}
body:not(.single-post) .posts-wrapper .post-navigation .nav-previous a:before {
    content: "< ";
    font-weight: normal;
    position: relative;
    top: -1px;
    margin-right: 5px;
    display: inline;
}
body:not(.single-post) .posts-wrapper .post-navigation .nav-next a:after {
    content: " >";
    font-weight: normal;
    position: relative;
    top: -1px;
    margin-right: 5px;
    display: inline;
}

/*
// ELEMENT: Brand block (front page)
*/

.brand_block {
  text-align: center;
  font-size: 0;
}
.brand_block div[class*=block] {
  display: inline-block;
  width: calc(25% - 9px);
  margin-right: 12px;
  vertical-align: top;
}
.brand_block div[class*=block]:nth-child(4n),
.brand_block div[class*=block]:last-child {
  margin-right: 0;
}
.brand_block div[class*=block]:nth-child(n + 5) {
  margin-top: 12px;
}
.brand_block.scrolling_gallery {
  overflow: hidden;
  position: relative;
}
.brand_block.scrolling_gallery div[class*=block] {
  margin-right: 12px;
  margin-top: 0;
}
.brand_block.scrolling_gallery .scrolling_gallery_wrap {
  position: relative;
}
.scrolling_gallery_links {
  position: relative;
  /* overflow: hidden; */
  width: calc(100% + 6rem);
  padding: 0 3rem;
  left: -3rem;
}
.scrolling_gallery_links a.trigger {
  position: absolute;
  top: 0;
  bottom: -0.125em;
  width: 3rem;
  z-index: 10;
  background-color: #fff; 
  border-bottom: 0;
}
.scrolling_gallery_links a.trigger:before {
  content: '';
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border: 1px solid #26bcd7;
  transition: border-color 0.3s;
}
.scrolling_gallery_links a.trigger:hover:before {
  border-color: #000;
}
.scrolling_gallery_links a.trigger.prev {
  left: 0;
}
.scrolling_gallery_links a.trigger.next {
  right: 0;
}
.scrolling_gallery_links a.trigger.prev:before {
  border-top: 0;
  border-right: 0;
}
.scrolling_gallery_links a.trigger.next:before {
  border-bottom: 0;
  border-left: 0;
}
@media screen and (max-width: 1200px) {
  .scrolling_gallery_links {
    padding-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    left: 0;
  }
  .scrolling_gallery_links a.trigger {
    top: 4.75rem;
    bottom: -0.5rem;
    width: 1.5rem;
    background-color: transparent;
  }
  .scrolling_gallery_links a.trigger:before {
    top: calc(50% - 0.375rem);
    left: calc(50% - 0.375rem);
    width: 0.75rem;
    height: 0.75rem;
  }
}
.brand_block div[class*=block] a {
  display: block;
  height: 8rem;
  box-sizing: border-box;
  padding: 0 0.5rem !important;
  max-width: 100%;
  background-color: #f1f1f1;
  border-width: 4px;
  transition: all 0.2s;
}
.brand_block div[class*=block] a:hover {
  background-color: #26bcd7 !important;
  border-color: #fff;
}
.brand_block div[class*=block] a img {
  max-width: 100%;
  padding: 0;
  display: inline-block;
  height: 4rem;
  margin-top: 1.77777777rem;
}
@media screen and (max-width: 900px) {
  .brand_block.scrolling_gallery div[class*=block] a {
    text-align: center;
    position: relative;
  }
  .brand_block.scrolling_gallery div[class*=block] a img {
    height: 3rem;
    margin-top: calc(50% - 3.5rem);
  }
}
@media screen and (max-width: 600px) {
  .brand_block.scrolling_gallery div[class*=block] a {
    text-align: center;
    position: relative;
  }
  .brand_block.scrolling_gallery div[class*=block] a img {
    max-height: 1.5rem;
    margin-top: calc(50% - 1.6666rem) !important;
  }
}

/*
// ELEMENT: circle numbers (front page, potentially elsewhere)
*/

span.number_circle {
  display: block;
  color: #26bcd7;
  border: 3px solid;
  margin: 0.5em auto 0.5em;
  font-size: 1em;
  width: 2em;
  height: 2em;
  box-sizing: border-box;
  line-height: 1.666666;
  padding: 0 0 0 0.03em;
  border-radius: 50%;
}
@media screen and (max-width: 720px) {
  span.number_circle {
    margin-top: 1.5em;
  }
}

/*
// ELEMENT: homepage cta box
*/

.cta_box_wrap {
  display: flex;
  align-items: stretch;
  border: 1px solid #26bcd7;
  padding: 0.75rem 0;
  margin-top: 0rem;
  margin-bottom: 2rem;
  width: calc(100% - 4rem);
  max-width: 16rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cta_box_wrap.wide {
  max-width: 100%;
}
.cta_box:not(:first-of-type) {
  border-left: 1px solid #26bcd7;
}
.cta_box {
  position: relative;
  width: 33.3333%;
}
.cta_box p:empty {
  display: none;
}
.cta_box h4 {
  margin: 0.5em 0 0.75em;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.04em;
  transition: all 0.3s;
  padding: 0 0.5em;
}
.cta_box p {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1.6em;
  margin-bottom: 0.75em;
}
.cta_box a {
  position: absolute;
  background-color: #26bcd7;
  left: 0px;
  right: -1px;
  bottom: -0.75rem;
  top: -0.75rem;
  border: 0;
  opacity: 0.15;
  transition: opacity 0.3s;
  z-index: 2;
}
.cta_box_wrap.wide .cta_box:nth-of-type(2) a {
  
}
.cta_box:hover a {
  opacity: 0;
}
.cta_box:hover + .cta_box a {
  left: -1px;
}
.cta_box:hover h4 {
  color: #26bcd7;
}
.cta_box:after {
  content: '';
  display: block;
  width: 24px;
  height: 14px;
  margin: 0.75rem auto 0;
  position: absolute;
  left: calc(50% - 12px);
  bottom: 0;
  transition: left 0.3s;
  background: url("/wp-content/themes/twentyfifteen-child/assets/images/img_arrow.svg") no-repeat 50%;
  background-size: contain;
  z-index: 0;
}
.cta_box:hover:after {
  left: calc(50% - 6px);
}
.cta_box:first-child:last-child {
  width: 100%;
}

@media screen and (min-width: 620px) {
  .cta_box_wrap {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .cta_box_wrap {
    flex-direction: column;
    padding: 0 1rem;
  }
  .cta_box {
    width: 100%;
    padding: 1rem 0;
  }
  .cta_box:not(:first-child) {
    border-top: 1px solid #26bcd7;
    border-left: 0;
  }
  .cta_box a {
    top: 0;
    left: -1rem;
    right: -1rem;
    bottom: 0;
  }
  .cta_box:after {
    bottom: 0.75em;
  }
}
/* homepage videos */
@media screen and (max-width: 720px) {
  .home-page iframe {
    width: 100%;
  }
  .home-page strong.title {
    display: block;
    text-align: center;
  }
}

/*
// ELEMENT: member login portal styles
*/

.brand_block div[class*=block] a {
  border-bottom: 0;
  background-color: #26bcd7;
  height: 5rem;
  text-align: left;
  font-size: 1rem;
}
.brand_block div[class*=block] a img {
  max-width: 100%;
  padding: 0;
  display: inline-block;
  height: 2.5em;
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .brand_block div[class*=block] a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 720px) {
  .brand_block div[class*=block] {
    width: calc(50% - 0.25rem);
    margin-right: 0;
    margin-top: 0.5rem;
  }
  .brand_block div[class*=block]:nth-of-type(2n - 1) {
    margin-right: 0.5rem;
  }
  .brand_block div[class*=block] a {
    font-size: 0.888rem;
  }
}
.brand_block div.block_tmb a img,
.brand_block div.block_crb a img,
.brand_block div.block_web a img,
.brand_block div.block_cxb a img {
  height: 3.666em;
}
.brand_block div.block_boardorg a img {
  height: 1.65em;
}
.smo .brand_block div.block_boardorg a {
  text-align: center;
  line-height: 4rem;
}

/*
// ELEMENT: brand list (front page)
*/

.expanding_member_list p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
}
.expanding_member_list p span:not(.founder) {
  font-weight: 600;
  text-transform: uppercase;
  color: #26bcd7;
}
.expanding_member_list_button {
  text-align: center;
}
.expanding_member_list_button a {
  font-size: 14px;
  padding-bottom: 6px;
}
.expanding_member_list {
  overflow: hidden;
  transition: all 4s;
  position: relative;
  margin-bottom: 0.25em;
}
.expanding_member_list:not(.open) {
  height: 5rem;
}
.expanding_member_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  transition: all 1s;
}
.expanding_member_list.open:before {
  opacity: 0;
}

/*
// ELEMENT: scrolling brand list (front page)
*/

.scrolling_member_list p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
}
.scrolling_member_list p span:not(.founder) {
  font-weight: 600;
  text-transform: uppercase;
  color: #26bcd7;
}
.scrolling_member_list {
  position: relative;
}
.scrolling_member_list_button {
  text-align: center;
  margin-top: 0.5em;
}
.scrolling_member_list_button a {
  font-size: 12px;
  line-height: 12px;
  border-width: 1px;
  padding-bottom: 7px;
  color: #26bcd7;
}
.scrolling_member_list_button a:hover,
.scrolling_member_list_button a:active, 
.scrolling_member_list_button a:focus {
  border-width: 1px;
  color: #000;
}
.scrolling_member_list_button a:after {
  border-width: 1px;
}
.scrolling_member_list div {
  overflow-y: scroll;
  transition: all 4s;
  position: relative;
  height: 6em;
  /* padding-bottom: 1rem; */
  padding-right: 8px;
}
.scrolling_member_list div::-webkit-scrollbar {
  width: 8px;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
  z-index: 100;
}
.scrolling_member_list div::-webkit-scrollbar-track {
  background: #dfdfdf; 
}
.scrolling_member_list div::-webkit-scrollbar-thumb {
  background: #26bcd7; 
}
.scrolling_member_list div:before {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
  top: 5em;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  transition: all 1s;
  opacity: 0;
}

/*
// ELEMENT: brand list (elsewhere)
*/

.content_block.full_width.full_height .content_block_content_wrap div.member-list {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 8px;
  padding-left: 14px;
  padding-right: 14px;
}
.content_block.full_width.full_height .content_block_content_wrap div.member-list.medium {
  font-size: 18px;
  line-height: 1.44444em;
}
.content_block.full_width.full_height .content_block_content_wrap div.member-list.large {
  font-size: 24px;
  line-height: 1.666666em;
}
div.member-list span.title,
span.title {
  font-weight: 600;
  text-transform: uppercase;
  color: #26bcd7;
}
div.member-list span.founder:after,
span.founder:after {
  content: '*';
  display: inline !important;
  color: #26bcd7;
}
div.member-list-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  text-align: center;
}
div.member-list-columns p {
  display: block;
}
div.member-list span.founder_text,
span.founder_text {
  display: block;
  text-align: right;
  font-size: 0.75em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #26bcd7;
}
div.member-list.large span.founder_text {
  margin-top: 0.75em;
}
div.member-list span.founder_text:after,
span.founder_text:after {
  content: '*';
  color: #26bcd7;
}
div.member-list-hide-founders span.founder:after {
  display: none !important;
}
@media screen and (max-width: 760px) {
  div.member-list-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: center;
  }
}

/*
// ELEMENT: shortlist in sidebar
*/

.sidebar-container .shortlist_sidebar_title,
.sidebar-container .shortlist_sidebar_body,
.sidebar-container .shortlist_sidebar_footer {
  padding: 0.888888rem 0;
}
.shortlist_sidebar_title h2.widget-title {
  display: none;
}
.sidebar-container .shortlist_sidebar_title {
  padding-bottom: 0;
}
.sidebar-container .shortlist_sidebar_body {
  border-top: 0 !important;
  padding-top: 0.5rem;
}
.shortlist_sidebar_title .textwidget {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shortlist_sidebar_title .textwidget .logo {
  width: 35%;
}
.shortlist_sidebar_title .textwidget .tagline {
  width: 65%;
  padding-left: 0.5rem;
}
.shortlist_sidebar_title .textwidget .links {
  width: 100%;
  text-align: center;
  margin: 0.444444rem 0 0.222222rem;
  /* padding-top:  0.88888rem; */
  /* border-top: 1px solid #dddddd; */
}
.shortlist_sidebar_title .textwidget .links p {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.shortlist_sidebar_title .textwidget .tagline p {
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  position: relative;
  top: -1px;
}
.shortlist_sidebar_title .textwidget a.button,
.shortlist_sidebar_footer .textwidget a.button {
  font-size: 11px;
  line-height: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 0.25em 0.5em;
  border: 1px solid;
  background-color: #fff;
}
.shortlist_sidebar_body .textwidget p:nth-of-type(1) {
  /* margin-bottom: 0.125em; */
}
.shortlist_sidebar_body .textwidget p:nth-of-type(2) {
  margin-bottom: 0.5em;
}
.shortlist_sidebar_body .textwidget a.button:after,
.shortlist_sidebar_footer .textwidget p a.button:after {
  border-width: 1px;
  top: -1px;
  width: 0.4444em;
  height: 0.4444em;
}
.shortlist_sidebar_title .textwidget a.button:hover,
.shortlist_sidebar_footer .textwidget a.button:hover {
  color: #000;
}
.shortlist_sidebar_body h2.widget-title {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  display: block;
  margin: 0 0 0.5em;
}
/* to fix bad wrap in shortlist sidebar issue titles of communities with short names */
.csr .shortlist_sidebar_body h2.widget-title {
  padding: 0 0.75em;
}
.shortlist_sidebar_body .textwidget p {
  font-size: 14px;
  line-height: 18px;
  padding-right: 0.5rem;
}
.shortlist_sidebar_footer h2.widget-title {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3333rem;
}
.shortlist_sidebar_footer .textwidget .links {
  text-align: center;
}
@media screen and (max-width: 954px) {
  .shortlist_sidebar_title .textwidget {
    /* max-width: 28rem; */
    /* margin: 0 auto; */
  }
  .shortlist_sidebar_title .textwidget .logo {
    width: 150px;
  }
  .shortlist_sidebar_title .textwidget .tagline {
    width: calc(100% - 150px);
    padding-left: 1rem;
  }
  .shortlist_sidebar_title .textwidget .tagline p {
    font-size: 1.222222rem;
    line-height: 1.777777rem;
    font-weight: 600;
    position: relative;
    top: -1px;
  }
  .shortlist_sidebar_title .textwidget .links {
    /* padding-top: 1.3333rem; */
    margin-top: 1.33333rem;
    margin-bottom: 0.666666rem;
  }
  .shortlist_sidebar_title .textwidget .links p,
  .shortlist_sidebar_footer .textwidget .links p {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0.25em;
    margin-left: 0.25em;
    margin-right: 0.25em;
  }
  .shortlist_sidebar_title .textwidget a.button,
  .shortlist_sidebar_footer .textwidget a.button {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-top: 0;
  }
  .shortlist_sidebar_body h2.widget-title,
  .shortlist_sidebar_footer h2.widget-title {
    font-size: 1rem;
    line-height: 1.66666666;
  }
  .shortlist_sidebar_body .textwidget p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 0.75em;
  }
  .sidebar-container .shortlist_sidebar_title,
  .sidebar-container .shortlist_sidebar_body,
  .sidebar-container .shortlist_sidebar_footer {
    padding: 1.33333rem 0;
  }
  .sidebar-container .shortlist_sidebar_title {
    padding-bottom: 0;
    padding-top: 2rem;
  }
  .sidebar-container .shortlist_sidebar_body {
    padding-top: 0.5em;
  }
}

/*
// ELEMENT: newsletter subscribe in sidebar
*/

.sidebar-container form.newsletter_subscribe label {
  margin-top: -12px;
  color: #fff;
}
.sidebar-container form.newsletter_subscribe fieldset {
  position: relative;
  top: 6px;
  height: 38px;
}
.sidebar-container form.newsletter_subscribe input {
  position: absolute;
}
.sidebar-container form.newsletter_subscribe input[type='email'] {
  width: calc(100% - 64px);
}
.sidebar-container form.newsletter_subscribe input[type='submit'] {
  width: 65px;
  right: 0;
  background-color: #bbb;
  color: #fff;
  font-size: 12px;
}

/*
// ELEMENT: CTA in sidebar
*/

aside.widget.cta_blue {
  background-color: #26bcd7;
  margin: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 20px;
  width: 100%;
  border-top: 0 !important;
  color: #fff;
}
aside.widget.cta_blue h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
aside.widget.cta_blue p.title {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 18px;
  margin-bottom: 12px;
}
aside.widget #mc_embed_signup .indicates-required {
  display: none;
}
aside.widget.cta_blue form label {
  color: #fff;
  margin-bottom: 4px;
}
aside.widget.cta_blue form label .asterisk {
  color: #fff;
  font-weight: 400;
}
aside.widget.cta_blue form input {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 8px;
  padding-top: 3px;
  padding-bottom: 4px;
}
aside.widget.cta_blue form input::placeholder {
  color: #fff;
}
aside.widget.cta_blue form input[type='submit'] {
  color: #fff;
  background-color: #26bcd7;
  border: 1px solid;
  font-size: 15px;
  line-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 2px;
  margin-bottom: 0;
  width: 100%;
}
aside.widget.cta_blue form input[type='submit']:hover {
  background-color: #000;
}
aside.widget.cta_blue + aside.widget {
  border: 0;
}

/*
// IMAGE CLASSES
*/

img.medium {
  width: 8rem;
  height: auto;
}
img.medium.logo.smorg,
img.medium.logo.smoh {
  width: 6rem;
  height: auto;
}
img.align-center {
  display: block;
  margin: 0 auto;
}

/*
// FORM BASICS
*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
  font-size: 16px;
  padding: 4px 6px;
  font-weight: 500;
  border: 1px solid #bbbbbb;
  background-color: #fff;
  margin-bottom: 22px;
  margin-top: 0;
}
form label:not(.fsLabel):not(.fsOptionLabel) {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 12px;
  margin-bottom: 8px;
}
form label:not(.fsLabel):not(.fsOptionLabel) a {
  color: #26bcd7;
  font-weight: 600;
  transition: color 0.3s;
}
form label:not(.fsLabel):not(.fsOptionLabel) a:hover {
  color: #000;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #26bcd7;
  font-size: 18px;
  line-height: 18px;
  padding: 4px 10px 5px;
  transition: background-color 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background-color: #000;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #26bcd7 !important;
  display: inline-block;
  width: 16px !important;
  height: 16px !important;
  position: relative;
}
input[type="checkbox"]:checked:after,
input[type="checkbox"]:checked:before {
  content: '';
  position: absolute;
  left: 6px;
  top: -3px;
  width: 1px;
  height: 20px;
  background-color: #26bcd7;
  transform-origin: 50%;
}
input[type="checkbox"]:checked:after {
  transform: rotate(45deg);
  left:7px;
}
input[type="checkbox"]:checked:before {
  transform: rotate(-45deg);
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="radio"]:checked:before,
input[type="radio"]:before {
  display: none !important;
}
input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #26bcd7;
  top: 4px;
  left: 4px;
  border-radius: 50%;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder {
  font-family: 'urw-din';
}

/*
// ELEMENT: Newsletter subscribe
*/

.content_block .newsletter_subscribe input,
.content_block .subscribe_page_form input {
  margin-bottom: 0.25em;
}
.content_block .newsletter_subscribe input[type=submit],
.content_block .subscribe_page_form input[type=submit] {
  margin-top: 0.5em;
}
.content_block .column .newsletter_subscribe,
.content_block .column .subscribe_page_form { /* sort of hacky, used on subscribe pages */
  margin-top: -0.25em;
}
.content_block .column .subscribe_page_form .mc-field-group.first_name,
.content_block .column .subscribe_page_form .mc-field-group.last_name {
  display: inline-block;
  width: calc(50% - 0.5rem);
}
.content_block .column .subscribe_page_form .mc-field-group.first_name {
  margin-right: calc(1rem - 4px);
}

/*
// ELEMENT: Multi-community newsletter
*/

.subscribe_page_form.multi_community_subscribe {
  padding: 0 2rem;
}
.subscribe_page_form.multi_community_subscribe .checkbox_list,
.subscribe_page_form.multi_community_subscribe .data_form {
  display: inline-block;
  vertical-align: top;
}
.subscribe_page_form.multi_community_subscribe .checkbox_list {
  /* margin-right: calc(0.5rem - 4px); */
  margin-top: 0.3333rem;
  width: 50%;
  padding-right: 1em;
  border-right: 1px solid #bababa;
}
.subscribe_page_form.multi_community_subscribe .data_form {
  width: calc(50% - 1rem);
  margin-left: calc(1rem - 4px);
}
.subscribe_page_form.multi_community_subscribe .form_wrapper {
  padding: 0.25em 0.75em 0.75em;
  background-color: #eaeaea;
}
.subscribe_page_form.multi_community_subscribe .checkbox_list form {
  margin-bottom: 0.125rem;
}
.subscribe_page_form.multi_community_subscribe .checkbox_list input[type=checkbox] {
  margin-bottom: 0;
  margin-right: 0.25em;
}
.subscribe_page_form.multi_community_subscribe .checkbox_list label {
  vertical-align: baseline;
  font-size: 0.8888rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  position: relative;
  top: -0.25em;
  color: #26bcd7;
}
#multi_community_submit {
  display: block;
  margin: 0.5rem auto 0;
}
#response {
  font-size: 0.88888rem;
  line-height: 1.3333em;
  padding: 0 2rem;
  max-width: 480px;
  margin: 1rem auto 0;
}
#response p {
  background-color: #eaeaea;
  padding: 0.25em 0.75em 0.3333rem;
  margin-bottom: 0.5em;
}
#response p.success {
  background-color: #84c984;
}
#response p.error {
  background-color: #ed9394;
}
#response p a {
  border-color: #000;
  border-width: 1px;
}
@media screen and (max-width: 760px) {
  .subscribe_page_form.multi_community_subscribe .checkbox_list {
    /* margin-right: calc(0.5rem - 4px); */
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }
  .subscribe_page_form.multi_community_subscribe .data_form {
    width: 100%;
    margin-left: 0;
  }
}

/*
// ELEMENT: Table of contents for sales pages (test, might remove)
*/

.table_of_contents {
  display: inline-block;
  vertical-align: top;
  width: 12rem;
  margin-top: 1rem;
  margin-left: 1rem;
  padding-top: 1rem;
  position: relative;
}
.table_of_contents ul {
  padding: 0.66666em;
  font-size: 14px;
  line-height: 1rem;
  background-color: #eaeaea;
}
.fixed_toc .table_of_contents ul {
  position: fixed;
  top: 1rem;
  width: 12rem;
}
.table_of_contents + .content_block {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 13.25rem);
  margin: 0;
}
.table_of_contents + .content_block h1,
.table_of_contents + .content_block h2 {
  text-align: left;
}
.table_of_contents ul li {
  padding-left: 0;
  border-bottom: 1px solid #bababa;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
}
.table_of_contents ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.table_of_contents ul li:before {
  left: -0.125em;
  display: none;
}
.table_of_contents ul a {
  border: 0;
  font-weight: 600;
  transition: color 0.3s;
}
.table_of_contents ul a:hover {
  border: 0;
  color: #26bcd7;
}
@media screen and (max-width: 1000px) and (min-width: 956px) {
  .table_of_contents {
    width: 8rem;
  }
  .table_of_contents ul {
    padding: 0.66666em;
    font-size: 12px;
    line-height: 1.25em;
    background-color: #eaeaea;
  }
  .fixed_toc .table_of_contents ul {
    width: 8rem;
  }
  .table_of_contents + .content_block {
    width: calc(100% - 9.5rem);
  }
}
@media screen and (max-width: 760px) {
  .table_of_contents {
    display: block;
    width: auto;
    margin-right: 1rem;
    margin-top: 0;
  }
  .table_of_contents ul {
    font-size: 1rem;
    line-height: 1.25em;
  }
  .table_of_contents ul li {
    position: relative;
  }
  .table_of_contents ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #fff;
  }
  .table_of_contents ul li a {
    position: relative;
    display: block;
  }
  .table_of_contents ul li a:after {
    content: '';
    position: absolute;
    right: 0.33em;
    top: 0.333em;
    width: 0.3333em;
    height: 0.3333em;
    border-bottom: 2px solid #26bcd7;
    border-right: 2px solid #26bcd7;
    z-index: 2;
    transform: rotate(45deg);
    transition: border-color 0.3s;
  }
  .table_of_contents ul li a:hover:after {
    border-color: #000;
  }
  .fixed_toc .table_of_contents ul {
    position: static;
    width: 100%;
  }
  .table_of_contents + .content_block {
    width: auto;
  }
  .table_of_contents + .content_block h1,
  .table_of_contents + .content_block h2 {
    text-align: center;
  }
}

/*
// FOOTER
*/

.footer_wrap {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  padding: 1rem 1rem 2rem;
  margin: 0 auto;
}
.site-footer {
  background-color: #717171;
  border-top: 0;
  padding: 0;
}
.footer_columns {
  /* max-width: 720px; */
  margin: 0 auto;
}
.footer_column.column {
  margin-right: 0;
  box-sizing: border-box;
  padding: 0 1rem;
}
.footer_columns:after {
  content: '';
  display: table;
  clear: both;
}
.copyright_info {
  max-width: 720px;
  padding: 0 1rem;
  margin: 1em auto 0;
}
@media screen and (min-width: 59.6875em) {
  .site-footer {
    display: block;
    float: left;
    margin-left: 300px;
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 59.6875em) and (max-width: 1027px) {
  .footer_wrap {
    /* padding-left: 74px; */
    /* padding-right: 74px; */
  }
}
@media screen and (min-width: 38.75em) {
  .site-footer {
    box-shadow: none;
    padding: 0;
  }
}
.site-footer div ul,
.site-footer div a,
.site-footer div em,
.site-footer div h2,
.site-footer div h3,
.site-footer div p {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  text-align: left;
}
.site-footer div p {
  margin-bottom: 16px;
}
.site-footer div p:last-child {
  margin-bottom: 0;
}
.site-footer div h2 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.site-footer div ul {
  list-style-type: none;
}
.site-footer div ul,
.site-footer div a {
  font-weight: 700;
}
.site-footer div a {
  border-bottom: 1px solid transparent;
  transition: border 0.3s;
}
.site-footer div a:hover {
  border-bottom: 1px solid #fff;
}
.site-footer ul.footer_links li {
  margin-bottom: 0.25em;
  padding-left: 1em;
  position: relative;
}
.site-footer ul.footer_links li a:hover {
  border-color: transparent;
}
.site-footer ul.footer_links li a:before {
  content: '\2013';
  color: #26bcd7;
  transition: color 0.15s 0.2s;
  position: absolute;
  left: 0;
}
.site-footer ul.footer_links li a:hover:before {
  /*opacity: 0;*/
}
.site-footer ul.footer_links.half {
  display: inline-block;
  width: calc(50% - 5px);
  vertical-align: top;
}
.site-footer ul.footer_links.half:nth-of-type(2) {
  margin-left: 6px;
}
.site-footer div h3 {
  font-weight: 300;
  font-style: italic;
}
.site-footer .footer_wrap div.copyright_info p {
  text-align: center !important;
}
.site-footer .footer_logo a {
  opacity: 1;
  transition: opacity 0.3s;
  width: 125px;
  height: 32px;
  display: block;
  margin: 8px auto 24px;
  border: 0;
  position: relative;
  right: -8px;
}
.site-footer .footer_logo a.smo {
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 14px;
}
.site-footer .footer_logo a:hover,
.site-footer .footer_logo a:active,
.site-footer .footer_logo a:focus {
  border-bottom: 0;
  opacity: 0.5;
}
@media screen and (max-width: 720px) {
  .footer_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer_column.column {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .footer_column.column:nth-child(n + 2) {
    margin-top: 1em;
    border-top: 1px solid #888;
    padding-top: 1em;

  }
  .site-footer div ul,
  .site-footer div a,
  .site-footer div p,
  .site-footer div p em,
  .site-footer div h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .site-footer div h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .site-footer ul.footer_links.half {
    width: 100%;
    margin: 0 !important;
  }
  .site-footer .footer_logo a {
    width: 180px;
    height: auto;
    max-width: 100%;
  }
  .site-footer .footer_logo a.smo {
    width: 80px;
    height: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 954px) {
  .site-footer {
    margin: 0;
  }
}

@media screen and (max-width: 38.75em) {
  .single-entry-meta {
      align-items: flex-start;
      margin: 10px 0 0;
      flex-direction: column;
  }
  .social-icons {
      padding-top: 0;
      margin-left: 0;
      width: auto;
  }
  .social-icons li a {
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 12px;
  }
}

/*
// MODALS
*/

.modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  max-width: 100%;
  width: calc(100% - 36px);
  top: calc(50% - 75px);
  left: 18px;
  z-index: 100;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.modal.scroll {
  top: 2rem;
  bottom: 2rem;
  overflow-y: scroll;
}
.content-modal .modal_wrap {
  overflow: scroll;
}
.event_page .modal_wrap h3,
.event_page .modal_wrap p,
.event_page .modal_wrap ul {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.modal_wrap .fsBody .fsSection {
  padding: 24px 0 0;
}
.modal_wrap .fsForm .fsSubmit {
  margin-top: 0;
  padding: 10px 0;
}
.modal_wrap .fsForm .fsSubmit input[type=submit] {
  background-color: #26bcd7 !important;
  color: #ffffff !important;
}
.modal_wrap .fsForm .fsSubmit input[type=submit]:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}
@media screen and (min-width: 38.75em) {
  .modal {
    top: calc(50% - 50px);
    left: calc(50% - 220px);
    width: 440px;
  }
  .modal.wide {
    left: calc(50% - 290px);
    width: 580px;
  }

  .content-modal {
    /* top: 72px; */
    left: calc(50% - 300px);
    /* top: calc(50% - 200px); */
    width: 600px;
  }
  .content-modal .modal_wrap {
    height: 400px;
    overflow: scroll;
  }
}
@media screen and (min-width: 700px) {
  .modal.cta {
    left: calc(50% - 330px);
    width: 660px;
  }
}
@media screen and (min-width: 800px) {
  .modal.wide {
    left: calc(50% - 390px);
    width: 780px;
  }
}
.modal .modal_shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0.25;
}
.modal .modal_wrap div.modal-toggle {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 18px;
  height: 18px;
  background: url('assets/images/img_close.svg') no-repeat 50%;
  cursor: pointer;
  z-index: 10;
}
.modal .modal_wrap div.modal-toggle.white {
  background: url('assets/images/img_close_white.svg') no-repeat 50%;
}
.modal .modal_wrap {
  background-color: #fff;
  padding: 1rem;
}
.modal p {
  color: #000 !important;
  text-align: left;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5em;
}
.modal h3 {
  padding: 0;
}
.modal h3:first-of-type {
  margin-top: 0;
}
.modal.open {
  visibility: visible;
  opacity: 1;
}
.modal_header_image {
  position: relative;
  top: -1rem;
  left: -1rem;
  width: calc(100% + 2rem);
  margin-bottom: -1rem;
}
.modal_header_image + h4 {
  margin-top: 1em;
}
.modal h3 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  margin-bottom: 1em;
}
.modal ul,
.modal ol {
  padding: 0 0 0 1em;
  list-style-type: none;
  margin: 1em 0;
}
.modal li {
  font-size: 1rem;
  padding: 0 0 0 1em;
  margin: 0.5em 0;
  position: relative;
  line-height: 1.5em;
}
.modal li:before {
  content: '';
  display: block;
  width: 0.333em;
  height: 0.333em;
  background-color: #26bcd7;
  position: absolute;
  left: 0;
  top: 0.666em;
  border-radius: 50%;
}
.modal.cta .modal_wrap div.modal-toggle {
  background-image: url('assets/images/img_close_white.svg');
}
.modal.cta h3 {
  font-size: 36px;
  line-height: 1.25;
  background-color: #26bcd7;
  position: relative;
  top: -1rem;
  left: -1rem;
  width: calc(100% + 2rem);
  padding: 1rem 1rem 1.2rem;
  color: #fff;
  margin: 0;
}
.modal.cta p,
.modal.cta li {
  font-size: 22px;
}
.modal.cta p {
}
.modal.cta a.button {
  background-color: #26bcd7;
  color: #fff;
  font-size: 1.25rem;
}
.modal.cta a.button:after {
  border-color: #fff;
}
.modal.blue .modal_wrap {
  background-color: #26bcd7;
  padding: 2.5rem;
  color: #fff;
}
.modal.blue.cta h3 {
  padding-bottom: 0;
}
.modal.blue h3 {
  color: #fff;
  margin-bottom: 0.5em;
}
.modal.blue a.button {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}
.modal.blue.cta a.button {
  padding: 0.5em 1em 0.6em;
}
.modal.blue.cta a.button:hover {
  color: #26bcd7;
}
.modal.blue.cta a.button:after {
  border-color: #26bcd7;
}
.modal.blue .modal_wrap div.modal-toggle {
  background-image: url('assets/images/img_close_white.svg');
}


/*
// MEMBER CENTER: Hide things for logged-in members & users
*/

.logged-in .hide_for_members,
.logged-in .hide-for-users {
  display: none;
}
body:not(.logged-in) .hide,
body:not(.logged-in) .hide-for-non-users {
  display: none !important;
}

/*
// SIDEBAR: Expand/contract
*/

@media screen and (min-width: 59.6875em) {
  .widget.dropdown .widget-title:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: -4px 4px 0 1px;
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
  }
  .widget.dropdown .widget-title {
    cursor: pointer;
  }
  .widget.dropdown:not(.open) .widget-title:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/*
// PAGE: Community Pride page specifics
*/

.content_type_community_logo .community_logo {
  padding: 12px;
  text-align: left;
}
.content_type_community_logo .community_logo.standard {
  border: 1px solid;
}
.content_type_community_logo .community_logo.bw {
  background-color: #e1e1e1;
}
.content_type_community_logo .community_logo img {
  max-width: 160px;
  display: inline-block;
}
.smo .content_type_community_logo .community_logo img {
  display: block;
  max-width: 140px;
  margin: 24px auto;
}
.content_type_community_logo .column p,
.content_type_community_color .column p,
.council_logos .column p {
  margin: 0.5em 0;
}
.council_logos .council_logo {
  padding: 12px;
  border: 1px solid #26bcd7;
}
.council_logos .council_logo.red {
  border-color: #ec202c;
}
.council_logos .council_logo.blue {
  border-color: #224292;
}
.council_logos .council_logo.green {
  border-color: #65a643;
}
.council_logos .council_logo.orange {
  border-color: #f58020;
}
.council_logos .council_logo img {
  display: block;
  max-width: 100px;
  margin: 18px auto;
}
.content_type_community_color .community_color_swatch {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: top;
}
.content_type_community_color .community_color_codes {
  width: calc(100% - 50px);
  display: inline-block;
  box-sizing: border-box;
  padding-left: 12px;
  vertical-align: top;
}
.content_type_community_color .community_color_codes p {
  margin-top: -4px;
}
.content_type_community_color .column {
  box-sizing: border-box;
  padding-left: 10%;
}
@media screen and (max-width: 620px) {
  .content_type_community_color .column {
    padding-left: 2.5%;
  }
}

/*
// TABLES
*/

.tablepress caption {
  display: none;
}
.tablepress tbody td, .tablepress tbody th {
  padding: 6px 12px 28px 0;
  border-color: #eaeaea;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.tablepress.agenda_timeline_table tbody td, .tablepress.agenda_timeline_table tbody th {
  padding: 3px 12px 3px 0;
  border-color: #eaeaea;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.tablepress.agenda_glance_table tbody td, .tablepress.agenda_glance_table tbody th {
  padding: 3px 12px 3px 0;
  border-color: #eaeaea;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}
.tablepress {
  table-layout: auto;
}
.tablepress.time_table .column-1:not(:last-child) {
  width: 15%;
}
.tablepress.time_table.two_tracks .column-2:not(:last-child),
.tablepress.time_table.two_tracks .column-3 {
  width: 42%;
}
.tablepress.agenda_glance_table .column-1:not(:last-child) {
  width: 75px;
}
.tablepress.time_table .column-1 {
  font-weight: 400;
}
.tablepress.agenda_timeline_table .column-1 {
  font-weight: 400;
}
.tablepress .table_section_divider {
  background-color: #26bcd7;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;
  padding: 5px 1em 0;
  text-transform: uppercase;
  text-align: center;
}
.tablepress .table_section_divider.members-only {
  background-color: red;
}
.tablepress.agenda_timeline_table .table_section_divider {
  font-size: 12px;
  top: -12px;
  padding-top: 0;
}

/*
// COMMUNITY PAGES: Hide things
*/

body:not(.non_community_page) .hide-on-community-page {
  display: none;
}

/*
// ELEMENT: Circle images
*/

.circle_image {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
}
.circle_image img {
  min-width: 100%;
  height: auto;
}
.circle_image.medium {
  width: 50%;
  padding-bottom: 50%;
}
.circle_image.center {
  margin: 0 auto;
}
.entry-content .circle_image + p {
  margin-top: 1em;
}

/*
// PAGE: Event page specifics
*/

.event_page .content_block:nth-of-type(n + 2) .content_block_content_wrap {
  padding-bottom: 1.25rem;
  padding-top: 1.5rem;
}
.event_page .content_block:nth-of-type(2) .content_block_content_wrap {
  padding-top: 40px;
}
.page-template-template-sidebar .event_page .content_block:nth-of-type(2) .content_block_content_wrap {
  padding-top: 1.5rem;
}
.sidebar-container.event_page h2.widget-title,
.sidebar-container.event_page .right-column h2 {
  font-size: 18px;
  line-height: 18px;
}
.sidebar-container.event_page .widget li {
  margin-bottom: 6px;
}
.entry-content.event_page h2 {
  /* text-align: left; */
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}
.entry-content.event_page h4 {
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid #26bcd7;
  padding-bottom: 0.25em;
  padding: 0 0 0.25em !important;
  margin: 32px 1rem 0.5rem;
}
.entry-content.event_page .content_type_text ol,
.entry-content.event_page .content_type_text ul {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
}
.entry-content.event_page .content_type_text ol .large,
.entry-content.event_page .content_type_text ul .large {
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0;
}
.entry-content.event_page .column-group h4 {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 38.75em) {
  .event_page .content_block_content_wrap h1, .event_page .content_block_content_wrap h2, .event_page .content_block_content_wrap h3, .event_page .content_block_content_wrap h4, .event_page .content_block_content_wrap h5, .event_page .content_block_content_wrap p, .event_page .content_block_content_wrap ul, .event_page .content_block_content_wrap ol {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.event_page .content_block_content_wrap .column h1,
.event_page .content_block_content_wrap .column h2,
.event_page .content_block_content_wrap .column h3,
.event_page .content_block_content_wrap .column h4,
.event_page .content_block_content_wrap .column h5,
.event_page .content_block_content_wrap .column p,
.event_page .content_block_content_wrap .column img {
  padding-left: 0;
  padding-right: 0;
}
.event_page div:not(.content_type_header) .content_block_content_wrap img {
  margin-bottom: 0.5em !important;
}
.event_page .column-group {
  padding-left: 1rem;
  padding-right: 1rem;
}
.event_page .community_member_list .column-group {
  padding-left: 0;
  padding-right: 0;
}
.event_page .community_member_list .meetings_yes_really ul {
  padding-left: 0;
  padding-right: 0;
}
.meetings_yes_really.event_style {
  float: right;
  background-color: #26bcd7;
  font-size: 18px;
  margin-left: 0.5em;
  margin-bottom: 0.25em;
  color: #fff;
  padding: 1em;
}
.meetings_yes_really.event_style ul li:before {
  background-color: #fff;
}
.meetings_yes_really.event_style ul li {
  font-size: 18px;
  line-height: 1.25;
  margin-left: 0;
  padding-left: 1.75em;
}
.meetings_yes_really.event_style ul {
  padding: 0;
}
.meetings_yes_really.event_style p {
  font-size: 18px !important;
  color: #fff;
  margin: 0;
}
.event_page h2:not(.large) {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.event_page h3:not(.large) {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.event_page p:not(.large) {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 8px;
}
.event_page .content_type_header h1 {
  font-size: 46px;
  text-align: left;
  margin-left: -3px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.event_page .content_type_header h1:after {
  display: none !important;
}
.event_page .content_type_header h2 {
  text-align: left;
  margin-top: 0;
  font-size: 28px;
  line-height: 32px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  margin-top: 12px !important;
  margin-bottom: 0 !important;
}
.event_page .content_type_header h3 {
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: 600 !important;
  border-top: 1px solid;
  margin-bottom: 0;
  margin-top: 18px;
  padding-top: 16px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/*
// ELEMENT: Mailchimp signup forms in body
*/

#mc_embed_signup.body_form {
  padding-left: 2rem;
  padding-right: 2rem;
}
#mc_embed_signup.body_form .indicates-required,
#mc_embed_signup.subscribe_page_form .indicates-required {
  display: none;
}
#mc_embed_signup.body_form .asterisk {
  font-weight: 100;
}
#mc_embed_signup.show_required .indicates-required {
  display: block;
  text-align: right;
  text-transform: uppercase;
  color: #ec1c24;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  margin: 4px 0 0;
}
#mc_embed_signup.show_required .asterisk {
  color: #ec1c24;
}

#mc_embed_signup.body_form input[type="text"],
#mc_embed_signup.body_form input[type="email"],
#mc_embed_signup.body_form input[type="url"],
#mc_embed_signup.body_form input[type="password"],
#mc_embed_signup.body_form input[type="search"],
#mc_embed_signup.body_form textarea {
 margin-bottom: 0;
}
#mc_embed_signup.body_form .mc-field-group {
  display: inline-block;
  width: 100%;
  margin-right: 7px;
}
#mc_embed_signup.body_form .mc-field-group.first_name {
  width: calc(50% - 6px);
}
#mc_embed_signup.body_form .mc-field-group.last_name {
  width: calc(50% - 6px);
  margin-right: -5px;
}
#mc_embed_signup.body_form .clear {
  text-align: center;
}
#mc_embed_signup.body_form .clear input[type*=submit] {
  font-size: 18px;
  line-height: 1;
  background-color: #26bcd7;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 1em;
  padding: 0.25em 0.6666em 0.35em;
  transition: all 0.3s;
}
#mc_embed_signup.body_form .clear input[type*=submit]:hover {
  background-color: #000;
}

/* condensed form styles */
#mc_embed_signup.body_form.condensed .mc-field-group {
  width: calc(60% - 6px);
}
#mc_embed_signup.body_form.condensed .clear.subscribe {
  width: calc(40% - 5px);
  display: inline-block;
}
#mc_embed_signup.body_form.condensed .clear.subscribe input[type='submit'] {
  width: 100%;
  display: block;
  margin: 0;
  line-height: 31px;
  padding: 0 1em;
}
#mc_embed_signup.body_form:not(.show_name) .asterisk {
  display: none;
}

/*
// ELEMENT: Mailchimp popup
*/

#mc_embed_signup_modal .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  background-color: #26bcd7;
  position: relative;
  left: -1rem;
  width: calc(100% + 2rem);
  top: 0;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  padding: 1em;
  margin-bottom: 0.25rem;
}
#mc_embed_signup_modal .tagline {
  text-align: center;
  font-size: 20px;
  margin: 0.75rem 0 1rem;
}
#mc_embed_signup_modal input::placeholder {
  text-transform: uppercase;
}
.modal[data-modal-id='newsletter'] .modal_wrap {
  padding-top: 0;
}
.modal[data-modal-id='newsletter'] .modal_wrap div.modal-toggle {
  background: url(assets/images/img_close_white.svg) no-repeat 50% !important;
}
#mc_embed_signup_modal.condensed .mc-field-group {
  width: calc(60% - 7px);
  display: inline-block;
  margin-right: 7px;
}
#mc_embed_signup_modal.condensed .clear.subscribe {
  width: calc(40% - 4px);
  display: inline-block;
}
#mc_embed_signup_modal.condensed .clear.subscribe input {
  width: 100%;
  padding: 0 0.5em;
  line-height: 31px;
}
#mc_embed_signup_modal.condensed .mc-field-group input {
  margin: 0;
}
#mc_embed_signup_modal.condensed .asterisk {
  display: none;
}
#mc_embed_signup .hidden,
#mc_embed_signup_modal .hidden {
  display: none;
}

/*
// HUBSPOT FORMS
*/

.hbspt-form {
  overflow: visible;
}
.hbspt-form .hs-form-required {
  color: #ff4e00;
}
.hbspt-form .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100% !important;
  margin-bottom: 0.5em;
}
.hbspt-form label span {
  letter-spacing: 0.025em;
}
.hbspt-form *[class*=checkbox] label input[type=checkbox],
.hbspt-form input[type=radio] {
  top: 2px;
  cursor: pointer;
}
.hbspt-form label.hs-form-radio-display {
  cursor: pointer;
}
.hbspt-form .hs-submit {
  margin-top: 1rem;
  text-align: center;
}
.hbspt-form .hs-submit input[type=submit] {
  font-size: 22px;
  padding: 0.5em 1em;
}
.hbspt-form *[class*=checkbox] label span,
.hbspt-form *[class*=radio] label span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  color: #26bcd7;
  margin-left: 0.5em;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
}
.hbspt-form ul[role=checkbox].multi-container {
  margin-bottom: 0.5em;
}
.hbspt-form .hs_home_or_office_address {
  margin-top: 0.5em;
}
.hbspt-form label[placeholder*=Hidden] {
  display: none;
}
.hbspt-form fieldset .hs-richtext p {
  padding: 0;
}
.hbspt-form p#disclaimer {
  font-size: 15px;
  line-height: 21px;
  padding: 0.8em 1em 1em;
  color: #555;
  background-color: #eaeaea;
  margin-bottom: 22px;
}
/*.hbspt-form .hs-fieldtype-select .input:last-child {
  margin-bottom: 0.5em;
}*/
.hbspt-form .hs-fieldtype-select select {
  font-size: 16px;
  padding: 2px 2px;
}
aside.widget.cta_blue .hbspt-form label span:not(.hs-form-required) {
  color: #fff;
}
aside.widget.cta_blue .hbspt-form fieldset .field .input {
  margin-right: 0;
}
aside.widget.cta_blue .hbspt-form fieldset.form-columns-2 .field:first-child .input {
  margin-right: 4px;
}
aside.widget.cta_blue .hbspt-form fieldset.form-columns-2 .field:last-child .input {
  margin-left: 2px;
}
.hbspt-form .submitted-message p {
  color: #119c66;
}
.hbspt-form .submitted-message p a {
  color: #076d46;
  border-bottom: 1px solid #076d46;
  transition: all 0.3s;
}
.hbspt-form .submitted-message p a:hover {
  color: #000000;
  border-color: #119c66;
}
aside.widget.cta_blue .hbspt-form .submitted-message {
  background-color: #0bb774;
  border: 1px solid #ffffff;
  padding: 0.25em 0.5em 0.5em;
}
aside.widget.cta_blue .hbspt-form .submitted-message p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
aside.widget.cta_blue .hbspt-form .submitted-message a {
  color: #ffffff;
  border-color: #ffffff;
}
.column-group .hbspt-form .hs-form-field {
  line-height: 14px;
}
.column-group .hbspt-form label {
  display: inline-block;
}
.column-group .hbspt-form input[type="text"],
.column-group .hbspt-form input[type="email"],
.column-group .hbspt-form input[type="url"],
.column-group .hbspt-form input[type="password"],
.column-group .hbspt-form input[type="search"],
.column-group .hbspt-form textarea {
  margin-bottom: 14px;
}
.column-group .hbspt-form .hs_submit {
  margin-top: 8px;
}
.hbspt-form .no-list {
  list-style-type: none;
}
.hbspt-form .no-list li {
  padding: 0;
  position: relative;
  top: -0.5em;
}
.hbspt-form .no-list {
  list-style-type: none;
}
.hbspt-form .hs-error-msg {
  color: #999999;
  text-transform: none !important;
  letter-spacing: normal !important;
  font-style: italic;
}
.hbspt-form .no-list li:before {
  display: none;
}
.hbspt-form fieldset {
  margin: 0 auto !important;
}
.hbspt-form .inputs-list {
  padding: 0;
  list-style-type: none;
}
.hbspt-form .inputs-list li {
  padding: 0;
}
.hbspt-form .inputs-list li:before {
  display: none;
}
.hbspt-form .hs-field-desc {
  font-size: 0.75em;
  line-height: 1.25;
  font-style: italic;
  color: #555;
  margin-bottom: 0.333em;
}
.page-template-template-landingpage .form-holder > p > br {
  display: none;
}

/*
// COLUMNS
*/

.column-group {
  overflow: visible;
}
.column-group:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 720px) {
  .columns-2 .column {
    float: none;
    display: block;
    width: 100%;
  }
  .columns-3 .column {
    float: none;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 620px) {
  .fixed_width .column-group {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.column-group .column ul:last-of-type {
  margin-bottom: 0;
}

/*
// ELEMENT: Testimonial / pull quote
*/

.testimonial,
.pullquote {
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding: 0.5em 0.75em 0.75em 2em;
  background-color: #eaeaea;
}
.testimonial {
  font-size: 18px;
  line-height: 26px;
}
.sidebar-container .testimonial {
  font-size: 14px;
  line-height: 18px;
  padding-left: 1.5em;
}
.sidebar-container .testimonial:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.sidebar-container .testimonial > strong {
  font-size: 12px;
}
.sidebar-container .testimonial span.quote:before {
  font-size: 2em;
}
.column > .testimonial:last-of-type + p,
.column > .pullquote:last-of-type + p {
  display: block !important;
  margin-bottom: 1.5rem !important;
}
.testimonial span.quote,
.pullquote span.quote {
  display: block;
  margin-bottom: 0.5em;
  position: relative;
}
.testimonial > strong {
  display: block;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}
.pullquote > strong {
  display: none;
}
.testimonial span.quote:before,
.pullquote span.quote:before {
  content: "\201C";
  font-size: 2.5em;
  font-weight: 400;
  color: #26bcd7;
  position: absolute;
  left: -0.55em;
  top: 0.125em;
}
.pullquote:not(.align_left):not(.align_right) {
  margin-bottom: 1rem;
}
.pullquote.align_left,
.pullquote.align_right {
  width: calc(50% - 1.5rem);
  position: relative;
  top: 0.25rem;
  margin-bottom: 0.75rem;
}
.pullquote.align_left {
  float: left;
  margin-right: 1.5rem;
}
.pullquote.align_right {
  float: right;
  margin-left: 1.5rem;
}
.pullquote ul.social-icons {
  line-height: 14px;
  width: auto;
}
.pullquote ul.social-icons li {
  padding: 0;
}
.pullquote ul.social-icons li:before {
  display: none;
}
.pullquote ul.social-icons li a {
  font-size: 12px;
  line-height: 1.5;
  width: 20px;
  height: 20px;
}
.pullquote ul.social-icons li a .fa:before {
  color: #eaeaea;
}
.pullquote ul.social-icons li a:hover .fa:before {
  color: #fff;
}
@media screen and (max-width: 720px) {
  .pullquote,
  .pullquote.align_left,
  .pullquote.align_right {
    width: 100%;
    float: none;
    margin: 0 0 1.25rem;
  }
}

/*
// PAGE: Event page sidebar
*/

.content_type_header.event + .posts-wrapper .posts-container {
  flex: 0 0 calc(100% - 288px);
}
.content_type_header.event + .posts-wrapper .sidebar-container {
  flex: 0 0 288px;
}
/* update these targets upon approval */
.content_type_header.event + .posts-wrapper .sidebar-container .meetings_yes_really_sidebar ul li,
.content_type_header.event + .posts-wrapper .sidebar-container .meetings_yes_really_sidebar p {
  font-size: 1.3333rem !important;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #26bcd7;
}
.content_type_header.event + .posts-wrapper .sidebar-container .meetings_yes_really_sidebar ul li {
  padding-left: 2em;
}
.content_type_header.event + .posts-wrapper .sidebar-container .meetings_yes_really_sidebar ul li:before {
  left: 1em;
}
/* update these targets upon approval */
.content_type_header.event + .posts-wrapper .sidebar-container .widget-title {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}
.content_type_header.event + .posts-wrapper .sidebar-container .meetings_reasons_sidebar .widget-title span.number {
  display: inline-block;
  font-size: 52px;
  width: 2rem;
  vertical-align: top;
  position: relative;
  top: 0.2em;
  left: -0.1em;
}
.content_type_header.event + .posts-wrapper .sidebar-container .widget.meetings_reasons_sidebar li:before {
  font-size: 52px;
  top: 0.225em;
  left: -0.1em;
}
.content_type_header.event + .posts-wrapper .sidebar-container .widget,
.content_type_header.event + .posts-wrapper .sidebar-container .widget p,
.content_type_header.event + .posts-wrapper .sidebar-container .widget-area.columns .widget,
.content_type_header.event + .posts-wrapper .sidebar-container .widget-area.columns .widget p {
  font-size: 15px;
  line-height: 20px;
}
.content_type_header.event + .posts-wrapper .sidebar-container .meetings_reasons_sidebar .widget-title span.text {
  display: inline-block;
  width: calc(100% - 2rem);
  vertical-align: top;
}
.content_type_header.event + .posts-wrapper .sidebar-container .widget.meetings_reasons_sidebar li {
  padding-left: 2rem;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 954px) and (max-width: 1100px) {
  .content_type_header.event + .posts-wrapper .posts-container {
    flex: 0 0 calc(100% - 280px);
  }
  .content_type_header.event + .posts-wrapper .sidebar-container {
    flex: 0 0 280px;
  }
}

/*
// PAGE: Event page sidebar (reasons module)
*/

.meetings_reasons_sidebar .widget-title span.number {
  display: inline-block;
  font-size: 2rem;
  width: 1.5rem;
  vertical-align: top;
  position: relative;
  top: 0.15em;
  left: -0.125em;
}
.meetings_reasons_sidebar .widget-title span.text {
  display: inline-block;
  width: calc(100% - 1.5rem);
  vertical-align: top;
}
.sidebar-container .widget.meetings_reasons_sidebar li {
  padding-left: 1.5rem;
  margin-bottom: 16px;
  position: relative;
}
.sidebar-container .widget.meetings_reasons_sidebar li:before {
  font-size: 2rem;
  top: 0.2em;
  left: -0.125em;
}
.sidebar-container .widget.meetings_reasons_sidebar li strong {
  display: block;
}

/*
// PAGE: Event page sidebar (yes, really module)
*/

.sidebar-container .meetings_yes_really_sidebar ul li,
.sidebar-container .meetings_yes_really_sidebar p {
  font-size: 1.25rem;
  line-height: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #26bcd7;
}
.sidebar-container .meetings_yes_really_sidebar p {
  text-align: center;
  border-top: 0.125em solid;
  margin-top: 0.5em;
  padding-top: 0.5em;
}
.sidebar-container .meetings_yes_really_sidebar ul li:before {
  width: 0.3333em;
  height: 0.3333em;
  top: 0.35em;
  left: 0;
}

/*
// HEADER: Sub-header banner (used mostly on events)
*/
.content_block.content_type_header.sub_header_banner_header .content_block_content_wrap:first-child,
.content_block.content_type_header.big_event .content_block_content_wrap:first-child {
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.content_block.content_type_header.sub_header_banner_header .section_nav {
  border-bottom: 1px solid #fff;
}
.content_block.content_type_header.community_header .sub_header_banner {
  max-width: 100%;
  padding: 0.75rem 14px;
  margin: 0;
  background-color: #26bcd7;
}
.sub_header_banner_header .column-group,
.big_event .column-group {
  padding-left: 0;
  padding-right: 0;
}
.sub_header_banner .column-group {
  padding-left: 0;
  padding-right: 0;
}
.content_block.content_type_header.community_header .sub_header_banner .column-group.columns-4 .column {
  width: 25%;
}
.content_block.content_type_header.community_header .sub_header_banner .column-group.columns-4 .column-span-1 {
  width: 25% !important;
}
.content_block.content_type_header.community_header .sub_header_banner .column-group.columns-4 .column.column-span-3 {
  width: 75%;
}
.content_block.content_type_header.community_header .sub_header_banner .column {
  padding: 0;
}
.sub_header_banner h3,
.content_block.content_type_header.event.big_event .sub_header_banner h3 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 1.4444rem !important;
  line-height: 1.3333 !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
}
.content_block.content_type_header.event.big_event .sub_header_banner > h3 {
  padding: 0 0 1rem;
  border-bottom: 1px solid;
  margin-bottom: 1em !important;
}
.content_block.content_type_header.event.big_event .sub_header_banner > h3 + .event_banner h4.small {
  border-bottom: 0;
  margin-bottom: 0;
}
.content_block.content_type_header.event.big_event .sub_header_banner > h3 + .event_banner {
  align-items: flex-start;
}
.sub_header_banner h3 + h4.small {
  border-bottom: 0;
  margin-bottom: 0;
  border-top: 1px solid;
  padding-top: 1em;
  margin-top: 1em;
}
.sub_header_banner h4.small {
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  border-bottom:  1px solid;
}
.content_block_content_wrap.sub_header_banner p {
  padding: 0;
}
.content_block_content_wrap.sub_header_banner p:last-of-type {
  margin: 0;
}
.sub_header_banner .meetings_yes_really {
  float: none;
  background-color: #fff;
  margin-left: 0;
  margin-bottom: 0;
  color: #26bcd7;
  padding: 1em;
}
.content_type_header .sub_header_banner .meetings_yes_really ul {
  padding: 0;
}
.content_type_header .sub_header_banner .meetings_yes_really ul li {
  color: #26bcd7;
  position: relative;
  font-size: 1rem;
  line-height: 1;
}
.content_type_header .sub_header_banner .meetings_yes_really.small {
  padding: 1rem;
}
.content_type_header .sub_header_banner .meetings_yes_really.small ul li {
  color: #26bcd7;
  position: relative;
  font-size: 1rem;
  line-height: 1.2222;
}
.content_type_header .sub_header_banner .meetings_yes_really ul li:first-child {
  margin-top: 0;
}
.content_type_header .sub_header_banner .meetings_yes_really ul li:before {
  background-color: #26bcd7;
  display: inline-block;
  position: absolute;
  left:  0;
}
.content_type_header .sub_header_banner .meetings_yes_really ul + p {
  color: #26bcd7;
}
.sub_header_banner .event_banner {
  display: flex;
  align-items: center;
}
.sub_header_banner .event_banner .attendees {
  flex: 0 0 calc(100% - 258px);
  padding-right: 12px;
}
.sub_header_banner .event_banner .meetings_yes_really {
  flex: 0 0 258px;
  padding: 24px;
}
@media screen and (max-width: 680px) {
  .sub_header_banner .event_banner {
    flex-direction: column;
    align-items: stretch;
  }
  .sub_header_banner .event_banner .attendees {
    width: 100%;
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 0.75em;
  }
  .sub_header_banner .event_banner .meetings_yes_really {
    flex: 0 0 100%;
    width: auto;
    padding: 12px;
  }
  .content_type_header .sub_header_banner .event_banner .meetings_yes_really ul li,
  .content_type_header .sub_header_banner .event_banner .meetings_yes_really ul + p {
    font-size: 18px;
  }
}
.sub_header_banner .event_banner .meetings_yes_really ul li:before {
  display: none;
}
.sub_header_banner .event_banner .meetings_yes_really ul li {
  padding: 0;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin: 0.5em 0;
}
.sub_header_banner .event_banner .meetings_yes_really ul li:last-child {
  margin-bottom: 0;
}
.sub_header_banner .event_banner .meetings_yes_really ul + p {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 0.5em !important;
  margin-top: 0.5em;
}
@media screen and (max-width: 800px) {
  .sub_header_banner .event_banner .meetings_yes_really ul li:last-child {
    /* margin-bottom: 0.5em !important; */
  }
}

/*
// HEADER: 'big event' header
*/
.big_event.content_type_header .content_block_content_wrap .column-group {
  display: flex;
  align-items: center;
}
.big_event.content_type_header .content_block_content_wrap .column-number-1 {
  width: 45% !important;
  padding: 1rem !important;
  border: none !important;
  margin: 0 !important;
}
.big_event.content_type_header .content_block_content_wrap .column-number-2 {
  width: 55% !important;
  padding: 1rem 1rem 1rem 1.5rem !important;
  border: none !important;
  margin: 0 !important;
  position: relative;
}
.big_event.content_type_header .content_block_content_wrap .column-number-2:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-box-shadow: 0px 0px 1rem 0.125em rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 1rem 0.125em rgba(255,255,255,0.8);
  box-shadow: 0px 0px 1rem 0.125em rgba(255,255,255,0.8);
}
.big_event.content_type_header .content_block_content_wrap .column-number-1 > p,
.big_event.content_type_header .content_block_content_wrap .column-number-1 > p a {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.big_event.content_type_header .content_block_content_wrap .column-number-1 > p a {
  border: 0;
}
.big_event.content_type_header .content_block_content_wrap .column-number-1 img {
  margin: 0;
  max-height: 180px;
  width: 42%;
}
.big_event.content_type_header .content_block_content_wrap h1 {
  font-size: 3rem !important;
  line-height: 1em !important;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 1rem;
  text-shadow: 0px 0px 0.25em #fff, 0px 0px 0.125em #fff;
}
.big_event.content_type_header .content_block_content_wrap .block {
  padding: 0.75em 0 0;
  /*background-color: #ffffff5e;*/
  display: block;
  position: relative;
}
.big_event.content_type_header .content_block_content_wrap .block:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #000;
  -webkit-box-shadow: 0px 0px 1rem 0.125em rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 1rem 0.125em rgba(255,255,255,0.8);
  box-shadow: 0px 0px 1rem 0.125em rgba(255,255,255,0.8);
}
.big_event.content_type_header .content_block_content_wrap h2 {
  font-size: 1rem !important;
  line-height: 1.5em !important;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  display: block;
  margin: 0 !important;
  vertical-align: top;
  text-shadow: 0px 0px 0.25em #fff, 0px 0px 0.125em #fff;
}
.big_event.content_type_header .content_block_content_wrap h2 span {
  color: #26bcd7;
  display: inline-block;
  margin: 0 0.25em;
}
.big_event.content_type_header .content_block_content_wrap h3 {
  font-size: 1rem !important;
  line-height: 1.5em !important;
  font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  margin: 0 !important;
  padding: 0;
  border: 0;
  text-shadow: 0px 0px 0.11111em #fff;
  /*border-width: 2px;
  border-color: #26bcd7;*/
}
@media screen and (max-width: 1440px) {
  .big_event.content_type_header .content_block_content_wrap .column-number-1 > p,
  .big_event.content_type_header .content_block_content_wrap .column-number-1 > p a {
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 1220px) {
  .big_event.content_type_header .content_block_content_wrap h1 {
    font-size: 2.5rem !important;
  }
  .big_event.content_type_header .content_block_content_wrap h2 {
    font-size: 0.88888rem !important;
  }
  .big_event.content_type_header .content_block_content_wrap h3 {
    font-size: 0.88888rem !important;
  }
  .big_event.content_type_header .content_block_content_wrap div.block {
    font-size: 0.88888rem !important;
  }
}
@media screen and (min-width: 954px) and (max-width: 1100px) {
  .big_event.content_type_header.content_block .column-group .column-number-1 {
    width: 40% !important;
    max-width: unset !important;
    margin: 0 !important;
    padding: 1rem 1rem 1rem 2rem !important;
  }
  .big_event.content_type_header.content_block .column-group .column-number-1 > p,
  .big_event.content_type_header .content_block_content_wrap .column-number-1 > p a {
    justify-content: space-between;
  }
  .big_event.content_type_header.content_block .column-group .column-number-2 {
    width: 60% !important;
  }
  .big_event.content_type_header.content_block .content_block_content_wrap .column-number-2 h1,
  .big_event.content_type_header .content_block_content_wrap .column .block h2,
  .big_event.content_type_header .content_block_content_wrap .column h3,
  .big_event.content_type_header.content_block .content_block_content_wrap .column-number-2 {
    text-align: left !important;
  }
  .big_event.content_type_header .content_block_content_wrap .column-number-1 img {
    width: 45%;
  }
  .big_event.content_type_header .content_block_content_wrap .column .block h2,
  .big_event.content_type_header .content_block_content_wrap .column h3,
  .big_event.content_type_header .content_block_content_wrap .column .block {
    font-size: 0.75rem !important;
  }
  .big_event.content_type_header .content_block_content_wrap .column .block {
    /* padding: 0.5em 0.75em; */
  }
}
@media screen and (max-width: 1000px) and (min-width: 954px) {
  .big_event.content_type_header.content_block .content_block_content_wrap .column-number-2 h1 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 800px) {
  .big_event.content_type_header.content_block .content_block_content_wrap .column-number-2 h1,
  .big_event.content_type_header.content_block .content_block_content_wrap .column-number-2 h2,
  .big_event.content_type_header.content_block .content_block_content_wrap .column-number-2 h3 {
    text-align: center !important;
  }
  .big_event.content_type_header .content_block_content_wrap .column-group {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .big_event.content_type_header .content_block_content_wrap .column-number-2:before {
    width: auto;
    height: 1px;
    top: 0;
    right: 0;
    left: 0;
  }
  .big_event.content_type_header .content_block_content_wrap .column-number-2 {
    width: 100% !important;
    max-width: 440px !important;
    padding: 1rem 1rem 0 !important;
    border: none !important;
    margin: 0 !important;
    position: relative;
    text-align: center;
  }
  .big_event.content_type_header .content_block_content_wrap .column-number-1 {
    padding-top: 0 !important;
    width: 100% !important;
    max-width: 400px !important;
  }
  .big_event.content_type_header .content_block_content_wrap .column .block {
    padding: 0.5em;
    background-color: #ffffffc2;
    border: 0;
  }
  .big_event.content_type_header .content_block_content_wrap .column .block:before {
    display: none;
  }
}
/*
// FORM: Custom post password protect
*/

form.protected-post-form label {
  display: block;
}
form.protected-post-form input[type="password"],
form.post-password-form label {
  width: calc(100% - 13rem);
  display: inline-block;
  font-family: 'urw-din';
}
form.post-password-form label {
  margin-bottom: 0 !important;
}
form.post-password-form label input {
  margin-bottom: 0;
  margin-top: 8px;
}
form.protected-post-form input.button,
form.post-password-form input[type="submit"] {
  width: 12rem;
  box-sizing: border-box;
  margin-left: 0.85rem;
  line-height: 22px;
}
form.post-password-form input[type="submit"] {
  font-size: 1rem;
  font-family: 'urw-din';
  float: none;
  position: static;
  display: inline-block;
  margin-left: 0.75em;
  padding: 0;
  line-height: 31px;
}

/*
// ELEMENT: Member list + 'yes really' box at top of community pages
*/

.community_member_list {
  padding: 0 6px;
}
.community_member_list .column-group .column:first-of-type {
  box-sizing: content-box;
  margin-right: 0;
  padding-right: 2.5%;
  border-right: 1px solid #dfdfdf;
  width: 200px;
}
.community_member_list .column-group .column:last-of-type {
  box-sizing: content-box;
  padding-left: calc(2.5% - 1px);
  border-left: 1px solid #dfdfdf;
  margin-left: -1px;
  width: calc(95% - 206px);
}
.community_member_list .column-group .member-list {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.community_member_list .column-group .member-list.large {
  font-size: 26px;
  line-height: 40px;
}
.meetings_yes_really {
  font-size: 13px;
  line-height: 18px;
  color: #26bcd7;
}
.meetings_yes_really p:first-of-type {
  margin-bottom: 0;
}
.meetings_yes_really .title {
  display: block;
  color: #26bcd7;
  text-align: center;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.meetings_yes_really ul {
  margin-bottom: 0.5rem !important;
}
.meetings_yes_really ul li {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.04em;
  margin-left: 1.5em;
  padding-left: 1.75em;
}
.meetings_yes_really ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  top: 0.6em;
  background-color: #26bcd7;
}
.meetings_yes_really ul + p {
  text-align: center;
  color: #26bcd7;
  padding-top: 0.5rem !important;
  border-top: 1px solid;
  font-weight: 600;
}
.meetings_yes_really p:empty {
  display: none;
}

/* in header version */
.content_type_header .meetings_yes_really ul {
  margin-bottom: 0rem !important;
  list-style-type: none;
}
.content_type_header .meetings_yes_really ul li {
  color: #ffffff;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0.04em;
  padding-left: 1.5em;
  margin: 0.5em 0;
}
.content_type_header .meetings_yes_really ul li:before {
  width: 0.75em;
  height: 1px;
  top: 0.5em;
  background-color: #ffffff;
}
.page-template-template-landingpage .content_type_header .meetings_yes_really ul {
  padding: 0;
  margin: 0;
}
.page-template-template-landingpage .content_type_header .meetings_yes_really ul li {
  position: relative;
  font-size: 22px;
}
.page-template-template-landingpage .content_type_header .meetings_yes_really ul li:before {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 1100px) and (min-width: 954px) {
  .content_type_header .meetings_yes_really ul li {
    padding-left: 0;
  }
  .content_type_header .meetings_yes_really ul li:before {
    position: relative;
    display: inline-block;
    top: -0.333em;
    left: -0.5em;
  }
  .content_type_header .meetings_yes_really ul li:first-child {
    margin-top: 0;
  }
  .content_type_header .meetings_yes_really ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 620px) {
  .content_type_header .meetings_yes_really ul li {
    padding-left: 0;
  }
  .content_type_header .meetings_yes_really ul li:before {
    position: relative;
    display: inline-block;
    top: -0.333em;
    left: -0.5em;
  }
  .content_type_header .meetings_yes_really ul li:first-child {
    margin-top: 0;
  }
  .content_type_header .meetings_yes_really ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .page-template-template-landingpage .content_type_header .meetings_yes_really ul li {
    padding-left: 0;
  }
  .page-template-template-landingpage .content_type_header .meetings_yes_really ul li:before {
    position: relative;
    display: inline-block;
    top: -0.333em;
    left: -0.5em;
  }
  .page-template-template-landingpage .content_type_header .meetings_yes_really ul li:first-child {
    margin-top: 0.5rem;
  }
  .page-template-template-landingpage .content_type_header .meetings_yes_really ul li:last-child {
    margin-bottom: 0;
  }
}
/* short / small version */
@media screen and (min-width: 481px) {
  .community_member_list.short .column-group .column:first-of-type {
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .community_member_list.short .column-group .column:last-of-type {
    box-sizing: border-box;
    display:block;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .community_member_list.short .meetings_yes_really {
    border-bottom: 1px solid;
    padding-bottom: 0.8888rem;
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .community_member_list.short .meetings_yes_really .title {
    text-align: left;
    border-bottom: 0;
    border-right: 1px solid;
    box-sizing: border-box;
    margin: 0;
    padding: 0.5em 1.5% 0.5em 0;
    flex-grow: 1.25;
  }
  .community_member_list.short .meetings_yes_really ul {
    margin: 0;
    padding: 0.5em 1.5%;
    text-align: center;
    flex-grow: 2;
  }
  .community_member_list.short .meetings_yes_really ul li {
    display: inline-block;
    padding: 0 1em;
    font-size: 1em;
    line-height: 1;
  }
  .community_member_list.short .meetings_yes_really ul li:first-child {
    padding-left: 0;
  }
  .community_member_list.short .meetings_yes_really ul li:last-child {
    padding-right: 0;
  }
  .community_member_list.short .meetings_yes_really ul li:before {
    content: "\2022";
    position: absolute;
    left: -0.3333em;
    top: 0;
    background-color: transparent;
  }
  .community_member_list.short .meetings_yes_really ul li:first-child:before {
    display: none;
  }
  .community_member_list.short .meetings_yes_really ul + p {
    text-align: right;
    border-top: 0;
    border-left: 1px solid;
    padding: 0.5em 0 0.5em 1.5% !important;
    flex-grow: 1;
  }
}
/* small / short version media queries */
@media screen and (min-width: 481px) and (max-width: 1200px) {
  .community_member_list.short .meetings_yes_really {
    font-size: 12px;
    line-height: 1;
  }
}
/* normal version media queries */
@media screen and (min-width: 481px) and (max-width: 720px) {
  .meetings_yes_really ul {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .community_member_list .column-group .column:first-of-type {
    box-sizing: border-box;
    padding: 0 0 0.75rem;
    width: 100%;
    margin-bottom: 0.75rem;
    border-right: 0;
    border-bottom: 1px solid #dfdfdf;
  }
  .community_member_list .column-group .column:last-of-type {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    border-left: 0;
    margin: 0;
  }
  .meetings_yes_really ul {
    margin-left: 0;
    margin-bottom: 0.65rem;
    text-align: center;
  }
  .meetings_yes_really ul li {
    width: auto;
    font-size: 0.78888888rem;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    text-align:left;
    margin: 0;
    padding: 0 4px;
  }
  .meetings_yes_really ul li:first-child {
    padding-left: 0;
  }
  .meetings_yes_really ul li:last-child {
    padding-right: 0;
  }
  .meetings_yes_really ul li:before {
    display: none;
  }
}

/*
// ELEMENT: Blog section nav
*/

.blog_section_menu ul {
  list-style-type: none;
  margin: 0;
  font-size: 15px;
  padding: 0 0 0.5em;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.blog_section_menu ul li {
  display: inline-block;
  padding: 8px;
}
.blog_section_menu ul li:not(:last-child) {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.blog_section_menu ul li.subscribe_link {
  /*padding-left: 0;*/
}
.blog_section_menu ul li a {
  transition: all 0.3s;
}
.blog_section_menu ul li a.button {
  font-size: 13px;
  border: 0;
  background-color: #26bcd7;
  color: #fff;
}
.blog_section_menu ul li a.button:hover {
  color: #fff;
  background-color: #000;
}
.blog_section_menu ul li a.button:after {
  border-color: #fff;
}
.blog_section_menu ul li.current-menu-item a,
.blog_section_menu ul li a:hover,
.blog_section_menu ul li a:active,
.blog_section_menu ul li a:focus {
  color: #26bcd7;
}
@media screen and (max-width: 954px) {
  .blog_section_menu {
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 59.6875em) {
  .blog_section_menu {
    margin-right: 8.3333%;
    margin-left: 8.3333%;
  }
}
.smo .blog_section_menu ul li.member-meeting-live,
.smo .blog_section_menu ul li.summit-live {
  display: none;
}


/*
// ELEMENT: Open graph image upload form
*/

.wfu_overlay_editor_button, .wfu_overlay_editor {
  display: none !important;
}
div.file_div_clean.wfu_container {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
div[id*='wordpress_file_upload_title'] {
  text-align: center !important;
  display: block !important;
  margin-bottom: 1em;
}
div.file_div_clean.wfu_container .file_title_clean {
  font-weight: bold;
}
table.file_table_clean {
  width: 100% !important;
  text-align: center !important;
}
div.file_div_clean.wfu_container > .file_div_clean:nth-of-type(4) { /* target upload form */
}
div.file_div_clean.wfu_container > .file_div_clean:nth-of-type(4) .file_td_clean:nth-of-type(1) { /* target upload text area */
  width: 50%;
  padding-right: 4px !important;
}
div.file_div_clean.wfu_container > .file_div_clean:nth-of-type(4) .file_td_clean:nth-of-type(1) .file_div_clean { /* target upload text area */
  width: 100%;
}
div.file_div_clean.wfu_container input[type="text"].file_input_textbox,
div.file_div_clean, form.file_input_uploadform {
  width: 100% !important;
}
form.file_input_uploadform input[type="button"],
div.file_div_clean.wfu_container input[type="button"].file_input_submit {
  /* overflow: visible; */
  display: block;
  width: 100% !important;
  height: 25px !important;
  top: 1px;
  font-size: 13px !important;
  color: #fff;
  background: #26bcd7;
  border-radius: 0;
  border: 0;
}
div.file_div_clean.wfu_container input[type="button"].file_input_submit {
  top: 0;
}
form.file_input_uploadform:hover input[type="button"],
input[type="button"].file_input_submit:hover {
  color: #fff;
  background: #000000;
}
label.file_messageblock_fileheader_label, label.file_messageblock_filesubheader_messagelabel {
  font-size: 15px !important;
  line-height: 18px !important;
}
.file_messageblock_filearrow_td {
  border: 0 !important;
}

/*
// ELEMENT: Multi-community shortlist subscribe form
*/

.multi_community_form {
  background-color: #eaeaea;
  font-size: 16px;
  padding: 0.75em 1em 1em;
  max-width: 34em;
  margin: 0 auto;
}
.multi_community_form p,
.multi_community_form h3 {
  padding: 0;
}
.multi_community_form h3 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 0.5em;
}
.multi_community_form p {
  line-height: 22px;
}
.multi_community_form .form_top_text {
  padding-bottom: 1em;
}
.multi_community_form .form_checkboxes {
  padding: 0;
  /*border-top: 1px solid #bbbbbb;*/
}
.multi_community_form hr {
  margin: 0.5em 0;
}
.multi_community_form .form_checkboxes ul {
  padding: 0;
  margin: 0;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
.multi_community_form .form_checkboxes ul li {
  padding: 0;
}
.multi_community_form .form_checkboxes ul li:before {
  display: none;
}
.multi_community_form .form_checkboxes label {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  margin-left: 0.5em;
  text-transform: unset !important;
  letter-spacing: unset !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.multi_community_form .form_fields {
  margin-top: 0.5em;
}
.multi_community_form input[type="email"]::placeholder {
  font-style: italic;
}
.multi_community_form .form_fields .email_submit input {
  margin: 0;
  display: inline-block !important;
}
.multi_community_form .form_fields .email_submit input[type="email"] {
  width: calc(100% - 8rem);
}
.multi_community_form .form_fields .email_submit input[type="submit"] {
  width: 8rem;
  margin-left: -4px;
  padding-top: 6px;
  padding-bottom: 7px;
}
@media screen and (max-width: 480px) {
  .multi_community_form .form_checkboxes ul {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}

/*
// ELEMENT: Logo grid (for trademark page)
*/

.logo_grid {
  display: flex;
  flex-align: center;
  flex-flow: row wrap;
  justify-content: center;
}
.logo_grid div {
  width: 250px;
  height: 180px;
  margin: -1px 0 0 -1px;
  border: 1px solid #dddddd;
  padding: 20px;
  line-height: 140px;
  text-align: center;
}
.logo_grid div img {
  display: inline-block;
  padding: 0;
  max-height: 100%;
  position: relative;
  top: -4px;
}
.logo_grid div:empty {
  display: none;
}

/*
// ELEMENT: CTA button group
*/

.button_group .cta {
  text-transform: none;
  letter-spacing: normal;
  font-size: 16px;
  display: block;
  padding: 1em;
  line-height: 1.2em;
  text-align: center;
  width: calc(100% - 2em);
}
.button_group .column-number-1 .cta {
  margin-left: auto;
}
@media screen and (max-width:720px) {
  .button_group .cta {
    width: calc(100% - 4em);
    margin: 0 auto;
  }
  .button_group .column-number-1 .cta {
    margin-bottom: 0.5em;
  }
}
.button_group .button {
  transition: all 0.3s;
}
.button_group .button:hover {
  background-color: #eaeaea;
  border-color: #fff;
}
.button_group .button.blue {
  color: #fff;
  border-color: #26bcd7;
  background-color: #26bcd7;
  transition: all 0.3s;
}
.button_group .button.blue:hover {
  border-color: #fff;
  color: #000;
}
.button_group .button.blue:after {
  border-color: #fff;
}
.button_group .button.blue:hover:after {
  border-color: #000;
}
.button_group .button:after {
  transition: all 0.3s;
}
.button_group .button:hover:after,
.button_group .button:focus:after {
  left: 0;
  transform: rotate(135deg);
}
.button_group .button.toggled {
  border-color: #000 !important;
  color: #000;
  background-color: #fff;
}
.button_group .button.toggled:after {
  border-color: #000 !important;
  transform: rotate(135deg);
}
.cta_forms.toggle-panel {
  border: 2px solid #26bcd7;
  max-width: 500px;
  margin: 2rem auto;
  padding: 1rem;
}
.cta_forms.toggle-panel h3 {
  padding: 0 0 0.75em;
  color: #26bcd7;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 0.75em;
  border-bottom: 1px solid #26bcd7;
}
.cta_forms .panel p {
  padding: 0 !important;
}
.cta_forms .panel p br {
  display: none;
}
.cta_forms .panel p iframe {
  margin-bottom: 0 !important;
}
.toggle-panel:not(.toggled) {
  display: none;
}
.cta_forms .input {
  margin-right: 0 !important;
}
.cta_forms .form-columns-2 .hs-form-field:first-child {
  width: calc(50% - 4px);
  margin-right: 4px !important;
}
.cta_forms .form-columns-2 .hs-form-field:last-child {
  width: calc(50% - 4px);
  margin-left: 4px !important;
}
.cta_forms .hs-form-field input {
  margin-bottom: 0.5em;
}
.cta_forms input[type=submit] {
  font-size: 24px !important;
  padding: 0.5em 1em;
  margin-top: 0.5em;
}
.cta_forms .actions {
  text-align: center;
}
.cta_forms .hbspt-form .submitted-message p {
  color: #26bcd7;
  font-weight: 500;
  text-align: center;
}
.cta_forms .hbspt-form .submitted-message p a {
  color: #26bcd7;
  border-bottom: 1px solid #26bcd7;
  font-weight: 600;
  transition: all 0.3s;
}
.cta_forms .hbspt-form .submitted-message p a:hover {
  border-color: #000000;
}

/*
// PAGE: 404 / empty search page styles
*/

.search-no-results div#content {
  min-height: calc(100vh);
}
.no-results .page-header,
.not-found .page-header {
  margin-top: 2rem;
  border: 0;
}
.not-found .page-content,
.no-results .page-content {
  padding-top: 0;
  margin-top: 0
}
.error-404 .page-content {
  margin-top: 2rem;
}

@media screen and (min-width: 59.6875em) {
  .page-header {
    padding: unset;
  }
}
@media screen and (min-width: 38.75em) {
  .page-title, .taxonomy-description {
    margin-left: unset;
  }
  .page-header {
    border-bottom: 0;
    border-left: unset;
  }
}


/*
// PRINT ////////////////////////////////////////////////////////////////////////////////
*/

@media print {

/*
// PRINT: Header
*/
.custom-logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
  margin-top: -6px;
}
.site-description {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 144px);
  line-height: 20px;
  font-size: 16px;
  margin-top: 0px;
  margin-left: 1em;
  padding: 0.5em 0 0.5em 1.125em;
  border-left: 1px solid #cacaca;
}
.content_block.content_type_header {
  background-color: transparent !important;
  border-top: 1px solid #26bcd7;
  border-bottom: 1px solid #26bcd7;
  padding: 0;
}
/* homepage print styles */
.content_block.content_type_header .content_block_content_wrap {
  max-width: 100%;
  padding: 24px 14px;
}
.content_block.content_type_header h1.hello {
  font-size: 18px;
  color: #26bcd7;
}
.content_block.content_type_header h1.hello + h2 {
  font-size: 24px;
  line-height: 26px;
  width: calc(100% - 4.5em);
  color: #26bcd7;
}
.home-page .content_block.content_type_header + .content_block.full_width.full_height {
  display: none;
}

/*
// PRINT: Global typography
*/

body, html {
  font-size: 13px;
  line-height: 18px;
}
.content_type_text {
  margin: 0 14px;
}
.content_block_content_wrap {
  max-width: 100%;
  padding: 18px 0;
}
h1, .entry-content h1 {
  font-size: 32px;
}
h2, .entry-content h2 {
  font-size: 24px;
}
h3, .entry-content h3 {
  font-size: 16px;
  line-height: 22px;
}
p {
  margin-bottom: 1em;
}

/*
// PRINT: Main page column 
*/

#page_nav_wrap,
#mc_embed_signup,
nav.menu-header {
  display: none;
}
.community_logo_knockout,
.shortlist_logo_knockout {
  display: none !important;
}
.content_block.content_type_header h1,
.content_block.content_type_header h2,
.content_block.content_type_header h3,
.content_block.content_type_header h4,
.content_block.content_type_header h5,
.content_block.content_type_header p,
.content_block.content_type_header img {
  color: #26bcd7;
}
.content_block.content_type_header.community_header .column:first-child {
  padding: 0;
  margin: 0;
  width: 33%;
  border-right: 1px solid #26bcd7;
}
.content_block.content_type_header.community_header .column:last-child {
  padding: 0 0 0 1em;
  margin: 0;
  width: 66%;
  border-left: 1px solid #26bcd7;
  margin-left: -1px;
}
.community_header .column img {
  max-width: 100%;
  max-height: 80px;
  display: block;
  margin: 0 auto;
}
.content_block.content_type_header.community_header .column {
  font-size: 24px;
  line-height: 26px;
}
.content_block.full_width.full_height .content_block_content_wrap div.member-list {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.posts-wrapper {
  display: block;
}
h2.white {
  color: #000;
}
.content_block.content_type_color {
  background-color: transparent !important;
}
a.button.white, a.button.white:after {
  border-color: #26bcd7;
  color: #26bcd7;
  opacity: 1;
  transition: all 0.3s;
}
iframe {
  display: none;
}
.content_block .brand_block div[class*="block"] a {
  background-color: transparent !important;
  text-align: center;
}

/*
// PRINT: Sidebar
*/

.sidebar-container {
  border-left: 0;
  border-top: 1px solid;
}
.sidebar-container .widget {
  margin: 0 14px;
}

/*
// PRINT: Footer
*/

.site-footer {
  display: none;
}

}

/*
// PRINT: hidden things on web browsers
*/

@media screen {

.print-only {
  display: none;
}
.community_logo.print-only,
.shortlist_logo.print-only {
  display: none !important;
}

}