::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.085);
  border-radius: 50px; }

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.085);
  border-radius: 53px; }

html body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color: #333; }

a.button {
  color: #EE1A3A;
  background-color: white;
  border-radius: 8px;
  text-decoration: none;
  padding: 10px 18px;
  transition: all 250ms ease-in-out; }
  a.button:hover {
    background-color: rgba(255, 255, 255, 0.85); }
  a.button.red {
    background-color: #EE1A3A;
    color: white; }

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  background-color: #EE1A3A;
  z-index: 9999;
  transition: transform 250ms ease-in-out; }
  #header .row-contents {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #header .row-contents a {
      margin-left: 30px; }
  #header img {
    height: 30px; }
  #header .menu a:not(.button) {
    color: white;
    font-weight: 200; }
  #header .menu a.button {
    display: inline-block;
    padding: 5px 18px; }
  #header.hiding {
    transform: translateY(calc(-100% + 12px)); }
  #header:hover {
    transform: translateY(0); }

#top-section {
  background-color: #f8f4f0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1; }
  #top-section .bg2 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='350' preserveAspectRatio='none' viewBox='0 0 1440 350'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1052%26quot%3b)' fill='none'%3e%3cpath d='M-5.28 186.8C108.47 186.85 221.17 230.55 447.62 230.55 674.08 230.55 669.8 185.98 900.53 186.8 1131.25 187.62 1227.63 401.57 1353.43 407.33' stroke='rgba(238%2c 26%2c 58%2c 0.5)' stroke-width='3'%3e%3c/path%3e%3cpath d='M-178.51 72.24C-79.86 73.2-3.19 171.5 201.87 177.24 406.93 182.98 474.7 373.55 582.25 379.73' stroke='rgba(238%2c 26%2c 58%2c 0.5)' stroke-width='3'%3e%3c/path%3e%3cpath d='M-29.57 91.15C136.6 91.55 368.8 199.85 625.62 203.15 882.45 206.45 859.09 384.1 953.22 390.57' stroke='rgba(238%2c 26%2c 58%2c 0.5)' stroke-width='3'%3e%3c/path%3e%3cpath d='M-225.58 125.48C-41.55 126.67 213.92 295.08 490.28 296.98 766.64 298.88 755.87 387.54 848.21 388.26' stroke='rgba(238%2c 26%2c 58%2c 0.5)' stroke-width='3'%3e%3c/path%3e%3cpath d='M-43.29 188.59C134.44 188.17 304.24 69.21 657.62 69.59 1011 69.97 1167.97 363.97 1358.53 370.22' stroke='rgba(238%2c 26%2c 58%2c 0.5)' stroke-width='3'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1052'%3e%3crect width='1440' height='350' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
    background-position: bottom left;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 80%;
    opacity: 0.8;
    background-size: contain; }
  #top-section .bg1 {
    background: linear-gradient(90deg, #f8f4f0 10%, rgba(248, 244, 240, 0.6) 70%, rgba(248, 244, 240, 0) 90%, rgba(248, 244, 240, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #top-section .bg0 {
    background: linear-gradient(0deg, #f8f4f0 8%, #f8f4f0 8%, rgba(248, 244, 240, 0) 40%, rgba(248, 244, 240, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  #top-section .img {
    background-attachment: fixed;
    background-position: 100% 77%;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    @media (pointer: coarse), (max-width: 599px) {
      #top-section .img {
        background-attachment: scroll; } }
  #top-section .col-inner {
    min-height: 750px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 70px; }
  #top-section img {
    position: relative;
    width: 320px; }
  #top-section h1 {
    margin: 22px 0 5px;
    line-height: 1;
    position: relative;
    font-size: 50px;
    font-weight: 400;
    color: #111;
    text-shadow: 0px 0px 15px rgba(248, 244, 240, 0.5); }
  #top-section h2 {
    line-height: 1;
    margin: 0 0 35px;
    color: #444;
    text-shadow: 0px 0px 15px rgba(248, 244, 240, 0.5); }
  #top-section .button {
    font-size: 19px;
    margin-bottom: 60px; }
  #top-section .show-hide {
    opacity: 0;
    transform: translate(-100px);
    transition: opacity 800ms ease-out, transform 800ms ease-out; }
    #top-section .show-hide.show-active {
      opacity: 1;
      transform: translate(0px); }
  #top-section h1 {
    transition-delay: 130ms !important; }
  #top-section h2 {
    transition-delay: 260ms !important; }
  #top-section a {
    transition-delay: 390ms !important; }
  @media (max-width: 1199px) {
    #top-section .col-inner {
      padding: 0; } }
  @media (max-width: 991px) {
    #top-section img {
      width: 260px; }
    #top-section h1 {
      font-size: 40px;
      margin-bottom: 7px; }
    #top-section h2 {
      font-size: 32px;
      margin-bottom: 20px; }
    #top-section .button {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    #top-section img {
      width: 230px; }
    #top-section h1 {
      font-size: 34px;
      margin-bottom: 7px; }
    #top-section h2 {
      font-size: 25px;
      margin-bottom: 20px; }
    #top-section .button {
      margin-bottom: 0; } }
  @media (max-width: 599px) {
    #top-section {
      min-height: 0;
      padding: 0 20px; }
      #top-section .img {
        opacity: 0.8; }
      #top-section img {
        width: 180px;
        margin-bottom: 20px; }
      #top-section h1 {
        font-size: 25px;
        line-height: 1.15;
        margin-top: 0;
        margin-bottom: 7px; }
      #top-section h2 {
        font-size: 20px;
        line-height: 1.15;
        margin-top: 0;
        margin-bottom: 20px; }
      #top-section .button {
        margin-bottom: 0; } }

