
body {
  font-family: helvetica, arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
}

body.is-mobile-nav {
  overflow: hidden;
}

strong {
  font-weight: 700;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

img.vertmiddle {
  vertical-align: middle;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a {
  text-decoration: underline;
  color: #000;
}

a:hover {
  text-decoration: none;
}

#wrapper {
  width: 100%;
  position: relative;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.fl-rich-text p,
.inner p {
  padding-bottom: 1em;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: space-around;
}

.hamburger {
  display: none;
  background-image: url(../images/hamburger.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  width: 40px;
  height: 45px;
  cursor: pointer;
}

.hamburger-close {
  text-align: right !important;
  padding-right: 1em;
  display: block;
  color: #fff;
  padding-top: 0.8em;
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav .menu_header_holder {
  position: relative;
  display: none;
  top: 0;
  right: 0;
}

.media_detector {
  width: 3000px;
  height:0;
  display: none;
}

.load-posts-destination {
}


.load-posts-spinner,
.load-posts-trigger-holder {
  text-align: center;
  margin: 2em 0;
  line-height: 1;
  height: 1.5em;
}

.load-posts-spinner {
  display: none;
}

.video-center,
.video-house {
  margin: 1em 0;
  text-align: center;
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-center iframe,
.video-house iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-nav-header {
  display: none;
}

img.circle {
  border-radius: 50%;
  border: 2px #fff solid;
}

.page-highlight {
  padding: 2.25em 1em;
  text-align: center;
  font-size: 1.75em;
  margin: 0 auto;
  background-color: #efefef;
}

.page-highlight a,
.page-highlight strong {
  color: #D2A9A8;
  font-weight: 900;
}

.page-highlight a {
  text-decoration: underline;
}

.default-page .entry {
  text-align: left;
}