/* WordPress Core */

.alignnone {
  margin: 0 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.wp-caption {
  max-width: 100%; /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  margin: 0;
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

figure figcaption {
  color: #666;
  font-size: 11px;
}

/* FST Theme */

*,
*:before,
*:after {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
}

body {
  font-size: 16px;
}

.container {
  position: relative;
}

a {
  color: #598fc3;
}

a:hover,
a:focus {
  color: #474747;
}

sup a {
  padding: 2px;
  color: #fff;
  background-color: #598fc3;
  border-radius: 2px;
  margin-left: 2px;
}

sup a:hover,
sup a:focus {
  text-decoration: none;
  color: #333;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  margin: auto;
}

.inner {
  display: inline-block;
  width: 100%;
}

.logo {
  max-height: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
  padding: 10px 0;
}

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  min-height: 200px;
}

.banner .caption {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 15px 10px;
  font-size: 24px;
  border-radius: 0 6px 6px 0;
  max-width: 50%;
  display: inline-block;
  position: absolute;
  bottom: 65px;
  left: 0;

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media (max-width: 991px) {
  .banner .caption {
    border-radius: 0;
    width: 100%;
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    max-width: initial;
  }
}

@media (max-width: 767px) {
  .banner .caption {
    font-size: 18px;
  }
}

#news header,
#social header {
  color: #fff;
  display: inline-block;
  width: 100%;
}

#news header {
  background-color: #474747;
}
#social header {
  background-color: #598fc3;
}

#news header h1,
#social header h1 {
  margin: 10px 15px;
}

