/* Base Styles */

/* Reset */

#mn-content .fa-lg {
  font-size: 1.33333333em;
  line-height: 1.33333333em;
  vertical-align: middle;
}
#mn-content .fa-2x {
  font-size: 2em;
}
#mn-content .mn-heading {
  margin-top: 0;
  padding-top: 0;
  overflow-wrap: break-word;
}
/* Rows/Columns/Blocks */

#mn-content *,
#mn-content *:after,
#mn-content *:before {
  box-sizing: border-box;
}
#mn-content .mn-row {
  margin-left: -10px;
  margin-right: -10px;
}
#mn-content .mn-row:after {
  content: "";
  display: block;
  clear: both;
}
#mn-content .mn-row-inner {
  margin-left: -10px;
  margin-right: -10px;
}
#mn-content .mn-row-inner:after {
  content: "";
  display: block;
  clear: both;
}
#mn-content div[class*="mn-col-"] {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
#mn-content .mn-col-1 {
  width: 100%;
}
#mn-content .mn-col-7-8 {
  width: 87.5%;
}
#mn-content .mn-col-4-5 {
  width: 80%;
}
#mn-content .mn-col-3-4 {
  width: 75%;
}
#mn-content .mn-col-2-3 {
  width: 66.66%;
}
#mn-content .mn-col-5-8 {
  width: 62.5%;
}
#mn-content .mn-col-3-5 {
  width: 60%;
}
#mn-content .mn-col-1-2 {
  width: 50%;
}
#mn-content .mn-col-2-5 {
  width: 40%;
}
#mn-content .mn-col-3-8 {
  width: 37.5%;
}
#mn-content .mn-col-1-3 {
  width: 33.33%;
}
#mn-content .mn-col-1-4 {
  width: 25%;
}
#mn-content .mn-col-1-5 {
  width: 20%;
}
#mn-content .mn-col-1-8 {
  width: 12.5%;
}
#mn-content .mn-block {
  margin-bottom: 10px;
}
#mn-content .mn-block.mn-pane {
  padding: 15px 15px;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
#mn-content .mn-block .mn-block:last-of-type {
  margin-bottom: 0;
}
#mn-content .mn-block .mn-block:first-of-type {
  margin-bottom: 10px;
}
#mn-content .mn-clear {
  display: block;
}
#mn-content .mn-clear:after {
  content: "";
  display: block;
  clear: both;
}
#mn-content .mn-img-responsive {
  display: inline;
  max-width: 100%;
  height: auto;
}
#mn-content .mn-form-control {
  display: block;
  width: 100%;
}
#mn-content .mn-hidden-above-break {
  display: none;
}
/* General Styles */

#mn-content {
  margin-bottom: 15px;
}
#mn-content .mn-container {
  margin-left: auto;
  margin-right: auto;
}
#mn-content .mn-main-heading {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.5em;
}
#mn-content .mn-sub-heading {
  font-size: 0.8em;
}
#mn-content .mn-section-head {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 0.5em;
}
#mn-content .mn-section-body {
  padding-bottom: 0.5em;
}
#mn-content .mn-button {
  display: inline-block;
  text-decoration: none;
  background-color: #ababab;
  color: white;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  border: 0;
}
#mn-content .mn-button + .mn-button {
  background-color: transparent;
  border: 1px solid #ababab;
  color: #ababab;
}
#mn-content .mn-button:hover {
  cursor: pointer;
  text-decoration: none;
}
#mn-content input[type="text"]:not(#gzns input[type="text"]),
#mn-content input[type="password"]:not(#gzns input[type="password"]),
#mn-content select:not(#gzns select),
#mn-content textarea:not(#gzns textarea) {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0 5px 5px 0;
}
#mn-content textarea {
  min-height: 5em;
  resize: vertical;
}
#mn-content label {
  display: inline-block;
}
#mn-content .mn-form-check {
  display: block;
  margin-bottom: 0.3em;
}
#mn-content .mn-form-note {
  display: block;
  color: #777777;
  font-style: italic;
  margin-bottom: 15px;
}
#mn-content .mn-ad {
  text-align: center;
}
#mn-content .mn-ad img {
  max-width: 100%;
  display: inline;
}
#mn-content .mn-image {
  text-align: left;
}
#mn-content .mn-image img {
  max-width: 100%;
  height: auto;
}
#mn-content .mn-img-placeholder {
  /*height: 0;*/
  /*padding-top: 100%;*/
  background-color: #dddddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 50% 0;
  text-align: center;
  font-size: 18px;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#mn-content .mn-directory .mn-directory-details-item[contacttype="2"] .mn-img-placeholder,
