html {
  overflow-y: scroll;
}

body {
  font-family: "Museo Sans W01";
  font-size: 17px;
  line-height: normal;
  font-weight: 100;
  color: #494949;
  background: #f6f6f6;
  margin: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  border: 0;
}

hr {
  border-bottom: medium none;
  border-top: 1px solid #e7e8e9;
  margin: 20px -279px;
  position: relative;
}

p {
  line-height: 1.3em;
  margin: 0.8em 0;
}

@media (min-width: 768px) {
  p {
    line-height: 1.6em;
  }
}

a {
  color: #bd7818;
  font-weight: 300;
  text-decoration: none;
  background: transparent;
}

a:hover {
  color: #731206;
}

a.link {
  text-transform: lowercase;
}

strong {
  font-weight: 300;
}

p a:hover {
  color: #d4861b;
}

p.description {
  margin: 5px 0 50px;
}

@media (min-width: 768px) {
  p.description {
    font-size: 23px;
    line-height: 1.4em;
    margin-bottom: 60px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Museo Sans W01";
  font-size: 15px;
  font-weight: 100;
  line-height: 1em;
  margin: 22px 0 12px;
  color: #731206;
}

h1 {
  font-size: 33px;
  margin-top: 0;
}

@media (min-width: 768px) {
  h1 {
    font-size: 80px;
  }
}

h2 {
  font-size: 27px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 23px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 42px;
  }
}

h4 {
  font-size: 20px;
}

@media (min-width: 768px) {
  h4 {
    font-size: 35px;
  }
}

h5 {
  font-size: 17px;
}

@media (min-width: 768px) {
  h5 {
    font-size: 26px;
  }
}

.subtitle {
  font-family: "DearJoe 5 W00";
  text-transform: lowercase;
  font-size: 22px;
  line-height: 26px;
  color: #731206;
}

@media (min-width: 768px) {
  .subtitle {
    font-size: 24px;
  }
}

.wrapper {
  max-width: 1390px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

@media (min-width: 480px) {
  .wrapper {
    padding: 0 30px;
  }
}

.clear {
  clear: both;
}

.mobile-only {
  display: block;
}

@media (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 800px) {
  .desktop-only {
    display: block;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in-to-70 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}

.top-background-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 1086px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.home header.page-header {
  height: 500px;
  padding: 50px 0 0;
}

@media (min-width: 768px) {
  .home header.page-header {
    padding-top: 100px;
  }
}

.home header.page-header #logo {
  display: inline-block;
  line-height: 0;
  max-width: 85%;
  float: left;
}

.home header.page-header #logo img {
  width: 70px;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .home header.page-header #logo img {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 9px;
  }
}

@media (min-width: 800px) {
  .home header.page-header #logo img {
    width: 49px;
  }
}

.home header.page-header #logo span {
  font-weight: 400;
  line-height: 30px;
  font-size: 25px;
  width: auto;
}

@media (min-width: 768px) {
  .home header.page-header #logo span {
    display: inline-block;
    font-size: 27px;
  }
}

@media (min-width: 800px) {
  .home header.page-header #logo span {
    display: inline-block;
    font-size: 32px;
  }
}

header.page-header {
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #e7e8e9;
  padding: 18px 0 0;
  text-align: center;
  height: 76px;
}

@media (min-width: 768px) {
  header.page-header {
    padding-top: 46px;
    height: 130px;
  }
}

header.page-header .wrapper {
  padding: 0px 20px 30px;
  box-sizing: content-box;
}

header.page-header #logo {
  display: inline-block;
  line-height: 0;
  float: left;
  text-align: left;
}

header.page-header #logo img {
  width: 40px;
  display: inline-block;
  margin: 0 10px 10px 0;
}

@media (min-width: 768px) {
  header.page-header #logo img {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 9px;
  }
}

header.page-header #logo span {
  display: inline-block;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  color: #ff9b00;
  font-size: 17px;
  width: 223px;
  vertical-align: top;
}

@media (min-width: 768px) {
  header.page-header #logo span {
    width: 500px;
    font-size: 25px;
    vertical-align: middle;
    margin-bottom: 12px;
  }
}

footer {
  padding: 190px 0 80px;
  font-size: 12px;
  color: #ffcb35;
  background: #731206;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

@media (min-width: 768px) {
  footer {
    padding: 380px 0 80px;
  }
}

@media (min-width: 800px) {
  footer {
    padding: 380px 0 30px;
  }
}

footer .overlay {
  background: rgba(94, 18, 9, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

footer:before {
  background: linear-gradient(to top, #5e1209 40%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

footer .footer-columns {
  display: block;
  padding-bottom: 40px;
  font-weight: 300;
  overflow: hidden;
}

footer .col {
  display: block;
  float: left;
  font-size: 14px;
  width: 100%;
}

footer .col.footer-nav {
  display: none;
}

@media (min-width: 768px) {
  footer .col.footer-nav {
    display: block;
    padding-right: 20px;
  }
}

footer .col:last-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  footer .col {
    width: 25%;
  }
}

footer .col.social a {
  color: #ffcb35;
}

footer .col ul, footer .col ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

footer .col ul li a {
  font-size: 14px;
  color: #ffcb35;
  text-transform: lowercase;
  padding: 0 0 16px;
  display: block;
}

@media (min-width: 1330px) {
  footer .col ul li a {
    font-size: 14px;
  }
}

footer .col li.menu-item-199 a {
  color: #64af43;
}

footer .col li.menu-item-197 a {
  color: #8fbe00;
}

footer .col li.menu-item-198 a {
  color: #daae00;
}

footer .col li.menu-item-196 a {
  color: #ffe700;
}

footer .col li.menu-item-195 a {
  color: #ff7200;
}

.footer-note {
  color: white;
  text-align: left;
  padding: 0;
  display: block;
  line-height: 1.3em;
  overflow: hidden;
}

@media (min-width: 768px) {
  .footer-note .company {
    float: left;
    width: 60%;
  }
}

.footer-note .menu {
  margin: 10px 0;
}

.footer-note ul, .footer-note ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-note ul li {
  display: inline-block;
}

.footer-note ul li:after {
  background: white none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0px 6px;
  vertical-align: middle;
  width: 1px;
}

.footer-note ul li:last-child:after {
  background: none;
}

.footer-note ul li a {
  color: white;
  font-weight: 100;
}

a#starfish {
  background: url(../img/starfish.png) top left no-repeat;
  vertical-align: middle;
  width: 85px;
  height: 27px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-indent: -9999em;
}

@media (min-width: 768px) {
  a#starfish {
    float: right;
  }
}

a#starfish:hover {
  opacity: 0.8;
}

.home #main {
  margin-top: -110px;
  position: relative;
}

@media (min-width: 768px) {
  .home #main {
    padding-top: 30px;
  }
}

@media (min-width: 1330px) {
  .home #main {
    padding-top: 0px;
  }
}

#main {
  background: rgba(246, 246, 246, 0.9);
  margin-top: 0px;
  position: relative;
}

@media (min-width: 768px) {
  #main {
    padding-top: 30px;
  }
}

@media (min-width: 1330px) {
  #main {
    padding-top: 0px;
  }
}

@media (min-width: 768px) {
  .page-wrap {
    padding: 0 30px;
  }
}

.main-column {
  position: relative;
  animation: fade-in 0.8s ease-out 0.3s both;
  padding: 1px 0 0;
}

@media (min-width: 768px) {
  .main-column {
    padding: 60px 0;
    margin: 0 auto;
    max-width: 845px;
  }
}

@media (min-width: 1330px) {
  .main-column {
    padding: 110px 0 100px;
  }
}