#areas-of-expertise {
  background-color: rgba(41, 41, 41, 0.75);
  color: #fff;
  font-size: 16px;
  margin: 15px 0 0;
  padding: 10px;
  border-radius: 6px 0 0 6px;
  line-height: 1.42857143;

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.page-header {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0 20px;
  border-bottom: none;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-header h1 {
  width: 100%;
  margin: 350px 0 0;
  padding: 10px 15px;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 99;

  background-color: #81a739;
  background-color: rgba(129, 167, 57, 0.8);
}

.page-header--no-image h1 {
  margin: 0;
}

.page-about-us .page-header h1 {
  background-color: #e1374c;
  background-color: rgba(225, 55, 76, 0.8);
}
.page-our-work .page-header h1 {
  background-color: #4ea9e7;
  background-color: rgba(78, 169, 231, 0.8);
}
.page-newsroom .page-header h1,
.single-post .page-header h1 {
  background-color: #383838;
  background-color: rgba(56, 56, 56, 0.8);
}
.page-get-involved .page-header h1 {
  background-color: #bb0017;
  background-color: rgba(187, 0, 23, 0.8);
}
.page-report-cards .page-header h1 {
  background-color: #e7894e;
  background-color: rgba(231, 137, 78, 0.8);
}

/* Navigation */
.navbar-default {
  border: none;
  min-height: auto;
  margin-bottom: 0;
  box-shadow: none;
  transition: box-shadow 500ms;
  background-color: #598fc3;
  font-size: 14px;
}

.navbar-fixed-top {
  box-shadow: 0 0 10px #333;
}

.navbar-default .navbar-toggle {
  color: #fff;
  padding: 17px 15px;
  margin: 0;
  border: none;
  border-radius: 0;
}

.navbar-default .navbar-toggle .fa {
  transform: rotate(90deg);
  transition: transform 500ms;
}

.navbar-default .collapsed .fa {
  transform: rotate(0deg);
}

.navbar-default .navbar-collapse {
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.navbar-default .navbar-nav {
  float: none;
}

.navbar-default .navbar-nav > li {
  width: calc(100% / 6);
  text-align: center;
}

.navbar-default .navbar-nav > li > a {
  transition: all 500ms;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #383838;
}

@media (min-width: 992px) {
  .navbar-default .navbar-right.social {
    position: absolute;
    bottom: 100px;
    right: 30px;
  }
}

.navbar-default .navbar-right.utility {
  position: absolute;
  bottom: 50px;
  right: 15px;
}

.navbar-default .navbar-right > li {
  width: auto;
}

.navbar-default .navbar-right > li > a {
  color: #474747;
}

.navbar-default .navbar-right.social > li > a {
  padding: 6.5px 13px;
}

.navbar-default .navbar-right > li > a:hover,
.navbar-default .navbar-right > li > a:focus {
  background-color: transparent;
  color: #598fc3;
}

.navbar-default .navbar-right > li > a.fst img {
  height: 37px;
  padding-bottom: 5px;
  transition: all 500ms;
}

.navbar-default .navbar-right > li > a:hover.fst img,
.navbar-default .navbar-right > li > a:focus.fst img {
  -webkit-filter: grayscale(1) brightness(0.4);
  filter: grayscale(1) brightness(0.4);
}

.navbar-default .navbar-right > li > a.facebook {
  color: #4d79c8;
}
.navbar-default .navbar-right > li > a.twitter {
  color: #75b9f8;
}
.navbar-default .navbar-right > li > a.instagram {
  color: #e6a529;
}
.navbar-default .navbar-right > li > a.youtube {
  color: #e22e2e;
}
.navbar-default .navbar-right > li > a.linkedin {
  color: #5366d0;
}
.navbar-default .navbar-right > li > a.google-plus {
  color: #60d379;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #474747;
}

.navbar-default .navbar-right.social > li > a:hover,
.navbar-default .navbar-right.social > li > a:focus {
  background-color: transparent;
  color: #474747;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #474747;
}

.navbar-default .dropdown-menu {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  background-color: #383838;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-default .dropdown-menu > li > a {
  padding: 15px;
  color: #fff;
  transition: background-color 500ms;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #292929;
}

@media (max-width: 991px) {
  .navbar-default .navbar-collapse .container {
    width: auto;
    padding: 0;
  }

  .navbar-default .container > .navbar-header,
  .navbar-default .container-fluid > .navbar-header,
  .navbar-default .container > .navbar-collapse,
  .navbar-default .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-default .navbar-nav {
    margin: 0 -15px;
    background-color: #474747;
  }

  .navbar-default .navbar-right {
    position: static;
  }

  .navbar-default .navbar-nav > li {
    width: auto;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 15px;
  }

  .navbar-default .navbar-right > li {
    width: calc(100% / 6);
    float: left;
  }

  .navbar-default .dropdown.open {
    background-color: #292929;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #383838;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 15px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #101010;
  }

  .navbar-default .navbar-right .social .fa-stack-2x {
    color: #fff;
  }

  .navbar-default .navbar-right .social:hover .fa-stack-2x,
  .navbar-default .navbar-right .social:focus .fa-stack-2x {
    color: #383838;
  }

  .navbar-default .navbar-right .social .fa-stack-1x {
    color: #474747;
  }

  .navbar-default .navbar-right .social:hover .fa-stack-1x,
  .navbar-default .navbar-right .social:focus .fa-stack-1x {
    color: #fff;
  }
}

.pager.vertical {
  margin: 10px 0;
}

.pager.vertical li > a,
.pager.vertical li > span {
  min-width: 25%;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #474747;
  cursor: pointer;

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.pager.vertical li > a:hover,
.pager.vertical li > span:hover,
.pager.vertical li > a:focus,
.pager.vertical li > span:focus {
  color: #292929;
}

/* Panels */

.panel-success {
  border-color: #598fc3;
}

.panel-success > .panel-heading {
  color: #333;
  background-color: #c2d7ec;
  border-color: #598fc3;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  display: block;
}

.panel-title > a:hover,
.panel-title > small:hover,
.panel-title > .small:hover,
.panel-title > small > a:hover,
.panel-title > .small > a:hover,
.panel-title > a:focus,
.panel-title > small:focus,
.panel-title > .small:focus,
.panel-title > small > a:focus,
.panel-title > .small > a:focus {
  text-decoration: none;
}

/* Slider */

.slideshow {
  margin: 0;
}

.slideshow .slide .caption {
  position: absolute;
  bottom: 52px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  padding: 10px;
  margin-right: 60px;
  border-radius: 0 4px 4px 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.tile {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  width: 33.333333%;
  padding-bottom: 33.333333%;
  float: left;
  overflow: hidden;
}

.tile .caption {
  display: block;
  padding: 15px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 10px #000;
  font-size: 1.2em;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);

  transition: background-color 500ms;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#program-slider li {
  padding: 0;
  width: 100%;
  /*border: none;
	padding: 0;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#program-slider li a {
  margin: 85px 0;
  padding: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  transition: background-color 500ms;
  text-shadow: 1px 1px 5px #000;
  font-size: 1.2em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

#program-slider li a:hover,
#program-slider li a:focus {
  background-color: #4ea9e7;
  background-color: rgba(78, 169, 231, 0.8);
  text-decoration: none;
}

.tile:hover .caption {
  background-color: #4ea9e7;
  background-color: rgba(78, 169, 231, 0.8);
}

.lSAction > a {
  top: auto;
  bottom: 10px;
  z-index: 99;
}

.lSSlideOuter.vertical .lSAction > a {
  right: 10px;
  margin-top: 0;
  left: auto;
}

.lSSlideOuter.vertical .lightSlider > * {
  position: relative;
}

.lSSlideOuter.vertical .lightSlider a {
  width: 100%;
  display: block;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  background-color: rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 16px;
  border-radius: 6px 0 0 6px;

  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .slideshow .slide .caption {
    top: 0;
    bottom: auto;
    font-size: 16px;
    padding: 10px;
    margin-right: 0;
    border-radius: 0;
    width: 100%;
  }

  .tile {
    width: 50%;
    padding-bottom: 50%;
  }
}

/* Tabs */

.nav-tabs,
.nav-pills {
  position: relative;
}

.nav-tabs {
  border-bottom: none;
  font-weight: bold;
}

.nav-tabs-secondary {
  background-color: #474747;
  font-weight: normal;
}

.nav-tabs > li {
  margin: 0;
}

.nav-tabs > li > a {
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #292929;
}

.nav-tabs-secondary > li > a {
  background-color: transparent;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #383838;
}

.nav-tabs .open > a,
.nav-tabs .open > a:hover,
.nav-tabs .open > a:focus {
  background-color: #474747;
  border: none;
}

.nav-tabs .dropdown-menu {
  background-color: #383838;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.nav-tabs .dropdown-menu a {
  padding: 10px 15px;
  color: #fff;
}

.nav-tabs .dropdown-menu > li > a:hover,
.nav-tabs .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #292929;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #474747;
  color: #fff;
  border: none;
}

.nav-tabs-secondary > li > a:hover,
.nav-tabs-secondary > li > a:focus {
  background-color: transparent;
  border-bottom: 5px solid #4ea9e7;
  padding-bottom: 5px;
}

.nav-tabs-secondary > li.active > a,
.nav-tabs-secondary > li.active > a:hover,
.nav-tabs-secondary > li.active > a:focus {
  color: #fff;
  border: none;
  text-decoration: none;
  border-bottom: 5px solid #4ea9e7;
  padding-bottom: 5px;
}

.tabdrop > a {
  margin-right: 0 !important;
}

.tabdrop > a,
.tabdrop > a:hover,
.tabdrop > a:focus {
  border-bottom: none !important;
  padding-bottom: 10px !important;
}

ul.padded {
  padding: 0;
}

ul.padded li {
  padding-bottom: 10px;
}

ul.overflow-hidden li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Contact */

#map-container {
  position: relative;
}

#location-map {
  padding: 10px 15px;
  background-color: #474747;
  color: #fff;
  border-radius: 6px 6px 0 0;
}

.location-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  background-color: #474747;
  border-radius: 0 6px 0 0;
  color: #fff;
}

