@charset "UTF-8";
.feed-grid {
  border-top: 2px solid #beb4b0;
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 500px;
  padding: 40px 20px 0; }
  @media screen and (min-width: 1024px) {
    .feed-grid {
      margin-top: 40px;
      max-width: 1000px;
      padding: 50px 0 0; } }
.home .feed-grid {
  border: 0;
  margin-top: 0; }
.feed-grid__title {
  color: #b9280b;
  font-family: "Rokkitt", serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .07rem;
  text-transform: uppercase; }
.feed-grid__items {
  box-sizing: border-box;
  margin: 0 -18px;
  padding: 20px 0 0; }
  @media screen and (min-width: 1024px) {
    .feed-grid__items {
      display: flex; } }
.feed-grid__item {
  box-sizing: border-box;
  padding: 0 18px 20px; }
  @media screen and (min-width: 1024px) {
    .feed-grid__item {
      width: 33.3333%; } }
.feed-grid__item:last-of-type {
  padding-bottom: 0; }
.feed-grid__item--int {
  align-items: flex-start;
  display: flex; }
.feed-grid__item--image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 0 auto;
  height: 134px;
  width: 134px; }
.feed-grid__item--content {
  flex: 1 1 auto;
  padding: 0 0 0 20px; }
.feed-grid__item--content h3 {
  color: #44322a;
  font-family: "Rokkitt", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 4px;
  transition: all .15s ease-in-out; }
  .feed-grid__item--content h3:hover {
    color: #b9280b; }
.feed-grid__item--content span {
  color: #a79a94;
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 5px;
  text-transform: uppercase;
  transition: all .15s ease-in-out; }
  .feed-grid__item--content span:hover {
    color: #b9280b; }
.feed-grid__item--like {
  background-image: url("./images/icn-like.svg");
  background-position: right 1px;
  background-repeat: no-repeat;
  background-size: 13.5px 12.5px;
  display: inline-block;
  padding-right: 20px; }
  .feed-grid__item--like:hover {
    color: #b9280b; }
.feed-grid__section-action-link {
  color: #a79a94;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07rem;
  text-transform: uppercase;
  transition: all .15s ease-in-out; }
  .feed-grid__section-action-link:hover {
    color: #b9280b; }

#contentInner .innerContentLeft .validation_error {
  color: #b9280b;
  font-weight: 700;
  padding: 0 0 20px; }
#contentInner .innerContentLeft .gform_fields {
  margin: 0; }
#contentInner .innerContentLeft .gfield {
  box-sizing: border-box;
  list-style: none;
  width: 100%; }
  @media screen and (min-width: 600px) {
    #contentInner .innerContentLeft .gfield {
      display: flex;
      flex-wrap: wrap; } }
#contentInner .innerContentLeft .gfield label {
  box-sizing: border-box;
  color: #44322a;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 5px; }
  @media screen and (min-width: 600px) {
    #contentInner .innerContentLeft .gfield label {
      display: flex;
      flex-direction: row-reverse;
      font-size: 19px;
      padding: 6px 20px 0 0;
      text-align: right;
      width: 233px; } }
#contentInner .innerContentLeft .gfield .validation_message {
  box-sizing: border-box;
  color: #b9280b;
  flex: 1 0 auto;
  margin: -5px 0 10px;
  padding-left: 233px;
  width: 100%; }
@media screen and (min-width: 600px) {
  #contentInner .innerContentLeft .gfield .ginput_container {
    width: calc(100% - 233px); } }
#contentInner .innerContentLeft .gfield input,
#contentInner .innerContentLeft .gfield textarea {
  border-radius: 4px;
  border: 1px solid #b3a7a2;
  box-sizing: border-box;
  color: #44322a;
  font-size: 16px;
  margin: 0 0 15px;
  padding: 5px;
  width: 100%; }
  @media screen and (min-width: 600px) {
    #contentInner .innerContentLeft .gfield input,
    #contentInner .innerContentLeft .gfield textarea {
      margin: 0 0 10px;
      max-width: 350px; } }
#contentInner .innerContentLeft .gfield.gfield_error input,
#contentInner .innerContentLeft .gfield.gfield_error textarea {
  border-color: #b9280b; }
#contentInner .innerContentLeft .gfield select {
  background-color: white;
  background-image: url("./images/icn-arrow-down.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 12.6px 6.9px;
  border-radius: 4px;
  border: 1px solid #beb4b0;
  color: #b3a7a2;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 15px;
  padding: 8px 50px 10px 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (min-width: 600px) {
    #contentInner .innerContentLeft .gfield select {
      margin: 0 0 10px;
      width: 176px; } }
#contentInner .innerContentLeft .gform_footer {
  box-sizing: border-box;
  padding: 20px 0 30px 0;
  text-align: right; }
  @media screen and (min-width: 600px) {
    #contentInner .innerContentLeft .gform_footer {
      max-width: 583px; } }
#contentInner .innerContentLeft .gform_footer input {
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  padding: 12px 25px;
  transition: all .15s ease-in-out; }
  @media screen and (min-width: 600px) {
    #contentInner .innerContentLeft .gform_footer input {
      padding: 7px 18px; } }
  #contentInner .innerContentLeft .gform_footer input:hover {
    background-color: #a79a94;
    color: white; }

/* pagination styles */
.pagination {
  margin: 18px 0; }

#contentInner .pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  color: #34302e !important;
  background: #eee9e7;
  font-weight: bold; }

#contentInner .pagination a[href] {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  color: #9f9a98 !important;
  background: white;
  font-weight: normal; }

.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5; }

.pagination .active a {
  color: #999999;
  cursor: default; }

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent; }

#contentInner .pagination a:first-child {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.pagination a:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

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

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

#contentInner .rightSidebarInterior {
  border: 2px solid #beb4b0;
  border-radius: 12px;
  overflow: visible; }
#contentInner .rightSidebarInterior .sidebar--title {
  background-color: #b9280b;
  border-radius: 12px 12px 0 0;
  color: white;
  font-family: "Rokkitt", serif;
  font-size: 21px;
  font-weight: 700;
  margin: -2px -12px 0;
  padding: 9px 10px 5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
#contentInner .rightSidebarInterior .sidebar--nav {
  background-color: #d5cfcc;
  border-bottom: 2px solid #beb4b0;
  margin: 0 -10px;
  padding: 15px 10px; }
