@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #494949;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #ee8027;
  text-decoration: none;
}
a:hover, a:focus {
  color: #c55e11;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid white;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: #353535;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #acacac;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 60px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 18px;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #acacac;
}

.text-primary {
  color: #334D5C;
}

a.text-primary:hover {
  color: #21323b;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #334D5C;
}

a.bg-primary:hover {
  background-color: #21323b;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid white;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #acacac;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid white;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #acacac;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid white;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.6;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 12px;
  margin: 0 0 12.5px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #686868;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #acacac;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: inherit;
  color: #686868;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.6;
  color: #8a8a8a;
}

.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #8a8a8a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: white;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 39px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 25px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 41px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 39px;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  min-height: 45px;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 48.75px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 39px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 30px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #898989;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 32px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #334D5C;
  border-color: #2a3f4c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #21323b;
  border-color: #141e24;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #334D5C;
  border-color: #2a3f4c;
}
.btn-primary .badge {
  color: #334D5C;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #ee8027;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #c55e11;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #acacac;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #686868;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #5b5b5b;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #334D5C;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #acacac;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #acacac;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #8a8a8a;
  text-align: center;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: white;
}
.nav > li.disabled > a {
  color: #acacac;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #acacac;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: white;
  border-color: #ee8027;
}
.nav .nav-divider {
  height: 1px;
  margin: 11.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: white white #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #8a8a8a;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #334D5C;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 25px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 20px;
  line-height: 25px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 25px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 5.5px;
  margin-bottom: 5.5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #d2d2d2;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d2d2d2;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d2d2d2;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d2d2d2;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #d2d2d2;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #d2d2d2;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 25px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #acacac;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 25px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #ee8027;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #c55e11;
  background-color: white;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #334D5C;
  border-color: #334D5C;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #acacac;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 25px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: white;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #acacac;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #acacac;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #939393;
}

.label-primary {
  background-color: #334D5C;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #21323b;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #acacac;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #ee8027;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: white;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #e6e6e6;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 25px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #494949;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ee8027;
}

.alert {
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 25px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  background-color: #334D5C;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: white;
  color: #acacac;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #acacac;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #334D5C;
  border-color: #334D5C;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #96b4c5;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 25px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #686868;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #686868;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #334D5C;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #334D5C;
  border-color: #334D5C;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #334D5C;
}
.panel-primary > .panel-heading .badge {
  color: #334D5C;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #334D5C;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.4s ease-in-out left;
  -o-transition: 0.4s ease-in-out left;
  transition: 0.4s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name: The Apgar
Author: Josh Apgar

Stylesheet: Global Styles

******************************************************************/
@font-face {
  font-family: "Currency";
  src: url("/wp-content/themes/indiana-landmarks/library/fonts/Currency.ttf") format("truetype");
}
#main-container {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wf-loading #main-container {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

html {
  background-color: #353535;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-weight: 300;
  overflow-x: hidden;
}

p {
  margin-bottom: 20px;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
}

h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
}

h3,
h4,
h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

figcaption,
.wp-caption-text {
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.sticky-add-this {
  position: fixed !important;
  left: 0px;
  top: 171px !important;
}

.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 0px;
  padding-left: 0px;
  width: 20%;
}

.affix {
  width: 100%;
}

#inner-content {
  margin-top: 125px;
}

#main-navigation {
  width: 85%;
  margin: 0 auto;
}

#side-navigation li {
  width: 100%;
}

.hamburger-button {
  color: #000;
  font-size: 24px;
}

aside {
  margin-top: 20px;
}

.alignright {
  margin: 0 0 20px 40px;
  float: right;
}

.alignleft {
  margin: 0 40px 20px 0;
  float: left;
}

.aligncenter {
  margin: 20px 0;
}

.entry-content .alignright {
  margin: 0 0 20px 40px;
  float: right;
}

.entry-content .alignleft {
  margin: 0 40px 20px 0;
  float: left;
}

.entry-content .aligncenter {
  margin: 20px 0;
}

img {
  max-width: 100%;
  height: auto;
}

nav.custom-pagination .page-numbers {
  display: inline-block;
}

#short-button {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #ee8027;
  display: inline-block;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin-top: 0px;
  letter-spacing: 1px;
}
#short-button:hover {
  background-color: #a2500d;
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-month,
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  color: #000000;
}

#historic_fact {
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding: 20px;
}
#historic_fact .fact-hr-rule {
  max-width: 100px;
  width: 100%;
  height: 3px;
  margin: 60px auto;
  background-color: #a3c5ce;
}
#historic_fact .historic-fact-house {
  fill: #c9d3d6;
}
#historic_fact svg {
  width: 84px;
  height: 64px;
}
#historic_fact h2 {
  font-family: "Currency", sans-serif;
  color: rgba(206, 130, 80, 0.8);
  font-weight: 100;
  margin-top: 0px;
  font-size: 24px;
  line-height: 32px;
}
#historic_fact p {
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: rgba(148, 167, 173, 0.8);
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.historic-house-tool-tip a {
  color: #494949;
  font-weight: 700;
  cursor: pointer;
}
.historic-house-tool-tip .tooltip {
  opacity: 1;
}
.historic-house-tool-tip .tooltip-inner {
  text-align: left;
  background-color: #fff;
  color: #333333;
  padding: 10px;
}
.historic-house-tool-tip .tooltip-inner img {
  border: 1px solid #d7d7d7;
}
.historic-house-tool-tip .tooltip-inner p {
  margin-top: 3px;
  margin-bottom: 0px;
  font-style: italic;
}
.historic-house-tool-tip .tooltip.bottom {
  margin-top: 7px;
  padding: 0px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
}
.historic-house-tool-tip .tooltip.bottom .tooltip-arrow {
  top: -10px;
  left: 50%;
  margin-left: -50px;
  border-width: 0 10px 10px;
  border-bottom-color: #fff;
}

@media (max-width: 767px) {
  #historic_fact {
    padding: 0px;
  }
  #historic_fact .fact-hr-rule {
    margin: 30px auto;
  }
  #historic_fact h2 {
    font-size: 22px;
    line-height: 24px;
  }
  #historic_fact p {
    font-size: 17px;
    line-height: 23px;
  }
}
.markdown-body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
}

.markdown-body a {
  background-color: transparent;
}

.markdown-body a:active, .markdown-body a:hover {
  outline: 0;
}

.markdown-body strong {
  font-weight: bold;
}

.markdown-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.markdown-body img {
  border: 0;
}

.markdown-body hr {
  box-sizing: content-box;
  height: 0;
}

.markdown-body pre {
  overflow: auto;
}

.markdown-body code, .markdown-body kbd, .markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.markdown-body input {
  color: inherit;
  font: inherit;
  margin: 0;
}

.markdown-body html input[disabled] {
  cursor: default;
}

.markdown-body input {
  line-height: normal;
}

.markdown-body input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body table {
  border-collapse: collapse;
  border-spacing: 0;
}

.markdown-body td, .markdown-body th {
  padding: 0;
}

.markdown-body * {
  box-sizing: border-box;
}

.markdown-body input {
  font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
}

.markdown-body a {
  color: #4078c0;
  text-decoration: none;
}

.markdown-body a:hover, .markdown-body a:active {
  text-decoration: underline;
}

.markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.markdown-body hr:before {
  display: table;
  content: "";
}

.markdown-body hr:after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.1;
}

.markdown-body h1 {
  font-size: 30px;
}

.markdown-body h2 {
  font-size: 21px;
}

.markdown-body h3 {
  font-size: 16px;
}

.markdown-body h4 {
  font-size: 14px;
}

.markdown-body h5 {
  font-size: 12px;
}

.markdown-body h6 {
  font-size: 11px;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ul, .markdown-body ol {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body ol ol, .markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol, .markdown-body ul ol ol, .markdown-body ol ul ol, .markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.markdown-body .select::-ms-expand {
  opacity: 0;
}

.markdown-body .octicon-link:before {
  content: "";
}

.markdown-body > *:first-child {
  margin-top: 0 !important;
}

.markdown-body > *:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .anchor {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding-right: 6px;
  padding-left: 30px;
  margin-left: -30px;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
  position: relative;
  margin-top: 1em;
  margin-bottom: 16px;
  font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  line-height: 1.4;
}

.markdown-body h1 .octicon-link, .markdown-body h2 .octicon-link, .markdown-body h3 .octicon-link, .markdown-body h4 .octicon-link, .markdown-body h5 .octicon-link, .markdown-body h6 .octicon-link {
  display: none;
  color: #000;
  vertical-align: middle;
}

.markdown-body h1:hover .anchor, .markdown-body h2:hover .anchor, .markdown-body h3:hover .anchor, .markdown-body h4:hover .anchor, .markdown-body h5:hover .anchor, .markdown-body h6:hover .anchor {
  padding-left: 8px;
  margin-left: -30px;
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link, .markdown-body h2:hover .anchor .octicon-link, .markdown-body h3:hover .anchor .octicon-link, .markdown-body h4:hover .anchor .octicon-link, .markdown-body h5:hover .anchor .octicon-link, .markdown-body h6:hover .anchor .octicon-link {
  display: inline-block;
}

.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}

.markdown-body h1 .anchor {
  line-height: 1;
}

.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
}

.markdown-body h2 .anchor {
  line-height: 1;
}

.markdown-body h3 {
  font-size: 1.25em;
  line-height: 1.43;
}

.markdown-body h3 .anchor {
  line-height: 1.2;
}

.markdown-body h4 {
  font-size: 1em;
}

.markdown-body h4 .anchor {
  line-height: 1.2;
}

.markdown-body h5 {
  font-size: 0.75em;
}

.markdown-body h5 .anchor {
  line-height: 1.1;
}

.markdown-body h6 {
  font-size: 0.75em;
  color: #777;
}

.markdown-body h6 .anchor {
  line-height: 1.1;
}

.markdown-body p, .markdown-body blockquote, .markdown-body ul, .markdown-body ol, .markdown-body dl, .markdown-body table, .markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body hr {
  height: 4px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}

.markdown-body ul, .markdown-body ol {
  padding-left: 2em;
}

.markdown-body ul ul, .markdown-body ul ol, .markdown-body ol ol, .markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li > p {
  margin-top: 16px;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}

.markdown-body blockquote > :first-child {
  margin-top: 0;
}

.markdown-body blockquote > :last-child {
  margin-bottom: 0;
}

.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
}

.markdown-body table th {
  font-weight: bold;
}

.markdown-body table th, .markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.markdown-body img {
  max-width: 100%;
  box-sizing: border-box;
}

.markdown-body code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

.markdown-body code:before, .markdown-body code:after {
  letter-spacing: -0.2em;
  content: " ";
}

.markdown-body pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre, .markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #1B1B18;
  border-radius: 3px;
  color: #fff;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body pre code:before, .markdown-body pre code:after {
  content: normal;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}

.markdown-body .pl-c {
  color: #969896;
}

.markdown-body .pl-c1, .markdown-body .pl-s .pl-v {
  color: #0086b3;
}

.markdown-body .pl-e, .markdown-body .pl-en {
  color: #795da3;
}

.markdown-body .pl-s .pl-s1, .markdown-body .pl-smi {
  color: #333;
}

.markdown-body .pl-ent {
  color: #63a35c;
}

.markdown-body .pl-k {
  color: #a71d5d;
}

.markdown-body .pl-pds, .markdown-body .pl-s, .markdown-body .pl-s .pl-pse .pl-s1, .markdown-body .pl-sr, .markdown-body .pl-sr .pl-cce, .markdown-body .pl-sr .pl-sra, .markdown-body .pl-sr .pl-sre {
  color: #183691;
}

.markdown-body .pl-v {
  color: #ed6a43;
}

.markdown-body .pl-id {
  color: #b52a1d;
}

.markdown-body .pl-ii {
  background-color: #b52a1d;
  color: #f8f8f8;
}

.markdown-body .pl-sr .pl-cce {
  color: #63a35c;
  font-weight: bold;
}

.markdown-body .pl-ml {
  color: #693a17;
}

.markdown-body .pl-mh, .markdown-body .pl-mh .pl-en, .markdown-body .pl-ms {
  color: #1d3e81;
  font-weight: bold;
}

.markdown-body .pl-mq {
  color: #008080;
}

.markdown-body .pl-mi {
  color: #333;
  font-style: italic;
}

.markdown-body .pl-mb {
  color: #333;
  font-weight: bold;
}

.markdown-body .pl-md {
  background-color: #ffecec;
  color: #bd2c00;
}

.markdown-body .pl-mi1 {
  background-color: #eaffea;
  color: #55a532;
}

.markdown-body .pl-mdr {
  color: #795da3;
  font-weight: bold;
}

.markdown-body .pl-mo {
  color: #1d3e81;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item + .task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item input {
  margin: 0 0.35em 0.25em -1.6em;
  vertical-align: middle;
}

.markdown-body :checked + .radio-label {
  z-index: 1;
  position: relative;
  border-color: #4078c0;
}

/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */
code[class*=language-],
pre[class*=language-] {
  color: #f8f8f2;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, "Andale Mono", monospace;
  direction: ltr;
  text-align: left;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Code blocks */
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0.3em;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #1B1B18;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #758493;
}

.token.punctuation {
  color: #f8f8f2;
}

.namespace {
  opacity: 0.7;
}

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f92672;
}

.token.boolean,
.token.number {
  color: #ae81ff;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #a6e22e;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #f8f8f2;
}

.token.atrule,
.token.attr-value {
  color: #e6db74;
}

.token.keyword {
  color: #66d9ef;
}

.token.regex,
.token.important {
  color: #fd971f;
}

.token.important,
.token.bold {
  font-weight: bold;
}

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

.token.entity {
  cursor: help;
}

/* -------------------------------------------------------------------------

 Style Guide Boilerplate
 Repo: https://github.com/bjankord/Style-Guide-Boilerplate
 Author: Brett Jankord
 License: MIT

---------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
 Old IE Styles
---------------------------------------------------------------------------- */
.sg-container {
  min-width: 1024px;
}

.sg-sidebar,
.js .sg-sidebar,
.js.nav-is-active .sg-sidebar {
  bottom: 0;
  float: left;
  font-size: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 25%;
}

.sg-main {
  float: right;
  width: 75%;
}

.sg-logo-initials {
  display: none;
}

.sg-logo-full {
  display: inline;
}

.sg-nav-toggle {
  display: none;
}

.sg-enhanced .sg-btn--select {
  display: block;
}

.sg-color-grid {
  margin: 0 -2.5%;
  overflow: hidden;
}

.sg-color {
  float: left;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 45%;
}

.sg-color-swatch {
  padding-top: 60%;
  /* Used to set height of color swatch */
}

.sg-color {
  margin-left: 1.5%;
  margin-right: 1.5%;
  width: 22%;
}

.sg-color-grid {
  margin: 0 -1.5%;
}

.sg-font-list dt {
  float: left;
  padding-right: 0.25em;
}

/* -------------------------------------------------------------------------

 Style Guide Boilerplate
 Repo: https://github.com/bjankord/Style-Guide-Boilerplate
 Author: Brett Jankord
 License: MIT

---------------------------------------------------------------------------- */
.page-template-page-style-guide {
  /* -------------------------------------------------------------------------
   Layout
  ---------------------------------------------------------------------------- */
  /* http:/paulirish.com/2012/box-sizing-border-box-ftw/ */
  /* -------------------------------------------------------------------------
   Utility Classes
  ---------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------
   Modules
  ---------------------------------------------------------------------------- */
  /* Fonts
  ---------------------------------------------------------------------------- */
  /* SG Font 1 */
  /* SG Font 2 */
  /* Branding
  ---------------------------------------------------------------------------- */
  /* Navigation
  ---------------------------------------------------------------------------- */
  /* Typography
  ---------------------------------------------------------------------------- */
  /* Buttons
  ---------------------------------------------------------------------------- */
  /* Show specific buttons we cut the mustard */
  /* Sections
  ---------------------------------------------------------------------------- */
  /* Colors
  ---------------------------------------------------------------------------- */
  /* Fonts
  ---------------------------------------------------------------------------- */
  /* Markup
  ---------------------------------------------------------------------------- */
  /* Hide source code blocks off-screen */
  /* Show source code blocks when active or JS is not enabled */
  /* Videos
  ---------------------------------------------------------------------------- */
}
.page-template-page-style-guide *,
.page-template-page-style-guide *:before,
.page-template-page-style-guide *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-template-page-style-guide body {
  margin: 0;
}
.page-template-page-style-guide header, .page-template-page-style-guide footer {
  display: none;
}
.page-template-page-style-guide .sg-header {
  background: #000;
  color: #fff;
  padding-bottom: 0.75rem;
  padding-bottom: 12px;
  /* For older browsers */
  padding-top: 0.75rem;
  padding-top: 12px;
  /* For older browsers */
}
.page-template-page-style-guide .sg-info,
.page-template-page-style-guide .sg-section-group {
  padding-bottom: 32px;
  /* For older browsers */
  padding-bottom: 2rem;
}
.page-template-page-style-guide #main {
  padding-top: 30px;
}
.page-template-page-style-guide .main-wrapper {
  min-height: 100%;
  position: relative;
}
.page-template-page-style-guide .sg-side-menu-wrapper {
  background-color: #3d3d3d;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .page-template-page-style-guide .sg-side-menu-wrapper {
    position: relative;
  }
}
.page-template-page-style-guide .sg-container {
  padding: 0 16px;
  /* For older browsers */
  padding: 0 1rem;
}
.page-template-page-style-guide .sg-container:before,
.page-template-page-style-guide .sg-container:after,
.page-template-page-style-guide .sg-clearfix:before,
.page-template-page-style-guide .sg-clearfix:after,
.page-template-page-style-guide .sg-section:before,
.page-template-page-style-guide .sg-section:after,
.page-template-page-style-guide .sg-markup-controls:before,
.page-template-page-style-guide .sg-markup-controls:after {
  content: "";
  display: table;
  line-height: 0;
}
.page-template-page-style-guide .sg-container:after,
.page-template-page-style-guide .sg-clearfix:after,
.page-template-page-style-guide .sg-section:after,
.page-template-page-style-guide .sg-markup-controls:after {
  clear: both;
}
.page-template-page-style-guide .sg-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-template-page-style-guide .sg-visually-hidden-focusable:active,
.page-template-page-style-guide .sg-visually-hidden-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.page-template-page-style-guide .sg-font1,
.page-template-page-style-guide .sg-logo,
.page-template-page-style-guide .sg-about p,
.page-template-page-style-guide .sg-color-value {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.page-template-page-style-guide .sg-font2,
.page-template-page-style-guide .sg-logo em,
.page-template-page-style-guide .sg-nav-toggle,
.page-template-page-style-guide .sg-h1,
.page-template-page-style-guide .sg-h2,
.page-template-page-style-guide .sg-h3,
.page-template-page-style-guide .sg-color-name,
.page-template-page-style-guide .sg-font-list dt {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.page-template-page-style-guide .sg-logo {
  float: left;
  margin: 0 20px;
  padding: 0;
  color: white;
  font-weight: 700;
}
.page-template-page-style-guide .sg-logo-full {
  display: none;
}
.page-template-page-style-guide .sg-logo em {
  font-style: normal;
}
@media screen and (min-width: 650px) {
  .page-template-page-style-guide .sg-logo-initials {
    display: none;
  }
  .page-template-page-style-guide .sg-logo-full {
    display: inline;
  }
}
.page-template-page-style-guide .sg-nav-toggle {
  background-color: #000;
  border-radius: 5px;
  border: 1px solid #7C7C7C;
  color: #fff;
  float: right;
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 8px;
  /* For older browsers */
  padding: 0.3125rem 0.5rem;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.page-template-page-style-guide .sg-nav-toggle:hover {
  border-color: #9c9c9c;
}
@media screen and (min-width: 1025px) {
  .page-template-page-style-guide .sg-nav-toggle {
    display: none;
  }
}
.page-template-page-style-guide .sg-nav-group,
.page-template-page-style-guide .sg-nav-group li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page-style-guide .sg-nav-group li {
  margin-bottom: 0em;
}
.page-template-page-style-guide .sg-nav-group a,
.page-template-page-style-guide .sg-nav-group a:visited {
  border-left: 2px solid transparent;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 0.25em 0em;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.page-template-page-style-guide .sg-nav-group a:hover,
.page-template-page-style-guide .sg-nav-group a:focus {
  background: #565656;
  border-left: 2px solid #939393;
  color: #fff;
}
.page-template-page-style-guide .sg-nav-group .sg-subnav-parent {
  margin: 2.5em 0;
}
.page-template-page-style-guide .sg-nav-group:first-child > .sg-subnav-parent {
  margin-top: 0;
}
.page-template-page-style-guide .sg-h1,
.page-template-page-style-guide .sg-h2,
.page-template-page-style-guide .sg-h3 {
  margin-bottom: 1em;
  margin-top: 0;
}
.page-template-page-style-guide .sg-h1 {
  font-size: 2em;
  padding-bottom: 0.2em;
  text-transform: capitalize;
}
.page-template-page-style-guide .sg-h2 {
  border-bottom: 1px solid #ddd;
  font-size: 24px;
  margin-bottom: 0.75em;
  padding-bottom: 0.2em;
  text-transform: capitalize;
}
.page-template-page-style-guide .sg-h3 {
  font-size: 1.5em;
}
.page-template-page-style-guide .sg-about p {
  font-size: 1.1em;
}
.page-template-page-style-guide .sg-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}
.page-template-page-style-guide .sg-btn {
  background: #cbcbcb;
  border: none;
  color: #222;
  float: left;
  font-size: 16px;
  /* For older browsers */
  font-size: 1rem;
  padding: 0.5em 0.9em;
  text-decoration: none;
}
.page-template-page-style-guide .sg-btn--top {
  float: right;
}
.page-template-page-style-guide .sg-enhanced .sg-btn--source {
  display: block;
}
@media screen and (min-width: 1025px) {
  .page-template-page-style-guide .sg-enhanced .sg-btn--select {
    display: block;
  }
}
.page-template-page-style-guide .sg-btn--select {
  border-radius: 0 0.2em;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
}
.page-template-page-style-guide .sg-btn--select-active:hover:after {
  background: #111;
  /* For older browsers */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  content: "Selected code ready to be copied";
  display: block;
  padding: 8px 16px;
  /* For older browsers */
  padding: 0.5rem 1rem;
  position: absolute;
  right: 8px;
  /* For older browsers */
  right: 0.5rem;
  top: 48px;
  /* For older browsers */
  top: 3rem;
  white-space: nowrap;
  z-index: 98;
}
.page-template-page-style-guide .sg-btn--select-active:hover:before {
  border-color: transparent transparent #111 transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  content: "";
  display: block;
  height: 0;
  left: 45%;
  position: absolute;
  top: 40px;
  top: 2.5rem;
  width: 0;
  z-index: 99;
}
.page-template-page-style-guide .brand-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-template-page-style-guide .brand-button-primary {
  color: white;
  background-color: #334D5C;
  border-color: transparent;
  font-size: 24px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-page-style-guide .brand-button-primary:hover {
  background-color: #21323b;
}
.page-template-page-style-guide .brand-button-secondary {
  color: white;
  background-color: #ee8027;
  border-color: transparent;
  font-size: 24px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-page-style-guide .brand-button-secondary:hover {
  background-color: #d26710;
}
.page-template-page-style-guide .brand-button-tertiary {
  color: white;
  background-color: #ffcb0a;
  border-color: transparent;
  font-size: 24px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-page-style-guide .brand-button-tertiary:hover {
  background-color: #d6a900;
}
.page-template-page-style-guide .sg-section {
  background: #fff;
  border-radius: 2px;
  display: block;
  margin: 3rem 1rem;
  position: relative;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease-in-out;
}
.page-template-page-style-guide .sg-section:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.page-template-page-style-guide .sg-section .sg-title {
  margin-bottom: 20px;
}
.page-template-page-style-guide .sg-colors .row {
  margin-bottom: 30px;
}
.page-template-page-style-guide .sg-color {
  margin-bottom: 1.5em;
}
.page-template-page-style-guide .sg-color-swatch {
  padding-top: 20%;
  /* Used to set height of color swatch */
}
.page-template-page-style-guide .sg-gray-base {
  background-color: #353535;
}
.page-template-page-style-guide .sg-gray-darker {
  background-color: #575757;
}
.page-template-page-style-guide .sg-gray-dark {
  background-color: #686868;
}
.page-template-page-style-guide .sg-gray {
  background-color: #8a8a8a;
}
.page-template-page-style-guide .sg-gray-light {
  background-color: #acacac;
}
.page-template-page-style-guide .sg-gray-lighter {
  background-color: white;
}
.page-template-page-style-guide .sg-brand-1 {
  background-color: #334D5C;
}
.page-template-page-style-guide .sg-brand-2 {
  background-color: #ee8027;
}
.page-template-page-style-guide .sg-brand-3 {
  background-color: #ffcb0a;
}
.page-template-page-style-guide .sg-brand-4 {
  background-color: #E27A3F;
}
.page-template-page-style-guide .sg-brand-5 {
  background-color: #45B29D;
}
.page-template-page-style-guide .sg-body-bg {
  background-color: #fff;
}
.page-template-page-style-guide .sg-text-color {
  background-color: #494949;
}
.page-template-page-style-guide .sg-link-color {
  background-color: #ee8027;
}
.page-template-page-style-guide .sg-link-hover-color {
  background-color: #c55e11;
}
.page-template-page-style-guide .sg-color-name {
  font-size: 1.2em;
  /* Test this with 1.1 em */
  padding: 0;
}
.page-template-page-style-guide .sg-color-value {
  font-size: 1.2em;
  /* Test this with 1.1 em */
}
@media only screen and (min-width: 375px) {
  .page-template-page-style-guide .sg-color-grid {
    margin: 0 -2.5%;
    overflow: hidden;
  }
  .page-template-page-style-guide .sg-color {
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 45%;
  }
  .page-template-page-style-guide .sg-color-swatch {
    padding-top: 60%;
    /* Used to set height of color swatch */
  }
}
@media only screen and (min-width: 760px) {
  .page-template-page-style-guide .sg-color {
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: 22%;
  }
  .page-template-page-style-guide .sg-color-grid {
    margin: 0 -1.5%;
  }
}
.page-template-page-style-guide .sg-primary-font {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-style-guide .sg-secondary-font {
  font-family: "kepler-std-semicondensed-cap", Times, serif;
}
.page-template-page-style-guide .sg-font-list,
.page-template-page-style-guide .sg-font-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-page-style-guide .sg-font-list {
  font-size: 1.1em;
}
.page-template-page-style-guide .sg-font-list dt {
  display: block;
  padding-bottom: 0.25em;
}
.page-template-page-style-guide .sg-font-list dd {
  border-bottom: 1px solid #ddd;
  display: block;
  margin-bottom: 0.75em;
  margin-left: 0;
  padding-bottom: 0.75em;
}
@media only screen and (min-width: 760px) {
  .page-template-page-style-guide .sg-font-list dt {
    float: left;
    padding-right: 0.25em;
  }
}
.page-template-page-style-guide .sg-doc {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1em;
}
.page-template-page-style-guide .sg-markup-controls {
  padding-top: 1.5em;
}
.page-template-page-style-guide .sg-source {
  position: relative;
}
.page-template-page-style-guide .sg-source pre {
  background: #333;
  border-radius: 0.5em;
  border: 1px solid #ddd;
  color: #fff;
  overflow-x: scroll;
  padding: 0.5em 0.3em;
}
.page-template-page-style-guide .sg-source pre code {
  background: transparent;
  -webkit-font-smoothing: antialiased;
}
.page-template-page-style-guide .sg-enhanced .sg-source {
  opacity: 0;
  position: absolute;
  top: -100%;
  width: 1px;
  -webkit-transition: opacity 0.6s ease-out;
  -moz-transition: opacity 0.6s ease-out;
  -ms-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}
.page-template-page-style-guide .sg-source-inactive {
  display: none;
}
.page-template-page-style-guide .sg-enhanced .sg-source-active {
  opacity: 1;
  position: relative;
  width: 100%;
}
.page-template-page-style-guide .sg-video {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.page-template-page-style-guide .sg-video video {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

/******************************************************************
Site Name: The Apgar
Author: Josh Apgar

Stylesheet: Header Styles

******************************************************************/
.header {
  border-bottom: 10px solid #ebeae4;
  width: 100%;
  height: 125px;
  background-color: #ffffff;
  z-index: 9999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#inner-header {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.top-bar {
  padding: 0px;
}
.top-bar .top-nav-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.top-bar #nav-container {
  position: relative;
  max-width: 990px;
  float: right;
}
.top-bar .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0px;
  min-height: 40px;
  width: 100%;
  border: 0px;
}
.top-bar .navbar-default #top-navigation {
  width: 100%;
}
.top-bar .navbar-default #top-navigation .navbar-nav {
  float: right;
}
.top-bar .navbar-default #top-navigation #menu-top-navigation .menu-item:first-child {
  background-color: #ee8027;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.top-bar .navbar-default #top-navigation #menu-top-navigation .menu-item:first-child:hover {
  background-color: #c55e11;
}
.top-bar .navbar-default .social-icon-wrapper {
  height: 40px;
  float: right;
  margin-right: 5px;
  padding-top: 7px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-bar .navbar-default .social-icon-wrapper .social-icon {
  margin: 5px;
}
.top-bar .navbar-default .social-icon-wrapper .social-icon:hover .linkedin-background {
  fill: #3ab3e0;
}
.top-bar .navbar-default .social-icon-wrapper .social-icon:hover .facebook-background {
  fill: #3e6497;
}
.top-bar .navbar-default .social-icon-wrapper .social-icon:hover .instagram-background {
  fill: #484a4b;
}
.top-bar .navbar-default .social-icon-wrapper .linkedin-background {
  fill: #66c4e7;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.top-bar .navbar-default .social-icon-wrapper .linkedin-icon {
  fill: #fff;
}
.top-bar .navbar-default .social-icon-wrapper .facebook-background {
  fill: #517db7;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.top-bar .navbar-default .social-icon-wrapper .facebook-icon {
  fill: #fff;
}
.top-bar .navbar-default .social-icon-wrapper .instagram-background {
  fill: #616465;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.top-bar .navbar-default .social-icon-wrapper .instagram-icon {
  fill: #fff;
}
.top-bar .navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 9px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-bar .navbar-nav > li > a:hover {
  color: #ffffff;
}
.top-bar .search-icon-wrapper {
  padding: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-bar .search-icon-wrapper .search-icon {
  padding: 10px 15px;
  color: #ffffff;
  min-height: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-bar .search-icon-wrapper .search-icon:hover {
  cursor: pointer;
}
.top-bar .search-icon-wrapper .searchform {
  float: left;
  padding-top: 5px;
  margin-right: -10px;
  width: 0px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.top-bar .search-icon-wrapper .searchform label {
  display: none;
}
.top-bar .search-icon-wrapper .searchform button {
  display: none;
}
.top-bar .search-icon-wrapper .searchform input {
  background-color: transparent;
  cursor: auto;
  padding: 2px 15px;
  border: 2px solid #ffffff;
  border-radius: 15px;
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em 0em 0em 0em;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top-bar .search-icon-wrapper .searchform input:focus {
  outline: none;
}
.top-bar .search-icon-wrapper .searchform input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.top-bar .search-icon-wrapper .searchform input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.top-bar .search-icon-wrapper .searchform input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.top-bar .search-icon-wrapper .searchform input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.top-bar .search-icon-wrapper .search-show {
  width: 200px;
  padding-left: 15px;
}
.top-bar .light-orange {
  background-color: #ee8027;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.top-bar .light-orange:hover {
  background-color: #c55e11;
}
.top-bar .dark-orange {
  background-color: #c55e11;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.top-bar .dark-orange:hover {
  background-color: #ba530d;
}
.top-bar .search {
  background-color: #827a66;
  margin-left: 5px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.top-bar .search:hover {
  background-color: #655f50;
}
.top-bar .cart a {
  height: 42px;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.top-bar .cart a svg {
  position: relative;
  top: 3px;
}
.top-bar .cart-count {
  position: relative;
  display: inline-block;
  top: -1px;
  height: 22px;
  font-size: 18px;
  font-weight: 300;
}
.top-bar .cart-icon {
  fill: #fff;
}
.top-bar .user a {
  height: 42px;
  -webkit-transition: height 0.2s ease;
  -moz-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}
.top-bar .user-icon {
  fill: #fff;
}

.logo-wrapper {
  margin-top: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.logo-wrapper a {
  display: block;
}

.navigation-wrapper {
  padding: 23px 0px 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation-wrapper .navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0px;
  float: right;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation-wrapper .navbar-default #main-navigation {
  width: 100%;
}
.navigation-wrapper .navbar-default #main-navigation li:last-child > a {
  padding-right: 15px;
}
.navigation-wrapper .navbar-default .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.navigation-wrapper .navbar-default .nav > li > a {
  font-size: 14px;
  padding: 8px 15px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.navigation-wrapper .navbar-default .nav > li > a:hover {
  color: #ee8027;
}
.navigation-wrapper .navbar-default .nav > li > a:focus {
  outline: none;
}
.navigation-wrapper .navbar-default .nav > li > a:active {
  outline: none;
}
.navigation-wrapper .navbar-default .nav > .current-menu-item a {
  font-weight: 700;
  color: #ee8027;
}
.navigation-wrapper .navbar-default .nav > .current-menu-item a:hover {
  color: #ee8027;
}
.navigation-wrapper .navbar-default .nav > .current-menu-item .sub-menu a {
  font-weight: 300;
}
.navigation-wrapper .navbar-default li:focus {
  outline: none;
}
.navigation-wrapper .navbar-default li:active {
  outline: none;
}
.navigation-wrapper .navbar-default .menu-item-has-children {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.navigation-wrapper .navbar-default .menu-item-has-children:hover {
  color: #ffffff;
  background-color: #ee8027;
}
.navigation-wrapper .navbar-default .menu-item-has-children:hover a {
  color: #ffffff;
}
.navigation-wrapper .navbar-default .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.navigation-wrapper .navbar-default .menu-item-has-children:focus {
  outline: none;
}
.navigation-wrapper .navbar-default .menu-item-has-children:active {
  outline: none;
}
.navigation-wrapper .navbar-default .menu-item-has-children > a:hover {
  color: #ffffff !important;
}
.navigation-wrapper .navbar-default .current_page_parent a {
  font-weight: 700;
  color: #ee8027;
  position: relative;
}
.navigation-wrapper .navbar-default .current_page_parent a:hover {
  font-weight: 700;
  color: #ffffff !important;
}
.navigation-wrapper .navbar-default .current_page_parent .sub-menu a {
  font-weight: 300;
}
.navigation-wrapper .navbar-default .sub-menu {
  list-style: none;
  position: absolute;
  padding: 0px;
  margin-left: 0px;
  background-color: #ee8027;
  width: 120%;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation-wrapper .navbar-default .sub-menu li > a {
  font-size: 14px;
  display: block;
  color: #ffffff;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation-wrapper .navbar-default .sub-menu li > a:hover {
  background-color: #d26710;
  color: #ffffff !important;
}
.navigation-wrapper .navbar-default .sub-menu .current-menu-item a {
  background-color: #d26710;
}

.video-format-menu-wrapper {
  position: absolute;
  width: 100%;
  background-color: #ebeae4;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.video-format-menu-wrapper .video-menu-item {
  text-align: center;
  display: inline-block;
}
.video-format-menu-wrapper .video-menu-item a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2d2d2d;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.video-format-menu-wrapper .video-menu-item a:hover {
  background-color: #ceccbe;
}
.video-format-menu-wrapper .video-menu-border {
  border-right: 1px solid #ceccbe;
}

.header.scrolling {
  height: 105px;
}

.scrolling #inner-header {
  height: 50px;
}
.scrolling .navigation-wrapper {
  padding: 8px 0px 0px;
}
.scrolling .navigation-wrapper .navbar-default {
  height: 65px;
}
.scrolling .logo-wrapper {
  margin-top: -10px;
}
.scrolling .top-bar .navbar-nav > li > a {
  padding-top: 4px;
  padding-bottom: 3px;
}
.scrolling .top-bar .navbar-default .social-icon-wrapper {
  padding-top: 3px;
  height: 32px;
}
.scrolling .top-bar .search-icon-wrapper {
  padding: 0px;
}
.scrolling .top-bar .search-icon-wrapper .searchform {
  padding-top: 3px;
}
.scrolling .top-bar .search-icon-wrapper .searchform input {
  padding: 0px 15px;
}
.scrolling .top-bar .search-icon-wrapper .search-icon {
  padding: 8px 15px;
  min-height: 30px;
}
.scrolling .top-bar .cart a {
  height: 32px;
}
.scrolling .top-bar .user a {
  height: 32px;
}
.scrolling .video-format-menu-item {
  padding: 0px;
}

.search-results .navigation-wrapper .navbar-default .current_page_parent a {
  font-weight: 300;
  color: #777;
}
.search-results .navigation-wrapper .navbar-default .current_page_parent .sub-menu a {
  color: #fff;
}
.search-results .navigation-wrapper .navbar-default .nav > .current-menu-item a {
  font-weight: 300;
  color: #777;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .top-bar .navbar-default .social-icon-wrapper .social-icon {
    margin: 3px;
  }

  .scrolling .logo-wrapper {
    margin-top: 0px;
  }

  .logo-wrapper {
    margin-top: 14px;
  }

  .navigation-wrapper .navbar-default .nav > li > a {
    font-size: 13px;
    padding: 10px 6px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .user a {
    height: 34px;
  }

  .header.scrolling {
    height: 155px;
  }

  .scrolling .logo-wrapper {
    margin-top: 5px;
  }
  .scrolling .video-format-menu-wrapper {
    margin-top: 55px;
  }

  .header {
    height: 155px;
  }
  .header .top-bar {
    margin-bottom: 0px;
  }
  .header .top-bar .navbar-default {
    float: right;
  }
  .header .top-bar .navbar-default .social-icon-wrapper {
    padding-top: 0px;
  }
  .header .top-bar .navbar-nav > li > a {
    font-size: 10px;
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .header .top-bar .cart > a {
    height: 34px;
  }
  .header .top-bar .user > a {
    padding-bottom: 0px !important;
  }
  .header .top-bar .search-icon-wrapper {
    padding: 0px;
  }
  .header .top-bar .search-icon-wrapper .search-icon {
    min-height: 34px;
    padding: 8px 11px;
    font-size: 14px;
  }
  .header .top-bar .search-icon-wrapper .search-show {
    width: 170px;
    padding-left: 10px;
  }
  .header .top-bar .search-icon-wrapper .searchform input {
    font-size: 12px;
    padding: 0px 10px;
  }
  .header #logo {
    text-align: center;
  }
  .header #logo img {
    max-width: 270px;
  }
  .header .navigation-wrapper {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .header .navigation-wrapper .navbar-default {
    float: left;
    height: 0px;
  }
  .header .navigation-wrapper .navbar-default .nav > li > a {
    font-size: 13px;
    padding: 10px 12px;
  }

  .video-format-menu-wrapper .video-menu-item a {
    padding: 10px 10px;
  }
}
.addthis_bar {
  z-index: 999 !important;
}

@media only screen and (max-width: 675px) {
  .addthis_bar {
    min-height: 100px !important;
  }
}
@media only screen and (max-width: 480px) {
  .addthis_bar {
    min-height: 120px !important;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .header.scrolling {
    height: 75px;
  }

  .scrolling .logo-wrapper {
    margin-top: 5px;
  }

  .header {
    height: 75px;
  }
  .header #logo img {
    margin-top: 5px;
    max-height: 45px;
  }
  .header .hamburger-button-wrapper {
    position: absolute;
    right: 0px;
  }
  .header .hamburger-button-wrapper .mobile-menu-button {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 7px 10px;
    background-color: transparent;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
    font-size: 28px;
    line-height: 28px;
    outline: none;
    background-color: #ee8027;
    color: #ffffff;
  }
  .header .hamburger-button-wrapper .mobile-menu-button .hamburger-icon-lines {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
  }
  .header .cart {
    position: absolute;
    right: 50px;
  }
  .header .cart a {
    position: relative;
    display: block;
    background-color: #c55e11;
    padding: 7px;
    top: 0px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .header .cart a .cart-count {
    position: relative;
    display: inline-block;
    top: 0px;
    height: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffff;
  }
  .header .cart a #Cart {
    position: relative;
    top: 4px;
  }
  .header .cart a .cart-icon {
    fill: #fff;
  }
  .header .cart a:hover {
    background-color: #96480d;
  }

  .top-bar {
    display: none;
  }

  #inner-content {
    margin-top: 75px;
  }

  .mobile-navigation-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    right: -3000px;
    z-index: 99;
    background-color: #ee8027;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
  .mobile-navigation-wrapper .navbar-default {
    background-color: #ee8027;
    border-color: #ee8027;
  }
  .mobile-navigation-wrapper .navbar-default .navbar-nav > li.menu-item {
    border-top: 2px solid #ffffff;
    margin: 0px 30px;
  }
  .mobile-navigation-wrapper .navbar-default .navbar-nav > li.menu-item > a {
    color: #ffffff;
    font-size: 14px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
  }
  .mobile-navigation-wrapper .navbar-default .menu-item-has-children a {
    width: 80%;
    display: inline-block;
  }
  .mobile-navigation-wrapper .navbar-default .menu-item-has-children .menu-down-icon {
    color: #ffffff;
    float: right;
    font-size: 24px;
    line-height: 24px;
    padding: 10px;
    cursor: pointer;
  }
  .mobile-navigation-wrapper .navbar-default .menu-item-has-children .sub-menu {
    list-style: none;
    margin-bottom: 0px;
    padding-left: 30px;
    visibility: hidden;
    height: 0px;
    -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
  }
  .mobile-navigation-wrapper .navbar-default .menu-item-has-children .sub-menu a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    padding: 5px;
  }
  .mobile-navigation-wrapper .navbar-default .menu-item-has-children .sub-menu li {
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
  }
  .mobile-navigation-wrapper .navbar-default .menu-item-has-children .sub-menu li:hover {
    background-color: #d26710;
  }
  .mobile-navigation-wrapper .navbar-default .menu-item-has-children .show-sub-menu {
    visibility: visible;
    height: auto;
  }

  .admin-bar .mobile-navigation-wrapper {
    top: 46px;
  }

  .show-mobile {
    right: 0px;
  }

  .search-icon-wrapper {
    padding: 15px 15px 10px;
    margin-bottom: 25px;
  }
  .search-icon-wrapper .search-wrapper {
    display: table;
  }
  .search-icon-wrapper .search-input-wrapper {
    display: table-cell;
    width: 100%;
  }
  .search-icon-wrapper .search-input-wrapper input {
    width: 95%;
    border: none;
    border-radius: 20px;
    padding: 5px 20px;
  }
  .search-icon-wrapper .search-button-wrapper {
    display: table-cell;
  }
  .search-icon-wrapper .search-button-wrapper button {
    border: none;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 7px;
  }

  .exit-item {
    margin: 5px 30px;
  }
  .exit-item .exit-icon-wrapper {
    float: right;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
  }

  .video-format-menu-wrapper {
    margin-top: 10px;
  }

  .dynamic-menu-wrapper {
    text-align: center;
  }
  .dynamic-menu-wrapper .video-menu-border {
    border-right: 0px solid #ceccbe;
  }
  .dynamic-menu-wrapper .video-menu-item a {
    padding: 5px 15px;
    font-size: 12px;
  }
}
/******************************************************************
Site Name: The Apgar
Author: Josh Apgar

Stylesheet: Main Styles

******************************************************************/
.fixed-size-wrapper {
  max-width: 1170px;
  margin: 0 auto;
}

/******************************************************************
Site Name: The Apgar
Author: Josh Apgar

Stylesheet: Footer Styles

******************************************************************/
footer {
  background-color: #353535;
  padding: 30px 0px;
}

.footer-navigation-wrapper {
  margin-bottom: 30px;
}
.footer-navigation-wrapper .navigation-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-navigation-wrapper .address-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-navigation-wrapper .regional-contact .regional-image {
  float: left;
  margin-right: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer-navigation-wrapper .regional-contact .regional-content {
  position: relative;
  display: block;
  top: 18px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-navigation-wrapper .regional-contact-link:hover .regional-image {
  opacity: 0.8;
}
.footer-navigation-wrapper .regional-contact-link:hover .regional-content {
  color: #ee8027;
}
.footer-navigation-wrapper .social-heading {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-navigation-wrapper .nav-left {
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
}
.footer-navigation-wrapper .nav-right {
  padding-left: 60px;
  padding-right: 0px;
  font-size: 14px;
}
.footer-navigation-wrapper .footer-nav li {
  margin: 5px 0px 0px;
}
.footer-navigation-wrapper .footer-nav li > a {
  padding: 0px;
  color: #ffffff;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-navigation-wrapper .footer-nav li > a:hover {
  background-color: transparent;
  color: #ee8027;
}
.footer-navigation-wrapper .footer-nav li > a:focus {
  background-color: transparent;
  color: #ee8027;
}
.footer-navigation-wrapper .address {
  color: #ffffff;
  font-size: 14px;
}

.footer-social {
  text-align: left;
  margin-bottom: 15px;
}
.footer-social .social-icon {
  margin: 5px;
}
.footer-social .social-icon:hover .linkedin-background {
  fill: #3ab3e0;
}
.footer-social .social-icon:hover .facebook-background {
  fill: #3e6497;
}
.footer-social .social-icon:hover .instagram-background {
  fill: #484a4b;
}
.footer-social .social-icon:hover .flickr-background {
  fill: #dcdccd;
}
.footer-social .social-icon:hover .pintrest-background {
  fill: #e33430;
}
.footer-social .pintrest-background {
  fill: #e9605d;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
}
.footer-social .pintrest-icon {
  fill: #fff;
}
.footer-social .flickr-background {
  fill: #f1f1eb;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
}
.footer-social .flickr-icon-1 {
  fill: #374ca0;
}
.footer-social .flickr-icon-1 {
  fill: #d14197;
}
.footer-social .linkedin-background {
  fill: #66c4e7;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.footer-social .linkedin-icon {
  fill: #fff;
}
.footer-social .facebook-background {
  fill: #517db7;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.footer-social .facebook-icon {
  fill: #fff;
}
.footer-social .instagram-background {
  fill: #616465;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.footer-social .instagram-icon {
  fill: #fff;
}

.copyright-wrapper {
  border-top: 1px solid #5b5b5b;
  padding-top: 30px;
}

.address a {
  color: #ffffff;
}

.footer-copyright {
  color: #a8a8a8;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 12px;
}
.footer-copyright .copyright {
  margin-bottom: 0px;
}
.footer-copyright a {
  color: #a8a8a8;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.footer-copyright a:hover {
  color: #dbdbdb;
}

.footer-btn-wrapper {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  margin-top: 20px;
  width: 185px;
  background-color: #ee8027;
}
.footer-btn-wrapper a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 7px 0px 5px;
  text-align: center;
  text-transform: uppercase;
}
.footer-btn-wrapper:hover {
  background-color: #d26710;
  color: #e6e6e6;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .footer-navigation-wrapper {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-navigation-wrapper .nav-right {
    padding-left: 0px;
    margin-top: 30px;
  }
  .footer-navigation-wrapper .social-heading {
    margin-top: 30px;
  }
  .footer-navigation-wrapper .footer-social {
    text-align: center;
  }
  .footer-navigation-wrapper .footer-btn-wrapper {
    width: 100%;
    max-width: 185px;
    margin: 30px auto;
  }
  .footer-navigation-wrapper .regional-contact {
    max-width: 290px;
    margin: auto;
  }
  .footer-navigation-wrapper .regional-contact .regional-image {
    margin-right: 0px;
    margin-left: 30px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .footer-navigation-wrapper {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-navigation-wrapper .nav-right {
    padding-left: 0px;
    margin-top: 30px;
  }
  .footer-navigation-wrapper .footer-social {
    text-align: center;
  }
  .footer-navigation-wrapper .footer-btn-wrapper {
    width: 100%;
    max-width: 185px;
    margin: 30px auto;
  }
  .footer-navigation-wrapper .address-heading {
    margin-bottom: 10px;
  }
  .footer-navigation-wrapper .regional-contact {
    max-width: 290px;
    margin: auto;
  }
  .footer-navigation-wrapper .regional-contact .regional-image {
    margin-right: 0px;
    margin-left: 30px;
  }

  .copyright-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
/******************************************************************
Site Name: The Apgar
Author: Josh Apgar

Stylesheet: Homepage Styles

******************************************************************/
.page-template-page-homepage .section-header .slider-wrapper {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.page-template-page-homepage .section-header .slider-wrapper .slider-overlay {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 1400px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h2 {
  color: #ffffff;
  margin-bottom: 0px;
}
.page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h1 {
  margin: 0px 0px 10px;
  color: #ffffff;
}
.page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h4 {
  letter-spacing: 2px;
  color: #ffffff;
}
.page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image img {
  padding-left: 40px;
}
.page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-content-button {
  margin-top: 35px;
}
.page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-content-button a {
  display: inline-block;
  background-color: #ee8027;
  max-width: 500px;
  margin: 30px auto 0px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-content-button a:hover {
  background-color: #d26710;
}
.page-template-page-homepage .section-header .slider-wrapper img {
  margin-left: -40px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-template-page-homepage .section-header .arrow-up {
  position: relative;
  bottom: 40px;
  margin: 0px auto -40px auto;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #ffffff;
  z-index: 999;
}
.page-template-page-homepage .section-header .mobile-header {
  display: none;
}
.page-template-page-homepage .section-1 {
  padding: 50px 0px;
}
.page-template-page-homepage .section-1 .intro-wrapper {
  text-align: center;
}
.page-template-page-homepage .section-1 .intro-wrapper .intro-headline {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #ee8027;
}
.page-template-page-homepage .section-1 .intro-wrapper .intro-headline p {
  margin-bottom: 10px;
}
.page-template-page-homepage .section-1 .intro-wrapper .intro-content {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}
.page-template-page-homepage .section-1 .border-bottom {
  margin: 30px 0px 0px;
  border-bottom: 1px solid #d8d8d8;
}
.page-template-page-homepage .section-2 .button-wrapper {
  text-align: center;
}
.page-template-page-homepage .section-2 .button-wrapper .button-headline {
  display: block;
  margin-bottom: 10px;
  padding: 0px 15px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ee8027;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-homepage .section-2 .button-wrapper .button-text {
  display: block;
  padding: 0px 35px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: none;
  color: #494949;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-homepage .section-2 .button-wrapper:hover {
  background-color: #ffffff;
}
.page-template-page-homepage .section-2 .button-wrapper:hover .button-headline {
  color: #807967;
}
.page-template-page-homepage .section-2 .button-wrapper:hover .button-text {
  color: #515151;
}
.page-template-page-homepage .section-3 {
  margin-top: 30px;
  background-color: #ffcb0a;
}
.page-template-page-homepage .section-3 .content-wrapper {
  padding: 45px 0px 60px;
}
.page-template-page-homepage .section-3 .content-wrapper img {
  width: 210px;
}
.page-template-page-homepage .section-3 .content {
  position: absolute;
  top: 0px;
  left: 0%;
  padding-left: 80px;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #000000;
}
.page-template-page-homepage .section-3 .content .endangered-button a {
  display: inline-block;
  background-color: #ee8027;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-homepage .section-3 .content .endangered-button a:hover {
  background-color: #d26710;
}
.page-template-page-homepage .section-store {
  margin-top: 30px;
}
.page-template-page-homepage .section-store .store-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.page-template-page-homepage .section-store .slider-wrapper {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.page-template-page-homepage .section-store .slider-wrapper .mobile-header {
  display: none;
}
.page-template-page-homepage .section-store .slider-wrapper .store-single-slide {
  width: 100% !important;
  left: 0;
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 1400px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h2 {
  color: #ffffff;
  margin-bottom: 0px;
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h1 {
  margin: 0px 0px 10px;
  color: #ffffff;
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h4 {
  letter-spacing: 2px;
  color: #ffffff;
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .store-subtitle {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  margin-top: -10px;
  margin-bottom: 10px;
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image img {
  padding-left: 40px;
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-content-button {
  margin-top: 30px;
  background-color: #ee8027;
  max-width: 250px;
  margin: 30px auto 0px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-content-button a {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}
.page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-content-button:hover {
  background-color: #d26710;
}
.page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .store-slider-content {
  position: absolute;
}
.page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .store-slider-content h1,
.page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .store-slider-content h2,
.page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .store-slider-content h4 {
  color: #ffffff;
  text-align: center;
}
.page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .store-slider-content .slider-content-button {
  margin-top: 30px;
  text-align: center;
}
.page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .store-slider-content .slider-content-button a {
  display: inline-block;
  background-color: #ee8027;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .store-slider-content .slider-content-button:hover a {
  background-color: #d26710;
}
.page-template-page-homepage .section-store .grid-wrapper {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .store-grid-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
  justify-content: space-between;
  text-transform: inherit;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .store-grid-content h1,
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .store-grid-content h2,
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .store-grid-content h4 {
  color: #ffffff;
  text-align: center;
  text-wrap: balance;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: inherit;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .store-grid-content .grid-content-button {
  text-align: center;
  display: inline-block;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .store-grid-content .grid-content-button a {
  display: inline-block;
  background-color: #ee8027;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: inherit;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .store-grid-content .grid-content-button a:hover {
  background-color: #d26710;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header {
  display: none;
  position: relative;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-header-content-wrapper {
  display: block;
  text-align: center;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-header-content-wrapper h1,
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-header-content-wrapper h2,
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-header-content-wrapper h4 {
  margin: 0;
  color: #ffffff;
  font-size: 26px !important;
  line-height: 26px !important;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-header-content-wrapper h4 {
  font-size: 18px !important;
  line-height: 22px !important;
  text-transform: inherit;
  letter-spacing: inherit;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-content-button {
  text-align: center;
  display: block;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-content-button a {
  display: inline-block;
  background-color: #ee8027;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: inherit;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .arrow-up {
  display: none;
}
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .store-arrow-up {
  bottom: 40px;
}
.page-template-page-homepage .section-store .arrow-up {
  display: none;
  position: relative;
  bottom: 40px;
  margin: 0px auto -40px auto;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #ffffff;
  z-index: 999;
}
.page-template-page-homepage .section-store .section-header .mobile-header {
  display: block;
  padding: 15px;
  background-color: #ee8027;
}
.page-template-page-homepage .section-store .section-header .mobile-header .slider-header-content-wrapper {
  text-align: center;
}
.page-template-page-homepage .section-store .section-header .mobile-header .slider-header-content-wrapper h1,
.page-template-page-homepage .section-store .section-header .mobile-header .slider-header-content-wrapper h2 {
  margin: 0;
  color: #ffffff;
  font-size: 26px !important;
  line-height: 26px !important;
}
.page-template-page-homepage .section-store .section-header .mobile-header .slider-header-content-wrapper h4 {
  color: #ffffff;
  font-size: 11px !important;
  line-height: 11px !important;
}
.page-template-page-homepage .section-store .section-header .mobile-header .slider-content-button {
  text-align: center;
  display: block;
}
.page-template-page-homepage .section-store .section-header .mobile-header .slider-content-button a {
  display: block;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-template-page-homepage .section-store .arrow-up {
  display: none;
}
.page-template-page-homepage .additional-banner .container {
  margin-top: 30px;
  padding: 8% 0;
  width: 100%;
  max-width: 1380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-template-page-homepage .additional-banner .additional-banner-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-homepage .additional-banner .additional-banner-content-wrapper h2,
.page-template-page-homepage .additional-banner .additional-banner-content-wrapper h1,
.page-template-page-homepage .additional-banner .additional-banner-content-wrapper h4 {
  color: #ffffff;
  text-align: center;
}
.page-template-page-homepage .additional-banner .additional-banner-content-wrapper h2 {
  margin-bottom: 0px;
}
.page-template-page-homepage .additional-banner .additional-banner-content-wrapper h4 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: inherit;
  margin-top: 5px;
  margin-bottom: 0px;
}
.page-template-page-homepage .additional-banner .additional-banner-content-wrapper .slider-content-button {
  margin-top: 30px;
  text-align: center;
}
.page-template-page-homepage .additional-banner .additional-banner-content-wrapper .slider-content-button a {
  display: inline-block;
  background-color: #ee8027;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  width: 250px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-homepage .additional-banner .additional-banner-content-wrapper .slider-content-button:hover a {
  background-color: #d26710;
}
.page-template-page-homepage .additional-banner .arrow-up {
  display: none;
}
.page-template-page-homepage .additional-banner .mobile-header {
  display: none;
}
.page-template-page-homepage .section-4 {
  position: relative;
  padding: 30px 0px 75px;
}
.page-template-page-homepage .section-4 .subscribe-cta {
  position: absolute;
  left: -120px;
  top: 165px;
  width: 300px;
  padding: 5px 0px;
  background-color: #ee8027;
  color: #ffffff;
  text-align: center;
  z-index: 999;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page-template-page-homepage .section-4 .subscribe-cta .cta-heading {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
}
.page-template-page-homepage .section-4 .subscribe-cta .cta-content {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-template-page-homepage .section-4 .subscribe-cta:before {
  content: "";
  position: absolute;
  width: 0;
  left: 0px;
  top: 62px;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-top: 24px solid #ee8027;
  -webkit-transition: border-top 0.2s ease;
  -moz-transition: border-top 0.2s ease;
  -o-transition: border-top 0.2s ease;
  transition: border-top 0.2s ease;
}
.page-template-page-homepage .section-4 a:hover .subscribe-cta {
  background-color: #d26710;
}
.page-template-page-homepage .section-4 a:hover .subscribe-cta:before {
  border-top: 24px solid #d26710;
}
.page-template-page-homepage .section-4 .blog-row {
  margin-left: 75px;
}
.page-template-page-homepage .section-4 a:hover .post-image-overlay {
  opacity: 1;
}
.page-template-page-homepage .section-4 .post-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 195px;
  margin-bottom: 25px;
}
.page-template-page-homepage .section-4 .post-image .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-homepage .section-4 .post-image img {
  width: 100%;
  height: auto;
}
.page-template-page-homepage .section-4 .post-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #3a3a3a;
}
.page-template-page-homepage .section-4 .post-date {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #878787;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-template-page-homepage .section-4 .post-content {
  font-size: 16px;
  font-weight: 300;
}
.page-template-page-homepage .section-4 .post-content .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-homepage .section-4 .post-content .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.page-template-page-homepage .section-4 .slider-content-overlay {
  position: absolute;
  background-color: #474747;
  color: #ffffff;
  max-width: 800px;
  text-align: center;
  left: 0px;
  right: 0px;
  margin: 60px auto 0px;
  padding: 20px;
  z-index: 99;
}
.page-template-page-homepage .section-4 .slider-content-overlay .slider-content-1 {
  font-size: 24px;
  line-height: 32px;
}
.page-template-page-homepage .section-4 .slider-content-overlay .slider-content-2 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
}
.page-template-page-homepage .section-4 .slider-content-overlay .arrow-down {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 45px solid #474747;
}
.page-template-page-homepage .section-4 .slider-content-overlay .mobile-more-button {
  display: none;
}
.page-template-page-homepage .section-5 {
  margin-top: 30px;
}
.page-template-page-homepage .section-5 .slider-wrapper {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  position: relative;
}
.page-template-page-homepage .section-5 .slider-wrapper .slider-content-button {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -140px;
  background-color: #ee8027;
  width: 280px;
  transition: all 0.2s;
  z-index: 60;
}
.page-template-page-homepage .section-5 .slider-wrapper .slider-content-button a {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}
.page-template-page-homepage .section-5 .slider-wrapper .slider-content-button:hover {
  background-color: #d26710;
}
.page-template-page-homepage .section-5 .slider-wrapper .bx-viewport {
  max-height: 600px;
}
.page-template-page-homepage .section-5 .slider-wrapper .slider-controls {
  position: absolute;
  max-width: 1380px;
  width: 97%;
  z-index: 60;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
}
.page-template-page-homepage .section-5 .slider-wrapper .slider-controls #prev-slide-control {
  float: left;
}
.page-template-page-homepage .section-5 .slider-wrapper .slider-controls #prev-slide-control img {
  margin-left: 0px;
}
.page-template-page-homepage .section-5 .slider-wrapper .slider-controls #next-slide-control {
  float: right;
}
.page-template-page-homepage .section-5 .slider-wrapper .slider-controls #next-slide-control img {
  margin-left: 0px;
}
.page-template-page-homepage .section-5 .slider-wrapper img {
  margin-left: -40px;
}
.page-template-page-homepage .section-footer {
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 0px;
}
.page-template-page-homepage .section-footer .footer-heading-wrapper {
  text-align: center;
}
.page-template-page-homepage .section-footer .footer-heading-wrapper .footer-logo {
  margin-bottom: 20px;
}
.page-template-page-homepage .section-footer .footer-heading-wrapper .footer-content {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.page-template-page-homepage .section-footer .sbi {
  padding-bottom: 0px !important;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .page-template-page-homepage .section-header .carousel-inner {
    max-width: 1400px;
    width: 1400px;
    margin: 0 auto;
  }
  .page-template-page-homepage .section-header .carousel-inner > .item > img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h2 {
    font-size: 42px !important;
    line-height: 42px !important;
  }
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h1 {
    font-size: 85px !important;
    line-height: 85px !important;
  }
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h4 {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .page-template-page-homepage .section-header .slider-wrapper img {
    width: 100%;
  }
  .page-template-page-homepage .section-header .grid-content-button {
    text-align: center;
    display: block;
  }
  .page-template-page-homepage .section-header .grid-content-button a {
    display: inline-block;
    background-color: #ee8027;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: inherit;
    letter-spacing: 2px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
  .page-template-page-homepage .section-header .grid-content-button:hover a {
    background-color: #d26710;
  }
  .page-template-page-homepage .section-1 .intro-wrapper .intro-headline {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-page-homepage .section-1 .intro-wrapper .intro-headline p {
    margin-bottom: 10px;
  }
  .page-template-page-homepage .section-1 .intro-wrapper .intro-content {
    font-size: 20px;
    line-height: 20px;
  }
  .page-template-page-homepage .section-2 .button-wrapper .button-headline {
    font-size: 24px;
    line-height: 30px;
    padding: 0px 10px;
  }
  .page-template-page-homepage .section-2 .button-wrapper .button-text {
    padding: 0px 10px;
  }
  .page-template-page-homepage .section-4 .post-image {
    height: 100%;
  }
  .page-template-page-homepage .section-6 .background-text-wrapper {
    top: 175px;
  }
  .page-template-page-homepage .section-6 .background-text-wrapper .background-text-small {
    line-height: 32px;
    margin-bottom: 10px;
  }
  .page-template-page-homepage .section-6 .background-image {
    height: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper h2 {
    font-size: calc(30px + 1vw) !important;
    line-height: calc(24px + 1vw) !important;
  }
}
@media (max-width: 767px) {
  .page-template-page-homepage .section-store .slider-wrapper .mobile-header {
    display: block;
  }

  .page-template-page-homepage .section-store .store-grid {
    display: flex;
    flex-direction: column;
  }

  .page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .arrow-up {
    display: block;
    bottom: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ee8027;
  }

  .page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .store-arrow-up {
    bottom: 40px;
  }

  .page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .store-grid-content {
    display: none;
  }

  .store-grid-image {
    height: 100%;
    max-height: 300px;
    overflow: hidden;
    object-position: top;
  }
  .store-grid-image img {
    object-fit: cover;
    aspect-ratio: 7/3;
  }

  .page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper {
    flex-direction: column;
  }
  .page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 215px;
    padding: 15px;
    background-color: #ee8027;
  }

  .page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-header-content-wrapper {
    display: block;
    text-align: center;
  }
  .page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-header-content-wrapper h2,
.page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-header-content-wrapper h4 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .page-template-page-homepage .section-store .grid-wrapper .store-grid-content-wrapper .mobile-header .grid-content-button a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image {
    position: relative;
    width: 75%;
    left: 50%;
  }
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h1 {
    font-size: 55px !important;
    line-height: 55px !important;
  }
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h4 {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .page-template-page-homepage .section-1 {
    padding: 30px 0px;
  }
  .page-template-page-homepage .section-1 .intro-wrapper .intro-headline {
    font-size: 32px;
    line-height: 32px;
  }
  .page-template-page-homepage .section-1 .intro-wrapper .intro-headline p {
    margin-bottom: 10px;
  }
  .page-template-page-homepage .section-1 .intro-wrapper .intro-content {
    font-size: 18px;
    line-height: 18px;
  }
  .page-template-page-homepage .section-2 .buttons-container {
    padding: 0px 15px;
    margin: 0px auto;
  }
  .page-template-page-homepage .section-2 .button-wrapper {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #d8d8d8;
    margin: 15px 0px;
    padding-bottom: 30px;
  }
  .page-template-page-homepage .section-2 .button-wrapper .button-headline {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 0px;
  }
  .page-template-page-homepage .section-2 .button-wrapper .button-text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .page-template-page-homepage .section-3 {
    margin-top: 20px;
    padding: 40px 0px;
  }
  .page-template-page-homepage .section-3 .post-image {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-homepage .section-3 .post-title {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-homepage .section-3 .post-date {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-homepage .section-3 .post-content {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h2,
.page-template-page-homepage .section-store .store-slider-content h2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h1,
.page-template-page-homepage .section-store .store-slider-content h1 {
    font-size: 55px !important;
    line-height: 55px !important;
  }
  .page-template-page-homepage .section-store .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper h4,
.page-template-page-homepage .section-store .store-slider-content h4 {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .page-template-page-homepage .section-store .store-subtitle {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .page-template-page-homepage .additional-banner .container {
    padding: 8% 0;
  }
  .page-template-page-homepage .additional-banner .additional-banner-content-wrapper h2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .page-template-page-homepage .additional-banner .additional-banner-content-wrapper h1 {
    font-size: 55px !important;
    line-height: 55px !important;
  }
  .page-template-page-homepage .additional-banner .additional-banner-content-wrapper h4 {
    font-size: 18px !important;
    line-height: 18px !important;
    text-transform: inherit;
    letter-spacing: inherit;
  }
  .page-template-page-homepage .section-4 .post-content {
    margin-bottom: 45px;
  }
  .page-template-page-homepage .section-4 .content {
    top: 50px;
    font-size: 42px;
    line-height: 42px;
  }
  .page-template-page-homepage .section-5 .button-wrapper {
    margin-bottom: 30px;
  }
  .page-template-page-homepage .section-6 .background-text-wrapper {
    top: 140px;
    max-width: 768px;
  }
  .page-template-page-homepage .section-6 .background-text-wrapper .background-text-small {
    line-height: 32px;
    margin-bottom: 10px;
  }
  .page-template-page-homepage .section-6 .background-text-wrapper .background-text-large {
    font-size: 60px;
    line-height: 60px;
  }
  .page-template-page-homepage .section-6 .background-image {
    height: 400px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-homepage .slider-content-button {
    display: none;
  }
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image {
    top: 65%;
  }
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-header-content-wrapper {
    display: none;
  }
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image img {
    display: none;
  }
  .page-template-page-homepage .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image .slider-content-button {
    display: none;
  }
  .page-template-page-homepage .section-header .arrow-up {
    bottom: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ee8027;
  }
  .page-template-page-homepage .section-header .mobile-header {
    display: block;
    padding: 15px;
    background-color: #ee8027;
  }
  .page-template-page-homepage .section-header .mobile-header .slider-header-content-wrapper {
    text-align: center;
  }
  .page-template-page-homepage .section-header .mobile-header .slider-header-content-wrapper h2 {
    color: #ffffff;
    font-size: 26px !important;
    line-height: 26px !important;
  }
  .page-template-page-homepage .section-header .mobile-header .slider-header-content-wrapper h1 {
    margin: 0px;
    color: #ffffff;
    font-size: 26px !important;
    line-height: 26px !important;
  }
  .page-template-page-homepage .section-header .mobile-header .slider-header-content-wrapper h4 {
    color: #ffffff;
    font-size: 11px !important;
    line-height: 11px !important;
  }
  .page-template-page-homepage .section-header .mobile-header .slider-content-button {
    text-align: center;
    display: block;
  }
  .page-template-page-homepage .section-header .mobile-header .slider-content-button a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .page-template-page-homepage .section-1 {
    padding: 30px 0px;
  }
  .page-template-page-homepage .section-1 .intro-wrapper .intro-headline {
    margin-top: 15px;
    font-size: 24px;
    line-height: 24px;
  }
  .page-template-page-homepage .section-1 .intro-wrapper .intro-headline p {
    margin-bottom: 10px;
  }
  .page-template-page-homepage .section-1 .intro-wrapper .intro-content {
    font-size: 18px;
    line-height: 22px;
  }
  .page-template-page-homepage .section-1 .border-bottom {
    margin: 0px;
  }
  .page-template-page-homepage .section-2 .buttons-container {
    padding: 0px 15px;
    margin: 0px auto;
  }
  .page-template-page-homepage .section-2 .button-wrapper {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #d8d8d8;
    margin: 15px 0px;
    padding-bottom: 30px;
  }
  .page-template-page-homepage .section-2 .button-wrapper .button-headline {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0px;
    margin-bottom: 0px;
  }
  .page-template-page-homepage .section-2 .button-wrapper .button-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
  }
  .page-template-page-homepage .section-3 {
    margin-top: 20px;
  }
  .page-template-page-homepage .section-3 .content-wrapper {
    text-align: center;
  }
  .page-template-page-homepage .section-3 .content-wrapper img {
    width: 165px;
    float: none !important;
  }
  .page-template-page-homepage .section-3 .content-wrapper .content {
    position: relative;
    font-size: 28px;
    line-height: 28px;
    padding-left: 0px;
    margin-top: 15px;
  }
  .page-template-page-homepage .section-3 .content-wrapper .content .endangered-button {
    margin-top: 30px;
  }
  .page-template-page-homepage .section-store .slider-wrapper .slider-content-image {
    display: none;
  }
  .page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper {
    flex-direction: column;
  }
  .page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .store-slider-content {
    display: none;
  }
  .page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .slider-content-image {
    top: 40%;
  }
  .page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .slider-content-image img {
    display: none;
  }
  .page-template-page-homepage .section-store .slider-wrapper .store-slider-content-wrapper .slider-content-image .slider-content-button {
    display: block;
  }
  .page-template-page-homepage .section-store .arrow-up {
    display: block;
    bottom: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ee8027;
  }
  .page-template-page-homepage .section-store .store-arrow-up {
    bottom: 40px;
  }
  .page-template-page-homepage .section-store .mobile-header {
    display: block;
    width: 100%;
    min-height: 215px;
    padding: 15px;
    background-color: #ee8027;
  }
  .page-template-page-homepage .section-store .mobile-header .slider-header-content-wrapper {
    text-align: center;
  }
  .page-template-page-homepage .section-store .mobile-header .slider-header-content-wrapper h2 {
    color: #ffffff;
    font-size: 30px !important;
    line-height: 22px !important;
    margin-bottom: 8px !important;
  }
  .page-template-page-homepage .section-store .mobile-header .slider-header-content-wrapper h1 {
    margin: 0px;
    color: #ffffff;
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .page-template-page-homepage .section-store .mobile-header .slider-header-content-wrapper h4 {
    color: #ffffff;
    font-size: 11px !important;
    line-height: 11px !important;
  }
  .page-template-page-homepage .section-store .mobile-header .store-subtitle {
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
  }
  .page-template-page-homepage .section-store .mobile-header .slider-content-button {
    text-align: center;
    display: block;
  }
  .page-template-page-homepage .section-store .mobile-header .slider-content-button a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .page-template-page-homepage .additional-banner .additional-banner-content-wrapper {
    display: none;
  }
  .page-template-page-homepage .additional-banner .container {
    padding: 19% 0;
  }
  .page-template-page-homepage .additional-banner .arrow-up {
    display: block;
    bottom: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ee8027;
  }
  .page-template-page-homepage .additional-banner .store-arrow-up {
    position: relative;
    width: 40px;
    margin: 0 auto;
  }
  .page-template-page-homepage .additional-banner .mobile-header {
    display: block;
    width: 100%;
    min-height: 215px;
    padding: 15px;
    background-color: #ee8027;
    margin-top: -20px;
  }
  .page-template-page-homepage .additional-banner .mobile-header .slider-header-content-wrapper {
    text-align: center;
  }
  .page-template-page-homepage .additional-banner .mobile-header .slider-header-content-wrapper h2 {
    color: #ffffff;
    font-size: 30px !important;
    line-height: 26px !important;
  }
  .page-template-page-homepage .additional-banner .mobile-header .slider-header-content-wrapper h1 {
    margin: 0px;
    color: #ffffff;
    font-size: 26px !important;
    line-height: 26px !important;
  }
  .page-template-page-homepage .additional-banner .mobile-header .slider-header-content-wrapper h4 {
    color: #ffffff;
    font-size: 18px !important;
    line-height: 22px !important;
    text-transform: inherit;
    letter-spacing: inherit;
  }
  .page-template-page-homepage .additional-banner .mobile-header .store-subtitle {
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
  }
  .page-template-page-homepage .additional-banner .mobile-header .slider-content-button {
    text-align: center;
    display: block;
  }
  .page-template-page-homepage .additional-banner .mobile-header .slider-content-button a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .page-template-page-homepage .section-4 {
    padding: 40px 0px 10px 0px;
  }
  .page-template-page-homepage .section-4 .subscribe-cta {
    position: relative;
    left: auto;
    top: 30px;
    width: 100%;
    padding: 15px 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .page-template-page-homepage .section-4 .subscribe-cta:before {
    border-top: 0px;
  }
  .page-template-page-homepage .section-4 a:hover .subscribe-cta::before {
    border-top: 0px;
  }
  .page-template-page-homepage .section-4 .blog-row {
    margin-left: -15px;
  }
  .page-template-page-homepage .section-4 .post-image {
    height: 100%;
  }
  .page-template-page-homepage .section-4 .post-content {
    margin-bottom: 30px;
  }
  .page-template-page-homepage .section-4 .slider-content-overlay {
    position: relative;
  }
  .page-template-page-homepage .section-4 .slider-content-overlay .slider-content-1 {
    font-size: 16px;
    line-height: 24px;
  }
  .page-template-page-homepage .section-4 .slider-content-overlay .slider-content-2 {
    font-size: 24px;
    line-height: 36px;
  }
  .page-template-page-homepage .section-4 .slider-content-overlay .mobile-more-button {
    display: block;
  }
  .page-template-page-homepage .section-4 .slider-content-overlay .mobile-more-button a {
    display: block;
    border: 2px solid #ffffff;
    font-weight: 700;
    color: #ffffff;
    max-width: 230px;
    margin: 10px auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0px;
  }
  .page-template-page-homepage .section-5 {
    margin-top: -10px;
  }
  .page-template-page-homepage .section-5 .slider-wrapper .bx-viewport {
    max-height: 400px;
  }
  .page-template-page-homepage .section-5 .slider-wrapper .slider-controls #prev-slide-control img {
    width: 30px;
  }
  .page-template-page-homepage .section-5 .slider-wrapper .slider-controls #next-slide-control img {
    width: 30px;
  }
  .page-template-page-homepage .section-footer {
    padding-top: 30px;
  }
  .page-template-page-homepage .section-footer .footer-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Default Page Styles

******************************************************************/
.page-template-default .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.page-template-default .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-default .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-default .section-header .title-wrapper {
  text-align: center;
}
.page-template-default .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-default .section-header .sub-title-wrapper {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.page-template-default .section-header .sub-title-wrapper .sub-title-content {
  margin-bottom: 20px;
}
.page-template-default .section-header .hero-image-wrapper {
  margin-bottom: 10px;
}
.page-template-default .section-header .hero-image-wrapper > .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-default .section-header .hero-image-row {
  position: relative;
  padding: 0px;
  text-align: center;
}
.page-template-default .section-header .hero-image-row figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.page-template-default .section-header .hero-image-row .border-bottom {
  border: 10px solid #e2e1db;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-default .section-header .hero-image-row img {
  width: 100%;
}
.page-template-default .section-header .hero-image-row li {
  margin-left: -40px;
}
.page-template-default .section-header .hero-image-row .slider-controls {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: -56px auto 0px auto;
  z-index: 60;
  top: 375px;
}
.page-template-default .section-header .hero-image-row .slider-controls #prev-slide-control {
  float: left;
}
.page-template-default .section-header .hero-image-row .slider-controls #next-slide-control {
  float: right;
}
.page-template-default .section-1 .aside-sidebar .sidebar-title a {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #353535;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-default .section-1 .aside-sidebar .sidebar-title a:hover {
  color: #ee8027;
}
.page-template-default .section-1 .aside-sidebar ul {
  padding-left: 0px;
}
.page-template-default .section-1 .aside-sidebar ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  padding: 7px 0px;
}
.page-template-default .section-1 .aside-sidebar .children {
  display: none;
  padding-left: 20px;
}
.page-template-default .section-1 .aside-sidebar .children li {
  padding: 3px 0px;
}
.page-template-default .section-1 .aside-sidebar .current_page_parent .children {
  display: block;
}
.page-template-default .section-1 .aside-sidebar .page_item_has_children.current_page_item .children {
  display: block;
}
.page-template-default .section-1 .aside-sidebar .page_item_has_children.current_page_ancestor .children {
  display: block;
}
.page-template-default .section-1 .aside-sidebar .page-item-1058 .children,
.page-template-default .section-1 .aside-sidebar .page-item-1057 .children {
  display: none !important;
}
.page-template-default .section-1 .aside-sidebar a {
  display: block;
  color: #575757;
  font-weight: 300;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-default .section-1 .aside-sidebar a:hover {
  color: #ee8027;
}
.page-template-default .section-1 .aside-sidebar .current_page_item > a {
  color: #ee8027;
  font-weight: 700;
}
.page-template-default .section-1 .aside-sidebar .current_page_item > a:after {
  content: "››";
  padding-left: 10px;
}
.page-template-default .section-1 .main-content-wrapper {
  padding-left: 30px;
  border-left: 1px solid #cacaca;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-template-default .section-1 .main-content-wrapper div[id*=attachment_] {
  max-width: 100%;
}
.page-template-default .section-1 .main-content-wrapper li {
  margin-bottom: 10px;
}
.page-template-default .section-1 .full-width-image-row,
.page-template-default .section-1 .full-width-image-slider-row,
.page-template-default .section-1 .full-width-video-row,
.page-template-default .section-1 .full-width-accordion-row,
.page-template-default .section-1 .full-width-content-headline-row,
.page-template-default .section-1 .full-width-content-row,
.page-template-default .section-1 .image-left-content-right-row,
.page-template-default .section-1 .content-left-image-right-row,
.page-template-default .section-1 .columns-image-row,
.page-template-default .section-1 .columns-video-row,
.page-template-default .section-1 .columns-content-headline-row,
.page-template-default .section-1 .columns-content-row,
.page-template-default .section-1 .full-width-table-row,
.page-template-default .section-1 .full-width-tab-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.page-template-default .section-1 .full-width-image-row,
.page-template-default .section-1 .full-width-image-slider-row,
.page-template-default .section-1 .full-width-video-row,
.page-template-default .section-1 .full-width-accordion-row,
.page-template-default .section-1 .full-width-content-headline-row,
.page-template-default .section-1 .full-width-content-row,
.page-template-default .section-1 .image-left-content-right-row,
.page-template-default .section-1 .content-left-image-right-row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-template-default .section-1 .full-width-content-headline-row h2 {
  margin-top: 0px;
}
.page-template-default .section-1 .full-width-image-row img {
  width: 100%;
}
.page-template-default .section-1 .full-width-image-row .image-caption {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.page-template-default .section-1 .full-width-image-slider-row .carousel-inner > .item {
  max-height: 550px;
  overflow: hidden;
}
.page-template-default .section-1 .full-width-image-slider-row .carousel-inner > .item > img {
  width: 100%;
}
.page-template-default .section-1 .full-width-accordion-row .panel-group .panel {
  margin-bottom: -5px;
  border-radius: 0px;
}
.page-template-default .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading {
  background-color: #e5e5e5;
  border-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-default .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover {
  background-color: #cccccc;
}
.page-template-default .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title {
  color: #353535;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}
.page-template-default .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-default .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover {
  background-color: #dedede;
}
.page-template-default .section-1 .nav-tabs {
  border-bottom: 10px solid #e2e1db;
}
.page-template-default .section-1 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background-color: #f1f1f1;
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-default .section-1 .nav-tabs > li > a:hover {
  background-color: #e2e1db;
}
.page-template-default .section-1 .nav-tabs > li.active > a,
.page-template-default .section-1 .nav-tabs > li.active > a:hover,
.page-template-default .section-1 .nav-tabs > li.active > a:focus {
  color: #353535;
  background-color: #e2e1db;
  border: 1px solid #e2e1db;
  border-bottom-color: transparent;
  cursor: default;
}
.page-template-default .section-1 .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.page-template-default .section-1 .slide-arrow {
  fill: none;
  stroke: #838383;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-default .section-1 .carousel-control.left {
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.page-template-default .section-1 .carousel-control.left:hover .slide-arrow {
  stroke: #505050;
}
.page-template-default .section-1 .carousel-control.right {
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
}
.page-template-default .section-1 .carousel-control.right:hover .slide-arrow {
  stroke: #505050;
}
.page-template-default .section-1 .prev-slide {
  position: absolute;
  top: 40%;
  left: 0px;
}
.page-template-default .section-1 .next-slide {
  position: absolute;
  top: 40%;
  right: 0px;
}
.page-template-default .section-1 .columns-image-row img {
  width: 100%;
}
.page-template-default .section-1 .events-wrapper {
  margin-top: 25px;
  margin-bottom: 0px;
}
.page-template-default .section-1 .events-wrapper .title-wrapper {
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  margin-bottom: 15px;
  color: #353535;
}
.page-template-default .section-1 .events-wrapper .event-date-text {
  background-color: #ee8027;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  letter-spacing: 1px;
}
.page-template-default .section-1 .events-wrapper a:hover .post-image-overlay {
  opacity: 1;
}
.page-template-default .section-1 .events-wrapper .post-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 175px;
  margin-bottom: 15px;
}
.page-template-default .section-1 .events-wrapper .post-image .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-default .section-1 .events-wrapper .post-image img {
  width: 100%;
  height: auto;
}
.page-template-default .section-1 .events-wrapper .post-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #3a3a3a;
  margin-bottom: 15px;
}
.page-template-default .section-1 .events-wrapper .post-content {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.page-template-default .section-1 .events-wrapper .post-content .post-location {
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.page-template-default .section-1 .events-wrapper .post-content .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-default .section-1 .events-wrapper .post-content .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.page-template-default .section-1 .events-wrapper .no-post-content p {
  padding: 0 15px;
}
.page-template-default .section-1 .IATS_Div {
  width: auto !important;
}
.page-template-default .section-1 .IATS_EventTitle,
.page-template-default .section-1 .IATS_EventDescription {
  display: none;
}
.page-template-default .section-1 .IATS_PaymentInputField,
.page-template-default .section-1 .IATS_PaymentTitleInputField,
.page-template-default .section-1 .IATS_AccountNumberField,
.page-template-default .section-1 .IATS_LastAccountNumberField,
.page-template-default .section-1 .IATS_ExpiryMonthField,
.page-template-default .section-1 .IATS_ExpiryYearField,
.page-template-default .section-1 .IATS_CVV2Field {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #8a8a8a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.page-template-default .section-1 .IATS_AccountNumberField,
.page-template-default .section-1 .IATS_LastAccountNumberField,
.page-template-default .section-1 .IATS_CVV2Field {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 0px 6px;
  text-align: center;
}
.page-template-default .section-1 .IATS_ExpiryMonthField,
.page-template-default .section-1 .IATS_ExpiryYearField {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 0px 6px;
  text-align: center;
}
.page-template-default .section-1 .IATS_ExpiryYearField {
  width: 75px;
}
.page-template-default .section-1 #IATS_ProcessAction_Button {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 10px 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  margin-top: 20px;
  width: 125px;
  margin: 0 auto;
  background-color: #ee8027;
  border: none;
  box-shadow: none;
}
.page-template-default .section-1 #IATS_ProcessAction_Button:hover {
  background-color: #d26710;
}
.page-template-default .section-1 .discount-group .frm_opt_container div:first-child label::after {
  content: "For fans of vintage cars and auto heritage.";
  display: block;
  font-style: italic;
  font-size: 12px;
  margin-left: 20px;
}
.page-template-default .section-1 .discount-group .frm_opt_container div:nth-child(2) label::after {
  content: "Saving and celebrating twentieth-century landmarks.";
  display: block;
  font-style: italic;
  font-size: 12px;
  margin-left: 20px;
}
.page-template-default .mobile-side-menu-wrapper {
  border-top: 2px solid #cacaca;
  text-align: center;
}
.page-template-default .mobile-side-menu-wrapper .page-item-1058 .children {
  display: none;
}
.page-template-default .mobile-side-menu-wrapper .sidebar-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-template-default .mobile-side-menu-wrapper .sidebar-wrapper ul {
  padding-left: 0px;
}
.page-template-default .mobile-side-menu-wrapper .sidebar-wrapper ul li {
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  padding: 7px 0px;
}
.page-template-default .mobile-side-menu-wrapper .sidebar-wrapper .children {
  padding-left: 0px;
}
.page-template-default .mobile-side-menu-wrapper .sidebar-wrapper .children li {
  padding: 3px 0px;
}
.page-template-default .mobile-side-menu-wrapper .sidebar-wrapper a {
  display: block;
  color: #575757;
  font-weight: 300;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-default .mobile-side-menu-wrapper .sidebar-wrapper a:hover {
  color: #ee8027;
}
.page-template-default .mobile-side-menu-wrapper .sidebar-wrapper .current_page_item > a {
  color: #ee8027;
  font-weight: 700;
}
.page-template-default .mobile-side-menu-wrapper .sidebar-wrapper .current_page_item > a:after {
  content: "››";
  padding-left: 10px;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .page-template-default .section-header .hero-image-row figcaption {
    margin: auto;
  }
  .page-template-default .section-header .hero-image-row img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-default .section-1 .main-content-wrapper {
    padding-left: 0px;
    margin-top: 0px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid transparent;
  }
  .page-template-default .mobile-side-menu-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-default .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .page-template-default .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .page-template-default .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-default .section-header .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-default .section-header .hero-image-row .slider-controls {
    display: none;
  }
  .page-template-default .section-1 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .page-template-default .section-1 .main-content-wrapper {
    padding-left: 0px;
    margin-top: 0px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid transparent;
  }
  .page-template-default .section-1 .main-content-wrapper .alignright {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .page-template-default .section-1 .main-content-wrapper .alignleft {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .page-template-default .section-1 .main-content-wrapper .carousel-inner {
    width: 85%;
  }
  .page-template-default .section-1 .main-content-wrapper .prev-slide,
.page-template-default .section-1 .main-content-wrapper .next-slide {
    top: 45%;
  }
  .page-template-default .section-1 .main-content-wrapper #Next_Slide {
    height: 30px;
  }
  .page-template-default .section-1 .main-content-wrapper #Previous_Slide {
    height: 30px;
  }
  .page-template-default .mobile-side-menu-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Advertise Your Property Page Styles

******************************************************************/
.page-template-page-advertise .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.page-template-page-advertise .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-advertise .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-page-advertise .section-header .title-wrapper {
  text-align: center;
}
.page-template-page-advertise .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-advertise .section-header .sub-title-wrapper {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-advertise .section-header .sub-title-wrapper .sub-title-content {
  margin-bottom: 20px;
}
.page-template-page-advertise .section-header .hero-image-wrapper {
  margin-bottom: 10px;
}
.page-template-page-advertise .section-header .hero-image-wrapper > .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-page-advertise .section-header .hero-image-row {
  position: relative;
  padding: 0px;
  text-align: center;
}
.page-template-page-advertise .section-header .hero-image-row figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.page-template-page-advertise .section-header .hero-image-row .border-bottom {
  border: 10px solid #e2e1db;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-page-advertise .section-header .hero-image-row img {
  width: 100%;
}
.page-template-page-advertise .section-header .hero-image-row li {
  margin-left: -40px;
}
.page-template-page-advertise .section-header .hero-image-row .slider-controls {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: -56px auto 0px auto;
  z-index: 60;
  top: 375px;
}
.page-template-page-advertise .section-header .hero-image-row .slider-controls #prev-slide-control {
  float: left;
}
.page-template-page-advertise .section-header .hero-image-row .slider-controls #next-slide-control {
  float: right;
}
.page-template-page-advertise .section-1 .aside-sidebar .sidebar-title a {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #353535;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-advertise .section-1 .aside-sidebar .sidebar-title a:hover {
  color: #ee8027;
}
.page-template-page-advertise .section-1 .aside-sidebar ul {
  padding-left: 0px;
}
.page-template-page-advertise .section-1 .aside-sidebar ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  padding: 7px 0px;
}
.page-template-page-advertise .section-1 .aside-sidebar .children {
  display: none;
  padding-left: 20px;
}
.page-template-page-advertise .section-1 .aside-sidebar .children li {
  padding: 3px 0px;
}
.page-template-page-advertise .section-1 .aside-sidebar .current_page_parent .children {
  display: block;
}
.page-template-page-advertise .section-1 .aside-sidebar .page_item_has_children.current_page_item .children {
  display: block;
}
.page-template-page-advertise .section-1 .aside-sidebar .page_item_has_children.current_page_ancestor .children {
  display: block;
}
.page-template-page-advertise .section-1 .aside-sidebar .page-item-1058 .children, .page-template-page-advertise .section-1 .aside-sidebar .page-item-1057 .children {
  display: none !important;
}
.page-template-page-advertise .section-1 .aside-sidebar a {
  display: block;
  color: #575757;
  font-weight: 300;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-advertise .section-1 .aside-sidebar a:hover {
  color: #ee8027;
}
.page-template-page-advertise .section-1 .aside-sidebar .current_page_item > a {
  color: #ee8027;
  font-weight: 700;
}
.page-template-page-advertise .section-1 .aside-sidebar .current_page_item > a:after {
  content: "››";
  padding-left: 10px;
}
.page-template-page-advertise .section-1 .main-content-wrapper {
  padding-left: 30px;
  border-left: 1px solid #cacaca;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-template-page-advertise .section-1 .main-content-wrapper div[id*=attachment_] {
  max-width: 100%;
}
.page-template-page-advertise .section-1 .main-content-wrapper li {
  margin-bottom: 10px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container-first {
  text-align: center;
  padding-left: 0px;
  padding-right: 50px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container {
  text-align: center;
  padding-right: 30px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container .traffic-heading {
  padding: 0px 20px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container-last {
  text-align: center;
  padding-right: 0px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container-last .traffic-heading {
  padding: 0px 20px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-heading {
  line-height: 1.2em;
}
.page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-number {
  font-size: 42px;
  line-height: 1.2em;
  color: #ee8027;
  font-weight: 700;
}
.page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-label {
  line-height: 1.2em;
}
.page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .border-line {
  border-bottom: 1px solid #dddddd;
  margin: 15px 0px 5px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-disclaimer {
  text-align: left;
  font-size: 12px;
  font-style: italic;
}
.page-template-page-advertise .section-1 .main-content-wrapper .preservation {
  margin-top: 45px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .preservation h3 {
  font-style: italic;
  line-height: 18px;
  margin-bottom: 5px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .preservation .preservation-heading {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 700;
  color: #ee8027;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .advertise-heading h2 {
  font-size: 36px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads {
  margin-bottom: 45px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads h3 {
  margin-bottom: 5px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .ads-number {
  display: block;
  float: left;
  margin-top: -10px;
  font-size: 48px;
  font-weight: 700;
  color: #ee8027;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .ads-number-content {
  display: inline-block;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4em;
  color: #494949;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .add-ons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .add-ons .add-ons-label {
  display: block;
  float: left;
  color: #c9c9c9;
  font-weight: 700;
  margin-right: 15px;
  line-height: 16px;
  letter-spacing: 1px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .add-ons .bracket-wrapper {
  display: inline-block;
  width: 10px;
  overflow: hidden;
  margin-right: 30px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .add-ons .bracket {
  display: inline-block;
  width: 15px;
  height: 100px;
  border: 2px solid #c9c9c9;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .add-ons .add-ons-cost-wrapper {
  display: inline-block;
  width: 400px;
  margin-top: 15px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .add-ons .add-ons-cost-wrapper .add-on-cost {
  display: block;
  float: left;
  margin-bottom: 10px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .add-ons .add-ons-cost-wrapper .add-on-cost .ads-number {
  font-size: 36px;
  margin-top: -15px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .discount-requirements li {
  margin-bottom: 0px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .discount-requirements .disclaimer {
  font-style: italic;
}
.page-template-page-advertise .section-1 .main-content-wrapper .purchase-cta {
  margin-top: 30px;
  text-align: center;
  padding: 25px;
  background-color: #ee8027;
  color: #ffffff;
}
.page-template-page-advertise .section-1 .main-content-wrapper .purchase-cta h2 {
  color: #ffffff;
  margin-top: 0px;
}
.page-template-page-advertise .section-1 .main-content-wrapper .purchase-cta p {
  margin-bottom: 0px;
}
.page-template-page-advertise .section-1 .IATS_Div {
  width: auto !important;
}
.page-template-page-advertise .section-1 .IATS_EventTitle, .page-template-page-advertise .section-1 .IATS_EventDescription {
  display: none;
}
.page-template-page-advertise .section-1 .IATS_PaymentInputField,
.page-template-page-advertise .section-1 .IATS_PaymentTitleInputField,
.page-template-page-advertise .section-1 .IATS_AccountNumberField,
.page-template-page-advertise .section-1 .IATS_LastAccountNumberField,
.page-template-page-advertise .section-1 .IATS_ExpiryMonthField,
.page-template-page-advertise .section-1 .IATS_ExpiryYearField,
.page-template-page-advertise .section-1 .IATS_CVV2Field {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #8a8a8a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.page-template-page-advertise .section-1 .IATS_AccountNumberField, .page-template-page-advertise .section-1 .IATS_LastAccountNumberField, .page-template-page-advertise .section-1 .IATS_CVV2Field {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 0px 6px;
  text-align: center;
}
.page-template-page-advertise .section-1 .IATS_ExpiryMonthField, .page-template-page-advertise .section-1 .IATS_ExpiryYearField {
  display: inline-block;
  width: 50px;
  height: 30px;
  padding: 0px 6px;
  text-align: center;
}
.page-template-page-advertise .section-1 .IATS_ExpiryYearField {
  width: 75px;
}
.page-template-page-advertise .section-1 #IATS_ProcessAction_Button {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 10px 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  margin-top: 20px;
  width: 125px;
  margin: 0 auto;
  background-color: #ee8027;
  border: none;
  box-shadow: none;
}
.page-template-page-advertise .section-1 #IATS_ProcessAction_Button:hover {
  background-color: #d26710;
}
.page-template-page-advertise .mobile-side-menu-wrapper {
  border-top: 2px solid #cacaca;
  text-align: center;
}
.page-template-page-advertise .mobile-side-menu-wrapper .page-item-1058 .children {
  display: none;
}
.page-template-page-advertise .mobile-side-menu-wrapper .sidebar-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-template-page-advertise .mobile-side-menu-wrapper .sidebar-wrapper ul {
  padding-left: 0px;
}
.page-template-page-advertise .mobile-side-menu-wrapper .sidebar-wrapper ul li {
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  padding: 7px 0px;
}
.page-template-page-advertise .mobile-side-menu-wrapper .sidebar-wrapper .children {
  padding-left: 0px;
}
.page-template-page-advertise .mobile-side-menu-wrapper .sidebar-wrapper .children li {
  padding: 3px 0px;
}
.page-template-page-advertise .mobile-side-menu-wrapper .sidebar-wrapper a {
  display: block;
  color: #575757;
  font-weight: 300;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-advertise .mobile-side-menu-wrapper .sidebar-wrapper a:hover {
  color: #ee8027;
}
.page-template-page-advertise .mobile-side-menu-wrapper .sidebar-wrapper .current_page_item > a {
  color: #ee8027;
  font-weight: 700;
}
.page-template-page-advertise .mobile-side-menu-wrapper .sidebar-wrapper .current_page_item > a:after {
  content: "››";
  padding-left: 10px;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .page-template-page-advertise .section-header .hero-image-row figcaption {
    margin: auto;
  }
  .page-template-page-advertise .section-header .hero-image-row img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container-first {
    padding-right: 15px;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container {
    padding-right: 0px;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container-last .traffic-heading {
    padding: 0px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-advertise .section-1 .main-content-wrapper {
    padding-left: 0px;
    margin-top: 0px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid transparent;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container-first {
    padding-right: 20px;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container {
    padding-right: 15px;
  }
  .page-template-page-advertise .mobile-side-menu-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-advertise .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .page-template-page-advertise .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .page-template-page-advertise .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-page-advertise .section-header .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-advertise .section-header .hero-image-row .slider-controls {
    display: none;
  }
  .page-template-page-advertise .section-1 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper {
    padding-left: 0px;
    margin-top: 0px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid transparent;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .intro-heading {
    text-align: center;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .intro-content {
    text-align: center;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .web-traffic {
    text-align: center;
    max-width: 250px;
    margin: 0 auto;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container-first {
    padding-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c9c9c9;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-container {
    padding-right: 0px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c9c9c9;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .web-traffic .traffic-disclaimer {
    text-align: center;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .preservation {
    text-align: left;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .preservation .preservation-heading {
    font-size: 28px;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads h3 {
    text-align: left;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .ads-content {
    text-align: left;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .ads-cost {
    max-width: 365px;
    margin: 0 auto;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .ads-cost .ads-number {
    font-size: 36px;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .add-ons {
    max-width: 365px;
    margin: 0 auto;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .add-ons .add-ons-cost-wrapper .add-on-cost {
    max-width: 365px;
    margin: 0 auto 15px;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .advertise .ads .add-ons .add-ons-cost-wrapper .add-on-cost .ads-number {
    font-size: 36px;
    line-height: 36px;
    margin-top: 0px;
  }
  .page-template-page-advertise .section-1 .main-content-wrapper .cta-heading h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .page-template-page-advertise .mobile-side-menu-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Default Page Styles

******************************************************************/
.page-template-page-preservation-directory .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.page-template-page-preservation-directory .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-preservation-directory .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-page-preservation-directory .section-header .title-wrapper {
  text-align: center;
}
.page-template-page-preservation-directory .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-preservation-directory .section-header .sub-title-wrapper {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-preservation-directory .section-header .sub-title-wrapper .sub-title-content {
  margin-bottom: 20px;
}
.page-template-page-preservation-directory .section-header .hero-image-wrapper > .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-page-preservation-directory .section-header .hero-image-row {
  position: relative;
  padding: 0px;
  text-align: center;
}
.page-template-page-preservation-directory .section-header .hero-image-row figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.page-template-page-preservation-directory .section-header .hero-image-row .border-bottom {
  border: 10px solid #e2e1db;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-page-preservation-directory .section-header .hero-image-row img {
  width: 100%;
}
.page-template-page-preservation-directory .section-header .hero-image-row li {
  margin-left: -40px;
}
.page-template-page-preservation-directory .section-header .hero-image-row .slider-controls {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: -56px auto 0px auto;
  z-index: 60;
  top: 375px;
}
.page-template-page-preservation-directory .section-header .hero-image-row .slider-controls #prev-slide-control {
  float: left;
}
.page-template-page-preservation-directory .section-header .hero-image-row .slider-controls #next-slide-control {
  float: right;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar .page-item-1058 .children {
  display: none;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar .sidebar-title a {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #353535;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar .sidebar-title a:hover {
  color: #ee8027;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar ul {
  padding-left: 0px;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  padding: 7px 0px;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar .children {
  padding-left: 20px;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar .children li {
  padding: 3px 0px;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar a {
  display: block;
  color: #575757;
  font-weight: 300;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar a:hover {
  color: #ee8027;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar .current_page_item > a {
  color: #ee8027;
  font-weight: 700;
}
.page-template-page-preservation-directory .section-1 .aside-sidebar .current_page_item > a:after {
  content: "››";
  padding-left: 10px;
}
.page-template-page-preservation-directory .section-1 .main-content-wrapper {
  padding-left: 30px;
  border-left: 1px solid #cacaca;
  margin-bottom: 30px;
  margin-top: 20px;
}
.page-template-page-preservation-directory .section-1 .main-content-wrapper div[id*=attachment_] {
  max-width: 100%;
}
.page-template-page-preservation-directory .section-1 .main-content-wrapper li {
  margin-bottom: 10px;
}
.page-template-page-preservation-directory .section-1 .full-width-image-row,
.page-template-page-preservation-directory .section-1 .full-width-image-slider-row,
.page-template-page-preservation-directory .section-1 .full-width-video-row,
.page-template-page-preservation-directory .section-1 .full-width-accordion-row,
.page-template-page-preservation-directory .section-1 .full-width-content-headline-row,
.page-template-page-preservation-directory .section-1 .full-width-content-row,
.page-template-page-preservation-directory .section-1 .image-left-content-right-row,
.page-template-page-preservation-directory .section-1 .content-left-image-right-row,
.page-template-page-preservation-directory .section-1 .columns-image-row,
.page-template-page-preservation-directory .section-1 .columns-video-row,
.page-template-page-preservation-directory .section-1 .columns-content-headline-row,
.page-template-page-preservation-directory .section-1 .columns-content-row,
.page-template-page-preservation-directory .section-1 .full-width-table-row,
.page-template-page-preservation-directory .section-1 .full-width-tab-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.page-template-page-preservation-directory .section-1 .full-width-image-row,
.page-template-page-preservation-directory .section-1 .full-width-image-slider-row,
.page-template-page-preservation-directory .section-1 .full-width-video-row,
.page-template-page-preservation-directory .section-1 .full-width-accordion-row,
.page-template-page-preservation-directory .section-1 .full-width-content-headline-row,
.page-template-page-preservation-directory .section-1 .full-width-content-row,
.page-template-page-preservation-directory .section-1 .image-left-content-right-row,
.page-template-page-preservation-directory .section-1 .content-left-image-right-row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-template-page-preservation-directory .section-1 .full-width-content-headline-row h2 {
  margin-top: 0px;
}
.page-template-page-preservation-directory .section-1 .full-width-image-row img {
  width: 100%;
}
.page-template-page-preservation-directory .section-1 .full-width-image-row .image-caption {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.page-template-page-preservation-directory .section-1 .full-width-image-slider-row .carousel-inner > .item {
  max-height: 550px;
  overflow: hidden;
}
.page-template-page-preservation-directory .section-1 .full-width-image-slider-row .carousel-inner > .item > img {
  width: 100%;
}
.page-template-page-preservation-directory .section-1 .full-width-accordion-row .panel-group .panel {
  margin-bottom: -5px;
  border-radius: 0px;
}
.page-template-page-preservation-directory .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading {
  background-color: #e5e5e5;
  border-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-page-preservation-directory .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover {
  background-color: #cccccc;
}
.page-template-page-preservation-directory .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title {
  color: #353535;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}
.page-template-page-preservation-directory .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-page-preservation-directory .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover {
  background-color: #dedede;
}
.page-template-page-preservation-directory .section-1 .nav-tabs {
  border-bottom: 10px solid #e2e1db;
}
.page-template-page-preservation-directory .section-1 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background-color: #f1f1f1;
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-page-preservation-directory .section-1 .nav-tabs > li > a:hover {
  background-color: #e2e1db;
}
.page-template-page-preservation-directory .section-1 .nav-tabs > li.active > a, .page-template-page-preservation-directory .section-1 .nav-tabs > li.active > a:hover, .page-template-page-preservation-directory .section-1 .nav-tabs > li.active > a:focus {
  color: #353535;
  background-color: #e2e1db;
  border: 1px solid #e2e1db;
  border-bottom-color: transparent;
  cursor: default;
}
.page-template-page-preservation-directory .section-1 .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.page-template-page-preservation-directory .section-1 .slide-arrow {
  fill: none;
  stroke: #838383;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-page-preservation-directory .section-1 .carousel-control.left {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.page-template-page-preservation-directory .section-1 .carousel-control.left:hover .slide-arrow {
  stroke: #505050;
}
.page-template-page-preservation-directory .section-1 .carousel-control.right {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.page-template-page-preservation-directory .section-1 .carousel-control.right:hover .slide-arrow {
  stroke: #505050;
}
.page-template-page-preservation-directory .section-1 .prev-slide {
  position: absolute;
  top: 40%;
  left: 0px;
}
.page-template-page-preservation-directory .section-1 .next-slide {
  position: absolute;
  top: 40%;
  right: 0px;
}
.page-template-page-preservation-directory .section-1 .columns-image-row img {
  width: 100%;
}
.page-template-page-preservation-directory .loading-icon {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 200px;
  height: 200px;
}
.page-template-page-preservation-directory .location-select-wrapper {
  margin-bottom: 30px;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .page-template-page-preservation-directory .section-header .hero-image-row figcaption {
    margin: auto;
  }
  .page-template-page-preservation-directory .section-header .hero-image-row img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra small devices (phones, less than 768px) */
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Full Width Page Styles

******************************************************************/
.page-template-page-fullwidth .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.page-template-page-fullwidth .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-fullwidth .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-page-fullwidth .section-header .title-wrapper {
  text-align: center;
}
.page-template-page-fullwidth .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-fullwidth .section-header .sub-title-wrapper {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-fullwidth .section-header .sub-title-wrapper .sub-title-content {
  margin-bottom: 20px;
}
.page-template-page-fullwidth .section-header .hero-image-row {
  position: relative;
  text-align: center;
  padding: 0px;
}
.page-template-page-fullwidth .section-header .hero-image-row figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.page-template-page-fullwidth .section-header .hero-image-row .border-bottom {
  border: 10px solid #e2e1db;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-page-fullwidth .section-header .hero-image-row img {
  max-width: 100%;
}
.page-template-page-fullwidth .section-header .hero-image-row li {
  margin-left: -40px;
}
.page-template-page-fullwidth .section-header .hero-image-row .slider-controls {
  position: relative;
  max-width: 1300px;
  width: 100%;
  margin: -56px auto 0px auto;
  z-index: 60;
  top: 375px;
}
.page-template-page-fullwidth .section-header .hero-image-row .slider-controls #prev-slide-control {
  float: left;
}
.page-template-page-fullwidth .section-header .hero-image-row .slider-controls #next-slide-control {
  float: right;
}
.page-template-page-fullwidth .section-1 .full-width-image-row,
.page-template-page-fullwidth .section-1 .full-width-image-slider-row,
.page-template-page-fullwidth .section-1 .full-width-video-row,
.page-template-page-fullwidth .section-1 .full-width-accordion-row,
.page-template-page-fullwidth .section-1 .full-width-content-headline-row,
.page-template-page-fullwidth .section-1 .full-width-content-row,
.page-template-page-fullwidth .section-1 .image-left-content-right-row,
.page-template-page-fullwidth .section-1 .content-left-image-right-row,
.page-template-page-fullwidth .section-1 .columns-image-row,
.page-template-page-fullwidth .section-1 .columns-video-row,
.page-template-page-fullwidth .section-1 .columns-content-headline-row,
.page-template-page-fullwidth .section-1 .columns-content-row,
.page-template-page-fullwidth .section-1 .full-width-table-row,
.page-template-page-fullwidth .section-1 .full-width-tab-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.page-template-page-fullwidth .section-1 .full-width-image-row,
.page-template-page-fullwidth .section-1 .full-width-image-slider-row,
.page-template-page-fullwidth .section-1 .full-width-video-row,
.page-template-page-fullwidth .section-1 .full-width-accordion-row,
.page-template-page-fullwidth .section-1 .full-width-content-headline-row,
.page-template-page-fullwidth .section-1 .full-width-content-row,
.page-template-page-fullwidth .section-1 .image-left-content-right-row,
.page-template-page-fullwidth .section-1 .content-left-image-right-row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-template-page-fullwidth .section-1 .full-width-content-headline-row h2 {
  margin-top: 0px;
}
.page-template-page-fullwidth .section-1 .full-width-image-row img {
  width: 100%;
}
.page-template-page-fullwidth .section-1 .full-width-image-row .image-caption {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.page-template-page-fullwidth .section-1 .full-width-image-slider-row .carousel-inner > .item {
  max-height: 550px;
  overflow: hidden;
}
.page-template-page-fullwidth .section-1 .full-width-image-slider-row .carousel-inner > .item > img {
  width: 100%;
}
.page-template-page-fullwidth .section-1 .full-width-accordion-row .panel-group .panel {
  margin-bottom: -5px;
  border-radius: 0px;
}
.page-template-page-fullwidth .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading {
  background-color: #e5e5e5;
  border-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-page-fullwidth .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover {
  background-color: #cccccc;
}
.page-template-page-fullwidth .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title {
  color: #353535;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}
.page-template-page-fullwidth .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-page-fullwidth .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover {
  background-color: #dedede;
}
.page-template-page-fullwidth .section-1 .nav-tabs {
  border-bottom: 10px solid #e2e1db;
}
.page-template-page-fullwidth .section-1 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background-color: #f1f1f1;
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-page-fullwidth .section-1 .nav-tabs > li > a:hover {
  background-color: #e2e1db;
}
.page-template-page-fullwidth .section-1 .nav-tabs > li.active > a,
.page-template-page-fullwidth .section-1 .nav-tabs > li.active > a:hover,
.page-template-page-fullwidth .section-1 .nav-tabs > li.active > a:focus {
  color: #353535;
  background-color: #e2e1db;
  border: 1px solid #e2e1db;
  border-bottom-color: transparent;
  cursor: default;
}
.page-template-page-fullwidth .section-1 .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.page-template-page-fullwidth .section-1 .slide-arrow {
  fill: none;
  stroke: #838383;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-page-fullwidth .section-1 .carousel-control.left {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.page-template-page-fullwidth .section-1 .carousel-control.left:hover .slide-arrow {
  stroke: #505050;
}
.page-template-page-fullwidth .section-1 .carousel-control.right {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.page-template-page-fullwidth .section-1 .carousel-control.right:hover .slide-arrow {
  stroke: #505050;
}
.page-template-page-fullwidth .section-1 .prev-slide {
  position: absolute;
  top: 40%;
  left: 0px;
}
.page-template-page-fullwidth .section-1 .next-slide {
  position: absolute;
  top: 40%;
  right: 0px;
}
.page-template-page-fullwidth .section-1 .columns-image-row img {
  width: 100%;
}
.page-template-page-fullwidth .section-1 iframe {
  width: 100%;
  height: 1200px;
}
.page-template-page-fullwidth .section-1 #IATSPaymentBoxForm iframe {
  height: auto;
  max-height: 79px;
}
.page-template-page-fullwidth .content-footer {
  background-color: white;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .page-template-page-fullwidth .section-header .hero-image-row figcaption {
    margin: auto;
  }
  .page-template-page-fullwidth .section-header .hero-image-row img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-fullwidth .section-1 .main-content-wrapper {
    padding-left: 0px;
    margin-top: 0px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid transparent;
  }
  .page-template-page-fullwidth .section-1 .main-content-wrapper li {
    margin-bottom: 10px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-fullwidth .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .page-template-page-fullwidth .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .page-template-page-fullwidth .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-page-fullwidth .section-header .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-fullwidth .section-header .hero-image-row .slider-controls {
    display: none;
  }
  .page-template-page-fullwidth .section-1 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .page-template-page-fullwidth .section-1 .main-content-wrapper {
    padding-left: 0px;
    margin-top: 0px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid transparent;
  }
  .page-template-page-fullwidth .section-1 .main-content-wrapper .alignright {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .page-template-page-fullwidth .section-1 .main-content-wrapper .alignleft {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .page-template-page-fullwidth .section-1 .main-content-wrapper .carousel-inner {
    width: 85%;
  }
  .page-template-page-fullwidth .section-1 .main-content-wrapper .prev-slide,
.page-template-page-fullwidth .section-1 .main-content-wrapper .next-slide {
    top: 45%;
  }
  .page-template-page-fullwidth .section-1 .main-content-wrapper #Next_Slide {
    height: 30px;
  }
  .page-template-page-fullwidth .section-1 .main-content-wrapper #Previous_Slide {
    height: 30px;
  }
  .page-template-page-fullwidth .section-1 iframe {
    height: 1350px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Endangered Landing Page Styles

******************************************************************/
.page-template-page-endangered .section-header .header-wrapper {
  background-color: #ffcb0a;
  padding-top: 10px;
  padding-bottom: 50px;
}
.page-template-page-endangered .section-header .header-image-wrapper {
  text-align: center;
  position: relative;
}
.page-template-page-endangered .section-header .header-image-wrapper img {
  position: relative;
  top: 20px;
  max-width: 220px;
}
.page-template-page-endangered .section-header .header-content-wrapper {
  position: relative;
  top: 85px;
}
.page-template-page-endangered .section-header .header-content-wrapper .header-line-1 {
  display: block;
  font-size: 58px;
  line-height: 58px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #000000;
}
.page-template-page-endangered .section-header .header-content-wrapper .header-line-2 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #000000;
}
.page-template-page-endangered .section-header .arrow-down {
  position: relative;
  margin: 0px auto;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #ffcb0a;
}
.page-template-page-endangered .section-header .header-hero-image {
  text-align: center;
  margin-top: 20px;
}
.page-template-page-endangered .section-header .header-hero-image img {
  max-width: 100%;
}
.page-template-page-endangered .section-1 {
  position: relative;
  padding-bottom: 50px;
}
.page-template-page-endangered .section-1 .custom-addthis {
  top: 40px;
  z-index: 8;
  width: 32px;
  position: absolute;
}
.page-template-page-endangered .section-1 .custom-addthis .at-icon-wrapper {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-endangered .section-1 .custom-addthis svg {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-endangered .section-1 .custom-addthis a:hover .at-icon-wrapper {
  width: 40px !important;
}
.page-template-page-endangered .section-1 .custom-addthis a:hover .at-icon-wrapper svg {
  width: 40px !important;
}
.page-template-page-endangered .section-1 .custom-addthis ul {
  padding-left: 0px;
}
.page-template-page-endangered .section-1 .custom-addthis ul li {
  list-style: none;
}
.page-template-page-endangered .section-1 .custom-addthis ul li a {
  display: block;
  margin-bottom: 0px;
}
.page-template-page-endangered .section-1 .custom-addthis .addthis_default_style .at300b {
  padding: 0px 0px;
  height: 32px;
}
.page-template-page-endangered .section-1 .main-content-wrapper {
  font-size: 18px;
  line-height: 24px;
}
.page-template-page-endangered .section-2 {
  padding: 0px;
  background-color: transparent;
}
.page-template-page-endangered .section-2 .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.page-template-page-endangered .section-2 .col-md-4:nth-child(3n+1) {
  clear: both;
}
.page-template-page-endangered .section-2 .endangered-property-wrapper {
  margin-bottom: 50px;
}
.page-template-page-endangered .section-2 .endangered-property-image-wrapper {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin-bottom: 20px;
}
.page-template-page-endangered .section-2 .endangered-property-image-wrapper img {
  max-width: none;
}
.page-template-page-endangered .section-2 .endangered-property-image-wrapper .endangered-overlay-number {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-endangered .section-2 .endangered-property-image-wrapper .endangered-overlay-number .endangered-overlay-content-number {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-endangered .section-2 .endangered-property-image-wrapper .endangered-overlay-number .endangered-overlay-content-number .overlay-number {
  display: block;
  position: relative;
  top: -2px;
  font-size: 24px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.page-template-page-endangered .section-2 .endangered-property-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  line-height: 36px;
  color: #353535;
}
.page-template-page-endangered .section-2 .endangered-property-location {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #808080;
  margin: 10px 0px;
}
.page-template-page-endangered .section-2 .endangered-property-content {
  font-size: 16px;
  font-weight: 300;
}
.page-template-page-endangered .section-2 a {
  color: #353535;
}
.page-template-page-endangered .section-2 a:hover .endangered-overlay-number {
  background-color: rgba(0, 0, 0, 0.6);
}
.page-template-page-endangered .section-2 a:hover .endangered-overlay-number .endangered-overlay-content-number {
  opacity: 1;
}
.page-template-page-endangered .cta-wrapper {
  width: 100%;
  height: 370px;
  background-color: #ee8027;
  padding: 40px 50px;
}
.page-template-page-endangered .cta-wrapper .cta-title {
  text-align: center;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #ffffff;
}
.page-template-page-endangered .cta-wrapper .cta-content {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
}
.page-template-page-endangered .cta-wrapper .cta-button {
  text-align: center;
  margin-top: 40px;
}
.page-template-page-endangered .cta-wrapper .cta-button a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #ffffff;
  color: #ee8027;
  padding: 15px 50px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-endangered .cta-wrapper .cta-button a:hover {
  color: #ffffff;
  background-color: #c55e11;
}
.page-template-page-endangered .section-footer {
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
.page-template-page-endangered .section-footer .footer-cta-title {
  text-align: center;
  margin-bottom: 30px;
}
.page-template-page-endangered .section-footer .footer-cta-title h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-template-page-endangered .section-footer .footer-cta-content {
  max-width: 830px;
  margin: 0 auto;
  font-size: 24px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 500;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .page-template-page-endangered .section-header .header-hero-image img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-endangered .section-header .header-content-wrapper .header-line-1 {
    font-size: 48px;
    line-height: 58px;
  }
  .page-template-page-endangered .cta-wrapper .cta-title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-endangered .section-header .header-image-wrapper img {
    max-width: 160px;
    top: 35px;
  }
  .page-template-page-endangered .section-header .header-content-wrapper {
    top: 70px;
  }
  .page-template-page-endangered .section-header .header-content-wrapper .header-line-1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .page-template-page-endangered .section-header .header-content-wrapper .header-line-2 {
    font-size: 24px;
    line-height: 28px;
  }
  .page-template-page-endangered .section-1 .main-content-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-endangered .section-1 li {
    margin-bottom: 10px;
  }
  .page-template-page-endangered .section-2 {
    /* Column clear fix */
  }
  .page-template-page-endangered .section-2 .col-lg-1:nth-child(12n+1),
.page-template-page-endangered .section-2 .col-lg-2:nth-child(6n+1),
.page-template-page-endangered .section-2 .col-lg-3:nth-child(4n+1),
.page-template-page-endangered .section-2 .col-lg-4:nth-child(3n+1),
.page-template-page-endangered .section-2 .col-lg-6:nth-child(2n+1),
.page-template-page-endangered .section-2 .col-md-1:nth-child(12n+1),
.page-template-page-endangered .section-2 .col-md-2:nth-child(6n+1),
.page-template-page-endangered .section-2 .col-md-3:nth-child(4n+1),
.page-template-page-endangered .section-2 .col-md-4:nth-child(3n+1),
.page-template-page-endangered .section-2 .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .page-template-page-endangered .section-2 .col-sm-1:nth-child(12n+1),
.page-template-page-endangered .section-2 .col-sm-2:nth-child(6n+1),
.page-template-page-endangered .section-2 .col-sm-3:nth-child(4n+1),
.page-template-page-endangered .section-2 .col-sm-4:nth-child(3n+1),
.page-template-page-endangered .section-2 .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  .page-template-page-endangered .cta-wrapper {
    padding: 15px 15px 30px;
    margin-bottom: 30px;
  }
  .page-template-page-endangered .cta-wrapper .cta-title {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .page-template-page-endangered .cta-wrapper .cta-content {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .page-template-page-endangered .cta-wrapper .cta-button a {
    font-size: 18px;
  }
  .page-template-page-endangered .section-footer .footer-cta-content {
    padding: 0px 15px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-endangered .custom-addthis {
    display: none;
  }
  .page-template-page-endangered .section-header .header-image-wrapper img {
    max-width: 150px;
  }
  .page-template-page-endangered .section-header .header-content-wrapper {
    top: 35px;
  }
  .page-template-page-endangered .section-header .header-content-wrapper .header-line-1 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .page-template-page-endangered .section-header .header-content-wrapper .header-line-2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .page-template-page-endangered .section-1 .main-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-endangered .section-2 .endangered-property-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-endangered .section-2 .endangered-property-title {
    font-size: 24px;
    line-height: 28px;
  }
  .page-template-page-endangered .cta-wrapper {
    padding: 15px 15px 30px;
    margin-bottom: 15px;
    height: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-endangered .cta-wrapper .cta-title {
    font-size: 24px;
    line-height: 28px;
  }
  .page-template-page-endangered .cta-wrapper .cta-content {
    font-size: 18px;
    line-height: 24px;
  }
  .page-template-page-endangered .cta-wrapper .cta-button a {
    font-size: 18px;
  }
  .page-template-page-endangered .section-footer .footer-cta-title h2 {
    font-size: 28px;
    line-height: 34px;
    padding: 0px 30px;
  }
  .page-template-page-endangered .section-footer .footer-cta-content {
    padding: 0px 30px;
    font-size: 20px;
    line-height: 26px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Endangered Property Post Styles

******************************************************************/
.single-endangered_property .section-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffcb0a;
  text-align: center;
}
.single-endangered_property .section-header a {
  display: inline-table;
}
.single-endangered_property .section-header .tooltip.bottom .tooltip-inner {
  background-color: #36454f;
}
.single-endangered_property .section-header .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #36454f;
}
.single-endangered_property .section-header .endangered-properties-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.single-endangered_property .section-header .featured-image-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  border: 2px solid #ffffff;
}
.single-endangered_property .section-header .featured-image-wrapper .endangered-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-endangered_property .section-header .featured-image-wrapper .endangered-overlay .endangered-overlay-content {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-endangered_property .section-header .featured-image-wrapper .endangered-overlay-number {
  position: absolute;
  text-align: center;
  width: 80px;
  height: 80px;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-endangered_property .section-header .featured-image-wrapper .endangered-overlay-number .endangered-overlay-content-number {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  border: 2px solid #ffffff;
  border-radius: 35px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-endangered_property .section-header .featured-image-wrapper .endangered-overlay-number .endangered-overlay-content-number .overlay-number {
  display: block;
  position: relative;
  top: -2px;
  font-size: 24px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 700;
}
.single-endangered_property .section-header .featured-image-wrapper img {
  width: 100%;
  height: auto;
}
.single-endangered_property .section-header .featured-image-wrapper .current-endangered {
  opacity: 1 !important;
}
.single-endangered_property .section-header .featured-image-wrapper .current-number-endangered {
  opacity: 0 !important;
}
.single-endangered_property .section-header .featured-image-wrapper:hover .endangered-overlay {
  opacity: 1;
}
.single-endangered_property .section-header .featured-image-wrapper:hover .endangered-overlay-content {
  opacity: 1;
}
.single-endangered_property .section-header .featured-image-wrapper:hover .endangered-overlay-number {
  opacity: 0;
}
.single-endangered_property .section-header .featured-image-wrapper:hover .endangered-overlay-content-number {
  opacity: 0;
}
.single-endangered_property .section-header img {
  width: 80px;
  height: auto;
  margin: 0 auto;
  margin-right: 15px;
}
.single-endangered_property .section-1 .arrow-down {
  margin: 0px auto -40px auto;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #ffcb0a;
}
.single-endangered_property .section-1 .heading-content-wrapper {
  margin-top: 40px;
}
.single-endangered_property .section-1 .title-wrapper {
  text-align: center;
}
.single-endangered_property .section-1 .title-wrapper h1 {
  font-size: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-endangered_property .section-1 .title-wrapper h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #808080;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.single-endangered_property .section-1 .prev-property-wrapper {
  text-align: center;
  margin-top: 35px;
}
.single-endangered_property .section-1 .prev-property-wrapper .left-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-endangered_property .section-1 .prev-property-wrapper a:hover .left-icon {
  fill: #c06718;
}
.single-endangered_property .section-1 .next-property-wrapper {
  text-align: center;
  margin-top: 35px;
}
.single-endangered_property .section-1 .next-property-wrapper .right-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-endangered_property .section-1 .next-property-wrapper a:hover .right-icon {
  fill: #c06718;
}
.single-endangered_property .section-2 .main-image-wrapper {
  position: relative;
  text-align: center;
}
.single-endangered_property .section-2 .main-image-wrapper figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.single-endangered_property .section-2 .main-image-wrapper img {
  max-width: 100%;
}
.single-endangered_property .section-3 {
  position: relative;
}
.single-endangered_property .section-3 .custom-addthis {
  top: 0px;
  z-index: 8;
  width: 32px;
  position: absolute;
}
.single-endangered_property .section-3 .custom-addthis .endangeredback-background {
  fill: #fdc214;
}
.single-endangered_property .section-3 .custom-addthis .endangered-icon-number {
  fill: #fff;
}
.single-endangered_property .section-3 .custom-addthis .endangered-icon-exclaim {
  fill: #010101;
}
.single-endangered_property .section-3 .custom-addthis .at-icon-wrapper {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-endangered_property .section-3 .custom-addthis svg {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-endangered_property .section-3 .custom-addthis a:hover .at-icon-wrapper {
  width: 40px !important;
}
.single-endangered_property .section-3 .custom-addthis a:hover .at-icon-wrapper svg {
  width: 40px !important;
}
.single-endangered_property .section-3 .custom-addthis ul {
  padding-left: 0px;
}
.single-endangered_property .section-3 .custom-addthis ul li {
  list-style: none;
}
.single-endangered_property .section-3 .custom-addthis ul li a {
  display: block;
  margin-bottom: 0px;
}
.single-endangered_property .section-3 .custom-addthis .addthis_default_style .at300b {
  padding: 0px 0px;
  height: 32px;
}
.single-endangered_property .section-3 .main-content-wrapper {
  margin-top: 20px;
}
.single-endangered_property .section-3 .main-content-wrapper div[id*=attachment_] {
  max-width: 100%;
}
.single-endangered_property .section-3 .main-content-wrapper li {
  margin-bottom: 10px;
}
.single-endangered_property .section-3 .full-width-image-row,
.single-endangered_property .section-3 .full-width-image-slider-row,
.single-endangered_property .section-3 .full-width-video-row,
.single-endangered_property .section-3 .full-width-accordion-row,
.single-endangered_property .section-3 .full-width-content-headline-row,
.single-endangered_property .section-3 .full-width-content-row,
.single-endangered_property .section-3 .image-left-content-right-row,
.single-endangered_property .section-3 .content-left-image-right-row,
.single-endangered_property .section-3 .columns-image-row,
.single-endangered_property .section-3 .columns-video-row,
.single-endangered_property .section-3 .columns-content-headline-row,
.single-endangered_property .section-3 .columns-content-row,
.single-endangered_property .section-3 .full-width-table-row,
.single-endangered_property .section-3 .full-width-tab-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.single-endangered_property .section-3 .full-width-image-row,
.single-endangered_property .section-3 .full-width-image-slider-row,
.single-endangered_property .section-3 .full-width-video-row,
.single-endangered_property .section-3 .full-width-accordion-row,
.single-endangered_property .section-3 .full-width-content-headline-row,
.single-endangered_property .section-3 .full-width-content-row,
.single-endangered_property .section-3 .image-left-content-right-row,
.single-endangered_property .section-3 .content-left-image-right-row {
  margin-left: -15px;
  margin-right: -15px;
}
.single-endangered_property .section-3 .full-width-content-headline-row h2 {
  margin-top: 0px;
}
.single-endangered_property .section-3 .full-width-image-row img {
  width: 100%;
}
.single-endangered_property .section-3 .full-width-image-row .image-caption {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.single-endangered_property .section-3 .full-width-image-slider-row .carousel-inner > .item {
  max-height: 550px;
  overflow: hidden;
}
.single-endangered_property .section-3 .full-width-image-slider-row .carousel-inner > .item > img {
  width: 100%;
}
.single-endangered_property .section-3 .full-width-accordion-row .panel-group .panel {
  margin-bottom: -5px;
  border-radius: 0px;
}
.single-endangered_property .section-3 .full-width-accordion-row .panel-group .panel-default a > .panel-heading {
  background-color: #e5e5e5;
  border-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-endangered_property .section-3 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover {
  background-color: #cccccc;
}
.single-endangered_property .section-3 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title {
  color: #353535;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}
.single-endangered_property .section-3 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-endangered_property .section-3 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover {
  background-color: #dedede;
}
.single-endangered_property .section-3 .nav-tabs {
  border-bottom: 10px solid #e2e1db;
}
.single-endangered_property .section-3 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background-color: #f1f1f1;
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-endangered_property .section-3 .nav-tabs > li > a:hover {
  background-color: #e2e1db;
}
.single-endangered_property .section-3 .nav-tabs > li.active > a, .single-endangered_property .section-3 .nav-tabs > li.active > a:hover, .single-endangered_property .section-3 .nav-tabs > li.active > a:focus {
  color: #353535;
  background-color: #e2e1db;
  border: 1px solid #e2e1db;
  border-bottom-color: transparent;
  cursor: default;
}
.single-endangered_property .section-3 .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.single-endangered_property .section-3 .slide-arrow {
  fill: none;
  stroke: #838383;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-endangered_property .section-3 .carousel-control.left {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-endangered_property .section-3 .carousel-control.left:hover .slide-arrow {
  stroke: #505050;
}
.single-endangered_property .section-3 .carousel-control.right {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-endangered_property .section-3 .carousel-control.right:hover .slide-arrow {
  stroke: #505050;
}
.single-endangered_property .section-3 .prev-slide {
  position: absolute;
  top: 40%;
  left: 0px;
}
.single-endangered_property .section-3 .next-slide {
  position: absolute;
  top: 40%;
  right: 0px;
}
.single-endangered_property .section-3 .columns-image-row img {
  width: 100%;
}
.single-endangered_property .section-4 {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
  border-top: 1px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 30px;
}
.single-endangered_property .section-4 .information-section-wrapper {
  text-align: center;
}
.single-endangered_property .section-4 .information-section-wrapper .more-information-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.single-endangered_property .section-4 .information-section-wrapper .single-information-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.single-endangered_property .section-5 {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #ee8027;
}
.single-endangered_property .section-5 .cta-content-wrapper .cta-title {
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 700;
  color: #ffffff;
}
.single-endangered_property .section-5 .cta-content-wrapper .cta-content {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
}
.single-endangered_property .section-5 .cta-content-wrapper .cta-button {
  text-align: center;
  margin-top: 30px;
}
.single-endangered_property .section-5 .cta-content-wrapper .cta-button a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 60px;
  border-radius: 60px;
  background-color: #ffffff;
  color: #ee8027;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-endangered_property .section-5 .cta-content-wrapper .cta-button a:hover {
  color: #ffffff;
  background-color: #c55e11;
}
.single-endangered_property .section-footer {
  padding: 0px 0px 10px;
  background-color: transparent;
}
.single-endangered_property .section-footer .footer-title-wrapper {
  padding: 30px 0px 5px;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-endangered_property .section-footer .endangered-properties-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.single-endangered_property .section-footer .featured-image-wrapper {
  position: relative;
  width: 100%;
  height: 235px;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 5px;
}
.single-endangered_property .section-footer .featured-image-wrapper .endangered-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 96%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-endangered_property .section-footer .featured-image-wrapper .endangered-overlay .endangered-overlay-content {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-endangered_property .section-footer .featured-image-wrapper .endangered-overlay-number {
  position: absolute;
  text-align: center;
  width: 96%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-endangered_property .section-footer .featured-image-wrapper .endangered-overlay-number .endangered-overlay-content-number {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 1;
  border: 2px solid #ffffff;
  border-radius: 35px;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-endangered_property .section-footer .featured-image-wrapper .endangered-overlay-number .endangered-overlay-content-number .overlay-number {
  display: block;
  position: relative;
  top: -2px;
  font-size: 24px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 700;
}
.single-endangered_property .section-footer .featured-image-wrapper img {
  width: 100%;
}
.single-endangered_property .section-footer .featured-image-wrapper .current-endangered {
  opacity: 1 !important;
}
.single-endangered_property .section-footer .featured-image-wrapper .current-number-endangered {
  opacity: 0 !important;
}
.single-endangered_property .section-footer .featured-image-wrapper:hover .endangered-overlay {
  opacity: 1;
}
.single-endangered_property .section-footer .featured-image-wrapper:hover .endangered-overlay-content {
  opacity: 1;
}
.single-endangered_property .section-footer .featured-image-wrapper:hover .endangered-overlay-number {
  opacity: 0;
}
.single-endangered_property .section-footer .featured-image-wrapper:hover .endangered-overlay-content-number {
  opacity: 0;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .single-endangered_property .section-2 .main-image-wrapper figcaption {
    margin: auto;
  }
  .single-endangered_property .section-2 .main-image-wrapper img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .single-endangered_property .section-footer .col-md-5, .single-endangered_property .section-footer .col-lg-5 {
    width: 33.3333333333%;
  }
  .single-endangered_property .section-footer .featured-image-wrapper {
    height: auto;
  }
  .single-endangered_property .section-footer .featured-image-wrapper .endangered-overlay {
    width: 98%;
    height: 95%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .single-endangered_property #inner-content {
    margin-top: 155px;
  }
  .single-endangered_property .section-header .featured-image-wrapper {
    width: 60px;
    height: 60px;
  }
  .single-endangered_property .section-3 .main-content-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-endangered_property .section-footer .endangered-properties-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-endangered_property .section-footer .col-md-5, .single-endangered_property .section-footer .col-lg-5 {
    width: 50%;
  }
  .single-endangered_property .section-footer .featured-image-wrapper {
    height: auto;
  }
  .single-endangered_property .section-footer .featured-image-wrapper .endangered-overlay {
    width: 97%;
    height: 94%;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .single-endangered_property .custom-addthis {
    display: none;
  }
  .single-endangered_property .section-header {
    display: inline-flex;
    width: 100%;
  }
  .single-endangered_property .section-header a {
    display: inline-block;
    float: left;
    margin: 0 auto;
    position: relative;
    left: 15px;
  }
  .single-endangered_property .section-header .mobile-endangered-select {
    display: inline-block !important;
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0px 30px;
  }
  .single-endangered_property .section-header .mobile-endangered-select .mobile-select-label {
    display: inline-block;
    float: left;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
  }
  .single-endangered_property .section-header .mobile-endangered-select #endangered-select {
    display: inline-block;
  }
  .single-endangered_property .section-1 .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .single-endangered_property .section-1 .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-endangered_property .section-3 .main-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-endangered_property .section-3 .main-content-wrapper .alignright {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-endangered_property .section-3 .main-content-wrapper .alignleft {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-endangered_property .section-3 .main-content-wrapper .carousel-inner {
    width: 85%;
  }
  .single-endangered_property .section-3 .main-content-wrapper .prev-slide, .single-endangered_property .section-3 .main-content-wrapper .next-slide {
    top: 45%;
  }
  .single-endangered_property .section-3 .main-content-wrapper #Next_Slide {
    height: 30px;
  }
  .single-endangered_property .section-3 .main-content-wrapper #Previous_Slide {
    height: 30px;
  }
  .single-endangered_property .section-4 .cta-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-endangered_property .section-4 .cta-content-wrapper .cta-title {
    font-size: 28px;
    line-height: 32px;
  }
  .single-endangered_property .section-4 .cta-content-wrapper .cta-content {
    font-size: 18px !important;
    font-size: 24px;
  }
  .single-endangered_property .section-4 .cta-content-wrapper .cta-button a {
    font-size: 14px;
    padding: 15px 20px;
  }
  .single-endangered_property .section-footer {
    padding: 0px 0px 10px;
  }
  .single-endangered_property .section-footer .endangered-properties-wrapper {
    max-width: 500px;
    max-height: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-endangered_property .section-footer .featured-image-wrapper {
    width: 100%;
    height: 100%;
  }
  .single-endangered_property .section-footer .featured-image-wrapper .endangered-overlay {
    width: 98%;
    height: 96%;
  }
  .single-endangered_property .section-footer .footer-title-wrapper {
    font-size: 24px;
    line-height: 28px;
  }
  .single-endangered_property .section-footer .col-md-5, .single-endangered_property .section-footer .col-lg-5 {
    width: 100%;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Success Stories Page Styles

******************************************************************/
.page-template-page-success-stories .section-header .header-wrapper {
  background-color: #ffcb0a;
  padding-top: 10px;
  padding-bottom: 50px;
}
.page-template-page-success-stories .section-header .header-image-wrapper {
  text-align: center;
  position: relative;
}
.page-template-page-success-stories .section-header .header-image-wrapper img {
  position: relative;
  top: 20px;
  left: 175px;
  max-width: 100px;
}
.page-template-page-success-stories .section-header .header-content-wrapper {
  position: relative;
  top: 30px;
  left: 75px;
}
.page-template-page-success-stories .section-header .header-content-wrapper .header-line-1 {
  display: block;
  font-size: 58px;
  line-height: 58px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #000000;
}
.page-template-page-success-stories .section-header .header-content-wrapper .header-line-2 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #000000;
}
.page-template-page-success-stories .section-1 {
  position: relative;
  padding-bottom: 50px;
}
.page-template-page-success-stories .section-1 .custom-addthis {
  top: 40px;
  z-index: 8;
  width: 32px;
  position: absolute;
}
.page-template-page-success-stories .section-1 .custom-addthis .at-icon-wrapper {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-success-stories .section-1 .custom-addthis svg {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-success-stories .section-1 .custom-addthis a:hover .at-icon-wrapper {
  width: 40px !important;
}
.page-template-page-success-stories .section-1 .custom-addthis a:hover .at-icon-wrapper svg {
  width: 40px !important;
}
.page-template-page-success-stories .section-1 .custom-addthis ul {
  padding-left: 0px;
}
.page-template-page-success-stories .section-1 .custom-addthis ul li {
  list-style: none;
}
.page-template-page-success-stories .section-1 .custom-addthis ul li a {
  display: block;
  margin-bottom: 0px;
}
.page-template-page-success-stories .section-1 .custom-addthis .addthis_default_style .at300b {
  padding: 0px 0px;
  height: 32px;
}
.page-template-page-success-stories .section-1 .main-content-wrapper {
  font-size: 18px;
  line-height: 24px;
  max-width: 735px;
  margin: 60px auto 0px;
  text-align: center;
}
.page-template-page-success-stories .section-2 {
  padding: 0px;
  background-color: transparent;
}
.page-template-page-success-stories .section-2 .property-image {
  position: relative;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 530px;
  overflow: hidden;
  text-align: center;
}
.page-template-page-success-stories .section-2 .property-image img {
  height: 100%;
  width: auto;
  max-width: none;
}
.page-template-page-success-stories .section-2 .property-image .full-image {
  position: relative;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 530px;
  overflow: hidden;
  text-align: center;
}
.page-template-page-success-stories .section-2 .property-image .full-image img {
  width: 100%;
  height: auto;
  max-width: none;
}
.page-template-page-success-stories .section-2 .property-image .text-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #ffffff;
  background-color: #353535;
  padding: 1px 8px;
  font-weight: 500;
  letter-spacing: 2px;
}
.page-template-page-success-stories .section-2 .property-number {
  margin-top: 35px;
  margin-bottom: 160px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  border: 2px solid #353535;
  border-radius: 50px;
  width: 39px;
  float: right;
  text-align: center;
}
.page-template-page-success-stories .section-2 .property-content-wrapper .property-title h2 {
  font-size: 70px;
  line-height: 70px;
}
.page-template-page-success-stories .section-2 .property-content-wrapper .property-content {
  font-size: 18px;
  padding-right: 120px;
  margin-bottom: 120px;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-success-stories .section-header .header-image-wrapper img {
    left: 145px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-success-stories .section-header .header-image-wrapper img {
    top: 35px;
    left: 0px;
  }
  .page-template-page-success-stories .section-header .header-content-wrapper {
    top: 45px;
    left: 0px;
  }
  .page-template-page-success-stories .section-1 .main-content-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-success-stories .section-1 li {
    margin-bottom: 10px;
  }
  .page-template-page-success-stories .section-2 .property-content-wrapper .property-content {
    padding-right: 0px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-success-stories .custom-addthis {
    display: none;
  }
  .page-template-page-success-stories .section-header .header-image-wrapper img {
    max-width: 150px;
    left: inherit;
  }
  .page-template-page-success-stories .section-header .header-content-wrapper {
    top: 35px;
    left: inherit;
  }
  .page-template-page-success-stories .section-header .header-content-wrapper .header-line-1 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .page-template-page-success-stories .section-header .header-content-wrapper .header-line-2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .page-template-page-success-stories .section-1 .main-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-success-stories .section-2 .property-image {
    height: 100%;
  }
  .page-template-page-success-stories .section-2 .property-image img {
    position: relative;
    max-width: none;
    height: 100%;
    width: 100%;
  }
  .page-template-page-success-stories .section-2 .property-number {
    float: none;
    margin: auto;
    font-size: 40px;
    line-height: 50px;
    width: 50px;
  }
  .page-template-page-success-stories .section-2 .property-content-wrapper {
    text-align: center;
    margin-bottom: 60px;
  }
  .page-template-page-success-stories .section-2 .property-content-wrapper .property-title h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .page-template-page-success-stories .section-2 .property-content-wrapper .property-content {
    padding-right: 0px;
    text-align: left;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: For Sale Property Post Styles

******************************************************************/
.single-for_sale .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.single-for_sale .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.single-for_sale .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.single-for_sale .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.single-for_sale .section-header .title-wrapper .sold-wrapper {
  display: inline-block;
  background-color: #ee8027;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  margin: 20px auto;
}
.single-for_sale .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-for_sale .section-header .title-wrapper h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #808080;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.single-for_sale .section-header .prev-property-wrapper {
  text-align: center;
  margin-top: 60px;
}
.single-for_sale .section-header .prev-property-wrapper .left-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-for_sale .section-header .prev-property-wrapper a:hover .left-icon {
  fill: #c06718;
}
.single-for_sale .section-header .next-property-wrapper {
  text-align: center;
  margin-top: 60px;
}
.single-for_sale .section-header .next-property-wrapper .right-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-for_sale .section-header .next-property-wrapper a:hover .right-icon {
  fill: #c06718;
}
.single-for_sale .section-1 .main-image-wrapper {
  position: relative;
  text-align: center;
}
.single-for_sale .section-1 .main-image-wrapper figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.single-for_sale .section-1 .main-image-wrapper img {
  max-width: 100%;
}
.single-for_sale .section-2 {
  position: relative;
  margin-top: 20px;
}
.single-for_sale .section-2 .custom-addthis {
  top: 0px;
  z-index: 8;
  width: 32px;
  position: absolute;
}
.single-for_sale .section-2 .custom-addthis .forsaleback-background {
  fill: #e48027;
}
.single-for_sale .section-2 .custom-addthis .forsaleback-icon {
  fill: #fff;
}
.single-for_sale .section-2 .custom-addthis .at-icon-wrapper {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-for_sale .section-2 .custom-addthis svg {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-for_sale .section-2 .custom-addthis a:hover .at-icon-wrapper {
  width: 40px !important;
}
.single-for_sale .section-2 .custom-addthis a:hover .at-icon-wrapper svg {
  width: 40px !important;
}
.single-for_sale .section-2 .custom-addthis ul {
  padding-left: 0px;
}
.single-for_sale .section-2 .custom-addthis ul li {
  list-style: none;
}
.single-for_sale .section-2 .custom-addthis ul li a {
  display: block;
  margin-bottom: 0px;
}
.single-for_sale .section-2 .custom-addthis .addthis_default_style .at300b {
  padding: 0px 0px;
  height: 32px;
}
.single-for_sale .section-2 .main-content-wrapper {
  margin-top: 20px;
}
.single-for_sale .section-2 .main-content-wrapper div[id*=attachment_] {
  max-width: 100%;
}
.single-for_sale .section-2 .main-content-wrapper li {
  margin-bottom: 10px;
}
.single-for_sale .section-2 .main-image-overlay {
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: center;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-type-content-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-type-content {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 0px;
  margin-bottom: 20px;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .endangered {
  background-color: #ffcb0a;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .sponsored {
  background-color: #ee8027;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .content-left {
  text-align: center;
  border-right: 2px solid #e0e0e0;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .property-price {
  font-size: 65px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #ee8027;
  margin-bottom: 0px;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .property-year-built, .single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .property-square-feet {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #353535;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .contact-header {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #353535;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .property-square-feet {
  margin-bottom: 10px;
}
.single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .contact-name, .single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .contact-phone, .single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .contact-email {
  font-size: 16px;
  font-weight: 300;
}
.single-for_sale .section-2 .full-width-image-row,
.single-for_sale .section-2 .full-width-image-slider-row,
.single-for_sale .section-2 .full-width-video-row,
.single-for_sale .section-2 .full-width-accordion-row,
.single-for_sale .section-2 .full-width-content-headline-row,
.single-for_sale .section-2 .full-width-content-row,
.single-for_sale .section-2 .image-left-content-right-row,
.single-for_sale .section-2 .content-left-image-right-row,
.single-for_sale .section-2 .columns-image-row,
.single-for_sale .section-2 .columns-video-row,
.single-for_sale .section-2 .columns-content-headline-row,
.single-for_sale .section-2 .columns-content-row,
.single-for_sale .section-2 .full-width-table-row,
.single-for_sale .section-2 .full-width-tab-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.single-for_sale .section-2 .full-width-image-row,
.single-for_sale .section-2 .full-width-image-slider-row,
.single-for_sale .section-2 .full-width-video-row,
.single-for_sale .section-2 .full-width-accordion-row,
.single-for_sale .section-2 .full-width-content-headline-row,
.single-for_sale .section-2 .full-width-content-row,
.single-for_sale .section-2 .image-left-content-right-row,
.single-for_sale .section-2 .content-left-image-right-row {
  margin-left: -15px;
  margin-right: -15px;
}
.single-for_sale .section-2 .full-width-content-headline-row h2 {
  margin-top: 0px;
}
.single-for_sale .section-2 .full-width-image-row img {
  width: 100%;
}
.single-for_sale .section-2 .full-width-image-row .image-caption {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.single-for_sale .section-2 .full-width-image-slider-row .carousel-inner > .item {
  max-height: 550px;
  overflow: hidden;
}
.single-for_sale .section-2 .full-width-image-slider-row .carousel-inner > .item > img {
  width: 100%;
}
.single-for_sale .section-2 .full-width-accordion-row .panel-group .panel {
  margin-bottom: -5px;
  border-radius: 0px;
}
.single-for_sale .section-2 .full-width-accordion-row .panel-group .panel-default a > .panel-heading {
  background-color: #e5e5e5;
  border-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-for_sale .section-2 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover {
  background-color: #cccccc;
}
.single-for_sale .section-2 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title {
  color: #353535;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}
.single-for_sale .section-2 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-for_sale .section-2 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover {
  background-color: #dedede;
}
.single-for_sale .section-2 .nav-tabs {
  border-bottom: 10px solid #e2e1db;
}
.single-for_sale .section-2 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background-color: #f1f1f1;
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-for_sale .section-2 .nav-tabs > li > a:hover {
  background-color: #e2e1db;
}
.single-for_sale .section-2 .nav-tabs > li.active > a, .single-for_sale .section-2 .nav-tabs > li.active > a:hover, .single-for_sale .section-2 .nav-tabs > li.active > a:focus {
  color: #353535;
  background-color: #e2e1db;
  border: 1px solid #e2e1db;
  border-bottom-color: transparent;
  cursor: default;
}
.single-for_sale .section-2 .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.single-for_sale .section-2 .slide-arrow {
  fill: none;
  stroke: #838383;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-for_sale .section-2 .carousel-control.left {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-for_sale .section-2 .carousel-control.left:hover .slide-arrow {
  stroke: #505050;
}
.single-for_sale .section-2 .carousel-control.right {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-for_sale .section-2 .carousel-control.right:hover .slide-arrow {
  stroke: #505050;
}
.single-for_sale .section-2 .prev-slide {
  position: absolute;
  top: 40%;
  left: 0px;
}
.single-for_sale .section-2 .next-slide {
  position: absolute;
  top: 40%;
  right: 0px;
}
.single-for_sale .section-2 .columns-image-row img {
  width: 100%;
}
.single-for_sale .section-3 {
  background-color: #ee8027;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-for_sale .section-3 .contact-cta-wrapper {
  text-align: center;
}
.single-for_sale .section-3 .contact-cta-wrapper .contact-cta-title {
  font-size: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #ffffff;
  margin-bottom: 50px;
}
.single-for_sale .section-3 .contact-cta-wrapper .contact-cta-heading, .single-for_sale .section-3 .contact-cta-wrapper .contact-cta-name, .single-for_sale .section-3 .contact-cta-wrapper .contact-cta-phone-number, .single-for_sale .section-3 .contact-cta-wrapper .contact-cta-email {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 1px;
}
.single-for_sale .section-3 .contact-cta-wrapper .contact-cta-heading {
  font-weight: 700;
}
.single-for_sale .section-3 .contact-cta-wrapper .contact-cta-name, .single-for_sale .section-3 .contact-cta-wrapper .contact-cta-phone-number, .single-for_sale .section-3 .contact-cta-wrapper .contact-cta-email {
  font-weight: 300;
}
.single-for_sale .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.single-for_sale .section-footer a {
  color: #353535;
}
.single-for_sale .section-footer .footer-heading-wrapper {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-for_sale .section-footer .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 10px auto 30px;
}
.single-for_sale .section-footer .more-properties-featured-image-wrapper {
  position: relative;
  margin-bottom: 30px;
  height: 370px;
  overflow: hidden;
}
.single-for_sale .section-footer .more-properties-featured-image-wrapper .more-properties-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-for_sale .section-footer .more-properties-featured-image-wrapper .more-properties-image-overlay .overlay-content {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-for_sale .section-footer .more-properties-featured-image-wrapper img {
  width: 100%;
}
.single-for_sale .section-footer .more-properties-content-wrapper .more-properties-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-for_sale .section-footer .more-properties-content-wrapper .more-properties-location {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #808080;
}
.single-for_sale .section-footer .more-properties-content-wrapper .more-properties-excerpt {
  font-size: 16px;
  font-weight: 300;
}
.single-for_sale .section-footer .more-properties-content-wrapper .more-properties-price {
  border-top: 1px solid #d9d9d9;
  padding-top: 9px;
  font-size: 24px;
  font-weight: 700;
}
.single-for_sale .section-footer a:hover .more-properties-image-overlay {
  opacity: 1 !important;
}
.single-for_sale .section-footer a:hover .overlay-content {
  opacity: 1 !important;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .single-for_sale .section-1 .main-image-wrapper figcaption {
    margin: auto;
  }
  .single-for_sale .section-1 .main-image-wrapper img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .property-price {
    font-size: 48px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .single-for_sale .section-2 .main-image-overlay {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-for_sale .section-2 .main-content-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-for_sale .section-footer {
    /* Column clear fix */
  }
  .single-for_sale .section-footer .col-lg-1:nth-child(12n+1),
.single-for_sale .section-footer .col-lg-2:nth-child(6n+1),
.single-for_sale .section-footer .col-lg-3:nth-child(4n+1),
.single-for_sale .section-footer .col-lg-4:nth-child(3n+1),
.single-for_sale .section-footer .col-lg-6:nth-child(2n+1),
.single-for_sale .section-footer .col-md-1:nth-child(12n+1),
.single-for_sale .section-footer .col-md-2:nth-child(6n+1),
.single-for_sale .section-footer .col-md-3:nth-child(4n+1),
.single-for_sale .section-footer .col-md-4:nth-child(3n+1),
.single-for_sale .section-footer .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .single-for_sale .section-footer .col-sm-1:nth-child(12n+1),
.single-for_sale .section-footer .col-sm-2:nth-child(6n+1),
.single-for_sale .section-footer .col-sm-3:nth-child(4n+1),
.single-for_sale .section-footer .col-sm-4:nth-child(3n+1),
.single-for_sale .section-footer .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  .single-for_sale .section-footer .more-properties-featured-image-wrapper {
    height: 300px;
  }
  .single-for_sale .section-footer .more-properties-content-wrapper {
    margin-bottom: 30px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .single-for_sale .custom-addthis {
    display: none;
  }
  .single-for_sale .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .single-for_sale .section-header .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper {
    padding-bottom: 0px;
  }
  .single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .content-left {
    border-right: 0px solid transparent;
  }
  .single-for_sale .section-2 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .content-right {
    text-align: center;
  }
  .single-for_sale .section-2 .main-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-for_sale .section-2 .main-content-wrapper .alignright {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-for_sale .section-2 .main-content-wrapper .alignleft {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-for_sale .section-2 .main-content-wrapper .carousel-inner {
    width: 85%;
  }
  .single-for_sale .section-2 .main-content-wrapper .prev-slide, .single-for_sale .section-2 .main-content-wrapper .next-slide {
    top: 45%;
  }
  .single-for_sale .section-2 .main-content-wrapper #Next_Slide {
    height: 30px;
  }
  .single-for_sale .section-2 .main-content-wrapper #Previous_Slide {
    height: 30px;
  }
  .single-for_sale .section-footer .footer-heading-wrapper {
    font-size: 36px;
    line-height: 36px;
  }
  .single-for_sale .section-footer .more-properties-featured-image-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
  }
  .single-for_sale .section-footer .more-properties-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .single-for_sale .section-footer .more-properties-content-wrapper .more-properties-title {
    font-size: 24px;
    line-height: 28px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: For Sale Property Landing Styles

******************************************************************/
.page-template-page-for-sale .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.page-template-page-for-sale .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-for-sale .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-page-for-sale .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.page-template-page-for-sale .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-for-sale .section-header .title-wrapper h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-for-sale .section-1 {
  padding-bottom: 30px;
  position: relative;
}
.page-template-page-for-sale .section-1 .main-image-wrapper {
  position: relative;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}
.page-template-page-for-sale .section-1 .main-image-wrapper figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.page-template-page-for-sale .section-1 .main-image-wrapper img {
  max-width: 100%;
}
.page-template-page-for-sale .section-1 li {
  margin-left: -40px;
}
.page-template-page-for-sale .section-1 .slider-controls {
  position: absolute;
  max-width: 1300px;
  width: 100%;
  z-index: 60;
  top: 50%;
  margin: auto;
  left: 0;
  right: 0;
}
.page-template-page-for-sale .section-1 .slider-controls #prev-slide-control {
  float: left;
}
.page-template-page-for-sale .section-1 .slider-controls #next-slide-control {
  float: right;
}
.page-template-page-for-sale .section-1 .main-image-overlay {
  position: absolute;
  width: 100%;
  bottom: 1px;
  z-index: 1;
  left: 40px;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .property-type-content-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .property-type-content {
  width: 175px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 0px;
  margin-bottom: 10px;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .featured {
  background-color: #ee8027;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .property-content-wrapper {
  display: block;
  width: 100%;
  background-color: #8a7967;
  opacity: 0.9;
  color: #ffffff;
  text-align: left;
  padding: 20px;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .property-name {
  font-size: 28px;
  line-height: 36px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  letter-spacing: 1px;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .property-location {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .property-excerpt {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .property-price {
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  margin-bottom: 0px;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .learn-more-sale {
  width: 150px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 15px 0px;
  letter-spacing: 1px;
  padding: 10px 20px;
  background-color: #ee8027;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .property-content-wrapper .learn-more-sale:hover {
  background-color: #d26710;
}
.page-template-page-for-sale .section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #3a3836;
}
.page-template-page-for-sale .section-2 .location-select-wrapper, .page-template-page-for-sale .section-2 .sort-select-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  min-width: 250px;
}
.page-template-page-for-sale .section-2 label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-template-page-for-sale .section-2 .form-inline .form-group {
  width: 100%;
}
.page-template-page-for-sale .section-2 .form-inline .form-control {
  width: 70%;
}
.page-template-page-for-sale .section-2 .advertise-button-wrapper {
  text-align: center;
}
.page-template-page-for-sale .section-2 .advertise-button-wrapper a {
  display: block;
  padding: 20px 35px;
  background-color: #606060;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-for-sale .section-2 .advertise-button-wrapper a:hover {
  background-color: #474747;
}
.page-template-page-for-sale .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.page-template-page-for-sale .section-footer .for-sale-ajax .col-md-4:nth-child(3n+1) {
  clear: left;
}
.page-template-page-for-sale .section-footer .for-sale-wrapper {
  margin-bottom: 50px;
}
.page-template-page-for-sale .section-footer .for-sale-wrapper a {
  color: #353535;
}
.page-template-page-for-sale .section-footer .for-sale-wrapper a:hover .for-sale-image-overlay {
  opacity: 1;
}
.page-template-page-for-sale .section-footer .for-sale-wrapper a:hover .for-sale-image-overlay-content {
  opacity: 1;
}
.page-template-page-for-sale .section-footer .for-sale-image-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.page-template-page-for-sale .section-footer .for-sale-image-wrapper .for-sale-type-overlay {
  position: absolute;
  width: 100%;
}
.page-template-page-for-sale .section-footer .for-sale-image-wrapper .for-sale-type-overlay .for-sale-sponsored {
  text-align: center;
  background-color: #ee8027;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-page-for-sale .section-footer .for-sale-image-wrapper .for-sale-type-overlay .for-sale-endangered {
  text-align: center;
  background-color: #ffcb0a;
  color: #474747;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-page-for-sale .section-footer .for-sale-image-wrapper .for-sale-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-for-sale .section-footer .for-sale-image-wrapper .for-sale-image-overlay-content {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-for-sale .section-footer .for-sale-content-wrapper .title-wrapper {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-for-sale .section-footer .for-sale-content-wrapper .location-wrapper {
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.page-template-page-for-sale .section-footer .for-sale-content-wrapper .excerpt-wrapper {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
}
.page-template-page-for-sale .section-footer .for-sale-content-wrapper .price-wrapper {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #494949;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
}
.page-template-page-for-sale .section-footer .for-sale-content-wrapper .price-wrapper .sold-wrapper {
  font-size: 18px;
  font-weight: 700;
  color: #ee8027;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-template-page-for-sale .section-footer .loading-icon {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 200px;
  height: 200px;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .page-template-page-for-sale .section-1 .main-image-wrapper figcaption {
    margin: auto;
  }
  .page-template-page-for-sale .section-1 .main-image-wrapper img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-for-sale .section-1 .main-image-overlay {
    left: 80px;
  }
  .page-template-page-for-sale .section-1 .slider-controls {
    position: absolute;
    top: 55%;
  }
  .page-template-page-for-sale .section-2 .form-inline .form-control {
    width: 60%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-for-sale .section-1 .main-image-overlay {
    left: 60px;
  }
  .page-template-page-for-sale .section-1 .main-image-overlay .overlay-content-wrapper .property-content-wrapper {
    width: 50%;
  }
  .page-template-page-for-sale .section-1 .slider-controls {
    position: absolute;
    top: 55%;
  }
  .page-template-page-for-sale .section-1 .slider-controls #prev-slide-control, .page-template-page-for-sale .section-1 .slider-controls #next-slide-control {
    width: 40px;
  }
  .page-template-page-for-sale .section-2 .advertise-button-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .page-template-page-for-sale .section-2 .form-inline .form-control {
    width: 65%;
  }
  .page-template-page-for-sale .section-footer .for-sale-ajax {
    /* Column clear fix */
  }
  .page-template-page-for-sale .section-footer .for-sale-ajax .col-lg-1:nth-child(12n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-lg-2:nth-child(6n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-lg-3:nth-child(4n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-lg-4:nth-child(3n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-lg-6:nth-child(2n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-md-1:nth-child(12n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-md-2:nth-child(6n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-md-3:nth-child(4n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-md-4:nth-child(3n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .page-template-page-for-sale .section-footer .for-sale-ajax .col-sm-1:nth-child(12n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-sm-2:nth-child(6n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-sm-3:nth-child(4n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-sm-4:nth-child(3n+1),
.page-template-page-for-sale .section-footer .for-sale-ajax .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-for-sale .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .page-template-page-for-sale .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .page-template-page-for-sale .section-header .title-wrapper {
    margin-bottom: 30px;
  }
  .page-template-page-for-sale .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-page-for-sale .section-header .sub-title-wrapper {
    font-size: 16px;
  }
  .page-template-page-for-sale .section-1 {
    display: none;
  }
  .page-template-page-for-sale .section-2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .page-template-page-for-sale .section-2 .location-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-for-sale .section-2 .sort-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-for-sale .section-2 .form-inline .form-control {
    width: 100%;
  }
  .page-template-page-for-sale .section-2 .advertise-button-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-for-sale .section-footer .for-sale-ajax {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-for-sale .section-footer .for-sale-ajax h3 {
    text-align: center;
  }
  .page-template-page-for-sale .section-footer .for-sale-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-for-sale .section-footer .for-sale-wrapper img {
    width: 100%;
  }
  .page-template-page-for-sale .section-footer .for-sale-image-wrapper {
    margin-bottom: 8px;
  }
  .page-template-page-for-sale .section-footer .for-sale-content-wrapper .title-wrapper {
    font-size: 24px;
    line-height: 28px;
  }
  .page-template-page-for-sale .section-footer .for-sale-content-wrapper .excerpt-wrapper {
    padding-bottom: 0px;
  }
  .page-template-page-for-sale .section-footer .for-sale-content-wrapper .price-wrapper {
    border-top: none;
    padding-top: 0px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: County Post Styles

******************************************************************/
.single-county .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.single-county .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.single-county .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.single-county .section-header .title-wrapper {
  text-align: center;
}
.single-county .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-county .section-header .sub-title-wrapper {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.single-county .section-header .sub-title-wrapper .sub-title-content {
  margin-bottom: 20px;
}
.single-county .section-header .county-header-info-content {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #494949;
}
.single-county .section-header .border-bottom {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 10px solid #e2e1db;
}
.single-county .section-header .prev-property-wrapper {
  text-align: center;
  margin-top: 60px;
}
.single-county .section-header .prev-property-wrapper .left-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-county .section-header .prev-property-wrapper a:hover .left-icon {
  fill: #c06718;
}
.single-county .section-header .next-property-wrapper {
  text-align: center;
  margin-top: 60px;
}
.single-county .section-header .next-property-wrapper .right-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-county .section-header .next-property-wrapper a:hover .right-icon {
  fill: #c06718;
}
.single-county .section-1 .regional-office-content a .regional-office-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  margin-bottom: 10px;
  color: #353535;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.single-county .section-1 .regional-office-content a:hover .regional-office-title {
  color: #ee8027;
}
.single-county .section-1 .regional-office-content .regional-intro-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ee8027;
  margin-top: 10px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.single-county .section-1 .regional-office-content .regional-intro-title:hover {
  color: #a2500d;
}
.single-county .section-1 .regional-office-content .regional-address-1, .single-county .section-1 .regional-office-content .regional-address-2, .single-county .section-1 .regional-office-content .regional-city-state-zip, .single-county .section-1 .regional-office-content .regional-phone, .single-county .section-1 .regional-office-content .regional-fax, .single-county .section-1 .regional-office-content .regional-email {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
.single-county .section-1 .regional-office-map-image {
  text-align: center;
}
.single-county .section-1 .regional-office-map-image img {
  width: 85%;
}
.single-county .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.single-county .section-footer .regional-news-header {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  border-bottom: 2px solid #e2e1db;
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #353535;
}
.single-county .section-footer .regional-events-header {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  border-bottom: 2px solid #e2e1db;
  margin-bottom: 30px;
  padding-bottom: 15px;
  color: #353535;
}
.single-county .section-footer .title-wrapper {
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  margin-bottom: 15px;
  color: #353535;
}
.single-county .section-footer .single-event-wrapper {
  margin-bottom: 50px;
}
.single-county .section-footer .event-date {
  background-color: #ee8027;
  margin-bottom: 15px;
}
.single-county .section-footer .event-date-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  letter-spacing: 1px;
}
.single-county .section-footer .post-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #3a3a3a;
  margin-bottom: 15px;
}
.single-county .section-footer .post-content {
  font-size: 16px;
  font-weight: 300;
}
.single-county .section-footer .post-content .post-location {
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.single-county .section-footer .post-content .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-county .section-footer .post-content .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.single-county .section-footer a:hover .post-image-overlay {
  opacity: 1;
}
.single-county .section-footer .regional-news-featured-image-wrapper {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.single-county .section-footer .regional-news-featured-image-wrapper .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-county .section-footer .regional-news-featured-image-wrapper img {
  width: 100%;
  height: auto;
}
.single-county .section-footer .regional-news-wrapper {
  margin-bottom: 30px;
}
.single-county .section-footer .regional-news-content-wrapper .regional-news-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-county .section-footer .regional-news-content-wrapper .regional-news-date {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #878787;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-county .section-footer .regional-news-content-wrapper .regional-news-categories {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.single-county .section-footer .regional-news-content-wrapper .regional-news-excerpt {
  font-size: 16px;
  font-weight: 300;
}
.single-county .section-footer .regional-news-content-wrapper .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-county .section-footer .regional-news-content-wrapper .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .single-county .section-1 .regional-office-map-image img {
    width: 100%;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .single-county .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .single-county .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .single-county .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .single-county .section-header .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-county .section-1 .regional-office-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .single-county .section-footer .regional-news-header {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-county .section-footer .regional-news-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-county .section-footer .regional-events-header {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-county .section-footer .single-event-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Event Page Styles

******************************************************************/
.single-event .section-header .page-title {
  text-align: center;
  margin-top: 50px;
}
.single-event .section-header .page-title .view-events-wrapper {
  margin-bottom: 30px;
}
.single-event .section-header .page-title .view-events-wrapper a {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ee8027;
  width: 275px;
  margin: 0 auto;
  padding: 9px 5px 3px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-event .section-header .page-title .view-events-wrapper a .calendar-link-text {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.single-event .section-header .page-title .view-events-wrapper a:hover {
  background-color: #d26710;
}
.single-event .section-header .page-title .view-events-wrapper .calendar-icon {
  fill: #fff;
}
.single-event .section-header .page-title .title-wrapper {
  text-align: center;
}
.single-event .section-header .page-title .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-event .section-header .page-title .sub-title-wrapper {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.single-event .section-header .hero-image-row {
  position: relative;
  text-align: center;
  padding: 0px;
}
.single-event .section-header .hero-image-row figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.single-event .section-header .hero-image-row img {
  max-width: 100%;
}
.single-event .section-1 {
  position: relative;
  margin-top: 10px;
}
.single-event .section-1 .custom-addthis {
  top: 0px;
  z-index: 8;
  width: 32px;
  position: absolute;
}
.single-event .section-1 .custom-addthis .eventback-background {
  fill: #e48027;
}
.single-event .section-1 .custom-addthis .eventback-icon {
  fill: #fff;
}
.single-event .section-1 .custom-addthis .at-icon-wrapper {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-event .section-1 .custom-addthis svg {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-event .section-1 .custom-addthis a:hover .at-icon-wrapper {
  width: 40px !important;
}
.single-event .section-1 .custom-addthis a:hover .at-icon-wrapper svg {
  width: 40px !important;
}
.single-event .section-1 .custom-addthis ul {
  padding-left: 0px;
}
.single-event .section-1 .custom-addthis ul li {
  list-style: none;
}
.single-event .section-1 .custom-addthis ul li a {
  display: block;
  margin-bottom: 0px;
}
.single-event .section-1 .custom-addthis .addthis_default_style .at300b {
  padding: 0px 0px;
  height: 32px;
}
.single-event .section-1 .main-content-wrapper {
  margin-top: 20px;
}
.single-event .section-1 .main-content-wrapper div[id*=attachment_] {
  max-width: 100%;
}
.single-event .section-1 .main-content-wrapper li {
  margin-bottom: 10px;
}
.single-event .section-1 .full-width-image-row,
.single-event .section-1 .full-width-image-slider-row,
.single-event .section-1 .full-width-video-row,
.single-event .section-1 .full-width-accordion-row,
.single-event .section-1 .full-width-content-headline-row,
.single-event .section-1 .full-width-content-row,
.single-event .section-1 .image-left-content-right-row,
.single-event .section-1 .content-left-image-right-row,
.single-event .section-1 .columns-image-row,
.single-event .section-1 .columns-video-row,
.single-event .section-1 .columns-content-headline-row,
.single-event .section-1 .columns-content-row,
.single-event .section-1 .full-width-table-row,
.single-event .section-1 .full-width-tab-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.single-event .section-1 .full-width-image-row,
.single-event .section-1 .full-width-image-slider-row,
.single-event .section-1 .full-width-video-row,
.single-event .section-1 .full-width-accordion-row,
.single-event .section-1 .full-width-content-headline-row,
.single-event .section-1 .full-width-content-row,
.single-event .section-1 .image-left-content-right-row,
.single-event .section-1 .content-left-image-right-row {
  margin-left: -15px;
  margin-right: -15px;
}
.single-event .section-1 .full-width-content-headline-row h2 {
  margin-top: 0px;
}
.single-event .section-1 .full-width-image-row img {
  width: 100%;
}
.single-event .section-1 .full-width-image-row .image-caption {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.single-event .section-1 .full-width-image-slider-row .carousel-inner > .item {
  max-height: 550px;
  overflow: hidden;
}
.single-event .section-1 .full-width-image-slider-row .carousel-inner > .item > img {
  width: 100%;
}
.single-event .section-1 .full-width-accordion-row .panel-group .panel {
  margin-bottom: -5px;
  border-radius: 0px;
}
.single-event .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading {
  background-color: #e5e5e5;
  border-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-event .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover {
  background-color: #cccccc;
}
.single-event .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title {
  color: #353535;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}
.single-event .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-event .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover {
  background-color: #dedede;
}
.single-event .section-1 .nav-tabs {
  border-bottom: 10px solid #e2e1db;
}
.single-event .section-1 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background-color: #f1f1f1;
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-event .section-1 .nav-tabs > li > a:hover {
  background-color: #e2e1db;
}
.single-event .section-1 .nav-tabs > li.active > a, .single-event .section-1 .nav-tabs > li.active > a:hover, .single-event .section-1 .nav-tabs > li.active > a:focus {
  color: #353535;
  background-color: #e2e1db;
  border: 1px solid #e2e1db;
  border-bottom-color: transparent;
  cursor: default;
}
.single-event .section-1 .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.single-event .section-1 .slide-arrow {
  fill: none;
  stroke: #838383;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-event .section-1 .carousel-control.left {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-event .section-1 .carousel-control.left:hover .slide-arrow {
  stroke: #505050;
}
.single-event .section-1 .carousel-control.right {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-event .section-1 .carousel-control.right:hover .slide-arrow {
  stroke: #505050;
}
.single-event .section-1 .prev-slide {
  position: absolute;
  top: 40%;
  left: 0px;
}
.single-event .section-1 .next-slide {
  position: absolute;
  top: 40%;
  right: 0px;
}
.single-event .section-1 .columns-image-row img {
  width: 100%;
}
.single-event .section-footer {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #ee8027;
}
.single-event .section-footer .cta-content-wrapper .cta-title {
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 700;
  color: #ffffff;
}
.single-event .section-footer .cta-content-wrapper .cta-content {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
}
.single-event .section-footer .cta-content-wrapper .cta-button {
  text-align: center;
  margin-top: 30px;
}
.single-event .section-footer .cta-content-wrapper .cta-button a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 60px;
  border-radius: 60px;
  background-color: #ffffff;
  color: #ee8027;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-event .section-footer .cta-content-wrapper .cta-button a:hover {
  color: #ffffff;
  background-color: #c55e11;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .single-event .section-header .hero-image-row figcaption {
    margin: auto;
  }
  .single-event .section-header .hero-image-row img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .single-event .section-1 .main-content-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .single-event .section-header .page-title .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .single-event .section-header .page-title .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-event .section-1 .custom-addthis {
    display: none;
  }
  .single-event .section-1 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .single-event .section-1 .main-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-event .section-1 .main-content-wrapper .alignright {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-event .section-1 .main-content-wrapper .alignleft {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-event .section-1 .main-content-wrapper .carousel-inner {
    width: 85%;
  }
  .single-event .section-1 .main-content-wrapper .prev-slide, .single-event .section-1 .main-content-wrapper .next-slide {
    top: 45%;
  }
  .single-event .section-1 .main-content-wrapper #Next_Slide {
    height: 30px;
  }
  .single-event .section-1 .main-content-wrapper #Previous_Slide {
    height: 30px;
  }
  .single-event .section-footer .cta-content-wrapper .cta-title {
    font-size: 28px;
    line-height: 32px;
  }
  .single-event .section-footer .cta-content-wrapper .cta-content {
    font-size: 18px !important;
    font-size: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-event .section-footer .cta-content-wrapper .cta-button a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Callout Page Styles

******************************************************************/
.page-template-page-callout .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.page-template-page-callout .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-callout .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-page-callout .section-header .title-wrapper {
  text-align: center;
}
.page-template-page-callout .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-callout .section-header .sub-title-wrapper {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-callout .section-header .sub-title-wrapper .sub-title-content {
  margin-bottom: 20px;
}
.page-template-page-callout .section-1 {
  padding-bottom: 30px;
}
.page-template-page-callout .section-1 .main-image-wrapper figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.page-template-page-callout .section-1 .main-image-overlay {
  position: absolute;
  width: 100%;
  height: 700px;
  z-index: 1;
}
.page-template-page-callout .section-1 .main-image-overlay .overlay-content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.page-template-page-callout .section-1 .main-image-overlay .overlay-content-wrapper .property-type-content-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.page-template-page-callout .section-1 .main-image-overlay .overlay-content-wrapper .property-type-content {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 0px;
  margin-bottom: 10px;
  background-color: #ee8027;
  opacity: 0.85;
}
.page-template-page-callout .section-1 .main-image-overlay .overlay-content-wrapper .property-type-content .main-image-overlay-content-line-1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
}
.page-template-page-callout .section-1 .main-image-overlay .overlay-content-wrapper .property-type-content .main-image-overlay-content-line-2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.page-template-page-callout .section-1 .main-image-wrapper {
  position: relative;
  text-align: center;
}
.page-template-page-callout .section-1 .main-image-wrapper .border-bottom {
  border: 10px solid #e2e1db;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-page-callout .section-1 .main-image-wrapper img {
  max-width: 100%;
}
.page-template-page-callout .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.page-template-page-callout .section-footer .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.page-template-page-callout .section-footer .col-md-4:nth-child(3n+1) {
  clear: both;
}
.page-template-page-callout .section-footer .page-callout-wrapper {
  margin-bottom: 50px;
}
.page-template-page-callout .section-footer .page-callout-wrapper a {
  color: #353535;
}
.page-template-page-callout .section-footer .page-callout-wrapper a:hover .page-callout-image-overlay {
  opacity: 1;
}
.page-template-page-callout .section-footer .page-callout-wrapper a:hover .page-callout-image-overlay-content {
  opacity: 1;
}
.page-template-page-callout .section-footer .page-callout-image-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.page-template-page-callout .section-footer .page-callout-image-wrapper .page-callout-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-callout .section-footer .page-callout-image-wrapper .page-callout-image-overlay-content {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-callout .section-footer .page-callout-content-wrapper .title-wrapper {
  font-size: 24px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  line-height: 28px;
  color: #353535;
  margin-bottom: 15px;
}
.page-template-page-callout .section-footer .page-callout-content-wrapper .location-wrapper {
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-template-page-callout .section-footer .page-callout-content-wrapper .excerpt-wrapper {
  font-size: 16px;
  font-weight: 300;
}
.page-template-page-callout .section-footer .page-callout-content-wrapper .price-wrapper {
  font-size: 24px;
  font-weight: 700;
  color: #494949;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .page-template-page-callout .section-1 .main-image-wrapper figcaption {
    margin: auto;
  }
  .page-template-page-callout .section-1 .main-image-wrapper img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-callout .section-footer .col-lg-1:nth-child(12n+1),
.page-template-page-callout .section-footer .col-lg-2:nth-child(6n+1),
.page-template-page-callout .section-footer .col-lg-3:nth-child(4n+1),
.page-template-page-callout .section-footer .col-lg-4:nth-child(3n+1),
.page-template-page-callout .section-footer .col-lg-6:nth-child(2n+1),
.page-template-page-callout .section-footer .col-md-1:nth-child(12n+1),
.page-template-page-callout .section-footer .col-md-2:nth-child(6n+1),
.page-template-page-callout .section-footer .col-md-3:nth-child(4n+1),
.page-template-page-callout .section-footer .col-md-4:nth-child(3n+1),
.page-template-page-callout .section-footer .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .page-template-page-callout .section-footer .col-sm-1:nth-child(12n+1),
.page-template-page-callout .section-footer .col-sm-2:nth-child(6n+1),
.page-template-page-callout .section-footer .col-sm-3:nth-child(4n+1),
.page-template-page-callout .section-footer .col-sm-4:nth-child(3n+1),
.page-template-page-callout .section-footer .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-callout .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .page-template-page-callout .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .page-template-page-callout .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-page-callout .section-header .sub-title-wrapper {
    font-size: 16px;
  }
  .page-template-page-callout .section-1 {
    display: none;
  }
  .page-template-page-callout .section-footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page-template-page-callout .section-footer .page-callout-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Callout Page Styles

******************************************************************/
.page-template-tours-events .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.page-template-tours-events .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-tours-events .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-tours-events .section-header .title-wrapper {
  text-align: center;
}
.page-template-tours-events .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-tours-events .section-header .sub-title-wrapper {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.page-template-tours-events .section-header .sub-title-wrapper .sub-title-content {
  margin-bottom: 20px;
}
.page-template-tours-events .section-1 {
  padding-bottom: 30px;
}
.page-template-tours-events .section-1 .main-image-wrapper figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.page-template-tours-events .section-1 .main-image-overlay {
  position: absolute;
  width: 100%;
  height: 700px;
  z-index: 1;
}
.page-template-tours-events .section-1 .main-image-overlay .overlay-content-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
.page-template-tours-events .section-1 .main-image-overlay .overlay-content-wrapper .property-type-content-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}
.page-template-tours-events .section-1 .main-image-overlay .overlay-content-wrapper .property-type-content {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 0px;
  margin-bottom: 10px;
  background-color: #ee8027;
  opacity: 0.85;
}
.page-template-tours-events .section-1 .main-image-overlay .overlay-content-wrapper .property-type-content .main-image-overlay-content-line-1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
}
.page-template-tours-events .section-1 .main-image-overlay .overlay-content-wrapper .property-type-content .main-image-overlay-content-line-2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.page-template-tours-events .section-1 .main-image-wrapper {
  position: relative;
  text-align: center;
}
.page-template-tours-events .section-1 .main-image-wrapper .border-bottom {
  border: 10px solid #e2e1db;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-template-tours-events .section-1 .main-image-wrapper img {
  max-width: 100%;
}
.page-template-tours-events .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.page-template-tours-events .section-footer .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.page-template-tours-events .section-footer .col-md-4:nth-child(3n+1) {
  clear: both;
}
.page-template-tours-events .section-footer .page-callout-wrapper {
  margin-bottom: 50px;
}
.page-template-tours-events .section-footer .page-callout-wrapper a {
  color: #353535;
}
.page-template-tours-events .section-footer .page-callout-wrapper a:hover .page-callout-image-overlay {
  opacity: 1;
}
.page-template-tours-events .section-footer .page-callout-wrapper a:hover .page-callout-image-overlay-content {
  opacity: 1;
}
.page-template-tours-events .section-footer .page-callout-image-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.page-template-tours-events .section-footer .page-callout-image-wrapper .page-callout-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-tours-events .section-footer .page-callout-image-wrapper .page-callout-image-overlay-content {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-tours-events .section-footer .page-callout-content-wrapper .title-wrapper {
  font-size: 24px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  line-height: 28px;
  color: #353535;
  margin-bottom: 15px;
}
.page-template-tours-events .section-footer .page-callout-content-wrapper .location-wrapper {
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-template-tours-events .section-footer .page-callout-content-wrapper .excerpt-wrapper {
  font-size: 16px;
  font-weight: 300;
}
.page-template-tours-events .section-footer .page-callout-content-wrapper .price-wrapper {
  font-size: 24px;
  font-weight: 700;
  color: #494949;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
}
.page-template-tours-events #upcoming-events .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.page-template-tours-events #upcoming-events .col-md-4:nth-child(3n+1) {
  clear: both;
}
.page-template-tours-events #upcoming-events .page-title-wrapper {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}
.page-template-tours-events #upcoming-events .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-tours-events #upcoming-events .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 0px auto;
}
.page-template-tours-events #upcoming-events a:hover .post-image-overlay {
  opacity: 1;
}
.page-template-tours-events #upcoming-events .event-date-text {
  background-color: #ee8027;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 30px;
}
.page-template-tours-events #upcoming-events .post-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 215px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.page-template-tours-events #upcoming-events .post-image .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-tours-events #upcoming-events .post-image img {
  width: 100%;
  height: auto;
}
.page-template-tours-events #upcoming-events .post-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #3a3a3a;
  margin-bottom: 15px;
  margin-top: 15px;
}
.page-template-tours-events #upcoming-events .post-content {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.page-template-tours-events #upcoming-events .post-content .post-location {
  border-top: 1px solid #d7d7d7;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.page-template-tours-events #upcoming-events .post-content .post-information {
  font-size: 12px;
  font-weight: 300;
}
.page-template-tours-events #upcoming-events .post-content .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-tours-events #upcoming-events .post-content .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.page-template-tours-events #upcoming-events .upcoming-events-button {
  margin-top: 30px;
  margin-bottom: 60px;
}
.page-template-tours-events #upcoming-events .upcoming-events-button a {
  display: block;
  width: auto;
  max-width: 475px;
  background-color: #ee8027;
  padding: 20px 10px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-tours-events #upcoming-events .upcoming-events-button a:hover {
  background-color: #a2500d;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .page-template-tours-events .section-1 .main-image-wrapper figcaption {
    margin: auto;
  }
  .page-template-tours-events .section-1 .main-image-wrapper img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-tours-events .section-footer .col-lg-1:nth-child(12n+1),
.page-template-tours-events .section-footer .col-lg-2:nth-child(6n+1),
.page-template-tours-events .section-footer .col-lg-3:nth-child(4n+1),
.page-template-tours-events .section-footer .col-lg-4:nth-child(3n+1),
.page-template-tours-events .section-footer .col-lg-6:nth-child(2n+1),
.page-template-tours-events .section-footer .col-md-1:nth-child(12n+1),
.page-template-tours-events .section-footer .col-md-2:nth-child(6n+1),
.page-template-tours-events .section-footer .col-md-3:nth-child(4n+1),
.page-template-tours-events .section-footer .col-md-4:nth-child(3n+1),
.page-template-tours-events .section-footer .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .page-template-tours-events .section-footer .col-sm-1:nth-child(12n+1),
.page-template-tours-events .section-footer .col-sm-2:nth-child(6n+1),
.page-template-tours-events .section-footer .col-sm-3:nth-child(4n+1),
.page-template-tours-events .section-footer .col-sm-4:nth-child(3n+1),
.page-template-tours-events .section-footer .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  .page-template-tours-events #upcoming-events .post-image {
    height: 205px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-tours-events .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .page-template-tours-events .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .page-template-tours-events .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-tours-events .section-header .sub-title-wrapper {
    font-size: 16px;
  }
  .page-template-tours-events .section-1 {
    display: none;
  }
  .page-template-tours-events .section-footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .page-template-tours-events .section-footer .page-callout-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-tours-events #upcoming-events .event-date {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-tours-events #upcoming-events .post-image {
    height: 173px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-tours-events #upcoming-events .post-title {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-tours-events #upcoming-events .post-sponsor {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-tours-events #upcoming-events .post-content {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-tours-events #upcoming-events .event-ajax h3 {
    text-align: center;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Default Page Styles

******************************************************************/
.page-template-page-regional-office .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.page-template-page-regional-office .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-regional-office .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-page-regional-office .section-header .title-wrapper {
  text-align: center;
}
.page-template-page-regional-office .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-regional-office .section-header .sub-title-wrapper {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-regional-office .section-header .sub-title-wrapper .sub-title-content {
  margin-bottom: 20px;
}
.page-template-page-regional-office .section-header .hero-image-wrapper > .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.page-template-page-regional-office .section-header .hero-image-row {
  position: relative;
  text-align: center;
  padding: 0px;
}
.page-template-page-regional-office .section-header .hero-image-row figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.page-template-page-regional-office .section-header .hero-image-row img {
  max-width: 100%;
}
.page-template-page-regional-office .section-1 .aside-sidebar .sidebar-title a {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #353535;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-regional-office .section-1 .aside-sidebar .sidebar-title a:hover {
  color: #ee8027;
}
.page-template-page-regional-office .section-1 .aside-sidebar ul {
  padding-left: 0px;
}
.page-template-page-regional-office .section-1 .aside-sidebar ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 300;
  padding: 7px 0px;
}
.page-template-page-regional-office .section-1 .aside-sidebar .children {
  padding-left: 20px;
}
.page-template-page-regional-office .section-1 .aside-sidebar .children li {
  padding: 3px 0px;
}
.page-template-page-regional-office .section-1 .aside-sidebar a {
  display: block;
  color: #575757;
  font-weight: 300;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-regional-office .section-1 .aside-sidebar a:hover {
  color: #ee8027;
}
.page-template-page-regional-office .section-1 .aside-sidebar .current_page_item > a {
  color: #ee8027;
  font-weight: 700;
}
.page-template-page-regional-office .section-1 .aside-sidebar .current_page_item > a:after {
  content: "››";
  padding-left: 10px;
}
.page-template-page-regional-office .section-1 .office-info-wrapper {
  margin-bottom: 20px;
}
.page-template-page-regional-office .section-1 .office-info-wrapper .office-info-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
  margin-bottom: 15px;
}
.page-template-page-regional-office .section-1 .office-info-wrapper .office-address-1, .page-template-page-regional-office .section-1 .office-info-wrapper .office-address-2, .page-template-page-regional-office .section-1 .office-info-wrapper .office-city-state-zip, .page-template-page-regional-office .section-1 .office-info-wrapper .office-phone, .page-template-page-regional-office .section-1 .office-info-wrapper .office-fax, .page-template-page-regional-office .section-1 .office-info-wrapper .office-email {
  display: block;
  font-size: 16px;
  font-weight: 300;
}
.page-template-page-regional-office .section-1 .office-info-wrapper .office-phone {
  margin-top: 15px;
}
.page-template-page-regional-office .section-1 .office-info-wrapper .office-staff-title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #353535;
}
.page-template-page-regional-office .section-1 .office-info-wrapper .staff-name {
  font-weight: 300;
  display: block;
  font-size: 16px;
}
.page-template-page-regional-office .section-1 .office-info-wrapper .staff-email {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.page-template-page-regional-office .section-1 .main-content-wrapper {
  padding-left: 30px;
  border-left: 1px solid #cacaca;
  margin-top: 20px;
}
.page-template-page-regional-office .section-1 .main-content-wrapper div[id*=attachment_] {
  max-width: 100%;
}
.page-template-page-regional-office .section-1 .main-content-wrapper li {
  margin-bottom: 10px;
}
.page-template-page-regional-office .section-1 .full-width-image-row,
.page-template-page-regional-office .section-1 .full-width-image-slider-row,
.page-template-page-regional-office .section-1 .full-width-video-row,
.page-template-page-regional-office .section-1 .full-width-accordion-row,
.page-template-page-regional-office .section-1 .full-width-content-headline-row,
.page-template-page-regional-office .section-1 .full-width-content-row,
.page-template-page-regional-office .section-1 .image-left-content-right-row,
.page-template-page-regional-office .section-1 .content-left-image-right-row,
.page-template-page-regional-office .section-1 .columns-image-row,
.page-template-page-regional-office .section-1 .columns-video-row,
.page-template-page-regional-office .section-1 .columns-content-headline-row,
.page-template-page-regional-office .section-1 .columns-content-row,
.page-template-page-regional-office .section-1 .full-width-table-row,
.page-template-page-regional-office .section-1 .full-width-tab-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.page-template-page-regional-office .section-1 .full-width-image-row,
.page-template-page-regional-office .section-1 .full-width-image-slider-row,
.page-template-page-regional-office .section-1 .full-width-video-row,
.page-template-page-regional-office .section-1 .full-width-accordion-row,
.page-template-page-regional-office .section-1 .full-width-content-headline-row,
.page-template-page-regional-office .section-1 .full-width-content-row,
.page-template-page-regional-office .section-1 .image-left-content-right-row,
.page-template-page-regional-office .section-1 .content-left-image-right-row {
  margin-left: -15px;
  margin-right: -15px;
}
.page-template-page-regional-office .section-1 .full-width-content-headline-row h2 {
  margin-top: 0px;
}
.page-template-page-regional-office .section-1 .full-width-image-row img {
  width: 100%;
}
.page-template-page-regional-office .section-1 .full-width-image-row .image-caption {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.page-template-page-regional-office .section-1 .full-width-image-slider-row .carousel-inner > .item {
  max-height: 550px;
  overflow: hidden;
}
.page-template-page-regional-office .section-1 .full-width-image-slider-row .carousel-inner > .item > img {
  width: 100%;
}
.page-template-page-regional-office .section-1 .full-width-accordion-row .panel-group .panel {
  margin-bottom: -5px;
  border-radius: 0px;
}
.page-template-page-regional-office .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading {
  background-color: #e5e5e5;
  border-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-page-regional-office .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover {
  background-color: #cccccc;
}
.page-template-page-regional-office .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title {
  color: #353535;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}
.page-template-page-regional-office .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.page-template-page-regional-office .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover {
  background-color: #dedede;
}
.page-template-page-regional-office .section-1 .nav-tabs {
  border-bottom: 10px solid #e2e1db;
}
.page-template-page-regional-office .section-1 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background-color: #f1f1f1;
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-page-regional-office .section-1 .nav-tabs > li > a:hover {
  background-color: #e2e1db;
}
.page-template-page-regional-office .section-1 .nav-tabs > li.active > a, .page-template-page-regional-office .section-1 .nav-tabs > li.active > a:hover, .page-template-page-regional-office .section-1 .nav-tabs > li.active > a:focus {
  color: #353535;
  background-color: #e2e1db;
  border: 1px solid #e2e1db;
  border-bottom-color: transparent;
  cursor: default;
}
.page-template-page-regional-office .section-1 .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.page-template-page-regional-office .section-1 .slide-arrow {
  fill: none;
  stroke: #838383;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-template-page-regional-office .section-1 .carousel-control.left {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.page-template-page-regional-office .section-1 .carousel-control.left:hover .slide-arrow {
  stroke: #505050;
}
.page-template-page-regional-office .section-1 .carousel-control.right {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.page-template-page-regional-office .section-1 .carousel-control.right:hover .slide-arrow {
  stroke: #505050;
}
.page-template-page-regional-office .section-1 .prev-slide {
  position: absolute;
  top: 40%;
  left: 0px;
}
.page-template-page-regional-office .section-1 .next-slide {
  position: absolute;
  top: 40%;
  right: 0px;
}
.page-template-page-regional-office .section-1 .columns-image-row img {
  width: 100%;
}
.page-template-page-regional-office .section-1 .events-wrapper {
  margin-top: 25px;
  margin-bottom: 0px;
}
.page-template-page-regional-office .section-1 .events-wrapper .title-wrapper {
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  margin-bottom: 15px;
  color: #353535;
}
.page-template-page-regional-office .section-1 .events-wrapper .event-date-text {
  background-color: #ee8027;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  letter-spacing: 1px;
}
.page-template-page-regional-office .section-1 .events-wrapper a:hover .post-image-overlay {
  opacity: 1;
}
.page-template-page-regional-office .section-1 .events-wrapper .post-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 210px;
  margin-bottom: 15px;
}
.page-template-page-regional-office .section-1 .events-wrapper .post-image .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-regional-office .section-1 .events-wrapper .post-image img {
  width: 100%;
  height: auto;
}
.page-template-page-regional-office .section-1 .events-wrapper .post-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #3a3a3a;
  margin-bottom: 15px;
}
.page-template-page-regional-office .section-1 .events-wrapper .post-content {
  font-size: 16px;
  font-weight: 300;
}
.page-template-page-regional-office .section-1 .events-wrapper .post-content .post-location {
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.page-template-page-regional-office .section-1 .events-wrapper .post-content .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-regional-office .section-1 .events-wrapper .post-content .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.page-template-page-regional-office .section-1 .events-wrapper .no-post-content p {
  padding: 0 15px;
}
.page-template-page-regional-office .section-1 .news-wrapper {
  margin-top: -30px;
}
.page-template-page-regional-office .section-1 .news-wrapper .title-wrapper {
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  margin-bottom: 15px;
  color: #353535;
}
.page-template-page-regional-office .section-1 .news-wrapper a:hover .post-image-overlay {
  opacity: 1;
}
.page-template-page-regional-office .section-1 .news-wrapper .post-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 210px;
  margin-bottom: 25px;
}
.page-template-page-regional-office .section-1 .news-wrapper .post-image .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-regional-office .section-1 .news-wrapper .post-image img {
  width: 100%;
  height: auto;
}
.page-template-page-regional-office .section-1 .news-wrapper .post-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #3a3a3a;
}
.page-template-page-regional-office .section-1 .news-wrapper .post-date {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #878787;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-template-page-regional-office .section-1 .news-wrapper .post-categories {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.page-template-page-regional-office .section-1 .news-wrapper .post-content {
  font-size: 16px;
  font-weight: 300;
}
.page-template-page-regional-office .section-1 .news-wrapper .post-content .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-regional-office .section-1 .news-wrapper .post-content .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.page-template-page-regional-office .section-1 .news-wrapper .no-post-content p {
  padding: 0 15px;
}
.page-template-page-regional-office .section-1 .more-button-wrapper {
  margin-top: 60px;
  margin-bottom: 45px;
  text-align: center;
}
.page-template-page-regional-office .section-1 .more-button-wrapper a {
  display: inline-block;
  background-color: #ee8027;
  padding: 10px 25px;
  color: #ffffff;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-regional-office .section-1 .more-button-wrapper a:hover {
  background-color: #a2500d;
}
.page-template-page-regional-office .section-1 .more-events-button {
  margin-bottom: 15px;
}
.page-template-page-regional-office .section-footer {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #ee8027;
}
.page-template-page-regional-office .section-footer .cta-content-wrapper .cta-title {
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 700;
  color: #ffffff;
}
.page-template-page-regional-office .section-footer .cta-content-wrapper .cta-content {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
  padding: 0px 65px;
  text-align: center;
}
.page-template-page-regional-office .section-footer .cta-content-wrapper .cta-button {
  text-align: center;
  margin-top: 30px;
}
.page-template-page-regional-office .section-footer .cta-content-wrapper .cta-button a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 60px;
  border-radius: 60px;
  background-color: #ffffff;
  color: #ee8027;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-regional-office .section-footer .cta-content-wrapper .cta-button a:hover {
  color: #ffffff;
  background-color: #c55e11;
}
.page-template-page-regional-office .mobile-side-menu-wrapper {
  border-top: 2px solid #cacaca;
  text-align: center;
}
.page-template-page-regional-office .mobile-side-menu-wrapper .sidebar-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-template-page-regional-office .mobile-side-menu-wrapper .sidebar-wrapper ul {
  padding-left: 0px;
}
.page-template-page-regional-office .mobile-side-menu-wrapper .sidebar-wrapper ul li {
  list-style: none;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  padding: 7px 0px;
}
.page-template-page-regional-office .mobile-side-menu-wrapper .sidebar-wrapper .children {
  padding-left: 0px;
}
.page-template-page-regional-office .mobile-side-menu-wrapper .sidebar-wrapper .children li {
  padding: 3px 0px;
}
.page-template-page-regional-office .mobile-side-menu-wrapper .sidebar-wrapper a {
  display: block;
  color: #575757;
  font-weight: 300;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-regional-office .mobile-side-menu-wrapper .sidebar-wrapper a:hover {
  color: #ee8027;
}
.page-template-page-regional-office .mobile-side-menu-wrapper .sidebar-wrapper .current_page_item > a {
  color: #ee8027;
  font-weight: 700;
}
.page-template-page-regional-office .mobile-side-menu-wrapper .sidebar-wrapper .current_page_item > a:after {
  content: "››";
  padding-left: 10px;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .page-template-page-regional-office .section-header .hero-image-row figcaption {
    margin: auto;
  }
  .page-template-page-regional-office .section-header .hero-image-row img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-regional-office .section-1 .main-content-wrapper {
    padding-left: 0px;
    border-left: 0px solid transparent;
  }
  .page-template-page-regional-office .mobile-side-menu-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-regional-office .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .page-template-page-regional-office .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .page-template-page-regional-office .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-page-regional-office .section-header .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-regional-office .section-1 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .page-template-page-regional-office .section-1 .main-content-wrapper {
    padding-left: 0px;
    margin-top: 0px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border-left: 0px solid transparent;
  }
  .page-template-page-regional-office .section-1 .main-content-wrapper .alignright {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .page-template-page-regional-office .section-1 .main-content-wrapper .alignleft {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .page-template-page-regional-office .section-1 .main-content-wrapper .carousel-inner {
    width: 85%;
  }
  .page-template-page-regional-office .section-1 .main-content-wrapper .prev-slide, .page-template-page-regional-office .section-1 .main-content-wrapper .next-slide {
    top: 45%;
  }
  .page-template-page-regional-office .section-1 .main-content-wrapper #Next_Slide {
    height: 30px;
  }
  .page-template-page-regional-office .section-1 .main-content-wrapper #Previous_Slide {
    height: 30px;
  }
  .page-template-page-regional-office .section-1 .region-map-image {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-regional-office .section-1 .region-map-image img {
    width: 100%;
  }
  .page-template-page-regional-office .section-1 .office-info-content-wrapper {
    text-align: center;
  }
  .page-template-page-regional-office .section-1 .news-wrapper .post-image {
    height: 100%;
  }
  .page-template-page-regional-office .section-1 .news-wrapper .post-content {
    margin-bottom: 30px;
  }
  .page-template-page-regional-office .section-1 .events-wrapper .post-image {
    height: 100%;
  }
  .page-template-page-regional-office .section-1 .events-wrapper .post-content {
    margin-bottom: 30px;
  }
  .page-template-page-regional-office .section-footer .cta-content-wrapper .cta-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .page-template-page-regional-office .section-footer .cta-content-wrapper .cta-content {
    font-size: 18px !important;
    line-height: 24px;
    padding: 0px;
  }
  .page-template-page-regional-office .section-footer .cta-content-wrapper .cta-button a {
    font-size: 14px;
    padding: 15px 20px;
  }
  .page-template-page-regional-office .mobile-side-menu-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Default Page Styles

******************************************************************/
.page-template-page-your-area .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.page-template-page-your-area .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-your-area .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-page-your-area .section-header .title-wrapper {
  text-align: center;
}
.page-template-page-your-area .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-your-area .section-header .sub-title-wrapper {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-your-area .section-header .sub-title-wrapper .sub-title-content {
  margin-bottom: 20px;
}
.page-template-page-your-area .section-1 .map-list-wrapper .county-select-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
  margin-bottom: 10px;
}
.page-template-page-your-area .section-1 .map-list-wrapper select {
  margin-bottom: 30px;
}
.page-template-page-your-area .section-1 .map-list-wrapper .county-list-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
  margin-bottom: 10px;
}
.page-template-page-your-area .section-1 .map-list-wrapper .county-list ul {
  padding-left: 0px;
}
.page-template-page-your-area .section-1 .map-list-wrapper .county-list li {
  list-style: none;
  margin-bottom: 15px;
}
.page-template-page-your-area .section-1 .map-list-wrapper .county-list li .office-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #ee8027;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-template-page-your-area .section-1 .map-list-wrapper .county-list li .office-city {
  font-size: 16px;
  font-weight: 300;
}
.page-template-page-your-area .section-1 .map-list-wrapper .county-list li a:hover .office-title {
  color: #d26710;
}
.page-template-page-your-area .section-1 .map-wrapper #Regional_Map {
  max-width: 100%;
  max-height: auto;
}
.page-template-page-your-area .section-1 .map-wrapper #vanderburgh:hover .southwest-region,
.page-template-page-your-area .section-1 .map-wrapper #spencer:hover .southwest-region,
.page-template-page-your-area .section-1 .map-wrapper #warrick:hover .southwest-region,
.page-template-page-your-area .section-1 .map-wrapper #gibson:hover .southwest-region,
.page-template-page-your-area .section-1 .map-wrapper #pike:hover .southwest-region,
.page-template-page-your-area .section-1 .map-wrapper #posey:hover .southwest-region {
  fill: #8c8538;
}
.page-template-page-your-area .section-1 .map-wrapper .southwest-region {
  fill: #c2bb68;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.page-template-page-your-area .section-1 .map-wrapper #perry:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #crawford:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #floyd:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #harrison:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #dubois:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #clark:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #orange:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #washington:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #scott:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #jefferson:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #martin:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #lawrence:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #jackson:hover .southern-region,
.page-template-page-your-area .section-1 .map-wrapper #jennings:hover .southern-region {
  fill: #608d81;
}
.page-template-page-your-area .section-1 .map-wrapper .southern-region {
  fill: #99bab1;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.page-template-page-your-area .section-1 .map-wrapper #switzerland:hover .southeast-region,
.page-template-page-your-area .section-1 .map-wrapper #ohio:hover .southeast-region,
.page-template-page-your-area .section-1 .map-wrapper #dearborn:hover .southeast-region,
.page-template-page-your-area .section-1 .map-wrapper #ripley:hover .southeast-region {
  fill: #c8bf3a;
}
.page-template-page-your-area .section-1 .map-wrapper .southeast-region {
  fill: #ded98a;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.page-template-page-your-area .section-1 .map-wrapper #bartholomew:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #brown:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #monroe:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #johnson:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #morgan:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #shelby:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #hancock:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #marion:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #hendricks:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #boone:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #hamilton:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #tipton:hover .central-region,
.page-template-page-your-area .section-1 .map-wrapper #howard:hover .central-region {
  fill: #62bbc4;
}
.page-template-page-your-area .section-1 .map-wrapper .central-region {
  fill: #acdbe0;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.page-template-page-your-area .section-1 .map-wrapper #daviess:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #knox:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #greene:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #sullivan:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #owen:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #clay:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #vigo:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #putnam:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #parke:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #vermillion:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #montgomery:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #fountain:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #clinton:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #warren:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #tippecanoe:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #carroll:hover .western-region,
.page-template-page-your-area .section-1 .map-wrapper #benton:hover .western-region {
  fill: #509394;
}
.page-template-page-your-area .section-1 .map-wrapper .western-region {
  fill: #8abfc0;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.page-template-page-your-area .section-1 .map-wrapper #decatur:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #franklin:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #union:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #fayette:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #rush:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #wayne:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #henry:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #randolph:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #delaware:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #madison:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #jay:hover .eastern-region,
.page-template-page-your-area .section-1 .map-wrapper #blackford:hover .eastern-region {
  fill: #509394;
}
.page-template-page-your-area .section-1 .map-wrapper .eastern-region {
  fill: #8fd0b1;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.page-template-page-your-area .section-1 .map-wrapper #grant:hover .northeast-region,
.page-template-page-your-area .section-1 .map-wrapper #adams:hover .northeast-region,
.page-template-page-your-area .section-1 .map-wrapper #wells:hover .northeast-region,
.page-template-page-your-area .section-1 .map-wrapper #huntington:hover .northeast-region,
.page-template-page-your-area .section-1 .map-wrapper #miami:hover .northeast-region,
.page-template-page-your-area .section-1 .map-wrapper #wabash:hover .northeast-region,
.page-template-page-your-area .section-1 .map-wrapper #allen:hover .northeast-region {
  fill: #adda22;
}
.page-template-page-your-area .section-1 .map-wrapper .northeast-region {
  fill: #ceea78;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.page-template-page-your-area .section-1 .map-wrapper #cass:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #fulton:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #pulaski:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #whitley:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #kosciusko:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #starke:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #marshall:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #dekals:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #noble:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #steuben:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #lagrange:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #elkhart:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #st-joseph:hover .northern-region,
.page-template-page-your-area .section-1 .map-wrapper #laporte:hover .northern-region {
  fill: #89c9ba;
}
.page-template-page-your-area .section-1 .map-wrapper .northern-region {
  fill: #cfe9e3;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.page-template-page-your-area .section-1 .map-wrapper #newton:hover .northwest-region,
.page-template-page-your-area .section-1 .map-wrapper #jasper:hover .northwest-region,
.page-template-page-your-area .section-1 .map-wrapper #porter:hover .northwest-region,
.page-template-page-your-area .section-1 .map-wrapper #lake:hover .northwest-region,
.page-template-page-your-area .section-1 .map-wrapper #white:hover .northwest-region {
  fill: #3a8866;
}
.page-template-page-your-area .section-1 .map-wrapper .northwest-region {
  fill: #69bf9a;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.page-template-page-your-area .section-1 .map-wrapper .county-text {
  font-size: 10.08px;
  fill: #231f20;
  font-family: Proxima Nova;
  font-weight: 700;
}
.page-template-page-your-area .section-1 .map-wrapper .popup:hover .popup-background {
  opacity: 1;
}
.page-template-page-your-area .section-1 .map-wrapper .popup-background,
.page-template-page-your-area .section-1 .map-wrapper .circle-loction {
  fill: #303030;
}
.page-template-page-your-area .section-1 .map-wrapper .popup-background {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-your-area .section-1 .map-wrapper .popup-text {
  font-size: 13.18px;
  font-family: Playfair Display;
}
.page-template-page-your-area .section-1 .map-wrapper .map-border {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
}
.page-template-page-your-area .section-1 .map-wrapper .popup-text,
.page-template-page-your-area .section-1 .map-wrapper .map-outline {
  fill: #fff;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-your-area .section-1 .map-list-wrapper .county-list li .office-title {
    font-size: 13px;
    line-height: 14px;
  }
  .page-template-page-your-area .section-1 .map-list-wrapper .county-list li .office-city {
    font-size: 12px;
    line-height: 12px;
  }
  .page-template-page-your-area .map-wrapper #Regional_Map {
    width: 100%;
    height: auto;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-your-area .section-1 .county-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-your-area .section-1 .county-list-wrapper {
    text-align: center;
  }
  .page-template-page-your-area .map-wrapper {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-your-area .map-wrapper #Regional_Map {
    width: 100%;
    height: auto;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-your-area .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .page-template-page-your-area .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .page-template-page-your-area .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-page-your-area .section-header .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-your-area .section-1 .map-list-wrapper .county-select-wrapper .county-select-title {
    text-align: center;
  }
  .page-template-page-your-area .section-1 .map-list-wrapper .county-select-wrapper .county-select-form {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-your-area .section-1 .map-list-wrapper .county-list-title {
    text-align: center;
  }
  .page-template-page-your-area .section-1 .map-list-wrapper .county-list ul {
    text-align: center;
  }
  .page-template-page-your-area .section-1 .map-list-wrapper .county-list li .office-title {
    font-size: 15px;
  }
  .page-template-page-your-area .section-1 .map-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-your-area .section-1 .map-wrapper #Regional_Map {
    width: 100%;
    height: auto;
    max-height: 500px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Event Page Styles

******************************************************************/
.page-template-page-tours-events .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}
.page-template-page-tours-events .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-tours-events .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-page-tours-events .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-page-tours-events .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-tours-events .section-header .title-wrapper h2 {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-tours-events .section-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #3a3836;
}
.page-template-page-tours-events .section-1 .category-select-wrapper, .page-template-page-tours-events .section-1 .location-select-wrapper, .page-template-page-tours-events .section-1 .archives-select-wrapper {
  padding-top: 15px;
}
.page-template-page-tours-events .section-1 label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-template-page-tours-events .section-1 .form-control {
  max-width: 160px;
}
.page-template-page-tours-events .section-1 .advertise-button-wrapper {
  text-align: center;
}
.page-template-page-tours-events .section-1 .advertise-button-wrapper a {
  display: block;
  padding: 20px 35px;
  background-color: #606060;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-tours-events .section-1 .advertise-button-wrapper a:hover {
  background-color: #474747;
}
.page-template-page-tours-events .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.page-template-page-tours-events .section-footer .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.page-template-page-tours-events .section-footer .col-md-4:nth-child(3n+1) {
  clear: both;
}
.page-template-page-tours-events .section-footer .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.page-template-page-tours-events .section-footer .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-tours-events .section-footer .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 0px auto;
}
.page-template-page-tours-events .section-footer a:hover .post-image-overlay {
  opacity: 1;
}
.page-template-page-tours-events .section-footer .event-date-text {
  background-color: #ee8027;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  letter-spacing: 1px;
  margin-top: 30px;
}
.page-template-page-tours-events .section-footer .post-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 215px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.page-template-page-tours-events .section-footer .post-image .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.page-template-page-tours-events .section-footer .post-image img {
  width: 100%;
  height: auto;
}
.page-template-page-tours-events .section-footer .post-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #3a3a3a;
  margin-bottom: 15px;
  margin-top: 15px;
}
.page-template-page-tours-events .section-footer .post-content {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.page-template-page-tours-events .section-footer .post-content .post-location {
  border-top: 1px solid #d7d7d7;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.page-template-page-tours-events .section-footer .post-content .post-information {
  font-size: 12px;
  font-weight: 300;
}
.page-template-page-tours-events .section-footer .post-content .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-tours-events .section-footer .post-content .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.page-template-page-tours-events .section-footer .loading-icon {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 200px;
  height: 200px;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-page-tours-events .section-1 .form-control {
    max-width: 130px;
  }
  .page-template-page-tours-events .section-footer .post-image {
    height: 100%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-page-tours-events .section-1 .form-control {
    max-width: 150px;
  }
  .page-template-page-tours-events .section-1 .advertise-button-wrapper {
    padding: 15px 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .page-template-page-tours-events .section-footer {
    /* Column clear fix */
  }
  .page-template-page-tours-events .section-footer .post-image {
    height: 205px;
  }
  .page-template-page-tours-events .section-footer .col-lg-1:nth-child(12n+1),
.page-template-page-tours-events .section-footer .col-lg-2:nth-child(6n+1),
.page-template-page-tours-events .section-footer .col-lg-3:nth-child(4n+1),
.page-template-page-tours-events .section-footer .col-lg-4:nth-child(3n+1),
.page-template-page-tours-events .section-footer .col-lg-6:nth-child(2n+1),
.page-template-page-tours-events .section-footer .col-md-1:nth-child(12n+1),
.page-template-page-tours-events .section-footer .col-md-2:nth-child(6n+1),
.page-template-page-tours-events .section-footer .col-md-3:nth-child(4n+1),
.page-template-page-tours-events .section-footer .col-md-4:nth-child(3n+1),
.page-template-page-tours-events .section-footer .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .page-template-page-tours-events .section-footer .col-sm-1:nth-child(12n+1),
.page-template-page-tours-events .section-footer .col-sm-2:nth-child(6n+1),
.page-template-page-tours-events .section-footer .col-sm-3:nth-child(4n+1),
.page-template-page-tours-events .section-footer .col-sm-4:nth-child(3n+1),
.page-template-page-tours-events .section-footer .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-tours-events .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .page-template-page-tours-events .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .page-template-page-tours-events .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-page-tours-events .section-header .header-intro {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tours-events .section-1 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .page-template-page-tours-events .section-1 .category-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tours-events .section-1 .location-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tours-events .section-1 .archives-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tours-events .section-1 .form-control {
    max-width: 100%;
  }
  .page-template-page-tours-events .section-1 .advertise-button-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tours-events .section-1 .advertise-button-wrapper a {
    margin-top: 20px;
    padding: 15px 30px;
  }
  .page-template-page-tours-events .section-footer .event-date {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tours-events .section-footer .post-image {
    height: 173px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tours-events .section-footer .post-title {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tours-events .section-footer .post-sponsor {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tours-events .section-footer .post-content {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tours-events .section-footer .event-ajax h3 {
    text-align: center;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: News Archive Styles

******************************************************************/
.blog .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.blog .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.blog .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.blog .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.blog .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.blog .section-header .title-wrapper h2 {
  font-size: 18px;
  font-weight: 300;
}
.blog .section-1 {
  padding-bottom: 30px;
}
.blog .section-1 .featured-content-wrapper {
  margin-top: 50px;
}
.blog .section-1 .featured-content-wrapper .featured-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.blog .section-1 .featured-content-wrapper .featured-date {
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog .section-1 .featured-content-wrapper .featured-categories {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog .section-1 .featured-content-wrapper .featured-excerpt {
  font-size: 16px;
  font-weight: 300;
}
.blog .section-1 .featured-content-wrapper .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog .section-1 .featured-content-wrapper .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.blog .section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #3a3836;
}
.blog .section-2 .category-select-wrapper, .blog .section-2 .location-select-wrapper, .blog .section-2 .archives-select-wrapper {
  padding-top: 15px;
}
.blog .section-2 label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.blog .section-2 .form-control {
  max-width: 160px;
}
.blog .section-2 .advertise-button-wrapper a {
  text-align: center;
  display: block;
  padding: 20px 35px;
  background-color: #606060;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.blog .section-2 .advertise-button-wrapper a:hover {
  background-color: #474747;
}
.blog .section-3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.blog .section-3 .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.blog .section-3 .col-md-4:nth-child(3n+1) {
  clear: both;
}
.blog .section-3 .single-post-wrapper {
  margin-bottom: 50px;
}
.blog .section-3 a:hover .post-image-overlay {
  opacity: 1;
}
.blog .section-3 .single-post-image-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.blog .section-3 .single-post-image-wrapper .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.blog .section-3 .single-post-content-wrapper .title-wrapper {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.blog .section-3 .single-post-content-wrapper .single-post-date {
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog .section-3 .single-post-content-wrapper .single-post-categories {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.blog .section-3 .single-post-content-wrapper .excerpt-wrapper {
  font-size: 16px;
  font-weight: 300;
}
.blog .section-3 .single-post-content-wrapper .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog .section-3 .single-post-content-wrapper .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.blog .section-3 .loading-icon {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 200px;
  height: 200px;
}
.blog .section-3 .load-more {
  text-align: center;
  display: block;
  margin: 15px auto;
  width: 250px;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #353535;
  color: #353535;
  background-color: transparent;
  padding: 20px 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog .section-3 .load-more:hover {
  background-color: #353535;
  color: #ffffff;
}
.blog .section-footer {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #ee8027;
}
.blog .section-footer .cta-content-wrapper .cta-title {
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 700;
  color: #ffffff;
}
.blog .section-footer .cta-content-wrapper .cta-content {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
}
.blog .section-footer .cta-content-wrapper .cta-button {
  text-align: center;
  margin-top: 30px;
}
.blog .section-footer .cta-content-wrapper .cta-button a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 60px;
  border-radius: 60px;
  background-color: #ffffff;
  color: #ee8027;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.blog .section-footer .cta-content-wrapper .cta-button a:hover {
  color: #ffffff;
  background-color: #c55e11;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .blog .section-1 .featured-content-wrapper {
    margin-top: 0px;
  }
  .blog .section-2 .form-control {
    width: 95%;
    max-width: 200px;
  }
  .blog .section-2 .advertise-button-wrapper {
    margin-top: 15px;
  }
  .blog .section-2 .advertise-button-wrapper a {
    padding: 20px 10px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .blog .section-1 .featured-image-wrapper {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .section-1 .featured-content-wrapper {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .section-2 .form-control {
    max-width: 110px;
  }
  .blog .section-2 .advertise-button-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .blog .section-3 {
    /* Column clear fix */
  }
  .blog .section-3 .col-lg-1:nth-child(12n+1),
.blog .section-3 .col-lg-2:nth-child(6n+1),
.blog .section-3 .col-lg-3:nth-child(4n+1),
.blog .section-3 .col-lg-4:nth-child(3n+1),
.blog .section-3 .col-lg-6:nth-child(2n+1),
.blog .section-3 .col-md-1:nth-child(12n+1),
.blog .section-3 .col-md-2:nth-child(6n+1),
.blog .section-3 .col-md-3:nth-child(4n+1),
.blog .section-3 .col-md-4:nth-child(3n+1),
.blog .section-3 .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .blog .section-3 .col-sm-1:nth-child(12n+1),
.blog .section-3 .col-sm-2:nth-child(6n+1),
.blog .section-3 .col-sm-3:nth-child(4n+1),
.blog .section-3 .col-sm-4:nth-child(3n+1),
.blog .section-3 .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .blog .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .blog .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .blog .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .blog .section-header .sub-title-wrapper {
    font-size: 16px;
  }
  .blog .section-1 .featured-image-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .section-1 .featured-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  .blog .section-1 .featured-content-wrapper .featured-title {
    font-size: 24px;
    line-height: 28px;
  }
  .blog .section-2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .blog .section-2 .category-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .section-2 .location-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .section-2 .archives-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .section-2 .advertise-button-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .blog .section-2 .form-control {
    max-width: 100%;
  }
  .blog .section-3 .single-post-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog .section-3 .news-ajax h3 {
    text-align: center;
  }
  .blog .section-footer .cta-content-wrapper .cta-title {
    font-size: 28px;
    line-height: 32px;
  }
  .blog .section-footer .cta-content-wrapper .cta-content {
    font-size: 18px !important;
    font-size: 24px;
  }
  .blog .section-footer .cta-content-wrapper .cta-button a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: News Archive Styles

******************************************************************/
.page-template-page-press-release .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.page-template-page-press-release .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.page-template-page-press-release .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.page-template-page-press-release .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.page-template-page-press-release .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-press-release .section-header .title-wrapper h2 {
  font-size: 18px;
  font-weight: 300;
}
.page-template-page-press-release .section-1 {
  padding-bottom: 30px;
}
.page-template-page-press-release .section-1 .featured-content-wrapper {
  margin-top: 50px;
}
.page-template-page-press-release .section-1 .featured-content-wrapper .featured-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-press-release .section-1 .featured-content-wrapper .featured-date {
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-template-page-press-release .section-1 .featured-content-wrapper .featured-excerpt {
  font-size: 16px;
  font-weight: 300;
}
.page-template-page-press-release .section-1 .featured-content-wrapper .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-press-release .section-1 .featured-content-wrapper .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.page-template-page-press-release .section-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #3a3836;
}
.page-template-page-press-release .section-2 .category-select-wrapper, .page-template-page-press-release .section-2 .location-select-wrapper, .page-template-page-press-release .section-2 .archives-select-wrapper {
  padding-top: 15px;
}
.page-template-page-press-release .section-2 label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-template-page-press-release .section-2 .form-control {
  max-width: 160px;
}
.page-template-page-press-release .section-2 .advertise-button-wrapper a {
  display: block;
  padding: 20px 35px;
  background-color: #606060;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.page-template-page-press-release .section-2 .advertise-button-wrapper a:hover {
  background-color: #474747;
}
.page-template-page-press-release .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.page-template-page-press-release .section-footer .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.page-template-page-press-release .section-footer .col-md-4:nth-child(3n+1) {
  clear: both;
}
.page-template-page-press-release .section-footer .single-post-wrapper {
  margin-bottom: 50px;
}
.page-template-page-press-release .section-footer .single-post-image-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.page-template-page-press-release .section-footer .single-post-content-wrapper .title-wrapper {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.page-template-page-press-release .section-footer .single-post-content-wrapper .single-post-date {
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-template-page-press-release .section-footer .single-post-content-wrapper .excerpt-wrapper {
  font-size: 16px;
  font-weight: 300;
}
.page-template-page-press-release .section-footer .single-post-content-wrapper .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-template-page-press-release .section-footer .single-post-content-wrapper .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .page-template-page-press-release .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .page-template-page-press-release .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .page-template-page-press-release .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .page-template-page-press-release .section-header .sub-title-wrapper {
    font-size: 16px;
  }
  .page-template-page-press-release .section-footer .cta-content-wrapper .cta-title {
    font-size: 28px;
    line-height: 32px;
  }
  .page-template-page-press-release .section-footer .cta-content-wrapper .cta-content {
    font-size: 18px !important;
    font-size: 24px;
  }
  .page-template-page-press-release .section-footer .cta-content-wrapper .cta-button a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Search Styles

******************************************************************/
.search .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.search .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.search .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.search .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.search .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.search .section-header .title-wrapper h2 {
  font-size: 18px;
  font-weight: 300;
}
.search .section-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #3a3836;
}
.search .section-1 .category-select-wrapper, .search .section-1 .location-select-wrapper, .search .section-1 .archives-select-wrapper {
  padding-top: 15px;
}
.search .section-1 label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.search .section-1 .form-control {
  max-width: 160px;
}
.search .section-1 .advertise-button-wrapper a {
  display: block;
  padding: 20px 35px;
  background-color: #606060;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.search .section-1 .advertise-button-wrapper a:hover {
  background-color: #474747;
}
.search .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.search .section-footer .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.search .section-footer .col-md-4:nth-child(3n+1) {
  clear: both;
}
.search .section-footer .single-post-wrapper {
  margin-bottom: 50px;
}
.search .section-footer .single-post-wrapper .seperator {
  font-size: 18px;
}
.search .section-footer .single-post-image-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.search .section-footer .single-post-content-wrapper .title-wrapper {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.search .section-footer .single-post-content-wrapper .title-wrapper .search-excerpt {
  background-color: rgba(238, 128, 39, 0.4);
  padding: 0px 5px;
}
.search .section-footer .single-post-content-wrapper .single-post-date {
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 15px;
}
.search .section-footer .single-post-content-wrapper .single-post-categories {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.search .section-footer .single-post-content-wrapper .excerpt-wrapper {
  font-size: 16px;
  font-weight: 300;
}
.search .section-footer .single-post-content-wrapper .excerpt-wrapper .search-excerpt {
  background-color: rgba(238, 128, 39, 0.4);
  padding: 0px 5px;
}
.search .section-footer .single-post-content-wrapper .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search .section-footer .single-post-content-wrapper .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}

/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: 404 Styles

******************************************************************/
.error404 .section-header .page-title-wrapper, .page-template-page-search .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.error404 .section-header .page-title-wrapper h1, .page-template-page-search .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.error404 .section-header .page-title-wrapper .title-border, .page-template-page-search .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.error404 .section-header .title-wrapper, .page-template-page-search .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.error404 .section-header .title-wrapper h1, .page-template-page-search .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.error404 .section-header .title-wrapper h2, .page-template-page-search .section-header .title-wrapper h2 {
  font-size: 18px;
  font-weight: 300;
}
.error404 .section-footer, .page-template-page-search .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.error404 .section-footer label, .page-template-page-search .section-footer label {
  display: none;
}
.error404 .section-footer .searchform input, .page-template-page-search .section-footer .searchform input {
  display: block;
  width: 100%;
  height: 39px;
  padding: 25px 30px;
  font-size: 24px;
  line-height: 1.6;
  color: #8a8a8a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.error404 .section-footer #searchsubmit, .page-template-page-search .section-footer #searchsubmit {
  float: right;
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 175px;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #ee8027;
  background-color: transparent;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.error404 .section-footer #searchsubmit:hover, .page-template-page-search .section-footer #searchsubmit:hover {
  background-color: #ee8027;
  color: #ffffff;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .error404 .section-header .page-title-wrapper, .page-template-page-search .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .error404 .section-header .page-title-wrapper h1, .page-template-page-search .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .error404 .section-header .title-wrapper h1, .page-template-page-search .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .error404 .section-header .sub-title-wrapper, .page-template-page-search .section-header .sub-title-wrapper {
    font-size: 16px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Archive Styles

******************************************************************/
.archive .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.archive .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.archive .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.archive .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.archive .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.archive .section-header .title-wrapper h2 {
  font-size: 18px;
  font-weight: 300;
}
.archive .section-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #3a3836;
}
.archive .section-1 .category-select-wrapper, .archive .section-1 .location-select-wrapper, .archive .section-1 .archives-select-wrapper {
  padding-top: 15px;
}
.archive .section-1 label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.archive .section-1 .form-control {
  max-width: 160px;
}
.archive .section-1 .advertise-button-wrapper {
  text-align: center;
}
.archive .section-1 .advertise-button-wrapper a {
  display: block;
  padding: 20px 35px;
  background-color: #606060;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.archive .section-1 .advertise-button-wrapper a:hover {
  background-color: #474747;
}
.archive .section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.archive .section-2 .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.archive .section-2 .col-md-4:nth-child(3n+1) {
  clear: both;
}
.archive .section-2 .single-post-wrapper {
  margin-bottom: 50px;
}
.archive .section-2 a:hover .post-image-overlay {
  opacity: 1;
}
.archive .section-2 .single-post-image-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.archive .section-2 .single-post-image-wrapper .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.archive .section-2 .single-post-image-wrapper img {
  width: 100%;
  height: auto;
}
.archive .section-2 .single-post-content-wrapper .title-wrapper > a {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.archive .section-2 .single-post-content-wrapper .single-post-date {
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  margin-top: 15px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.archive .section-2 .single-post-content-wrapper .single-post-categories {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.archive .section-2 .single-post-content-wrapper .excerpt-wrapper {
  font-size: 16px;
  font-weight: 300;
}
.archive .section-2 .single-post-content-wrapper .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.archive .section-2 .single-post-content-wrapper .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.archive .section-footer {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #ee8027;
}
.archive .section-footer .cta-content-wrapper .cta-title {
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 700;
  color: #ffffff;
}
.archive .section-footer .cta-content-wrapper .cta-content {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
}
.archive .section-footer .cta-content-wrapper .cta-button {
  text-align: center;
  margin-top: 30px;
}
.archive .section-footer .cta-content-wrapper .cta-button a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 60px;
  border-radius: 60px;
  background-color: #ffffff;
  color: #ee8027;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.archive .section-footer .cta-content-wrapper .cta-button a:hover {
  color: #ffffff;
  background-color: #c55e11;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .archive .section-1 .advertise-button-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .archive .section-1 .form-control {
    max-width: 100%;
  }
  .archive .section-2 {
    /* Column clear fix */
  }
  .archive .section-2 .col-lg-1:nth-child(12n+1),
.archive .section-2 .col-lg-2:nth-child(6n+1),
.archive .section-2 .col-lg-3:nth-child(4n+1),
.archive .section-2 .col-lg-4:nth-child(3n+1),
.archive .section-2 .col-lg-6:nth-child(2n+1),
.archive .section-2 .col-md-1:nth-child(12n+1),
.archive .section-2 .col-md-2:nth-child(6n+1),
.archive .section-2 .col-md-3:nth-child(4n+1),
.archive .section-2 .col-md-4:nth-child(3n+1),
.archive .section-2 .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .archive .section-2 .col-sm-1:nth-child(12n+1),
.archive .section-2 .col-sm-2:nth-child(6n+1),
.archive .section-2 .col-sm-3:nth-child(4n+1),
.archive .section-2 .col-sm-4:nth-child(3n+1),
.archive .section-2 .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .archive .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .archive .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .archive .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .archive .section-header .sub-title-wrapper {
    font-size: 16px;
  }
  .archive .section-1 {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .archive .section-1 .form-control {
    max-width: 100%;
  }
  .archive .section-1 .category-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .archive .section-1 .archives-select-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .archive .section-1 .advertise-button-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .archive .section-2 .single-post-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .archive .section-footer .cta-content-wrapper .cta-title {
    font-size: 28px;
    line-height: 32px;
  }
  .archive .section-footer .cta-content-wrapper .cta-content {
    font-size: 18px !important;
    font-size: 24px;
  }
  .archive .section-footer .cta-content-wrapper .cta-button a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Event Archive Styles

******************************************************************/
.post-type-archive-event .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 0px;
}
.post-type-archive-event .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.post-type-archive-event .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.post-type-archive-event .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.post-type-archive-event .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.post-type-archive-event .section-header .title-wrapper h2 {
  font-size: 18px;
  font-weight: 300;
}
.post-type-archive-event .section-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #3a3836;
}
.post-type-archive-event .section-1 .category-select-wrapper, .post-type-archive-event .section-1 .location-select-wrapper, .post-type-archive-event .section-1 .archives-select-wrapper {
  padding-top: 15px;
}
.post-type-archive-event .section-1 label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.post-type-archive-event .section-1 .form-control {
  max-width: 160px;
}
.post-type-archive-event .section-1 .advertise-button-wrapper {
  text-align: center;
}
.post-type-archive-event .section-1 .advertise-button-wrapper a {
  display: block;
  padding: 20px 35px;
  background-color: #606060;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.post-type-archive-event .section-1 .advertise-button-wrapper a:hover {
  background-color: #474747;
}
.post-type-archive-event .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.post-type-archive-event .section-footer .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.post-type-archive-event .section-footer .col-md-4:nth-child(3n+1) {
  clear: both;
}
.post-type-archive-event .section-footer .page-title-wrapper {
  text-align: center;
  margin-top: 0px;
}
.post-type-archive-event .section-footer .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.post-type-archive-event .section-footer .page-title-wrapper .title-border {
  border-bottom: 1px solid #353535;
  width: 125px;
  margin: 25px auto;
}
.post-type-archive-event .section-footer .post-image {
  width: 100%;
  overflow: hidden;
  height: 215px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.post-type-archive-event .section-footer .post-image .event-date-text {
  background-color: #ee8027;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  letter-spacing: 1px;
}
.post-type-archive-event .section-footer .post-image img {
  width: 100%;
  height: auto;
}
.post-type-archive-event .section-footer .post-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #3a3a3a;
  margin-bottom: 15px;
}
.post-type-archive-event .section-footer .post-content {
  font-size: 16px;
  font-weight: 300;
}
.post-type-archive-event .section-footer .post-content .post-location {
  border-top: 1px solid #d7d7d7;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.post-type-archive-event .section-footer .post-content .post-information {
  font-size: 12px;
  font-weight: 300;
}
.post-type-archive-event .section-footer .post-content .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post-type-archive-event .section-footer .post-content .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}

/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: For Sale Archive Styles

******************************************************************/
.post-type-archive-for_sale .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.post-type-archive-for_sale .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.post-type-archive-for_sale .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.post-type-archive-for_sale .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.post-type-archive-for_sale .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.post-type-archive-for_sale .section-header .title-wrapper h2 {
  font-size: 18px;
  font-weight: 300;
}
.post-type-archive-for_sale .section-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #3a3836;
}
.post-type-archive-for_sale .section-1 .location-select-wrapper, .post-type-archive-for_sale .section-1 .sort-select-wrapper {
  padding-top: 15px;
}
.post-type-archive-for_sale .section-1 label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.post-type-archive-for_sale .section-1 .advertise-button-wrapper a {
  display: block;
  padding: 20px 35px;
  background-color: #606060;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.post-type-archive-for_sale .section-1 .advertise-button-wrapper a:hover {
  background-color: #474747;
}
.post-type-archive-for_sale .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.post-type-archive-for_sale .section-footer .for-sale-wrapper {
  margin-bottom: 50px;
}
.post-type-archive-for_sale .section-footer .for-sale-wrapper a {
  color: #353535;
}
.post-type-archive-for_sale .section-footer .for-sale-wrapper a:hover .for-sale-image-overlay {
  opacity: 1;
}
.post-type-archive-for_sale .section-footer .for-sale-wrapper a:hover .for-sale-image-overlay-content {
  opacity: 1;
}
.post-type-archive-for_sale .section-footer .for-sale-image-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.post-type-archive-for_sale .section-footer .for-sale-image-wrapper .for-sale-type-overlay {
  position: absolute;
  width: 100%;
}
.post-type-archive-for_sale .section-footer .for-sale-image-wrapper .for-sale-type-overlay .for-sale-sponsored {
  text-align: center;
  background-color: #ee8027;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.post-type-archive-for_sale .section-footer .for-sale-image-wrapper .for-sale-type-overlay .for-sale-endangered {
  text-align: center;
  background-color: #ffcb0a;
  color: #474747;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.post-type-archive-for_sale .section-footer .for-sale-image-wrapper .for-sale-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.post-type-archive-for_sale .section-footer .for-sale-image-wrapper .for-sale-image-overlay-content {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.post-type-archive-for_sale .section-footer .for-sale-content-wrapper .title-wrapper {
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.post-type-archive-for_sale .section-footer .for-sale-content-wrapper .location-wrapper {
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.post-type-archive-for_sale .section-footer .for-sale-content-wrapper .excerpt-wrapper {
  font-size: 16px;
  font-weight: 300;
}
.post-type-archive-for_sale .section-footer .for-sale-content-wrapper .price-wrapper {
  font-size: 24px;
  font-weight: 700;
  color: #494949;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
}

/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Single Post Styles

******************************************************************/
.single-format-standard .section-header .page-title-wrapper, .attachment .section-header .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.single-format-standard .section-header .page-title-wrapper h1, .attachment .section-header .page-title-wrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.single-format-standard .section-header .page-title-wrapper .title-border, .attachment .section-header .page-title-wrapper .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 5px auto;
}
.single-format-standard .section-header .title-wrapper, .attachment .section-header .title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}
.single-format-standard .section-header .title-wrapper h1, .attachment .section-header .title-wrapper h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
  margin-bottom: 40px;
}
.single-format-standard .section-header .title-wrapper .intro-sub-content, .attachment .section-header .title-wrapper .intro-sub-content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #353535;
}
.single-format-standard .section-header .prev-property-wrapper, .attachment .section-header .prev-property-wrapper {
  text-align: center;
  margin-top: 60px;
}
.single-format-standard .section-header .prev-property-wrapper .left-icon, .attachment .section-header .prev-property-wrapper .left-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-format-standard .section-header .prev-property-wrapper a:hover .left-icon, .attachment .section-header .prev-property-wrapper a:hover .left-icon {
  fill: #c06718;
}
.single-format-standard .section-header .next-property-wrapper, .attachment .section-header .next-property-wrapper {
  text-align: center;
  margin-top: 60px;
}
.single-format-standard .section-header .next-property-wrapper .right-icon, .attachment .section-header .next-property-wrapper .right-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-format-standard .section-header .next-property-wrapper a:hover .right-icon, .attachment .section-header .next-property-wrapper a:hover .right-icon {
  fill: #c06718;
}
.single-format-standard .section-1 .main-image-wrapper, .attachment .section-1 .main-image-wrapper {
  position: relative;
  text-align: center;
}
.single-format-standard .section-1 .main-image-wrapper figcaption, .attachment .section-1 .main-image-wrapper figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.single-format-standard .section-1 .main-image-wrapper img, .attachment .section-1 .main-image-wrapper img {
  max-width: 100%;
}
.single-format-standard .section-1 .post-meta-wrapper, .attachment .section-1 .post-meta-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}
.single-format-standard .section-1 .post-meta-wrapper .main-author-date, .attachment .section-1 .post-meta-wrapper .main-author-date {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single-format-standard .section-1 .post-meta-wrapper .main-post-categories, .attachment .section-1 .post-meta-wrapper .main-post-categories {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ee8027;
  text-transform: uppercase;
}
.single-format-standard .section-1 p.attachment, .attachment .section-1 p.attachment {
  font-size: 24px;
  text-align: center;
}
.single-format-standard .section-2, .attachment .section-2 {
  position: relative;
}
.single-format-standard .section-2 .custom-addthis, .attachment .section-2 .custom-addthis {
  top: 0px;
  z-index: 8;
  width: 32px;
  position: absolute;
}
.single-format-standard .section-2 .custom-addthis .newsback-background, .attachment .section-2 .custom-addthis .newsback-background {
  fill: #e48027;
}
.single-format-standard .section-2 .custom-addthis .newsback-icon, .attachment .section-2 .custom-addthis .newsback-icon {
  fill: #fff;
}
.single-format-standard .section-2 .custom-addthis .at-icon-wrapper, .attachment .section-2 .custom-addthis .at-icon-wrapper {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-format-standard .section-2 .custom-addthis svg, .attachment .section-2 .custom-addthis svg {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-format-standard .section-2 .custom-addthis a:hover .at-icon-wrapper, .attachment .section-2 .custom-addthis a:hover .at-icon-wrapper {
  width: 40px !important;
}
.single-format-standard .section-2 .custom-addthis a:hover .at-icon-wrapper svg, .attachment .section-2 .custom-addthis a:hover .at-icon-wrapper svg {
  width: 40px !important;
}
.single-format-standard .section-2 .custom-addthis ul, .attachment .section-2 .custom-addthis ul {
  padding-left: 0px;
}
.single-format-standard .section-2 .custom-addthis ul li, .attachment .section-2 .custom-addthis ul li {
  list-style: none;
}
.single-format-standard .section-2 .custom-addthis ul li a, .attachment .section-2 .custom-addthis ul li a {
  display: block;
  margin-bottom: 0px;
}
.single-format-standard .section-2 .custom-addthis .addthis_default_style .at300b, .attachment .section-2 .custom-addthis .addthis_default_style .at300b {
  padding: 0px 0px;
  height: 32px;
}
.single-format-standard .section-2 .main-content-wrapper div[id*=attachment_], .attachment .section-2 .main-content-wrapper div[id*=attachment_] {
  max-width: 100%;
}
.single-format-standard .section-2 .main-content-wrapper li, .attachment .section-2 .main-content-wrapper li {
  margin-bottom: 10px;
}
.single-format-standard .section-2 .full-width-image-row,
.single-format-standard .section-2 .full-width-image-slider-row,
.single-format-standard .section-2 .full-width-video-row,
.single-format-standard .section-2 .full-width-accordion-row,
.single-format-standard .section-2 .full-width-content-headline-row,
.single-format-standard .section-2 .full-width-content-row,
.single-format-standard .section-2 .image-left-content-right-row,
.single-format-standard .section-2 .content-left-image-right-row,
.single-format-standard .section-2 .columns-image-row,
.single-format-standard .section-2 .columns-video-row,
.single-format-standard .section-2 .columns-content-headline-row,
.single-format-standard .section-2 .columns-content-row,
.single-format-standard .section-2 .full-width-table-row,
.single-format-standard .section-2 .full-width-tab-row, .attachment .section-2 .full-width-image-row,
.attachment .section-2 .full-width-image-slider-row,
.attachment .section-2 .full-width-video-row,
.attachment .section-2 .full-width-accordion-row,
.attachment .section-2 .full-width-content-headline-row,
.attachment .section-2 .full-width-content-row,
.attachment .section-2 .image-left-content-right-row,
.attachment .section-2 .content-left-image-right-row,
.attachment .section-2 .columns-image-row,
.attachment .section-2 .columns-video-row,
.attachment .section-2 .columns-content-headline-row,
.attachment .section-2 .columns-content-row,
.attachment .section-2 .full-width-table-row,
.attachment .section-2 .full-width-tab-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.single-format-standard .section-2 .full-width-image-row,
.single-format-standard .section-2 .full-width-image-slider-row,
.single-format-standard .section-2 .full-width-video-row,
.single-format-standard .section-2 .full-width-accordion-row,
.single-format-standard .section-2 .full-width-content-headline-row,
.single-format-standard .section-2 .full-width-content-row,
.single-format-standard .section-2 .image-left-content-right-row,
.single-format-standard .section-2 .content-left-image-right-row, .attachment .section-2 .full-width-image-row,
.attachment .section-2 .full-width-image-slider-row,
.attachment .section-2 .full-width-video-row,
.attachment .section-2 .full-width-accordion-row,
.attachment .section-2 .full-width-content-headline-row,
.attachment .section-2 .full-width-content-row,
.attachment .section-2 .image-left-content-right-row,
.attachment .section-2 .content-left-image-right-row {
  margin-left: -15px;
  margin-right: -15px;
}
.single-format-standard .section-2 .full-width-content-headline-row h2, .attachment .section-2 .full-width-content-headline-row h2 {
  margin-top: 0px;
}
.single-format-standard .section-2 .full-width-image-row img, .attachment .section-2 .full-width-image-row img {
  width: 100%;
}
.single-format-standard .section-2 .full-width-image-row .image-caption, .attachment .section-2 .full-width-image-row .image-caption {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.single-format-standard .section-2 .full-width-image-slider-row .carousel-inner > .item, .attachment .section-2 .full-width-image-slider-row .carousel-inner > .item {
  max-height: 550px;
  overflow: hidden;
}
.single-format-standard .section-2 .full-width-image-slider-row .carousel-inner > .item > img, .attachment .section-2 .full-width-image-slider-row .carousel-inner > .item > img {
  width: 100%;
}
.single-format-standard .section-2 .full-width-accordion-row .panel-group .panel, .attachment .section-2 .full-width-accordion-row .panel-group .panel {
  margin-bottom: -5px;
  border-radius: 0px;
}
.single-format-standard .section-2 .full-width-accordion-row .panel-group .panel-default a > .panel-heading, .attachment .section-2 .full-width-accordion-row .panel-group .panel-default a > .panel-heading {
  background-color: #e5e5e5;
  border-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-format-standard .section-2 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover, .attachment .section-2 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover {
  background-color: #cccccc;
}
.single-format-standard .section-2 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title, .attachment .section-2 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title {
  color: #353535;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}
.single-format-standard .section-2 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading, .attachment .section-2 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-format-standard .section-2 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover, .attachment .section-2 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover {
  background-color: #dedede;
}
.single-format-standard .section-2 .nav-tabs, .attachment .section-2 .nav-tabs {
  border-bottom: 10px solid #e2e1db;
}
.single-format-standard .section-2 .nav-tabs > li > a, .attachment .section-2 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background-color: #f1f1f1;
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-format-standard .section-2 .nav-tabs > li > a:hover, .attachment .section-2 .nav-tabs > li > a:hover {
  background-color: #e2e1db;
}
.single-format-standard .section-2 .nav-tabs > li.active > a, .single-format-standard .section-2 .nav-tabs > li.active > a:hover, .single-format-standard .section-2 .nav-tabs > li.active > a:focus, .attachment .section-2 .nav-tabs > li.active > a, .attachment .section-2 .nav-tabs > li.active > a:hover, .attachment .section-2 .nav-tabs > li.active > a:focus {
  color: #353535;
  background-color: #e2e1db;
  border: 1px solid #e2e1db;
  border-bottom-color: transparent;
  cursor: default;
}
.single-format-standard .section-2 .carousel-inner, .attachment .section-2 .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.single-format-standard .section-2 .slide-arrow, .attachment .section-2 .slide-arrow {
  fill: none;
  stroke: #838383;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-format-standard .section-2 .carousel-control.left, .attachment .section-2 .carousel-control.left {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-format-standard .section-2 .carousel-control.left:hover .slide-arrow, .attachment .section-2 .carousel-control.left:hover .slide-arrow {
  stroke: #505050;
}
.single-format-standard .section-2 .carousel-control.right, .attachment .section-2 .carousel-control.right {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-format-standard .section-2 .carousel-control.right:hover .slide-arrow, .attachment .section-2 .carousel-control.right:hover .slide-arrow {
  stroke: #505050;
}
.single-format-standard .section-2 .prev-slide, .attachment .section-2 .prev-slide {
  position: absolute;
  top: 40%;
  left: 0px;
}
.single-format-standard .section-2 .next-slide, .attachment .section-2 .next-slide {
  position: absolute;
  top: 40%;
  right: 0px;
}
.single-format-standard .section-2 .columns-image-row img, .attachment .section-2 .columns-image-row img {
  width: 100%;
}
.single-format-standard .section-2 .tags-wrapper, .attachment .section-2 .tags-wrapper {
  margin-bottom: 30px;
  line-height: 18px;
  font-size: 12px;
}
.single-format-standard .section-2 .tags-heading, .attachment .section-2 .tags-heading {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single-format-standard .section-2 .post-tags, .attachment .section-2 .post-tags {
  font-weight: 700;
  letter-spacing: 2px;
  color: #ee8027;
  text-transform: uppercase;
}
.single-format-standard .section-3, .attachment .section-3 {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #ee8027;
}
.single-format-standard .section-3 .cta-content-wrapper .cta-title, .attachment .section-3 .cta-content-wrapper .cta-title {
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 700;
  color: #ffffff;
}
.single-format-standard .section-3 .cta-content-wrapper .cta-content, .attachment .section-3 .cta-content-wrapper .cta-content {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
}
.single-format-standard .section-3 .cta-content-wrapper .cta-button, .attachment .section-3 .cta-content-wrapper .cta-button {
  text-align: center;
  margin-top: 30px;
}
.single-format-standard .section-3 .cta-content-wrapper .cta-button a, .attachment .section-3 .cta-content-wrapper .cta-button a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 60px;
  border-radius: 60px;
  background-color: #ffffff;
  color: #ee8027;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-format-standard .section-3 .cta-content-wrapper .cta-button a:hover, .attachment .section-3 .cta-content-wrapper .cta-button a:hover {
  color: #ffffff;
  background-color: #c55e11;
}
.single-format-standard .section-4, .attachment .section-4 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-format-standard .section-4 .comments-title, .attachment .section-4 .comments-title {
  font-size: 18px;
  font-weight: 700;
  color: #353535;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 50px;
}
.single-format-standard .section-4 .comment-image img, .attachment .section-4 .comment-image img {
  border-radius: 50px;
}
.single-format-standard .section-4 .comment, .attachment .section-4 .comment {
  margin-bottom: 50px;
}
.single-format-standard .section-4 .comment-container, .attachment .section-4 .comment-container {
  border-left: 1px solid #e0e0e0;
}
.single-format-standard .section-4 .comment-content .author-date cite, .attachment .section-4 .comment-content .author-date cite {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
  color: #353535;
}
.single-format-standard .section-4 .comment-content .author-date time, .attachment .section-4 .comment-content .author-date time {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #494949;
  font-style: italic;
  margin-bottom: 15px;
}
.single-format-standard .section-4 .comment-content p, .attachment .section-4 .comment-content p {
  font-size: 16px;
  font-weight: 300;
}
.single-format-standard .section-4 .comment-respond .comment-form-title, .attachment .section-4 .comment-respond .comment-form-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-format-standard .section-4 .comment-respond .comment-title-border, .attachment .section-4 .comment-respond .comment-title-border {
  border-bottom: 2px solid #353535;
  width: 175px;
  margin: 10px auto 30px;
}
.single-format-standard .section-4 .comment-respond .form-control, .attachment .section-4 .comment-respond .form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 25px 20px;
  font-size: 12px;
  line-height: 16px;
  color: #3a3a3a;
  background-color: #efefef;
  background-image: none;
  border: 0px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.single-format-standard .section-4 .comment-respond textarea.form-control, .attachment .section-4 .comment-respond textarea.form-control {
  height: 122px;
}
.single-format-standard .section-4 .submit-wrapper, .attachment .section-4 .submit-wrapper {
  text-align: right;
  margin-top: 20px;
}
.single-format-standard .section-4 .submit-wrapper input[type=submit], .attachment .section-4 .submit-wrapper input[type=submit] {
  width: 100%;
  text-align: center;
  background-color: #ee8027;
  border: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.single-format-standard .section-4 .submit-wrapper input[type=submit]:hover, .attachment .section-4 .submit-wrapper input[type=submit]:hover {
  background-color: #d26710;
}
.single-format-standard .section-4 .submit-wrapper input[type=submit]:focus, .attachment .section-4 .submit-wrapper input[type=submit]:focus {
  outline: none;
}
.single-format-standard .section-footer, .attachment .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.single-format-standard .section-footer .footer-heading-wrapper, .attachment .section-footer .footer-heading-wrapper {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-format-standard .section-footer .title-border, .attachment .section-footer .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 10px auto 30px;
}
.single-format-standard .section-footer a:hover .post-image-overlay, .attachment .section-footer a:hover .post-image-overlay {
  opacity: 1;
}
.single-format-standard .section-footer .more-properties-featured-image-wrapper, .attachment .section-footer .more-properties-featured-image-wrapper {
  position: relative;
  margin-bottom: 30px;
  height: 215px;
  overflow: hidden;
}
.single-format-standard .section-footer .more-properties-featured-image-wrapper .post-image-overlay, .attachment .section-footer .more-properties-featured-image-wrapper .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-format-standard .section-footer .more-properties-featured-image-wrapper img, .attachment .section-footer .more-properties-featured-image-wrapper img {
  width: 100%;
}
.single-format-standard .section-footer .more-properties-content-wrapper .more-properties-title, .attachment .section-footer .more-properties-content-wrapper .more-properties-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-format-standard .section-footer .more-properties-content-wrapper .more-properties-categories, .attachment .section-footer .more-properties-content-wrapper .more-properties-categories {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-format-standard .section-footer .more-properties-content-wrapper .more-properties-location, .attachment .section-footer .more-properties-content-wrapper .more-properties-location {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #808080;
}
.single-format-standard .section-footer .more-properties-content-wrapper .more-properties-excerpt, .attachment .section-footer .more-properties-content-wrapper .more-properties-excerpt {
  font-size: 16px;
  font-weight: 300;
}
.single-format-standard .section-footer .more-properties-content-wrapper .more-properties-price, .attachment .section-footer .more-properties-content-wrapper .more-properties-price {
  border-top: 1px solid #d9d9d9;
  padding-top: 9px;
  font-size: 24px;
  font-weight: 700;
}
.single-format-standard .section-footer .excerpt-read-more, .attachment .section-footer .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-format-standard .section-footer .excerpt-read-more:hover, .attachment .section-footer .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.single-format-standard .section-footer .footer-nav-wrapper, .attachment .section-footer .footer-nav-wrapper {
  margin-top: 60px;
}
.single-format-standard .section-footer .footer-nav-wrapper .prev-property-wrapper, .attachment .section-footer .footer-nav-wrapper .prev-property-wrapper {
  text-align: left;
}
.single-format-standard .section-footer .footer-nav-wrapper .prev-property-wrapper .left-icon, .attachment .section-footer .footer-nav-wrapper .prev-property-wrapper .left-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-format-standard .section-footer .footer-nav-wrapper .prev-property-wrapper a, .attachment .section-footer .footer-nav-wrapper .prev-property-wrapper a {
  display: block;
}
.single-format-standard .section-footer .footer-nav-wrapper .prev-property-wrapper a:hover .left-icon, .attachment .section-footer .footer-nav-wrapper .prev-property-wrapper a:hover .left-icon {
  fill: #c06718;
}
.single-format-standard .section-footer .footer-nav-wrapper .prev-property-wrapper a:hover .prev-property-text, .attachment .section-footer .footer-nav-wrapper .prev-property-wrapper a:hover .prev-property-text {
  color: #353535;
}
.single-format-standard .section-footer .footer-nav-wrapper .prev-property-wrapper .prev-property-text, .attachment .section-footer .footer-nav-wrapper .prev-property-wrapper .prev-property-text {
  position: relative;
  height: 45px;
  line-height: 45px;
  top: -17px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  letter-spacing: 1px;
  margin-left: 20px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.single-format-standard .section-footer .footer-nav-wrapper .next-property-wrapper, .attachment .section-footer .footer-nav-wrapper .next-property-wrapper {
  text-align: right;
}
.single-format-standard .section-footer .footer-nav-wrapper .next-property-wrapper .right-icon, .attachment .section-footer .footer-nav-wrapper .next-property-wrapper .right-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-format-standard .section-footer .footer-nav-wrapper .next-property-wrapper a, .attachment .section-footer .footer-nav-wrapper .next-property-wrapper a {
  display: block;
}
.single-format-standard .section-footer .footer-nav-wrapper .next-property-wrapper a:hover .right-icon, .attachment .section-footer .footer-nav-wrapper .next-property-wrapper a:hover .right-icon {
  fill: #c06718;
}
.single-format-standard .section-footer .footer-nav-wrapper .next-property-wrapper a:hover .next-property-text, .attachment .section-footer .footer-nav-wrapper .next-property-wrapper a:hover .next-property-text {
  color: #353535;
}
.single-format-standard .section-footer .footer-nav-wrapper .next-property-wrapper .next-property-text, .attachment .section-footer .footer-nav-wrapper .next-property-wrapper .next-property-text {
  position: relative;
  height: 45px;
  line-height: 45px;
  top: -17px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  letter-spacing: 1px;
  margin-right: 20px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .single-format-standard .section-1 .main-image-wrapper figcaption, .attachment .section-1 .main-image-wrapper figcaption {
    margin: auto;
  }
  .single-format-standard .section-1 .main-image-wrapper img, .attachment .section-1 .main-image-wrapper img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .single-format-standard .section-2 .main-content-wrapper, .attachment .section-2 .main-content-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-format-standard .section-footer, .attachment .section-footer {
    /* Column clear fix */
  }
  .single-format-standard .section-footer .col-lg-1:nth-child(12n+1),
.single-format-standard .section-footer .col-lg-2:nth-child(6n+1),
.single-format-standard .section-footer .col-lg-3:nth-child(4n+1),
.single-format-standard .section-footer .col-lg-4:nth-child(3n+1),
.single-format-standard .section-footer .col-lg-6:nth-child(2n+1),
.single-format-standard .section-footer .col-md-1:nth-child(12n+1),
.single-format-standard .section-footer .col-md-2:nth-child(6n+1),
.single-format-standard .section-footer .col-md-3:nth-child(4n+1),
.single-format-standard .section-footer .col-md-4:nth-child(3n+1),
.single-format-standard .section-footer .col-md-6:nth-child(2n+1), .attachment .section-footer .col-lg-1:nth-child(12n+1),
.attachment .section-footer .col-lg-2:nth-child(6n+1),
.attachment .section-footer .col-lg-3:nth-child(4n+1),
.attachment .section-footer .col-lg-4:nth-child(3n+1),
.attachment .section-footer .col-lg-6:nth-child(2n+1),
.attachment .section-footer .col-md-1:nth-child(12n+1),
.attachment .section-footer .col-md-2:nth-child(6n+1),
.attachment .section-footer .col-md-3:nth-child(4n+1),
.attachment .section-footer .col-md-4:nth-child(3n+1),
.attachment .section-footer .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .single-format-standard .section-footer .col-sm-1:nth-child(12n+1),
.single-format-standard .section-footer .col-sm-2:nth-child(6n+1),
.single-format-standard .section-footer .col-sm-3:nth-child(4n+1),
.single-format-standard .section-footer .col-sm-4:nth-child(3n+1),
.single-format-standard .section-footer .col-sm-6:nth-child(2n+1), .attachment .section-footer .col-sm-1:nth-child(12n+1),
.attachment .section-footer .col-sm-2:nth-child(6n+1),
.attachment .section-footer .col-sm-3:nth-child(4n+1),
.attachment .section-footer .col-sm-4:nth-child(3n+1),
.attachment .section-footer .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  .single-format-standard .section-footer .more-properties-content-wrapper, .attachment .section-footer .more-properties-content-wrapper {
    margin-bottom: 30px;
  }
  .single-format-standard .section-footer .footer-nav-wrapper .prev-property-wrapper #Left_Arrow_Icon, .attachment .section-footer .footer-nav-wrapper .prev-property-wrapper #Left_Arrow_Icon {
    width: 40px;
    height: 40px;
  }
  .single-format-standard .section-footer .footer-nav-wrapper .prev-property-wrapper .prev-property-text, .attachment .section-footer .footer-nav-wrapper .prev-property-wrapper .prev-property-text {
    display: none;
  }
  .single-format-standard .section-footer .footer-nav-wrapper .next-property-wrapper #Right_Arrow_Icon, .attachment .section-footer .footer-nav-wrapper .next-property-wrapper #Right_Arrow_Icon {
    width: 40px;
    height: 40px;
  }
  .single-format-standard .section-footer .footer-nav-wrapper .next-property-wrapper .next-property-text, .attachment .section-footer .footer-nav-wrapper .next-property-wrapper .next-property-text {
    display: none;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .single-format-standard .section-header .page-title-wrapper, .attachment .section-header .page-title-wrapper {
    margin-top: 25px;
  }
  .single-format-standard .section-header .page-title-wrapper h1, .attachment .section-header .page-title-wrapper h1 {
    font-size: 14px;
    line-height: 36px;
  }
  .single-format-standard .section-header .title-wrapper h1, .attachment .section-header .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .single-format-standard .section-header .sub-title-wrapper, .attachment .section-header .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-format-standard .section-header .heading-content-wrapper, .attachment .section-header .heading-content-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-format-standard .section-2 .custom-addthis, .attachment .section-2 .custom-addthis {
    display: none;
  }
  .single-format-standard .section-2 h2, .attachment .section-2 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .single-format-standard .section-2 .main-content-wrapper, .attachment .section-2 .main-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-format-standard .section-2 .main-content-wrapper .alignright, .attachment .section-2 .main-content-wrapper .alignright {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-format-standard .section-2 .main-content-wrapper .alignleft, .attachment .section-2 .main-content-wrapper .alignleft {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-format-standard .section-2 .main-content-wrapper .carousel-inner, .attachment .section-2 .main-content-wrapper .carousel-inner {
    width: 85%;
  }
  .single-format-standard .section-2 .main-content-wrapper .prev-slide, .single-format-standard .section-2 .main-content-wrapper .next-slide, .attachment .section-2 .main-content-wrapper .prev-slide, .attachment .section-2 .main-content-wrapper .next-slide {
    top: 45%;
  }
  .single-format-standard .section-2 .main-content-wrapper #Next_Slide, .attachment .section-2 .main-content-wrapper #Next_Slide {
    height: 30px;
  }
  .single-format-standard .section-2 .main-content-wrapper #Previous_Slide, .attachment .section-2 .main-content-wrapper #Previous_Slide {
    height: 30px;
  }
  .single-format-standard .section-3 .cta-content-wrapper .cta-title, .attachment .section-3 .cta-content-wrapper .cta-title {
    font-size: 28px;
    line-height: 32px;
  }
  .single-format-standard .section-3 .cta-content-wrapper .cta-content, .attachment .section-3 .cta-content-wrapper .cta-content {
    font-size: 18px !important;
    font-size: 24px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-format-standard .section-3 .cta-content-wrapper .cta-button a, .attachment .section-3 .cta-content-wrapper .cta-button a {
    font-size: 14px;
    padding: 15px 20px;
  }
  .single-format-standard .section-footer .more-properties-featured-image-wrapper, .attachment .section-footer .more-properties-featured-image-wrapper {
    height: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-format-standard .section-footer .more-properties-content-wrapper, .attachment .section-footer .more-properties-content-wrapper {
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Single Video Styles

******************************************************************/
.single-format-video .section-header .main-image-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.single-format-video .section-header .main-image-wrapper figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.single-format-video .section-header .main-image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.single-format-video .section-header .main-video-wrapper {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-top: 25px;
}
.single-format-video .section-header .main-video-wrapper video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.single-format-video .section-header .hero-overlay-wrapper {
  width: 100%;
}
.single-format-video .section-header .hero-overlay-wrapper .hero-overlay, .single-format-video .section-header .hero-overlay-wrapper .hero-overlay-image {
  z-index: 999;
  width: auto;
  height: 98%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content, .single-format-video .section-header .hero-overlay-wrapper .hero-overlay-image .hero-overlay-content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0;
  width: 66.777%;
  margin: auto;
}
.single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content h1, .single-format-video .section-header .hero-overlay-wrapper .hero-overlay-image .hero-overlay-content h1 {
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  color: #ffffff;
}
.single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content p, .single-format-video .section-header .hero-overlay-wrapper .hero-overlay-image .hero-overlay-content p {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
.single-format-video .section-header .hero-overlay-wrapper .hero-overlay-image {
  background-color: rgba(0, 0, 0, 0);
}
.single-format-video .section-header .post-meta-wrapper {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}
.single-format-video .section-header .post-meta-wrapper .main-author-date {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single-format-video .section-header .post-meta-wrapper .main-post-categories {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ee8027;
  text-transform: uppercase;
}
.single-format-video .section-1 {
  position: relative;
}
.single-format-video .section-1 .custom-addthis {
  top: 0px;
  z-index: 8;
  width: 32px;
  position: absolute;
}
.single-format-video .section-1 .custom-addthis .newsback-background {
  fill: #e48027;
}
.single-format-video .section-1 .custom-addthis .newsback-icon {
  fill: #fff;
}
.single-format-video .section-1 .custom-addthis .at-icon-wrapper {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-format-video .section-1 .custom-addthis svg {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-format-video .section-1 .custom-addthis a:hover .at-icon-wrapper {
  width: 40px !important;
}
.single-format-video .section-1 .custom-addthis a:hover .at-icon-wrapper svg {
  width: 40px !important;
}
.single-format-video .section-1 .custom-addthis ul {
  padding-left: 0px;
}
.single-format-video .section-1 .custom-addthis ul li {
  list-style: none;
}
.single-format-video .section-1 .custom-addthis ul li a {
  display: block;
  margin-bottom: 0px;
}
.single-format-video .section-1 .custom-addthis .addthis_default_style .at300b {
  padding: 0px 0px;
  height: 32px;
}
.single-format-video .section-1 .main-content-wrapper div[id*=attachment_] {
  max-width: 100%;
}
.single-format-video .section-1 .main-content-wrapper li {
  margin-bottom: 10px;
}
.single-format-video .section-1 .full-width-image-row,
.single-format-video .section-1 .full-width-image-slider-row,
.single-format-video .section-1 .full-width-video-row,
.single-format-video .section-1 .full-width-accordion-row,
.single-format-video .section-1 .full-width-content-headline-row,
.single-format-video .section-1 .full-width-content-row,
.single-format-video .section-1 .image-left-content-right-row,
.single-format-video .section-1 .content-left-image-right-row,
.single-format-video .section-1 .columns-image-row,
.single-format-video .section-1 .columns-video-row,
.single-format-video .section-1 .columns-content-headline-row,
.single-format-video .section-1 .columns-content-row,
.single-format-video .section-1 .full-width-table-row,
.single-format-video .section-1 .full-width-tab-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.single-format-video .section-1 .full-width-image-row,
.single-format-video .section-1 .full-width-image-slider-row,
.single-format-video .section-1 .full-width-video-row,
.single-format-video .section-1 .full-width-accordion-row,
.single-format-video .section-1 .full-width-content-headline-row,
.single-format-video .section-1 .full-width-content-row,
.single-format-video .section-1 .image-left-content-right-row,
.single-format-video .section-1 .content-left-image-right-row {
  margin-left: -15px;
  margin-right: -15px;
}
.single-format-video .section-1 .full-width-content-headline-row h2 {
  margin-top: 0px;
}
.single-format-video .section-1 .full-width-image-row img {
  width: 100%;
}
.single-format-video .section-1 .full-width-image-row .image-caption {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.single-format-video .section-1 .full-width-image-slider-row .carousel-inner > .item {
  max-height: 550px;
  overflow: hidden;
}
.single-format-video .section-1 .full-width-image-slider-row .carousel-inner > .item > img {
  width: 100%;
}
.single-format-video .section-1 .full-width-accordion-row .panel-group .panel {
  margin-bottom: -5px;
  border-radius: 0px;
}
.single-format-video .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading {
  background-color: #e5e5e5;
  border-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-format-video .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover {
  background-color: #cccccc;
}
.single-format-video .section-1 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title {
  color: #353535;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}
.single-format-video .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-format-video .section-1 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover {
  background-color: #dedede;
}
.single-format-video .section-1 .nav-tabs {
  border-bottom: 10px solid #e2e1db;
}
.single-format-video .section-1 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background-color: #f1f1f1;
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-format-video .section-1 .nav-tabs > li > a:hover {
  background-color: #e2e1db;
}
.single-format-video .section-1 .nav-tabs > li.active > a, .single-format-video .section-1 .nav-tabs > li.active > a:hover, .single-format-video .section-1 .nav-tabs > li.active > a:focus {
  color: #353535;
  background-color: #e2e1db;
  border: 1px solid #e2e1db;
  border-bottom-color: transparent;
  cursor: default;
}
.single-format-video .section-1 .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.single-format-video .section-1 .slide-arrow {
  fill: none;
  stroke: #838383;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-format-video .section-1 .carousel-control.left {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-format-video .section-1 .carousel-control.left:hover .slide-arrow {
  stroke: #505050;
}
.single-format-video .section-1 .carousel-control.right {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-format-video .section-1 .carousel-control.right:hover .slide-arrow {
  stroke: #505050;
}
.single-format-video .section-1 .prev-slide {
  position: absolute;
  top: 40%;
  left: 0px;
}
.single-format-video .section-1 .next-slide {
  position: absolute;
  top: 40%;
  right: 0px;
}
.single-format-video .section-1 .columns-image-row img {
  width: 100%;
}
.single-format-video .section-1 .tags-wrapper {
  margin-bottom: 30px;
  line-height: 18px;
  font-size: 12px;
}
.single-format-video .section-1 .tags-heading {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single-format-video .section-1 .post-tags {
  font-weight: 700;
  letter-spacing: 2px;
  color: #ee8027;
  text-transform: uppercase;
}
.single-format-video .section-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.single-format-video .section-footer .footer-heading-wrapper {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-format-video .section-footer .title-border {
  border-bottom: 2px solid #353535;
  width: 125px;
  margin: 10px auto 30px;
}
.single-format-video .section-footer a:hover .post-image-overlay {
  opacity: 1;
}
.single-format-video .section-footer .more-properties-featured-image-wrapper {
  position: relative;
  margin-bottom: 30px;
  height: 215px;
  overflow: hidden;
}
.single-format-video .section-footer .more-properties-featured-image-wrapper .post-image-overlay {
  position: absolute;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.single-format-video .section-footer .more-properties-featured-image-wrapper img {
  width: 100%;
}
.single-format-video .section-footer .more-properties-content-wrapper .more-properties-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #353535;
}
.single-format-video .section-footer .more-properties-content-wrapper .more-properties-categories {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-format-video .section-footer .more-properties-content-wrapper .more-properties-location {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #808080;
}
.single-format-video .section-footer .more-properties-content-wrapper .more-properties-excerpt {
  font-size: 16px;
  font-weight: 300;
}
.single-format-video .section-footer .more-properties-content-wrapper .more-properties-price {
  border-top: 1px solid #d9d9d9;
  padding-top: 9px;
  font-size: 24px;
  font-weight: 700;
}
.single-format-video .section-footer .excerpt-read-more {
  text-align: center;
  display: block;
  margin-top: 15px;
  width: 125px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #ee8027;
  color: #ee8027;
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-format-video .section-footer .excerpt-read-more:hover {
  background-color: #ee8027;
  color: #ffffff;
}
.single-format-video .section-footer .footer-nav-wrapper {
  margin-top: 60px;
}
.single-format-video .section-footer .footer-nav-wrapper .prev-property-wrapper {
  text-align: left;
}
.single-format-video .section-footer .footer-nav-wrapper .prev-property-wrapper .left-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-format-video .section-footer .footer-nav-wrapper .prev-property-wrapper a {
  display: block;
}
.single-format-video .section-footer .footer-nav-wrapper .prev-property-wrapper a:hover .left-icon {
  fill: #c06718;
}
.single-format-video .section-footer .footer-nav-wrapper .prev-property-wrapper a:hover .prev-property-text {
  color: #353535;
}
.single-format-video .section-footer .footer-nav-wrapper .prev-property-wrapper .prev-property-text {
  position: relative;
  height: 45px;
  line-height: 45px;
  top: -17px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  letter-spacing: 1px;
  margin-left: 20px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.single-format-video .section-footer .footer-nav-wrapper .next-property-wrapper {
  text-align: right;
}
.single-format-video .section-footer .footer-nav-wrapper .next-property-wrapper .right-icon {
  fill: #e48027;
  -webkit-transition: fill 0.2s ease;
  -moz-transition: fill 0.2s ease;
  -o-transition: fill 0.2s ease;
  transition: fill 0.2s ease;
}
.single-format-video .section-footer .footer-nav-wrapper .next-property-wrapper a {
  display: block;
}
.single-format-video .section-footer .footer-nav-wrapper .next-property-wrapper a:hover .right-icon {
  fill: #c06718;
}
.single-format-video .section-footer .footer-nav-wrapper .next-property-wrapper a:hover .next-property-text {
  color: #353535;
}
.single-format-video .section-footer .footer-nav-wrapper .next-property-wrapper .next-property-text {
  position: relative;
  height: 45px;
  line-height: 45px;
  top: -17px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #808080;
  letter-spacing: 1px;
  margin-right: 20px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .single-format-video .section-header figcaption {
    margin: auto;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .single-format-video .section-header .main-video-wrapper {
    margin-top: 30px;
    max-height: 550px;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay {
    height: 100%;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content {
    top: 35%;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content p {
    font-size: 24px;
    line-height: 28px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .single-format-video .section-header .main-video-wrapper {
    margin-top: 70px;
    max-height: 425px;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay {
    height: 100%;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content {
    top: 25%;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content p {
    font-size: 24px;
    line-height: 28px;
  }
  .single-format-video .section-1 .main-content-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .single-format-video .section-header .main-video-wrapper {
    margin-top: 15px;
    max-height: 425px;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay {
    height: 100%;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .single-format-video .section-header .hero-overlay-wrapper .hero-overlay .hero-overlay-content p {
    display: none;
  }
  .single-format-video .section-1 .custom-addthis {
    display: none;
  }
  .single-format-video .section-1 h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .single-format-video .section-1 .main-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-format-video .section-1 .main-content-wrapper .alignright {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-format-video .section-1 .main-content-wrapper .alignleft {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-format-video .section-1 .main-content-wrapper .carousel-inner {
    width: 85%;
  }
  .single-format-video .section-1 .main-content-wrapper .prev-slide, .single-format-video .section-1 .main-content-wrapper .next-slide {
    top: 45%;
  }
  .single-format-video .section-1 .main-content-wrapper #Next_Slide {
    height: 30px;
  }
  .single-format-video .section-1 .main-content-wrapper #Previous_Slide {
    height: 30px;
  }
}
/* builder styles for this theme */
.billboard .builder-hero {
  height: 850px;
  padding: 100px 0 30px 0;
}
.billboard .builder-hero .hero-overlay {
  background: linear-gradient(45deg, rgba(47, 129, 237, 0.6) 0%, rgba(2, 184, 201, 0.6) 100%);
}

.builder-hero .hero-cta a {
  background: none;
  border: 2px solid #FFF;
  border-radius: 35px;
}
.builder-hero .hero-cta a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.get-started .builder-hero {
  padding: 60px 0;
  height: 850px;
}
.get-started .builder-hero .hero-overlay {
  background: linear-gradient(45deg, rgba(147, 46, 234, 0.8) 0%, rgba(201, 2, 58, 0.8) 100%);
}

.main-content .builder-content-sidebar {
  padding: 40px 0;
  background: #EEE;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
}

.page-id-8254 .image-left-content-right-row h3 {
  margin-top: 0px;
}

@media print {
  #main-header {
    display: none;
  }

  .col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-6,
.col-md-offset-8,
.col-md-offset-10,
.col-md-offset-12,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-6,
.col-lg-offset-8,
.col-lg-offset-10,
.col-lg-offset-12 {
    margin-left: 0% !important;
  }

  .single-format-standard #inner-content {
    margin-top: 0px;
  }
  .single-format-standard .section-header .page-title-wrapper {
    display: none;
  }
  .single-format-standard .section-header .title-wrapper {
    text-align: left;
  }
  .single-format-standard .section-header .prev-property-wrapper {
    display: none;
  }
  .single-format-standard .section-header .next-property-wrapper {
    display: none;
  }
  .single-format-standard .section-1 .post-meta-wrapper {
    text-align: left;
  }
  .single-format-standard .section-2 .custom-addthis {
    display: none;
  }
  .single-format-standard .section-3 {
    display: none;
  }
  .single-format-standard .section-footer {
    display: none;
  }
  .single-format-standard .footer {
    display: none;
  }

  .single-for_sale #inner-content {
    margin-top: 0px;
  }
  .single-for_sale .section-header .page-title-wrapper {
    display: none;
  }
  .single-for_sale .section-header .title-wrapper {
    text-align: left;
  }
  .single-for_sale .section-header .prev-property-wrapper {
    display: none;
  }
  .single-for_sale .section-header .next-property-wrapper {
    display: none;
  }
  .single-for_sale .main-image-wrapper {
    max-height: 600px;
    overflow: hidden;
  }
  .single-for_sale .section-2 .custom-addthis {
    display: none;
  }
  .single-for_sale .section-footer {
    display: none;
  }
  .single-for_sale .footer {
    display: none;
  }

  .page-template-page-endangered #inner-content {
    margin-top: 0px;
  }
  .page-template-page-endangered .section-header {
    display: none;
  }
  .page-template-page-endangered .arrow-down {
    display: none;
  }
  .page-template-page-endangered a[href]:after {
    content: none !important;
  }
  .page-template-page-endangered .footer {
    display: none;
  }

  .single-endangered_property #inner-content {
    margin-top: 0px;
  }
  .single-endangered_property .section-header {
    display: none;
  }
  .single-endangered_property .arrow-down {
    display: none;
  }
  .single-endangered_property .section-1 .title-wrapper {
    text-align: left;
  }
  .single-endangered_property .section-1 .prev-property-wrapper {
    display: none;
  }
  .single-endangered_property .section-1 .next-property-wrapper {
    display: none;
  }
  .single-endangered_property .section-3 .custom-addthis {
    display: none;
  }
  .single-endangered_property .section-5 {
    display: none;
  }
  .single-endangered_property .section-footer {
    display: none;
  }
  .single-endangered_property .footer {
    display: none;
  }

  .single-event #inner-content {
    margin-top: 0px;
  }
  .single-event .section-header .page-title {
    text-align: left;
  }
  .single-event .section-header .page-title .title-wrapper {
    text-align: left;
  }
  .single-event .section-header .page-title .sub-title-wrapper {
    text-align: left;
  }
  .single-event .section-1 .custom-addthis {
    display: none;
  }
  .single-event .view-events-wrapper {
    display: none;
  }
  .single-event .section-footer {
    display: none;
  }
  .single-event .footer {
    display: none;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: IE Stylesheet

So instead of using the respond.js file to add media query support
to IE, we're going to use SASS to create an easily readable css file.
Here, we import all the styles the standard stylesheet gets, only
without the media queries. No need to worry about editing anything!

******************************************************************/
.ie9 .section-header .slider-wrapper .slider-overlay .slider-content-wrapper .slider-content-image.slider-content-image {
  left: 0% !important;
  top: 25% !important;
  display: none;
}
.ie9 #cover {
  display: none;
}

.ie10 .header {
  height: 100px;
}
.ie10 .logo-wrapper {
  margin-top: -20px;
}
.ie10 .header .top-bar .search-icon-wrapper .searchform input {
  padding-bottom: 7px;
}

.woocommerce #inner-content {
  margin-top: 145px;
  margin-bottom: 30px;
}
.woocommerce #inner-content .product_title {
  font-size: 36px;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.woocommerce #inner-content .price {
  font-size: 24px;
}
.woocommerce #inner-content .stock {
  display: none;
}
.woocommerce #inner-content .products .single-product-column {
  margin-bottom: 20px;
}
.woocommerce #inner-content .products .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 18px;
  color: #ee8027;
  margin-top: 10px;
  margin-bottom: 0px;
}
.woocommerce #inner-content .products .price {
  font-size: 14px;
}
.woocommerce #inner-content .products .price .amount {
  font-weight: 700;
  color: #353535;
}
.woocommerce #inner-content .up-sells h2 {
  margin-bottom: 30px;
}
.woocommerce form .form-row .required {
  color: #353535;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination {
  text-align: left;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #353535;
  font-size: 24px;
  background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a {
  font-size: 24px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #a2500d;
  background: transparent;
}
.woocommerce .woocommerce-product-search label {
  font-size: 18px;
  font-weight: 700;
}
.woocommerce .woocommerce-product-search #woocommerce-product-search-field {
  width: 80%;
  height: 35px;
  border-radius: 0px;
  margin-bottom: 0px;
}
.woocommerce .woocommerce-product-search #woocommerce-product-search-button {
  height: 35px;
  width: 20%;
  border-radius: 0px;
  background-color: #ee8027;
  color: #ffffff;
  padding: 6px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.woocommerce .woocommerce-product-search #woocommerce-product-search-button:hover {
  background-color: #a2500d;
}
.woocommerce .parent-category {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
.woocommerce .parent-category a {
  color: #353535;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.woocommerce .parent-category a:hover {
  color: #ee8027;
}
.woocommerce .sub-category {
  font-size: 16px;
  font-weight: 300;
  color: #353535;
}
.woocommerce .sub-category a {
  color: #353535;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.woocommerce .sub-category a:hover {
  color: #ee8027;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 0px;
  left: auto;
  color: #ffffff;
  background-color: #ee8027;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  outline: none;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background-color: #a2500d;
  color: #fff;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ee8027;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #a2500d;
  color: #fff;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #ee8027;
  color: #fff;
}
.woocommerce .footer-cta-wrapper {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0px;
}
.woocommerce .footer-cta-wrapper .footer-image {
  text-align: center;
  margin-bottom: 30px;
}
.woocommerce .footer-cta-wrapper .footer-image img {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.woocommerce .footer-cta-wrapper .footer-content {
  font-size: 21px;
  font-weight: 500;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
}
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info {
  border-top-color: #686868;
}
.woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before {
  color: #686868;
}
.woocommerce .woocommerce-variation-description p {
  font-size: 16px !important;
  font-weight: 700;
}

.woocommerce-account .page-title-wrapper h1 {
  font-size: 48px;
  line-height: 52px;
}
.woocommerce-account .woocommerce {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-account .woocommerce .login {
  max-width: 700px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  border-right: none;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  padding-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  padding-left: 0px;
}

.woocommerce-checkout #ship-to-different-address-checkbox {
  margin: -7px 8px 0 0 !important;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  line-height: 0px !important;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox span {
  margin-left: 20px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .required {
  margin-left: 0px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .input-checkbox {
  margin: 5px 8px 0 0 !important;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 2000px) {
  .woocommerce {
    /* Column clear fix */
  }
  .woocommerce .col-md-1:nth-child(12n+1),
.woocommerce .col-md-2:nth-child(6n+1),
.woocommerce .col-md-3:nth-child(4n+1),
.woocommerce .col-md-4:nth-child(3n+1),
.woocommerce .col-md-6:nth-child(2n+1),
.woocommerce .col-sm-1:nth-child(12n+1),
.woocommerce .col-sm-2:nth-child(6n+1),
.woocommerce .col-sm-3:nth-child(4n+1),
.woocommerce .col-sm-4:nth-child(3n+1),
.woocommerce .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .woocommerce .col-lg-1:nth-child(12n+1),
.woocommerce .col-lg-2:nth-child(6n+1),
.woocommerce .col-lg-3:nth-child(4n+1),
.woocommerce .col-lg-4:nth-child(3n+1),
.woocommerce .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce {
    /* Column clear fix */
  }
  .woocommerce .col-lg-1:nth-child(12n+1),
.woocommerce .col-lg-2:nth-child(6n+1),
.woocommerce .col-lg-3:nth-child(4n+1),
.woocommerce .col-lg-4:nth-child(3n+1),
.woocommerce .col-lg-6:nth-child(2n+1),
.woocommerce .col-sm-1:nth-child(12n+1),
.woocommerce .col-sm-2:nth-child(6n+1),
.woocommerce .col-sm-3:nth-child(4n+1),
.woocommerce .col-sm-4:nth-child(3n+1),
.woocommerce .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .woocommerce .col-md-1:nth-child(12n+1),
.woocommerce .col-md-2:nth-child(6n+1),
.woocommerce .col-md-3:nth-child(4n+1),
.woocommerce .col-md-4:nth-child(3n+1),
.woocommerce .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .woocommerce {
    /* Column clear fix */
  }
  .woocommerce .col-lg-1:nth-child(12n+1),
.woocommerce .col-lg-2:nth-child(6n+1),
.woocommerce .col-lg-3:nth-child(4n+1),
.woocommerce .col-lg-4:nth-child(3n+1),
.woocommerce .col-lg-6:nth-child(2n+1),
.woocommerce .col-md-1:nth-child(12n+1),
.woocommerce .col-md-2:nth-child(6n+1),
.woocommerce .col-md-3:nth-child(4n+1),
.woocommerce .col-md-4:nth-child(3n+1),
.woocommerce .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .woocommerce .col-sm-1:nth-child(12n+1),
.woocommerce .col-sm-2:nth-child(6n+1),
.woocommerce .col-sm-3:nth-child(4n+1),
.woocommerce .col-sm-4:nth-child(3n+1),
.woocommerce .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  .woocommerce #inner-content {
    margin-top: 175px;
  }
  .woocommerce .parent-category {
    margin-top: 0px;
  }
  .woocommerce .product {
    margin-top: 30px;
  }

  .single-product .product {
    margin-top: 30px !important;
  }
  .single-product .product .variations td {
    line-height: 1em !important;
  }
  .single-product .product .variations select {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .single-product .product .button {
    width: 82%;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .woocommerce #inner-content {
    margin-top: 95px;
  }
  .woocommerce .mobile-select {
    margin-left: -15px;
    margin-right: -15px;
  }
  .woocommerce .shop-search-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .woocommerce .footer-cta-wrapper .footer-image {
    margin-bottom: 30px;
  }
  .single-product .product {
    margin-top: 30px !important;
  }
  .single-product .product .variations td {
    line-height: 1em !important;
  }
  .single-product .product .variations select {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .single-product .product .button {
    width: 78%;
  }

  .woocommerce-cart .section-header .page-title-wrapper .member-button-cta {
    max-width: 470px !important;
  }
}
.woocommerce-account .page-title-wrapper {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-right: 1px solid #d9d9d9;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #ee8027;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #d26710;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a {
  color: #494949;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra small devices (phones, less than 768px) */
.post-type-archive-product .shop-slider-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 400px;
}
.post-type-archive-product .shop-slider-wrapper .bx-wrapper {
  max-height: 400px;
}
.post-type-archive-product .shop-slider-wrapper .bx-viewport {
  max-height: 400px;
}
.post-type-archive-product .shop-slider-wrapper .shop-slider, .post-type-archive-product .shop-slider-wrapper .shop-image {
  padding: 0px;
}
.post-type-archive-product .shop-slider-wrapper .shop-slider img, .post-type-archive-product .shop-slider-wrapper .shop-image img {
  width: 100%;
  height: auto;
  max-width: none;
  max-height: 400px;
}
.post-type-archive-product .shop-slider-wrapper .shop-slider .slider-content-wrapper, .post-type-archive-product .shop-slider-wrapper .shop-image .slider-content-wrapper {
  position: relative;
  text-align: center;
}
.post-type-archive-product .shop-slider-wrapper .shop-slider .slider-content-wrapper .image-overlay, .post-type-archive-product .shop-slider-wrapper .shop-image .slider-content-wrapper .image-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.post-type-archive-product .shop-slider-wrapper .shop-slider a:hover .image-overlay, .post-type-archive-product .shop-slider-wrapper .shop-image a:hover .image-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.post-type-archive-product .shop-slider-wrapper .shop-image li {
  list-style: none;
}
.post-type-archive-product .shop-slider-wrapper .bx-pager {
  text-align: center;
}
.post-type-archive-product .shop-slider-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  padding: 0px 5px;
}
.post-type-archive-product .shop-slider-wrapper .bx-pager .bx-pager-item .bx-pager-link {
  background: #e9e9e9;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px 5px;
  outline: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.post-type-archive-product .shop-slider-wrapper .bx-pager .bx-pager-item .bx-pager-link.active {
  background: #ee8027;
}
.post-type-archive-product .slider-line {
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #e0e0e0;
}
.post-type-archive-product .featured-title {
  text-align: center;
  font-weight: 300;
}
.post-type-archive-product .product-image {
  position: relative;
  padding: 0px;
  height: auto;
  width: 100%;
  overflow: hidden;
  border: 1px solid #b9b9b9;
}
.post-type-archive-product .single-product-column {
  margin-bottom: 45px;
}
.post-type-archive-product .single-product-column h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: normal;
}
.post-type-archive-product .single-product-column .price {
  display: block;
  font-size: 18px;
  color: #494949;
  font-weight: 700;
  margin-bottom: 10px;
}
.post-type-archive-product .single-product-column .add_to_cart_button {
  display: block;
  text-align: center;
  max-width: 175px;
  background-color: #ee8027;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.post-type-archive-product .single-product-column .add_to_cart_button:hover {
  background-color: #a2500d;
  color: #ffffff;
}
.post-type-archive-product .single-product-column .added_to_cart {
  font-size: 100%;
  margin: 10px 0px 0px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  left: auto;
  border: 0;
  white-space: nowrap;
  background-image: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  outline: none;
  display: block;
  text-align: center;
  max-width: 175px;
  background-color: #686868;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.post-type-archive-product .single-product-column .added_to_cart:hover {
  background-color: #353535;
  color: #ffffff;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 2000px) {
  .post-type-archive-product {
    /* Column clear fix */
  }
  .post-type-archive-product .col-md-1:nth-child(12n+1),
.post-type-archive-product .col-md-2:nth-child(6n+1),
.post-type-archive-product .col-md-3:nth-child(4n+1),
.post-type-archive-product .col-md-4:nth-child(3n+1),
.post-type-archive-product .col-md-6:nth-child(2n+1),
.post-type-archive-product .col-sm-1:nth-child(12n+1),
.post-type-archive-product .col-sm-2:nth-child(6n+1),
.post-type-archive-product .col-sm-3:nth-child(4n+1),
.post-type-archive-product .col-sm-4:nth-child(3n+1),
.post-type-archive-product .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .post-type-archive-product .col-lg-1:nth-child(12n+1),
.post-type-archive-product .col-lg-2:nth-child(6n+1),
.post-type-archive-product .col-lg-3:nth-child(4n+1),
.post-type-archive-product .col-lg-4:nth-child(3n+1),
.post-type-archive-product .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .post-type-archive-product {
    /* Column clear fix */
  }
  .post-type-archive-product .col-lg-1:nth-child(12n+1),
.post-type-archive-product .col-lg-2:nth-child(6n+1),
.post-type-archive-product .col-lg-3:nth-child(4n+1),
.post-type-archive-product .col-lg-4:nth-child(3n+1),
.post-type-archive-product .col-lg-6:nth-child(2n+1),
.post-type-archive-product .col-sm-1:nth-child(12n+1),
.post-type-archive-product .col-sm-2:nth-child(6n+1),
.post-type-archive-product .col-sm-3:nth-child(4n+1),
.post-type-archive-product .col-sm-4:nth-child(3n+1),
.post-type-archive-product .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .post-type-archive-product .col-md-1:nth-child(12n+1),
.post-type-archive-product .col-md-2:nth-child(6n+1),
.post-type-archive-product .col-md-3:nth-child(4n+1),
.post-type-archive-product .col-md-4:nth-child(3n+1),
.post-type-archive-product .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-product {
    /* Column clear fix */
  }
  .post-type-archive-product .col-lg-1:nth-child(12n+1),
.post-type-archive-product .col-lg-2:nth-child(6n+1),
.post-type-archive-product .col-lg-3:nth-child(4n+1),
.post-type-archive-product .col-lg-4:nth-child(3n+1),
.post-type-archive-product .col-lg-6:nth-child(2n+1),
.post-type-archive-product .col-md-1:nth-child(12n+1),
.post-type-archive-product .col-md-2:nth-child(6n+1),
.post-type-archive-product .col-md-3:nth-child(4n+1),
.post-type-archive-product .col-md-4:nth-child(3n+1),
.post-type-archive-product .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .post-type-archive-product .col-sm-1:nth-child(12n+1),
.post-type-archive-product .col-sm-2:nth-child(6n+1),
.post-type-archive-product .col-sm-3:nth-child(4n+1),
.post-type-archive-product .col-sm-4:nth-child(3n+1),
.post-type-archive-product .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  .post-type-archive-product .shop-slider-wrapper {
    margin-top: 15px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .post-type-archive-product .mobile-title {
    margin: 0px 15px 15px;
  }
  .post-type-archive-product .shop-slider-wrapper {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .post-type-archive-product .shop-slider-wrapper .shop-slider .slider-content-wrapper img {
    height: auto;
    width: 100%;
    max-height: none;
  }
  .post-type-archive-product .shop-slider-wrapper .shop-slider .slider-content-wrapper .slider-button {
    top: inherit;
    bottom: 35px;
    width: 100%;
    height: 75px;
  }
  .post-type-archive-product .shop-slider-wrapper .shop-slider .slider-content-wrapper .slider-button .slider-small-text {
    font-size: 14px;
  }
  .post-type-archive-product .shop-slider-wrapper .shop-slider .slider-content-wrapper .slider-button .slider-large-text {
    font-size: 32px;
  }
  .post-type-archive-product .single-product-column h3 {
    font-size: 18px;
  }
  .post-type-archive-product .single-product-column a {
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .post-type-archive-product .single-product-column .add_to_cart_button {
    max-width: 300px;
    width: 100%;
  }
  .post-type-archive-product .single-product-column .added_to_cart {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
  }
  .post-type-archive-product .product-image {
    max-width: 300px;
    margin: 0 auto;
  }
}
.woocommerce-checkout .section-header .page-title-wrapper {
  margin-bottom: 30px;
}
.woocommerce-checkout .section-header .page-title-wrapper h1 {
  font-size: 50px;
  line-height: 85px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  text-transform: none;
  float: left;
  margin-left: -15px;
}
.woocommerce-checkout .section-header .page-title-wrapper .title-border {
  display: none;
}
.woocommerce-checkout form .form-row input.input-text, .woocommerce-checkout form .form-row textarea, .woocommerce-checkout form .form-row select {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #8a8a8a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.woocommerce-checkout #payment {
  margin-bottom: 30px;
}
.woocommerce-checkout #payment .wc_payment_methods select, .woocommerce-checkout #payment .wc_payment_methods input {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.6;
  color: #8a8a8a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.woocommerce-checkout #payment .wc_payment_methods #creditCardExpiry-Month {
  display: inline-block;
}
.woocommerce-checkout #payment .wc_payment_methods #creditCardExpiry-Year {
  display: inline-block;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .woocommerce-checkout .section-header .page-title-wrapper h1 {
    float: none;
    margin-left: 0px;
  }
  .woocommerce-checkout .woocommerce {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px;
    margin: 0 auto;
  }
  .woocommerce-checkout #payment #creditCardExpiry-Month {
    width: 40% !important;
  }
  .woocommerce-checkout #payment #creditCardExpiry-Year {
    width: 40% !important;
  }
}
.woocommerce-cart .section-header .page-title-wrapper {
  margin-bottom: 30px;
}
.woocommerce-cart .section-header .page-title-wrapper h1 {
  font-size: 50px;
  line-height: 85px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  text-transform: none;
  float: left;
  margin-left: -15px;
}
.woocommerce-cart .section-header .page-title-wrapper .member-button-cta {
  display: block;
  float: right;
  width: 475px;
  margin-bottom: 15px;
  margin-right: -15px;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #ee8027;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.woocommerce-cart .section-header .page-title-wrapper .member-button-cta:hover {
  background-color: #d26710;
}
.woocommerce-cart .section-header .page-title-wrapper .member-button-cta .big-text {
  padding-right: 15px;
  font-size: 32px;
  border-right: 1px solid #ffffff;
}
.woocommerce-cart .section-header .page-title-wrapper .member-button-cta .little-text {
  position: relative;
  top: -3px;
  padding-left: 15px;
  font-weight: 700;
}
.woocommerce-cart .section-header .page-title-wrapper .current-member-info {
  display: block;
  font-size: 12px;
}
.woocommerce-cart .section-header .page-title-wrapper .title-border {
  display: none;
}
.woocommerce-cart button.button:disabled, .woocommerce-cart button.button:disabled[disabled], .woocommerce-cart input.button:disabled, .woocommerce-cart input.button:disabled[disabled] {
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.woocommerce-cart button.button:disabled:hover, .woocommerce-cart button.button:disabled[disabled]:hover, .woocommerce-cart input.button:disabled:hover, .woocommerce-cart input.button:disabled[disabled]:hover {
  background-color: #d26710;
  color: #ffffff;
}
.woocommerce-cart #content table.cart td.actions .input-text, .woocommerce-cart table.cart td.actions .input-text, .woocommerce-cart #content table.cart td.actions .input-text, .woocommerce-cart table.cart td.actions .input-text {
  width: 150px;
}
.woocommerce-cart a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  background-color: #ee8027;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.woocommerce-cart a.remove:hover {
  color: #ffffff;
  background: #a2500d;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .woocommerce-cart .section-header .page-title-wrapper h1 {
    float: none;
    margin-left: 0px;
  }
  .woocommerce-cart .section-header .page-title-wrapper .member-button-cta {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  .woocommerce-cart .section-header .page-title-wrapper .member-button-cta .big-text {
    display: block;
    border-right: none;
    border-bottom: 1px solid #ffffff;
    padding-right: 0px;
  }
  .woocommerce-cart .section-header .page-title-wrapper .member-button-cta .little-text {
    display: block;
    padding-left: 0px;
    top: 5px;
  }
  .woocommerce-cart .section-header .page-title-wrapper .current-member-info {
    margin-top: 12px;
  }
  .woocommerce-cart .woocommerce {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 500px;
    margin: 0 auto;
  }
  .woocommerce-cart .woocommerce table.cart .product-thumbnail {
    display: block !important;
    text-align: center !important;
  }
  .woocommerce-cart .woocommerce table.cart .product-thumbnail:before {
    content: "";
  }
  .woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-cart .woocommerce .woocommerce table.cart td.actions .coupon input {
    width: 100% !important;
    float: none;
  }
  .woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text + .button {
    width: 100% !important;
    float: none !important;
    margin-top: 10px;
  }
  .woocommerce-cart .woocommerce table.cart img {
    width: 100px;
  }
}
.tax-product_cat .collection-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.tax-product_cat .collection-wrapper .image-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.tax-product_cat .collection-wrapper a:hover .image-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.tax-product_cat .tax-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.tax-product_cat .slider-line {
  width: 100%;
  padding: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.tax-product_cat .featured-title {
  text-align: center;
  font-weight: 300;
}
.tax-product_cat .term-description p {
  font-size: 24px;
  line-height: 32px;
}
.tax-product_cat .product-image {
  position: relative;
  padding: 0px;
  height: auto;
  width: 100%;
  overflow: hidden;
  border: 1px solid #b9b9b9;
}
.tax-product_cat .single-product-column {
  margin-bottom: 45px;
}
.tax-product_cat .single-product-column h3 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  font-weight: 500;
  letter-spacing: normal;
}
.tax-product_cat .single-product-column .price {
  display: block;
  font-size: 18px;
  color: #494949;
  font-weight: 700;
  margin-bottom: 10px;
}
.tax-product_cat .single-product-column .add_to_cart_button {
  display: block;
  text-align: center;
  max-width: 175px;
  background-color: #ee8027;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.tax-product_cat .single-product-column .add_to_cart_button:hover {
  background-color: #a2500d;
  color: #ffffff;
}
.tax-product_cat .single-product-column .added_to_cart {
  font-size: 100%;
  margin: 10px 0px 0px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  left: auto;
  border: 0;
  white-space: nowrap;
  background-image: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  outline: none;
  display: block;
  text-align: center;
  max-width: 175px;
  background-color: #686868;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.tax-product_cat .single-product-column .added_to_cart:hover {
  background-color: #353535;
  color: #ffffff;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 2000px) {
  .tax-product_cat {
    /* Column clear fix */
  }
  .tax-product_cat .col-md-1:nth-child(12n+1),
.tax-product_cat .col-md-2:nth-child(6n+1),
.tax-product_cat .col-md-3:nth-child(4n+1),
.tax-product_cat .col-md-4:nth-child(3n+1),
.tax-product_cat .col-md-6:nth-child(2n+1),
.tax-product_cat .col-sm-1:nth-child(12n+1),
.tax-product_cat .col-sm-2:nth-child(6n+1),
.tax-product_cat .col-sm-3:nth-child(4n+1),
.tax-product_cat .col-sm-4:nth-child(3n+1),
.tax-product_cat .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .tax-product_cat .col-lg-1:nth-child(12n+1),
.tax-product_cat .col-lg-2:nth-child(6n+1),
.tax-product_cat .col-lg-3:nth-child(4n+1),
.tax-product_cat .col-lg-4:nth-child(3n+1),
.tax-product_cat .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .tax-product_cat {
    /* Column clear fix */
  }
  .tax-product_cat .col-lg-1:nth-child(12n+1),
.tax-product_cat .col-lg-2:nth-child(6n+1),
.tax-product_cat .col-lg-3:nth-child(4n+1),
.tax-product_cat .col-lg-4:nth-child(3n+1),
.tax-product_cat .col-lg-6:nth-child(2n+1),
.tax-product_cat .col-sm-1:nth-child(12n+1),
.tax-product_cat .col-sm-2:nth-child(6n+1),
.tax-product_cat .col-sm-3:nth-child(4n+1),
.tax-product_cat .col-sm-4:nth-child(3n+1),
.tax-product_cat .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .tax-product_cat .col-md-1:nth-child(12n+1),
.tax-product_cat .col-md-2:nth-child(6n+1),
.tax-product_cat .col-md-3:nth-child(4n+1),
.tax-product_cat .col-md-4:nth-child(3n+1),
.tax-product_cat .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .tax-product_cat {
    /* Column clear fix */
  }
  .tax-product_cat .col-lg-1:nth-child(12n+1),
.tax-product_cat .col-lg-2:nth-child(6n+1),
.tax-product_cat .col-lg-3:nth-child(4n+1),
.tax-product_cat .col-lg-4:nth-child(3n+1),
.tax-product_cat .col-lg-6:nth-child(2n+1),
.tax-product_cat .col-md-1:nth-child(12n+1),
.tax-product_cat .col-md-2:nth-child(6n+1),
.tax-product_cat .col-md-3:nth-child(4n+1),
.tax-product_cat .col-md-4:nth-child(3n+1),
.tax-product_cat .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .tax-product_cat .col-sm-1:nth-child(12n+1),
.tax-product_cat .col-sm-2:nth-child(6n+1),
.tax-product_cat .col-sm-3:nth-child(4n+1),
.tax-product_cat .col-sm-4:nth-child(3n+1),
.tax-product_cat .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  .tax-product_cat .tax-image-wrapper {
    margin-top: 30px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .tax-product_cat .mobile-title {
    margin: 0px 15px 15px;
  }
  .tax-product_cat .collection-wrapper {
    margin-top: 30px;
  }
  .tax-product_cat .tax-image-wrapper {
    margin-top: 30px;
  }
  .tax-product_cat .single-product-column h3 {
    font-size: 18px;
  }
  .tax-product_cat .single-product-column a {
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .tax-product_cat .single-product-column .add_to_cart_button {
    max-width: 300px;
    width: 100%;
  }
  .tax-product_cat .product-image {
    max-width: 300px;
    margin: 0 auto;
  }
}
.single-product.woocommerce .product .woocommerce-product-rating .star-rating {
  color: #ee8027;
}
.single-product.woocommerce .product .woocommerce-main-image img {
  border: 1px solid #b9b9b9;
  padding: 0px;
}
.single-product.woocommerce .product .thumbnails img {
  border: 1px solid #b9b9b9;
  padding: 10px;
}
.single-product.woocommerce .product .product_title {
  margin-top: 25px;
  font-weight: 700;
}
.single-product.woocommerce .product .summary p {
  font-size: 16px;
}
.single-product.woocommerce .product p.price {
  font-size: 36px;
  font-weight: 700;
  color: #353535;
}
.single-product.woocommerce .product .variations .label {
  display: none;
}
.single-product.woocommerce .product form.cart .variations select {
  min-width: 50%;
  width: 50%;
  height: 40px;
}
.single-product.woocommerce .product .woocommerce-variation-price .price {
  font-size: 36px;
  font-weight: 700;
  color: #494949;
}
.single-product.woocommerce .product .quantity .qty {
  height: 35px;
}
.single-product.woocommerce .product .woocommerce-tabs {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 30px 0px;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}
.single-product.woocommerce .product .woocommerce-tabs ul.tabs {
  display: block;
  float: left;
  width: 25%;
  height: 225px;
  margin: 0px;
  padding: 0px;
}
.single-product.woocommerce .product .woocommerce-tabs ul.tabs:before {
  border-bottom: none;
}
.single-product.woocommerce .product .woocommerce-tabs ul.tabs li {
  display: block !important;
  border: 0px;
  border-radius: 0px;
  padding: 0px;
  margin: 0px;
  background-color: transparent;
  line-height: 20px;
}
.single-product.woocommerce .product .woocommerce-tabs ul.tabs li a {
  font-size: 18px;
  text-transform: uppercase;
  color: #ee8027;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.single-product.woocommerce .product .woocommerce-tabs ul.tabs li a:hover {
  color: #a2500d;
}
.single-product.woocommerce .product .woocommerce-tabs ul.tabs li.active a {
  color: #494949;
  width: 100%;
  display: block;
}
.single-product.woocommerce .product .woocommerce-tabs ul.tabs li.active a::after {
  font-family: "Glyphicons Halflings";
  content: "";
  position: relative;
  top: 2px;
  float: right;
  margin-right: 30px;
  color: #b9b9b9;
}
.single-product.woocommerce .product .woocommerce-tabs .panel {
  width: 75%;
  float: right;
}
.single-product.woocommerce .product .woocommerce-tabs .panel h2 {
  margin: 0px 0px 15px;
}
.single-product.woocommerce .product .woocommerce-tabs .panel label {
  display: block;
}
.single-product.woocommerce .product .related {
  margin-top: 30px;
}
.single-product.woocommerce .product .related h2 {
  margin: 0px 0px 30px;
}
.single-product.woocommerce .product .related .product-image img {
  border: 1px solid #b9b9b9;
  padding: 0px;
}
.single-product.woocommerce .product .related h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: normal;
  text-transform: inherit;
  margin: 10px 0px 5px;
  letter-spacing: normal;
}
.single-product.woocommerce .product .related .price {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #494949;
}
.single-product.woocommerce .product .related .add_to_cart_button {
  display: block;
  max-width: 175px;
  text-align: center;
}
.single-product.woocommerce .product .related .added_to_cart {
  font-size: 100%;
  margin: 10px 0px 0px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  left: auto;
  border: 0;
  white-space: nowrap;
  background-image: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  outline: none;
  display: block;
  text-align: center;
  max-width: 175px;
  background-color: #686868;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.single-product.woocommerce .product .related .added_to_cart:hover {
  background-color: #353535;
  color: #ffffff;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .single-product.woocommerce .product .images {
    float: left !important;
    width: 48% !important;
  }
  .single-product.woocommerce .product .summary {
    float: right !important;
    width: 48% !important;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .single-product.woocommerce .product {
    max-width: 500px;
    margin: 0 auto;
  }
  .single-product.woocommerce .product .product_title {
    font-size: 36px;
    line-height: 38px;
    margin: 30px 0px 15px;
  }
  .single-product.woocommerce .product p.price {
    font-size: 36px;
  }
  .single-product.woocommerce .product .woocommerce-tabs ul.tabs {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .single-product.woocommerce .product .woocommerce-tabs ul.tabs li a {
    border-bottom: 1px solid #b2b2b2;
    width: 100%;
    padding: 15px 0px;
  }
  .single-product.woocommerce .product .woocommerce-tabs ul.tabs li.active a::after {
    content: "";
  }
  .single-product.woocommerce .product .woocommerce-tabs .panel {
    width: 100%;
    float: none;
  }
  .single-product.woocommerce .product #reviews #comments ol.commentlist {
    padding-left: 0px;
  }
  .single-product.woocommerce .product #reviews #comments ol.commentlist li img.avatar {
    display: none;
  }
  .single-product.woocommerce .product #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0px;
  }
  .single-product.woocommerce .product .related {
    text-align: center;
  }
  .single-product.woocommerce .product .related h3 {
    font-size: 18px;
  }
  .single-product.woocommerce .product .related .add_to_cart_button {
    width: 100%;
    max-width: 300px;
  }
  .single-product.woocommerce .product .related .added_to_cart {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
  }
  .single-product.woocommerce .single-product-column {
    margin-bottom: 30px;
  }
  .single-product.woocommerce .single-product-column a {
    max-width: 300px !important;
    display: block;
    margin: 0 auto;
  }
  .single-product.woocommerce .single-product-column .add_to_cart_button {
    max-width: 300px;
    width: 100%;
  }
  .single-product.woocommerce .single-product-column .added_to_cart {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
  }
  .single-product.woocommerce .product-image {
    max-width: 300px;
    margin: 0 auto;
  }
  .single-product.woocommerce .product-image img {
    width: 100%;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Historic House Landing Page Styles

******************************************************************/
.post-type-archive-historic_house .current_page_parent a {
  font-weight: 300 !important;
  color: #777 !important;
}
.post-type-archive-historic_house .section-header .header-wrapper {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}
.post-type-archive-historic_house .section-header .color-overlay {
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(to right, rgba(145, 175, 186, 0.5), rgba(145, 175, 186, 0.9), #91afba, rgba(145, 175, 186, 0.9), rgba(145, 175, 186, 0.5));
}
.post-type-archive-historic_house .section-header .header-image-wrapper {
  text-align: center;
  position: relative;
}
.post-type-archive-historic_house .section-header .header-image-wrapper img {
  position: relative;
  top: 20px;
  max-width: 220px;
}
.post-type-archive-historic_house .section-header .header-content-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
}
.post-type-archive-historic_house .section-header .header-content-wrapper svg {
  width: 87px;
  height: auto;
}
.post-type-archive-historic_house .section-header .header-content-wrapper .header-line-1 {
  color: #fff;
  display: block;
  font-size: 58px;
  line-height: 58px;
  font-weight: 300;
  font-family: "Currency", sans-serif;
  letter-spacing: 5px;
}
.post-type-archive-historic_house .section-header .header-content-wrapper .header-line-2 {
  color: #405d6b;
  display: block;
  font-family: "Proxima Nova", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.5px;
}
.post-type-archive-historic_house .section-header .arrow-down {
  position: relative;
  margin: 0px auto;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #91afba;
}
.post-type-archive-historic_house .section-header .header-hero-image {
  text-align: center;
  margin-top: 20px;
}
.post-type-archive-historic_house .section-header .header-hero-image img {
  max-width: 100%;
}
.post-type-archive-historic_house .section-1 {
  position: relative;
  padding-bottom: 50px;
  background-color: #fff;
}
.post-type-archive-historic_house .section-1 .custom-addthis {
  top: 40px;
  z-index: 8;
  width: 32px;
  position: absolute;
}
.post-type-archive-historic_house .section-1 .custom-addthis .at-icon-wrapper {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post-type-archive-historic_house .section-1 .custom-addthis svg {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post-type-archive-historic_house .section-1 .custom-addthis a:hover .at-icon-wrapper {
  width: 40px !important;
}
.post-type-archive-historic_house .section-1 .custom-addthis a:hover .at-icon-wrapper svg {
  width: 40px !important;
}
.post-type-archive-historic_house .section-1 .custom-addthis ul {
  padding-left: 0px;
}
.post-type-archive-historic_house .section-1 .custom-addthis ul li {
  list-style: none;
}
.post-type-archive-historic_house .section-1 .custom-addthis ul li a {
  display: block;
  margin-bottom: 0px;
}
.post-type-archive-historic_house .section-1 .custom-addthis .addthis_default_style .at300b {
  padding: 0px 0px;
  height: 32px;
}
.post-type-archive-historic_house .section-1 .main-content-wrapper {
  width: 800px;
  margin: auto;
  font-size: 18px;
  line-height: 24px;
}
.post-type-archive-historic_house .section-2 {
  padding: 0px;
  background-color: transparent;
}
.post-type-archive-historic_house .section-2 .col-lg-4:nth-child(3n+1) {
  clear: both;
}
.post-type-archive-historic_house .section-2 .col-md-4:nth-child(3n+1) {
  clear: both;
}
.post-type-archive-historic_house .section-2 .historic-house-wrapper {
  margin-bottom: 50px;
}
.post-type-archive-historic_house .section-2 .historic-house-image-wrapper {
  position: relative;
  width: 100%;
  height: 370px;
  overflow: hidden;
  margin-bottom: 20px;
}
.post-type-archive-historic_house .section-2 .historic-house-image-wrapper img {
  width: 100%;
  height: 100%;
}
.post-type-archive-historic_house .section-2 .historic-house-image-wrapper .historic-house-number {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.post-type-archive-historic_house .section-2 .historic-house-image-wrapper .historic-house-number .historic-house-content-number {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.post-type-archive-historic_house .section-2 .historic-house-image-wrapper .historic-house-number .historic-house-content-number .overlay-number {
  display: block;
  position: relative;
  top: -2px;
  font-size: 24px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.post-type-archive-historic_house .section-2 .historic-house-title {
  font-size: 36px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  line-height: 36px;
  color: #8AB0BB;
}
.post-type-archive-historic_house .section-2 .historic-house-location {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #808080;
  margin: 10px 0px;
}
.post-type-archive-historic_house .section-2 .historic-house-content {
  font-size: 16px;
  font-weight: 300;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.post-type-archive-historic_house .section-2 a {
  color: #353535;
}
.post-type-archive-historic_house .section-2 a:hover .historic-house-number {
  background-color: rgba(145, 175, 186, 0.6);
}
.post-type-archive-historic_house .section-2 a:hover .historic-house-number .historic-house-content-number {
  opacity: 1;
}
.post-type-archive-historic_house .section-3 .container {
  margin: 4em auto;
  height: 200px;
  display: flex;
  justify-content: center;
}
.post-type-archive-historic_house .section-3 .grant-wrapper {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.post-type-archive-historic_house .section-3 .grant-text {
  display: flex;
  max-width: 280px;
  color: #8AB0BB;
}
.post-type-archive-historic_house .section-3 .grant-image {
  display: flex;
}
.post-type-archive-historic_house .section-3 .grant-image-landscape {
  display: flex;
}
.post-type-archive-historic_house .section-3 .grant-image-landscape img {
  height: auto;
  max-height: 150px;
  width: auto;
}
.post-type-archive-historic_house .section-3 .grant-image-stacked {
  display: none;
}
.post-type-archive-historic_house .cta-wrapper {
  width: 100%;
  height: 370px;
  background-color: #ee8027;
  padding: 40px 50px;
}
.post-type-archive-historic_house .cta-wrapper .cta-title {
  text-align: center;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #ffffff;
}
.post-type-archive-historic_house .cta-wrapper .cta-content {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
}
.post-type-archive-historic_house .cta-wrapper .cta-button {
  text-align: center;
  margin-top: 40px;
}
.post-type-archive-historic_house .cta-wrapper .cta-button a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  background-color: #ffffff;
  color: #ee8027;
  padding: 15px 50px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post-type-archive-historic_house .cta-wrapper .cta-button a:hover {
  color: #ffffff;
  background-color: #c55e11;
}
.post-type-archive-historic_house .section-footer {
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
.post-type-archive-historic_house .section-footer .footer-content {
  width: 90%;
  margin: auto;
}
.post-type-archive-historic_house .section-footer .footer-cta-title {
  text-align: center;
  margin-bottom: 30px;
}
.post-type-archive-historic_house .section-footer .footer-cta-title h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 48px;
  text-transform: uppercase;
}
.post-type-archive-historic_house .section-footer .footer-cta-content {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  font-size: 24px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 500;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .post-type-archive-historic_house .section-header .header-hero-image img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .post-type-archive-historic_house .section-header .header-content-wrapper .header-line-1 {
    font-size: 48px;
    line-height: 58px;
  }
  .post-type-archive-historic_house .header-content-wrapper {
    transform: translate(-50%, 50%);
  }
  .post-type-archive-historic_house .cta-wrapper .cta-title {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .post-type-archive-historic_house .section-3 .container {
    height: 150px;
  }
  .post-type-archive-historic_house .section-3 .grant-text {
    max-width: 275px;
  }
  .post-type-archive-historic_house .section-3 .grant-image {
    margin-left: -20px;
  }
  .post-type-archive-historic_house .section-3 .grant-image-landscape img {
    max-height: 120px;
    width: auto;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .post-type-archive-historic_house .section-header .header-image-wrapper img {
    max-width: 160px;
    top: 35px;
  }
  .post-type-archive-historic_house .section-header .header-content-wrapper {
    transform: translate(-50%, 50%);
  }
  .post-type-archive-historic_house .section-header .header-content-wrapper .header-line-1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .post-type-archive-historic_house .section-header .header-content-wrapper .header-line-2 {
    font-size: 24px;
    line-height: 28px;
  }
  .post-type-archive-historic_house .section-1 .main-content-wrapper {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-historic_house .section-1 li {
    margin-bottom: 10px;
  }
  .post-type-archive-historic_house .section-2 {
    /* Column clear fix */
  }
  .post-type-archive-historic_house .section-2 .col-lg-1:nth-child(12n+1),
.post-type-archive-historic_house .section-2 .col-lg-2:nth-child(6n+1),
.post-type-archive-historic_house .section-2 .col-lg-3:nth-child(4n+1),
.post-type-archive-historic_house .section-2 .col-lg-4:nth-child(3n+1),
.post-type-archive-historic_house .section-2 .col-lg-6:nth-child(2n+1),
.post-type-archive-historic_house .section-2 .col-md-1:nth-child(12n+1),
.post-type-archive-historic_house .section-2 .col-md-2:nth-child(6n+1),
.post-type-archive-historic_house .section-2 .col-md-3:nth-child(4n+1),
.post-type-archive-historic_house .section-2 .col-md-4:nth-child(3n+1),
.post-type-archive-historic_house .section-2 .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .post-type-archive-historic_house .section-2 .col-sm-1:nth-child(12n+1),
.post-type-archive-historic_house .section-2 .col-sm-2:nth-child(6n+1),
.post-type-archive-historic_house .section-2 .col-sm-3:nth-child(4n+1),
.post-type-archive-historic_house .section-2 .col-sm-4:nth-child(3n+1),
.post-type-archive-historic_house .section-2 .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
  .post-type-archive-historic_house .section-3 .container {
    margin: 2em auto;
    height: 400px;
  }
  .post-type-archive-historic_house .section-3 .grant-wrapper {
    width: 80%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .post-type-archive-historic_house .section-3 .grant-text {
    text-align: center;
    max-width: 300px;
  }
  .post-type-archive-historic_house .section-3 .grant-image-landscape {
    display: none;
  }
  .post-type-archive-historic_house .section-3 .grant-image-stacked {
    display: flex;
  }
  .post-type-archive-historic_house .section-3 .grant-image-stacked img {
    max-height: 250px;
    width: auto;
  }
  .post-type-archive-historic_house .cta-wrapper {
    padding: 15px 15px 30px;
    margin-bottom: 30px;
  }
  .post-type-archive-historic_house .cta-wrapper .cta-title {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .post-type-archive-historic_house .cta-wrapper .cta-content {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .post-type-archive-historic_house .cta-wrapper .cta-button a {
    font-size: 18px;
  }
  .post-type-archive-historic_house .section-footer .footer-cta-content {
    padding: 0px 15px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .post-type-archive-historic_house .custom-addthis {
    display: none;
  }
  .post-type-archive-historic_house .section-header .header-image-wrapper img {
    max-width: 150px;
  }
  .post-type-archive-historic_house .section-header .header-content-wrapper {
    transform: none;
    top: 35px;
    left: 0;
    padding: 20px;
  }
  .post-type-archive-historic_house .section-header .header-content-wrapper .header-line-1 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .post-type-archive-historic_house .section-header .header-content-wrapper .header-line-2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .post-type-archive-historic_house .section-1 .main-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-historic_house .section-2 .historic-house-wrapper {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-historic_house .section-2 .historic-house-title {
    font-size: 24px;
    line-height: 28px;
  }
  .post-type-archive-historic_house .section-3 .container {
    margin: 1em auto;
    height: 400px;
  }
  .post-type-archive-historic_house .section-3 .grant-wrapper {
    width: 80%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .post-type-archive-historic_house .section-3 .grant-text {
    text-align: center;
    max-width: 200px;
  }
  .post-type-archive-historic_house .section-3 .grant-image-landscape {
    display: none;
  }
  .post-type-archive-historic_house .section-3 .grant-image-stacked {
    display: flex;
  }
  .post-type-archive-historic_house .section-3 .grant-image-stacked img {
    max-height: 200px;
    width: auto;
  }
  .post-type-archive-historic_house .cta-wrapper {
    padding: 15px 15px 30px;
    margin-bottom: 15px;
    height: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-type-archive-historic_house .cta-wrapper .cta-title {
    font-size: 24px;
    line-height: 28px;
  }
  .post-type-archive-historic_house .cta-wrapper .cta-content {
    font-size: 18px;
    line-height: 24px;
  }
  .post-type-archive-historic_house .cta-wrapper .cta-button a {
    font-size: 18px;
  }
  .post-type-archive-historic_house .section-footer .footer-cta-title h2 {
    font-size: 28px;
    line-height: 34px;
    padding: 0px 30px;
  }
  .post-type-archive-historic_house .section-footer .footer-cta-content {
    padding: 0px 30px;
    font-size: 20px;
    line-height: 26px;
  }
}
/******************************************************************
Site Name: Indiana Landmarks
Author: Josh Apgar

Stylesheet: Endangered Property Post Styles

******************************************************************/
.single-historic_house .current_page_parent a {
  font-weight: 300 !important;
  color: #777 !important;
}
.single-historic_house .go-to-top {
  position: fixed;
  right: 0;
  z-index: 9999;
  width: 55px;
  height: 55px;
  background-color: #e0833e;
  display: flex;
  justify-content: center;
}
.single-historic_house .go-to-top svg {
  width: 30px;
  height: auto;
}
.single-historic_house .go-to-top:hover {
  cursor: pointer;
}
.single-historic_house .arrow-hidden {
  z-index: -1;
}
.single-historic_house .section-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #86acb9;
  text-align: center;
}
.single-historic_house .section-header .heading-wrapper {
  margin-right: 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-historic_house .section-header .heading-wrapper .heading-icon {
  display: inline-block;
  margin-right: 30px;
}
.single-historic_house .section-header .heading-wrapper .heading-icon .house-icon-fill {
  fill: #ffffff;
}
.single-historic_house .section-header .heading-wrapper .heading-title {
  display: inline-block;
}
.single-historic_house .section-header .heading-wrapper .heading-title h2 {
  margin: 0px;
  font-family: "Currency", sans-serif;
  color: #ffffff;
  font-size: 32px;
  line-height: 32px;
}
.single-historic_house .section-1 {
  position: relative;
  height: 450px;
}
.single-historic_house .section-1 .arrow-down {
  margin: 0px auto -40px auto;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #86acb9;
}
.single-historic_house .section-1 .title-wrapper {
  padding: 75px 0px;
  text-align: center;
}
.single-historic_house .section-1 .title-wrapper h1 {
  font-size: 80px;
  font-weight: 700;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  color: #ffffff;
}
.single-historic_house .section-1 .prev-property-wrapper {
  text-align: center;
  margin-top: 75px;
}
.single-historic_house .section-1 .prev-property-wrapper .left-icon {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: stroke 0.2s ease;
  -moz-transition: stroke 0.2s ease;
  -o-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}
.single-historic_house .section-1 .prev-property-wrapper a:hover .left-icon {
  stroke: #e6e6e6;
}
.single-historic_house .section-1 .next-property-wrapper {
  text-align: center;
  margin-top: 75px;
}
.single-historic_house .section-1 .next-property-wrapper .right-icon {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: stroke 0.2s ease;
  -moz-transition: stroke 0.2s ease;
  -o-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease;
}
.single-historic_house .section-1 .next-property-wrapper a:hover .right-icon {
  stroke: #e6e6e6;
}
.single-historic_house .section-2 .main-image-wrapper {
  position: relative;
  text-align: center;
}
.single-historic_house .section-2 .main-image-wrapper figcaption {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}
.single-historic_house .section-2 .main-image-wrapper img {
  max-width: 100%;
}
.single-historic_house .section-3 {
  position: relative;
}
.single-historic_house .section-3 .row.display-flex {
  display: block;
}
.single-historic_house .section-3 .row.display-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.single-historic_house .section-3 .aside-sidebar {
  position: inherit;
}
.single-historic_house .section-3 .sticky {
  position: fixed;
  top: 125px;
  z-index: 9999;
}
.single-historic_house .section-3 .sticky-bottom {
  position: absolute;
  bottom: 0;
}
.single-historic_house .section-3 .sidebar-wrapper ul {
  list-style: none;
  padding-left: 0px;
}
.single-historic_house .section-3 .sidebar-wrapper ul li {
  font-weight: 700;
  margin-bottom: 10px;
}
.single-historic_house .section-3 .sidebar-wrapper ul li a {
  color: #333333;
}
.single-historic_house .section-3 .sidebar-wrapper ul .active-post a {
  color: #ee8027;
}
.single-historic_house .section-3 .sidebar-wrapper ul .active-post ul {
  height: auto;
  display: block;
}
.single-historic_house .section-3 .sidebar-wrapper ul .active-post ul li a {
  color: #333333;
}
.single-historic_house .section-3 .sidebar-wrapper ul ul {
  padding-left: 10px;
  height: 0px;
  display: none;
}
.single-historic_house .section-3 .sidebar-wrapper ul ul li {
  font-weight: 500;
  margin-bottom: 0px;
}
.single-historic_house .section-3 .sidebar-wrapper ul ul li .sublink-active {
  font-weight: 700;
}
.single-historic_house .section-3 .main-content-wrapper {
  margin-top: 20px;
  border-left: 1px solid #c4c4c4;
  padding-left: 30px;
}
.single-historic_house .section-3 .main-content-wrapper div[id*=attachment_] {
  max-width: 100%;
}
.single-historic_house .section-3 .main-content-wrapper h1 {
  color: #86acb9;
}
.single-historic_house .section-3 .main-content-wrapper li {
  margin-bottom: 10px;
}
.single-historic_house .section-3 .main-content-wrapper hr {
  margin: 20px auto;
  border-top: 1px solid #c4c4c4;
  width: 100%;
}
.single-historic_house .section-3 .full-width-image-row,
.single-historic_house .section-3 .full-width-image-slider-row,
.single-historic_house .section-3 .full-width-video-row,
.single-historic_house .section-3 .full-width-accordion-row,
.single-historic_house .section-3 .full-width-content-headline-row,
.single-historic_house .section-3 .full-width-content-row,
.single-historic_house .section-3 .image-left-content-right-row,
.single-historic_house .section-3 .content-left-image-right-row,
.single-historic_house .section-3 .columns-image-row,
.single-historic_house .section-3 .columns-video-row,
.single-historic_house .section-3 .columns-content-headline-row,
.single-historic_house .section-3 .columns-content-row,
.single-historic_house .section-3 .full-width-table-row,
.single-historic_house .section-3 .full-width-tab-row,
.single-historic_house .section-3 .full-width-headline-subtitle-button-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.single-historic_house .section-3 .full-width-image-row,
.single-historic_house .section-3 .full-width-image-slider-row,
.single-historic_house .section-3 .full-width-video-row,
.single-historic_house .section-3 .full-width-accordion-row,
.single-historic_house .section-3 .full-width-content-headline-row,
.single-historic_house .section-3 .full-width-content-row,
.single-historic_house .section-3 .image-left-content-right-row,
.single-historic_house .section-3 .content-left-image-right-row {
  margin-left: -15px;
  margin-right: -15px;
}
.single-historic_house .section-3 .full-width-headline-subtitle-button-row h2 {
  font-size: 36px;
  line-height: 36px;
  color: #86acb9;
  margin: 0px 0px 5px 0px;
}
.single-historic_house .section-3 .full-width-headline-subtitle-button-row h3 {
  font-size: 18px;
  line-height: 18px;
  margin: 0px;
}
.single-historic_house .section-3 .full-width-headline-subtitle-button-row a {
  float: right;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ee8027;
  border: 2px solid #ee8027;
}
.single-historic_house .section-3 .full-width-content-headline-row h2 {
  margin-top: 0px;
}
.single-historic_house .section-3 .full-width-image-row img {
  width: 100%;
}
.single-historic_house .section-3 .full-width-image-row .image-caption {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8a8a8a;
  padding-bottom: 10px;
}
.single-historic_house .section-3 .full-width-image-slider-row .carousel-inner > .item {
  max-height: 550px;
  overflow: hidden;
}
.single-historic_house .section-3 .full-width-image-slider-row .carousel-inner > .item > img {
  width: 100%;
}
.single-historic_house .section-3 .full-width-accordion-row .panel-group .panel {
  margin-bottom: -5px;
  border-radius: 0px;
}
.single-historic_house .section-3 .full-width-accordion-row .panel-group .panel-default a > .panel-heading {
  background-color: #e5e5e5;
  border-color: transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-historic_house .section-3 .full-width-accordion-row .panel-group .panel-default a > .panel-heading:hover {
  background-color: #cccccc;
}
.single-historic_house .section-3 .full-width-accordion-row .panel-group .panel-default a > .panel-heading .panel-title {
  color: #353535;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 24px;
  text-transform: none;
  letter-spacing: 0px;
}
.single-historic_house .section-3 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading {
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.single-historic_house .section-3 .full-width-accordion-row .panel-group .panel-default:nth-child(even) a > .panel-heading:hover {
  background-color: #dedede;
}
.single-historic_house .section-3 .nav-tabs {
  border-bottom: 10px solid #e2e1db;
}
.single-historic_house .section-3 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.6;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
  background-color: #f1f1f1;
  color: #353535;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-historic_house .section-3 .nav-tabs > li > a:hover {
  background-color: #e2e1db;
}
.single-historic_house .section-3 .nav-tabs > li.active > a,
.single-historic_house .section-3 .nav-tabs > li.active > a:hover,
.single-historic_house .section-3 .nav-tabs > li.active > a:focus {
  color: #353535;
  background-color: #e2e1db;
  border: 1px solid #e2e1db;
  border-bottom-color: transparent;
  cursor: default;
}
.single-historic_house .section-3 .carousel-inner {
  width: 90%;
  margin: 0 auto;
}
.single-historic_house .section-3 .slide-arrow {
  fill: none;
  stroke: #838383;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.single-historic_house .section-3 .carousel-control.left {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-historic_house .section-3 .carousel-control.left:hover .slide-arrow {
  stroke: #505050;
}
.single-historic_house .section-3 .carousel-control.right {
  filter: none;
  background-repeat: no-repeat;
  background-image: none;
}
.single-historic_house .section-3 .carousel-control.right:hover .slide-arrow {
  stroke: #505050;
}
.single-historic_house .section-3 .prev-slide {
  position: absolute;
  top: 40%;
  left: 0px;
}
.single-historic_house .section-3 .next-slide {
  position: absolute;
  top: 40%;
  right: 0px;
}
.single-historic_house .section-3 .columns-image-row img {
  margin-bottom: 10px;
  width: 100%;
}
.single-historic_house .section-4 {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
  border-top: 1px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 30px;
}
.single-historic_house .section-4 .information-section-wrapper {
  text-align: center;
}
.single-historic_house .section-4 .information-section-wrapper .more-information-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.single-historic_house .section-4 .information-section-wrapper .single-information-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.single-historic_house .section-5 {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #ee8027;
}
.single-historic_house .section-5 .cta-content-wrapper .cta-title {
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 700;
  color: #ffffff;
}
.single-historic_house .section-5 .cta-content-wrapper .cta-content {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #ffffff;
}
.single-historic_house .section-5 .cta-content-wrapper .cta-button {
  text-align: center;
  margin-top: 30px;
}
.single-historic_house .section-5 .cta-content-wrapper .cta-button a {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 60px;
  border-radius: 60px;
  background-color: #ffffff;
  color: #ee8027;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.single-historic_house .section-5 .cta-content-wrapper .cta-button a:hover {
  color: #ffffff;
  background-color: #c55e11;
}
.single-historic_house .section-footer {
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
.single-historic_house .section-footer .footer-content {
  width: 90%;
  margin: auto;
}
.single-historic_house .section-footer .footer-cta-title {
  text-align: center;
  margin-bottom: 30px;
}
.single-historic_house .section-footer .footer-cta-title h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  line-height: 48px;
  text-transform: uppercase;
}
.single-historic_house .section-footer .footer-cta-content {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  font-size: 24px;
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-weight: 500;
}
.single-historic_house .social-media-cta {
  margin-bottom: 40px;
}
.single-historic_house .social-media-cta .social-media-wrapper {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-historic_house .social-media-cta .social-media-color-overlay {
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(145, 175, 186, 0.8);
}
.single-historic_house .social-media-cta #instagram-svg {
  float: right;
  width: 126px;
  height: 126px;
  transform: translate(0%, 50%);
}
.single-historic_house .social-media-cta .instagram {
  fill: #fff;
}
.single-historic_house .social-media-cta .social-media-cta-content-wrapper {
  width: 100%;
  padding: 20px;
  margin: auto;
}
.single-historic_house .social-media-cta .social-media-cta-content-wrapper h2 {
  font-size: 70px;
  color: #fff;
  line-height: 70px;
}
.single-historic_house .social-media-cta .social-media-cta-content-wrapper h4 {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
}
.single-historic_house .social-media-cta .social-media-cta-content-wrapper p {
  font-family: "kepler-std-semicondensed-cap", Times, serif;
  font-size: 28px;
  color: #fff;
}

/* Large devices (large desktops, 2000px and up) */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1399px) {
  .single-historic_house .section-2 .main-image-wrapper figcaption {
    margin: auto;
  }
  .single-historic_house .section-2 .main-image-wrapper img {
    max-width: 1400px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .single-historic_house .section-3 .sticky-wrapper {
    width: 220px;
  }
  .single-historic_house .section-footer .col-md-5,
.single-historic_house .section-footer .col-lg-5 {
    width: 33.3333333333%;
  }
  .single-historic_house .section-footer .featured-image-wrapper {
    height: auto;
  }
  .single-historic_house .section-footer .featured-image-wrapper .endangered-overlay {
    width: 98%;
    height: 95%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .single-historic_house #inner-content {
    margin-top: 155px;
  }
  .single-historic_house .section-header .featured-image-wrapper {
    width: 60px;
    height: 60px;
  }
  .single-historic_house .section-1 {
    height: 300px;
  }
  .single-historic_house .section-3 .main-content-wrapper {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding-left: 0px;
  }
  .single-historic_house .section-footer .footer-cta-content {
    padding: 0px 15px;
  }
  .single-historic_house .social-media-cta #instagram-svg {
    transform: translate(0%, 40%);
  }
  .single-historic_house .social-media-cta .social-media-cta-content-wrapper h2 {
    font-size: 54px;
    line-height: 54px;
  }
  .single-historic_house .social-media-cta .social-media-cta-content-wrapper h4 {
    font-size: 28px;
    line-height: 28px;
  }
  .single-historic_house .social-media-cta .social-media-cta-content-wrapper p {
    font-size: 20px;
  }
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .single-historic_house .go-to-top {
    width: 40px;
    height: 40px;
  }
  .single-historic_house .custom-addthis {
    display: none;
  }
  .single-historic_house .section-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .single-historic_house .section-header .heading-wrapper .heading-title h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .single-historic_house .section-1 {
    height: 200px;
  }
  .single-historic_house .section-1 .title-wrapper h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .single-historic_house .section-1 .sub-title-wrapper {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-historic_house .section-3 .main-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    padding-left: 0px;
  }
  .single-historic_house .section-3 .main-content-wrapper .alignright {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-historic_house .section-3 .main-content-wrapper .alignleft {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .single-historic_house .section-3 .main-content-wrapper .carousel-inner {
    width: 85%;
  }
  .single-historic_house .section-3 .main-content-wrapper .prev-slide,
.single-historic_house .section-3 .main-content-wrapper .next-slide {
    top: 45%;
  }
  .single-historic_house .section-3 .main-content-wrapper #Next_Slide {
    height: 30px;
  }
  .single-historic_house .section-3 .main-content-wrapper #Previous_Slide {
    height: 30px;
  }
  .single-historic_house .section-3 .main-content-wrapper .full-width-headline-subtitle-button-row a {
    display: inline-block;
    float: none;
    margin: 15px auto;
  }
  .single-historic_house .section-4 .cta-content-wrapper {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-historic_house .section-4 .cta-content-wrapper .cta-title {
    font-size: 28px;
    line-height: 32px;
  }
  .single-historic_house .section-4 .cta-content-wrapper .cta-content {
    font-size: 18px !important;
    font-size: 24px;
  }
  .single-historic_house .section-4 .cta-content-wrapper .cta-button a {
    font-size: 14px;
    padding: 15px 20px;
  }
  .single-historic_house .section-footer .footer-cta-title h2 {
    font-size: 28px;
    line-height: 34px;
    padding: 0px 30px;
  }
  .single-historic_house .section-footer .footer-cta-content {
    padding: 0px 30px;
    font-size: 20px;
    line-height: 26px;
  }
  .single-historic_house .social-media-cta #instagram-svg {
    float: none;
    transform: none;
    margin-top: 30px;
  }
  .single-historic_house .social-media-cta .social-media-cta-icon {
    text-align: center;
  }
  .single-historic_house .social-media-cta .social-media-cta-content-wrapper {
    width: 90%;
    padding: 0px 20px;
  }
  .single-historic_house .social-media-cta .social-media-cta-content-wrapper h2 {
    font-size: 42px;
    line-height: 42px;
    text-align: center;
  }
  .single-historic_house .social-media-cta .social-media-cta-content-wrapper h4 {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }
  .single-historic_house .social-media-cta .social-media-cta-content-wrapper p {
    font-size: 20px;
    text-align: center;
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
.footer,
.print-order,
nav {
    display: none;
  }
}