@charset "UTF-8";
/**
 * Concise Framework
 * https://github.com/ConciseCSS/concise.css
 *
 * Copyright 2015 Concise Team
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%; }

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

details {
  display: block; }

input[type="number"] {
  width: auto; }

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

main,
summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

textarea {
  overflow: auto; }

template,
[hidden] {
  display: none; }

[unselectable] {
  user-select: none; }

:root {
  box-sizing: border-box;
  color: #666;
  cursor: default;
  font-family: "Lato", "Arial", sans-serif;
  font-size: 14.875px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  vertical-align: top; }
  @media (min-width: 30em) {
    :root {
      font-size: 17px; } }

*,
::after,
::before {
  box-sizing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  cursor: inherit;
  margin: 0;
  padding: 0; }

body {
  background-color: #f6f5ee; }

a,
button,
input[type="submit"],
input,
select,
textarea {
  cursor: initial; }

hr {
  border: 0;
  border-top: 1px dashed #cbc6ad;
  display: block;
  height: 1px;
  margin: 12px 0; }

figure {
  margin: 24px 1em; }

figcaption {
  color: #aaa;
  font-style: italic;
  text-align: center; }

::selection {
  background-color: #d6d6d6; }

::-moz-selection {
  background-color: #d6d6d6; }

blockquote {
  border-left: 1px solid #cbc6ad;
  color: #aaa;
  margin-bottom: 20px;
  padding: 0 1em; }
  blockquote cite,
  blockquote footer {
    display: block;
    font-size: 80%;
    font-style: italic;
    margin-top: 10px; }
  blockquote cite:before,
  blockquote footer:before {
    content: "\2014 \00A0"; }

.blockquote--reverse {
  border-left: none;
  border-right: 1px solid #cbc6ad;
  text-align: right; }

button,
input[type="submit"],
.button {
  background-color: #4591aa;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  line-height: 48px;
  overflow: visible;
  padding: 0 2.5em;
  text-align: center;
  text-decoration: none;
  transition: 150ms;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover,
  input[type="submit"]:hover,
  button:focus,
  input[type="submit"]:focus,
  .button:hover,
  .button:focus {
    background-color: #75b3c7;
    color: inherit;
    text-decoration: none; }
  button:focus,
  input[type="submit"]:focus,
  button:active,
  input[type="submit"]:active,
  .button:focus,
  .button:active {
    outline: none; }
  button:active,
  input[type="submit"]:active,
  .button:active {
    background-color: #63a8bf; }
  button[disabled],
  input[disabled][type="submit"],
  .button[disabled] {
    background-color: gainsboro;
    color: white;
    cursor: not-allowed; }

.button--muted {
  background-color: #aaa; }
  .button--muted:hover,
  .button--muted:focus {
    background-color: #d0d0d0; }
  .button--muted:active {
    background-color: #c3c3c3; }

.button--primary {
  background-color: #4591aa; }
  .button--primary:hover,
  .button--primary:focus {
    background-color: #75b3c7; }
  .button--primary:active {
    background-color: #63a8bf; }

.button--success {
  background-color: #45ca69; }
  .button--success:hover,
  .button--success:focus {
    background-color: #81db99; }
  .button--success:active {
    background-color: #6dd589; }

.button--warning {
  background-color: #ffb800; }
  .button--warning:hover,
  .button--warning:focus {
    background-color: #ffcd4d; }
  .button--warning:active {
    background-color: #ffc633; }

.button--error {
  background-color: #ca4829; }
  .button--error:hover,
  .button--error:focus {
    background-color: #df7961; }
  .button--error:active {
    background-color: #db674b; }

.button--xsm {
  font-size: 0.70588em;
  line-height: 32px;
  padding: 0 1.5em; }

.button--sm {
  font-size: 0.82353em;
  line-height: 40px;
  padding: 0 2em; }

.button--lg {
  font-size: 1.05882em;
  line-height: 56px;
  padding: 0 3em; }

.button--xlg {
  font-size: 1.05882em;
  line-height: 64px;
  padding: 0 3.5em; }

.button--full {
  width: 100%; }

.button--pill {
  border-radius: 25px; }

.button--flat {
  background-color: transparent;
  color: #666; }
  .button--flat:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #666; }
  .button--flat[disabled] {
    background-color: transparent;
    color: #aaa; }

.button--collapse {
  width: 100%; }
  @media (min-width: 30em) {
    .button--collapse {
      width: auto; } }

@media (min-width: 30em) {
  form,
  form [row] {
    margin-bottom: 24px; } }

input,
select,
textarea {
  border: 1px solid #cbc6ad;
  border-radius: 3px;
  height: 32px;
  padding: 0 0.75em;
  transition: 150ms;
  width: 100%;
  margin: 0 0.25em 0 0; }
  input:focus,
  select:focus,
  textarea:focus {
    border-color: #36738e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(47, 76, 90, 0.5);
    outline: none; }
  input[disabled],
  select[disabled],
  textarea[disabled] {
    background-color: #f5f5f5;
    cursor: not-allowed; }

input {
  line-height: normal;
  min-height: 24px; }
  @media (min-width: 48em) {
    input {
      min-height: 32px; } }
  @media (min-width: 70em) {
    input {
      min-height: 40px; } }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus,
  input[type="range"]:focus,
  input[type="file"]:focus,
  input[type="color"]:focus,
  input[type="submit"]:focus {
    border-color: transparent;
    box-shadow: none;
    outline: none; }
  input[type="submit"] {
    line-height: normal; }
    input[type="submit"].button {
      border-radius: 0; }

label {
  display: block;
  font-size: 1.05882em; }

#frmSearch label {
  display: inline-block !important;
  margin: 1em 0.5em 0 0;
  border: 1px solid #ccc;
  padding: 0 7px;
  border-radius: 5px;
  min-width: 30%;
  width: auto; }
  #frmSearch label input:after {
    border-right: 1px solid #ccc; }
  @media (min-width: 48em) {
    #frmSearch label {
      padding: 0 10px;
      margin: 1em 1em 0 0; } }
  #frmSearch label:hover {
    cursor: pointer; }

fieldset {
  border: 1px solid #cbc6ad;
  border-radius: 3px;
  padding: 24px 1em;
  margin-bottom: 24px; }

legend {
  font-size: 0.82353em;
  font-weight: bold;
  padding: 0 1em; }

input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"] {
  height: auto;
  width: auto; }

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
  padding: 0;
  vertical-align: middle; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin: 0 0 0 0.5em;
  line-height: 30px;
  vertical-align: middle; }

input[type="file"] {
  border: none;
  line-height: 100%;
  padding: 0; }

textarea {
  height: auto;
  padding: 8px 1em;
  resize: vertical; }

select {
  background-color: transparent;
  border-radius: 5px;
  padding: 0; }
  select[disabled] {
    color: #aaa; }
  select[multiple] {
    height: auto; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }
  select option {
    padding: 0 0.75em; }

input[type="range"] {
  border: none;
  padding: 0;
  width: 100%;
  -webkit-appearance: none; }
  input[type="range"]:focus {
    outline: none; }
  input[type="range"]::-webkit-slider-runnable-track {
    background-color: gainsboro;
    border: none;
    border-radius: 3px;
    height: 5px; }
  input[type="range"]::-webkit-slider-thumb {
    border: none;
    border-radius: 50%;
    background-color: #4591aa;
    height: 16px;
    margin-top: -5px;
    width: 16px;
    -webkit-appearance: none; }
  input[type="range"]::-moz-range-track {
    background-color: gainsboro;
    border: none;
    border-radius: 3px;
    height: 5px; }
  input[type="range"]::-moz-range-thumb {
    border: none;
    border-radius: 50%;
    background-color: #4591aa;
    height: 16px;
    margin-top: -5px;
    width: 16px; }
  input[type="range"]::-ms-track {
    background-color: gainsboro;
    border: none;
    border-radius: 3px;
    color: transparent;
    height: 5px; }
  input[type="range"]::-ms-thumb {
    border: none;
    border-radius: 50%;
    background-color: #4591aa;
    height: 16px;
    margin-top: -5px;
    width: 16px; }

.input--help {
  color: #aaa;
  display: block;
  font-size: 0.70588em;
  font-weight: bold;
  margin-top: 8px; }

.form--inline input,
.form--inline select,
.form--inline textarea {
  margin-bottom: 20px; }

@media (min-width: 30em) {
  .form--inline input,
  .form--inline select,
  .form--inline textarea {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: auto; }
  .form--inline label {
    display: inline;
    margin-right: .5em;
    vertical-align: middle; }
  .form--inline input + label {
    margin-left: 1em; } }

.input--small {
  font-size: 0.70588em;
  height: 24px; }

.input--large {
  height: 48px;
  font-size: 0.94118em; }

.input--flat {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none; }
  .input--flat:focus {
    border-color: #36738e; }

.input--success {
  background-color: rgba(69, 202, 105, 0.15);
  border-color: #45ca69; }
  .input--success:focus {
    border-color: #45ca69; }

.input--warning {
  background-color: rgba(255, 184, 0, 0.15);
  border-color: #ffb800; }
  .input--warning:focus {
    border-color: #ffb800; }

.input--error {
  background-color: rgba(202, 72, 41, 0.15);
  border-color: #ca4829; }
  .input--error:focus {
    border-color: #ca4829; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.giga, .mega, .kilo {
  color: #d26231;
  font-family: "Slabo 13px", serif;
  line-height: 1.25em;
  font-weight: 200; }
  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,
  .giga small,
  .giga .small, .mega small,
  .mega .small, .kilo small,
  .kilo .small {
    color: #aaa;
    font-weight: lighter;
    vertical-align: 0; }

h1, h2, h3,
.h1, .h2, .h3,
.giga, .mega, .kilo {
  margin: 20px 0 10px; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small,
  .giga small,
  .giga .small, .mega small,
  .mega .small, .kilo small,
  .kilo .small {
    font-size: 65%; }

h4, h5, h6,
.h4, .h5, .h6 {
  margin: 10px 0; }
  h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1,
.h1 {
  font-size: 2.11765em; }
  @media (min-width: 48em) {
    h1,
    .h1 {
      font-size: 2.82353em; } }

h2,
.h2 {
  font-size: 1.58824em; }
  @media (min-width: 48em) {
    h2,
    .h2 {
      font-size: 2.11765em; } }

h3,
.h3 {
  font-size: 1.23529em; }
  @media (min-width: 48em) {
    h3,
    .h3 {
      font-size: 1.64706em; } }

h4,
.h4 {
  font-size: 1.41176em; }

h5,
.h5 {
  font-size: 1.17647em; }

h6,
.h6 {
  font-size: 1.05882em; }

.giga {
  font-size: 3.52941em; }
  @media (min-width: 48em) {
    .giga {
      font-size: 4.70588em; } }

.mega {
  font-size: 2.82353em; }
  @media (min-width: 48em) {
    .mega {
      font-size: 3.76471em; } }

.kilo {
  font-size: 2.29412em; }
  @media (min-width: 48em) {
    .kilo {
      font-size: 3.05882em; } }

ul,
ol {
  padding-left: 1.5em;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

ul ul {
  list-style-type: square; }

ul ol {
  list-style-type: lower-roman; }

ol ol {
  list-style-type: lower-roman; }

ol ul {
  list-style-type: square; }

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

.list--inline {
  padding-left: 0; }
  .list--inline li {
    display: inline;
    list-style: none;
    padding-left: 1.5em; }
    .list--inline li:first-child {
      padding-left: 0; }

dl {
  margin-bottom: 24px; }

dt {
  font-weight: bold; }

dt,
dd {
  margin-bottom: 10px; }

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

@media print {
  @page {
    margin: .5cm; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    filter: none !important;
    text-shadow: none !important; }
  :root {
    background-color: white;
    color: black;
    font: 11pt/1.3 "Georgia", "Times New Roman", "Times", serif; }
  img {
    max-width: 100% !important;
    page-break-after: avoid;
    page-break-inside: avoid; }
  .show--print {
    display: block;
    visibility: visible; }
  .hide--print,
  video,
  audio,
  object,
  embed,
  nav,
  footer,
  a[href^="#"]:after {
    display: none;
    visibility: hidden; }
  p,
  h2, h3,
  .h2, .h3 {
    orphans: 3;
    widows: 3; }
  h2, h3,
  .h2, .h3 {
    page-break-after: avoid; }
  a,
  a:visited {
    color: black;
    font-size: .57em;
    text-decoration: underline;
    word-wrap: break-word; }
    a[href]:after,
    a:visited[href]:after {
      content: " (" attr(href) ")";
      font-size: smaller; }
  q:after {
    content: " (Source: " attr(cite) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  code {
    background-color: none;
    border: 1px solid #cbc6ad;
    page-break-inside: avoid; }
  blockquote {
    border: none;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  ol {
    padding-left: 1.25em; }
  ul {
    padding-left: 0;
    list-style: none; }
    ul ul,
    ul ul ul {
      padding-left: 1.5em; }
  ul li,
  ol li {
    content: "&raquo; "; } }

@media print and (min-width: 30em) {
  table {
    page-break-inside: avoid;
    width: 100% !important; }
    table th,
    table td {
      line-height: 40px !important; } }

@media print {
  .badge,
  .badge:before,
  .badge *:after,
  .label,
  .label:before,
  .label *:after,
  .spinner,
  .spinner:before,
  .spinner *:after,
  .tooltip,
  .tooltip:before,
  .tooltip *:after,
  [data-hint],
  [data-hint]:before,
  [data-hint] *:after,
  .progress,
  .progress:before,
  .progress *:after,
  .breadcrumbs,
  .breadcrumbs:before,
  .breadcrumbs *:after,
  .modal,
  .modal:before,
  .modal *:after,
  .alert,
  .alert:before,
  .alert *:after {
    display: none;
    visibility: hidden; } }

table {
  border: 1px solid #cbc6ad;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin-bottom: 24px;
  width: 100%; }
  table caption {
    color: #666;
    font-size: 85%;
    font-style: italic;
    line-height: 48px;
    text-align: center; }
  table thead {
    background-color: #f5f5f5;
    text-align: left; }
  table th,
  table td {
    border-right: 1px solid #cbc6ad;
    line-height: 24px;
    overflow: visible;
    padding: 8px 1em; }
    @media (min-width: 30em) {
      table th,
      table td {
        line-height: 48px; } }
    table th:last-child,
    table td:last-child {
      border-right: none; }
  table tr,
  table td {
    transition: background-color 150ms; }
  @media (min-width: 30em) {
    table {
      width: auto; }
      table th,
      table td {
        padding: 0 2.5em; } }

.table--responsive {
  overflow: auto;
  width: 100%; }
  .table--responsive::-webkit-scrollbar {
    height: 14px;
    width: 14px;
    -webkit-appearance: none; }
  .table--responsive::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.2);
    border: 3px solid white;
    border-radius: 8px; }
  .table--responsive table {
    margin-bottom: 0; }

.table--full {
  width: 100%; }

.table--border {
  border: 1px solid #cbc6ad; }
  .table--border thead,
  .table--border td {
    border-bottom: 1px solid #cbc6ad; }

.table--borderOuter {
  border: 1px solid #cbc6ad; }
  .table--borderOuter th,
  .table--borderOuter td {
    border-right: none; }

.table--borderHorizontal thead,
.table--borderHorizontal td {
  border-bottom: 1px solid #cbc6ad; }

.table--borderHorizontal th,
.table--borderHorizontal td {
  border-right: none; }

.table--flat {
  border: none; }
  .table--flat td {
    border-bottom: none; }
  .table--flat th,
  .table--flat td {
    border-right: none; }

.table--fillEven tbody tr:nth-child(even) {
  background-color: #f5f5f5; }

.table--fillOdd tbody tr:nth-child(odd) {
  background-color: #f5f5f5; }

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

.table--hoverCell tbody td:hover {
  background-color: #f5f5f5; }

i,
em,
.italic {
  font-style: italic; }

b,
strong,
.bold {
  font-weight: bold; }

small,
.small {
  font-size: 75%;
  vertical-align: text-bottom; }

p {
  margin-bottom: 20px;
  word-break: break-word; }

a {
  background-color: transparent;
  color: #4591aa;
  cursor: pointer;
  text-decoration: none;
  transition: 150ms;
  word-break: break-word;
}
  a:hover,
  a:focus {
    color: #2f6374; }

h1 a, h2 a, h3 a,
.h1 a, .h2 a, .h3 a {
  color: #666; }
  h1 a:hover,
  h1 a:focus, h2 a:hover,
  h2 a:focus, h3 a:hover,
  h3 a:focus,
  .h1 a:hover,
  .h1 a:focus, .h2 a:hover,
  .h2 a:focus, .h3 a:hover,
  .h3 a:focus {
    color: #4591aa;
    text-decoration: none; }

abbr[title] {
  border-bottom: 1px dotted #cbc6ad;
  cursor: help; }

code,
pre,
kbd,
samp {
  font-family: "Consolas", monospace;
  font-size: 0.82353em; }

pre {
  padding: 16px 1.5em; }

code {
  vertical-align: middle;
  white-space: nowrap; }

code,
pre {
  background-color: #f5f5f5;
  border: 1px solid #cbc6ad;
  border-radius: 3px;
  color: #595959;
  margin-bottom: 24px; }

code {
  padding: 2px 3px; }

pre code {
  background-color: transparent;
  border: none;
  padding: 0;
  vertical-align: inherit;
  white-space: pre; }

.pre--flat {
  background-color: transparent;
  border: 0;
  border-radius: none;
  padding: 0; }

kbd {
  background-color: transparent;
  border: 1px solid #cbc6ad;
  border-radius: 3px;
  box-shadow: 0 2px 0 -1px white, 0 2px 0 #c8c3a8;
  display: inline-block;
  line-height: 1.75;
  margin: -3px 2px 0;
  padding: 2px 6px 0;
  white-space: nowrap; }

address {
  font-style: normal; }

[container] {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

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

[column] {
  box-sizing: border-box;
  float: left;
  margin-bottom: 0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 48em) {
  [column~="1"] {
    width: 8.33333%; }
  [column~="2"] {
    width: 16.66667%; }
  [column~="3"] {
    width: 25%; }
  [column~="4"] {
    width: 33.33333%; }
  [column~="5"] {
    width: 41.66667%; }
  [column~="6"] {
    width: 50%; }
  [column~="7"] {
    width: 58.33333%; }
  [column~="8"] {
    width: 66.66667%; }
  [column~="9"] {
    width: 75%; }
  [column~="10"] {
    width: 83.33333%; }
  [column~="11"] {
    width: 91.66667%; }
  [column~="12"] {
    width: 100%; }
  [column~="+1"] {
    margin-left: 8.33333%; }
  [column~="+2"] {
    margin-left: 16.66667%; }
  [column~="+3"] {
    margin-left: 25%; }
  [column~="+4"] {
    margin-left: 33.33333%; }
  [column~="+5"] {
    margin-left: 41.66667%; }
  [column~="+6"] {
    margin-left: 50%; }
  [column~="+7"] {
    margin-left: 58.33333%; }
  [column~="+8"] {
    margin-left: 66.66667%; }
  [column~="+9"] {
    margin-left: 75%; }
  [column~="+10"] {
    margin-left: 83.33333%; }
  [column~="+11"] {
    margin-left: 91.66667%; } }

.text--muted {
  color: #aaa !important; }

.bg--muted {
  background-color: #aaa !important; }

.text--primary {
  color: #4591aa !important; }

.bg--primary {
  background-color: #4591aa !important; }

.text--success {
  color: #45ca69 !important; }

.bg--success {
  background-color: #45ca69 !important; }

.text--warning {
  color: #ffb800 !important; }

.bg--warning {
  background-color: #ffb800 !important; }

.text--error {
  color: #ca4829 !important; }

.bg--error {
  background-color: #ca4829 !important; }

.show--xsm,
.hide--sm,
.hide--md,
.hide--lg,
.hide--xlg,
.hide--print,
.hide--hd {
  display: block;
  visibility: visible; }

.hide--xsm,
.show--sm,
.show--md,
.show--lg,
.show--xlg,
.show--print,
.show--hd {
  display: none;
  visibility: hidden; }

@media (min-width: 48em) {
  .show--sm,
  .hide--xsm,
  .hide--md,
  .hide--lg,
  .hide--xlg {
    display: block;
    visibility: visible; }
  .hide--sm,
  .show--xsm,
  .show--md,
  .show--lg,
  .show--xlg {
    display: none;
    visibility: hidden; } }

@media (min-width: 60em) {
  .show--md,
  .hide--sm,
  .hide--xsm,
  .hide--lg,
  .hide--xlg {
    display: block;
    visibility: visible; }
  .hide--md,
  .show--sm,
  .show--xsm,
  .show--lg,
  .show--xlg {
    display: none;
    visibility: hidden; } }

@media (min-width: 70em) {
  .show--lg,
  .hide--xsm,
  .hide--sm,
  .hide--md,
  .hide--xlg {
    display: block;
    visibility: visible; }
  .hide--lg,
  .show--xsm,
  .show--sm,
  .show--md,
  .show--xlg {
    display: none;
    visibility: hidden; } }

@media (min-width: 80em) {
  .show--xlg,
  .hide--xsm,
  .hide--sm,
  .hide--md,
  .hide--lg {
    display: block;
    visibility: visible; }
  .hide--xlg,
  .show--xsm,
  .show--sm,
  .show--md,
  .show--lg {
    display: none;
    visibility: hidden; } }

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .show--hd {
    display: block;
    visibility: visible; }
  .hide--hd {
    display: none;
    visibility: hidden; } }

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

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

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

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

.float--none {
  float: none; }

.float--right, .alignright {
  float: none; }
  @media (min-width: 48em) {
    .float--right, .alignright {
      float: right;
      margin: 0 0 1em 2em; } }

.float--left, .alignleft {
  float: none; }
  @media (min-width: 48em) {
    .float--left, .alignleft {
      float: left;
      margin: 0 2em 1em 0; } }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.wp-caption-text {
  font-style: italic;
  font-size: 0.9em; }

.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
  text-align: center; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.center--all {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%); }

.media--fluid {
  max-width: 100%;
  height: auto; }

.screenreader {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .screenreader:active,
  .screenreader:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

/**
 * Concise UI
 * https://github.com/ConciseCSS/concise.css
 *
 * Copyright 2015 Concise Team
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
.alert {
  background-color: #f5f5f5;
  border: 1px solid #cbc6ad;
  border-radius: 3px;
  color: inherit;
  font-size: 0.82353em;
  margin: 20px 0;
  padding: 8px 1em;
  position: relative; }
  .alert p {
    margin: 0; }
  .alert a {
    color: #333333; }
    .alert a:hover {
      text-decoration: underline; }

.alert-close {
  color: inherit;
  float: right;
  opacity: .5;
  transition: opacity 150ms; }
  .alert-close:hover {
    opacity: 1; }
  .alert-close:hover,
  .alert-close:focus {
    text-decoration: none; }

a.alert-close:hover {
  text-decoration: none; }

.alert--muted {
  background-color: rgba(170, 170, 170, 0.15);
  border-color: rgba(170, 170, 170, 0.2);
  color: #909090; }
  .alert--muted a {
    color: #777777; }

.alert--primary {
  background-color: rgba(69, 145, 170, 0.15);
  border-color: rgba(69, 145, 170, 0.2);
  color: #367286; }
  .alert--primary a {
    color: #285361; }

.alert--success {
  background-color: rgba(69, 202, 105, 0.15);
  border-color: rgba(69, 202, 105, 0.2);
  color: #31ab52; }
  .alert--success a {
    color: #25843f; }

.alert--warning {
  background-color: rgba(255, 184, 0, 0.15);
  border-color: rgba(255, 184, 0, 0.2);
  color: #cc9300; }
  .alert--warning a {
    color: #996e00; }

.alert--error {
  background-color: rgba(202, 72, 41, 0.15);
  border-color: rgba(202, 72, 41, 0.2);
  color: #a03920; }
  .alert--error a {
    color: #752a18; }

.badge {
  background-color: #4591aa;
  border-radius: 25px;
  color: white;
  display: inline-block;
  font-size: 0.70588em;
  line-height: 24px;
  padding: 0 0.75em; }

.breadcrumbs {
  background-color: #f5f5f5;
  border: 1px solid #cbc6ad;
  border-radius: 3px;
  font-size: 0.70588em;
  margin-bottom: 24px;
  padding: 8px 0.5em; }
  .breadcrumbs li {
    display: inline;
    list-style: none;
    padding-left: .75em; }
    .breadcrumbs li:after {
      color: #b7b08e;
      content: "\002f";
      padding-left: .75em; }
    .breadcrumbs li:last-child:after {
      content: "";
      padding-left: 0; }
    .breadcrumbs li.is-active,
    .breadcrumbs li.is-active a {
      color: #909090; }

.breadcrumbs--flat {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0; }

.button--bordered {
  background-color: transparent;
  border: 1px solid #4591aa;
  color: #4591aa; }
  .button--bordered:hover,
  .button--bordered:focus {
    background-color: #4591aa;
    color: white; }

.border--muted {
  border-color: #aaa;
  color: #aaa; }
  .border--muted:hover,
  .border--muted:focus {
    background-color: #aaa;
    color: white; }
  .border--muted:active {
    background-color: #c3c3c3; }

.border--primary {
  border-color: #4591aa;
  color: #4591aa; }
  .border--primary:hover,
  .border--primary:focus {
    background-color: #4591aa;
    color: white; }
  .border--primary:active {
    background-color: #63a8bf; }

.border--success {
  border-color: #45ca69;
  color: #45ca69; }
  .border--success:hover,
  .border--success:focus {
    background-color: #45ca69;
    color: white; }
  .border--success:active {
    background-color: #6dd589; }

.border--warning {
  border-color: #ffb800;
  color: #ffb800; }
  .border--warning:hover,
  .border--warning:focus {
    background-color: #ffb800;
    color: white; }
  .border--warning:active {
    background-color: #ffc633; }

.border--error {
  border-color: #ca4829;
  color: #ca4829; }
  .border--error:hover,
  .border--error:focus {
    background-color: #ca4829;
    color: white; }
  .border--error:active {
    background-color: #db674b; }

.button--prefix {
  padding-left: 0; }
  .button--prefix .prefix {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    display: inline-block;
    margin-right: 1.25em;
    padding: 0 1em;
    vertical-align: 0; }
  .button--prefix.button--bordered .prefix {
    background-image: none;
    border-right: 1px solid currentColor; }

.button--affix {
  padding-right: 0; }
  .button--affix .affix {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
    display: inline-block;
    margin-left: 1.25em;
    padding: 0 1em;
    vertical-align: 0; }
  .button--affix.button--bordered .affix {
    background-image: none;
    border-left: 1px solid currentColor; }

.card {
  background-color: white;
  border: 1px solid #cbc6ad;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative; }

.card-content {
  padding: 24px 1.5em; }

.card-title {
  display: block;
  margin-top: 10px; }

.card-content p {
  margin-bottom: 0; }

.card-content p + p {
  margin-bottom: 20px; }

.card-footer {
  border-top: 1px solid #cbc6ad;
  font-size: 0.82353em;
  padding: 16px 1.5em; }

.card-image {
  position: relative; }
  .card-image img {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%; }
  .card-image .card-title {
    bottom: 0;
    color: white;
    left: 0;
    padding: 0 1em;
    position: absolute; }

.collection {
  border: 1px solid #cbc6ad;
  border-radius: 3px;
  list-style-type: none;
  margin: 24px 0;
  padding: 0; }

.collection-item,
.collection-header {
  border-bottom: 1px solid #cbc6ad;
  display: block;
  margin: 0;
  padding: 8px 1em; }
  .collection-item:last-of-type,
  .collection-header:last-of-type {
    border-bottom: none; }
  .collection-item.is-active,
  .collection-header.is-active {
    background-color: #f5f5f5; }

a.collection-item:hover {
  background-color: #f5f5f5; }

.collection-header {
  padding: 0 1em; }

.dropdown {
  cursor: auto;
  display: inline-block;
  outline: none;
  position: relative; }
  .dropdown:focus {
    pointer-events: none; }
    .dropdown:focus .dropdown-content {
      opacity: 1;
      visibility: visible; }
  .dropdown.no-pointer-events {
    pointer-events: auto !important; }
  .dropdown.no-visibility .dropdown-content {
    display: none;
    visibility: visible !important; }
  .dropdown.no-visibility:focus .dropdown-content {
    display: block; }
  .dropdown.no-opacity .dropdown-content {
    opacity: 1 !important; }

.dropdown-content {
  background-color: white;
  border: 1px solid #cbc6ad;
  color: #666;
  left: 0;
  margin-top: 8px;
  opacity: 0;
  padding: 8px 1em;
  pointer-events: auto;
  position: absolute;
  text-align: left;
  transition: all 150ms;
  visibility: hidden;
  width: 200px;
  z-index: 1; }
  .dropdown-content:before,
  .dropdown-content:after {
    border: solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    left: 1.5em;
    pointer-events: none;
    position: absolute;
    width: 0; }
  .dropdown-content:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #cbc6ad;
    border-width: 7px;
    margin-left: -7px; }
  .dropdown-content:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: white;
    border-width: 6px;
    margin-left: -6px; }
  .dropdown-content li {
    font-size: 0.82353em;
    list-style-type: none;
    margin: 0;
    padding: 8px 1em;
    transition: background-color 150ms;
    white-space: nowrap; }
    .dropdown-content li:hover {
      background-color: #f5f5f5; }

ul.dropdown-content,
ol.dropdown-content {
  padding: 0; }

.dropdown--hover:hover {
  pointer-events: none; }
  .dropdown--hover:hover .dropdown-content {
    opacity: 1;
    visibility: visible; }

.dropdown--small .dropdown-content {
  width: 150px; }

.dropdown--large .dropdown-content {
  width: 300px; }

.dropdown--top .dropdown-content {
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 8px; }
  .dropdown--top .dropdown-content:before,
  .dropdown--top .dropdown-content:after {
    top: 100%; }
  .dropdown--top .dropdown-content:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: white; }
  .dropdown--top .dropdown-content:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #cbc6ad; }

.group {
  display: inline-block;
  margin-bottom: 24px;
  padding: 0; }
  .group:before,
  .group:after {
    content: "";
    display: table; }
  .group:after {
    clear: both; }
  .group span {
    margin-top: 0; }

.group-item {
  border: 1px solid #cbc6ad;
  display: inline-block;
  float: left;
  font-size: 0.82353em;
  line-height: 32px;
  list-style: none;
  padding: 0 1em;
  transition: background-color 150ms; }
  .group-item:not(:first-child) {
    margin: 0 0 0 -1px; }
  .group-item:hover {
    background-color: #f5f5f5; }
  .group-item:first-child {
    border-radius: 3px 0 0 3px; }
  .group-item:last-child {
    border-radius: 0 3px 3px 0; }
  .group-item.is-active {
    background-color: #f5f5f5; }

.label {
  background-color: #4591aa;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 0.70588em;
  line-height: 24px;
  padding: 0 1em; }

.modal {
  background-color: rgba(40, 46, 49, 0.5);
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity ease-in 150ms;
  z-index: 1000002; }
  .modal:target {
    opacity: 1;
    pointer-events: auto; }

.modal-container {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  margin: 15% auto;
  position: relative;
  width: 90%; }
  @media (min-width: 48em) {
    .modal-container {
      width: 526px; } }

.modal-header {
  background-color: #4591aa;
  color: white;
  padding: 16px 1.5em; }
  .modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6,
  .modal-header .h1, .modal-header .h2, .modal-header .h3, .modal-header .h4, .modal-header .h5, .modal-header .h6,
  .modal-header .giga, .modal-header .mega, .modal-header .kilo {
    color: inherit;
    display: inline; }

.modal-body,
.modal-footer {
  background-color: white;
  margin-top: 0; }

.modal-body {
  padding: 32px 2.5em 8px; }
  .modal-body p {
    margin-bottom: 24px; }

.modal-footer {
  border-top: 1px solid #cbc6ad;
  font-size: 0.82353em;
  margin: 0;
  padding: 24px 2.5em; }
  .modal-footer p {
    margin-bottom: 0; }

.modal-close {
  color: white;
  float: right;
  margin: 0;
  opacity: .5;
  transition: opacity 150ms; }
  .modal-close:hover {
    opacity: 1; }
  .modal-close:hover,
  .modal-close:focus {
    text-decoration: none; }

@media (min-width: 48em) {
  .modal--small .modal-container {
    width: 360px; } }

@media (min-width: 48em) {
  .modal--large .modal-container {
    width: 760px; } }

@media (min-width: 48em) {
  .modal--full .modal-container {
    width: 90%; } }

.modal--flat .modal-header {
  background-color: white;
  color: #666;
  padding: 1.5em 2.5em 0; }
  .modal--flat .modal-header h1, .modal--flat .modal-header h2, .modal--flat .modal-header h3, .modal--flat .modal-header h4, .modal--flat .modal-header h5, .modal--flat .modal-header h6,
  .modal--flat .modal-header .h1, .modal--flat .modal-header .h2, .modal--flat .modal-header .h3, .modal--flat .modal-header .h4, .modal--flat .modal-header .h5, .modal--flat .modal-header .h6 {
    color: inherit; }

.modal--flat .modal-close {
  color: #666;
  line-height: 1;
  margin: 0; }

.progress {
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(203, 198, 173, 0.25);
  box-sizing: initial;
  color: white;
  font-size: 0.64706em;
  height: 14px;
  line-height: 1.2;
  margin-bottom: 24px;
  position: relative;
  text-align: center;
  width: 100%; }

.progress > span {
  background-color: #4591aa;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: auto; }

.progress--small {
  font-size: 0.52941em;
  height: 10px;
  line-height: 1.2; }

.progress--large {
  font-size: 1em;
  height: 25px;
  line-height: 1.7; }

.progress--stacked > span {
  border-radius: 0;
  display: inline-block;
  float: left;
  margin-top: 0; }
  .progress--stacked > span:first-of-type {
    border-radius: 3px 0 0 3px; }
  .progress--stacked > span:last-of-type {
    border-radius: 0 3px 3px 0; }

.progress--striped > span:after, .progress--striped > span > span {
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.progress--striped.progress--animate > span:after, .progress--striped.progress--animate > span > span {
  animation: move 2s linear infinite; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

@-moz-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

.spinner {
  animation: rotate 0.8s infinite linear;
  border: 3px solid #b5b5b5;
  border-radius: 50%;
  border-right-color: transparent;
  height: 30px;
  margin: 24px auto;
  width: 30px; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.tooltip,
[data-hint] {
  display: inline-block;
  position: relative; }
  .tooltip:before,
  .tooltip:after,
  [data-hint]:before,
  [data-hint]:after {
    border-radius: 2px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    transition: 100ms;
    transition-delay: 0ms;
    visibility: hidden;
    z-index: 1000000; }
  .tooltip:before,
  [data-hint]:before {
    background-color: transparent;
    border: 8px solid transparent;
    content: "";
    position: absolute;
    z-index: 1000001; }
  .tooltip:after,
  [data-hint]:after {
    background-color: #282E31;
    color: white;
    content: attr(data-hint);
    font-size: 0.70588em;
    padding: 0.25em 0.5em;
    text-decoration: none;
    white-space: nowrap; }
  .tooltip:hover:before,
  .tooltip:hover:after,
  .tooltip:focus:before,
  .tooltip:focus:after,
  [data-hint]:hover:before,
  [data-hint]:hover:after,
  [data-hint]:focus:before,
  [data-hint]:focus:after {
    opacity: 1;
    visibility: visible; }
  .tooltip:hover:before,
  .tooltip:hover:after,
  [data-hint]:hover:before,
  [data-hint]:hover:after {
    transition-delay: 100ms; }

.tooltip--top:before {
  border-top-color: #282E31;
  margin-bottom: -12px; }

.tooltip--top:after {
  margin-left: -18px; }

.tooltip--top:before,
.tooltip--top:after {
  bottom: 100%;
  left: 50%; }

.tooltip--top:hover:after,
.tooltip--top:hover:before {
  transform: translateY(-8px); }

.tooltip--top:focus:after,
.tooltip--top:focus:before {
  transform: translateY(-8px);
  transition: 150ms; }

.tooltip--bottom:before {
  border-bottom-color: #282E31;
  margin-top: -12px; }

.tooltip--bottom:after {
  margin-left: -18px; }

.tooltip--bottom:before,
.tooltip--bottom:after {
  left: 50%;
  top: 100%; }

.tooltip--bottom:hover:after,
.tooltip--bottom:hover:before,
.tooltip--bottom:focus:after,
.tooltip--bottom:focus:before {
  transform: translateY(8px); }

.tooltip--right:before {
  border-right-color: #282E31;
  margin-bottom: -8px;
  margin-left: -12px; }

.tooltip--right:after {
  margin-bottom: -12px; }

.tooltip--right:before,
.tooltip--right:after {
  bottom: 50%;
  left: 105%; }

.tooltip--right:hover:after,
.tooltip--right:hover:before,
.tooltip--right:focus:after,
.tooltip--right:focus:before {
  transform: translateX(8px); }

.tooltip--left:before {
  border-left-color: #282E31;
  margin-bottom: -8px;
  margin-right: -12px; }

.tooltip--left:after {
  margin-bottom: -12px; }

.tooltip--left:before,
.tooltip--left:after {
  bottom: 50%;
  right: 100%; }

.tooltip--left:hover:after,
.tooltip--left:hover:before,
.tooltip--left:focus:after,
.tooltip--left:focus:before {
  transform: translateX(-8px); }

.tooltip--always:before,
.tooltip--always:after {
  opacity: 1;
  visibility: visible; }

.tooltip--always .tooltip--top:before,
.tooltip--always .tooltip--top:after {
  transform: translateY(-8px); }

.tooltip--always .tooltip--right:before,
.tooltip--always .tooltip--right:after {
  transform: translateY(8px); }

.tooltip--always .tooltip--bottom:before,
.tooltip--always .tooltip--bottom:after {
  transform: translateX(-8px); }

.tooltip--always .tooltip--left:before,
.tooltip--always .tooltip--left:after {
  transform: translateX(8px); }

#hdr {
  background: #243943;
  padding: 0px 0 0 0; }
  @media (min-width: 48em) {
    #hdr {
      padding: 40px 0 0 0; } }
  #hdr .top-nav {
    float: none;
    font-size: 0.9em;
    text-align: right;
    padding: 8px 0; }
    @media (min-width: 48em) {
      #hdr .top-nav {
        float: left;
        font-size: 1.0em;
        text-align: left;
        margin: 0 0 0 263px;
        padding: 0; } }
    #hdr .top-nav ul {
      margin: 0 0 0em 0;
      padding: 0; }
      @media (min-width: 48em) {
        #hdr .top-nav ul {
          margin: 0 0 1em 0; } }
      #hdr .top-nav ul li {
        display: inline-block;
        margin: 0 0.3em; }
        #hdr .top-nav ul li a {
          color: #fff; }
          #hdr .top-nav ul li a:hover {
            text-decoration: underline; }
        #hdr .top-nav ul li:before {
          color: #d26231;
          margin: 0 0.3em 0 0;
          font-size: 15px;
          content: "·"; }
          @media (min-width: 48em) {
            #hdr .top-nav ul li:before {
              font-size: 36px;
              line-height: 0.5em; } }
        #hdr .top-nav ul li:first-child {
          margin: 0 0.5em 0 0; }
          #hdr .top-nav ul li:first-child:before {
            content: " ";
            margin: 0; }
  #hdr .member-nav {
    text-align: right;
    position: relative;
    text-shadow: 1px 1px #1d2f37;
    color: #fff;
    font-size: 0.9em; }
    @media (min-width: 48em) {
      #hdr .member-nav {
        font-size: 1.1em;
        float: right; } }
    #hdr .member-nav ul {
      margin: 0;
      padding: 0; }
      #hdr .member-nav ul li {
        display: inline-block;
        list-style: none;
        margin: 0; }
        #hdr .member-nav ul li a {
          color: #fff; }
          #hdr .member-nav ul li a:hover {
            text-decoration: underline; }
      #hdr .member-nav ul .login {
        color: #d26231;
        margin: 0 0 0 1.5em;
        font-size: 1.1em;
        text-transform: uppercase; }
        #hdr .member-nav ul .login a {
          color: #d26231; }
        #hdr .member-nav ul .login:before {
          content: "\f090";
          font-family: FontAwesome;
          color: #d26231;
          margin: 0 0.5em 0 0; }
  #hdr .logo {
    margin: -35px 0 0 0;
    position: absolute; }
    @media (min-width: 48em) {
      #hdr .logo {
        margin: -100px 0 0 0;
        position: absolute; } }
    #hdr .logo a {
      display: block; }
      @media (min-width: 48em) {
        #hdr .logo a {
          position: relative;
          z-index: 1001; } }
    #hdr .logo img {
      width: 30%; }
      @media (min-width: 48em) {
        #hdr .logo img {
          width: 60%; } }
      @media (min-width: 60em) {
        #hdr .logo img {
          width: 100%; } }
    #hdr .logo span {
      display: none; }

.cta {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d27d58+0,cc6b41+100 */
  background: #d27d58;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d27d58 0%, #cc6b41 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d27d58 0%, #cc6b41 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d27d58 0%, #cc6b41 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d27d58', endColorstr='#cc6b41',GradientType=0 );
  /* IE6-9 */
  color: #fff !important;
  text-shadow: 1px 1px #b34f29;
  padding: 5px 8px;
  border-radius: 5px;
  font-style: italic;
  margin: 1em 0 0 0;
  display: inline-block; }
  .cta:hover, .cta:active {
    color: #fff !important;
    background: -moz-linear-gradient(top, #c56a47 0%, #b34f29 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c56a47 0%, #b34f29 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c56a47 0%, #b34f29 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d27d58', endColorstr='#cc6b41',GradientType=0 );
    /* IE6-9 */ }
  @media (min-width: 48em) {
    .cta {
      padding: 8px 10px; } }
  .cta .fa {
    line-height: inherit !important; }

.cta2 {
  background: #e7e7e0;
  color: #93928d;
  border: 1px solid #bfbfbf;
  padding: 5px 8px;
  border-radius: 5px;
  font-style: italic;
  margin: 1em 0 0 0;
  display: inline-block; }
  .cta2:hover, .cta2:active {
    color: #fff !important;
    background: #bab38f;
    border: 1px solid #bab38f; }
  @media (min-width: 48em) {
    .cta2 {
      padding: 8px 10px; } }

#nav {
  position: relative;
  z-index: 1000; }

.nav {
  clear: both;
  -moz-box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0px 0px 10px #000;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db835c+0,d26231+100 */
  background: #db835c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #db835c 0%, #d26231 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #db835c 0%, #d26231 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #db835c 0%, #d26231 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db835c', endColorstr='#d26231',GradientType=0 ); }
  .nav ul {
    margin: 0;
    padding: 0; }
    @media (min-width: 60em) {
      .nav ul {
        text-align: left;
        margin: 0 0 0 248px; } }
    .nav ul li {
      margin: 0;
      list-style: none; }
      @media (min-width: 48em) {
        .nav ul li {
          display: inline-block; } }
      .nav ul li a {
        color: #fff;
        padding: 10px;
        font-size: 0.8em;
        text-transform: uppercase; }
        @media (min-width: 48em) {
          .nav ul li a {
            display: inline-block;
            font-size: 1.0em;
            padding: 20px 10px;
            text-shadow: 1px 2px #b34f29;
            border-right: 1px solid #bc6036;
            font-size: 0.7em; } }
        @media (min-width: 60em) {
          .nav ul li a {
            padding: 17px 10px;
            font-size: 0.9em; } }
        @media (min-width: 70em) {
          .nav ul li a {
            padding: 20px; } }
        .nav ul li a:hover {
          text-shadow: 1px 2px #cd6c43;
          text-decoration: underline; }
          @media (min-width: 60em) {
            .nav ul li a:hover {
              text-decoration: none;
              background: #e79e77;
              /* Old browsers */
              background: -moz-linear-gradient(top, #e79e77 0%, #e18555 100%);
              /* FF3.6-15 */
              background: -webkit-linear-gradient(top, #e79e77 0%, #e18555 100%);
              /* Chrome10-25,Safari5.1-6 */
              background: linear-gradient(to bottom, #e79e77 0%, #e18555 100%);
              /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
    .nav ul li:nth-last-child(2) a {
      border-right: none; }
    @media (min-width: 48em) {
      .nav ul li:last-child {
        float: right; } }
    .nav ul li:last-child a {
      background: #e79e77;
      /* Old browsers */
      background: -moz-linear-gradient(top, #e79e77 0%, #e18555 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #e79e77 0%, #e18555 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #e79e77 0%, #e18555 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e79e77', endColorstr='#e18555',GradientType=0 ); }
      .nav ul li:last-child a:before {
        content: "\f002";
        font-family: FontAwesome;
        text-align: center;
        margin: 0 1em 0 0;
        color: #c06642;
        text-shadow: none; }

.naver .naver-handle {
  color: inherit;
  cursor: pointer;
  display: none;
  text-align: right;
  text-transform: uppercase; }

.naver .naver-wrapper {
  height: auto; }

.naver.enabled .naver-handle {
  display: block; }

.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden; }
  .naver.enabled .naver-wrapper ul li {
    display: block;
    padding: 2px;
    text-align: center;
    width: 100%; }
    @media (min-width: 48em) {
      .naver.enabled .naver-wrapper ul li {
        padding: 8px; } }
    .naver.enabled .naver-wrapper ul li li:before {
      content: "-"; }
    .naver.enabled .naver-wrapper ul li li {
      padding: 1px 3px 1px 10px;
      font-size: .8em; }
      .naver.enabled .naver-wrapper ul li li:hover {
        background: none; }
    .naver.enabled .naver-wrapper ul li:hover {
      background: none; }
      @media (min-width: 48em) {
        .naver.enabled .naver-wrapper ul li:hover {
          background: #f9f9f9; } }

.nav-responsive-center.naver .naver-handle {
  text-align: center;
  padding: 5px 0; }
  .nav-responsive-center.naver .naver-handle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    text-align: center;
    color: #fff; }

.nav-responsive-center.nav-responsive-text.naver .naver-handle:before {
  content: "\f0c9 \00a0"; }

.nav-responsive-center.nav-responsive-text.naver .naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  text-align: center;
  visibility: hidden; }

.pane1, .pane2, .pane3, .pane4 {
  clear: both;
  padding: 10px 0; }
  .pane1 a, .pane2 a, .pane3 a, .pane4 a {
    text-decoration: underline; }
    .pane1 a:hover, .pane2 a:hover, .pane3 a:hover, .pane4 a:hover {
      text-decoration: none; }
  @media (min-width: 48em) {
    .pane1, .pane2, .pane3, .pane4 {
      padding: 40px 0; } }
  @media (min-width: 60em) {
    .pane1, .pane2, .pane3, .pane4 {
      padding: 60px 0; } }
  @media (min-width: 70em) {
    .pane1, .pane2, .pane3, .pane4 {
      padding: 80px 0; } }

.fancy {
  font-family: "Lato", "Arial", sans-serif; }
  .fancy span {
    background: #f7f6f1;
    padding: 10px 20px;
    color: #c6c1ac;
    text-transform: uppercase;
    font-size: 1.6em; }
  .fancy:after {
    border-top: 1px solid #c6c1ac;
    margin: -30px 0 0 0;
    height: 2px; }

.pane1 {
  /* entire container, keeps perspective */ }
  .pane1 h2 {
    text-align: center;
    color: #333;
    font-family: "Lato", "Arial", sans-serif; }
  .pane1 .homepage-headline {
    font-size: 1.4em; }
    @media (min-width: 60em) {
      .pane1 .homepage-headline {
        font-size: auto;
        width: 75%;
        margin: 0 auto; } }
  .pane1 .flipper {
    padding: 0;
    text-align: center;
    margin: 0.25em;
    list-style: none;
    position: relative;
    width: 100%;
    display: inline-block;
    height: 200px;
    /* hide back of pane during swap */
    /* front pane, placed above back */
    /* back, initially hidden pane */ }
    @media (min-width: 48em) {
      .pane1 .flipper {
        width: 32%;
        margin: 0.25em;
        float: left;
        height: auto; } }
    @media (min-width: 60em) {
      .pane1 .flipper {
        width: 30%;
        margin: 0.5em;
        transition: 0.6s;
        transform-style: preserve-3d; } }
    @media (min-width: 70em) {
      .pane1 .flipper {
        width: 30%;
        margin: 1em; } }
    .pane1 .flipper img {
      width: 100%;
      height: auto; }
    .pane1 .flipper .front, .pane1 .flipper .back {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: 0.6s;
      -webkit-transform-style: preserve-3d;
      -moz-transition: 0.6s;
      -moz-transform-style: preserve-3d;
      -o-transition: 0.6s;
      -o-transform-style: preserve-3d;
      -ms-transition: 0.6s;
      -ms-transform-style: preserve-3d;
      transition: 0.6s;
      transform-style: preserve-3d;
      position: absolute;
      top: 0;
      left: 0; }
    .pane1 .flipper .front {
      z-index: 2;
      /* for firefox 31 */
      transform: rotateY(0deg); }
    .pane1 .flipper .back {
      -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
    .pane1 .flipper h3 {
      background: #29424e;
      color: #fff;
      margin: 0;
      padding: 0.5em; }
    .pane1 .flipper p {
      width: 65%;
      margin: 1em auto; }
    .pane1 .flipper .cta {
      border: 2px solid #d26231;
      color: #d26231 !important;
      padding: 7px 20px;
      border-radius: 5px;
      background: none !important;
      text-shadow: none;
      text-decoration: none;
      margin: 0; }
      .pane1 .flipper .cta:hover {
        color: #d26231 !important; }
  .pane1 .flip-container {
    perspective: 1000px;
    margin: 0 auto;
    text-align: center; }
    .pane1 .flip-container:hover {
      cursor: pointer; }
  .pane1 .flip-container:hover .back, .pane1 .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .pane1 .flip-container:hover .front, .pane1 .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }
  .pane1 .front, .pane1 .back {
    height: 200px;
    width: 100%;
    overflow: hidden; }
    @media (min-width: 48em) {
      .pane1 .front, .pane1 .back {
        height: 210px; } }
    @media (min-width: 60em) {
      .pane1 .front, .pane1 .back {
        height: 230px; } }
    @media (min-width: 70em) {
      .pane1 .front, .pane1 .back {
        height: 280px; } }
  .pane1 .front {
    background: #fff;
    border: 2px solid #e5e3db; }
  .pane1 .back {
    border: 2px solid #29424e; }
  .pane1 ul {
    height: 250px;
    margin: 0;
    padding: 0; }
    @media (min-width: 70em) {
      .pane1 ul {
        height: 300px; } }
    .pane1 ul:after {
      clear: both; }
  .pane1 a, .pane1 a:hover {
    text-decoration: none; }

.newsletter-box {
  display: none;
  background: #3f728a;
  color: #fff;
  font-family: "Lato", "Arial", sans-serif;
  font-style: italic;
  border-radius: 8px;
  padding: 8px 12px;
  border: 1px solid #b5b09a;
  margin: 1em 0 1em 0; }
  @media (min-width: 60em) {
    .newsletter-box {
      padding: 20px 20px;
      margin: 1.75em 0 1em 0;
      display: none; } }
  @media (min-width: 70em) {
    .newsletter-box {
      margin: 3em 0 1em 0;
      display: none; } }
  .newsletter-box span {
    font-size: 1.2em; }
    @media (min-width: 60em) {
      .newsletter-box span {
        font-size: 1.5em;
        padding: 0 0 0 10px; } }
  .newsletter-box span:after {
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%; }
    @media (min-width: 48em) {
      .newsletter-box span:after {
        border-bottom: none; } }
  .newsletter-box #constant-contact {
    clear: both; }
    .newsletter-box #constant-contact form {
      margin-bottom: 0; }
    .newsletter-box #constant-contact input {
      color: #333;
      width: auto; }
    .newsletter-box #constant-contact p {
      display: inline-block;
      margin-bottom: 0; }
    .newsletter-box #constant-contact input[type="submit"] {
      background: #77bbdb;
      display: inline-block;
      vertical-align: bottom;
      width: auto;
      color: #fff;
      padding: 6px 10px;
      line-height: 1.3em;
      border-radius: 5px;
      margin: 0;
      font-family: "Lato", "Arial", sans-serif;
      font-style: italic;
      text-transform: lowercase; }
  .newsletter-box .icon {
    color: #153a52;
    text-shadow: 1px 1px #8eacba;
    float: left;
    display: none; }
    @media (min-width: 48em) {
      .newsletter-box .icon {
        display: inline-block; } }
  .newsletter-box .cta {
    background: #d4825e;
    display: inline-block;
    width: auto;
    margin: 0 0 0 1em;
    text-decoration: none;
    float: right; }

.pane2 {
  background: url("../images/pattern.jpg") repeat center; }
  .pane2 .news-hdr {
    text-transform: uppercase;
    border-top: 1px solid #c6c1ac;
    border-bottom: 1px solid #c6c1ac;
    padding: 0.75em 0;
    text-shadow: 1px 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: left; }
    @media (min-width: 60em) {
      .pane2 .news-hdr {
        padding: 1em 0; } }
    .pane2 .news-hdr h2 {
      margin: 4px 0 0 10px;
      font-size: 1.4em; }
      @media (min-width: 70em) {
        .pane2 .news-hdr h2 {
          font-size: 1.6em; } }
    .pane2 .news-hdr .cta {
      font-size: 0.9em;
      padding: 5px 10px;
      border-radius: 5px;
      margin: 1px 0 0 10px;
      font-family: "Lato", "Arial", sans-serif;
      font-style: italic;
      text-transform: lowercase;
      text-decoration: none; }
      @media (min-width: 48em) {
        .pane2 .news-hdr .cta {
          margin: 0 0 0 3em; } }
      .pane2 .news-hdr .cta:hover {
        background: #c56a47;
        color: #fff; }
  .pane2 .classifieds {
    background: #fff;
    border: 1px solid #d1c79d;
    padding: 10px 0;
    font-size: 0.9em; }
    .pane2 .classifieds h3 {
      text-transform: uppercase;
      font-size: 1.4em;
      border-bottom: 1px solid #d1c79d;
      margin: 0;
      padding: 3px 10px 10px 10px; }
      .pane2 .classifieds h3 a {
        color: #d26231;
        text-decoration: none; }
        .pane2 .classifieds h3 a:hover {
          text-decoration: underline; }
    .pane2 .classifieds h3:before {
      content: "\f0f6";
      font-family: FontAwesome;
      text-align: center;
      color: #beb9a0;
      margin: 0 0.5em 0 0; }
    .pane2 .classifieds h3:after {
      border-bottom: 1px solid #d1c79d; }
    .pane2 .classifieds .content-classifieds {
      padding: 10px 10px 10px 10px; }
      @media (min-width: 60em) {
        .pane2 .classifieds .content-classifieds {
          padding: 10px 15px 10px 15px; } }
    .pane2 .classifieds h4 {
      font-style: italic;
      line-height: 1.3em;
      font-size: 1.1em;
      font-weight: 400;
      font-family: "Lato", "Arial", sans-serif; }
      .pane2 .classifieds h4 a {
        color: #2e657e !important; }
        .pane2 .classifieds h4 a:hover {
          text-decoration: none !important; }
    .pane2 .classifieds #lblAdContent {
      margin: 0.5em 0 0.25em 0;
      display: block; }
    .pane2 .classifieds .readmore {
      font-style: italic;
      color: #666; }
      .pane2 .classifieds .readmore:hover {
        text-decoration: none !important;
        color: #2e657e !important; }
  .pane2 .sponsor-ad {
    text-align: center;
    padding: 2em 0;
    font-size: 0.8em; }
    .pane2 .sponsor-ad #ad_container_2 {
      margin: 1em 0 0 0; }
      @media (min-width: 60em) {
        .pane2 .sponsor-ad #ad_container_2 {
          margin: 2em 0 0 0; } }

.pane3 {
  background: #e4e2d9;
  border-top: 1px solid #d0ccbe; }
  .pane3 .listing {
    background: #fff;
    border-radius: 5px;
    padding: 10px 5px 0 5px;
    position: relative;
    margin: 2em 0 1em 0;
    text-align: center; }
    @media (min-width: 48em) {
      .pane3 .listing {
        margin: 0;
        padding: 15px 15px;
        text-align: left; }
        .pane3 .listing img {
          width: 100% !important; } }
    @media (min-width: 60em) {
      .pane3 .listing {
        margin: 0;
        min-height: 160px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .pane3 .listing a {
      position: relative; }
    .pane3 .listing h3 a {
      text-decoration: none; }
      .pane3 .listing h3 a:hover {
        text-decoration: underline; }
    .pane3 .listing .arrow {
      display: none; }
      @media (min-width: 48em) {
        .pane3 .listing .arrow {
          content: "\f105";
          font-family: FontAwesome;
          color: #beb9a0;
          margin: 0 0 0 0.5em;
          font-size: 2em;
          height: 20px;
          width: 10px;
          display: inline-block; } }
    .pane3 .listing h2 {
      text-shadow: 1px 1px 0px #fff;
      margin: 0 0 10px 0; }
      .pane3 .listing h2 a {
        color: #000;
        font-weight: 200;
        font-family: "Lato", "Arial", sans-serif;
        text-decoration: none; }

.pane4 {
  background: url("../images/footerBkgd.jpg") no-repeat top center #3a5461;
  width: 100%;
  position: relative;
  padding: 10px;
  color: #fff; }
  @media (min-width: 48em) {
    .pane4 {
      padding: 40px;
      min-height: 435px; } }
  @media (min-width: 80em) {
    .pane4 {
      -webkit-background-size: cover;
      /* For WebKit*/
      -moz-background-size: cover;
      /* Mozilla*/
      -o-background-size: cover;
      /* Opera*/
      background-size: cover;
      /* Generic*/ } }
  .pane4 .address {
    text-align: center;
    display: block;
    position: relative;
    font-size: 0.9em; }
    @media (min-width: 48em) {
      .pane4 .address {
        width: 45%;
        float: right; } }
    @media (min-width: 70em) {
      .pane4 .address {
        max-width: 550px;
        width: 55%; } }
  .pane4 .minilogo {
    width: 30%;
    height: auto; }
  .pane4 #ad_container_3 {
    margin: 0.25em 0 3em 0;
    background: transparent !important; }
    .pane4 #ad_container_3 img {
      max-width: 450px; }
  .pane4 h3 {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid #d26231;
    padding: 0 0 0.5em 0;
    letter-spacing: 1px;
    text-align: center; }
    @media (min-width: 48em) {
      .pane4 h3 {
        text-align: left; } }
  @media (min-width: 48em) {
    .pane4 .quicklinks {
      width: 30%;
      float: left; } }
  .pane4 ul li a {
    color: #fff;
    text-decoration: none; }
    .pane4 ul li a:hover {
      color: #fff;
      text-decoration: underline; }
  .pane4 .mtcommerce-logo {
    margin: 15px auto;
    display: block;
    text-align: center; }
    @media (min-width: 48em) {
      .pane4 .mtcommerce-logo {
        margin: 25px 0 0 0px;
        text-align: left;
        display: inline-block; } }

.post-date {
  text-transform: uppercase;
  margin: 0 !important; }
  .post-date:before {
    content: "\f017";
    font-family: FontAwesome;
    text-align: center;
    color: #beb9a0;
    margin: 0 0.5em 0 0; }

.cat {
  text-transform: uppercase;
  margin: 0 !important; }
  .cat a {
    text-decoration: underline; }
  .cat:before {
    content: "\f02b";
    font-family: FontAwesome;
    text-align: center;
    color: #beb9a0;
    margin: 0 0.5em 0 0; }

.fa-stack {
  color: #beb9a0; }

.newsitem {
  margin: 0;
  padding: 1em 2em 0 0 !important;
  margin-bottom: 20px
}

  .newsitem:before {
    border-top: 1px solid #c6c1ac; }
  .newsitem h4 {
    font-style: italic;
    line-height: 1.4em;
    font-size: 1.3em;
    font-weight: 400;
    font-family: "Lato", "Arial", sans-serif; }
    .newsitem h4 a {
      color: #2e657e !important;
      text-decoration: none !important; }
      .newsitem h4 a:hover {
        text-decoration: underline !important; }

.socialmedia {
  position: absolute;
  right: 0px;
  top: 120px;
  z-index: 103; }
  @media (min-width: 60em) {
    .socialmedia {
      position: fixed;
      top: 190px; } }
  .socialmedia a {
    margin: 5px 0; }
    .socialmedia a li {
      margin: 0;
      height: 28px;
      width: 28px;
      background: rgba(255, 255, 255, 0.7);
      padding: 0px;
      text-align: center;
      color: #613c24;
      font-size: 1.2em;
      line-height: 28px;
      display: block;
      text-decoration: none;
      list-style: none; }
      @media (min-width: 48em) {
        .socialmedia a li {
          height: 40px;
          width: 40px;
          line-height: 35px; } }
      .socialmedia a li:hover {
        text-decoration: none;
        color: #fff !important;
        background: #613c24; }

#content-sec {
  padding: 0;
  /* img {
		width: 100%;
		height: auto;

	    @media (min-width: $bp-small) {
    		width: auto;
    	}
	} */ }
  #content-sec .news-list {
    margin: 0;
    padding: 0; }
    #content-sec .news-list li {
      border-top: 1px dashed #cbc6ad;
      list-style: none;
      margin: 0;
      padding: 20px 0; }
      #content-sec .news-list li:before {
        border-top: 1px solid #c6c1ac; }
      #content-sec .news-list li h4 {
        font-style: italic;
        line-height: 1.4em;
        font-size: 1.3em;
        font-weight: 400;
        font-family: "Lato", "Arial", sans-serif; }
        #content-sec .news-list li h4 a {
          color: #2e657e !important; }
          #content-sec .news-list li h4 a:hover {
            text-decoration: underline; }
    #content-sec .news-list li:first-child {
      border-top: none;
      padding: 0px 0 15px 0; }
      @media (min-width: 48em) {
        #content-sec .news-list li:first-child {
          padding: 20px 0; } }
  #content-sec #image-map {
    display: none; }
    @media (min-width: 48em) {
      #content-sec #image-map {
        display: block; } }

#copyright {
  color: #fff;
  background: #29424e;
  padding: 1.5em 0; }
  #copyright p {
    margin: 0; }

.txthdr {
  font-style: italic;
  line-height: 1.4em;
  font-weight: 400;
 font-family: "Slabo 13px", serif;
  color: #d26231; }
  .txthdr a {
    color: #d26231 !important; }
    .txthdr a:hover {
      text-decoration: underline; }

.subnav {
  margin: 0 0 1em 0; }
  .subnav ul {
    margin: 0;
    padding: 0; }
    .subnav ul li {
      list-style: none;
      background: #e9e8e0;
      border: 1px solid #d7d7d7;
      border-radius: 4px;
      text-transform: uppercase;
      margin: 2px 5px 2px 0;
      float: left;
      position: relative; }
      @media (min-width: 48em) {
        .subnav ul li {
          float: none;
          margin: 5px 0; } }
      .subnav ul li a {
        color: #796656;
        display: inline-block;
        padding: 8px 12px; }
        @media (min-width: 48em) {
          .subnav ul li a {
            display: block;
            padding: 10px 15px; } }
      .subnav ul li:hover {
        background: #d26231;
        border: 1px solid #d26231; }
        .subnav ul li:hover a {
          color: #fff; }

.sub-banner {
  height: 110px;
  width: auto;
  margin: 0 0 2em 0;
  position: relative; }
  @media (min-width: 48em) {
    .sub-banner {
      height: 227px;
      width: 100%;
      margin: 0 0 0chem 0; } }
  @media (min-width: 80em) {
    .sub-banner {
      -webkit-background-size: cover;
      /* For WebKit*/
      -moz-background-size: cover;
      /* Mozilla*/
      -o-background-size: cover;
      /* Opera*/
      background-size: cover;
      /* Generic*/ } }
  .sub-banner h2 {
    color: #fff;
    margin: 0px auto 0 auto;
    padding: 0;
    font-size: 1.4em;
    letter-spacing: 1px;
    line-height: 1.3em;
    clear: both;
    text-align: center;
    text-shadow: 1px 1px #000;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 48em) {
      .sub-banner h2 {
        font-size: 1.7em; } }
    @media (min-width: 60em) {
      .sub-banner h2 {
        font-size: 1.9em;
        line-height: 1.4em;
        margin: 0 auto 0 auto; } }
    @media (min-width: 70em) {
      .sub-banner h2 {
        font-size: 2.2em;
        margin: 0px auto 0 auto; } }

.decorate {
  width: 100%;
  margin: 2em 0 0.5em 0;
  padding: 0;
  text-align: center; }
  .decorate span {
    top: -0.5em;
    position: relative; }
  @media (min-width: 60em) {
    .decorate:after {
      display: inline-block;
      margin: 0 0 8px 20px;
      height: 2px;
      content: " ";
      text-shadow: none;
      background-color: #beb9a0;
      width: 180px; }
    .decorate:before {
      display: inline-block;
      margin: 0 20px 8px 0;
      height: 2px;
      content: " ";
      text-shadow: none;
      background-color: #beb9a0;
      width: 180px; } }

.activities-hdr {
  color: #beb9a0;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  font-family: "Lato", "Arial", sans-serif; }

.banner {
  width: 100%;
  height: auto;
  padding: 0 0 10px 0; }
  @media (min-width: 60em) {
    .banner {
      height: 481px; } }
  @media (min-width: 70em) {
    .banner {
      -webkit-background-size: cover;
      /* For WebKit*/
      -moz-background-size: cover;
      /* Mozilla*/
      -o-background-size: cover;
      /* Opera*/
      background-size: cover;
      /* Generic*/ } }
  .banner h2 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 1em 0 0 0;
    clear: both;
    width: 85%;
    text-shadow: 1px 1px #000; }
    @media (min-width: 48em) {
      .banner h2 {
        padding: 3em 0 1em 0; } }
    @media (min-width: 60em) {
      .banner h2 {
        padding: 5em 0 1em 0;
        width: 55%; } }
  .banner p {
    margin: 1em auto;
    position: relative;
    text-align: center;
    font-style: italic;
    font-size: 1.0em; }
    @media (min-width: 60em) {
      .banner p {
        font-size: 1.2em; } }

.sidebar {
  margin: 0;
  padding: 0 0px; }
  @media (min-width: 48em) {
    .sidebar {
      padding: 0 20px; } }
  .sidebar ul {
    margin: 0;
    padding: 0; }
    .sidebar ul li {
      list-style: none;
      padding: 0;
      margin: 0em 0 1.5em 0; }
      @media (min-width: 48em) {
        .sidebar ul li {
          margin: 2em 0; } }
      .sidebar ul li ul {
        margin: 0;
        padding: 0; }
        .sidebar ul li ul li {
          margin: 0.5em 0;
          padding: 0; }
        .sidebar ul li ul .post-date {
          display: block; }
    .sidebar ul a {
      text-decoration: underline; }
      .sidebar ul a:hover {
        text-decoration: none; }
    .sidebar ul a.cta {
      text-decoration: none; }

.events {
  background: #fff;
  border: 1px dashed #c6c1ac;
  padding: 5px 20px 20px 20px !important; }
  .events .event-title {
    font-weight: bold; }
    .events .event-title:before {
      content: "\f133";
      font-family: FontAwesome;
      color: #beb9a0;
      margin: 0 0.5em 0 0;
      float: left;
      position: relative; }
  .events p {
    margin: 0; }
  .events .time:before {
    content: " - "; }
  .events .event-content {
    font-style: italic; }

@media (min-width: 60em) {
  .white-bkgd {
    background: #fff;
    padding: 20px; } }

.sponsor-ad {
  overflow: hidden; }
  .sponsor-ad img {
    width: 100% !important; }

#sidebar_ad {
  overflow: hidden;
  text-align: center;
  font-size: 0.8em; }
  #sidebar_ad img {
    width: 100% !important; }

#ad_container_1, #ad_container_2, #ad_container_4 {
  border: 1px solid #fff;
  height: auto !important;
  width: 100% !important; }
  @media (min-width: 48em) {
    #ad_container_1, #ad_container_2, #ad_container_4 {
      border: 5px solid #fff; } }
  @media (min-width: 70em) {
    #ad_container_1, #ad_container_2, #ad_container_4 {
      border: 8px solid #fff; } }

/* Breadcrups CSS */
.arrow-steps {
  display: none; }
  @media (min-width: 48em) {
    .arrow-steps {
      display: block; } }
  .arrow-steps h5 {
    font-family: "Lato", "Arial", sans-serif;
    font-weight: 400;
    color: #666; }
  .arrow-steps ul {
    margin: 0;
    padding: 0; }
  .arrow-steps li {
    display: inline-block;
    list-style: none; }
  .arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #a9a9a9;
    cursor: default;
    margin: 0 3px;
    padding: 9px 10px 8px 30px;
    min-width: 19%;
    float: left;
    position: relative;
    background-color: #ebebeb;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease; }
  .arrow-steps .step:after, .arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #ebebeb;
    z-index: 2;
    transition: border-color 0.2s ease; }
  .arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0; }
  .arrow-steps .step:first-child:before {
    border: none !important; }
  .arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .arrow-steps .step span {
    position: relative; }
  .arrow-steps .step span:before {
    opacity: 0;
    content: "✔";
    position: absolute;
    top: -2px;
    left: -20px; }
  .arrow-steps .step.done span:before {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.5s;
    -moz-transition: opacity 0.3s ease 0.5s;
    -ms-transition: opacity 0.3s ease 0.5s;
    transition: opacity 0.3s ease 0.5s; }
  .arrow-steps .step.current {
    color: #fff;
    background-color: #d26231; }
    .arrow-steps .step.current:after {
      border-left: 17px solid #d26231; }
  .arrow-steps .step.done {
    background-color: #29424e;
    color: #fff; }
    .arrow-steps .step.done:after {
      border-left: 17px solid #29424e !important; }

@media (min-width: 48em) {
  .pane-search {
    margin: 2em 0 0 0; } }

@media (min-width: 70em) {
  .pane-search {
    margin: 4em 0 0 0; } }

.pane-search h3 {
  font-family: "Lato", "Arial", sans-serif;
  color: #000; }

#lblResults .result-item {
  border: 1px solid #c6c1ac;
  padding: 0;
  background: #e9e8e0;
  margin: 0 0 1em 0; }
  @media (min-width: 48em) {
    #lblResults .result-item {
      border-radius: 8px; } }
  #lblResults .result-item .result-image-container {
    float: left;
    position: relative;
    padding: 20px;
    margin: 0 0em 0 0;
    text-align: center;
    background: #e9e8e0; }
    #lblResults .result-item .result-image-container img {
      background-color: #fff;
      width: 100%;
      height: auto; }
      @media (min-width: 48em) {
        #lblResults .result-item .result-image-container img {
          border: 1px solid #c6c1ac; } }
  #lblResults .result-item .result-content {
    padding: 0px 0 5px 0;
    text-align: center;
    background: #fff; }
    #lblResults .result-item .result-content:hover {
      background: #e9e8e0;
      cursor: pointer; }
    @media (min-width: 48em) {
      #lblResults .result-item .result-content {
        padding: 15px;
        text-align: left;
        border-left: 1px solid #c6c1ac;
        min-height: 160px; } }
    #lblResults .result-item .result-content h4 {
      font-family: "Lato", "Arial", sans-serif;
      margin: 0; }
      @media (min-width: 48em) {
        #lblResults .result-item .result-content h4 {
          padding: 15px; } }
    #lblResults .result-item .result-content .result-contact ul {
      padding: 0;
      margin: 0; }
      #lblResults .result-item .result-content .result-contact ul li {
        list-style: none; }
        #lblResults .result-item .result-content .result-contact ul li .fa {
          line-height: 1.5em !important; }
  #lblResults .result-item a {
    color: #333;
    text-decoration: none; }

/* member profile page styles */
#lblMemberHeader .result-item {
  border: 1px solid #cbc6ad;
  border-radius: 4px; }
  #lblMemberHeader .result-item .result-image-container {
    float: left;
    position: relative;
    padding: 20px;
    border-right: 1px solid #c6c1ac;
    background: #e9e8e0;
    margin: 0 0em 0 0;
    text-align: center; }
    #lblMemberHeader .result-item .result-image-container img {
      border: 1px solid #c6c1ac;
      background-color: #fff;
      width: 100%;
      height: auto; }
  #lblMemberHeader .result-item .result-content {
    padding: 0px 0 0 0px; }
    @media (min-width: 48em) {
      #lblMemberHeader .result-item .result-content {
        padding: 15px; } }
    #lblMemberHeader .result-item .result-content h4 {
      font-family: "Slabo 13px", serif; }
    #lblMemberHeader .result-item .result-content .result-contact i {
      color: #cecece;
      margin: 1px 8px 0 0; }

