/*
Theme Name: Normandale Lake Office Park
Theme URI: http://www.normandale.com
Author: Room 34 Creative Services, LLC
Author URI: http://www.room34.com
Version: 2.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: white;
  color: #707b7b;
  font-family: "azo-sans-web", "Helvetica Neue", sans-serif;
  font-size: 1em;
  font-weight: 300;
  min-width: 1100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 0.9em;
    min-width: 950px;
  }
}
@media screen and (max-width: 950px) {
  body {
    font-size: 0.8em;
    min-width: 880px;
  }
}
@media screen and (max-width: 880px) {
  body {
    font-size: 0.75em;
    min-width: 280px;
  }
}
body *[style] {
  color: inherit !important;
}

dt {
  clear: both !important;
  /* !important overrides some Event Calendar defaults */
  color: #7ca5ba;
  display: inline-block;
  line-height: 1.5em !important;
  /* !important overrides some Event Calendar defaults */
  margin: 1em 5% 0 0 !important;
  /* !important overrides some Event Calendar defaults */
  padding: 0 !important;
  /* !important overrides some Event Calendar defaults */
  text-transform: uppercase;
  vertical-align: top;
  width: 35%;
}
@media screen and (max-width: 520px) {
  dt {
    display: block;
    margin: 1em 0 0 0;
    width: 100%;
  }
}

dd {
  display: inline-block;
  line-height: 1.5em !important;
  /* !important overrides some Event Calendar defaults */
  margin: 1em 0 0 0 !important;
  /* !important overrides some Event Calendar defaults */
  padding: 0 !important;
  /* !important overrides some Event Calendar defaults */
  vertical-align: top;
  width: 55%;
}
@media screen and (max-width: 520px) {
  dd {
    display: block;
    margin: 0;
    width: 100%;
  }
}

dd.fn, dd.org {
  /* Overrides some Event Calendar defaults */
  display: block;
  margin-top: 1.75em !important;
}

form input[type=text], form input[type=number], form input[type=password], form input[type=submit], form textarea {
  background: #f2f2f2;
  border: 1px solid #bdc6c2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #707b7b;
  font-family: "azo-sans-web", "Helvetica Neue", sans-serif;
  font-size: 100%;
  font-weight: 200;
  padding: 4px 8px;
  -webkit-appearance: none;
}
form input[type=text]:focus, form input[type=number]:focus, form input[type=password]:focus, form input[type=submit]:focus, form textarea:focus {
  border-color: #707b7b;
  background: white;
  color: #707b7b;
  outline: none;
}
form input[type=submit] {
  background: #7ca5ba;
  color: white;
  border: 0;
  cursor: pointer;
  padding: 4px 8px;
  text-transform: uppercase;
}
form input[type=submit]:hover {
  background: #4e5758;
  color: white;
}

h1, h2, h3 {
  display: block;
  line-height: 1em;
  margin: 0.5em 0;
}

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

h1 {
  font-family: "azo-sans-web", "Helvetica Neue", sans-serif;
  font-size: 2.5em;
  font-weight: 300;
}

h2 {
  font-family: "kepler-std", "Georgia", serif;
  font-size: 1.166667em;
  font-weight: normal;
  text-transform: uppercase;
}

h1, h2 {
  color: #7ca5ba;
}

h3,
.tribe-events-list-widget .entry-title {
  color: #707b7b;
  font-family: "azo-sans-web", "Helvetica Neue", sans-serif;
  font-size: 1.25em;
  line-height: 1.5em;
}

h4, h5, h6 {
  color: #7ca5ba;
  font-family: "azo-sans-web", "Helvetica Neue", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  color: #707b7b;
  margin: 0 0 1.5em 0;
}

a {
  color: #7ca5ba;
  text-decoration: none;
}

a:hover {
  color: #4e5758;
}

hr {
  background: #7ca5ba;
  border: none;
  color: #7ca5ba;
  height: 1px;
  margin: 1em 0;
  width: 100%;
}

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

b, strong {
  font-weight: 500;
}

i, em {
  font-style: italic;
}

/* Override pasted-in styles in span tags */
span {
  color: inherit !important;
  font: inherit !important;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  width: 100%;
}

th, td {
  line-height: 1.5em;
  padding: 0.375em 1.5em 0.375em 0.5em;
  text-align: left;
  vertical-align: top;
}

th, .tableheader td {
  background: #7ca6ba !important;
  color: white;
  font-weight: 500;
}

td {
  background: #f6f6f6;
}

tr:nth-of-type(2n-1) td {
  background: #e1e8ed;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.page-wrapper,
.inner-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 90%;
}
.page-wrapper::after,
.inner-wrapper::after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .page-wrapper,
  .inner-wrapper {
    width: 92%;
  }
}

.content-link {
  display: inline-block;
  font-family: "azo-sans-web", "Helvetica Neue", sans-serif;
  font-size: 0.75em;
  letter-spacing: 0.07em;
  margin-left: 1em;
  text-transform: uppercase;
  position: relative;
}

.gmw-map {
  overflow: hidden;
}

.hero {
  width: 100%;
}
.hero img {
  width: 100%;
}

.lead-paragraph {
  font-size: 1.5em;
}
.lead-paragraph p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

.no_phone {
  display: inherit;
}
@media screen and (max-width: 880px) {
  .no_phone {
    display: none;
  }
}

.phone_only {
  display: none;
}
@media screen and (max-width: 880px) {
  .phone_only {
    display: inherit;
  }
}