#contentInner .rightSidebarInterior .sidebar--nav h4 {
  color: #b9280b;
  font-family: "Rokkitt", serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
#contentInner .rightSidebarInterior .sidebar--nav ul {
  border-bottom: 1.5px solid #beb4b0;
  margin: 0 0 20px;
  padding: 0 0 15px; }
#contentInner .rightSidebarInterior .sidebar--nav ul:last-of-type {
  border-bottom: 0;
  margin: 0;
  padding: 0; }
#contentInner .rightSidebarInterior .sidebar--nav li {
  float: none;
  margin: 0; }
#contentInner .rightSidebarInterior .sidebar--nav a {
  background-image: url("./images/icn-arrow-brown.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 15px;
  color: #44322a;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  padding: 5px 20px 5px 0; }
  #contentInner .rightSidebarInterior .sidebar--nav a:hover {
    text-decoration: underline; }
    #contentInner .rightSidebarInterior .sidebar--nav a:hover span {
      text-decoration: underline; }
  #contentInner .rightSidebarInterior .sidebar--nav a span {
    color: #b9280b;
    font-weight: 500;
    display: block; }
#contentInner .rightSidebarInterior .sidebar--nav__checkboxes a {
  background-image: none;
  position: relative; }
#contentInner .rightSidebarInterior .sidebar--nav__checkboxes a:before, #contentInner .rightSidebarInterior .sidebar--nav__checkboxes a:after {
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px; }
#contentInner .rightSidebarInterior .sidebar--nav__checkboxes a:after {
  background-color: white;
  border: 1px solid #beb4b0;
  content: '';
  z-index: 1; }
#contentInner .rightSidebarInterior .sidebar--nav__checkboxes a:before {
  background-image: url("./images/icn-checkbox.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  color: #b9280b;
  content: '';
  display: none;
  margin-top: -6px;
  right: 1px;
  z-index: 2; }
#contentInner .rightSidebarInterior .sidebar--nav__checkboxes a.active:before {
  display: block; }

.sidebar--cta {
  background-color: #FAF9F7;
  border-radius: 0 0 12px 12px;
  display: block;
  margin: 0 -10px -10px;
  padding: 20px;
  text-align: center; }
.sidebar--cta img {
  display: inline-block;
  height: auto;
  margin: 0 auto 35px auto;
  width: 100%; }

.sidebar-currently-reading {
  background-image: url("./images/bg-lines.svg");
  background-position: center;
  background-size: 326px 422px;
  background-repeat: no-repeat;
  margin: 10px -10px -10px;
  padding: 15px;
  width: auto; }
.sidebar-currently-reading span {
  border-bottom: 2px solid #b9280b;
  color: #b9280b;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }
.sidebar-currently-reading h2 {
  font-family: "Rokkitt", serif;
  font-size: 21px;
  font-weight: 600;
  padding: 15px 0 10px; }
.sidebar-currently-reading h3 {
  color: #b9280b !important;
  font-family: "Rokkitt", serif;
  font-size: 14px;
  font-weight: 600; }

.frontLinks {
  display: block;
  background: url(images/arrowGrey.png) 91% center no-repeat #eee8e6;
  padding: 9px 7px 9px 14px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e0dad9;
  margin-bottom: 15px;
  color: #51423e;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.03em;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  position: relative;
  font-weight: bold;
  text-shadow: 1px 1px 1px #f8f4f3;
  filter: dropshadow(color=#f8f4f3, offx=1, offy=1);
  -webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.05); }
.frontLinks:hover {
  background: url(images/arrowRed.png) 95% center no-repeat #f4f0ed;
  border: 1px solid #d6d0cf;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.1); }
.frontLinks span {
  color: #b9280b;
  font-style: italic; }

.button {
  background-color: #b9280b;
  border-radius: 3.5px;
  color: white;
  display: inline-block;
  font-family: "Rokkitt", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.6px;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .15s ease-in-out;
  -webkit-font-smoothing: antialiased; }
  .button:hover {
    background-color: #a79a94; }
.button.alt {
  background-color: #a79a94; }
  .button.alt:hover {
    background-color: #b9280b; }
p + .button {
  margin-top: -10px; }

.button--simple {
  color: #b9280b;
  font-weight: 700;
  margin-left: 20px;
  text-transform: uppercase;
  transition: all .15s ease-in-out; }
  .button--simple:hover {
    color: #44322a; }

#contentInner .widget-container {
  float: none;
  margin: 0 auto 30px;
  padding: 0;
  width: 205px; }

.widget-testimonial {
  background-image: url("images/BC_quoteFront.png");
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-style: italic;
  height: 152px;
  justify-content: center;
  margin-top: 10px;
  padding-top: 0;
  text-align: center;
  width: 270px; }
.widget-testimonial p {
  padding-left: 15px;
  padding-right: 12px;
  text-align: left;
  line-height: 1.25em; }
.widget-testimonial p span {
  font-size: 20px;
  color: #811e18; }
.widget-testimonial p span.smallQuote {
  font-size: 14px; }
.widget-testimonial p.quoteAuthor {
  font-size: 13px;
  color: #811e18;
  line-height: 1.2em;
  text-align: right; }

#contentInner .rightSidebarInterior .widget-container {
  background-image: url("./images/bg-lines.svg");
  background-position: center;
  background-size: 326px 422px;
  background-repeat: no-repeat;
  margin: 0 -10px 10px;
  padding: 0 10px 20px;
  width: auto; }
#contentInner .rightSidebarInterior .widget-testimonial {
  background: none;
  color: #413b3b;
  height: auto;
  margin: 0;
  padding: 20px 0 0;
  width: 100%; }
#contentInner .rightSidebarInterior .widget-testimonial p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.35em; }

/*
 * Theme Name: The Building Consultant
 * Theme Version: 1.0
 * Theme Author: Flying Hippo Web Technologies
 * Theme URI: http: //www.flyinghippo.com/
 */
/* Generated by Font Squirrel (http: //www.fontsquirrel.com) on August 12, 2010 04: 07: 02 PM America/New_York 

@font-face {
	font-family: 'GeometricSlabserif703MediumRe';
	src: url('fonts/slabdream3normal-webfont.eot');
	src: local('☺'), url('fonts/slabdream3normal-webfont.woff') format('woff'), url('fonts/slabdream3normal-webfont.ttf') format('truetype'), url('fonts/slabdream3normal-webfont.svg#webfont2jafWb7Z') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GeometricSlabserif703ExtraBol';
	src: url('fonts/slabdream3xbold-webfont.eot');
	src: local('☺'), url('fonts/slabdream3xbold-webfont.woff') format('woff'), url('fonts/slabdream3xbold-webfont.ttf') format('truetype'), url('fonts/slabdream3xbold-webfont.svg#webfontvM7sKmq9') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GeometricSlabserif712ExtraBol';
	src: url('fonts/slabdreambold-webfont.eot');
	src: local('☺'), url('fonts/slabdreambold-webfont.woff') format('woff'), url('fonts/slabdreambold-webfont.ttf') format('truetype'), url('fonts/slabdreambold-webfont.svg#webfontJMcRBCRz') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GeometricSlabserif712MediumRe';
	src: url('fonts/slabdreammedium-webfont.eot');
	src: local('☺'), url('fonts/slabdreammedium-webfont.woff') format('woff'), url('fonts/slabdreammedium-webfont.ttf') format('truetype'), url('fonts/slabdreammedium-webfont.svg#webfontWjDGNwo0') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
* {
  outline: none; }

body, div, dl, dd, h1, h2, h3, h4, h5, h6, ul, li, p, pre, th, td, ol {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

ul {
  list-style-type: none; }

strong {
  font-style: normal; }

img {
  border: 0; }

span {
  display: inline; }

body {
  font-family: 'Karla', Verdana, Helvetica, Arial, sans-serif;
  background-color: white;
  font-size: 14px;
  color: #413b3b;
  line-height: 1.3em; }

html {
  height: 100%; }

h1 {
  padding: 0;
  margin: 0; }

table {
  border-spacing: 0; }

a {
  text-decoration: none; }

/*tr, td { vertical-align: top;}*/
h1 {
  line-height: 1em; }

hr {
  background-color: #beb4b0;
  border: 0;
  color: #e2ded6;
  float: left;
  height: 2px;
  margin-bottom: 20px;
  width: 100%; }

p {
  display: block;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px; }

body {
  background: url(images/BG_bgTexture.jpg); }

blockquote {
  margin-left: 20px; }

#contentInner blockquote p {
  border-top: 1px dotted #c4bdba;
  color: #362b28;
  font-size: 1.2em;
  font-weight: normal;
  font-style: italic;
  padding-bottom: 10px;
  padding-top: 8px; }

a div.rssBig {
  background-image: url("images/BC_rssBig.png");
  height: 21px;
  width: 21px; }

a:hover div.rssBig {
  background-image: url("images/BC_rssBigOver.png");
  height: 21px;
  width: 21px; }

/* front page featured containers */
#frontPage {
  clear: both;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
  position: relative; }
  @media screen and (min-width: 1024px) {
    #frontPage {
      margin-top: 35px; } }

.frontPageHouse {
  display: none;
  position: relative;
  width: 320px; }
  @media screen and (min-width: 1024px) {
    .frontPageHouse {
      display: block;
      float: left; } }

#homeSlider {
  background-image: url(images/bg-bubbleImg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  height: 269px;
  margin: 0 auto;
  padding: 35px 15px 15px 15px;
  position: relative;
  width: 270px; }
  @media screen and (min-width: 1024px) {
    #homeSlider {
      float: right;
      top: 108px; } }