.content-tabs {
  color: #1f1f1f; }
  .content-tabs h4 {
    text-transform: uppercase;
    font-family: "Lato", "Arial", sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    color: #acacac; }

.profile-blurb {
  background: #fff;
  border: 1px solid #e4e2d9;
  border-radius: 5px; }
  .profile-blurb .result-owner {
    padding-left: 0; }
  .profile-blurb .result-item {
    padding: 10px; }

.content-tabs {
  margin: 2em auto; }
  @media (min-width: 48em) {
    .content-tabs section {
      display: none;
      background: #fff;
      padding: 20px;
      font-size: 1.1em; } }
  .content-tabs input {
    display: none; }
  .content-tabs label {
    display: none; }
    @media (min-width: 48em) {
      .content-tabs label {
        display: inline-block;
        margin: 0 0 -1px;
        padding: 5px 25px;
        font-weight: 600;
        text-align: center;
        color: #998675;
        border: 1px solid #d7d7d7;
        background: #e9e8e0;
        margin: 0 1em 0 0 !important;
        font-size: 0.8em;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; } }
  @media (min-width: 48em) {
    .content-tabs label:hover {
      color: #fff;
      cursor: pointer;
      background: #d26231;
      border: 1px solid #d26231; } }
  @media (min-width: 48em) {
    .content-tabs input:checked + label {
      color: #d26231;
      border: 1px solid transparent;
      background: #fff; } }
  .content-tabs #tab1:checked ~ #content1,
  .content-tabs #tab2:checked ~ #content2,
  .content-tabs #tab3:checked ~ #content3,
  .content-tabs #tab4:checked ~ #content4 {
    display: block; }
  @media screen and (max-width: 650px) {
    .content-tabs label {
      font-size: 0; }
    .content-tabs label:before {
      margin: 0;
      font-size: 18px; } }
  @media screen and (max-width: 400px) {
    .content-tabs label {
      padding: 12px 15px; } }

.pt-page-2 #map area {
  display: block;
  cursor: pointer; }

@media (min-width: 48em) {
  .tanborder {
    border: 1px solid #c6c1ac; } }

.classified {
  width: 100%;
  margin: 0 0 2% 0;
  border: 1px solid #c6c1ac;
  padding: 5%;
  background: #fff; }
  @media (min-width: 48em) {
    .classified {
      width: 48%;
      float: left;
      margin: 0 1% 2% 1%;
      padding: 2%; } }
  .classified img {
    width: 100%;
    height: auto; }

#pnlBusiness {
  position: relative;
  padding: 0; }
  #pnlBusiness .bus-services, #pnlBusiness h3 {
    text-align: center; }
  #pnlBusiness a {
    color: #333; }
  #pnlBusiness li {
    list-style: none;
    background: #fff;
    border-top: 1px solid #ccc;
    position: relative; }
    #pnlBusiness li:first-child {
      border-top: none; }
    @media (min-width: 48em) {
      #pnlBusiness li {
        justify-content: center; } }
    #pnlBusiness li h3 {
      font-family: "Lato", "Arial", sans-serif;
      color: #333;
      position: relative;
      margin: 0.25em 0 0em 0;
      display: block; }
      #pnlBusiness li h3 span {
        padding: 0 10px; }
      @media (min-width: 48em) {
        #pnlBusiness li h3 {
          margin: 0;
          border-right: 1px solid #eae9e0;
          border-left: 1px solid #eae9e0;
          padding: 20px 0;
          vertical-align: middle; } }
      @media (min-width: 60em) {
        #pnlBusiness li h3 {
          padding: 30px 0; } }
    #pnlBusiness li .bus-services {
      position: relative;
      font-size: 0.8em;
      margin: 0.5em 0 0.6em 0; }
      @media (min-width: 48em) {
        #pnlBusiness li .bus-services {
          font-size: 0.9em;
          vertical-align: middle;
          margin: 0;
          padding: 20px 0; } }
      @media (min-width: 60em) {
        #pnlBusiness li .bus-services {
          padding: 30px 0; } }
  #pnlBusiness .toggle {
    color: #333;
    display: block; }
    #pnlBusiness .toggle:hover {
      border-left: 1px solid #eae9e0; }
  #pnlBusiness .img-placeholder {
    padding: 10px 0 0 0;
    position: relative; }
    @media (min-width: 48em) {
      #pnlBusiness .img-placeholder {
        padding: 0px 0; } }
    #pnlBusiness .img-placeholder img {
      border-radius: 5px;
      height: auto;
      width: auto;
      max-height: 55px;
      max-width: 100px;
      display: block;
      margin: 0 auto;
      position: relative; }
      @media (min-width: 48em) {
        #pnlBusiness .img-placeholder img {
          max-width: 150px;
          max-height: 70px; } }
      @media (min-width: 60em) {
        #pnlBusiness .img-placeholder img {
          max-height: 90px;
          max-width: 190px; } }

