/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define breadcrumb */
.cmp-breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cmp-breadcrumb__item {
  display: inline-block;
  vertical-align: top;
}

.core_breadcrumb .cmp-breadcrumb__item {
  font-size: 14px;
}
.core_breadcrumb.breadcrumb {
  padding: 0;
  margin: 0 0 30px 0;
  background: none;
  border-radius: 0;
}
.core_breadcrumb ol.cmp-breadcrumb__list {
  margin: 0;
  padding: 0;
}
.core_breadcrumb .cmp-breadcrumb__item-link {
  color: #444;
  text-decoration: none;
}
.core_breadcrumb .cmp-breadcrumb__item-link span {
  text-decoration: underline;
}
.core_breadcrumb .cmp-breadcrumb__item-link span:hover {
  text-decoration: none;
}
.core_breadcrumb .cmp-breadcrumb__item:after {
  color: #444;
  font-size: .7em;
  content: "\e649";
  margin: 0 5px;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.core_breadcrumb .cmp-breadcrumb__item:last-child:after {
  content: "";
}
.core_breadcrumb .cmp-breadcrumb__list-icon .cmp-breadcrumb__item:first-child a:before {
  color: #444;
  content: "\e69b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.core_breadcrumb .cmp-breadcrumb__list-icon .cmp-breadcrumb__item:first-child a span {
  display: none;
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

.core_carousel.carousel {
  margin-bottom: 30px;
}
.core_carousel .cmp-carousel__actions {
  display: none;
}
.core_carousel .cmp-carousel__item {
  position: absolute;
  top: 0;
  left: -9999px;
  display: block;
  width: 0;
}
.core_carousel .cmp-carousel__item.cmp-carousel__item--active {
  position: relative;
  left: 0;
  width: 100%;
}
.core_carousel .cmp-image__image.cmp-image__image--is-loading {
  height: 1px;
}
.core_carousel .cmp-carousel__indicator {
  border-radius: 0;
  width: 20px;
  height: 5px;
  background-color: #c9c9c9;
}
.core_carousel .cmp-carousel__indicator.cmp-carousel__indicator--active {
  background-color: #c21a17;
}
.core_carousel .cmp-carousel__indicator:hover {
  cursor: pointer;
}
.core_carousel .core_image.image {
  margin-bottom: 30px;
}
.core_carousel .core_hero {
  margin-bottom: 30px !important;
}

/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);
@media only screen and (max-width: 430px) {
  body {
    margin: 0;
  }
}
#media-container {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 430px) {
  #media-container {
    flex-direction: column;
    top: 140px;
    position: relative;
  }
}
#media-container #homepage-image-container {
  position: relative;
  z-index: 9999;
  width: 648px;
  height: 412px;
}
@media only screen and (max-width: 430px) {
  #media-container #homepage-image-container {
    width: 370px;
    height: 250px;
    border-radius: 8px;
    left: 30px;
    position: relative;
  }
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

.core_tabs .cmp-tabs__tablist {
  border-bottom: 1px solid #d2d1d1;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.core_tabs .cmp-tabs__tab {
  text-decoration: underline;
  color: #c21a17;
  font-weight: 700;
  padding: .5rem 2.1rem .3rem;
  margin-bottom: -1px;
  border: 1px solid transparent;
}
@media only screen and (max-width: 768px) {
  .core_tabs .cmp-tabs__tab {
    font-size: 14px;
    line-height: 16px;
    padding: .5rem 1rem .3rem;
  }
}
.core_tabs .cmp-tabs__tab.cmp-tabs__tab--active {
  text-decoration: none;
  color: #222;
  border: 1px solid #d2d1d1;
  border-bottom: 1px solid #fff;
  border-radius: 5px 5px 0 0;
}
.core_tabs .cmp-tabs__tabpanel {
  padding: 0 2.1rem;
}
@media only screen and (max-width: 768px) {
  .core_tabs .cmp-tabs__tabpanel {
    padding: 0 1rem;
  }
}