#content {
  min-height: 400px;
  margin-bottom: 70px;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content #sidebar {
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .post-content #sidebar {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .post-content #sidebar .page-submenu li {
    margin: 36px 0;
  }
}

#sidebar {
  position: relative;
}

@media (min-width: 768px) {
  #sidebar {
    display: block;
    margin: 0px -30px;
  }
}

#sidebar .wrapper {
  padding-bottom: 80px;
}

#sidebar .main-column {
  padding: 0;
}

#sidebar h4 {
  line-height: 25px;
}

@media (min-width: 768px) {
  #sidebar h4 {
    font-size: 26px;
    margin-bottom: 35px;
  }
}

#sidebar .page-submenu h5 {
  margin-top: 0;
  font-size: 20px;
}

#sidebar .page-submenu h5 a {
  position: relative;
}

@media (min-width: 768px) {
  #sidebar .page-submenu h5 a {
    font-size: 32px;
  }
}

#sidebar .page-submenu ul, #sidebar .page-submenu li {
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

#sidebar .page-submenu li {
  margin: 10px 0;
}

@media (min-width: 768px) {
  #sidebar .page-submenu li {
    margin: 23px 0;
  }
}

#sidebar .page-submenu li a {
  color: #bd7818;
  font-size: 20px;
  font-weight: 300;
  position: relative;
}

@media (min-width: 768px) {
  #sidebar .page-submenu li a {
    font-size: 32px;
  }
}

#sidebar .page-submenu li a:hover {
  color: #bd7818;
}

#sidebar .page-submenu li.current-menu-item > a, #sidebar .page-submenu li.current-menu-ancestor > a,
#sidebar .page-submenu li.current-cat > a, #sidebar .page-submenu li.current-cat-parent > a {
  color: #bd7818;
  font-size: 20px;
}

@media (min-width: 768px) {
  #sidebar .page-submenu li.current-menu-item > a, #sidebar .page-submenu li.current-menu-ancestor > a,
  #sidebar .page-submenu li.current-cat > a, #sidebar .page-submenu li.current-cat-parent > a {
    font-size: 32px;
  }
}

#sidebar .page-submenu ul ul {
  margin-left: 20px;
}

#sidebar .page-submenu ul ul li a {
  color: #bd7818;
}

#sidebar .page-bg-image.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  opacity: 0.7;
}

#sidebar .page-bg-image.bottom img {
  float: right;
}

#sidebar .page-bg-image.bottom:before {
  background: linear-gradient(to bottom, #f6f6f6 30%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#sidebar .page-bg-image.bottom:after {
  background: linear-gradient(to right, #f6f6f6 50%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#sidebar .page-submenu li.current-menu-item {
  display: none;
}

#sidebar ul li a:after, .page-submenu h5 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #bd7818;
  position: absolute;
  top: 5px;
  right: -14px;
}

@media (min-width: 768px) {
  #sidebar ul li a:after, .page-submenu h5 a:after {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #bd7818;
    top: 12px;
    right: -20px;
  }
}

#sidebar.location-menu .wrapper {
  overflow: hidden;
}

#sidebar.location-menu h2 {
  text-transform: lowercase;
}

#sidebar.location-menu a span {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #bd7818;
  position: absolute;
  top: 5px;
  right: -14px;
}

@media (min-width: 768px) {
  #sidebar.location-menu a span {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #bd7818;
    top: 12px;
    right: -20px;
  }
}

#sidebar.location-menu a:after {
  display: none;
}

#sidebar.location-menu .practice-category .wrapper {
  padding: 0 0 20px;
}

nav {
  margin: 0;
  position: relative;
}

nav ul.menu {
  margin: 0 -22px;
  padding: 0;
  font-size: 0;
  z-index: 10;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

nav ul.menu a {
  font-size: 20px;
  font-family: "Museo Sans W01";
  color: #bd7818;
  line-height: 20px;
  font-weight: 200;
  text-decoration: none;
  display: inline-block;
  padding: 5px 22px;
  overflow: hidden;
  transition-duration: 0.1s;
  letter-spacing: 1px;
}

nav ul.menu li.current-menu-item > a, nav ul.menu li.current-menu-ancestor > a {
  color: #731206;
}

nav ul.sub-menu {
  display: none;
}

#main-nav {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100vh;
  z-index: 1000;
  transition: 0.4s transform;
  transform: translate(0px);
  background: white;
  overflow: auto;
}

@media (min-width: 1330px) {
  #main-nav {
    transition: 0.2s background;
    max-width: 1390px;
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    background: transparent;
    transform: none !important;
    overflow: visible;
  }
}

@media (min-width: 1330px) {
  #main-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    max-width: 100%;
    z-index: 2;
    box-shadow: 0px 5px 25px -10px rgba(0, 0, 0, 0.1);
  }
  #main-nav.fixed ul.menu {
    max-width: 1350px;
    padding: 0 0 0 90px;
    margin: 0 auto;
    box-sizing: content-box;
  }
  #main-nav.fixed ul.menu > li:first-child a:before {
    content: url("../img/buddha-dark-orange.svg");
    width: 35px;
    height: auto;
    display: block;
    position: absolute;
    left: -42px;
    top: 18px;
  }
}

#main-nav.wrapper {
  padding: 0;
}

#main-nav ul.menu {
  padding: 100px 0 80px;
  margin: 0;
  width: 100%;
  text-align: left;
  display: block;
  position: relative;
}

@media (max-width: 1329px) {
  #main-nav ul.menu > li:first-child a:before {
    content: url("../img/buddha-grey.svg");
    width: 60px;
    height: auto;
    display: block;
    position: absolute;
    left: 20px;
    top: -80px;
  }
}

@media (min-width: 1330px) {
  #main-nav ul.menu {
    display: block !important;
    width: auto;
    position: static;
    background: transparent;
    padding: 0;
  }
}

#main-nav ul.menu li {
  display: block;
}

@media (min-width: 1330px) {
  #main-nav ul.menu li {
    border-top: none;
    display: inline-block;
  }
}

#main-nav ul.menu a {
  display: block;
  padding: 10px 15px 10px 28px;
  text-transform: lowercase;
  font-size: 17px;
  margin: 0 50px 0 0;
}

@media (min-width: 1330px) {
  #main-nav ul.menu a {
    padding: 27px 15px;
    transition: 0.05s;
    font-size: 17px;
    margin: 0;
  }
}

@media (min-width: 1330px) {
  #main-nav ul.menu > li:hover > a {
    background: white;
  }
  #main-nav ul.menu > li:hover > ul.sub-menu {
    display: block !important;
  }
}

#main-nav ul.menu > li.current-menu-item.menu-item-has-children:after, #main-nav ul.menu > li.current-menu-ancestor.menu-item-has-children:after {
  border-color: transparent #731206 transparent;
}

#main-nav ul.menu > li.current-menu-item > ul.sub-menu, #main-nav ul.menu > li.current-menu-ancestor > ul.sub-menu {
  display: block;
}

@media (min-width: 1330px) {
  #main-nav ul.menu > li.current-menu-item > ul.sub-menu, #main-nav ul.menu > li.current-menu-ancestor > ul.sub-menu {
    display: none;
  }
}

#main-nav ul.menu > li.menu-item-has-children:after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #aa6800;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  transform: rotate(90deg);
  top: 16px;
  right: 22px;
  transition: 0.2s;
  backface-visibility: hidden;
}

#main-nav ul.menu > li.menu-item-has-children.expanded:after {
  transform: rotate(-90deg);
}

@media (min-width: 1330px) {
  #main-nav ul.menu > li.menu-item-has-children:after, #main-nav ul.menu > li.menu-item-has-children.expanded:after {
    transform: rotate(90deg);
    top: 32px;
    right: 14px;
  }
  #main-nav ul.menu > li.menu-item-has-children > a {
    margin: 0;
    padding-right: 30px;
  }
}

