/********************************************************************************************* 

x. Variables

*********************************************************************************************/
/********************************************************************************************* 

x. Mixins

*********************************************************************************************/
/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

/********************************************************************************************* 

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
::selection {
  background: #fff;
}

::-moz-selection {
  background: #fff;
}

html, body {
  font: 400 12px "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  width: auto;
  height: auto;
  background: #fff;
}

a {
  color: #8A2003;
  text-decoration: none;
}

a:hover {
  color: #000;
}

a img {
  border: none;
}

.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.clear.hidden {
  overflow: hidden;
}

.clear.visible {
  overflow: visible;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.text-center {
  text-align: center;
}

.grid, .team-grid {
  list-style: none;
  overflow: hidden;
}

h1, h2 {
  margin: 0 0 20px 0;
}

h1 .label {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  display: block;
}

h1 .line {
  width: 50%;
}

h1.line-bottom .line {
  margin: 30px 0 0 0;
}

h1.line-top .line {
  margin: 0 0 30px 0;
}

h2 .label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
}

h2.line-bottom .line {
  margin: 20px 0 0 0;
}

h2.line-top .line {
  margin: 0 0 20px 0;
}

h3 {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 18px;
  text-transform: uppercase;
}

img.black-white {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#grayscale");
}

.image img {
  max-width: 100%;
}

.list {
  margin: 0 0 15px 30px;
}

.list li {
  line-height: 1.75em;
  margin: 0 0 5px 0;
}

.margin-main {
  margin: 0 30px 0 275px;
  position: relative;
}
.margin-main.new-margin {
  margin: 0 0 0 230px;
}

.margin-main .foreground {
  position: relative;
  z-index: 10;
}

.margin-main .p3-icon {
  -moz-transform: translateX(-20%) translateY(-30%);
  -webkit-transform: translateX(-20%) translateY(-30%);
  -o-transform: translateX(-20%) translateY(-30%);
  -ms-transform: translateX(-20%) translateY(-30%);
  transform: translateX(-20%) translateY(-30%);
  position: absolute;
  top: 0;
  left: 0;
}

.margin-main .p3-icon svg {
  width: 800px;
  height: 800px;
}

.message {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.025em;
  line-height: 22px;
}

p {
  line-height: 1.75em;
  margin: 0 0 20px 0;
}

.serif, .serif * {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5em !important;
  display: block;
}

.serif.italic {
  font-style: italic;
}

#wrapper {
  position: relative;
  z-index: 10;
}

/********************************************************************************************* 

x. Lines

*********************************************************************************************/
.line {
  width: 100%;
  height: 1px;
  display: block;
}

.line.bon-jour {
  background: #e2e0dc;
}

.line.cararra {
  background: #EFEDE9;
}

.line.domino {
  background: #8E7D60;
}

.line.dove-gray {
  background: #707070;
}

.line.separator {
  margin: 40px 0;
}

.line.thick {
  height: 3px;
}

.line.westar {
  background: #D7D2C6;
}

.line.white {
  background: #fff;
}

/********************************************************************************************* 

x. Buttons

*********************************************************************************************/
.button {
  color: #fff;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  height: 30px;
  min-width: 50px;
  background: #474f57;
  border: none;
  padding: 0 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  cursor: pointer;
}

.button.alt {
  color: #8E7D60;
  background: none;
  border: 1px solid #8E7D60;
}

.button.alt:hover {
  color: #707070;
  background: none;
  border-color: #707070;
}

.button.align-right {
  float: right;
}

.no-touch .button:hover {
  color: #fff;
  background: #8E7D60;
}

.flexed {
  display: flex;
  justify-content: space-between;
}

/********************************************************************************************* 

x. Columns

*********************************************************************************************/
.column {
  float: left;
}

.column.align-right {
  float: right;
}

.column.first > .inside,
.column.first > .inside.extra-padding {
  padding-left: 0;
}

.column.last > .inside,
.column.last > .inside.extra-padding {
  padding-right: 0;
}

.column .inside {
  padding: 0 15px;
  position: relative;
}

.column .inside.extra-padding {
  padding: 0 50px;
}

.column-10 {
  width: 10%;
}

.column-18 {
  width: 18%;
}

.column-20 {
  width: 20%;
}

.column-25 {
  width: 25%;
}

.column-28 {
  width: 28%;
}

.column-30 {
  width: 30%;
}

.column-33 {
  width: 33.33%;
}

.column-35 {
  width: 35%;
}

.column-36 {
  width: 36%;
}

.column-40 {
  width: 40%;
}

.column-50 {
  width: 50%;
}

.column-60 {
  width: 60%;
}

.column-66 {
  width: 66.66%;
}

.column-70 {
  width: 70%;
}

.column-75 {
  width: 75%;
}

.column-80 {
  width: 80%;
}

.column-90 {
  width: 90%;
}

/********************************************************************************************* 

x. Sidebar

*********************************************************************************************/
#sidebar {
  width: 175px;
  height: auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 40;
}

#sidebar .hamburger {
  width: 30px;
  height: auto;
  background: #707070;
  padding: 10px;
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
}

#sidebar .hamburger .line {
  width: 100%;
  height: 5px;
  background: #fff;
  margin: 0 0 4px 0;
  display: block;
}

#sidebar .hamburger .line.last {
  margin: 0;
}

#sidebar .line {
  width: 85px;
  margin: 0 auto;
}

#sidebar .logo {
  padding: 35px 0;
  display: block;
}

#sidebar .logo img {
  width: 100%;
  height: auto;
}

#sidebar .navigation.bottom {
  list-style: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