#mn-content .mn-directory .mn-directory-list-item[contacttype="2"] .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/business.png);
}
#mn-content .mn-directory .mn-directory-details-item[contacttype="1"] .mn-img-placeholder,
#mn-content .mn-directory .mn-directory-list-item[contacttype="1"] .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/member.png);
}
#mn-content .mn-events .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/event.png);
}
#mn-content .mn-discounts .mn-img-placeholder {
  background-image: url(/GZContent/Images/public/discount.png);
}
#mn-content .mn-website,
#mn-content .mn-groups-prim-website {
  text-transform: lowercase;
  word-break: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#mn-content .mn-social {
  display: flex;
  align-items: center;
}
#mn-content .mn-social a,
#mn-content .mn-social span {
  text-decoration: none;
  padding-right: 5px;
}
#mn-content .mn-social .fa-facebook-square {
  color: #3b5998;
}
#mn-content .mn-social .fa-linkedin-square,
#mn-content .mn-social .fa-linkedin {
  color: #007bb5;
}
#mn-content .mn-social .fa-twitter-square {
  color: #55acee;
}
#mn-content .mn-social .fa-youtube-square {
  color: #bb0000;
}
#mn-content .mn-social .fa-google-plus-square {
  color: #dd4b39;
}
#mn-content .mn-social .fa-pinterest-square {
  color: #cb2027;
}
#mn-content .mn-social .fa-rss-square {
  color: #ff6600;
}
#mn-content .mn-social .fa-share-alt-square {
  color: #01bf01;
}
#mn-content .mn-social a {
  border-radius: 50%;
  height: 33px;
  padding: 4px;
  text-align: center;
  width: 33px;
  margin-right: 5px;
}
#mn-content .mn-social i {
  line-height: 1.6;
}
#mn-content .mn-social .mn-social-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: white;
}
#mn-content .mn-social .mn-social-linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: white;
}
#mn-content .mn-social .mn-social-twitter {
  background-color: black;
  border-color: black;
  color: white;
}
#mn-content .mn-twitter-img-placeholder {
  background-image: url(/GZContent/Images/public/twitter-x-logo-white.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
#mn-content .mn-twitter-img-placeholder-black {
  background-image: url(/GZContent/Images/public/twitter-x-logo-black.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 15px;
  display: inline-block;
  height: 16px;
  margin-left: 3px;
  margin-right: 10px;
}
#mn-content .mn-social .mn-social-pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
  color: white;
}
#mn-content .mn-horizontal-list {
  text-align: center;
}
#mn-content .mn-horizontal-list div {
  display: inline;
}
#mn-content .mn-horizontal-list div + div:before {
  content: '\002D\ ';
  color: #cccccc;
}
#mn-content .mn-req-statement {
  font-style: italic;
}
#mn-content .mn-req {
  color: red;
}
#mn-content .mn-field-name {
  padding-right: 5px;
}
#mn-content .field-validation-error {
  color: red;
}
#mn-content .validation-summary-errors {
  color: red;
}
#mn-content .mn-powered-by {
  text-align: center;
}
/* Directory */

#mn-content.mn-directory #filter input,
#mn-content.mn-directory #filter select {
  max-width: 400px;
}
#mn-content .mn-directory-search .mn-directory-keyword {
  display: inline-block;
}
#mn-content .mn-alpha-numeric {
  text-align: left;
}
#mn-content .mn-alpha-numeric a {
  display: inline-block;
}
#mn-content .mn-directory-categories .mn-cat {
  display: inline-block;
  width: 49%;
}
#mn-content .mn-directory-categories .mn-cat > a {
  font-weight: bold;
}
#mn-content .mn-directory-categories .mn-sub-cats {
  display: inline-block;
  width: 100%;
}
#mn-content .mn-directory-categories > div > div:nth-child(odd) {
  clear: both;
}
#mn-content .mn-directory-categories > div > div {
  display: block;
  margin-bottom: 15px;
  width: 50%;
  float: left;
}
#mn-content .mn-directory-categories > div > div > a {
  font-weight: bold;
  display: block;
  font-size: 1.1em;
}
#mn-content .mn-directory-categories > div > div > a:after {
  content: ' \00bb';
}
#mn-content .mn-directory-categories > div > div.mn-image > a:after {
  content: '';
}
#mn-content .mn-directory-categories > div > div > div > div > a {
  display: inline-block;
}
#mn-content .mn-cat,
#mn-content .mn-sub-cat {
  line-height: 25px;
}
#mn-content .mn-sub-cat {
  display: inline-block;
  margin: 0 5px 0 0;
}
/* Listings */

#mn-content #mn-infinite-scroll {
  position: relative;
}
#mn-content #mn-infinite-scroll-loading {
  display: none;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#mn-content #mn-infinite-scroll[loading="1"] #mn-infinite-scroll-loading {
  display: block;
}
/* Details Pages */

