/* Breakpoints */
@media only screen and (max-width: 420px) {
  .col-xxs-12 {
    width: 100% !important;
  }
  .col-xxs-offset-0 {
    margin-left: 0 !important;
  }
  .col-xxs-push-0 {
    left: 0 !important;
  }
  .col-xxs-pull-0 {
    right: 0 !important;
  }
}
/* Variables */
/* Font Weights */
/* Colours */
/* Bootstrap  */
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* Custom */
.fusion-header-v6 .fusion-header {
  box-shadow: none !important;
}
@media only screen and (max-width: 768px) {
  .fusion-header-v6 .fusion-header {
    padding: 0 15px;
  }
}
.fusion-header-v6 .fusion-header .fusion-row {
  border: 0 !important;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-main-menu {
  border: 0;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content {
  display: block;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-logo {
  width: 500px;
  shape-rendering: auto;
}
@media only screen and (max-width: 768px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-logo {
    width: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-logo {
    width: 100%;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items {
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items .membership-cta {
  font-size: 16px;
  float: right;
  margin: 30px 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items .membership-cta {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items .membership-cta {
    display: none;
  }
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items .magnifying-glass {
  width: 17px;
  height: 17px;
  background-image: url('../../images/icons/magnifying-glass.svg');
  float: right;
  margin: 30px 30px 0 0;
}
@media only screen and (max-width: 768px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items .magnifying-glass {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items .magnifying-glass {
    margin: 0 15px 0 0;
  }
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items .fusion-flyout-menu-icons {
  float: right;
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items .fusion-flyout-menu-icons {
    margin-top: 0;
  }
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items .fusion-flyout-menu-icons .fusion-flyout-menu-toggle {
  padding: 0 !important;
  z-index: 99999;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-header-v6-content .fusion-menu-items .fusion-flyout-menu-icons .fusion-flyout-menu-toggle:hover .fusion-toggle-icon-line {
  background-color: #000000;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu {
  position: fixed;
  width: 33.33333333%;
  right: 0;
  left: auto;
  background-color: #ebebeb;
  margin-top: 0 !important;
  padding: 96px 60px 0 60px;
  height: 100% !important;
  display: block !important;
  text-transform: initial;
}
@media only screen and (max-width: 992px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu {
    width: 50%;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu {
  width: 100%;
  text-align: left;
  margin-bottom: 48px;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu li {
  padding: 0;
  border-right: none;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu li a {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu li a {
    font-size: 16px;
  }
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu li:hover .fusion-megamenu-wrapper {
  display: block;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu li:after {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url('../../images/icons/menu-open.svg');
  background-repeat: no-repeat;
  float: right;
  position: absolute;
  top: 15px;
  right: 0;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu li:hover:after {
  background-image: url('../../images/icons/menu-close.svg');
  background-position: center;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu .fusion-megamenu-wrapper {
  left: 0 !important;
  position: relative;
  display: none;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu .fusion-megamenu-wrapper .fusion-megamenu-holder {
  background-color: transparent;
  border: 0;
  width: auto!important;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul.fusion-megamenu {
  background-color: #ebebeb !important;
  width: 100%;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul.fusion-megamenu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0 12px 12px;
}
@media only screen and (max-width: 768px) {
  .fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul.fusion-megamenu li a {
    font-size: 14px;
  }
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu ul.fusion-menu .fusion-megamenu-wrapper .fusion-megamenu-holder ul.fusion-megamenu li:after {
  content: none;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu #membership-cta {
  display: block;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-image: url(../../images/icons/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px 18px;
  background-position: right center;
  margin-bottom: 48px;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu #mc4wp-form-1 {
  display: block;
  padding: 24px 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu #mc4wp-form-1 label {
  display: block;
  font-weight: 600;
  margin-bottom: 24px;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu #mc4wp-form-1 input[type="email"],
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu #mc4wp-form-1 input[type="text"] {
  height: 35px;
  margin-bottom: 12px;
  border: none;
}
.fusion-header-v6 .fusion-header .fusion-row .fusion-flyout-menu #mc4wp-form-1 input[type="submit"] {
  background: none;
  border: none;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
.fusion-footer-widget-area {
  font-size: 14px;
}
.fusion-footer-widget-area .fusion-row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ebebeb;
}
.fusion-footer-widget-area .fusion-row .fusion-columns {
  display: table;
  width: 100%;
  margin: 0;
}
.fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column {
  padding-left: 0;
  padding-right: 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column {
    display: block;
    text-align: center;
    margin-bottom: 24px;
  }
}
.fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .footer-links {
  margin-right: 30px;
}
@media only screen and (max-width: 992px) {
  .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .footer-links {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .footer-links {
    text-align: center;
  }
}
.fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .social_links {
  text-align: center;
}
.fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .social_links .fusion-social-networks .fusion-social-network-icon {
  width: 40px;
  height: 40px;
  background-color: #000000;
  border-radius: 50%;
  padding-top: 9px;
}
.fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .social_links .fusion-social-networks .fusion-social-network-icon:before {
  color: #ffffff;
}
.fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .copyright-text {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .fusion-footer-widget-area .fusion-row .fusion-columns .fusion-column .copyright-text {
    text-align: center;
  }
}
.fusion-footer-widget-area .widget .fusion-social-networks .fusion-social-network-icon {
  margin: 0 5px;
}
@media only screen and (max-width: 992px) {
  .fusion-footer-widget-area .widget .fusion-social-networks .fusion-social-network-icon {
    margin: 0 2.5px;
  }
}
.fusion-footer .fusion-footer-widget-area {
  background-color: #FFF !important;
}
.fusion-footer-widget-area > .fusion-row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#event-carousel {
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  #event-carousel {
    margin-bottom: 24px;
  }
}
#event-carousel .carousel {
  padding: 0;
  text-align: center;
}
#event-carousel .carousel .event-featured-image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  margin-bottom: 12px;
}
#event-carousel .carousel .event-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #event-carousel .carousel .event-title {
    font-size: 16px;
  }
}
#event-carousel .carousel .event-date {
  font-size: 14px;
  background-color: #ffffff;
}
#event-carousel .carousel-control {
  margin-top: 0;
  background: none;
  border: 0;
  color: #000000;
  text-shadow: none;
  opacity: 1;
  width: auto;
  height: auto;
  font-size: 16px;
}
#event-carousel .right {
  right: 0;
}
#event-carousel .left {
  left: auto;
  right: 22px;
}
.carousel-inner .item.left.active {
  transform: translateX(-33%);
}
@media only screen and (max-width: 767px) {
  .carousel-inner .item.left.active {
    transform: translateX(-100%);
  }
}
.carousel-inner .item.right.active {
  transform: translateX(33%);
}
@media only screen and (max-width: 767px) {
  .carousel-inner .item.right.active {
    transform: translateX(100%);
  }
}
.carousel-inner .item.next {
  transform: translateX(33%);
}
@media only screen and (max-width: 767px) {
  .carousel-inner .item.next {
    transform: translateX(100%);
  }
}
.carousel-inner .item.prev {
  transform: translateX(-33%);
}
@media only screen and (max-width: 767px) {
  .carousel-inner .item.prev {
    transform: translateX(-100%);
  }
}
.carousel-inner .item.right,
.carousel-inner .item.left {
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .item .col-xs-12:nth-child(2),
  .item .col-xs-12:nth-child(3) {
    display: none;
  }
}
.card-row {
  margin-bottom: 0 !important;
}
.card {
  display: inline-block;
  float: none !important;
  vertical-align: top;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .card {
    margin-bottom: 24px;
  }
}
.card .country,
.card .discipline {
  font-size: 14px;
}
.post-image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  margin-bottom: 12px;
}
.post-title,
.post-excerpt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
@media only screen and (max-width: 768px) {
  .post-title,
  .post-excerpt {
    font-size: 14px;
  }
}
.post-date {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .post-date {
    font-size: 12px;
  }
}
.upcoming-event-card {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .upcoming-event-card {
    display: none;
  }
}
.upcoming-event-card .upcoming-event-title {
  font-size: 16px;
  font-weight: 600;
}
.upcoming-event-card .post-title {
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .upcoming-event-card .post-title {
    font-size: 18px;
  }
}
.featured-image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.sticky-nav,
.upcoming-events-sticky-nav {
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.97);
}
@media only screen and (max-width: 767px) {
  .sticky-nav,
  .upcoming-events-sticky-nav {
    display: none;
  }
}
.sticky-nav .container,
.upcoming-events-sticky-nav .container {
  padding: 0;
  overflow: visible;
}
.sticky-nav .container ul,
.upcoming-events-sticky-nav .container ul {
  text-align: center;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.sticky-nav .container ul li,
.upcoming-events-sticky-nav .container ul li {
  display: table-cell;
  list-style-type: none;
  line-height: 16px;
}
.sticky-nav .container ul li a,
.upcoming-events-sticky-nav .container ul li a {
  text-decoration: none;
}
.sticky-nav .container ul li a.active,
.upcoming-events-sticky-nav .container ul li a.active {
  text-decoration: underline;
}
.fixed {
  position: fixed;
  top: 88px;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.admin-bar .fixed {
  margin-top: 32px;
}
.public-programs-section-title {
  margin-bottom: 0 !important;
}
.fusion-tabs.horizontal-tabs.clean .nav-tabs {
  width: 100%;
  border-top: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
}
.fusion-tabs.horizontal-tabs.clean .nav-tabs li {
  float: left;
}
.fusion-tabs .nav-tabs li a {
  background-color: #ffffff !important;
}
.fusion-tabs.clean .nav-tabs li .tab-link {
  border: none !important;
  padding: 15px 0 !important;
}
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a,
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a:hover,
.fusion-tabs.fusion-tabs-1 .nav-tabs li.active a:focus {
  border-bottom: 3px solid #000000 !important;
}
.fusion-tabs.nav-not-justified.clean .nav-tabs li .tab-link {
  padding: 15px 0 !important;
  margin-right: 30px !important;
}
.fusion-tabs .nav-tabs > li .fusion-tab-heading {
  font-size: 16px !important;
  line-height: 16px !important;
}
.nav-tabs {
  width: 100%;
  float: left;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-top: 0;
}
.nav > li > a {
  padding: 15px 0;
  margin-right: 24px;
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #000000;
  border: none;
  border-bottom: 3px solid #000000;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.tab-content {
  float: left;
  width: 100%;
  margin-top: 48px;
}
.tab-pane {
  width: 100%;
  float: left;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .tab-pane {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-pane .image-column {
    margin-bottom: 15px;
  }
}
.tab-pane .artist h2 {
  margin-bottom: 15px;
}
.tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.tab-content > .active {
  display: block;
  height: auto;
}
.post-detail {
  display: inline-block;
  border-right: 1px solid #ebebeb;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .post-detail {
    display: block;
    border-right: none;
    border-bottom: 1px solid #ebebeb;
    padding: 12px 0;
  }
}
.post-detail .post-detail-title {
  font-weight: 600;
}
.post-detail:first-child {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .post-detail:first-child {
    padding-top: 0;
  }
}
.event-share {
  float: right;
}
@media only screen and (max-width: 1200px) {
  .event-share {
    float: none;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .event-share {
    padding: 12px 0;
  }
}
.artist-detail {
  margin-bottom: 18px;
}
.artist-detail:last-child {
  margin-bottom: none;
}
.accordion-group {
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.accordion-toggle {
  padding: 15px !important;
  background-color: #ebebeb;
  background-image: url('../../images/icons/up-arrow.svg');
  background-repeat: no-repeat;
  background-size: 18px 10px;
  background-position: right 15px center;
}
.collapsed {
  background-image: url('../../images/icons/down-arrow.svg');
}
.accordion-inner {
  border: none !important;
}
.accordion-heading {
  border-bottom: 1px solid #e1e1e1;
}
.fusion-flyout-menu .nav {
  margin-bottom: 48px;
}
.fusion-flyout-menu .nav li {
  display: inline-block;
  width: 100%;
}
.fusion-flyout-menu .nav li.dropdown a {
  font-size: 18px;
  font-weight: 600;
  margin-right: 0;
}
.fusion-flyout-menu .nav li.dropdown a .caret {
  display: none;
}
.fusion-flyout-menu .nav a.dropdown-icon {
  cursor: pointer;
  width: 21px;
  height: 21px;
  background-position: center;
  background-repeat: no-repeat;
  float: right;
}
.fusion-flyout-menu .nav .open-icon {
  background-image: url('../../images/icons/menu-open.svg');
}
.fusion-flyout-menu .nav .close-icon {
  background-image: url('../../images/icons/menu-close.svg');
}
.fusion-flyout-menu .nav a {
  display: inline-block;
}
.fusion-flyout-menu .nav a,
.fusion-flyout-menu .nav a:hover,
.fusion-flyout-menu .nav a:focus,
.fusion-flyout-menu .nav a:visited {
  background-color: initial;
}
.fusion-flyout-menu .nav .dropdown-menu {
  position: relative;
  width: 100%;
  background-color: initial;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.fusion-flyout-menu .nav .dropdown-menu li a {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  background-image: none;
}
.fusion-flyout-menu .nav .dropdown-menu li.active a,
.fusion-flyout-menu .nav .dropdown-menu a:hover,
.fusion-flyout-menu .nav .dropdown-menu a:focus {
  color: initial;
}
/* Fusion Style Overrides */
#rev_slider_5_1_wrapper {
  margin-bottom: 48px !important;
}
@media only screen and (max-width: 768px) {
  #rev_slider_5_1_wrapper {
    margin-bottom: 24px;
  }
}
.fusion-page-title-bar-none {
  max-height: none !important;
}
body.tribe-events-style-full .fusion-page-title-bar {
  display: block !important;
}
.fusion-page-title-captions {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .fusion-body .fusion-page-title-bar {
    margin-bottom: 30px !important;
  }
}
.fusion-imageframe {
  margin-bottom: 12px !important;
}
.flexslider .slides {
  width: 100%;
}
.page .post-slideshow {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* End of Fusion Style Overrides */
.section-title {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 24px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 18px;
  }
}
p {
  text-align: justify;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
.row {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .row {
    margin-bottom: 24px;
  }
}
.row:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .two-column-layout {
    padding: 30px 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .two-column-layout .fusion-imageframe {
    margin-left: 0!important;
  }
}
@media only screen and (max-width: 768px) {
  .two-column-layout .fusion-imageframe img {
    width: 100%;
  }
}
.two-column-layout a {
  text-decoration: underline;
}
#watermill-address {
  float: right;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 768px) {
  .video-container {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.col-wrap {
  padding: 0 !important;
}
.column-1 {
  padding: 0 15px 0 0 !important;
}
.column-2 {
  padding: 0 0 0 15px !important;
}
@media only screen and (max-width: 767px) {
  .column-1,
  .column-2 {
    padding: 0;
  }
}
.justify-text {
  text-align: justify;
}
.list p {
  text-align: left !important;
}
.text-box a,
.two-column-layout a,
.artist-bio a {
  text-decoration: underline;
}
/* Avada Custom CSS (Taken From Old Site)  */
/*mega-menu*/
.fusion-megamenu-holder {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  padding-bottom: 5px;
}
.fusion-megamenu-title {
  text-transform: lowercase;
}
.fusion-main-menu {
  text-transform: lowercase;
}
.fusion-megamenu-wrapper .fusion-megamenu-submenu {
  display: table-cell;
  vertical-align: top;
  float: none;
  padding: 3px 0px;
  border-right: 1px solid transparent;
}
.fusion-megamenu-title {
  padding: 3px 0px 0px 0px;
}
.fusion-megamenu-title {
  font-family: century-gothic, "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  font-size: 22px;
  color: #000000;
}
.fusion-megamenu-wrapper .fusion-megamenu-border {
  border-bottom: 0px solid #ffffff;
}
/*menu items re-aligned*/
.fusion-megamenu-wrapper.col-span-12 .fusion-megamenu {
  width: 65%;
}
/*non megamenu*/
.fusion-main-menu .sub-menu {
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}
.fusion-main-menu .sub-menu li a {
  border-top: 0px solid #000 !important;
  border-bottom: 0px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}
@media screen and (max-width: 799px) {
  fusion-widget-area .col-xs-1 {
    width: 100%;
  }
}
.fusion-main-menu > ul > li > a {
  line-height: 40px;
  font-family: century-gothic, "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #000000;
  letter-spacing: 1px;
}
.fusion-main-menu .sub-menu li a {
  border-bottom: none;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #000000;
  font-family: century-gothic, "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif !important;
  font-weight: 300;
  font-size: 13px;
}
.fusion-main-menu {
  float: left !important;
}
.fusion-main-menu {
  float: right;
  position: relative;
  z-index: 200;
  overflow: hidden;
  border-top-style: solid;
  border-top-width: 1px;
}
.fusion-header .fusion-row {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #000 !important;
}
#side-header,
.fusion-header {
  background-size: 1169px 65px !important;
}
/* misc - global */
.homesearch {
  padding-right: 70px;
}
.page-id-4056 .fusion-social-links-footer {
  display: none;
}
.homelinks {
  line-height: 30px;
  font-size: 20px;
  font-weight: 800 !important;
  font-family: century-gothic, "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif;
}
.post-content .fusion-social-links .fusion-social-networks a {
  font-size: 40px;
}
.fusion-image-wrapper .fusion-rollover .fusion-rollover-content a {
  font-family: century-gothic, "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif;
}
body {
  font-family: century-gothic, "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif !important;
}
.fusion-page-title-bar h1,
.post-content h1 {
  font-family: century-gothic, "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif !important;
}
.page .post-slideshow {
  margin-left: 7px;
  margin-right: 7px;
}
.fusion-header {
  margin-bottom: 10px;
}
a:hover {
  color: #919191 !important;
}
.post-content h6 {
  font-weight: 300;
  font-family: century-gothic, "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif;
}
/*.fusion-page-title-captions {*/
/*text-transform: uppercase;*/
/*}*/
.fusion-page-title-bar-none {
  max-height: 60px;
}
.nofloatpic {
  float: none !important;
}
.tabletoggle {
  width: 100%;
  border-color: #ffffff !important;
}
.tabletoggle,
tr td,
td {
  border-color: #ffffff !important;
}
.tabletoggleimage {
  width: 33%;
  vertical-align: top !important;
}
.programswraptest {
  margin-bottom: 15px;
  display: inline;
  float: left;
  margin-right: 15px;
}
.educationwrap {
  margin-bottom: 15px;
  display: inline;
  float: left;
  margin-right: 15px;
}
.wpcf7-form input[type="submit"],
.wpcf7-submit {
  background: #000000;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-submit:hover {
  background: #d3d3d3;
}
#wrapper .search-table .search-button input[type="submit"]:hover {
  background-color: #aaaaaa;
}
/* 404 */
.error-page .oops {
  display: none;
}
.error-page .useful-links {
  display: none;
}
/*responsive*/
.fusion-mobile-nav-item a {
  text-transform: lowercase;
}
.fusion-mobile-menu-icons a:before {
  color: #000000;
}
.fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder {
  margin-top: 0px !important;
}
.fusion-mobile-menu-icons a {
  margin-top: 10px;
  margin-bottom: 10px;
}
/*posts grid*/
#wrapper #main .fusion-post-content > h2.entry-title {
  display: none !important;
}
/*blog grid text align*/
.fusion-blog-layout-grid .fusion-post-slideshow,
.fusion-blog-layout-timeline .fusion-post-slideshow {
  margin-bottom: 0;
  border-bottom: 0px;
  margin-left: 0px !important;
}
.pagination .current {
  background-color: #000000;
}
/*larger posts grid on AIR page*/
.fusion-blog-layout-grid .fusion-post-content-wrapper {
  display: none;
}
.fusion-rollover .fusion-rollover-content .fusion-rollover-title,
.post-content h4 {
  font-size: 18px;
  line-height: 24px;
}
/*toggles made black*/
.fusion-accordian .panel-title .active .fa-fusion-box {
  background-color: #000000 !important;
}
.fusion-accordian .panel-title a:hover .fa-fusion-box {
  background-color: #000000 !important;
}
/*footer*/
.fusion-footer-widget-area .widget_nav_menu li a:before {
  display: none;
}
.fusion-widget-area .widget_nav_menu li {
  display: block;
  padding: 0px 0px 0px 0px;
  border-bottom: 0px solid #e7e6e6;
  color: #333;
  position: relative;
}
.fusion-footer-widget-area .widget_nav_menu ul ul li a {
  padding-top: 0px;
}
.fusion-footer-widget-area ul li a {
  text-transform: uppercase;
}
.fusion-footer-widget-area ul {
  font-size: 12px;
  line-height: 16px;
  font-family: century-gothic, "Century Gothic", CenturyGothic, AppleGothic, Helvetica, Arial, sans-serif;
}
.fusion-footer-widget-area ul li a {
  display: block;
  padding-bottom: 9px;
  padding-top: 0px;
  border-bottom: 0px solid #282a2b;
}
#wrapper .footer-area .col .widget_nav_menu li {
  display: inline-block !important;
}
.fusion-footer-widget-area ul li a {
  border-bottom: 0px solid #282a2b;
}
.fusion-footer-widget-area {
  border-top: 0px solid #000 !important;
  background-color: #f9f9f9 !important;
}
.fusion-footer-widget-column {
  margin-bottom: 0px;
}
.fusion-widget-area .current-menu-item > a,
#wrapper .fusion-widget-area .current_page_item > a {
  color: #989898;
}
.fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) ul:first-child > li:first-child > a {
  padding-top: 10px;
}
/*events list styling*/
.events-list-info {
  margin-bottom: 60px;
}
.fusion-events-before-title {
  zoom: 1;
  /*    margin-bottom: 0px;*/
}
#wrapper .post-content .fusion-events-before-title h2 {
  margin: 0;
}
.tribe-events-list .fusion-events-before-title h2 {
  display: none;
}
#tribe-events .tribe-events-list .type-tribe_events .tribe-events-event-image {
  min-height: 150px;
}
/*.fusion-page-title-bar {*/
/*display:none;*/
/*}*/
.day {
  font-size: 5em;
  line-height: 1em;
}
.month {
  text-transform: uppercase;
  font-size: 1.3em;
}
#tribe-events .tribe-events-list .tribe-events-event-meta {
  margin: 0px;
  padding: 0px;
  border: medium none;
  float: left;
  width: 200px;
}
#tribe-events .tribe-events-list .tribe-events-content {
  padding: 30px;
  max-width: 600px;
}
#tribe-events .tribe-events-list .tribe-events-event-meta {
  text-align: right;
  font-weight: normal;
}
#main h2.tribe-events-list-event-title {
  font-weight: 900;
}
.tribe-events-list .tribe-events-event-image img {
  height: 150px;
  width: auto;
}
#tribe-events .tribe-events-list .type-tribe_events .tribe-events-event-image {
  margin: 0 0 20px;
  min-height: auto;
  text-align: left;
}
h2.tribe-events-list-event-title {
  line-height: inherit;
  margin-bottom: 10px;
}
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  line-height: 1.7;
  margin: 20px 0px;
}
.tribe-events-list-separator-month {
  display: none;
}
#tribe-events .tribe-events-list .tribe-events-content {
  padding: 0 30px 30px 30px;
  max-width: 600px;
}
#tribe-events .tribe-events-button,
.button.default {
  display: none;
}
/*single event*/
.fusion-events-featured-image .fusion-events-single-title-content {
  position: relative !important;
  bottom: 0;
  padding: 20px 0px !important;
}
.fusion-events-featured-image {
  margin-bottom: 0px !important;
}
.single-tribe_events .sidebar .tribe-events-single-section-title {
  background-color: #ffffff;
}
/*posts grid*/
.fusion-blog-layout-grid .fusion-post-wrapper {
  border: 0px solid #EAEAEA !important;
  border-bottom-width: 0px !important;
}
.fusion-blog-layout-grid .fusion-post-content-wrapper,
.fusion-blog-layout-timeline .fusion-post-content-wrapper {
  padding: 10px 0px 0px 0px !important;
}
/*press*/
.press-test {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  width: 216px;
  height: 216px;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 75px;
  background: #eeeeee;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  padding: 20px;
}
/*portfolio exhibitions*/
.project-content .project-info h4 {
  width: 100%;
  padding-bottom: 15px;
}
.project-content .project-info .project-terms {
  float: left;
  padding-top: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  width: 100%;
}
.project-content h3 {
  margin-bottom: 0px;
}
.project-content .project-info .project-info-box {
  border-bottom: 0px;
}
.fusion-portfolio-post .fusion-portfolio-content h4 {
  display: none;
}
h2.entry-title {
  text-transform: uppercase;
}
/** Tribe Calendar **/
.tribe-bar-disabled {
  display: none;
}
/*hide "Events From / View As" box*/
#tribe-events-content .tribe-events-calendar td {
  background-color: #eeeeee;
}
#tribe-events-content .tribe-events-calendar td:hover,
.tribe-week-today {
  background-color: #DADADA;
}
.tribe-events-calendar div[id*="tribe-events-daynum-"],
.tribe-events-calendar div[id*="tribe-events-daynum-"] a,
.tribe-events-grid .tribe-grid-header .tribe-week-today {
  background-color: #dadada;
}
#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
  border: 8px solid #fff;
}
.tribe-events-calendar td.tribe-events-present.tribe-events-thismonth div[id*="tribe-events-daynum-"] {
  background-color: #cccccc;
}
#tribe-events-content .tribe-events-calendar .tribe-events-present {
  background-color: #cccccc;
}
.tribe-events-notices {
  display: none;
}
body.tribe-events-style-full .fusion-page-title-bar {
  /*all tribe pages*/
  display: none;
}
body.tribe-events-style-full.events-list .fusion-page-title-bar {
  /* just events list pages */
  display: block;
}
#wrapper .post-content .fusion-events-before-title h2 {
  margin: 0;
  border-top-width: 0px;
  border-top-style: solid;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  padding: 12.5px 0px;
  text-align: left;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 1px;
}
div.fusion-events-before-title {
  margin: 0px;
}
.tribe-category-desc {
  margin-bottom: 60px;
}
.fusion-events-featured-image .fusion-events-single-title-content {
  display: block;
}
.tribe-events-calendar .tribe-events-category-ongoing {
  display: none;
}
.tribe-events-calendar .tribe-events-category-private {
  display: none;
}
.tribe-events-calendar .tribe-events-category-byrds-events {
  display: none;
}
#tribe-events .tribe-events-list .tribe-events-category-private .tribe-events-event-meta .tribe-event-schedule-details,
.postid-4871 .sidebar {
  visibility: hidden;
}
/* turn off navigation between events */
.single-tribe_events .tribe-events-sub-nav {
  display: none;
}
.search #wrapper #main .fusion-post-content > h2.entry-title {
  display: block !important;
}
/* End of Avada Custom CSS (Taken From Old Site)  */