#sidebar .navigation.bottom a {
  color: #8E7D60;
  display: block;
}

#sidebar .navigation.bottom li {
  color: #8E7D60;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.075em;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 15px 0;
}

#sidebar .navigation.bottom li.last {
  padding: 0;
}

#sidebar .navigation.bottom .social-media {
  font-size: 0;
  text-align: center;
  list-style: none;
}

#sidebar .navigation.bottom .last a.button {
  color: #fff;
  margin-top: 10px;
  padding: 10px;
  white-space: normal !important;
  line-height: 1.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
#sidebar .navigation.bottom .last a.button:hover {
  color: #fff !important;
}

#sidebar .navigation.bottom .social-media li {
  font-size: 18px;
  letter-spacing: normal;
  line-height: 18px;
  padding: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#sidebar .navigation.bottom .social-media li.last {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
}

#sidebar .navigation.top {
  list-style: none;
}

#sidebar .navigation.top a {
  color: #000;
  display: block;
}

#sidebar .navigation.top a span.label {
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#sidebar .navigation.top a span.number {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  width: 20px;
  height: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#sidebar .navigation.top li {
  padding: 0 0 15px 0;
}

#sidebar .navigation.top li.first {
  padding: 0 0 30px 0;
}

#sidebar .navigation.top li.current-menu-item .sub-menu {
  display: block;
}

#sidebar .navigation.top li.current-menu-item .sub-menu a {
  color: #000;
}

#sidebar .navigation.top li.hide {
  display: none;
}

#sidebar .navigation.top .sub-menu {
  margin: 0 0 0 20px;
  display: none;
  list-style: none;
}

#sidebar .navigation.top .sub-menu a {
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}

#sidebar .navigation.top .sub-menu li {
  padding: 10px 0 0 0;
}

#sidebar .navigation.top .sub-menu li.active a {
  color: #8E7D60;
}

.no-touch #sidebar .navigation.bottom a:hover {
  color: #000;
}

.no-touch #sidebar .navigation.top a:hover, #sidebar .navigation.top li.current-menu-item a {
  color: #8E7D60;
}

.no-touch #sidebar .navigation.top li.current-menu-item .sub-menu a:hover {
  color: #8E7D60;
}

/********************************************************************************************* 

x. Contact

*********************************************************************************************/
#contact {
  color: #000;
  width: 330px;
  height: auto;
  background: #fff;
  padding: 50px 35px 35px 35px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 15px;
  bottom: 15px;
  left: -450px;
  z-index: 30;
}

#contact .nf-form-fields-required {
  color: #bdb4a5;
  line-height: 1.75em;
  margin: 0 0 20px 0;
}

#contact .close {
  position: absolute;
  top: 30px;
  right: 30px;
}

#contact #form,
#contact #form .ninja_forms_form_1_cont {
  position: absolute;
  bottom: 35px;
  left: 35px;
  right: 35px;
}

#contact .nf-form-cont {
  bottom: 35px;
  left: 35px;
  right: 35px;
  position: absolute !important;
}

#contact form input[type=text],
#contact form input[type=email],
#contact form input[type=tel], .ninja-forms-form input[type=text] {
  color: #323234;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  background: none;
  border: none;
  border-bottom: 1px solid #bdb4a5;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  display: block;
}

#contact form .textfield.needs-filled {
  color: #8A2003;
  border-color: #8A2003;
}

#contact form .textfield.last {
  margin: 0;
}

#contact form textarea {
  color: #323234;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 100%;
  height: 140px;
  background: none;
  border: none;
  display: block;
  resize: none;
}

#contact form .textarea-wrapper,
#contact form .textarea-wrap {
  width: auto;
  height: auto;
  border: 1px solid #bdb4a5;
  margin: 0 0 20px 0;
  padding: 5px;
}

#nf-field-6 {
  color: #fff;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  height: 30px;
  min-width: 50px;
  background: #474f57;
  border: none;
  padding: 0 20px;
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  cursor: pointer;
  float: right;
}

#contact .ninja-forms-field-error input[type=text] {
  border-bottom: 1px solid #8A2003;
}
#contact .ninja-forms-field-error p {
  color: #8A2003;
}

#contact .ninja-forms-error input[type=text] {
  border-bottom: 1px solid #8A2003;
}

#contact .ninja-forms-required-items {
  margin-bottom: 20px;
}

/********************************************************************************************* 

x. Close

*********************************************************************************************/
.close {
  width: 20px;
  height: 20px;
  background: url(../img/close.png) left top;
  display: block;
}

.no-touch .close:hover {
  background: url(../img/close.png) left bottom;
}

/********************************************************************************************* 

x. Links

*********************************************************************************************/
.links {
  max-width: 250px;
  list-style: none;
}

.links.domino a {
  color: #8E7D60;
}

.links.dusty-gray a {
  color: #959595;
}

.links.domino li.active a, .links.dusty-gray li.active a {
  color: #000;
}

.links.white a {
  color: #fff;
}

.links.white a:hover {
  color: #F2F1F1;
}

.links.domino a.external {
  background: url(../img/arrows-external-domino.png) top right no-repeat;
}

.links.dusty-gray a.external {
  background: url(../img/arrows-external-dusty-gray.png) top right no-repeat;
}

.links a {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 14px;
  text-transform: uppercase;
  display: block;
}

.links li {
  margin: 0 0 20px 0;
}

.no-touch .links.domino a:hover, .no-touch .links.dusty-gray a:hover {
  color: #000;
}

