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

x. Variables

*********************************************************************************************/
#header {
  position: fixed;
  width: 100%;
  z-index: 4;
  top: 0;
}

body {
  margin: 0;
  font-family: "brandon-grotesque";
  font-size: 16px;
  width: 100%;
  display: block;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}

.small-container {
  max-width: 768px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}

form#contact-form input.hidden {
  display: none;
}

h1 {
  text-transform: uppercase;
}

h2 {
  text-transform: uppercase;
  font-size: 1.8em;
}

h3 {
  text-transform: uppercase;
  font-weight: 500;
}

input.hidden {
  display: none;
}

h4 {
  text-transform: uppercase;
  font-size: 1em;
}

a {
  text-decoration: none;
  display: block;
  color: #cd945f;
}

p.upper {
  text-transform: uppercase;
}

.inline {
  display: inline !important;
}

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

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

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

.checkboxes {
  margin-bottom: 20px;
}
.checkboxes label {
  cursor: pointer;
}

.remodal h2 {
  color: #cd945f;
}

p, ul, li {
  color: #46505a;
}

p {
  margin-bottom: 30px;
  line-height: 1.7em;
}

p.intro, p .intro {
  color: #cd945f;
  font-size: 1.4em;
}

a img {
  border: none;
}

.btn {
  padding: 20px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  text-align: center;
  text-align: center;
  background: #cd945f;
  font-family: "brandon-grotesque";
  border: none;
  cursor: pointer;
}
.btn:hover {
  background-color: rgba(205, 148, 95, 0.7);
}

.tip {
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.tip.center {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: -30px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.show-mobile {
  display: none;
}

.hide-mobile {
  display: inherit;
}

#divPagerPageStatus_top .hide-mobile, #divPagerPageStatus_bottom .hide-mobile {
  display: inline;
}

.icheckbox-round {
  position: relative;
  top: -2px;
}

.list-checkbox-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
  display: inline-block !important;
  text-align: left;
  margin-left: 5px !important;
  max-width: 90%;
  margin-bottom: 10px;
}

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

.label-left .nf-field-label label {
  text-align: left;
}

.selectric .button {
  right: 10px !important;
}

.list-checkbox-wrap .nf-field-element li input, .list-radio-wrap .nf-field-element li input {
  margin-top: 0.5em !important;
}

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

x. Mixins

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

x. Header 

*********************************************************************************************/
#logo-container {
  background: #46505a;
  padding: 20px 0;
  float: left;
  width: 100%;
}
#logo-container .logo {
  float: left;
  padding: 10px 0;
  max-width: 160px;
}
#logo-container .logo img {
  width: 100%;
}

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

x. Columns

*********************************************************************************************/
.column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column:hover .plus {
  opacity: 1;
}

.column.left {
  padding-right: 20px;
}

.column.right {
  padding-left: 20px;
}

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

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

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

.column-10 {
  width: 10%;
}

.column-20 {
  width: 20%;
}

.column-25 {
  width: 25%;
}

.column-30 {
  width: 30%;
}

.column-33 {
  width: 33.33%;
}

.column-40 {
  width: 40%;
}

.column-45 {
  width: 45%;
}

.column-50 {
  width: 50%;
}

.column-55 {
  width: 55%;
}

.column-60 {
  width: 60%;
}

.column-66 {
  width: 66.66%;
}

.column-70 {
  width: 70%;
}

.column-75 {
  width: 75%;
}

.column-80 {
  width: 80%;
}

.column-90 {
  width: 80%;
}