#mn-content .mn-details .mn-info-action {
  display: flex;
}
#mn-content .mn-details .mn-info-action i {
  min-width: 30px;
  padding-right: 5px;
  text-align: center;
}
#mn-content .mn-details .mn-info-action.mn-pricing-description {
  display: block;
}
/* Member Pages */

#mn-content .mn-details .mn-member-rep-name {
  font-weight: bold;
}
.mn-gallery {
  position: relative;
}
.mn-gallery {
  list-style-type: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  height: 242px;
  text-align: center;
  display: block;
  width: 100%;
  position: relative;
  max-width: 550px;
}
.mn-gallery h4 {
  font-size: 18px;
  line-height: 1.1;
}
.mn-gallery-item span {
  font-size: 16px;
  line-height: 1.1;
}
.mn-gallery-with-sub-row {
  height: 315px;
}
.mn-gallery-item {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0;
}
.mn-gallery-item.mn-active {
  opacity: 1;
}
.mn-gallery-item.mn-active img {
  display: inline-block;
}
.mn-gallery-item.mn-active .mn-gallery-text {
  display: block;
}
.mn-gallery-item img {
  max-height: 200px;
  max-width: 100%;
  display: none;
}
.mn-gallery-item .mn-gallery-text {
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}
.mn-gallery-item .mn-gallery-text .mn-gallery-text-back {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 5px 10px;
}
.mn-gallery-item .mn-gallery-title,
.mn-gallery-item .mn-gallery-caption {
  display: block;
}
.mn-gallery-item .mn-gallery-title {
  font-weight: bold;
}
.mn-gallery-sub-row {
  position: relative;
  top: 242px;
  height: 50px;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.mn-gallery-item-sub {
  height: 75px;
  width: 75px;
  float: left;
  border: 0;
  display: flex;
  margin: auto 5px;
}
.mn-gallery-item-sub img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 900;
}
.mn-gallery-item-sub img:hover {
  cursor: pointer;
}
.mn-active-sub {
  border: black 1px solid;
}
.mn-gallery-item-sub-hidden {
  display: none;
}
.mn-gallery-controls {
  position: absolute;
  top: 268px;
  width: 100%;
  color: black;
}
.mn-gallery-controls-hidden {
  display: none !important;
}
.mn-gallery-controls .fa {
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
  opacity: 0.75;
  font-size: x-large;
}
.mn-gallery-controls .fa:hover {
  opacity: 1;
  cursor: pointer;
}
.mn-gallery-controls-disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}
.mn-gallery-controls .mn-gallery-next {
  float: right;
}
.mn-gallery-controls .mn-gallery-prev {
  float: left;
}
/* Calendar View */

#calendar .week.names .day {
  padding: 5px;
  text-align: center;
}
.week .day {
  text-align: left;
  padding-left: 5px;
}
/* Groups */

#mn-content .mn-groups .mn-group-listing-item {
  display: flex;
}
#mn-content .mn-groups .mn-group-listing-item > div[class^="mn-col"] {
  display: flex;
}
#mn-content .mn-groups .mn-group-listing-item .mn-block.mn-pane {
  flex-basis: 100%;
}
/* Store */

#mn-content .mn-product-price,
#mn-content .mn-cart-total-price {
  font-weight: bold;
}
#mn-content .mn-product-image img {
  max-height: 200px;
}
#mn-content .mn-cart-labels {
  border-bottom: 1px solid #dddddd;
}
/* Create User */

#mn-content .mn-create-user .row {
  margin-left: 0;
  margin-right: 0;
}
/* Modals */

.mn-modal.loading {
  /*position: relative;*/
  opacity: 0.5;
  pointer-events: none;
}
.mn-modal.loading:before {
  content: '\f021';
  display: inline-block;
  animation: fa-spin 2s infinite linear;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -50px;
  text-align: center;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 100px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mn-modal {
  color: black;
  background: white;
  border-radius: 3px;
  margin: 0 auto;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.mn-modal .mn-modal-content {
  position: relative;
  min-height: 400px;
}
.mn-modal .mn-modal-title {
  text-align: center;
  margin-top: 5px;
}
.mn-modal .mn-modal-controls {
  position: relative;
  text-align: right;
  border-top: 1px solid #aaaaaa;
}
.mn-modal .mn-modal-controls button {
  margin: 5px;
}
.mn-modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(170, 170, 170, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mn-modal.opened,
.mn-modal-overlay.opened {
  visibility: visible;
}
.mn-modal-overlay.opened {
  opacity: 1;
}
/* Tell a Friend */

#mn-tell-a-friend .mn-label,
#mn-tell-a-friend .mn-label input,
#mn-tell-a-friend .mn-label textarea {
  width: 100%;
}
#mn-tell-a-friend .mn-required .mn-form-name:after {
  content: '*';
  color: red;
}
#mn-tell-a-friend .mn-label.mn-error .mn-field-name {
  color: red;
}
#mn-tell-a-friend .mn-label.mn-error input {
  border: 1px solid red;
}
/* Print */