.no-touch .links.domino a.external:hover {
  background: url(../img/arrows-external-domino.png) bottom right no-repeat;
}

.no-touch .links.dusty-gray a.external:hover {
  background: url(../img/arrows-external-dusty-gray.png) bottom right no-repeat;
}

/********************************************************************************************* 

x. Buttons

*********************************************************************************************/
.buttons {
  max-width: 200px;
  list-style: none;
}

.buttons li {
  margin: 0 0 20px 0;
}

/********************************************************************************************* 

x. Sections

*********************************************************************************************/
.section {
  border-top: 10px solid #fff;
  padding: 100px 0;
  position: relative;
}

.section.black-squeeze {
  color: #323234;
  background-color: #E7E5E0;
}

.section.border-top-none {
  border-top: none;
}

.section.fixed {
  position: fixed;
  top: 0;
  left: 0;
  left: 0;
  right: 0;
}

.section.light-gray {
  color: #323234;
  background-color: #D1D1D1;
}

.section.map {
  background-image: url(../img/map.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.section.minor-padding {
  padding: 30px 0;
}

.section.padding-bottom-none {
  padding-bottom: 0;
}

.section.seashell {
  color: #323234;
  background-color: #F2F1F1;
}

.section.tuna {
  background-color: #323234;
}

.section.tundora {
  background-color: #464646;
}

.section.white {
  color: #323234;
  background: #fff;
}

.section.white-smoke {
  color: #323234;
  background-color: #F7F6F4;
}

.section .content.condensed {
  width: 900px;
}

.section .title {
  width: 430px;
  height: auto;
}

.section .title.wide {
  width: 580px;
  height: auto;
}

.section .title .blurb {
  margin: 40px 0 0 0;
}

/********************************************************************************************* 

x. Hero

*********************************************************************************************/
.hero {
  min-height: 900px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  border-top: none;
  padding: 0;
  overflow: hidden;
}

.hero.large .title {
  top: 100px;
}

.hero.small {
  height: 900px;
}

.hero .content {
  width: 70%;
  height: auto;
  position: absolute;
  bottom: 35px;
  right: 0;
  z-index: 20;
}

.hero .content .columns {
  margin: 20px 0 40px 0;
}

.hero .overlay {
  background: url(../img/overlay-blue.png) repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.hero .margin-main {
  height: 100%;
  overflow: hidden;
}

.hero .margin-main.height-auto {
  height: auto;
}

.hero .meta {
  width: auto;
  height: 60px;
  padding: 0 0 0 80px;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 20;
}

.hero .meta .date-author {
  line-height: 60px !important;
}

.hero .meta .headshot {
  position: absolute;
  top: 0;
  left: 0;
}

.hero .meta .headshot img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.hero .title {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 20;
}

/********************************************************************************************* 

x. P3 Distinct

*********************************************************************************************/
.p3-distinct.overflow-hidden,
.p3-distinct .inside.overflow-hidden {
  overflow: hidden;
}

.p3-distinct .badge-outer {
  width: auto;
  height: 125px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: -100px;
  left: 30%;
  right: 0;
}

.p3-distinct .badge-outer .badge-inner {
  margin: 0 0 0 calc(50% - 125px);
}

.p3-distinct .badge-outer .badge-inner img {
  width: auto;
  height: 125px;
}

.p3-distinct form input[type=text],
.p3-distinct form input[type=email],
.p3-distinct form input[type=tel] {
  color: #323234;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  width: 100%;
  height: auto;
  background: none;
  border: none;
  border-bottom: 1px solid #D7D2C6;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  display: block;
}

.p3-distinct form .textfield.needs-filled {
  color: #8A2003;
  border-color: #8A2003;
}

.p3-distinct form .textfield.last {
  margin: 0;
}

.p3-distinct form textarea {
  color: #323234;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  width: 100%;
  height: 140px;
  background: none;
  border: none;
  display: block;
  resize: none;
}

.p3-distinct form .textarea-wrapper,
.p3-distinct form .textarea-wrap {
  width: auto;
  height: auto;
  border: 1px solid #D7D2C6;
  margin: 0 0 20px 0;
  padding: 5px;
}

.p3-distinct form input[type=button] {
  color: #fff;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  height: 30px;
  min-width: 50px;
  background: #D7D2C6;
  border: none;
  padding: 0 20px;
  display: inline-block;
  zoom: 1;
  white-space: nowrap;
  cursor: pointer;
  float: right;
}

.p3-distinct .nf-form-fields-required {
  color: #D7D2C6;
  line-height: 1.75em;
  margin: 0 0 20px 0;
}

.p3-distinct .ninja-forms-field-error input[type=text] {
  border-bottom: 1px solid #8A2003;
}
.p3-distinct .ninja-forms-field-error p {
  color: #8A2003;
}

.p3-distinct .ninja-forms-error input[type=text] {
  border-bottom: 1px solid #8A2003;
}

.p3-distinct .ninja-forms-required-items {
  margin-bottom: 20px;
}

.p3-distinct .pattern {
  width: 100%;
  height: 30px;
  margin: -100px 0 100px 0;
  position: relative;
  z-index: 10;
}

.p3-distinct .pattern.light {
  background-image: url(../img/pattern-circles-light.jpg);
  background-size: 18px 13px;
  border-bottom: 1px solid white;
}

.p3-distinct .pattern.medium {
  background-image: url(../img/pattern-circles-medium.jpg);
  background-size: 18px 10px;
  border-bottom: 1px solid white;
}

.p3-distinct .pattern.dark {
  background-image: url(../img/pattern-circles-dark.jpg);
  background-size: 18px 10px;
  border-bottom: 20px solid white;
  margin: 0;
}

.p3-distinct .pattern.dark .arrow {
  width: 80px;
  height: 40px;
  background: white;
  -webkit-border-top-left-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  -moz-border-radius-topleft: 40px;
  -moz-border-radius-topright: 40px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  position: absolute;
  bottom: 0;
  right: 30px;
}

.p3-distinct .pattern.dark .arrow svg {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 3px;
  left: 50%;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    -o-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  40% {
    -moz-transform: translateX(-50%) translateY(-10px);
    -webkit-transform: translateX(-50%) translateY(-10px);
    -o-transform: translateX(-50%) translateY(-10px);
    -ms-transform: translateX(-50%) translateY(-10px);
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    -moz-transform: translateX(-50%) translateY(-5px);
    -webkit-transform: translateX(-50%) translateY(-5px);
    -o-transform: translateX(-50%) translateY(-5px);
    -ms-transform: translateX(-50%) translateY(-5px);
    transform: translateX(-50%) translateY(-5px);
  }
}
.p3-distinct-logo {
  width: 400px;
  height: auto;
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 10;
}

.p3-distinct#team-members .grid {
  margin: 0;
}

/********************************************************************************************* 

x. Gradient

*********************************************************************************************/
.gradient {
  width: auto;
  height: 400px;
  background: url(../img/gradient-bottom.png) repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/********************************************************************************************* 

x. Divider

*********************************************************************************************/
.divider {
  width: auto;
  height: 250px;
  background: #fff;
  border-top: none;
  padding: 0;
}

.divider.border-top {
  border-top: 10px solid #fff;
}

.divider a {
  color: #fff;
}

.divider .article-link {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
}

.divider .article-title {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.divider .content {
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 0;
  right: 30px;
  z-index: 20;
}

.divider .image {
  width: auto;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin: 0 0 0 -45px;
}

.divider .margin-main {
  height: 100%;
  margin-right: 0;
}

.divider .overlay {
  background: url(../img/overlay-blue.png) repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  right: 0;
  z-index: 10;
}

.divider .neighborhood {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 20px;
  text-transform: uppercase;
  background: url(../img/arrow-white-right-small.png) right top no-repeat;
  border-bottom: 2px solid #fff;
  padding: 0 0 10px 0;
  display: block;
}

.divider .date-price {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  display: block;
}

.divider .property {
  width: 400px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.no-touch .divider a:hover {
  opacity: 0.8;
}

/********************************************************************************************* 

x. Grid

*********************************************************************************************/
.grid a.link .image, .grid a.member-link .image {
  display: block;
  position: relative;
  z-index: 10;
}

.grid a.link .image img, .grid a.member-link .image img {
  width: 100%;
  height: auto;
}

.grid a.link .image img.color, .grid a.member-link .image img.color {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}

.grid li.full-information {
  color: #000;
  width: auto;
  height: auto;
  background: #EFEDE9;
  padding: 60px 30px;
  display: none;
  float: left;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#teams .grid li.full-information {
  padding: 0;
  background: #464646;
  color: #EFEDE9;
  width: 100%;
  padding: 60px 30px 60px 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}
#teams .grid li.full-information h1 {
  padding-left: 40px;
}
#teams .grid li.full-information li.headshot, #teams .grid li.full-information li.teamshot {
  float: left;
}

.grid li.full-information a.close {
  position: absolute;
  top: 60px;
  right: 30px;
}

.grid li.headshot .full-information, .grid li.property .full-information, .grid li.team .full-information {
  display: none;
}

/********************************************************************************************* 

x. Home

*********************************************************************************************/
.gallery .caption {
  width: 800px;
  height: auto;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 10;
}

.p3-distinct .gallery .caption {
  bottom: 40px;
}

.gallery .content {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 12px;
  text-transform: uppercase;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  bottom: 0;
}

.gallery .neighborhood {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 30px;
  text-transform: uppercase;
  background: url(../img/arrow-white-right-large.png) right top no-repeat;
  border-bottom: 2px solid #fff;
  margin: 0 0 20px 0;
  padding: 0 40px 10px 0;
  display: block;
}

.gallery li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.gallery .pager {
  list-style: none;
  overflow: hidden;
}

.gallery .pager.dots a {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}

.gallery .pager.dots a.active {
  background: #fff;
}

.gallery .pager.dots li {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 12px;
  text-transform: uppercase;
  padding: 0 15px 0 0;
  float: left;
}

.gallery .date-price {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  display: block;
}

#about .title-image {
  margin: -200px 0px 20px 0px;
  position: relative;
  z-index: 20;
}

#about .title-image .title {
  position: absolute;
  bottom: 0;
  left: 0;
}

#about .title-image .image {
  margin: 0 0 0 25%;
  border-bottom: 1px solid #8E7D60;
}

