.affari-table {
  display: table;
  width: 100%;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
.no-pad {
  padding-left: 0;
  padding-right: 0;
}
.border-box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.no-overflow {
  overflow: hidden;
}
.kill-select-styles {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.kill-select-styles::-ms-expand {
  display: none;
}
.san-serif {
  font-family: Helvetica, Arial, sans-serif;
}
.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
@font-face {
  font-family: 'Museo Slab 100';
  src: url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-100.eot');
  src: url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-100.eot?#iefix') format('embedded-opentype'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-100.woff2') format('woff2'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-100.woff') format('woff'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-100.ttf') format('truetype'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-100.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Slab 500';
  src: url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-500.eot');
  src: url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-500.eot?#iefix') format('embedded-opentype'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-500.woff2') format('woff2'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-500.woff') format('woff'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-500.ttf') format('truetype'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-500.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Slab 700';
  src: url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-700.eot');
  src: url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-700.eot?#iefix') format('embedded-opentype'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-700.woff2') format('woff2'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-700.woff') format('woff'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-700.ttf') format('truetype'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-700.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Slab 900';
  src: url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-900.eot');
  src: url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-900.eot?#iefix') format('embedded-opentype'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-900.woff2') format('woff2'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-900.woff') format('woff'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-900.ttf') format('truetype'), url('https://igda.org/wp-content/themes/igda/fonts/MuseoSlab-900.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.museo-100 {
  font-family: 'Museo Slab 100', Arial, sans-serif;
}
.museo-500 {
  font-family: 'Museo Slab 500', Arial, sans-serif;
}
.museo-700 {
  font-family: 'Museo Slab 700', Arial, sans-serif;
}
.museo-900 {
  font-family: 'Museo Slab 900', Arial, sans-serif;
}
.museo-100,
.museo-500,
.museo-700,
.museo-900 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.neue-thin {
  font-family: Helvetica Neue LT W05_35 Thin, Arial, sans-serif;
}
.neue-light {
  font-family: Helvetica Neue LT W05_45 Light, Arial, sans-serif;
}
.neue-med {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
}
.neue-bold {
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
}
.neue-reg {
  font-family: Helvetica Neue LT, Arial, sans-serif;
}
.neue-thin,
.neue-light,
.neue-med,
.neue-reg,
.neue-bold {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 1em 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}
p,
li {
  line-height: 1.5;
}
blockquote {
  margin: 1em 0 1em 4em;
}
a:focus,
input:focus,
textarea:focus,
button:focus,
a:active,
input:active,
textarea:active,
button:active {
  outline: none;
}
body {
  font-size: 14px;
  background-color: #fff;
  color: #646464;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
figure {
  margin-left: 0;
  margin-right: 0;
  width: 100% !important;
}
iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.pagecontent,
#mainheader,
#mainfooter {
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#mainheader {
  margin-left: auto;
  margin-right: auto;
  max-width: 2500px;
  overflow: hidden;
}
.main-head-wrap {
  z-index: 1001;
  display: flex;
  padding-left: 34px;
  padding-right: 34px;
  height: 86px;
  background-color: #fff;
  position: fixed;
  width: 100%;
}
.main-head-wrap.gradient {
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
}
.main-head-wrap > * {
  margin-top: auto;
  margin-bottom: auto;
  flex-grow: 0;
}
.main-head-wrap #mainnav {
  flex-grow: 1;
  position: relative;
}
.main-head-wrap #mainnav .menu-item.menu-item-has-children .sub-menu {
  padding-left: 0;
  position: absolute;
  width: 200px;
  top: 41px;
  left: -13px;
  border: 1px solid #f0f0f0;
}
.main-head-wrap #mainnav .menu-item.menu-item-has-children .sub-menu li {
  margin-right: 0;
  border-bottom: 1px solid #f0f0f0;
}
.main-head-wrap #mainnav .menu-item.menu-item-has-children .sub-menu li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.main-head-wrap #mainnav .menu-item.menu-item-has-children .sub-menu li a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12.5px;
  background-color: #fff;
}
.main-head-wrap .menu-main-menu-container {
  padding-top: 25px;
}
.main-head-wrap .menu {
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-head-wrap .menu > * {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.main-head-wrap .menu li {
  margin-right: 20px;
}
.main-head-wrap .menu li:last-of-type {
  margin-right: 0;
}
.main-head-wrap .menu a {
  font-size: 14px;
  color: #000;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.02em;
}
.main-head-wrap .menu a:hover {
  color: #d81315;
}
.main-head-wrap #search-sign-in {
  position: absolute;
  top: -5px;
  right: 15px;
}
.main-head-wrap #search-sign-in form {
  display: inline-block;
  text-align: right;
}
.main-head-wrap #search-sign-in .screen-reader-txt {
  font-size: 11px;
  color: #000;
  margin-right: 3px;
  vertical-align: bottom;
}
.main-head-wrap #search-sign-in button {
  background-color: transparent;
  border: none;
  vertical-align: bottom;
}
.main-head-wrap #search-sign-in input {
  width: 50%;
  font-size: 12px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: none;
  color: #000;
  text-transform: uppercase;
}
.main-head-wrap #search-sign-in input ::-webkit-input-placeholder {
  color: #000;
}
.main-head-wrap #search-sign-in input :-moz-placeholder {
  color: #000;
  opacity: 1;
}
.main-head-wrap #search-sign-in input ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.main-head-wrap #search-sign-in input :-ms-input-placeholder {
  color: #000;
}
.main-head-wrap #search-sign-in input::-webkit-input-placeholder {
  color: #000;
}
.main-head-wrap #search-sign-in input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
.main-head-wrap #search-sign-in input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.main-head-wrap #search-sign-in input:-ms-input-placeholder {
  color: #000;
}
.main-head-wrap #search-sign-in a {
  margin-right: 28px;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  letter-spacing: 0;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-head-wrap #search-sign-in a:last-of-type {
  margin-right: 0;
}
.main-head-wrap #search-sign-in a:hover {
  color: #d81315;
  text-decoration: none;
}
.main-head-wrap #join-now {
  border: 2px solid #d81315;
  height: 60px;
  width: 146px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: right;
  text-transform: uppercase;
  color: #d81315;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-head-wrap #join-now img {
  text-align: right;
}
.main-head-wrap #join-now img.white {
  display: none;
}
.main-head-wrap #join-now:hover {
  text-decoration: none;
  background-color: #d81315;
  color: #fff;
}
.main-head-wrap #join-now:hover img.red {
  display: none;
}
.main-head-wrap #join-now:hover img.white {
  display: inline-block;
}
.main-head-wrap #join-now span {
  position: absolute;
  bottom: 6px;
  left: 9px;
}
.main-head-wrap #my-dashboard {
  border: 2px solid #d81315;
  color: #d81315;
  text-align: center;
  width: 143px;
  height: 32px;
  padding-top: 4px;
  margin-top: 35px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-head-wrap #my-dashboard:hover {
  background-color: #d81315;
  color: #fff;
}
#mainlogo {
  margin-top: 14px;
  margin-right: 95px;
  width: 150px;
}
#mainfooter {
  background-color: #141414;
  padding-top: 70px;
  padding-bottom: 0;
  color: #fff;
  position: relative;
  z-index: 10;
}
#mainfooter img.logo {
  width: 119px;
  margin-bottom: 35px;
}
#footertop .menu-footer-container {
  margin-top: 40px;
}
#footertop .menu-footer-container ul {
  list-style: none;
  padding: 0;
}
#footertop .menu-footer-container ul > li.menu-item-has-children {
  display: inline-block;
  vertical-align: top;
  margin-right: 75px;
  margin-bottom: 40px;
}
#footertop .menu-footer-container ul > li.menu-item-has-children > a {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #fff;
}
#footertop .menu-footer-container ul > li a {
  color: #646464;
}
#footertop .vert-border {
  height: 312px;
  border-left: 2px solid #646464;
  position: absolute;
  top: 28%;
  right: 34%;
}
#footertop .join-now .affari-table {
  height: 464px;
}
#footertop .join-now a.join-now {
  color: #d81315;
  border: 2px solid #d81315;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: inline-block;
  margin-bottom: 62px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#footertop .join-now a.join-now:hover {
  color: #fff;
  text-decoration: none;
  border-color: #fff;
}
#footertop .join-now .footer-social-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footertop .join-now .footer-social-links > li {
  display: inline-block;
  margin-right: 25px;
}
#footertop .join-now .footer-social-links > li:last-of-type {
  margin-right: 0;
}
#footertop .join-now .footer-social-links > li a .fab {
  font-size: 23px;
  color: #707070;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#footertop .join-now .footer-social-links > li a:hover .fab {
  color: #fff;
}
#footerbottom {
  background-color: #1E1E1E;
  padding-top: 30px;
  padding-bottom: 30px;
}
#footerbottom .col-md-6 {
  text-align: center;
}
#footerbottom .col-md-6 p,
#footerbottom .col-md-6 a {
  margin-bottom: 0;
  color: #fff;
  letter-spacing: 0.02em;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  display: inline-block;
}
#footerbottom .col-md-6 a {
  margin-left: 3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#footerbottom .col-md-6 a:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.hl1 {
  font-size: 38px;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
.hl1.light {
  color: #fff;
}
.hl2 {
  font-size: 30px;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.02em;
  color: #000;
}
.hl2.light {
  color: #fff;
}
.hl3,
.hl4,
.hl5 {
  font-size: 20px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.pageheader {
  position: fixed;
  right: 50px;
  top: 175px;
  z-index: 9;
}
.pageheader .social-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pageheader .social-links > li {
  margin-bottom: 15px;
  display: block;
}
.pageheader .social-links > li:last-of-type {
  margin-bottom: 0;
}
.pageheader .social-links > li a {
  display: inline-block;
  text-align: center;
}
.pageheader .social-links > li a .fab {
  color: #fff;
  font-size: 21px;
  margin-top: 1px;
}
.bttn {
  color: #fff;
  padding-left: 63px;
  padding-right: 63px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 40px;
  display: inline-block;
}
.bttn.mt0 {
  margin-top: 0;
}
.bttn.lrg {
  padding-left: 93px;
  padding-right: 93px;
  padding-top: 18px;
  padding-bottom: 18px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.bttn.sml {
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 12px;
  padding-bottom: 12px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-size: 11px;
  letter-spacing: 0.02em;
}
.bttn:hover {
  color: #fff;
  text-decoration: none;
}
.bttn-red {
  background-color: #d81315;
}
.bttn-red:hover {
  background-color: #b90608;
}
.bttn-red:focus {
  background-color: #880002;
}
.bttn-aqua {
  background-color: #64cbd0;
}
.bttn-aqua:hover {
  background-color: #4fa4A8;
}
.bttn-aqua:focus {
  background-color: #438488;
}
.social-icon {
  background-color: #000;
  width: 40px;
  padding-top: 8px;
  height: 40px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.social-icon:hover {
  background-color: #d81315;
}
.border {
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  display: block;
  width: 117px;
  border-bottom: 1px solid #fff;
}
.cta-link {
  text-decoration: none;
}
.cta-link img {
  margin-bottom: 2px;
  margin-left: 2px;
}
.cta-link:after {
  display: block;
  content: '';
  border-bottom: solid 1px #fff;
  padding-top: 0;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.cta-link:before {
  position: absolute;
  bottom: 1.2em;
  left: 0;
  width: 100%;
}
.cta-link:hover:after,
.cta-link:hover:before {
  transform: scaleX(1);
}
body.home #hero {
  margin-top: 86px;
  height: 539px;
  position: relative;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.home #hero h2 {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 40px;
}
body.home #hero .affari-table {
  height: 625px;
}
body.home #hero .col-md-4 {
  padding-left: 40px;
}
body.home #hero .col-md-offset-2 {
  margin-left: 18.666667%;
}
body.home #sub-hero {
  position: relative;
  box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.1), -12px 0 8px -4px rgba(0, 0, 0, 0.1);
  max-width: 1160px;
}
body.home #sub-hero #news-banner {
  position: absolute;
  top: -100px;
  right: 0;
  width: 680px;
  height: 100px;
}
body.home #sub-hero #news-banner .bttn {
  position: absolute;
  right: 20px;
  top: 0;
}
body.home #sub-hero #news-banner img {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  width: 9px;
}
body.home #sub-hero #news-banner p {
  max-width: 470px;
}
body.home #sub-hero #mobile-news-banner {
  width: 374px;
  height: 170px;
  display: none;
  position: relative;
}
body.home #sub-hero #mobile-news-banner .bttn {
  margin-top: 0;
}
body.home #sub-hero #mobile-news-banner img {
  width: 9px;
  position: absolute;
  right: 10px;
  top: 10px;
}
body.home #sub-hero #mobile-news-banner p {
  font-size: 12px;
}
body.home #sub-hero #mobile-news-banner p:first-of-type {
  font-size: 14px;
}
body.home #sub-hero #news-banner,
body.home #sub-hero #mobile-news-banner {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.1), -12px 0 8px -4px rgba(0, 0, 0, 0.1);
}
body.home #sub-hero .row {
  margin-left: auto;
  margin-right: auto;
}
body.home #sub-hero .about-us {
  background-color: #141414;
  height: 930px;
  width: 290px;
  text-align: center;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
body.home #sub-hero .about-us .affari-table {
  height: 930px;
}
body.home #sub-hero .about-us h2 {
  color: #fff;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.home #sub-hero .about-us p {
  text-align: left;
  letter-spacing: -0.02em;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.home #sub-hero .about-us .bttn.sml {
  font-size: 14px;
}
body.home #sub-hero .membership-area {
  height: 525px;
  padding-left: 30px;
  padding-right: 60px;
  padding-bottom: 35px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
}
body.home #sub-hero .membership-area .affari-table {
  height: 525px;
}
body.home #sub-hero .membership-area .cell {
  vertical-align: bottom !important;
  padding-bottom: 70px;
}
body.home #sub-hero .membership-area h2 {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  max-width: 311px;
}
body.home #sub-hero .feat-sections {
  width: 380px;
  height: 525px;
  color: #fff;
}
body.home #sub-hero .feat-sections .col-md-4 {
  max-width: 100% !important;
  height: 175px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 35px;
  padding-right: 15px;
}
body.home #sub-hero .feat-sections .col-md-4 .affari-table {
  height: 175px;
}
body.home #sub-hero .feat-sections .col-md-4 h2 {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  font-size: 29px;
}
body.home #sub-hero .feat-sections .col-md-4 p {
  letter-spacing: -0.02em;
  margin-top: 5px;
  margin-bottom: 5px;
}
body.home #sub-hero .feat-sections .col-md-4.section-0 {
  background-color: #fbd800;
}
body.home #sub-hero .feat-sections .col-md-4.section-1 {
  background-color: #d81315;
}
body.home #sub-hero .feat-sections .col-md-4.section-2 {
  background-color: #64cbd0;
}
body.home #sub-hero .feat-sections .col-md-4:hover p,
body.home #sub-hero .feat-sections .col-md-4:hover a {
  display: block !important;
}
body.home #sub-hero .feat-sections .col-md-4:hover.section-0 {
  background-image: none !important;
}
body.home #sub-hero .feat-sections .col-md-4:hover.section-1 {
  background-image: none !important;
}
body.home #sub-hero .feat-sections .col-md-4:hover.section-2 {
  background-image: none !important;
}
body.home #sub-hero .feat-sections a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 112px;
}
body.home #sub-hero .feat-sections a img {
  width: 12px;
}
body.home #sub-hero .news {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 405px;
  width: 870px;
  bottom: 0;
  left: 25%;
  position: absolute;
  overflow: hidden;
}
body.home #sub-hero .news .special {
  color: #646464;
  font-size: 262px;
  letter-spacing: -0.02em;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -moz-opacity: 0.1;
  -webkit-opacity: 0.1;
  -ms-opacity: 0.1;
  -o-opacity: 0.1;
  opacity: 0.1;
  position: absolute;
  bottom: -12px;
  right: -47px;
  overflow: hidden;
  line-height: 150px;
}
body.home #sub-hero .news p {
  margin-top: 3px;
}
body.home #sub-hero .news p:nth-of-type(2) {
  margin-bottom: 35px;
}
body.home #sub-hero .news a.title {
  font-size: 16px;
  color: #000;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}
body.home #events-members {
  box-shadow: 12px 0 15px -4px rgba(0, 0, 0, 0.1), -12px 0 8px -4px rgba(0, 0, 0, 0.1);
  max-width: 1160px;
}
body.home #events-members .events {
  padding-left: 40px;
  height: 450px;
  padding-bottom: 40px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.home #events-members .events .affari-table {
  height: 450px;
}
body.home #events-members .events .cell {
  vertical-align: bottom;
  padding-bottom: 40px;
}
body.home #events-members .events .hl1 {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 45px;
  font-size: 30px;
}
body.home #events-members .events ul.events-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.home #events-members .events ul.events-list > li {
  margin-bottom: 32px;
}
body.home #events-members .events ul.events-list > li:last-of-type {
  margin-bottom: 0;
}
body.home #events-members .events ul.events-list > li > a {
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
}
body.home #events-members .events ul.events-list .event-thumb {
  background-size: contain;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  height: 54px;
  width: 74px;
  display: inline-block;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: center;
}
body.home #events-members .events ul.events-list .date {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
}
body.home #events-members .events ul.events-list .date span.d {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  display: block;
  letter-spacing: -0.02em;
  line-height: 28px;
}
body.home #events-members .events ul.events-list .date span.M-y {
  font-size: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.home #events-members .events ul.events-list .title-venue {
  color: #fff;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
body.home #events-members .events ul.events-list .title-venue p {
  margin: 0;
}
body.home #events-members .events ul.events-list .title-venue .title {
  font-size: 20px;
}
body.home #events-members .events ul.events-list .title-venue .title a {
  color: #fff;
}
body.home #events-members .events .see-all-events {
  color: #fff;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block;
}
body.home #events-members .events .see-all-events:hover {
  text-decoration: none;
}
body.home #events-members .events .see-all-events img {
  width: 12px;
}
body.home #events-members .current-mem {
  height: 449px;
  margin-top: 1px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.home #events-members .current-mem .affari-table {
  height: 450px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.home #events-members .current-mem .affari-table p {
  display: none;
}
body.home #events-members .current-mem .affari-table:hover {
  background-color: rgba(1, 1, 1, 0.8);
}
body.home #events-members .current-mem .affari-table:hover p {
  display: block;
  color: #fff;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.home #events-members .current-mem .affari-table:hover a {
  display: inline-block;
  margin-top: 15px;
}
body.home #events-members .current-mem .cell {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  vertical-align: top;
}
body.home #events-members .current-mem .hl2 {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.home #events-members .current-mem a {
  display: none;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.home #events-members .current-mem a img {
  width: 12px;
}
body.home #events-members .learn-more {
  background-color: #d81315;
  height: 450px;
  color: #fff;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
}
body.home #events-members .learn-more .cell {
  padding-left: 40px;
}
body.home #events-members .learn-more p {
  text-align: left;
  letter-spacing: -0.02em;
}
body.home #events-members .learn-more .affari-table {
  height: 450px;
}
body.home #events-members .learn-more a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.home #events-members .learn-more a img {
  width: 12px;
}
body.home #featured {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
body.home #featured h2 {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.home #featured .col-lg-12,
body.home #featured .col-md-12,
body.home #featured .col-sm-12,
body.home #featured .col-xs-6 {
  margin-top: 35px;
}
body.home #featured .col-lg-12 .inner,
body.home #featured .col-md-12 .inner,
body.home #featured .col-sm-12 .inner,
body.home #featured .col-xs-6 .inner {
  position: relative;
  height: 282px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: left;
  background-color: #64cbd0;
}
body.home #featured .col-lg-12 .inner .affari-table,
body.home #featured .col-md-12 .inner .affari-table,
body.home #featured .col-sm-12 .inner .affari-table,
body.home #featured .col-xs-6 .inner .affari-table {
  height: 282px;
}
body.home #featured .col-lg-12 .inner .pt-label,
body.home #featured .col-md-12 .inner .pt-label,
body.home #featured .col-sm-12 .inner .pt-label,
body.home #featured .col-xs-6 .inner .pt-label {
  position: relative;
  z-index: 10;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-left: 30px;
  margin-bottom: 10px;
}
body.home #featured .col-lg-12 .inner .hl2,
body.home #featured .col-md-12 .inner .hl2,
body.home #featured .col-sm-12 .inner .hl2,
body.home #featured .col-xs-6 .inner .hl2 {
  padding-left: 30px;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 10;
}
body.home #featured .col-lg-12 .inner:hover .hidden-data,
body.home #featured .col-md-12 .inner:hover .hidden-data,
body.home #featured .col-sm-12 .inner:hover .hidden-data,
body.home #featured .col-xs-6 .inner:hover .hidden-data {
  display: block;
}
body.home #featured .col-lg-12 .inner:hover .gradient,
body.home #featured .col-md-12 .inner:hover .gradient,
body.home #featured .col-sm-12 .inner:hover .gradient,
body.home #featured .col-xs-6 .inner:hover .gradient {
  display: none;
}
body.home #featured .col-lg-12 .inner:hover:not(.chapter) > .affari-table,
body.home #featured .col-md-12 .inner:hover:not(.chapter) > .affari-table,
body.home #featured .col-sm-12 .inner:hover:not(.chapter) > .affari-table,
body.home #featured .col-xs-6 .inner:hover:not(.chapter) > .affari-table {
  background-color: rgba(1, 1, 1, 0.8);
}
body.home #featured .col-lg-12 .inner.chapter-0,
body.home #featured .col-md-12 .inner.chapter-0,
body.home #featured .col-sm-12 .inner.chapter-0,
body.home #featured .col-xs-6 .inner.chapter-0 {
  background-color: #d81315;
}
body.home #featured .col-lg-12 .inner .hidden-data,
body.home #featured .col-md-12 .inner .hidden-data,
body.home #featured .col-sm-12 .inner .hidden-data,
body.home #featured .col-xs-6 .inner .hidden-data {
  display: none;
  color: #fff;
  padding-left: 30px;
}
body.home #featured .col-lg-12 .inner .hidden-data a,
body.home #featured .col-md-12 .inner .hidden-data a,
body.home #featured .col-sm-12 .inner .hidden-data a,
body.home #featured .col-xs-6 .inner .hidden-data a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.home #featured .col-lg-12 .inner .hidden-data a img,
body.home #featured .col-md-12 .inner .hidden-data a img,
body.home #featured .col-sm-12 .inner .hidden-data a img,
body.home #featured .col-xs-6 .inner .hidden-data a img {
  width: 12px;
}
body.home #featured .col-lg-12 .inner .gradient,
body.home #featured .col-md-12 .inner .gradient,
body.home #featured .col-sm-12 .inner .gradient,
body.home #featured .col-xs-6 .inner .gradient {
  position: absolute;
  right: 0;
  top: 100px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 100%);
}
body.page-template-tmpl-about .container {
  max-width: 1160px;
}
body.page-template-tmpl-about #hero {
  height: 570px;
  margin-top: 86px;
  position: relative;
}
body.page-template-tmpl-about #hero .left {
  padding-left: 140px;
}
body.page-template-tmpl-about #hero .left .affari-table {
  height: 570px;
}
body.page-template-tmpl-about #hero .left h2 {
  text-align: right;
  font-size: 30px;
  margin-right: -75px;
  position: relative;
  z-index: 10;
  letter-spacing: -0.02em;
}
body.page-template-tmpl-about #hero .left p {
  margin-bottom: 40px;
}
body.page-template-tmpl-about #hero .left p:first-of-type {
  margin-bottom: 0;
  font-size: 24px;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  letter-spacing: -0.02em;
}
body.page-template-tmpl-about #hero .left .about-hero-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.page-template-tmpl-about #hero .left .about-hero-links li {
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 50px;
}
body.page-template-tmpl-about #hero .left .about-hero-links li:last-of-type {
  margin-right: 0;
}
body.page-template-tmpl-about #hero .left .about-hero-links li a {
  color: #d81315;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
body.page-template-tmpl-about #hero .left .about-hero-links li a.cta-link:after {
  border-bottom: solid 1px #d81315;
}
body.page-template-tmpl-about #hero .left .about-hero-links li img {
  width: 12px;
  margin-left: 12px;
  margin-bottom: 3px;
}
body.page-template-tmpl-about #hero .right .right-inner {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 570px;
}
body.page-template-tmpl-about #sub-hero .mission,
body.page-template-tmpl-about #sub-hero .vision {
  height: 270px;
  padding-left: 45px;
  padding-right: 80px;
  position: relative;
  padding-top: 55px;
  color: #fff;
}
body.page-template-tmpl-about #sub-hero .mission p:first-of-type,
body.page-template-tmpl-about #sub-hero .vision p:first-of-type {
  font-size: 26px;
  letter-spacing: 0;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}
body.page-template-tmpl-about #sub-hero .mission h2,
body.page-template-tmpl-about #sub-hero .vision h2 {
  position: absolute;
  color: #fff;
  right: 0;
  bottom: 0;
  font-family: 'Museo Slab 900', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 84px;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  opacity: 0.2;
  letter-spacing: -0.02em;
  line-height: 42px;
}
body.page-template-tmpl-about #sub-hero .mission {
  background-color: #000;
}
body.page-template-tmpl-about #sub-hero .vision {
  background-color: #d81315;
}
body.page-template-tmpl-about #who-we-are {
  padding-top: 70px;
}
body.page-template-tmpl-about #who-we-are .col-lg-3 .inner,
body.page-template-tmpl-about #who-we-are .col-md-6 .inner {
  width: 275px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
}
body.page-template-tmpl-about #who-we-are .statement-links {
  height: 250px;
}
body.page-template-tmpl-about #who-we-are .statement-links .affari-table {
  height: 250px;
}
body.page-template-tmpl-about #who-we-are .statement-links .hl1 {
  font-size: 24px;
  margin-bottom: 12px;
}
body.page-template-tmpl-about #who-we-are .statement-links .who-we-are-links {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.page-template-tmpl-about #who-we-are .statement-links .who-we-are-links li {
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-right: 50px;
}
body.page-template-tmpl-about #who-we-are .statement-links .who-we-are-links li:last-of-type {
  margin-right: 0;
}
body.page-template-tmpl-about #who-we-are .statement-links .who-we-are-links li a {
  color: #d81315;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
