/**
* Default Styles
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @copyright 2015 All Rights Reserved
*
* @author Network Technology Solutions, LLC
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
/**
* Fonts
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(//fonts.googleapis.com/css?family=Permanent+Marker);
@import url(//fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800,900);
@font-face {
  font-family: "BebasNeue Regular";
  src: url("/fonts/BebasNeue Regular.eot");
  src: url("/fonts/BebasNeue Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/BebasNeue Regular.woff") format("woff"), url("/fonts/BebasNeue Regular.ttf") format("truetype"), url("/fonts/BebasNeue Regular.svg#BebasNeue Regular") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BebasNeue Bold";
  src: url("/fonts/BebasNeue Bold.eot");
  src: url("/fonts/BebasNeue Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/BebasNeue Bold.woff") format("woff"), url("/fonts/BebasNeue Bold.ttf") format("truetype"), url("/fonts/BebasNeue Bold.svg#BebasNeue Bold") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BebasNeue Book";
  src: url("/fonts/BebasNeue Book.eot");
  src: url("/fonts/BebasNeue Book.eot?#iefix") format("embedded-opentype"), url("/fonts/BebasNeue Book.woff") format("woff"), url("/fonts/BebasNeue Book.ttf") format("truetype"), url("/fonts/BebasNeue Book.svg#BebasNeue Book") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BebasNeue Light";
  src: url("/fonts/BebasNeue Light.eot");
  src: url("/fonts/BebasNeue Light.eot?#iefix") format("embedded-opentype"), url("/fonts/BebasNeue Light.woff") format("woff"), url("/fonts/BebasNeue Light.ttf") format("truetype"), url("/fonts/BebasNeue Light.svg#BebasNeue Light") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BebasNeue Thin";
  src: url("/fonts/BebasNeue Thin.eot");
  src: url("/fonts/BebasNeue Thin.eot?#iefix") format("embedded-opentype"), url("/fonts/BebasNeue Thin.woff") format("woff"), url("/fonts/BebasNeue Thin.ttf") format("truetype"), url("/fonts/BebasNeue Thin.svg#BebasNeue Thin") format("svg");
  font-style: normal;
  font-weight: normal; }
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #353a44; }

h1 {
  font-family: 'Permanent Marker';
  margin: 20px 0; }

h2 {
  font-size: 25px;
  font-family: Montserrat;
  font-weight: 800;
  color: #4b5261;
  margin: 20px 0; }

h3 {
  font-family: Montserrat;
  font-size: 20px;
  margin: 20px 0; }

h4 {
  font-family: Montserrat;
  font-size: 18px;
  margin: 20px 0; }

h5, h6 {
  font-size: 16px;
  margin: 20px 0; }

.text-muted, .classifieds-filter-heading {
  color: #333333 !important; }

a, a:visited {
  color: #40424f;
  text-decoration: none;
  font-weight: 600; }

.breadcrumb li.active {
  color: #a70000;
  font-weight: 700; }

button, .btn {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px 10px 15px; }

.btn-primary {
  background-color: #f7941e;
  border: 1px solid #f7941e;
  color: #000000; }

.btn-primary:hover {
  background-color: #f38809;
  border: 1px solid #f7941e;
  color: #000000; }

.btn-blue {
  background-color: #7bcfe1 !important;
  padding: 10px 30px !Important;
  color: #000000 !important;
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  border-radius: 0; }

.btn-facebook {
  background-color: #7bcfe1 !important;
  padding: 10px 30px !Important;
  color: #000000 !important;
  position: absolute;
  bottom: 0;
  width: 90% !important;
  display: block !important;
  text-align: center !important;
  border-radius: 0; }

.btn-info, .btn-info:visited, .btn-info:hover, .btn-info:active {
  color: #000000; }

.btn-group-sm > .btn, .btn-sm {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  padding: 5px 10px 5px 10px; }

.btn-lg {
  font-size: 20px;
  padding: 12px 30px 12px 30px; }

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000; }

.header-social-media {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-size: 12px; }
  .header-social-media .fa {
    vertical-align: middle;
    color: #FFFFFF !important;
    padding: 0 5px; }

.header-links {
  padding-top: 5px;
  padding-bottom: 5px; }

.header-logo {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .header-logo img {
    padding: 15px;
    display: block;
    margin: auto;
    width: auto;
    max-height: 110px; }

.header-search {
  max-width: 230px;
  display: inline-block; }
  .header-search input.form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #FFF;
    color: #FFFFFF !important;
    box-shadow: none !important; }
  .header-search ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */ }
  .header-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white; }
  .header-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white; }
  .header-search .input-group-btn:last-child > .btn, .header-search .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
    background: transparent;
    color: #FFF;
    font-size: 20px; }

.top-right {
  vertical-align: top !important;
  text-align: right;
  height: 100px;
  padding: 30px; }

ul.mega-menu li.dropdown {
  position: static; }
ul.mega-menu ul.dropdown-menu {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  width: auto;
  height: auto; }
  ul.mega-menu ul.dropdown-menu li.col-xs-12.col-sm-6.col-md-3 {
    min-height: 180px; }
  ul.mega-menu ul.dropdown-menu a {
    height: auto !important;
    line-height: 1 !important;
    display: block;
    word-wrap: break-word; }
  ul.mega-menu ul.dropdown-menu a:hover {
    text-decoration: none; }
  ul.mega-menu ul.dropdown-menu .dropdown-header {
    height: auto !important;
    line-height: 1 !important;
    padding: 10px 0px 10px 5px !important; }