#stats {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #C0C0C0;
  overflow: hidden;
  width: 50vw; }
  @media (max-width: 991px) {
    #stats {
      width: 60vw; } }
  @media (max-width: 767px) {
    #stats {
      width: 100vw; } }
  #stats .pane-inner {
    height: 100%; }
  #stats .left-pane {
    background-color: white;
    box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    height: 100%;
    padding: 30px 25px; }
    @media (max-height: 991px) {
      #stats .left-pane {
        padding: 15px 10px; } }
    @media (max-width: 599px) {
      #stats .left-pane {
        padding: 12px 8px; } }
    #stats .left-pane .pane-inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      width: 100%; }
      #stats .left-pane .pane-inner .card-title {
        flex: 0 0 auto;
        margin: 0; }
        #stats .left-pane .pane-inner .card-title h3 {
          font-size: 34px;
          margin: 0 0 6px 0;
          line-height: 1;
          color: #333; }
          @media (max-width: 599px) {
            #stats .left-pane .pane-inner .card-title h3 {
              font-size: 28px; } }
        #stats .left-pane .pane-inner .card-title p {
          font-size: 24px;
          margin: 0 0 0 0;
          color: #666;
          line-height: 1; }
          @media (max-width: 599px) {
            #stats .left-pane .pane-inner .card-title p {
              font-size: 22px; } }
      #stats .left-pane .pane-inner .card-filters {
        flex: 0 0 auto;
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 17px;
        padding: 12px;
        padding-bottom: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px; }
        #stats .left-pane .pane-inner .card-filters select {
          opacity: 0; }
        @media (max-width: 1499px) {
          #stats .left-pane .pane-inner .card-filters {
            flex-wrap: wrap; } }
      #stats .left-pane .pane-inner .card-details-outter {
        flex: 1 1 auto;
        overflow: auto; }
        #stats .left-pane .pane-inner .card-details-outter .card-bottom-details > div:last-of-type {
          margin-bottom: 0 !important; }
        #stats .left-pane .pane-inner .card-details-outter .card-bottom-details .card-details-bottom {
          height: 160px;
          display: flex;
          align-items: stretch;
          justify-content: stretch; }
        #stats .left-pane .pane-inner .card-details-outter .card-bottom-details .card-details {
          padding-bottom: 0; }
      #stats .left-pane .pane-inner .card-top-details {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
      #stats .left-pane .pane-inner .card-top-details.no-data,
      #stats .left-pane .pane-inner .card-bottom-details.no-data {
        opacity: 0.3; }
      #stats .left-pane .pane-inner .card-details {
        margin-bottom: 8px;
        padding: 10px;
        border: 2px solid #ddd;
        border-radius: 5px;
        flex: 0 0 calc(50% - 4px);
        position: relative; }
        @media (max-width: 991px) {
          #stats .left-pane .pane-inner .card-details {
            flex: 0 0 100%; } }
        @media (max-width: 599px) {
          #stats .left-pane .pane-inner .card-details {
            padding: 5px; } }
        #stats .left-pane .pane-inner .card-details.selected {
          border-color: rgba(238, 26, 58, 0.55); }
        #stats .left-pane .pane-inner .card-details .card-details-top {
          display: flex;
          padding-bottom: 15px; }
          @media (max-width: 599px) {
            #stats .left-pane .pane-inner .card-details .card-details-top {
              max-width: 210px; } }
          #stats .left-pane .pane-inner .card-details .card-details-top .left {
            flex: 0 0 auto;
            background-color: rgba(238, 26, 58, 0.9);
            width: 46px;
            height: 46px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px; }
            @media (max-width: 991px) {
              #stats .left-pane .pane-inner .card-details .card-details-top .left {
                width: 38px;
                height: 38px; } }
          #stats .left-pane .pane-inner .card-details .card-details-top .right {
            padding-left: 12px;
            display: flex;
            flex-direction: column;
            justify-content: center; }
            @media (max-width: 991px) {
              #stats .left-pane .pane-inner .card-details .card-details-top .right {
                padding-left: 8px; } }
          #stats .left-pane .pane-inner .card-details .card-details-top img {
            width: auto;
            height: auto;
            max-width: 73%;
            max-height: 73%; }
          #stats .left-pane .pane-inner .card-details .card-details-top h4 {
            font-size: 16px;
            color: #444;
            line-height: 1;
            margin: 0 0 4px 0; }
            @media (max-width: 991px) {
              #stats .left-pane .pane-inner .card-details .card-details-top h4 {
                font-size: 14px;
                margin: 0 0 1px 0; } }
          #stats .left-pane .pane-inner .card-details .card-details-top p {
            font-size: 13px;
            color: #666;
            line-height: 1;
            margin: 0; }
            @media (max-width: 991px) {
              #stats .left-pane .pane-inner .card-details .card-details-top p {
                font-size: 11px; } }
        #stats .left-pane .pane-inner .card-details .card-details-bottom {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 30px;
          height: 45px;
          transition: opacity 250ms ease-in-out;
          opacity: 0.00001; }
          #stats .left-pane .pane-inner .card-details .card-details-bottom small {
            display: inline-block;
            margin-left: 7px;
            font-size: 20px;
            font-weight: 600;
            line-height: 1;
            position: relative;
            top: 1px; }
            #stats .left-pane .pane-inner .card-details .card-details-bottom small.pos {
              opacity: 0.6;
              color: #5CBF46; }
            #stats .left-pane .pane-inner .card-details .card-details-bottom small.neg {
              color: #F7A2B0; }
            #stats .left-pane .pane-inner .card-details .card-details-bottom small:empty {
              display: none !important; }
            #stats .left-pane .pane-inner .card-details .card-details-bottom small.hidden {
              display: none !important; }
          #stats .left-pane .pane-inner .card-details .card-details-bottom.active {
            opacity: 1; }
        #stats .left-pane .pane-inner .card-details .legend {
          position: absolute;
          top: 10px;
          right: 10px; }
          #stats .left-pane .pane-inner .card-details .legend div {
            display: flex;
            align-items: center;
            margin-bottom: 6px; }
            #stats .left-pane .pane-inner .card-details .legend div > span {
              display: block;
              font-size: 11px;
              line-height: 1; }
              #stats .left-pane .pane-inner .card-details .legend div > span:first-of-type {
                width: 14px;
                height: 14px;
                background-color: #F7A2B0;
                border-radius: 3px;
                margin-right: 5px; }
              #stats .left-pane .pane-inner .card-details .legend div > span:last-of-type {
                opacity: 0.85; }
            #stats .left-pane .pane-inner .card-details .legend div:nth-of-type(2) > span:first-of-type {
              background-color: #4DC0EA; }