#homeSlider a {
  display: block; }

.Mark {
  float: right;
  position: relative; }

.introText {
  position: relative; }
  @media screen and (min-width: 768px) {
    .introText {
      margin: 0 auto;
      max-width: 500px; } }
  @media screen and (min-width: 1024px) {
    .introText {
      float: left;
      max-width: none;
      width: 315px; } }
.introText img {
  margin-bottom: 20px;
  margin-top: 50px;
  width: 315px; }
.introText h2 {
  font-size: 1.85em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.015em;
  margin-bottom: 0.5em; }
.introText h2 span {
  color: #41322b; }
.introText p {
  font-size: 13px;
  margin-bottom: 1.3em; }

a.linkSmall.print {
  background-color: rgba(238, 232, 230, 0.3);
  background-image: url("./images/print-icon.png");
  background-position: 95% center;
  background-repeat: no-repeat;
  border-radius: 4px;
  border: 1px solid #e0dad9;
  display: inline-block;
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.05);
  color: #51423e;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 8px 27px 8px 12px;
  position: relative;
  transition: all 125ms ease-in;
  text-shadow: 1px 1px 1px #f8f4f3;
  text-transform: uppercase;
  width: auto; }
a.linkSmall.print:hover {
  background: url(images/print-icon.png) 95% center no-repeat #eee8e6;
  border: 1px solid #c5b9b6;
  color: #29150C; }

/* home content */
.homeContainer {
  background-color: #402D25;
  border-top: 9px solid #FFD186;
  border-bottom: 5px solid #FFD186;
  clear: both;
  position: relative;
  width: 100%; }
.homeContainer:before {
  background-color: #AF8E45;
  height: 5px;
  content: '';
  display: block;
  width: 100%; }
.homeContainer:after {
  background-color: #BC431F;
  height: 11px;
  content: '';
  display: block;
  width: 100%; }

.content {
  /* Home Reports */ }
  .content {
    font-size: 15px;
    margin: 0 auto;
    text-align: left;
    padding: 53px 20px 20px; }
    @media screen and (min-width: 768px) {
      .content {
        max-width: 500px;
        padding: 53px 0 20px; } }
    @media screen and (min-width: 1024px) {
      .content {
        display: flex;
        max-width: 1000px;
        padding: 53px 20px 20px; } }
  .content h2,
  .content h2 a {
    font-family: "Rokkitt", serif;
    font-size: 26px;
    text-transform: uppercase;
    color: White;
    text-shadow: 1px 1px 10px #170b0b;
    display: inline;
    padding-right: 6px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 15px; }
  .content h2.homereports {
    color: #d43308; }
  .content h1.homereports,
  .content .NextPreviousPage a:hover {
    color: #b9280b; }
  .content h1.homearticles {
    color: #ffd186; }
  .content h3.articleTitle a {
    font-family: "Rokkitt", serif;
    font-size: 19px;
    color: #ffd186;
    text-shadow: none;
    text-transform: none;
    letter-spacing: 1px;
    /*background-color: Blue;*/
    padding: 0 2px 0 0;
    font-weight: normal;
    display: inline-block; }
  .content a.articleTitle {
    font-size: 16px;
    color: #ffd186;
    text-shadow: none;
    text-transform: none;
    letter-spacing: 0.03em;
    /*background-color: Blue;*/
    padding: 0 2px 0 0;
    font-weight: normal;
    font-style: italic;
    display: inline-block;
    font-family: 'Karla',Verdana,Helvetica,Sans-Serif; }
  .content h3.articleTitle a:hover {
    text-decoration: underline; }
  .content a.articleTitle span {
    color: white;
    font-weight: bold;
    font-style: normal; }
  .content a {
    color: #876d60;
    font-size: 10px;
    font-family: 'Karla', Verdana, Helvetica, Sans-Serif;
    text-transform: uppercase; }
  .content a:hover {
    color: white; }
  .content .post img {
    height: auto;
    width: 110%; }

#access a[title="RSS Feed"],
#access a[title] img {
  margin-top: 27px;
  padding-right: 0; }

/* MAIN CONTENT */
#contentInner h3 {
  color: #3f2d25;
  font-size: 17px;
  clear: both;
  text-transform: capitalize;
  line-height: 1.3em;
  margin-bottom: 0.5em; }

.postDate {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #B9280B;
  margin-bottom: 20px; }

@media screen and (min-width: 1024px) {
  .leftPanel,
  .middlePanel,
  .rightPanel {
    margin-right: 15px;
    padding: 0;
    width: calc(33.3333% - 15px); } }

@media screen and (min-width: 1024px) {
  .rightPanel {
    margin-right: 0;
    width: 33.33333%; } }

.articleDate {
  color: #FFD186;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  width: 150px;
  margin-bottom: 8px; }

.articleDate2 {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  display: block; }

a.postArticles:hover {
  background-color: #35241c;
  cursor: hand; }

.totalDamageBg {
  background: #b9280b;
  border: 1px solid #d63d1e;
  border-radius: 5px;
  color: white;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  padding: 4px;
  width: 106px; }

.post table.frontReports td {
  vertical-align: middle; }

.post a table.frontReports:hover {
  background-color: #35241c;
  cursor: hand; }

/* ARTICLES */
.postArticles {
  padding-right: 3px;
  width: 300px; }

.postArticles p {
  color: white;
  font-size: 11px;
  line-height: 1.5em; }

.post {
  margin-top: 20px;
  clear: both;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #4f3b32; }

.leftPanel .post {
  height: 100px; }

.post a {
  cursor: hand; }

.reportThumb {
  border-radius: 3px;
  border: 3px #594941 solid;
  border: 4px rgba(255, 255, 255, 0.1) solid;
  height: 78px;
  display: block;
  float: left;
  margin-right: 24px;
  overflow: hidden;
  width: 92px; }

/* INTERIOR PAGES */
#contentInner ul + p {
  clear: both; }

#contentInner div.postReportLong ~ p {
  font-size: 14px;
  margin-bottom: 17px;
  clear: both;
  line-height: 1.6em;
  width: 100%; }

#contentInner p.comment-form-comment {
  margin: 0;
  padding: 0; }

