/* ------------------------------------------------------------------------- */
/* !LESS Variables --------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* -- Brand Colors -- */
/* -- Grays -- *//* -- Secondary Colors -- */
/* ------------------------------------------------------------------------- */
/* !Typography ------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
.type * {
  font: normal 14px/22px 'AsapRegular', Arial, sans-serif;
  color: #4c4c53;
}
.type blockquote {
  padding: 4px 0 0 15px;
  margin: 15px;
  font-style: italic;
  line-height: 1.6em;
}
.type blockquote p {
  font-style: italic;
}
.type hr {
  padding: 5px;
}
.type p {
  color: #4c4c53;
  font: normal 14px/22px 'AsapRegular', Arial, sans-serif;
  padding: 0 10px 18px;
}
.type ul li,
.type ol li {
  color: #4c4c53;
  font: normal 14px/18px 'AsapRegular', Arial, sans-serif;
  padding: 0 0 7px;
  margin: 0 13px 4px;
}
.type strong {
  font-weight: bold;
}
.type em {
  font-style: italic;
}
/* ----- List Styles -------- */
.type ul,
.type ol {
  margin-left: 25px;
  margin-bottom: 20px;
}
.type ul li {
  list-style-type: disc;
}
.type ol li {
  list-style-type: decimal;
}
/* ----- Header Styles -------- */
.type h1 a,
.type h2 a,
.type h3 a,
.type h4 a,
.type h5 a,
.type h6 a {
  text-decoration: none;
}
.type h1 {
  background: url(../images/double-hrule-orange.gif) repeat-x left bottom, url(../images/double-hrule-orange.gif) repeat-x left top;
  padding: 12px 10px;
  margin: 10px 0 30px !important;
  font: bold 19px/24px Georgia, serif !important;
  color: #566423;
}
.type h2 {
  font: bold 17px/22px 'AsapBold', Arial, sans-serif;
  margin: 0 10px 7px;
  text-decoration: none;
  color: #231f20;
}
.type h3,
.type h4,
.type h5 {
  font: bold italic 15px/20px 'AsapBoldItal', Arial, sans-serif;
  margin: 0 10px 7px;
  text-decoration: none;
  color: #231f20;
}
.type h6 {
  font: 14px/20px 'AsapBold', Arial, sans-serif;
  margin: 0 10px 5px;
  text-decoration: none;
  color: #231f20;
}
/* ----- Link Styles -------- */
.type a {
  color: #b85914;
  text-decoration: none;
  /* CSS Transition */

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.type a:hover {
  color: #566423;
}
/* ----- Alignment Classes -------- */
.type .left {
  text-align: left;
}
.type .center {
  text-align: center;
}
.type .right {
  text-align: right;
}
.type img.img-float-right .type img.right {
  float: right;
  margin: 0 10px 10px 15px;
}
.type p img.img-float-right,
.type p img.right {
  float: right;
  margin: 0 0 10px 15px;
}
.type img.img-float-left,
.type img.left {
  float: left;
  margin: 0 15px 10px 10px;
}
.type p img.img-float-left,
.type p img.left {
  float: left;
  margin: 0 15px 10px 0;
}
.type img.image-left-nostyle {
  float: left;
  margin: 5px 9px 8px 0;
  border: none;
}
.type img.image-right-nostyle {
  float: right;
  margin: 5px 0 8px 9px;
  border: none;
}
.type p.MsoNormal,
.type p.MsoBodyText {
  margin: 0;
}
/* ----- img style -------- */
.type img {
  padding: 5px;
  background: url(../images/bkg-diagonals.png);
}
.type img.nostyle {
  border: none;
  padding: 0;
}
/* ----- misc, iframes ----- */
.type iframe {
  padding: 5px;
  background: url(../images/bkg-diagonals.png);
}
/* ----- wysiwyg image styles ----- */
.type p.photo-credit,
.type .photo-credit,
.type p.photo-credit a {
  font-size: 10px;
  font-weight: bold;
  font-family: 'AsapBold', Arial, sans-serif;
  line-height: 18px;
}
.photo-credit br {
  line-height: 0;
}