.column-100 {
  width: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix {
  clear: both;
}

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

x. Sections

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

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

.section.fixed {
  position: fixed;
  top: 0;
  left: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.section.hero {
  padding: 0;
}

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

.caption h1 {
  color: #fff;
}
.caption h1 a {
  color: #fff;
}
.caption h1 a:hover {
  text-decoration: underline;
}
.caption p {
  color: #fff;
  font-style: italic;
}

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

x. Navigation

*********************************************************************************************/
#nav {
  background: rgba(70, 80, 90, 0.9);
  float: left;
  width: 100%;
  padding: 20px 0;
  display: none;
  height: 100%;
}
#nav div.column {
  padding: 0 20px 0 0;
}
#nav div.column h3 {
  margin-bottom: 5px;
  margin-top: 5px;
}
#nav div.column h3 a {
  color: #cd945f;
  font-size: 0.8em;
  margin: 0;
}
#nav div.column h3 a:hover {
  color: #fff;
}
#nav ul {
  list-style-type: none;
}
#nav ul li a {
  color: #fff;
  font-size: 0.9em;
  padding: 8px 0;
}
#nav ul li a:hover {
  color: #cd945f;
}
#nav ul li a:hover .link-arrow {
  background: url(../img/link-arrow.png) no-repeat center bottom;
}
#nav ul li.link-link {
  position: relative;
  top: -5px;
}
#nav ul.pages {
  margin-top: -2px;
  padding-left: 0;
}
#nav ul.pages li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
}
#nav ul.pages li a:hover {
  color: #cd945f;
}
#nav .link-arrow {
  height: 22px;
  width: 24px;
  display: inline-block;
  background: url(../img/link-arrow.png) no-repeat center top;
  position: relative;
  top: 5px;
}
#nav ul.nav-drop {
  padding-left: 0;
}
#nav ul.nav-drop li {
  display: none;
}

body.nav #nav {
  display: block;
}

button {
  background: none;
  border: none;
}

#nav-toggle {
  float: right;
  padding: 20px;
  width: 20px;
  position: relative;
  right: 20px;
  top: 12px;
  display: block;
  cursor: pointer;
}
#nav-toggle span, #nav-toggle span::after, #nav-toggle span::before {
  border-radius: 0.5px;
  height: 2px;
  width: 30px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  left: 50%;
  margin-left: -15px;
}
#nav-toggle span::before {
  top: -9px;
}
#nav-toggle span::after {
  bottom: -9px;
}
#nav-toggle:focus {
  outline: none;
}
#nav-toggle:hover span, #nav-toggle:hover span::after, #nav-toggle:hover span::before {
  background: #cd945f;
}

body.nav #nav-toggle span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: transparent;
}
body.nav #nav-toggle span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
body.nav #nav-toggle span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

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

x. Content

*********************************************************************************************/
.content {
  margin-top: 142px;
}
.content h3 {
  margin-bottom: 10px;
}
.content p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.content li {
  margin-bottom: 15px;
}

.content.recent-content {
  margin-top: 40px;
}

h1.page-title {
  color: #cd945f;
  font-size: 3em;
  padding: 20px 0 20px 0;
  margin-bottom: 50px;
  float: left;
  width: 100%;
  margin-top: 40px;
}
h1.page-title span {
  border-bottom: 1px solid #cd945f;
}

h2.page-title {
  color: #cd945f;
  padding: 20px 0 20px 0;
  margin-bottom: 50px;
}
h2.page-title span {
  border-bottom: 1px solid #cd945f;
}

.page-img {
  padding: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 60px;
  position: relative;
}

.parent-title {
  padding: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  margin-bottom: 1px;
  -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;
  background-color: #46505a;
}
.parent-title h1 {
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}
.parent-title .shade {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -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;
  background: rgba(0, 0, 0, 0.9) url(../img/pattern.png) repeat;
  opacity: 0.5;
}
.parent-title:hover {
  background-blend-mode: multiply;
}
.parent-title:hover .shade {
  opacity: 0;
}
.parent-title .close {
  position: relative;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 43px;
  height: 43px;
  border: 1px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -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;
  margin: 0 auto;
}

.link-img {
  display: none;
}

.show .parent-title .close {
  position: relative;
  z-index: 3;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border: none;
}

.link-out .link-img {
  display: inline;
  position: relative;
  top: 6px;
}
.link-out .close {
  display: none;
}