#contentInner p.comment-form-comment label {
  display: block; }

#contentInner p.comment-form-comment textarea {
  display: block;
  margin: 0;
  padding: 0;
  width: 715px; }

#contentInner img.alignleft,
#contentInner img.ngg-left {
  float: left;
  height: auto;
  margin-right: 15px;
  max-width: 320px;
  padding: 6px; }

.ngg-singlepic {
  margin-bottom: 1em; }

#contentInner img.alignleft.image-simple,
#contentInner img.alignright.image-simple {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0; }

#contentInner img.ngg-right,
#contentInner img.alignright {
  background: white;
  border: solid 1px #cbc4c4;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(153, 153, 153, 0.35);
  float: right;
  margin-bottom: 15px;
  margin-right: 0;
  margin-top: 25px;
  max-width: 100%;
  height: auto;
  padding: 6px; }

.innerContentLeft img {
  background-color: transparent;
  margin-bottom: 22px;
  max-width: 100%;
  padding: 0; }

#contentInner p a {
  color: #C65829;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase; }

#contentInner .pagelinks {
  color: #352d2d;
  font-weight: bold;
  margin-bottom: 30px; }

#contentInner .pagelinks a {
  color: #9d8d8d;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase; }

#contentInner p a:hover {
  color: #3F2D25; }

#contentInner p.longParagraph {
  width: 530px; }

#contentInner a.RSS_smallest img {
  margin-bottom: -2px; }

/* content styles for articles and reports */
@media screen and (min-width: 1024px) {
  #contentInner .innerContentLeft {
    float: left;
    width: 637px; } }
@media screen and (min-width: 1280px) {
  #contentInner .innerContentLeft {
    width: 677px; } }

.page-content ul {
  margin-bottom: 1.5em;
  margin-left: 2em; }
.page-content li {
  float: none;
  width: auto;
  list-style-type: disc;
  margin-bottom: 4px; }

.rightSidebarInterior {
  border: 1px solid #dacecc;
  border-radius: 4px;
  overflow: hidden;
  padding: 0 10px 10px;
  width: 200px; }
  @media screen and (max-width: 1023px) {
    .rightSidebarInterior {
      clear: both;
      left: 0 !important;
      margin: 0 auto !important;
      position: relative !important;
      top: 0 !important; } }
  @media screen and (min-width: 1024px) {
    .rightSidebarInterior {
      float: right; } }

.page-content h1 {
  color: #b9280b;
  font-family: "Rokkitt", serif;
  font-size: 40px;
  line-height: .8;
  margin-bottom: 15px;
  margin-right: 4px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.025em; }
  @media screen and (min-width: 768px) {
    .page-content h1 {
      font-size: 61px; } }
.page-content h2 {
  font-size: 22px;
  color: #3f2d25;
  font-family: "Rokkitt", serif;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 7px;
  display: block;
  margin-right: 10px;
  margin-top: 26px;
  /*padding-right: 80px;*/
  line-height: 1.1em; }
  @media screen and (min-width: 768px) {
    .page-content h2 {
      font-size: 30px; } }