.location-details p {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #fff;
}

.location-details p:last-child {
  border: none;
}

.location-details p strong {
  font-size: 16px;
}

@media (max-width: 991px) {
  .location-details {
    position: relative;
    width: 100%;
    border-radius: 0;
    border-radius: 0 0 6px 6px;
  }

  .location-details p {
    width: 33.333333%;
    float: left;
    border: none;
  }
}

@media (max-width: 767px) {
  .location-details p {
    width: 100%;
    float: none;
    border-bottom: 1px solid #fff;
  }

  .location-details p:last-child {
    border: none;
  }
}

/* Footer */

footer[role='contentinfo'] {
  margin-top: 15px;
  font-size: 14px;
}

footer[role='contentinfo'] a {
  color: #333;
}

footer[role='contentinfo'] .container {
  padding: 0;
}

footer[role='contentinfo'] .row {
  margin: 0;
}

footer[role='contentinfo'] .links {
  background-color: #d6d6d6;
}

footer[role='contentinfo'] .contact {
  background-color: #b8b8b8;
}

footer[role='contentinfo'] .location {
  padding: 0;
}

footer[role='contentinfo'] .copy {
  background-color: #fff;
  padding: 20px 15px 10px;
}

#gmap {
  height: 400px;
}

@media (max-width: 991px) {
  #gmap {
    max-height: 400px;
  }
}