#main-nav ul.sub-menu {
  width: 100%;
  position: static;
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
}

#main-nav ul.sub-menu a {
  font-size: 16px;
  padding: 10px 15px 10px 48px;
}

#main-nav ul.sub-menu .sub {
  display: none;
}

@media (min-width: 1330px) {
  #main-nav ul.sub-menu {
    border-top: 0;
    position: absolute;
    text-align: left;
    top: 74px;
    left: 0;
    z-index: 100;
    width: 243px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 0;
    display: none !important;
  }
  #main-nav ul.sub-menu a {
    padding: 11px 28px;
    display: block;
    font-weight: 300;
    color: #bd7818;
    font-size: 16px;
    background: white;
  }
  #main-nav ul.sub-menu li {
    display: block;
    border-top: none;
  }
  #main-nav ul.sub-menu li:hover > a {
    color: white;
    background: #bd7818;
  }
  #main-nav ul.sub-menu li:hover .sub {
    color: white;
  }
  #main-nav ul.sub-menu .sub {
    display: block;
    color: #494949;
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    padding-top: 5px;
  }
}

.mobile-meta-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1002;
  background: white;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 800px) {
  .mobile-meta-nav {
    display: none;
  }
}

.mobile-meta-nav a {
  width: 20%;
  font-size: 10px;
  text-transform: lowercase;
  padding: 10px 0;
  line-height: 10px;
  text-align: center;
  color: #595959;
  max-width: 80px;
}

.mobile-meta-nav a:hover, .mobile-meta-nav a.active {
  color: #bd7818;
}

.mobile-menu {
  position: absolute;
  top: -2px;
  right: -6px;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0 35px 0 0;
  color: #bd7818;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
  background: #bd7818;
  width: 52px;
  height: 44px;
  border-radius: 3px;
}

.mobile-menu:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 12px;
  width: 27px;
  height: 3px;
  background: #ffffff;
  box-shadow: 0 16px 0 0 #ffffff, 0 8px 0 0 #ffffff;
}

.mobile-menu.expanded:after {
  box-shadow: none;
  top: 20px;
  right: 16px;
  height: 3px;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
}

.mobile-menu.expanded:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 20px;
  width: 27px;
  height: 3px;
  background: #ffffff;
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}

.mobile-menu.expanded {
  z-index: 1001;
  background-color: transparent;
  position: fixed;
  top: 30px;
  right: 0;
}

.mobile-menu.expanded:before, .mobile-menu.expanded:after {
  background-color: #bd7818;
}

@media (min-width: 1330px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu-visible #main-nav {
  transform: translate(-320px);
}

.mobile-menu-visible:after {
  content: ' ';
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}

@media (min-width: 1330px) {
  .mobile-menu-visible:after {
    display: none;
  }
}

footer nav ul.menu {
  display: block;
}