.accordion {
  clear: both;
  display: block;
}
.accordion .content {
  display: none;
  max-width: 1400px;
  margin: 0 auto 60px auto;
}
.accordion .container {
  max-width: 1024px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.accordion .container h3 {
  color: #46505a;
}
.accordion .container a {
  display: inline-block;
}
.accordion.show .parent-title {
  background-blend-mode: multiply;
}
.accordion.show .shade {
  opacity: 0;
}

.page-content {
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  column-count: 2;
  column-gap: 0;
  orphans: 3;
  widows: 3;
}
.page-content p {
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 30px 30px;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.box .box-inner {
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
}
.box h4 {
  color: #46505a;
  margin-top: 0;
}
.box a.btn {
  padding: 20px 60px 20px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9em;
  text-align: center;
  background: #cd945f url(../img/arrow.png) no-repeat 98% center;
}
.box a.btn:hover {
  background-color: rgba(205, 148, 95, 0.7);
}

.selectric-wrapper {
  margin: 0 0 20px 0 !important;
  padding: 0 !important;
}

.selectric {
  border-bottom: 1px solid #46505a !important;
}

.selectric .label {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "brandon-grotesque" !important;
}

.quote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 40px;
  background: #f5f5f5;
  text-align: center;
  color: #4d738a;
  clear: both;
}
.quote p {
  font-size: 1.6em;
  color: #4d738a;
  margin-bottom: 10px;
  margin-top: 0;
}
.quote .quote-from {
  font-size: 1em;
}

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

x. Gallery

*********************************************************************************************/
ul.gallery {
  padding: 0;
  margin: 0;
}

.gallery .overlay {
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-filter: saturate(-15%); /* Chrome, Safari, Opera */
  filter: saturate(-15%);
  background: rgba(70, 80, 90, 0.4) url(../img/pattern.png) repeat;
}

.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 0 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 a {
  width: 12px;
  height: 12px;
  border: 1px solid #46505a;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}

.gallery .pager a.active {
  background: #46505a;
}

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

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

x. Cols

*********************************************************************************************/
#cols {
  position: fixed;
  bottom: 89px;
  width: 100%;
  z-index: 3;
  text-align: center;
  background: rgba(70, 80, 90, 0.9);
}
#cols h2 {
  margin-bottom: 5px;
  color: #cd945f;
}
#cols p {
  color: #cd945f;
  font-style: italic;
  margin-top: 0;
}
#cols .column {
  padding-top: 20px;
  margin-top: -20px;
}
#cols .column .col-inner {
  padding: 10px 10px 10px 10px;
}
#cols .column .col-inner a:hover {
  color: #fff;
}
#cols .column.middle {
  border-right: 1px solid #cd945f;
  border-left: 1px solid #cd945f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cols h2 a:hover {
  color: #fff;
}

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

x. form

*********************************************************************************************/
form#contact-form, form.ninja-forms-form, .nf-form-wrap form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
form#contact-form input[type=text], form#contact-form input[type=tel], form#contact-form input[type=email], form#contact-form textarea, form.ninja-forms-form input[type=text], form.ninja-forms-form input[type=tel], form.ninja-forms-form input[type=email], form.ninja-forms-form textarea, .nf-form-wrap form input[type=text], .nf-form-wrap form input[type=tel], .nf-form-wrap form input[type=email], .nf-form-wrap form textarea {
  width: 100%;
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 3px;
  color: #999;
}
form#contact-form input[type=text]::placeholder, form#contact-form input[type=tel]::placeholder, form#contact-form input[type=email]::placeholder, form#contact-form textarea::placeholder, form.ninja-forms-form input[type=text]::placeholder, form.ninja-forms-form input[type=tel]::placeholder, form.ninja-forms-form input[type=email]::placeholder, form.ninja-forms-form textarea::placeholder, .nf-form-wrap form input[type=text]::placeholder, .nf-form-wrap form input[type=tel]::placeholder, .nf-form-wrap form input[type=email]::placeholder, .nf-form-wrap form textarea::placeholder {
  color: #b2b5b8;
}
form#contact-form input[type=text].hidden, form#contact-form input[type=tel].hidden, form#contact-form input[type=email].hidden, form#contact-form textarea.hidden, form.ninja-forms-form input[type=text].hidden, form.ninja-forms-form input[type=tel].hidden, form.ninja-forms-form input[type=email].hidden, form.ninja-forms-form textarea.hidden, .nf-form-wrap form input[type=text].hidden, .nf-form-wrap form input[type=tel].hidden, .nf-form-wrap form input[type=email].hidden, .nf-form-wrap form textarea.hidden {
  display: none;
}
form#contact-form input[type=text], form#contact-form input[type=email], form#contact-form input[type=tel], form.ninja-forms-form input[type=text], form.ninja-forms-form input[type=email], form.ninja-forms-form input[type=tel], .nf-form-wrap form input[type=text], .nf-form-wrap form input[type=email], .nf-form-wrap form input[type=tel] {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #46505a;
}
form#contact-form textarea, form.ninja-forms-form textarea, .nf-form-wrap form textarea {
  height: 120px;
}
form#contact-form label span, form.ninja-forms-form label span, .nf-form-wrap form label span {
  font-size: 0.8em;
}

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