@media (max-width: 767px) {
  ul.mega-menu ul.dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
    ul.mega-menu ul.dropdown-menu li.col-xs-12.col-sm-6.col-md-3 {
      min-height: 1px; }
    ul.mega-menu ul.dropdown-menu a {
      height: 40px !important;
      line-height: 40px !important;
      padding: 0px 20px 0px 20px !important; }
    ul.mega-menu ul.dropdown-menu .dropdown-header {
      height: 40px !important;
      line-height: 40px !important;
      padding: 0px 20px 0px 20px !important; } }
nav {
  height: 100px;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  font-family: 'Montserrat';
  font-weight: 300;
  text-transform: uppercase; }

.nav-top {
  background-color: rgba(206, 41, 41, 0.95);
  padding: 0px 0px 0px 0px;
  height: 100px;
  margin-top: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.nav-mobile {
  background-color: #DD3431; }
  .nav-mobile .text-left {
    text-align: left !important; }
  .nav-mobile .navbar-toggle, .nav-mobile .search-toggle {
    margin-top: -2px !important;
    margin-bottom: 0;
    border: 0 !important;
    background-color: #333333 !important;
    padding: 8px; }
  .nav-mobile .search-toggle {
    float: right;
    margin-right: 0;
    margin-left: 15px; }
  .nav-mobile .navbar-toggle {
    float: none;
    margin-left: 0;
    margin-right: 15px; }
  .nav-mobile .navbar-toggle .fa, .nav-mobile .search-toggle .fa {
    color: #FFFFFF !important; }

.nav-main {
  background: none;
  width: 100%;
  height: auto;
  border: 0 !important; }
  .nav-main .container {
    position: relative; }
  .nav-main ul.nav {
    list-style-type: none;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s; }
    .nav-main ul.nav li {
      vertical-align: top; }
      .nav-main ul.nav li a {
        height: 100px;
        line-height: 100px;
        background-color: transparent;
        padding: 0px 10px 0px 10px;
        margin: 0;
        color: #FFFFFF;
        font-size: 14px;
        text-transform: none;
        transition: 0.4s;
        text-decoration: none; }
      .nav-main ul.nav li a:hover, .nav-main ul.nav li a:active {
        background-color: #353A44;
        padding: 5px 10px; }
    .nav-main ul.nav .open .dropdown-toggle {
      background-color: #CE2121; }
    .nav-main ul.nav ul.dropdown-menu {
      margin-top: 0;
      border-top-width: 0;
      background: #353a44; }
      .nav-main ul.nav ul.dropdown-menu a {
        height: 40px;
        line-height: 40px;
        padding: 0px 20px 0px 10px;
        margin: 0;
        text-transform: none;
        transition: 0.4s;
        text-decoration: none; }
      .nav-main ul.nav ul.dropdown-menu a:hover {
        background-color: #1f2227;
        padding: 0px 20px 0px 20px; }
      .nav-main ul.nav ul.dropdown-menu .dropdown-header {
        height: 40px;
        line-height: 40px;
        padding: 0px 10px 0px 10px; }

nav.small {
  height: 50px !important; }
  nav.small .nav-top {
    margin-top: -50px;
    background: #DD3431; }
  nav.small .nav-top .container-fluid .row .col-lg-6, nav.small .nav-top .container-fluid .row .col-md-8 {
    width: 90%; }
  nav.small .header-logo {
    margin-top: -60px; }
  nav.small .logo-size.col.col-xs-12.col-sm-2.col-md-2.col-lg-2 {
    width: 0; }
  nav.small .top-right {
    display: none; }
  nav.small .nav-main {
    height: 50px !important;
    margin-top: 50px; }
  nav.small .nav-main ul.nav li a {
    height: 50px;
    line-height: 50px; }
  nav.small .minilogo {
    left: 0;
    top: 50px;
    padding: 3px 20px;
    display: block !important; }
    nav.small .minilogo img {
      max-height: 40px; }

.navbar-collapse {
  display: block;
  border-top: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  overflow-x: visible;
  overflow-y: auto;
  height: 0;
  max-height: 400px; }

.navbar-collapse.in, .navbar-collapse.collapsing {
  display: block;
  overflow-y: auto;
  height: auto;
  max-height: 400px; }

.minilogo {
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: -100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }
  .minilogo a {
    text-decoration: none !important; }

.top-banner {
  height: auto;
  overflow: hidden;
  min-height: 100px; }
  .top-banner .carousel-inner {
    min-height: 450px;
    max-height: 450px; }
    .top-banner .carousel-inner .item {
      min-height: 450px;
      max-height: 450px; }
      .top-banner .carousel-inner .item img {
        object-fit: cover;
        object-position: center;
        min-height: 450px;
        max-height: 450px;
        min-width: 100%; }
  .top-banner .bannerTextContainer {
    position: absolute;
    top: 100px;
    width: 70%;
    height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 15%; }
    .top-banner .bannerTextContainer .bannerText {
      color: #FFF;
      text-shadow: 0px 0px 30px #000;
      font-family: Permanent Marker;
      border: 6px solid;
      font-size: 50px;
      padding: 30px 60px;
      border: 10px solid #FFF;
      display: inline-block;
      min-width: 400px;
      width: auto;
      position: relative;
      margin: 0 auto; }
  .top-banner .slide-caption {
    display: none !important; }
  .top-banner .carousel-control.left, .top-banner .carousel-control.right {
    display: none !important; }
  .top-banner .container-fluid {
    padding: 0 !important;
    margin: 0 !important; }
  .top-banner .row {
    padding: 0 !important;
    margin: 0 !important; }
  .top-banner .col-xs-12, .top-banner .col-sm-12, .top-banner .col-md-12, .top-banner .col-lg-12 {
    padding: 0 !important;
    margin: 0 !important; }
  .top-banner .carousel-control .glyphicon-chevron-left, .top-banner .carousel-control .glyphicon-chevron-right,
  .top-banner .carousel-control .icon-next, .top-banner .carousel-control .icon-prev {
    font-size: 50px;
    height: 50px;
    width: 50px;
    color: #FFFFFF;
    margin-top: 30px; }
  .top-banner .carousel-indicators li {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: none; }
  .top-banner .carouselButtons {
    display: block !important;
    position: absolute;
    z-index: 18;
    text-align: center;
    top: 110px;
    right: auto;
    height: 26px;
    bottom: auto;
    width: auto;
    left: 15px; }
    .top-banner .carouselButtons .btn-default {
      background: #FFF;
      color: #666;
      border: none;
      margin: 0 -3px;
      border-radius: 0;
      padding: 3px 7px; }
  .top-banner .carousel-control {
    z-index: 18; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .top-banner .carousel-inner img {
    margin-top: 0; } }
@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS styles go here */
  .top-banner .carousel-inner img {
    margin-top: 0; } }
.alert-bar {
  position: relative;
  background: #a52626;
  padding: 20px;
  color: #FFFFFF; }
  .alert-bar h1, .alert-bar h2, .alert-bar h3, .alert-bar h4, .alert-bar h5, .alert-bar h6, .alert-bar p, .alert-bar a, .alert-bar a.active {
    color: #FFFFFF !important; }

main {
  margin-top: 0px;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
  clear: both !important;
  overflow: hidden; }
  main .design-1-block-8, main .design-1-block-10 {
    min-height: 210px; }
  main .design-1-block-9 {
    min-height: 156px; }
@-moz-document url-prefix() {
  main .design-1-block-9 {
    min-height: 147px; } }
  main .breadcrumb {
    font-family: montserrat;
    font-size: 12px;
    color: #DD3431; }
    main .breadcrumb .active {
      color: #CF2400; }
    main .breadcrumb a, main .breadcrumb a:hover, main .breadcrumb a:focus {
      color: #000000; }
  main .carouselButtons {
    display: none !important; }
  main .nimble-widget-content a, main .directory-entry a {
    border-bottom: 2px solid #f7941e;
    color: #000000;
    transition: .4s; }
  main .nimble-widget-content a:hover, main .directory-entry a:hover {
    text-decoration: none;
    border-bottom: 2px solid #f7941e;
    transition: .4s; }
  main .nimble-page-row {
    padding: 20px 0; }
  main #directory-entries-search-form {
    font-family: Montserrat;
    font-weight: 300; }
  main .directory-listing {
    font-size: 14px;
    border: 6px solid #DDD;
    min-height: 200px; }
    main .directory-listing .entry-full-name {
      font-family: Montserrat;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px; }
    main .directory-listing .entry-loc-link, main .directory-listing .entry-phone-numbers, main .directory-listing .entry-fax-number {
      font-family: Montserrat;
      font-weight: 400;
      font-size: 12px; }
      main .directory-listing .entry-loc-link a, main .directory-listing .entry-loc-link a:visited, main .directory-listing .entry-loc-link a:hover, main .directory-listing .entry-loc-link a:active, main .directory-listing .entry-phone-numbers a, main .directory-listing .entry-phone-numbers a:visited, main .directory-listing .entry-phone-numbers a:hover, main .directory-listing .entry-phone-numbers a:active, main .directory-listing .entry-fax-number a, main .directory-listing .entry-fax-number a:visited, main .directory-listing .entry-fax-number a:hover, main .directory-listing .entry-fax-number a:active {
        color: #353a44; }
  main .directory-entry .nav-tabs {
    display: none; }
  main .nav-tabs li {
    text-align: center; }
    main .nav-tabs li a, main .nav-tabs li a:visited, main .nav-tabs li a:hover {
      font-family: Montserrat;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase; }
  main .nav-tabs li.active a, main .nav-tabs > li.active > a, main .nav-tabs > li.active > a:focus, main .nav-tabs > li.active > a:hover {
    color: #DD3431; }
  main .nav-tabs li a {
    background-color: #DD3431;
    color: #FFFFFF;
    border-left: 2px solid #DD3431 !important;
    border-top: 2px solid #DD3431 !important;
    border-right: 2px solid #DD3431 !important; }
  main .nav-tabs li a:active {
    background-color: #FFFFFF;
    color: #DD3431 !important; }
  main .nav-tabs li a:hover {
    color: #DD3431;
    background-color: #fae1e0 !important; }
  main .nav-tabs li.tab1 {
    width: 20%; }
  main .nav-tabs li.tab2 {
    width: 20%; }
  main .nav-tabs li.tab3 {
    width: 20%; }
  main .nav-tabs li.tab4 {
    width: 20%; }
  main .nav-tabs li.tab5 {
    width: 20%; }
  main .nimble-widget-navigation .nav-stacked li a {
    font-family: Montserrat;
    padding: 6px 10px;
    background-color: #f7941e;
    color: #000000;
    transition: .4s; }
  main .nimble-widget-navigation .nav-stacked li a:hover {
    background-color: #ffb447;
    padding: 6px 20px; }
  main .venues .nav-tabs li.tabvenue {
    width: 50%; }
  main .venues .nav-tabs li.tabroom {
    width: 50%; }
  main .venues .nav-tabs li.active a, main .venues .nav-tabs > li.active > a, main .venues .nav-tabs > li.active > a:focus, main .venues .nav-tabs > li.active > a:hover {
    border-left: 2px solid #f7941e !important;
    border-top: 2px solid #f7941e !important;
    border-right: 2px solid #f7941e !important;
    background-color: #FFFFFF;
    color: #f7941e; }
  main .venues .nav-tabs li a {
    background-color: #f7941e;
    color: #FFFFFF;
    border-left: 2px solid #f7941e !important;
    border-top: 2px solid #f7941e !important;
    border-right: 2px solid #f7941e !important; }
  main .venues .nav-tabs li a:active {
    background-color: #FFFFFF;
    color: #f7941e !important; }
  main .venues .nav-tabs li a:hover {
    color: #f7941e;
    background-color: #fef2e3 !important; }
  main .input-last-name, main .input-first-name {
    display: none !important; }
  main .entry-website a {
    padding: 10px 20px;
    background-color: #f7941e;
    color: #FFFFFF;
    border-radius: 4px;
    display: inline-block;
    transition: .4s; }
  main .entry-website a:hover {
    background-color: #da7a08;
    text-decoration: none;
    transition: .4s; }
  main ul.nav.victorian-tabs li.active a, main ul.nav.victorian-tabs li.active > a, main ul.nav.victorian-tabs li.active > a:focus, main ul.nav.victorian-tabs li.active > a:hover {
    color: #BD343D;
    background: white; }
  main ul.nav.victorian-tabs li a {
    background-color: #BD343D;
    color: #FFFFFF;
    border-left: 2px solid #BD343D !important;
    border-top: 2px solid #BD343D !important;
    border-right: 2px solid #BD343D !important; }
  main ul.nav.victorian-tabs li a:active {
    background-color: #FFFFFF;
    color: #BD343D !important; }
  main ul.nav.victorian-tabs li a:hover {
    color: #BD343D;
    background-color: #f1ccce !important; }
  main ul.nav.victorian-tabs li.tab1, main ul.nav.victorian-tabs li.home {
    width: 48.5%;
    display: inline-block;
    text-align: center; }
  main .nimble-full-calendar .nimble-full-calendar-legend .calendar-legend-name {
    line-height: 18px !important; }
  main p.text-center.entry-submit-testimonial-link {
    display: none !important; }
  main button .fc-button .fc-state-default .submit-event-btn {
    opacity: 0;
    height: 0;
    width: 0; }

section {
  padding-top: 20px;
  padding-bottom: 20px; }
  section .content .nimble-full-calendar-legend {
    margin-top: 15px;
    margin-bottom: 20px; }
  section .content .nimble-full-calendar .nimble-full-calendar-legend .calendar-legend-name {
    line-height: 18px !important; }

.footer {
  background-color: #000000;
  background: url(/images/dog.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Montserrat;
  color: #ffffff !important;
  padding: 0px 0; }
  .footer .margins {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .footer h1 {
    color: #FFFFFF; }
  .footer a, .footer a:hover, .footer a:active {
    color: #FFFFFF; }
  .footer .nav > li > a {
    padding: 5px 10px;
    -webkit-transition: border .3s ease-out;
    -moz-transition: border .3s ease-out;
    -o-transition: border .3s ease-out;
    transition: border .3s ease-out;
    border: 3px solid transparent;
    border-radius: 0; }
  .footer .nav > li > a:hover, .footer .nav > li > a:active, .footer .nav > li > a:focus {
    background: transparent;
    border-left: 3px solid #FFFFFF; }
  .footer .footer {
    padding: 30px 0; }
  .footer .footer-bottom {
    background-color: #DD3431;
    padding: 20px; }
  .footer .google-search {
    padding: 30px 50px; }
    .footer .google-search img {
      width: 200px;
      margin-right: 10px; }
    .footer .google-search form {
      width: 300px;
      display: inline-block;
      height: 35px;
      vertical-align: middle; }
      .footer .google-search form input {
        background: transparent;
        border: none;
        border-bottom: 2px solid #FFF;
        border-radius: 0;
        box-shadow: none;
        color: #FFFFFF; }
      .footer .google-search form button {
        background: transparent;
        font-size: 22px;
        padding: 0px 10px;
        color: #FFFFFF; }
      .footer .google-search form button .fa {
        padding: 9px;
        border-radius: 30px;
        -webkit-transition: background-color .3s ease-out;
        -moz-transition: background-color .3s ease-out;
        -o-transition: background-color .3s ease-out;
        transition: background-color .3s ease-out; }
      .footer .google-search form button .fa:hover {
        color: #FFFFFF;
        background-color: rgba(255, 255, 255, 0.3); }

.alert-bar {
  padding: 20px; }

.alert {
  margin-bottom: 0;
  text-align: center;
  padding: 0;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000;
  overflow: auto; }

.alert-info {
  color: #FFF;
  background-color: #222021; }

.alert-dismissable .close, .alert-dismissible .close {
  position: absolute;
  top: 10px;
  right: -10px;
  color: #FFFFFF;
  padding: 12px 6px;
  font-size: 40px;
  border: 2px solid;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  z-index: 1; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=50);
  opacity: .5;
  margin-right: 20px; }

span.close-alert {
  line-height: .5;
  height: 20px !important;
  display: inline-block;
  position: relative;
  top: -14px; }

.alert p {
  font-size: 16px;
  margin: 8px 0; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert a {
  color: #FFFFFF;
  border: 1px solid;
  font-size: 18px;
  transition: .2s;
  padding: 5px 10px 3px 10px;
  display: inline-block;
  border-radius: 4px; }
  .alert a:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    text-decoration: none;
    transition: .2s; }

.entry-bio-btn {
  display: none; }

.business-listing {
  border: 0 !important;
  background-color: transparent !important; }
  .business-listing .row {
    margin: 0 !important; }
  .business-listing .listing-photo {
    float: none !important;
    display: block;
    height: 300px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    padding: 0 !important;
    padding: 0 !important;
    margin: 0px 0px -300px 0px !important; }
    .business-listing .listing-photo img {
      padding: 0 !important;
      border: 0;
      border-radius: 0;
      width: 100% !important;
      height: 300px !important;
      object-fit: cover;
      object-position: center; }
  .business-listing .listing-info {
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    vertical-align: middle;
    height: 300px;
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    .business-listing .listing-info .entry-full-name {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: absolute;
      vertical-align: middle;
      background-color: rgba(0, 0, 0, 0.5);
      border: 2px solid #ffffff;
      color: #ffffff !important;
      word-wrap: break-word;
      padding: 0;
      margin: 0px auto 0px auto;
      width: 80%;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      vertical-align: middle; }
      .business-listing .listing-info .entry-full-name a, .business-listing .listing-info .entry-full-name a:visited {
        display: block;
        padding: 85px 50px 85px 50px !important;
        width: 100%;
        text-decoration: none;
        color: #ffffff !important; }
      .business-listing .listing-info .entry-full-name a:active, .business-listing .listing-info .entry-full-name a:hover {
        text-decoration: none !important;
        color: #ffffff !important; }
    .business-listing .listing-info .entry-full-name:hover {
      border: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .business-listing .listing-info .entry-address, .business-listing .listing-info .entry-location-other, .business-listing .listing-info .entry-loc-link, .business-listing .listing-info .entry-phone-numbers, .business-listing .listing-info .entry-email, .business-listing .listing-info .entry-website {
      display: none !important; }

.directory .business-listing {
  display: inline-block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: calc(300px + 40px);
  padding: 0 !important;
  margin: 20px;
  text-align: center; }
.directory .row {
  margin: 0 !important; }
.directory .col-xs-12.col-sm-6.col-md-4.col-lg-4 {
  padding: 0 !important; }
.directory .pdf-link {
  display: none !important; }
.directory .business-listing {
  display: block !important;
  width: calc(100% - 40px) !important; }
  .directory .business-listing .listing-photo {
    width: calc(100% - 40px) !important;
    position: absolute !important;
    margin: 0 !important; }
  .directory .business-listing .listing-info {
    width: calc(100% - 40px) !important;
    position: absolute !important; }

.nimble-widget-directory-entry .directory-entry-widget-listing {
  overflow: hidden; }

body #content:focus {
  outline: none; }
body .btn-skip {
  color: #FFFFFF;
  background-color: #8C0000;
  height: auto;
  width: auto;
  padding: 7px 15px 7px 15px;
  border-radius: 0;
  border-bottom-right-radius: 7px;
  text-decoration: underline; }
body .btn-skip:hover, body .btn-skip:active, body .btn-skip:visited {
  color: #FFFFFF; }
body .btn-skip:hover, body .btn-skip:active {
  text-decoration: none; }

.nimble-full-calendar .fc .fc-event {
  color: #000000 !important;
  font-size: 16px !important; }

#popupDiv {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  color: #000 !important;
  margin: 0px !important;
  padding: 0px !important;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px !important;
  border-radius: 5px 5px 5px 5px;
  background-color: white !important;
  border: none !important;
  color: black !important;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4) !important; }
  #popupDiv p.notice {
    font-size: 12px;
    margin: 0 !important;
    padding: 10px 100px 10px 20px;
    background-color: #555;
    color: #FFF;
    text-align: left; }
  #popupDiv h2 {
    font-size: 24px;
    line-height: 24px;
    width: 90%; }
  #popupDiv .buttonsBox {
    width: 100%;
    font-size: 0; }
    #popupDiv .buttonsBox button#closeSignup:hover + a#close {
      width: 48%; }
    #popupDiv .buttonsBox a#close {
      background-color: #ce2626;
      color: #FFFFFF;
      border: none;
      padding: 10px 15px 10px 15px;
      border-radius: 0 4px;
      width: 60px;
      display: inline-block;
      vertical-align: middle;
      transition: .2s;
      font-size: 18px;
      text-align: center;
      float: right; }
      #popupDiv .buttonsBox a#close:hover {
        background-color: #eeeeee;
        border-bottom: 5px solid #d44040;
        transition: .2s; }
    #popupDiv .buttonsBox button#closeSignup {
      background-color: #d44040;
      color: #FFF;
      border: none;
      padding: 10px 15px;
      border-radius: 4px 0 0 0;
      font-size: 17px;
      width: 50%;
      display: inline-block;
      vertical-align: middle;
      transition: .2s; }
      #popupDiv .buttonsBox button#closeSignup .fa {
        vertical-align: sub;
        margin-right: 5px; }
      #popupDiv .buttonsBox button#closeSignup:hover {
        background-color: #c71b2c;
        width: 52%;
        transition: .2s; }

body.user-is-tabbing *:focus {
  background: #000000 !important;
  color: #FFFFFF !important;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000; }

body.user-is-tabbing .carousel-inner a:focus {
  outline: #000000 auto 20px !important;
  outline-offset: -2px !important; }

.wrapper {
  padding: 0 !important;
  margin: 0 !important; }

.bootstrap-notifcations {
  position: fixed;
  top: 20px;
  z-index: 1001;
  width: 80%;
  margin: 0 10%; }
  .bootstrap-notifcations .alert {
    padding: 20px !important; }
    .bootstrap-notifcations .alert button.close {
      color: rgba(0, 0, 0, 0.75) !important;
      width: 40px;
      height: 40px;
      padding: 8px 0px 0 2px; }
      .bootstrap-notifcations .alert button.close .fa {
        font-size: 20px;
        vertical-align: top; }
  .bootstrap-notifcations .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none !important; }

.modal-backdrop {
  z-index: 5; }

.back-to-top {
  margin-right: 10px;
  position: fixed;
  bottom: 60px;
  right: 0px;
  background-color: #333333;
  padding: 1em;
  display: none;
  opacity: 0.75;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=75);
  /* Opacity for IE8 and lower */
  zoom: 1;
  /* Fix for IE7 */
  border-radius: 5px; }

a.back-to-top {
  color: #FFFFFF !important;
  text-decoration: none !important; }

.back-to-top:hover {
  background-color: #404040; }

.slide-caption {
  display: none !important; }

@media print {
  body, html, main, .wrapper {
    font-family: "Arial Black", arial-black !important;
    font-size: 12px !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0; }

  a[href]:after {
    content: " (" attr(href) ") "; } }
/**
* Home Page Styles
*
* @author Network Technology Solutions, LLC
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
.home-page .top-banner {
  height: 600px; }
  .home-page .top-banner .carousel-inner {
    min-height: 600px;
    max-height: 600px; }
    .home-page .top-banner .carousel-inner .item {
      min-height: 600px;
      max-height: 600px; }
      .home-page .top-banner .carousel-inner .item img {
        object-fit: cover;
        object-position: center;
        min-height: 600px;
        max-height: 600px;
        min-width: 100%; }
  .home-page .top-banner .bannerTextContainer {
    position: absolute;
    top: 100px;
    width: 100%;
    height: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 0 !important; }
    .home-page .top-banner .bannerTextContainer .bannerText {
      color: #FFF;
      text-shadow: 0px 0px 30px #000;
      font-family: Permanent Marker;
      border: 6px solid;
      font-size: 50px;
      padding: 30px 60px;
      border: 10px solid #FFF;
      display: inline-block;
      min-width: 400px;
      width: auto;
      position: relative;
      margin: 0 auto; }
.home-page .count {
  font-size: 25px; }
.home-page #feed_1 .article-body {
  padding: 0px;
  margin-left: 20px;
  width: calc(100% - 40px); }
  .home-page #feed_1 .article-body a, .home-page #feed_1 .article-body a:hover, .home-page #feed_1 .article-body a:visited, .home-page #feed_1 .article-body a.active {
    color: #353a44 !Important;
    font-weight: 600; }
  .home-page #feed_1 .article-body span.article-date {
    background-color: #353a44;
    padding: 4px 30px 5px 20px;
    display: inline-block;
    margin: 5px 0 0px 0px;
    color: #fff;
    font-size: 13px; }
.home-page h4.article-title {
  font-family: Montserrat;
  color: #6D748D;
  font-size: 16px;
  margin-top: 16px; }
.home-page #layout-row-1 .carousel-inner {
  height: 280px; }
  .home-page #layout-row-1 .carousel-inner .item {
    height: 280px; }
    .home-page #layout-row-1 .carousel-inner .item img {
      min-height: 280px;
      object-fit: cover;
      object-position: center;
      width: 100%; }
.home-page section {
  padding-top: 0 !important;
  clear: both; }
.home-page .home-ticker {
  position: absolute;
  background: #FFF;
  padding: 10px 20px 0px 20px;
  z-index: 19;
  height: 120px;
  width: 80%;
  margin: -120px 10% auto; }
  .home-page .home-ticker img {
    min-width: 30px !important; }
  .home-page .home-ticker a, .home-page .home-ticker a:visited, .home-page .home-ticker a:hover, .home-page .home-ticker a.active {
    color: #6D748D;
    text-decoration: none !important; }
.home-page .top-banner .slide-caption {
  display: none !important; }
.home-page .carouselButtons {
  display: block !important;
  position: absolute;
  z-index: 18;
  text-align: center;
  top: 120px;
  right: auto;
  height: 26px;
  bottom: auto;
  width: auto;
  left: 15px; }
.home-page .breadcrumbs {
  display: none; }
.home-page #content .nimble-widget-banner .carouselButtons, .home-page #content .nimble-widget-banner .carousel-control.left, .home-page #content .nimble-widget-banner .carousel-control.right, .home-page #content .nimble-widget-banner .carousel-control .glyphicon-chevron-left, .home-page #content .nimble-widget-banner .carousel-control .icon-prev, .home-page #content .nimble-widget-banner .carousel-control .glyphicon-chevron-right, .home-page #content .nimble-widget-banner .carousel-control .icon-next, .home-page #content .nimble-widget-banner .carousel-indicators {
  display: none; }
.home-page #layout-row-2 p {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
.home-page div#layout-row-2 {
  padding-bottom: 30px; }
.home-page #layout-row-3 {
  background: url(/images/broadstreet.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  transform: translateZ(1px) scale(1.1);
  z-index: 0;
  color: #FFFFFF !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 0 100px; }
  .home-page #layout-row-3 h1, .home-page #layout-row-3 h2, .home-page #layout-row-3 h3, .home-page #layout-row-3 h4, .home-page #layout-row-3 h5, .home-page #layout-row-3 h6, .home-page #layout-row-3 p {
    color: #FFFFFF !Important; }
  .home-page #layout-row-3 a, .home-page #layout-row-3 a:visited, .home-page #layout-row-3 a:active {
    color: #FFFFFF;
    text-decoration: none; }
.home-page .home-button-box {
  position: fixed;
  top: 100px;
  z-index: 1;
  right: 20px;
  transition: .2s; }
  .home-page .home-button-box .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0px 0px 20px 20px;
    padding: 10px 40px 10px 20px;
    transition: .2s; }
    .home-page .home-button-box .btn-default:hover {
      padding: 25px 40px 10px 20px;
      transition: .2s; }
.home-page nav.small .home-button-box {
  top: 50px;
  transition: .2s; }
.home-page .design-1-block-8 p span.custom-inline, .home-page .design-1-block-9 .activity-feed, .home-page .design-1-block-10 p span.custom-inline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px; }

/**
* X-small devices (phones, less than 768px)
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@media (max-width: 767px) {
  .home-page #layout-row-3 {
    padding: 20px !important; }

  #popupDiv {
    width: 100% !important; }

  .home-page .home-button-box {
    position: relative !important;
    top: 0 !important;
    z-index: 1;
    right: 0 !important;
    transition: .2s;
    width: 100%;
    text-align: center; }
    .home-page .home-button-box .btn-default {
      border-radius: 20px !important;
      padding: 10px 30vw !important;
      margin-top: 20px !important; }
  .home-page .home-ticker {
    position: absolute;
    background: #FFF;
    padding: 10px 20px 0px 20px;
    z-index: 19;
    height: auto !important;
    width: 80%;
    margin: 20px 10% auto !important; }
  .home-page .top-banner {
    display: none; }
    .home-page .top-banner .carousel-inner {
      height: 190px; }
    .home-page .top-banner .bannerTextContainer {
      top: 30px !important; }
      .home-page .top-banner .bannerTextContainer h1 {
        padding: 30px 40px;
        text-shadow: 0px 1px 4px #000; }

  main {
    margin-top: 0px; }

  nav {
    height: 80px;
    background-color: #ef4136;
    position: relative !important; }
    nav .nav-top {
      height: 80px !important; }
    nav .navbar-collapse.in, nav .navbar-collapse.collapsing {
      position: absolute;
      left: 0; }
    nav .nav-main ul.nav li a {
      padding-left: 30px;
      border-radius: 0;
      margin: 0;
      height: 50px !important;
      line-height: 50px !important; }
    nav .nav-main ul.nav li a:hover {
      padding: 0 30px; }
    nav .nav-main ul.nav ul.dropdown-menu a {
      padding-left: 40px; }
    nav .nav-main ul.nav ul.dropdown-menu a:hover {
      padding-left: 40px; }

  .nav-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px; }
    .nav-mobile .btn-sm {
      font-size: 10px; }

  .nav-mobile-logo img {
    max-height: 50px; }

  .top-banner {
    height: auto; }
    .top-banner .carousel-inner {
      height: auto;
      display: block;
      flex-direction: unset;
      justify-content: unset;
      overflow: hidden;
      max-height: 200px; }
    .top-banner div#carouselButtons {
      display: block;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 140px; }
    .top-banner .bannerTextContainer {
      top: 60px !important; }
      .top-banner .bannerTextContainer h1 {
        display: inline-block;
        width: auto;
        border: 6px solid;
        font-size: 5vw;
        padding: 15px 40px; }

  span.custom-inline img {
    width: 40px !important;
    height: auto !important; }

  #layout-row-1 .nimble-widget-banner {
    margin-bottom: 10px; }
    #layout-row-1 .nimble-widget-banner .carousel-inner {
      height: 100px; }
      #layout-row-1 .nimble-widget-banner .carousel-inner .slide-description .slide-title {
        right: 10px;
        left: 10px;
        position: absolute;
        top: 10px;
        font-size: 30px;
        background: rgba(0, 0, 0, 0.4);
        border: 2px solid #FFF;
        bottom: 10px;
        vertical-align: top;
        display: flex;
        flex-direction: column;
        height: 82px;
        color: #FFFFFF;
        text-align: center;
        justify-content: center; }
      #layout-row-1 .nimble-widget-banner .carousel-inner .slide-description .slide-caption {
        display: none !important; }

  .design-1-block-5, .design-1-block-6, .design-1-block-7 {
    padding-left: 20px !important; }

  .navbar-collapse {
    background-color: #353a44; }

  .input-sm {
    height: 30px;
    line-height: 1.5;
    margin: 6px 0; }

  .nimble-widget-directory-entry .directory-entry-widget-listing .entry-full-name {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px; }

  .downtown-banner-home {
    display: none; }

  .top-banner {
    display: none !important; }

  main .nav-tabs li.tab4 {
    width: 100% !important; }

  main .nav-tabs li.tab1 {
    width: 100% !important; }

  main .nav-tabs li.tab2 {
    width: 100% !important; }

  main .nav-tabs li.tab3 {
    width: 100% !important; }

  main .nav-tabs li.tab5 {
    width: 100% !important;
    width: 100% !important; }

  .home-page .home-ticker {
    top: 0;
    position: relative !important; }
    .home-page .home-ticker div {
      margin-bottom: 5px; }

  .submit-event-btn {
    margin: 10px 0 !important; } }
/**
* Small devices (tablets, less than 991px)
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@media (max-width: 991px) {
  span.custom-33p-button a {
    width: 100%;
    margin: 10px 0; }

  #popupDiv {
    width: 450px; }

  nav .nav-main .minilogo {
    display: none; }

  #layout-row-1 .nimble-widget-banner {
    margin-bottom: 10px; }
    #layout-row-1 .nimble-widget-banner .carousel-inner {
      height: 100px; }
      #layout-row-1 .nimble-widget-banner .carousel-inner .slide-description .slide-title {
        right: 10px;
        left: 10px;
        position: absolute;
        top: 10px;
        font-size: 30px;
        background: rgba(0, 0, 0, 0.4);
        border: 2px solid #FFF;
        bottom: 10px;
        vertical-align: top;
        display: flex;
        flex-direction: column;
        height: 82px;
        color: #FFFFFF;
        text-align: center;
        justify-content: center; }
      #layout-row-1 .nimble-widget-banner .carousel-inner .slide-description .slide-caption {
        display: none !important; }

  #layout-row-3 {
    height: auto !important; }

  footer .footer-copyright {
    text-align: center; }
  footer .footer-powered-by {
    text-align: center; }

  .nav-main ul.nav ul.dropdown-menu {
    background-color: #1f2227; }

  .design-1-block-5, .design-1-block-6, .design-1-block-7 {
    padding-left: 50px !important; }

  .nimble-widget-directory-entry .directory-entry-widget-listing {
    width: calc(100% - 40px) !important;
    display: block; }
    .nimble-widget-directory-entry .directory-entry-widget-listing .entry-full-name {
      font-family: Montserrat;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px; }

  span.custom-visit img {
    margin: -70px 0 0 -40px; }

  .downtown-banner-home {
    height: 550px; } }
/**
* Medium devices (desktops, 992px and up)
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@media (min-width: 992px) {
  .slide-description .slide-title {
    right: 6%;
    left: 6%;
    position: absolute;
    top: 10%;
    font-size: 30px;
    background: rgba(30, 30, 41, 0.5);
    border: 2px solid #FFF;
    bottom: 10%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s;
    color: #FFF;
    text-align: center; }
  .slide-description .slide-caption {
    display: none !important; }

  #popupDiv {
    width: 450px; }

  footer .footer-copyright {
    text-align: left; }
  footer .footer-powered-by {
    text-align: right; }

  .design-1-block-5, .design-1-block-6, .design-1-block-7 {
    padding-left: 50px !important; }

  .nimble-widget-directory-entry .directory-entry-widget-listing {
    width: calc(48% - 40px);
    display: inline-block; }
    .nimble-widget-directory-entry .directory-entry-widget-listing .entry-full-name {
      font-family: Montserrat;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px; }

  span.custom-visit img {
    margin: -70px 0 0 -20px; } }
/**
* Large devices (large desktops, 1200px and up)
*
* @author Network Technology Solutions, LLC
* @author Josh Willey <josh.willey@networkts.com>
* @author Deborah Clifton <deborah.clifton@networkts.com>
* @copyright 2015 All Rights Reserved
*/
@media (min-width: 1200px) {
  main {
    top: -100px; }

  .slide-description .slide-title {
    right: 6%;
    left: 6%;
    position: absolute;
    top: 10%;
    font-size: 30px;
    background: rgba(30, 30, 41, 0.5);
    border: 2px solid #FFF;
    bottom: 10%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s;
    color: #FFFFFF !important;
    text-align: center; }
  .slide-description .slide-caption {
    display: none !important; }

  #popupDiv {
    width: 450px; }
    #popupDiv .ctct-inline-form p.ctct-gdpr-text {
      display: none; }
    #popupDiv h2.ctct-form-header::before {
      content: url(/images/Picture1.png);
      width: 129px;
      height: 194px;
      float: left;
      overflow: hidden;
      margin: 0 20px 0 0;
      border-radius: 5px;
      object-fit: cover; }
    #popupDiv p.ctct-form-text {
      line-height: 18px !important; }
    #popupDiv #gdpr_text::after {
      content: 'By submitting your email, you are consenting to receive promotional emails from the Thomasville Visitors Center. You can unsubscribe at any time using the SafeUnsbscribe link at the bottom of each email. Your information will not be shared with other entities.';
      font-size: 12px;
      line-height: 12px !important;
      display: block;
      margin: 0 0 10px 0; }

  .carousel-inner .item.active a:hover .slide-title {
    background: rgba(30, 30, 41, 0.7);
    transition: .3s;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    font-size: 32px;
    letter-spacing: 1px; }

  .design-1-block-5, .design-1-block-6, .design-1-block-7 {
    padding-left: 50px !important; }

  .nimble-widget-directory-entry .directory-entry-widget-listing {
    width: calc(33% - 40px);
    display: inline-block; }
    .nimble-widget-directory-entry .directory-entry-widget-listing .entry-full-name {
      font-family: Montserrat;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 20px; }

  span.custom-visit img {
    margin: -70px 0 0 -20px;
    transition: .3s; }

  span.custom-visit img:hover {
    margin: -80px 0 0 -20px;
    transition: .3s; }

  .downtown-banner-home {
    height: 500px; }

  .carouselButtons {
    display: none !important; } }
@media (max-width: 1500px) {
  .nimble-widget-directory-entry .directory-entry-widget-listing {
    width: calc(48% - 40px);
    display: inline-block; } }

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