footer nav ul.menu a {
  color: #fff;
  font-size: 19px;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content ul, .post-content ol {
  margin: 0.8em 0;
  padding: 0 0 0 1.2em;
}

.post-content li {
  margin: 5px 0;
  line-height: 1.3em;
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 20px 0;
  display: block;
}

.post-content hr {
  border: none;
  border-top: 1px solid #e7e8e9;
  clear: both;
  display: block;
  height: 1px;
  margin: 25px 0;
  padding: 0;
}

.post-content blockquote {
  font-style: normale;
  margin: 30px 0 30px 2px;
  padding: 0 20px 0 20px;
  position: relative;
  color: #731206;
}

@media (min-width: 768px) {
  .post-content blockquote {
    font-size: 20px;
    padding: 0 20px 0 40px;
  }
}

.post-content blockquote:before {
  content: ' " ';
  font-size: 40px;
  left: 0;
  line-height: 55px;
  position: absolute;
  top: -2px;
  color: #731206;
  font-family: "DearJoe 5 W00";
}

@media (min-width: 768px) {
  .post-content blockquote:before {
    font-size: 73px;
    top: 20px;
  }
}

.post-content blockquote .quote-name {
  font-size: 80%;
  margin-top: 0;
  font-family: "DearJoe 5 W00";
  font-size: 22px;
}

@media (min-width: 768px) {
  .post-content .intro-text {
    font-size: 23px;
    line-height: 1.4em;
  }
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 5px 0px 20px 30px;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 5px 30px 20px 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 5px auto 0px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 5px 0 0px;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 15px;
  line-height: 20px;
  margin-top: 3px;
  text-transform: uppercase;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #e7e8e9;
  border-left: 1px solid #e7e8e9;
  margin: 25px 0;
}

.post-content table td, .post-content table th {
  border-bottom: 1px solid #e7e8e9;
  border-right: 1px solid #e7e8e9;
  padding: 10px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.post-content table th {
  background: #f6f6f6;
}

.blog-archive .main-column {
  padding-bottom: 20px;
}

.post-listing {
  display: block;
}

.post-item {
  margin: 35px 0 0;
  padding: 0 0 26px;
  border-bottom: 1px solid #e7e8e9;
  display: block;
  clear: both;
  overflow: hidden;
}

.post-item .post-image {
  margin-bottom: 20px;
  position: relative;
}

.post-item .post-image img {
  width: 100%;
}

.post-item h2 {
  margin-top: 0;
  font-size: 20px;
}

@media (min-width: 768px) {
  .post-item h2 {
    font-size: 29px;
    margin-bottom: 15px;
  }
}

.post-item .post-meta {
  margin-bottom: 12px;
}

.post-meta {
  margin-bottom: 25px;
}

.post-meta span {
  display: block;
  padding: 0 0 5px;
  font-weight: 300;
  color: #731206;
}

.post-meta a {
  color: #731206;
}

.post-meta .material-icons {
  color: #731206;
  font-size: 20px;
  transform: translate(0, 3px);
  margin-right: 4px;
}

.blog-cat a {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #bd7818;
  border-radius: 4px;
  padding: 9px 16px;
}

@media (min-width: 768px) {
  .post-item.has-image .post-details, .event-listing .post-item .post-details {
    display: inline-block;
    float: right;
    width: 46%;
  }
}

@media (min-width: 768px) {
  .post-item.has-image .post-image, .event-listing .post-item .post-image {
    width: 48%;
    display: inline-block;
    float: left;
  }
}

.blog-tag-group {
  margin-bottom: 90px;
}

@media (min-width: 1330px) {
  .blog-tag-group {
    padding: 0 45px;
  }
}

.blog-tag-group .cloud {
  display: block;
  clear: both;
  overflow: hidden;
}

@media (min-width: 768px) {
  .blog-detail .post-meta span {
    display: inline-block;
    margin-right: 20px;
  }
}

.blog-detail .post-meta span a {
  font-size: 17px;
}

.blog-detail hr {
  margin: 40px -275px 40px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.blog-detail .blog-item {
  border-bottom: none;
}

.blog-detail .post-content {
  margin-top: 30px;
}

.blog-detail .blog-tag-group {
  padding: 0;
}

.blog-detail .blog-tag-group a {
  padding-right: 9px;
}

@media (min-width: 1330px) {
  img.post-image {
    width: 100%;
  }
}

.feature-boxes {
  display: block;
}

.three-set, .two-set {
  display: block;
  position: relative;
}

@media (min-width: 1025px) {
  .three-set, .two-set {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

@media (min-width: 1025px) {
  .two-set .box {
    width: 50%;
  }
}

.box {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: right top;
}

@media (min-width: 1025px) {
  .box {
    width: 33.33%;
  }
}

.box:after {
  background: transparent linear-gradient(to right, white 15%, rgba(255, 255, 255, 0.85) 55%, rgba(255, 255, 255, 0.45) 85%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.box h3 {
  margin-top: 0;
}

.box h3 a {
  font-weight: 100;
}

.box p {
  width: 90%;
}

@media (min-width: 768px) {
  .box p {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .box p {
    width: 80%;
  }
}

#content .feature-boxes .wrapper {
  background: transparent;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  #content .feature-boxes .wrapper {
    padding: 45px 45px;
  }
}

.left-right-listing {
  margin: 60px 0;
}

.left-right-listing .item {
  margin: 0 0 65px;
  overflow: hidden;
}

.left-right-listing .item-image {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .left-right-listing .item-image {
    width: 47%;
    display: inline-block;
  }
}

.left-right-listing .item-content {
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .left-right-listing .item-content {
    display: block;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .left-right-listing .item-content h2 {
    margin-top: 50px;
    line-height: 0.8em;
  }
}

.left-right-listing .item-content h2 a {
  font-weight: 100;
  color: #731206;
}

@media (min-width: 768px) {
  .left-right-listing .item-content h2 a {
    font-size: 44px;
    margin-top: 60px;
  }
}

.item:nth-child(odd) .item-image {
  float: left;
}

.item:nth-child(odd) .item-content {
  float: right;
}

.item:nth-child(even) .item-image {
  float: right;
}

.item:nth-child(even) .item-content {
  float: left;
}

.event-date {
  position: absolute;
  top: 0;
  left: 0;
  width: 148px;
  height: 142px;
  color: white;
  background: #731206;
  padding: 41px 23px;
  text-align: center;
  font-family: "DearJoe 5 W00";
  font-size: 26px;
  display: block;
  text-transform: lowercase;
}

.event-date .date-numbered {
  line-height: 20px;
  display: block;
}

.event-date .day {
  font-size: 48px;
  line-height: 50px;
  display: block;
}

.feature-event .post-image {
  min-height: 142px;
  display: block;
}

a.link.location {
  padding-left: 17px;
}

.post-listing-vertical {
  display: block;
}

@media (min-width: 768px) {
  .post-listing-vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -62px;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.post-listing-vertical .post-item-vert {
  width: 100%;
  position: relative;
  margin: 35px 0 0;
  padding: 0 0 26px;
  border-bottom: 1px solid #e7e8e9;
}

@media (min-width: 768px) {
  .post-listing-vertical .post-item-vert {
    width: 40%;
    margin: 0 20px 40px;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 35px;
  }
}

.post-listing-vertical .post-item-vert h2 {
  margin-top: 0;
  font-size: 20px;
}

@media (min-width: 768px) {
  .post-listing-vertical .post-item-vert h2 {
    font-size: 29px;
    margin-bottom: 15px;
  }
}

.post-listing-vertical .post-image-vert {
  display: block;
  position: relative;
  height: 142px;
  width: auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 20px;
}

#content.event-detail .page-header {
  position: relative;
  padding-right: 19%;
  width: 100%;
}

#content.event-detail .event-date {
  right: 0;
  left: auto;
}

.tag-archive hr {
  border-top: 1px solid #e7e8e9;
  border-bottom: none;
  margin: 55px -279px 0;
}

.tag-listing {
  padding-bottom: 50px;
}

.tag-results {
  border-top: 1px solid #e7e8e9;
  padding: 25px 0 45px;
}

.tag-results:first-child {
  border: none;
}

.tag-item {
  padding: 10px 0 7px;
}

.tag-item a {
  font-weight: 600;
  position: relative;
}

.tag-item a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #bd7818;
  position: relative;
  margin-left: 8px;
  top: 0px;
}

.tag-item a:hover:after {
  border-left: 6px solid #731206;
}

.teachings-item {
  padding-left: 26px;
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: left 10px;
}

.teachings-item.video {
  background-image: url("../img/icon_video_brown.svg");
}

.teachings-item.audio {
  background-image: url("../img/icon_audio_brown.svg");
}

.teachings-item.article {
  background-image: url("../img/icon_article_brown.svg");
}

form, .post-content form {
  margin: 0 0 20px;
  clear: both;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 10px 0 0;
}

@media (min-width: 768px) {
  form li, .post-content form li {
    padding: 27px 0 0;
    max-width: 63%;
  }
}

form label, .post-content form label {
  color: #731206;
  font-weight: 300;
  font-size: 16px;
  text-transform: lowercase;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], textarea, .button, input[type=submit], select, .custom-select {
  font-family: "Museo Sans W01";
  display: inline-block;
  background: #fff;
  border: 1px solid #e7e8e9;
  color: #494949;
  font-size: 17px;
  line-height: 20px;
  border-radius: 4px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-weight: 100;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'] {
  padding: 9px 10px;
  height: 38px;
}

::-webkit-input-placeholder {
  color: #494949;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #494949;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #494949;
}

:-ms-input-placeholder {
  color: #494949;
}

textarea {
  padding: 10px;
  height: 130px;
}

.button, input[type=submit] {
  padding: 14px 20px;
  width: auto;
  text-align: center;
  cursor: pointer;
  background: #bd7818;
  height: 42px;
  color: white;
  border: none;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 300;
  border-radius: 4px;
  line-height: 13px;
}

.button:hover, input[type=submit]:hover {
  background: #d4861b;
  color: white;
}

.download-button {
  padding-top: 10px;
}

.download-button .material-icons {
  vertical-align: middle;
  margin: 0 3px 0 -6px;
}

select {
  padding: 7px 35px 7px 7px;
  height: 36px;
  background: transparent;
  border: medium none;
  position: relative;
  text-transform: lowercase;
  outline: 0px;
}

.custom-select {
  position: relative;
  margin-bottom: 12px;
}

.custom-select:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #cf7f00;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 14px;
  top: 12px;
  width: 0;
  transform: rotate(90deg);
}

select::-ms-expand {
  display: none;
}

.practice-list div a::after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #cf7f00;
  border-top: 6px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -14px;
  top: 5px;
  width: 0;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  margin: 0;
  z-index: 1;
  height: 26px;
  width: 25px;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 23px;
  height: 23px;
  position: relative;
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: baseline;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #e7e8e9;
  height: 23px;
  width: 23px;
  left: 0;
  position: absolute;
  top: 0px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  border: 2px solid #731206;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 12px;
  z-index: 1;
  opacity: 0;
}

input[type='checkbox']:checked + .custom-checker:after, input[type='radio']:checked + .custom-checker:after {
  opacity: 1;
}

.gfield_checkbox label {
  font-weight: 100 !important;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50px;
  border: 1px solid #494949;
  background: #731206;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 7px;
}

.gfield_radio label {
  font-weight: 100 !important;
}

.gform_wrapper {
  padding: 20px;
  border: 1px solid #e7e8e9;
  margin: 40px 0 0;
}

@media (min-width: 768px) {
  .gform_wrapper {
    padding: 65px 70px;
    margin-top: 55px;
  }
}

.gform_wrapper h3 {
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .gform_wrapper h3 {
    margin: 0 0 17px;
  }
}

.gform_wrapper .gform_description {
  font-size: 14px;
  display: block;
}

@media (min-width: 768px) {
  .gform_wrapper .gform_description {
    margin: 0 0 16px;
    font-size: 17px;
  }
}

.gform_wrapper .gform_body {
  margin: 0 0 20px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: 5px 0 0;
  font-size: 14px;
}

.gform_wrapper .field_description_above .gfield_description {
  margin: -5px 0 5px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 5px 0 0;
  line-height: normal;
  color: #eb0000;
  margin: 0;
}

.gform_wrapper .gfield_required {
  color: #eb0000;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.3em;
  color: #eb0000;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_label {
  padding: 0 0 2px 0;
  display: block;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 6px 0 6px 34px;
  position: relative;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_radio input[type="checkbox"], .gform_wrapper .gfield_radio input[type="radio"], .gform_wrapper .gfield_checkbox .custom-checker, .gform_wrapper .gfield_checkbox input[type="checkbox"], .gform_wrapper .gfield_checkbox input[type="radio"] {
  position: absolute;
  left: 0;
  top: 6px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  display: block;
  line-height: 25px;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_confirmation_message {
  margin: 30px 0;
}

.breadcrumbs {
  font-family: "Museo Sans W01";
  font-weight: 300;
  font-size: 12px;
  color: #bd7818;
  text-transform: lowercase;
  margin: 0px 0 11px;
}

@media (min-width: 800px) {
  .breadcrumbs {
    font-size: 14px;
    margin: 0 0 20px;
  }
}

.breadcrumbs a {
  color: #bd7818;
  font-weight: 300;
}

.gallery {
  margin: 30px -5px !important;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  margin: 0;
  width: 33.33%;
}

@media (min-width: 480px) {
  .gallery .gallery-item {
    width: 33.33%;
  }
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  font-size: 0;
  position: relative;
}

.gallery .gallery-item a:hover {
  opacity: 1;
}

.gallery .gallery-item a:before {
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s;
  z-index: 1;
}

.gallery .gallery-item:hover a:before {
  box-shadow: inset 0 0 0 3px #bd7818;
  opacity: 1;
}

@media (min-width: 680px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery br {
  display: none;
}

.social-links {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 0;
}

.social-links a {
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 10px;
  background: #bd7818 url("../img/social_icons.png");
  transition-duration: 0.2s;
  border-radius: 4px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

.social-links a:hover {
  background-color: #d4861b;
}

.social-links a.twitter {
  background-position: -27px 0;
}

.social-links a.pinterest {
  background-position: -54px 0;
}

.social-links a.instagram {
  background-position: -81px 0;
}

.social-links a.linkedin {
  background-position: -108px 0;
}

header.page-header .social-links {
  display: none;
}

@media (min-width: 800px) {
  header.page-header .social-links {
    display: block;
  }
}

footer .social-links {
  position: relative;
  right: auto;
  top: auto;
  display: block;
  margin-bottom: 15px;
}

footer .social-links a {
  margin: 10px 10px 10px 0;
}

footer .social-links a.facebook {
  background: url("../img/facebook-yellow.svg");
  background-size: 24px auto;
  background-repeat: no-repeat;
}

footer .social-links a.twitter {
  background: url("../img/twitter-yellow.svg");
  background-size: 24px auto;
  background-repeat: no-repeat;
}

#commentform label {
  display: block;
  padding-bottom: 2px;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments {
  border-top: 1px solid #e7e8e9;
  padding-top: 25px;
  margin-bottom: 25px;
}

#respond {
  border-top: 1px solid #e7e8e9;
  margin-top: 10px;
  padding-top: 5px;
}

.blog-meta {
  font-size: 15px;
  color: #bd7818;
  margin: -10px 0 10px;
}

.pagination {
  text-align: center;
  margin: 50px 0 20px;
  clear: both;
  position: relative;
  height: 40px;
}

.pagination .page-numbers {
  display: inline-block;
  line-height: 20px;
  padding: 11px 10px;
  background: #bd7818;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 42px;
  height: 42px;
  vertical-align: middle;
  margin: 0 2px;
  transition: 0.2s;
  text-transform: lowercase;
}

.pagination .page-numbers:hover {
  background: #d4861b;
}

.pagination .page-numbers.current {
  background: #f6f6f6;
  color: #494949;
  font-weight: 300;
}

.pagination .page-numbers.dots {
  background: #f6f6f6;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  margin: 0;
  padding: 11px 20px;
}

@media (min-width: 768px) {
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    position: relative;
  }
}

.pagination .page-numbers.next {
  left: auto;
  right: 0;
}

.pagination .page-numbers a {
  color: #fff;
}

@media (max-width: 767px) {
  .pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    display: block;
  }
}

.single .pagination span.page-numbers.prev, .single .pagination span.page-numbers.next {
  padding: 0;
}

.single .pagination span.page-numbers.prev a, .single .pagination span.page-numbers.next a {
  padding: 11px 12px;
  display: block;
}

.home .buddha-quote {
  display: block;
  color: white;
  font-family: "DearJoe 5 W00";
  text-align: left;
  line-height: 1.1em;
  margin-top: 30px;
  animation: fade-in 1.5s ease-out 0.8s both;
  font-size: 70px;
  font-size: 5vw;
}

@media (max-width: 600px) {
  .home .buddha-quote {
    font-size: 30px;
  }
}

@media (min-width: 1400px) {
  .home .buddha-quote {
    font-size: 70px;
  }
}

@media (min-width: 768px) {
  .home .buddha-quote {
    max-width: 84%;
  }
}

@media (min-width: 768px) {
  .single-location .location-links {
    -moz-column-count: 2;
    column-count: 2;
  }
}

.location-links {
  display: block;
  clear: both;
}

.location-links a {
  display: block;
  padding: 6px 0;
}

.pageHero {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 1330px) {
  .pageHero {
    width: 46%;
    float: right;
    display: inline-block;
  }
}

.pageHero .slide {
  background-position: center top;
  background-size: cover;
  position: relative;
}

.pageHero .banner-image img {
  z-index: -2;
  position: relative;
  width: 100%;
}

.pageHero .owl-controls {
  position: absolute;
  left: 0;
  transform: translate(50% 0);
  width: 100%;
  bottom: 15px;
}

@media (min-width: 800px) {
  .pageHero .owl-controls {
    bottom: 15px;
    left: 0px;
  }
}

.pageHero .owl-pagination {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.pageHero .owl-page {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #63372e;
  display: inline-block;
  margin: 5px 5px;
  transition: 0.2s;
}

.pageHero .owl-page:hover {
  opacity: 0.7;
}

.pageHero .owl-page.active {
  background: #bd7818;
  opacity: 1;
}

.banner-image {
  box-shadow: inset 0px 0px 40px 50px white;
  width: 100%;
}

@media (min-width: 768px) {
  .banner-image {
    box-shadow: inset 0px 0px 113px 75px white;
  }
}

.post-share h5 {
  font-size: 19px;
}

.post-share a {
  background: #bd7818 url("../img/facebook.svg") repeat scroll 5px 5px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: inline-block;
  height: 32px;
  margin-bottom: 6px;
  margin-left: 6px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999em;
  transition-duration: 0.2s;
  vertical-align: middle;
  width: 32px;
}

.post-share a.twitter {
  background: #bd7818 url("../img/twitter.svg") repeat scroll 6px 6px;
  background-size: 19px auto;
  background-repeat: no-repeat;
}

.post-share a.email {
  background: #bd7818 url("../img/email.svg") repeat scroll 7px 6px;
  background-size: 18px auto;
  background-repeat: no-repeat;
}

.post-share a.google {
  background: #bd7818 url("../img/google.svg") repeat scroll 7px 6px;
  background-size: 18px auto;
  background-repeat: no-repeat;
}

.circle-link {
  text-indent: -9999px;
  background: url(../img/icon-play-white.svg) top left no-repeat;
  height: 70px;
  width: 70px;
  display: block;
  position: relative;
  margin-top: 30px;
  /*	&:after {
		content: "";
	    display: block;
	    width: 0; 
	    height: 0; 
	    border-top:16px solid transparent;
	    border-bottom: 16px solid transparent;
	    border-left: 22px solid $red; 
	    position: absolute;
	    top: 19px;
	    left:28px;
	}*/
}

.footer-alert-visible .global-announcement {
  max-height: 150px;
  opacity: 1;
  display: block;
}

.global-announcement {
  background: #bd7818;
  color: white;
  z-index: 1005;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px 60px 13px 20px;
  font-size: 15px;
  line-height: 24px;
  opacity: 0;
  display: none;
}

.close {
  right: 20px;
  top: 50%;
  transform: translate(0px, -50%);
  cursor: pointer;
  display: block;
  height: 22px;
  overflow: hidden;
  pointer-events: visible;
  position: absolute;
  right: 15px;
  text-indent: 100%;
  width: 22px;
}

.close:before, .close:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, 0px) rotate(-45deg);
  width: 20px;
}

.close:after {
  transform: translate(0px, 0px) rotate(45deg);
}

.back-to-top {
  color: #fff;
  display: block;
  position: absolute;
  right: 20px;
  top: -210px;
}

.back-to-top span {
  vertical-align: top;
}

.back-to-top .material-icons {
  transform: translate(-6px, -5px);
  font-size: 19px;
}

@media (min-width: 800px) {
  .back-to-top {
    top: -403px;
  }
}

@media (min-width: 1330px) {
  .back-to-top {
    display: none;
  }
}

.category-filter {
  margin: 0 -20px;
}

@media (min-width: 768px) {
  .category-filter {
    margin: 0 -45px;
  }
}

.category-filter .wrapper {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

@media (min-width: 768px) {
  .category-filter .wrapper {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }
}

.category-filter form {
  margin-bottom: 0;
}

.category-filter hr {
  border-top: 1px solid #e7e8e9;
  border-bottom: none;
  margin: 0 -279px;
}

.category-filter a.reset-search {
  display: block;
  clear: both;
  float: right;
  margin: 8px 2% 0 0;
  position: relative;
  padding: 0 0 0 18px;
}

@media (min-width: 768px) {
  .category-filter a.reset-search {
    position: absolute;
    left: 102%;
    bottom: 12px;
    width: 120px;
  }
}

.category-filter a.reset-search:before {
  border-left: 2px solid #bd7818;
  content: " ";
  display: block;
  height: 14px;
  left: 5px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 13px;
}

.category-filter a.reset-search:after {
  border-left: 2px solid #bd7818;
  content: " ";
  display: block;
  height: 14px;
  left: -4px;
  position: absolute;
  top: 8px;
  transform: rotate(135deg);
  width: 13px;
}

.category-filter .custom-select {
  height: 42px;
}

.category-filter .custom-select select {
  height: 40px;
  text-transform: none;
}

.category-filter .custom-select:before {
  top: 15px;
}

@media (min-width: 520px) {
  .category-filter .custom-select {
    width: 31.33%;
    float: left;
  }
}

.category-filter input[type='text'] {
  height: 42px;
}

@media (min-width: 520px) {
  .category-filter input[type='text'] {
    width: 64.33%;
  }
}

.category-filter input[type=submit] {
  float: right;
  display: block;
  margin-top: 12px;
  text-align: left;
  padding-right: 50px;
  padding-left: 15px;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-position: 93% 8px;
  background-size: 25px auto;
}

@media (min-width: 520px) {
  .category-filter input[type=submit] {
    margin: 0 2% 0 0;
    width: 31.66%;
  }
}

@media (min-width: 520px) {
  .category-filter .custom-select, .category-filter input[type='text'] {
    margin-right: 2%;
  }
}

.category-select {
  position: relative;
}

@media (min-width: 768px) {
  .category-select {
    width: 75%;
  }
}

.category-description {
  margin: 43px 0;
  border-bottom: 1px solid #e7e8e9;
  padding-bottom: 30px;
}

.category-description h3 {
  text-transform: lowercase;
  font-size: 30px;
}

.single-filter {
  margin: -40px -20px 30px;
  padding: 25px 20px;
  background: url("../img/filter-bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

@media (min-width: 768px) {
  .single-filter {
    margin: 0 -45px -22px;
    padding: 35px 45px;
  }
}

.single-filter select {
  text-transform: none;
}

.single-filter form {
  margin: 0;
}

@media (min-width: 680px) {
  .single-filter form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .single-filter form {
    margin: 0 auto;
    max-width: 845px;
  }
}

.single-filter form > * {
  margin: 0 0 12px;
}

@media (min-width: 680px) {
  .single-filter form > * {
    margin: 0;
    width: 23%;
  }
}

.single-filter form > input[type='submit'] {
  height: 38px;
  padding: 12px 20px;
  margin: 0;
}

.home-panel .category-filter {
  margin: 15px 0 20px;
  max-width: 660px;
}

.home-panel .category-filter .category-select {
  width: 100%;
}

.home-panel .category-filter input[type='submit'] {
  width: 180px;
}

@media (min-width: 520px) {
  .home-panel .category-filter input[type='submit'] {
    width: 31.66%;
  }
}

.home-panel .category-filter .browse-all {
  clear: both;
  overflow: hidden;
  padding-top: 28px;
  text-align: right;
}

.home-panel .category-filter .browse-all .button {
  width: 180px;
  height: auto;
  padding: 14px;
  line-height: 17px;
  vertical-align: middle;
}

@media (min-width: 520px) {
  .home-panel .category-filter .browse-all .button {
    width: 31.66%;
    margin: 0 2% 0 0;
  }
}

.home-panel .category-filter .or {
  margin: 0 5px;
  vertical-align: middle;
}

.overlay {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 0.2s;
}

.back-arrow {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .back-arrow {
    top: 43px;
  }
}

.back-arrow .material-icons {
  font-size: 17px;
  vertical-align: middle;
  padding-bottom: 2px;
}

.back-arrow + .page-header {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .back-arrow + .page-header {
    margin-top: 50px;
  }
}

@media (min-width: 1330px) {
  .back-arrow + .page-header {
    margin-top: 0;
  }
}

.home h2 {
  margin: 4px 0 12px;
  font-size: 28px;
}

@media (min-width: 768px) {
  .home h2 {
    font-size: 46px;
  }
}

.home #content {
  margin-bottom: 50px;
}

.home #content.wrapper {
  padding: 0;
}

.teaching-panel {
  display: block;
  background: white;
}

@media (min-width: 1330px) {
  .teaching-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

.teaching-panel .feature-teaching {
  color: white;
  background-color: #77180d;
  position: relative;
  overflow: hidden;
}

.teaching-panel .feature-teaching .subtitle, .teaching-panel .feature-teaching h2, .teaching-panel .feature-teaching h2 a, .teaching-panel .feature-teaching h3, .teaching-panel .feature-teaching h3 a, .teaching-panel .feature-teaching .subtitle a {
  color: white;
}

.teaching-panel .feature-teaching h2 a {
  font-weight: 100;
  line-height: 1.2em;
}

.teaching-panel .feature-teaching .overlay {
  background: linear-gradient(125deg, rgba(119, 23, 0, 0.9) 25%, rgba(13, 3, 0, 0.2) 100%);
}

.teaching-panel .feature-teaching .circle-link {
  margin-bottom: 60px;
}

.teaching-panel .feature-teaching .link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teaching-panel .feature-teaching .bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s linear 0s;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaching-panel .feature-teaching:hover .bg {
  transform: scale(1.05);
}

.teaching-panel .teaching-search .material-icons {
  font-size: 37px;
  transform: translate(0, 6px);
}

@media (min-width: 768px) {
  .teaching-panel .teaching-search .material-icons {
    font-size: 50px;
  }
}

.teaching-panel .teaching-search h2 {
  font-size: 38px;
}

.teaching-panel .teaching-search h2 a {
  color: #731206;
  font-weight: 100;
  transition: 0.2s;
}

.teaching-panel .teaching-search h2 a:hover {
  color: #bd7818;
}

@media (min-width: 768px) {
  .teaching-panel .teaching-search h2 {
    font-size: 60px;
  }
}

.teaching-panel .teaching-search .subtitle a {
  color: #731206;
}

#content .news-events-panel {
  display: block;
  background: #731206;
  color: white;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1330px) {
  #content .news-events-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

#content .news-events-panel .subtitle, #content .news-events-panel h2, #content .news-events-panel h2 a, #content .news-events-panel h3, #content .news-events-panel h3 a, #content .news-events-panel .post-meta a, #content .news-events-panel .material-icons {
  color: white;
}

#content .news-events-panel h2 {
  margin: 2px 0 1em;
}

#content .news-events-panel h2 a {
  font-weight: 100;
}

#content .news-events-panel h2 a:hover {
  opacity: 0.8;
}

#content .news-events-panel h3 {
  font-size: 17px;
  margin-top: 4px;
  margin-bottom: 3px;
}