.quote {
  background-color: #f6f6f6;
  font-family: "kepler-std", "Georgia", serif;
  font-style: italic;
  font-weight: 100;
  padding: 3em 0;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 880px) {
  .quote {
    padding: 1.5em 0;
  }
}
.quote p {
  font-size: 1.75em;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (max-width: 880px) {
  .quote p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 520px) {
  .quote p {
    font-size: 1.25em;
  }
}

img.thumbnail {
  height: auto;
  max-height: 200px;
  max-width: 200px;
  width: auto;
}

#page-header {
  background-color: white;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
#page-header .logo {
  background: transparent url('img/logo-header.png?1405105546') center center no-repeat;
  -moz-background-size: 350px 30px;
  -webkit-background-size: 350px 30px;
  background-size: 350px 30px;
  display: inline-block;
  height: 75px;
  overflow: hidden;
  text-indent: -9999px;
  width: 350px;
}
@media screen and (max-width: 880px) {
  #page-header .logo {
    height: 60px;
  }
}
@media screen and (max-width: 520px) {
  #page-header .logo {
    -moz-background-size: 210px 18px;
    -webkit-background-size: 210px 18px;
    background-size: 210px 18px;
    height: 44px;
    margin-left: -2px;
    width: 210px;
  }
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #page-header .logo {
    background-image: url('img/logo-header_x2.png?1405105565');
  }
}

.admin-bar #page-header {
  top: 32px;
}
@media screen and (max-width: 880px) {
  .admin-bar #page-header {
    top: 47px;
  }
}

#page-header .nav {
  display: inline-block;
  float: right;
  height: 75px;
  margin-left: 0;
  position: relative;
  text-align: right;
  vertical-align: bottom;
  z-index: 3;
}
#page-header .nav a {
  color: #707b7b;
}
@media screen and (max-width: 880px) {
  #page-header .nav {
    height: 60px;
  }
}
@media screen and (max-width: 520px) {
  #page-header .nav {
    height: 45px;
    margin-left: 0;
  }
}
#page-header .menu-primary-navigation-container {
  display: inline-block;
  width: auto;
}
#page-header .menu-primary-navigation-container * {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#page-header .menu-primary-navigation-container > ul {
  display: inline-block;
  font-size: 1.167em;
  margin-top: 20px;
  text-align: left;
  width: auto;
}
@media screen and (max-width: 880px) {
  #page-header .menu-primary-navigation-container > ul {
    background-color: white;
    -moz-box-shadow: -2px 6px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -2px 6px 8px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 6px 8px rgba(0, 0, 0, 0.1);
    display: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 240px;
    z-index: 9;
  }
}
#page-header .menu-primary-navigation-container > ul > li {
  display: inline-block;
  line-height: 35px;
  margin-left: 1em;
  padding-bottom: 1.1em;
  position: relative;
  vertical-align: top;
  /*
  &:last-of-type>ul {
  	right: -1em; left: auto;
  }
  */
}
@media screen and (max-width: 1100px) {
  #page-header .menu-primary-navigation-container > ul > li {
    margin-left: 0.7em !important;
    padding-bottom: 1.25em;
  }
}
@media screen and (max-width: 950px) {
  #page-header .menu-primary-navigation-container > ul > li {
    padding-bottom: 1.4em;
  }
}
@media screen and (max-width: 880px) {
  #page-header .menu-primary-navigation-container > ul > li {
    display: block;
    line-height: 1.5em;
  }
}
#page-header .menu-primary-navigation-container > ul > li:first-child {
  margin-left: 0;
}
#page-header .menu-primary-navigation-container > ul > li > ul {
  background-color: white;
  -moz-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 85%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: -1em;
  margin-top: -1px;
  /* Fixes a gap in Safari but bumps all other browsers up */
  width: 240px;
}
#page-header .menu-primary-navigation-container > ul > li > ul li {
  display: block;
  line-height: 1.4em;
  width: 100%;
}
#page-header .menu-primary-navigation-container > ul > li > ul a {
  display: block;
  padding: 0.4em 1em;
}
#page-header .menu-primary-navigation-container > ul > li > ul a:hover {
  background: rgba(0, 0, 0, 0.05);
}
#page-header .menu-primary-navigation-container > ul > li > a {
  border-bottom: 1px solid white;
}
@media screen and (max-width: 880px) {
  #page-header .menu-primary-navigation-container > ul > li > a {
    border-bottom: none;
  }
}
#page-header .menu-primary-navigation-container > ul > li:hover > a {
  border-color: #707b7b;
}
#page-header .menu-primary-navigation-container > ul > li:hover > ul {
  display: block;
}
@media screen and (max-width: 880px) {
  #page-header .menu-primary-navigation-container > ul > li:hover > ul {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  #page-header .menu-primary-navigation-container > ul > li.open > ul {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 85%;
    position: relative;
    top: 0;
    left: 0;
    min-width: 0;
  }
  #page-header .menu-primary-navigation-container > ul > li.open li {
    display: block;
    line-height: 1.4em;
    width: 100%;
  }
  #page-header .menu-primary-navigation-container > ul > li.open ul a {
    display: block;
    margin-right: 3.5em;
    padding: 0.75em 0 0.25 1em;
  }
}
#page-header .menu-primary-navigation-container > ul > li > a {
  display: block;
  line-height: 35px;
}
@media screen and (max-width: 880px) {
  #page-header .menu-primary-navigation-container > ul > li > a {
    line-height: 1.25em;
    padding-top: 0.75em;
  }
}
#page-header .menu-primary-navigation-container > ul > li > ul {
  display: none;
}
@media screen and (max-width: 880px) {
  #page-header .menu-primary-navigation-container.open > ul {
    display: block;
    z-index: 1;
  }
}
#page-header .menu-primary-navigation-container.open .close {
  display: none;
}
@media screen and (max-width: 880px) {
  #page-header .menu-primary-navigation-container.open .close {
    /*background: rgb(255,255,255) image-url('close.png') center center no-repeat;
    @include background-size(22px, 22px);
    @include box-shadow(-6px 2px 8px rgba(0,0,0,0.1));
    cursor: pointer;*/
    display: none;
    /*height: 36px;
    padding: 0;
    position: relative; top: 0; left: -218px;
    vertical-align: middle;
    width: 36px;
    z-index: 2;
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
    		background-image: image-url('close_x2.png');
    }*/
  }
}
#page-header .menu-primary-navigation-container.open .subnav-toggle {
  display: none;
}
@media screen and (max-width: 880px) {
  #page-header .menu-primary-navigation-container.open .subnav-toggle {
    background: transparent url('img/caret_down.png?1405622541') center 10px no-repeat;
    -moz-background-size: 22px 22px;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-left: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
  }
}
@media only screen and (max-width: 880px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 880px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 880px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 880px) and (min-devicepixel-ratio: 1.5), only screen and (max-width: 880px) and (min-resolution: 1.5dppx) {
  #page-header .menu-primary-navigation-container.open .subnav-toggle {
    background-image: url('img/caret_down_x2.png?1405622542');
  }
}
#page-header .menu-primary-navigation-container.open > ul > li > a {
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
}
#page-header .menu-primary-navigation-container.open > ul > li.open > a {
  border-bottom: 1px solid #707b7b;
}
@media screen and (max-width: 880px) {
  #page-header .menu-primary-navigation-container.open li.open > .subnav-toggle {
    background-image: url('img/caret_up.png?1405622541');
  }
}
@media only screen and (max-width: 880px) and (-moz-min-device-pixel-ratio: 1.5), only screen and (max-width: 880px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (max-width: 880px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 880px) and (min-devicepixel-ratio: 1.5), only screen and (max-width: 880px) and (min-resolution: 1.5dppx) {
  #page-header .menu-primary-navigation-container.open li.open > .subnav-toggle {
    background-image: url('img/caret_up_x2.png?1405622542');
  }
}
#page-header .menu-toggle {
  display: none;
}
@media screen and (max-width: 880px) {
  #page-header .menu-toggle {
    background: transparent url('img/menu-toggle.png?1406050325') center center no-repeat;
    -moz-background-size: 22px 22px;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
    cursor: pointer;
    display: inline-block;
    height: 60px;
    margin-right: -11px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 44px;
    text-indent: 999px;
    width: 44px;
  }
}
@media screen and (max-width: 520px) {
  #page-header .menu-toggle {
    height: 45px;
    right: 32px;
    width: 36px;
  }
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #page-header .menu-toggle {
    background-image: url('img/menu-toggle_x2.png?1406050325');
  }
}
#page-header .search {
  background: transparent;
  display: inline-block;
  height: 75px;
  margin-left: 2em;
  margin-right: -11px;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
  width: 44px;
}
@media screen and (max-width: 1100px) {
  #page-header .search {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 880px) {
  #page-header .search {
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 520px) {
  #page-header .search {
    margin-left: 0;
    margin-right: -10px;
    height: 45px;
    width: 32px;
  }
}
#page-header .search .search_toggle {
  background: transparent url('img/search-icon.png?1405105534') center center no-repeat;
  cursor: pointer;
  -moz-background-size: 22px 22px;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
}
@media screen and (max-width: 880px) {
  #page-header .search .search_toggle {
    height: 60px;
  }
}
@media screen and (max-width: 520px) {
  #page-header .search .search_toggle {
    height: 45px;
    width: 32px;
  }
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #page-header .search .search_toggle {
    background-image: url('img/search-icon_x2.png?1405105545');
  }
}
#page-header .search form {
  display: none;
}
#page-header .search form input[type=text] {
  background: #f2f2f2;
  border: 1px solid #bdc6c2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-family: "azo-sans-web", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  margin-right: 0.5em;
  padding: 4px 8px;
  -webkit-appearance: none;
}
#page-header .search form input[type=text]:focus {
  background: white;
  border-color: #707b7b;
  outline: none;
}
#page-header .search form input[type=submit] {
  background: transparent url('img/search-icon.png?1405105534') center center no-repeat;
  -moz-background-size: 22px 22px;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
  border: none;
  cursor: pointer;
  display: inline-block;
  height: 75px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -999px;
  width: 44px;
}
@media screen and (max-width: 880px) {
  #page-header .search form input[type=submit] {
    height: 60px;
  }
}
@media screen and (max-width: 520px) {
  #page-header .search form input[type=submit] {
    height: 45px;
    width: 32px;
  }
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #page-header .search form input[type=submit] {
    background-image: url('img/search-icon_x2.png?1405105545');
  }
}
#page-header .search form input[type=submit]:focus {
  outline: none;
}
#page-header .search.open form {
  background: white;
  display: block;
  height: 75px;
  line-height: 75px;
  margin: 0;
  padding: 0 0 0 1em;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 880px) {
  #page-header .search.open form {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 520px) {
  #page-header .search.open form {
    height: 45px;
    line-height: 45px;
  }
}
#page-header .search .close {
  background: transparent url('img/close.png?1405106002') center center no-repeat;
  -moz-background-size: 22px 22px;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  width: 22px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #page-header .search .close {
    background-image: url('img/close_x2.png?1405106003');
  }
}

