/**************************
** CORE MJ STYLES Jan 2019
** Site Design uses this to generate new site theme css
**
**
*************************/
/* MJ Colors */
/* PRIMARY COLOURS:
DARK GREEN #004116;
Light Green #608b2f
SECONDARY COLOURS
Orange #ffa726
Brown #a26504
*/
@import url("../../nova_library/css/template_member_jungle_201907.min.css");
/** Main Area ***/
body {
  background-color: #fff;
  font-family: 'Helvetica','Arial','sans-serif';
  /*.input-group-addon{
background-color: $main_button_background;
color: $main_button_text;
border-color: $main_button_background;
}*/ }
  body .storetigerv2_container .tab_panel, body .storetigerv2_container ul.tab_collection li a:link, body .storetigerv2_container ul.tab_collection a:visited {
    color: #fff;
    background-color: #fff;
    transition: all 100ms ease-in-out; }
  body .storetigerv2_container li.tab_label.selected a:hover {
    opacity: 0.8;
    background-color: #163358; }
  body select, body input, body .form-control, body textarea {
    background-color: #fff;
    color: #000000;
    border-radius: 5px; }
  body table tr.category-name td {
    background-color: #fff; }
  body table.module.output.contact.form thead th, body table.module.output.contact.form tbody th.header {
    background-color: #fff; }
  body .modal-content, body .panel, body .list-group-item, body pre {
    background: #fff;
    border-color: #1f497d; }
  body .panel .panel-heading {
    background: #1f497d;
    color: #fff;
    border-color: #1f497d; }
  body #wf-pp-modal fieldset.submit-buttons, body #wf-pp-modal #PaymentGateway_Submit, body #wf-pp-modal .ev-btn-container {
    background-color: #fff; }
  body * {
    color: #000000; }
  body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body .head, body .heading, body .pageheading, body .heading2, body .head2, body .event-heading, body .module.output.events.details .event-body .event-details .detail-label, body .modal-header .close span {
    color: #1f497d; }
  body a, body a *, body .btn-link {
    color: #1f497d; }
  body .pagination > li > a:focus, body .pagination > li > a:hover, body .pagination > li > span:focus, body .pagination > li > span:hover {
    color: #fff; }
  body .btn:not(.btn-link), body button, body .button, body input[type=button], body input[type=reset], body .pagination > li > a, body .pagination > li > span, body #mymembershipdetails, body .st-addtocart-text .addtocart_text {
    color: #fff;
    background: #1f497d;
    transition: all 100ms ease-in-out; }
    body .btn:not(.btn-link) *, body button *, body .button *, body input[type=button] *, body input[type=reset] *, body .pagination > li > a *, body .pagination > li > span *, body #mymembershipdetails *, body .st-addtocart-text .addtocart_text * {
      color: #fff; }
    body .btn:not(.btn-link):hover, body button:hover, body .button:hover, body input[type=button]:hover, body input[type=reset]:hover, body .pagination > li > a:hover, body .pagination > li > span:hover, body #mymembershipdetails:hover, body .st-addtocart-text .addtocart_text:hover {
      opacity: 0.8;
      background-color: #163358; }
  body hr {
    border-top: 1px solid #1f497d; }
  body .event-list-row .event-month, body .event-quick-details .event-date.quick {
    background: #1f497d;
    color: #fff; }
    body .event-list-row .event-month span.month, body .event-list-row .event-month span.day, body .event-quick-details .event-date.quick span.month, body .event-quick-details .event-date.quick span.day {
      color: #fff; }
  @media (max-width: 768px) {
    body.nav_slide.slide_out:after {
      background-color: rgba(179, 179, 179, 0.8); } }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(179, 179, 179, 0.5); }

/*** Header Area ***/
.fullheader-area {
  background: #1f497d; }
  .fullheader-area * {
    color: #fff; }
  .fullheader-area .btn:not(.btn-link), .fullheader-area button, .fullheader-area .button, .fullheader-area input[type=button], .fullheader-area input[type=reset] {
    color: #1f497d;
    background: #ffffff; }
    .fullheader-area .btn:not(.btn-link):hover, .fullheader-area button:hover, .fullheader-area .button:hover, .fullheader-area input[type=button]:hover, .fullheader-area input[type=reset]:hover {
      background: #163358; }
  .fullheader-area .icon {
    color: #ffffff;
    transition: all 100ms ease-in-out; }
    .fullheader-area .icon:hover {
      opacity: 0.8;
      color: #163358; }

/*** Menu Area ***/
.fullheader-area .navbar {
  background: #ffffff; }
  .fullheader-area .navbar .dropdown-menu {
    background: #ffffff; }
  .fullheader-area .navbar .dropdown-menu > .active > a, .fullheader-area .navbar .dropdown-menu > .active > a:focus, .fullheader-area .navbar .dropdown-menu > .active > a:hover {
    background: #ffffff !important;
    color: #1f497d; }
  .fullheader-area .navbar .navbar-nav:not(.flyout) .dropdown-menu > .active > a, .fullheader-area .navbar .navbar-nav:not(.flyout) .dropdown-menu > .active > a:focus, .fullheader-area .navbar .navbar-nav:not(.flyout) .dropdown-menu > .active > a:hover {
    background: white !important; }
  .fullheader-area .navbar * {
    color: #1f497d; }
  .fullheader-area .navbar a:hover {
    color: #95b3d7;
    background-color: transparent; }
  .fullheader-area .navbar .navbar-toggle .icon-bar {
    background: #1f497d; }
  .fullheader-area .navbar .navbar-toggle:hover .icon-bar {
    background: #95b3d7; }
  @media (max-width: 768px) {
    .fullheader-area .navbar .navbar-collapse {
      background: #ffffff; } }

/** Footer Area **/
.footer-area {
  background: #1f497d; }
  .footer-area *, .footer-area a, .footer-area a * {
    color: #fff; }

/** Fix MJ Footer logo **/
/* Put arrow on nav flyout */
.dropdown-submenu > a:after {
  border-left-color: #f0f0f0; }

.dropdown-submenu:hover > a:after {
  border-left-color: #000; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
  border-color: transparent; }

.mysite.container table tbody tr td table tbody tr {
  background: transparent; }

/* ------------- */
/* Forms General */
/* ------------- */
span.required {
  color: #cc3333;
  /* Red */ }

div.module.output div.head, .modboxhead {
  background-color: transparent; }

/* ---------------- */
/* Modules - Events */
/* ---------------- */
.events.list li {
  border-bottom: 15px solid transparent; }

.module.output.event.list li {
  border-bottom: 10px solid transparent; }

.EVENT.list tbody tr {
  border-bottom: 15px solid transparent; }

.module.output.blog.center {
  border-bottom: 1px solid #ccc; }

/***** Business Directory ******/
.bd-display .viewing-row {
  border-bottom: 1px solid transparent;
  background-color: transparent; }

.bd-display {
  border: 1px solid transparent; }

.bd-display thead {
  background-color: transparent;
  border-top: 1px solid #e1e1e1; }

/**** Invalid Powerdata *****/
.powerdata.form .invalid_field span.invalid_field {
  color: red; }

/******* This is for the loading animation (event-registration, admin etc) *******/
.ln-loader-inner {
  -webkit-animation: site-loader-anim 1.2s infinite linear !important;
  animation: site-loader-anim 1.2s infinite linear !important; }

@-webkit-keyframes site-loader-anim {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.1em #1f497d, 2em -2em 0 0em #7d531f, 3em 0 0 -0.5em #1f497d, 2em 2em 0 -1em #7d531f, 0 3em 0 -1em #1f497d, -2em 2em 0 -1em #7d531f, -3em 0 0 -0.5em #1f497d, -2em -2em 0 0 #7d531f; }
  12.5% {
    box-shadow: 0 -3em 0 0 #1f497d, 2em -2em 0 0.1em #7d531f, 3em 0 0 0 #1f497d, 2em 2em 0 -0.5em #7d531f, 0 3em 0 -1em #1f497d, -2em 2em 0 -1em #7d531f, -3em 0 0 -1em #1f497d, -2em -2em 0 -0.5em #7d531f; }
  25% {
    box-shadow: 0 -3em 0 -0.5em #1f497d, 2em -2em 0 0 #7d531f, 3em 0 0 0.1em #1f497d, 2em 2em 0 0 #7d531f, 0 3em 0 -0.5em #1f497d, -2em 2em 0 -1em #7d531f, -3em 0 0 -1em #1f497d, -2em -2em 0 -1em #7d531f; }
  37.5% {
    box-shadow: 0 -3em 0 -1em #1f497d, 2em -2em 0 -0.5em #7d531f, 3em 0em 0 0 #1f497d, 2em 2em 0 0.1em #7d531f, 0 3em 0 0em #1f497d, -2em 2em 0 -0.5em #7d531f, -3em 0em 0 -1em #1f497d, -2em -2em 0 -1em #7d531f; }
  50% {
    box-shadow: 0 -3em 0 -1em #1f497d, 2em -2em 0 -1em #7d531f, 3em 0 0 -0.5em #1f497d, 2em 2em 0 0em #7d531f, 0 3em 0 0.1em #1f497d, -2em 2em 0 0 #7d531f, -3em 0em 0 -0.5em #1f497d, -2em -2em 0 -1em #7d531f; }
  62.5% {
    box-shadow: 0 -3em 0 -1em #1f497d, 2em -2em 0 -1em #7d531f, 3em 0 0 -1em #1f497d, 2em 2em 0 -0.5em #7d531f, 0 3em 0 0 #1f497d, -2em 2em 0 0.1em #7d531f, -3em 0 0 0 #1f497d, -2em -2em 0 -0.5em #7d531f; }
  75% {
    box-shadow: 0em -3em 0 -0.5em #1f497d, 2em -2em 0 -1em #7d531f, 3em 0em 0 -1em #1f497d, 2em 2em 0 -1em #7d531f, 0 3em 0 -0.5em #1f497d, -2em 2em 0 0 #7d531f, -3em 0em 0 0.1em #1f497d, -2em -2em 0 0 #7d531f; }
  87.5% {
    box-shadow: 0em -3em 0 0 #1f497d, 2em -2em 0 -0.5em #7d531f, 3em 0 0 -1em #1f497d, 2em 2em 0 -1em #7d531f, 0 3em 0 -1em #1f497d, -2em 2em 0 -0.5em #7d531f, -3em 0em 0 0 #1f497d, -2em -2em 0 0.1em #7d531f; } }

@keyframes site-loader-anim {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.1em #1f497d, 2em -2em 0 0em #7d531f, 3em 0 0 -0.5em #1f497d, 2em 2em 0 -1em #7d531f, 0 3em 0 -1em #1f497d, -2em 2em 0 -1em #7d531f, -3em 0 0 -0.5em #1f497d, -2em -2em 0 0 #7d531f; }
  12.5% {
    box-shadow: 0 -3em 0 0 #1f497d, 2em -2em 0 0.1em #7d531f, 3em 0 0 0 #1f497d, 2em 2em 0 -0.5em #7d531f, 0 3em 0 -1em #1f497d, -2em 2em 0 -1em #7d531f, -3em 0 0 -1em #1f497d, -2em -2em 0 -0.5em #7d531f; }
  25% {
    box-shadow: 0 -3em 0 -0.5em #1f497d, 2em -2em 0 0 #7d531f, 3em 0 0 0.1em #1f497d, 2em 2em 0 0 #7d531f, 0 3em 0 -0.5em #1f497d, -2em 2em 0 -1em #7d531f, -3em 0 0 -1em #1f497d, -2em -2em 0 -1em #7d531f; }
  37.5% {
    box-shadow: 0 -3em 0 -1em #1f497d, 2em -2em 0 -0.5em #7d531f, 3em 0em 0 0 #1f497d, 2em 2em 0 0.1em #7d531f, 0 3em 0 0em #1f497d, -2em 2em 0 -0.5em #7d531f, -3em 0em 0 -1em #1f497d, -2em -2em 0 -1em #7d531f; }
  50% {
    box-shadow: 0 -3em 0 -1em #1f497d, 2em -2em 0 -1em #7d531f, 3em 0 0 -0.5em #1f497d, 2em 2em 0 0em #7d531f, 0 3em 0 0.1em #1f497d, -2em 2em 0 0 #7d531f, -3em 0em 0 -0.5em #1f497d, -2em -2em 0 -1em #7d531f; }
  62.5% {
    box-shadow: 0 -3em 0 -1em #1f497d, 2em -2em 0 -1em #7d531f, 3em 0 0 -1em #1f497d, 2em 2em 0 -0.5em #7d531f, 0 3em 0 0 #1f497d, -2em 2em 0 0.1em #7d531f, -3em 0 0 0 #1f497d, -2em -2em 0 -0.5em #7d531f; }
  75% {
    box-shadow: 0em -3em 0 -0.5em #1f497d, 2em -2em 0 -1em #7d531f, 3em 0em 0 -1em #1f497d, 2em 2em 0 -1em #7d531f, 0 3em 0 -0.5em #1f497d, -2em 2em 0 0 #7d531f, -3em 0em 0 0.1em #1f497d, -2em -2em 0 0 #7d531f; }
  87.5% {
    box-shadow: 0em -3em 0 0 #1f497d, 2em -2em 0 -0.5em #7d531f, 3em 0 0 -1em #1f497d, 2em 2em 0 -1em #7d531f, 0 3em 0 -1em #1f497d, -2em 2em 0 -0.5em #7d531f, -3em 0em 0 0 #1f497d, -2em -2em 0 0.1em #7d531f; } }

/* Gateway - Instagram*/
.ig_cube {
  border: 3px solid #fff !important; }

/*** QUICKLINK STYLES ***/
/* Remove all Borders and Panelling */
.des-blankstyling .panel {
  background-color: transparent !important; }

/* Custom Events & News-Block Output */
.des-primaryblock {
  background: #1f497d; }
  .des-primaryblock * {
    color: #fff; }
  .des-primaryblock .btn.des-binary-button {
    background: #000 !important;
    color: #fff !important; }

.des-secondaryblock {
  background: #000; }
  .des-secondaryblock * {
    color: #fff; }
  .des-secondaryblock .btn.des-binary-button {
    background: #1f497d !important;
    color: #fff !important; }

@media (min-width: 992px) {
  .des-primaryblock .col-sm-8 {
    background: #000; }
    .des-primaryblock .col-sm-8 * {
      color: #fff; }
  .des-secondaryblock .col-sm-8 {
    background: #1f497d; }
    .des-secondaryblock .col-sm-8 * {
      color: #fff; } }

/** Photos **/
.module.output.photos .category-images .photo_image.hover_image .hover_title {
  background-color: rgba(31, 73, 125, 0.6); }

/** Slideshow **/
.carousel-caption {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.8); }

/**CUSTOM THEME**/
/* ---- */
/* FONT INFORMATION */
/* ---- */
/* Font Type */
/* center */
.center:not(.module.output) {
  text-align: center; }

/* center */
h1, .h1, .pageheading {
  text-align: center; }

h3.cb-ql-heading {
  text-transform: uppercase; }

span.emphasise {
  font-weight: 700; }

/* ---- */
/* -section head- */
h2.sectionheading {
  padding-bottom: 20px;
  padding-top: 31px; }

/* ---- */
/* BUTTONS */
/* ---- */
button#pdSubmit, input[type="reset"], .addtocart_text, button, input[type="submit"], .btn:not(.btn-link), a.btn.btn-quickview, a.btn.btn-default, input.buttons, #site-footer-container, .footer-list a, .footer-privacy a {
  text-shadow: none;
  font-weight: 400; }

span.input-group-btn {
  font-size: 1rem; }

/* ---- */
/***Header and Navigation****/
.leftheader > a > .img-responsive {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  padding-top: 40px; }

input[type="submit"], .btn:not(.btn-link), .button, #pdSubmit, .addtocart_text, .photos_container form#CFForm_1 table tbody tr td input {
  width: auto; }

.cb-c-content {
  margin-bottom: 30px;
  margin-top: 10px; }

.navbar {
  border-bottom: 0;
  border-radius: 0px;
  border-top: 0;
  z-index: 1030;
  margin-bottom: 0px; }

.navbar-nav > li > .dropdown-menu {
  border: 0 none; }

.navbar.navbar-area .nav.navbar-nav {
  float: right;
  margin-left: 0; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent; }

.navbar-brand, .navbar-nav > li > a {
  padding: 0px; }

.navbar-brand {
  margin-bottom: 15px; }

.navbar-header.nav_flyout_button {
  margin-top: 76px;
  margin-bottom: -76px; }

.navbar-brand > img {
  max-height: 200px;
  max-width: 300px;
  position: relative; }

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand > img {
    top: 0px; } }

@media (max-width: 767px) {
  .navbar {
    height: 160px; }
  .dropdown-menu.flyout.submenu {
    background: transparent;
    padding-bottom: 33px;
    position: absolute;
    display: none; }
  .open > .dropdown-menu.flyout.submenu {
    display: block;
    position: static; }
  .fullheader-area .navbar.navbar-area .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; } }

.dropdown-menu > li > a {
  font-size: 16px; }

.sidebar-nav .navbar {
  background-image: none; }

.col-md-3.left-sidebar-container {
  margin-top: 30px; }

.rightheader a, .rightheader a:hover, .rightheader a:focus {
  text-decoration: none; }

body.nav_slide {
  width: 100vw; }

.navbar.navbar-area .nav.navbar-nav {
  margin-left: 0; }

.sidebar-nav .nav.navbar-nav li {
  width: 100%; }

.sidebar-nav .navbar-nav > li > a {
  width: 100%;
  max-width: none;
  padding: 15px;
  font-weight: 600;
  text-align: left; }

.sidebar-nav {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (max-width: 992px) {
  .sidebar-nav {
    display: none; } }

@media (max-width: 480px) {
  .navbar-header.nav_flyout_button {
    margin-top: 15px;
    margin-bottom: -60px; }
  .navbar {
    height: 95px; } }

.sidebar-nav .navbar {
  background-image: none; }

.fullheader-area .navbar.navbar-area .navbar-nav > li > a {
  padding: 28px 10px;
  font-size: 16px;
  text-transform: uppercase; }

@media (min-width: 992px) and (max-width: 1199px) {
  .fullheader-area .navbar.navbar-area .navbar-nav > li > a {
    padding: 28px 15px; }
  .nav.navbar-nav.flyout.menu li:nth-child(1) > a:nth-child(1) {
    padding-right: 10px;
    padding-left: 0; }
  .navbar-nav.flyout.menu li.dropdown ul.dropdown-menu.flyout.submenu li a {
    padding: 3px 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .fullheader-area .navbar.navbar-area .navbar-nav > li > a {
    padding: 28px 5px;
    font-size: 12px; }
  .nav.navbar-nav.flyout.menu li:nth-child(1) > a:nth-child(1) {
    padding-right: 10px;
    padding-left: 0; }
  .navbar-nav.flyout.menu li.dropdown ul.dropdown-menu.flyout.submenu li a {
    padding: 3px 20px; } }

/* ---- */
/* UTILITY AND ICONS */
.site-utility-container {
  position: relative;
  width: inherit;
  z-index: 1050; }

.utility, .utility a {
  font-size: 14px; }

@media (max-width: 480px) {
  .utility {
    display: none; } }

.icon-email:before, .icon-lock:before, .icon-login:before {
  font-size: 20px !important; }

@media (max-width: 992px) {
  .site-utility-container {
    padding-left: 0px; } }

.utility {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -33px;
  position: relative;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  top: 5px; }

@media (min-width: 768px) {
  .utility {
    width: 750px;
    padding-right: 0; } }

@media (min-width: 992px) {
  .utility {
    width: 970px;
    margin-bottom: 0px;
    padding-left: 9px;
    padding-right: 15px; } }

@media (max-width: 480px) {
  .utility {
    margin-bottom: 0px;
    padding-left: 9px;
    padding-right: 0px; } }

@media (min-width: 1200px) {
  .utility {
    width: 1170px;
    padding-top: 12px; } }

/* ---- */
/* Slideshow */
.carousel-caption {
  bottom: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  top: 20%;
  left: 10%;
  right: 38%;
  text-align: left;
  text-shadow: none;
  height: auto; }

div.carousel-caption p {
  text-align: left;
  padding-bottom: 23px; }

#pre-page-content {
  overflow-x: inherit;
  margin-bottom: 50px; }

.carousel-inner {
  max-height: 600px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-caption {
    top: 10%;
    right: 25%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .carousel-caption {
    top: 18%;
    right: 10%;
    padding: 20px; }
  .carousel-caption h3 {
    font-size: 24px; } }

@media (max-width: 767px) {
  div.carousel-caption p {
    font-size: 0; }
  .carousel-caption {
    right: 10%;
    top: 7%; } }

@media (max-width: 767px) {
  .des-slidevideo {
    height: 400px;
    width: auto; } }

@media (max-width: 480px) {
  .carousel-caption .btn {
    font-size: 14px;
    margin-top: -22px;
    padding: 8px 8px; } }

/*---*/
/* FORMS */
input:not([type=image]), .form-control, select, textarea {
  font-size: 16px;
  margin-left: 0; }

@media (max-width: 768px) {
  #top-nav a.dropdown-toggle .caret {
    display: inline-block; }
  .module.output.contact.form input, .module.output.contact.form select, .module.output.contact.form textarea, .module.output.contact.form .form-control {
    width: 85%; } }

/* ---- */
/******* Line Break *******/
/*** Custom Objects - Homepage Events Calendar and Primary and Secondary Colours***/
.des-calendar .qltext h2 {
  text-align: left; }

.des-primary h2 {
  text-align: center; }

.des-calendar h3 {
  font-weight: bold; }

.des-secondary h2, .des-secondary h1 {
  text-align: center;
  font-weight: bold; }

.des-secondary a.btn {
  margin-top: 10px; }

div.col-md-8.ql.des-calendar > .row {
  padding-bottom: 0px; }

.qltext {
  padding: 20px;
  position: relative; }

.container.des-calendar {
  padding: 0px; }

/* ---- */
/* welcome */
.des-welcome {
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: 1;
  margin-bottom: 0px; }

.des-welcome:before {
  z-index: -1;
  position: absolute;
  right: 0;
  border: 0; }

.des-welcome:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block; }

/* ---- */
span.cb-ql-txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 2; }

div.cb-quicklink img {
  margin-left: auto;
  margin-right: auto;
  min-width: 100%; }

/* ------ */
/* Footer Styling to Suit all 3 Footers */
#site-footer-container, .col-xs-12.col-sm-6.footer-extras {
  width: 100%; }

.container-fluid.footer-area {
  padding-bottom: 0;
  padding-top: 20px; }

#site-footer-container div {
  text-align: inherit; }

#dynamicfooter, .col-xs-12.col-sm-6.footer-extras, #standardfooter {
  text-align: center; }

#standardfooter .row {
  padding-top: 10px; }

#site-footer-container a, #site-footer-container ul li, div#footer-company-name, div#footer-company-abn, div#footer-company-address, div#footer-company-phone, div#footer-company-email {
  text-align: left; }

div#site-footer-container div#standardfooter div.footer-logo p.footerlogo {
  text-align: center; }

@media (max-width: 768px) {
  #site-footer-container a, #site-footer-container ul li, #site-footer-container p, #site-footer-container h5 {
    text-align: center;
    list-style: none; } }