@media (min-width: 768px) {
  #content .news-events-panel h3 {
    font-size: 22px;
  }
}

#content .news-events-panel h3 a {
  font-weight: 100;
  position: relative;
  line-height: 1.2em;
}

#content .news-events-panel h3 a:after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid white;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
  margin: 0 0 0 10px;
  vertical-align: top;
  top: 4px;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  #content .news-events-panel h3 a:after {
    top: 7px;
  }
}

#content .news-events-panel .blog-item {
  margin: 28px 0;
}

#content .news-events-panel .post-meta {
  margin: 0;
}

#content .news-events-panel .post-meta span {
  padding: 0;
}

#content .news-events-panel .post-meta a {
  font-weight: 100;
  font-size: 14px;
}

#content .news-events-panel .date {
  font-family: "DearJoe 5 W00";
  text-transform: lowercase;
  font-size: 22px;
  line-height: 1em;
}

#content .news-events-panel .material-icons {
  font-size: 16px;
  margin: 0;
}

#content .news-events-panel .category-buttons {
  font-size: 0;
}

#content .news-events-panel .category-buttons a {
  border: medium none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  height: 40px;
  letter-spacing: 0;
  line-height: 13px;
  padding: 13px 20px;
  text-align: center;
  text-transform: lowercase;
  width: auto;
  margin: 0 10px 10px 0;
}

