.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.royalSlider {
  width: 100%;
  background: #2980b9;
  padding: 0;
  height: 250px;
}
.royalSlider .rsOverflow,
.royalSlider .rsSlide,
.royalSlider .rsVideoFrameHolder,
.royalSlider .rsThumbs {
  background: #2980b9;
  color: #123951;
  height: 100%;
}
.royalSlider .rsOverflow a,
.royalSlider .rsSlide a,
.royalSlider .rsVideoFrameHolder a,
.royalSlider .rsThumbs a {
  color: #123951;
}
.royalSlider .rsOverflow a:hover,
.royalSlider .rsSlide a:hover,
.royalSlider .rsVideoFrameHolder a:hover,
.royalSlider .rsThumbs a:hover,
.royalSlider .rsOverflow a:active,
.royalSlider .rsSlide a:active,
.royalSlider .rsVideoFrameHolder a:active,
.royalSlider .rsThumbs a:active {
  color: #165788;
}
.royalSlider h1,
.royalSlider h2,
.royalSlider h3,
.royalSlider h4,
.royalSlider h5,
.royalSlider h6 {
  color: white;
}
.royalSlider .big-intro {
  color: white;
}
.royalSlider .slider-content-container {
  background-color: #2980b9;
  height: 100%;
}
.royalSlider .slider-container {
  background: #123951;
  width: 100%;
}
.rsDefault .rsTabs {
  background: #123951 !important;
  padding: 0 0 12px 0;
  text-align: left;
  float: none;
}
.rsDefault .rsTab,
.rsDefault .rsTab:first-child,
.rsDefault .rsTab:last-child,
.rsDefault .rsTab:active,
.rsDefault .rsTab.rsNavSelected {
  font-size: 13px;
  font-family: "nimbus-sans", sans-serif;
  background: #123951;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 8px;
  text-shadow: none;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.rsDefault .rsTab:active,
.rsDefault .rsTab:hover,
.rsDefault .rsTab.rsNavSelected {
  background: #2980b9;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