iframe.print-iframe {
  visibility: hidden;
  height: 0;
  width: 0;
}
/* Mobile/Tablet */

@media screen and (max-width: 640px) {
  #mn-content .mn-button,
  #mn-content input[type="text"],
  #mn-content input[type="password"],
  #mn-content select,
  #mn-content text-area,
  #mn-content label,
  #mn-content .mn-col-1,
  #mn-content .mn-col-7-8,
  #mn-content .mn-col-4-5,
  #mn-content .mn-col-3-4,
  #mn-content .mn-col-2-3,
  #mn-content .mn-col-5-8,
  #mn-content .mn-col-3-5,
  #mn-content .mn-col-1-2,
  #mn-content .mn-col-2-5,
  #mn-content .mn-col-3-8,
  #mn-content .mn-col-1-3,
  #mn-content .mn-col-1-4,
  #mn-content .mn-col-1-5,
  #mn-content .mn-col-1-8 {
    width: 100%;
  }
  #mn-content .mn-hidden-below-break {
    display: none;
  }
  #mn-content .mn-hidden-above-break {
    display: block;
  }
  #mn-content .mn-button {
    text-align: center;
  }
  #mn-content .mn-button,
  #mn-content input[type="text"],
  #mn-content input[type="password"],
  #mn-content select,
  #mn-content text-area {
    margin-right: 0;
  }
  #mn-content .mn-sub-heading {
    display: block;
  }
  #mn-content .mn-divider-pipe {
    display: none;
  }
  /* Directory */
  
  #mn-content.mn-directory #filter input,
  #mn-content.mn-directory #filter select {
    display: block;
    max-width: 100%;
  }
  #mn-content .mn-alpha-numeric a {
    display: inline-block;
    margin: 5px;
    min-width: 40px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
  }
  #mn-content .mn-alpha-numeric a:hover {
    text-decoration: none;
  }
  #mn-content .mn-directory-categories > div > div:nth-child(odd),
  #mn-content .mn-directory-categories > div > div:nth-child(even) {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #mn-content .mn-directory-categories > div > div > a {
    margin-bottom: 20px;
  }
  #mn-content .mn-directory-categories div div {
    display: block;
    margin-left: 1em;
    line-height: 25px;
  }
  #mn-content .mn-directory-categories > div > div > div > div > a {
    margin-bottom: 10px;
  }
  #mn-content .mn-directory-categories .mn-cat,
  #mn-content .mn-directory-categories .mn-sub-cat {
    display: block;
    width: 100%;
  }
  /* Directory 2-Col */
  
  #mn-content .mn-directory-listing-2-col .mn-image.mn-listing-empty .fa {
    font-size: 8em;
  }
  /* Details Page */
  
  #mn-content .mn-details .mn-listing-heading .mn-divider-pipe {
    display: none;
  }
  #mn-content .mn-details .mn-listing-heading .mn-sub-heading {
    display: block;
  }
  #mn-content .mn-details .mn-main-heading {
    display: block;
    text-align: center;
    background-color: #333333;
    color: white;
    padding: 15px;
  }
  #mn-content .mn-details .mn-main-heading:before {
    content: '\002D';
    padding-right: 5px;
  }
  #mn-content .mn-details .mn-main-heading:after {
    content: '\002D';
    padding-left: 5px;
  }
  #mn-content .mn-details .mn-info-action a {
    background-color: #0463ac;
    color: white;
    padding: 15px;
    text-decoration: none;
  }
  #mn-content .mn-details .mn-info-action a:hover {
    color: white;
    text-decoration: none;
  }
  #mn-content .mn-details .mn-info-action .fa.fa-fw {
    width: 1.7412em;
  }
  #mn-content .mn-details .mn-social .fa {
    font-size: 3em;
  }
  /* Groups */
  
  #mn-content .mn-groups .mn-group-listing-item {
    display: block;
  }
  #mn-content .mn-groups .mn-group-listing-item > div[class^="mn-col"] {
    display: block;
  }
}
/* Resets the column width on nested columns for better content display */