#content .news-events-panel .page-bg-image {
  height: 100%;
  background-size: cover;
  background-color: #76160a;
}

#content .news-events-panel .page-bg-image:before {
  display: none;
}

#content .news-events-panel .page-bg-image:after {
  background: linear-gradient(to top, #76160a 30%, #76160a 42%, rgba(118, 22, 10, 0.68) 62%, rgba(118, 31, 10, 0.6) 99%);
}

@media (min-width: 1330px) {
  #content .news-events-panel .page-bg-image:after {
    background: linear-gradient(to left, #76160a 30%, #76160a 42%, rgba(118, 22, 10, 0.68) 62%, rgba(118, 31, 10, 0.6) 99%);
  }
}

.home-panel {
  display: block;
}

@media (min-width: 1330px) {
  .home-panel {
    width: 50%;
    display: inline-block;
  }
}

.home-panel .inner {
  padding: 40px 20px 20px;
  position: relative;
}

@media (min-width: 768px) {
  .home-panel .inner {
    padding: 48px 40px 30px;
  }
}

.home-panel.latest-events .inner {
  padding-top: 0px;
}

@media (min-width: 1330px) {
  .home-panel.latest-events .inner {
    padding-top: 48px;
  }
}

.home-content {
  padding: 60px 20px 70px;
}