#about .triangle {
  width: 100%;
  height: 320px;
  position: absolute;
  top: -320px;
  left: 0;
  right: 0;
  z-index: 10;
}

#about .triangle img {
  width: 100%;
  height: 100%;
}

#about .triangle .next {
  position: absolute;
  top: 40px;
  right: 20px;
}

#about .triangle .next .arrow {
  width: 18px;
  height: 18px;
  background: url(../img/arrow-next-white.png);
  margin: 0 auto;
  display: block;
  position: relative;
}

#about .triangle .next .label {
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  display: block;
}

.no-touch .gallery .neighborhood:hover {
  opacity: 0.8;
}

.no-touch .gallery .pager a:hover {
  background: #fff;
}

.no-touch #about .triangle .next:hover .label, .no-touch #about .triangle .next:hover .arrow {
  opacity: 0.8;
}

/********************************************************************************************* 

x. Statistics

*********************************************************************************************/
#statistics {
  color: #bdb4a5;
  width: 100%;
  height: auto;
  background: #323234;
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

#statistics .content {
  color: #fff;
  margin: 0 0 35px 0;
  bottom: 100%;
}

#statistics .content .columns {
  margin: 20px 0 0 0;
}

#statistics .next {
  width: 18px;
  height: 18px;
  background: url(../img/arrow-next-domino.png) left top;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
}