@media screen and (min-width: 300px) and (max-width: 640px) {
  #mn-content div[class^="mn-col"] .mn-col-1 {
    width: 100%;
  }
  #mn-content div[class^="mn-col"] .mn-col-7-8 {
    width: 87.5%;
  }
  #mn-content div[class^="mn-col"] .mn-col-4-5 {
    width: 80%;
  }
  #mn-content div[class^="mn-col"] .mn-col-3-4 {
    width: 75%;
  }
  #mn-content div[class^="mn-col"] .mn-col-2-3 {
    width: 66.66%;
  }
  #mn-content div[class^="mn-col"] .mn-col-5-8 {
    width: 62.5%;
  }
  #mn-content div[class^="mn-col"] .mn-col-3-5 {
    width: 60%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-2 {
    width: 50%;
  }
  #mn-content div[class^="mn-col"] .mn-col-2-5 {
    width: 40%;
  }
  #mn-content div[class^="mn-col"] .mn-col-3-8 {
    width: 37.5%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-3 {
    width: 33.33%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-4 {
    width: 25%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-5 {
    width: 20%;
  }
  #mn-content div[class^="mn-col"] .mn-col-1-8 {
    width: 12.5%;
  }
}
#mn-content .mn-store-search {
  padding-bottom: 20px;
}
#mn-content .mn-store-category-dd {
  height: 35px;
  margin: 0px;
  border-radius: 0px;
  color: #555555;
  font-size: 16px;
}
#mn-content .mn-store-searchbox {
  background-color: white;
  border-color: darkgray;
  border-radius: 0px;
  height: 35px;
  font-size: 16px;
}
#mn-content .mn-store-searchbox::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-searchbox::placeholder {
  color: #6c757d;
  opacity: 1;
}
#mn-content .mn-store-search-btn {
  padding: 8px 15px;
  border-radius: 0px;
  height: 35px;
  font-size: 16px;
}
#mn-content .mn-search-result-term {
  margin-bottom: 10px;
  margin-top: -10px;
}
#mn-scheduled-billings-wrapper .enroll-in-autopay-cb {
  width: unset;
}

/* Global CSS Start */
#gzns .gz-all-headers .gz-pagetitle {display:none !important;}
#gzns .gz-all-headers .gz-details-titles .gz-pagetitle {display:inline !important;}

div.panel-body {border:none !important;}
#gzns label {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    margin-left: 22px !important;
    font-weight: 700 !important;
    font-family:Poppins, sans-serif !important;
}
#gzns .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 24px 24px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 40px !important;
}
#RecaptchaContainer{margin: 10px 0px;}


.consMarketingSection {
    padding: 100px 0 !important;
    background: #FFF !important;
    text-align: center !important;
}
#gzns, #mn-content {
    font-family: Poppins,sans-serif !important;
    font-size:17px !important;
    color:#304250 !important;
}
p {font-family:Poppins, sans-serif !important;}



button.btn {
  background-color:#F24333 !important;
  font-family:Poppins, sans-serif !important;
  font-size:17px !important;
  color:#FFF !important;
}
button.btn:hover {background-color:#262E34 !important;}
/* Global CSS End */

/* Directory CSS Start */

#gzns .gz-cat-card { display: block; font-family: "Poppins",sans-serif; color: #fbfbf9; background: #7a9894; font-size: 1.0625rem; font-weight: 500; padding: 0 50px;}
#gzns .gz-cat-card:hover {background: #ffffff; color: #7a9894;}

#gzns .gz-cat-card-body h5.gz-card-title{margin-bottom:0px !important;padding: 10px 0px;}
#gzns .gz-cat-card-body h5.gz-card-title a{color: #fbfbf9 !important;}
#gzns .gz-cat-card-body h5.gz-card-title a:hover{color: #7a9894;}

#gzns .gz-cat-card:hover .gz-cat-card-body h5 a{color: #7a9894 !important;}
/*#gzns .gz-cat-card:hover .gz-cat-card-body h5 a:hover{color: #7a9894;}*/
#gzns #radiusInput {padding: 0px 24px; height: 50px; margin-left: 10px; margin-right: 15px;}
#gzns #gz-radius-select {height: 50px; font-size: 14px; color: #555555; background-color: white; border-radius: 40px !important; margin-left: 10px;}
#gzns #gz-search-radius {padding-bottom: 10px;}
#gzns #happening-select {height: 50px; color: #555555; background-color: white; border-radius: 40px !important; margin-left: 10px; margin-right: 15px;}
#gzns #searchInput {height: 50px;}
#gzns #gz-grid-btn .gz-fa-th:before, #gzns #gz-list-btn .gz-fa-list:before {color: #F24333;}
#gzns #gz-grid-btn:hover {border: 1px solid #262E34;}
#gzns #gz-grid-btn:hover .gz-fa-th:before {color: #262E34;}
#gzns #gz-list-btn:hover {border: 1px solid #262E34;}
#gzns #gz-list-btn:hover .gz-fa-list:before {color: #262E34;}
#gzns #gz-calendar-btn .gz-fa-calendar-alt:before {color: #F24333;}
#gzns #gz-calendar-btn:hover {border: 1px solid #262E34;}
#gzns #gz-calendar-btn:hover .gz-fa-calendar-alt:before {color: #262E34;}
#gzns .gz-search-pills .gz-search-pill {background-color: #f24333; color: #fff !important; padding: 7px 11px; font-size: 17px; margin-bottom: 10px;}
#gzns .gz-fa-chevron-left:before {color: #F24333;}
#gzns .gz-calendar-month a:hover .gz-fa-chevron-left:before {color: #262E34;}
#gzns .gz-fa-chevron-right:before {color: #F24333;}
#gzns .gz-calendar-month a:hover .gz-fa-chevron-right:before {color: #262E34;}
#gzns .gz-powered-by a, #mn-content .mn-powered-by a {color: #f24333;}
#gzns .gz-powered-by a:hover, #mn-content .mn-powered-by a:hover {color: #262E34;}
#gzns #gz-calendar .gz-names .gz-day {
    line-height: 25px;
    padding: 6px 0px;
}
#gzns #gz-calendar .gz-day {
    display: table-cell;
    line-height: 90px;
    border: 1px solid #cccccc;
    position: relative;
}
#gzns .card-title a {color: #f24333;}
#gzns .gz-sort-bar a{color: #f24333; border: 0px solid transparent !important;border-radius: 0 !important;}
#gzns .card .list-group-item a{color: #000000;}
#gzns .gz-grid-col .card-header{height: 55px !important;}
#gzns .card-link i{ position: inherit !important;}
#gzns .select2-container--default .select2-selection--single{margin-left:10px;}
#gzns .gz-search-filters input, #gzns .gz-search-filters select, #gzns .gz-search-filters span{text-align: left  !important;}
#gzns .select2-container--default .select2-selection--single{border-radius: 40px;padding-left: 12px;}
.gz-event-description h3{font-size: 2.625rem !important;}
.gz-event-description{line-height: 1.5;}
#gzns .gz-page-return a#go-back{color: #f24333; border: 0px solid transparent !important;border-radius: 0 !important;}
#gzns .gz-page-return{text-align:left;}
#gzns .gz-details-titles h5.gz-subtitle{font-size: 1.325rem !important;}