#wrapper {
  padding-top: 75px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  #wrapper {
    padding-top: 60px;
  }
}
@media screen and (max-width: 520px) {
  #wrapper {
    padding-top: 45px;
  }
}

#page {
  min-height: 400px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.page-content {
  display: inline-block;
  float: left;
  line-height: 1.5em;
  overflow: hidden;
  padding: 2em 0;
  width: 68.57%;
}
@media screen and (max-width: 880px) {
  .page-content {
    width: 58.57%;
  }
}
@media screen and (max-width: 520px) {
  .page-content {
    width: 100%;
  }
}
.page-content p {
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}
.page-content ul, .page-content ol {
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  padding-left: 2.4em;
}
.page-content ul {
  list-style-type: disc;
}
.page-content ol {
  list-style-type: decimal;
}
.page-content li {
  margin-bottom: 0.75em;
}

.sidebar {
  float: right;
  margin-top: 2em;
  padding: 2em 1em 1em 1em;
  width: 26.53%;
}
.sidebar::after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .sidebar {
    width: 36.53%;
  }
}
@media screen and (max-width: 520px) {
  .sidebar {
    clear: both;
    float: none;
    padding: 1em 0;
    width: 100%;
  }
}
.sidebar .widget {
  border-bottom: 1px solid #f2f2f2;
  letter-spacing: 0.03em;
  line-height: 1.5em;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.sidebar .widget:last-of-type {
  border-bottom: none;
}

#footer {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#colophon {
  background: #4e5758 url('img/color_bands.png?1405715872') right top no-repeat;
  -moz-background-size: 380px 15px;
  -webkit-background-size: 380px 15px;
  background-size: 380px 15px;
  clear: both;
  margin-top: 2em;
  padding: 3em 0;
  width: 100%;
}
#colophon::after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
@media screen and (max-width: 880px) {
  #colophon {
    -moz-background-size: 228px 9px;
    -webkit-background-size: 228px 9px;
    background-size: 228px 9px;
  }
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #colophon {
    background-image: url('img/color_bands_x2.png?1405715879');
  }
}
#colophon a {
  color: #bdc6c2;
}
#colophon a:hover {
  color: white;
}
#colophon .logo {
  background: url('img/logo-footer.png?1405105543') center center no-repeat;
  -moz-background-size: 142px 32px;
  -webkit-background-size: 142px 32px;
  background-size: 142px 32px;
  display: block;
  height: 32px;
  margin-bottom: 1em;
  position: relative;
  text-indent: -9999px;
  width: 142px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  #colophon .logo {
    background-image: url('img/logo-footer_x2.png?1405105601');
  }
}

