﻿/*
 * Author:	eMedia Campaigns 
 * Created:	20/11/2019
 *
 * Customised 'Re-skin of venuenet site'
 */
@font-face {
  font-family: 'Barlow-Regular';
  src: url('../_uploads/fckeditor/reskin/outfit_medium.ttf') format('truetype');
}
@font-face {
  font-family: 'outfit-bold';
  src: url('../_uploads/fckeditor/reskin/outfit_bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../_uploads/fckeditor/reskin/ginandjus.otf') format('opentype');
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -9px;
    margin-left: 2px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: 0.5rem;
  }
}
/* ============ small devices .end// ============ */
.nav-link-social-custom {
  margin-left: 5px !important;
  margin-right: 0px !important;
  color: #ffffff !important;
}
@media only screen and (min-width: 1000px) {
  .nav-link-social-custom {
    background: #0A4064;
    color: white;
    height: auto;
    line-height: 2;
    padding: 0px 24px;
    border-radius: 68px;
    text-shadow: none;
    font-weight: 900;
    border-color: rgba(0, 0, 0, 0) !important;
    margin: 4px 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .nav-link-social-custom.reverse {
    background: #FFFFFF;
    color: #0f0f41;
  }
  .nav-link-social-custom.blue {
    background: #009abb;
  }
  .nav-link-social-custom.pink {
    background: #ed2a7b;
  }
  .nav-link-social-custom:hover {
    color: #ffffff;
  }
}
.nafa_heading {
  font-family: outfit-bold;
}
.texture {
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url('../_uploads/fckeditor/creature.png') repeat-y left 20%;
  background-size: auto;
}
.nav_background {
  background-color: #ffffff;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.font_awesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.primary_font {
  font-family: 'Barlow-Regular';
  font-weight: 400;
}
.secondary_font {
  font-family: 'Barlow-Regular';
  font-weight: 900;
  color: #0A4064;
}
.btn-custom {
  background: #0A4064;
  color: white;
  height: auto;
  line-height: 2;
  padding: 0px 24px;
  border-radius: 68px;
  text-shadow: none;
  font-weight: 900;
  border-color: rgba(0, 0, 0, 0) !important;
}
.btn-custom.reverse {
  background: #FFFFFF;
  color: #0f0f41;
}
.btn-custom.blue {
  background: #009abb;
}
.btn-custom.pink {
  background: #ed2a7b;
}
.btn-custom:hover {
  color: #ffffff;
}
.btn-custom-filter {
  background: #0A4064;
  color: white;
  height: auto;
  line-height: 2;
  padding: 0px 24px;
  border-radius: 68px;
  text-shadow: none;
  font-weight: 900;
  border-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.btn-custom-filter.reverse {
  background: #FFFFFF;
  color: #0f0f41;
}
.btn-custom-filter.blue {
  background: #009abb;
}
.btn-custom-filter.pink {
  background: #ed2a7b;
}
.btn-custom-filter:hover {
  color: #ffffff;
}
.btn-primary {
  background: #0A4064;
  color: white;
  height: auto;
  line-height: 2;
  padding: 0px 24px;
  border-radius: 68px;
  text-shadow: none;
  font-weight: 900;
  border-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
}
.btn-primary.reverse {
  background: #FFFFFF;
  color: #0f0f41;
}
.btn-primary.blue {
  background: #009abb;
}
.btn-primary.pink {
  background: #ed2a7b;
}
.btn-primary:hover {
  color: #ffffff;
}
.btn-primary:hover {
  color: #ffffff;
  background: #0A4064;
}
.sticky-custom {
  top: 99px;
  padding-bottom: 0px;
  z-index: 0;
}
.top_header {
  background: #ed2a7b;
  color: #ffffff;
}
.text_shadow {
  text-shadow: 1px 1px 0 #ffffff;
}
.text_shadow.dark {
  text-shadow: 1px 1px 0 #000000;
}
.text_shadow.darker {
  text-shadow: 1px 1px 0 #000000;
}
.smart-scroll.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.smart-scroll.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
ul.event-list li a {
  text-decoration: none;
}
ul.event-list li:nth-child(even) > time {
  background-color: #542e90;
}
ul.event-list li:nth-child(even) > time .multi,
ul.event-list li:nth-child(even) > time .month {
  color: #ffffff;
}
ul.event-list li:nth-child(odd) > time {
  background-color: #0f0f41;
}
ul.event-list li:nth-child(odd) > time .multi,
ul.event-list li:nth-child(odd) > time .month {
  color: #ffffff;
}
ul.event-list li .social span:not(.fa) {
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 900;
  display: block;
}
.sub_nav a {
  text-decoration: none;
}
.dark {
  background: #000000;
  color: #ffffff;
}
.dark .popover-header,
.dark .modal,
.dark [id$='ulMembersAreaNav'],
.dark .bg-light,
.dark .card-title {
  color: #000000;
}
.dark .table .table-light td,
.dark .table .table-light th {
  color: #ffffff;
}
.dark .table .table-dark td,
.dark .table .table-dark th {
  color: #000000;
}
.dark .table td,
.dark .table th {
  color: #ffffff;
}
.dark .table.table-striped td,
.dark .table.table-striped th {
  color: #ffffff;
}
.dark .table .table-secondary td,
.dark .table .table-secondary th {
  color: #000000;
}
.dark .table .table-success td,
.dark .table .table-success th {
  color: #000000;
}
.dark .table .table-success .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-outline-success):not(.btn-outline-danger):not(.btn-outline-warning):not(.btn-outline-info):not(.btn-outline-light):not(.btn-outline-dark) {
  color: #000000;
}
.dark .table tr[class*="alert"] td {
  color: inherit;
}
.dark .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-outline-success):not(.btn-outline-danger):not(.btn-outline-warning):not(.btn-outline-info):not(.btn-outline-light):not(.btn-outline-dark),
.dark .form-control-plaintext {
  color: #ffffff;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4 {
  color: inherit;
}
.banner {
  background: #ed2a7b;
  padding: 75px 0;
}
.banner:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
}
body {
  font-family: 'Barlow-Regular';
  font-weight: 400;
  background-color: white;
  overflow-x: hidden;
}
body h2 {
  color: #0A4064;
}
body.home,
body .home {
  /*        p {
            .text_shadow;
        }*/
}
body.home .primary,
body .home .primary {
  background: #ffffff;
  color: #ffffff;
}
body.home .primary .carousel-cell,
body .home .primary .carousel-cell {
  width: 25%;
  padding: 10px;
}
@media only screen and (max-width: 600px) {
  body.home .primary .carousel-cell,
  body .home .primary .carousel-cell {
    width: 100%;
  }
}
body.home .primary h1,
body .home .primary h1 {
  color: white;
}
body.home .primary hr,
body .home .primary hr {
  background: #f4cf24;
}
body.home .primary a:not(.btn-custom-filter),
body .home .primary a:not(.btn-custom-filter) {
  color: #ffffff;
}
body.home .secondary,
body .home .secondary {
  background: white;
}
body.home .secondary h2,
body .home .secondary h2 {
  color: #0f0f41;
}
body.home .secondary hr,
body .home .secondary hr {
  background: #0f0f41;
}
body.home .tertiary,
body .home .tertiary {
  background: #ed2a7b;
  color: #000000;
}
body.home video,
body .home video {
  max-height: 70vh;
  object-fit: cover;
}
body.home nav,
body .home nav {
  margin-bottom: 0 !important;
}
body .carousel-cell,
body .carousel-cell img {
  width: 100%;
}
body img[alt="Artist Image"]:hover {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
legend {
  font-family: 'Barlow-Regular';
  font-weight: 900;
  color: #0A4064;
}
h1 small,
h2 small,
h3 small,
h4 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
legend small {
  display: block;
}
h1 small span,
h2 small span,
h3 small span,
h4 small span,
.h1 small span,
.h2 small span,
.h3 small span,
.h4 small span,
legend small span {
  font-size: 80%;
}
h1 small span:before,
h2 small span:before,
h3 small span:before,
h4 small span:before,
.h1 small span:before,
.h2 small span:before,
.h3 small span:before,
.h4 small span:before,
legend small span:before {
  content: '(';
  display: inline-block;
}
h1 small span:after,
h2 small span:after,
h3 small span:after,
h4 small span:after,
.h1 small span:after,
.h2 small span:after,
.h3 small span:after,
.h4 small span:after,
legend small span:after {
  content: ')';
  display: inline-block;
}
nav,
.navbar-dark,
.navbar-light {
  background-color: #ffffff;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  padding-top: 15px;
  padding-bottom: 15px;
}
nav .navbar-brand img,
.navbar-dark .navbar-brand img,
.navbar-light .navbar-brand img {
  min-width: 100px;
  width: 205px;
  padding: 0;
  transition: all 500ms;
}
nav .nav-item,
.navbar-dark .nav-item,
.navbar-light .nav-item {
  /*        &:first-child {
            .nav-link {
                color: @nafa_navy;

                &:hover {
                    color: black;
                }
            }
        }*/
  font-size: 1.5rem !important;
}
nav .nav-item .nav-link,
.navbar-dark .nav-item .nav-link,
.navbar-light .nav-item .nav-link {
  font-family: 'Barlow-Regular';
  text-transform: uppercase;
  color: #0A4064;
  font-weight: 900;
  font-size: 1rem;
}
nav .nav-item .nav-link:hover,
.navbar-dark .nav-item .nav-link:hover,
.navbar-light .nav-item .nav-link:hover {
  color: black;
}
nav.scrolled .navbar-brand img,
.navbar-dark.scrolled .navbar-brand img,
.navbar-light.scrolled .navbar-brand img {
  padding: 0;
  width: 100px;
}
.sponsors {
  clear: both;
  background: none;
}
.sponsors .sponsor {
  display: inline-block;
  margin: 25px 35px;
  max-width: 275px;
}
.sponsors .sponsor img {
  max-height: 125px;
}
.sponsors br {
  display: none;
}
.sponsors [id$="scheduleFeed_pnlSchedule"] .sponsor {
  margin: 30px;
  max-width: 300px;
}
.sponsors [id$="scheduleFeed_pnlSchedule"] .sponsor img {
  max-height: 120px;
}
footer section,
.special_footer section {
  background: #ffffff;
  color: #0A4064;
}
footer section a,
.special_footer section a,
footer section a:hover,
.special_footer section a:hover {
  color: #0A4064;
}
footer section a:hover,
.special_footer section a:hover,
footer section a:hover:hover,
.special_footer section a:hover:hover {
  text-decoration: none;
}
.grid-view-custom,
.grid-view-custom tbody,
.grid-view-custom tr,
.grid-view-custom td {
  display: block;
}
.grid-view-custom .table-responsive table tbody,
.grid-view-custom tbody .table-responsive table tbody,
.grid-view-custom tr .table-responsive table tbody,
.grid-view-custom td .table-responsive table tbody {
  display: table-row-group;
}
.grid-view-custom .table-responsive table tbody tr,
.grid-view-custom tbody .table-responsive table tbody tr,
.grid-view-custom tr .table-responsive table tbody tr,
.grid-view-custom td .table-responsive table tbody tr {
  display: table-row;
}
.grid-view-custom .table-responsive table tbody tr th,
.grid-view-custom tbody .table-responsive table tbody tr th,
.grid-view-custom tr .table-responsive table tbody tr th,
.grid-view-custom td .table-responsive table tbody tr th,
.grid-view-custom .table-responsive table tbody tr td,
.grid-view-custom tbody .table-responsive table tbody tr td,
.grid-view-custom tr .table-responsive table tbody tr td,
.grid-view-custom td .table-responsive table tbody tr td {
  display: table-cell;
  width: 20%;
}
[id$="pnlTicketTypes"] .table tr[class*="Category"] + tr[data-ephid*="0000"] .alert-info:after,
[id$="pnlTicketTypes"] .table tr[class*="Category"] + tr[data-ephid*="0000"] .extraInfo:after {
  content: 'Extra info on category ticket when existing field is full.';
}
.buying-process-img {
  max-height: 75px;
  max-width: fit-content;
}
.listing {
  column-count: 3;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .listing {
    column-count: 2;
  }
}
@media only screen and (max-width: 600px) {
  .listing {
    column-count: 1;
  }
}
.listing hr {
  background-color: #6c757d;
}
.listing .day {
  break-inside: avoid-column;
}
.event_banner {
  height: 74vh;
  /*margin: -1.5rem 0 3.5rem 0;*/
}
.event_banner img {
  width: 100%;
  object-fit: cover;
}
.event_banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #020024;
  background: linear-gradient(15deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  content: '';
}
.event_banner .text {
  width: 90%;
  bottom: 20px;
}
video {
  width: 100%;
}
#paint_left {
  position: absolute;
  bottom: 100px;
  left: -23%;
  z-index: 2;
  width: 35%;
  transform: translateY(50%);
}
#paint_right {
  position: absolute;
  bottom: 0;
  right: -30%;
  z-index: 2;
  width: 45%;
  transform: translateY(50%);
}
h5 {
  color: white;
}
.whats_on {
  background-color: #ffffff;
}
.whats_on h1,
.whats_on h2 {
  color: #ffffff;
}
.home_header_section {
  background-color: #ffffff;
}
.header_section {
  background-color: black;
  width: 100%;
}
.header_section .header_image {
  object-position: center 40%;
  height: 400px;
  object-fit: cover;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .header_section .header_image {
    height: 200px;
  }
}
.header_section_alternate {
  background-color: black;
  width: 100%;
  margin-bottom: 20px;
}
.header_section_alternate .header_image {
  object-position: center 40%;
  height: 400px;
  object-fit: cover;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .header_section_alternate .header_image {
    height: 200px;
  }
}
.pink_heading {
  color: #0A4064;
}
.pill_style {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-wrap: nowrap;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 15px;
  cursor: pointer;
}
.pill_style h2 {
  color: white;
  font-family: Ciutadella;
  font-size: calc(1.3rem + 0.6vh);
}
.blue_pill {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-wrap: nowrap;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 15px;
  cursor: pointer;
  background-color: #ffffff;
}
.blue_pill h2 {
  color: white;
  font-family: Ciutadella;
  font-size: calc(1.3rem + 0.6vh);
}
.pink_pill {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-wrap: nowrap;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 15px;
  cursor: pointer;
  background-color: #0A4064;
}
.pink_pill h2 {
  color: white;
  font-family: Ciutadella;
  font-size: calc(1.3rem + 0.6vh);
}
.nafa_paragraph {
  color: white;
  font-size: 1.2rem;
  font-family: 'Barlow-Regular';
  font-weight: 200;
}
@media (max-width: 767px) {
  .nafa_paragraph {
    font-size: 16px;
  }
}
#banner_overlay {
  position: absolute;
  z-index: 2;
  top: 40%;
  left: 10%;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #banner_overlay {
    top: 40%;
    left: 5%;
  }
}
#banner_overlay h1 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.8rem;
  font-family: outfit-bold;
}
@media screen and (min-width: 768px) {
  #banner_overlay h1 {
    font-size: 5.2rem;
  }
}
#banner_overlay a {
  align-self: end;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
}
@media screen and (min-width: 641px) {
  #banner_overlay a {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 800px) {
  #banner_overlay body {
    font-size: 16px;
  }
}
.about_text {
  background-color: white;
  color: white;
  font-size: 1.2rem;
  font-family: 'Barlow-Regular';
  font-weight: 200;
  color: black;
}
@media (max-width: 767px) {
  .about_text {
    font-size: 16px;
  }
}
.about_text h2 {
  font-weight: bold;
  color: #0A4064;
}
.about_text p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .about_text p {
    font-size: 16px;
  }
}
.about_text .buttons {
  padding-left: 20%;
  padding-right: 20%;
}
.about_text .buttons > div {
  padding-left: 10px;
  padding-right: 10px;
}
.about_text .buttons > div div {
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}
.about_text .buttons > div h2 {
  color: white;
  font-size: 1.5rem;
}
.about_previous_festivals {
  background-color: #0A4064;
  text-align: center;
}
.about_previous_festivals .container-fluid {
  max-width: 1000px;
}
.about_previous_festivals h1 {
  text-shadow: 2px 2px 4px #0A4064;
  color: white;
  font-size: 3.5rem;
  font-family: Barlow-Regular;
}
.about_previous_festivals .custom-link {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
}
.custom-square {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  width: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.about_townsville {
  text-align: center;
  color: black;
}
.about_townsville p {
  font-size: 22px;
}
@media (max-width: 767px) {
  .about_townsville p {
    font-size: 16px;
  }
}
.get_involved {
  margin-top: 50px;
  text-align: center;
}
.get_involved p {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.get_involved h2 {
  color: white;
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .get_involved h2 {
    font-size: 2rem;
  }
}
.plan_your_festival {
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-family: 'Barlow-Regular';
  font-weight: 200;
}
@media (max-width: 767px) {
  .plan_your_festival {
    font-size: 16px;
  }
}
.plan_your_festival .row {
  margin-top: 20px;
  background-color: #ffffff;
}
.plan_your_festival .col {
  margin-top: 40px;
  margin-bottom: 40px;
}
.plan_your_festival .col p {
  font-size: 1.4rem;
  margin-left: 50px;
  margin-right: 50px;
}
.plan_your_festival .pink_col {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0A4064;
}
.plan_your_festival .pink_col h2 {
  color: #ffffff;
}
.footer_content {
  font-style: italic;
}
.navbar-collapse {
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-collapse.collapse {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
  }
}
.navbar-collapse.collapsing {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.nafa_navy {
  color: #ffffff;
}
.nafa_pink {
  color: #0A4064;
}
.nafa_navy_bg {
  background-color: #ffffff;
}
.nafa_pink_bg {
  background-color: #0A4064;
}
.barlow_font {
  font-family: 'Barlow-Regular';
}
.ciutadella_font {
  font-family: 'Ciutadella';
}
.festival_updates_strip {
  background-color: #0A4064;
}
.festival_updates_strip .pill_style {
  background-color: #ffffff;
}
.previous_festival_a {
  background-color: #0A4064;
  color: white;
}
.previous_festival_b {
  width: 100%;
  background-color: white;
  color: #ffffff;
}
.previous_festival_b h2 {
  color: #0A4064;
}
.event_gallery_2023 h2 {
  font-size: 1.1rem;
}
.event_gallery_2023 .blue_pill {
  padding-left: 10px;
  padding-right: 10px;
}
.masonry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
/*
.modal-dialog {
    max-width: 100%;
}

.modal-content {
    background-color: transparent;
    border: none;
}
*/
.modal-title {
  color: #000000;
}
.modal-body img {
  max-width: 100%;
  height: auto;
}
.dropdown-menu {
  padding: 10px;
}
.dropdown-menu .dropdown-item {
  text-wrap: nowrap;
  font-family: outfit-bold;
  font-weight: 100;
  color: #0A4064;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  padding: 10px 0;
}
#content_tiles img {
  height: 70px !important;
  width: auto !important;
}
@media (max-width: 767px) {
  #content_tiles img {
    height: 40px !important;
  }
}