/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 16px;
  overflow-x: hidden;
  font-optical-sizing: auto;
}

p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 20px;
  padding: 0;
  text-transform: none;
  font-optical-sizing: auto;
}

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .uk-h1, .uk-h2, .uk-h3, .uk-h4 {
  color: #333;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 130%;
  margin: 30px 0 20px;
  padding: 0;
}

h1, .uk-h1 {
  font-size: 31px;
}

h2, .uk-h2 {
  font-size: 24px;
}

h3, .uk-h3 {
  font-size: 18px;
}

h4, .uk-h4 {
  font-size: 16px;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  text-transform: none;
}

.semi, strong {
  font-weight: 600;
}
.semi p, strong p {
  font-weight: 600;
}

.upper {
  text-transform: uppercase;
}

.txt-white {
  color: #fff;
}
.txt-white h1, .txt-white h2, .txt-white h3, .txt-white h4, .txt-white h5, .txt-white p {
  color: #fff;
}

a, a:hover {
  color: inherit;
}

/*------------------------------------*\
	BUTTONS
\*------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background-color: transparent;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  outline: 0 !important;
  padding: 8px 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
}
.button span,
button span,
input[type="submit"] span,
input[type="reset"] span,
input[type="button"] span {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.button.btn-red,
button.btn-red,
input[type="submit"].btn-red,
input[type="reset"].btn-red,
input[type="button"].btn-red {
  background-color: #dd3333;
  border-color: #dd3333;
  color: #fff;
}
.button.btn-red:hover,
button.btn-red:hover,
input[type="submit"].btn-red:hover,
input[type="reset"].btn-red:hover,
input[type="button"].btn-red:hover {
  background-color: #fff;
  border-color: #dd3333;
  color: #000;
}
.button.nltr-button,
button.nltr-button,
input[type="submit"].nltr-button,
input[type="reset"].nltr-button,
input[type="button"].nltr-button {
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
}

/*------------------------------------*\
	FORMS
\*------------------------------------*/
.gform_wrapper.gravity-theme form .gform_wrapper.gravity-theme .gform_fields {
  gap: 20px;
}
.gform_wrapper.gravity-theme form .gform_footer {
  text-align: center;
}
.gform_wrapper.gravity-theme form input[type="color"], .gform_wrapper.gravity-theme form input[type="date"], .gform_wrapper.gravity-theme form input[type="datetime-local"], .gform_wrapper.gravity-theme form input[type="datetime"], .gform_wrapper.gravity-theme form input[type="email"], .gform_wrapper.gravity-theme form input[type="month"], .gform_wrapper.gravity-theme form input[type="number"], .gform_wrapper.gravity-theme form input[type="password"], .gform_wrapper.gravity-theme form input[type="search"], .gform_wrapper.gravity-theme form input[type="tel"], .gform_wrapper.gravity-theme form input[type="text"], .gform_wrapper.gravity-theme form input[type="time"], .gform_wrapper.gravity-theme form input[type="url"], .gform_wrapper.gravity-theme form input[type="week"], .gform_wrapper.gravity-theme form select, .gform_wrapper.gravity-theme form textarea {
  background: #1F294C;
  color: #FFEF42;
  font-size: 20px;
  border: none;
  border-radius: 30px;
  padding: 17px 30px;
  outline: none;
  line-height: 100% !important;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.gform_wrapper.gravity-theme form input[type="color"]:focus, .gform_wrapper.gravity-theme form input[type="date"]:focus, .gform_wrapper.gravity-theme form input[type="datetime-local"]:focus, .gform_wrapper.gravity-theme form input[type="datetime"]:focus, .gform_wrapper.gravity-theme form input[type="email"]:focus, .gform_wrapper.gravity-theme form input[type="month"]:focus, .gform_wrapper.gravity-theme form input[type="number"]:focus, .gform_wrapper.gravity-theme form input[type="password"]:focus, .gform_wrapper.gravity-theme form input[type="search"]:focus, .gform_wrapper.gravity-theme form input[type="tel"]:focus, .gform_wrapper.gravity-theme form input[type="text"]:focus, .gform_wrapper.gravity-theme form input[type="time"]:focus, .gform_wrapper.gravity-theme form input[type="url"]:focus, .gform_wrapper.gravity-theme form input[type="week"]:focus, .gform_wrapper.gravity-theme form select:focus, .gform_wrapper.gravity-theme form textarea:focus {
  background: #154498;
  color: #fff;
}
.gform_wrapper.gravity-theme form ::-webkit-input-placeholder {
  opacity: 1;
}
.gform_wrapper.gravity-theme form :-ms-input-placeholder {
  opacity: 1;
}
.gform_wrapper.gravity-theme form ::-ms-input-placeholder {
  opacity: 1;
}
.gform_wrapper.gravity-theme form ::placeholder {
  opacity: 1;
}

.enquiry-form {
  overflow: hidden;
}
.enquiry-form .wrapper {
  z-index: 1;
}
.enquiry-form:before {
  position: absolute;
  content: " ";
  width: 2000px;
  height: 2000px;
  border: 1px solid #F9D340;
  border-radius: 50%;
  top: -420px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateX(250px);
          transform: translateX(250px);
}
.enquiry-form .enquiry-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -340px;
}
@media (max-width: 1400px) {
  .enquiry-form:before, .enquiry-form .enquiry-right {
    display: none;
  }
}