#map {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  width: 50vw; }
  @media (max-width: 991px) {
    #map {
      width: 40vw; } }
  @media (max-width: 767px) {
    #map {
      display: none; } }
  #map .resetzoom {
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 12px;
    border: 1px solid #3333; }
    #map .resetzoom:hover {
      cursor: pointer; }
  #map .info.leaflet-control {
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 12px;
    pointer-events: none;
    border: 1px solid #999;
    max-width: 420px; }
    #map .info.leaflet-control h3 {
      font-size: 23px;
      margin-bottom: 10px !important; }
    #map .info.leaflet-control h4 {
      font-size: 23px;
      margin-bottom: 10px !important; }
    #map .info.leaflet-control p {
      font-size: 15px; }
    #map .info.leaflet-control h4, #map .info.leaflet-control h3, #map .info.leaflet-control p {
      font-weight: 400;
      margin: 0;
      line-height: 1.35; }
      #map .info.leaflet-control h4 small, #map .info.leaflet-control h3 small, #map .info.leaflet-control p small {
        color: #777;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.55px;
        margin: 0 0 3px 0;
        line-height: 1; }
    #map .info.leaflet-control h5 {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      letter-spacing: 0.3px;
      margin: 0;
      line-height: 1; }

.leaflet-left .leaflet-control {
  margin-left: 15px !important; }