/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-search {
  position: relative;
}
.cmp-search__field {
  position: relative;
  height: 2rem;
}
.cmp-search__input {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  width: 100%;
}
.cmp-search__icon {
  display: block;
  position: absolute;
  left: .5rem;
  top: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.cmp-search__loading-indicator {
  display: none;
  position: absolute;
  top: .5rem;
  left: .5rem;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: cmp-search__loading-indicator-spin 2s linear infinite;
}
@keyframes cmp-search__loading-indicator-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmp-search__clear {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.cmp-search__clear-icon {
  position: absolute;
  top: .5rem;
  right: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
.cmp-search__results {
  display: none;
  overflow-y: auto;
  min-width: 100%;
  max-height: 10rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  border: 1px solid #ccc;
  background: #fff;
}
.cmp-search__item {
  display: block;
}
.cmp-search__item--is-focused {
  background-color: #ccc;
}

.core_quicksearch .cmp-search {
  position: relative;
  padding: 0;
  margin-bottom: 30px;
  border: none;
}
.core_quicksearch .cmp-search__form {
  margin: 0;
}
.core_quicksearch .cmp-search__field {
  position: relative;
  height: 3.5rem;
  z-index: 9;
}
.core_quicksearch .cmp-search__input {
  padding: 0 2rem 0 3.5rem;
  height: 100%;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: .6rem;
  color: #444;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 5px 12px 0 rgba(204, 204, 204, 0.4);
  -moz-box-shadow: 0 5px 12px 0 rgba(204, 204, 204, 0.4);
  box-shadow: 0 5px 12px 0 rgba(204, 204, 204, 0.4);
}
.core_quicksearch .cmp-search__input:focus {
  -webkit-box-shadow: 0 5px 12px 0 rgba(204, 204, 204, 0.4) !important;
  -moz-box-shadow: 0 5px 12px 0 rgba(204, 204, 204, 0.4) !important;
  box-shadow: 0 5px 12px 0 rgba(204, 204, 204, 0.4) !important;
}
.core_quicksearch .cmp-search__input::-webkit-input-placeholder {
  color: #444;
}
.core_quicksearch .cmp-search__input:-ms-input-placeholder {
  color: #444;
}
.core_quicksearch .cmp-search__input::placeholder {
  color: #444;
  opacity: 1;
}
.core_quicksearch .cmp-search__input::-ms-clear {
  display: none;
}
.core_quicksearch .cmp-search__icon {
  display: block;
  position: absolute;
  font-size: 14px;
  left: 1rem;
  top: .9rem;
  width: 2rem;
  height: 2rem;
  background-image: none;
  pointer-events: none;
}
.core_quicksearch .cmp-search__icon:after {
  color: #444;
  font-size: 1.7rem;
  content: "\e610";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.core_quicksearch .cmp-search__loading-indicator {
  display: none;
  position: absolute;
  top: .9rem;
  left: 1rem;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  animation: cmp-search__loading-indicator-spin 2s linear infinite;
}
.core_quicksearch .cmp-search__clear-icon {
  font-size: 14px;
  position: absolute;
  top: .9rem;
  right: 1rem;
  background-image: none;
  width: 2rem;
  height: 2rem;
}
.core_quicksearch .cmp-search__clear-icon:after {
  color: #444;
  font-size: 1.7rem;
  content: "\e646";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.core_quicksearch .cmp-search__results {
  display: none;
  overflow-y: auto;
  width: 100%;
  max-height: 20rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 8;
  border: 1px solid #ccc;
  border-radius: 0 0 .6rem .6rem;
  background: #fff;
  margin-top: -3px;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(204, 204, 204, 0.4);
  -moz-box-shadow: 0px 5px 12px 0px rgba(204, 204, 204, 0.4);
  box-shadow: 0px 5px 12px 0px rgba(204, 204, 204, 0.4);
}
.core_quicksearch .cmp-search__item {
  display: block;
  padding: 0 20px 0 20px;
  margin-bottom: 8px;
}
.core_quicksearch .cmp-search__item .cmp-search__item-mark {
  background-color: #fce3e3;
  color: #c21a17;
  padding: 0;
}
.core_quicksearch .cmp-search__item:hover .cmp-search__item-mark {
  background-color: #fff;
  color: #212121;
}
.core_quicksearch a.cmp-search__item:first-child {
  padding-top: 20px;
}
.core_quicksearch a.cmp-search__item:last-child {
  padding-bottom: 20px;
}

/*
 *  Copyright 2025 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-form-text .cmp-form-text__validation-message {
  visibility: hidden;
}
.cmp-form-text :invalid + .cmp-form-text__validation-message {
  visibility: visible;
}

/*
 *  Copyright 2019 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}

.core_hero {
  margin-bottom: 50px !important;
}
.core_hero .cmp-teaser {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .core_hero .cmp-teaser {
    min-height: 0 !important;
  }
}
.core_hero .cmp-teaser__content {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 7rem 0 5rem 7rem;
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .core_hero .cmp-teaser__content {
    padding: 5rem 0 5rem 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .core_hero .cmp-teaser__content {
    padding: 3rem 2rem;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.core_hero h1.cmp-teaser__title,
.core_hero h2.cmp-teaser__title {
  border: none;
  padding-bottom: 0;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.1;
  color: #222;
}
@media only screen and (max-width: 992px) {
  .core_hero h1.cmp-teaser__title,
  .core_hero h2.cmp-teaser__title {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .core_hero h1.cmp-teaser__title,
  .core_hero h2.cmp-teaser__title {
    font-size: 38px;
    text-align: center;
  }
}
.core_hero h1.cmp-teaser__title a:link,
.core_hero h2.cmp-teaser__title a:link,
.core_hero h1.cmp-teaser__title a:active,
.core_hero h2.cmp-teaser__title a:active,
.core_hero h1.cmp-teaser__title a:focus,
.core_hero h2.cmp-teaser__title a:focus,
.core_hero h1.cmp-teaser__title a:hover,
.core_hero h2.cmp-teaser__title a:hover {
  color: #222;
  text-decoration: none;
}
.core_hero.cmp-teaser__text-light .cmp-teaser__description {
  color: #fff;
}
.core_hero.cmp-teaser__text-light h1.cmp-teaser__title,
.core_hero.cmp-teaser__text-light h2.cmp-teaser__title {
  color: #fff;
}
.core_hero.cmp-teaser__text-light h1.cmp-teaser__title a:link,
.core_hero.cmp-teaser__text-light h2.cmp-teaser__title a:link,
.core_hero.cmp-teaser__text-light h1.cmp-teaser__title a:active,
.core_hero.cmp-teaser__text-light h2.cmp-teaser__title a:active,
.core_hero.cmp-teaser__text-light h1.cmp-teaser__title a:focus,
.core_hero.cmp-teaser__text-light h2.cmp-teaser__title a:focus,
.core_hero.cmp-teaser__text-light h1.cmp-teaser__title a:hover,
.core_hero.cmp-teaser__text-light h2.cmp-teaser__title a:hover {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .core_hero.cmp-teaser__text-light .cmp-teaser__content {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.core_hero .cmp-teaser__description {
  color: #222;
}
.core_hero .cmp-teaser__description p {
  font-size: 20px;
  line-height: 1.2;
}
.core_hero .cmp-teaser__image {
  display: none;
}
@media only screen and (max-width: 768px) {
  .core_hero .cmp-teaser__image {
    display: none;
  }
}
.core_hero .cmp-teaser__action-link {
  display: inline-block;
  background-color: #c21a17;
  padding: 15px 60px;
  margin: 0 15px 15px 0;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  opacity: 1;
  transition: background-color 0.5s;
  border-radius: 5px;
  text-decoration: none;
}
.core_hero .cmp-teaser__action-link:active,
.core_hero .cmp-teaser__action-link:focus,
.core_hero .cmp-teaser__action-link:hover {
  background-color: #861004;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .core_hero .cmp-teaser__action-link {
    display: block;
    margin-right: 0;
  }
}

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);
h1.cmp-title__text,
h2.cmp-title__text,
h3.cmp-title__text,
h4.cmp-title__text,
h5.cmp-title__text,
h6.cmp-title__text {
  line-height: 1.5;
  margin-bottom: 1.2em;
  padding: 0;
  border: none;
}
h1.cmp-title__text {
  font-size: 30px;
}
h2.cmp-title__text {
  font-size: 24px;
}
h3.cmp-title__text {
  font-size: 20px;
}
h4.cmp-title__text {
  font-size: 18px;
}
h5.cmp-title__text {
  font-size: 14px;
}
h6.cmp-title__text {
  font-size: 12px;
}
#homepage-media-title {
  position: relative;
  top: 0;
  right: 560px;
  float: right;
}
@media only screen and (max-width: 430px) {
  #homepage-media-title {
    right: 0;
    padding: 30px;
    text-align: center;
  }
}
#homepage-media-title h1.cmp-title__text {
  width: 420px;
  text-align: left;
  margin: 0;
  font-family: Roboto;
  font-weight: 300;
  font-size: 38px;
  line-height: 47.5px;
  letter-spacing: 0px;
}
@media only screen and (max-width: 430px) {
  #homepage-media-title h1.cmp-title__text {
    width: 100%;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
}

.core_list a {
  color: #444;
  text-decoration: underline;
}
.core_list a:hover {
  text-decoration: none;
}
.core_list ul,
.core_list ol {
  padding: 0 0 0 22px;
  margin: 0 0 30px 0;
}
.core_list li {
  margin-bottom: 10px;
}
.core_list .cmp-list__item-description {
  display: block;
  font-size: .9em;
}
.core_list .cmp-list__item-date {
  display: block;
  font-size: .8em;
  color: #888;
}
.core_list.list-ordered ul {
  list-style-type: decimal;
}
.core_list.list-none ul {
  list-style-type: none;
  padding-left: 0;
}
.core_list.list-none li {
  margin-bottom: 15px;
}
.core_list.list-buttons ul {
  list-style-type: none;
  padding-left: 0;
}
.core_list.list-buttons li {
  margin-bottom: 15px;
  list-style: none;
  text-align: center;
  width: 33.33%;
  padding-right: 15px;
  float: left;
}
@media screen and (max-width: 1200px) {
  .core_list.list-buttons li {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .core_list.list-buttons li {
    width: 100%;
  }
}
.core_list.list-buttons li a {
  font-weight: bold;
  color: #c21a17;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 40px 15px;
  border: 1px solid #dedede;
  background: #fcfcfc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fcfcfc 35%, #dbdbdb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fcfcfc 35%, #dbdbdb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcfcfc 35%, #dbdbdb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#dbdbdb', GradientType=0);
  /* IE6-9 */
}
.core_list.list-buttons li a:hover {
  border: 1px solid #CCCCCC;
  background: #dbdbdb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbdbdb 0%, #fcfcfc 65%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #fcfcfc 65%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dbdbdb 0%, #fcfcfc 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#fcfcfc', GradientType=0);
  /* IE6-9 */
}
.core_list.list-buttons.list-buttons--two li {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .core_list.list-buttons.list-buttons--two li {
    width: 100%;
  }
}
.core_list.list-buttons.list-buttons--one li {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .core_list.list-buttons.list-buttons--one li {
    width: 100%;
  }
}
.core_list.list-buttons.list-buttons--four li {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .core_list.list-buttons.list-buttons--four li {
    width: 33.33%;
  }
}
@media screen and (max-width: 991px) {
  .core_list.list-buttons.list-buttons--four li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .core_list.list-buttons.list-buttons--four li {
    width: 100%;
  }
}