#statistics span.label {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 12px;
  text-align: right;
  text-transform: uppercase;
  margin: 10px 0 40px 0;
  display: block;
}

#statistics span.number {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: right;
  margin: 0 0 10px 0;
  display: block;
}

.no-touch #statistics .next:hover {
  background: url(../img/arrow-next-domino.png) left bottom;
}

/********************************************************************************************* 

x. Testimonials

*********************************************************************************************/
#agent-testimonials .source {
  font-style: normal;
  text-transform: uppercase;
  margin: 20px 0 0 0;
  display: block;
}

.quotes .headshot-quote {
  min-height: 115px;
  margin: 0 0 60px 0;
  position: relative;
}

.quotes .headshot-quote .headshot {
  position: absolute;
  top: 0;
  left: 0;
}

.quotes .headshot-quote .headshot img {
  width: 115px;
  height: 115px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.quotes .headshot-quote .quote {
  padding: 0 0 0 150px;
}

.quotes .line.timer {
  width: 0;
  margin: 0 0 20px 0;
}

.quotes .quote {
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.025em;
  line-height: 22px;
}

.quotes .source {
  color: #bdb4a5;
  font-size: 15px;
  font-style: italic;
  letter-spacing: 0.025em;
  line-height: 22px;
}

/********************************************************************************************* 

x. Recently Sold

*********************************************************************************************/
#recently-sold .grid {
  margin: 100px 0 0 0;
}

#recently-sold .grid li.full-information .detailed-information {
  margin: 0 0 0 145px;
  list-style: none;
}

#recently-sold .grid li.full-information .detailed-information li {
  margin: 0 0 10px 0;
}

#recently-sold .grid li.full-information .detailed-information span.uppercase {
  text-transform: uppercase;
}

#recently-sold .grid li.full-information .headshot {
  width: 115px;
  height: auto;
  margin: 0 -5px;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
}

#recently-sold .grid li.full-information .headshot a {
  padding: 0 5px;
  display: block;
}

#recently-sold .grid li.full-information .headshot img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#recently-sold .grid li.property {
  width: 20%;
  height: auto;
  float: left;
}

#recently-sold .grid li.property.active .image img.color {
  display: block;
}

#recently-sold .grid span.address {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: block;
}

#recently-sold .grid span.location {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
}

.no-touch #recently-sold .grid li.property:hover .image img.color {
  display: block;
}

/********************************************************************************************* 

x. RealScout Widget

*********************************************************************************************/
#realscout-widget form {
  padding: 40px 0 0 0;
}

#realscout-widget form .columns.bottom {
  padding: 60px 0 0 0;
}

#realscout-widget form span.label {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 12px;
  text-align: right;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  display: block;
}

#realscout-widget form span.label.align-left {
  text-align: left;
}

#realscout-widget form span.label.margin-bottom {
  margin: 0 0 30px 0;
}

#realscout--kingdom #realscout--kingdom__castle #kingdom--castle #kingdom--castle__throne .search--button button {
  background: #d9d2c5 !important;
}

/********************************************************************************************* 

x. Team Members

*********************************************************************************************/
#team-members .content.top, #teams .content.top {
  margin: 0 0 80px 0;
}

#team-members .grid {
  margin: 0 0 100px 0;
}

#team-members .grid a.link, #teams .grid a.member-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

#team-members .grid .caption, #teams .grid .caption, #teams .grid .caption, #teams .grid .caption {
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 30;
}

#team-members .grid li.full-information .links, #teams .grid li.full-information .links {
  padding: 0 0 20px 0;
}

#team-members .grid li.full-information .social-feed, #teams .grid li .social-feed {
  list-style: none;
  overflow: hidden;
}

#team-members .grid li.full-information .social-feed a {
  font-size: 20px;
  color: #bdb4a5;
  display: block;
}

#team-members .grid li.full-information .social-feed li {
  padding: 0 20px 10px 0;
  float: left;
}

#teams .grid li .social-feed li {
  padding: 0 10px 10px 0;
  display: inline-block;
}
#teams .grid li .social-feed li a {
  position: relative;
  font-size: 16px;
  color: #464646;
  display: block;
  background: #e2e0dc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 0px;
  text-align: center;
}
#teams .grid li .social-feed li a:hover {
  background: #8E7D60;
}

#teams .grid li .social-feed li.connect {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 14px;
  text-transform: uppercase;
}

#team-members .grid li.headshot, #teams .grid li.teamshot {
  width: 20%;
  height: auto;
  float: left;
}

#teams ul.grid {
  list-style-type: none;
}

#teams .grid li.team {
  width: 33.33%;
  text-align: center;
  float: left;
  padding: 20px 60px 80px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#team-members .grid li.headshot.active .image img.color, #teams .grid li.headshot.active .image img.color, #teams .grid li.teamshot.active .image img.color {
  display: block;
}