.page-content h4 {
  font-size: 20px;
  color: #5e5151;
  font-family: "Rokkitt", serif;
  text-transform: none;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.25em;
  padding-right: 85px;
  display: block;
  clear: both; }
.page-content a.contactMark {
  background-image: url("./images/envelop-icon.png");
  background-position: 115% center;
  background-repeat: no-repeat;
  background-color: rgba(238, 232, 230, 0.3);
  border: 1px solid #e0dad9;
  border-radius: 4px;
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.05);
  color: #51423e;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-left: 13px;
  padding: 5px 9px 5px 9px;
  position: relative;
  text-shadow: 1px 1px 1px #f8f4f3;
  text-transform: uppercase;
  transition: all .15s ease-in;
  width: auto; }
.page-content a.contactMark:hover {
  background-color: #B9280B;
  background-image: url("./images/envelop-icon-over.png");
  background-position: 97% center;
  background-repeat: no-repeat;
  color: white;
  padding: 5px 26px 5px 9px;
  text-shadow: 0px 1px 0px rgba(18, 16, 18, 0.7); }
.page-content .postReportLong + div + h4 {
  font-size: 36px;
  color: #5e5151;
  font-family: "Rokkitt", serif;
  text-transform: none;
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 1.25em;
  padding-right: 85px;
  display: block;
  clear: both;
  margin-top: 30px; }
.page-content p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 17px;
  width: 100%; }

.ArticleImage {
  display: inline;
  float: right;
  margin: 45px 0 0 0;
  padding: 0 4px 0 0;
  position: relative; }

/* FOOTER INTERIOR PAGES */
#footerInner {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 260px;
  /*background-color: Fuchsia;*/
  color: #a99b94;
  font-size: 11px;
  text-align: left;
  padding-top: 55px;
  background-color: #3f2d25;
  background-image: url("images/BC_footerBg.gif");
  background-repeat: repeat-x;
  margin-top: 20px;
  clear: both; }
#footerInner a {
  color: white; }

/* Breadcrumb */
.breadcrumb {
  color: #3F2D25;
  font-size: 11px;
  margin: 10px 0 0; }
  @media screen and (min-width: 768px) {
    .breadcrumb {
      margin-bottom: 50px; } }
.breadcrumb h2 {
  font-family: "Rokkitt", serif;
  font-weight: 700 !important;
  padding-right: 10px !important;
  text-transform: uppercase; }
.breadcrumb .trail-end {
  font-size: 13px;
  font-weight: bold; }
.breadcrumb a {
  font-size: 11px;
  color: #A99B94; }
  .breadcrumb a:hover {
    color: #3F2D25; }

/* REPORTS INDEX PAGE & STYLING */
.reportsContainer {
  margin-top: 15px; }
  @media screen and (min-width: 768px) {
    .reportsContainer {
      float: left;
      width: calc(100% - 214px); } }

.postReport {
  color: #696363;
  width: 318px;
  /*320px;*/
  height: auto;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
  float: left;
  position: relative;
  font-size: 13px;
  margin-right: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#contentInner .postReportLong {
  align-items: flex-start;
  color: #696363;
  display: flex;
  font-size: 12px;
  height: auto;
  margin: 0 0 15px; }
  @media screen and (min-width: 768px) {
    #contentInner .postReportLong {
      height: 145px; } }

.innerContentLeft .postReportLong {
  width: auto; }

.innerContentLeft .postReportLong h2 {
  margin-top: 0; }

.innerContentLeft .postReportLong h2 a {
  color: #3F2D25;
  display: block;
  font-family: 'Rokkitt',serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 1em;
  margin-bottom: 7px;
  margin-right: 10px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    .innerContentLeft .postReportLong h2 a {
      font-size: 26px; } }

a.caseNumber {
  font-family: 'Rokkitt',serif;
  font-size: 22px;
  color: #3f2d25;
  display: block;
  margin-right: 2px;
  font-weight: bold;
  margin-top: 4px;
  padding: 0;
  margin-bottom: 0.15em; }

.innerContentLeft .postReportLong h2 a:hover,
a.caseNumber:hover {
  color: #B3401D; }

.postReport span, .postReportLong span {
  font-weight: bold;
  color: #b3401d; }

.postReport img {
  /*width: 76px;*/
  height: auto;
  width: 100px;
  border: 2px #ae9b72 solid;
  position: relative;
  bottom: 0;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 3px; }

.postReportLong a.articleThumb {
  border: 4px solid #a79a94;
  border-radius: 0;
  display: block;
  flex: 0 0 100px;
  height: 90px;
  margin: 0 24px 24px 0;
  overflow: hidden;
  width: 100px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .postReportLong a.articleThumb {
      margin-bottom: 0; } }

.postRight {
  flex: 1 1 auto; }

.innerContentLeft .postRight p {
  font-size: 13px;
  line-height: 1.3em; }

.postRight:after, #contentInner .postReportLong:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.innerContentLeft .postReportLong img {
  /*width: 185px;
  height: auto;
  border: 2px #ae9b72 solid;
  margin-right: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e0dad9;*/
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: 0; }

.postReportLongThumbnail {
  float: left;
  margin-right: 25px !important;
  width: 100px; }
  @media screen and (min-width: 768px) {
    .postReportLongThumbnail {
      width: 185px; } }

.innerContentLeft .postReportLong .postReportLongThumbnail img {
  width: 100%; }

#contentInner ul.homeDetailsList {
  width: 180px;
  float: left;
  margin: 0;
  padding: 10px 0 0 0;
  list-style-type: none;
  font-size: 14px; }

.homeDetailsList li {
  list-style-type: none !important; }

/* Articles Index */
/* RIGHT NAVIGATION : Categories, Contents etc */
.rightNavContainer {
  padding: 7px 0 7px 0;
  margin: 0;
  line-height: 0;
  font-size: 12px;
  color: #29150c;
  margin-top: 0;
  width: 100%;
  background: #e7e5df;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #c8beb9;
  -moz-box-shadow: 0 0 4px rgba(153, 153, 153, 0.35);
  -webkit-box-shadow: 0 10 4px rgba(153, 153, 153, 0.35);
  box-shadow: 0 0 4px rgba(153, 153, 153, 0.35);
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .rightNavContainer {
      float: right;
      width: 212px; } }

#contentInner .rightNavContainer ul {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 13px; }

#contentInner .rightNavContainer ul li {
  float: none;
  width: 100%;
  height: auto;
  margin: 4px 0;
  list-style-type: none; }