.leaflet-top .leaflet-control {
  margin-top: 60px !important; }

.leaflet-right .leaflet-control {
  margin-right: 5px !important; }

#contact {
  background-color: white;
  padding: 120px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  @media (max-width: 991px) {
    #contact {
      padding: 100px 0; } }
  @media (max-width: 599px) {
    #contact {
      padding: 15px 0; } }
  #contact .bg0 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1016%26quot%3b)' fill='none'%3e%3cuse xlink:href='%23SvgjsSymbol1023' x='0' y='0'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsSymbol1023' x='720' y='0'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1016'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1018'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1020'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1019'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1021'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1017'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1022'%3e%3c/path%3e%3c/defs%3e%3csymbol id='SvgjsSymbol1023'%3e%3cuse xlink:href='%23SvgjsPath1017' x='30' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='30' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='30' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='30' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='30' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='30' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='30' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='30' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='30' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='30' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='90' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='90' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='90' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='90' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='90' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='90' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='90' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='90' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='90' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='90' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='150' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='150' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='150' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='150' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='150' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1022' x='150' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='150' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='150' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='150' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='150' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1022' x='210' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='210' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='210' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='210' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='210' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='210' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='210' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='210' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='210' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='210' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='270' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='270' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='270' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='270' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='270' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='270' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='270' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='270' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='270' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='270' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='330' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='330' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='330' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='330' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='330' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='330' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='330' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='330' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='330' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='330' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='390' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='390' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='390' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='390' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='390' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='390' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='390' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='390' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='390' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='390' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='450' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='450' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1022' x='450' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1022' x='450' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='450' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='450' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='450' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='450' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='450' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='450' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='510' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='510' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='510' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='510' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='510' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1022' x='510' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='510' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1022' x='510' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='510' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='510' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='570' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='570' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='570' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='570' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='570' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='570' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='570' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='570' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='570' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='570' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='630' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='630' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1022' x='630' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='630' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='630' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1021' x='630' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='630' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='630' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1018' x='630' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='630' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='690' y='30' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='690' y='90' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='690' y='150' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='690' y='210' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='690' y='270' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='690' y='330' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1017' x='690' y='390' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='690' y='450' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1019' x='690' y='510' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1020' x='690' y='570' stroke='rgba(238%2c 26%2c 58%2c 1)'%3e%3c/use%3e%3c/symbol%3e%3c/svg%3e");
    background-size: 45% auto;
    opacity: 0.3; }
  #contact .bg1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 100%;
    transform-origin: bottom center;
    transform: translate(-50%, 0) rotate(-11deg);
    background-color: #f24963; }
  #contact h2 {
    position: relative;
    color: #333;
    font-size: 27px;
    margin: 0 0 10px 0;
    letter-spacing: 0.6px;
    text-align: center; }
  #contact .contact-box {
    position: relative;
    background-color: white;
    box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    padding: 22px 27px;
    margin: 0 auto;
    border-radius: 5px;
    width: calc(100vw - 30px);
    max-width: 500px; }
    #contact .contact-box > div:not(:last-of-type) {
      margin-bottom: 13px; }
    #contact .contact-box .entry {
      display: block; }
      #contact .contact-box .entry label {
        display: block;
        margin: 0 0 2px 0;
        font-size: 18px; }
      #contact .contact-box .entry input {
        height: 38px; }
      #contact .contact-box .entry input,
      #contact .contact-box .entry textarea {
        padding: 10px;
        width: 100%;
        border: 1px solid #999;
        border-radius: 3px; }
      #contact .contact-box .entry textarea {
        resize: none; }
    #contact .contact-box .button-entry {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #contact .contact-box .button-entry p {
        flex: 1 1 auto;
        margin: 0; }
        #contact .contact-box .button-entry p.failure {
          color: #ef4460; }
        #contact .contact-box .button-entry p.success {
          color: #499c36; }
    #contact .contact-box a.button {
      transition: opacity 250ms ease-in-out; }
      #contact .contact-box a.button.disabled {
        opacity: 0.5; }
        #contact .contact-box a.button.disabled:hover {
          cursor: not-allowed; }