body.page-template-tmpl-about #who-we-are .statement-links .who-we-are-links li a.cta-link:after {
  border-bottom: solid 1px #d81315;
}
body.page-template-tmpl-about #who-we-are .statement-links .who-we-are-links li img {
  width: 12px;
  margin-left: 12px;
  margin-bottom: 3px;
}
body.page-template-tmpl-about #history {
  padding-top: 70px;
  padding-bottom: 50px;
  height: auto;
}
body.page-template-tmpl-about #history .row {
  margin-right: auto;
  margin-left: auto;
}
body.page-template-tmpl-about #history .hl1 {
  font-size: 24px;
  margin-bottom: 12px;
}
body.page-template-tmpl-about #history .hl2 {
  letter-spacing: 0;
  vertical-align: middle;
  position: relative;
}
body.page-template-tmpl-about #history .hl2 img {
  position: absolute;
  top: 8px;
  right: -5px;
  width: 10px;
  z-index: 10;
}
body.page-template-tmpl-about #history .col-md-6 .col-md-2 {
  padding-left: 0;
  padding-right: 0;
}
body.page-template-tmpl-about #history .col-md-6 .col-md-10 {
  border-left: 1px solid #707070;
}
body.page-template-tmpl-about #history .col-md-6 .col-md-10 {
  height: auto;
  padding-bottom: 10px;
}
body.page-template-tmpl-about #history .col-md-6.right .row.nth-of-type(1) {
  display: none;
}
body.page-template-tmpl-about #history .col-md-6.right .row.nth-of-type(2) {
  display: none;
}
body.page-template-tmpl-about #history .col-md-6.right .row.nth-of-type(3) {
  display: none;
}
body.page-template-tmpl-about #history .col-md-6.right .col-md-10 {
  height: auto;
  padding-bottom: 25px;
}
body.page-template-tmpl-membership #hero {
  margin-top: 170px;
  text-align: center;
  margin-bottom: 55px;
}
body.page-template-tmpl-membership #hero .hl2 {
  margin-bottom: 0;
}
body.page-template-tmpl-membership .container {
  max-width: 1160px;
}
body.page-template-tmpl-membership #membership {
  margin-bottom: 40px;
}
body.page-template-tmpl-membership #membership .col-md-4 {
  margin-bottom: 15px;
  padding-left: 7px;
  padding-right: 7px;
}
body.page-template-tmpl-membership #membership a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.page-template-tmpl-membership #membership a .icon,
body.page-template-tmpl-membership #membership a .icon-hover {
  width: 179px;
}
body.page-template-tmpl-membership #membership a:hover .mem-inner {
  border: 2px solid #d81315;
  -webkit-box-shadow: 0 0 2px #000;
  -moz-box-shadow: 0 0 2px #000;
  box-shadow: 0 0 2px #000;
}
body.page-template-tmpl-membership #membership a:hover .mem-inner .icon {
  display: none;
}
body.page-template-tmpl-membership #membership a:hover .mem-inner .icon-hover {
  display: inline-block;
}
body.page-template-tmpl-membership #membership .mem-inner {
  text-align: center;
  border: 2px solid #acacac;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100%;
}
body.page-template-tmpl-membership #membership .mem-inner.already-a-member {
  background-color: #d81315;
  border: 1px solid #d81315;
}
body.page-template-tmpl-membership #membership .mem-inner.already-a-member .affari-table {
  height: 502px;
}
body.page-template-tmpl-membership #membership .mem-inner.already-a-member h3 {
  color: #fff;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  letter-spacing: -0.02em;
}
body.page-template-tmpl-membership #membership .mem-inner.already-a-member .bttn {
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid #fff;
}
body.page-template-tmpl-membership #membership .mem-inner.already-a-member .bttn-red:hover {
  background-color: #fff;
  color: #d81315;
  border: 2px solid #fff;
}
body.page-template-tmpl-membership #membership .mem-inner h3 {
  color: #d81315;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: 0;
}
body.page-template-tmpl-membership #membership .mem-inner .icon-hover {
  display: none;
}
body.page-template-tmpl-membership #membership .mem-inner p {
  color: #000;
  font-size: 16px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-membership #membership .mem-inner ul {
  margin: 0;
  text-align: left;
  padding-left: 50px;
  padding-right: 50px;
  list-style: none;
}
body.page-template-tmpl-membership #membership .mem-inner ul img {
  width: 16px;
  float: left;
}
body.page-template-tmpl-membership #membership .mem-inner ul li {
  padding-left: 25px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #646464;
  margin-bottom: 12px;
}
body.page-template-tmpl-membership #membership .mem-inner ul li:last-of-type {
  margin-bottom: 0;
}
body.page-template-tmpl-membership #membership .mem-inner ul li.checkmark {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
body.page-template-tmpl-membership #association-info .inner {
  padding-left: 65px;
  padding-right: 140px;
  height: 271px;
  color: #fff;
}
body.page-template-tmpl-membership #association-info .inner .affari-table {
  height: 271px;
}
body.page-template-tmpl-membership #association-info .inner h3 {
  font-size: 26px;
  margin-bottom: 0;
}
body.page-template-tmpl-membership #association-info .inner a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  display: inline-block;
  margin-top: 45px;
}
body.page-template-tmpl-membership #association-info .inner img {
  width: 12px;
}
body.page-template-tmpl-membership #association-info .inner.block-0 {
  background-color: #000;
}
body.page-template-tmpl-membership #association-info .inner.block-1 {
  background-color: #d81315;
}
body.page-template-tmpl-membership #association-info .inner.block-2 {
  background-color: #64cbd0;
}
body.page-template-tmpl-membership #member-benefits {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 100px;
}
body.page-template-tmpl-membership #member-benefits h3 {
  font-size: 24px;
}
body.page-template-tmpl-membership #member-benefits .left,
body.page-template-tmpl-membership #member-benefits .right {
  text-align: left;
}
body.page-template-tmpl-membership #member-benefits .left p.left-title,
body.page-template-tmpl-membership #member-benefits .right p.left-title,
body.page-template-tmpl-membership #member-benefits .left p.right-title,
body.page-template-tmpl-membership #member-benefits .right p.right-title {
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-top: 70px;
  color: #000;
  letter-spacing: -0.02em;
  border-bottom: 2px solid #000;
}
body.page-template-tmpl-membership #member-benefits .left.left,
body.page-template-tmpl-membership #member-benefits .right.left {
  padding-right: 30px;
}
body.page-template-tmpl-membership #member-benefits .left ul,
body.page-template-tmpl-membership #member-benefits .right ul {
  padding-left: 18px;
  list-style-image: url('../img/icon-flex-bullet.png');
  list-style-position: outside;
  list-style-type: circle;
}
body.page-template-tmpl-membership #member-benefits .col-md-9,
body.page-template-tmpl-membership #member-benefits .col-md-3 {
  margin-top: 50px;
}
body.page-template-tmpl-membership #member-benefits .col-md-9 .bg,
body.page-template-tmpl-membership #member-benefits .col-md-3 .bg {
  height: 315px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-tmpl-membership #already-a-member {
  background-color: #fbd800;
  height: 110px;
  padding-left: 125px;
}
body.page-template-tmpl-membership #already-a-member .affari-table {
  height: 110px;
}
body.page-template-tmpl-membership #already-a-member h3 {
  font-size: 20px;
}
body.page-template-tmpl-membership #already-a-member a {
  color: #000;
  border: 2px solid #000;
  display: inline-block;
  margin-top: 0;
  font-size: 14px;
}
body.page-template-tmpl-membership #already-a-member a:hover {
  background-color: #000;
  color: #fff;
}
body.page-template-tmpl-resources #hero {
  margin-top: 170px;
  text-align: center;
  margin-bottom: 55px;
}
body.page-template-tmpl-resources #hero .hl2 {
  margin-bottom: 0;
}
body.page-template-tmpl-resources .container {
  max-width: 1160px;
}
body.page-template-tmpl-resources #feat-resources {
  border-bottom: 1px solid #000;
  padding-bottom: 55px;
}
body.page-template-tmpl-resources #feat-resources .row:nth-of-type(2) {
  margin-top: 35px;
}
body.page-template-tmpl-resources #feat-resources h2 {
  text-align: center;
  font-size: 24px;
}
body.page-template-tmpl-resources #feat-resources .col-md-4,
body.page-template-tmpl-resources #feat-resources .col-md-8 {
  padding-left: 4px;
  padding-right: 4px;
}
body.page-template-tmpl-resources #feat-resources .col-md-4 {
  margin-top: 8px;
}
body.page-template-tmpl-resources #feat-resources .col-md-4.post-0 {
  margin-top: 0;
}
body.page-template-tmpl-resources #feat-resources .resource-thumb {
  position: relative;
  height: 200px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #acacac;
}
body.page-template-tmpl-resources #feat-resources .resource-thumb#webinar {
  background-image: url('../img/resources-webinar.jpg');
}
body.page-template-tmpl-resources #feat-resources .resource-thumb#video {
  background-image: url('../img/resources-video.jpg');
}
body.page-template-tmpl-resources #feat-resources .resource-thumb#article {
  background-image: url('../img/resources-article.jpg');
}
body.page-template-tmpl-resources #feat-resources .resource-thumb .special {
  color: #fff;
  font-size: 84px;
  letter-spacing: -0.02em;
  font-family: 'Museo Slab 900', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 42px;
}
body.page-template-tmpl-resources #feat-resources .resource-thumb.post-1 {
  height: 400px;
  color: #fff;
}
body.page-template-tmpl-resources #feat-resources .resource-thumb.post-1 .affari-table {
  height: 400px;
}
body.page-template-tmpl-resources #feat-resources .resource-thumb.post-1 .cell {
  vertical-align: bottom;
  padding-bottom: 30px;
}
body.page-template-tmpl-resources #feat-resources .resource-thumb.post-1 .hl1 {
  font-size: 26px;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-bottom: 0;
}
body.page-template-tmpl-resources #feat-resources .resource-thumb.post-1 p.excerpt {
  font-size: 18px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 8px;
  max-width: 490px;
}
body.page-template-tmpl-resources #feat-resources .resource-thumb.post-1 a.cta-link {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
body.page-template-tmpl-resources #feat-resources .resource-thumb.post-1 a.cta-link img {
  width: 12px;
}
body.page-template-tmpl-resources #feat-resources .postmeta {
  height: 200px;
  padding-left: 25px;
  border-bottom: 1px solid #acacac;
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
}
body.page-template-tmpl-resources #feat-resources .postmeta .affari-table {
  height: 200px;
}
body.page-template-tmpl-resources #feat-resources .postmeta .hl2 {
  font-size: 16px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-resources #feat-resources .postmeta a.cta-link {
  color: #d81315;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin-top: 25px;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}
body.page-template-tmpl-resources #feat-resources .postmeta a.cta-link:after {
  border-bottom: 1px solid #d81315;
}
body.page-template-tmpl-resources #feat-resources .postmeta a.cta-link img {
  width: 12px;
}
body.page-template-tmpl-resources #find-a-resource {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
body.page-template-tmpl-resources #find-a-resource .search button {
  background-color: transparent;
  border: none;
  vertical-align: bottom;
}
body.page-template-tmpl-resources #find-a-resource .search input {
  margin-left: -4px;
  width: 50%;
  font-size: 12px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: none;
  color: #000;
  text-transform: uppercase;
}
body.page-template-tmpl-resources #find-a-resource .search input ::-webkit-input-placeholder {
  color: #000;
}
body.page-template-tmpl-resources #find-a-resource .search input :-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-resources #find-a-resource .search input ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-resources #find-a-resource .search input :-ms-input-placeholder {
  color: #000;
}
body.page-template-tmpl-resources #find-a-resource .search input::-webkit-input-placeholder {
  color: #000;
}
body.page-template-tmpl-resources #find-a-resource .search input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-resources #find-a-resource .search input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-resources #find-a-resource .search input:-ms-input-placeholder {
  color: #000;
}
body.page-template-tmpl-resources #find-a-resource .filter {
  color: #000;
  text-align: right;
}
body.page-template-tmpl-resources #find-a-resource .filter p {
  display: inline-block;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  font-size: 12px;
  margin-right: 10px;
}
body.page-template-tmpl-resources #find-a-resource .filter img {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.page-template-tmpl-resources #find-a-resource .filter img.flip {
  transform: rotate(-180deg);
}
body.page-template-tmpl-resources #categories {
  padding-top: 55px;
  padding-bottom: 35px;
  position: relative;
  display: block;
}
body.page-template-tmpl-resources #categories > .row .row {
  text-align: center;
}
body.page-template-tmpl-resources #categories .clear {
  position: absolute;
  top: 23px;
  right: 6px;
}
body.page-template-tmpl-resources #categories .clear span {
  font-size: 12px;
  color: #707070;
  border-bottom: 2px solid #707070;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}
body.page-template-tmpl-resources #categories .clear img {
  margin-left: 16px;
  cursor: pointer;
}
body.page-template-tmpl-resources #categories .col-md-4 {
  border-right: 2px solid #707070;
}
body.page-template-tmpl-resources #categories p {
  text-transform: uppercase;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #000;
}
body.page-template-tmpl-resources #categories ul {
  list-style: none;
  padding: 0;
}
body.page-template-tmpl-resources #categories ul li {
  margin-bottom: 8px;
}
body.page-template-tmpl-resources #categories ul li:last-of-type {
  margin-bottom: 0;
}
body.page-template-tmpl-resources #categories ul li a {
  color: #646464;
  text-decoration: none;
}
body.page-template-tmpl-resources #categories ul li a.active {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
body.page-template-tmpl-resources #categories .bttn {
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}
body.page-template-tmpl-resources #the-resources {
  margin-top: 35px;
}
body.page-template-tmpl-resources #the-resources h4.hl2,
body.page-template-tmpl-resources #member-resources h4.hl2 {
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
  padding-bottom: 3px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-resources #the-resources .row.the-resources,
body.page-template-tmpl-resources #member-resources .row.the-resources {
  margin-left: auto;
  margin-right: auto;
}
body.page-template-tmpl-resources #the-resources a.perma,
body.page-template-tmpl-resources #member-resources a.perma {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
body.page-template-tmpl-resources #the-resources a.perma.non-member,
body.page-template-tmpl-resources #member-resources a.perma.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
body.page-template-tmpl-resources #the-resources a.perma:hover .inner-wrapper,
body.page-template-tmpl-resources #member-resources a.perma:hover .inner-wrapper {
  border: 1px solid #d81315;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper,
body.page-template-tmpl-resources #member-resources .inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #acacac;
  padding-top: 20px;
  height: 140px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 8px;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper .col-md-2,
body.page-template-tmpl-resources #member-resources .inner-wrapper .col-md-2 {
  text-align: right;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper img.resource-icon,
body.page-template-tmpl-resources #member-resources .inner-wrapper img.resource-icon {
  width: 24px;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper p.post-title,
body.page-template-tmpl-resources #member-resources .inner-wrapper p.post-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  line-height: 20px;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper p.chapter-name,
body.page-template-tmpl-resources #member-resources .inner-wrapper p.chapter-name,
body.page-template-tmpl-resources #the-resources .inner-wrapper p.sig-name,
body.page-template-tmpl-resources #member-resources .inner-wrapper p.sig-name,
body.page-template-tmpl-resources #the-resources .inner-wrapper p.igda,
body.page-template-tmpl-resources #member-resources .inner-wrapper p.igda {
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: 0;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper span.date,
body.page-template-tmpl-resources #member-resources .inner-wrapper span.date {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member .login-join,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member .login-join {
  display: none;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  border: 1px solid #d81315;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover p.chapter-name,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover p.chapter-name,
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover span.date,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover span.date,
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover p.sig-name,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover p.sig-name,
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover p.igda,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover p.igda {
  display: none;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover .login-join,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover .login-join {
  display: inline-block;
  margin-top: 25px;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover .login-join .login,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover .login-join .login {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #000;
  margin-top: 5px;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover .login-join .login:hover,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover .login-join .login:hover {
  text-decoration: underline;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover .login-join span,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover .login-join span {
  margin-left: 3px;
  margin-right: 3px;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover .login-join .join,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover .login-join .join {
  background-color: #000;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  border: 1px solid transparent;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper.non-member:hover .login-join .join:hover,
body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member:hover .login-join .join:hover {
  text-decoration: underline;
}
body.page-template-tmpl-resources #the-resources .inner-wrapper .inner-non-member,
body.page-template-tmpl-resources #member-resources .inner-wrapper .inner-non-member {
  display: none;
}
body.page-template-tmpl-resources #member-resources {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #64cbd0;
  color: #000;
}
body.page-template-tmpl-resources #member-resources h2 {
  text-align: center;
  margin-bottom: 35px;
}
body.page-template-tmpl-resources #member-resources .row {
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
}
body.page-template-tmpl-resources #member-resources .row.login {
  margin-top: 35px;
}
body.page-template-tmpl-resources #member-resources .row.login .col-md-7 p {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  text-align: left;
}
body.page-template-tmpl-resources #member-resources .row.login .login-join {
  text-align: right;
  margin-top: -12px;
  display: inline-block;
}
body.page-template-tmpl-resources #member-resources .row.login .login-join .login {
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  border: 1px solid #000;
}
body.page-template-tmpl-resources #member-resources .row.login .login-join .login:hover {
  text-decoration: underline;
}
body.page-template-tmpl-resources #member-resources .row.login .login-join span {
  margin-left: 5px;
  margin-right: 5px;
}
body.page-template-tmpl-resources #member-resources .row.login .login-join .join {
  background-color: #000;
  margin-top: 0;
  color: #fff;
  border: 1px solid transparent;
}
body.page-template-tmpl-resources #member-resources .row.login .login-join .join:hover {
  text-decoration: underline;
}
body.page-template-tmpl-news #hero {
  padding-top: 82px;
  padding-bottom: 38px;
  margin-top: 86px;
  text-align: center;
  border-bottom: 1px solid #000;
}
body.page-template-tmpl-news #hero .thumb {
  height: 446px;
  margin-top: 50px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
}
body.page-template-tmpl-news #hero .thumb p {
  color: #fff;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-news #hero .thumb .affari-table {
  height: 446px;
}
body.page-template-tmpl-news #hero .thumb .cell {
  vertical-align: bottom;
  padding-bottom: 25px;
  padding-left: 10px;
}
body.page-template-tmpl-news #hero .feat-postdata {
  margin-top: 50px;
  text-align: left;
  padding-left: 30px;
  border: 1px solid #acacac;
  height: 446px;
}
body.page-template-tmpl-news #hero .feat-postdata .affari-table {
  height: 446px;
}
body.page-template-tmpl-news #hero .feat-postdata p.post-title {
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
body.page-template-tmpl-news #hero .feat-postdata p {
  margin-top: 2px;
}
body.page-template-tmpl-news #hero .feat-postdata a {
  color: #d81315;
  text-transform: uppercase;
  display: inline-block;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-decoration: none;
  margin-top: 30px;
}
body.page-template-tmpl-news #hero .feat-postdata a:after {
  border-bottom: solid 1px #d81315;
}
body.page-template-tmpl-news #hero .feat-postdata a img {
  width: 12px;
  margin-left: 4px;
  margin-bottom: 2px;
}
body.page-template-tmpl-news #search-news {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
body.page-template-tmpl-news #search-news .search button {
  background-color: transparent;
  border: none;
  vertical-align: bottom;
}
body.page-template-tmpl-news #search-news .search input {
  margin-left: -4px;
  width: 50%;
  font-size: 12px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: none;
  color: #000;
  text-transform: uppercase;
}
body.page-template-tmpl-news #search-news .search input ::-webkit-input-placeholder {
  color: #000;
}
body.page-template-tmpl-news #search-news .search input :-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-news #search-news .search input ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-news #search-news .search input :-ms-input-placeholder {
  color: #000;
}
body.page-template-tmpl-news #search-news .search input::-webkit-input-placeholder {
  color: #000;
}
body.page-template-tmpl-news #search-news .search input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-news #search-news .search input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-news #search-news .search input:-ms-input-placeholder {
  color: #000;
}
body.page-template-tmpl-news #search-news .filter {
  color: #000;
  text-align: right;
}
body.page-template-tmpl-news #search-news .filter p {
  display: inline-block;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  font-size: 12px;
  margin-right: 10px;
}
body.page-template-tmpl-news #search-news .filter img {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.page-template-tmpl-news #search-news .filter img.flip {
  transform: rotate(-180deg);
}
body.page-template-tmpl-news #categories {
  padding-top: 55px;
  padding-bottom: 35px;
  position: relative;
  display: block;
}
body.page-template-tmpl-news #categories > .row .row {
  text-align: center;
}
body.page-template-tmpl-news #categories .clear {
  position: absolute;
  top: 23px;
  right: 6px;
}
body.page-template-tmpl-news #categories .clear span {
  font-size: 12px;
  color: #707070;
  border-bottom: 2px solid #707070;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}
body.page-template-tmpl-news #categories .clear img {
  margin-left: 16px;
  cursor: pointer;
}
body.page-template-tmpl-news #categories .col-md-4 {
  border-right: 2px solid #707070;
}
body.page-template-tmpl-news #categories p {
  text-transform: uppercase;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #000;
}
body.page-template-tmpl-news #categories ul {
  list-style: none;
  padding: 0;
}
body.page-template-tmpl-news #categories ul li {
  margin-bottom: 8px;
}
body.page-template-tmpl-news #categories ul li:last-of-type {
  margin-bottom: 0;
}
body.page-template-tmpl-news #categories ul li a {
  color: #646464;
  text-decoration: none;
}
body.page-template-tmpl-news #categories ul li a.active {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
body.page-template-tmpl-news #categories .bttn {
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}
body.page-template-tmpl-news #news-posts {
  padding-top: 20px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
}
body.page-template-tmpl-news #news-posts .masonry {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 1500px;
  min-height: 900px;
}
body.page-template-tmpl-news #news-posts .masonry-brick {
  width: 375px;
  border: 1px solid #ACACAC;
  margin-bottom: 7px;
  margin-right: 7px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
body.page-template-tmpl-news #news-posts .masonry-brick.taller {
  min-height: 400px;
}
body.page-template-tmpl-news #news-posts .masonry-brick .news-bg {
  height: 210px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
body.page-template-tmpl-news #news-posts .masonry-brick p {
  padding-left: 30px;
  padding-right: 30px;
}
body.page-template-tmpl-news #news-posts .masonry-brick p.chapter-name,
body.page-template-tmpl-news #news-posts .masonry-brick p.sig-name,
body.page-template-tmpl-news #news-posts .masonry-brick p.igda {
  color: #000;
  font-size: 12px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  padding: 0;
  left: 30px;
  bottom: 0;
}
body.page-template-tmpl-news #news-posts .masonry-brick .post-title {
  margin-left: 30px;
  margin-top: 30px;
  line-height: 20px;
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 16px;
}
body.page-template-tmpl-news #news-posts .masonry-brick span.date {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@supports not (flex-wrap: wrap) {
  body.page-template-tmpl-news #news-posts div.masonry {
    display: block;
  }
}
body.page-template-tmpl-news #news-posts nav.pagination {
  text-align: center;
  padding-bottom: 40px;
}
body.page-template-tmpl-news #news-posts nav.pagination .page-numbers {
  margin-right: 15px;
}
body.page-template-tmpl-news #news-posts nav.pagination span {
  color: #fff;
  background-color: #64cbd0;
  margin-right: 15px;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
body.page-template-tmpl-news #news-posts nav.pagination a {
  color: #000;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}
body.page-template-tmpl-sig-directory #hero,
body.post-type-archive-sig #hero {
  margin-top: 170px;
  text-align: center;
  margin-bottom: 55px;
}
body.page-template-tmpl-sig-directory #hero .hl2,
body.post-type-archive-sig #hero .hl2 {
  margin-bottom: 0;
}
body.page-template-tmpl-sig-directory .container,
body.post-type-archive-sig .container {
  max-width: 1160px;
}
body.page-template-tmpl-sig-directory #sig-types,
body.post-type-archive-sig #sig-types {
  text-align: center;
}
body.page-template-tmpl-sig-directory #sig-types .col-md-4,
body.post-type-archive-sig #sig-types .col-md-4 {
  margin-top: 45px;
  color: #fff;
  height: 245px;
  text-align: left;
  background-color: #000;
}
body.page-template-tmpl-sig-directory #sig-types .col-md-4 .affari-table,
body.post-type-archive-sig #sig-types .col-md-4 .affari-table {
  height: 245px;
  padding-left: 64px;
  padding-right: 30px;
}
body.page-template-tmpl-sig-directory #sig-types .col-md-4:first-of-type,
body.post-type-archive-sig #sig-types .col-md-4:first-of-type {
  background-color: #64cbd0;
}
body.page-template-tmpl-sig-directory #sig-types .col-md-4:last-of-type,
body.post-type-archive-sig #sig-types .col-md-4:last-of-type {
  background-color: #d81315;
}
body.page-template-tmpl-sig-directory #sig-types .col-md-4 .hl2,
body.post-type-archive-sig #sig-types .col-md-4 .hl2 {
  color: #fff;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  letter-spacing: 0;
}
body.page-template-tmpl-sig-directory #sig-types .col-md-4 a.cta-link,
body.post-type-archive-sig #sig-types .col-md-4 a.cta-link {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  margin-top: 35px;
}
body.page-template-tmpl-sig-directory #sig-types .col-md-4 a.cta-link img,
body.post-type-archive-sig #sig-types .col-md-4 a.cta-link img {
  width: 12px;
}
body.page-template-tmpl-sig-directory #search-groups,
body.post-type-archive-sig #search-groups {
  margin-top: 50px;
}
body.page-template-tmpl-sig-directory #search-groups p,
body.post-type-archive-sig #search-groups p {
  color: #000;
  font-size: 12px;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
body.page-template-tmpl-sig-directory #search-groups .drop-list,
body.post-type-archive-sig #search-groups .drop-list {
  position: relative;
  width: 89%;
}
body.page-template-tmpl-sig-directory #search-groups .col-md-3:last-of-type,
body.post-type-archive-sig #search-groups .col-md-3:last-of-type {
  display: none;
}
body.page-template-tmpl-sig-directory #search-groups select,
body.post-type-archive-sig #search-groups select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 0.5em 3.5em 0.5em 1em;
  border: none;
  width: 257px;
  font-size: 12px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #646464;
  background-color: #F0F0F0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
}
body.page-template-tmpl-sig-directory #search-groups select::-ms-expand,
body.post-type-archive-sig #search-groups select::-ms-expand {
  display: none;
}
body.page-template-tmpl-sig-directory #search-groups span,
body.post-type-archive-sig #search-groups span {
  background-color: #d81315;
  padding-top: 5px;
  text-align: center;
  right: 0;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 15%;
  z-index: 1;
  -moz-border-radius: 0px 9px 9px 0px;
  -webkit-border-radius: 0px 9px 9px 0px;
  -ms-border-radius: 0px 9px 9px 0px;
  -o-border-radius: 0px 9px 9px 0px;
  border-radius: 0px 9px 9px 0px;
  pointer-events: none;
  cursor: pointer;
}
body.page-template-tmpl-sig-directory #the-groups,
body.post-type-archive-sig #the-groups {
  margin-bottom: 50px;
}
body.page-template-tmpl-sig-directory #the-groups .col-md-12,
body.post-type-archive-sig #the-groups .col-md-12 {
  margin-top: 50px;
}
body.page-template-tmpl-sig-directory #the-groups .hl2,
body.post-type-archive-sig #the-groups .hl2 {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
  padding-bottom: 3px;
}
body.page-template-tmpl-sig-directory #the-groups p,
body.post-type-archive-sig #the-groups p {
  max-width: 555px;
  margin-bottom: 15px;
  margin-top: 3px;
}
body.page-template-tmpl-sig-directory #the-groups .chapter-title,
body.post-type-archive-sig #the-groups .chapter-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-sig-directory #group-resources,
body.post-type-archive-sig #group-resources {
  background-color: #fbd800;
  padding-top: 75px;
  padding-bottom: 75px;
}
body.page-template-tmpl-sig-directory #group-resources .hl2,
body.post-type-archive-sig #group-resources .hl2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 40px;
}
body.page-template-tmpl-sig-directory #sig-resources,
body.post-type-archive-sig #sig-resources {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fbd800;
}
body.page-template-tmpl-sig-directory #sig-resources .row,
body.post-type-archive-sig #sig-resources .row {
  max-width: 1160px;
  margin: 0 auto;
}
body.page-template-tmpl-sig-directory #sig-resources h2,
body.post-type-archive-sig #sig-resources h2 {
  text-align: center;
  margin-bottom: 35px;
}
body.page-template-tmpl-sig-directory #sig-resources a.perma,
body.post-type-archive-sig #sig-resources a.perma {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
body.page-template-tmpl-sig-directory #sig-resources a.perma.non-member,
body.post-type-archive-sig #sig-resources a.perma.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
body.page-template-tmpl-sig-directory #sig-resources a.perma:hover .inner-wrapper,
body.post-type-archive-sig #sig-resources a.perma:hover .inner-wrapper {
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper,
body.post-type-archive-sig #sig-resources .inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #000;
  padding-top: 20px;
  height: 120px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 35px;
  margin-right: 8px;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper .col-md-2,
