/* RESET THEME */
.node-type-standalone-page #page {
  border: none;
  max-width: 100%;
  font-size: 18px;
  color: #666;
}

.node-type-standalone-page #main {
  background: none;
  padding: 0;
  padding-top: 0 !important;
}

.node-type-standalone-page #content {
  width: 100%;
}

.node-type-standalone-page article,
.node-type-standalone-page .field-collection-container .field-items .field-item,
.node-type-standalone-page .field-collection-view,
.node-type-standalone-page .field-collection-container {
  border: none;
  margin: 0;
  padding: 0;
}

/* layout */
.node-type-standalone-page .field-collection-view .entity-field-collection-item {
  padding: 4% 0;
}

.node-type-standalone-page .field-collection-view .entity-field-collection-item.has-bg-image {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.node-type-standalone-page .field-collection-view .content {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}


/* font styles */

.node-type-standalone-page .has-bg-color,
.node-type-standalone-page .has-bg-image {
  color: #FFF;
}

.node-type-standalone-page h1, 
.node-type-standalone-page h2, 
.node-type-standalone-page h3, 
.node-type-standalone-page h4, 
.node-type-standalone-page h5, 
.node-type-standalone-page h6 {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  color: #666;
  font-weight: 500;
  line-height: 1em;
}

.node-type-standalone-page h1 {
  font-size: 56px;
  line-height: 1.3em;
  color: #FFF;
}

.node-type-standalone-page h2 {
  font-size: 26px;
  line-height: 1.2em;
  color: #262e32;
}

.node-type-standalone-page h2.h1 {
  font-size: 56px;
  font-weight: 300;
}

.node-type-standalone-page h2.large {
  font-size: 36px;
}

.node-type-standalone-page h3 {
  font-size: 24px;
  line-height: 1.2em;
  color: #262e32;
}

.node-type-standalone-page .has-bg-image h2,
.node-type-standalone-page .has-bg-image h3,
.node-type-standalone-page .has-bg-color h2,
.node-type-standalone-page .has-bg-color h3 {
  color: #FFF;
}


.node-type-standalone-page #content p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  line-height: 1.2em;
}

.node-type-standalone-page p.small {
  font-size: 14px;
}

.node-type-standalone-page p.promo {
  font-size: 21px;
  line-height: 30px;
}

.node-type-standalone-page a.btn {
  display: inline-block;
  color: #FFF;
  background: #d3a159;
  border: 8px solid #d3a159;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7em;
  margin-top: 34px;
  padding: .3em 1em;
  text-decoration: none;
}

.node-type-standalone-page .tan a,
.node-type-standalone-page .tan a:link,
.node-type-standalone-page .tan {
  color: #c4b397 !important;
}
.node-type-standalone-page .red a,
.node-type-standalone-page .red a:link,
.node-type-standalone-page .red {
  color: #96451d !important;
}
.node-type-standalone-page .light-grey a,
.node-type-standalone-page .light-grey a:link,
.node-type-standalone-page .light-grey {
  color: #5b666d !important;
}
.node-type-standalone-page .light-brown a,
.node-type-standalone-page .light-brown a:link,
.node-type-standalone-page .light-brown {
  color: #d3a159 !important;
}

.node-type-standalone-page iframe#ifITContent {
  height: 470px;
}