#team-members .grid li.headshot.active .caption, #team-members .grid li.headshot.active .overlay.gold, #team-members .grid li.headshot.active .overlay.grey, #teams .grid li.teamshot.active .caption, #teams .grid li.teamshot.active .overlay.gold, #teams .grid li.teamshot.active .overlay.grey {
  display: none;
}

#team-members .grid li.headshot.non-active .caption, #team-members .grid li.headshot.non-active .overlay.gold, #team-members .grid li.headshot.non-active .overlay.grey, #teams .grid li.teamshot.non-active .caption, #teams .grid li.teamshot.non-active .overlay.gold, #teams .grid li.teamshot.non-active .overlay.grey {
  display: none;
}

#team-members .grid li.headshot.non-active .overlay.blue, #teams .grid li.teamshot.non-active .overlay.blue {
  display: block;
}

#team-members .grid .overlay, #teams .grid .overlay, #teams .grid .overlay, #teams .grid .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}

#team-members .grid .overlay.blue, #teams .grid .overlay.blue, #teams .grid .overlay.blue, #teams .grid .overlay.blue {
  background: url(../img/overlay-blue.png) repeat;
  display: none;
}

#team-members .grid .overlay.gold, #teams .grid .overlay.gold, #teams .grid .overlay.gold, #teams .grid .overlay.gold {
  background: url(../img/overlay-gold.png) repeat;
}

#team-members .grid .overlay.grey, #teams .grid .overlay.grey, #teams .grid .overlay.grey, #teams .grid .overlay.grey {
  background: url(../img/overlay-grey.png) repeat;
}

#team-members .grid span.name, #teams .grid span.name, #teams .grid span.name, #teams .grid span.name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  display: block;
}

#team-members .grid span.position, #teams .grid span.position, #teams .grid span.position, #teams .grid span.position {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
}

.no-touch #team-members .grid li.full-information .social-feed a:hover, .no-touch #teams .grid li.full-information .social-feed a:hover {
  color: #000;
}

.no-touch #team-members .grid li.headshot:hover .image img.color, .no-touch #teams .grid li.teamshot:hover .image img.color {
  display: block;
}

.no-touch #team-members .grid li.headshot:hover .caption, .no-touch #team-members .grid li.headshot:hover .overlay.gold, .no-touch #team-members .grid li.headshot:hover .overlay.grey, .no-touch #teams .grid li.teamshot:hover .caption, .no-touch #teams .grid li.teamshot:hover .overlay.gold, .no-touch #teams .grid li.teamshot:hover .overlay.grey {
  display: none;
}

.no-touch #team-members .grid li.headshot.non-active:hover .caption, .no-touch #teams .grid li.teamshot.non-active:hover .caption {
  display: block;
}

.no-touch #team-members .grid li.headshot.non-active:hover .image img.color, .no-touch #teams .grid li.teamshot.non-active:hover .image img.color {
  display: none;
}

/********************************************************************************************* 

x. Teams

*********************************************************************************************/
.tab {
  display: none;
}
.tab.active {
  display: block;
}

.section.team-controls {
  padding-bottom: 80px;
  padding-top: 0;
  background: #2c2c2e;
}
.section.team-controls .controls-inner {
  padding-top: 80px;
  background: #464646;
}
.section.team-controls a {
  color: #F7F6F4;
}
.section.team-controls h2 {
  margin-bottom: 0;
}
.section.team-controls h2 a {
  padding-bottom: 80px;
  display: block;
  position: relative;
}
.section.team-controls h2 a.active:after {
  content: "";
  width: 60px;
  height: 60px;
  background: #464646;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -35px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9;
}
.section.team-controls h2 a:hover {
  color: #8E7D60;
}

#teams {
  padding-bottom: 0;
  padding-top: 0;
  border: none;
}
#teams .teams-container {
  background: #2c2c2e;
  padding: 0;
}
#teams a.link {
  display: block;
}
#teams a {
  color: #F7F6F4;
}
#teams .team-info {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid transparent;
  display: block;
}
#teams .team-info a {
  color: #EFEDE9;
}
#teams a.team-website {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
#teams .team .link > span.image {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#teams .team .link > span.image img {
  width: auto;
  height: auto;
  max-width: 200px;
  max-height: 150px;
}
#teams .team {
  position: relative;
}
#teams .team .link img {
  display: block;
}
#teams .team .link:hover .team-info {
  border-top-color: #8E7D60;
}
#teams .team .link:hover h2 {
  color: #8E7D60;
}
#teams .team.active .link .team-info {
  border-top-color: #8E7D60;
}
#teams .team.active .link h2 {
  color: #8E7D60;
}
#teams .team.active:after {
  content: "";
  width: 60px;
  height: 60px;
  background: #2c2c2e;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -35px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9;
}
#teams .social-feed {
  text-align: center;
}

#mylightbox {
  display: none;
}

.featherlight #mylightbox {
  display: block;
}

#team-members.tab {
  padding-top: 1px !important;
  border-top: 0 !important;
  margin-top: 0 !important;
  background: #2c2c2e;
}

/********************************************************************************************* 

x. Resources

*********************************************************************************************/
#calculations-amortization {
  display: none;
}

#calculations-amortization table {
  width: 100%;
  height: auto;
  border-left: 1px solid #BEBEBE;
  border-top: 1px solid #BEBEBE;
}

#calculations-amortization table td {
  background: #d7d7d7;
  border-bottom: 1px solid #BEBEBE;
  border-right: 1px solid #BEBEBE;
  padding: 10px;
  vertical-align: top;
}

#calculations-amortization table th {
  text-align: right;
  background: #ccc;
  border-bottom: 1px solid #BEBEBE;
  border-right: 1px solid #BEBEBE;
  padding: 10px;
  vertical-align: top;
}