@media (min-width: 768px) {
  .home-content {
    padding: 80px;
  }
}

@media (min-width: 1330px) {
  .home-content {
    width: 80%;
    margin: 0 auto;
  }
}

.home-content h1 {
  font-size: 38px;
}

@media (min-width: 768px) {
  .home-content h1 {
    font-size: 56px;
  }
}

.home-content a.link {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.category-buttons {
  display: block;
  padding: 0px 0 20px;
}

.category-buttons a {
  background: white;
  color: #bd7818;
}

@media (min-width: 1025px) {
  .home-featureboxes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.home-featureboxes .feature-item {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 220px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 20px;
}

@media (min-width: 520px) {
  .home-featureboxes .feature-item {
    min-height: 300px;
    padding: 45px;
  }
}

@media (min-width: 1025px) {
  .home-featureboxes .feature-item {
    width: 33.33%;
    min-height: 390px;
  }
}

.home-featureboxes .feature-item:before {
  content: "";
  background: linear-gradient(125deg, white 25%, rgba(255, 255, 255, 0.9) 45%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.home-featureboxes .feature-item .titles {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: relative;
  z-index: 1;
}

.home-featureboxes .feature-item .links {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: relative;
  z-index: 1;
}

.home-featureboxes .feature-item .links a {
  display: block;
  margin: 10px 0 0;
}

.home-featureboxes .feature-item h2 {
  margin-top: 0;
  max-width: 75%;
}

#content {
  position: relative;
  z-index: 1;
}

#content .wrapper {
  padding: 40px 20px;
  background: white;
  overflow: hidden;
}

@media (min-width: 768px) {
  #content .wrapper {
    padding: 0px 45px;
  }
}

#content .page-bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  opacity: 0.7;
  animation: fade-in-to-70 1s ease-out 0.3s both;
}

#content .page-bg-image img {
  float: right;
  width: 60%;
}

#content .page-bg-image:before {
  background: linear-gradient(to top, white 30%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

#content .page-bg-image:after {
  background: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  #content .page-header {
    width: 70%;
  }
}

.regular-landing p.description, .location-landing p.description {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .regular-landing p.description, .location-landing p.description {
    margin-bottom: 60px;
  }
}

#content.single-location {
  background: white;
  max-width: 1390px;
  margin: 0 auto 70px;
}

#content .location-header {
  position: relative;
  background: white;
}

#content .location-header .page-header {
  width: 100%;
  padding: 40px 20px;
}

@media (min-width: 768px) {
  #content .location-header .page-header {
    padding: 60px 45px;
    width: 90%;
  }
}

@media (min-width: 1330px) {
  #content .location-header .page-header {
    width: 50%;
    float: left;
  }
}

#content .location-header .page-header h1 {
  text-transform: lowercase;
}

@media (min-width: 768px) {
  #content .location-header .page-header p.description {
    margin-bottom: 50px;
  }
}

.location-events {
  position: relative;
}