@media (min-width: 768px) {
  footer[role='contentinfo'] .container {
    padding: 0 15px;
  }

  footer[role='contentinfo'] .buckets {
    background: linear-gradient(
      to right,
      #d6d6d6 0%,
      #d6d6d6 50%,
      #b8b8b8 50%,
      #b8b8b8 100%
    );
  }

  footer[role='contentinfo'] .contact {
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  footer[role='contentinfo'] {
    background-color: #d6d6d6;
  }

  footer[role='contentinfo'] .buckets {
    background: linear-gradient(
      to right,
      #d6d6d6 0%,
      #d6d6d6 25%,
      #b8b8b8 25%,
      #b8b8b8 50%,
      #d6d6d6 50%,
      #d6d6d6 100%
    );
  }

  footer[role='contentinfo'] .links {
    padding-left: 0;
  }
}

.fa-stack {
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  transition: transform 500ms;
}

.no-scroll {
  overflow: hidden;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 10px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loading-overlay {
  z-index: 9998;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s;
  -moz-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

#loading-overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s, visibility 1s;
  -moz-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

#loading-overlay .spinner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Timeline */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 1px;
  background-color: #eee;
  left: 50%;
  margin-left: -0.5px;
}

.timeline > div {
  margin-bottom: 20px;
  position: relative;
}

.timeline > div:before,
.timeline > div:after {
  content: ' ';
  display: table;
}

.timeline > div:after {
  clear: both;
}

.timeline > div:before,
.timeline > div:after {
  content: ' ';
  display: table;
}

.timeline > div:after {
  clear: both;
}

.timeline > div > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #598fc3;
  border-radius: 6px;
  padding: 0 15px;
  position: relative;
  background-color: #eaf1d8;
}

.timeline > div > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #598fc3;
  border-right: 0 solid #598fc3;
  border-bottom: 15px solid transparent;
  content: ' ';
}

.timeline > div > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #eaf1d8;
  border-right: 0 solid #eaf1d8;
  border-bottom: 14px solid transparent;
  content: ' ';
}

.timeline > div.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > div.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > div.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

@media (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }

  .timeline > div > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  .timeline > div > .timeline-panel {
    float: right;
  }

  .timeline > div > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline > div > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.btn-danger {
  background-color: #c03765;
  border: none;
}

.btn-danger:hover,
.btn-danger:focus {
  background-color: #a63057;
  border: none;
}

.embed-responsive {
  margin-bottom: 10px;
}

.media {
  display: table;
}

.media .media-body {
  width: auto;
}

.gform_wrapper form li,
.gform_wrapper li .gquiz-answer-explanation li {
  list-style: disc !important;
}

.search-panel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;

  padding: 27px 0;
  background-color: #474747;

  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);

  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.search-panel.show {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

.qtranxs-available-languages-message {
  display: none !important;
}