#initiative {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  background-color: #FAFAFA; }
  @media (max-width: 599px) {
    #initiative {
      padding: 40px 0; } }
  #initiative .init-top {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #initiative .init-top .top-img {
      width: 200px;
      margin-bottom: 13px; }
    #initiative .init-top p {
      font-size: 19px;
      color: #666; }
    #initiative .init-top h3 {
      color: #333;
      margin: 25px 0 32px; }
    #initiative .init-top .imgs {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-end;
      margin-top: -50px; }
      @media (max-width: 599px) {
        #initiative .init-top .imgs {
          margin-top: -30px; } }
      #initiative .init-top .imgs img {
        width: auto;
        height: auto;
        width: 190px;
        margin: 50px 30px 0; }
        #initiative .init-top .imgs img:first-of-type {
          width: 160px; }
        @media (max-width: 599px) {
          #initiative .init-top .imgs img {
            width: 150px;
            margin-top: 30px; } }

.footer {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  background-color: white;
  padding: 16px 0; }
  .footer .col-content {
    display: flex;
    justify-content: center; }
    @media (max-width: 599px) {
      .footer .col-content {
        flex-direction: column;
        align-items: center; } }
    .footer .col-content > span {
      position: relative; }
      .footer .col-content > span a {
        color: #4DC0EA; }
      @media (min-width: 600px) {
        .footer .col-content > span:not(:last-of-type) {
          margin-right: 13px;
          padding-right: 13px; }
          .footer .col-content > span:not(:last-of-type)::after {
            content: ' ';
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(-50%, -50%);
            height: 17px;
            width: 1px;
            background-color: #ccc; } }
      @media (max-width: 599px) {
        .footer .col-content > span:not(:last-of-type) {
          margin-bottom: 5px; } }

.date-filter {
  position: relative;
  z-index: 2; }
  .date-filter * {
    user-select: none; }
  .date-filter .date-filter-btn {
    position: relative;
    width: 100%;
    padding-right: 30px; }
    .date-filter .date-filter-btn::after {
      position: absolute;
      right: 11px;
      top: 50%;
      transform: translateY(-50%); }
    .date-filter .date-filter-btn .filter-option {
      text-align: left;
      overflow: hidden; }
  .date-filter .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    padding: .5rem 0;
    margin: .125rem 0 0;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem;
    opacity: 0;
    pointer-events: none; }
    .date-filter .dropdown .date {
      flex: 1 1 90px;
      width: 90px;
      padding: 0 10px; }
      .date-filter .dropdown .date > span {
        display: block;
        text-align: center;
        font-weight: 500; }
      .date-filter .dropdown .date .months {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 0;
        margin-bottom: -5px; }
        .date-filter .dropdown .date .months span {
          width: 63px;
          padding: 3px 5px;
          margin-bottom: 5px;
          text-align: center;
          border-radius: 3px;
          border: 1px solid #4DC0EA;
          background-color: white;
          color: #4DC0EA;
          transition: color 250ms ease-in-out, background-color 250ms ease-in-out; }
          .date-filter .dropdown .date .months span:hover {
            cursor: pointer;
            background-color: #4DC0EA;
            color: white; }
          .date-filter .dropdown .date .months span.active {
            background-color: #4DC0EA;
            color: white; }
          .date-filter .dropdown .date .months span.placeholder {
            pointer-events: none !important;
            opacity: 0 !important; }
  .date-filter.active .dropdown {
    opacity: 1;
    pointer-events: all; }

#date-filter.disabled .btn.dropdown-toggle {
  opacity: 0.7; }

#date-filter.disabled:hover {
  cursor: not-allowed; }