.allcaps {
  text-transform: uppercase;
  font-size: 0.9em; }

.other-service-box {
  margin: 1em 0;
  background: #eeeee6;
  padding: 10px; }
  @media (min-width: 48em) {
    .other-service-box {
      margin: 2em 0;
      padding: 15px; } }
  .other-service-box h3 {
    margin: 10px 0; }
  .other-service-box .expand-buttons {
    float: left;
    margin: 10px 10px 0 0px; }

.business-expandable {
  padding: 0px 20px 10px 20px; }
  @media (min-width: 48em) {
    .business-expandable {
      padding: 50px 30px 10px 30px;
      background: url("../images/arrow-business.png") no-repeat 7% 0 #eae9e0; } }
  @media (min-width: 60em) {
    .business-expandable {
      padding: 50px 60px 10px 60px;
      background: url("../images/arrow-business.png") no-repeat 9% 0 #eae9e0; } }

/*****************************************/
/*
/*            Craig's styles
/*
/*****************************************/
canvas {
  pointer-events: none;
  /* make the canvas transparent to the mouse - needed since canvas is position infront of image */
  position: absolute; }

.float-field {
  float: left;
  margin-left: 20px; }

.clear {
  clear: both; }

/* CSS FOR NAVIGATION SCROLLER */
.wrapper {
  display: table-cell;
  /* height: 400px; */
  vertical-align: middle; }
  .wrapper a, .wrapper a:active {
    color: #333;
    text-decoration: none; }
  .wrapper a:hover {
    color: #999; }
  .wrapper .active {
    border: 1px solid #c6c1ac;
    padding: 0;
    border-radius: 8px;
    margin: 0 0 1em 0; }

.pull-right {
  float: right; }

input[type=checkbox] {
  padding: 0px;
  margin: 0 2px 3px 0px; }
  @media (min-width: 70em) {
    input[type=checkbox] {
      margin: 0 5px 2px 0px; } }

.result-image-container:hover, .activate {
  background-color: #d26231 !important; }

.result-image-container:hover img, .activate img {
  opacity: .8; }

.activated {
  background-color: #e7e6df; }

.member-discounts {
  margin: 0 0 1em 0;
  padding: 0; }
  @media (min-width: 48em) {
    .member-discounts {
      float: right;
      margin: 0 -30px 2em 2em;
      text-align: center;
      padding: 0px 20px; } }
  @media (min-width: 60em) {
    .member-discounts {
      margin: 0 -40px 2em 3em; } }

.affiliates li {
  display: block;
  list-style: none;
  padding: 0.5em 0;
  clear: both; }

.ui-datepicker {
  /*background: transparent;*/
  background: blue !important; }

.title-and-view {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* events page */
@media (max-width: 768px) {
  .page-events .tpg-content-class img {
    width: 100%;
    height: 100%;
  }

  .single-event #content-sec .news-list img {
    width: 100%;
    height: 100%;
  }

  /*news section*/
  .single-post #content-sec .news-list img {
    width: 100%;
    height: 100%;
  }

  .single-post #content-sec .news-list iframe {
    height: 100%;
    width: 245px;
  }
  .page-template-news #content-sec .tpg-get-posts-post .tpg-content-class iframe{
    height: 100%;
    width: 245px;
  }

  .title-and-view {
    display: block;
  }
}