#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050; }

#fancybox-buttons.top {
  top: 10px; }

#fancybox-buttons.bottom {
  bottom: 10px; }

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 ); }

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0; }

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("/img/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8; }

#fancybox-buttons a:hover {
  opacity: 1; }

#fancybox-buttons a.btnPrev {
  background-position: 5px 0; }

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e; }

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px; }

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px; }

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px; }

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px; }

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px; }

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  color: #525252; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden; }

.justified-gallery > a, .justified-gallery > div {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: .1; }

.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  filter: "alpha(opacity=0)";
  opacity: 0; }

.justified-gallery > a > .caption, .justified-gallery > div > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif; }

.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: .7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: 0 0; }

.justified-gallery > .entry-visible > img, .justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in; }

.justified-gallery > .jg-filtered {
  display: none; }

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial; }

.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #000;
  border-radius: 6px; }

.btn {
  background-color: #0074bd;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.35714;
  margin-bottom: 25px;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: min-content;
  width: -webkit-min-content;
  width: -moz-min-content; }
  @media screen and (max-width: 991px) {
    .btn {
      width: 100%;
      white-space: normal; } }
  .btn:hover, .btn:focus {
    background-color: #00558a;
    color: #fff; }
  .btn.btn-orange {
    background-color: #f29043; }
    .btn.btn-orange:hover {
      background-color: #c25d0d; }
  .btn.btn-green {
    background-color: #8bb174; }
    .btn.btn-green:hover {
      background-color: #597a45; }
  .btn.right {
    float: right; }
  .btn.center {
    margin-left: auto;
    margin-right: auto; }

.gallery {
  margin: 20px 0; }
  .gallery img {
    float: left;
    margin: 0 5px 5px 0; }
    @media screen and (max-width: 400px) {
      .gallery img {
        width: 100%; } }
  .gallery p {
    clear: both;
    display: none;
    padding-bottom: .8em;
    padding-top: .4em;
    text-align: center; }
  @media screen and (max-width: 400px) {
    .gallery a.fancybox {
      cursor: default;
      pointer-events: none; }
    .gallery p {
      display: block; } }

.gallery-carousel {
  margin-bottom: 25px; }
  @media screen and (max-width: 991px) {
    .gallery-carousel {
      margin-left: -15px;
      margin-right: -15px; } }
  .gallery-carousel.center {
    margin: 0 auto 25px; }
  .gallery-carousel.right {
    float: right; }
  .gallery-carousel .carousel-control {
    background: none;
    opacity: 1;
    width: 35px;
    z-index: 1; }
    .gallery-carousel .carousel-control.right .fa {
      color: #fff;
      position: absolute;
      right: 8px;
      top: 47%; }
    .gallery-carousel .carousel-control.left .fa {
      color: #fff;
      left: 8px;
      position: absolute;
      top: 47%; }
  .gallery-carousel .carousel-caption {
    background-color: #666;
    bottom: 0;
    color: #fff;
    font-style: italic;
    left: 0;
    margin-bottom: 0;
    padding: 5px 10px 9px;
    position: absolute;
    text-align: left;
    width: 100%; }

table.listing {
  margin-bottom: 25px;
  text-align: left;
  width: 100%; }
  table.listing th {
    font-weight: bold;
    padding: .5em .75em; }
  table.listing thead th {
    background-color: #ccc;
    color: #333; }
  table.listing tbody th {
    font-style: italic; }
  table.listing td {
    padding: .5em .75em; }
  table.listing.aroundTable {
    border: 1px solid #ccc; }
  table.listing.betweenRows th,
  table.listing.betweenRows td {
    border-bottom: 1px solid #ccc; }
  table.listing.betweenColumns th,
  table.listing.betweenColumns td {
    border-right: 1px solid #ccc; }
    @media screen and (max-width: 991px) {
      table.listing.betweenColumns th,
      table.listing.betweenColumns td {
        border-right: 0; } }
  table.listing.betweenColumns tr td:last-child,
  table.listing.betweenColumns tr th:last-child {
    border-right: 0; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    table.listing.rows.odd tbody tr:nth-child(odd) th,
    table.listing.rows.odd tbody tr:nth-child(odd) td {
      background-color: #eee; } }
  @media screen and (min-width: 992px) {
    table.listing.rows.odd tbody tr:nth-child(odd) th,
    table.listing.rows.odd tbody tr:nth-child(odd) td {
      background-color: #eee; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    table.listing.rows.even tbody tr:nth-child(even) th,
    table.listing.rows.even tbody tr:nth-child(even) td {
      background-color: #eee; } }
  @media screen and (min-width: 992px) {
    table.listing.rows.even tbody tr:nth-child(even) th,
    table.listing.rows.even tbody tr:nth-child(even) td {
      background-color: #eee; } }
  @media screen and (max-width: 991px) {
    table.listing {
      width: 100%; }
      table.listing thead {
        display: none; }
      table.listing tr:nth-of-type(2n) {
        background-color: inherit; }
      table.listing tr td:first-child {
        background: #f0f0f0;
        font-size: 1.3em;
        font-weight: bold; }
      table.listing tbody td {
        display: block;
        text-align: center; }
        table.listing tbody td::before {
          content: attr(data-th);
          display: block;
          text-align: center; } }

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

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

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

.text-danger {
  color: #a94442; }

.image.right {
  float: right;
  margin: 15px 0 15px 20px; }

.image.center {
  margin: 20px auto;
  text-align: center; }
  .image.center img {
    margin: 0 auto; }

.image.left {
  float: left;
  margin: 5px 20px 10px 0; }

.image p.caption {
  color: #666;
  font-size: .9em;
  font-style: italic;
  margin-top: 5px;
  text-align: center; }

.img-thumbnail {
  border: 3px solid #eee;
  padding: 1px; }

@media screen and (max-width: 991px) {
  .img-responsive {
    float: none !important;
    margin: 10px auto !important; }
  .image.left,
  .image.right {
    float: none !important;
    margin: 0 auto !important;
    padding-bottom: 20px; } }

.divider {
  clear: both;
  font-size: 2em;
  margin-top: -.5em; }
  .divider.default {
    padding-top: 1em; }
  .divider.smaller {
    padding-top: .5em; }
  .divider.larger {
    padding-top: 2em; }
  .divider hr {
    border-top: 3px solid #e7e9e5;
    margin-top: 0; }
    .divider hr.default {
      margin-bottom: 1em; }
    .divider hr.smaller {
      margin-bottom: .5em; }
    .divider hr.larger {
      margin-bottom: 2em; }

.documents {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .documents .size {
    color: #666;
    font-size: 80%; }
  .documents .description {
    color: #666;
    font-size: 100%; }
  .documents li {
    background-position: 0 .25em;
    background-repeat: no-repeat;
    padding: 3px 0 3px 20px; }
    .documents li.pdf {
      background-image: url("//tcg-craft.s3.amazonaws.com/document-icons/pdf.gif"); }
    .documents li.doc {
      background-image: url("//tcg-craft.s3.amazonaws.com/document-icons/doc.gif"); }
    .documents li.gif {
      background-image: url("//tcg-craft.s3.amazonaws.com/document-icons/gif.gif"); }
    .documents li.jpg {
      background-image: url("//tcg-craft.s3.amazonaws.com/document-icons/jpg.gif"); }
    .documents li.ppt {
      background-image: url("//tcg-craft.s3.amazonaws.com/document-icons/ppt.gif"); }
    .documents li.txt {
      background-image: url("//tcg-craft.s3.amazonaws.com/document-icons/txt.gif"); }
    .documents li.xls {
      background-image: url("//tcg-craft.s3.amazonaws.com/document-icons/xls.gif"); }
    .documents li.zip {
      background-image: url("//tcg-craft.s3.amazonaws.com/document-icons/zip.gif"); }

.blueimp-gallery > .description {
  color: #fff;
  display: none;
  left: 15px;
  position: absolute;
  top: 30px; }

.blueimp-gallery-controls > .description {
  display: block; }

.sidebar .image {
  margin: 15px 0;
  text-align: center; }
  .sidebar .image img {
    margin: 0 auto; }

.logo-print {
  display: none; }

.admin-panel {
  background-color: rgba(110, 110, 110, 0.7);
  bottom: 0;
  color: #fff;
  display: block;
  padding: 8px 0;
  position: fixed;
  text-align: center;
  width: 100%; }
  .admin-panel:hover {
    color: #fff;
    text-decoration: none; }

body {
  background-color: #e7e9e5;
  color: #666;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 50px; }

#wrap {
  background-color: #fff;
  padding-top: 170px; }
  @media screen and (max-width: 991px) {
    #wrap {
      padding-top: 120px; } }

@media screen and (min-width: 992px) {
  .container {
    width: 970px; } }

.theme-dropdown .dropdown-menu {
  display: block;
  margin-bottom: 20px;
  position: static; }

.theme-showcase > p > .btn {
  margin: 5px 0; }

.page {
  padding-bottom: 25px; }

#main-content-start:focus {
  outline: none; }

@media screen and (max-width: 991px) {
  .content > h1:first-child {
    margin-top: 1em; } }

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 500; }

header {
  background-color: #fff;
  padding-top: 15px; }
  @media screen and (min-width: 992px) {
    header.mobile {
      display: none; } }
  header.mobile .header-top {
    font-size: 1.8em;
    text-align: right; }
    header.mobile .header-top a {
      display: inline-block;
      margin-left: .3em; }
      header.mobile .header-top a.phone-icon {
        color: #8bb174; }
      header.mobile .header-top a.search-icon {
        color: #f29043; }
  header.mobile .header-bottom {
    margin-top: .5em; }
    header.mobile .header-bottom .btn {
      margin-bottom: 15px; }
  @media screen and (max-width: 991px) {
    header.desktop {
      display: none; } }
  header.desktop .logo-secondary {
    text-align: center; }
  header.desktop .header-top {
    text-align: right; }
    header.desktop .header-top .search-form,
    header.desktop .header-top .social,
    header.desktop .header-top .btn {
      display: inline-block;
      vertical-align: top; }
    header.desktop .header-top .btn {
      border: 1px solid #fff;
      margin: 3px 0 0 4px;
      padding: 8px 10px; }
    header.desktop .header-top .search-form {
      background-color: #e7e9e5;
      margin-right: 4px;
      margin-top: 6px;
      text-align: left;
      width: 202px;
      padding-left: .5em; }
      header.desktop .header-top .search-form input {
        background-color: transparent;
        border: 0;
        display: inline-block;
        height: 30px;
        padding: 0 5px;
        width: 168px; }
  header.desktop .social a {
    display: inline-block;
    margin-top: 6px;
    padding: 0 4px; }
    header.desktop .social a svg {
      height: 29px; }
  header.desktop .header-bottom {
    text-align: right; }
    header.desktop .header-bottom a {
      color: #0074bd;
      font-weight: 700;
      padding: 5px 8px 5px 6px;
      text-decoration: none;
      text-transform: uppercase; }
      header.desktop .header-bottom a:hover, header.desktop .header-bottom a:active {
        color: #8bb174;
        text-decoration: none; }
    header.desktop .header-bottom ul {
      list-style: none; }
    header.desktop .header-bottom li {
      border-right: 1px solid #666;
      display: inline-block; }
      header.desktop .header-bottom li:last-child {
        border-right: 0; }
        header.desktop .header-bottom li:last-child a {
          padding-right: 0; }
  header.desktop .main-nav-wrap {
    background: #e7e9e5; }
    header.desktop .main-nav-wrap .btn {
      border: 1px solid #fff;
      display: inline-block;
      float: right;
      margin: 10px;
      padding: 8px 10px; }

.sidebar {
  margin-top: 10px; }
  .sidebar .sub-nav h2 {
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase; }

.content-footer {
  margin-top: 2em; }
  @media screen and (max-width: 991px) {
    .content-footer .flex-container {
      text-align: center;
      align-items: center;
      display: flex;
      margin: 0 auto;
      width: 100%;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .content-footer .flex-container {
      align-items: center;
      text-align: center;
      display: flex;
      margin: 0 auto 30px;
      width: 86%; } }
  .content-footer .flex-item {
    flex-grow: 1; }
    @media screen and (max-width: 991px) {
      .content-footer .flex-item {
        margin-bottom: 30px; }
        .content-footer .flex-item.full {
          flex-basis: 100%; }
        .content-footer .flex-item.half {
          flex-basis: 50%; }
        .content-footer .flex-item.third {
          flex-basis: 33.33%; }
        .content-footer .flex-item.fourth {
          flex-basis: 25%; } }
  .content-footer .btn {
    margin: 0; }
  .content-footer .social {
    padding: 0 6px; }
    .content-footer .social svg {
      height: 42px;
      width: 42px; }

#mobile-search {
  background: #0074bd;
  padding: 10px 0; }
  #mobile-search .search-form {
    background-color: #fff;
    margin: 1em 15px;
    padding-left: .5em;
    text-align: left; }
    #mobile-search .search-form input {
      background-color: transparent;
      border: 0;
      display: inline-block;
      height: 30px;
      padding: 0 5px;
      width: 250px; }

footer {
  font-size: 14px;
  line-height: 1.21428; }
  footer .container {
    text-align: center; }
  footer .logos-top img,
  footer .logos-bottom img {
    padding: 15px; }
    @media screen and (max-width: 991px) {
      footer .logos-top img,
      footer .logos-bottom img {
        max-width: 100%; } }
  footer p {
    margin: .5em; }
  footer ul {
    list-style: none;
    margin: .5em;
    padding: 0; }
  footer li {
    display: inline-block; }
    footer li::after {
      content: '\02022';
      margin-left: 5px;
      margin-right: 3px; }
    footer li:last-child::after {
      content: '';
      margin: 0; }

#signature {
  display: none;
  margin: 0;
  text-align: center;
  width: 100%; }
  #signature a {
    background-image: url("https://nlc-helpers.s3.amazonaws.com/tcg-signature.png");
    background-repeat: no-repeat;
    display: block;
    height: 0 !important;
    margin: 15px auto 0;
    overflow: hidden;
    padding-top: 24px;
    width: 120px; }
    #signature a:hover {
      background-position: 0 -24px; }

.hero-banner {
  background: no-repeat center/100% url("/img/defaults/product-center-header-bg.jpg");
  height: 290px;
  position: relative;
  width: 100%; }
  .hero-banner.landing-page {
    min-height: 290px;
    height: auto; }
  @media screen and (max-width: 991px) {
    .hero-banner {
      background-size: cover; } }
  .hero-banner::before {
    background-color: #4a4a4a;
    content: '';
    height: 100%;
    opacity: .35;
    position: absolute;
    width: 100%; }
  .hero-banner .container {
    position: relative; }
  .hero-banner .body {
    color: #fff;
    left: 94px;
    position: absolute;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 4px;
    top: 67px;
    width: 280px;
    z-index: 100; }
    @media screen and (max-width: 991px) {
      .hero-banner .body {
        margin: 0 auto;
        padding-top: 50px;
        position: static;
        text-align: center; } }
    .hero-banner .body.landing-page {
      margin: 0 auto;
      padding-top: 50px;
      position: static;
      text-align: center;
      width: 90%; }
      @media screen and (max-width: 991px) {
        .hero-banner .body.landing-page {
          padding-top: 2em; } }
  .hero-banner .title {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
    @media screen and (max-width: 991px) {
      .hero-banner .title {
        font-size: 40px; } }
  .hero-banner .tagline {
    font-size: 18px;
    line-height: 1.22222;
    margin-bottom: .8em; }
  .hero-banner .landing-page .title {
    margin-bottom: .4em; }
  .hero-banner .landing-page .tagline {
    margin-bottom: 2em; }
  .hero-banner .landing-page .btn {
    width: unset;
    margin-left: .5em;
    margin-right: .5em; }
    @media screen and (min-width: 992px) {
      .hero-banner .landing-page .btn {
        margin-left: 1em;
        margin-right: 1em; } }

h1 {
  font-size: 32px;
  font-weight: 700;
  color: #0074bd;
  line-height: 1.21875;
  margin-bottom: .2em;
  margin-top: 2em; }
  h1:first-of-type {
    margin-top: 1em; }
    @media screen and (max-width: 991px) {
      h1:first-of-type {
        margin-top: 0; } }
  h1 + h2,
  h1 + h3,
  h1 + h4 {
    margin-top: .5em; }

h2 {
  font-size: 26px;
  font-weight: 700;
  color: #8bb174;
  line-height: 1.3;
  margin-bottom: .2em;
  margin-top: 1.5em; }
  h2 + h3,
  h2 + h4 {
    margin-top: .5em; }

h3 {
  font-size: 20px;
  font-weight: 700;
  color: #f29043;
  line-height: 1.375;
  margin-bottom: .2em;
  margin-top: 1.5em; }
  h3 + h4 {
    margin-top: .5em; }

h4 {
  line-height: 1.25;
  margin-bottom: .2em;
  margin-top: 1.25em;
  text-transform: uppercase; }

p {
  line-height: 1.375;
  margin-bottom: 1em;
  margin-top: 0; }
  p.note {
    color: #666;
    font-size: .9em;
    font-style: italic;
    margin-top: 1.5em; }

a {
  color: #0074bd;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.crumbs {
  font-size: 13px;
  list-style: none;
  margin: 25px 0;
  padding: 0; }
  @media screen and (max-width: 991px) {
    .crumbs {
      display: none; } }
  .crumbs li {
    display: inline-block; }
    .crumbs li a {
      color: #666;
      text-decoration: none; }
      .crumbs li a:hover {
        color: #0074bd;
        text-decoration: underline; }
    .crumbs li::after {
      content: '>';
      margin-left: .4em;
      margin-right: .4em; }
    .crumbs li:last-child::after {
      content: ''; }

.nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav > li > a {
    line-height: inherit; }
    .nav > li > a:hover, .nav > li > a:focus {
      background-color: transparent; }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent; }
  .nav li.dropdown {
    display: inline-block; }
    .nav li.dropdown a {
      border-bottom: 10px solid transparent;
      color: #0074bd;
      display: block;
      font-size: 18px;
      font-weight: 700;
      margin: 0 24px;
      padding: 16px 20px 7px;
      text-decoration: none;
      text-transform: uppercase; }
    .nav li.dropdown:first-child a {
      margin-left: 0; }
    .nav li.dropdown:last-child a {
      margin-right: 0; }
  .nav .dropdown-menu {
    width: 940px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    .nav .dropdown-menu .nav-columns {
      display: flex;
      flex-direction: row;
      padding-bottom: 10px; }
    .nav .dropdown-menu h2 {
      font-size: 18px;
      color: #f29043;
      text-transform: uppercase;
      padding: 0 25px; }
    .nav .dropdown-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .nav .dropdown-menu li a {
      border-bottom: 0;
      display: block;
      font-size: 17px;
      font-weight: 400;
      margin: 0;
      padding: 9px 25px;
      text-decoration: none;
      text-transform: none; }
      .nav .dropdown-menu li a:hover {
        background-color: #e7e9e5;
        text-decoration: none; }
    .nav .dropdown-menu .nav-column-3 {
      border-right: 3px solid #e7e9e5;
      flex-basis: 33%; }
      .nav .dropdown-menu .nav-column-3:nth-child(3) {
        border-right: 0;
        flex-basis: 34%; }
    .nav .dropdown-menu .nav-column-4 {
      border-right: 3px solid #e7e9e5;
      flex-basis: 25%; }
      .nav .dropdown-menu .nav-column-4:nth-child(4) {
        border-right: 0; }
    .nav .dropdown-menu .banner-ad {
      padding: 10px;
      text-align: center; }
      .nav .dropdown-menu .banner-ad a {
        border-bottom: 0;
        display: inline;
        margin: 0;
        padding: 0;
        text-decoration: none; }

.bank.open > a,
.bank.open > a:hover,
.bank.open > a:focus {
  border-color: #8bb174; }

.bank a.dropdown-toggle:hover {
  border-bottom-color: #8bb174; }

.bank .dropdown-menu {
  border-top: 3px solid #8bb174;
  left: 0; }

.borrow.open > a,
.borrow.open > a:hover,
.borrow.open > a:focus {
  border-color: #0074bd; }

.borrow a.dropdown-toggle:hover {
  border-bottom-color: #0074bd; }

.borrow .dropdown-menu {
  border-top: 3px solid #0074bd;
  left: -114px; }

.business.open > a,
.business.open > a:hover,
.business.open > a:focus {
  border-color: #17b1bb; }

.business a.dropdown-toggle:hover {
  border-bottom-color: #17b1bb; }

.business .dropdown-menu {
  border-top: 3px solid #17b1bb;
  left: -285px; }

.invest.open > a,
.invest.open > a:hover,
.invest.open > a:focus {
  border-color: #f29043; }

.invest a.dropdown-toggle:hover {
  border-bottom-color: #f29043; }

.invest .dropdown-menu {
  border-top: 3px solid #f29043;
  left: -456px; }

.resources.open > a,
.resources.open > a:hover,
.resources.open > a:focus {
  border-color: #e85d75; }

.resources a.dropdown-toggle:hover {
  border-bottom-color: #e85d75; }

.resources .dropdown-menu {
  border-top: 3px solid #e85d75;
  left: -607px; }

.why-us.open > a,
.why-us.open > a:hover,
.why-us.open > a:focus {
  border-color: #7e42b4; }

.why-us a.dropdown-toggle:hover {
  border-bottom-color: #7e42b4; }

.why-us .dropdown-menu {
  border-top: 3px solid #7e42b4;
  left: -797px; }

@media screen and (min-width: 992px) {
  .mobile-nav-wrap {
    display: none; } }

.mobile-nav {
  background: #f1f2ef;
  display: none; }
  .mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-nav li a {
    border-bottom: 2px solid #e7e9e5;
    color: #0074bd;
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase; }
  .mobile-nav .emphasis {
    background: #8bb174;
    color: #fff;
    font-weight: 700; }
  .mobile-nav .direct-link {
    color: #666; }
  .mobile-nav .mobile-dropdown-toggle {
    color: #f29043;
    font-weight: 700; }
    .mobile-nav .mobile-dropdown-toggle:after {
      content: '\f078';
      font-family: 'FontAwesome';
      color: #666;
      font-weight: 400;
      padding-left: 10px;
      position: absolute;
      right: 15px; }
  .mobile-nav .mobile-dropdown-menu {
    background: #fff;
    display: none; }
    .mobile-nav .mobile-dropdown-menu h2 {
      font-size: 18px;
      text-transform: uppercase;
      margin: 0;
      padding: 10px 15px;
      border-bottom: 2px solid #e7e9e5; }

.sub-nav {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.35);
  margin-top: 65px;
  padding: 20px;
  margin-bottom: 2em; }
  @media screen and (max-width: 991px) {
    .sub-nav {
      margin-top: 1em; } }
  .sub-nav ul {
    font-size: 17px;
    line-height: 1.23529;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .sub-nav ul li {
      border-bottom: 3px solid #e7e9e5; }
      .sub-nav ul li:last-child {
        border-bottom: none; }
      .sub-nav ul li a {
        color: #0074bd;
        display: block;
        padding: 9px 0;
        text-decoration: none; }
        .sub-nav ul li a:hover {
          color: #f29043;
          text-decoration: underline; }
      .sub-nav ul li.active a {
        color: #f29043;
        text-decoration: none; }

.nav-tabs {
  border-bottom: 3px solid #e7e9e5; }
  .nav-tabs > li {
    margin-bottom: -3px; }
    .nav-tabs > li > a {
      margin: 0;
      line-height: 1.42857143;
      border: 3px solid transparent;
      border-radius: 0;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      color: #f29043;
      padding: 4px 13px 6px; }
      .nav-tabs > li > a:hover {
        border-color: transparent; }
    .nav-tabs > li.active {
      border-bottom-color: transparent; }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
      color: #8bb174;
      background-color: #fff;
      border: 3px solid #e7e9e5;
      border-bottom-color: transparent;
      border-top-color: transparent;
      cursor: default; }
    .nav-tabs > li:first-child > a {
      padding-left: 0; }
    .nav-tabs > li:first-child.active > a {
      border-left-color: transparent; }

.tab-content {
  margin-top: 25px; }

.panel-default.mobile-tabs {
  border: 0;
  box-shadow: unset; }
  .panel-default.mobile-tabs .accordion-toggle {
    color: #f29043;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase; }
  .panel-default.mobile-tabs > .panel-heading {
    background-color: #fff;
    border: 3px solid #e7e9e5;
    border-radius: 3px;
    padding: 0; }
  .panel-default.mobile-tabs .responsive.panel-body {
    border-top: 0;
    padding: 15px 0; }
    .panel-default.mobile-tabs .responsive.panel-body > h2,
    .panel-default.mobile-tabs .responsive.panel-body > h3,
    .panel-default.mobile-tabs .responsive.panel-body > p {
      margin-top: 0; }

.fa-twitter-square {
  color: #55acee; }

.fa-linkedin-square {
  color: #007bb5; }

.fa-facebook-square {
  color: #3b5998; }

.fa-pinterest-square {
  color: #cb2027; }

.fa-google-plus-square {
  color: #dd4b39; }

.fa-envelope-square {
  color: #8bb174; }

.fa-instagram {
  color: #c13584; }

.fa-x-twitter {
  color: #000; }

.share-buttons {
  font-size: 32px; }
  .share-buttons a {
    border-top: 3px solid transparent; }
    .share-buttons a:hover {
      border-top-color: #0074bd; }

.panel-default {
  border: 1px solid #8bb174; }
  .panel-default > .panel-heading.panel-toggle {
    background: linear-gradient(0deg, #f9f9f9 0%, #fff 100%);
    cursor: pointer; }
    .panel-default > .panel-heading.panel-toggle h4 {
      color: #8bb174;
      text-transform: none; }

.panel-toggle.collapsed .panel-title::before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 110%;
  padding-right: 9px;
  position: relative; }

.panel-toggle .panel-title::before {
  content: '\f078';
  font-family: 'FontAwesome';
  font-size: 110%;
  padding-right: 4px;
  position: relative; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  flex-grow: 1; }

.form-group {
  margin-bottom: 1.5rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-text-muted {
  color: #999999; }

label.required:before {
  content: '*';
  color: #dc3545;
  margin-right: 3px; }

.form-label {
  display: inline-block;
  margin-bottom: .35em; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #666;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:focus::-ms-value {
  color: #666;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
  padding: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

input[type="checkbox"].form-check-input,
input[type="radio"].form-check-input {
  position: absolute;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0;
  font-weight: normal;
  margin-left: 10px; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

.form-group.is-invalid .form-check-label {
  color: #dc3545; }

.invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 90%;
  color: #dc3545; }

.form-control.is-invalid,
.custom-select.is-invalid {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: #dc3545; }

.form-control.is-invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-control.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-feedback {
  display: block; }

.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback {
  display: block; }

ul.errors {
  list-style: none;
  margin: .5em 0;
  padding-left: 1rem; }

.alert {
  font-size: 1.15em;
  margin-bottom: 1rem; }

.alert-danger {
  color: #dc3545; }

.hp-hero-banner .swiper-slide {
  background: no-repeat center / 100%;
  height: 580px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .hp-hero-banner .swiper-slide {
      background-size: cover;
      height: 310px; } }
  .hp-hero-banner .swiper-slide::before {
    background-color: #4a4a4a;
    content: '';
    height: 100%;
    opacity: .35;
    position: absolute;
    width: 100%; }

.hp-hero-banner .container {
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 991px) {
    .hp-hero-banner .container.hero-content {
      height: 310px; } }

.hp-hero-banner .login-box {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  left: 15px;
  opacity: .9;
  padding: 20px;
  position: absolute;
  top: 40px;
  width: 226px;
  z-index: 100; }
  @media screen and (max-width: 991px) {
    .hp-hero-banner .login-box {
      display: none; } }
  .hp-hero-banner .login-box .title {
    color: #f29043;
    font-size: 22px;
    line-height: 1.18181;
    margin-bottom: .8em;
    text-align: center; }
  .hp-hero-banner .login-box .btn {
    margin-bottom: .7em;
    width: 100%; }

.hp-hero-banner .links a {
  color: #666;
  text-decoration: none; }
  .hp-hero-banner .links a:hover {
    text-decoration: underline; }

.hp-hero-banner .body {
  position: absolute;
  right: 96px;
  top: 50px;
  width: 450px;
  z-index: 100; }
  @media screen and (max-width: 991px) {
    .hp-hero-banner .body {
      margin: 0 auto;
      padding-top: 50px;
      position: static;
      text-align: center;
      width: 100%;
      max-width: 450px; } }
  .hp-hero-banner .body .title {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    line-height: .9;
    margin-bottom: .25em;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 4px; }
    @media screen and (max-width: 991px) {
      .hp-hero-banner .body .title {
        font-size: 40px;
        line-height: 1.1; } }
  .hp-hero-banner .body .details {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    margin-bottom: .5em;
    text-shadow: rgba(0, 0, 0, 0.5) 0 0 4px; }
    @media screen and (max-width: 991px) {
      .hp-hero-banner .body .details {
        font-size: 20px;
        line-height: 1.1; } }
  .hp-hero-banner .body .btn {
    border: 1px solid #fff;
    margin: 3px 0 0 4px;
    padding: 8px 10px; }
    @media screen and (max-width: 991px) {
      .hp-hero-banner .body .btn {
        width: auto; } }

.rates-wrap {
  background-color: rgba(139, 177, 116, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 100; }
  @media screen and (max-width: 991px) {
    .rates-wrap {
      background-color: #8bb174;
      position: static; }
      .rates-wrap .col-xs-12:last-of-type {
        margin-bottom: 10px; } }

.rates-intro {
  margin: 15px 0; }
  .rates-intro .date {
    color: #fff;
    font-size: 18px; }
    @media screen and (max-width: 991px) {
      .rates-intro .date {
        font-size: 1.3em; } }
  .rates-intro .title {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: .4em;
    margin-top: .2em; }
    @media screen and (max-width: 991px) {
      .rates-intro .title {
        font-size: 2.4em; } }
  .rates-intro .btn {
    margin-bottom: 0; }
  .rates-intro .apr {
    color: #fff;
    font-size: .8em;
    margin-top: .5em; }

.rate-card {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.37);
  color: #666;
  display: block;
  line-height: 1.2;
  margin: 20px auto;
  padding: 20px 15px 15px;
  text-decoration: none; }
  @media screen and (max-width: 991px) {
    .rate-card {
      margin: 10px auto; } }
  .rate-card:hover {
    background-color: #e6e6e6; }
  .rate-card .title {
    color: #0074bd;
    font-size: 20px; }
  .rate-card p {
    font-size: 17px;
    margin-bottom: .2em;
    margin-top: .2em; }
  .rate-card .rate {
    color: #8bb174;
    font-size: 40px;
    font-weight: 700; }
    .rate-card .rate sup {
      font-size: 60%; }
    .rate-card .rate small {
      font-size: 15px;
      font-weight: 400; }

.announcement-wrap {
  background-color: #b24d36;
  color: #fff;
  padding: 1.7em .7em .7em;
  position: relative; }
  .announcement-wrap p {
    margin-bottom: .7em;
    margin-right: 2em; }
  .announcement-wrap a {
    color: #fff; }
    .announcement-wrap a:hover {
      color: #edf060; }
  .announcement-wrap .close {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 0.5em;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.8;
    z-index: 10; }
    .announcement-wrap .close:hover, .announcement-wrap .close:focus {
      opacity: 1;
      color: #edf060; }
  .announcement-wrap .alert-heading {
    font-size: 1.125em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0;
    margin-right: 2em; }
  .announcement-wrap .alert-content {
    margin-bottom: .7em; }

.hp-buttons {
  padding: 12px 0; }
  .hp-buttons .row {
    padding: 12px 0; }
    @media screen and (max-width: 991px) {
      .hp-buttons .row {
        padding: 0; } }
  .hp-buttons a {
    color: #fff;
    text-decoration: none; }
  .hp-buttons .pic-button {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.34);
    display: block; }
    @media screen and (max-width: 991px) {
      .hp-buttons .pic-button {
        box-shadow: none; } }
    .hp-buttons .pic-button .picture {
      float: left;
      width: 33%; }
      @media screen and (max-width: 991px) {
        .hp-buttons .pic-button .picture {
          display: none; } }
    .hp-buttons .pic-button .body {
      color: #fff;
      float: left;
      text-align: center;
      width: 67%; }
      @media screen and (max-width: 991px) {
        .hp-buttons .pic-button .body {
          float: none;
          width: 100%; } }
    .hp-buttons .pic-button .title {
      font-size: 26px;
      margin-top: 18px;
      text-transform: uppercase; }
    .hp-buttons .pic-button .tagline {
      font-size: 18px; }
      @media screen and (max-width: 991px) {
        .hp-buttons .pic-button .tagline {
          margin-bottom: 18px; } }
    .hp-buttons .pic-button.picture-only {
      align-items: center;
      display: flex;
      height: 104px;
      justify-content: center; }
      .hp-buttons .pic-button.picture-only .picture {
        flex-basis: 100%; }
        @media screen and (max-width: 991px) {
          .hp-buttons .pic-button.picture-only .picture {
            display: block; } }
        .hp-buttons .pic-button.picture-only .picture img {
          display: block;
          margin: 0 auto; }
    .hp-buttons .pic-button.blue {
      background: linear-gradient(180deg, #5c9fc3 0%, #2f6690 100%); }
    .hp-buttons .pic-button.green {
      background: linear-gradient(180deg, #bfd9ac 0%, #8bb174 100%); }
    .hp-buttons .pic-button.orange {
      background: linear-gradient(180deg, #fac378 0%, #f29043 100%); }
    .hp-buttons .pic-button.gray {
      background: linear-gradient(0deg, #eee 0%, #fff 100%); }
  @media screen and (max-width: 991px) {
    .hp-buttons .banner-buttons {
      margin-top: 10px; }
      .hp-buttons .banner-buttons img {
        width: 100%;
        max-width: 455px; } }

.news-offers-wrap {
  background: linear-gradient(180deg, #fff 0%, #e7e9e5 100%); }
  .news-offers-wrap h2 {
    color: #0074bd; }
  .news-offers-wrap article {
    border-bottom: 2px solid #daddd7;
    margin: 0;
    padding: 15px 0; }
  .news-offers-wrap img {
    float: left;
    margin-right: 30px;
    width: 132px; }
    @media screen and (max-width: 991px) {
      .news-offers-wrap img {
        float: none;
        width: 100%;
        max-width: 374px;
        display: block;
        margin: 0 0 1em; } }
  .news-offers-wrap .date {
    font-size: 15px;
    margin-bottom: .5em; }
  .news-offers-wrap .title {
    font-size: 20px;
    line-height: 1.2;
    text-decoration: none; }
  .news-offers-wrap .btn {
    margin-top: 1.5em; }

.search {
  margin: 30px 0 25px; }
  .search .search-input {
    width: 90%; }
    .search .search-input input {
      border: 1px solid #ccc;
      border-radius: 3px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
      font-size: 16px;
      padding: 8px 7px;
      width: 100%; }
      .search .search-input input:hover {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
      .search .search-input input:focus {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
  .search button.search {
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 9px 12px; }
    .search button.search:hover {
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
    .search button.search .fa {
      font-size: 18px; }

.content ul.search-results {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 0; }
  .content ul.search-results h3 a {
    color: #666;
    margin-bottom: 10px; }
  .content ul.search-results .link {
    color: #999;
    font-size: 14px;
    margin: 5px 0; }

.news article {
  border-bottom: 2px solid #e7e9e5;
  padding: 1.3em 0; }
  .news article img {
    width: 100%; }
    @media screen and (max-width: 991px) {
      .news article img {
        max-width: 455px; } }
  @media screen and (max-width: 991px) {
    .news article .date {
      margin-top: 1.5em; } }
  .news article h3 {
    font-weight: 400;
    margin-bottom: .5em;
    margin-top: .5em; }
    .news article h3 a {
      text-decoration: none; }
      .news article h3 a:hover {
        text-decoration: underline; }

.news-entry .date {
  margin-bottom: 1.5em; }

.news-feed h2 {
  margin-bottom: .75em; }

.news-feed em {
  color: #666; }

.news-feed a {
  font-size: 1.2em;
  text-decoration: none; }
  .news-feed a:hover {
    text-decoration: underline; }

.news-feed-with-pictures article {
  border-bottom: 2px solid #daddd7;
  margin: 0;
  padding: 15px 0; }

.news-feed-with-pictures img {
  float: left;
  margin-right: 30px;
  width: 132px; }
  @media screen and (max-width: 991px) {
    .news-feed-with-pictures img {
      float: none;
      width: 100%;
      max-width: 374px;
      display: block;
      margin: 0 0 1em; } }

.news-feed-with-pictures a {
  font-size: 1.2em;
  text-decoration: none; }
  .news-feed-with-pictures a:hover {
    text-decoration: underline; }

.news-feed-with-pictures .date {
  font-size: 15px;
  margin-bottom: .5em; }

.news-feed-with-pictures .title {
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none; }

.special-offers article {
  border-bottom: 2px solid #e7e9e5;
  padding: 1.3em 0; }
  .special-offers article img {
    width: 100%; }
    @media screen and (max-width: 991px) {
      .special-offers article img {
        max-width: 455px; } }
  @media screen and (max-width: 991px) {
    .special-offers article .date {
      margin-top: 1.5em; } }
  .special-offers article h3 {
    font-weight: 400;
    margin-bottom: .5em;
    margin-top: .5em; }
    .special-offers article h3 a {
      text-decoration: none; }
      .special-offers article h3 a:hover {
        text-decoration: underline; }

.special-offers-entry .date {
  margin-bottom: 1.5em; }

.special-offers-tab article {
  border-top: 2px solid #daddd7;
  margin: 0;
  padding: 15px 0; }
  .special-offers-tab article:first-of-type {
    border-top: 0; }

.special-offers-tab img {
  float: left;
  margin-right: 30px;
  width: 132px; }
  @media screen and (max-width: 991px) {
    .special-offers-tab img {
      float: none;
      margin: 0;
      width: 100%;
      max-width: 455px; } }

.special-offers-tab .date {
  font-size: 15px;
  margin-bottom: .5em; }
  @media screen and (max-width: 991px) {
    .special-offers-tab .date {
      margin-top: 1.5em; } }

.special-offers-tab .title {
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none; }

.testimonials article {
  border-bottom: 2px solid #e7e9e5;
  padding: 1.3em 0; }
  .testimonials article img {
    width: 100%; }
    @media screen and (max-width: 991px) {
      .testimonials article img {
        max-width: 455px; } }
  .testimonials article .quote {
    color: #f29043;
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.3913;
    margin-bottom: .7em; }
    @media screen and (max-width: 991px) {
      .testimonials article .quote {
        font-size: 1.1em;
        margin-top: 1.5em; } }
  .testimonials article .author {
    font-size: 1.1em; }
  .testimonials article .tagline {
    font-size: 1em;
    font-style: italic; }

.single-testimonial {
  padding: 40px 0 30px; }
  @media screen and (max-width: 991px) {
    .single-testimonial {
      padding: 10px 0 20px; } }
  .single-testimonial .image {
    text-align: center; }
    @media screen and (max-width: 991px) {
      .single-testimonial .image {
        text-align: left; } }
  .single-testimonial img {
    width: 100%;
    max-width: 300px; }
    @media screen and (max-width: 991px) {
      .single-testimonial img {
        max-width: 455px; } }
  .single-testimonial .quote {
    color: #f29043;
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.3913;
    margin-bottom: 1em;
    padding-top: .7em; }
    @media screen and (max-width: 991px) {
      .single-testimonial .quote {
        font-size: 1.1em;
        margin-top: .5em; } }
    .single-testimonial .quote::before {
      content: '\201C';
      display: block;
      font-size: 4em;
      font-style: normal;
      line-height: .1;
      margin-bottom: -.35em;
      margin-left: -.35em; }
      @media screen and (max-width: 991px) {
        .single-testimonial .quote::before {
          font-size: inherit;
          font-style: inherit;
          line-height: inherit;
          display: inline;
          margin-bottom: 0;
          margin-left: 0;
          margin-right: -.18em; } }
  .single-testimonial .author {
    font-size: 1.3em; }
    @media screen and (max-width: 991px) {
      .single-testimonial .author {
        font-size: 1.1em; } }
  .single-testimonial .tagline {
    font-size: 1em;
    font-style: italic; }

.event-nav a {
  color: #666; }

.event-nav .vertical-divider {
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em; }

.events article {
  border-bottom: 2px solid #e7e9e5;
  padding: 1.3em 0; }
  .events article:last-child {
    border-bottom: 0; }
  .events article img {
    width: 100%; }
    @media screen and (max-width: 991px) {
      .events article img {
        max-width: 455px; } }
  .events article .img-placeholder {
    background: transparent;
    width: 307px;
    height: 230px; }
  .events article h3 {
    font-weight: 400;
    margin-bottom: .5em;
    margin-top: 3em; }
    @media screen and (max-width: 991px) {
      .events article h3 {
        margin-top: 1.5em; } }
    .events article h3 a {
      text-decoration: none; }
      .events article h3 a:hover {
        text-decoration: underline; }
  .events article .date-time {
    font-size: 20px;
    font-weight: 700;
    color: #8bb174; }
  .events article .vertical-divider {
    font-weight: 400;
    color: #666;
    display: inline-block;
    margin-left: .3em;
    margin-right: .3em; }
  .events article.fes h3 {
    margin-bottom: .3em;
    margin-top: 0; }
  .events article.fes .date-time {
    font-size: 18px;
    margin-bottom: .5em; }

.event-entry .date-time {
  font-size: 20px;
  font-weight: 700;
  color: #8bb174;
  margin-bottom: 1.2em; }

.event-entry .vertical-divider {
  font-weight: 400;
  color: #666;
  display: inline-block;
  margin-left: .3em;
  margin-right: .3em; }

.event-entry .feature-image {
  margin-top: 0; }
  .event-entry .feature-image img {
    max-width: 300px; }

.upcoming-events article {
  border-bottom: 2px solid #daddd7;
  margin: 0;
  padding: 15px 0; }

.upcoming-events img {
  width: 132px; }
  @media screen and (max-width: 991px) {
    .upcoming-events img {
      float: none;
      width: 100%;
      max-width: 374px;
      display: block; } }

.upcoming-events .img-placeholder {
  background: transparent;
  width: 132px;
  height: 99px; }

.upcoming-events h3 {
  font-weight: 400;
  margin-bottom: .3em;
  margin-top: .2em; }
  @media screen and (max-width: 991px) {
    .upcoming-events h3 {
      margin-top: 1.5em; } }
  .upcoming-events h3 a {
    text-decoration: none; }
    .upcoming-events h3 a:hover {
      text-decoration: underline; }

.upcoming-events .time {
  font-style: italic; }

.upcoming-events .date {
  line-height: 1.2;
  margin-top: .5em;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .upcoming-events .date {
      background-color: rgba(102, 102, 102, 0.15);
      margin-top: 0;
      padding-top: 1em;
      padding-bottom: 1em; } }

.upcoming-events .month {
  font-size: 1.3em;
  text-transform: uppercase; }

.upcoming-events .day {
  font-size: 2em;
  font-weight: bold; }

.upcoming-events .day-name {
  font-size: .9em;
  text-transform: uppercase; }

.directory .btn {
  margin-bottom: 5px; }

.directory .dropdown-menu a {
  text-decoration: none; }

.directory .note {
  color: #f29043; }
  @media screen and (min-width: 768px) {
    .directory .note {
      margin-top: 0; } }

.directory .row.members {
  margin-top: 2em; }

.directory h2 {
  font-size: 20px;
  margin-top: .9em; }

.directory address {
  font-style: normal;
  margin-bottom: 1em; }
  .directory address h5 {
    color: #0074bd;
    font-size: inherit;
    font-weight: 700;
    margin: 0; }

table.rates {
  border-top: 1px solid #e7e9e5;
  border-left: 1px solid #e7e9e5; }
  table.rates th {
    font-size: .9em; }
  table.rates th,
  table.rates td {
    border-bottom: 1px solid #e7e9e5;
    border-right: 1px solid #e7e9e5; }
    @media screen and (max-width: 991px) {
      table.rates th,
      table.rates td {
        border-right: 0; } }

.site-map h1 {
  color: #f29043;
  font-size: 1.3em;
  text-transform: uppercase; }

.site-map h2 {
  font-size: 1em;
  text-transform: uppercase; }

.site-map ul {
  margin-top: 0;
  margin-left: 0;
  padding-left: 1em; }

.landing-page .divider {
  margin-top: unset; }

.landing-page-section {
  padding-top: 2em;
  padding-bottom: 2em; }
  .landing-page-section.bg--blue {
    background-color: #0074bd;
    color: #fff; }
    .landing-page-section.bg--blue .heading,
    .landing-page-section.bg--blue .subheading {
      color: #fff; }
    .landing-page-section.bg--blue p a,
    .landing-page-section.bg--blue ul a,
    .landing-page-section.bg--blue ol a {
      color: #fff;
      text-decoration: underline; }
      .landing-page-section.bg--blue p a:hover,
      .landing-page-section.bg--blue ul a:hover,
      .landing-page-section.bg--blue ol a:hover {
        text-decoration: none; }
  .landing-page-section.bg--grey {
    background-color: #f1f1f1; }
  @media screen and (min-width: 768px) {
    .landing-page-section .grid {
      display: grid;
      grid-column-gap: 2em; } }
  .landing-page-section .grid-image--left {
    grid-template-columns: 4fr 6fr; }
  .landing-page-section .grid-image--right {
    grid-template-columns: 6fr 4fr; }
    .landing-page-section .grid-image--right .body {
      order: -1; }
  @media screen and (max-width: 991px) {
    .landing-page-section .body {
      margin-top: 1.5em; } }
  .landing-page-section .picture img {
    max-width: 100%;
    width: 100%; }
  .landing-page-section .heading {
    font-size: 32px;
    font-weight: 700;
    color: #0074bd;
    line-height: 1.21875;
    margin-bottom: .3em;
    text-transform: uppercase; }
  .landing-page-section .subheading {
    font-size: 26px;
    font-weight: 700;
    color: #8bb174;
    line-height: 1.3;
    margin-bottom: .3em; }
  .landing-page-section .btn {
    margin-bottom: unset; }

.business-contact .phone,
.business-contact .email {
  display: inline-block;
  font-size: 1.15em;
  padding: .5em; }
  .business-contact .phone .fa,
  .business-contact .email .fa {
    color: #8bb174; }

.business-contact .btn {
  margin-top: 1em; }

.business-contact .members {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto; }
  .business-contact .members img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .business-contact .members {
      max-width: unset;
      margin-left: unset;
      margin-right: unset; }
      .business-contact .members img {
        width: unset; } }

.business-contact .member {
  margin-bottom: 1em;
  padding-top: 15px; }
  .business-contact .member:nth-child(2n) {
    background-color: #f1f1f1; }
    @media screen and (min-width: 768px) {
      .business-contact .member:nth-child(2n) {
        background-color: unset; } }
  @media screen and (min-width: 768px) {
    .business-contact .member {
      margin-bottom: unset;
      padding-top: unset; } }
