.dnd-section {
  padding: 60px 20px;
}

.blog-post-section {
  padding: 60px 0;
}

.dnd-section>.row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1000px;
}

html {
  font-size: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: #ffffff;
  color: #231f20;
  font-size: 16px;
}

p {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

a {
  font-weight: 400;
  text-decoration: underline;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #33b9de;
}

a:hover,
a:focus {
  font-weight: 400;
  text-decoration: underline;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #415239;
}

a:active {
  font-weight: 400;
  text-decoration: underline;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #91a289;
}

h1 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #0b252d;
  font-size: 38px;
  text-transform: none;
}

h2 {
  font-family: 'Source Serif Pro', serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0b252d;
  font-size: 32px;
  text-transform: none;
}

h3 {
  font-family: 'Source Serif Pro', serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0b252d;
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-family: 'Source Serif Pro', serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0b252d;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-family: 'Source Serif Pro', serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0b252d;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: 'Source Serif Pro', serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0b252d;
  font-size: 16px;
  text-transform: none;
}

blockquote {
  font-family: 'Source Serif Pro', serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  border-left-color: #88b832;
  color: #231f20;
  font-size: 24px;
}

blockquote>footer {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
}

hr {
  border-bottom-color: #ffffff;
}

button,
.button,
.hs-button {
  border: 1px solid #33b9de;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  background-color: #33b9de;
  border-radius: 4px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid #127b99;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  text-decoration: none;
  background-color: #127b99;
  color: #ffffff;
  fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px solid #78A02C;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  background-color: rgba(200, 240, 124, 100);
  border-color: #d8ff82;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary {
  border: 1px solid #88B832;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px;
  color: #33b9de;
  fill: #33b9de;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #88B832;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  background-color: rgba(51, 185, 222, 1.0);
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  background-color: rgba(131, 255, 255, 100);
  border: 1px solid #88B832;
  border-color: #d8ff82;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--simple {
  font-weight: 400;
  text-decoration: underline;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #33b9de;
  fill: #33b9de;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 400;
  text-decoration: underline;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: 400;
  text-decoration: underline;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #91a289;
  fill: #91a289;
}

.button.button--small {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
}

form {
  border: 1px none #FFFFFF;
  padding: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
}

.form-title {
  border: 1px none #FFFFFF;
  padding: 25px;
  font-family: 'Source Serif Pro', serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 28px;
  text-transform: ;
}

form label {
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
}

form legend {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px solid #EEEEEE;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 20px;
  color: #231f20;
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
}

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: rgba(51, 185, 222, 1.0);
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #231f20;
}

form .is-selected .pika-button {
  background-color: #88b832;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #33b9de !important;
}

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #231f20;
}

form .hs-richtext a {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #231f20;
}

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

form input[type='submit'],
form .hs-button {
  border: 1px solid #88B832;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  background-color: rgba(136, 184, 50, 1.0);
  border-radius: 50px;
  color: #ffffff;
  text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 1px solid #78A02C;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  background-color: rgba(120, 160, 44, 1.0);
  color: #ffffff;
}

form input[type='submit']:active,
form .hs-button:active {
  border: 1px solid #78A02C;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  background-color: rgba(200, 240, 124, 100);
  border-color: #d8ff82;
  color: #ffffff;
}

form input[type='submit'],
form .hs-button {
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
}

.submitted-message {
  border: 1px none #FFFFFF;
  padding: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
}

.icon {
  padding: 15px;
  background-color: rgba(51, 185, 222, 1.0);
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

.icon--light .icon {
  background-color: rgba(255, 255, 255, 1.0);
}

.icon--light svg {
  fill: #33b9de;
}

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;
}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;
}

table {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 1.0);
}

th,
td {
  border: 1px solid #ffffff;
  padding: 10px;
  color: #231f20;
}

thead th,
thead td {
  background-color: rgba(51, 185, 222, 1.0);
  color: #ffffff;
}

tfoot th,
tfoot td {
  background-color: rgba(136, 184, 50, 1.0);
  color: #231f20;
}

.header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #231f20;
}

.header__top {
  background-color: rgba(136, 184, 50, 1.0);
}

.header__language-switcher-current-label>span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label>span,
.header__language-switcher:focus .header__language-switcher-current-label>span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #231f20;
}

.header__language-switcher .lang_list_class {
  border-color: #ffffff;
}

.header__language-switcher .lang_list_class li {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: rgba(255, 255, 255, 1.0);
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__bottom {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__logo-company-name {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #0b252d;
  font-size: 38px;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: rgba(255, 255, 255, 1.0);
  }
}

.header__menu-link {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #ffffff;
  }
}