body.post-type-archive-sig #sig-resources .inner-wrapper .col-md-2 {
  text-align: right;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper img.resource-icon,
body.post-type-archive-sig #sig-resources .inner-wrapper img.resource-icon {
  width: 24px;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper p.post-title,
body.post-type-archive-sig #sig-resources .inner-wrapper p.post-title {
  color: #000;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper p.author,
body.post-type-archive-sig #sig-resources .inner-wrapper p.author {
  font-size: 12px;
  color: #000;
  margin-top: 37px;
  margin-bottom: 0;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper p.author img,
body.post-type-archive-sig #sig-resources .inner-wrapper p.author img {
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper span.date,
body.post-type-archive-sig #sig-resources .inner-wrapper span.date {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member .login-join,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member .login-join {
  display: none;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member:hover,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member:hover p.author,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member:hover p.author,
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member:hover span.date,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member:hover span.date {
  display: none;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member:hover .login-join,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member:hover .login-join {
  display: inline-block;
  margin-top: 25px;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member:hover .login-join .login,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member:hover .login-join .login {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #000;
  margin-top: 5px;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member:hover .login-join .login:hover,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member:hover .login-join .login:hover {
  text-decoration: underline;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member:hover .login-join span,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member:hover .login-join span {
  margin-left: 3px;
  margin-right: 3px;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member:hover .login-join .join,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member:hover .login-join .join {
  background-color: #000;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  border: 1px solid transparent;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper.non-member:hover .login-join .join:hover,
body.post-type-archive-sig #sig-resources .inner-wrapper.non-member:hover .login-join .join:hover {
  text-decoration: underline;
}
body.page-template-tmpl-sig-directory #sig-resources .inner-wrapper .inner-non-member,
body.post-type-archive-sig #sig-resources .inner-wrapper .inner-non-member {
  display: none;
}
body.page-template-tmpl-sig-directory #cta-bar,
body.post-type-archive-sig #cta-bar {
  background-color: #fff;
  height: 110px;
  padding-left: 125px;
}
body.page-template-tmpl-sig-directory #cta-bar .affari-table,
body.post-type-archive-sig #cta-bar .affari-table {
  height: 110px;
}
body.page-template-tmpl-sig-directory #cta-bar h3,
body.post-type-archive-sig #cta-bar h3 {
  font-size: 20px;
}
body.page-template-tmpl-sig-directory #cta-bar a,
body.post-type-archive-sig #cta-bar a {
  color: #000;
  border: 2px solid #000;
  display: inline-block;
  margin-top: 0;
  font-size: 14px;
}
body.page-template-tmpl-sig-directory #cta-bar a:hover,
body.post-type-archive-sig #cta-bar a:hover {
  background-color: #000;
  color: #fff;
}
body.page-template-tmpl-chapter-directory #hero,
body.post-type-archive-chapters #hero {
  margin-top: 170px;
  text-align: center;
  margin-bottom: 55px;
}
body.page-template-tmpl-chapter-directory #hero .hl2,
body.post-type-archive-chapters #hero .hl2 {
  margin-bottom: 0;
}
body.page-template-tmpl-chapter-directory .container,
body.post-type-archive-chapters .container {
  max-width: 1160px;
}
body.page-template-tmpl-chapter-directory #map,
body.post-type-archive-chapters #map {
  margin-bottom: 50px;
  padding: 0;
  height: auto;
  position: relative;
}
body.page-template-tmpl-chapter-directory #map .hl2,
body.post-type-archive-chapters #map .hl2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
body.page-template-tmpl-chapter-directory #map .marker,
body.post-type-archive-chapters #map .marker {
  position: absolute;
  cursor: pointer;
  z-index: 4;
  margin-left: -6px;
  margin-top: -21px;
}
body.page-template-tmpl-chapter-directory #map .chapters,
body.post-type-archive-chapters #map .chapters {
  position: absolute;
  top: 15px;
  width: 196px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
body.page-template-tmpl-chapter-directory #map .chapters img,
body.post-type-archive-chapters #map .chapters img {
  margin-right: 12px;
}
body.page-template-tmpl-chapter-directory #map .chapters.academic,
body.post-type-archive-chapters #map .chapters.academic {
  left: 50%;
}
body.page-template-tmpl-chapter-directory #map .chapters.professional,
body.post-type-archive-chapters #map .chapters.professional {
  left: 50%;
  margin-left: -212px;
}
body.page-template-tmpl-chapter-directory #map .label,
body.post-type-archive-chapters #map .label {
  display: none;
  z-index: 5;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  border: 1px solid #fbd800;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  position: absolute;
  background-color: #fff;
}
body.page-template-tmpl-chapter-directory #map .label.active,
body.post-type-archive-chapters #map .label.active {
  display: block;
}
body.page-template-tmpl-chapter-directory #search-chapters,
body.post-type-archive-chapters #search-chapters {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
body.page-template-tmpl-chapter-directory #search-chapters .search button,
body.post-type-archive-chapters #search-chapters .search button {
  background-color: transparent;
  border: none;
  vertical-align: bottom;
}
body.page-template-tmpl-chapter-directory #search-chapters .search input,
body.post-type-archive-chapters #search-chapters .search input {
  margin-left: -4px;
  width: 50%;
  font-size: 12px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: none;
  color: #000;
  text-transform: uppercase;
}
body.page-template-tmpl-chapter-directory #search-chapters .search input ::-webkit-input-placeholder,
body.post-type-archive-chapters #search-chapters .search input ::-webkit-input-placeholder {
  color: #000;
}
body.page-template-tmpl-chapter-directory #search-chapters .search input :-moz-placeholder,
body.post-type-archive-chapters #search-chapters .search input :-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-chapter-directory #search-chapters .search input ::-moz-placeholder,
body.post-type-archive-chapters #search-chapters .search input ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-chapter-directory #search-chapters .search input :-ms-input-placeholder,
body.post-type-archive-chapters #search-chapters .search input :-ms-input-placeholder {
  color: #000;
}
body.page-template-tmpl-chapter-directory #search-chapters .search input::-webkit-input-placeholder,
body.post-type-archive-chapters #search-chapters .search input::-webkit-input-placeholder {
  color: #000;
}
body.page-template-tmpl-chapter-directory #search-chapters .search input:-moz-placeholder,
body.post-type-archive-chapters #search-chapters .search input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-chapter-directory #search-chapters .search input::-moz-placeholder,
body.post-type-archive-chapters #search-chapters .search input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-chapter-directory #search-chapters .search input:-ms-input-placeholder,
body.post-type-archive-chapters #search-chapters .search input:-ms-input-placeholder {
  color: #000;
}
body.page-template-tmpl-chapter-directory #search-chapters .filter,
body.post-type-archive-chapters #search-chapters .filter {
  color: #000;
  text-align: right;
}
body.page-template-tmpl-chapter-directory #search-chapters .filter p,
body.post-type-archive-chapters #search-chapters .filter p {
  display: inline-block;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  font-size: 12px;
  margin-right: 10px;
}
body.page-template-tmpl-chapter-directory #search-chapters .filter img,
body.post-type-archive-chapters #search-chapters .filter img {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.page-template-tmpl-chapter-directory #search-chapters .filter img.flip,
body.post-type-archive-chapters #search-chapters .filter img.flip {
  transform: rotate(-180deg);
}
body.page-template-tmpl-chapter-directory #categories,
body.post-type-archive-chapters #categories {
  padding-top: 55px;
  padding-bottom: 35px;
  position: relative;
  display: block;
}
body.page-template-tmpl-chapter-directory #categories > .row .row,
body.post-type-archive-chapters #categories > .row .row {
  text-align: center;
}
body.page-template-tmpl-chapter-directory #categories .clear,
body.post-type-archive-chapters #categories .clear {
  position: absolute;
  top: 23px;
  right: 6px;
}
body.page-template-tmpl-chapter-directory #categories .clear span,
body.post-type-archive-chapters #categories .clear span {
  font-size: 12px;
  color: #707070;
  border-bottom: 2px solid #707070;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}
body.page-template-tmpl-chapter-directory #categories .clear img,
body.post-type-archive-chapters #categories .clear img {
  margin-left: 16px;
  cursor: pointer;
}
body.page-template-tmpl-chapter-directory #categories .col-md-4,
body.post-type-archive-chapters #categories .col-md-4 {
  border-right: 2px solid #707070;
}
body.page-template-tmpl-chapter-directory #categories p,
body.post-type-archive-chapters #categories p {
  text-transform: uppercase;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #000;
}
body.page-template-tmpl-chapter-directory #categories ul,
body.post-type-archive-chapters #categories ul {
  list-style: none;
  padding: 0;
}
body.page-template-tmpl-chapter-directory #categories ul li,
body.post-type-archive-chapters #categories ul li {
  margin-bottom: 8px;
}
body.page-template-tmpl-chapter-directory #categories ul li:last-of-type,
body.post-type-archive-chapters #categories ul li:last-of-type {
  margin-bottom: 0;
}
body.page-template-tmpl-chapter-directory #categories ul li a,
body.post-type-archive-chapters #categories ul li a {
  color: #646464;
  text-decoration: none;
}
body.page-template-tmpl-chapter-directory #categories ul li a.active,
body.post-type-archive-chapters #categories ul li a.active {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
body.page-template-tmpl-chapter-directory #categories .bttn,
body.post-type-archive-chapters #categories .bttn {
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}
body.page-template-tmpl-chapter-directory #the-chapters,
body.post-type-archive-chapters #the-chapters {
  margin-bottom: 50px;
}
body.page-template-tmpl-chapter-directory #the-chapters .col-md-12,
body.post-type-archive-chapters #the-chapters .col-md-12 {
  margin-top: 35px;
}
body.page-template-tmpl-chapter-directory #the-chapters .hl2,
body.post-type-archive-chapters #the-chapters .hl2 {
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
  padding-bottom: 3px;
}
body.page-template-tmpl-chapter-directory #the-chapters p,
body.post-type-archive-chapters #the-chapters p {
  max-width: 555px;
  margin-top: 3px;
  margin-bottom: 15px;
}
body.page-template-tmpl-chapter-directory #the-chapters .chapter-title,
body.post-type-archive-chapters #the-chapters .chapter-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-chapter-directory #chapter-resources,
body.post-type-archive-chapters #chapter-resources {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fbd800;
}
body.page-template-tmpl-chapter-directory #chapter-resources .row,
body.post-type-archive-chapters #chapter-resources .row {
  max-width: 1160px;
  margin: 0 auto;
}
body.page-template-tmpl-chapter-directory #chapter-resources h2,
body.post-type-archive-chapters #chapter-resources h2 {
  text-align: center;
  margin-bottom: 35px;
}
body.page-template-tmpl-chapter-directory #chapter-resources a.perma,
body.post-type-archive-chapters #chapter-resources a.perma {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
body.page-template-tmpl-chapter-directory #chapter-resources a.perma.non-member,
body.post-type-archive-chapters #chapter-resources a.perma.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
body.page-template-tmpl-chapter-directory #chapter-resources a.perma:hover .inner-wrapper,
body.post-type-archive-chapters #chapter-resources a.perma:hover .inner-wrapper {
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper,
body.post-type-archive-chapters #chapter-resources .inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #000;
  padding-top: 20px;
  height: 120px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 35px;
  margin-right: 8px;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper .col-md-2,
body.post-type-archive-chapters #chapter-resources .inner-wrapper .col-md-2 {
  text-align: right;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper img.resource-icon,
body.post-type-archive-chapters #chapter-resources .inner-wrapper img.resource-icon {
  width: 24px;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper p.post-title,
body.post-type-archive-chapters #chapter-resources .inner-wrapper p.post-title {
  color: #000;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper p.author,
body.post-type-archive-chapters #chapter-resources .inner-wrapper p.author {
  font-size: 12px;
  color: #000;
  margin-top: 37px;
  margin-bottom: 0;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper p.author img,
body.post-type-archive-chapters #chapter-resources .inner-wrapper p.author img {
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper span.date,
body.post-type-archive-chapters #chapter-resources .inner-wrapper span.date {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member .login-join,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member .login-join {
  display: none;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member:hover,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member:hover p.author,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member:hover p.author,
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member:hover span.date,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member:hover span.date {
  display: none;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member:hover .login-join,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join {
  display: inline-block;
  margin-top: 25px;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member:hover .login-join .login,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join .login {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #000;
  margin-top: 5px;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member:hover .login-join .login:hover,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join .login:hover {
  text-decoration: underline;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member:hover .login-join span,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join span {
  margin-left: 3px;
  margin-right: 3px;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member:hover .login-join .join,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join .join {
  background-color: #000;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  border: 1px solid transparent;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper.non-member:hover .login-join .join:hover,
body.post-type-archive-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join .join:hover {
  text-decoration: underline;
}
body.page-template-tmpl-chapter-directory #chapter-resources .inner-wrapper .inner-non-member,
body.post-type-archive-chapters #chapter-resources .inner-wrapper .inner-non-member {
  display: none;
}
body.page-template-tmpl-chapter-directory #cta-bar,
body.post-type-archive-chapters #cta-bar {
  background-color: #fff;
  height: 110px;
  padding-left: 125px;
}
body.page-template-tmpl-chapter-directory #cta-bar .affari-table,
body.post-type-archive-chapters #cta-bar .affari-table {
  height: 110px;
}
body.page-template-tmpl-chapter-directory #cta-bar h3,
body.post-type-archive-chapters #cta-bar h3 {
  font-size: 20px;
}
body.page-template-tmpl-chapter-directory #cta-bar a,
body.post-type-archive-chapters #cta-bar a {
  color: #000;
  border: 2px solid #000;
  display: inline-block;
  margin-top: 0;
  font-size: 14px;
}
body.page-template-tmpl-chapter-directory #cta-bar a:hover,
body.post-type-archive-chapters #cta-bar a:hover {
  background-color: #000;
  color: #fff;
}
body.page-template-tmpl-contact #mainfooter {
  padding-top: 0;
}
body.page-template-tmpl-contact #mainfooter #footertop {
  display: none;
}
body.page-template-tmpl-contact .pageheader {
  display: none;
}
body.page-template-tmpl-contact #contact {
  height: 765px;
  position: relative;
  margin-top: 86px;
}
body.page-template-tmpl-contact #contact .left {
  padding-left: 70px;
  height: 560px;
  padding-right: 100px;
  background-color: #000;
  color: #fff;
}
body.page-template-tmpl-contact #contact .left .affari-table {
  height: 560px;
}
body.page-template-tmpl-contact #contact .left h2.hl2 {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
}
body.page-template-tmpl-contact #contact .left p {
  font-family: Helvetica Neue LT W05_45 Light, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  font-size: 14px;
  color: #fff;
}
body.page-template-tmpl-contact #contact .left p:nth-of-type(2) {
  margin-bottom: 30px;
}
body.page-template-tmpl-contact #contact .left p:last-of-type {
  margin-bottom: 30px;
}
body.page-template-tmpl-contact #contact .left h3 {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin-bottom: 3px;
}
body.page-template-tmpl-contact #contact .left h3:first-of-type {
  margin-top: 30px;
}
body.page-template-tmpl-contact #contact .left h3.social {
  margin-bottom: 15px;
}
body.page-template-tmpl-contact #contact .left ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.page-template-tmpl-contact #contact .left ul li {
  display: inline-block;
  margin-right: 25px;
}
body.page-template-tmpl-contact #contact .left ul li:last-of-type {
  margin-right: 0;
}
body.page-template-tmpl-contact #contact .left ul li a {
  color: #fff;
}
body.page-template-tmpl-contact #contact .left ul li a .fab {
  font-size: 25px;
}
body.page-template-tmpl-contact #contact .right-inner {
  height: 765px;
  background-color: #64cbd0;
  color: #fff;
  padding-left: 65px;
  padding-right: 65px;
}
body.page-template-tmpl-contact #contact .right-inner .affari-table {
  height: 765px;
}
body.page-template-tmpl-contact #contact .right-inner .hl2 {
  margin-bottom: 5px;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body input,