/*------------------------------------*\
	BANNER
\*------------------------------------*/
.banner {
  position: relative;
  background: #F4F5F7;
}
.banner h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 700px;
}
.banner h1 img {
  max-height: 50px;
  margin-left: 30px;
  margin-top: -10px;
}
.banner .banner-subheading {
  font-size: 24px;
  max-width: 472px;
}
.banner .banner-sub {
  max-width: 550px;
}
.banner #breadcrumbs {
  color: #1F294C;
}
.banner #breadcrumbs a {
  color: #1F294C;
}
.banner #breadcrumbs a:hover {
  color: #154498;
}
.banner #breadcrumbs .breadcrumb_last {
  color: #154498;
}
.banner .banner-image {
  min-height: 550px;
}
.banner .banner-image img {
  width: 100%;
  max-height: 1050px;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .banner-content {
  position: absolute;
  width: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*------------------------------------*\
	HEADER
\*------------------------------------*/
header {
  position: relative;
  z-index: 9;
}
header .logo {
  margin: 40px 0;
}
header nav .uk-navbar-nav {
  gap: 0;
}
header nav .uk-navbar-nav > li a {
  min-height: auto;
  color: #4e4e4e;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 16px;
  font-weight: 500;
  line-height: 55px;
  text-transform: uppercase;
  padding: 0 20px;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 1px;
}
header nav .uk-navbar-nav > li.current-menu-item > a {
  color: #dd3333;
}
header nav .uk-navbar-nav > li.menu-item-has-children > a {
  position: relative;
}
header nav .uk-navbar-nav > li.menu-item-has-children > a:after {
  content: " ";
  position: relative;
  border: solid #888;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
header nav .uk-navbar-nav > li:hover > a, header nav .uk-navbar-nav > li:focus > a {
  color: #dd3333;
}
header nav .uk-navbar-nav > li:hover > a:after, header nav .uk-navbar-nav > li:focus > a:after {
  border-color: #fff;
}

.uk-navbar-dropdown {
  border: 1px solid #ddd;
  padding: 0;
  top: auto !important;
}
.uk-navbar-dropdown li a {
  color: #7b7b7b !important;
  border-bottom: 1px solid #ddd;
}
.uk-navbar-dropdown li a:hover {
  color: #222 !important;
}
.uk-navbar-dropdown li:last-child a {
  border: none;
}

.top-bar {
  padding: 5px 0;
  background: #000;
  color: #fff;
}

.top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.top-social a {
  color: #fff;
  padding: 0 8px;
}
.top-social a:hover {
  opacity: 0.8;
}

.header-mid {
  padding: 50px 0;
}

.nltr form {
  max-width: 350px;
}

.nltr-heading {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.top-reg {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 5px;
}
.top-reg:hover {
  color: #fff;
  opacity: 0.8;
}

.srch-btn {
  padding: 0;
  min-width: unset;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  width: 40px;
}
.srch-btn:hover {
  color: #555;
}

.uk-input.srch-field {
  border-radius: 10px;
  padding-left: 35px;
  height: 35px;
  font-size: 14px;
  border: none;
  max-width: 150px;
}

.desktop-nav {
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.desktop-nav.uk-active {
  background: #fff;
}

.uk-offcanvas-page header.header.uk-active {
  background-color: transparent;
}

.uk-offcanvas-bar {
  width: 100%;
  background-color: #fff;
  padding-top: 20px;
}

.uk-offcanvas-flip .uk-offcanvas-bar {
  right: -100%;
}

.uk-offcanvas-bar-animation {
  -webkit-transition: left .2s ease-out;
  transition: left .2s ease-out;
}

.footer-toggle {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  padding: 15px;
  z-index: 1001;
}

.nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 22px;
  width: 30px;
}

.nav-toggle .bar {
  height: 3px;
  border-radius: 3px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.nav-toggle:hover {
  cursor: pointer;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(1) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 28px;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(2) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 0;
}

.uk-offcanvas-page .nav-toggle .bar:nth-of-type(3) {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  width: 28px;
}

.uk-offcanvas .uk-nav li a {
  color: #1F294C !important;
  min-height: auto;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}
.uk-offcanvas .uk-nav li .sub-menu {
  padding-left: 20px !important;
}
.uk-offcanvas .uk-nav li .sub-menu li a {
  font-weight: 400;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/
footer {
  background: #1C1C1C;
  color: #fff;
  padding: 60px 0;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-menu a {
  color: #fff;
  font-weight: 500;
  padding: 5px 0;
  display: block;
}
footer p, footer a {
  color: #fff;
}
footer a:hover {
  color: #a4a4a4;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  font-size: 14px;
}
.footer-social .uk-icon {
  margin-right: 15px;
  min-width: 20px;
}

.copyright {
  background: #000;
  padding: 10px 0;
}
.copyright p {
  color: #ccc;
}

/*------------------------------------*\
	ACF FLEXI SECTIONS
\*------------------------------------*/
/* Content - image */
.copy-inner .button {
  margin-top: 20px;
}

.copy-inner h4:first-child {
  margin-top: 0;
}

/* Content columns */
.content-columns .content-column-inner {
  border-radius: 20px;
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
.content-columns .content-column-inner p:last-child {
  margin-bottom: 0;
}
.content-columns .content-column-inner.with-inner-bg {
  padding-left: 30px;
  padding-right: 30px;
}
.content-columns .content-column-inner.uk-padding-remove-vertical h4:first-child {
  margin-top: 0;
}
.content-columns .alignleft {
  float: left;
  margin-right: 30px;
}
.content-columns h2, .content-columns h3 {
  display: inline-block;
}
.content-columns h4 {
  max-width: 460px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.content-columns h4:last-child {
  margin-bottom: 0;
}
.content-columns h4 em {
  font-style: normal;
  color: inherit;
  position: relative;
}
.content-columns h4 em:after {
  position: absolute;
  content: " ";
  width: calc(100% + 10px);
  height: 8px;
  background: #F9D340;
  display: inline-block;
  bottom: 2px;
  left: -5px;
  z-index: -1;
}
.content-columns ol {
  list-style: none;
  counter-reset: custom-counter;
  margin-top: 40px;
  padding: 0;
}
.content-columns ol li {
  counter-increment: custom-counter;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  margin-top: 10px;
  padding-left: 90px;
  position: relative;
}
.content-columns ol li:before {
  content: counter(custom-counter);
  display: inline-block;
  color: #fff;
  background: #1F4DC5;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  left: 40px;
  top: 22px;
}
.content-columns ul {
  padding: 0 !important;
  list-style: none;
}
.content-columns ul li {
  background: #fff;
  padding: 35px 25px 35px 40px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 10px;
}
.content-columns ul li:before {
  position: absolute;
  content: " ";
  width: 7px;
  height: 7px;
  background: #1F294C;
  border-radius: 50%;
  left: 20px;
  top: 45px;
}
.content-columns .btn-download {
  width: 100%;
}

/* Accordions */
.accordion li {
  margin: 0 !important;
}
.accordion li.uk-open .uk-accordion-title .uk-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion .uk-accordion-title {
  padding: 24px 0;
  border-top: 1px solid #ccc;
  text-decoration: none;
  position: relative;
}
.accordion .uk-accordion-title:before {
  display: none;
}
.accordion .uk-accordion-title .uk-icon {
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  background: #1F4DC5;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: none;
          transform: none;
}
.accordion .uk-accordion-title h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #1F4DC5;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}
.accordion .uk-accordion-title h4 span {
  position: absolute;
  left: 0;
  top: 0;
}
.accordion .acc-content-inner {
  padding-left: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}

/*------------------------------------*\
	MISC
\*------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-meta {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Fira Sans", sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a0a0a0;
}
.post-meta a {
  font-weight: 700;
  color: #dd3333;
  margin-right: 10px;
}

.post-full {
  min-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.post-full img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  z-index: -1;
}
.post-full .post-content {
  padding: 40px 20px 20px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 70%);
}
.post-full .post-meta a, .post-full .post-meta {
  color: #fff;
}

.post-half h3 {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.post-half img {
  aspect-ratio: 3 / 2;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-half a:hover h3 {
  color: #dd3333;
}

.live-news {
  background: #000;
  color: #fff;
}

.live-news-grid > li {
  border-left: 1px solid #363636;
}
.live-news-grid > li:first-child {
  border: none;
}

.live-news-inner {
  padding: 0 40px;
  margin: 20px 0 !important;
}
.live-news-inner a span {
  color: #ababab;
  font-size: 12px;
  font-weight: 700;
}

.ln-number {
  background: #d63605;
  border-radius: 50%;
  width: 35px;
  min-width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 15px;
  font-weight: 500;
}

.live {
  color: #dd3333;
  font-size: 20px;
  font-weight: 700;
}

.right-latest {
  margin-top: 0;
  border-top: 3px solid #000;
  padding-top: 10px;
}

.right-latest-list > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.latest-link .uk-cover-container {
  background: #000;
}

.latest-link img {
  opacity: 0.7;
}

.icon-title {
  border-top: 5px solid #000;
  font-size: 30px;
  letter-spacing: 3px;
  padding-top: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-title .uk-icon {
  background: #dd3333;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  margin-right: 10px;
}

.uk-tab::before {
  display: none;
}

.uk-tab > * > a {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 3px solid transparent;
}

.uk-tab > .uk-active > a {
  color: #dd3333;
  border-color: #dd3333;
}

.trending .wp-post-image, .home-post-list .wp-post-image {
  aspect-ratio: 16 / 9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#reading-progress-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99999;
}

#reading-progress-bar {
  height: 100%;
  width: 0%;
  background: #00aaff;
  -webkit-transition: width 0.1s linear;
  transition: width 0.1s linear;
}

/*------------------------------------*\
	RESPONSIVE
\*------------------------------------*/
@media (max-width: 1024px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uk-input.srch-field {
    max-width: 155px;
  }

  header nav .uk-navbar-nav > li a {
    padding: 0 15px;
  }
}
@media (max-width: 960px) {
  h1, .uk-h1 {
    font-size: 50px;
  }

  h2, .uk-h2, .tabs h2, .section-title {
    font-size: 42px;
  }

  h3, .uk-h3, .icon-title {
    font-size: 26px;
  }

  h4, .uk-h4 {
    font-size: 22px;
  }

  h5, .uk-h5 {
    font-size: 18px;
  }

  header .logo {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .logo-img {
    max-width: 80%;
  }
}
@media (max-width: 640px) {
  h1, .uk-h1 {
    font-size: 34px;
  }

  h2, .uk-h2, .tabs h2, .section-title {
    font-size: 28px;
  }

  .icon-title {
    font-size: 22px;
  }

  h3, .uk-h3 {
    font-size: 20px;
  }

  h4, .uk-h4 {
    font-size: 18px;
  }

  .footer-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-social a span:last-child {
    display: none;
  }
  .footer-social .uk-icon {
    margin: 5px;
  }

  .live-news-inner {
    padding: 0;
    margin: 10px 0 !important;
  }

  .uk-tab > * > a {
    font-size: 14px;
    padding: 0;
  }
}

/*# sourceMappingURL=site.css.map */