#contentInner .rightNavContainer ul li a {
  display: block;
  padding: 7px 8px 7px 11px;
  width: auto;
  line-height: 1.35em; }

#contentInner .rightNavContainer ul li a:hover {
  background: #f4f2ed;
  color: #252012; }

#contentInner .rightNavContainer td.navRightMiddle ul li {
  line-height: 1.25em;
  display: block;
  /*background-color: Aqua;*/
  /*text-indent: 32px;*/
  margin: 4px 0;
  padding: 0;
  width: 100%; }

td.navRightMiddle {
  background-image: url("images/BC_navRightMiddle.png");
  background-repeat: repeat-y; }

#contentInner td.navRightMiddle ul {
  margin: 0; }

.rightNavContainer li a {
  color: #29150c;
  display: block;
  padding: 5px 10px 5px 20px; }

.rightNavContainer table {
  margin-bottom: 15px; }

.rightNavContainer li a.selectedCategory {
  background-color: #e0a21d;
  color: White; }

.rightNavContainer li a:hover {
  background-color: #e0a21d;
  color: White; }

/* Next and Previous Page */
.NextPreviousPage {
  margin-top: 15px;
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  text-align: right;
  /*padding-right: 50px;*/ }

.NextPreviousPage a, a.linkSmall {
  font-size: 11px;
  color: #3f2d25;
  padding: 0;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  background: url(images/right-arrow.png) 95% center no-repeat rgba(238, 232, 230, 0.3);
  padding: 8px 27px 8px 12px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e0dad9;
  margin-bottom: 15px;
  color: #51423e;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.03em;
  -webkit-transition: all 125ms ease-in;
  -moz-transition: all 125ms ease-in;
  -ms-transition: all 125ms ease-in;
  -o-transition: all 125ms ease-in;
  transition: all 125ms ease-in;
  position: relative;
  font-weight: bold;
  text-shadow: 1px 1px 1px #f8f4f3;
  filter: dropshadow(color=#f8f4f3, offx=1, offy=1);
  -webkit-box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.05);
  width: auto; }

a.prevPage {
  float: left;
  padding: 8px 12px 8px 27px;
  background: url(images/left-arrow.png) 5% center no-repeat rgba(238, 232, 230, 0.3); }

/* Comments */
.comment {
  padding: 20px 20px 20px 20px;
  /*margin: 25px 45px 15px 0;*/
  background-color: #e4e2dd;
  clear: both;
  /*width: 695px;*/
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d4d1ca; }

h3#reply-title {
  margin-top: 40px; }

#contentInner .comment h1 {
  font-size: 18px;
  margin: 0;
  padding: 0; }

#contentInner .comment h2 {
  font-size: 12px;
  margin: 0;
  padding: 0; }

/* DEVELOPER MODIFICATIONS BEGIN */
/* FOOTERNAV BEGIN */
span.nav {
  display: inline-block; }

span.nav.pgid_11 {
  width: 55px; }

span.nav.pgid_15 {
  width: 80px; }

span.nav.pgid_17 {
  width: 65px; }

span.nav.pgid_19 {
  width: 65px; }

span.nav.pgid_21 {
  width: 65px; }

span.nav.pgid_23 {
  width: 150px; }

span.nav.pgid_25 {
  width: 75px; }

span.nav.pgid_27 {
  width: 80px; }

/* FOOTERNAV END */
.caseIndexThumb {
  width: auto;
  float: left; }

.report-description {
  width: 190px;
  float: right;
  font-size: 12px; }

.postReport .caseIndexThumb img {
  width: 110px;
  border: 1px solid #CBC4C4; }

.contentReportIndexTDLR td {
  vertical-align: top; }

.contentReportIndexTDLR td div.postReport table tr td {
  vertical-align: bottom; }

.qa-column-prefix {
  font-size: 30px;
  vertical-align: top; }

.qa-item p {
  margin-top: 0px; }

.subPages .nav.top > a {
  display: none; }

/* Updates from Jan 12, 2011 for the Right Sidebar*/
/*.rightSidebarInterior
{
	width: 210px;
	height: auto;
	min-height: 400px;
	display: block;
	margin: 0;
	padding: 0;
	background: #92897b;
	clear: both;
	position: relative;
}*/
#contentInner div.rightSidebarInterior ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  /*background: orange;*/
  display: block;
  width: 100%;
  /*height: 400px;*/
  height: auto; }

#contentInner table tr td div.rightSidebarInterior ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: none;
  clear: both;
  display: block;
  /*background: blue;*/
  width: 100%;
  margin-right: 0;
  margin-bottom: 35px; }

#contentInner
table
tr
td
div.rightSidebarInterior
ul
li
div.widget-testimonial {
  background: none;
  background-repeat: no-repeat;
  min-height: 153px;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
  width: auto; }

#contentInner
table
tr
td
div.rightSidebarInterior
ul
li
div.widget-testimonial
p {
  font-family: 'Karla', Verdana, Helvetica, Arial, sans-serif;
  font-style: normal;
  color: black;
  font-size: 15px !important;
  line-height: 1.45em;
  color: white;
  font-weight: normal;
  padding: 4px 11px;
  margin: 0; }

#contentInner table tr td div.rightSidebarInterior ul li div.widget-testimonial p.quoteAuthor {
  font-family: "Rokkitt", serif;
  letter-spacing: 0.3px;
  color: #633b13;
  font-size: 14px;
  margin-top: 0;
  padding-top: 0; }

.page__404 {
  background-image: url("./images/bg-404.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: white;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 128px);
  justify-content: flex-end;
  margin: 40px 0 0;
  padding: 40px 25px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .page__404 {
      padding: 50px 60px; } }
  @media screen and (min-width: 1024px) {
    .page__404 {
      padding: 100px 120px; } }
.page__404 h1 {
  font-family: "Rokkitt", serif;
  font-size: 18vw;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .page__404 h1 {
      font-size: 100px; } }
  @media screen and (min-width: 768px) {
    .page__404 h1 {
      font-size: 140px; } }
.page__404 p {
  font-size: 3.8vw;
  font-weight: bold;
  padding: 0 0 0 5px; }
  @media screen and (min-width: 768px) {
    .page__404 p {
      font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .page__404 p {
      font-size: 22px; } }

/* TOPNAV BEGIN */
#logo a {
  background-image: url("images/BC_logoBig.png");
  background-size: 100% auto;
  width: 211px;
  height: 48px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999em; }
  @media screen and (min-width: 1024px) {
    #logo a {
      margin: 0; } }