body.page-template-tmpl-contact #contact .right-inner .gform_body textarea {
  padding-left: 15px;
  background-color: transparent;
  margin-top: 0;
  padding-top: 0;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body textarea {
  margin-top: 30px;
  border: 1px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding-top: 8px;
  padding-left: 8px;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body textarea ::-webkit-input-placeholder {
  color: #fff;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body textarea :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body textarea ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body textarea :-ms-input-placeholder {
  color: #fff;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body textarea::-webkit-input-placeholder {
  color: #fff;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body textarea:-ms-input-placeholder {
  color: #fff;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body input {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
}
body.page-template-tmpl-contact #contact .right-inner .gform_body label {
  color: #fff;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: normal !important;
}
body.page-template-tmpl-contact #contact .right-inner .gform_footer input {
  border: none;
  color: #64cbd0;
  padding-left: 63px;
  padding-right: 63px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  background-color: #fff;
}
body.page-template-tmpl-contact #contact .right-inner .gform_footer input:hover {
  background-color: #ffffff;
}
body.page-template-tmpl-contact #contact .right-inner .gform_footer input:focus {
  background-color: #ffffff;
}
body.page-template-tmpl-contact #contact .bottom {
  position: absolute;
  bottom: 0;
  padding-left: 70px;
  padding-right: 70px;
  height: 205px;
  left: 0;
  background-color: #d81315;
}
body.page-template-tmpl-contact #contact .bottom .affari-table {
  height: 205px;
}
body.page-template-tmpl-contact #contact .bottom .hl2 {
  font-size: 24px;
}
body.page-template-tmpl-contact #contact .bottom a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 12px;
}
body.page-template-tmpl-contact #contact .bottom a img {
  width: 12px;
  margin-left: 5px;
}
body.page-template-tmpl-contact #contact .bottom a:after {
  border-bottom: 1px solid #fff;
}
body.page-template-tmpl-contact #contact .special {
  color: #fff;
  font-size: 84px;
  letter-spacing: -0.02em;
  font-family: 'Museo Slab 900', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -moz-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 42px;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu {
  position: fixed;
  height: 616px;
  width: 280px;
  left: 0;
  top: 86px;
  background-color: #fbd800;
  padding-top: 22px;
  padding-right: 15px;
  z-index: 10;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .fa-bars {
  display: none;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu > ul {
  padding-left: 15px;
  list-style: none;
  margin-bottom: 0;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu > ul > .menu-item {
  margin-bottom: 25px;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu > ul > .menu-item:last-of-type {
  margin-bottom: 0;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu > ul > .menu-item a {
  color: #000;
  padding-left: 22px;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu > ul > .menu-item a:after {
  border-bottom: 1px solid #000;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu > ul > .menu-item.active {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu > ul > .menu-item.active a {
  color: #fff;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .bottom-wrapper {
  height: 120px;
  margin-top: 2em;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .bottom-wrapper .affari-table {
  height: 120px;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .bottom-wrapper .cell {
  vertical-align: bottom;
  padding-left: 35px;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .hl2 {
  font-size: 16px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links {
  padding-left: 0;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links li {
  display: inline-block;
  margin-right: 25px;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links li:last-of-type {
  margin-right: 0;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links li:nth-of-type(4) {
  margin-right: 0;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links li:nth-of-type(5),
body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links li:nth-of-type(6),
body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links li:nth-of-type(7) {
  margin-right: 20px;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links li a {
  color: #fff;
}
body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links li a .fab {
  font-size: 26px;
}
body.page-template-tmpl-member-dashboard .pagecontent .container {
  max-width: 960px;
  margin-left: 340px;
}
body.page-template-tmpl-member-dashboard #welcome {
  margin-top: 86px;
  padding-top: 34px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
body.page-template-tmpl-member-dashboard #welcome .col-md-2 {
  max-width: 12.666667% !important;
}
body.page-template-tmpl-member-dashboard #welcome .profile_bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 98px;
  width: 98px;
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
body.page-template-tmpl-member-dashboard #welcome .hl2 {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}
body.page-template-tmpl-member-dashboard #welcome p {
  margin-top: 0;
  font-size: 12px;
  color: #000;
}
body.page-template-tmpl-member-dashboard #live-updates {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-tmpl-member-dashboard #live-updates span:last-of-type {
  color: #000;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig {
  min-height: 650px;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper a.post-title {
  margin-top: 15px;
  display: block;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper a.post-title {
  display: inline-block;
  margin-top: 10px;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper p {
  margin-top: 0;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper {
  border: 1px solid #ACACAC;
  padding-left: 20px;
  height: 150px;
  position: relative;
  margin-bottom: 30px;
  padding-right: 20px;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .affari-table,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .affari-table {
  height: 150px;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper img.resource-icon,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper img.resource-icon {
  position: absolute;
  right: 15px;
  top: 30px;
  width: 24px;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .tag,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .tag {
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  display: inline-block;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .chapter-name,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .chapter-name,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .published,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .published,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .sig-name,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .sig-name {
  margin-left: 10px;
  margin-right: 5px;
  font-size: 12px;
  font-family: Helvetica Neue LT W05_45 Light, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .published,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .published {
  margin-right: 0;
  margin-left: 5px;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .date,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .date {
  display: inline-block;
  color: #000;
  text-align: center;
  margin-top: 20px;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .date span.d,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .date span.d {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  display: block;
  letter-spacing: -0.02em;
  line-height: 28px;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .date span.M-y,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .date span.M-y {
  font-size: 14px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper a.post-title,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper a.post-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper p,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper p {
  font-family: Helvetica Neue LT W05_45 Light, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-thumb,
body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-thumb {
  height: 150px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-tmpl-member-dashboard #select {
  height: 615px;
  text-align: center;
}
body.page-template-tmpl-member-dashboard #select .affari-table {
  height: 615px;
}
body.page-template-tmpl-member-dashboard #select .hl2 {
  font-size: 24px;
  margin-bottom: 0;
}
body.page-template-tmpl-member-dashboard #select .bttn {
  background-color: #cf1214;
  margin-right: 25px;
  margin-top: 10px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-member-dashboard #select .bttn img {
  margin-right: 8px;
  margin-bottom: 2px;
}
body.page-template-tmpl-member-dashboard #select .bttn:last-of-type {
  margin-right: 0;
}
body.page-template-tmpl-member-dashboard #select .bttn:hover {
  background-color: #e11416;
}
body.page-template-tmpl-edit-profile .pagecontent {
  margin-top: 86px;
}
body.page-template-tmpl-edit-profile #hero {
  background-image: url('../img/my-account.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  text-align: center;
}
body.page-template-tmpl-edit-profile #hero .affari-table {
  height: 350px;
}
body.page-template-tmpl-edit-profile #Rform {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.page-template-tmpl-edit-profile #Rform h3 {
  color: #000;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-edit-profile #Rform strong {
  color: #000;
}
body.page-template-tmpl-edit-profile #Rform span {
  color: #d81315;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu {
  position: absolute;
  height: auto;
  width: 280px;
  left: 0;
  top: 86px;
  background-color: #fbd800;
  padding-top: 22px;
  padding-right: 15px;
  z-index: 10;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu > ul {
  padding-left: 15px;
  list-style: none;
  margin-bottom: 0;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu > ul > .menu-item {
  margin-bottom: 30px;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu > ul > .menu-item:last-of-type {
  margin-bottom: 0;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu > ul > .menu-item a {
  color: #000;
  padding-left: 22px;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu > ul > .menu-item a:after {
  border-bottom: 1px solid #000;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu > ul > .menu-item.active {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu > ul > .menu-item.active a {
  color: #fff;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu .bottom-wrapper {
  height: 165px;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu .bottom-wrapper .affari-table {
  height: 165px;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu .bottom-wrapper .cell {
  vertical-align: bottom;
  padding-left: 35px;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu .hl2 {
  font-size: 16px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu .social-links {
  padding-left: 0;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu .social-links li {
  display: inline-block;
  margin-right: 25px;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu .social-links li:last-of-type {
  margin-right: 0;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu .social-links li a {
  color: #fff;
}
body.page-template-tmpl-add-chapter .member-dashboard-menu .social-links li a .fa {
  font-size: 26px;
}
body.page-template-tmpl-add-chapter .container {
  max-width: 960px;
  margin-left: 340px;
}
body.page-template-tmpl-add-chapter #title {
  margin-top: 86px;
  padding-top: 34px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
body.page-template-tmpl-add-chapter #search-chapters {
  margin-top: 25px;
  padding-bottom: 25px;
}
body.page-template-tmpl-add-chapter #search-chapters p {
  color: #000;
  font-size: 12px;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-add-chapter #search-chapters .drop-list {
  position: relative;
  width: 89%;
}
body.page-template-tmpl-add-chapter #search-chapters select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 0.5em 3.5em 0.5em 1em;
  border: none;
  width: 200px;
  font-size: 12px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #646464;
  background-color: #F0F0F0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
}
body.page-template-tmpl-add-chapter #search-chapters select::-ms-expand {
  display: none;
}
body.page-template-tmpl-add-chapter #search-chapters span {
  background-color: #d81315;
  padding-top: 5px;
  text-align: center;
  right: 0;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 18%;
  z-index: 1;
  -moz-border-radius: 0px 9px 9px 0px;
  -webkit-border-radius: 0px 9px 9px 0px;
  -ms-border-radius: 0px 9px 9px 0px;
  -o-border-radius: 0px 9px 9px 0px;
  border-radius: 0px 9px 9px 0px;
  pointer-events: none;
  cursor: pointer;
}
body.page-template-tmpl-add-chapter #search-chapters .search {
  margin-top: 18px;
}
body.page-template-tmpl-add-chapter #search-chapters .search button {
  background-color: transparent;
  border: none;
  vertical-align: middle;
}
body.page-template-tmpl-add-chapter #search-chapters .search input {
  font-size: 12px;
  margin-left: -4px;
  width: 80%;
  border-bottom: 1px solid #646464;
  border-right: none;
  border-left: none;
  border-top: none;
  color: #000;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 5px;
  text-transform: uppercase;
}
body.page-template-tmpl-add-chapter #search-chapters .search input ::-webkit-input-placeholder {
  color: #000;
}
body.page-template-tmpl-add-chapter #search-chapters .search input :-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-add-chapter #search-chapters .search input ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-add-chapter #search-chapters .search input :-ms-input-placeholder {
  color: #000;
}
body.page-template-tmpl-add-chapter #search-chapters .search input::-webkit-input-placeholder {
  color: #000;
}
body.page-template-tmpl-add-chapter #search-chapters .search input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-add-chapter #search-chapters .search input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.page-template-tmpl-add-chapter #search-chapters .search input:-ms-input-placeholder {
  color: #000;
}
body.page-template-tmpl-chapteradmin .container {
  max-width: 1160px;
}
body.page-template-tmpl-chapteradmin #hero {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center top;
  height: 300px;
  margin-top: 86px;
  background-repeat: no-repeat;
  text-align: center;
}
body.page-template-tmpl-chapteradmin #hero .affari-table {
  height: 300px;
}
body.page-template-tmpl-chapteradmin #hero h2 {
  font-size: 32px;
}
body.page-template-tmpl-chapteradmin .col-md-3 .acf-form-submit input {
  color: #fff;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  font-size: 14px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  display: inline-block;
  background-color: #d81315;
}
body.page-template-tmpl-chapteradmin .col-md-3 .acf-form-submit input:hover:hover {
  background-color: #b90608;
}
body.page-template-tmpl-chapteradmin .col-md-3 .acf-form-submit input:hover:focus {
  background-color: #880002;
}
body.page-template-tmpl-chapteradmin #admin-content {
  padding-bottom: 60px;
  text-align: center;
}
body.page-template-tmpl-chapteradmin #admin-content .row {
  margin-top: 40px;
}
body.page-template-tmpl-chapteradmin #admin-content .back_btn {
  position: absolute;
  left: 15px;
  top: 0;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #acacac;
  text-decoration: none;
}
body.page-template-tmpl-chapteradmin #admin-content .back_btn img {
  width: 10px;
  margin-right: 3px;
}
body.page-template-tmpl-chapteradmin #admin-content .back_btn:after {
  border: 1px solid #acacac;
}
body.page-template-tmpl-chapteradmin #admin-content h3.hl1 {
  margin-top: 18px;
  margin-bottom: 30px;
  font-size: 21px;
}
body.page-template-tmpl-chapteradmin #admin-content h3.now-creating,
body.page-template-tmpl-chapteradmin #admin-content h3.now-editing {
  color: #d81315;
  font-size: 21px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options,
body.page-template-tmpl-chapteradmin #admin-content .sig-options {
  text-align: left;
  padding-top: 58px;
  margin-top: 58px;
  position: relative;
  border-top: 1px solid #000;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options h2,
body.page-template-tmpl-chapteradmin #admin-content .sig-options h2 {
  margin-bottom: 10px;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options h2 a,
body.page-template-tmpl-chapteradmin #admin-content .sig-options h2 a {
  color: #000;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  display: inline-block;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options h3.hl2,
body.page-template-tmpl-chapteradmin #admin-content .sig-options h3.hl2 {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  display: inline-block;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options p a,
body.page-template-tmpl-chapteradmin #admin-content .sig-options p a {
  color: #d81315;
  display: inline-block;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options ul,
body.page-template-tmpl-chapteradmin #admin-content .sig-options ul {
  margin: 0;
  padding: 0;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options ul li,
body.page-template-tmpl-chapteradmin #admin-content .sig-options ul li {
  list-style: none;
  margin-bottom: 10px;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options ul li:last-of-type,
body.page-template-tmpl-chapteradmin #admin-content .sig-options ul li:last-of-type {
  margin-bottom: 0;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options ul li a,
body.page-template-tmpl-chapteradmin #admin-content .sig-options ul li a {
  display: inline-block;
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options form,
body.page-template-tmpl-chapteradmin #admin-content .sig-options form {
  position: absolute;
  right: 0;
  bottom: -50px;
}
body.page-template-tmpl-chapteradmin #admin-content .chapter-options form button,
body.page-template-tmpl-chapteradmin #admin-content .sig-options form button {
  background-color: transparent;
  border: none;
  color: #64cbd0;
  cursor: pointer;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-fields.-left > .acf-field > .acf-label label,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-fields.-left > .acf-field > .acf-label label,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-fields.-left > .acf-field > .acf-label label,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-fields.-left > .acf-field > .acf-label label,
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-fields.-left > .acf-field > .acf-label p,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-fields.-left > .acf-field > .acf-label p,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-fields.-left > .acf-field > .acf-label p,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-fields.-left > .acf-field > .acf-label p {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  padding-left: 0;
  color: #000;
  letter-spacing: 0.02em;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-fields.-left > .acf-field > .acf-label label,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-fields.-left > .acf-field > .acf-label label,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-fields.-left > .acf-field > .acf-label label,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-fields.-left > .acf-field > .acf-label label {
  font-weight: normal !important;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-fields.-left > .acf-field > .acf-label,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-fields.-left > .acf-field > .acf-label,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-fields.-left > .acf-field > .acf-label,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-fields.-left > .acf-field > .acf-label {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  padding-left: 0;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-fields.-left > .acf-field,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-fields.-left > .acf-field,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-fields.-left > .acf-field,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-fields.-left > .acf-field {
  border-top: none;
  padding: 30px 0;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-fields.-left > .acf-field > .acf-input,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-fields.-left > .acf-field > .acf-input,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-fields.-left > .acf-field > .acf-input,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-fields.-left > .acf-field > .acf-input {
  text-align: left;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-taxonomy-field,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-taxonomy-field,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-taxonomy-field,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-taxonomy-field {
  text-align: left;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-taxonomy-field .categorychecklist-holder,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-taxonomy-field .categorychecklist-holder,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-taxonomy-field .categorychecklist-holder,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-taxonomy-field .categorychecklist-holder {
  border: none;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-taxonomy-field .categorychecklist-holder ul li,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-taxonomy-field .categorychecklist-holder ul li,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-taxonomy-field .categorychecklist-holder ul li,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-taxonomy-field .categorychecklist-holder ul li {
  float: left;
  width: 50%;
  padding-right: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-taxonomy-field .categorychecklist-holder ul li:nth-of-type(odd),
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-taxonomy-field .categorychecklist-holder ul li:nth-of-type(odd),
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-taxonomy-field .categorychecklist-holder ul li:nth-of-type(odd),
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-taxonomy-field .categorychecklist-holder ul li:nth-of-type(odd) {
  clear: left;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-field:before,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-field:before,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-field:before,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-field:before {
  border: none;
  background: transparent;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-image-uploader,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-image-uploader,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-image-uploader,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-image-uploader {
  text-align: left;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-field[data-name="chapter"],
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-field[data-name="chapter"],
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-field[data-name="chapter"],
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-field[data-name="chapter"],
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-field[data-name="sig"],
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-field[data-name="sig"],
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-field[data-name="sig"],
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-field[data-name="sig"] {
  display: none;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-form-submit input,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-form-submit input,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-form-submit input,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-form-submit input {
  color: #fff;
  padding-left: 63px;
  padding-right: 63px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: none;
  font-size: 14px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  margin-top: 40px;
  display: inline-block;
  background-color: #d81315;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-form-submit input:hover:hover,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-form-submit input:hover:hover,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-form-submit input:hover:hover,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-form-submit input:hover:hover {
  background-color: #b90608;
}
body.page-template-tmpl-chapteradmin #admin-content #newPostForm .acf-form-submit input:hover:focus,
body.page-template-tmpl-chapteradmin #admin-content #editPostForm .acf-form-submit input:hover:focus,
body.page-template-tmpl-chapteradmin #admin-content #chapterEditForm .acf-form-submit input:hover:focus,
body.page-template-tmpl-chapteradmin #admin-content #sigEditForm .acf-form-submit input:hover:focus {
  background-color: #880002;
}
body.page-template-tmpl-log-in .container {
  max-width: 1160px;
}
body.page-template-tmpl-log-in #hero {
  background-image: url('../img/my-account.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center top;
  height: 300px;
  margin-top: 86px;
  background-repeat: no-repeat;
  text-align: center;
}
body.page-template-tmpl-log-in #hero .affari-table {
  height: 300px;
}
body.page-template-tmpl-log-in #hero h1 {
  font-size: 32px;
}
body.page-template-tmpl-log-in #user_login,
body.page-template-tmpl-log-in #user_pass,
body.page-template-tmpl-log-in #user_email {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #CBCBCB;
  padding-left: 15px;
  display: block;
  margin-top: 5px;
}
body.page-template-tmpl-log-in p {
  margin-bottom: 30px;
  color: #252525;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal !important;
}
body.page-template-tmpl-log-in #submit_TEST,
body.page-template-tmpl-log-in #forgot_EMAIL {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #d81315;
  color: #fff;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 35px;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 12px;
  padding-bottom: 12px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  letter-spacing: 0.02em;
}
body.page-template-tmpl-log-in #submit_TEST:hover,
body.page-template-tmpl-log-in #forgot_EMAIL:hover {
  background-color: #b90608;
}
body.page-template-tmpl-log-in #submit_TEST:focus,
body.page-template-tmpl-log-in #forgot_EMAIL:focus {
  background-color: #880002;
}
body.page-template-tmpl-log-in .forgot {
  color: #64cbd0;
}
body.page-template-tmpl-flex #hero {
  margin-top: 170px;
  text-align: center;
  margin-bottom: 20px;
}
body.page-template-tmpl-flex #hero .hl2 {
  margin-bottom: 0;
}
body.page-template-tmpl-flex .container {
  max-width: 1160px;
}
body.page-template-tmpl-flex #flex {
  padding-bottom: 35px;
}
body.page-template-tmpl-flex #flex a {
  color: #d81315;
}
body.page-template-tmpl-flex #flex .flex-icons {
  padding-top: 35px;
  text-align: center;
}
body.page-template-tmpl-flex #flex .flex-icons .hl2 {
  text-align: center;
  margin-bottom: 35px;
}
body.page-template-tmpl-flex #flex .flex-image {
  padding-top: 35px;
}
body.page-template-tmpl-flex #flex .flex-image .flex-bg {
  height: 350px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-tmpl-flex #flex .one-col-txt {
  padding-top: 35px;
}
body.page-template-tmpl-flex #flex .one-col-txt h1 {
  font-size: 30px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
body.page-template-tmpl-flex #flex .one-col-txt h2 {
  color: #000;
  font-size: 20px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
body.page-template-tmpl-flex #flex .one-col-txt h3,
body.page-template-tmpl-flex #flex .one-col-txt h4,
body.page-template-tmpl-flex #flex .one-col-txt h5,
body.page-template-tmpl-flex #flex .one-col-txt h6 {
  font-size: 16px;
  color: #000;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.page-template-tmpl-flex #flex .color-boxes {
  padding-top: 35px;
}
body.page-template-tmpl-flex #flex .color-boxes .col-md-4 {
  background-color: #d81315;
}
body.page-template-tmpl-flex #flex .color-boxes .col-md-4:first-of-type {
  background-color: #000;
}
body.page-template-tmpl-flex #flex .color-boxes .col-md-4:last-of-type {
  background-color: #64cbd0;
}
body.page-template-tmpl-flex #flex .color-boxes .box-inner {
  padding-left: 30px;
  padding-right: 60px;
  position: relative;
  height: 350px;
  color: #fff;
}
body.page-template-tmpl-flex #flex .color-boxes .box-inner .affari-table {
  height: 350px;
}
body.page-template-tmpl-flex #flex .color-boxes .box-inner .hl2 {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
}
body.page-template-tmpl-flex #flex .color-boxes .box-inner .cta-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 30px;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  left: 30px;
  display: inline-block;
}
body.page-template-tmpl-flex #flex .color-boxes .box-inner .cta-link:after {
  border-bottom: 1px solid #fff;
}
body.page-template-tmpl-flex #flex .color-boxes .box-inner .cta-link img {
  width: 12px;
  margin-left: 5px;
}
body.page-template-tmpl-flex #flex .logos {
  padding-top: 35px;
  text-align: center;
}
body.page-template-tmpl-flex #flex .logos .logo-headline {
  color: #000;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 3px;
}
body.page-template-tmpl-flex #flex .logos p:last-of-type {
  margin-top: 0;
}
body.page-template-tmpl-flex #flex .logos .cta-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  display: inline-block;
}
body.page-template-tmpl-flex #flex .logos .cta-link:after {
  border-bottom: 1px solid #d81315;
}
body.page-template-tmpl-flex #flex .logos .cta-link img {
  width: 12px;
  margin-left: 5px;
}
body.page-template-tmpl-flex #flex .quote {
  padding-top: 35px;
}
body.page-template-tmpl-flex #flex .quote blockquote {
  margin-left: 0;
  text-align: center;
  background-color: #F2F2F2;
  padding-left: 180px;
  padding-right: 180px;
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000;
}
body.page-template-tmpl-flex #flex .accordion {
  padding-top: 35px;
}
body.page-template-tmpl-flex #flex .accordion .col-md-3 .hl2 {
  font-size: 24px;
}
body.page-template-tmpl-flex #flex .accordion .su-spoiler-title {
  border-top: 1px solid #000;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #000;
  padding-top: 15px;
}
body.page-template-tmpl-flex #flex .accordion .su-spoiler-title:last-of-type {
  border-bottom: 1px solid #000;
}
body.page-template-tmpl-flex #flex .accordion .su-spoiler-title .su-spoiler-icon {
  top: 15px;
  color: #d81315;
  right: 0 !important;
}
body.page-template-tmpl-flex #flex .accordion .su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
  right: 0 !important;
}
body.page-template-tmpl-flex #flex .accordion .su-spoiler-content strong {
  color: #000;
  font-size: 16px;
}
body.page-template-tmpl-flex #flex .content-block {
  padding-top: 35px;
}
body.page-template-tmpl-flex #flex .content-block strong {
  color: #000;
}
body.page-template-tmpl-flex #flex .content-block p {
  margin-bottom: 0;
}
body.page-template-tmpl-flex #flex .content-block p:last-of-type {
  margin-top: 3px;
}
body.page-template-tmpl-flex #footer-cta {
  background-color: #fbd800;
  color: #000;
  height: 110px;
}
body.page-template-tmpl-flex #footer-cta .row {
  margin-left: 125px;
}
body.page-template-tmpl-flex #footer-cta .affari-table {
  height: 110px;
}
body.page-template-tmpl-flex #footer-cta .left p {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: -0.02em;
}
body.page-template-tmpl-flex #footer-cta .right {
  text-align: left;
}
body.page-template-tmpl-flex #footer-cta .right a {
  color: #000;
  border: 1px solid #000;
  margin-top: 0;
}
body.page-template-tmpl-flex #footer-cta .right a:hover {
  background-color: #000;
  color: #fff;
}
body.single-news,
body.single-resources {
  position: relative;
}
body.single-news .pagecontent,
body.single-resources .pagecontent {
  margin-top: 86px;
}
body.single-news .container,
body.single-resources .container {
  max-width: 1160px;
}
body.single-news .container .back-to-news,
body.single-resources .container .back-to-news,
body.single-news .container .back-to-resources,
body.single-resources .container .back-to-resources {
  position: absolute;
  left: 15px;
  top: 120px;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #acacac;
  text-decoration: none;
}
body.single-news .container .back-to-news img,
body.single-resources .container .back-to-news img,
body.single-news .container .back-to-resources img,
body.single-resources .container .back-to-resources img {
  width: 10px;
  margin-right: 3px;
}
body.single-news .container .back-to-news:after,
body.single-resources .container .back-to-news:after,
body.single-news .container .back-to-resources:after,
body.single-resources .container .back-to-resources:after {
  border: 1px solid #acacac;
}
body.single-news #the-post,
body.single-resources #the-post {
  padding-top: 50px;
  padding-right: 0;
}
body.single-news #the-post .thumb-bg,
body.single-resources #the-post .thumb-bg {
  height: 446px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.single-news #the-post .hl2,
body.single-resources #the-post .hl2 {
  font-size: 26px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin-bottom: 10px;
}
body.single-news #the-post span.divider,
body.single-resources #the-post span.divider {
  color: #000;
}
body.single-news #the-post .chapter-name,
body.single-resources #the-post .chapter-name,
body.single-news #the-post .author,
body.single-resources #the-post .author,
body.single-news #the-post .date,
body.single-resources #the-post .date {
  font-size: 12px;
  color: #000;
  margin-top: 0;
}
body.single-news #the-post .chapter-name,
body.single-resources #the-post .chapter-name {
  display: inline-block;
  margin-right: 10px;
}
body.single-news #the-post .date,
body.single-resources #the-post .date {
  margin-left: 10px;
}
body.single-news #the-post .the-content,
body.single-resources #the-post .the-content {
  margin-top: 10px;
}
body.single-news #the-post .the-content strong,
body.single-resources #the-post .the-content strong {
  color: #000;
}
body.single-news #the-post .the-content a,
body.single-resources #the-post .the-content a {
  color: #d81315;
}
body.single-news #the-post .the-content blockquote,
body.single-resources #the-post .the-content blockquote {
  margin: 0;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #F2F2F2;
  color: #000;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
body.single-news #the-post .the-content ul,
body.single-resources #the-post .the-content ul {
  list-style-image: url('../img/icon-right-arrow-black.png');
}
body.single-news #the-post .the-content ul li,
body.single-resources #the-post .the-content ul li {
  margin-bottom: 8px;
  padding-left: 4px;
}
body.single-news #the-post .the-content ul li:last-of-type,
body.single-resources #the-post .the-content ul li:last-of-type {
  margin-bottom: 0;
}
body.single-news #the-post .categories,
body.single-resources #the-post .categories {
  margin-top: 50px;
  border-bottom: 1px solid #000;
}
body.single-news #the-post .categories ul,
body.single-resources #the-post .categories ul {
  padding: 0;
}
body.single-news #the-post .categories li,
body.single-resources #the-post .categories li {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #d81315;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  height: 30px;
  padding-top: 5px;
  font-size: 12px;
}
body.single-news #the-post .categories li:last-of-type,
body.single-resources #the-post .categories li:last-of-type {
  margin-right: 0;
}
body.single-news #the-post .categories li:hover,
body.single-resources #the-post .categories li:hover {
  background-color: #d81315;
}
body.single-news #the-post .categories li:hover a,
body.single-resources #the-post .categories li:hover a {
  color: #fff;
}
body.single-news #the-post .categories li a,
body.single-resources #the-post .categories li a {
  color: #d81315;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.single-news #the-post .share,
body.single-resources #the-post .share {
  margin-top: 30px;
  padding-bottom: 60px;
}
body.single-news #the-post .share > span,
body.single-resources #the-post .share > span {
  text-transform: uppercase;
  color: #000;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  margin-right: 35px;
  margin-bottom: 35px;
}
body.single-news #the-post .share .sharethis-inline-share-buttons,
body.single-resources #the-post .share .sharethis-inline-share-buttons {
  display: inline-block !important;
}
body.single-news #the-post .share #st-1 .st-btn[data-network='facebook'],
body.single-resources #the-post .share #st-1 .st-btn[data-network='facebook'] {
  background-color: #d81315;
  border: none !important;
}
body.single-news #the-post .share #st-1 .st-btn[data-network='twitter'],
body.single-resources #the-post .share #st-1 .st-btn[data-network='twitter'] {
  background-color: #d81315;
  border: none !important;
}
body.single-news #the-post .share #st-1 .st-btn[data-network='linkedin'],
body.single-resources #the-post .share #st-1 .st-btn[data-network='linkedin'] {
  display: inline-block !important;
  border: none !important;
  background-color: #d81315;
}
body.single-news #the-post .share #st-1 .st-btn > svg,
body.single-resources #the-post .share #st-1 .st-btn > svg {
  top: -5px;
  width: 24px;
  height: 24px;
}
body.single-news #recent-posts,
body.single-resources #recent-posts {
  padding-top: 50px;
}
body.single-news #recent-posts .post-block,
body.single-resources #recent-posts .post-block {
  margin-bottom: 7px;
}
body.single-news #recent-posts .post-block a.news-bg,
body.single-resources #recent-posts .post-block a.news-bg {
  height: 210px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
body.single-news #recent-posts .post-block .inner,
body.single-resources #recent-posts .post-block .inner {
  padding: 30px;
  position: relative;
  height: 200px;
  border-left: 1px solid #acacac;
  border-right: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}
body.single-news #recent-posts .post-block .inner.top-border,
body.single-resources #recent-posts .post-block .inner.top-border {
  border-top: 1px solid #acacac;
}
body.single-news #recent-posts .post-block .inner p.chapter-name,
body.single-resources #recent-posts .post-block .inner p.chapter-name,
body.single-news #recent-posts .post-block .inner p.sig-name,
body.single-resources #recent-posts .post-block .inner p.sig-name,
body.single-news #recent-posts .post-block .inner p.igda,
body.single-resources #recent-posts .post-block .inner p.igda {
  color: #000;
  font-size: 12px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  padding: 0;
  left: 30px;
  bottom: 0;
}
body.single-news #recent-posts .post-block .inner .post-title,
body.single-resources #recent-posts .post-block .inner .post-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 16px;
}
body.single-news #recent-posts .post-block .inner span,
body.single-resources #recent-posts .post-block .inner span {
  color: #fff;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 17px;
  padding-right: 17px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.single-chapters,
body.single-sig {
  position: relative;
}
body.single-chapters .pagecontent,
body.single-sig .pagecontent {
  margin-top: 86px;
}
body.single-chapters .pagecontent .container,
body.single-sig .pagecontent .container {
  max-width: 960px;
  margin-left: 340px;
}
body.single-chapters .single-chapter-menu,
body.single-sig .single-chapter-menu,
body.single-chapters .single-sig-menu,
body.single-sig .single-sig-menu {
  position: absolute;
  height: auto;
  width: 280px;
  left: 0;
  top: 420px;
  background-color: #64cbd0;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 15px;
  z-index: 10;
}
body.single-chapters .single-chapter-menu.sticky,
body.single-sig .single-chapter-menu.sticky,
body.single-chapters .single-sig-menu.sticky,
body.single-sig .single-sig-menu.sticky {
  position: fixed;
  top: 86px;
}
body.single-chapters .single-chapter-menu .fa-bars,
body.single-sig .single-chapter-menu .fa-bars,
body.single-chapters .single-sig-menu .fa-bars,
body.single-sig .single-sig-menu .fa-bars {
  display: none;
}
body.single-chapters .single-chapter-menu > ul,
body.single-sig .single-chapter-menu > ul,
body.single-chapters .single-sig-menu > ul,
body.single-sig .single-sig-menu > ul {
  padding-left: 15px;
  list-style: none;
  margin-bottom: 0;
}
body.single-chapters .single-chapter-menu > ul > .menu-item,
body.single-sig .single-chapter-menu > ul > .menu-item,
body.single-chapters .single-sig-menu > ul > .menu-item,
body.single-sig .single-sig-menu > ul > .menu-item {
  margin-bottom: 30px;
}
body.single-chapters .single-chapter-menu > ul > .menu-item:last-of-type,
body.single-sig .single-chapter-menu > ul > .menu-item:last-of-type,
body.single-chapters .single-sig-menu > ul > .menu-item:last-of-type,
body.single-sig .single-sig-menu > ul > .menu-item:last-of-type {
  margin-bottom: 0;
}
body.single-chapters .single-chapter-menu > ul > .menu-item a,
body.single-sig .single-chapter-menu > ul > .menu-item a,
body.single-chapters .single-sig-menu > ul > .menu-item a,
body.single-sig .single-sig-menu > ul > .menu-item a {
  color: #000;
  padding-left: 22px;
}
body.single-chapters .single-chapter-menu > ul > .menu-item a:after,
body.single-sig .single-chapter-menu > ul > .menu-item a:after,
body.single-chapters .single-sig-menu > ul > .menu-item a:after,
body.single-sig .single-sig-menu > ul > .menu-item a:after {
  border-bottom: 1px solid #000;
}
body.single-chapters .single-chapter-menu > ul > .menu-item.active,
body.single-sig .single-chapter-menu > ul > .menu-item.active,
body.single-chapters .single-sig-menu > ul > .menu-item.active,
body.single-sig .single-sig-menu > ul > .menu-item.active {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
body.single-chapters .single-chapter-menu > ul > .menu-item.active a,
body.single-sig .single-chapter-menu > ul > .menu-item.active a,
body.single-chapters .single-sig-menu > ul > .menu-item.active a,
body.single-sig .single-sig-menu > ul > .menu-item.active a {
  color: #fff;
}
body.single-chapters .single-chapter-menu .bottom-wrapper,
body.single-sig .single-chapter-menu .bottom-wrapper,
body.single-chapters .single-sig-menu .bottom-wrapper,
body.single-sig .single-sig-menu .bottom-wrapper {
  height: 120px;
}
body.single-chapters .single-chapter-menu .bottom-wrapper .affari-table,
body.single-sig .single-chapter-menu .bottom-wrapper .affari-table,
body.single-chapters .single-sig-menu .bottom-wrapper .affari-table,
body.single-sig .single-sig-menu .bottom-wrapper .affari-table {
  height: 120px;
}
body.single-chapters .single-chapter-menu .bottom-wrapper .cell,
body.single-sig .single-chapter-menu .bottom-wrapper .cell,
body.single-chapters .single-sig-menu .bottom-wrapper .cell,
body.single-sig .single-sig-menu .bottom-wrapper .cell {
  vertical-align: bottom;
  padding-left: 35px;
}
body.single-chapters .single-chapter-menu .hl2,
body.single-sig .single-chapter-menu .hl2,
body.single-chapters .single-sig-menu .hl2,
body.single-sig .single-sig-menu .hl2 {
  font-size: 16px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.single-chapters .single-chapter-menu .social-links,
body.single-sig .single-chapter-menu .social-links,
body.single-chapters .single-sig-menu .social-links,
body.single-sig .single-sig-menu .social-links {
  padding-left: 0;
}
body.single-chapters .single-chapter-menu .social-links li,
body.single-sig .single-chapter-menu .social-links li,
body.single-chapters .single-sig-menu .social-links li,
body.single-sig .single-sig-menu .social-links li {
  display: inline-block;
  margin-right: 25px;
}
body.single-chapters .single-chapter-menu .social-links li:last-of-type,
body.single-sig .single-chapter-menu .social-links li:last-of-type,
body.single-chapters .single-sig-menu .social-links li:last-of-type,
body.single-sig .single-sig-menu .social-links li:last-of-type {
  margin-right: 0;
}
body.single-chapters .single-chapter-menu .social-links li a,
body.single-sig .single-chapter-menu .social-links li a,
body.single-chapters .single-sig-menu .social-links li a,
body.single-sig .single-sig-menu .social-links li a {
  color: #fff;
}
body.single-chapters .single-chapter-menu .social-links li a .fab,
body.single-sig .single-chapter-menu .social-links li a .fab,
body.single-chapters .single-sig-menu .social-links li a .fab,
body.single-sig .single-sig-menu .social-links li a .fab {
  font-size: 26px;
}
body.single-chapters #hero,
body.single-sig #hero {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
}
body.single-chapters #hero .affari-table,
body.single-sig #hero .affari-table {
  height: 500px;
}
body.single-chapters #hero .cell,
body.single-sig #hero .cell {
  vertical-align: bottom;
  padding-bottom: 30px;
}
body.single-chapters #hero .hl2,
body.single-sig #hero .hl2 {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.03em;
}
body.single-chapters #chapter-content,
body.single-sig #chapter-content,
body.single-chapters #sig-content,
body.single-sig #sig-content {
  padding-top: 65px;
  padding-bottom: 50px;
  border-bottom: 2px solid #000;
}
body.single-chapters #chapter-content h1,
body.single-sig #chapter-content h1,
body.single-chapters #sig-content h1,
body.single-sig #sig-content h1,
body.single-chapters #chapter-content h2,
body.single-sig #chapter-content h2,
body.single-chapters #sig-content h2,
body.single-sig #sig-content h2,
body.single-chapters #chapter-content h3,
body.single-sig #chapter-content h3,
body.single-chapters #sig-content h3,
body.single-sig #sig-content h3,
body.single-chapters #chapter-content h4,
body.single-sig #chapter-content h4,
body.single-chapters #sig-content h4,
body.single-sig #sig-content h4,
body.single-chapters #chapter-content h5,
body.single-sig #chapter-content h5,
body.single-chapters #sig-content h5,
body.single-sig #sig-content h5,
body.single-chapters #chapter-content h6,
body.single-sig #chapter-content h6,
body.single-chapters #sig-content h6,
body.single-sig #sig-content h6 {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #000;
}
body.single-chapters #chapter-content a,
body.single-sig #chapter-content a,
body.single-chapters #sig-content a,
body.single-sig #sig-content a {
  color: #d81315;
}
body.single-chapters #chapter-content ul,
body.single-sig #chapter-content ul,
body.single-chapters #sig-content ul,
body.single-sig #sig-content ul {
  padding-left: 55px;
  margin-bottom: 0;
  list-style-image: url('../img/icon-flex-bullet.png');
  list-style-position: outside;
  list-style-type: circle;
}
body.single-chapters #chapter-content ul li,
body.single-sig #chapter-content ul li,
body.single-chapters #sig-content ul li,
body.single-sig #sig-content ul li {
  padding-left: 5px;
  margin-bottom: 8px;
}
body.single-chapters #chapter-content ul li:last-of-type,
body.single-sig #chapter-content ul li:last-of-type,
body.single-chapters #sig-content ul li:last-of-type,
body.single-sig #sig-content ul li:last-of-type {
  margin-bottom: 0;
}
body.single-chapters #chapter-events,
body.single-sig #chapter-events,
body.single-chapters #sig-events,
body.single-sig #sig-events {
  padding-top: 50px;
  border-bottom: 2px solid #000;
}
body.single-chapters #chapter-events .event-row,
body.single-sig #chapter-events .event-row,
body.single-chapters #sig-events .event-row,
body.single-sig #sig-events .event-row {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #f0f0f0;
}
body.single-chapters #chapter-events .event-row:last-of-type,
body.single-sig #chapter-events .event-row:last-of-type,
body.single-chapters #sig-events .event-row:last-of-type,
body.single-sig #sig-events .event-row:last-of-type {
  border-bottom: none;
}
body.single-chapters #chapter-events a.see-all-events,
body.single-sig #chapter-events a.see-all-events,
body.single-chapters #sig-events a.see-all-events,
body.single-sig #sig-events a.see-all-events {
  color: #d81315;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
}
body.single-chapters #chapter-events h2.hl2,
body.single-sig #chapter-events h2.hl2,
body.single-chapters #sig-events h2.hl2,
body.single-sig #sig-events h2.hl2 {
  margin-bottom: 20px;
  margin-top: 0;
}
body.single-chapters #chapter-events h3.hl2,
body.single-sig #chapter-events h3.hl2,
body.single-chapters #sig-events h3.hl2,
body.single-sig #sig-events h3.hl2 {
  font-size: 14px;
  margin-bottom: 0;
}
body.single-chapters #chapter-events p,
body.single-sig #chapter-events p,
body.single-chapters #sig-events p,
body.single-sig #sig-events p {
  margin-top: 5px;
}
body.single-chapters #chapter-events a.cta-link,
body.single-sig #chapter-events a.cta-link,
body.single-chapters #sig-events a.cta-link,
body.single-sig #sig-events a.cta-link {
  color: #d81315;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.single-chapters #chapter-events a.cta-link:after,