#gzns .mn-membership .membership-fields, #gzns .mn-membership .billing-details {width: 40%; margin: auto;}

#gzns .mn-membership .submit-button input {margin: auto; padding: 0px 30px; height: 45px; background: #f24333 !important;
    color: #fff; font-size: 17px !important; border: 0px; margin-bottom: 10px;}
#gzns .mn-membership .submit-button input:hover {background: #262e34 !important;}
#gzns .mn-membership .mn-feesContainer {margin-left: 0px !important; width: 100% !important; text-align: left;}
#gzns .mn-membership .mn-label {text-align: left;}
#shareDrop {width: 35px !important; height: 35px !important; margin-left: 10px !important;}
#shareDrop .gz-fa-share-alt {padding: 0px 0px !important;}
#shareDrop .gz-fa-share-alt:before {font-size: 14px !important;}
#gzns .gz-details-links {width: 50%; margin: auto;}
#gzns .gz-details-links .col-md-8 {max-width: 100%; margin: auto; flex: 100%;}
#gzns .detail-link span{color:#000;}
#gzns .gz-list-group .list-group-item span{color:#000;}



div#gzns.gz-pageId-8707 div.gz-pagedesc {
  color: #304250 !important;
  text-transform: uppercase !important;
  font-family: "bignoodletitlingregular" !important;
  font-size:40px !important;
  font-weight:500 !important;
}
div.btn-group.gz-alphanumeric-btn a {
  color: #CCC !important;
  background-color: #304250 !important;
  margin-left: 5px !important;
}
.gz-alphanumeric-btn a.btn {
  border-radius:2px !important;
  color: #CCC !important;
}
a.btn {color:#314351 !important;}





/* Directory CSS End */

/* Application CSS Start */
button.mn-button.form-control.btn.btn-warning {
    font-family: Poppins !important;
    color: #fbfbf9 !important;
    background: #f24333 !important;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 500;
    padding: 0 5px  !important;
    height: 54px !important;
    border: 0px solid transparent !important;
    box-sizing: border-box !important;
    border-radius: 100px !important;
}
button.mn-button.form-control.btn.btn-warning:hover {background: #262e34 !important;}
#mainForm .panel-body .col-md-12 {
    width: 100%;
    padding-bottom: 5px !important;
 }
.show-payment-info #mainForm .panel-heading {display: block !important; background-image: linear-gradient(to bottom, #b4cac7 0, #7a9894 100%);color:#fff;}
.show-payment-info #mainForm .panel-heading .panel-title {text-align: left; font-weight: 600; font-size: 20px;}
#gzns .show-payment-info .membership-fields, #gzns .mn-membership .billing-details {}
#gzns .billing-details .col-sm-8 {max-width: 100% !important; padding: 0px;}
#gzns .billing-details #dpm-customer .col-sm-6 {max-width:100%; width: 100% !important;}
#gzns .billing-details #dpm-customer .col-sm-6 .form-group {text-align: left;}
#gzns .billing-details #dpm-customer .col-sm-12 .form-group {text-align: left;} 
#gzns .billing-details #mn-new-card-info {padding: 15px;}
#gzns .billing-details #mn-new-card-info label {width: 100%; text-align: left;}
#gzns .billing-details #mn-new-card-info .col-sm-9 {width: 100%; max-width: 100%; text-align: left;}
#gzns .billing-details #mn-saved-cards #mn-saved-profiles, #gzns .billing-details #mn-saved-cards #mn-auth-profiles-manage-btn {width: 100% !important; font-size: 11px;}
#gzns .billing-details .col-sm-8 .mn-auth-profile-radio {text-align: left; display: block; padding-right: 0px;}
.show-payment-info #mn-payment-submit-button {background: #f24333 !important; font-family: Poppins !important; color: #fbfbf9 !important; border: 0px solid transparent !important; border-radius: 50px; padding: 15px 35px;}
.show-payment-info #mn-payment-submit-button:hover {background: #262e34 !important;}
#mn-save-card-disclaimer-authdpm { font-size: 15px; line-height: 1.5; margin-bottom: 20px;}
#gzns #dpm-customer .col-sm-12, #gzns #dpm-customer .col-sm-6 {padding-right: 0px; margin: 0px;}
#gzns #stripe-customer .col-sm-12 {padding-right: 0px; margin: 0px;}
#gzns #mn-saved-cards .mn-gt-6-field label{ margin-top: 0px !important;margin-left: 0px !important;}
#gzns .mn-auth-profile-radio label{ margin-top: 0px !important;margin-left: 0px !important;}
#gzns .mn-auth-profile-radio input[type=radio]{ margin-top: 0px !important;}
#gzns #gz-search-radius #gz-my-location-input {height: 50px;}
#gzns #mn-saved-cards #mn-saved-profiles {}
#gzns #mn-saved-cards .col-sm-6 {width: 25%; padding: 0px 5px !important;}
#gzns #mn-saved-cards #mn-auth-profiles-manage-btn {}
#gzns #mn-saved-cards .mn-col-3 {padding: 0px 5px;}

#gzns .gz-search-filters  span:last-of-type > span span.select2-selection--single {border-radius: 40px 0px 0px 40px !important;}

#gzns .panel-body #MembershipTypeId {margin: 0px;}
#gzns .billing-details .mn-auth-profile-radio .col-sm-1 {padding-right: 0px !important;}
#gzns .alert-danger {
    text-align: left;
    width: 100%;
}


