.banner-form-search-wrapper h2 {
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0;
  padding: 0;
  color: #fff;
  white-space: nowrap;
  margin: 0;
}
.page-banner h1 {
  margin: 0 !important;
  padding: 0 !important;
  text-transform: inherit !important;
  font-size: 1.8em !important;
}
.has-headline .standard-banner {
  padding: 1.5rem !important;
}
.banner-form-search-wrapper #banner-search {
  float: left;
  font-size: .7em;
}
@media (min-width: 480px) {
  .banner-form-search-wrapper #banner-search {
    width: 217px;
  }
}
.banner-form-search-wrapper input[type="submit"] {
  margin: 9px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
}
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
}
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
}
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
} }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left,
.carousel-control.right {
  color: white !important;
  text-decoration: none !important;
}
.carousel-control.left::before,
.carousel-control.right::before {
  top: 50%;
  position: relative;
}
.carousel-control.left {
  margin: 0 !important;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
}
.carousel-control.right {
  margin: 0 !important;
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
}
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
}

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}

  .carousel-indicators {
    bottom: 20px;
} }

.carousel-inner {
  width: auto;
  padding: 12px 0px;
  background: #f1f1f1;
}

.carousel-control {
  width: 50px;
  background: #666;
  background: rgba(0, 0, 0, 0.2);
  background-image: none !important;
  opacity: 1;
}
.carousel-control span {
  color: #323e95;
  position: absolute;
  font-size: 50px;
  margin-top: -25px;
  margin-left: -25px;
}

.modal-content {
  width: 100%;
  min-height: 200px;
}

.close {
  opacity: 1;
  font-size: 25px;
  margin-right: 15px;
}

/* Icon Navigation */
.icon-navigation {
  background: #ccc;
  padding: 35px 0;
  display: none;
}
.icon-navigation figure {
  width: 14.25%;
  padding: 0 15px;
  overflow: hidden;
  float: left;
  display: block;
  margin: 0;
  opacity: 0.3;
}
.icon-navigation figure:hover {
  opacity: 1;
}
.icon-navigation figure a {
  display: block;
}
.icon-navigation figure img {
  max-width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.icon-navigation figure img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.icon-navigation figure.active-icon {
  opacity: 1;
}
.icon-navigation figure.active-icon img {
  filter: none;
  -webkit-filter: grayscale(0%);
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.icon-block {
  margin-top: 15px;
  cursor: pointer;
}
.icon-block img {
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  -moz-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
.icon-block img:hover {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}


@media only screen and (min-width: 1300px) {
  .locked#navigation ul li {
    width: auto;
    padding: 0px 5px 0 14px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .locked#navigation ul li {
    width: auto;
    padding: 10px 32px 0px 32px !important;
  }
}

@media only screen and (min-width: 1024px) {
  .locked#navigation ul li {
    width: auto;
    padding: 10px 15px 0px 15px !important;
  }

  #navigation.locked ul li a {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 990px) {
  #navigation.locked ul li {
    padding: 0;
  }

  #navigation.locked ul li a {
    font-size: .9rem;
  }
}

#navigation ul li a {
  border-bottom: 1px solid white;
  font-size: .91rem;
  padding: 10px 15px;
}

#navigation ul li {
  height: auto;
}

@media screen and (min-width: 768px) {
  #navigation ul li:first-child a {
    border-left: white 1px solid;
  }

  #navigation ul li a {
    border-bottom: unset;
    padding: 11px 23px;
    line-height: 15px;
  }

  #navigation ul li {
    height: 50px;
  }

  .regional-banner.with-headline {
    border-bottom: 50px solid #005588;
    margin-top: 40px;
  }

  .portal {
    margin-top: -80px;
  }
}

@media screen and (min-width: 990px) {
  #updates .item {
    margin-bottom: 0;
  }

  .regional-banner.with-headline {
    margin-bottom: 22px;
    margin-top: 84px;
    border-bottom: 58px solid #005588;
  }

  #navigation ul li {
    height: 58px;
  }

  #navigation ul li a {
    padding: 10px 12px;
    font-size: 19px;
    line-height: 19px;
  }

  .portal {
    margin-top: -80px;
  }

  #navigation.locked {
    top: 124px;
  }
}

@media screen and (min-width: 1300px) {
  .regional-banner.with-headline {
    margin-bottom: 22px;
    margin-top: 30px;
  }

  #navigation.locked {
    top: 136px;
  }

  #navigation ul li {
    height: 58px;
  }

  #navigation ul li a {
    padding: 20px 15px;
  }

  #navigation ul li:first-child a {
    word-spacing: unset;
  }
}

#navigation {
  margin-bottom: 50px !important;
}

#updates .item {
  margin-bottom: 50px;
}

section h2 {
  color: #333;
  font-size: 38px;
  text-transform: none;
  padding-top: 0;
}

.text-asset-container > h2.locked {
  margin-top: 150px;
}

.regional-banner.with-headline {
  height: 300px;
}

.now-slider .swiper-slide {
  background: #f1f1f1;
}

.carousel-control.icon-arrow-right {
  margin-right: 18px;
}

.carousel-control.icon-arrow-left {
  margin-left: 18px;
}

.carousel-control {
  z-index: 999;
}

#rotating-feature-block {
  display: none;
}

.rfb-image a {
  cursor: initial;
}

@media only screen and (min-width: 1200px) #navigation.locked {
  top: 131px;
}

@media only screen and (max-width: 1200px) #navigation.locked {
  width: 970px;
  top: 124px;
}

.swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-thumbs {
  background: #ccc;
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0px 10px 11%;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide:hover,
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.scrolloffset {
  margin-top: -19px;
  margin-bottom: 150px;
}

#banner-text-mobile .banner-search input[type=’text’],
#banner-text .banner-search input[type=’text’] {
  float: left;
  margin: -3px 15px 5px 0;
}

#banner-text-mobile .banner-search input[type=’text’] {
  width: 72%;
}

#banner-text .banner-search input[type=’text’] {
  width: 250px;
}

#banner-text-mobile h2,
#banner-text h2 {
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0;
  padding: 0 0 25px 0;
  color: white;
}

#banner-text-mobile h1 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#banner-text-mobile {
  margin-bottom: 20px;
}

#banner-text-mobile h1,
#banner-text-mobile h2,
#banner-text h2 #banner-text h1 {
  color: white;
}

#banner-text-mobile > div,
#banner-text > div {
  background: #2277aa;
  padding: 12px 20px 20px 20px;
}

a {
  color: #006db6;
}

.regional-banner h1 {
  letter-spacing: 0;
  text-shadow: unset;
  text-transform: unset;
  padding-bottom: 2px !important;
  margin: 0 0 -4px 0;
}

#maintain hr,
#compete hr {
  background: #006db6;
  height: 10px;
}

#navigation ul li.active:nth-child(1) a {
  background: white !important;
  color: #315369 !important;
}

.hero-wrapper.with-headline div > h1 {
  color: white;
}

.hero-wrapper.with-headline .visible-xs > h1 {
  display: none;
}