#calculations-amortization table tr.totals td {
  background: #c9c7c3;
}

#calculations-amortization table.instructions {
  margin: 60px 0 20px 0;
}

#calculator .content p.error {
  color: #8A2003;
}

#calculator form {
  padding: 40px 0 0 0;
}

#calculator form .columns.bottom {
  padding: 60px 0 0 0;
}

#calculator form .columns.bottom .button {
  line-height: normal;
}

#calculator form .columns.bottom .button.margin-right {
  margin-right: 20px;
}

#calculator form input.textfield {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: right;
  width: 100%;
  height: auto;
  background: none;
  border: none;
  border-bottom: 1px solid #BEBEBE;
  margin: 70px 0 0 0;
  padding: 0 0 5px 0;
  display: block;
}

#calculator form span.label {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 12px;
  text-align: right;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  display: block;
}

#calculator form span.label.align-left {
  text-align: left;
}

#calculator form span.label.light {
  color: #fff;
}

#calculator form span.label.margin-bottom {
  margin-bottom: 70px;
}

#calculator form span.label.text-transform-none {
  text-transform: none;
}

#calculator form span.number {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

#calculator form span.number.last {
  margin: 0 0 10px 0;
}

#calculator form span.small {
  color: #707070;
  font-size: 10px;
  line-height: 16px;
  margin: 10px 0 0 0;
  display: block;
}

#cities a {
  display: none;
}

#cities iframe {
  background: #fff;
  border: 5px solid #8E7D60;
  display: block;
}

#cities .menu.dark a {
  display: block;
}

/********************************************************************************************* 

x. Blog

*********************************************************************************************/
#article {
  color: #464646;
}

#article .image {
  margin: 0 0 20px 0;
}

#article .line {
  width: 250px;
}

#article .serif, #article .serif * {
  font-size: 20px !important;
}

#articles {
  margin: 65px 0 0 0;
}

#author {
  width: 630px;
  height: auto;
  min-height: 60px;
  margin: 0 auto;
  padding: 0 0 0 80px;
  position: relative;
}

#author .contact-information {
  list-style: none;
  overflow: hidden;
}

#author .contact-information a {
  color: #8E7D60;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
}

#author .contact-information li {
  padding: 0 30px 0 0;
  float: left;
}

#author .headshot {
  position: absolute;
  top: 0;
  left: 0;
}

#author .headshot img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#author .quote {
  color: #707070;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-style: italic;
  line-height: 18px;
  margin: 0 0 20px 0;
  display: block;
}

#author .quote span.name {
  color: #8E7D60;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

#blog .article {
  width: auto;
  height: 250px;
  background: #fff;
  border-top: 5px solid #fff;
}

#blog .article .content {
  width: 800px;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 20;
}

#blog .article h2 {
  margin: 0;
}

#blog .article .link {
  color: #fff;
  width: auto;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  margin: 0 0 0 -45px;
  display: block;
}

#blog .article .margin-main {
  height: 100%;
  margin-right: 0;
}

#blog .article .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  right: 0;
  z-index: 10;
}

#blog .article .overlay.blue {
  background: url(../img/overlay-blue.png) repeat;
}

#blog .article .overlay.gold {
  background: url(../img/overlay-gold.png) repeat;
  display: none;
}

#blog .article span.author-date {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 12px;
  margin: 0 0 5px 0;
  display: block;
}

#blog .article span.categories {
  color: #8E7D60;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 14px;
  text-transform: uppercase;
  display: block;
}

#blog .article span.meta {
  margin: 20px 0 0 0;
  display: block;
}

#categories {
  text-align: right;
  list-style: none;
}

#categories.padding {
  padding: 0 40px 0 0;
}

#categories a {
  color: #8E7D60;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
}

#categories li {
  color: #8E7D60;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

#categories li.first {
  margin: 0 0 10px 0;
}

#share {
  margin: 50px 0 0 0;
  float: right;
  list-style: none;
  overflow: hidden;
}

#share a {
  color: #8E7D60;
  font-size: 14px;
}

#share li {
  padding: 0 0 0 10px;
  float: left;
}

.no-touch #author .contact-information a:hover {
  color: #000;
}

.no-touch #blog .article .link:hover .overlay.blue {
  display: none;
}

.no-touch #blog .article .link:hover .overlay.gold {
  display: block;
}

.no-touch #categories a:hover {
  color: #000;
}

.no-touch #share a:hover {
  color: #000;
}

/********************************************************************************************* 

x. Team Single

*********************************************************************************************/
.team-single .badge-outer {
  width: 1400px;
  height: 125px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: -100px;
  left: 50%;
}

.team-single .badge-outer .badge-inner {
  position: absolute;
  top: 0;
  right: 0;
}

.team-single .badge-outer .badge-inner img {
  width: auto;
  height: 125px;
}

.team-single .connect,
.team-single .contact {
  padding: 0 0 0 70px;
  list-style: none;
}