@media only screen and (min-width:1200px) {
  div.panel-body.input-contact-info.org-show {margin-left:400px !important;}
  
}
@media only screen and (max-width: 770px) {
  .show-payment-info #mainForm .select2-container {width: 100% !important; display: flow-root  !important;}
  #gzns .billing-details #mn-saved-cards #mn-saved-profiles {margin-bottom: 15px;}
  .consMarketingSection {padding: 50px 0 !important;}
  #gzns label {margin-left: 0px !important;}
  #gzns #radiusInput {margin-left: 0px;}
  #gzns .btn-toolbar {display: block !important;margin-top: 6px;}
  #gzns .gz-alphanumeric .btn {
    padding: 0px;
    margin: 2px;
    padding: 5px;
  }
  #gzns #happening-select {margin-left: 0px;}

#gzns .gz-sort-bar{width:50%; margin:auto;}
#gzns .gz-sort-bar a{ font-size: 100%;}
#gzns .gz-search-pills .gz-search-pill{padding: 7px 11px;}
#gzns .gz-page-return {margin-bottom: 10px;}

#gzns .mn-membership .membership-fields, #gzns .mn-membership .billing-details {width: 100%;}
#gzns .gz-details-links {width: 100%; text-align: left;}
.page-id-685 #gzns .gz-details-header {text-align: left;}
.page-id-685 #gzns .detail-link {display: contents;}
#gzns #mn-saved-cards .col-sm-6 {width: 100%; padding: 0px 20px !important;}
#gzns #mn-saved-cards .mn-col-3 {padding: 0px 20px;}

}
span.mn-field-name.mn-required {float:left; !important;}

.mn-application .panel {border:none !important;}

#gzns .form-control {padding: 0px 10px !important;}

select, textarea {
    -moz-appearance:auto !important;
    -ms-appearance:auto !important;
    appearance:auto !important;
}
#gzns input[type=checkbox] {-webkit-appearance:checkbox !important;}

select#mn-saved-profiles.form-control {width:325px !important;}
input#mn-auth-profiles-manage-btn.form-control.btn.btn-default {width: 150px !important;}



/* Application CSS End */