.header__menu-item--depth-1>.header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-item--depth-1>.header__menu-link:hover,
.header__menu-item--depth-1>.header__menu-link:focus {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1>.header__menu-link:active {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1>.header__menu-link--active-link:not(.button) {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #231f20;
}

.header__menu-submenu {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffffff;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: rgba(255, 255, 255, 1.0);
}

.header__menu-toggle svg {
  fill: #231f20;
}

.footer {
  background-color: rgba(255, 255, 255, 1.0);
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #231f20;
}

.footer hr {
  border-bottom-color: #231f20 !important;
}

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active>a {
  font-weight: bold;
  text-decoration: underline;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #000000;
}

.card--dark {
  border: 1px solid #231f20;
  background-color: rgba(35, 31, 32, 1.0);
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

.card--light {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  color: #231f20;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #231f20;
}

.error-page:before {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #231f20;
}

.hs-search-results__title {
  font-size: 32px;
}

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: padding: 10px;
  !important;
}

.accordion__summary,
.accordion__summary:before {
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #231f20;
}

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: 'Source Serif Pro', serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #0b252d;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: 'Source Serif Pro', serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: 'Source Serif Pro', serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  color: #5b757d;
}

.blog-listing__post-tag {
  color: #231f20;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #736f70;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #231f20;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #736f70;
}

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(0, 105, 142, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(131, 255, 255, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.pagination__link-icon svg {
  fill: #33b9de;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #415239;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #83ffff;
}

.pagination__link--active {
  border-color: #ffffff
}

.pricing-card__heading {
  background-color: #33b9de;
}

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(0, 105, 142, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(131, 255, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #231f20;
  color: #231f20;
}

.hs-search-field__bar form {
  border: 0;
  padding: 20px 0;
  background-color: transparent;
  border-radius: 0px;
}

.hs-search-field__bar form input[type='text'] {
  border: 1px none #fff;
  padding: 17px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  background-color: #F2F1F7;
  border-radius: 8px;
  color: #231f20;
  font-size: 16px;
}

.hs-search-field__bar button {
  position: absolute;
  right: 0;
  padding: 16px 20px;
  background-color: transparent;
  border: 0;
}

.hs-search-field__bar button svg {
  height: 18px !important;
  fill: #9d9d9d;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  z-index: 1000;
  width: 100%;
  background-color: #f9f8ff;
  padding: 15px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  border: 0 !important;
  margin-top: -23px;
  -webkit-box-shadow: 0 10px 20px -15px #696969;
  -moz-box-shadow: 0 10px 20px -15px #696969;
  box-shadow: 0 10px 20px -15px #696969;
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 10px 0 !important;
  border-top: 1px solid #ebe7e7;
}

.hs-search-field__suggestions li:first-child {
  border: 0;
}

.hs-search-field__bar form input[type='text']:focus {
  border: 0 !important;
  outline: none;
}

.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  text-decoration: none;
}

.header {
  background-color: transparent;
  z-index: 1;
  position: relative;
}

header .row-fluid .span4 {
  margin-left: 0;
}

::placeholder {
  color: #666;
  opacity: 1;
}

:-ms-input-placeholder {
  color: 666;
}

::-ms-input-placeholder {
  color: 666;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #114F61;
}

h1 {
  font-family: Montserrat;
  font-size: 38px;
}

.hubclub-credits-title {
  font-size: 45px;
  font-weight: 700 !important;
}

#main-content {
  padding-left: 30px;
  padding-right: 30px;
}

footer {
  padding-left: 30px;
  padding-right: 30px;
}

img.hubcoin-logo-inline,
img.hubclub-logo-inline {
  display: inline-block;
  width: 90px;
  position: relative;
  top: 8px;
}

img.hubclub-logo-inline {
  width: 200px;
  top: 11px;
}

.hubclub-logo-wrapper {
  text-align: center;
}

.hubclub-logo-wrapper img {
  display: block;
  margin: 0 auto 20px;
}

.hubclub-logo-wrapper h1 {
  margin-bottom: 0;
}

p.hubclub-contact-admin {
  text-align: center;
}
.hc-copyright-wrap {
  float: right;
}
.hc-copyright-wrap .hc-copyright {
  font-size: 14px;
}
.imgHubCoin {
  display: inline-block;
  max-width: 90px;
  width: 100%;
  vertical-align: -3px;
}

/* Media Query Typography */

@media (max-width: 767px) {
  h1  { 
    font-size: 28px;
  }  
  img.hubclub-logo-inline {
    width: 110px;    
  }
  #hs_cos_wrapper_widget_1660248865778_ img{
    width: 60%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  footer {
    padding-left: 50px;
    padding-right: 0px;
  }
  .hc-copyright-wrap {
    float: none;
  }
  .widget-type-logo img {
    margin-bottom: 0;
}
}