x. Footer

*********************************************************************************************/
#footer {
  position: relative;
  bottom: 0;
  z-index: 3;
  background: #46505a;
  width: 100%;
  color: #fff;
  font-size: 0.75em;
  padding: 20px 0;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  float: left;
}
#footer .social {
  margin-right: 20px;
}
#footer a {
  color: #fff;
}
#footer a.fa {
  font-size: 2em;
  padding: 6px 40px 10px 0;
  float: left;
}
#footer a:hover {
  color: #cd945f;
}
#footer p {
  margin: 0;
  color: #fff;
}
#footer .last {
  text-align: right;
}
#footer .pointe3 {
  margin: 0 10px;
  display: inline-block;
}
#footer .pointe3 img {
  position: relative;
  top: 5px;
}
#footer .bullet {
  margin: 0 10px 0 0;
}
#footer .first {
  margin-top: 8px;
}
#footer .divider {
  margin: 0 8px;
}
#footer .column-20 {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.home #footer {
  position: fixed;
}

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

x. Listings

*********************************************************************************************/
#results {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}

#listView_contents {
  margin-top: 100px;
}
#listView_contents .indexCardUnitContainer, #listView_contents .unit {
  clear: both;
  width: 100%;
  border-bottom: none !important;
  border-top: 1px solid #46505a;
}
#listView_contents .indexCardUnitContainer:hover, #listView_contents .unit:hover {
  background: #f2f2f2;
}

.unit {
  clear: both;
  width: 100%;
  border-bottom: none !important;
  border-top: 1px solid #46505a;
}
.unit:hover {
  background: #f2f2f2;
}
.unit img {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  max-width: 170px;
  margin-left: 120px;
}
.unit ul {
  list-style-type: none;
  width: 33%;
  float: left;
}

.pagination {
  clear: both;
  display: block;
}

#search ul.pages li {
  display: inline-block;
}
#search ul.pages li a {
  padding: 0; /* margin-top: -3px; */
  border-right: 1px solid #46505a;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 8px;
  padding-left: 5px;
  line-height: 13px;
  border-top: none;
  border-bottom: none;
  border-left: none;
}
#search ul.pages li a.selected {
  color: #46505a;
}
#search ul.pages li:last-child a {
  border-right: none;
}
#search ul.pages li:first-child {
  border-right: none;
}
#search ul.pages li:first-child a.selected a {
  border-right: 1px solid #46505a;
}

.bottom-pages {
  padding-top: 40px;
}

#search {
  text-align: center;
}
#search form, #search .form-inner {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #46505a;
  width: 1024px;
  position: relative;
}
#search form .btn, #search .form-inner .btn {
  background: #cd945f;
}
#search form .btn:hover, #search .form-inner .btn:hover {
  opacity: 0.7;
}

.sec {
  float: left;
  text-align: left;
  padding: 0 20px;
}

#divPagerControl_top {
  width: 100% !important;
  position: absolute;
  top: 100%;
  margin-top: 40px;
  left: 0;
  border-bottom: none !important;
}

#divPagerControl_bottom {
  width: 1024px;
  margin: 40px auto 0 auto;
}

.divPagerControl a {
  color: #46505a;
}
.divPagerControl a.active {
  color: #cd945f;
}

div.indexCardUnitType, div.indexCardBaths, div.indexCardRent {
  font-weight: 300;
  float: none;
  text-transform: uppercase;
  font-size: 0.8em;
}

#search #spanPageNavNext_top, #search #spanPageNavNext_bottom {
  position: relative;
  margin-left: 15px;
  top: -18px;
}
#search #spanPageNavNext_top a, #search #spanPageNavNext_bottom a {
  width: 50px;
  height: 50px;
  background: url(../img/arrow-sprite.png) no-repeat top right;
  text-indent: -999999px;
  padding: 0;
}
#search #spanPageNavNext_top a:hover, #search #spanPageNavNext_bottom a:hover {
  background: url(../img/arrow-sprite.png) no-repeat right -50px;
}

#search #spanPageNavPrev_top, #search #spanPageNavPrev_bottom {
  position: relative;
  margin-left: 15px;
  top: -18px;
}
#search #spanPageNavPrev_top a, #search #spanPageNavPrev_bottom a {
  width: 50px;
  height: 50px;
  background: url(../img/arrow-sprite.png) no-repeat top left;
  text-indent: -999999px;
  padding: 0;
  border-right: none !important;
}
#search #spanPageNavPrev_top a:hover, #search #spanPageNavPrev_bottom a:hover {
  background: url(../img/arrow-sprite.png) no-repeat left -50px;
}