.mobile-menu--button {
  background-image: url("./images/icn-menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23.5px 15px;
  color: transparent;
  display: block;
  height: 24px;
  left: 23px;
  position: absolute;
  top: 22px;
  transform-origin: 0 0;
  width: 24px;
  z-index: 10000000; }
  .menuIsOpen .mobile-menu--button {
    background-image: url("./images/icn-menu-close.svg");
    background-size: 18px 18px; }
  @media screen and (min-width: 1024px) {
    .mobile-menu--button {
      display: none; } }

#nav {
  align-items: center;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 1023px) {
    #nav {
      background-color: rgba(68, 50, 42, 0.93);
      flex-direction: column;
      height: 100%;
      left: 0;
      opacity: 0;
      position: fixed;
      top: 0;
      transition: all .2s ease-in-out;
      visibility: hidden;
      width: 100%;
      z-index: 100000; }
      .menuIsOpen #nav {
        opacity: 1;
        visibility: visible; } }
  @media screen and (min-width: 1024px) {
    #nav {
      flex-wrap: wrap;
      margin: 0 0 -12px 15px; } }

@media screen and (min-width: 1024px) {
  #nav li {
    padding: 0 20px 0 0;
    position: relative; } }
#nav li.current-menu-item a {
  color: #f8d291; }
@media screen and (min-width: 1024px) {
  #nav li {
    margin: 0 10px;
    padding: 0; }
  #nav li:hover a, #nav li.current-menu-item a {
    color: white; }
    #nav li:hover a:before, #nav li.current-menu-item a:before {
      opacity: 1; } }

#nav li a {
  background-repeat: no-repeat;
  color: white;
  display: block;
  font-size: 22px;
  font-weight: 700;
  padding: 20px 5px;
  position: relative;
  text-transform: uppercase;
  z-index: 1; }
@media screen and (min-width: 1024px) {
  #nav li a {
    color: #A99B94;
    font-size: 15px;
    font-weight: 600;
    padding: 70px 15px 12px;
    text-transform: none; }
  #nav li a:before {
    background-color: #b9280b;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    height: 150px;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: -1; }
  #nav li a.current-menu-item:before {
    opacity: 1; } }

.header {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 20px 0;
  position: relative;
  text-align: center;
  top: 0; }
  @media screen and (min-width: 1024px) {
    .header {
      align-items: flex-end;
      flex-direction: row;
      padding: 0 20px; } }

.footer-column {
  flex-grow: 0;
  padding: 0 0 40px; }
  @media screen and (min-width: 1024px) {
    .footer-column {
      width: 33.3333%; } }

.site-info h2 {
  color: #44322a;
  font-family: "Rokkitt", serif;
  font-size: 22px;
  font-weight: 700;
  padding: 0 0 20px; }
  .site-info h2 a {
    color: inherit; }
.site-info address,
.site-info p {
  color: #a79a94;
  font-size: 13px;
  font-style: normal;
  font-weight: 600; }
  .site-info address a,
  .site-info p a {
    color: inherit; }
.site-info .footer-button {
  color: #b9280b;
  display: block;
  font-family: "Rokkitt", serif;
  font-size: 15px;
  margin: 20px 0 0;
  text-transform: uppercase; }

@media screen and (min-width: 1024px) {
  .bio {
    padding: 0 80px; } }
.bio p {
  font-size: 12px; }

.social .socialGroup {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 20px; }
  @media screen and (min-width: 768px) {
    .social .socialGroup {
      padding-right: 20px; } }
.social .rssFeed {
  display: block;
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  background: url(images/rss_img.png);
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in; }
.social .linkedIn {
  display: block;
  margin-right: 14px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  background: url(images/linked_img.png);
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -ms-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in; }
.social .youTube {
  display: block;
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  background: url(images/youtube_img.png);
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in; }
.social .facebookLink {
  display: block;
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  background: url(images/facebook_img.png);
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in; }
.social .twitterLink {
  display: block;
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999em;
  background: url(images/twitter_img.png);
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in; }
.social .rssFeed:hover, .social .linkedIn:hover, .social .youTube:hover, .social .twitterLink:hover, .social .facebookLink:hover {
  background-position: 0 -18px; }
.social .frontLinks {
  font-size: 11px; }
  .social .frontLinks span {
    font-size: 11px; }

p.footerDesignInfo {
  font-size: 11px; }

#footer p.footerDesignInfo img,
#footerInner p.footerDesignInfo img {
  display: inline;
  clear: both;
  float: none;
  border: 0;
  margin-bottom: -10px;
  width: 38px;
  height: auto; }

#footer {
  border-top: 2px solid #beb4b0;
  clear: both;
  color: #696363;
  margin: 22px 20px 0;
  padding: 40px 5px 0; }
  @media screen and (min-width: 768px) {
    #footer {
      margin: 22px auto 0;
      max-width: 500px;
      padding: 50px 0 0; } }
  @media screen and (min-width: 1024px) {
    #footer {
      max-width: 1000px;
      padding: 50px 40px 80px; } }
  @media screen and (min-width: 1200px) {
    #footer {
      padding: 50px 0 80px; } }

.footer-int {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    .footer-int {
      flex-direction: row; } }

.footerNav li {
  float: left;
  margin-right: 16px; }

.footerNav a {
  color: #3f2d25;
  text-transform: uppercase;
  font-weight: bold; }

#footer a:hover,
#footerInner a:hover {
  color: #bc431f; }

#footer img, #footerInner img {
  float: right;
  margin-left: 4px; }

#containerInner {
  padding-top: 20px; }

#contentInner,
.contentInner {
  font-size: 15px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1024px) {
    #contentInner,
    .contentInner {
      padding-left: 60px;
      padding-right: 60px; } }
  @media screen and (min-width: 1280px) {
    #contentInner,
    .contentInner {
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (min-width: 768px) {
  #contentInner {
    min-height: 600px; } }
#contentInner .content--featured-image img {
  background-color: transparent;
  border: 4px solid #beb4b0;
  border-radius: 0;
  box-shadow: none;
  height: auto !important;
  max-width: calc(100% - 8px);
  padding: 0;
  width: calc(100% - 8px); }

