/* Global */
:link, :visited {
  text-decoration: none
}

ul, ol {
  list-style: none
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
  margin: 0;
  padding: 0
}

a img, :link img, :visited img {
  border: none
}

address {
  font-style: normal
}

.clear {
  clear: both;
}

body {
  font-family: 'Hind', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: .015em;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Hind', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #333;
}

.section-title {
  margin: 0 0 15px 0;
}

h2, .h2 {
  position: relative;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: #141414;
}

header {
  margin: 30px 0 60px;
}

header .spacer {
  margin-bottom: 0;
}

.spacer, .spacer-white {
  position: relative;
  width: 50px;
  height: 1px;
  background-color: #226093;
  margin: 20px auto 20px;
}

.spacer .line, .spacer-white .line {
  position: absolute;
  line-height: 1;
  left: 0;
  width: 100%;
  top: -9px;
}

.spacer .dot, .spacer-white .dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #226093;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Structure */
.content {
  width: 100%;
  height: auto;
  /*max-width: 960px;*/
  margin: 0 auto;
  padding: 0 20px;
}

#container {
  width: 970px;
  margin: 0 auto;
}

#content a {}

#content a:hover {
  text-decoration: underline;
  color: #cf790b;
}

#content h1 {
  font-weight: bold;
  font-size: 30px;
  margin-top: 8px;
}

#content h2 {
  font-size: 21px;
  margin-top: 8px;
}

#content h3 {
  font-size: 14px;
  color: #8d8d8e;
}

#content p {
  margin: 10px 0;
  line-height: 18px;
}

#content ul,
#content ol {
  margin: 10px 0;
}

#content ul li,
#content ol li {
  margin: 3px 30px;
}

#content ul li {
  list-style: disc;
}

#content ol li {
  list-style-type: decimal;
}

/* Content */
.entry-meta {
  clear: both;
  display: block;
}

.single-author .entry-meta .byline {
  display: none;
}

#content nav {
  display: block;
  overflow: hidden;
}

#content nav .nav-previous {
  float: left;
  width: 50%;
}

#content nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#content #nav-above {
  display: none;
}

.paged #content #nav-above,
.single #content #nav-above {
  display: block;
}

#nav-below {
  margin: 1em 0 0;
}

.page-link {
  clear: both;
  margin: 0 0 1em;
}

.page .edit-link {
  clear: both;
  display: block;
}

/* Calculator */
#feeCalculator {
  width: 100%;
  margin: 0 auto;
}

#feeCalculator h2 {
  font-size: 36px;
  line-height: 40px;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  margin: 40px 0 20px 0;
}

.panel.callout {
  border: none;
  background: none;
  text-align: center;
}

label {
  font-family: 'Hind', Arial, sans-serif;
  font-weight: regular;
  color: #787878;
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: .015em;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2em;
  margin: 10px 0 5px 0;
}

label:first-child {
  /*-webkit-font-smoothing: subpixel-antialiased;*/
  color: #333;
}

label.noprint {
  padding-right: 10px;
}

#feeCalculator .results-panel h2 {
  text-align: left;
  margin: 0;
  font-size: 25px;
}

.calc-sup {
  font-size: 20px;
  top: 0;
}

.result-row .columns {
  width: 60%;
}

.result-row .columns.text-right {
  width: 40%
}

input[type="submit"] {
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  color: #000;
  background-color: #fff;
  border: 2px solid #226093;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  margin: 15px 0 0 0;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #226093;
  border: 2px solid #226093;
  color: #fff;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"], select {
  font-size: 15px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #000;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: none;
  border: 1px solid #cccccc;
}

.office-select {
  margin: 0 0 15px;
  display: none;
}

#location {
  width: 210px;
  border: 1px solid #cccccc;
  border-left: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  margin: 0 0 0 -4px;
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: bottom;
  padding: 0 0 0 10px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  line-height: 39px;
}

.office-dropdown {
  margin-left: -21px;
}

#location:focus,
input:focus {
  outline: none;
}

#tn, #buyer {
  display: none;
}

.officesign {
  display: inline-block;
  width: 49px;
  height: 37px;
  background-color: #226093;
  color: #fff;
  text-align: center;
  float: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}

#purchasePrice,
#loanAmount {
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}

.panel.callout {
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: none;
  margin: 50px 0;
}

#purchase-price .columns.end,
#loan-amount .columns.end {
  width: 35%;
}

.result-title {
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1;
  padding: 10px 0;
}

.result-value {
  top: 5px;
}

.result-row {
  padding: 0 5px;
}

.result-row:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

a.printCalc,
a.printCalc:visited {
  margin: 15px 0 0 0;
  color: #272727;
}

.panel.callout a.mail,
.panel.callout a.mail:visited {
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
}

.printCalc:hover {
  color: #787878;
}

.panel {
  border-color: #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
}

.panel.callout a.mail:hover {
  color: #787878;
}

.postfix.button {
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal;
  color: #000;
  background-color: #fff;
  border: 2px solid #226093;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 2px 20px 1px;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}

.postfix.button:hover {
  color: #fff;
  background-color: #226093;
  border: 2px solid #226093;
}

#receive-email {
  display: none !important;
}

input#email {
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  height: 40px;
}

span.prefix, label.prefix {
  background: #226093;
  border-right: none;
  color: #fff;
  border-color: #226093;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {

  #purchase-price .columns,
  #loan-amount .columns {
    width: 37px;
  }

  #purchase-price .columns.end,
  #loan-amount .columns.end {
    max-width: 168px;
  }

  #calc-results-panel {
    margin-top: 50px;
  }

  .content {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .content {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 480px) {
  .content {
    padding: 0 20px;
  }
}