.contact {
  color: #bdc6c2;
  float: left;
  font-size: 0.8125em;
  line-height: 1.5em;
}

.address li {
  display: inline-block;
}
.address li:before {
  content: '\00a0|\00a0\00a0';
}
.address li:first-of-type:before {
  content: none;
}
@media screen and (max-width: 1100px) {
  .address li {
    display: block;
  }
  .address li:before {
    content: none;
  }
}
.address p {
  color: #bdc6c2;
}

.footer_links {
  display: inline-block;
  float: right;
  font-size: 0.8125em;
  height: 60px;
  line-height: 1.5em;
  width: 40%;
  position: relative;
  text-align: right;
  vertical-align: bottom;
}
@media screen and (max-width: 880px) {
  .footer_links {
    width: 60%;
  }
}
.footer_links aside {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
}
.footer_links ul {
  list-style: none;
}
.footer_links li {
  display: inline-block;
  margin-left: 1em;
}
.footer_links li:first-child {
  margin-left: 0;
}

.slideshow-container {
  font-size: 1em;
  position: relative;
}

.slideshow {
  background: #f6f6f6;
  height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .slideshow {
    height: 345px;
  }
}
@media screen and (max-width: 950px) {
  .slideshow {
    height: 300px;
  }
}
@media screen and (max-width: 880px) {
  .slideshow {
    height: 275px;
  }
}
@media screen and (max-width: 520px) {
  .slideshow {
    height: 165px;
  }
}
.slideshow li {
  bottom: 0;
  left: 0;
  max-width: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
}
.slideshow li.active, .slideshow .no-js .slideshow-nav li:hover, .no-js .slideshow-nav .slideshow li:hover {
  z-index: 2;
}
.slideshow img {
  bottom: -50%;
  display: block;
  -moz-transition: opacity 300ms ease-in;
  -ms-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  left: -100%;
  margin: auto;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: -100%;
  top: -50%;
  width: 100%;
}
.slideshow img.active {
  -moz-transition: opacity 300ms ease-in;
  -ms-transition: opacity 300ms ease-in;
  -o-transition: opacity 300ms ease-in;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  opacity: 1;
}

.no-js .slideshow li:first-child img {
  display: block;
}

.slideshow-nav {
  height: 12em;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 880px) {
  .slideshow-nav {
    height: auto;
  }
}
.slideshow-nav li {
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 880px) {
  .slideshow-nav li {
    display: none;
    width: 100%;
  }
}
.slideshow-nav li article {
  bottom: 0;
}
.slideshow-nav li.active article, .no-js .slideshow-nav li:hover article {
  position: absolute;
}
@media screen and (max-width: 880px) {
  .slideshow-nav li.active article, .no-js .slideshow-nav li:hover article {
    padding: 1em 4%;
    position: relative;
  }
}
.slideshow-nav li.active .content, .no-js .slideshow-nav li:hover .content {
  overflow: hidden;
  -moz-transition: height 400ms ease-in-out;
  -ms-transition: height 400ms ease-in-out;
  -o-transition: height 400ms ease-in-out;
  -webkit-transition: height 400ms ease-in-out;
  transition: height 400ms ease-in-out;
}
.slideshow-nav h1 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  text-transform: lowercase;
  white-space: nowrap;
}
.slideshow-nav p {
  font-size: 0.8125em;
  letter-spacing: 0.03em;
  line-height: 1.6em;
}
.slideshow-nav article {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2em;
  position: relative;
}
.slideshow-nav .content {
  height: 3.8em;
  line-height: 1.3em;
  overflow: hidden;
  margin-bottom: 1em;
}
@media screen and (max-width: 880px) {
  .slideshow-nav .content {
    height: auto;
  }
}

.no-js .slideshow-nav li {
  height: 12em;
}
.no-js .slideshow-nav li:hover .content {
  max-height: none;
}
.no-js .slideshow-nav .content {
  height: auto;
  max-height: 3em;
}

#tribe-events-pg-template {
  padding: 2em 0;
}

.tribe-events-notices {
  background-color: #f6f6f6;
  border: none;
  color: #4e5758;
  text-shadow: none;
}