.prev-arrow {
  width: 50px;
  height: 50px;
  background: url(../img/arrow-sprite.png) no-repeat top left;
  text-indent: -999999px;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  top: 16px;
}

.next-arrow {
  width: 50px;
  height: 50px;
  background: url(../img/arrow-sprite.png) no-repeat top right;
  text-indent: -999999px;
  display: inline-block;
  position: relative;
  margin-left: 15px;
  top: 16px;
}

.next-arrow:hover, .prev-arrow:hover {
  background-position-y: -50px;
}

.indexCardTitle a:link, .indexCardTitle a:visited, .indexCardTitle a:active {
  color: #46505a;
}

div.indexCardThumbnail img {
  border: none;
}

div.indexCardInnerColumn1, div.indexCardInnerColumn2, div.indexCardInnerColumn3, div.indexCardInnerColumn4 {
  width: 33%;
}

div.indexCardInnerColumn1 {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

div.indexCardInnerColumn2 {
  float: left;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
}

div.indexCardInnerColumn3 {
  float: left;
  margin-top: 30px;
  margin-bottom: 10px; /* border: 1px solid #000000;  */
  text-align: left;
}

div.indexCardInnerColumn4 {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px; /* border: 1px solid #000000;  */
}

div.containerLoaderListView {
  margin: auto;
  z-index: 900;
  text-align: center;
  background-color: #ffffff;
  font-size: 2em;
  padding: 3px 5px 12px 5px;
  text-transform: uppercase;
  display: none;
  color: #46505a;
  font-weight: 500;
  overflow: visible;
}

.divPagerControl {
  height: 25px;
  width: 755px;
  font-size: 1em;
  padding-top: 3px;
  padding-left: 10px;
  line-height: 1.2em;
  font-style: italic;
  color: #46505a;
}

#spanPageNav_top a, #spanPageNav_bottom a {
  border-right: 1px solid #46505a;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 8px;
  line-height: 13px;
}

#main {
  overflow: hidden;
}

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

x. Blog

*********************************************************************************************/
#sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
}
#sidebar .inside h3 {
  font-weight: 300;
  color: #46505a;
  margin-bottom: 0;
}
#sidebar .inside ul {
  padding: 0 0 30px 20px;
  margin-top: 0;
}
#sidebar .inside ul li {
  padding: 5px 0;
  font-size: 0.5em;
}
#sidebar .inside ul li a {
  color: #46505a;
  font-size: 1.7em;
}
#sidebar .inside ul li a:hover {
  color: #cd945f;
}

#articles {
  padding-bottom: 30px;
}
#articles h2 {
  margin-bottom: 10px;
  font-size: 1.3em;
}
#articles h2 a:hover {
  color: #46505a;
}
#articles .meta {
  text-transform: uppercase;
  color: #46505a;
  font-size: 0.9em;
}
#articles .article {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cd945f;
}

.prevnext {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}

.page-template-thanks #footer {
  margin-top: 60px;
}

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

x. Notice

*********************************************************************************************/
#notice {
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1em;
  text-transform: uppercase;
  background: #cd945f;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
  overflow: hidden;
  /*
  	font-family: "Arvo", Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: 700;
  	letter-spacing: 0.15em;
  	line-height: 30px;
  */
}
#notice .content {
  margin: 0;
}
#notice p {
  margin: 0;
}
#notice a {
  color: white;
  display: inline;
}
#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: 50px;
  margin-top: -3px;
  -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;
}

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

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

x. import

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

x. Smaller than 1800px

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