body.single-sig #chapter-events a.cta-link:after,
body.single-chapters #sig-events a.cta-link:after,
body.single-sig #sig-events a.cta-link:after {
  border: 1px solid #d81315;
}
body.single-chapters #chapter-events .date,
body.single-sig #chapter-events .date,
body.single-chapters #sig-events .date,
body.single-sig #sig-events .date {
  color: #000;
  text-align: center;
  border: 1px solid #acacac;
  height: 100px;
}
body.single-chapters #chapter-events .date .affari-table,
body.single-sig #chapter-events .date .affari-table,
body.single-chapters #sig-events .date .affari-table,
body.single-sig #sig-events .date .affari-table {
  height: 100px;
}
body.single-chapters #chapter-events .date span.d,
body.single-sig #chapter-events .date span.d,
body.single-chapters #sig-events .date span.d,
body.single-sig #sig-events .date span.d {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  display: block;
  letter-spacing: -0.02em;
  line-height: 28px;
}
body.single-chapters #chapter-events .date span.M-y,
body.single-sig #chapter-events .date span.M-y,
body.single-chapters #sig-events .date span.M-y,
body.single-sig #sig-events .date span.M-y {
  font-size: 14px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.single-chapters #chapter-events .thumb-wrapper-link,
body.single-sig #chapter-events .thumb-wrapper-link,
body.single-chapters #sig-events .thumb-wrapper-link,
body.single-sig #sig-events .thumb-wrapper-link {
  height: 100px;
  display: inline-block;
  width: 100%;
}
body.single-chapters #chapter-events .event-thumb,
body.single-sig #chapter-events .event-thumb,
body.single-chapters #sig-events .event-thumb,
body.single-sig #sig-events .event-thumb {
  height: 100px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.single-chapters #chapter-news,
body.single-sig #chapter-news,
body.single-chapters #sig-news,
body.single-sig #sig-news {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #000;
}
body.single-chapters #chapter-news .news-row,
body.single-sig #chapter-news .news-row,
body.single-chapters #sig-news .news-row,
body.single-sig #sig-news .news-row {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #f0f0f0;
}
body.single-chapters #chapter-news a.see-all-news,
body.single-sig #chapter-news a.see-all-news,
body.single-chapters #sig-news a.see-all-news,
body.single-sig #sig-news a.see-all-news {
  color: #d81315;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
}
body.single-chapters #chapter-news h2.hl2,
body.single-sig #chapter-news h2.hl2,
body.single-chapters #sig-news h2.hl2,
body.single-sig #sig-news h2.hl2 {
  margin-bottom: 20px;
  margin-top: 0;
}
body.single-chapters #chapter-news .news-wrapper,
body.single-sig #chapter-news .news-wrapper,
body.single-chapters #sig-news .news-wrapper,
body.single-sig #sig-news .news-wrapper {
  width: 310px;
  border: 1px solid #ACACAC;
  margin-bottom: 7px;
  margin-right: 7px;
  position: relative;
  overflow: hidden;
}
body.single-chapters #chapter-news .news-wrapper.tall,
body.single-sig #chapter-news .news-wrapper.tall,
body.single-chapters #sig-news .news-wrapper.tall,
body.single-sig #sig-news .news-wrapper.tall {
  min-height: 200px;
}
body.single-chapters #chapter-news .news-wrapper.taller,
body.single-sig #chapter-news .news-wrapper.taller,
body.single-chapters #sig-news .news-wrapper.taller,
body.single-sig #sig-news .news-wrapper.taller {
  min-height: 400px;
}
body.single-chapters #chapter-news .news-wrapper .news-thumb,
body.single-sig #chapter-news .news-wrapper .news-thumb,
body.single-chapters #sig-news .news-wrapper .news-thumb,
body.single-sig #sig-news .news-wrapper .news-thumb {
  height: 200px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.single-chapters #chapter-news .news-wrapper p,
body.single-sig #chapter-news .news-wrapper p,
body.single-chapters #sig-news .news-wrapper p,
body.single-sig #sig-news .news-wrapper p {
  padding-left: 30px;
  padding-right: 30px;
}
body.single-chapters #chapter-news .news-wrapper p.chapter-name,
body.single-sig #chapter-news .news-wrapper p.chapter-name,
body.single-chapters #sig-news .news-wrapper p.chapter-name,
body.single-sig #sig-news .news-wrapper p.chapter-name,
body.single-chapters #chapter-news .news-wrapper p.sig-name,
body.single-sig #chapter-news .news-wrapper p.sig-name,
body.single-chapters #sig-news .news-wrapper p.sig-name,
body.single-sig #sig-news .news-wrapper p.sig-name {
  color: #000;
  font-size: 12px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  padding: 0;
  left: 30px;
  bottom: 0;
}
body.single-chapters #chapter-news .news-wrapper .post-title,
body.single-sig #chapter-news .news-wrapper .post-title,
body.single-chapters #sig-news .news-wrapper .post-title,
body.single-sig #sig-news .news-wrapper .post-title {
  margin-top: 30px;
  color: #000;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 16px;
}
body.single-chapters #chapter-news .news-wrapper span,
body.single-sig #chapter-news .news-wrapper span,
body.single-chapters #sig-news .news-wrapper span,
body.single-sig #sig-news .news-wrapper span {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.single-chapters #chapter-news .news-wrapper .read-more,
body.single-sig #chapter-news .news-wrapper .read-more,
body.single-chapters #sig-news .news-wrapper .read-more,
body.single-sig #sig-news .news-wrapper .read-more {
  margin-left: 30px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #d81315;
}
body.single-chapters #chapter-news .news-wrapper .read-more:after,
body.single-sig #chapter-news .news-wrapper .read-more:after,
body.single-chapters #sig-news .news-wrapper .read-more:after,
body.single-sig #sig-news .news-wrapper .read-more:after {
  border-bottom: 2px solid #d81315;
}
body.single-chapters #chapter-news .news-wrapper .read-more img,
body.single-sig #chapter-news .news-wrapper .read-more img,
body.single-chapters #sig-news .news-wrapper .read-more img,
body.single-sig #sig-news .news-wrapper .read-more img {
  width: 12px;
  margin-left: 8px;
}
body.single-chapters #chapter-photos,
body.single-sig #chapter-photos,
body.single-chapters #sig-photos,
body.single-sig #sig-photos {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #000;
}
body.single-chapters #chapter-photos h2.hl2,
body.single-sig #chapter-photos h2.hl2,
body.single-chapters #sig-photos h2.hl2,
body.single-sig #sig-photos h2.hl2 {
  margin-bottom: 20px;
  margin-top: 0;
}
body.single-chapters #chapter-photos .col-md-4,
body.single-sig #chapter-photos .col-md-4,
body.single-chapters #sig-photos .col-md-4,
body.single-sig #sig-photos .col-md-4 {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 6px;
}
body.single-chapters #chapter-photos .col-md-4.hide,
body.single-sig #chapter-photos .col-md-4.hide,
body.single-chapters #sig-photos .col-md-4.hide,
body.single-sig #sig-photos .col-md-4.hide {
  display: none;
}
body.single-chapters #chapter-photos .photo,
body.single-sig #chapter-photos .photo,
body.single-chapters #sig-photos .photo,
body.single-sig #sig-photos .photo {
  height: 200px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.single-chapters #swipebox-overlay,
body.single-sig #swipebox-overlay {
  background: rgba(0, 0, 0, 0.8);
}
body.single-chapters #chapter-leaders,
body.single-sig #chapter-leaders,
body.single-chapters #sig-leaders,
body.single-sig #sig-leaders {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #000;
}
body.single-chapters #chapter-leaders .col-md-4,
body.single-sig #chapter-leaders .col-md-4,
body.single-chapters #sig-leaders .col-md-4,
body.single-sig #sig-leaders .col-md-4 {
  margin-bottom: 20px;
}
body.single-chapters #chapter-leaders h2.hl2,
body.single-sig #chapter-leaders h2.hl2,
body.single-chapters #sig-leaders h2.hl2,
body.single-sig #sig-leaders h2.hl2 {
  margin-bottom: 20px;
  margin-top: 0;
}
body.single-chapters #chapter-leaders .leader_bg,
body.single-sig #chapter-leaders .leader_bg,
body.single-chapters #sig-leaders .leader_bg,
body.single-sig #sig-leaders .leader_bg {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 54px;
  width: 54px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
body.single-chapters #chapter-leaders span.name,
body.single-sig #chapter-leaders span.name,
body.single-chapters #sig-leaders span.name,
body.single-sig #sig-leaders span.name {
  margin-left: 12px;
}
body.single-chapters #chapter-resources,
body.single-sig #chapter-resources,
body.single-chapters #sig-resources,
body.single-sig #sig-resources {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #000;
}
body.single-chapters #chapter-resources a.see-all-resources,
body.single-sig #chapter-resources a.see-all-resources,
body.single-chapters #sig-resources a.see-all-resources,
body.single-sig #sig-resources a.see-all-resources {
  color: #d81315;
  font-size: 12px;
  text-transform: uppercase;
  text-align: right;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
}
body.single-chapters #chapter-resources h2.hl2,
body.single-sig #chapter-resources h2.hl2,
body.single-chapters #sig-resources h2.hl2,
body.single-sig #sig-resources h2.hl2 {
  margin-bottom: 20px;
  margin-top: 0;
}
body.single-chapters #chapter-resources h4.hl2,
body.single-sig #chapter-resources h4.hl2,
body.single-chapters #sig-resources h4.hl2,
body.single-sig #sig-resources h4.hl2 {
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 3px;
}
body.single-chapters #chapter-resources .row.the-resources,
body.single-sig #chapter-resources .row.the-resources,
body.single-chapters #sig-resources .row.the-resources,
body.single-sig #sig-resources .row.the-resources {
  margin-left: auto;
  margin-right: auto;
}
body.single-chapters #chapter-resources a.perma,
body.single-sig #chapter-resources a.perma,
body.single-chapters #sig-resources a.perma,
body.single-sig #sig-resources a.perma {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
body.single-chapters #chapter-resources a.perma.non-member,
body.single-sig #chapter-resources a.perma.non-member,
body.single-chapters #sig-resources a.perma.non-member,
body.single-sig #sig-resources a.perma.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
body.single-chapters #chapter-resources a.perma:hover .inner-wrapper,
body.single-sig #chapter-resources a.perma:hover .inner-wrapper,
body.single-chapters #sig-resources a.perma:hover .inner-wrapper,
body.single-sig #sig-resources a.perma:hover .inner-wrapper {
  border: 1px solid #d81315;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.single-chapters #chapter-resources .inner-wrapper,
body.single-sig #chapter-resources .inner-wrapper,
body.single-chapters #sig-resources .inner-wrapper,
body.single-sig #sig-resources .inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #acacac;
  padding-top: 20px;
  height: 120px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 35px;
  margin-right: 8px;
}
body.single-chapters #chapter-resources .inner-wrapper .col-md-2,
body.single-sig #chapter-resources .inner-wrapper .col-md-2,
body.single-chapters #sig-resources .inner-wrapper .col-md-2,
body.single-sig #sig-resources .inner-wrapper .col-md-2 {
  text-align: right;
}
body.single-chapters #chapter-resources .inner-wrapper img.resource-icon,
body.single-sig #chapter-resources .inner-wrapper img.resource-icon,
body.single-chapters #sig-resources .inner-wrapper img.resource-icon,
body.single-sig #sig-resources .inner-wrapper img.resource-icon {
  width: 24px;
}
body.single-chapters #chapter-resources .inner-wrapper.non-member,
body.single-sig #chapter-resources .inner-wrapper.non-member,
body.single-chapters #sig-resources .inner-wrapper.non-member,
body.single-sig #sig-resources .inner-wrapper.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
body.single-chapters #chapter-resources .inner-wrapper.non-member .login-join,
body.single-sig #chapter-resources .inner-wrapper.non-member .login-join,
body.single-chapters #sig-resources .inner-wrapper.non-member .login-join,
body.single-sig #sig-resources .inner-wrapper.non-member .login-join {
  display: none;
}
body.single-chapters #chapter-resources .inner-wrapper.non-member:hover,
body.single-sig #chapter-resources .inner-wrapper.non-member:hover,
body.single-chapters #sig-resources .inner-wrapper.non-member:hover,
body.single-sig #sig-resources .inner-wrapper.non-member:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  border: 1px solid #d81315;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.single-chapters #chapter-resources .inner-wrapper.non-member:hover p.chapter-name,
body.single-sig #chapter-resources .inner-wrapper.non-member:hover p.chapter-name,
body.single-chapters #sig-resources .inner-wrapper.non-member:hover p.chapter-name,
body.single-sig #sig-resources .inner-wrapper.non-member:hover p.chapter-name,
body.single-chapters #chapter-resources .inner-wrapper.non-member:hover p.sig-name,
body.single-sig #chapter-resources .inner-wrapper.non-member:hover p.sig-name,
body.single-chapters #sig-resources .inner-wrapper.non-member:hover p.sig-name,
body.single-sig #sig-resources .inner-wrapper.non-member:hover p.sig-name,
body.single-chapters #chapter-resources .inner-wrapper.non-member:hover span.date,
body.single-sig #chapter-resources .inner-wrapper.non-member:hover span.date,
body.single-chapters #sig-resources .inner-wrapper.non-member:hover span.date,
body.single-sig #sig-resources .inner-wrapper.non-member:hover span.date {
  display: none;
}
body.single-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join,
body.single-sig #chapter-resources .inner-wrapper.non-member:hover .login-join,
body.single-chapters #sig-resources .inner-wrapper.non-member:hover .login-join,
body.single-sig #sig-resources .inner-wrapper.non-member:hover .login-join {
  display: inline-block;
  margin-left: 25px;
}
body.single-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join .login,
body.single-sig #chapter-resources .inner-wrapper.non-member:hover .login-join .login,
body.single-chapters #sig-resources .inner-wrapper.non-member:hover .login-join .login,
body.single-sig #sig-resources .inner-wrapper.non-member:hover .login-join .login {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #000;
  margin-top: 5px;
}
body.single-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join .login:hover,
body.single-sig #chapter-resources .inner-wrapper.non-member:hover .login-join .login:hover,
body.single-chapters #sig-resources .inner-wrapper.non-member:hover .login-join .login:hover,
body.single-sig #sig-resources .inner-wrapper.non-member:hover .login-join .login:hover {
  text-decoration: underline;
}
body.single-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join span,
body.single-sig #chapter-resources .inner-wrapper.non-member:hover .login-join span,
body.single-chapters #sig-resources .inner-wrapper.non-member:hover .login-join span,
body.single-sig #sig-resources .inner-wrapper.non-member:hover .login-join span {
  margin-left: 3px;
  margin-right: 3px;
}
body.single-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join .join,
body.single-sig #chapter-resources .inner-wrapper.non-member:hover .login-join .join,
body.single-chapters #sig-resources .inner-wrapper.non-member:hover .login-join .join,
body.single-sig #sig-resources .inner-wrapper.non-member:hover .login-join .join {
  background-color: #000;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  border: 1px solid transparent;
}
body.single-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join .join:hover,
body.single-sig #chapter-resources .inner-wrapper.non-member:hover .login-join .join:hover,
body.single-chapters #sig-resources .inner-wrapper.non-member:hover .login-join .join:hover,
body.single-sig #sig-resources .inner-wrapper.non-member:hover .login-join .join:hover {
  text-decoration: underline;
}
body.single-chapters #chapter-resources .inner-wrapper .post-title,
body.single-sig #chapter-resources .inner-wrapper .post-title,
body.single-chapters #sig-resources .inner-wrapper .post-title,
body.single-sig #sig-resources .inner-wrapper .post-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
body.single-chapters #chapter-resources .inner-wrapper .chapter-name,
body.single-sig #chapter-resources .inner-wrapper .chapter-name,
body.single-chapters #sig-resources .inner-wrapper .chapter-name,
body.single-sig #sig-resources .inner-wrapper .chapter-name,
body.single-chapters #chapter-resources .inner-wrapper .sig-name,
body.single-sig #chapter-resources .inner-wrapper .sig-name,
body.single-chapters #sig-resources .inner-wrapper .sig-name,
body.single-sig #sig-resources .inner-wrapper .sig-name {
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: 0;
}
body.single-chapters #chapter-resources .inner-wrapper span.date,
body.single-sig #chapter-resources .inner-wrapper span.date,
body.single-chapters #sig-resources .inner-wrapper span.date,
body.single-sig #sig-resources .inner-wrapper span.date {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.single-chapters #chapter-resources .inner-wrapper .inner-non-member,
body.single-sig #chapter-resources .inner-wrapper .inner-non-member,
body.single-chapters #sig-resources .inner-wrapper .inner-non-member,
body.single-sig #sig-resources .inner-wrapper .inner-non-member {
  display: none;
}
body.single-chapters #chapter-contact,
body.single-sig #chapter-contact,
body.single-chapters #sig-contact,
body.single-sig #sig-contact {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.single-chapters #chapter-contact h2.hl2,
body.single-sig #chapter-contact h2.hl2,
body.single-chapters #sig-contact h2.hl2,
body.single-sig #sig-contact h2.hl2 {
  margin-bottom: 20px;
  margin-top: 0;
}
body.single-chapters #chapter-contact .gform_body input,
body.single-sig #chapter-contact .gform_body input,
body.single-chapters #sig-contact .gform_body input,
body.single-sig #sig-contact .gform_body input,
body.single-chapters #chapter-contact .gform_body textarea,
body.single-sig #chapter-contact .gform_body textarea,
body.single-chapters #sig-contact .gform_body textarea,
body.single-sig #sig-contact .gform_body textarea {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #CBCBCB;
  padding-left: 15px;
}
body.single-chapters #chapter-contact .gform_body label,
body.single-sig #chapter-contact .gform_body label,
body.single-chapters #sig-contact .gform_body label,
body.single-sig #sig-contact .gform_body label {
  color: #252525;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal !important;
}
body.single-chapters #chapter-contact .gform_footer input,
body.single-sig #chapter-contact .gform_footer input,
body.single-chapters #sig-contact .gform_footer input,
body.single-sig #sig-contact .gform_footer input {
  border: none;
  color: #fff;
  padding-left: 63px;
  padding-right: 63px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  background-color: #d81315;
}
body.single-chapters #chapter-contact .gform_footer input:hover,
body.single-sig #chapter-contact .gform_footer input:hover,
body.single-chapters #sig-contact .gform_footer input:hover,
body.single-sig #sig-contact .gform_footer input:hover {
  background-color: #eb1a1c;
}
body.single-chapters #chapter-contact .gform_footer input:focus,
body.single-sig #chapter-contact .gform_footer input:focus,
body.single-chapters #sig-contact .gform_footer input:focus,
body.single-sig #sig-contact .gform_footer input:focus {
  background-color: #eb1a1c;
}
body.single-chapters #chapter-contact #gform_confirmation_wrapper_1,
body.single-sig #chapter-contact #gform_confirmation_wrapper_1,
body.single-chapters #sig-contact #gform_confirmation_wrapper_1,
body.single-sig #sig-contact #gform_confirmation_wrapper_1 {
  margin-top: 25px;
  font-size: 16px;
  color: #000;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.post-type-archive-tribe_events #tribe-events-bar {
  width: 74%;
  float: left;
}
body.post-type-archive-tribe_events #hero {
  padding-top: 82px;
  padding-bottom: 38px;
  margin-top: 86px;
  text-align: center;
}
body.post-type-archive-tribe_events #featured-events {
  padding-bottom: 65px;
  border-bottom: 1px solid #000;
}
body.post-type-archive-tribe_events #featured-events .col-md-4 {
  padding-left: 4px;
  padding-right: 4px;
}
body.post-type-archive-tribe_events #featured-events .col-md-4.no-pad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.post-type-archive-tribe_events #featured-events .thumb-link {
  text-decoration: none;
}
body.post-type-archive-tribe_events #featured-events .event-thumb {
  height: 210px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 18px;
  color: #fff;
}
body.post-type-archive-tribe_events #featured-events .event-thumb .affari-table {
  height: 210px;
}
body.post-type-archive-tribe_events #featured-events .event-thumb .cell {
  vertical-align: bottom;
}
body.post-type-archive-tribe_events #featured-events .event-thumb p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 12px;
}
body.post-type-archive-tribe_events #featured-events .event-meta {
  height: 100px;
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.post-type-archive-tribe_events #featured-events .event-meta .affari-table {
  height: 100px;
}
body.post-type-archive-tribe_events #featured-events .event-meta .date {
  display: inline-block;
  height: 100px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