.page-title {
  color: #b9280b;
  font-family: "Rokkitt", serif;
  font-size: 40px;
  margin-bottom: 15px;
  margin-right: 4px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.025em; }
  @media screen and (min-width: 768px) {
    .page-title {
      font-size: 57px; } }

.contentReportIndexTDLR > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
.contentReportIndexTDLR .postReport {
  align-items: center;
  display: flex;
  margin-right: 0;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .contentReportIndexTDLR .postReport {
      width: 50%; } }

#contentInner .services--list > * {
	margin: 1rem 0;
}
#contentInner .services--list h2 {
  color: #b9280b;
  font-size: 36px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }
#contentInner .services--list h3 {
  font-size: 20px; }

.services--list__int {
  border-bottom: 2px solid #beb4b0;
  padding: 0 0 20px; }
.services--list__int:last-of-type {
  border: 0;
  padding: 0; }
.services--list__int + h2 {
  padding-top: 10px; }
.services--list__int > * {
	margin: 1rem 0;
}

.article-author {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0; }
  @media screen and (min-width: 768px) {
    .article-author {
      flex-wrap: nowrap; } }
.article-author__image {
  border-radius: 100%;
  height: 48px;
  margin: 0 15px 0 0;
  width: 48px; }
  .article-author__image img {
    height: auto;
    width: 100%; }
.article-author__name {
  color: #b9280b;
  font-family: "Rokkitt", serif, serif;
  font-size: 18px;
  font-weight: 700; }
.article-author__links {
  display: flex;
  margin: 0 -8px;
  padding: 0 0 0 24px; }
.article-author__links li {
  margin: 0 8px; }
.article-author__links a {
  align-items: center;
  display: flex;
  height: 16px;
  transition: all .15s ease-in-out;
  width: 16px; }
  .article-author__links a:hover {
    opacity: .6; }
.article-author__links img {
  height: auto;
  margin: 0;
  max-height: 16px;
  max-width: 16px;
  width: auto; }
.article-author__pdf {
  margin: 20px 0 0;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .article-author__pdf {
      margin: 0 0 0 30px;
      width: auto; } }

.article-header h2 {
  font-size: 22px;
  font-weight: 700;
  margin: -10px 10px 20px 0; }
  @media screen and (min-width: 768px) {
    .article-header h2 {
      font-size: 30px; } }
.article-header .article-author__pdf {
  display: none; }

.post__categories {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 20px; }
  @media screen and (min-width: 768px) {
    .post__categories {
      flex-wrap: nowrap; } }
.post__categories li {
  font-family: "Rokkitt", serif, serif;
  font-size: 14px;
  font-weight: 600;
  list-style-type: none !important;
  margin: 0 5px; }
  .post__categories li:first-of-type {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .post__categories li:first-of-type {
        width: auto; } }
.post__categories a {
  border-radius: 3px;
  background-color: #a79a94;
  color: white;
  display: block;
  padding: 6px 12px;
  transition: all .15s ease-in-out; }
  .post__categories a:hover {
    background-color: #b9280b; }
.post__categories span {
  color: #a79a94;
  display: block;
  padding: 6px 0; }

#containerInner .innerContentLeft .gallery {
  clear: both; }
#containerInner .innerContentLeft .gallery + p strong {
  color: #b9280b; }
#containerInner .innerContentLeft .gallery img {
  box-sizing: border-box; }
#containerInner .innerContentLeft .gallery-columns-2 .gallery-item,
#containerInner .innerContentLeft .gallery-columns-3 .gallery-item {
  margin: 2.5px; }
#containerInner .innerContentLeft .gallery-columns-2 .gallery-item .gallery-caption,
#containerInner .innerContentLeft .gallery-columns-3 .gallery-item .gallery-caption {
  background-color: white;
  color: #b9280b;
  font-family: "Rokkitt", serif; }
#containerInner .innerContentLeft .gallery__slider .gallery-item .gallery-caption {
  color: #44322a; }
#containerInner .innerContentLeft .gallery__slider .gallery-item .gallery-caption:before {
  background-color: rgba(255, 255, 255, 0.8); }
#containerInner .innerContentLeft .gallery__slider-navigation a {
  background-color: #b9280b;
  background-image: url("./images/icn-arrow-white.svg");
  color: transparent; }
  @media screen and (min-width: 1024px) {
    #containerInner .innerContentLeft .gallery__slider-navigation a {
      background-color: transparent;
      background-image: url("./images/icn-arrow-light-brown.svg"); } }
#containerInner .innerContentLeft .gallery__slider-thumbnails {
  margin: 2.5px -2.5px; }
#containerInner .innerContentLeft .gallery__slider-thumbnails li {
  margin: 2.5px;
  width: calc(20% - 5px); }
#containerInner .innerContentLeft .gallery__slider-thumbnails li:after {
  background-color: rgba(244, 242, 241, 0.65); }
#containerInner .innerContentLeft .gallery__slider-thumbnails li span {
  color: #b9280b; }

@media screen and (min-width: 1024px) {
  .next-posts-grid .feed-grid__item {
    width: 50%; } }
.next-posts-grid .feed-grid__item--image img {
  height: auto;
  width: 100%; }
.next-posts-grid .feed-grid__item--content span {
  color: #b9280b;
  font-size: 15px;
  font-weight: 900; }
.next-posts-grid .feed-grid__item--content h3 {
  font-size: 20px !important; }

.articles-archive__filter-heading {
  color: #a79a94;
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin: -15px 0 30px;
  text-transform: uppercase; }
  .articles-archive__filter-heading span {
    color: #44322a; }

.article-content h2 {
  color: #b9280b;
  font-family: "Rokkitt", serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 7px;
  display: block;
  margin-right: 10px;
  margin-top: 26px;
  line-height: 1.1em;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .article-content h2 {
      font-size: 20px; } }

/* Next and Previous Page */
.loadMore {
  margin-top: 15px;
  font-size: 11px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  text-align: center; }
.loadMore .button.disabled {
  background-color: #a79a94;
  cursor: default; }

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