.tribe-events-list-widget {
  font-size: 1em;
  /*h2 {
    font-family: $serif;
    font-size: 1.25em;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
    text-transform: uppercase;
  }*/
}
.tribe-events-list-widget li {
  margin: 0 !important;
}
.tribe-events-list-widget .entry-title {
  display: inline-block;
  line-height: 1.25em;
  margin-bottom: 0.25em;
  padding: 0.1em 0;
}
@media screen and (max-width: 520px) {
  .tribe-events-list-widget .entry-title {
    max-width: 100% !important;
  }
}
.tribe-events-list-widget .duration {
  background: #7ca5ba;
  color: white;
  font-weight: 500;
  margin-right: 1em;
  margin-bottom: 0.25em;
  padding: 0.3em 1em;
  -moz-transform: skew(-25deg);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
@media screen and (max-width: 520px) {
  .tribe-events-list-widget .duration {
    max-width: 100% !important;
  }
}
.tribe-events-list-widget .duration span {
  display: inline-block;
  -moz-transform: skew(25deg);
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.tribe-events-list-widget .event-description {
  clear: both;
  display: block;
  font-size: 0.8em;
  letter-spacing: 0.03em;
  line-height: 1.6em;
  margin: 0.5em 0 0 0;
}

.tribe-events-meta-group {
  margin-bottom: 1.5em !important;
}

.dtstart, .dtend,
.tribe-events-venue-details, .tribe-events-list-separator-month,
.tribe-events-button, .tribe-events-event-cost,
.tribe-events-calendar *, .tribe-events-event-meta *,
#tribe-events-bar *, #tribe-events-bar input {
  font-family: "azo-sans-web", "Helvetica Neue", sans-serif;
  font-weight: inherit !important;
}

.page-template-default .page-content, .page-template-templatesstaff-page-php .page-content, .page-template-availability-php .page-content {
  width: 68.57%;
}
@media screen and (max-width: 880px) {
  .page-template-default .page-content, .page-template-templatesstaff-page-php .page-content, .page-template-availability-php .page-content {
    width: 58.57%;
  }
}
@media screen and (max-width: 520px) {
  .page-template-default .page-content, .page-template-templatesstaff-page-php .page-content, .page-template-availability-php .page-content {
    width: 100%;
  }
}
.page-template-default .entry-content.columns, .page-template-templatesstaff-page-php .entry-content.columns, .page-template-availability-php .entry-content.columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media screen and (max-width: 950px) {
  .page-template-default .entry-content.columns, .page-template-templatesstaff-page-php .entry-content.columns, .page-template-availability-php .entry-content.columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.page-template-default .entry-header h1, .page-template-templatesstaff-page-php .entry-header h1, .page-template-availability-php .entry-header h1 {
  font-size: 2.5em;
  margin-bottom: 1em;
}
.page-template-default .photo_and_stats, .page-template-templatesstaff-page-php .photo_and_stats, .page-template-availability-php .photo_and_stats {
  clear: both;
  margin: 1.5em 0;
  vertical-align: bottom;
}
.page-template-default .photo_and_stats .photo, .page-template-templatesstaff-page-php .photo_and_stats .photo, .page-template-availability-php .photo_and_stats .photo {
  /*display: inline-block;
  margin: 0 5% 0 0;
  width: 45%;
  @media screen and (max-width: $width-tablet-small) {*/
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
  /*}*/
}
.page-template-default .photo_and_stats .stats, .page-template-templatesstaff-page-php .photo_and_stats .stats, .page-template-availability-php .photo_and_stats .stats {
  /*display: inline-block;*/
  font-size: 90%;
  line-height: 1.5em;
  /*vertical-align: bottom;
  width: 45%;
  @media screen and (max-width: $width-tablet-small) {*/
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
  /*}*/
}
.page-template-default .sidebar, .page-template-templatesstaff-page-php .sidebar, .page-template-availability-php .sidebar {
  margin-top: 2em;
  padding-top: 2em;
}
@media screen and (max-width: 520px) {
  .page-template-default .sidebar, .page-template-templatesstaff-page-php .sidebar, .page-template-availability-php .sidebar {
    margin-top: 0;
    padding-top: 0;
  }
}
.page-template-default .sidebar .widget_black_studio_tinymce, .page-template-default .sidebar .simple-section-nav, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce, .page-template-templatesstaff-page-php .sidebar .simple-section-nav, .page-template-availability-php .sidebar .widget_black_studio_tinymce, .page-template-availability-php .sidebar .simple-section-nav {
  border-bottom: none;
  padding: 0;
}
.page-template-default .sidebar .widget_black_studio_tinymce .widgettitle, .page-template-default .sidebar .simple-section-nav .widgettitle, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce .widgettitle, .page-template-templatesstaff-page-php .sidebar .simple-section-nav .widgettitle, .page-template-availability-php .sidebar .widget_black_studio_tinymce .widgettitle, .page-template-availability-php .sidebar .simple-section-nav .widgettitle {
  background: #7ca6ba;
  color: white;
  margin: 0;
  padding: 0.5em 15px;
}
.page-template-default .sidebar .widget_black_studio_tinymce .textwidget, .page-template-default .sidebar .widget_black_studio_tinymce > ul, .page-template-default .sidebar .simple-section-nav .textwidget, .page-template-default .sidebar .simple-section-nav > ul, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce .textwidget, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce > ul, .page-template-templatesstaff-page-php .sidebar .simple-section-nav .textwidget, .page-template-templatesstaff-page-php .sidebar .simple-section-nav > ul, .page-template-availability-php .sidebar .widget_black_studio_tinymce .textwidget, .page-template-availability-php .sidebar .widget_black_studio_tinymce > ul, .page-template-availability-php .sidebar .simple-section-nav .textwidget, .page-template-availability-php .sidebar .simple-section-nav > ul {
  background: #e1e8ed;
  font-size: 0.9em;
  margin: 0;
  padding: 1em 15px;
}
.page-template-default .sidebar .widget_black_studio_tinymce .textwidget a, .page-template-default .sidebar .widget_black_studio_tinymce > ul a, .page-template-default .sidebar .simple-section-nav .textwidget a, .page-template-default .sidebar .simple-section-nav > ul a, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce .textwidget a, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce > ul a, .page-template-templatesstaff-page-php .sidebar .simple-section-nav .textwidget a, .page-template-templatesstaff-page-php .sidebar .simple-section-nav > ul a, .page-template-availability-php .sidebar .widget_black_studio_tinymce .textwidget a, .page-template-availability-php .sidebar .widget_black_studio_tinymce > ul a, .page-template-availability-php .sidebar .simple-section-nav .textwidget a, .page-template-availability-php .sidebar .simple-section-nav > ul a {
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-default .sidebar .widget_black_studio_tinymce .textwidget a:before, .page-template-default .sidebar .widget_black_studio_tinymce > ul a:before, .page-template-default .sidebar .simple-section-nav .textwidget a:before, .page-template-default .sidebar .simple-section-nav > ul a:before, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce .textwidget a:before, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce > ul a:before, .page-template-templatesstaff-page-php .sidebar .simple-section-nav .textwidget a:before, .page-template-templatesstaff-page-php .sidebar .simple-section-nav > ul a:before, .page-template-availability-php .sidebar .widget_black_studio_tinymce .textwidget a:before, .page-template-availability-php .sidebar .widget_black_studio_tinymce > ul a:before, .page-template-availability-php .sidebar .simple-section-nav .textwidget a:before, .page-template-availability-php .sidebar .simple-section-nav > ul a:before {
  content: '\00bb\00a0';
}
.page-template-default .sidebar .widget_black_studio_tinymce .textwidget p:last-of-type, .page-template-default .sidebar .widget_black_studio_tinymce > ul p:last-of-type, .page-template-default .sidebar .simple-section-nav .textwidget p:last-of-type, .page-template-default .sidebar .simple-section-nav > ul p:last-of-type, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce .textwidget p:last-of-type, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce > ul p:last-of-type, .page-template-templatesstaff-page-php .sidebar .simple-section-nav .textwidget p:last-of-type, .page-template-templatesstaff-page-php .sidebar .simple-section-nav > ul p:last-of-type, .page-template-availability-php .sidebar .widget_black_studio_tinymce .textwidget p:last-of-type, .page-template-availability-php .sidebar .widget_black_studio_tinymce > ul p:last-of-type, .page-template-availability-php .sidebar .simple-section-nav .textwidget p:last-of-type, .page-template-availability-php .sidebar .simple-section-nav > ul p:last-of-type {
  margin-bottom: 0;
}
.page-template-default .sidebar .widget_black_studio_tinymce.amr_widget .widgettitle,
.page-template-default .sidebar .widget_black_studio_tinymce.amr_widget .textwidget, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce.amr_widget .widgettitle,
.page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce.amr_widget .textwidget, .page-template-availability-php .sidebar .widget_black_studio_tinymce.amr_widget .widgettitle,
.page-template-availability-php .sidebar .widget_black_studio_tinymce.amr_widget .textwidget {
  background: transparent !important;
  padding: 0 !important;
}
.page-template-default .sidebar .google-maps-widget, .page-template-templatesstaff-page-php .sidebar .google-maps-widget, .page-template-availability-php .sidebar .google-maps-widget {
  border-bottom: none;
  padding-bottom: 0;
}

.page-template-default .page-content, .page-template-templatesstaff-page-php .page-content, .page-template-availability-php .page-content {
  width: 68.57%;
}
@media screen and (max-width: 880px) {
  .page-template-default .page-content, .page-template-templatesstaff-page-php .page-content, .page-template-availability-php .page-content {
    width: 58.57%;
  }
}
@media screen and (max-width: 520px) {
  .page-template-default .page-content, .page-template-templatesstaff-page-php .page-content, .page-template-availability-php .page-content {
    width: 100%;
  }
}
.page-template-default .entry-content.columns, .page-template-templatesstaff-page-php .entry-content.columns, .page-template-availability-php .entry-content.columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}
@media screen and (max-width: 950px) {
  .page-template-default .entry-content.columns, .page-template-templatesstaff-page-php .entry-content.columns, .page-template-availability-php .entry-content.columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.page-template-default .entry-header h1, .page-template-templatesstaff-page-php .entry-header h1, .page-template-availability-php .entry-header h1 {
  font-size: 2.5em;
  margin-bottom: 1em;
}
.page-template-default .photo_and_stats, .page-template-templatesstaff-page-php .photo_and_stats, .page-template-availability-php .photo_and_stats {
  clear: both;
  margin: 1.5em 0;
  vertical-align: bottom;
}
.page-template-default .photo_and_stats .photo, .page-template-templatesstaff-page-php .photo_and_stats .photo, .page-template-availability-php .photo_and_stats .photo {
  /*display: inline-block;
  margin: 0 5% 0 0;
  width: 45%;
  @media screen and (max-width: $width-tablet-small) {*/
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
  /*}*/
}
.page-template-default .photo_and_stats .stats, .page-template-templatesstaff-page-php .photo_and_stats .stats, .page-template-availability-php .photo_and_stats .stats {
  /*display: inline-block;*/
  font-size: 90%;
  line-height: 1.5em;
  /*vertical-align: bottom;
  width: 45%;
  @media screen and (max-width: $width-tablet-small) {*/
  display: block;
  margin: 0 0 1em 0;
  width: 100%;
  /*}*/
}
.page-template-default .sidebar, .page-template-templatesstaff-page-php .sidebar, .page-template-availability-php .sidebar {
  margin-top: 2em;
  padding-top: 2em;
}
@media screen and (max-width: 520px) {
  .page-template-default .sidebar, .page-template-templatesstaff-page-php .sidebar, .page-template-availability-php .sidebar {
    margin-top: 0;
    padding-top: 0;
  }
}
.page-template-default .sidebar .widget_black_studio_tinymce, .page-template-default .sidebar .simple-section-nav, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce, .page-template-templatesstaff-page-php .sidebar .simple-section-nav, .page-template-availability-php .sidebar .widget_black_studio_tinymce, .page-template-availability-php .sidebar .simple-section-nav {
  border-bottom: none;
  padding: 0;
}
.page-template-default .sidebar .widget_black_studio_tinymce .widgettitle, .page-template-default .sidebar .simple-section-nav .widgettitle, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce .widgettitle, .page-template-templatesstaff-page-php .sidebar .simple-section-nav .widgettitle, .page-template-availability-php .sidebar .widget_black_studio_tinymce .widgettitle, .page-template-availability-php .sidebar .simple-section-nav .widgettitle {
  background: #7ca6ba;
  color: white;
  margin: 0;
  padding: 0.5em 15px;
}
.page-template-default .sidebar .widget_black_studio_tinymce .textwidget, .page-template-default .sidebar .widget_black_studio_tinymce > ul, .page-template-default .sidebar .simple-section-nav .textwidget, .page-template-default .sidebar .simple-section-nav > ul, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce .textwidget, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce > ul, .page-template-templatesstaff-page-php .sidebar .simple-section-nav .textwidget, .page-template-templatesstaff-page-php .sidebar .simple-section-nav > ul, .page-template-availability-php .sidebar .widget_black_studio_tinymce .textwidget, .page-template-availability-php .sidebar .widget_black_studio_tinymce > ul, .page-template-availability-php .sidebar .simple-section-nav .textwidget, .page-template-availability-php .sidebar .simple-section-nav > ul {
  background: #e1e8ed;
  font-size: 0.9em;
  margin: 0;
  padding: 1em 15px;
}
.page-template-default .sidebar .widget_black_studio_tinymce .textwidget a, .page-template-default .sidebar .widget_black_studio_tinymce > ul a, .page-template-default .sidebar .simple-section-nav .textwidget a, .page-template-default .sidebar .simple-section-nav > ul a, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce .textwidget a, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce > ul a, .page-template-templatesstaff-page-php .sidebar .simple-section-nav .textwidget a, .page-template-templatesstaff-page-php .sidebar .simple-section-nav > ul a, .page-template-availability-php .sidebar .widget_black_studio_tinymce .textwidget a, .page-template-availability-php .sidebar .widget_black_studio_tinymce > ul a, .page-template-availability-php .sidebar .simple-section-nav .textwidget a, .page-template-availability-php .sidebar .simple-section-nav > ul a {
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-default .sidebar .widget_black_studio_tinymce .textwidget a:before, .page-template-default .sidebar .widget_black_studio_tinymce > ul a:before, .page-template-default .sidebar .simple-section-nav .textwidget a:before, .page-template-default .sidebar .simple-section-nav > ul a:before, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce .textwidget a:before, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce > ul a:before, .page-template-templatesstaff-page-php .sidebar .simple-section-nav .textwidget a:before, .page-template-templatesstaff-page-php .sidebar .simple-section-nav > ul a:before, .page-template-availability-php .sidebar .widget_black_studio_tinymce .textwidget a:before, .page-template-availability-php .sidebar .widget_black_studio_tinymce > ul a:before, .page-template-availability-php .sidebar .simple-section-nav .textwidget a:before, .page-template-availability-php .sidebar .simple-section-nav > ul a:before {
  content: '\00bb\00a0';
}
.page-template-default .sidebar .widget_black_studio_tinymce .textwidget p:last-of-type, .page-template-default .sidebar .widget_black_studio_tinymce > ul p:last-of-type, .page-template-default .sidebar .simple-section-nav .textwidget p:last-of-type, .page-template-default .sidebar .simple-section-nav > ul p:last-of-type, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce .textwidget p:last-of-type, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce > ul p:last-of-type, .page-template-templatesstaff-page-php .sidebar .simple-section-nav .textwidget p:last-of-type, .page-template-templatesstaff-page-php .sidebar .simple-section-nav > ul p:last-of-type, .page-template-availability-php .sidebar .widget_black_studio_tinymce .textwidget p:last-of-type, .page-template-availability-php .sidebar .widget_black_studio_tinymce > ul p:last-of-type, .page-template-availability-php .sidebar .simple-section-nav .textwidget p:last-of-type, .page-template-availability-php .sidebar .simple-section-nav > ul p:last-of-type {
  margin-bottom: 0;
}
.page-template-default .sidebar .widget_black_studio_tinymce.amr_widget .widgettitle,
.page-template-default .sidebar .widget_black_studio_tinymce.amr_widget .textwidget, .page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce.amr_widget .widgettitle,
.page-template-templatesstaff-page-php .sidebar .widget_black_studio_tinymce.amr_widget .textwidget, .page-template-availability-php .sidebar .widget_black_studio_tinymce.amr_widget .widgettitle,
.page-template-availability-php .sidebar .widget_black_studio_tinymce.amr_widget .textwidget {
  background: transparent !important;
  padding: 0 !important;
}
.page-template-default .sidebar .google-maps-widget, .page-template-templatesstaff-page-php .sidebar .google-maps-widget, .page-template-availability-php .sidebar .google-maps-widget {
  border-bottom: none;
  padding-bottom: 0;
}

.page-template-availability-php .availabilities td {
  white-space: nowrap;
  width: 25%;
}

.page-template-templatesfull-php .page-content {
  width: 100%;
}
.page-template-templatesfull-php .entry-header h1 {
  font-size: 2.5em;
  margin-bottom: 1em;
}

.page-template-templateshome-php .news {
  float: left;
  font-size: 1em;
  width: 46.9%;
  overflow: hidden;
}
@media screen and (max-width: 880px) {
  .page-template-templateshome-php .news {
    float: none;
    width: auto;
  }
}
.page-template-templateshome-php .news article {
  margin-top: 2.25em;
}
.page-template-templateshome-php .news article .entry-header {
  margin-bottom: 1em;
 /* h2 {
	font-family: $serif;
	font-size: 1.25em;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
	text-transform: uppercase;
  }*/
}
.page-template-templateshome-php .news article .post-image {
  float: left;
  margin: 0 1em 1em 0;
  max-width: 50%;
}
.page-template-templateshome-php .news article .post-content {
  font-family: "azo-sans-web", "Helvetica Neue", sans-serif;
  font-size: 0.8125em;
  letter-spacing: 0.03em;
  line-height: 1.6em;
}
.page-template-templateshome-php .news article .content-link {
  font-size: 1em;
}
.page-template-templateshome-php .sidebar {
  margin: 0;
  padding: 0;
  width: 45.9%;
}
@media screen and (max-width: 880px) {
  .page-template-templateshome-php .sidebar {
    float: none;
    width: auto;
  }
}
.page-template-templateshome-php .sidebar .widget {
  margin: 2.25em 0 0 0;
  padding: 0;
}
.page-template-templateshome-php .sidebar .tribe-events-list-widget .entry-title {
  max-width: 55%;
}
.page-template-templateshome-php .sidebar .tribe-events-list-widget .duration {
  float: left;
  max-width: 40%;
}

.page-template-templatesstaff-page-php .staff_list {
  list-style: none;
  padding: 0;
}
.page-template-templatesstaff-page-php .staff_list li {
  display: inline-block;
  margin: 0 5% 0 0;
  overflow: hidden;
  width: 47%;
}
@media screen and (max-width: 1100px) {
  .page-template-templatesstaff-page-php .staff_list li {
    margin: 0;
    width: 100%;
  }
}
.page-template-templatesstaff-page-php .staff_list li:nth-of-type(2n) {
  margin-right: 0;
}
.page-template-templatesstaff-page-php .staff_list li .staff_photo {
  display: inline-block;
  margin-right: 2%;
  width: 25%;
}
.page-template-templatesstaff-page-php .staff_list li .staff_info {
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.5em;
  width: 70%;
}

.page-template-templatestoggle-set-php {
  	/*
    .page-content {
      width: 100%;
    }
    	*/
}
.page-template-templatestoggle-set-php .page-content {
  width: 68.57%;
}
@media screen and (max-width: 880px) {
  .page-template-templatestoggle-set-php .page-content {
    width: 58.57%;
  }
}
@media screen and (max-width: 520px) {
  .page-template-templatestoggle-set-php .page-content {
    width: 100%;
  }
}
.page-template-templatestoggle-set-php .entry-header h1 {
  font-size: 2.5em;
  margin-bottom: 1em;
}
.page-template-templatestoggle-set-php .toggle_group_header, .page-template-templatestoggle-set-php .toggle_group {
  clear: both;
}
.page-template-templatestoggle-set-php .toggle_group {
  list-style: none;
  margin: 1.5em 0;
  padding-left: 0;
}
.page-template-templatestoggle-set-php .toggle_group > li {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0.2em 0;
}
.page-template-templatestoggle-set-php .toggle_item_header {
  border-left: 10px solid #f2f2f2;
  cursor: pointer;
  margin: 0;
  padding: 0.4em 24px;
}
.page-template-templatestoggle-set-php .open .toggle_item_header {
  background: #f2f2f2;
}
.page-template-templatestoggle-set-php .toggle_item_header:hover {
  background: #f2f2f2;
  color: #707b7b;
}
.page-template-templatestoggle-set-php .toggle_item_header.alt_color {
  color: white !important;
}
.page-template-templatestoggle-set-php .toggle_item_content {
  display: none;
  margin: 0;
  opacity: 0;
  padding: 1em 24px;
}
.page-template-templatestoggle-set-php .sidebar {
  margin-top: 2em;
  padding-top: 2em;
}
@media screen and (max-width: 520px) {
  .page-template-templatestoggle-set-php .sidebar {
    margin-top: 0;
    padding-top: 0;
  }
}
.page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce, .page-template-templatestoggle-set-php .sidebar .simple-section-nav {
  border-bottom: none;
  padding: 0;
}
.page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce .widgettitle, .page-template-templatestoggle-set-php .sidebar .simple-section-nav .widgettitle {
  background: #7ca6ba;
  color: white;
  margin: 0;
  padding: 0.5em 15px;
}
.page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce .textwidget, .page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce > ul, .page-template-templatestoggle-set-php .sidebar .simple-section-nav .textwidget, .page-template-templatestoggle-set-php .sidebar .simple-section-nav > ul {
  background: #e1e8ed;
  font-size: 0.9em;
  margin: 0;
  padding: 1em 15px;
}
.page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce .textwidget a, .page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce > ul a, .page-template-templatestoggle-set-php .sidebar .simple-section-nav .textwidget a, .page-template-templatestoggle-set-php .sidebar .simple-section-nav > ul a {
  font-size: 0.8em;
  font-weight: 500;
  text-transform: uppercase;
}
.page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce .textwidget a:before, .page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce > ul a:before, .page-template-templatestoggle-set-php .sidebar .simple-section-nav .textwidget a:before, .page-template-templatestoggle-set-php .sidebar .simple-section-nav > ul a:before {
  content: '\00bb\00a0';
}
.page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce .textwidget p:last-of-type, .page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce > ul p:last-of-type, .page-template-templatestoggle-set-php .sidebar .simple-section-nav .textwidget p:last-of-type, .page-template-templatestoggle-set-php .sidebar .simple-section-nav > ul p:last-of-type {
  margin-bottom: 0;
}
.page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce.amr_widget .widgettitle,
.page-template-templatestoggle-set-php .sidebar .widget_black_studio_tinymce.amr_widget .textwidget {
  background: transparent !important;
  padding: 0 !important;
}
.page-template-templatestoggle-set-php .sidebar .google-maps-widget {
  border-bottom: none;
  padding-bottom: 0;
}

body.blog .page-content, body.single-post .page-content {
  margin-top: 2.5em;
}
body.blog .page-content > h1, body.blog .page-content .entry-header h1, body.single-post .page-content > h1, body.single-post .page-content .entry-header h1 {
  margin-bottom: 1em;
}