.filter-group {
  padding-right: 12px;
  margin-bottom: 8px;
  width: 140px;
  font-size: 12px;
  position: relative;
  flex: 1 1 auto; }
  @media (max-width: 1499px) {
    .filter-group {
      width: 33.3333%; } }
  .filter-group.available .body {
    display: flex;
    align-items: center;
    height: 38px; }
    .filter-group.available .body > div {
      height: 19px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .filter-group.available .body > div:first-of-type {
        margin-right: 15px; }
  .filter-group.available label {
    line-height: 0.5;
    margin: 0;
    font-size: 16px;
    font-weight: 400; }
  .filter-group.available input {
    height: 15px;
    width: 15px;
    margin-right: 6px; }
  @media (max-width: 1499px) {
    .filter-group.display {
      margin-top: 10px;
      margin-bottom: 4px; } }
  .filter-group .filter-option {
    font-size: 12px; }
  .filter-group .dropdown-toggle {
    height: 33px; }
  .filter-group .head {
    margin-bottom: 5px;
    font-weight: 600;
    line-height: 1;
    flex: 0 0 auto;
    font-size: 12px;
    color: #444; }
  .filter-group.toggle {
    overflow: visible;
    padding-right: 0;
    flex: 0 0 132px; }
    .filter-group.toggle .head {
      text-align: right; }
    .filter-group.toggle .body {
      display: flex;
      justify-content: center;
      align-items: center; }
      .filter-group.toggle .body .toggle {
        border: 1px solid #ddd;
        border-radius: 20px;
        height: 34px !important; }
        .filter-group.toggle .body .toggle .toggle-handle {
          transition: transform 350ms ease;
          transform: translateX(-17px); }
        .filter-group.toggle .body .toggle.off .toggle-handle {
          transform: translateX(17px); }
      .filter-group.toggle .body span:first-of-type {
        padding-right: 6px;
        text-align: right; }
      .filter-group.toggle .body span:last-of-type {
        padding-left: 6px; }
      .filter-group.toggle .body .toggle-group {
        background-color: white;
        box-shadow: none;
        padding: 1px; }
        .filter-group.toggle .body .toggle-group label {
          display: none; }
        .filter-group.toggle .body .toggle-group .toggle-handle {
          background-color: rgba(238, 26, 58, 0.9);
          border-radius: 100%;
          height: 30px;
          width: 30px; }
  .filter-group .q {
    position: absolute;
    top: 0;
    left: 158px; }
    .filter-group .q .q-info {
      top: 0;
      left: auto;
      right: 30px; }
  .filter-group.date-filter-group {
    flex: 0 0 170px; }
  .filter-group.postcode-filter-group {
    flex: 0 0 140px; }
    .filter-group.postcode-filter-group input[type="text"] {
      line-height: 1;
      font-size: 1rem;
      margin-bottom: 5px; }
  .filter-group.industry-state-filter-group .q, .filter-group.category-name-filter-group .q {
    top: -6px; }
  .filter-group.date-filter-group .body {
    position: relative; }
    .filter-group.date-filter-group .body::after {
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: .255em;
      vertical-align: .255em;
      content: "";
      border-top: 5px solid #333;
      border-right: 5px solid transparent;
      border-bottom: 0;
      border-left: 5px solid transparent; }
    .filter-group.date-filter-group .body img {
      width: 14px;
      display: none; }
    .filter-group.date-filter-group .body input {
      height: 33px;
      width: 175px;
      background-color: white;
      border: 1px solid #c0c0c0;
      border-radius: 4px;
      padding: 6px 23px 6px 12px; }
      .filter-group.date-filter-group .body input:hover {
        cursor: pointer; }
  .filter-group.top-filter-group {
    flex: 0 0 97px;
    padding-right: 0 !important; }
    .filter-group.top-filter-group input {
      margin-top: 4px;
      margin-left: 7px;
      width: 22px;
      height: 22px; }

.btn.dropdown-toggle {
  background-color: white !important;
  border: 1px solid #c0c0c0 !important; }

.dropdown.bootstrap-select .dropdown-menu.show {
  min-width: 100% !important; }

.dropdown.bootstrap-select .dropdown-menu .inner ul.dropdown-menu li > a {
  position: relative;
  display: block;
  padding: 0 10px 3px;
  font-size: 12px; }

.dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li {
  padding: 0 10px; }
  .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a {
    position: relative;
    display: block;
    padding: 0 0 3px 0; }
    .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a:not(.selected) span.check-mark::after {
      display: none; }
    .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark {
      right: auto;
      left: 2px;
      font-size: 8px;
      border: 1px solid #999;
      width: 14px;
      height: 14px;
      position: absolute;
      display: inline-block;
      right: auto !important;
      top: 3px !important; }
      .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.check-mark::after {
        position: relative;
        top: 1px;
        left: 4px; }
    .dropdown.bootstrap-select.show-tick .dropdown-menu .inner ul.dropdown-menu li > a span.text {
      margin-left: 25px;
      margin-right: 0; }

.dropdown.bootstrap-select .dropdown-item.active,
.dropdown.bootstrap-select .dropdown-item:active {
  background-color: #4DC0EA; }

.dropdown.bootstrap-select .bs-actionsbox .btn-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px; }
  .dropdown.bootstrap-select .bs-actionsbox .btn-group button {
    border-radius: 5px;
    border: 1px solid #e9e9e9;
    background-color: white; }
    .dropdown.bootstrap-select .bs-actionsbox .btn-group button:hover {
      background-color: #e9e9e9; }
    .dropdown.bootstrap-select .bs-actionsbox .btn-group button:first-of-type {
      width: 50%;
      width: calc( 50% - 5px); }
    .dropdown.bootstrap-select .bs-actionsbox .btn-group button:last-of-type {
      width: 50%;
      width: calc( 50% - 5px); }

#no-data {
  position: absolute;
  top: 370px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  padding: 15px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  pointer-events: none;
  transition: opacity 250ms ease-in-out;
  opacity: 0; }
  #no-data.no-data {
    opacity: 1; }
  #no-data h2 {
    font-weight: 400;
    margin-bottom: 12px; }
  #no-data p {
    margin-bottom: 0;
    color: #666;
    font-weight: 300;
    font-size: 20px; }