x. Smaller than 1600px

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  .container {
    width: 1200px;
  }
}
/********************************************************************************************* 

x. Smaller than 1400px

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

x. Smaller than 1300px

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

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  .container {
    width: 1024px;
  }
  #results {
    width: 100%;
  }
  h1.page-title, .parent-title h1 {
    font-size: 2.4em;
  }
  .show-mobile {
    display: inherit;
  }
  .hide-mobile {
    display: none;
  }
  #divPagerPageStatus_top .hide-mobile {
    display: none;
  }
  #footer .pointe3 {
    margin-right: 0;
  }
  #footer a.fa {
    padding: 6px 10px;
  }
  #nav-toggle {
    right: 0;
  }
  #cols h2 {
    font-size: 1.3em;
  }
  .quote {
    padding: 20px;
  }
  #search form {
    width: auto;
  }
}
/********************************************************************************************* 

x. Smaller than 1100px

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

x. Smaller than 1024px

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  #search form {
    width: 100%;
  }
  .parent-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1.page-title, .parent-title h1 {
    font-size: 2em;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.nav #header {
    height: 100%;
  }
  .box .box-inner {
    padding: 30px;
  }
  #divPagerControl_bottom {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Smaller than 800px

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  #nav .column.column-20 {
    width: 50%;
    padding: 0 5px;
  }
  .page-content {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
    orphans: 0;
    widows: 0;
  }
  .page-content p {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 30px 0;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
  }
  .box.column-50 {
    width: 100%;
  }
  .quote {
    padding: 20px;
  }
  .quote p {
    font-size: 1.2em;
  }
  .sec {
    padding: 0 10px 0 0;
  }
  #nav {
    overflow: scroll;
  }
}
/********************************************************************************************* 

x. Smaller than 770px

*********************************************************************************************/
@media only screen and (max-width: 770px) {
  h1.page-title, .parent-title h1 {
    font-size: 1.4em;
  }
}
/********************************************************************************************* 

x. Smaller than 760px

*********************************************************************************************/
@media only screen and (max-width: 760px) {
  .home #footer {
    position: relative;
  }
}
/********************************************************************************************* 

x. Smaller than 700px

*********************************************************************************************/
@media only screen and (max-width: 700px) {
  #logo-container .logo {
    width: 260px;
  }
  .indexCardThumbnail {
    padding-right: 10px;
  }
  .indexCardThumbnail img {
    width: 100%;
    height: auto;
  }
  div.indexCardInnerColumn3 {
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  div.indexCardInnerColumn2, div.indexCardInnerColumn3 {
    font-size: 0.8em;
    margin-top: 10px;
  }
  .sec {
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
  }
  .sec select {
    width: 100%;
  }
  .unit ul {
    width: 100%;
    padding: 0;
  }
  .unit img {
    float: none;
    margin: 10px auto 20px auto;
  }
  #nav .column.column-20 {
    width: 100%;
    padding: 0;
  }
  html {
    padding-bottom: 0;
  }
  #footer {
    margin-top: 60px;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  #footer .column {
    width: 100%;
    text-align: center;
  }
  #footer .last {
    text-align: center;
  }
  #footer .column-20 {
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer a.fa {
    float: none;
  }
  #footer .credits {
    margin: 15px 0;
    display: block;
  }
  #footer .credits a {
    display: block;
    margin-top: 20px;
  }
  .section.fixed.hero {
    position: relative;
  }
  #cols {
    position: relative;
    bottom: inherit;
    width: 100%;
    z-index: 3;
    text-align: center;
    background: rgb(70, 80, 90);
    float: left;
    width: 100%;
  }
  body.home #footer {
    margin-top: 1px;
  }
  body.home #cols .column {
    margin-top: 0;
    width: 100%;
  }
  body.home #cols .column.middle {
    border-right: none;
    border-left: none;
    border-top: 1px solid #cd945f;
    border-bottom: 1px solid #cd945f;
  }
  .gallery-wrapper .caption {
    width: 100% !important;
    margin-left: 0px !important;
    left: 0 !important;
  }
  #cols .column .col-inner {
    padding: 0 0 0 0;
  }
}
/********************************************************************************************* 

x. Smaller than 640px

*********************************************************************************************/
@media only screen and (max-width: 640px) {
  .section .title.wide {
    width: auto;
  }
}
/********************************************************************************************* 

x. Smaller than 600px

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

x. Smaller than 500px

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

x. Smaller than 440px

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

x. Smaller than 400px

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

x. Smaller than 1100px (HEIGHT)

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

x. Smaller than 800px (HEIGHT)

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

x. Retina Graphics

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

x. Notice

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  #notice a[href="#close"] {
    right: 25px;
  }
}
@media only screen and (max-width: 500px) {
  #notice {
    font-size: 12px;
    line-height: 1.5em;
    padding: 15px 40px;
  }
}
@media only screen and (max-width: 500px) {
  #notice {
    padding: 10px 40px;
  }
}

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