/* Contact Us CSS Start */
.mn-contact-info .mn-section-head-text {
  color: #304250 !important;
  text-transform: uppercase !important;
  font-family: "bignoodletitlingregular" !important;
  font-size:40px !important;
  font-weight:500 !important;
}
button.mn-submit.mn-button {
    font-family: Poppins, sans-serif;
    color: #fbfbf9 !important;
    background: #f24333 !important;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 500;
    padding: 0 50px  !important;
    line-height: 64px  !important;
    line-height: 4rem  !important;
    border: 0px solid transparent;
    box-sizing: border-box;
    border-radius: 100px;
}
.mn-contact-form .mn-field-label {
  text-align:left !important;
  padding-bottom:5px !important;
}

/* Contact Us CSS End */

/* Events CSS Start */
#gzns a.btn.btn-block.gz-btn-register {
    background-color: #F24333 !important;
    color: white !important;
    font-weight: bold;
    border-radius: 2rem;
}
#gzns input[type=radio]{
        -moz-appearance: radio !important;
        -webkit-appearance: radio !important;
        -ms-appearance: radio !important;
        appearance: radio !important;
    }
#gzns .panel-body{    text-align: left;}
#gzns .panel-body h4{ text-align:left !important;}
#gzns .gz-grid-col .card-header {
    height: auto !important;
}
#gzns .gz-card-head-img .img-fluid{
max-width: 40%;
max-height:40%;
    height: auto;
    margin: 0;
}
#gzns .gz-all-headers, .gz-event-description{
text-align: left;
display: block !important;
}
#gzns .gz-all-headers .gz-details-titles .gz-pagetitle{font-size: 53px;}
#shareDrop{
    margin: 20px 0 0 !important;
    padding: 0;
    left: 0;
}

#gzns #gz-calendar .gz-event-link a{
    line-height: 20px;
    display: block;
    color: #ed4233;
}
#gzns #gz-calendar .gz-event-link{
    margin: 0 3px 10px 3px;
    padding-bottom: 10px;
}
#gzns #gz-calendar .gz-day-link,
#gzns .gz-event-contact a{
    color: #ed4233 !important;
}
#gzns .gz-event-contact a:hover{
    text-decoration: underline;
}
#gzns .gz-event-details-card .card-body, #gzns .gz-store-details-card .card-body{    text-align: left;}
/* Events CSS End */


.growthzoneTemplate h3.mainHeading, 
.growthzoneTemplate .gz-details-img,
.growthzoneTemplate #go-back{ display: none;}
.growthzoneTemplate .gz-event-details-left > div:first-child{ order: 2;}
.growthzoneTemplate .gz-event-details-left > div:last-child{ order: 1;}
.growthzoneTemplate .gz-subtitle{ text-align: left;}
.growthzoneTemplate .gz-subtitle{    font-size: 35px;}
.growthzoneTemplate  #shareDrop{
    position: absolute;
    top: -5px;
    left: -28px;
    width: 25px !important;
    text-align: center;
    padding: 0;
    height: 25px !important;
    line-height: 25px;
}
.growthzoneTemplate #gzns .card-img{ max-height: 154px;}
.growthzoneTemplate .gz-event-details-left{ padding-top:30px}
.growthzoneTemplate  .gz-event-description{}
.growthzoneTemplate  .gz-event-description img{
    max-width: 100%;
    height: auto;
} 
.growthzoneTemplate .gz-event-details-card .card-body, 
.growthzoneTemplate .gz-store-details-card .card-body{
    margin-top: 0 !important;
}
.growthzoneTemplate #gzns .card{ display: inherit;}

@media (min-width: 768px) {
    #gzns .col-sm-8 {width: 100% !important;}
    
  
}
@media (max-width: 768px) {
    .growthzoneTemplate #shareDrop{ position: static;}
    .growthzoneTemplate #gzns .card-img{ 
        max-height: inherit;
        height: 100px;
    }
    .growthzoneTemplate  .gz-event-description{ margin-top: 30px !important;}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px){
    .growthzoneTemplate #shareDrop{ left: 97%;}
}
.growthzoneTemplate #gzns .gz-details-links {
    width: 100%;
    margin: 0;
    text-align: left;

}

#gzns .gz-details-links .col-md-8 {
    max-width: 50%;
    margin: 0;
    padding-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .growthzoneTemplate #shareDrop {
        left: 95%;
        position: absolute;
        width: 25px !important;
        text-align: center;
        padding: 0;
        height: 25px !important;
        line-height: 25px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #gzns .detail-link {
        display: inline;
    }
#gzns h3{
margin-top:20px;
}

    #gzns .gz-details-links .col-md-8 {
        max-width: 100%
    }


}
@media only screen and (min-width: 768px) and (max-width: 820px) {
    #gzns .detail-link {
        display: inline;
    }
}