.team-single .connect li {
  color: #87867e;
  font-size: 14px;
  text-transform: uppercase;
  margin: 30px 10px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.team-single .connect li a {
  color: #87867e;
}

.team-single .connect li a:hover {
  color: #d7d2c6;
}

.team-single .connect li a .fa-facebook,
.team-single .connect li a .fa-instagram,
.team-single .connect li a .fa-twitter,
.team-single .connect li a .fa-linkedin,
.team-single .connect li a .fa-youtube-play,
.team-single .contact li a .icon .fa-phone,
.team-single .contact li a .icon .fa-envelope,
.team-single .contact li a .icon .fa-globe {
  color: #464646;
}

.team-single .contact li {
  margin: 20px 0 0 0;
}

.team-single .contact li a .icon {
  font-size: 16px;
  margin: 0 20px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.team-single .contact li a .icon .fa-circle {
  color: #d7d2c6;
}

.team-single .contact li a:hover .icon .fa-circle,
.team-single .contact li a:hover .label {
  color: #87867e;
}

.team-single .contact li a .label {
  color: #d7d2c6;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.team-single .foreground {
  max-width: 1400px;
  margin: 0 auto;
}

.team-single .foreground .content {
  text-align: center;
  margin: 60px 0 0 0;
}

.team-single h1 {
  text-transform: uppercase;
  border-top: 5px solid #df2927;
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
}

.team-single h2 .label {
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.team-single .image {
  position: relative;
}

.team-single .image img {
  width: 100%;
}

.team-single .image .icon {
  width: 100px;
  height: 100px;
  opacity: 0.5;
  -moz-transform: translateX(50%) translateY(50%);
  -webkit-transform: translateX(50%) translateY(50%);
  -o-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  position: absolute;
  bottom: 0;
  right: 0;
}

.team-single .image .icon svg {
  width: 100%;
  height: 100%;
}

.team-single .padding {
  padding: 0 0 0 75px;
}

.team-single .section.overflow-hidden {
  overflow: hidden;
}

.team-single #realscout--kingdom #realscout--kingdom__castle #kingdom--castle #kingdom--castle__throne .search--advanced {
  padding: 0;
}

.team-single .realscout-search {
  margin: 0 0 40px 0;
}

/********************************************************************************************* 

x. Footer

*********************************************************************************************/
#footer {
  width: 100%;
  height: 40px;
  background: #fff;
  box-shadow: inset 0 10px 10px -10px #bbbbbb;
  -moz-box-shadow: inset 0 10px 10px -10px #bbbbbb;
  -webkit-box-shadow: inset 0 10px 10px -10px #bbbbbb;
  position: relative;
  z-index: 20;
}

#footer a {
  color: #000;
}

#footer .navigation {
  list-style: none;
  overflow: hidden;
}

#footer .navigation li {
  color: #000;
  font-size: 10px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 10px 0 0;
  float: left;
}

#footer .credits {
  color: #000;
  font-size: 10px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  text-transform: uppercase;
  display: block;
}

.no-touch #footer a:hover {
  color: #8E7D60;
}

/********************************************************************************************* 

x. 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;
}

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%;
  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;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/********************************************************************************************* 

x. popup

*********************************************************************************************/
.featherlight-content {
  max-width: 550px;
}
.featherlight-content h2, .featherlight-content p {
  color: #323234;
}

/********************************************************************************************* 

x. Notice

*********************************************************************************************/
#notice {
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-transform: uppercase;
  background: #8E7D60;
  padding: 15px 25px;
  position: absolute;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
  overflow: hidden;
  padding-left: 240px;
  padding-right: 30px;
  top: 0;
  position: relative;
  /*
  	font-family: "Arvo", Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: 700;
  	letter-spacing: 0.15em;
  	line-height: 30px;
  */
}
#notice p {
  margin: 0;
}
#notice a {
  display: inline;
  color: white;
}
#notice a[href="#close"] {
  width: 10px;
  height: 10px;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#notice a[href="#close"]:hover {
  -moz-transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
#notice a[href="#close"] svg {
  fill: white;
}
#notice em {
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
}
#notice span {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.forms {
  display: flex;
  flex-wrap: wrap;
}

.form {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.form .form-inner {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}

.remodal h3 {
  margin-bottom: 20px;
}

.remodal .nf-form-wrap form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.2em;
}
.remodal .nf-form-wrap form .nf-form-fields-required {
  font-size: 13px;
  margin-bottom: 10px;
}
.remodal .nf-form-wrap form input[type=text], .remodal .nf-form-wrap form input[type=tel], .remodal .nf-form-wrap form input[type=email], .remodal .nf-form-wrap form textarea {
  width: 100%;
  display: block;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 3px;
}
.remodal .nf-form-wrap form input[type=text]::placeholder, .remodal .nf-form-wrap form input[type=tel]::placeholder, .remodal .nf-form-wrap form input[type=email]::placeholder, .remodal .nf-form-wrap form textarea::placeholder {
  color: #b2b5b8;
}
.remodal .nf-form-wrap form input[type=text].hidden, .remodal .nf-form-wrap form input[type=tel].hidden, .remodal .nf-form-wrap form input[type=email].hidden, .remodal .nf-form-wrap form textarea.hidden {
  display: none;
}
.remodal .nf-form-wrap form .nf-field-container {
  margin-bottom: 20px !important;
}
.remodal .nf-form-wrap form input[type=text], .remodal .nf-form-wrap form input[type=email], .remodal .nf-form-wrap form input[type=tel] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #2b2e38;
}
.remodal .nf-form-wrap form textarea {
  height: 120px;
}
.remodal .nf-form-wrap form label span {
  font-size: 0.8em;
}
.remodal .nf-form-wrap form .field-wrap input[type=button] {
  color: #fff;
  font-family: "Arvo", Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  height: 30px;
  min-width: 50px;
  background: #474f57;
  border: none;
  padding: 0 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  cursor: pointer;
}

.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
  text-align: left;
}

.html-container, .html-container p {
  margin: 0 !important;
  text-align: left !important;
}

/*# sourceMappingURL=style.css.map */