body.post-type-archive-tribe_events #featured-events .event-meta .date span.d {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  display: block;
  letter-spacing: -0.02em;
  line-height: 28px;
}
body.post-type-archive-tribe_events #featured-events .event-meta .date span.M-y {
  font-size: 14px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.post-type-archive-tribe_events #featured-events .event-meta .title-perma {
  display: inline-block;
  height: 100px;
  padding-left: 10px;
  width: 63%;
}
body.post-type-archive-tribe_events #featured-events .event-meta .title-perma h3 {
  margin-bottom: 0;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  letter-spacing: -0.06em;
}
body.post-type-archive-tribe_events #featured-events .event-meta .title-perma a {
  display: inline-block;
  color: #d81315;
  text-decoration: none;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  margin-top: 11px;
  text-transform: uppercase;
}
body.post-type-archive-tribe_events #featured-events .event-meta .title-perma a:after {
  border-bottom: 1px solid #d81315;
}
body.post-type-archive-tribe_events #search-events {
  padding-top: 10px;
}
body.post-type-archive-tribe_events #search-events .search span {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 12px;
  vertical-align: bottom;
}
body.post-type-archive-tribe_events #search-events .search button {
  background-color: transparent;
  border: none;
  vertical-align: bottom;
}
body.post-type-archive-tribe_events #search-events .search input {
  margin-left: -4px;
  width: 50%;
  border: none;
  color: #000;
  text-transform: uppercase;
}
body.post-type-archive-tribe_events #search-events .search input ::-webkit-input-placeholder {
  color: #000;
}
body.post-type-archive-tribe_events #search-events .search input :-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.post-type-archive-tribe_events #search-events .search input ::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.post-type-archive-tribe_events #search-events .search input :-ms-input-placeholder {
  color: #000;
}
body.post-type-archive-tribe_events #search-events .search input::-webkit-input-placeholder {
  color: #000;
}
body.post-type-archive-tribe_events #search-events .search input:-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.post-type-archive-tribe_events #search-events .search input::-moz-placeholder {
  color: #000;
  opacity: 1;
}
body.post-type-archive-tribe_events #search-events .search input:-ms-input-placeholder {
  color: #000;
}
body.post-type-archive-tribe_events #search-events .filter {
  color: #000;
  text-align: right;
}
body.post-type-archive-tribe_events #search-events .filter p {
  display: inline-block;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  font-size: 12px;
  margin-right: 10px;
}
body.post-type-archive-tribe_events #search-events .filter img {
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.post-type-archive-tribe_events #search-events .filter img.flip {
  transform: rotate(-180deg);
}
body.post-type-archive-tribe_events #categories {
  padding-top: 55px;
  padding-bottom: 35px;
  position: relative;
  display: none;
}
body.post-type-archive-tribe_events #categories.show {
  display: block;
}
body.post-type-archive-tribe_events #categories > .row .row {
  text-align: center;
}
body.post-type-archive-tribe_events #categories .clear {
  position: absolute;
  top: 23px;
  right: 6px;
}
body.post-type-archive-tribe_events #categories .clear span {
  font-size: 12px;
  color: #707070;
  border-bottom: 2px solid #707070;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
}
body.post-type-archive-tribe_events #categories .clear img {
  margin-left: 16px;
  cursor: pointer;
}
body.post-type-archive-tribe_events #categories .col-md-4 {
  border-right: 2px solid #707070;
}
body.post-type-archive-tribe_events #categories p {
  text-transform: uppercase;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #000;
}
body.post-type-archive-tribe_events #categories ul {
  list-style: none;
  padding: 0;
}
body.post-type-archive-tribe_events #categories ul li {
  margin-bottom: 8px;
}
body.post-type-archive-tribe_events #categories ul li:last-of-type {
  margin-bottom: 0;
}
body.post-type-archive-tribe_events #categories ul li a {
  color: #646464;
  text-decoration: none;
}
body.post-type-archive-tribe_events #categories ul li a.active {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
}
body.post-type-archive-tribe_events #categories .bttn {
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
}
body.post-type-archive-tribe_events .tribe-bar-search-filter {
  padding-left: 0;
}
body.post-type-archive-tribe_events #tribe_events_filters_wrapper {
  padding-left: 0;
  margin-left: 0;
  background: transparent !important;
}
body.post-type-archive-tribe_events #tribe_events_filters_wrapper .tribe_events_filter_control {
  margin: 0 !important;
}
body.post-type-archive-tribe_events #tribe_events_filters_wrapper .tribe_events_filters_close_filters,
body.post-type-archive-tribe_events #tribe_events_filters_wrapper .tribe_events_filters_reset {
  display: none !important;
}
body.post-type-archive-tribe_events #tribe_events_filters_wrapper .tribe-events-filters-label {
  margin-left: 0;
  padding-left: 0;
  color: #000;
  text-transform: none;
  padding-top: 22px;
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal !important;
}
body.post-type-archive-tribe_events #tribe_events_filters_wrapper .tribe-events-filters-group-heading {
  text-transform: uppercase;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  padding-left: 0;
  margin-right: 50px;
  font-size: 12px;
  font-weight: normal !important;
  letter-spacing: 0.02em;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper {
  max-width: 1140px !important;
  margin: 0 auto;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper h1,
body.post-type-archive-tribe_events #tribe-events-content-wrapper #tribe-bar-views {
  display: none;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper .tribe-events-filters-content,
body.post-type-archive-tribe_events #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-group-heading,
body.post-type-archive-tribe_events #tribe-events-content-wrapper .tribe-events-filter-group.tribe-events-filter-select {
  border: none !important;
  background: transparent !important;
  padding: 0;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper .tribe_events_filter_item {
  width: 45%;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper .tribe_events_filter_item:first-of-type {
  margin-right: 5px;
  float: left;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper .tribe-events-filters-vertical + #tribe-events-content {
  width: 100%;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper #tribe-bar-form {
  background: transparent;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-date-filter,
body.post-type-archive-tribe_events #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-geoloc-filter,
body.post-type-archive-tribe_events #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-submit {
  display: none;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-search-filter label {
  display: none;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-search-filter input[type=text] {
  position: relative;
  border-bottom: 1px solid #000;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  color: #000;
  padding-left: 20px;
  padding-bottom: 15px;
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  text-transform: uppercase;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-search-filter input[type=text]:focus {
  outline: none !important;
}
body.post-type-archive-tribe_events #tribe-events-content-wrapper #tribe-bar-form .tribe-bar-search-filter input[type=text]::placeholder {
  font-style: normal;
  color: #000;
}
body.post-type-archive-tribe_events .tribe-events-nav-pagination {
  display: none;
}
body.post-type-archive-tribe_events .dropdown p {
  color: #000;
  text-transform: uppercase;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  font-size: 12px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.post-type-archive-tribe_events .dropdown select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 0.5em 3.5em 0.5em 1em;
  border: none;
  width: 257px;
  font-size: 12px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #646464;
  background-color: #F0F0F0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
}
body.post-type-archive-tribe_events .dropdown select::-ms-expand {
  display: none;
}
body.post-type-archive-tribe_events .dropdown span {
  background-color: #d81315;
  padding-top: 5px;
  text-align: center;
  right: 0;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 15%;
  z-index: 1;
  -moz-border-radius: 0px 9px 9px 0px;
  -webkit-border-radius: 0px 9px 9px 0px;
  -ms-border-radius: 0px 9px 9px 0px;
  -o-border-radius: 0px 9px 9px 0px;
  border-radius: 0px 9px 9px 0px;
  pointer-events: none;
  cursor: pointer;
}
body.post-type-archive-tribe_events .tribe-events-loop {
  margin-top: 50px;
  max-width: 100%;
}
body.post-type-archive-tribe_events .tribe-events-loop .tribe-events-list-separator-month {
  text-align: center;
  color: #000;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.02em;
  display: none;
}
body.post-type-archive-tribe_events .tribe-events-loop .tribe-events-list-separator-month:after {
  display: none;
}
body.post-type-archive-tribe_events .tribe-events-loop .tribe-events-list-separator-month:first-of-type {
  display: block;
}
body.post-type-archive-tribe_events .tribe-events-loop .row {
  margin-bottom: 40px;
}
body.post-type-archive-tribe_events .tribe-events-loop h3 {
  font-size: 16px;
  margin-bottom: 0;
}
body.post-type-archive-tribe_events .tribe-events-loop p {
  margin-top: 5px;
}
body.post-type-archive-tribe_events .tribe-events-loop p:first-of-type {
  color: #000;
  font-size: 12px;
}
body.post-type-archive-tribe_events .tribe-events-loop a.cta-link {
  color: #d81315;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.post-type-archive-tribe_events .tribe-events-loop a.cta-link:after {
  border: 1px solid #d81315;
}
body.post-type-archive-tribe_events .tribe-events-loop .date {
  color: #000;
  text-align: center;
  border: 1px solid #acacac;
  height: 130px;
}
body.post-type-archive-tribe_events .tribe-events-loop .date .affari-table {
  height: 130px;
}
body.post-type-archive-tribe_events .tribe-events-loop .date span.d {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  display: block;
  letter-spacing: -0.02em;
  line-height: 28px;
}
body.post-type-archive-tribe_events .tribe-events-loop .date span.M-y {
  font-size: 14px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.post-type-archive-tribe_events .tribe-events-loop .event-thumb {
  height: 100px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.post-type-archive-tribe_events .tribe-events-filters-horizontal .tribe-events-filters-content {
  background: transparent !important;
  border: none;
}
body.post-type-archive-tribe_events .tribe_events_filter_control button + button {
  color: #d81315;
}
body.single-tribe_events {
  position: relative;
}
body.single-tribe_events .pagecontent {
  margin-top: 86px;
}
body.single-tribe_events .container {
  max-width: 1160px;
}
body.single-tribe_events .container .back-to-events {
  position: absolute;
  left: 15px;
  top: 108px;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #acacac;
  text-decoration: none;
}
body.single-tribe_events .container .back-to-events img {
  width: 10px;
  margin-right: 3px;
}
body.single-tribe_events .container .back-to-events:after {
  border: 1px solid #acacac;
}
body.single-tribe_events .container > .row {
  margin-left: auto;
  margin-right: auto;
}
body.single-tribe_events #post-block {
  padding-top: 46px;
  padding-bottom: 50px;
}
body.single-tribe_events #post-block > .col-md-8 {
  padding-right: 0;
  padding-top: 54px;
}
body.single-tribe_events #post-block .tribe-events-cal-links a {
  display: inline-block;
  color: #fff;
  background-color: #cf1214;
  padding-top: 14px;
  padding-bottom: 14px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-right: 30px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.single-tribe_events #post-block .tribe-events-cal-links a:hover {
  background-color: #e11416;
}
body.single-tribe_events #post-block .tribe-events-cal-links a:nth-of-type(2) {
  margin-right: 0;
}
body.single-tribe_events .event-thumb {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 445px;
}
body.single-tribe_events .event-meta {
  height: 100px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.single-tribe_events .event-meta .affari-table {
  height: 100px;
}
body.single-tribe_events .event-meta .date {
  display: inline-block;
  height: 100px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
body.single-tribe_events .event-meta .date span.d {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  display: block;
  letter-spacing: -0.02em;
  line-height: 28px;
}
body.single-tribe_events .event-meta .date span.M-y {
  font-size: 14px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.single-tribe_events .event-meta .title-chapter-venue {
  display: inline-block;
  height: 100px;
  padding-left: 15px;
  width: 80%;
}
body.single-tribe_events .event-meta .title-chapter-venue h3 {
  margin-bottom: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
}
body.single-tribe_events .event-meta .title-chapter-venue .event-chapter,
body.single-tribe_events .event-meta .title-chapter-venue .venue {
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
}
body.single-tribe_events .event-meta .title-chapter-venue .event-chapter {
  margin-right: 15px;
}
body.single-tribe_events .event-meta .title-chapter-venue .venue {
  margin-left: 15px;
}
body.single-tribe_events .the-content {
  margin-top: 35px;
}
body.single-tribe_events .the-content a {
  color: #d81315;
}
body.single-tribe_events .event-details {
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  padding-top: 24px;
  padding-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
body.single-tribe_events .event-details .cost p,
body.single-tribe_events .event-details .venue p,
body.single-tribe_events .event-details .speaker p,
body.single-tribe_events .event-details .topic p {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #252525;
  font-size: 12px;
  margin-bottom: 0;
}
body.single-tribe_events .event-details .cost p:nth-of-type(2),
body.single-tribe_events .event-details .venue p:nth-of-type(2),
body.single-tribe_events .event-details .speaker p:nth-of-type(2),
body.single-tribe_events .event-details .topic p:nth-of-type(2) {
  color: #646464;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
  margin-top: 3px;
}
body.single-tribe_events .event-details .cost.venue p,
body.single-tribe_events .event-details .venue.venue p,
body.single-tribe_events .event-details .speaker.venue p,
body.single-tribe_events .event-details .topic.venue p {
  max-width: 100px;
}
body.single-tribe_events .share {
  margin-top: 30px;
  padding-bottom: 60px;
}
body.single-tribe_events .share > span {
  text-transform: uppercase;
  color: #000;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
  margin-right: 35px;
  margin-bottom: 35px;
}
body.single-tribe_events .share .sharethis-inline-share-buttons {
  display: inline-block !important;
}
body.single-tribe_events .share #st-1 .st-btn[data-network='facebook'] {
  background-color: transparent;
}
body.single-tribe_events .share #st-1 .st-btn[data-network='facebook'] svg {
  fill: #d81315;
}
body.single-tribe_events .share #st-1 .st-btn[data-network='twitter'] {
  background-color: transparent;
}
body.single-tribe_events .share #st-1 .st-btn[data-network='twitter'] svg {
  fill: #d81315;
}
body.single-tribe_events .share #st-1 .st-btn[data-network='linkedin'] {
  display: inline-block !important;
  background-color: transparent;
}
body.single-tribe_events .share #st-1 .st-btn[data-network='linkedin'] svg {
  fill: #d81315;
}
body.single-tribe_events .share #st-1 .st-btn > svg {
  top: -5px;
  width: 24px;
  height: 24px;
}
body.single-tribe_events #recent-posts a {
  display: inline-block;
}
body.single-tribe_events #recent-posts a.recent-thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 210px;
  text-decoration: none;
  padding-left: 15px;
  display: block;
  color: #fff;
}
body.single-tribe_events #recent-posts a.recent-thumb .affari-table {
  height: 210px;
}
body.single-tribe_events #recent-posts a.recent-thumb .cell {
  vertical-align: bottom;
}
body.single-tribe_events #recent-posts a.recent-thumb p {
  font-size: 12px;
  margin-bottom: 10px;
}
body.single-tribe_events #recent-posts .post-block {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
body.single-tribe_events #recent-posts .post-block .affari-table {
  height: 100px;
}
body.single-tribe_events #recent-posts .date {
  display: inline-block;
  height: 100px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
body.single-tribe_events #recent-posts .date span.d {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  display: block;
  letter-spacing: -0.02em;
  line-height: 28px;
}
body.single-tribe_events #recent-posts .date span.M-y {
  font-size: 14px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.single-tribe_events #recent-posts .title-perma {
  display: inline-block;
  height: 100px;
  padding-left: 10px;
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
  border-top: 1px solid #acacac;
}
body.single-tribe_events #recent-posts .title-perma h3 {
  margin-bottom: 0;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
body.single-tribe_events #recent-posts .title-perma a {
  display: inline-block;
  color: #d81315;
  text-decoration: none;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  margin-top: 25px;
  text-transform: uppercase;
}
body.single-tribe_events #recent-posts .title-perma a:after {
  border-bottom: 1px solid #d81315;
}
body.tribe_community_edit .pagecontent {
  margin-top: 86px;
}
body.tribe_community_edit #hero {
  background-image: url('../img/my-account.jpg');
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center top;
  height: 300px;
  background-repeat: no-repeat;
  text-align: center;
}
body.tribe_community_edit #hero .affari-table {
  height: 300px;
}
body.tribe_community_edit #hero h2 {
  font-size: 32px;
}
body.tribe_community_edit #admin-content {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}
body.tribe_community_edit #admin-content .row.sigs {
  margin-top: 40px;
}
body.tribe_community_edit #admin-content h3.hl1 {
  margin-top: 18px;
  margin-bottom: 30px;
  font-size: 21px;
}
body.tribe_community_edit #admin-content h3.now-creating,
body.tribe_community_edit #admin-content h3.now-editing {
  color: #d81315;
  font-size: 21px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
body.tribe_community_edit #admin-content .back_btn {
  position: absolute;
  left: 15px;
  top: 0;
  text-transform: uppercase;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #acacac;
  text-decoration: none;
}
body.tribe_community_edit #admin-content .back_btn img {
  width: 10px;
  margin-right: 3px;
}
body.tribe_community_edit #admin-content .back_btn:after {
  border: 1px solid #acacac;
}
body.tribe_community_edit #tribe-community-events {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
body.tribe_community_edit #tribe-community-events label {
  font-weight: normal !important;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  color: #000;
  font-size: 14px;
}
body.tribe_community_edit .tribe-community-events {
  background: transparent;
  border: none;
}
body.tribe_community_edit .tribe-community-events .tribe-section table.tribe-section-content tr.recurrence-row {
  display: none !important;
}
body.tribe_community_edit .tribe-community-notice a {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.tribe_community_edit .tribe-community-notice p:last-of-type {
  display: none;
}
body.tribe_community_edit .tribe-events-community-footer input {
  color: #fff;
  padding-left: 63px;
  padding-right: 63px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: none;
  font-size: 14px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  margin-top: 40px;
  display: inline-block;
  background: #d81315 !important;
}
body.tribe_community_edit .tribe-events-community-footer input:hover:hover {
  background-color: #b90608;
}
body.tribe_community_edit .tribe-events-community-footer input:hover:focus {
  background-color: #880002;
}
body.post-type-archive-resources .container,
body.post-type-archive-news .container,
body.post-type-archive-chapters .container {
  max-width: 1160px;
}
body.post-type-archive-resources #search-header,
body.post-type-archive-news #search-header,
body.post-type-archive-chapters #search-header {
  padding-top: 82px;
  padding-bottom: 38px;
  margin-top: 86px;
  text-align: center;
  position: relative;
}
body.post-type-archive-resources a.back-to-resources,
body.post-type-archive-news a.back-to-resources,
body.post-type-archive-chapters a.back-to-resources,
body.post-type-archive-resources a.back-to-news,
body.post-type-archive-news a.back-to-news,
body.post-type-archive-chapters a.back-to-news,
body.post-type-archive-resources a.back-to-groups,
body.post-type-archive-news a.back-to-groups,
body.post-type-archive-chapters a.back-to-groups,
body.post-type-archive-resources a.back-to-chapters,
body.post-type-archive-news a.back-to-chapters,
body.post-type-archive-chapters a.back-to-chapters {
  position: absolute;
  color: #acacac;
  text-decoration: none;
  left: 40px;
  top: 108px;
  font-size: 12px;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.post-type-archive-resources a.back-to-resources img,
body.post-type-archive-news a.back-to-resources img,
body.post-type-archive-chapters a.back-to-resources img,
body.post-type-archive-resources a.back-to-news img,
body.post-type-archive-news a.back-to-news img,
body.post-type-archive-chapters a.back-to-news img,
body.post-type-archive-resources a.back-to-groups img,
body.post-type-archive-news a.back-to-groups img,
body.post-type-archive-chapters a.back-to-groups img,
body.post-type-archive-resources a.back-to-chapters img,
body.post-type-archive-news a.back-to-chapters img,
body.post-type-archive-chapters a.back-to-chapters img {
  width: 10px;
}
body.post-type-archive-resources a.back-to-resources:after,
body.post-type-archive-news a.back-to-resources:after,
body.post-type-archive-chapters a.back-to-resources:after,
body.post-type-archive-resources a.back-to-news:after,
body.post-type-archive-news a.back-to-news:after,
body.post-type-archive-chapters a.back-to-news:after,
body.post-type-archive-resources a.back-to-groups:after,
body.post-type-archive-news a.back-to-groups:after,
body.post-type-archive-chapters a.back-to-groups:after,
body.post-type-archive-resources a.back-to-chapters:after,
body.post-type-archive-news a.back-to-chapters:after,
body.post-type-archive-chapters a.back-to-chapters:after {
  border: 1px solid #acacac;
}
body.post-type-archive-chapters #the-chapters {
  padding-bottom: 50px;
}
body.post-type-archive-chapters #the-chapters .chapter-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.post-type-archive-chapters #the-chapters p {
  max-width: 555px;
  margin-top: 3px;
  margin-bottom: 15px;
}
body.post-type-archive-resources .resources-search {
  height: auto;
  overflow: hidden;
}
body.post-type-archive-resources #member-resources {
  display: none;
}
body.post-type-archive-resources #the-resources h4.hl2 {
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
  padding-bottom: 3px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.post-type-archive-resources #the-resources .row.the-resources {
  margin-left: auto;
  margin-right: auto;
}
body.post-type-archive-resources #the-resources a.perma {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
body.post-type-archive-resources #the-resources a.perma.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
body.post-type-archive-resources #the-resources a.perma:hover .inner-wrapper {
  border: 1px solid #d81315;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.post-type-archive-resources #the-resources .inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #acacac;
  padding-top: 20px;
  height: 120px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 8px;
}
body.post-type-archive-resources #the-resources .inner-wrapper .col-md-2 {
  text-align: right;
}
body.post-type-archive-resources #the-resources .inner-wrapper img.resource-icon {
  width: 24px;
}
body.post-type-archive-resources #the-resources .inner-wrapper p.post-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  line-height: 20px;
}
body.post-type-archive-resources #the-resources .inner-wrapper p.chapter-name,
body.post-type-archive-resources #the-resources .inner-wrapper p.sig-name,
body.post-type-archive-resources #the-resources .inner-wrapper p.igda {
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: 0;
}
body.post-type-archive-resources #the-resources .inner-wrapper span.date {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.post-type-archive-resources #the-resources .inner-wrapper.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
body.post-type-archive-resources #the-resources .inner-wrapper.non-member .login-join {
  display: none;
}
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  border: 1px solid #d81315;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover p.chapter-name,
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover span.date,
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover p.sig-name,
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover p.igda {
  display: none;
}
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover .login-join {
  display: inline-block;
  margin-top: 25px;
}
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover .login-join .login {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #000;
  margin-top: 5px;
}
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover .login-join .login:hover {
  text-decoration: underline;
}
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover .login-join span {
  margin-left: 3px;
  margin-right: 3px;
}
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover .login-join .join {
  background-color: #000;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  border: 1px solid transparent;
}
body.post-type-archive-resources #the-resources .inner-wrapper.non-member:hover .login-join .join:hover {
  text-decoration: underline;
}
body.post-type-archive-resources #the-resources .inner-wrapper .inner-non-member {
  display: none;
}
body.post-type-archive-news a.news-bg {
  height: 210px;
  display: block;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.post-type-archive-news .news-posts {
  padding-top: 20px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
}
body.post-type-archive-news .masonry {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 1140px;
  min-height: 900px;
}
@supports not (flex-wrap: wrap) {
  body.post-type-archive-news div.masonry {
    display: block;
  }
}
body.post-type-archive-news .archive-wrapper,
body.post-type-archive-news .term-wrapper {
  width: 375px;
  border: 1px solid #ACACAC;
  margin-bottom: 7px;
  margin-right: 7px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
body.post-type-archive-news .archive-wrapper.taller,
body.post-type-archive-news .term-wrapper.taller {
  min-height: 400px;
}
body.post-type-archive-news .archive-wrapper p,
body.post-type-archive-news .term-wrapper p {
  padding-left: 30px;
  padding-right: 30px;
}
body.post-type-archive-news .archive-wrapper p.chapter-name,
body.post-type-archive-news .term-wrapper p.chapter-name,
body.post-type-archive-news .archive-wrapper p.sig-name,
body.post-type-archive-news .term-wrapper p.sig-name,
body.post-type-archive-news .archive-wrapper p.igda,
body.post-type-archive-news .term-wrapper p.igda {
  color: #000;
  font-size: 12px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  padding: 0;
  left: 30px;
  bottom: 0;
}
body.post-type-archive-news .archive-wrapper .post-title,
body.post-type-archive-news .term-wrapper .post-title {
  margin-left: 30px;
  margin-top: 30px;
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 16px;
}
body.post-type-archive-news .archive-wrapper span,
body.post-type-archive-news .term-wrapper span {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.tax-resource-type .container {
  max-width: 1160px;
}
body.tax-resource-type #search-header {
  padding-top: 82px;
  padding-bottom: 38px;
  margin-top: 86px;
  text-align: center;
  position: relative;
}
body.tax-resource-type a.back-to-resources {
  position: absolute;
  color: #acacac;
  text-decoration: none;
  left: 40px;
  top: 108px;
  font-size: 12px;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.tax-resource-type a.back-to-resources img {
  width: 10px;
}
body.tax-resource-type a.back-to-resources:after {
  border: 1px solid #acacac;
}
body.tax-resource-type #resources-search h4.hl2,
body.tax-resource-type #member-resources h4.hl2 {
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
  padding-bottom: 3px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.tax-resource-type #resources-search .row.the-resources,
body.tax-resource-type #member-resources .row.the-resources {
  margin-left: auto;
  margin-right: auto;
}
body.tax-resource-type #resources-search a.perma,
body.tax-resource-type #member-resources a.perma {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
body.tax-resource-type #resources-search a.perma.non-member,
body.tax-resource-type #member-resources a.perma.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
body.tax-resource-type #resources-search a.perma:hover .inner-wrapper,
body.tax-resource-type #member-resources a.perma:hover .inner-wrapper {
  border: 1px solid #d81315;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.tax-resource-type #resources-search .inner-wrapper,
body.tax-resource-type #member-resources .inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #acacac;
  padding-top: 20px;
  height: 120px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 8px;
}
body.tax-resource-type #resources-search .inner-wrapper .col-md-2,
body.tax-resource-type #member-resources .inner-wrapper .col-md-2 {
  text-align: right;
}
body.tax-resource-type #resources-search .inner-wrapper img.resource-icon,
body.tax-resource-type #member-resources .inner-wrapper img.resource-icon {
  width: 24px;
}
body.tax-resource-type #resources-search .inner-wrapper p.post-title,
body.tax-resource-type #member-resources .inner-wrapper p.post-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  line-height: 20px;
}
body.tax-resource-type #resources-search .inner-wrapper p.chapter-name,
body.tax-resource-type #member-resources .inner-wrapper p.chapter-name,
body.tax-resource-type #resources-search .inner-wrapper p.sig-name,
body.tax-resource-type #member-resources .inner-wrapper p.sig-name,
body.tax-resource-type #resources-search .inner-wrapper p.igda,
body.tax-resource-type #member-resources .inner-wrapper p.igda {
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: 0;
}
body.tax-resource-type #resources-search .inner-wrapper.non-member,
body.tax-resource-type #member-resources .inner-wrapper.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
body.tax-resource-type #resources-search .inner-wrapper.non-member .login-join,
body.tax-resource-type #member-resources .inner-wrapper.non-member .login-join {
  display: none;
}
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  border: 1px solid #d81315;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover p.chapter-name,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover p.chapter-name,
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover span.date,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover span.date,
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover p.sig-name,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover p.sig-name,
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover p.igda,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover p.igda {
  display: none;
}
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover .login-join,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover .login-join {
  display: inline-block;
  margin-top: 25px;
}
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover .login-join .login,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover .login-join .login {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #000;
  margin-top: 5px;
}
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover .login-join .login:hover,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover .login-join .login:hover {
  text-decoration: underline;
}
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover .login-join span,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover .login-join span {
  margin-left: 3px;
  margin-right: 3px;
}
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover .login-join .join,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover .login-join .join {
  background-color: #000;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  border: 1px solid transparent;
}
body.tax-resource-type #resources-search .inner-wrapper.non-member:hover .login-join .join:hover,
body.tax-resource-type #member-resources .inner-wrapper.non-member:hover .login-join .join:hover {
  text-decoration: underline;
}
body.tax-resource-type #resources-search .inner-wrapper span.date,
body.tax-resource-type #member-resources .inner-wrapper span.date {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.tax-resource-type #resources-search .inner-wrapper .inner-non-member,
body.tax-resource-type #member-resources .inner-wrapper .inner-non-member {
  display: none;
}
body.tax-resource-type #member-resources {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #64cbd0;
  color: #000;
}
body.tax-resource-type #member-resources h2 {
  text-align: center;
  margin-bottom: 35px;
}
body.tax-resource-type #member-resources .row {
  margin-right: auto;
  margin-left: auto;
  max-width: 1160px;
}
body.tax-resource-type #member-resources .row.login {
  margin-top: 35px;
}
body.tax-resource-type #member-resources .row.login .col-md-7 p {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  text-align: left;
}
body.tax-resource-type #member-resources .row.login .login-join {
  text-align: right;
  margin-top: -12px;
  display: inline-block;
}
body.tax-resource-type #member-resources .row.login .login-join .login {
  background-color: transparent;
  color: #000;
  font-size: 14px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  border: 1px solid #000;
}
body.tax-resource-type #member-resources .row.login .login-join .login:hover {
  text-decoration: underline;
}
body.tax-resource-type #member-resources .row.login .login-join span {
  margin-left: 5px;
  margin-right: 5px;
}
body.tax-resource-type #member-resources .row.login .login-join .join {
  background-color: #000;
  margin-top: 0;
  color: #fff;
  border: 1px solid transparent;
}
body.tax-resource-type #member-resources .row.login .login-join .join:hover {
  text-decoration: underline;
}
body.tax-news-tax .pagecontent,
body.tax-news-source .pagecontent {
  margin-top: 86px;
}
body.tax-news-tax #search-header,
body.tax-news-source #search-header {
  padding-top: 50px;
  text-align: center;
}
body.tax-news-tax #search-header h2.hl2,
body.tax-news-source #search-header h2.hl2 {
  margin-bottom: 0;
}
body.tax-news-tax #search-header h3,
body.tax-news-source #search-header h3 {
  font-size: 21px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}
body.tax-news-tax a.back,
body.tax-news-source a.back {
  position: absolute;
  color: #acacac;
  text-decoration: none;
  left: 40px;
  top: 108px;
  font-size: 12px;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.tax-news-tax a.back img,
body.tax-news-source a.back img {
  width: 10px;
}
body.tax-news-tax a.back:after,
body.tax-news-source a.back:after {
  border: 1px solid #acacac;
}
body.tax-news-tax #news-posts,
body.tax-news-source #news-posts {
  padding-top: 20px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: auto;
}
body.tax-news-tax #news-posts .masonry,
body.tax-news-source #news-posts .masonry {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 1140px;
  min-height: 900px;
}
body.tax-news-tax #news-posts .masonry-brick,
body.tax-news-source #news-posts .masonry-brick {
  width: 375px;
  border: 1px solid #ACACAC;
  margin-bottom: 7px;
  margin-right: 7px;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