@media (min-width: 1025px) {
  .location-events {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.location-events .subtitle, .location-events h2 {
  color: white;
}

.location-events h2 {
  margin: 0 0 25px;
}

.location-events .location-feature-img {
  background-position: center center;
  background-size: cover;
  display: block;
  min-height: 295px;
  position: relative;
  /*&:after {
			background: linear-gradient(to left, rgba(255,255,255,1) 50%, rgba(255,255,255,0)100%);
			content: "";
			position: absolute;
			right:0;
			bottom: 0;
			width: 100%;
			height: 100%;
		}
		*/
}

@media (min-width: 680px) {
  .location-events .location-feature-img {
    min-height: 450px;
  }
}

@media (min-width: 1025px) {
  .location-events .location-feature-img {
    width: 50%;
  }
}

.location-events .location-feature-img:before {
  background: transparent linear-gradient(to left, white 5%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
}

.location-events .location-feature-img img {
  vertical-align: top;
}

.location-events .location-event-listing {
  display: block;
  padding: 40px 20px;
  color: white;
}

@media (min-width: 768px) {
  .location-events .location-event-listing {
    padding: 40px;
  }
}

@media (min-width: 1025px) {
  .location-events .location-event-listing {
    width: 50%;
    padding: 65px 40px 65px;
  }
}

.location-events .location-event-listing .location-event {
  margin: 10px 0 20px;
  display: block;
  overflow: hidden;
}

.location-events .location-event-listing h3, .location-events .location-event-listing h3 a {
  color: white;
  font-size: 21px;
  margin: 8px 0 9px;
  line-height: 1.3em;
  font-weight: 100;
}

.location-contact {
  color: white;
  display: block;
}

@media (min-width: 800px) {
  .location-contact {
    height: 415px;
  }
}

.location-contact .google-map {
  display: block;
  overflow: hidden;
}

@media (min-width: 800px) {
  .location-contact .google-map {
    width: 50%;
    display: inline-block;
    height: 100%;
  }
}

.location-contact .contact-content {
  display: block;
  clear: both;
}

@media (min-width: 800px) {
  .location-contact .contact-content {
    width: 50%;
    float: right;
    display: inline-block;
  }
}

.location-contact .contact-content span {
  margin-bottom: 10px;
  display: block;
}

.location-contact .contact-content span a {
  font-size: 19px;
  color: white;
  font-weight: 100;
}

.location-contact .contact-content span.address {
  font-size: 24px;
}

.location-contact .contact-content a.button {
  margin: 7px 0 30px;
}

.location-contact .contact-content a.button .material-icons {
  margin: 0;
  transform: translate(0px, 5px);
}

.location-contact .contact-content .material-icons {
  font-size: 19px;
  transform: translate(0, 3px);
  margin: 0 4px 0 0;
}

.location-contact .subtitle {
  color: white;
}

a.button.map {
  padding-top: 7px;
}

#content .location-contact .wrapper {
  background: transparent;
  padding: 45px;
}

#contact-map {
  cursor: pointer;
  height: 415px;
  position: relative;
  width: 100%;
}

.practice-header .main-column {
  padding-bottom: 0;
}

.practice-listing .practice-category {
  border-top: 1px solid #e7e8e9;
}

.practice-listing .practice-category .main-column {
  overflow: hidden;
  display: block;
}

@media (min-width: 768px) {
  .practice-listing .practice-category .main-column {
    padding: 57px 0;
  }
}

.practice-listing .practice-category h2 {
  margin-top: 0;
  text-transform: lowercase;
}

@media (min-width: 768px) {
  .practice-listing .practice-category h2 {
    font-size: 44px;
  }
}

#content.practice-detail .page-header {
  width: 100%;
}

#content.practice-detail .page-header .post-meta span {
  display: inline-block;
}

.practice-list {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .practice-list {
    width: 50%;
    float: left;
  }
}

.practice-list h3 {
  font-size: 27px;
  margin: 22px 0 15px;
}

.practice-list .material-icons {
  transform: translate(0, 4px);
  margin-right: 6px;
}

.practice-list div {
  margin-bottom: 14px;
}

.practice-list div a {
  position: relative;
}

.practice-list div a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #bd7818;
  position: absolute;
  top: 5px;
  right: -14px;
}

.practice-detail .post-meta span {
  display: inline-block;
  margin-right: 20px;
}

#content.teaching-listing .background-container {
  position: relative;
  margin: -40px -20px 0;
  padding: 40px 20px 0;
}

@media (min-width: 768px) {
  #content.teaching-listing .background-container {
    margin: 0 -45px;
    padding: 0 45px;
  }
}

#content.teaching-listing .background-container .background-image {
  background: url("../img/filter-bg.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  animation: fade-in 1s ease-out 0.3s both;
}

#content.teaching-listing h1 .material-icons {
  font-size: 38px;
  vertical-align: bottom;
  position: relative;
  left: -4px;
}

@media (min-width: 768px) {
  #content.teaching-listing h1 .material-icons {
    font-size: 67px;
    top: -3px;
    left: -6px;
  }
}

#content.teaching-listing .main-column {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #content.teaching-listing .main-column {
    padding-bottom: 60px;
  }
}

#content.teaching-listing .category-filter .wrapper {
  background: transparent;
}

#content.teaching-listing p.description {
  display: none;
  margin-bottom: 0;
}

@media (min-width: 800px) {
  #content.teaching-listing p.description {
    display: block;
  }
}

.teaching-items {
  position: relative;
}

@media (min-width: 680px) {
  .teaching-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -13px;
  }
}

.teaching-items .item {
  width: 100%;
  margin: 0 0 30px;
  display: block;
  clear: both;
  overflow: hidden;
}

@media (min-width: 680px) {
  .teaching-items .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    vertical-align: top;
    width: 33%;
    padding: 0 13px;
  }
}

@media (min-width: 768px) {
  .teaching-items .item {
    width: 25%;
  }
}

@media (min-width: 1330px) {
  .teaching-items .item {
    width: 16.66%;
  }
}

.teaching-items .item .overlay {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px auto;
}

.teaching-items .item .overlay.video {
  background-image: url("../img/icon_video.svg");
}

.teaching-items .item .overlay.audio {
  background-image: url("../img/icon_audio.svg");
}

.teaching-items .item .overlay.article {
  background-image: url("../img/icon_article.svg");
}

.teaching-items .item:hover .overlay {
  background-color: rgba(0, 0, 0, 0.1);
}

.teaching-items .thumb {
  vertical-align: top;
  display: inline-block;
  margin: 0 3% 0 0;
  overflow: hidden;
  text-align: center;
  width: 43%;
  position: relative;
}

@media (min-width: 680px) {
  .teaching-items .thumb {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.teaching-items .thumb img {
  width: 100%;
  vertical-align: top;
}

.teaching-items .thumb .image-placeholder {
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 66%;
  background: #e5911d;
}

.teaching-items .teaching-time {
  position: absolute;
  bottom: 3px;
  right: 3px;
  color: white;
  font-size: 13px;
}

.teaching-items .teaching-time .material-icons {
  font-size: 17px;
  transform: translate(-1px, 3px);
}

.teaching-items .teaching-content {
  width: 54%;
  float: right;
}

.teaching-items .teaching-content h2 {
  font-size: 15px;
  margin: 0 0 5px;
  line-height: 1.2em;
}

@media (min-width: 680px) {
  .teaching-items .teaching-content {
    display: block;
    padding: 0;
    width: 100%;
  }
}

.teaching-items .post-meta {
  font-size: 12px;
  margin-bottom: 0;
}

.teaching-items .post-meta span {
  display: inline-block;
}

.listing-results {
  position: relative;
  margin: 30px 0 10px;
  display: inline-block;
}

.sortby {
  margin-top: 5px;
}

@media (min-width: 520px) {
  .sortby {
    float: right;
    margin-top: 20px;
    width: 180px;
  }
}

.sortby form, .sortby .custom-select {
  margin: 0;
}

.teachings-tag-cloud {
  margin: 60px 0;
}

.teachings-tag-cloud .cloud {
  display: block;
  clear: both;
  overflow: hidden;
}

.media-embed {
  margin: -5px 0 30px;
}

@media (min-width: 680px) {
  .media-embed {
    margin: 20px 0 30px;
  }
}

.media-embed p {
  margin: 0;
}

.media-embed iframe {
  width: 100%;
}

.media-embed.video {
  height: 0;
  position: relative;
  padding-bottom: 60%;
}

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

.single-teaching .download-button {
  margin: 0 0 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}

.owl-fade-in {
  animation: fadeIn .7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
  animation: goDown .6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/*# sourceMappingURL=../maps/main.css.map */