body.tax-news-tax #news-posts .masonry-brick.taller,
body.tax-news-source #news-posts .masonry-brick.taller {
  min-height: 400px;
}
body.tax-news-tax #news-posts .masonry-brick .news-bg,
body.tax-news-source #news-posts .masonry-brick .news-bg {
  height: 210px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}
body.tax-news-tax #news-posts .masonry-brick p,
body.tax-news-source #news-posts .masonry-brick p {
  padding-left: 30px;
  padding-right: 30px;
}
body.tax-news-tax #news-posts .masonry-brick p.chapter-name,
body.tax-news-source #news-posts .masonry-brick p.chapter-name,
body.tax-news-tax #news-posts .masonry-brick p.sig-name,
body.tax-news-source #news-posts .masonry-brick p.sig-name,
body.tax-news-tax #news-posts .masonry-brick p.igda,
body.tax-news-source #news-posts .masonry-brick p.igda {
  color: #000;
  font-size: 12px;
  font-family: Helvetica Neue LT, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  padding: 0;
  left: 30px;
  bottom: 0;
}
body.tax-news-tax #news-posts .masonry-brick .post-title,
body.tax-news-source #news-posts .masonry-brick .post-title {
  margin-left: 30px;
  margin-top: 30px;
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 16px;
}
body.tax-news-tax #news-posts .masonry-brick span.date,
body.tax-news-source #news-posts .masonry-brick span.date {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
@supports not (flex-wrap: wrap) {
  body.tax-news-tax #news-posts div.masonry,
  body.tax-news-source #news-posts div.masonry {
    display: block;
  }
}
body.tax-resources-tax .pagecontent,
body.tax-resource-source .pagecontent {
  margin-top: 86px;
}
body.tax-resources-tax #search-header,
body.tax-resource-source #search-header {
  padding-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
body.tax-resources-tax #search-header h2.hl2,
body.tax-resource-source #search-header h2.hl2 {
  margin-bottom: 0;
}
body.tax-resources-tax #search-header h3,
body.tax-resource-source #search-header h3 {
  font-size: 21px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}
body.tax-resources-tax a.back,
body.tax-resource-source a.back {
  position: absolute;
  color: #acacac;
  text-decoration: none;
  left: 40px;
  top: 108px;
  font-size: 12px;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.tax-resources-tax a.back img,
body.tax-resource-source a.back img {
  width: 10px;
}
body.tax-resources-tax a.back:after,
body.tax-resource-source a.back:after {
  border: 1px solid #acacac;
}
body.tax-resources-tax #the-resources h4.hl2,
body.tax-resource-source #the-resources h4.hl2,
body.tax-resources-tax #member-resources h4.hl2,
body.tax-resource-source #member-resources h4.hl2 {
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 3px;
}
body.tax-resources-tax #the-resources .row.the-resources,
body.tax-resource-source #the-resources .row.the-resources,
body.tax-resources-tax #member-resources .row.the-resources,
body.tax-resource-source #member-resources .row.the-resources {
  margin-left: auto;
  margin-right: auto;
}
body.tax-resources-tax #the-resources a.perma,
body.tax-resource-source #the-resources a.perma,
body.tax-resources-tax #member-resources a.perma,
body.tax-resource-source #member-resources a.perma {
  text-decoration: none;
  display: inline-block;
  width: 100%;
}
body.tax-resources-tax #the-resources a.perma.non-member,
body.tax-resource-source #the-resources a.perma.non-member,
body.tax-resources-tax #member-resources a.perma.non-member,
body.tax-resource-source #member-resources a.perma.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}
body.tax-resources-tax #the-resources a.perma:hover .inner-wrapper,
body.tax-resource-source #the-resources a.perma:hover .inner-wrapper,
body.tax-resources-tax #member-resources a.perma:hover .inner-wrapper,
body.tax-resource-source #member-resources a.perma:hover .inner-wrapper {
  border: 1px solid #d81315;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.tax-resources-tax #the-resources .inner-wrapper,
body.tax-resource-source #the-resources .inner-wrapper,
body.tax-resources-tax #member-resources .inner-wrapper,
body.tax-resource-source #member-resources .inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #acacac;
  padding-top: 20px;
  height: 120px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right: 8px;
}
body.tax-resources-tax #the-resources .inner-wrapper .col-md-2,
body.tax-resource-source #the-resources .inner-wrapper .col-md-2,
body.tax-resources-tax #member-resources .inner-wrapper .col-md-2,
body.tax-resource-source #member-resources .inner-wrapper .col-md-2 {
  text-align: right;
}
body.tax-resources-tax #the-resources .inner-wrapper img.resource-icon,
body.tax-resource-source #the-resources .inner-wrapper img.resource-icon,
body.tax-resources-tax #member-resources .inner-wrapper img.resource-icon,
body.tax-resource-source #member-resources .inner-wrapper img.resource-icon {
  width: 24px;
}
body.tax-resources-tax #the-resources .inner-wrapper p.post-title,
body.tax-resource-source #the-resources .inner-wrapper p.post-title,
body.tax-resources-tax #member-resources .inner-wrapper p.post-title,
body.tax-resource-source #member-resources .inner-wrapper p.post-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  line-height: 20px;
}
body.tax-resources-tax #the-resources .inner-wrapper p.chapter-name,
body.tax-resource-source #the-resources .inner-wrapper p.chapter-name,
body.tax-resources-tax #member-resources .inner-wrapper p.chapter-name,
body.tax-resource-source #member-resources .inner-wrapper p.chapter-name,
body.tax-resources-tax #the-resources .inner-wrapper p.sig-name,
body.tax-resource-source #the-resources .inner-wrapper p.sig-name,
body.tax-resources-tax #member-resources .inner-wrapper p.sig-name,
body.tax-resource-source #member-resources .inner-wrapper p.sig-name,
body.tax-resources-tax #the-resources .inner-wrapper p.igda,
body.tax-resource-source #the-resources .inner-wrapper p.igda,
body.tax-resources-tax #member-resources .inner-wrapper p.igda,
body.tax-resource-source #member-resources .inner-wrapper p.igda {
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: 0;
}
body.tax-resources-tax #the-resources .inner-wrapper span.date,
body.tax-resource-source #the-resources .inner-wrapper span.date,
body.tax-resources-tax #member-resources .inner-wrapper span.date,
body.tax-resource-source #member-resources .inner-wrapper span.date {
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
body.tax-resources-tax #the-resources .inner-wrapper.non-member,
body.tax-resource-source #the-resources .inner-wrapper.non-member,
body.tax-resources-tax #member-resources .inner-wrapper.non-member,
body.tax-resource-source #member-resources .inner-wrapper.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
body.tax-resources-tax #the-resources .inner-wrapper.non-member .login-join,
body.tax-resource-source #the-resources .inner-wrapper.non-member .login-join,
body.tax-resources-tax #member-resources .inner-wrapper.non-member .login-join,
body.tax-resource-source #member-resources .inner-wrapper.non-member .login-join {
  display: none;
}
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  border: 1px solid #d81315;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover p.chapter-name,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover p.chapter-name,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover p.chapter-name,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover p.chapter-name,
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover span.date,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover span.date,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover span.date,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover span.date,
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover p.sig-name,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover p.sig-name,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover p.sig-name,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover p.sig-name,
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover p.igda,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover p.igda,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover p.igda,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover p.igda {
  display: none;
}
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover .login-join,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover .login-join,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover .login-join,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover .login-join {
  display: inline-block;
  margin-top: 25px;
}
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover .login-join .login,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover .login-join .login,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover .login-join .login,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover .login-join .login {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #000;
  margin-top: 5px;
}
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover .login-join .login:hover,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover .login-join .login:hover,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover .login-join .login:hover,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover .login-join .login:hover {
  text-decoration: underline;
}
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover .login-join span,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover .login-join span,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover .login-join span,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover .login-join span {
  margin-left: 3px;
  margin-right: 3px;
}
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover .login-join .join,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover .login-join .join,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover .login-join .join,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover .login-join .join {
  background-color: #000;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  border: 1px solid transparent;
}
body.tax-resources-tax #the-resources .inner-wrapper.non-member:hover .login-join .join:hover,
body.tax-resource-source #the-resources .inner-wrapper.non-member:hover .login-join .join:hover,
body.tax-resources-tax #member-resources .inner-wrapper.non-member:hover .login-join .join:hover,
body.tax-resource-source #member-resources .inner-wrapper.non-member:hover .login-join .join:hover {
  text-decoration: underline;
}
body.tax-resources-tax #the-resources .inner-wrapper .inner-non-member,
body.tax-resource-source #the-resources .inner-wrapper .inner-non-member,
body.tax-resources-tax #member-resources .inner-wrapper .inner-non-member,
body.tax-resource-source #member-resources .inner-wrapper .inner-non-member {
  display: none;
}
body.tax-sig-type .container,
body.tax-chapter-type .container,
body.tax-chapters-location .container,
body.tax-sig-location .container {
  max-width: 1160px;
}
body.tax-sig-type #search-header,
body.tax-chapter-type #search-header,
body.tax-chapters-location #search-header,
body.tax-sig-location #search-header {
  padding-top: 82px;
  padding-bottom: 38px;
  margin-top: 86px;
  text-align: center;
  position: relative;
}
body.tax-sig-type a.back-to-groups,
body.tax-chapter-type a.back-to-groups,
body.tax-chapters-location a.back-to-groups,
body.tax-sig-location a.back-to-groups,
body.tax-sig-type a.back-to-chapters,
body.tax-chapter-type a.back-to-chapters,
body.tax-chapters-location a.back-to-chapters,
body.tax-sig-location a.back-to-chapters {
  position: absolute;
  color: #acacac;
  text-decoration: none;
  left: 40px;
  top: 108px;
  font-size: 12px;
  font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.tax-sig-type a.back-to-groups img,
body.tax-chapter-type a.back-to-groups img,
body.tax-chapters-location a.back-to-groups img,
body.tax-sig-location a.back-to-groups img,
body.tax-sig-type a.back-to-chapters img,
body.tax-chapter-type a.back-to-chapters img,
body.tax-chapters-location a.back-to-chapters img,
body.tax-sig-location a.back-to-chapters img {
  width: 10px;
}
body.tax-sig-type a.back-to-groups:after,
body.tax-chapter-type a.back-to-groups:after,
body.tax-chapters-location a.back-to-groups:after,
body.tax-sig-location a.back-to-groups:after,
body.tax-sig-type a.back-to-chapters:after,
body.tax-chapter-type a.back-to-chapters:after,
body.tax-chapters-location a.back-to-chapters:after,
body.tax-sig-location a.back-to-chapters:after {
  border: 1px solid #acacac;
}
body.tax-sig-type #the-groups,
body.tax-chapter-type #the-groups,
body.tax-chapters-location #the-groups,
body.tax-sig-location #the-groups {
  padding-bottom: 50px;
}
body.tax-sig-type #the-groups .col-md-12,
body.tax-chapter-type #the-groups .col-md-12,
body.tax-chapters-location #the-groups .col-md-12,
body.tax-sig-location #the-groups .col-md-12 {
  margin-top: 50px;
}
body.tax-sig-type #the-groups .col-md-6,
body.tax-chapter-type #the-groups .col-md-6,
body.tax-chapters-location #the-groups .col-md-6,
body.tax-sig-location #the-groups .col-md-6 {
  margin-bottom: 50px;
}
body.tax-sig-type #the-groups .hl2,
body.tax-chapter-type #the-groups .hl2,
body.tax-chapters-location #the-groups .hl2,
body.tax-sig-location #the-groups .hl2 {
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
  padding-bottom: 3px;
}
body.tax-sig-type #the-groups p,
body.tax-chapter-type #the-groups p,
body.tax-chapters-location #the-groups p,
body.tax-sig-location #the-groups p {
  max-width: 555px;
  margin-top: 3px;
}
body.tax-sig-type #the-groups .chapter-title,
body.tax-chapter-type #the-groups .chapter-title,
body.tax-chapters-location #the-groups .chapter-title,
body.tax-sig-location #the-groups .chapter-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.search-results .search-pageheader,
body.search-no-results .search-pageheader {
  margin-top: 86px;
  text-align: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  background-image: url('../img/my-account.jpg');
}
body.search-results .search-pageheader .affari-table,
body.search-no-results .search-pageheader .affari-table {
  height: 300px;
}
body.search-results .search-pageheader h1,
body.search-no-results .search-pageheader h1 {
  font-family: 'Museo Slab 700', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.search-results p.sorry,
body.search-no-results p.sorry {
  text-align: center;
  margin-top: 32px;
}
body.search-results .inner-wrapper,
body.search-no-results .inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #acacac;
  padding-top: 20px;
  height: 120px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 35px;
  margin-right: 8px;
}
body.search-results .inner-wrapper .col-md-2,
body.search-no-results .inner-wrapper .col-md-2 {
  text-align: right;
}
body.search-results .inner-wrapper .tag,
body.search-no-results .inner-wrapper .tag {
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  display: inline-block;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}
body.search-results .inner-wrapper img.resource-icon,
body.search-no-results .inner-wrapper img.resource-icon {
  width: 24px;
}
body.search-results .inner-wrapper.non-member,
body.search-no-results .inner-wrapper.non-member {
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
body.search-results .inner-wrapper.non-member .login-join,
body.search-no-results .inner-wrapper.non-member .login-join {
  display: none;
}
body.search-results .inner-wrapper.non-member:hover,
body.search-no-results .inner-wrapper.non-member:hover {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
body.search-results .inner-wrapper.non-member:hover .published,
body.search-no-results .inner-wrapper.non-member:hover .published {
  display: none;
}
body.search-results .inner-wrapper.non-member:hover .login-join,
body.search-no-results .inner-wrapper.non-member:hover .login-join {
  display: block;
  margin-top: 25px;
}
body.search-results .inner-wrapper.non-member:hover .login-join .login,
body.search-no-results .inner-wrapper.non-member:hover .login-join .login {
  background-color: transparent;
  color: #000;
  font-size: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #000;
  margin-top: 5px;
}
body.search-results .inner-wrapper.non-member:hover .login-join .login:hover,
body.search-no-results .inner-wrapper.non-member:hover .login-join .login:hover {
  text-decoration: underline;
}
body.search-results .inner-wrapper.non-member:hover .login-join span,
body.search-no-results .inner-wrapper.non-member:hover .login-join span {
  margin-left: 3px;
  margin-right: 3px;
}
body.search-results .inner-wrapper.non-member:hover .login-join .join,
body.search-no-results .inner-wrapper.non-member:hover .login-join .join {
  background-color: #000;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  border: 1px solid transparent;
}
body.search-results .inner-wrapper.non-member:hover .login-join .join:hover,
body.search-no-results .inner-wrapper.non-member:hover .login-join .join:hover {
  text-decoration: underline;
}
body.search-results .inner-wrapper p.post-title,
body.search-no-results .inner-wrapper p.post-title {
  color: #d81315;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.search-results .inner-wrapper .published,
body.search-no-results .inner-wrapper .published {
  color: #646464;
  font-size: 12px;
}
body.search-results .inner-wrapper .inner-non-member,
body.search-no-results .inner-wrapper .inner-non-member {
  display: none;
}
body.search-results #list,
body.search-no-results #list {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.search-results #list h2,
body.search-no-results #list h2 {
  text-align: center;
}
body.search-results #list a,
body.search-no-results #list a {
  text-decoration: none;
}
body.search-results #list .result-wrapper,
body.search-no-results #list .result-wrapper {
  margin-top: 35px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border: 1px solid #000;
}
body.search-results #list .result-wrapper .tag,
body.search-no-results #list .result-wrapper .tag {
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  padding-left: 17px;
  display: inline-block;
  padding-right: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}
body.search-results #list .result-wrapper h3,
body.search-no-results #list .result-wrapper h3 {
  color: #d81315;
  font-size: 14px;
}
body.search-results #list .result-wrapper .date,
body.search-no-results #list .result-wrapper .date {
  color: #000;
  display: inline-block;
  margin-right: 20px;
}
body.search-results #list .result-wrapper .date span.d,
body.search-no-results #list .result-wrapper .date span.d {
  font-family: 'Museo Slab 500', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  display: block;
  letter-spacing: -0.02em;
  line-height: 28px;
}
body.search-results #list .result-wrapper .date span.M-y,
body.search-no-results #list .result-wrapper .date span.M-y {
  font-size: 10px;
  font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
body.search-results #list .result-wrapper .published,
body.search-no-results #list .result-wrapper .published {
  color: #646464;
  font-size: 12px;
}
body.search-results #list .result-wrapper p,
body.search-no-results #list .result-wrapper p {
  color: #000;
}
body.search-results #pagination,
body.search-no-results #pagination {
  margin-top: 32px;
  text-align: center;
}
body.search-results #pagination .bttn,
body.search-no-results #pagination .bttn {
  margin-top: 0;
}
body.search-results #pagination .bttn img,
body.search-no-results #pagination .bttn img {
  width: 12px;
}
#privateHero {
  margin-top: 170px;
  margin-bottom: 60px;
  text-align: center;
}
#privateHero a {
  color: #64cbd0;
}
/* WP Defaults */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  margin-bottom: 1em;
}
.alignleft,
.alignright {
  display: inline-block;
}
.alignleft {
  float: left;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-left: 1em;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.center {
  text-align: center;
}
.wp-caption {
  max-width: 100%;
}
#mobilenav {
  display: none;
}
@media only screen and (min-width: 1680px) {
  #footertop .vert-border {
    display: none;
  }
}
@media only screen and (max-width: 1380px) {
  .main-head-wrap .menu li {
    margin-right: 15px;
  }
  .main-head-wrap .menu li a {
    font-size: 13px;
  }
  .main-head-wrap #search-sign-in a {
    font-size: 11px;
    margin-right: 14px;
  }
}
@media only screen and (max-width: 1350px) {
  .pageheader .social-links {
    display: none;
  }
}
@media only screen and (min-width: 1291px) {
  body.page-template-tmpl-member-dashboard .member-dashboard-menu ul {
    display: block !important;
  }
  body.single-chapters .single-chapter-menu ul,
  body.single-sig .single-chapter-menu ul,
  body.single-chapters .single-sig-menu ul,
  body.single-sig .single-sig-menu ul {
    display: block !important;
  }
}
@media only screen and (max-width: 1290px) {
  body.single-chapters .pagecontent .container,
  body.single-sig .pagecontent .container {
    margin-left: auto;
  }
  body.single-chapters .single-chapter-menu,
  body.single-sig .single-chapter-menu,
  body.single-chapters .single-sig-menu,
  body.single-sig .single-sig-menu {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
    top: 0 !important;
    z-index: 1;
  }
  body.single-chapters .single-chapter-menu .fa-bars,
  body.single-sig .single-chapter-menu .fa-bars,
  body.single-chapters .single-sig-menu .fa-bars,
  body.single-sig .single-sig-menu .fa-bars,
  body.single-chapters .single-chapter-menu .fa-times,
  body.single-sig .single-chapter-menu .fa-times,
  body.single-chapters .single-sig-menu .fa-times,
  body.single-sig .single-sig-menu .fa-times {
    display: block;
    font-size: 30px;
    color: #000;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  body.single-chapters .single-chapter-menu #mobilebutton,
  body.single-sig .single-chapter-menu #mobilebutton,
  body.single-chapters .single-sig-menu #mobilebutton,
  body.single-sig .single-sig-menu #mobilebutton {
    display: inline-block;
  }
  body.single-chapters .single-chapter-menu ul#menu,
  body.single-sig .single-chapter-menu ul#menu,
  body.single-chapters .single-sig-menu ul#menu,
  body.single-sig .single-sig-menu ul#menu {
    display: none;
  }
  body.single-chapters .single-chapter-menu ul#menu .menu-item,
  body.single-sig .single-chapter-menu ul#menu .menu-item,
  body.single-chapters .single-sig-menu ul#menu .menu-item,
  body.single-sig .single-sig-menu ul#menu .menu-item {
    margin-bottom: 15px;
    font-size: 16px;
  }
  body.single-chapters .single-chapter-menu ul#menu .menu-item.active,
  body.single-sig .single-chapter-menu ul#menu .menu-item.active,
  body.single-chapters .single-sig-menu ul#menu .menu-item.active,
  body.single-sig .single-sig-menu ul#menu .menu-item.active {
    background-color: transparent;
    padding: 0;
    font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  body.single-chapters .single-chapter-menu ul#menu .menu-item.active a,
  body.single-sig .single-chapter-menu ul#menu .menu-item.active a,
  body.single-chapters .single-sig-menu ul#menu .menu-item.active a,
  body.single-sig .single-sig-menu ul#menu .menu-item.active a {
    color: #000;
  }
  body.single-chapters .single-chapter-menu .bottom-wrapper,
  body.single-sig .single-chapter-menu .bottom-wrapper,
  body.single-chapters .single-sig-menu .bottom-wrapper,
  body.single-sig .single-sig-menu .bottom-wrapper {
    display: none;
    height: 100px;
  }
  body.single-chapters .single-chapter-menu .bottom-wrapper .affari-table,
  body.single-sig .single-chapter-menu .bottom-wrapper .affari-table,
  body.single-chapters .single-sig-menu .bottom-wrapper .affari-table,
  body.single-sig .single-sig-menu .bottom-wrapper .affari-table {
    height: 100px;
  }
  body.single-chapters .single-chapter-menu .bottom-wrapper.active,
  body.single-sig .single-chapter-menu .bottom-wrapper.active,
  body.single-chapters .single-sig-menu .bottom-wrapper.active,
  body.single-sig .single-sig-menu .bottom-wrapper.active {
    display: block;
  }
  body.single-chapters .single-chapter-menu .social-links li,
  body.single-sig .single-chapter-menu .social-links li,
  body.single-chapters .single-sig-menu .social-links li,
  body.single-sig .single-sig-menu .social-links li {
    margin-right: 12px;
  }
  body.single-chapters .single-chapter-menu .social-links li a .fa,
  body.single-sig .single-chapter-menu .social-links li a .fa,
  body.single-chapters .single-sig-menu .social-links li a .fa,
  body.single-sig .single-sig-menu .social-links li a .fa {
    font-size: 30px;
  }
  body.single-chapters .container,
  body.single-sig .container {
    margin-left: auto ;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu .fa-bars,
  body.page-template-tmpl-member-dashboard .member-dashboard-menu .fa-times {
    display: block;
    font-size: 30px;
    color: #000;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu #mobilebutton {
    display: inline-block;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu ul#menu {
    display: none;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu ul#menu .menu-item {
    margin-bottom: 15px;
    font-size: 16px;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu ul#menu .menu-item.active {
    background-color: transparent;
    padding: 0;
    font-family: Helvetica Neue LT W01_75 Bold, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu ul#menu .menu-item.active a {
    color: #000;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu .bottom-wrapper {
    display: none;
    height: 100px;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu .bottom-wrapper .affari-table {
    height: 100px;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu .bottom-wrapper.active {
    display: block;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links li {
    margin-right: 12px;
  }
  body.page-template-tmpl-member-dashboard .member-dashboard-menu .social-links li a .fa {
    font-size: 30px;
  }
  body.page-template-tmpl-member-dashboard .pagecontent .container {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1200px) {
  body.home #featured .card-columns {
    column-count: 1 !important;
  }
  body.home #featured .col-md-3 .inner .pt-label {
    margin-left: 15px;
  }
  body.home #featured .col-md-3 .inner .hl2 {
    font-size: 20px;
    padding-left: 15px;
  }
  body.home #featured .col-md-3 .inner .hidden-data {
    padding-left: 15px;
  }
  body.home #featured .col-md-3 .inner .hidden-data p {
    font-size: 12px;
  }
  body.home #sub-hero .feat-sections .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.home #sub-hero .feat-sections .col-md-4 h2 {
    font-size: 25px;
  }
  body.home #sub-hero .feat-sections .col-md-4 p {
    margin-top: 5px;
    font-size: 13px;
  }
  body.page-template-tmpl-about #hero .left .hl1 {
    text-align: left;
  }
  body.page-template-tmpl-about #hero .left p:first-of-type {
    font-size: 18px;
  }
  body.page-template-tmpl-membership #association-info .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-tmpl-membership #association-info .inner a {
    margin-top: 0;
  }
}
/* iPad Pro */
/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.page-template-tmpl-chapter-directory #map .chapters.professional,
  body.post-type-archive-chapters #map .chapters.professional {
    left: 200px;
  }
  body.home #events-members .learn-more .cell {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1160px) {
  .pageheader {
    display: none;
  }
  body.home #hero .hl1 {
    font-size: 24px;
    line-height: 24px;
  }
  body.home #hero .col-md-4 {
    max-width: 44%;
  }
  body.home #hero .col-md-offset-2 {
    margin-left: 0;
  }
  body.home #hero a {
    margin-top: 12px;
  }
  body.home #hero .affari-table {
    height: 539px;
  }
  body.home #events-members .current-mem .affari-table {
    background-color: rgba(1, 1, 1, 0.8);
  }
  body.home #events-members .current-mem .affari-table p {
    display: block;
    color: #fff;
  }
  body.home #events-members .learn-more {
    font-size: 23px;
  }
  body.home #events-members .learn-more .cell {
    padding-left: 15px;
  }
  body.page-template-tmpl-about #who-we-are .col-md-6 .inner {
    width: 100%;
  }
  body.page-template-tmpl-sig-directory #sig-types .col-md-4 {
    margin-top: 0;
  }
  body.page-template-tmpl-sig-directory #sig-types .col-md-4 .affari-table {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-tmpl-sig-directory #search-groups .col-md-3,
  body.page-template-tmpl-sig-directory #the-groups .col-md-3,
  body.page-template-tmpl-sig-directory #search-groups .col-md-12,
  body.page-template-tmpl-sig-directory #the-groups .col-md-12,
  body.page-template-tmpl-sig-directory #search-groups .col-md-6,
  body.page-template-tmpl-sig-directory #the-groups .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-tmpl-sig-directory #search-groups .col-md-3 {
    margin-bottom: 15px;
  }
  body.page-template-tmpl-sig-directory #search-groups select {
    width: 100%;
  }
  body.page-template-tmpl-chapter-directory #search-chapters .col-md-3,
  body.post-type-archive-chapters #search-chapters .col-md-3,
  body.page-template-tmpl-chapter-directory #the-chapters .col-md-3,
  body.post-type-archive-chapters #the-chapters .col-md-3,
  body.page-template-tmpl-chapter-directory #search-chapters .col-md-12,
  body.post-type-archive-chapters #search-chapters .col-md-12,
  body.page-template-tmpl-chapter-directory #the-chapters .col-md-12,
  body.post-type-archive-chapters #the-chapters .col-md-12,
  body.page-template-tmpl-chapter-directory #search-chapters .col-md-6,
  body.post-type-archive-chapters #search-chapters .col-md-6,
  body.page-template-tmpl-chapter-directory #the-chapters .col-md-6,
  body.post-type-archive-chapters #the-chapters .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-tmpl-chapter-directory #search-chapters .col-md-3,
  body.post-type-archive-chapters #search-chapters .col-md-3 {
    margin-bottom: 15px;
  }
  body.page-template-tmpl-chapter-directory #search-chapters select,
  body.post-type-archive-chapters #search-chapters select {
    width: 100%;
  }
  body.page-template-tmpl-chapter-directory #map .hl2,
  body.post-type-archive-chapters #map .hl2 {
    margin-bottom: 60px;
  }
  body.page-template-tmpl-chapter-directory #map .chapters,
  body.post-type-archive-chapters #map .chapters {
    top: -50px;
  }
  body.page-template-tmpl-chapter-directory #map .chapters.academic,
  body.post-type-archive-chapters #map .chapters.academic {
    left: 15px !important;
    margin-left: 0 !important;
  }
  body.page-template-tmpl-news #news-posts .masonry {
    height: auto;
  }
  body.page-template-tmpl-news #news-posts .masonry-brick {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7px;
    margin-top: 0;
  }
  body.single-news .no-pad,
  body.single-resources .no-pad {
    padding-left: 15px;
    padding-right: 15px !important;
  }
  body.single-news .container .back-to-news {
    top: 0;
    z-index: 10;
  }
  body.single-resources .container .back-to-resources {
    top: 0;
    z-index: 10;
  }
  body.post-type-archive-tribe_events .tribe-events-loop .col-md-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1110px) {
  #mobilenav {
    display: block;
  }
  #mainheader {
    display: none;
  }
  #mobilenav {
    font-size: 0;
    display: block;
    position: fixed;
    z-index: 201;
    width: 100%;
    top: 0;
    left: 0;
  }
  #mobilenav .logo {
    width: 70%;
    display: inline-block;
    font-size: 12px;
    padding: 8px 0;
  }
  #mobilenav .link {
    font-size: 12px;
    text-align: right;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
  }
  #mobilenav .sub-menu a {
    padding-left: 30px;
  }
  #mobilenav_wrapper {
    background-color: #fff;
    position: relative;
    z-index: 100;
  }
  #mobilenav_wrapper .table {
    width: 100%;
  }
  #mobilebutton {
    padding: 0;
    text-transform: uppercase;
    display: block;
    color: #000;
    font-size: 16px;
  }
  #mobilebutton span {
    display: inline-block;
    padding-left: 5px;
  }
  #mobilemenu {
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 99;
  }
  #mobilemenu {
    height: calc(100vh - 56px);
    overflow-y: auto;
  }
  #mobilemenu .grid_12 {
    margin-top: 0;
  }
  #mobilenav ul,
  #mobilenav li {
    margin: 0;
    padding: 0;
  }
  #mobilemenu .top-links {
    padding-top: 31px;
    padding-bottom: 31px;
    background-color: #fff;
  }
  #mobilemenu .top-links .mobile-logout {
    color: #000;
    font-size: 15px;
    text-decoration: none;
  }
  #mobilemenu .top-links #my-dashboard {
    border: 2px solid #d81315;
    color: #d81315;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-top: 35px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mobilemenu .top-links #my-dashboard:hover {
    background-color: #d81315;
    color: #fff;
  }
  #mobilemenu .top-links #sign-in {
    display: inline-block;
    border: 2px solid #000;
    height: 60px;
    width: 146px;
    font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: right;
    text-transform: uppercase;
    color: #000;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mobilemenu .top-links #sign-in img {
    text-align: right;
  }
  #mobilemenu .top-links #sign-in span {
    position: absolute;
    bottom: 6px;
    left: 9px;
  }
  #mobilemenu .top-links #join-now {
    display: inline-block;
    border: 2px solid #d81315;
    height: 60px;
    width: 146px;
    font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: right;
    text-transform: uppercase;
    color: #d81315;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mobilemenu .top-links #join-now img {
    text-align: right;
  }
  #mobilemenu .top-links #join-now img.white {
    display: none;
  }
  #mobilemenu .top-links #join-now span {
    position: absolute;
    bottom: 6px;
    left: 9px;
  }
  #mobilemenu .top-links ul {
    font-size: 0;
    text-align: right;
  }
  #mobilemenu .top-links li {
    display: inline-block;
    margin-right: 15px;
  }
  #mobilemenu .top-links a {
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
  }
  #mobilemenu .top-links a:hover {
    text-decoration: underline;
  }
  #mobilemenu .top-links li:nth-child(1) a {
    padding-left: 0;
  }
  #mobilemenu .top-links li:nth-child(3) a {
    padding-right: 0;
  }
  #mobilemenu .top-links li:last-of-type a {
    border-right: 0;
  }
  #mobilemenu .menu {
    font-family: 'Museo Slab 500', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  #mobilemenu .menu a {
    display: block;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: #cbcbcb 2px solid;
    color: #000;
    text-decoration: none;
    position: relative;
    font-size: 15px;
  }
  #mobilemenu .menu a.active {
    color: #d81315;
  }
  #mobilemenu .menu li:last-of-type a {
    border: none;
  }
  #mobilemenu .menu .expand {
    font-size: 26px;
    color: #595955;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    text-align: center;
  }
  #mobilemenu .menu .sub-menu li {
    font-family: Helvetica Neue LT, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  #mobilemenu .menu .sub-menu li a {
    font-size: 14px;
    color: #646464;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 2px solid #cbcbcb;
  }
  #mobilemenu .menu .sub-menu li a:before {
    content: '- ';
  }
}
@media (max-width: 991.98px) {
  body.home #featured .d-flex {
    display: block !important;
  }
  body.home #sub-hero .feat-sections .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.home #sub-hero .feat-sections .col-md-4 h2 {
    font-size: 20px;
  }
  body.home #sub-hero .news {
    width: auto;
  }
  body.home #sub-hero .news .special {
    font-size: 146px;
    line-height: 123px;
    bottom: -23px;
    right: -27px;
  }
  body.page-template-tmpl-sig-directory #sig-types .col-md-4 .affari-table {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-tmpl-chapter-directory #map .chapters.professional,
  body.post-type-archive-chapters #map .chapters.professional {
    left: 200px;
  }
  body.page-template-tmpl-resources #find-a-resource .left,
  body.page-template-tmpl-resources #find-a-resource .right {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-tmpl-resources #find-a-resource .left.right span,
  body.page-template-tmpl-resources #find-a-resource .right.right span {
    right: 15px;
  }
  body.page-template-tmpl-resources #the-resources .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-tmpl-resources #member-resources .no-pad {
    padding-right: 15px;
    padding-left: 15px;
  }
  body.page-template-tmpl-resources #member-resources .inner-wrapper.non-member {
    width: 100%;
  }
  body.page-template-tmpl-about #who-we-are .statement-links {
    height: auto;
    padding-top: 35px;
  }
  body.page-template-tmpl-about .pagecontent {
    margin-top: 86px;
  }
  body.page-template-tmpl-about #hero {
    height: auto;
    margin-top: 0;
  }
  body.page-template-tmpl-about #hero .affari-table {
    height: auto;
  }
  body.page-template-tmpl-about #hero .left {
    padding-left: 15px;
  }
  body.page-template-tmpl-about #hero .left .hl1 {
    text-align: left;
    margin-bottom: 0;
    margin-top: 30px;
  }
  body.page-template-tmpl-about #hero .right .right-inner {
    height: 570px;
  }
  body.page-template-tmpl-about #history .hl2 {
    font-size: 24px;
  }
  body.post-type-archive-tribe_events #featured-events .col-md-12 {
    margin-bottom: 25px;
  }
  body.single-tribe_events .event-thumb {
    height: 225px;
  }
  body.single-tribe_events #post-block > .col-md-8 {
    padding-right: 15px;
  }
  body.single-tribe_events .event-meta .title-chapter-venue {
    width: 62%;
    padding-left: 10px;
    display: inline-block;
  }
  body.single-tribe_events .event-meta .title-chapter-venue h3 {
    font-size: 20px;
  }
  body.single-tribe_events .event-meta .title-chapter-venue .event-chapter {
    margin-right: 5px;
  }
  body.single-tribe_events .event-meta .title-chapter-venue .venue {
    margin-left: 5px;
  }
  body.single-tribe_events .event-details .col-md-3 {
    width: 25%;
  }
  body.single-tribe_events #recent-posts .title-perma {
    border-left: 1px solid #000;
  }
  body.single-news .no-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.single-chapters .container,
  body.single-sig .container {
    margin-left: auto;
  }
  body.single-chapters #hero,
  body.single-sig #hero {
    height: 350px;
  }
  body.single-chapters #hero .affari-table,
  body.single-sig #hero .affari-table {
    height: 350px;
  }
  body.single-chapters #chapter-events h3.hl2,
  body.single-sig #chapter-events h3.hl2,
  body.single-chapters #sig-events h3.hl2,
  body.single-sig #sig-events h3.hl2 {
    font-size: 21px;
  }
  body.single-chapters #chapter-events .event-row,
  body.single-sig #chapter-events .event-row,
  body.single-chapters #sig-events .event-row,
  body.single-sig #sig-events .event-row {
    margin-bottom: 0;
  }
  body.single-chapters #chapter-events .event-row .col-md-8,
  body.single-sig #chapter-events .event-row .col-md-8,
  body.single-chapters #sig-events .event-row .col-md-8,
  body.single-sig #sig-events .event-row .col-md-8 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body.single-chapters #chapter-events .event-row .col-md-2:last-of-type,
  body.single-sig #chapter-events .event-row .col-md-2:last-of-type,
  body.single-chapters #sig-events .event-row .col-md-2:last-of-type,
  body.single-sig #sig-events .event-row .col-md-2:last-of-type {
    display: none;
  }
  body.single-chapters #chapter-news .news-wrapper,
  body.single-sig #chapter-news .news-wrapper,
  body.single-chapters #sig-news .news-wrapper,
  body.single-sig #sig-news .news-wrapper {
    width: 100%;
  }
  body.single-chapters #chapter-events .no-pad,
  body.single-sig #chapter-events .no-pad,
  body.single-chapters #chapter-news .no-pad,
  body.single-sig #chapter-news .no-pad,
  body.single-chapters #chapter-photos .no-pad,
  body.single-sig #chapter-photos .no-pad,
  body.single-chapters #chapter-leaders .no-pad,
  body.single-sig #chapter-leaders .no-pad,
  body.single-chapters #chapter-contact .no-pad,
  body.single-sig #chapter-contact .no-pad,
  body.single-chapters #sig-events .no-pad,
  body.single-sig #sig-events .no-pad,
  body.single-chapters #sig-news .no-pad,
  body.single-sig #sig-news .no-pad,
  body.single-chapters #sig-photos .no-pad,
  body.single-sig #sig-photos .no-pad,
  body.single-chapters #sig-leaders .no-pad,
  body.single-sig #sig-leaders .no-pad,
  body.single-chapters #sig-contact .no-pad,
  body.single-sig #sig-contact .no-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.single-chapters #chapter-resources .no-pad:first-of-type,
  body.single-sig #chapter-resources .no-pad:first-of-type,
  body.single-chapters #sig-resources .no-pad:first-of-type,
  body.single-sig #sig-resources .no-pad:first-of-type {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.single-chapters #chapter-resources .no-pad:first-of-type > .no-pad,
  body.single-sig #chapter-resources .no-pad:first-of-type > .no-pad,
  body.single-chapters #sig-resources .no-pad:first-of-type > .no-pad,
  body.single-sig #sig-resources .no-pad:first-of-type > .no-pad {
    padding-left: 0;
    padding-right: 0;
  }
  body.single-chapters #chapter-resources .inner-wrapper,
  body.single-sig #chapter-resources .inner-wrapper,
  body.single-chapters #sig-resources .inner-wrapper,
  body.single-sig #sig-resources .inner-wrapper {
    margin-bottom: 15px;
  }
  body.single-chapters #chapter-resources .inner-wrapper.non-member:hover .login-join,
  body.single-sig #chapter-resources .inner-wrapper.non-member:hover .login-join,
  body.single-chapters #sig-resources .inner-wrapper.non-member:hover .login-join,
  body.single-sig #sig-resources .inner-wrapper.non-member:hover .login-join {
    margin-left: 0;
  }
  body.page-template-tmpl-flex #flex .quote blockquote {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-tmpl-flex #footer-cta {
    padding-top: 32px;
    padding-bottom: 32px;
    height: auto;
  }
  body.page-template-tmpl-flex #footer-cta .affari-table {
    height: auto;
  }
  body.page-template-tmpl-flex #footer-cta .row {
    margin-left: 0;
  }
  body.page-template-tmpl-flex #footer-cta .right a {
    margin-top: 20px;
  }
  body.page-template-tmpl-member-dashboard .no-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .col-md-12 {
    margin-bottom: 30px;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper,
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper {
    height: 230px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .affari-table,
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .affari-table {
    height: 260px;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .tag,
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .tag {
    position: absolute;
    top: 30px;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .sig-name,
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .sig-name,
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .published,
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .published {
    font-size: 11px;
    letter-spacing: -0.02em;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .sig-name,
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .sig-name {
    margin-left: 3px;
    margin-right: 3px;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper .published,
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .published {
    margin-left: 0;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .news-wrapper p,
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper p {
    font-size: 12px;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .date {
    margin-top: 12px;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper .date span.d {
    display: inline-block;
    font-size: 23px;
  }
  body.page-template-tmpl-member-dashboard #events-news-chp-sig .events-wrapper a.post-title {
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  #mobilenav {
    display: block;
  }
  #mainheader {
    display: none;
  }
  #mobilenav {
    font-size: 0;
    display: block;
    position: fixed;
    z-index: 201;
    width: 100%;
    top: 0;
    left: 0;
  }
  #mobilenav .logo {
    width: 70%;
    display: inline-block;
    font-size: 12px;
    padding: 8px 0;
  }
  #mobilenav .link {
    font-size: 12px;
    text-align: right;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
  }
  #mobilenav .sub-menu a {
    padding-left: 30px;
  }
  #mobilenav_wrapper {
    background-color: #fff;
    position: relative;
    z-index: 100;
  }
  #mobilenav_wrapper .table {
    width: 100%;
  }
  #mobilebutton {
    padding: 0;
    text-transform: uppercase;
    display: block;
    color: #000;
    font-size: 16px;
  }
  #mobilebutton span {
    display: inline-block;
    padding-left: 5px;
  }
  #mobilemenu {
    background-color: #fff;
    position: absolute;
    width: 100%;
    z-index: 99;
  }
  #mobilemenu {
    height: calc(100vh - 56px);
    overflow-y: auto;
  }
  #mobilemenu .grid_12 {
    margin-top: 0;
  }
  #mobilenav ul,
  #mobilenav li {
    margin: 0;
    padding: 0;
  }
  #mobilemenu .top-links {
    padding-top: 31px;
    padding-bottom: 31px;
    background-color: #fff;
  }
  #mobilemenu .top-links #my-dashboard {
    border: 2px solid #d81315;
    color: #d81315;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-top: 35px;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mobilemenu .top-links #my-dashboard:hover {
    background-color: #d81315;
    color: #fff;
  }
  #mobilemenu .top-links #sign-in {
    display: inline-block;
    border: 2px solid #000;
    height: 60px;
    width: 146px;
    font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: right;
    text-transform: uppercase;
    color: #000;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mobilemenu .top-links #sign-in img {
    text-align: right;
  }
  #mobilemenu .top-links #sign-in span {
    position: absolute;
    bottom: 6px;
    left: 9px;
  }
  #mobilemenu .top-links #join-now {
    display: inline-block;
    border: 2px solid #d81315;
    height: 60px;
    width: 146px;
    font-family: Helvetica Neue LT W05_65 Medium, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-align: right;
    text-transform: uppercase;
    color: #d81315;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mobilemenu .top-links #join-now img {
    text-align: right;
  }
  #mobilemenu .top-links #join-now img.white {
    display: none;
  }
  #mobilemenu .top-links #join-now span {
    position: absolute;
    bottom: 6px;
    left: 9px;
  }
  #mobilemenu .top-links ul {
    font-size: 0;
    text-align: right;
  }
  #mobilemenu .top-links li {
    display: inline-block;
    margin-right: 15px;
  }
  #mobilemenu .top-links a {
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
  }
  #mobilemenu .top-links a:hover {
    text-decoration: underline;
  }
  #mobilemenu .top-links li:nth-child(1) a {
    padding-left: 0;
  }
  #mobilemenu .top-links li:nth-child(3) a {
    padding-right: 0;
  }
  #mobilemenu .top-links li:last-of-type a {
    border-right: 0;
  }
  #mobilemenu .menu {
    font-family: 'Museo Slab 500', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  #mobilemenu .menu a {
    display: block;
    line-height: 45px;
    padding: 0 15px;
    border-bottom: #cbcbcb 2px solid;
    color: #000;
    text-decoration: none;
    position: relative;
    font-size: 15px;
  }
  #mobilemenu .menu a.active {
    color: #d81315;
  }
  #mobilemenu .menu li:last-of-type a {
    border: none;
  }
  #mobilemenu .menu .expand {
    font-size: 26px;
    color: #595955;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    text-align: center;
  }
  #mobilemenu .menu .sub-menu li {
    font-family: Helvetica Neue LT, Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
  #mobilemenu .menu .sub-menu li a {
    font-size: 14px;
    color: #646464;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 2px solid #cbcbcb;
  }
  #mobilemenu .menu .sub-menu li a:before {
    content: '- ';
  }
  body.page-template-tmpl-contact #contact {
    height: auto;
  }
  body.page-template-tmpl-contact #contact .special {
    font-size: 48px;
    line-height: 27px;
  }
  body.page-template-tmpl-contact #contact .left {
    padding-left: 32px;
  }
  body.page-template-tmpl-contact #contact .left h2.hl2 {
    font-size: 26px;
  }
  body.page-template-tmpl-contact #contact .right-inner {
    height: auto;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.page-template-tmpl-contact #contact .right-inner .affar-table {
    height: auto;
  }
  body.page-template-tmpl-contact #contact .bottom {
    padding-left: 32px;
    position: relative;
  }
  body.home #sub-hero .about-us {
    height: 660px;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.home #sub-hero .about-us .affari-table {
    height: 660px;
  }
  body.home #sub-hero .about-us h2 {
    font-size: 23px;
  }
  body.home #sub-hero .about-us .bttn.sml {
    font-size: 12px;
    margin-top: 15px;
  }
  body.home #sub-hero .feat-sections {
    width: 100%;
  }
  body.home #sub-hero .membership-area {
    height: auto;
  }
  body.home #sub-hero .news {
    position: relative;
    left: 0;
  }
  body.page-template-tmpl-about #hero .right {
    display: none;
  }
  body.page-template-tmpl-about #hero .left {
    padding-left: 15px;
  }
  body.page-template-tmpl-about #hero .left h2 {
    text-align: center;
    margin-right: 0;
  }
  body.page-template-tmpl-about #sub-hero .mission p:first-of-type,
  body.page-template-tmpl-about #sub-hero .vision p:first-of-type {
    line-height: 24px;
  }
  body.page-template-tmpl-about #history {
    padding-top: 25px;
  }
  body.page-template-tmpl-about #history img {
    display: none;
  }
  body.page-template-tmpl-about #history .col-md-10 {
    margin-bottom: 25px;
  }
  body.page-template-tmpl-chapter-directory #map,
  body.post-type-archive-chapters #map {
    display: none;
  }
  body.page-template-tmpl-news #hero .feat-postdata {
    height: 200px;
  }
  body.page-template-tmpl-news #hero .feat-postdata .affari-table {
    height: 200px;
  }
  body.page-template-tmpl-news #news-posts .masonry {
    display: block;
    flex-wrap: nowrap;
    height: auto;
    min-height: 100%;
    margin: 0 auto;
  }
  body.page-template-tmpl-news #search-news .search {
    width: 54%;
  }
  body.page-template-tmpl-news #search-news .filter {
    width: 46%;
  }
  body.single-news #the-post .thumb-bg {
    height: 200px;
  }
  body.single-news #the-post .categories li {
    width: 115px;
    margin-right: 0;
  }
  body.single-news #recent-posts {
    text-align: center;
    padding-top: 0;
  }
  body.single-news #recent-posts .post-block .inner {
    margin: 0 auto;
    width: 380px;
  }
  body.post-type-archive-tribe_events #search-events .search {
    width: 70%;
  }
  body.post-type-archive-tribe_events #search-events .filter {
    width: 30%;
  }
  body.post-type-archive-tribe_events .tribe-events-loop .col-md-2:last-of-type {
    display: none;
  }
  body.post-type-archive-tribe_events .tribe-events-loop .col-md-8,
  body.post-type-archive-tribe_events .tribe-events-loop .col-md-10 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body.post-type-archive-tribe_events .dropdown span {
    right: 27%;
  }
  body.post-type-archive-tribe_events #tribe-events-content .no-pad {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.single-tribe_events #recent-posts a > img {
    display: none;
  }
  body.page-template-tmpl-resources #feat-resources .col-md-4.post-0 {
    margin-bottom: 7px;
  }
}
@media (max-width: 575.98px) {
  #footertop .menu-footer-container ul > li.menu-item-has-children {
    width: 44%;
    margin-right: 0;
  }
  #footertop .vert-border {
    display: none;
  }
  #footertop .join-now {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #footertop .join-now .affari-table {
    height: auto;
  }
  #mainheader,
  #hero .social-links {
    display: none;
  }
  body.home .pageheader {
    display: none;
  }
  body.home #hero {
    height: 425px;
    margin-top: 43px;
    text-align: center;
    background-image: url('../img/mobile-bg.jpg') !important;
    background-size: 361px 185px !important;
    -webkit-background-size: 361px 185px !important;
    -moz-background-size: 361px 185px !important;
    -o-background-size: 361px 185px !important;
  }
  body.home #hero .affari-table {
    height: 449px;
  }
  body.home #hero .col-md-4 {
    padding-left: 15px;
    max-width: 100%;
  }
  body.home #hero h2 {
    font-size: 28px;
    line-height: 30px;
  }
  body.home #hero p {
    font-size: 14px;
    max-width: 250px;
    margin: 0 auto;
  }
  body.home #hero .bttn {
    margin-top: 20px;
  }
  body.home #sub-hero {
    box-shadow: none;
    max-width: 355px;
  }
  body.home #sub-hero #news-banner {
    display: none;
    text-align: left;
    width: 374px;
    left: 20px;
    height: 180px;
  }
  body.home #sub-hero #news-banner p {
    font-size: 12px;
  }
  body.home #sub-hero #news-banner .bttn {
    right: initial;
    top: initial;
    margin-top: 0;
  }
  body.home #sub-hero mobile news banner #mobile-news-banner {
    display: block;
    width: 100%;
    margin: 0 auto;
    box-shadow: 11px 0 5px -7px rgba(0, 0, 0, 0.1), -4px 0 8px -4px rgba(0, 0, 0, 0.1);
  }
  body.home #sub-hero .about-us {
    margin-top: 7px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    text-align: left;
    width: 100%;
    height: auto;
  }
  body.home #sub-hero .about-us .affari-table {
    height: auto;
  }
  body.home #sub-hero .membership-area {
    margin-top: 7px;
    height: 276px;
  }
  body.home #sub-hero .membership-area .affari-table {
    height: 276px;
  }
  body.home #sub-hero .membership-area .cell {
    vertical-align: middle !important;
    padding-bottom: 0;
  }
  body.home #sub-hero .membership-area h2 {
    font-size: 20px;
  }
  body.home #sub-hero .feat-sections {
    height: auto;
    margin-top: 7px;
  }
  body.home #sub-hero .feat-sections .section-1,
  body.home #sub-hero .feat-sections .section-2 {
    margin-top: 7px;
  }
  body.home #sub-hero .news {
    position: relative !important;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 10px;
    border: 1px solid #B7B7B7;
    height: auto;
  }
  body.home #sub-hero .news a.bttn {
    position: relative;
    z-index: 10;
    margin-top: 15px;
  }
  body.home #sub-hero .news .special {
    font-size: 130px;
    bottom: -36px;
    right: 0;
  }
  body.home #events-members {
    margin-top: 7px;
    max-width: 355px;
    box-shadow: none;
  }
  body.home #events-members .events {
    padding-left: 15px;
    height: auto;
    background-position: right;
    padding-bottom: 0;
  }
  body.home #events-members .events .affari-table {
    height: 415px;
  }
  body.home #events-members .events .cell {
    vertical-align: middle !important;
    padding-bottom: 0;
  }
  body.home #events-members .current-mem,
  body.home #events-members .learn-more {
    margin-top: 7px;
    height: 280px;
  }
  body.home #events-members .current-mem .affari-table,
  body.home #events-members .learn-more .affari-table {
    height: 280px;
  }
  body.home #events-members .current-mem .cell,
  body.home #events-members .learn-more .cell {
    padding-left: 18px;
  }
  body.home #events-members .learn-more {
    font-size: 20px;
  }
  body.home #events-members .learn-more br {
    display: none;
  }
  body.home #featured .d-flex {
    display: block !important;
  }
  body.home #featured .col-md-3 .inner .hl2 {
    font-size: 20px;
    padding-left: 15px;
  }
  body.home #featured .col-md-3 .inner .pt-label {
    margin-left: 15px;
  }
  body.page-template-tmpl-about #hero .left .about-hero-links li {
    font-size: 14px;
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
  body.page-template-tmpl-about #hero .left .about-hero-links li:last-of-type {
    margin-bottom: 0;
  }
  body.page-template-tmpl-membership #member-benefits .left ul li {
    margin-bottom: 15px;
  }
  body.page-template-tmpl-membership #member-benefits .left ul li:last-of-type {
    margin-bottom: 0;
  }
  body.page-template-tmpl-membership #member-benefits .right p.left-title,
  body.page-template-tmpl-membership #member-benefits .left p.left-title,
  body.page-template-tmpl-membership #member-benefits .right p.right-title,
  body.page-template-tmpl-membership #member-benefits .left p.right-title {
    margin-top: 35px;
  }
  body.page-template-tmpl-membership #already-a-member {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    padding-left: 15px;
  }
  body.page-template-tmpl-membership #already-a-member .affari-table {
    height: auto;
  }
  body.page-template-tmpl-membership #already-a-member a {
    margin-top: 20px;
  }
  body.page-template-tmpl-resources #feat-resources .col-md-4 {
    margin-top: 0;
  }
  body.page-template-tmpl-resources #feat-resources .col-md-4,
  body.page-template-tmpl-resources #feat-resources .col-md-8 {
    margin-bottom: 15px;
  }
  body.page-template-tmpl-resources #find-a-resource .left {
    padding-left: 15px;
  }
  body.page-template-tmpl-resources #find-a-resource .right {
    margin-top: 30px;
    padding-left: 15px;
    text-align: left;
  }
  body.page-template-tmpl-resources #find-a-resource .right select {
    width: 78%;
  }
  body.page-template-tmpl-resources #find-a-resource .right span {
    right: 76px;
  }
  body.page-template-tmpl-resources #member-resources {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  body.page-template-tmpl-resources #member-resources .row.login .login-join {
    text-align: left;
    margin-top: 25px;
  }
  body.page-template-tmpl-resources #member-resources .row.login .login-join span {
    display: none;
  }
  body.page-template-tmpl-resources #member-resources .row.login .login-join .bttn {
    width: 254px;
  }
  body.page-template-tmpl-resources #member-resources .row.login .login-join .bttn:first-of-type {
    margin-bottom: 15px;
  }
  body.single-tribe_events .container .back-to-events {
    top: 0;
  }
}
