@charset "UTF-8";
html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: a 1s steps(12) infinite;
    animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.c3 svg {
    font: 10px sans-serif;
    -webkit-tap-highlight-color: transparent
}

.c3 line,
.c3 path {
    fill: none;
    stroke: #000
}

.c3 text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.c3-bars path,
.c3-event-rect,
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid {
    shape-rendering: crispEdges
}

.c3-chart-arc path {
    stroke: #fff
}

.c3-chart-arc text {
    fill: #fff;
    font-size: 13px
}

.c3-grid line {
    stroke: #aaa
}

.c3-grid text {
    fill: #aaa
}

.c3-xgrid,
.c3-ygrid {
    stroke-dasharray: 3 3
}

.c3-text.c3-empty {
    fill: gray;
    font-size: 2em
}

.c3-line {
    stroke-width: 1px
}

.c3-circle._expanded_ {
    stroke-width: 1px;
    stroke: #fff
}

.c3-selected-circle {
    fill: #fff;
    stroke-width: 2px
}

.c3-bar {
    stroke-width: 0
}

.c3-bar._expanded_ {
    fill-opacity: .75
}

.c3-target.c3-focused {
    opacity: 1
}

.c3-target.c3-focused path.c3-line,
.c3-target.c3-focused path.c3-step {
    stroke-width: 2px
}

.c3-target.c3-defocused {
    opacity: .3 !important
}

.c3-region {
    fill: #4682b4;
    fill-opacity: .1
}

.c3-brush .extent {
    fill-opacity: .1
}

.c3-legend-item {
    font-size: 12px
}

.c3-legend-item-hidden {
    opacity: .15
}

.c3-legend-background {
    opacity: .75;
    fill: #fff;
    stroke: #d3d3d3;
    stroke-width: 1
}

.c3-title {
    font: 14px sans-serif
}

.c3-tooltip-container {
    z-index: 10
}

.c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show;
    box-shadow: 7px 7px 12px -9px #777;
    opacity: .9
}

.c3-tooltip tr {
    border: 1px solid #ccc
}

.c3-tooltip th {
    background-color: #aaa;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    color: #fff
}

.c3-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: #fff;
    border-left: 1px dotted #999
}

.c3-tooltip td > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px
}

.c3-tooltip td.value {
    text-align: right
}

.c3-area {
    stroke-width: 0;
    opacity: .2
}

.c3-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: none
}

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px
}

.c3-chart-arcs .c3-chart-arcs-gauge-max,
.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777
}

.c3-chart-arc .c3-gauge-value {
    fill: #000
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.pika-single.is-hidden {
    display: none
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
}

.pika-single {
    *zoom: 1
}

.pika-single:after,
.pika-single:before {
    content: " ";
    display: table
}

.pika-single:after {
    clear: both
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative;
    text-align: center
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff
}

.pika-next,
.pika-prev {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0
}

.pika-next:hover,
.pika-prev:hover {
    opacity: 1
}

.pika-next.is-disabled,
.pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.is-rtl .pika-next,
.pika-prev {
    float: left;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
    *left: 0
}

.is-rtl .pika-prev,
.pika-next {
    float: right;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
    *right: 0
}

.pika-select {
    display: inline-block;
    *display: inline
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

.pika-table td,
.pika-table th {
    width: 14.285714285714286%;
    padding: 0
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
    text-align: center
}

.pika-table abbr {
    border-bottom: none;
    cursor: help
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-inrange .pika-button {
    background: #d5e9f7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px
}

/*@font-face {
    font-family: UniversLight;
    src: url(../../enel-com/fonts/universLight.eot?#iefix);
    src: url(../../enel-com/fonts/universLight.eot?#iefix) format("eot"), url(../../enel-com/fonts/universLight.woff2) format("woff2"), url(../../enel-com/fonts/universLight.woff) format("woff"), url(../../enel-com/fonts/universLight.ttf) format("truetype"), url(../../enel-com/fonts/universLight.svg#5b3db534-b1d7-4c58-aa51-0075f2fe9739) format("svg");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Univers;
    src: url(../../enel-com/fonts/univers.eot?#iefix);
    src: url(../../enel-com/fonts/univers.eot?#iefix) format("eot"), url(../../enel-com/fonts/univers.woff2) format("woff2"), url(../../enel-com/fonts/univers.woff) format("woff"), url(../../enel-com/fonts/univers.ttf) format("truetype"), url(../../enel-com/fonts/univers.svg#d7d2f6ed-1dde-4178-9353-bdd0821e77cb) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: UniversBold;
    src: url(../../enel-com/fonts/universBold.eot?#iefix);
    src: url(../../enel-com/fonts/universBold.eot?#iefix) format("eot"), url(../../enel-com/fonts/universBold.woff2) format("woff2"), url(../../enel-com/fonts/universBold.woff) format("woff"), url(../../enel-com/fonts/universBold.ttf) format("truetype"), url(../../enel-com/fonts/universBold.svg#1e2c0a36-e8bb-4e3b-a4ca-dec00221c06e) format("svg");
    font-weight: 700;
    font-style: normal
}
*/
@font-face {
    font-family: icomoon;
    src: url(../../enel-com/fonts/icomoon.eot?tqg1z2);
    src: url(../../enel-com/fonts/icomoon.eot?tqg1z2#iefix) format("embedded-opentype"), url(../../enel-com/fonts/icomoon.ttf?tqg1z2) format("truetype"), url(../../enel-com/fonts/icomoon.woff?tqg1z2) format("woff"), url(../../enel-com/fonts/icomoon.svg?tqg1z2#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style-type: none
}

p,
ul {
    padding: 0
}

h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

[class*=" icon-"] span,
[class^=icon-] span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.icon2-instagram:hover:before {
    content: '\e94a';
}
	
.icon2-instagram:before {
    content: '\e94a';
}

.icon-blog:before {
	content: url(../../enel-com/img/icons/icono-blog.png);
}

.icon-blog:hover:before {
	content: url(../../enel-com/img/icons/icono-blog-white.png);
}

.icon-arrow:before {
    content: "\e900"
}

.icon-fb:before {
    content: "\e901"
}

.icon-mail:before {
    content: "\e902"
}

.icon-print:before {
    content: "\e903"
}

.icon-twitter:before {
    content: "\e904"
}

.icon-google:before {
    content: "\e90b"
}

.icon-youtube:before {
    content: "\e90a"
}

.icon-chevron-right:before {
    content: "\e905"
}

.icon-chevron-left:before {
    content: "\e906"
}

.icon-chevron-down:before {
    content: "\e907"
}

.icon-chevron-up:before {
    content: "\e908"
}

.icon-menu:before {
    content: "\e909"
}

.icon-close:before {
    content: "\e90d"
}

.icon-volume-mute:before {
    content: "\e90c"
}

.icon-volume-none:before {
    content: "\e90e"
}

.icon-volume-low:before {
    content: "\e90f"
}

.icon-volume-med:before {
    content: "\e910"
}

.icon-volume-high:before {
    content: "\e911"
}

.icon-pause:before {
    content: "\e912"
}

.icon-enlarge:before {
    content: "\e913"
}

.icon-enlarge2:before {
    content: "\e914"
}

.icon-play:before {
    content: "\e915"
}

.icon-play-circ:before {
    content: "\e916"
}

.icon-search:before {
    content: "\e917"
}

.icon-download:before {
    content: "\e918"
}

.icon-tick:before {
    content: "\e921"
}

.icon-search-small:before {
    content: "\e91a"
}

.icon-rss-black:before {
	content: url(../../enel-com/img/icons/rss.png);
}

.icon-rss:before {
    content: "\e91b"
}

.icon-external:before {
    content: "\e91c"
}

.icon-mail2:before {
    content: "\e91f"
}

.icon-career:before {
    content: "\e91d"
}

.icon-linkedin:before {
    content: "\e91e"
}

.icon-video:before {
    content: "\e920"
}

.icon-user:before {
    content: "\e919"
}

.icon-link-external:before {
    content: "\e924"
}

.icon-plus:before {
    content: "\ea0a"
}

.icon-minus:before {
    content: "\ea0b"
}

.icon-line-geothermal:before {
    content: "\e922"
}

.icon-line-bulb:before {
    content: "\e923"
}

.icon-line-car:before {
    content: "\e925"
}

.icon-line-chat:before {
    content: "\e926"
}

.icon-line-cooking:before {
    content: "\e927"
}

.icon-line-download:before {
    content: "\e928"
}

.icon-line-electricity:before {
    content: "\e929"
}

.icon-line-facebook:before {
    content: "\e92a"
}

.icon-line-family:before {
    content: "\e92b"
}

.icon-line-file:before {
    content: "\e92c"
}

.icon-line-flame:before {
    content: "\e92d"
}

.icon-line-graph:before {
    content: "\e92e"
}

.icon-line-heating:before {
    content: "\e92f"
}

.icon-line-home:before {
    content: "\e930"
}

.icon-line-info:before {
    content: "\e931"
}

.icon-line-leaf:before {
    content: "\e932"
}

.icon-line-mail:before {
    content: "\e933"
}

.icon-line-nuclear:before {
    content: "\e934"
}

.icon-line-oil-drum:before {
    content: "\e935"
}

.icon-line-pc:before {
    content: "\e936"
}

.icon-line-pen:before {
    content: "\e937"
}

.icon-line-phone:before {
    content: "\e938"
}

.icon-line-pin:before {
    content: "\e939"
}

.icon-line-savings:before {
    content: "\e93a"
}

.icon-line-solar:before {
    content: "\e93b"
}

.icon-line-star:before {
    content: "\e93c"
}

.icon-line-storage:before {
    content: "\e93d"
}

.icon-line-tag:before {
    content: "\e93e"
}

.icon-line-time:before {
    content: "\e93f"
}

.icon-line-tv:before {
    content: "\e940"
}

.icon-line-user:before {
    content: "\e941"
}

.icon-line-wallet:before {
    content: "\e942"
}

.icon-line-water:before {
    content: "\e943"
}

.icon-line-wave:before {
    content: "\e944"
}

.icon-line-wind:before {
    content: "\e945"
}

.icon-line-spanner:before {
    content: "\e946 "
}

.burger-icon, .cross-icon {
    width: 100%;
    height: 16.6%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16.6%;
    background: #fff;
    display: inline-block;
    transition: all .3s
}

.burger-icon:after, .burger-icon:before, .cross-icon:after, .cross-icon:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    transition: all .3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.burger-icon:after, .cross-icon:after {
    top: 250%
}

.burger-icon:before, .cross-icon:before {
    top: -250%
}

.cross-icon {
    background: none
}

.cross-icon:after, .cross-icon:before {
    transition: none
}

.cross-icon:after {
    top: 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cross-icon:before {
    top: 0 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.icon-rss {
    box-size: content-box;
    font-size: 18px;
    background: #ff5a0f;
    color: #fff;
    padding: 3px 6px;
    top: -3px;
    margin-left: 10px
}

a.icon-external {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none !important
}

a.icon-external:before {
    font-size: .8em;
    margin-right: .5em
}

.text--breadcrumb {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .4px;
    line-height: 200%;
    color: #fff;
    opacity: .5;
    text-transform: uppercase
}

.text--breadcrumb:hover {
    color: #000
}

@media screen and (min-width: 768px) {
    .text--breadcrumb {
        font-size: 13px;
        letter-spacing: .52px;
        line-height: 184.61538%
    }
}

.text--page-heading {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    letter-spacing: -1.6px;
    line-height: 115%;
    color: #fff
}

@media screen and (min-width: 768px) {
    .text--page-heading {
        font-size: 58px;
        letter-spacing: -2.32px;
        line-height: 103.44828%
    }
}

@media screen and (min-width: 1024px) {
    .text--page-heading {
        font-size: 68px;
        letter-spacing: -2.72px;
        line-height: 117.64706%
    }
}

.rich-text .rich-text_inner h1,
.rich-text .rich-text_inner h2,
.rich-text .rich-text_inner h3,
.rich-text .rich-text_inner h4,
.rich-text .rich-text_inner h5,
.rich-text .rich-text_inner h6,
.text--page-subheading {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -.88px;
    line-height: 127.27273%;
    color: #000
}

@media screen and (min-width: 768px) {
    .rich-text .rich-text_inner h1,
    .rich-text .rich-text_inner h2,
    .rich-text .rich-text_inner h3,
    .rich-text .rich-text_inner h4,
    .rich-text .rich-text_inner h5,
    .rich-text .rich-text_inner h6,
    .text--page-subheading {
        font-size: 30px;
        letter-spacing: -1.2px;
        line-height: 120%
    }
}

.text--date {
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 128.57143%;
    color: #999
}

@media screen and (min-width: 768px) {
    .text--date {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 137.5%
    }
}

.text--large {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: .36px;
    line-height: 133.33333%;
    color: #111
}

@media screen and (min-width: 768px) {
    .text--large {
        font-size: 36px;
        letter-spacing: .72px;
        line-height: 133.33333%
    }
}

.rich-text .rich-text_inner p,
.text--standard {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 173.33333%;
    color: #111
}

.rich-text .rich-text_inner p a,
.text--standard a {
    color: #ff0f64;
    text-decoration: underline
}

.rich-text .rich-text_inner p strong,
.text--standard strong {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media screen and (min-width: 768px) {
    .rich-text .rich-text_inner p,
    .text--standard {
        font-size: 22px;
        letter-spacing: .44px;
        line-height: 163.63636%
    }
}

.rich-text .rich-text_inner li,
.text--list-item {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 173.33333%;
    color: #111
}

.rich-text .rich-text_inner li a,
.text--list-item a {
    color: #ff0f64;
    text-decoration: underline
}

.rich-text .rich-text_inner li strong,
.text--list-item strong {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

@media screen and (min-width: 768px) {
    .rich-text .rich-text_inner li,
    .text--list-item {
        font-size: 22px;
        letter-spacing: .44px;
        line-height: 163.63636%
    }
}

.text--caption {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 8px;
    letter-spacing: -.16px;
    line-height: 225%;
    color: #fff
}

@media screen and (min-width: 768px) {
    .text--caption {
        font-size: 15px;
        letter-spacing: -.3px;
        line-height: 180%
    }
}

.text--pull-quote {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: -.4px;
    line-height: 150%;
    color: #111
}

@media screen and (min-width: 768px) {
    .text--pull-quote {
        font-size: 30px;
        letter-spacing: -.6px;
        line-height: 150%
    }
}

.text--pull-quote-author {
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: -.24px;
    line-height: 166.66667%;
    color: #999
}

@media screen and (min-width: 768px) {
    .text--pull-quote-author {
        font-size: 15px;
        letter-spacing: -.3px;
        line-height: 133.33333%
    }
}

.text--footer-link {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 133.33333%;
    color: #41b9e6
}

.text--footer-link,
.text--list-title-med {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 18px
}

.text--list-title-med {
    font-weight: 400;
    letter-spacing: -.36px;
    line-height: 166.66667%;
    color: #ff0f64
}

@media screen and (max-width: 767px) {
    .text--list-title-med {
        font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #000;
        font-size: 22px;
        letter-spacing: -.44px;
        line-height: 127.27273%
    }
}

.text--list-title-large {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    letter-spacing: -.6px;
    line-height: 120%;
    color: #ff0f64
}

@media screen and (max-width: 767px) {
    .text--list-title-large {
        font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        color: #000;
        font-size: 22px;
        letter-spacing: -.44px;
        line-height: 127.27273%
    }
}

.text--list-description {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -.36px;
    line-height: 166.66667%;
    color: #111
}

.text--disclaimer {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: -.336px;
    line-height: 171.42857%;
    color: #666
}

@media screen and (max-width: 767px) {
    .text--disclaimer {
        font-size: 12px;
        letter-spacing: -.24px;
        line-height: 166.66667%
    }
}

.text--error-heading {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 120px;
    letter-spacing: -4.8px;
    line-height: 125%
}

@media screen and (max-width: 767px) {
    .text--error-heading {
        font-size: 40px;
        letter-spacing: -1.2px;
        line-height: 115%
    }
}

.text--hero-description {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 40px;
    letter-spacing: -1.2px;
    line-height: 115%
}

@media screen and (max-width: 767px) {
    .text--hero-description {
        font-size: 20px;
        letter-spacing: -.4px;
        line-height: 150%
    }
}

.text--error-reason {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 140%
}

@media screen and (max-width: 767px) {
    .text--error-reason {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 146.66667%
    }
}

.text--error-reason strong {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 150%
}

@media screen and (max-width: 767px) {
    .text--error-reason strong {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 146.66667%
    }
}

.text--tile-heading {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    letter-spacing: -.96px;
    line-height: 125%;
    color: #000
}

@media screen and (min-width: 768px) {
    .text--tile-heading {
        font-size: 30px;
        letter-spacing: -1.2px;
        line-height: 126.66667%
    }
}

.text--tile-description {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: -.28px;
    line-height: 142.85714%;
    color: #666
}

@media screen and (min-width: 1024px) {
    .text--tile-description {
        font-size: 18px;
        letter-spacing: -.36px;
        line-height: 177.77778%
    }
}

.text--tile-issue {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 133.33333%;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .text--tile-issue {
        font-size: 13px;
        letter-spacing: .26px;
        line-height: 184.61538%
    }
}

.ii__top__title,
.text--uppercase-heading {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 133.33333%;
    font-size: 13px;
    text-transform: uppercase
}

.text--nowrap {
    white-space: nowrap
}

select.select--transparent {
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 100%
}

.select-wrap {
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../../enel-com/img/select-arrow.png) no-repeat 90% 50%;
    background-size: 16px 11px;
    display: inline-block;
    vertical-align: middle
}

.select-wrap select {
    padding: 12px 16px;
    padding-right: 50px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #666
}

.select-wrap.select--transparent {
    background-color: #f4f4f4;
    background-image: url(../../enel-com/img/select-arrow-black.png);
    background-size: 12px 8px;
    border: none
}

.select-wrap.select--transparent select {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 100%;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    padding-right: 30px;
    padding-left: 5px
}

input.checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

input.checkbox + label {
    position: relative;
    padding-left: 36px;
    cursor: pointer;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input.checkbox + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2px solid #ddd;
    background: #fff;
    font-family: icomoon;
    line-height: 100%;
    color: #ff0f64
}

input.checkbox:checked + label {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

input.checkbox:checked + label:before {
    content: "\e921"
}

input.radio {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

input.radio + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input.radio + label:after,
input.radio + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #fff
}

input.radio + label:after {
    display: none
}

input.radio:checked + label {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

input.radio:checked + label:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    left: 5px;
    border: none;
    border-radius: 50%;
    background: #ff0f64
}

form .disabled label {
    font-weight: 400 !important;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    cursor: default;
    color: #999
}

* {
    box-sizing: border-box;
    position: relative
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a:hover {
    text-decoration: underline
}

body #main {
    position: relative;
    left: 0;
    transition: left .4s ease-in-out;
    -webkit-font-smoothing: antialiased
}

body #main,
body .filter,
body .hero {
    opacity: 1;
    transition: .4s ease-in-out
}

body #main .hero,
body .filter .hero,
body .hero .hero {
    transition: none;
    opacity: 1 !important
}

body.filter-open,
body.menu-open,
body.search-open {
    overflow: hidden;
    height: 100vh;
    background: #000
}

body.filter-open.ios,
body.menu-open.ios,
body.search-open.ios {
    position: fixed;
    width: 100vw
}

body.filter-open #main,
body.menu-open #main,
body.search-open #main {
    overflow: hidden;
    position: relative;
    left: 0;
    opacity: .55
}

@media screen and (min-width: 768px) {
    body.filter-open #main,
    body.menu-open #main,
    body.search-open #main {
        left: 0
    }
}

body.menu-open .filter,
body.menu-open .hero {
    opacity: .55
}

body.menu-open .global-side-menu {
    visibility: visible;
    right: 0
}

#main {
    background-color: #fff
}

#main:after,
ul:after {
    clear: both;
    content: "";
    display: table
}

button {
    -webkit-appearance: none;
    background: transparent;
    border: none;
    padding: 0;
    outline: none
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.hidden {
    display: none !important
}

.no-scroll {
    overflow: hidden !important;
    max-width: 100vw;
    max-height: 100vh
}

.container {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width: 768px) {
    .container {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (min-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width: 768px) {
    .mobile-only {
        display: none
    }
}

.btn-cta {
    transition: all .1s linear;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    font-size: 12px;
    min-width: 160px;
    padding: 12px 20px 13px;
    text-align: center;
    text-transform: uppercase
}

.btn-cta:hover,
a:hover .btn-cta {
    color: #fff;
    background-color: #000;
    text-decoration: none
}

.btn-cta--clear {
    border-color: #fff;
    color: #fff;
    transition: background-color .1s linear
}

.btn-cta--clear._hover,
.btn-cta--clear:hover,
a:hover .btn-cta--clear {
    background-color: rgba(255, 255, 255, 0.2)
}

.btn-cta--pink {
    border-color: #ff0f64;
    color: #fff;
    transition: all .1s linear;
    background-color: #ff0f64
}

.btn-cta--pink._hover,
.btn-cta--pink:hover,
a:hover .btn-cta--pink {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.color-scheme--red .hero {
    background-color: #e61400
}

.color-scheme--red .hero_arrow:before {
    color: #e61400
}

.color-scheme--green .hero {
    background-color: #55be5a
}

.color-scheme--green .hero_arrow:before {
    color: #55be5a
}

.color-scheme--blue .hero {
    background-color: #0555fa
}

.color-scheme--blue .hero_arrow:before {
    color: #0555fa
}

.color-scheme--blue .hero_breadcrumbs li,
.color-scheme--blue .hero_breadcrumbs li:after {
    color: #c0d4fe
}

.color-scheme--blue .hero_breadcrumbs li:after:last-child,
.color-scheme--blue .hero_breadcrumbs li:last-child {
    color: #000
}

.color-scheme--orange .hero {
    background-color: #ff5a0f
}

.color-scheme--orange .hero_arrow:before {
    color: #ff5a0f
}

.color-scheme--sky .hero {
    background-color: #41b9e6
}

.color-scheme--pink .hero {
    background-color: #ff0f64
}

.color-scheme--lightpink .hero {
    background-color: #ff4687
}

.color-scheme--forest .hero {
    background-color: #0f955a
}

.color-scheme--darkviolet .hero {
	background-color: #461E7D
}

.loader {
    display: none;
    width: 50px;
    height: 50px;
    background: url(../../enel-com/img/Enel_Loader_white_100x100.gif);
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 100px
}

.loading .loader {
    display: block
}

.component.accordian-accordion {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto
}

.component.accordian-accordion:after {
    clear: both;
    content: "";
    display: table
}

.component.accordian-accordion .accordian-accordion_ct {
    margin: 60px 30px 0
}

.component.accordian-accordion .accordian-accordion_inner {
    margin-bottom: 100px
}

@media screen and (min-width: 1024px) {
    .component.accordian-accordion .accordian-accordion_inner {
        padding-left: 35px;
        padding-right: 35px
    }
}

.component.accordian-accordion .accordian-accordion_inner h3 {
    font-size: 30px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #111;
    margin-bottom: 30px
}

.component.accordian-accordion .accordian-accordion_inner li {
    border-top: 3px solid #f2f2f2
}

.component.accordian-accordion .accordian-accordion_inner li:last-child {
    border-bottom: 3px solid #f2f2f2
}

@media screen and (max-width: 767px) {
    .component.accordian-accordion .accordian-accordion_inner li {
        margin-left: -30px;
        margin-right: -30px
    }
}

.component.accordian-accordion .accordian-accordion_inner li h5 {
    cursor: pointer;
    font-size: 22px;
    padding: 25px 40px 25px 25px;
    position: relative;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.component.accordian-accordion .accordian-accordion_inner li h5:after {
    content: '\e907';
    font-family: icomoon;
    font-size: 10px;
    color: #ff0f64;
    top: 35px;
    right: 22px;
    position: absolute
}

@media screen and (max-width: 767px) {
    .component.accordian-accordion .accordian-accordion_inner li h5:after {
        font-size: 15px;
        top: 30px
    }
}

.component.accordian-accordion .accordian-accordion_inner li h5 ~ .accordion_content {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 16px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    overflow-y: hidden
}

.component.accordian-accordion .accordian-accordion_inner li h5.open {
    font-weight: 700
}

.component.accordian-accordion .accordian-accordion_inner li h5.open:after {
    content: '\e908';
    font-family: icomoon;
    font-size: 10px;
    color: #ff0f64;
    float: right
}

@media screen and (max-width: 767px) {
    .component.accordian-accordion .accordian-accordion_inner li h5.open:after {
        font-size: 15px;
        top: 30px
    }
}

.component.accordian-accordion .accordian-accordion_inner li h5.open ~ .accordion_content {
    overflow-y: hidden
}

@media screen and (max-width: 767px) {
    .component.accordian-accordion .accordian-accordion_inner li h5.open ~ .accordion_content {
        padding-left: 25px;
        padding-right: 25px
    }
}

.component.accordian-accordion .accordian-accordion_inner li .accordion_content {
    display: none
}

.component.accordian-accordion .accordian-accordion_inner li .accordion_content p {
    font-size: 16px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 25px;
    line-height: 25px
}

.component.accordian-accordion .accordian-accordion_inner li .accordion_content p:last-child {
    margin-bottom: 35px
}

.component.accordian-meetings {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto
}

.component.accordian-meetings:after {
    clear: both;
    content: "";
    display: table
}

.component.accordian-meetings .accordian-meetings_ct {
    margin: 60px 30px 0
}

.component.accordian-meetings .accordian-meetings_inner {
    margin-bottom: 100px
}

@media screen and (min-width: 1024px) {
    .component.accordian-meetings .accordian-meetings_inner {
        padding-left: 35px;
        padding-right: 35px
    }
}

.component.accordian-meetings .accordian-meetings_inner h3 {
    font-size: 30px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #111;
    margin-bottom: 30px
}

.component.accordian-meetings .accordian-meetings_inner p {
    font-size: 22px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 55px
}

.component.accordian-meetings .accordian-meetings_inner a {
    font-size: 22px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ff0f64
}

.component.accordian-meetings .accordian-meetings_inner a:before {
    content: '\e903';
    font-family: icomoon;
    margin-right: 22px;
    font-weight: lighter
}

.component.accordian-table {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto
}

.component.accordian-table:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width: 767px) {
    .component.accordian-table {
        display: none
    }
}

.component.accordian-table .accordian-table_ct {
    margin: 60px 30px 0
}

.component.accordian-table .accordian-table_inner h3 {
    font-size: 30px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #111;
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .component.accordian-table .accordian-table_inner h3 {
        padding-left: 35px;
        padding-right: 35px
    }
}

.component.accordian-table .accordian-table_inner table {
    width: 100%;
    border: 3px solid #ddd;
    margin-bottom: 100px
}

.component.accordian-table .accordian-table_inner td,
.component.accordian-table .accordian-table_inner th {
    padding-left: 30px;
    text-align: left;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5
}

.component.accordian-table .accordian-table_inner td:first-child,
.component.accordian-table .accordian-table_inner th:first-child {
    border-left: none
}

.component.accordian-table .accordian-table_inner td:last-child,
.component.accordian-table .accordian-table_inner th:last-child {
    border-right: none
}

.component.accordian-table .accordian-table_inner th {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    background-color: #fcfcfc;
    border-bottom: 1px solid #e5e5e5
}

.component.accordian-table .accordian-table_inner td {
    font-size: 18px;
    vertical-align: bottom
}

.component.accordian-table .accordian-table_inner tr {
    height: 50px;
    font-weight: lighter
}

.component.accordian-table .accordian-table_inner tr:first-child {
    font-weight: 700
}

.component.accordian-table .accordian-table_inner tr:last-child {
    height: 90px
}

.component.accordian-table .accordian-table_inner tr:last-child td {
    padding-bottom: 40px
}

.album-photos {
    max-width: 380px;
    margin: auto;
    display: block
}

.album-photos:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width: 768px) {
    .album-photos {
        max-width: none
    }
}

@media screen and (min-width: 1024px) {
    .album-photos {
        margin-bottom: -22px
    }
}

.album-photos__photo {
    cursor: pointer;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 25px
}

.album-photos__photo:nth-child(1n) {
    margin-right: 0
}

.album-photos__photo:nth-child(1n+1) {
    clear: left
}

.album-photos__photo:last-child {
    margin-right: 0
}

@media screen and (min-width: 768px) {
    .album-photos__photo {
        float: left;
        display: block;
        width: 48.82117%;
        margin-bottom: 40px
    }

    .album-photos__photo,
    .album-photos__photo:nth-child(1n) {
        margin-right: 2.35765%
    }

    .album-photos__photo:nth-child(1n+1) {
        clear: none
    }

    .album-photos__photo:nth-child(2n) {
        margin-right: 0
    }

    .album-photos__photo:nth-child(2n+1) {
        clear: left
    }

    .album-photos__photo:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    .album-photos__photo {
        float: left;
        display: block;
        width: 31.76157%;
        margin-bottom: 32px
    }

    .album-photos__photo,
    .album-photos__photo:nth-child(2n) {
        margin-right: 2.35765%
    }

    .album-photos__photo:nth-child(2n+1) {
        clear: none
    }

    .album-photos__photo:nth-child(3n) {
        margin-right: 0
    }

    .album-photos__photo:nth-child(3n+1) {
        clear: left
    }

    .album-photos__photo:last-child {
        margin-right: 0
    }
}

.album-photos__photo img {
    width: 100%
}

.album-photos__photo > p {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 29px;
    margin-top: 5px
}

@media screen and (max-width: 767px) {
    .album-photos__photo > p {
        font-size: 14px;
        line-height: 22px
    }
}

.album-photos__new {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    line-height: 29px;
    color: #fff;
    border-radius: 5px;
    background-color: #55be5a;
    padding: 0 8px;
    margin-right: 12px;
    display: block;
    float: left
}

@media screen and (max-width: 767px) {
    .album-photos__new {
        font-size: 9px;
        line-height: inherit;
        padding-top: 2px;
        margin-right: 9px
    }
}

.album-photos_video-overlay:after {
    background-image: url(../../enel-com/img/video-play-button-hover.png);
    background: url(../../enel-com/img/video-play-button.png) no-repeat 50%;
    background-size: 100%;
    content: '';
    cursor: pointer;
    display: block;
    height: 44px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 44px;
    z-index: 3
}

@media screen and (min-width: 1024px) {
    .album-photos_video-overlay:after {
        width: 88px;
        height: 88px
    }
}

.album-photos_video-overlay:hover:after {
    background-color: rgba(255, 255, 255, 0.4)
}

.component.author-callout {
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    color: #fff;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal
}

.component.author-callout a {
    color: rgba(0, 0, 0, .5)
}

.component.author-callout a:hover {
    text-decoration: underline
}

.breadcrumbs.component:after {
    clear: both;
    content: "";
    display: table
}

.breadcrumbs_item {
    display: inline;
    float: left;
    margin-left: 10px;
    padding-left: 15px;
    position: relative
}

.breadcrumbs_item:after {
    display: block;
    position: absolute;
    content: '/';
    left: 0;
    top: 0;
    color: #000
}

.breadcrumbs_item:first-child {
    margin: 0;
    padding: 0
}

.breadcrumbs_item:first-child:after {
    display: none
}

.carousel {
    display: inline-block;
    position: relative;
    margin-bottom: 70px;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .carousel {
        margin-bottom: 0;
        overflow: hidden
    }
}

.carousel_wrap {
    font-size: 0;
    overflow: hidden
}

.carousel_arrow-wrap,
.carousel_control-wrap {
    position: static
}

.carousel_arrow {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1000;
    width: 20px;
    height: 50px;
    top: 50%;
    outline: none
}

.carousel_arrow:before {
    font-size: 8px;
    color: #fff
}

@media screen and (min-width: 768px) {
    .carousel_arrow {
        -webkit-transform: none;
        transform: none;
        font-size: 21px;
        width: 75px;
        height: 70px;
        top: 100%;
        border-left: 1px solid rgba(255, 255, 255, 0.3)
    }

    .carousel_arrow:before {
        font-size: 18px
    }
}

@media screen and (min-width: 1024px) {
    .carousel_arrow {
        display: block;
        top: auto;
        bottom: 0
    }
}

.carousel_next {
    right: 0
}

.carousel_next:before {
    display: block;
    font-family: icomoon;
    content: "\e900";
    font-style: normal;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .carousel_next {
        right: 0
    }
}

.carousel_prev {
    left: 0
}

.carousel_prev:before {
    display: block;
    font-family: icomoon;
    content: "\e900";
    font-style: normal;
    font-weight: 400;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (min-width: 768px) {
    .carousel_prev {
        left: auto;
        right: 75px
    }
}

.carousel_meta-wrap {
    position: absolute;
    top: 100%;
    min-height: 40px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.ie11 .carousel_meta-wrap {
    height: 40px
}

@media screen and (min-width: 768px) {
    .carousel_meta-wrap {
        min-height: 70px
    }

    .ie11 .carousel_meta-wrap {
        height: 70px
    }
}

@media screen and (min-width: 1024px) {
    .carousel_meta-wrap {
        max-width: 740px;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 1000;
        width: 100%
    }
}

.carousel_count-wrap {
    width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center
}

@media screen and (min-width: 768px) {
    .carousel_count-wrap {
        width: 70px
    }
}

.carousel_count {
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    letter-spacing: 1.98px;
    line-height: 100%
}

@media screen and (min-width: 768px) {
    .carousel_count {
        font-size: 15px;
        letter-spacing: 2.7px;
        line-height: 146.66667%
    }
}

.carousel_caption-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 5px
}

@media screen and (min-width: 768px) {
    .carousel_caption-wrap {
        padding: 0 170px 0 20px;
        text-align: right;
        max-width: 760px;
        margin-left: auto;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end
    }

    .ie11 .carousel_caption-wrap {
        overflow: hidden;
        display: block;
        max-width: inherit
    }
}

.carousel_caption {
    padding: 5px 0;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    letter-spacing: -.33px;
    line-height: 127.27273%
}

.ie11 .carousel_caption {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    .carousel_caption {
        font-size: 15px;
        letter-spacing: -.3px;
        line-height: 120%
    }

    .ie11 .carousel_caption {
        left: 10px;
        right: 170px
    }
}

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

.carousel_item_wrap {
    width: 100%
}

.carousel_item_wrap img {
    width: 100%;
    height: auto
}

.carousel_wrap--single ~ * .carousel_count-wrap,
.carousel_wrap--single ~ * .carousel_next,
.carousel_wrap--single ~ * .carousel_prev {
    display: none
}

.carousel_wrap--single ~ * .carousel_caption-wrap {
    padding-right: 60px;
    padding-left: 60px
}

.carousel_arrow,
.carousel_meta-wrap {
    background-color: #ff0f64
}

.carousel_count-wrap {
    color: #fff;
    background-color: #000
}

.carousel_caption {
    color: #fff
}

/** Carousel Desc **/
.carousel-desc{position: absolute;    display: flex;  align-items: center;    height: 100%;}
.carousel-desc>div{ width: 100%;    margin: 0 30px;} 
.carousel-desc h1{font-size:20px;color:#fff;z-index:1;font-family:RoobertLight,Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;}
.carousel-desc p{font-size:10px;color:#fff;z-index:1;font-family:RoobertLight,Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;}

@media screen and (min-width: 768px){
.carousel-desc>div{width: 45%;  margin: 0 60px 0 auto;} 
.carousel-desc h1{font-size:30px;}
.carousel-desc p{font-size:18px;}
}


@media screen and (min-width: 1024px) {
    .carousel.carousel--no-caption .carousel_meta-wrap {
        width: 220px
    }
}

.carousel.carousel--no-caption .carousel_caption {
    font-size: 0 !important
}

.carousel.carousel--no-caption .carousel_wrap--single ~ * .carousel_meta-wrap {
    display: none
}

@media screen and (min-width: 1024px) {
    .disclaimer {
        padding: 0 30px
    }
}

.disclaimer p {
    background-color: #f4f4f4;
    margin: auto;
    max-width: 1280px;
    padding: 27px 15px
}

@media screen and (min-width: 768px) {
    .disclaimer p {
        padding: 47px 25px
    }
}

@media screen and (min-width: 1024px) {
    .disclaimer p {
        padding-left: 100px;
        padding-right: 100px
    }
}

.full-bleed-image {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 0
}

.full-bleed-image_image {
    width: 100%
}

.full-bleed-image_caption-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
    height: 40px
}

@media screen and (min-width: 768px) {
    .full-bleed-image_caption-wrap {
        text-align: right;
        max-width: 570px;
        margin-left: auto;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
        height: 70px;
        position: absolute;
        z-index: 1000;
        bottom: 0;
        right: 0
    }
}

.full-bleed-image_caption {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 11px;
    letter-spacing: -.33px;
    line-height: 127.27273%;
    padding-right: 30px;
    max-width: 300px;
    margin-left: auto
}

@media screen and (min-width: 768px) {
    .full-bleed-image_caption {
        font-size: 15px;
        letter-spacing: -.3px;
        line-height: 120%;
        max-width: 520px
    }
}

.full-bleed-image_caption-wrap {
    color: #fff;
    background-color: #ff0f64
}

.full-bleed-image_caption {
    color: #fff
}

/*Media Video css*/
.videoCategory {
	color:#00BBBB;
	font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -.33px;
    max-width: 300px
}

.videoTitle {
	color:black;
	font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -.33px;
    max-width: 300px
}


.full-bleed-image.full-bleed-image--no-caption .full-bleed-image_caption-wrap {
    display: none
}

.component.lightbox-slider {
    overflow: auto;
    color: #fff;
    height: 100%
}

.component.lightbox-slider .lightbox-slider_ct {
    margin: 0 auto;
    display: block;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.component.lightbox-slider .lightbox-slider_ct:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (max-width: 767px) {
    .component.lightbox-slider .lightbox-slider_ct {
        min-height: 100vh
    }
}

@media screen and (min-width: 768px) {
    .component.lightbox-slider .lightbox-slider_ct {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        width: 100%;
        max-height: 100vh
    }
}

@media screen and (min-width: 1024px) {
    .component.lightbox-slider .lightbox-slider_ct {
        position: relative;
        width: auto
    }
}

.component.lightbox-slider .lightbox-slider_close {
    display: block;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 15px
}

@media screen and (min-width: 768px) {
    .component.lightbox-slider .lightbox-slider_close {
        padding-right: 30px
    }
}

@media screen and (max-width: 767px) {
    .component.lightbox-slider .lightbox-slider_close {
        top: 0;
        right: 30px
    }
}

.component.lightbox-slider .lightbox-slider_close button {
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 13px
}

.component.lightbox-slider .lightbox-slider_close button:before {
    display: block;
    font-family: icomoon;
    content: "\e90d";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    float: right;
    margin-left: 18px;
    line-height: 20px
}

.component.lightbox-slider .lightbox-slider_carousel {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    .component.lightbox-slider .lightbox-slider_carousel {
        -webkit-transform: none;
        transform: none;
        top: auto;
        position: relative
    }
}

.component.lightbox-slider .lightbox-slider_carousel img {
    max-width: 100%;
    margin: auto;
    display: block
}

@media screen and (min-width: 768px) {
    .component.lightbox-slider .lightbox-slider_carousel img {
        width: 100%
    }
}

.component.lightbox-slider .lightbox-slider_info {
    height: 70px;
    background-color: #272727;
    display: table;
    width: 100%
}

@media screen and (max-width: 767px) {
    .component.lightbox-slider .lightbox-slider_info {
        position: absolute;
        bottom: 0
    }
}

.component.lightbox-slider .lightbox-slider_pagination {
    display: table-cell;
    background: #1f1f1f;
    height: 70px;
    vertical-align: middle;
    text-align: center;
    width: 78px
}

.component.lightbox-slider .lightbox-slider_desc {
    display: table-cell;
    vertical-align: middle;
    padding-left: 22px
}

.component.lightbox-slider .lightbox-slider_download {
    vertical-align: middle;
    width: 335px;
    background-color: #272727;
    padding-left: 30px;
    padding-right: 25px;
    display: none
}

@media screen and (min-width: 1024px) {
    .component.lightbox-slider .lightbox-slider_download {
        display: table-cell
    }
}

.component.lightbox-slider .lightbox-slider_download span {
    line-height: 50px
}

.component.lightbox-slider .lightbox-slider_download a {
    outline: none;
    float: right;
    display: block;
    height: 50px;
    width: 165px;
    text-align: center;
    line-height: 44px;
    border: 3px solid #fff;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .1s linear
}

.component.lightbox-slider .lightbox-slider_download a:hover {
    background-color: #fff;
    color: #272727
}

.lightbox-slider_next,
.lightbox-slider_prev {
    font-size: 12px;
    width: 24px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background-color: #ff0f64;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .lightbox-slider_next,
    .lightbox-slider_prev {
        width: 50px;
        height: 150px;
        font-size: 25px
    }
}

.lightbox-slider_prev {
    left: 0
}

.lightbox-slider_prev:before {
    display: block;
    font-family: icomoon;
    content: "\e900";
    font-style: normal;
    font-weight: 400;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.lightbox-slider_next {
    right: 0
}

.lightbox-slider_next:before {
    display: block;
    font-family: icomoon;
    content: "\e900";
    font-style: normal;
    font-weight: 400
}

.list-item {
    border-bottom: 1px solid #ddd
}

.list-item:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width: 1024px) {
    .list-item {
        padding: 0 30px
    }
}

.list-item--press .list-item_text-wrapper {
    width: calc(100% - 280px);
    max-width: 680px;
    float: left;
    padding: 30px 0
}

@media screen and (max-width: 767px) {
    .list-item--press .list-item_text-wrapper {
        padding: 22px 0;
        width: 100%
    }
}

.list-item--news .list-item_text-wrapper {
    padding: 25px 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .list-item--news .list-item_text-wrapper {
        float: left;
        padding: 47px 0
    }
}

@media screen and (min-width: 768px) {
    .list-item--news .list-item_image-wrapper + .list-item_text-wrapper {
        width: 60.72423%
    }
}

.list-item_image-wrapper {
    display: none
}

@media screen and (min-width: 768px) {
    .list-item_image-wrapper {
        float: left;
        padding: 50px 0;
        width: 34.81894%;
        display: block;
        margin-right: 30px
    }
}

@media screen and (min-width: 1024px) {
    .list-item_image-wrapper {
        width: 27.88462%
    }
}

.list-item_image-wrapper img {
    display: block;
    width: 100%
}

.list-item_file-wrapper {
    width: 280px;
    float: right;
    padding: 35px 0;
    text-align: right
}

@media screen and (max-width: 767px) {
    .list-item_file-wrapper {
        display: none
    }
}

.list-item_badge {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    padding: 4px 7px 2px;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    background-color: #55be5a;
    text-transform: uppercase;
    margin-right: 8px;
    position: relative;
    top: -1px
}

.list-item_category,
.list-item_file-size,
.list-item_file-type {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #666
}

@media screen and (max-width: 767px) {
    .list-item_category,
    .list-item_file-size,
    .list-item_file-type {
        font-size: 11px
    }
}

.list-item_date {
    margin-right: 8px
}

.list-item_date:before {
    content: "|";
    display: inline-block;
    padding-right: 8px
}

.list-item_date:first-child:before {
    display: none
}

.list-item_category:hover {
    text-decoration: underline
}

.list-item_title {
    margin-top: 5px
}

@media screen and (max-width: 767px) {
    .list-item_title {
        margin-top: 8px
    }
}

.list-item_title a:hover {
    text-decoration: underline
}

.list-item_description {
    margin-top: 14px
}

@media screen and (max-width: 767px) {
    .list-item_description {
        display: none
    }
}

.list-item_file-type {
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 12px
}

.list-item .btn-cta {
    margin-left: 18px
}

.investor-panels .list-item_file-wrapper {
    width: 200px
}

.investor-panels .list-item .list-item_text-wrapper {
    width: calc(100% - 200px)
}

@media screen and (max-width: 767px) {
    .investor-panels .list-item .list-item_text-wrapper {
        width: 100%
    }
}

.investor-panels .list-item .list-item_file-type {
    display: none
}

.megamenu__article {
    background: #fff;
    color: #666;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden
}

.megamenu__article:after {
    content: "";
    background: #0555fa;
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: -11px;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.ios .megamenu__article:after {
    display: none
}

@media screen and (max-width: 767px) {
    .megamenu__article {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .megamenu__article {
        width: calc(50% - 10px)
    }

    .megamenu__article--large {
        width: 100%
    }
}

.megamenu__article__img {
    height: 0;
    padding-top: 51%;
    overflow: hidden;
    border: 3px solid #fff;
    border-bottom: none
}

.megamenu__article__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto
}

.megamenu__article__img + .megamenu__article__content {
    height: auto
}

.megamenu__article .icon-video {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #ff0f64;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    padding-top: .05em;
    padding-left: .1em
}

.megamenu__article__content {
    padding: 30px 20px 10px;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.megamenu__article__topic {
    color: #41b9e6;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .24px;
    line-height: 150%;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px
}

.megamenu__article__topic .icon-link-external {
    font-size: 10px;
    margin-left: 10px
}

.megamenu__article__title {
    font-size: 24px;
    letter-spacing: -.48px;
    line-height: 141.66667%;
    color: #000
}

.megamenu__article__copy p,
.megamenu__article__title {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 10px
}

.megamenu__article__copy p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 177.77778%
}

@media screen and (min-width: 768px) {
    .megamenu__article--large .megamenu__article__title {
        font-size: 30px;
        letter-spacing: -1.2px;
        line-height: 120%
    }
}

@media screen and (max-width: 767px) {
    .megamenu__article--large .megamenu__article__copy {
        display: none
    }
}

.megamenu__article a:hover {
    text-decoration: none
}

.megamenu__article:hover .megamenu__article__content,
.megamenu__article:hover:after {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.megamenu__article--tweet {
    padding: 30px 20px 10px
}

.megamenu__article--tweet:after {
    display: none
}

.megamenu__article--tweet .icon-twitter {
    color: #41b9e6;
    font-size: 24px
}

.megamenu__article--tweet .tweet__meta {
    text-align: center;
    margin-bottom: 20px
}

.megamenu__article--tweet .tweet__username {
    font-size: 18px
}

.megamenu__article--tweet .tweet__text {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 177.77778%;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.megamenu__article--tweet .tweet__text a {
    color: #41b9e6
}

.megamenu__article--tweet .tweet__text a:hover {
    text-decoration: underline
}

.megamenu__article--tweet time {
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal
}

.org-group_name {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    margin: 0 0 54px;
    padding-top: 24px
}

@media screen and (max-width: 767px) {
    .org-group:not(: first-child) .org-group_name {
        border-top: 2px solid #ddd;
        margin-top: 10px;
        padding-top: 20px
    }
}

@media screen and (min-width: 768px) {
    .org-group:not(: first-child) .org-group_name {
        padding-top: 48px
    }
}

@media screen and (max-width: 767px) {
    .org-group_name {
        margin-bottom: 20px;
        cursor: pointer
    }
}

@media screen and (min-width: 768px) {
    .org-group_name {
        margin: 0 2% 36px;
        font-size: 36px;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .org-group_name:after {
        content: '\e907';
        font-family: icomoon;
        color: #ff0f64;
        font-size: 15px;
        top: 30px;
        right: 22px;
        position: absolute
    }
}

@media screen and (max-width: 767px) {
    .org-group_name.open:after {
        content: '\e908'
    }
}

.org-group_wrap {
    background-color: #f4f4f4;
    overflow: hidden
}

@media screen and (max-width: 767px) {
    .org-group_wrap {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .org-group_wrap {
        display: block !important
    }
}

@media screen and (min-width: 768px) {
    .org-person_image {
        width: 50%
    }
}

.org-person_image img {
    display: block;
    width: 100%
}

.org-person_tile {
    text-decoration: none;
    color: #fff;
    margin: 0 auto 30px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    vertical-align: top
}

@media screen and (min-width: 768px) {
    .org-person_tile_inner {
        width: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%
    }
}

.org-person_tile_inner:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    border: 20px solid;
    position: absolute;
    top: -20px;
    left: 50%
}

.org-group_wrap--pink .org-person_tile_inner:after {
    border-color: transparent transparent #ff0f64
}

.org-group_wrap--green .org-person_tile_inner:after {
    border-color: transparent transparent #55be5a
}

.org-group_wrap--orange .org-person_tile_inner:after {
    border-color: transparent transparent #ff5a0f
}

.org-group_wrap--sky .org-person_tile_inner:after {
    border-color: transparent transparent #41b9e6
}

.org-group_wrap--forest .org-person_tile_inner:after {
    border-color: transparent transparent #0f955a
}

@media screen and (min-width: 768px) {
    .org-person_tile_inner:after {
        -webkit-transform: translate(-50%, -50%) rotate(270deg);
        transform: translate(-50%, -50%) rotate(270deg);
        top: 50%;
        left: -20px
    }
}

@media screen and (min-width: 768px) {
    .org-person_tile {
        margin: 0
    }

    .org-person_tile:nth-of-type(even) .org-person_image {
        left: 50%
    }

    .org-person_tile:nth-of-type(even) .org-person_tile_inner {
        left: 0
    }

    .org-person_tile:nth-of-type(even) .org-person_tile_inner:after {
        -webkit-transform: translate(50%, -50%) rotate(90deg);
        transform: translate(50%, -50%) rotate(90deg);
        top: 50%;
        left: auto;
        right: -20px
    }
}

@media screen and (min-width: 1024px) {
    .org-group_wrap--tile .org-person_tile {
        width: 640px;
        height: 320px;
        float: left
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+1) .org-person_image {
        left: 0
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+1) .org-person_tile_inner:after {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: -20px;
        left: 50%;
        right: auto
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+1):last-of-type .org-person_tile_inner,
    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+2) .org-person_image {
        left: 50%
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+2) .org-person_tile_inner:after {
        -webkit-transform: translate(50%, -50%) rotate(90deg);
        transform: translate(50%, -50%) rotate(90deg);
        top: 50%;
        left: auto;
        right: -20px
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+2) .org-person_tile_inner,
    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+3) .org-person_image {
        left: 0
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+3) .org-person_tile_inner {
        left: 50%
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+1):last-of-type .org-person_tile_inner:after,
    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+3) .org-person_tile_inner:after {
        -webkit-transform: translate(-50%, -50%) rotate(270deg);
        transform: translate(-50%, -50%) rotate(270deg);
        top: 50%;
        left: -20px;
        right: auto
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+1):not(:last-of-type) {
        width: 320px;
        height: 640px
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+1):not(:last-of-type) .org-person_image {
        width: 100%;
        height: 50%
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+1):not(:last-of-type) .org-person_tile_inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        height: 50%
    }

    .org-group_wrap--split .org-person_tile {
        width: 640px;
        height: 320px;
        float: left
    }

    .org-group_wrap--split .org-person_tile:nth-of-type(even) {
        margin-left: 320px
    }

    .org-group_wrap--split .org-person_tile:nth-of-type(even) .org-person_image {
        left: 0
    }

    .org-group_wrap--split .org-person_tile:nth-of-type(even) .org-person_tile_inner {
        left: 50%
    }

    .org-group_wrap--split .org-person_tile:nth-of-type(even) .org-person_tile_inner:after {
        -webkit-transform: translate(-50%, -50%) rotate(270deg);
        transform: translate(-50%, -50%) rotate(270deg);
        top: 50%;
        left: -20px;
        right: auto
    }
}

@media screen and (min-width: 1290px) {
    .org-group_wrap--tile .org-person_tile {
        width: 840px;
        height: 420px
    }

    .org-group_wrap--tile .org-person_tile:nth-of-type(3n+1):not(:last-of-type) {
        width: 420px;
        height: 840px
    }

    .org-group_wrap--split .org-person_tile {
        width: 840px;
        height: 420px
    }

    .org-group_wrap--split .org-person_tile:nth-of-type(even) {
        margin-left: 420px
    }
}

.org-person_tile_content {
    transition: all .1s linear;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    height: auto;
    padding: 33px 25px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .org-person_tile_content {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        padding: 0 25px;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%) translateY(32px);
        transform: translateY(-50%) translateY(32px)
    }
}

@media screen and (min-width: 768px) {
    .org-person_tile:hover .org-person_tile_content {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.org-person_tile_content_name {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    font-spacing: -.6px;
    line-height: 28px
}

.org-person_tile_content_position {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 20px
}

.org-person_tile_content_cta {
    display: none
}

@media screen and (min-width: 768px) {
    .org-person_tile_content_cta {
        margin-top: 16px;
        border-color: transparent;
        color: transparent;
        display: inline-block;
        padding: 12px 20px
    }

    .org-person_tile_content_cta:hover {
        background-color: rgba(0, 0, 0, .25)
    }

    .org-person_tile:hover .org-person_tile_content_cta {
        border-color: #fff;
        color: #fff
    }
}

.org-group_wrap--pink .org-person_tile {
    background-color: #ff0f64
}

.org-group_wrap--green .org-person_tile {
    background-color: #55be5a
}

.org-group_wrap--orange .org-person_tile {
    background-color: #ff5a0f
}

.org-group_wrap--sky .org-person_tile {
    background-color: #41b9e6
}

.org-group_wrap--forest .org-person_tile {
    background-color: #0f955a
}

.pagination {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
    font-size: 15px;
    padding: 0;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width: 768px) {
    .pagination {
        padding: 80px 0
    }
}

@media screen and (min-width: 1024px) {
    .pagination {
        font-size: 12px
    }
}

.pagination_prev {
    float: left;
    margin-right: 20px;
    margin-left: 20px
}

.pagination_prev:before {
    display: block;
    font-family: icomoon;
    content: "\e906";
    font-style: normal;
    font-weight: 400
}

.pagination_next {
    float: right;
    margin-left: 20px;
    margin-right: 20px
}

.pagination_next:after {
    display: block;
    font-family: icomoon;
    content: "\e905";
    font-style: normal;
    font-weight: 400
}

.pagination_next,
.pagination_prev {
    color: #ff0f64;
    display: inline-block;
    letter-spacing: 1px;
    position: relative;
    top: 6px
}

@media screen and (min-width: 1024px) {
    .pagination_next:hover,
    .pagination_prev:hover {
        text-decoration: underline
    }
}

.pagination_next.hidden,
.pagination_prev.hidden {
    display: none
}

.pagination_next.disabled,
.pagination_prev.disabled {
    cursor: default;
    color: #999;
    text-decoration: none !important;
    opacity: .5
}

@media screen and (min-width: 1024px) {
    .pagination_next,
    .pagination_prev {
        float: inherit;
        padding-top: 4px;
        top: 0
    }
}

.pagination_next:after,
.pagination_prev:before {
    display: inline-block;
    font-size: 11px;
    text-decoration: none !important;
    letter-spacing: 0
}

@media screen and (min-width: 1024px) {
    .pagination_next:after,
    .pagination_prev:before {
        position: relative;
        top: 1px
    }
}

.pagination_prev:before {
    padding-right: 3px
}

.pagination_next:after {
    padding-left: 3px
}

.pagination_num {
    display: inline-block;
    min-width: 38px
}

@media screen and (min-width: 1024px) {
    .pagination_num:hover {
        color: #000;
        text-decoration: none
    }
}

.pagination_num + .pagination_num {
    border-left: 1px solid #999
}

@media screen and (min-width: 1024px) {
    .pagination_num {
        min-width: 34px
    }
}

.pagination .active {
    border: 2px solid #000;
    color: #000;
    min-width: 34px;
    padding: 6px 0;
    pointer-events: none
}

.pagination .active + .pagination_num {
    border-left: none
}

.pagination .active + .pagination_ellipsis {
    margin-left: 10px
}

@media screen and (min-width: 1024px) {
    .pagination .active {
        min-width: 30px
    }
}

.pagination_ellipsis + .active {
    margin-left: 10px
}

.pagination_total {
    display: none
}

@media screen and (max-width: 767px) {
    .pagination {
        margin: 28px 0
    }

    .pagination_ellipsis,
    .pagination_num {
        display: none
    }

    .pagination .active {
        padding: 0;
        border: none;
        min-width: inherit
    }

    .pagination .active,
    .pagination_total {
        display: inline-block;
        font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .pagination_total:before {
        content: "/";
        margin-left: 5px;
        padding-right: 5px
    }

    .pagination_next,
    .pagination_prev {
        top: 1px
    }
}

.pull-quote {
    padding-left: 25px
}

@media screen and (min-width: 768px) {
    .pull-quote {
        padding-left: 65px
    }
}

.pull-quote:before {
    background-color: #ff0f64;
    content: '';
    height: 100%;
    display: block;
    width: 30px;
    position: absolute;
    left: 0;
    top: 0
}

@media screen and (min-width: 768px) {
    .pull-quote:before {
        width: 60px
    }
}

.pull-quote_inner {
    padding: 20px 25px
}

@media screen and (min-width: 768px) {
    .pull-quote_inner {
        padding: 38px 50px 34px
    }
}

@media screen and (min-width: 1024px) {
    .pull-quote_inner {
        padding-right: 25%
    }
}

.pull-quote_quote {
    margin-bottom: 12px
}

@media screen and (min-width: 768px) {
    .pull-quote_quote {
        margin-bottom: 22px
    }
}

.related-content-card {
    width: 100%;
    max-width: 340px;
    overflow: hidden
}

.related-content-card_wrap {
    padding-top: 140%
}

.related-content-card_inner {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0
}

.related-content-card_color {
    z-index: 1000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all .5s ease-in-out;
    height: 10px;
    width: 100%;
    display: block;
    background-color: #0555fa
}

@media screen and (min-width: 768px) {
    .related-content-card_color {
        height: 15px
    }
}

.related-content-card_title-wrap {
    z-index: 1001;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 90%;
    padding-left: 30px
}

.related-content-card_title {
    position: absolute;
    transition: all .5s ease-in-out;
    color: #fff;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -.44px;
    line-height: 136.36364%
}

@media screen and (min-width: 768px) {
    .related-content-card_title {
        font-size: 26px;
        letter-spacing: -.52px;
        line-height: 153.84615%
    }
}

.related-content-card_copy {
    opacity: 0;
    transition: opacity .4s 0s;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 150%;
    position: absolute;
    bottom: 20px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.related-content-card_image {
    width: 100%;
    display: block
}

.related-content-card.no-image .related-content-card_color,
.related-content-card:active .related-content-card_color,
.related-content-card:hover .related-content-card_color {
    height: 100%
}

.related-content-card:active .related-content-card_title,
.related-content-card:hover .related-content-card_title {
    bottom: 280px !important
}

.related-content-card:active .related-content-card_copy,
.related-content-card:hover .related-content-card_copy {
    opacity: 1;
    transition: opacity .4s .4s
}

@media screen and (max-width: 1024px) {
    .related-content-card_wrap {
        padding-top: 130%
    }

    .related-content-card .related-content-card_color {
        height: 100%
    }

    .related-content-card.no-image .related-content-card_title {
        bottom: 280px !important
    }

    .related-content-card .related-content-card_copy {
        opacity: 1;
        transition: opacity .4s .4s
    }

    .related-content-card_color,
    .related-content-card_image {
        z-index: 1
    }
}

@media screen and (max-width: 768px) {
    .related-content-card_wrap {
        padding-top: 115%
    }
}

.rich-text {
    margin-bottom: 60px
}

.rich-text .rich-text_inner h1,
.rich-text .rich-text_inner h2,
.rich-text .rich-text_inner h3,
.rich-text .rich-text_inner h4,
.rich-text .rich-text_inner h5,
.rich-text .rich-text_inner h6 {
    margin-bottom: 24px
}

@media screen and (min-width: 768px) {
    .rich-text .rich-text_inner h1,
    .rich-text .rich-text_inner h2,
    .rich-text .rich-text_inner h3,
    .rich-text .rich-text_inner h4,
    .rich-text .rich-text_inner h5,
    .rich-text .rich-text_inner h6 {
        margin-bottom: 35px
    }
}

.rich-text .rich-text_inner p {
    margin-bottom: 23px
}

.rich-text .rich-text_inner p:last-child {
    margin-bottom: 0 !important
}

@media screen and (min-width: 768px) {
    .rich-text .rich-text_inner p {
        margin-bottom: 28px
    }
}

.rich-text .rich-text_inner ol,
.rich-text .rich-text_inner ul {
    padding-left: 22px
}

.rich-text .rich-text_inner ul {
    list-style: initial
}

.rich-text .rich-text_inner li {
    padding-left: 8px
}

.rich-text .rich-text_inner li:last-child {
    margin-bottom: 0 !important
}

.rich-text .rich-text_inner ol .rich-text_list-item:before {
    display: none
}

@media screen and (min-width: 1024px) {
    .rich-text--social .rich-text_inner {
        display: inline-block;
        width: 87%
    }
}

.rich-text--social .share-links {
    margin-bottom: 33px
}

@media screen and (min-width: 768px) {
    .rich-text--social .share-links {
        margin-bottom: 53px
    }
}

@media screen and (min-width: 1024px) {
    .rich-text--social .share-links {
        padding-top: 7px;
        vertical-align: top;
        display: inline-block;
        width: 13%;
        float: left;
        margin-bottom: 0
    }

    .rich-text--social .share-links > ul {
        text-align: center
    }
}

.rich-text--social .rich-text_heading {
    margin-top: 0;
    margin-bottom: 24px
}

@media screen and (min-width: 768px) {
    .rich-text--social .rich-text_heading {
        margin-bottom: 40px
    }
}

.rich-text--social .rich-text_text {
    margin-bottom: 23px
}

@media screen and (min-width: 768px) {
    .rich-text--social .rich-text_text {
        margin-bottom: 36px
    }
}

.share-links {
    font-size: 0
}

.share-links_list {
    text-align: center;
    padding: 0
}

.share-links_list-item {
    display: inline-block
}

@media screen and (min-width: 1024px) {
    .share-links_list-item {
        display: block
    }
}

.share-links_list-item:first-child > a {
    border-left: 1px solid #000
}

@media screen and (min-width: 1024px) {
    .share-links_list-item:first-child > a {
        border-left-width: 2px;
        border-top: 2px solid #000
    }
}

.share-links_link {
    border: 1px solid #000;
    border-left: 0;
    display: inline-block;
    width: auto;
    transition: all .1s linear
}

@media screen and (min-width: 1024px) {
    .share-links_link {
        border: 2px solid #000;
        border-top: 0
    }
}

.share-links_link:hover {
    background-color: #000;
    color: #fff
}

.share-links_link:before {
    font-size: 22px;
    height: 39px;
    width: 39px;
    line-height: 39px;
    text-align: center
}

@media screen and (min-width: 768px) {
    .share-links_link:before {
        font-size: 25px;
        height: 50px;
        width: 50px;
        line-height: 50px
    }
}

.share-links_fb:before {
    content: "\e901"
}

.share-links_fb:before,
.share-links_twitter:before {
    display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400
}

.share-links_twitter:before {
    content: "\e904"
}

.share-links_print:before {
    content: "\e903"
}

.share-links_email:before,
.share-links_print:before {
    display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400
}

.share-links_email:before {
    content: "\e902"
}

.shareprice {
    color: #fff
}

.shareprice__value {
    font-size: 33px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.shareprice__change {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px
}

.shareprice__change--down {
    color: #e61400
}

.shareprice__change--down .percent:after {
    content: '\25bc'
}

.shareprice__change--up {
    color: #55be5a
}

.shareprice__change--up .percent:after {
    content: '\25b2'
}

@media screen and (min-width: 480px) {
    .shareprice__change {
        font-size: 18px
    }
}

.stock-graph__buttons {
    text-align: right;
    margin-bottom: 20px
}

.stock-graph__buttons button {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-left: 10px;
    font-size: 14px;
    padding: 10px;
    color: #000
}

.stock-graph__buttons button.active {
    color: #ff0f64
}

.stock-graph__chart .tick text {
    fill: #999;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 12px
}

.stock-graph__chart .c3-axis-y .tick line,
.stock-graph__chart .c3-axis-y path {
    visibility: hidden
}

.stock-graph__chart .c3-axis path,
.stock-graph__chart .tick line {
    stroke: #ddd
}

.stock-graph__chart .c3-circles circle {
    visibility: hidden
}

.stock-graph__chart .c3-circles circle._expanded_ {
    visibility: visible
}

.stock-graph__chart .c3-line {
    stroke-width: 3px
}

.stock-graph__chart.one_year .c3-line {
    stroke-width: 2px
}

.stock-graph__chart.five_years .c3-line {
    stroke-width: 1px
}

.stock-graph__chart .c3-grid line {
    stroke: #ddd;
    stroke-dasharray: 0 0
}

.stock-graph__chart .c3-legend-item {
    cursor: default
}

.stock-graph__chart .c3-legend-item text {
    cursor: default;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px
}

.stock-graph__chart .c3-legend-item rect {
    cursor: default
}

.stock-graph__tooltip {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.stock-graph__tooltip__heading {
    font-size: 14px;
    margin-bottom: 5px
}

.stock-graph__tooltip__value {
    font-size: 18px;
    display: inline-block;
    margin-right: 5px
}

.stock-graph__tooltip__date {
    display: inline;
    font-size: 14px;
    color: #999
}

.tags li {
    display: inline;
    line-height: 40px
}

.tag {
    background: #55be5a;
    color: #fff;
    display: inline-block;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 158.33333%;
    text-transform: uppercase;
    margin-right: 15px;
    padding: 2px 10px 3px;
    border-radius: 3px;
    cursor: pointer
}

.tag--sky {
    background: #41b9e6
}

.tag--transparent {
    background: none;
    color: #41b9e6;
    padding-left: 0;
    padding-right: 0
}

.video-player {
    padding: 0 15px;
    margin-bottom: 74px
}

@media screen and (min-width: 768px) {
    .video-player {
        padding: 0 30px
    }
}

@media screen and (min-width: 1024px) {
    .video-player {
        display: block;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }
}

.video-player_inner {
    background: #000;
    overflow: hidden
}

@media screen and (min-width: 1024px) {
    .video-player_inner {
        margin: 0 13%
    }
}

.video-player_video-wrapper {
    width: 100%;
    display: inline-block
}

.video-player_overlay {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    cursor: pointer;
    z-index: 1
}

.video-player_overlay:after {
    background-image: url(../../enel-com/img/video-play-button-hover.png);
    background: url(../../enel-com/img/video-play-button.png) no-repeat 50%;
    background-size: 100%;
    content: '';
    cursor: pointer;
    display: block;
    height: 44px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 44px;
    z-index: 3
}

@media screen and (min-width: 1024px) {
    .video-player_overlay:after {
        width: 88px;
        height: 88px
    }
}

.video-player_overlay:hover:after {
    background-color: rgba(255, 255, 255, 0.4)
}

.video-player_video {
    width: 100%
}

.video-player_control-wrapper {
    height: 65px;
    background-color: #000;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: bottom .3s ease-in-out;
    z-index: 100
}

.video-player_play-pause {
    color: #fff;
    font-size: 24px;
    width: 63px;
    height: 65px;
    height: 100%;
    border-right: 2px solid #333;
    transition: background-color .2s ease-in-out
}

.video-player_play-pause:before {
    display: block;
    font-family: icomoon;
    content: "\e915";
    font-style: normal;
    font-weight: 400
}

.video-player_play-pause:hover {
    background-color: #ff0f64
}

.video-player_timer-wrapper {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 100%;
    color: #fff;
    border-right: 2px solid #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 17px;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.video-player_timer-divider {
    margin: 0 5px
}

.video-player_progress-wrapper {
    border-right: 2px solid #333;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center
}

.video-player_progress-scrubber {
    width: 90%;
    height: 6px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-size: auto;
    background-image: none
}

.video-player_progress-scrubber::-webkit-progress-bar {
    background: gray
}

.video-player_progress-scrubber::-webkit-progress-value {
    background: #fff
}

.video-player_volume-wrapper {
    border-right: 2px solid #333;
    width: 65px
}

.video-player_volume-wrapper:hover .video-player_volume-button {
    background-color: #ff0f64
}

.video-player_volume-wrapper:hover .video-player_volume-slider-wrapper {
    height: 160px
}

.video-player_volume-button {
    color: #fff;
    font-size: 24px;
    width: 63px;
    height: 65px;
    transition: background-color .2s ease-in-out
}

.video-player_volume-button:before {
    display: block;
    font-family: icomoon;
    content: "\e911";
    font-style: normal;
    font-weight: 400
}

.video-player_volume-slider-wrapper {
    position: absolute;
    bottom: 65px;
    height: 0;
    background: #e50d5a;
    width: 63px;
    overflow: hidden;
    transition: height .3s ease-in-out
}

.video-player_volume-slider {
    position: absolute;
    left: 50%;
    margin: 0 auto;
    margin-left: -2px;
    height: 120px;
    margin-top: 20px;
    width: 6px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    outline: none
}

.video-player_volume-slider .ui-slider-range-min {
    height: 120px;
    width: 8px;
    margin-left: -1px;
    position: absolute;
    background: #ffb6d1;
    border: none;
    outline: none;
    bottom: 0
}

.video-player_volume-slider .ui-slider-handle {
    width: 18px;
    height: 8px;
    background: #fff;
    position: absolute;
    margin-left: -6px;
    margin-bottom: -5px;
    cursor: pointer;
    outline: none;
    border: none
}

.video-player_full-screen {
    color: #fff;
    font-size: 24px;
    width: 63px;
    height: 65px;
    transition: background-color .2s ease-in-out
}

.video-player_full-screen:before {
    display: block;
    font-family: icomoon;
    content: "\e913";
    font-style: normal;
    font-weight: 400
}

.video-player_full-screen:hover {
    background-color: #ff0f64
}

.video-player--playing .video-player_play-pause:before {
    display: block;
    font-family: icomoon;
    content: "\e912";
    font-style: normal;
    font-weight: 400
}

.video-player--volume-active .video-player_volume-slider-wrapper {
    height: 160px
}

.video-player--volume-active .video-player_volume-button {
    background-color: #ff0f64
}

.video-player--volume-muted .video-player_volume-button:before {
    display: block;
    font-family: icomoon;
    content: "\e90c";
    font-style: normal;
    font-weight: 400
}

.video-player--on-device .video-player_progress-wrapper {
    border-right: none
}

.video-player--on-device .video-player_full-screen,
.video-player--on-device .video-player_volume-wrapper {
    display: none
}

@media screen and (max-width: 767px) {
    .video-player--on-device .video-player_progress-wrapper {
        border-right: none
    }

    .video-player--on-device .video-player_control-wrapper {
        display: none
    }

    .video-player--on-device .video-player_overlay {
        display: none !important
    }
}

.video-player_inner:hover .video-player_control-wrapper {
    bottom: 0
}

.youtube-player {
    display: inline-block;
    position: relative;
    width: 100%
}

.youtube-player .overlay  {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1
}

.youtube-player .overlay:before {
    background: rgba(0, 0, 0, .4);
    content: '';
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.youtube-player .overlay:after {
    background-image: url(../../enel-com/img/video-play-button-hover.png);
    background: url(../../enel-com/img/video-play-button.png) no-repeat 50%;
    background-size: 50%;
    content: '';
    cursor: pointer;
    display: block;
    height: 88px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 88px;
    z-index: 3
}

@media screen and (min-width: 1024px) {
    .youtube-player .overlay:after {
        background-size: 100%
    }
}

.youtube-player .overlay:hover:after {
    background-image: url(../../enel-com/img/video-play-button-hover.png)
}

.youtube-player .overlay.hide {
    opacity: 0;
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
    transition: opacity .5s;
    z-index: 0
}

.youtube-player .overlay img {
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.youtube-player iframe {
    height: 56.25%;
    width: 100%
}

@media screen and (min-width: 1024px) {
    .youtube-player iframe {
        height: 720px
    }
}

@media screen and (min-width: 768px) {
    .youtube-player iframe {
        height: 56.25%
    }
}

.article-content .youtube-player {
    display: block;
    padding: 0 15px;
    margin: 0 auto 70px;
    max-width: 1280px
}

@media screen and (min-width: 768px) {
    .article-content .youtube-player {
        padding: 0 30px
    }
}

.article-content .youtube-player .overlay {
    width: auto;
    left: 15px;
    right: 15px
}

@media screen and (min-width: 768px) {
    .article-content .youtube-player .overlay {
        left: 30px;
        right: 30px
    }
}

@media screen and (min-width: 1024px) {
    .article-content .youtube-player .overlay {
        left: 13%;
        right: 13%
    }
}

@media screen and (min-width: 1024px) {
    .article-content .youtube-player .video {
        padding: 0 13%
    }
}

.module.album {
    margin: 60px 30px 0
}

.module.album .pagination {
    border-top: 1px solid #ddd;
    padding: 60px 0
}

@media screen and (max-width: 767px) {
    .module.album .pagination {
        padding: 25px 0;
        margin: 0
    }
}

@media screen and (min-width: 1024px) {
    .module.album .pagination {
        border-top: 0
    }
}

@media screen and (min-width: 768px) {
    .module.album {
        margin: 60px 30px 0
    }
}

@media screen and (max-width: 767px) {
    .module.album {
        margin: 30px 15px 0
    }
}

.module.album .album__ct {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

.module.album .album__ct:after {
    clear: both;
    content: "";
    display: table
}

.article-author {
    max-width: 1024px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px
}

@media screen and (min-width: 768px) {
    .article-author {
        margin-left: 25px;
        margin-right: 25px
    }
}

@media print, screen and (min-width: 1084px) {
    .article-author {
        margin-left: auto;
        margin-right: auto
    }
}

.article-author:before {
    content: "";
    width: auto;
    height: 100%;
    width: 100%;
    left: 4px;
    top: 4px;
    background-color: rgba(0, 0, 0, .06);
    position: absolute;
    z-index: 0
}

.article-author__inner {
    border: 3px solid #ddd;
    padding: 30px;
    min-height: 310px;
    background: #fff
}

.article-author__image-col {
    width: 250px;
    margin: 0 auto 30px;
    z-index: 1
}

@media print, screen and (min-width: 768px) {
    .article-author__image-col {
        position: absolute;
        top: 30px
    }
}

.article-author__text-col {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: .36px;
    line-height: 166.66667%
}

@media print, screen and (min-width: 768px) {
    .article-author__text-col {
        padding-left: 320px
    }
}

.article-author__subheading {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 125%;
    color: #999;
    margin-bottom: 5px
}

.article-author__heading,
.article-author__subheading {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.article-author__heading {
    font-size: 30px;
    letter-spacing: -1.2px;
    line-height: 116.66667%;
    margin-bottom: 30px
}

.article-author__bio {
    color: #999
}

.article-author__bio p {
    margin-bottom: 30px
}

.article-author__link {
    color: #ff0f64;
    text-decoration: underline
}

.article-carousel {
    width: 100%;
    font-size: 0
}

.article-carousel .carousel {
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .article-carousel .carousel {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 768px) {
    .article-carousel_inner {
        z-index: 1
    }

    .article-carousel_inner:before {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        z-index: -1;
        top: -5px;
        background-color: rgba(0, 0, 0, .2)
    }
}

@media screen and (min-width: 1024px) {
    .article-carousel {
        margin-bottom: -70px;
        padding: 0 30px
    }

    .article-carousel_inner {
        position: relative;
        top: -70px;
        max-width: 1280px;
        margin: 0 auto
    }

    .article-carousel_inner:before {
        content: '';
        width: auto;
        height: 100%;
        left: -5px;
        right: -5px;
        bottom: 5px
    }
}

.article-content {
    padding: 30px 0 40px
}

@media screen and (min-width: 768px) {
    .article-content {
        padding: 60px 0 90px
    }
}

@media screen and (min-width: 1024px) {
    .article-content {
        padding-top: 100px
    }
}

.article-content_inner {
    display: block;
    margin: 0 auto
}

.article-content_inner .pull-quote {
    margin: 0 0 60px
}

@media screen and (min-width: 768px) {
    .article-content_inner .pull-quote {
        margin: 80px 0 60px
    }
}

.article-content_inner .full-bleed-image {
    margin: 0 0 40px
}

@media screen and (min-width: 768px) {
    .article-content_inner .full-bleed-image {
        margin: 0 0 60px
    }
}

.article-content_inner .full-bleed-image {
    margin: 0 0 60px
}

@media screen and (min-width: 1024px) {
    .article-content_inner .rich-text {
        display: block;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }

    .article-content_inner .rich-text_inner {
        padding: 0 13%
    }

    .article-content_inner .rich-text--social {
        display: block;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto
    }

    .article-content_inner .rich-text--social .rich-text_inner {
        padding: 0 13% 0 0
    }

    .article-content_inner .pull-quote {
        display: block;
        max-width: 1280px;
        margin: 85px auto 70px
    }

    .article-content_inner .full-bleed-image {
        display: block;
        margin: 90px auto
    }

    .article-content_inner .tags {
        display: block;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding: 0
    }

    .article-content_inner .tags__inner {
        padding: 0 13%
    }
}

.article-youtube-player {
    width: 100%
}

@media screen and (min-width: 768px) {
    .article-youtube-player_inner:before {
        content: '';
        width: 100%;
        height: 5px;
        position: absolute;
        z-index: 0;
        top: -5px;
        background-color: rgba(0, 0, 0, .2)
    }
}

@media screen and (min-width: 1024px) {
    .article-youtube-player {
        margin-bottom: -70px;
        padding: 0 30px
    }

    .article-youtube-player_inner {
        position: relative;
        top: -70px;
        max-width: 1280px;
        margin: 0 auto;
        max-height: 720px
    }

    .article-youtube-player_inner:before {
        content: '';
        width: auto;
        height: 100%;
        left: -5px;
        right: -5px;
        bottom: 5px
    }
}

.asset-download {
    display: none
}

@media screen and (min-width: 768px) {
    .asset-download {
        display: block;
        margin: 0 30px;
        padding: 50px 0 78px
    }
}

@media screen and (min-width: 768px) {
    .asset-download_wrapper {
        margin: 0 auto;
        max-width: 1260px
    }
}

.asset-download_inner {
    border: 2px solid #ddd;
    box-shadow: 2.5px 4.33px 0 0 rgba(0, 0, 0, .05);
    padding: 39px 24px
}

.asset-download_name {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize
}

.asset-download_type {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase
}

.asset-download_button_wrapper {
    position: relative;
    bottom: 17px;
    float: right
}

.bio_body .hero_detail,
.bio_body .hero_title {
    padding-top: 8px
}

.bio_body .rich-text .rich-text_inner p.rich-text_text:first-child,
.bio_body .rich-text_text.text--standard:first-child,
.rich-text .rich-text_inner .bio_body p.rich-text_text:first-child {
    padding-top: 43px
}

.bio_body .rich-text--social {
    position: static
}

@media screen and (min-width: 768px) {
    .bio_body div.component.rich-text.rich-text--social {
        padding-left: 0
    }
}

@media screen and (min-width: 768px) {
    .bio_body .rich-text_inner {
        width: 721px
    }
}

@media screen and (min-width: 1024px) {
    .bio_body .rich-text_inner {
        width: 826px
    }
}

.bio_body .share-links {
    display: none
}

@media screen and (min-width: 1024px) {
    .bio_body .share-links {
        display: block;
        position: absolute;
        left: -140px;
        top: 0;
        padding-top: 0
    }

    .bio_body .share-links .share-links_link.share-links_fb,
    .bio_body .share-links .share-links_link.share-links_twitter {
        display: none
    }

    .bio_body .share-links .share-links_link.share-links_email {
        border-top: 2px solid #000
    }
}

.bio-content_container {
    padding-bottom: 29px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 768px) {
    .bio-content_container {
        max-width: 721px
    }
}

@media screen and (min-width: 1024px) {
    .bio-content_container {
        max-width: 815px
    }
}

.bio-content_image {
    display: block;
    margin: 48px auto 0;
    padding: 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .bio-content_image {
        margin-top: 60px
    }
}

@media screen and (max-width: 767px) {
    .bio-content_image_wrap {
        padding: 0 15px
    }
}

.bio-content--no-image .share-links {
    margin-top: 51px
}

.contact {
    margin: 0
}

@media screen and (min-width: 768px) {
    .contact_wrap {
        display: -ms-flexbox;
        display: flex
    }

    .contact_wrap .contact_carousel_wrap,
    .contact_wrap .subscribe {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .contact_wrap {
        display: -ms-flexbox;
        display: flex
    }

    .contact_wrap .contact_carousel_wrap {
        display: none
    }

    .contact_wrap .contact_carousel,
    .contact_wrap .contact_no_carousel {
        width: 66.666%
    }

    .contact_wrap .subscribe {
        width: 33.333%
    }
}

@media screen and (max-width: 767px) {
    .contact {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 15px
    }
}

@media screen and (min-width: 768px) {
    .contact {
        margin: 0 30px
    }
}

.disclaimer + .contact .contact_inner,
.hub + .contact .contact_inner,
.related-content--gallery + .contact .contact_inner {
    border-top: none
}

.contact_inner {
    border-top: 1px solid #cecece;
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    padding-bottom: 35px
}

@media screen and (min-width: 768px) {
    .contact_inner {
        padding: 15px 0 75px
    }
}

.contact_header {
    padding: 60px 0 10px
}

@media screen and (max-width: 767px) {
    .contact_header {
        padding: 45px 0 0
    }
}

.contact_wrapper {
    padding-top: 42px;
    display: block;
    float: left;
    padding-top: 60px;
    vertical-align: top;
    width: 50%
}

@media screen and (min-width: 1024px) {
    .contact_wrapper {
        width: 50%
    }
}

.contact_heading {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -.14px;
    line-height: 100%;
    margin-bottom: 30px
}

.contact_carousel {
    overflow: hidden;
    padding-bottom: 100px
}

@media screen and (min-width: 1024px) {
    .contact_carousel {
        display: none
    }
}

.contact_carousel--loading {
    visibility: hidden
}

.contact_carousel .slick-slide {
    outline: none
}

.contact_carousel .slick-slider {
    margin-bottom: 30px
}

.contact_carousel .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.contact_carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.contact_carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 3px solid rgba(255, 15, 100, .7);
    border-radius: 100px;
    outline: none;
    background: transparent
}

.contact_carousel .slick-dots li button:focus,
.contact_carousel .slick-dots li button:hover {
    outline: none
}

.contact_carousel .slick-dots li button:focus:before,
.contact_carousel .slick-dots li button:hover:before {
    opacity: 1;
    border-radius: 100px;
    border: 3px solid transparent
}

.contact_carousel .slick-dots li button:before {
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.contact_carousel .slick-dots li.slick-active button {
    background-color: #ff0f64
}

.contact_carousel .slick-dots li.slick-active button:active {
    -webkit-tap-highlight-color: transparent
}

.contact_no_carousel {
	display: block;
}

@media screen and (max-width: 1023px){
	.contact_no_carousel {
    	display: none;
	}
}

.contact_email,
.contact_phone {
    font-size: 16px
}

.contact_email,
.contact_name,
.contact_phone {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    line-height: 100%
}

.contact_name {
    font-size: 18px
}

.contact_name + .contact_name {
    margin-top: 7px
}

.contact_name strong {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.contact_email {
    margin-top: 36px
}

.contact_email + .contact_email {
    margin-top: 9px
}

.contact_email strong {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 5px
}

/* css for resolved the issue #798 */
.contact_fax strong {
	margin-right: 5px
}

.contact_email a {
    color: #ff0f64;
    text-decoration: underline
}

.contact_phone {
    margin-top: 12px
}

.contact_phone + .contact_phone {
    margin-top: 9px
}

@media screen and (min-width: 768px) {
    .contact_phone {
        margin-top: 30px
    }
}

.contact_phone strong {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 5px
}

.error--maintenance .error_bar {
    display: none
}

.error--maintenance .error_inner {
    box-sizing: initial;
    display: table;
    height: 100vh;
    margin: auto;
    min-height: 400px;
    padding: 0 30px
}

.error--maintenance .error_header {
    border-bottom: 0;
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.error--maintenance h1 {
    font-size: 80px
}

@media screen and (max-width: 767px) {
    .error--maintenance h1 {
        font-size: 40px
    }

    .error--maintenance .error_inner {
        min-height: 320px
    }
}

.error_bar {
    height: 120px;
    background-color: #ff5a0f
}

.error_inner {
    max-width: 885px;
    padding: 0 25px;
    margin: 62px auto 90px;
    text-align: center
}

.error_header {
    padding: 0 3% 72px;
    border-bottom: 1px solid #ddd
}

.error_reasons {
    margin-top: 77px;
    text-align: left
}

.error_reason {
    padding-left: 30px;
    margin-top: 22px
}

.error_reason:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    height: 8px;
    width: 8px;
    background-color: #ddd
}

.error_reason:first-child {
    margin-top: 26px
}

.error p {
    color: #000
}

.error_cta {
    text-align: left;
    margin-top: 43px
}

.error_cta + .error_cta {
    margin-top: 20px
}

.error .btn-cta {
    min-width: 200px
}

@media screen and (max-width: 767px) {
    .error_bar {
        height: 60px
    }

    .error_inner {
        padding: 0 15px;
        margin: 52px auto 60px
    }

    .error_header {
        padding-bottom: 42px
    }

    .error p {
        margin-top: 12px
    }

    .error_reasons {
        margin-top: 53px
    }

    .error_reason,
    .error_reason:first-child {
        margin-top: 18px
    }

    .error_cta {
        margin-top: 34px
    }

    .error_cta + .error_cta {
        margin-top: 15px
    }

    .error .btn-cta {
        display: block
    }
}

.filter {
    background: #f4f4f4
}

.filter__menu {
    border-bottom: 1px solid #ddd;
    overflow: hidden
}

.filter__menu__wrap {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.filter__menu button {
    max-width: 130px;
    min-width: 122px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 5px 10px 5px 0
}

@media screen and (min-width: 768px) {
    .filter__menu {
        padding: 15px 0
    }
}

.filter__sort {
    white-space: nowrap;
    margin: 5px 0
}

.filter select {
    top: 0;
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 25px !important
}

.android .filter select,
.ios .filter select {
    top: -1px
}

.filter__group__heading,
.filter__menu label {
    text-transform: uppercase;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 166.66667%;
    margin: 10px 0
}

.filter__sort label {
    top: 1px
}

.ios .filter__sort label {
    top: 0
}

.filter__num-items {
    color: #999;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 100%;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.filter__filters {
    display: none
}

.filter__filters label {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 162.5%;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .filter__filters {
        position: static;
        width: auto;
        height: auto
    }

    .filter__filters > .container {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (min-width: 768px) {
    .filter__groups {
        display: -ms-flexbox;
        display: flex
    }
}

.filter__group .form-row {
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .filter__group {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        float: none;
        margin: 0
    }

    .filter__group:last-child {
        margin-right: 0
    }

    .filter__group--large {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        float: none
    }

    .filter__group--large:last-child {
        margin-right: 0
    }
}

@media screen and (min-width: 1024px) {
    .filter__group {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 14.70196%;
        float: none
    }

    .filter__group:last-child {
        margin-right: 0
    }

    .filter__group--large {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 40.29137%;
        float: none
    }

    .filter__group--large:last-child {
        margin-right: 0
    }

    .filter__group--large .form-row {
        width: 50%;
        float: left
    }

    .filter__group--published .form-row {
        width: 100%;
        float: none
    }

    .filter__group--published .col {
        width: 50%;
        float: left
    }
}

.filter__controls,
.filter__heading {
    display: none
}

@media screen and (max-width: 767px) {
    .filter__filters {
        position: fixed;
        top: 0;
        height: 100%;
        left: 0;
        right: 0;
        background: #f4f4f4;
        z-index: 10000
    }

    .filter__filters__wrap {
        bottom: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        position: absolute;
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .filter__group,
    .filter__heading {
        display: block;
        padding: 0 15px
    }

    .filter__controls {
        display: block;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .filter__group__heading {
        cursor: pointer
    }

    .filter__heading {
        padding: 15px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .filter__heading__text {
        font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 300;
        font-style: normal;
        font-size: 30px;
        letter-spacing: -1.2px;
        line-height: 133.33333%
    }

    .filter__groups {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .filter .btn-filter-cancel {
        color: #ff0f64;
        font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 12px;
        letter-spacing: .012px;
        line-height: 1041.66667%%;
        text-transform: uppercase;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -5px;
        height: 17px;
        width: 24px
    }

    .filter .btn-filter-cancel .cross-icon:after,
    .filter .btn-filter-cancel .cross-icon:before {
        background: #ff0f64
    }

    .filter__group {
        background: #fff;
        border-bottom: 1px solid #ddd;
        padding: 0
    }

    .filter__group__heading {
        margin: 0;
        padding: 15px
    }

    .filter__group__heading:after {
        content: "+";
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -12px;
        color: #ff0f64
    }

    .filter__group__content {
        padding: 15px
    }

    .filter__group.open .filter__group__heading:after {
        content: "\2014";
        right: 12px
    }

    .filter__controls .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 15px
    }

    .filter__controls .container button {
        min-width: 140px
    }

    .filter__controls .container button:last-child {
        margin-left: auto
    }
}

@media screen and (max-width: 412px) {
	.filter__group__heading {
		margin: 0;
		padding: 9px;
	}
	
	.filter__group__content {
		padding: 0px;
	}
}

.filter .datepickers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px
}

.filter .datepickers .labels {
    padding-right: 20px;
    text-align: right
}

.filter .datepickers .labels label {
    display: block;
    margin-bottom: 5px
}

.filter .datepickers .inputs input {
    margin-bottom: 5px;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: transparent;
    border: none;
    border-bottom: 2px solid #ddd;
    outline: none;
    display: block;
    border-radius: 0
}

@media screen and (min-width: 768px) {
    .filter .datepickers .inputs input {
        width: 100%
    }
}

.pika-single {
    z-index: 1000000
}

.pika-single * {
    border-radius: 0
}

.is-today .pika-button {
    color: #ff0f64
}

.is-selected .pika-button,
.pika-button:hover {
    background: #ff0f64;
    color: #fff;
    box-shadow: none
}

.is-selected .pika-button:hover {
    color: #fff !important
}

footer {
    background: #222;
    color: #666;
    display: inline-block;
    padding: 0 30px 16px;
    width: 100%
}

@media screen and (max-width: 767px) {
    footer {
        padding-left: 15px;
        padding-right: 15px
    }
}

.footer-content {
    max-width: 1080px;
    margin: auto
}

.footer-section {
    -ms-flex: 1 100% auto;
    flex: 1 100% auto;
    padding: 40px 0;
    position: relative
}

.footer-section:before {
    content: '';
    display: block;
    position: absolute;
    background: #666;
    height: 1px;
    top: 0;
    width: 100%
}

.footer-section:first-child:before {
    display: none
}

.footer-section p {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 133.33333%
}

.footer-social ul {
    margin-top: 18px
}

.footer-social li {
    display: inline-block;
    margin-right: 20px
}

.footer-social li:last-child {
    margin-right: 0
}

.footer-social a {
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #41b9e6;
    display: -ms-flexbox;
    display: flex;
    height: 32px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    transition: all .1s linear
}

.footer-social a:before {
    color: #41b9e6;
    font-size: 15px;
    transition: all .1s linear
}

.footer-social a:hover {
    background: #41b9e6;
    text-decoration: none
}

.footer-social a:hover:before {
    color: #fff
}

.footer-social span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.footer-legal-links li:first-child:after,
.footer-legal li:before {
    content: '';
    display: block;
    position: absolute;
    height: 14px;
    top: 3px;
    width: 1px
}

.footer-legal {
    -ms-flex-order: 2;
    order: 2
}

.footer-legal li {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 153.84615%;
    display: inline-block;
    float: left;
    position: relative
}

.footer-legal li:before {
    right: 0
}

.footer-legal li:last-child {
    padding-right: 0
}

.footer-legal li:last-child:before {
    display: none
}

.footer-copyright li {
    margin: 0 10px 13px 0;
    padding-right: 10px
}

.footer-copyright li:before {
    background: #313131
}

.footer-legal-links li {
    padding-right: 13px;
    padding-left: 13px
}

.footer-legal-links li:before {
    background: #666
}

.footer-legal-links li:first-child {
    padding-left: 0
}

.footer-legal-links a {
    color: #41b9e6
}

.footer-legal-links a:hover {
    text-decoration: underline
}

@media screen and (min-width: 768px) {
    .footer-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px 0 30px
    }

    .footer-section {
        padding: 0
    }

    .footer-legal {
        -ms-flex-order: 0;
        order: 0
    }

    .footer-social {
        -ms-flex-order: 1;
        order: 1
    }

    .footer-social p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 125%
    }

    .footer-section:before {
        display: none
    }

    .footer-section .text--footer-link:hover {
        text-decoration: underline
    }

    .footer-legal li {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 142.85714%
    }

    .footer-legal li:before,
    .footer-legal li:first-child:after {
        top: 2px
    }

    .footer-copyright li:before {
        background: #313131
    }

    .footer-legal-links li {
        padding-right: 10px;
        padding-left: 10px
    }

    .footer-legal-links li:before {
        background: #313131
    }

    .footer-legal-links li:first-child {
        padding-left: 10px
    }

    .footer-legal-links li:first-child:after {
        background: #313131;
        left: 0
    }
}

@media screen and (min-width: 1024px) {
    .footer-content {
        max-width: 1080px;
        margin: auto;
        padding: 20px 0 0;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center
    }

    .footer-content:after {
        clear: both;
        content: "";
        display: table
    }

    .footer-copyright,
    .footer-legal-links {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 0
    }

    .footer-copyright li,
    .footer-legal-links li {
        margin-bottom: 0
    }

    .footer-social p {
        margin-right: 10px
    }

    .footer-social p,
    .footer-social ul {
        display: inline-block;
        vertical-align: middle
    }

    .footer-social ul {
        margin: 10px 0
    }

    .footer-social li:last-child {
        margin: 0
    }
}

.global-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.global-header__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 15px
}

@media screen and (min-width: 768px) {
    .global-header__main {
        padding: 25px
    }
}

@media screen and (min-width: 1024px) {
    .global-header__main {
        padding: 23px 30px
    }
}

.global-header__logo {
    max-width: 60px
}

@media screen and (min-width: 768px) {
    .global-header__logo {
        max-width: 109px
    }
}

.global-header__logo a {
    display: block
}

.global-header__logo img {
    width: 100%
}

.global-header__logo__color {
    display: none
}

.global-header__btns {
    margin-left: auto
}

@media screen and (min-width: 1024px) {
    .global-header__btns {
        margin-left: 0
    }
}

.global-header__btn {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px
}

@media screen and (min-width: 768px) {
    .global-header__btn {
        margin-left: 30px
    }

    .global-header__btn:first-of-type {
        margin-left: 0
    }
}

.global-header__btn__text {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    display: none;
    color: #fff;
    padding-right: 20px;
    position: relative;
    top: -7px
}

@media screen and (min-width: 768px) {
    .global-header__btn__text {
        text-transform: uppercase;
        display: inline-block
    }
}

.global-header__btn.btn-user {
    font-size: 20px;
    color: #fff
}

@media screen and (min-width: 768px) {
    .global-header__btn.btn-user {
        font-size: 28px
    }
}

@media screen and (min-width: 1024px) {
    .global-header__btn.btn-user {
        font-size: 22px
    }
}

.global-header__btn.btn-search-open {
    font-size: 20px;
    color: #fff
}

@media screen and (min-width: 768px) {
    .global-header__btn.btn-search-open {
        font-size: 28px
    }
}

@media screen and (min-width: 1024px) {
    .global-header__btn.btn-search-open {
        font-size: 22px
    }
}

.global-header__btn.btn-menu {
    font-size: 20px;
    color: #fff
}

@media screen and (min-width: 768px) {
    .global-header__btn.btn-menu {
        font-size: 28px
    }
}

@media screen and (min-width: 1024px) {
    .global-header__btn.btn-menu {
        font-size: 22px
    }
}

.global-header__btn.btn-search-close {
    height: 17px;
    width: 24px;
    top: 1px
}

@media screen and (min-width: 768px) {
    .global-header__btn.btn-search-close {
        height: 24px;
        width: 32px
    }
}

@media screen and (min-width: 1024px) {
    .global-header__btn.btn-search-close {
        height: 21px;
        width: 21px
    }
}

.global-header__links {
    display: none
}

@media screen and (min-width: 1024px) {
    .global-header__links {
        display: block;
        margin-left: 43px
    }
}

.global-header__links li {
    display: inline;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 1.33333;
    text-transform: uppercase;
    color: #fff;
    margin: 0 4px
}

.global-header__links li a {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    line-height: 1
}

.global-header__links li a:focus, .global-header__links li a:hover {
    text-decoration: underline
}

.global-header__links li.selected a {
    background: rgba(0, 0, 0, .15);
    border-radius: 100px
}

.global-header__links li.selected a:hover {
    text-decoration: none
}

.global-header-white-bg .global-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #999
}

.global-header-white-bg .global-header .global-header__logo__color {
    display: inline
}

.global-header-white-bg .global-header .global-header__logo__bw {
    display: none
}

.global-header-white-bg .global-header .global-header__links li, .global-header-white-bg .global-header .global-header__links li a {
    color: #999
}

.global-header-white-bg .global-header .global-header__links li.selected a {
    background: #f4f4f4;
    color: #000
}

.global-header-white-bg .global-header .global-header__btn, .global-header-white-bg .global-header .global-header__btn .icon-search-small, .global-header-white-bg .global-header .global-header__btn .icon-user {
    color: #999
}

.global-header-white-bg .global-header .global-header__btn.btn-menu .burger-icon, .global-header-white-bg .global-header .global-header__btn.btn-menu .burger-icon:after, .global-header-white-bg .global-header .global-header__btn.btn-menu .burger-icon:before, .global-header-white-bg .global-header .global-header__btn.btn-menu .cross-icon, .global-header-white-bg .global-header .global-header__btn.btn-menu .cross-icon:after, .global-header-white-bg .global-header .global-header__btn.btn-menu .cross-icon:before {
    background: #999
}

@media screen and (min-width: 768px) {
    .megamenu__article {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        transition: opacity .3s, -webkit-transform .5s ease-out;
        transition: opacity .3s, transform .5s ease-out;
        transition: opacity .3s, transform .5s ease-out, -webkit-transform .5s ease-out
    }

    .megamenu__article:nth-of-type(0), .megamenu__article:nth-of-type(1), .megamenu__article:nth-of-type(2), .megamenu__article:nth-of-type(3), .megamenu__article:nth-of-type(4), .megamenu__article:nth-of-type(5), .megamenu__article:nth-of-type(6), .megamenu__article:nth-of-type(7), .megamenu__article:nth-of-type(8), .megamenu__article:nth-of-type(9) {
        transition-delay: 0s
    }
}

@media screen and (min-width: 768px) {
    .megamenu__nav .megamenu__nav__body li {
        transition: opacity .1s, -webkit-transform .2s ease-out;
        transition: opacity .1s, transform .2s ease-out;
        transition: opacity .1s, transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }

    .megamenu__nav .megamenu__nav__body li:nth-of-type(0), .megamenu__nav .megamenu__nav__body li:nth-of-type(1), .megamenu__nav .megamenu__nav__body li:nth-of-type(2), .megamenu__nav .megamenu__nav__body li:nth-of-type(3), .megamenu__nav .megamenu__nav__body li:nth-of-type(4), .megamenu__nav .megamenu__nav__body li:nth-of-type(5), .megamenu__nav .megamenu__nav__body li:nth-of-type(6), .megamenu__nav .megamenu__nav__body li:nth-of-type(7), .megamenu__nav .megamenu__nav__body li:nth-of-type(8), .megamenu__nav .megamenu__nav__body li:nth-of-type(9) {
        transition-delay: 0s
    }
}

.megamenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    transition: -webkit-transform 0s ease-in-out .7s;
    transition: transform 0s ease-in-out .7s;
    transition: transform 0s ease-in-out .7s, -webkit-transform 0s ease-in-out .7s;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (min-width: 768px) {
    .megamenu {
        display: -ms-flexbox;
        display: flex
    }
}

.menu-open .megamenu {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s
}

.menu-open .megamenu .megamenu__nav {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.menu-open .megamenu .megamenu__main {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: all .7s ease-in-out 0s;
    opacity: 1
}

@media screen and (min-width: 768px) {
    .menu-open .megamenu .megamenu__article {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .menu-open .megamenu .megamenu__article:nth-of-type(0) {
        transition-delay: .5s
    }

    .menu-open .megamenu .megamenu__article:nth-of-type(1) {
        transition-delay: .75s
    }

    .menu-open .megamenu .megamenu__article:nth-of-type(2) {
        transition-delay: 1s
    }

    .menu-open .megamenu .megamenu__article:nth-of-type(3) {
        transition-delay: 1.25s
    }

    .menu-open .megamenu .megamenu__article:nth-of-type(4) {
        transition-delay: 1.5s
    }

    .menu-open .megamenu .megamenu__article:nth-of-type(5) {
        transition-delay: 1.75s
    }

    .menu-open .megamenu .megamenu__article:nth-of-type(6) {
        transition-delay: 2s
    }

    .menu-open .megamenu .megamenu__article:nth-of-type(7) {
        transition-delay: 2.25s
    }

    .menu-open .megamenu .megamenu__article:nth-of-type(8) {
        transition-delay: 2.5s
    }

    .menu-open .megamenu .megamenu__article:nth-of-type(9) {
        transition-delay: 2.75s
    }
}

@media screen and (min-width: 768px) {
    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li {
        opacity: 1;
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li:nth-of-type(0) {
        transition-delay: .4s
    }

    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li:nth-of-type(1) {
        transition-delay: .5s
    }

    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li:nth-of-type(2) {
        transition-delay: .6s
    }

    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li:nth-of-type(3) {
        transition-delay: .7s
    }

    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li:nth-of-type(4) {
        transition-delay: .8s
    }

    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li:nth-of-type(5) {
        transition-delay: .9s
    }

    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li:nth-of-type(6) {
        transition-delay: 1s
    }

    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li:nth-of-type(7) {
        transition-delay: 1.1s
    }

    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li:nth-of-type(8) {
        transition-delay: 1.2s
    }

    .menu-open .megamenu .megamenu__nav .megamenu__nav__body li:nth-of-type(9) {
        transition-delay: 1.3s
    }
}

.megamenu__nav {
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #ff0f64;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 1;
    overflow: hidden
}

@media screen and (min-width: 768px) {
    .megamenu__nav {
        width: 340px;
        -ms-flex-order: 2;
        order: 2;
        background-color: #ff0f64;
        transition: -webkit-transform .4s ease-in-out 0s;
        transition: transform .4s ease-in-out 0s;
        transition: transform .4s ease-in-out 0s, -webkit-transform .4s ease-in-out 0s
    }
}

@media screen and (min-width: 1024px) {
    .megamenu__nav {
        width: 400px
    }
}

.megamenu__main {
    background: #f4f4f4;
    -webkit-transform: translate(calc(100% + 400px));
    transform: translate(calc(100% + 400px));
    transition: all .4s ease-in-out;
    opacity: 0
}

@media screen and (min-width: 768px) {
    .megamenu__main {
        display: block;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.megamenu__main__body {
    display: -ms-flexbox;
    display: flex
}

.megamenu__navSecondary {
    display: none
}

@media screen and (min-width: 1280px) {
    .megamenu__navSecondary {
        display: block;
        min-width: 260px
    }
}

.megamenu__lang-links {
    top: -4px
}

.megamenu__lang-links li {
    display: inline-block;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 153.84615%;
    margin-right: 20px
}

.megamenu__lang-links li a {
    color: #fff
}

.megamenu__lang-links li a:hover {
    text-decoration: none
}

.megamenu__main {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.megamenu__main__header {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    padding: 0 15px
}

@media screen and (min-width: 768px) {
    .megamenu__main__header {
        padding: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .megamenu__main__header {
        padding: 0 30px
    }
}

@media screen and (max-width: 768px -1) {
    .megamenu__main__header {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .megamenu__main__header {
        height: 84px
    }
}

.megamenu__main__header__logo {
    display: block;
    width: 120px
}

.megamenu__main__header__logo img {
    width: 100%;
    height: auto;
    display: block
}

.megamenu__nav__header {
    background: #e2175c;
    position: absolute;
    top: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    padding: 0 15px;
    z-index: 9999999;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media screen and (min-width: 768px) {
    .megamenu__nav__header {
        padding: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .megamenu__nav__header {
        padding: 0 30px
    }
}

@media screen and (min-width: 768px) {
    .megamenu__nav__header {
        height: 84px
    }
}

.megamenu__nav .btn-close {
    top: 2px;
    height: 17px;
    width: 24px;
    vertical-align: middle
}

@media screen and (min-width: 768px) {
    .megamenu__nav .btn-close {
        width: 32px;
        height: 24px
    }
}

@media screen and (min-width: 1024px) {
    .megamenu__nav .btn-close {
        width: 21px;
        height: 21px
    }
}

.megamenu__nav__body {
    height: calc(100% - 64px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin: 64px 0 0
}

@media screen and (min-width: 768px) {
    .megamenu__nav__body {
        height: calc(100% - 84px);
        margin: 84px 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width: 767px) {
    .megamenu__nav__body {
        background: #f4f4f4
    }
}

@media screen and (min-width: 1280px) {
    .megamenu__nav .secondaryMenu {
        display: none
    }
}

.megamenu__accordian {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.megamenu__nav__body .megamenu__accordian {
    background-color: #ff0f64
}

.megamenu__accordian__header {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -.44px;
    line-height: 136.36364%;
    padding: 0 15px;
    border-top: 1px solid #d90d55;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    cursor: pointer
}

@media screen and (min-width: 768px) {
    .megamenu__accordian__header {
        padding: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .megamenu__accordian__header {
        padding: 0 30px
    }
}

.megamenu__accordian__header:after, .megamenu__accordian__header:before {
    right: 27px
}

@media screen and (min-width: 768px) {
    .megamenu__accordian__header:after, .megamenu__accordian__header:before {
        right: 37px
    }
}

.megamenu__accordian__header:before {
    content: " ";
    background: #a41242;
    width: 16px;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    margin-right: -7px
}

.megamenu__accordian__header:after {
    content: " ";
    background: #a41242;
    width: 2px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -8px
}

@media screen and (min-width: 1280px) {
    .megamenu__accordian__header {
        cursor: default
    }

    .megamenu__accordian__header:after, .megamenu__accordian__header:before {
        display: none
    }
}

.megamenu__accordian:last-child {
    border-bottom: 1px solid #d90d55
}

.megamenu__accordian__body {
    display: none;
    padding: 10px 0 20px
}

@media screen and (min-width: 768px) {
    .megamenu__accordian__body {
        padding: 10px 0 40px
    }
}

.megamenu__accordian__form {
    padding: 0 15px
}

@media screen and (min-width: 768px) {
    .megamenu__accordian__form {
        padding: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .megamenu__accordian__form {
        padding: 0 30px
    }
}

.megamenu__accordian__form input[type=text], .megamenu__accordian__form input[type=password] {
    margin-bottom: 10px;
    width: 100%;
    border: none
}

@media screen and (min-width: 1024px) {
    .megamenu__accordian__form input[type=text], .megamenu__accordian__form input[type=password] {
        border: 2px solid #cecece
    }
}

.megamenu__accordian__form .btn-cta {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    transition: all .1s linear;
    display: inline-block;
    min-width: 160px;
    padding: 17px 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .6px;
    line-height: 1.33333;
    border: 2px solid #fff;
    color: #fff;
    transition: background-color .1s linear;
    display: block;
    margin-top: 20px;
    width: 100%
}

.megamenu__accordian__form .btn-cta._hover, .megamenu__accordian__form .btn-cta:hover, a:hover .megamenu__accordian__form .btn-cta {
    text-decoration: none;
    background-color: hsla(0, 0%, 100%, .2)
}

.megamenu__accordian__header.open:after {
    display: none
}

@media screen and (max-width: 768px -1) {
    .megamenu__accordian.primaryMenu .megamenu__accordian__header {
        display: none
    }

    .megamenu__accordian.primaryMenu .megamenu__accordian__body {
        padding: 30px 0
    }
}

@media screen and (min-width: 768px) {
    .megamenu__accordian.primaryMenu {
        -ms-flex-order: 999;
        order: 999
    }

    .megamenu__accordian:last-child {
        border-bottom: none
    }
}

.megamenu__navSecondary .megamenu__accordian .megamenu__accordian__header {
    border: none;
    cursor: default;
    color: #999
}

.megamenu__navSecondary .megamenu__accordian .megamenu__accordian__header:after, .megamenu__navSecondary .megamenu__accordian .megamenu__accordian__header:before {
    display: none
}

.megamenu__navSecondary .megamenu__accordian .megamenu__accordian__body {
    padding-top: 0
}

.megamenu__links {
    margin-bottom: 30px;
    padding: 0 15px 20px 15px;

}

.megamenu__links:last-child {
    margin-bottom: 0
}


@media screen and (min-width: 768px) {
    .megamenu__links a {
        padding: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .megamenu__links a {
        padding: 0 30px
    }
}

.megamenu__links a:hover {
    text-decoration: underline
}

.megamenu__links__heading {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 153.84615%;
    padding: 0 15px
}

@media screen and (min-width: 768px) {
    .megamenu__links__heading {
        padding: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .megamenu__links__heading {
        padding: 0 30px
    }
}

.megamenu__links li {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 133.33333%;
    margin-bottom: 36px
}

.megamenu__links li:last-child {
    margin-bottom: 0
}

.megamenu__links li.selected > a:before {
    content: " ";
    width: .22em;
    height: 1.1em;
    box-sizing: content-box;
    padding: .05em 0;
    background: #fff;
    position: absolute;
    top: .05em;
    left: 0
}

@media screen and (min-width: 768px) {
    .megamenu__links li.selected > a:before {
        left: 10px
    }
}

@media screen and (min-width: 1024px) {
    .megamenu__links li.selected > a:before {
        left: 14px
    }
}

.megamenu__links li.selected .megamenu__links__heading:before {
    font-size: 18px;
    top: 0
}

.megamenu__links li li {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.megamenu__links .megamenu__submenu {
    margin-top: 12px
}

.megamenu__links .megamenu__submenu li {
    margin-bottom: 12px
}

.megamenu__links .megamenu__submenu li:last-child {
    margin: 0
}

@media screen and (max-width: 768px -1) {
    a.megamenu__links__heading {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 130.76923%;
        text-transform: none;
        font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: 400;
        font-style: normal
    }

    .selected a.megamenu__links__heading:before {
        font-size: 26px !important
    }

    a.megamenu__links__heading + .megamenu__submenu {
        display: none
    }
}

.megamenu__news {
    padding: 25px 40px 0;
    margin: 0 auto;
    width: 100%;
    max-width: 832px
}

.megamenu__news__inner {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.megamenu__news__mobile {
    background: #f4f4f4;
    padding: 40px 15px
}

.megamenu__news__mobile .megamenu__article {
    height: 100%
}

.megamenu__news__mobile .swiper-container {
    padding-bottom: 40px
}

.megamenu__news__mobile .swiper-wrapper {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.megamenu__news__mobile .swiper-slide {
    height: auto
}

.megamenu__news__mobile .swiper-pagination-bullet-active {
    background: #ff0f64
}

@media screen and (min-width: 768px) {
    .megamenu__news__mobile {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .megamenu__news__mobile {
        display: block
    }
}


.search-form {
    background: #ff0f64;
    color: #fff;
    width: 100%;
    z-index: 10000;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    transition: all .4s ease-in-out;
    overflow: hidden;
    max-height: 100vh
}

.search-form__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 15px
}

@media screen and (min-width: 768px) {
    .search-form__header {
        padding: 25px
    }
}

@media screen and (min-width: 1024px) {
    .search-form__header {
        padding: 23px 30px
    }
}

.search-form__logo {
    max-width: 60px
}

@media screen and (min-width: 768px) {
    .search-form__logo {
        max-width: 120px
    }
}

.search-form__logo a {
    display: block
}

.search-form__logo img {
    width: 100%
}

.search-form__btns {
    margin-left: auto;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
    text-align: right
}

@media screen and (min-width: 1024px) {
    .search-form__btns {
        margin-left: 20px
    }
}

.search-form__btn {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px
}

@media screen and (min-width: 768px) {
    .search-form__btn {
        margin-left: 30px
    }
}

.search-form__btn-close {
    height: 17px;
    width: 24px;
    top: 1px
}

@media screen and (min-width: 768px) {
    .search-form__btn-close {
        height: 21px;
        width: 21px
    }
}

.search-form__inner {
    padding: 60px 0;
    max-height: 100vh;
    overflow: hidden
}

@media screen and (max-height: 400px) {
    .search-form__inner {
        padding: 30px 0 60px
    }

    .search-open .search-form__inner {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

.search-form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 768px) {
    .search-form__content {
        margin-top: 40px;
        padding-left: 65px
    }
}

@media screen and (min-width: 1024px) {
    .search-form__content {
        margin-top: 60px;
        padding-left: 90px
    }
}

.search-form__content ul {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 2
}

.page-search .search-form__content {
    margin-top: 0
}

.search-form__heading {
    color: #a01043;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    letter-spacing: .52px;
    line-height: 2.07692;
    text-transform: uppercase;
    margin-bottom: 10px
}

@media screen and (min-width: 768px) {
    .search-form {
        padding: 0 0 100px
    }
}

@media screen and (min-width: 1024px) {
    .search-form {
        padding: 0 0 90px
    }
}

body.search-open .search-form {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.search-form__input {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    letter-spacing: -1.44px;
    line-height: 2.22222;
    background: #ff0f64;
    color: #fff;
    padding: 0;
    border: none;
    outline: none;
    width: 100%
}

.search-form__input::-webkit-input-placeholder {
    color: #ec0f5d
}

.search-form__input::-moz-placeholder {
    color: #ec0f5d
}

.search-form__input:-ms-input-placeholder {
    color: #ec0f5d
}

.search-form__input:-moz-placeholder {
    color: #ec0f5d
}

.search-form__input__wrap {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width: 768px) {
    .search-form__input {
        font-size: 60px;
        letter-spacing: -2.4px;
        line-height: 1.33333
    }
}

@media screen and (min-width: 1024px) {
    .search-form__input {
        font-size: 80px;
        letter-spacing: -3.2px;
        line-height: 1
    }
}

.search-form__submit {
    font-size: 29px;
    letter-spacing: .029px;
    line-height: 4.31034%;
    top: .07em
}

.search-form__submit__wrap {
    -ms-flex-order: 0;
    order: 0;
    margin-right: 20px
}

@media screen and (min-width: 768px) {
    .search-form__submit {
        font-size: 45px;
        letter-spacing: .045px;
        line-height: 2.77778%
    }
}

@media screen and (min-width: 1024px) {
    .search-form__submit {
        font-size: 60px;
        letter-spacing: .06px;
        line-height: 2.08333%
    }

    .search-form__submit__wrap {
        margin-right: 30px
    }
}

.page-search .search-form {
    position: static !important;
    top: 0 !important;
    -webkit-transform: translate(0) !important;
    transform: translate(0) !important
}

.hero {
    box-sizing: inherit;
    padding: 87px 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .hero {
        padding: 180px 0 170px
    }
}

@media screen and (max-width: 767px) {
    .hero--reduce-padding {
        padding: 110px 0 56px
    }
}

@media screen and (min-width: 768px) {
    .hero--reduce-padding {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1024px) {
    .hero--reduce-padding {
        padding-bottom: 170px
    }
}

.hero--clear-padding-bottom {
    padding: 110px 0 0
}

@media screen and (min-width: 768px) {
    .hero--clear-padding-bottom {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1024px) {
    .hero--clear-padding-bottom {
        padding-bottom: 170px
    }
}

.hero_inner {
    float: none;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
    position: relative;
    text-align: center
}

@media screen and (min-width: 768px) {
    .hero_inner {
        float: none
    }
}

.hero_content-wrapper {
    max-width: 1024px;
    margin: 0 auto
}

.hero_top {
    padding-top: 15px
}

.hero_top:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width: 768px) {
    .hero_top {
        padding-top: 12px
    }
}

.hero_arrow {
    display: none
}

@media screen and (min-width: 768px) {
    .hero_arrow {
        top: 0;
        left: 50%;
        display: block;
        position: absolute;
        width: 26px;
        margin-left: -12px;
        font-size: 18px;
        z-index: 3000;
        height: 80px;
        background-color: #fff
    }

    .hero_arrow:before {
        display: block;
        font-family: icomoon;
        content: "\e900";
        font-style: normal;
        font-weight: 400;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        top: 12px;
        margin-left: -10px;
        position: absolute;
        left: 50%
    }
}

.hero_breadcrumbs {
    display: none;
    padding-bottom: 20px
}

@media screen and (min-width: 768px) {
    .hero_breadcrumbs {
        display: block;
        margin: 0 auto;
        padding-bottom: 15px
    }
}

.hero_breadcrumbs > ul {
    display: inline-block
}

.hero_date {
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: -.24px;
    line-height: 100%;
    color: #fff;
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .hero_date {
        font-size: 16px;
        letter-spacing: -.32px;
        line-height: 100%;
        margin-top: 50px
    }
}

.hero_detail {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 22px;
    margin-top: 30px
}

.hero__cta {
    text-align: center;
    padding-top: 50px
}

.home-hero__title-cursor {
    width: 30px;
    height: 0;
    position: absolute
}

.home-hero__title-cursor:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 0;
    width: 100%;
    padding-top: 310%
}

.home-hero {
    height: 100vh;
    min-height: 440px;
    position: relative;
    visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media screen and (min-width: 1024px) {
    .home-hero__content__inner {
        width: 100%
    }

    .home-hero__title-container {
        height: 200px;
        width: 730px;
        margin-left: -60px
    }
}

@media screen and (min-width: 1024px) and (max-width: 767px) {
    .home-hero__title-container {
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .home-hero__title-mask {
        overflow: hidden;
        height: 200px;
        position: absolute;
        right: 0;
        width: 0;
        transition: opacity .2s, width .1s .6s;
        opacity: 0
    }
}

@media screen and (min-width: 1024px) and (max-width: 767px) {
    .home-hero__title-mask {
        width: 100%
    }
}

@media screen and (min-width: 1024px) {
    .home-hero .swiper-slide-active .home-hero__title-mask {
        width: 100%;
        transition: width 1s cubic-bezier(.23,1,.32,1) .2s,opacity .4s .2s;
        opacity: 1
    }

    .home-hero__title-wrap {
        position: absolute;
        right: 0;
        width: 730px;
        max-width: 670px;
        padding-left: 60px
    }
}

.home-hero .swiper-container,
.home-hero .swiper-slide,
.home-hero .swiper-wrapper {
    height: 100%
}

.home-hero .swiper-slide {
    overflow: hidden
}

.home-hero .swiper-container {
    position: absolute;
    top: 0;
    width: 100%
}

.home-hero__video {
    display: none
}

.home-hero__content {
    color: #fff;
    margin: 0 30px;
    height: 100%
}

.home-hero__content .text--page-heading {
    margin: 20px 0 30px;
    font-size: 35px;
    min-height: 80px
}

@media screen and (min-width: 768px) {
    .home-hero__content .text--page-heading {
        font-size: 58px;
        line-height: 64px
    }
}

@media screen and (min-width: 1024px) {
    .home-hero__content .text--page-heading {
        font-size: 64px;
        line-height: 68px
    }
}

.home-hero__content .btn-cta {
    color: #fff;
    border-color: #fff;
    margin-top: 0
}

.home-hero__title-cursor {
    width: 21px;
    left: -30px;
    top: 7px
}

@media screen and (min-width: 768px) {
    .home-hero__title-cursor {
        left: -50px;
        top: 8px;
        width: 36px
    }
}

@media screen and (min-width: 1024px) {
    .home-hero__title-cursor {
        width: 40px;
        top: 28px;
        left: 0
    }
}

.home-hero__related__articles {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex
}

.home-hero__related__article {
    width: 50%;
    padding: 0 10px
}

@media screen and (min-width: 768px) {
    .home-hero__related__article {
        padding: 0 40px
    }
}

.home-hero__related__article:first-child {
    padding-left: 0
}

.home-hero__related__article:last-child {
    padding-right: 0
}

.home-hero__related__article .text--date {
    margin-bottom: 10px;
    color: #fff
}

.home-hero__related__article__title {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px
}

@media screen and (min-width: 768px) {
    .home-hero__related__article__title {
        font-size: 18px
    }
}

.home-hero__content__inner {
    position: absolute;
    top: 15%
}

.home-hero__related {
    position: absolute;
    bottom: 13%
}

@media screen and (min-width: 768px) {
    .home-hero__related {
        bottom: 16%
    }
}

@media screen and (max-height: 480px) {
    .home-hero__related {
        bottom: 20px
    }
}

@media screen and (min-width: 768px) {
    .home-hero__content__inner {
        top: 20%
    }
}

@media screen and (min-width: 1024px) {
    .home-hero__content__inner {
        position: relative;
        top: 38%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding-left: 30px
    }

    .home-hero__related {
        position: absolute;
        bottom: 120px
    }
}

@media screen and (min-width: 1024px) and (min-height: 768px) {
    .home-hero__related {
        bottom: 22%
    }
}

@media screen and (min-width: 768px) {
    .home-hero__content {
        margin: 0 50px
    }
}

@media screen and (min-width: 1024px) {
    .video-placeholder {
        display: block !important;
    }
}

@media screen and (min-width: 1025px) {
    .home-hero__video {
        display: block;
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1
    }

    .video-placeholder {
        display: none !important;
    }

    .home-hero__video__wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 50%;
        top: 50%
    }

    .home-hero__content {
        padding: 0 40px;
        max-width: 1370px;
        margin-left: auto;
        margin-right: auto
    }

    .home-hero__content:after {
        clear: both;
        content: "";
        display: table
    }

    .home-hero__content__inner {
        max-width: 700px
    }

    .home-hero__related {
        max-width: 500px;
        padding-left: 30px
    }

    .home-hero__related__article {
        padding-right: 40px
    }
}

.home-hero__bg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    opacity: 0
}

@media screen and (min-width: 1024px) {
    .home-hero__bg {
        box-sizing: content-box;
        padding-bottom: 500px;
        position: fixed
    }
}

.home-hero__bg__bg--black {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000
}

.home-hero__bg:first-child {
    opacity: 1
}

.home-hero__bg__image {
    height: 70%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    transition: -webkit-transform 5s ease-in-out;
    transition: transform 5s ease-in-out;
    transition: transform 5s ease-in-out, -webkit-transform 5s ease-in-out
}

.home-hero__bg__image img {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%
}

@media screen and (min-width: 1024px) {
    .home-hero__bg__image {
        height: 80%
    }
}

.home-hero__bg__image.zoom {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.home-hero__svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.home-hero__svg__tablet {
    display: none
}

.home-hero__svg__desktop {
    visibility: hidden;
    overflow: hidden;
    width: 2560px;
    height: 2560px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1280px;
    margin-top: -1280px;
    -webkit-transform-origin: 53% 55%;
    transform-origin: 53% 55%;
    -webkit-transform: scale(4.5) translate(20.4%, -10%) rotate(-60deg);
    transform: scale(4.5) translate(20.4%, -10%) rotate(-60deg)
}

@media screen and (min-width: 1300px) {
    .home-hero__svg__desktop {
        -webkit-transform: scale(6) translate(21%, -8%) rotate(-60deg);
        transform: scale(6) translate(21%, -8%) rotate(-60deg)
    }
}

@media screen and (min-width: 1800px) {
    .home-hero__svg__desktop {
        -webkit-transform: scale(7) translate(21.8%, -8%) rotate(-60deg);
        transform: scale(7) translate(21.8%, -8%) rotate(-60deg)
    }
}

.home-hero__svg__mobile {
    display: block;
    width: 100%;
    height: 24px
}

.home-hero__svg__mobile-tablet-wrap {
    position: absolute;
    bottom: 0;
    width: 100%
}

.home-hero__svg__block {
    height: 36vh;
    min-height: 130px;
    margin-top: -1px
}

@media screen and (min-width: 768px) {
    .home-hero__svg__block {
        height: 30vh
    }
}

@media screen and (min-width: 768px) {
    .home-hero__svg__mobile {
        display: none
    }

    .home-hero__svg__tablet {
        display: block;
        width: 100%;
        height: 110px
    }
}

@media screen and (min-width: 1024px) {
    .home-hero__svg__mobile-tablet-wrap {
        display: none
    }

    .home-hero__svg__desktop.ready {
        visibility: visible
    }
}

.ii,
.investor-info {
    position: relative;
    z-index: 1;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto
}

.ii:after,
.investor-info:after {
    clear: both;
    content: "";
    display: table
}

.ii__inner,
.investor-info__inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
    margin: 0 15px;
    transition: -webkit-transform 1.7s cubic-bezier(.19, 1, .22, 1) .6s;
    transition: transform 1.7s cubic-bezier(.19, 1, .22, 1) .6s;
    transition: transform 1.7s cubic-bezier(.19, 1, .22, 1) .6s, -webkit-transform 1.7s cubic-bezier(.19, 1, .22, 1) .6s
}

.ii__bg-mobile,
.investor-info__bg-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background .4s
}

@media screen and (min-width: 1024px) {
    .ii__bg-mobile,
    .investor-info__bg-mobile {
        display: none
    }
}

@media screen and (min-height: 480px) {
    .ii.reveal .ii__inner,
    .investor-info.reveal .ii__inner {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}

@media (min-width: 768px), screen and (min-height: 768px) {
    .ii.reveal .ii__inner,
    .investor-info.reveal .ii__inner {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px)
    }
}

@media screen and (min-width: 768px) {
    .ii__inner,
    .investor-info__inner {
        margin: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .ii__inner,
    .investor-info__inner {
        margin: 0 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ii__top {
    padding: 10px 15px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.ii__top__title {
    color: #000;
    margin-bottom: 3px
}

.ii__top__title a:hover {
    text-decoration: underline
}

.ii__top .text--date {
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    color: #999
}

@media screen and (min-width: 768px) {
    .ii__top {
        padding: 24px 25px
    }
}

@media screen and (min-width: 1024px) {
    .ii__top {
        padding: 24px 30px;
        width: 40%
    }
}

.ii__middle {
    background: #f4f4f4;
    padding: 10px 15px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width: 768px) {
    .ii__middle {
        padding: 24px 25px
    }
}

@media screen and (min-width: 1024px) {
    .ii__middle {
        padding: 24px 30px;
        width: 60%
    }
}

.ii__articles {
    margin-top: 30px
}

.ii__article {
    border-bottom: 1px solid #ddd;
    padding: 20px 0
}

.ii__article:last-child {
    border-bottom: none
}

.ii__article__title {
    color: #ff0f64;
    font-weight: 400;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}

.ii__article__title a:hover {
    text-decoration: underline
}

.ii__article__meta {
    font-size: 14px;
    margin-bottom: 5px
}

.ii__article__meta,
.ii__article__new {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.ii__article__new {
    display: inline-block;
    color: #fff;
    padding: 3px 8px;
    background: #55be5a;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: .7em
}

.ii__bottom {
    background: #222;
    width: 100%;
    color: #fff
}

.ii__bottom__inner, .ii__middle__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 420px;
    margin: 0 auto
}

.ii__bottom__item, .ii__middle__item {
    padding: 30px;
    position: relative;
    width: 100%
}

.ii__bottom__item .ii__top__title,
.ii__bottom__item .text--uppercase-heading,
.ii__middle__item .ii__top__title,
.ii__middle__item .text--uppercase-heading{
    margin-bottom: 5px
}

.ii__bottom__item a, .ii__middle__item a {
    font-size: 18px;
    position: static
}

.ii__bottom__item a:hover, .ii__middle__item a:hover {
    text-decoration: none
}

.ii__bottom__item a:hover p, .ii__middle__item a:hover p {
    text-decoration: underline
}

.ii__bottom__item .icon-download {
    color: #ff0f64;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ii__bottom__item p,  .ii__middle__item p{
    padding-right: 20px;
    position: static
}

.ii__middle__item .shareprice__value {
	font-size: 25px;
}

@media screen and (min-width: 768px) {
    .ii__bottom__item {
        width: 33%
    }
    
    .ii__middle__item {
        width: 20% !important;
    }

    .ii__bottom__inner, .ii__middle__inner {
        max-width: none
    }
}

@media screen and (min-width: 1024px) {
	
	.ii__middle__item {
        width: 33% !important;
    }
	
    .ii__bottom__item {
        width: 20%
    }

    .ii__bottom .icon-download {
        display: block;
        margin-top: 16px;
        position: static
    }
}

.investor-info .shareprice {
    width: 50%
}

@media screen and (min-width: 768px) {
    .investor-info .shareprice {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .investor-info .shareprice {
        width: 20%
    }
}

.hub-secondary-nav {
    height: 58px;
    font-size: 0
}

.hub-secondary-nav_inner {
    transition: all .3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.98);
    text-align: center;
    width: 100%;
    border-bottom: 5px solid #dedede;
    box-sizing: content-box;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.hub-secondary-nav ul {
    white-space: nowrap
}

.hub-secondary-nav_list-item {
    display: inline-block
}

.hub-secondary-nav_list-item:first-child {
    margin-left: 0
}

.hub-secondary-nav_list-item a {
    font-size: 14px
}

.hub-secondary-nav_list-item a.active {
    color: #fff;
    background-color: #ff0f64
}

@media screen and (min-width: 1024px) {
    .hub-secondary-nav_list-item a:hover {
        color: #fff;
        background-color: #ff0f64
    }
}

.hub-secondary-nav a:hover {
    text-decoration: none
}

.hub-secondary-nav_anchor-link {
    /*height: 58px;*/
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 100%;
    color: #000;
    text-transform: uppercase;
    padding: 22px 15px;
    display: block;
    cursor: pointer
}

.activate-sticky-nav .hub-secondary-nav_inner {
    position: fixed;
    top: 0;
    z-index: 10000
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .activate-sticky-nav .hub-secondary-nav_inner {
        position: static !important
    }
}

.activate-sticky-nav .hub-secondary-nav_inner.hub-secondary-nav_inner--header-sticky {
    top: 61px
}

@media screen and (min-width: 768px) {
    .activate-sticky-nav .hub-secondary-nav_inner.hub-secondary-nav_inner--header-sticky {
        top: 101px
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .activate-sticky-nav .hub-secondary-nav_inner.hub-secondary-nav_inner--header-sticky {
        top: 0 !important
    }
}

.page-hub .list-content_inner {
    max-width: 1080px
}

.page-hub .list-item {
    padding: 0
}

.page-hub .list-item:last-child {
    border-bottom: 0
}

.page-hub .list-item--press:first-child {
    padding-top: 20px
}

.page-hub .list-item--press:last-child {
    padding-bottom: 20px
}

.hub {
    background-color: #f7f7f7
}

.hub.bg-white {
    background: #fff
}

.hub_group {
    padding: 100px 0 80px
}

@media screen and (max-width: 767px) {
    .hub_group {
        margin: auto
    }
}

.hub_header {
    text-align: center;
    margin: -4px auto 35px
}

.hub_header_inner {
    max-width: 1258px;
    margin: 0 auto
}

.hub_inner {
    margin: auto;
    max-width: 1278px;
    box-sizing: content-box;
    font-size: 0;
    padding: 0 10px
}

.hub_group + .hub_group {
    padding-top: 0
}

.hub_group--header-left {
    max-width: 1298px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 20px
}

.hub_group--header-left:after {
    clear: both;
    content: "";
    display: table
}

.hub_group--header-left .hub_header {
    float: left;
    width: 30%;
    text-align: left
}

.hub_group--header-left .hub_inner {
    text-align: left;
    padding: 0;
    float: right;
    width: 70%
}

.tile {
    text-decoration: none;
    background-color: #fff;
    margin: 0 10px 20px;
    display: inline-block;
    box-sizing: border-box
}

.tile--large {
    width: 832px
}

.tile--large .tile_inner {
    padding-bottom: 406px
}

@media screen and (max-width: 767px) {
    .tile--large img {
        margin-top: -25%
    }
}

.tile--small {
    width: 406px
}

.tile--small .tile_inner {
    padding-bottom: 100%
}

.tile_inner {
    border: 1px solid #fff;
    height: 0;
    position: relative;
    overflow: hidden
}

.tile--cta .tile_inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-left: 50px;
    padding-right: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tile--cta .tile_inner:after {
    display: none
}

.tile--cta .tile_content-wrapper {
    width: 100% !important;
    transition: none;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0 !important
}

@media screen and (min-width: 768px) {
    .tile--cta .tile_content-wrapper {
        height: 100% !important
    }
}

.tile--cta .tile_header + .btn-cta {
    margin-top: 30px
}

@media screen and (max-width: 1318px) and (min-width: 768px) {
    .hub .text--tile-description {
        font-size: 16px;
        letter-spacing: -.32px;
        line-height: 175%
    }
}

@media (max-width: 1318px) {
    .hub_inner {
        max-width: 776px;
        text-align: left
    }

    .hub_header {
        max-width: 1104px
    }

    .hub_group--header-left {
        max-width: 1124px
    }

    .hub_group--header-left_inner {
        text-align: right;
        max-width: 1104px
    }

    .hub_group + .hub_group:before {
        max-width: 1084px
    }

    .tile--large {
        width: 716px
    }

    .tile--large .tile_inner {
        padding-bottom: 348px
    }

    .tile--small {
        width: 348px
    }
}

@media (max-width: 1123px) {
    .hub_header {
        max-width: 1134px;
        padding: 0 25px;
        margin-left: auto;
        margin-right: auto;
        float: none !important
    }

    .hub_header-links--tablet-two-column {
        max-width: 766px
    }

    .hub_group--header-left {
        max-width: 1134px;
        padding-left: 0
    }

    .hub_group--header-left .hub_header,
    .hub_group--header-left .hub_inner {
        width: 100%
    }

    .hub_group--header-left .hub_header {
        max-width: 766px;
        text-align: left
    }

    .hub_group--header-left .hub_inner {
        max-width: 764px;
        float: none;
        text-align: left;
        padding-left: 25px;
        left: -10px
    }

    .hub_header {
        max-width: 766px
    }

    .hub_inner {
        box-sizing: border-box;
        text-align: left;
        padding: 0 15px
    }

    .hub_group + .hub_group:before {
        margin-left: 25px;
        margin-right: 25px
    }

    .tile--large + .tile--small:last-child {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .hub_group {
        padding: 30px 0
    }

    .hub_header,
    .hub_inner {
        padding: 0 15px
    }

    .hub_inner {
        max-width: 400px !important;
        margin: 0 auto
    }

    .hub_group + .hub_group {
        padding-top: 0
    }

    .hub_group + .hub_group:before {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px
    }

    .tile {
        margin: 0 0 15px
    }

    .tile--small {
        width: 100%;
        display: inline-block !important
    }

    .tile--small .tile_inner {
        padding-bottom: 80%
    }

    .tile--large {
        width: 100%
    }

    .tile--large .tile_inner {
        padding-bottom: 200%
    }
}

.hub_header p {
    margin-top: 12px;
    color: #666
}

.hub_header p + ul {
    margin-top: 30px
}

.hub_header ul {
    margin-top: 16px
}

.hub_header a:after {
    display: block;
    font-family: icomoon;
    content: "\e905";
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
    color: #ff0f64
}

.hub_header a:hover {
    text-decoration: underline
}

.hub_cta {
    margin-top: 60px;
    text-align: center
}

a.tile:hover .tile_inner:after {
    height: 2.46305%
}

a.tile:hover .tile_content-wrapper {
    bottom: 2.46305%
}

.tile_inner:after {
    content: '';
    height: 0;
    background-color: #0555fa;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    transition: all .18s ease-out
}

.tile--large .tile_content-wrapper,
.tile--large .tile_inner:after {
    width: 50%;
    right: 0
}

.tile--large .tile_image-wrapper {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden
}

.tile--small .tile_image-wrapper {
    height: 0;
    overflow: hidden;
    padding-bottom: 42.5%;
    position: relative
}

.tile--small .tile_image-wrapper img {
    position: absolute;
    top: 0
}

.tile_content-wrapper {
    font-size: 18px;
    color: #000;
    text-align: left;
    position: absolute;
    bottom: 0;
    padding: 38px 30px;
    box-sizing: border-box;
    transition: all .18s ease-out;
    width: 100%
}

@media (max-width: 1318px) {
    .tile_content-wrapper {
        padding: 0 25px 30px
    }
}

.tile_topic {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #41b9e6;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.tile_new {
    float: right
}

.tile_description {
    margin-top: 15px
}

.tile_issue {
    margin-bottom: 15px
}

.tile_issue span + span:before {
    content: '|';
    display: inline-block;
    padding: 0 8px;
    color: #cecece
}

.tile .btn-cta {
    margin-top: 15px
}

.tile_cta-description {
    display: block;
    width: 160px;
    text-align: center;
    margin-top: 10px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    color: #666
}

.tile img {
    display: block;
    min-width: 100%;
    min-height: 100%
}

@media screen and (max-width: 767px) {
    .hub_header {
        margin-bottom: 25px
    }

    .hub_header:after {
        content: '';
        display: block;
        height: 1px;
        background-color: #ddd;
        margin-top: 30px
    }

    .hub_header ul {
        margin-top: 20px
    }

    .hub_header li {
        width: 100% !important;
        padding-left: 0 !important
    }

    .hub_header li + li {
        padding-top: 5px
    }

    .hub_header p {
        font-size: 15px
    }

    .hub_header p,
    .hub_header p + ul {
        margin-top: 16px
    }

    .hub_header a {
        font-size: 18px
    }

    .hub_cta {
        margin-top: 20px;
        margin-bottom: 40px
    }

    .tile--large .tile_image-wrapper {
        position: static;
        height: 0;
        padding-bottom: 42.5%;
        overflow: hidden;
        width: 100% !important
    }

    .tile_inner {
        height: auto;
        padding-bottom: 0 !important
    }

    .tile_inner:after {
        content: none
    }

    .tile_content-wrapper {
        position: static;
        width: 100% !important;
        bottom: 0 !important;
        padding: 20px 20px 25px;
        min-height: 80px
    }

    .tile_description {
        display: none
    }

    .tile_issue {
        margin-bottom: 9px
    }

    .tile_cta-description {
        text-align: left
    }
}

@media (max-width: 1318px) {
    .page-hub .contact,
    .page-hub .list-content,
    .page-hub .toggle-content_header {
        max-width: 1144px;
        padding-left: 30px;
        padding-right: 30px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (max-width: 767px) {
    .page-hub .contact,
    .page-hub .list-content,
    .page-hub .toggle-content_header {
        padding: 30px 15px
    }
}

.hub_header--bg {
    margin-bottom: -50px;
    max-width: none !important
}

.hub_header--bg .hub_header_inner {
    padding-top: 50px;
    padding-bottom: 50px
}

@media screen and (min-width: 768px) {
    .hub_header--bg {
        margin-bottom: -80px
    }

    .hub_header--bg .hub_header_inner {
        padding-top: 80px;
        padding-bottom: 130px
    }
}

.hub_header--bg .rich-text .rich-text_inner h1,
.hub_header--bg .rich-text .rich-text_inner h2,
.hub_header--bg .rich-text .rich-text_inner h3,
.hub_header--bg .rich-text .rich-text_inner h4,
.hub_header--bg .rich-text .rich-text_inner h5,
.hub_header--bg .rich-text .rich-text_inner h6,
.hub_header--bg .text--list-description,
.hub_header--bg .text--page-subheading,
.rich-text .rich-text_inner .hub_header--bg h1,
.rich-text .rich-text_inner .hub_header--bg h2,
.rich-text .rich-text_inner .hub_header--bg h3,
.rich-text .rich-text_inner .hub_header--bg h4,
.rich-text .rich-text_inner .hub_header--bg h5,
.rich-text .rich-text_inner .hub_header--bg h6 {
    color: #fff
}

.hub_header--bg.color-scheme--green {
    background-color: #55be5a
}

.hub_header--bg.color-scheme--blue {
    background-color: #0555fa
}

.hub_header--bg.color-scheme--sky {
    background-color: #41b9e6
}

.hub_header--bg.color-scheme--pink {
    background-color: #ff0f64;
}

.hub_header--bg.color-scheme--lightpink {
    background-color: #ff4687;
}

.hub_header--bg.color-scheme--red {
    background-color: #e61400
}

.hub_header--bg.color-scheme--forest {
    background-color: #0f955a
}

.hub_header--bg.color-scheme--orange {
    background-color: #ff5a0f
}

.hero-cta {
    border-color: #fff;
    color: #fff;
    margin-top: 50px
}

.hero-cta:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.image-hero {
    background-color: none
}

.image-hero_inner {
    margin-top: 47px;
    max-width: 1280px
}

.image-hero_detail {
    display: none
}

@media screen and (min-width: 768px) {
    .image-hero_detail {
        display: block;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

.image-hero {
    background-size: cover;
    background-position: top;
    box-sizing: inherit;
    padding: 87px 0;
    width: 100%
}

@media screen and (min-width: 768px) {
    .image-hero {
        padding: 180px 0 170px
    }
}

.image-hero--reduce-padding {
    padding: 110px 0 56px
}

@media screen and (min-width: 768px) {
    .image-hero--reduce-padding {
        padding-bottom: 100px
    }
}

@media screen and (min-width: 1024px) {
    .image-hero--reduce-padding {
        padding-bottom: 170px
    }
}

.image-hero_inner {
    float: left;
    display: block;
    width: 76.76824%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
    position: relative;
    text-align: center
}

.image-hero_inner:last-child {
    width: 74.41059%
}

@media screen and (min-width: 768px) {
    .image-hero_inner {
        float: left;
        display: block;
        width: 85.29804%;
        float: none
    }

    .image-hero_inner:last-child {
        width: 82.94039%
    }
}

.image-hero_top {
    padding-top: 15px
}

.image-hero_top:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width: 768px) {
    .image-hero_top {
        padding-top: 12px
    }
}

.image-hero_arrow {
    display: none
}

@media screen and (min-width: 768px) {
    .image-hero_arrow {
        top: 0;
        left: 50%;
        display: block;
        position: absolute;
        width: 26px;
        margin-left: -12px;
        font-size: 18px;
        z-index: 3000;
        height: 80px;
        background-color: #fff
    }

    .image-hero_arrow:before {
        display: block;
        font-family: icomoon;
        content: "\e900";
        font-style: normal;
        font-weight: 400;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        top: 12px;
        margin-left: -10px;
        position: absolute;
        left: 50%
    }
}

.image-hero_breadcrumbs {
    display: none;
    padding-bottom: 20px
}

@media screen and (min-width: 768px) {
    .image-hero_breadcrumbs {
        display: block;
        margin: 0 auto;
        padding-bottom: 15px
    }
}

.image-hero_breadcrumbs > ul {
    display: inline-block
}

.image-hero_date {
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: -.24px;
    line-height: 100%;
    color: #fff;
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .image-hero_date {
        font-size: 16px;
        letter-spacing: -.32px;
        line-height: 100%;
        margin-top: 50px
    }
}

.image-hero_detail {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 22px;
    margin-top: 50px
}

.investor-panels__left .investor-panels__inner,
.investor-panels__right .investor-panels__inner {
    margin: 0 auto
}

.investor-panels__left {
    background: #f4f4f4
}

@media screen and (min-width: 1024px) {
    .investor-panels__left .investor-panels__inner {
        padding-right: 70px
    }
}

.investor-panels__right {
    background: #222;
    color: #fff;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px
}

.investor-panels__right .rich-text .rich-text_inner h1,
.investor-panels__right .rich-text .rich-text_inner h2,
.investor-panels__right .rich-text .rich-text_inner h3,
.investor-panels__right .rich-text .rich-text_inner h4,
.investor-panels__right .rich-text .rich-text_inner h5,
.investor-panels__right .rich-text .rich-text_inner h6,
.investor-panels__right .text--page-subheading,
.rich-text .rich-text_inner .investor-panels__right h1,
.rich-text .rich-text_inner .investor-panels__right h2,
.rich-text .rich-text_inner .investor-panels__right h3,
.rich-text .rich-text_inner .investor-panels__right h4,
.rich-text .rich-text_inner .investor-panels__right h5,
.rich-text .rich-text_inner .investor-panels__right h6 {
    color: #fff;
    line-height: 150%;
    margin-bottom: 50px
}

.investor-panels__right p {
    margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
    .investor-panels__right .investor-panels__inner {
        padding-left: 70px
    }
}

@media screen and (min-width: 1024px) {
    .investor-panels {
        display: -ms-flexbox;
        display: flex
    }

    .investor-panels__left,
    .investor-panels__right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .investor-panels__left .investor-panels__inner {
        margin-right: 0
    }

    .investor-panels__right .investor-panels__inner {
        margin-left: 0
    }
}

.investor-panels__inner {
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (min-width: 768px) {
    .investor-panels__inner {
        padding: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .investor-panels__inner {
        padding: 0 30px
    }
}

@media screen and (min-width: 768px) {
    .investor-panels__inner {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (min-width: 1024px) {
    .investor-panels__inner {
        max-width: 658px;
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.investor-panels .list-content {
    padding: 0
}

.investor-panels .list-content_cta {
    text-align: left
}

.investor-panels__links {
    font-size: 24px
}

.investor-panels__links li {
    margin-bottom: 12px
}

.investor-panels__links li a:hover {
    text-decoration: underline
}

.investor-panels__links li a:after {
    content: "";
    position: absolute;
    background-image: url(../../enel-com/img/select-arrow.png);
    background-size: 11px 7px;
    width: 11px;
    height: 7px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 50%;
    margin-top: -3.5px;
    right: -20px
}

.module.lightbox {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    visibility: hidden;
    opacity: 0;
    z-index: 9999999;
    transition: .2s
}

.module.lightbox.open {
    opacity: 1;
    visibility: visible;
    transition: .2s
}

.module.lightbox .video-player {
    margin-bottom: 0;
    padding: 0
}

.module.lightbox .video-player_inner {
    margin: 0
}

.module.lightbox .video-player_video,
.module.lightbox .video-player_video-wrapper {
    display: block
}

.list-content {
    font-size: 16px;
    padding: 30px
}

@media screen and (min-width: 768px) {
    .list-content {
        padding: 50px 25px
    }
}

@media screen and (max-width: 767px) {
    .list-content {
        padding: 40px 15px
    }
}

.list-content_inner {
    max-width: 1100px;
    margin: auto
}

.list-content_cta {
    text-align: center
}

@media screen and (max-width: 767px) {
    .list-content_cta {
        display: none
    }
}

.list-content__heading h1,
.list-content__heading h2,
.list-content__heading h3,
.list-content__heading h4,
.list-content__heading h5,
.list-content__heading h6 {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -.44px;
    line-height: 122.72727%
}

@media screen and (min-width: 768px) {
    .list-content__heading h1,
    .list-content__heading h2,
    .list-content__heading h3,
    .list-content__heading h4,
    .list-content__heading h5,
    .list-content__heading h6 {
        font-size: 30px;
        letter-spacing: -1.2px;
        line-height: 150%
    }
}

.map {
    overflow: hidden;
    margin-bottom: 80px;
    margin-top: 80px
}

@media screen and (min-width: 768px) {
    .map {
        margin-bottom: 120px
    }
}

.map__google-map-container {
    width: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: all .4s ease-in-out;
    display: none
}

@media screen and (min-width: 768px) {
    .map__google-map-container {
        display: block;
        height: 400px
    }
}

@media screen and (min-width: 900px) {
    .map__google-map-container {
        height: 640px
    }
}

@media screen and (min-width: 1500px) {
    .map__google-map-container {
        height: 1100px;
        max-height: 80vh
    }
}

.map__google-map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0
}

.map__google-map.gradient[style] {
    background: #139fb0 !important;
    background: linear-gradient(180deg, #139fb0 0, #58e4d0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#139fb0', endColorstr='#58e4d0', GradientType=0) !important
}

.map__google-map .gm-style-iw {
    text-align: center
}

.map__mobile-container {
    width: 100%;
    background: url(../../enel-com/img/map-mobile.png) no-repeat top;
    background-size: cover;
    padding: 70px 15px 140px
}

@media screen and (min-width: 768px) {
    .map__mobile-container {
        display: none
    }
}

.map__static-img {
    max-width: 100%;
    display: block;
    margin: auto
}

.map .select-wrap {
    box-shadow: 3px 3px 0 0 rgba(130, 130, 130, 0.2);
    width: 280px;
    background-position: 94% 50%
}

.map .select-wrap select {
    width: 100%
}

.map__heading,
.map__select-container {
    text-align: center
}

.map__heading {
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .map__heading {
        margin-bottom: 50px
    }
}

@media screen and (min-width: 1024px) {
    .map__heading {
        padding: 0
    }
}

.map__cta {
    color: #000
}

.map__cta__wrap {
    text-align: center;
    margin-top: 40px
}

.map__card {
    background: #fff;
    margin: 0 15px 30px;
    box-shadow: 5px 5px 0 0 rgba(130, 130, 130, 0.15)
}

.map__card__inner {
    margin-top: -80px
}

.map__card__img {
    width: 100%;
    height: auto;
    display: block
}

@media screen and (min-width: 768px) {
    .map__card {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 380px;
        z-index: 1;
        -webkit-transform: translate(-110%);
        transform: translate(-110%);
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
        margin: 0;
        box-shadow: none
    }

    .map__card__inner {
        margin-top: 0
    }

    .map__card__img {
        display: none
    }
}

@media screen and (min-width: 900px) {
    .map__card__img {
        display: block
    }
}

.map__card__inner {
    display: none;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.map__card__content {
    text-align: left;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 171.42857%;
    padding: 30px 15px;
    border: 1px solid #ddd;
    border-top: none
}

@media screen and (min-width: 768px) {
    .map__card__content {
        border: none;
        padding: 30px 25px
    }
}

@media screen and (min-width: 1024px) {
    .map__card__content {
        padding: 30px
    }
}

.map__card__content h1,
.map__card__content h2,
.map__card__content h3,
.map__card__content h4,
.map__card__content h5,
.map__card__content h6 {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    letter-spacing: -.6px;
    line-height: 100%;
    margin-bottom: 30px
}

.map__card__content a {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase
}

.map__card__content p {
    margin-bottom: 30px
}

.map__card__content ul {
    margin: 30px 0
}

.map__card__content li {
    margin-bottom: 10px
}

.map__card__content .icon {
    color: #ff0f64;
    margin-right: 18px
}

.map__card .btn-close {
    display: none;
    background: #ff0f64;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 55px;
    border-radius: 50%;
    font-size: 20px;
    text-indent: -3px;
    box-shadow: 5px 0 0 0 rgba(130, 130, 130, .3);
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: -25px;
    margin-top: -25px
}

@media screen and (min-width: 768px) {
    .map__card .btn-close {
        display: block
    }
}

.map.cardVisible .map__card {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.map.offsetMap .map__google-map-container {
    -webkit-transform: translate(200px);
    transform: translate(200px)
}

.module.message-notification {
    height: 0;
    width: 100%;
    background-color: #000;
    overflow: hidden;
    transition: .4s;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999
}

.module.message-notification.open {
    height: auto;
    transition: .4s
}

@media screen and (min-width: 1024px) {
    .module.message-notification.open {
        height: 120px
    }
}

.module.message-notification .message-notification_ct {
    padding: 20px 66px 20px 30px;
    position: relative
}

@media screen and (min-width: 768px) {
    .module.message-notification .message-notification_ct {
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 32px
    }
}

@media screen and (min-width: 1024px) {
    .module.message-notification .message-notification_ct {
        padding-left: 40px;
        padding-top: 30px;
        padding-bottom: 32px
    }
}

.module.message-notification .message-notification_close {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer
}

.module.message-notification .message-notification_close:before {
    content: '\e90d';
    font-family: icomoon;
    color: #fff
}

.module.message-notification h4 {
    font-size: 20px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    line-height: 20px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-right: 40px;
}

.module.message-notification a,
.module.message-notification p {
    font-size: 16px;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: lighter;
    color: #fff;
    line-height: 1.375;
    -webkit-font-smoothing: antialiased
}

.module.message-notification a {
    text-decoration: underline
}

.module.message-notification a:hover {
    font-weight: bolder
}

.org-content_container {
    margin: 28px auto;
    max-width: 960px;
    padding: 0 0 60px;
    text-align: center;
    font-size: 0
}

@media screen and (min-width: 1290px) {
    .org-content_container {
        max-width: 1260px
    }
}

.org-content_inner {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 430px;
    text-align: left
}

@media screen and (min-width: 768px) {
    .org-content_inner {
        max-width: none;
        padding: 0
    }
}

.presentation {
    padding: 0 15px;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .presentation {
        padding: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .presentation {
        padding: 0 30px
    }
}

.presentation__inner {
    max-width: 800px;
    margin: 0 auto
}

.presentation .swiper-container {
    border: 2px solid #ddd;
    border-bottom: none
}

.presentation .swiper-slide img {
    width: 100%;
    height: auto;
    display: block
}

.presentation__controls {
    background: #ff0f64;
    padding: 10px;
    color: #fff;
    text-align: center
}

.presentation__controls button {
    vertical-align: middle;
    padding: 10px;
    font-size: 24px;
    top: 3px
}

.presentation__pagination {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px;
    width: auto;
    bottom: auto
}

.presentation__btn-first .icon-chevron-left,
.presentation__btn-first .icon-chevron-right,
.presentation__btn-last .icon-chevron-left,
.presentation__btn-last .icon-chevron-right {
    display: inline-block
}

.presentation__btn-first .icon-chevron-left:first-child,
.presentation__btn-first .icon-chevron-right:first-child,
.presentation__btn-last .icon-chevron-left:first-child,
.presentation__btn-last .icon-chevron-right:first-child {
    margin-right: -10px
}

.presentation__btn-first {
    float: left
}

.presentation__btn-last {
    float: right
}

.presentation__heading {
    margin-bottom: 30px;
    padding-right: 100px
}

.presentation__download,
.presentation__heading h1,
.presentation__heading h2,
.presentation__heading h3,
.presentation__heading h4,
.presentation__heading h5 {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.presentation__download {
    color: #ff0f64;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.6em
}

.presentation__download .icon-download {
    margin-right: 5px
}

.related-content, .related-content-forest, .related-content-green, .related-content-orange {
    padding: 0 15px;
    background: #f4f4f4;
}

.related-content-forest {
	background: #008c5a;
	color: #fff;
}

.related-content-green {
	background: #55bd5a;
	color: #fff;
}

.related-content-orange {
	background: #ff5a0f;
}

.related-content-forest .most-popular__meta, 
.related-content-green .most-popular__meta, 
.related-content-forest .most-popular__meta .tag, 
.related-content-green .most-popular__meta .tag {
	color: #000;
}

@media screen and (min-width: 768px) {
    .related-content, .related-content-forest, .related-content-green {
        padding: 0 30px
    }
}

.related-content--gallery {
    background-color: #f7f7f7
}

.related-content--gallery .related-content_inner {
    border-top: 0
}

.related-content_inner {
    margin: auto;
    max-width: 1080px;
    padding: 40px 0 30px
}

@media screen and (min-width: 768px) {
    .related-content_inner {
        padding: 50px 0 77px
    }
}

.related-content_heading {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -.44px;
    line-height: 127.27273%;
    margin-bottom: 48px
}

@media screen and (min-width: 768px) {
    .related-content_heading {
        font-size: 30px;
        letter-spacing: -.6px;
        line-height: 126.66667%
    }
}

.related-content_card-wrap {
    display: block;
    margin: 0 auto;
    max-width: 1340px
}

@media screen and (min-width: 768px) {
    .related-content_card-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media screen and (min-width: 1024px) {
    .related-content_card-wrap {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.related-content_card-wrap .related-content-card {
    display: block;
    margin: 0 auto 30px
}

@media screen and (min-width: 768px) {
    .related-content_card-wrap .related-content-card {
        margin: 0 0 50px
    }
}

@media screen and (min-width: 1024px) {
    .related-content_card-wrap .related-content-card {
        max-width: 30%
    }
}

.related-content_card-wrap .related-content-card:nth-child(n+3) {
    display: none
}

@media screen and (min-width: 1024px) {
    .related-content_card-wrap .related-content-card:nth-child(n+3) {
        display: block
    }
}

.related-content_cta {
    text-align: center
}

.related-content--most-popular .related-content_inner {
    max-width: 1240px
}

@media screen and (min-width: 1024px) {
    .related-content--most-popular .related-content_inner {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 768px) {
    .related-content--most-popular .related-content-card {
        margin-right: 20px
    }
}

@media screen and (min-width: 1024px) {
    .related-content--most-popular .related-content-card {
        max-width: 50%;
        margin-right: 30px
    }
}

.related-content--most-popular .related-content__cards {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width: 1024px) {
    .related-content--most-popular .most-popular {
        width: 33%;
        margin-left: 20px
    }
}

.most-popular li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.most-popular__title {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -.72px;
    line-height: 133.33333%
}

@media screen and (min-width: 768px) {
    .most-popular__title {
        font-size: 24px;
        letter-spacing: -.96px;
        line-height: 125%
    }
}

@media screen and (min-width: 1024px) {
    .most-popular__title {
        font-size: 30px;
        letter-spacing: -1.2px;
        line-height: 116.66667%
    }
}

.most-popular a:hover {
    text-decoration: none
}

.most-popular a:hover .most-popular__title {
    text-decoration: underline
}

.most-popular .text--date {
    color: #999;
    display: inline-block
}

.most-popular .text--date:before {
    content: "|";
    display: inline-block;
    padding-right: 12px
}

.stock-market {
    background: #222;
    color: #fff
}

.stock-market__left .stock-market__inner,
.stock-market__right .stock-market__inner {
    margin: 0 auto
}

.stock-market__left {
    background: #222
}

.stock-market__right {
    background: #fff
}

.stock-market__right .stock-market__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 1024px) {
    .stock-market {
        display: -ms-flexbox;
        display: flex
    }

    .stock-market__left,
    .stock-market__right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .stock-market__left .stock-market__inner {
        margin-right: 0
    }

    .stock-market__right .stock-market__inner {
        margin-left: 0
    }
}

.stock-market__inner {
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px
}

@media screen and (min-width: 768px) {
    .stock-market__inner {
        padding: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .stock-market__inner {
        padding: 0 30px
    }
}

@media screen and (min-width: 768px) {
    .stock-market__inner {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media screen and (min-width: 1024px) {
    .stock-market__inner {
        max-width: 658px;
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.rich-text .rich-text_inner .stock-market h1,
.rich-text .rich-text_inner .stock-market h2,
.rich-text .rich-text_inner .stock-market h3,
.rich-text .rich-text_inner .stock-market h4,
.rich-text .rich-text_inner .stock-market h5,
.rich-text .rich-text_inner .stock-market h6,
.stock-market .rich-text .rich-text_inner h1,
.stock-market .rich-text .rich-text_inner h2,
.stock-market .rich-text .rich-text_inner h3,
.stock-market .rich-text .rich-text_inner h4,
.stock-market .rich-text .rich-text_inner h5,
.stock-market .rich-text .rich-text_inner h6,
.stock-market .text--page-subheading {
    color: #fff;
    margin-bottom: 10px
}

.stock-market__shareprices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stock-market__shareprices .shareprice {
    min-width: 160px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
    .stock-market__shareprices {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .stock-market__shareprices .shareprice {
        width: 33%
    }
}

.stock-market__updated {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #999
}

.stock-market__cta-wrap {
    margin-top: 20px;
    text-align: left
}

.subscribe-panel {
    background: #0347d5;
    color: #fff
}

.subscribe-panel.open .icon {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subscribe-panel .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px;
    width: 23px;
    height: 23px;
    opacity: 0.5;
    transition: all 250ms ease-out;
}

.subscribe-panel .icon:before {
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
}

.subscribe-panel .icon:before, .subscribe-panel .icon:after {
    content: "";
    background: #fff;
    position: absolute;
}

.subscribe-panel .icon:after {
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
}
.subscribe-panel .icon:before, .subscribe-panel .icon:after {
    content: "";
    background: #fff;
    position: absolute;
}


.subscribe-panel__header {
    width: 100%;
    padding: 20px 60px;
    text-align: center
}

.subscribe-panel .error,
.subscribe-panel__header {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.subscribe-panel .error {
    margin-top: 10px
}

.subscribe-panel__content {
    padding: 0 20px 20px
}

/*.subscribe-panel__form {
    max-width: 440px;
    position: relative;
    margin: 0 auto;
    text-align: center
}*/

.subscribe-panel__form input {
    padding: 0 10px;
    height: 45px;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #000;
    outline: none;
    border: 2px solid #ddd;
    border-radius: 0;
    -webkit-appearance: none;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .subscribe-panel__form button {
        width: 100%
    }
    .subscribe-panel__form input {
        width: 100%
    }
}

@media screen and (min-width: 768px) {
    .subscribe-panel__form button {
        position: absolute;
        top: 0;
        right: 0
    }
}

.subscribe__header {
    margin: 60px 0 0;
    padding-bottom: 0
}

@media screen and (max-width: 767px) {
    .subscribe__header {
        padding: 45px 0 0
    }
}

@media screen and (min-width: 768px) {
    .subscribe__header {
        padding-left: 30px;
        border-left: 1px solid #ddd
    }
}

.subscribe__content {
    padding-top: 65px;
    padding-bottom: 40px
}

@media screen and (min-width: 768px) {
    .subscribe__content {
        border-left: 1px solid #ddd;
        padding-left: 30px
    }
}

.subscribe p {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 116.66667%
}

.subscribe .form-row {
    margin-top: 30px
}

.subscribe .submit-container {
    position: relative
}

.subscribe label {
    margin: 0 20px 0 5px
}

.subscribe .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 0
}

.subscribe .textinput {
    width: 100%;
    border: 2px solid #ddd;
    height: 45px;
    margin-bottom: 10px;
    padding-left: 10px;
    outline: none
}

.tabs {
    max-width: 1010px
}

.rich-text .rich-text_inner .tabs h1,
.rich-text .rich-text_inner .tabs h2,
.rich-text .rich-text_inner .tabs h3,
.rich-text .rich-text_inner .tabs h4,
.rich-text .rich-text_inner .tabs h5,
.rich-text .rich-text_inner .tabs h6,
.tabs .rich-text .rich-text_inner h1,
.tabs .rich-text .rich-text_inner h2,
.tabs .rich-text .rich-text_inner h3,
.tabs .rich-text .rich-text_inner h4,
.tabs .rich-text .rich-text_inner h5,
.tabs .rich-text .rich-text_inner h6,
.tabs .text--page-subheading {
    margin-bottom: 30px
}

@media screen and (min-width: 768px) {
    .rich-text .rich-text_inner .tabs h1,
    .rich-text .rich-text_inner .tabs h2,
    .rich-text .rich-text_inner .tabs h3,
    .rich-text .rich-text_inner .tabs h4,
    .rich-text .rich-text_inner .tabs h5,
    .rich-text .rich-text_inner .tabs h6,
    .tabs .rich-text .rich-text_inner h1,
    .tabs .rich-text .rich-text_inner h2,
    .tabs .rich-text .rich-text_inner h3,
    .tabs .rich-text .rich-text_inner h4,
    .tabs .rich-text .rich-text_inner h5,
    .tabs .rich-text .rich-text_inner h6,
    .tabs .text--page-subheading {
        margin-bottom: 60px
    }
}

.tabs .list-content {
    padding: 0
}

.tabs .swiper-container {
    margin: 0
}

.tabs .swiper-slide {
    width: auto
}

.tabs__labels {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media screen and (min-width: 1024px) {
    .tabs__labels {
        padding-left: 30px;
        padding-right: 30px
    }
}

.tabs__label-wrapper {
    display: -ms-flexbox;
    display: flex;
    max-width: 100%
}

.tabs__label-wrapper:before {
    content: "";
    box-sizing: content-box;
    width: 100%;
    padding: 0 5px;
    left: -5px;
    position: absolute;
    height: 100%;
    top: 5px;
    background: #ddd;
    z-index: 0
}

.tabs__btn-next,
.tabs__btn-prev,
.tabs__label {
    display: block;
    height: 78px;
    line-height: 78px;
    background: #f4f4f4;
    padding: 0 24px;
    border-right: 1px solid #ddd;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

.tabs__btn-next:hover,
.tabs__btn-prev:hover,
.tabs__label:hover {
    background: #e5e5e5
}

.ios .tabs__btn-next:hover,
.ios .tabs__btn-prev:hover,
.ios .tabs__label:hover {
    background: #f4f4f4
}

.tabs__btn-next.active,
.tabs__btn-prev.active,
.tabs__label.active {
    background: #ff0f64;
    color: #fff
}

.tabs .swiper-slide:last-child .tabs__btn-next,
.tabs .swiper-slide:last-child .tabs__btn-prev,
.tabs .swiper-slide:last-child .tabs__label {
    border-right: none
}

.tabs__btn-next,
.tabs__btn-prev {
    padding: 0 12px;
    cursor: pointer;
    display: inline-block;
    color: #ff0f64
}

.tabs__btn-next.swiper-button-disabled,
.tabs__btn-prev.swiper-button-disabled {
    background: #fcfcfc;
    cursor: default;
    color: #999
}

.tabs__btn-next {
    border-left: 1px solid #ddd;
    border-right: none !important
}

.tabs__tab {
    padding-top: 20px
}

.text-columns {
    padding: 0 15px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px
}

@media screen and (min-width: 768px) {
    .text-columns {
        padding: 0 25px
    }
}

@media screen and (min-width: 1024px) {
    .text-columns {
        padding: 0 30px
    }
}

.text-columns .col {
    padding-top: 40px;
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .text-columns {
        display: -ms-flexbox;
        display: flex
    }

    .text-columns .col {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 0;
        padding-left: 30px
    }

    .text-columns .col:before {
        content: "";
        position: absolute;
        top: 50px;
        bottom: 50px;
        width: 1px;
        left: 0;
        background: #ddd
    }

    .text-columns .col:first-child {
        padding-left: 0;
        padding-right: 30px;
        border: none
    }

    .text-columns .col:first-child:before {
        display: none
    }
}

@media screen and (min-width: 1024px) {
    .text-columns .col {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.rich-text .rich-text_inner .text-columns h1,
.rich-text .rich-text_inner .text-columns h2,
.rich-text .rich-text_inner .text-columns h3,
.rich-text .rich-text_inner .text-columns h4,
.rich-text .rich-text_inner .text-columns h5,
.rich-text .rich-text_inner .text-columns h6,
.text-columns .rich-text .rich-text_inner h1,
.text-columns .rich-text .rich-text_inner h2,
.text-columns .rich-text .rich-text_inner h3,
.text-columns .rich-text .rich-text_inner h4,
.text-columns .rich-text .rich-text_inner h5,
.text-columns .rich-text .rich-text_inner h6,
.text-columns .text--page-subheading,
.text-columns p {
    margin-bottom: 40px
}

.text-columns__links a {
    color: #000;
    text-decoration: none
}

.text-columns__links a:after {
    display: block;
    font-family: icomoon;
    content: "\e905";
    font-style: normal;
    font-weight: 400
}

.text-columns__links a:hover {
    text-decoration: underline
}

.text-columns__links a:after {
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
    color: #ff0f64
}

.toggle-content {
    padding: 80px 0
}

@media screen and (max-width: 767px) {
    .toggle-content {
        padding: 30px 0
    }
}

.toggle-content_header {
    max-width: 1140px;
    padding: 0 30px;
    margin: auto
}

@media screen and (max-width: 767px) {
    .toggle-content_header {
        padding: 0 15px
    }
}

.toggle-content_header h2 {
    display: inline;
    color: #cecece;
    transition: all .1s linear
}

.toggle-content_header a {
    display: inline-block
}

.toggle-content_header a._active h2,
.toggle-content_header a:hover h2 {
    color: #000
}

.toggle-content_header a._active {
    pointer-events: none
}

.toggle-content_header a + a:before {
    content: '';
    height: 36px;
    width: 1px;
    background-color: #cecece;
    display: inline-block;
    margin: 0 10px 0 14px;
    position: relative;
    top: 6px
}

.video-hero-cta {
    border-color: #fff;
    color: #fff;
    margin-top: 50px
}

.video-hero-cta:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

.video-hero {
    background-color: none
}

.video-hero_inner {
    max-width: 1280px
}

.video-hero_detail {
    display: none
}

@media screen and (min-width: 768px) {
    .video-hero_detail {
        display: block;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto
    }
}

.video-hero--video-ready .video-hero_video-screen:after {
    background-color: transparent
}

@media screen and (max-width: 767px) {
    .video-hero_video,
    .video-hero_video-wrapper {
        display: none
    }
}

.video-hero_video-wrapper {
    background-color: #111;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.video-hero_video-screen:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #111;
    transition: background-color .4s linear
}

.video-hero_image:after,
.video-hero_video-screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data: image/png;charset=utf-8;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAJElEQVQ4y2OQlJScycDAwEAtmvpg1IWjLhx14agLR104RFwIAGJ0WRHLEbYiAAAAAElFTkSuQmCC")
}

.video-hero_video {
    position: absolute;
    min-width: 100%;
    min-height: 100%
}

.video-hero_video-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%
}

.video-hero {
    background-size: cover;
    background-position: top;
    box-sizing: inherit;
    width: 100%
}

.video-hero_inner {
    float: left;
    display: block;
    width: 76.76824%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 87px 0;
    min-width: 250px;
    position: relative;
    text-align: center
}

.video-hero_inner:last-child {
    width: 74.41059%
}

@media screen and (min-width: 768px) {
    .video-hero_inner {
        float: left;
        display: block;
        width: 85.29804%;
        float: none
    }

    .video-hero_inner:last-child {
        width: 82.94039%
    }
}

@media screen and (min-width: 768px) {
    .video-hero_inner {
        padding: 180px 0 170px
    }
}

.video-hero_inner--reduce-padding {
    padding: 110px 0 56px
}

.video-hero_top {
    padding-top: 15px
}

.video-hero_top:after {
    clear: both;
    content: "";
    display: table
}

@media screen and (min-width: 768px) {
    .video-hero_top {
        padding-top: 12px
    }
}

.video-hero_arrow {
    display: none
}

@media screen and (min-width: 768px) {
    .video-hero_arrow {
        top: 0;
        left: 50%;
        display: block;
        position: absolute;
        width: 26px;
        margin-left: -12px;
        font-size: 18px;
        z-index: 3000;
        height: 80px;
        background-color: #fff
    }

    .video-hero_arrow:before {
        display: block;
        font-family: icomoon;
        content: "\e900";
        font-style: normal;
        font-weight: 400;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        top: 12px;
        margin-left: -10px;
        position: absolute;
        left: 50%
    }
}

.video-hero_breadcrumbs {
    display: none;
    padding-bottom: 20px
}

@media screen and (min-width: 768px) {
    .video-hero_breadcrumbs {
        display: block;
        margin: 0 auto;
        padding-bottom: 15px
    }
}

.video-hero_breadcrumbs > ul {
    display: inline-block
}

.video-hero_date {
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: -.24px;
    line-height: 100%;
    color: #fff;
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .video-hero_date {
        font-size: 16px;
        letter-spacing: -.32px;
        line-height: 100%;
        margin-top: 50px
    }
}

.video-hero_detail {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 22px;
    margin-top: 50px
}

@media print {
    .module.filter,
    .module.footer,
    .module.global-header,
    .module.global-megamenu,
    .module.presentation,
    .module.related-content,
    .module.search-form,
    .module.subscribe {
        display: none !important
    }

    *,
    :after,
    :before {
        background-color: #fff !important;
        color: #000 !important;
        border: none !important
    }

    section {
        page-break-inside: avoid
    }

    img {
        width: auto !important;
        max-width: 100vw;
        height: auto !important
    }

    a {
        text-decoration: underline !important
    }

    .module.hero {
        padding: 0;
        margin-bottom: 30px
    }

    .module.hero:last-of-type {
        display: none
    }

    .module.hero:first-of-type {
        display: block !important
    }

    .module.article-content {
        padding-bottom: 0
    }

    .component.share-links,
    .component.tags,
    .component.video-player,
    .component.youtube-player {
        display: none
    }

    .article-carousel {
        max-width: 100%
    }

    .article-carousel .carousel_control-wrap {
        display: none
    }

    .component.accordian-table td,
    .component.accordian-table th,
    .component.accordian-table tr {
        padding: 0 !important
    }

    .component.accordian-table table {
        margin-bottom: 40px !important
    }

    .module.article-author {
        page-break-inside: avoid;
        margin-bottom: 0
    }

    .carousel {
        margin: 0
    }

    .component.pull-quote,
    .component.rich-text {
        margin-bottom: 30px
    }
}

/*FORM STYLE FROM BEACON*/

input[type=text],input[type=password] {
    transition: all .1s linear;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    border: 2px solid #cecece;
    color: #cecece;
    display: inline-block;
    font-size: 16px;
    min-width: 160px;
    padding: 10px 20px
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
    opacity: .5;
    transition: opacity .3s ease
}

input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder,
input[type=password]:-moz-placeholder, input[type=password]::-moz-placeholder {
    opacity: .5;
    transition: opacity .3s ease
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
    opacity: .5;
    transition: opacity .3s ease
}

input[type=text]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input[type=text]:focus:-moz-placeholder, input[type=text]:focus::-moz-placeholder,
input[type=password]:focus:-moz-placeholder, input[type=password]:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input[type=text]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

input.checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

input.checkbox + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input.checkbox + label:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2px solid #ddd;
    background: #fff;
    font-family: icomoon;
    line-height: 100%;
    color: #ff0f64
}

input.checkbox:checked + label {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

input.checkbox:checked + label:before {
    content: " \e921 "
}

input.radio {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

input.radio + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input.radio + label:after, input.radio + label:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #fff
}

input.radio + label:after {
    display: none
}

input.radio:checked + label {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal
}

input.radio:checked + label:after {
    content: " ";
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    left: 5px;
    border: none;
    border-radius: 50%;
    background: #ff0f64
}

form .disabled label {
    font-weight: 400 !important;
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    cursor: default;
    color: #999
}

<!-- Alert box -->
.home-hero {
    z-index: 1;
    overflow-x: hidden
}

.alert {
    width: 100%;
    position: static;
    color: #fff;
    font-family: Roobert;
    font-size: 1.3vw
}

.alert .box {
    width: 50%;
    position: absolute;
    bottom: 80px;
    right: 0
}

.alert .box li span {
    display: block;
    color: #b6b5b5
}

.alert .box li {
    padding-left: 9em;
    padding-top: 1em;
    min-height: 72px;
}

.home-hero.module.module--initialized .alert {
    opacity: 1
}

.home-hero.module .alert {
    opacity: 0;
    transition: opacity 3s
}

.alert .boxInt {
    position: relative;
    z-index: 2;
    max-width: 629px;
    margin-left: 223px
}

.alert .boxInt:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fb5910;
    top: 0;
    left: 0;
    z-index: 0
}

.alert .boxInt.black:after {
    background: #000
}

.alert .boxInt .alertBox {
    padding: 25px 10px 35px 30px;
    z-index: 1
}

.alert h1 {
    font-size: 1.3em;
    font-weight: 400
}

.alert .boxInt .alertBox.detail {
    font-size: 1.2em;
    padding: 1em 1.5em 1.5em;
    text-align: right;
    display: none
}

.alert .detail h1 {
    font-size: 1.3em;
    font-family: RoobertBold;
    text-align: left
}

.alert .box .detail li {
    background-position: 1em 1.25em;
    padding-left: 5em;
    background-size: 2.8em auto;
    text-align: left;
    padding-top: 2.2em;
}

.alert .box .text {
    font-family: RoobertLight;
    line-height: 1em;
    padding-left: 5em;
    margin-top: 1.5em;
    text-align: left
}

.alert .box .text p {
    margin-bottom: 1em
}

.alert .box .detail .btn-cta {
    color: #fff;
    border-color: #fff;
    margin-top: 1.5em
}

.hub_group {
    z-index: 1
}

@media screen and (max-width:1400px) {
    .alert .boxInt {
        max-width: 504px
    }
    .alert .box li {
        background-position: 2.5em 1.5em;
        padding-left: 6em
    }
}

@media screen and (max-width:1110px) {
    .alert .boxInt {
        max-width: 404px
    }
}

@media screen and (min-width:1600px) {
    .alert {
        font-size: 20px
    }
}

@media screen and (max-width:1023px) {
    .alert {
        position: relative;
        font-size: 2vw
    }
    .alert .box {
        width: auto;
        position: relative;
        padding: 0 0 80px;
        bottom: 0
    }
    .alert .boxInt:after {
        width: 100%
    }
    .home-hero .swiper-container {
        position: relative;
        height: 100vh;
        min-height: 440px
    }
    .home-hero {
        overflow: visible;
        min-height: 100vh;
        height: auto
    }
    .home-hero__bg {
        height: 100vh
    }
    .alert .boxInt {
        max-width: 100%;
        margin-left: 0
    }
    .alert h1 {
        text-align: center
    }
}

@media screen and (max-width:500px) {
    .alert {
        font-size: 3vw
    }
}

.contact__tab__main{
	opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:all .7s ease-in-out 0s;opacity:1
}
.contact__tab__main{
	background:#f4f4f4;-webkit-transform:translate(calc(100% + 400px));transform:translate(calc(100% + 400px));transition:all .4s ease-in-out;opacity:1
}
@media screen and (min-width:768px){
	.contact__tab__main{display:block;-ms-flex:1;flex:1;-ms-flex-order:1;order:1}
}

.contact__tab__main__body{
	display:-ms-flexbox;display:flex
}

.contact__tab__main{
	overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar
}

.contact__tab__main__header{
	width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;height:64px;padding:0 15px
}

@media screen and (min-width:768px){
	.contact__tab__main__header{padding:0 25px}
}
	
@media screen and (min-width:1024px){
	.contact__tab__main__header{padding:0 30px}
}

@media screen and (max-width:768px -1){
	.contact__tab__main__header{display:none}
}

@media screen and (min-width:768px){
	.contact__tab__main__header{height:84px}
}

.contact__tab__main__header__logo{
	display:block;width:120px
}

.contact__tab__main__header__logo img {
	width:100%;height:auto;display:block
}

/* Contact Items */
.contact-items-section .item.parbase { float:left;}
.contact-items-section .new { float:left; width:30%; margin-top: 30px; margin-right: 30px;}


/* START #10677 */
.content-scroller {
    background: #fff;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    .content-scroller__inner {
        background: #fff !important;
    }
}

.content-scroller .text--page-heading {
    color: #000;
    line-height: 1.13;
    margin-bottom: 20px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    letter-spacing: -0.6px;
    line-height: 1.16667;
    color: #222222;
}

@media screen and (min-width: 768px) {
    .content-scroller .text--page-heading {
        font-size: 50px;
        letter-spacing: -1px;
        line-height: 1.1;
    }
}

@media screen and (min-width: 1024px) {
    .content-scroller .has-background .text--page-heading {
        color: #fff !important;
    }

    .content-scroller .has-background .content-scroller__item__inner {
        color: #fff;
    }

    .content-scroller .has-background .content-scroller__item__inner p {
        color: #fff;
    }
}

.content-scroller .no-background {
    background: #fff;
}

.content-scroller__item {
    padding-top: 40px;
}

@media screen and (min-width: 1024px) {
    .content-scroller__item {
        padding-top: 0;
    }
}

.content-scroller__item--hero {
    margin-top: 0;
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-scroller__item__inner {
    padding: 0 30px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.content-scroller__media {
    margin: 0 -30px;
}

.content-scroller__media img {
    width: 100%;
    height: auto;
    display: block;
}

.content-scroller__media:before {
    content: "";
    width: 32px;
    height: 32px;
    border: 16px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -16px;
    z-index: 1;
}

.content-scroller__media--video {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.content-scroller__media--video video {
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 auto;
}

.content-scroller__media--video img.fallback {
    display: none;
}

.ios .content-scroller__media--video video, .android .content-scroller__media--video video {
    display: none;
}

.ios .content-scroller__media--video img.fallback, .android .content-scroller__media--video img.fallback {
    display: inline-block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.content-scroller .cta {
    margin: 20px 0;
}

@media screen and (max-width: 767px) {
    .content-scroller .cta {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .content-scroller .has-background .cta {
        font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-style: normal;
        transition: all 100ms linear;
        display: inline-block;
        font-size: 12px;
        min-width: 160px;
        padding: 17px 40px 17px;
        text-align: center;
        text-transform: uppercase;
        border-width: 2px;
        border-style: solid;
        font-size: 12px;
        letter-spacing: 0.6px;
        line-height: 1.33333;
        border-color: #ffffff;
        color: #ffffff;
        transition: background-color 100ms linear;
    }

    .content-scroller .has-background .cta:hover, .content-scroller .has-background .cta._hover,
    a:hover .content-scroller .has-background .cta {
        text-decoration: none;
    }

    .content-scroller .has-background .cta:hover, .content-scroller .has-background .cta._hover,
    a:hover .content-scroller .has-background .cta {
        background-color: rgba(255, 255, 255, 0.2);
    }
}

.content-scroller .rich-text {
    padding: 0;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .content-scroller .rich-text {
        margin-bottom: 60px;
    }
}

.content-scroller .rich-text .rich-text_inner, .content-scroller .rich-text .rich-text_inner p {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 1.46667;
}

.content-scroller .rich-text .rich-text_inner p, .content-scroller .rich-text .rich-text_inner p p {
    margin-bottom: 30px;
}

.content-scroller p span.color-scheme--black {
    color: #111;
}

.content-scroller p a.color-scheme--black {
    color: #111;
}

@media screen and (min-width: 768px) {
    .content-scroller .rich-text .rich-text_inner, .content-scroller .rich-text .rich-text_inner p {
        font-size: 18px;
        letter-spacing: 0.36px;
        line-height: 1.66667;
    }
}

.content-scroller .pull-quote {
    margin-bottom: 60px;
}

.content-scroller .pull-quote_inner {
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.content-scroller .pull-quote p.text--pull-quote-author {
    color: rgba(0, 0, 0, 0.4);
}

.content-scroller .pull-quote:before {
    width: 35px;
}

@media screen and (min-width: 768px) {
    .content-scroller .pull-quote_inner {
        padding-left: 0;
    }
}

@media screen and (min-width: 1024px) {
    .content-scroller .pull-quote:before {
        background: #fff;
    }
}

@media screen and (min-width: 1280px) {
    .content-scroller .pull-quote {
        margin-left: -65px;
    }
}

.content-scroller .component.accordian-table .accordian-table_ct {
    margin: 0;
}

.content-scroller__text {
    padding: 20px 0 40px;
}

.content-scroller__text img {
    width: 100%;
    height: auto;
}

.content-scroller .renewable-sources_legend {
    margin: 40px 0;
}

@media screen and (min-width: 1024px) {
    .content-scroller .renewable-sources_legend {
        max-width: 270px;
        margin: 40px 0 60px;
    }
}

@media screen and (min-width: 1024px) {
    .content-scroller__inner {
        transition: background 0.8s linear;
    }

    .content-scroller__item {
        margin-top: 0;
        padding: 130px 0;
        min-height: 50vh;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        position: static;
    }

    .content-scroller__item--hero {
        min-height: 100vh;
    }

    .content-scroller__item:first-child:last-child {
        min-height: 100vh;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .content-scroller__item__inner {
        position: static;
        width: 50%;
    }

    .content-scroller__text {
        position: static;
        max-width: 500px;
        margin: 0 auto;
    }

    .content-scroller__media {
        position: fixed;
        height: 100vh;
        right: 0;
        bottom: 0;
        width: 50vw;
        overflow: hidden;
        margin: 0;
    }

    .content-scroller__media picture {
        position: static;
    }

    .content-scroller__media img {
        min-height: 100%;
        min-width: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .content-scroller__media:before {
        display: none;
    }

    .content-scroller .content-scroller__item:first-child .content-scroller__item__inner {
        padding-top: 20vh;
    }

    .content-scroller .content-scroller__item:last-child .content-scroller__item__inner {
        padding-bottom: 20vh;
    }

    .content-scroller .content-scroller__item:first-child .content-scroller__media {
        position: absolute;
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .content-scroller.scrolled-into .content-scroller__item:first-child .content-scroller__media {
        position: fixed;
    }

    .content-scroller.scrolled-past .content-scroller__item:last-child .content-scroller__media {
        position: absolute;
        top: auto;
        bottom: 0;
    }

    .content-scroller__media {
        transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .content-scroller__media.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .content-scroller__media.exit-up {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .content-scroller__media.exit-down {
        -webkit-transform: translate3d(0, -100%, 0) !important;
        transform: translate3d(0, -100%, 0) !important;
    }
}



.renewable-sources_legend dl dt {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1.66667;
    position: absolute;
    text-transform: uppercase;
    color: #222222;
}

.renewable-sources_legend dl dd {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1.66667;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    color: #222222;
}

.renewable-sources_legend dl dd .track {
    background: #dddddd;
    display: block;
    height: 10px;
    margin: 4px 0 18px 0;
}

.renewable-sources_legend dl dd .track .value {
    background: #55be5a;
    display: block;
    height: 10px;
    transition: width 1.2s ease;
    width: 0;
}

@media screen and (min-width: 1024px) {
    .renewable-sources_legend {
        width: 95%;
    }
}

@media screen and (min-width: 1024px) {
    .renewable-sources_legend dl dt, .renewable-sources_legend dl dd {
        color: #fff;
    }

    .renewable-sources_legend dl dd .track {
        background: #77ca7b;
        background: rgba(255, 255, 255, 0.2);
    }

    .renewable-sources_legend dl dd .track .value {
        background: #fff;
    }
}



.icon-list {
    margin: 30px 0;
}

.icon-list li {
    padding-left: 2.5em;
    position: relative;
    margin-bottom: 1em;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 1.22222;
}

.icon-list li:before {
    font-size: 1.5555em;
    vertical-align: sub;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* END #10677 */
/* START #11058 */
.eyebrow {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #222222;
    font-weight: 700;
    opacity: 0.4;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .eyebrow {
        font-size: 12px;
        letter-spacing: 1.8px;
        line-height: 1.33333;
    }
}
/* END #11058 */
/* START #11293 */
.link {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 1.33333;
    text-transform: uppercase;
}

.link:hover {
    text-decoration: underline;
}
/* END #11293 */


.module-content.parbase, .twitter-module {
    display: block;
}

@media screen and (min-width: 768px) {
    .module-content.parbase, .twitter-module {
        display: inline-block;
    }
}

.external.parbase {
    text-align: center;
}

/* Presentation */
.presentation__heading {
    min-height: 25px;
}

.component.accordian-table .accordian-table_inner tr:last-child td {
    padding-bottom: 0px;
}

.component.accordian-table .accordian-table_inner tr:last-child {
    height: 50px;
}

/* Article image - Layout centered */
.layout-centered .full-bleed-image_caption-wrap {
    position: relative;
    margin: 0 auto;
}

.layout-centered .full-bleed-image_caption-wrap .full-bleed-image_caption {
    margin: 0 auto;
}

.layout-centered img {
    margin: 0 auto;
    max-width: 100%;
}

/* Album */
.lightbox-slider_desc {
    line-height: 20px;
}

/* override HUGE class */
.list-item_file-wrapper {
    width: 290px;
    float: right;
    padding: 35px 0;
    text-align: right;
}

.list-item--press .list-item_text-wrapper {
    width: calc(100% - 290px);
    max-width: 680px;
    float: left;
    padding: 30px 0
}

/* Fix Home Page */
@media screen and (min-width: 1024px) {
    .home-hero__related {
        width: 500px;
    }

    .video-placeholder {
        display: none;
    }
}

/* Strategy Image */
.tile_header.text--tile-heading.white {
    color: white;
}

.tile--cta .tile_header + .btn-cta.white {
    color: white;
    border: 2px solid white;
}

.tile--cta .tile_header + .btn-cta.white:hover {
    color: black;
    background-color: white;
    border: 2px solid white;
}
/*banner download white*/
.hub_inner.hubgroup-items-section .documentsDownload .download .white{
    color: white;
}
.hub_inner.hubgroup-items-section .documentsDownload .download .btn-cta.white{
    color: white;
    border: 2px solid white;
}
.hub_inner.hubgroup-items-section .documentsDownload .download .btn-cta.white:hover {
    color: black;
    background-color: white;
    border: 2px solid white;
}

div.megamenu__nav__body div.swiper-pagination.swiper-pagination-bullets,
div.megamenu-nav-body div.swiper-pagination.swiper-pagination-bullets {
    width: 100% !important;
}

/*elimina un bug nel component presentation*/
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
    left: 0 !important;
    width: 10% !important;
}

/*new tile--extra box + tile mobile fix */
.bg .tile_image-wrapper {
    background-size: cover;
    background-position: center center
}

.bg .tile_image-wrapper img {
    display: none
}

.tile_button {
    position: absolute;
    margin-top: 10px;
    border: 2px solid #000;
    padding: 13px 16px;
    font-size: 12px;
    text-transform: uppercase;
    transition: background-color .1s linear
}

a.tile:hover .tile_button {
    background-color: rgba(255, 255, 255, 0.2)
}

.tile--extra {
    width: 1258px;
    overflow: hidden;
    color: #fff
}

.tile--extra .tile_inner {
    min-height: 392px
}

.bg.tile--extra .tile_image-wrapper {
    position: absolute;
    height: 100%;
    width: 100%
}

a.tile.tile--extra:hover .tile_inner:after {
    height: 0
}

a.tile.tile--extra:hover .tile_content-wrapper {
    bottom: auto
}

.tile.tile--extra img {
    max-width: 110%
}

.tile--extra .tile_button {
    border: 2px solid #000;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 55px;
    color: #000;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif
}

.tile--extra .tile_button:hover {
    background-color: #000;
    color: white;
}

.tile--extra .tile_button a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 767px){
.tile.tile--small:hover{
    text-decoration: none;
}
}
.tile--extra .tile_content-wrapper:before {
    content: "";
    position: absolute;
    background: #e5e5e5;
    height: 95%;
    width: 33px;
    padding-top: 0;
    left: 0
}

.tile--extra .tile_description {
    margin-top: 10px;
    color: #000;
    font-size: 20px
}

.tile--extra .text--tile-heading {
    color: #000;
    font-size: 42px;
    margin-top: -10px
}

.tile--extra .text--tile-heading.white, .tile--extra .text--tile-description.white {
    color: white;
}

.tile--extra .tile_button.white {
    color: white;
    border: 2px solid white;

}

.tile--extra .tile_button.white:hover {
    background-color: white;
    color: black;
}

.tile--extra .tile_button.white a:hover {
    text-decoration: underline;
}

.tile--extra .tile_content-wrapper {
    bottom: auto;
    top: 102px;
    padding: 0 0 0 50px;
    left: 30px;
    width: 55%
}

.tile--extra .tile_inner, .tile--extra .tile_inner .tile_image-wrapper {
    position: static
}

.bg.tile--extra .tile_image-wrapper {
    position: absolute;
    height: 100%;
    width: 100%
}

.tile--extra .tile_image-wrapper img {
    position: absolute;
    top: 0
}

@media screen and (max-width: 1318px) {
    .tile--extra {
        width: 716px
    }

    .tile--extra .tile_content-wrapper {
        width: 75%
    }

    .tile.tile--extra img {
        right: -33%;
        max-width: 142%
    }
}

@media screen and (max-width: 767px) {
    .tile--extra {
        width: 100%;
        display: inline-block !important
    }

    .tile--extra .tile_inner {
        min-height: 196px
    }

    .tile--extra .tile_content-wrapper:before {
        width: 16px
    }

    .tile--extra .tile_content-wrapper {
        overflow: visible;
        position: relative;
        top: 0;
        margin: 50px 0 0 15px;
        width: auto;
        left: 0;
        padding: 0 0 0 25px;
        width: 85% !important;
        min-height: 0;
        height: auto
    }

    .tile--extra .tile_description {
        display: block;
        font-size: 11px;
        margin-top: 5px
    }

    .tile--extra .text--tile-heading {
        font-size: 21px;
        top: -5px;
        margin-top: 0
    }

    .tile--extra .tile_button {
        padding: 8px;
        font-size: 8px;
        margin-top: 30px
    }

    .filter__heading {
        margin-right: 25px;
    }

    .filter__groups {
        overflow: hidden;
    }

}

.hub_group--header-left .hub_inner .tile--extra {
    width: 832px;
}

@media screen and (max-width: 1318px) {
    .hub_group--header-left .hub_inner .tile--extra {
        max-width: 716px;
    }
}

@media screen and (max-width: 767px) {
    .hub_group--header-left .hub_inner .tile--extra {
        width: 100%;
    }
}

/* added same fix of tile--extra to tile--cta (strategy component) for mobile */
@media screen and (max-width: 1318px) {
    .tile--cta {
        width: 716px
    }

    .tile--cta .tile_content-wrapper {
        width: 75%
    }

    .tile.tile--cta img {
        right: -33%;
        max-width: 142%
    }
}

@media screen and (max-width: 767px) {
    .tile--cta {
        width: 100%;
        display: inline-block !important
    }

    .tile--cta .tile_inner {
        min-height: 196px
    }

    .tile--cta .tile_content-wrapper {
        overflow: visible;
        position: relative;
        top: 0;
        width: auto;
        left: 0;
        width: 85% !important;
        min-height: 0;
        height: auto
    }

    .tile--cta .tile_description {
        display: block;
        font-size: 11px;
        margin-top: 5px
    }

    .tile--cta .text--tile-heading {
        font-size: 21px;
        top: -5px;
        margin-top: 0
    }

    .tile--cta .tile_button {
        padding: 8px;
        font-size: 8px;
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {

    .list-item--press .list-item_text-wrapper {
        width: auto;
    }
}

/*Fix PressRelease date time Compact*/
.ii__article__date {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 137.5%;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    color: #999;
}

/* Header Left bottom separator */
.bottom-line {
    clear: both;
    display: block;
    height: 1px;
    background-color: #cecece;
    top: 80px;
    margin-right: 40px;
}

@media (max-width: 1123px) {
    .bottom-line {
        max-width: 720px;
        margin: 0 auto;
        top: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .youtube-player .video iframe {
        height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .youtube-player .video iframe {
        height: 300px;
    }
}

@media screen and (max-width: 330px) {
    .youtube-player .video iframe {
        height: 230px;
    }
}

@media screen and (min-width: 1024px) {
    .youtube-player .video iframe {
        height: 720px;
    }
}

.youtube-player video {
    width: 100%;
}

/* Map background colors from SPRINT 7 - can be removed after integration */
.map__google-map.gradient-blue[style] {
    background: #0347d5 !important;
    background: -moz-linear-gradient(top, #0347d5 0%, #41b9e6 100%) !important;
    background: -webkit-linear-gradient(top, #0347d5 0%, #41b9e6 100%) !important;
    background: linear-gradient(180deg, #0347d5 0, #41b9e6) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0347d5', endColorstr='#41b9e6', GradientType=0) !important
}

.map__google-map.gradient-green[style] {
    background: #139fb0 !important;
    background: -moz-linear-gradient(top, #139fb0 0%, #58e4d0 100%) !important;
    background: -webkit-linear-gradient(top, #139fb0 0%, #58e4d0 100%) !important;
    background: linear-gradient(180deg, #139fb0 0, #58e4d0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#139fb0', endColorstr='#58e4d0', GradientType=0) !important
}

/* Fix gray map */
.map__google-map.gradient-blue[style] > div {
    background-color: transparent !important;
}

.map__google-map.gradient-green[style] > div {
    background-color: transparent !important;
}

/* END Map background colors */

.hub.bg-transparent {
    background-color: transparent;
}

.hub.bg-gray {
    background-color: #f7f7f7;
}

.container.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*NO PADDING VIDEO IN ARTICLES*/

@media screen and (min-width: 768px) {
    .nopadding .youtube-player {
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {
    .nopadding .youtube-player .video {
        padding: 0;
    }
}

.nopadding .youtube-player .overlay {
    left: 0;
    right: 0;
}

.overlay-album-video {
    width: 406px
}

.overlay-album-video:before {
    background: rgba(0, 0, 0, .4);
    content: '';
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.overlay-album-video:after {
    background-image: url(../../enel-com/img/video-play-button-hover.png);
    background: url(../../enel-com/img/video-play-button.png) no-repeat 50%;
    background-size: 50%;
    content: '';
    cursor: pointer;
    display: block;
    height: 88px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 88px;
    z-index: 3
}

@media screen and (min-width: 1024px) {
    .overlay-album-video:after {
        background-size: 100%
    }
}

.overlay-album-video:hover:after {
    background-image: url(../../enel-com/img/video-play-button-hover.png)
}

.overlay-album-video.hide {
    opacity: 0;
    -webkit-transform: translate3d(0);
    transform: translate3d(0);
    transition: opacity .5s;
    z-index: 0
}

.album .tile .youtube-album-video {
    margin-bottom: 10px;
}

.album .tile .youtube-album-video iframe {
    height: 190px;
    width: 100%;
}

.album .tile .youtube-album-video img.full-bleed-image_image {
    height: 190px;
}

@media (max-width: 1318px) {
    .overlay-album-video {
        width: 348px
    }
}

@media screen and (max-width: 767px) {
    .overlay-album-video {
        width: 100%;
        display: inline-block !important
    }
}

.nopadding .youtube-player .video {
    left: 0;
    right: 0;
}

.nopadding .youtube-player {
    display: block;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.full-bleed-image_caption {
    padding-left: 30px;
}

/* Quote , new layout with video */
.quote-video_inner {
    position: relative;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .quote-video {
        padding-right: 55%;
        min-height: 300px;
    }

    .quote-video_inner {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50%;
    }
}

/* END - Quote , new layout with video */

/* Dropdown */
.dropdown .rich-text {
    margin-bottom: 0;
}

.rich-text h2.dd-subheading {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -.14px;
    line-height: 100%;
    margin-bottom: 30px;
    display: inline-block;
	width: 95%;
    vertical-align: text-top;
}

.dd-heading {
    display: block;
}

.dd-heading-icon {
    width: 32px;
    display: inline-block;
    height: 32px;
    font-size: 32px;
    top: 6px;
    left: 0;
    color: #ff0f64;
}

.dd-heading-icon.plus:after {
    content: '+';
}

.dd-heading-icon.minus:after {
    content: '-';
    color: black;
}

.dd-wrapper:first-child {
    border-top: 1px solid #efefef;
}

.dd-wrapper {
    border-bottom: 1px solid #efefef;
    padding: 12px 0 0;
}

.dd-content {
    display: none;
}

/* Needed to delete padding in inner dropdowns */
.dropdown .rich-text.container .rich-text.container .rich-text_inner {
    padding-right: 0;
    padding-left: 5%;
}

/* Start - Description , css for website */
.contact_website {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    line-height: 100%;
    font-size: 16px;
}
.contact_heading + .contact_website {
    margin-top:36px;
}
.contact_website a {
    color: #ff0f64;
    font-weight: bold;
}

.contact_website + .contact_website {
    margin-top: 9px
}

/* END - Description , css for website */

/* START- Module-LargeSingle BG , css  */
.tile_inner.bg-gray {
    background-color: #f7f7f7;
}

.tile_inner.bg-white {
    background-color: #fff;
}

/* END - Module-LargeSingle BG , css */

/*HUB CTA EXTRA CONFIG*/
.hub_cta.left {
    margin-top: 60px;
    text-align: left;
}

/*UX INDIA CODE GOES HERE*/
.article-content_inner .pull-quote.bg-component {
    background-size: cover;
    min-height: 330px;
}

.article-content_inner .pull-quote.bg-component .pull-quote_inner {
    bottom: 55px;
    border-left: 18px solid #fff;
    border-spacing: 57px 20px;
    left: 0px;
    padding: 10px 23px 10px 18px;
    position: absolute;
}

.article-content_inner .pull-quote.bg-component .pull-quote_quote {
    color: #fff;
}

.article-content_inner .pull-quote.bg-component .pull-quote_author {
    color: #999999;
    font-size: 15px;
}

.pull-quote.bg-component:before {
    width: 0px;
}

/*UX INDIA CODE GOES HERE*/
.tile--gbody .tile_inner {
    border: 0;
    max-height: 360px;
}

.tile--gbody .tile_image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 138%;
}

.tile--gbody .tile_content-wrapper .text--tile-heading {
    color: #fff;
}

.tile--gbody .tile_content-wrapper {
    position: absolute;
}

.tile--gbody .tile_topic {
    margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
    .article-content_inner .pull-quote.bg-component {
        min-height: 662px;
    }

    .article-content_inner .pull-quote.bg-component .pull-quote_inner {
        bottom: 72px;
        border-left: 20px solid #fff;
        padding: 10px 85px 10px 18px;
    }

    /*.article-content_inner .pull-quote.bg-component .pull-quote_author{font-size:15px;}*/
    .tile--gbody .tile_inner {
        min-height: 410px;
    }

    .article-content_inner .pull-quote {
        margin-top: 0
    }

}

@media screen and (min-width: 1024px) {
    .article-content_inner .pull-quote.bg-component {
        min-height: 760px;
    }

    .article-content_inner .pull-quote.bg-component .pull-quote_inner {
        bottom: auto;
        left: 75%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 48%;
    }

    .article-content_inner .pull-quote {
        margin-top: 0
    }
}

@media screen and (min-width: 1318px) {
    .tile--gbody .tile_inner {
        min-height: 480px;
    }

}

/*margin reset needed to overwrite the foundation rule*/
div.carousel {
    margin-bottom: 0;
}

/*Remove | compulsory before dates in asset item*/
.list-item_date:before {
    content: "" !important;
    padding-right: 0px;
}

.list-item_separator:after {
    padding-right: 8px;
}

/*TABLE COLORS*/

.table .accordian-table span.color-scheme--green {
    color: #55be5a
}

.table .accordian-table span.color-scheme--blue {
    color: #0555fa
}

.table .accordian-table span.color-scheme--sky {
    color: #41b9e6
}

.table .accordian-table span.color-scheme--pink {
    color: #ff0f64;
}

.table .accordian-table span.color-scheme--lightpink {
    color: #ff4687;
}

.table .accordian-table span.color-scheme--red {
    color: #e61400
}

.table .accordian-table span.color-scheme--forest {
    color: #008c5a
}

.table .accordian-table span.color-scheme--orange {
    color: #ff5a0f
}

.table .accordian-table span.color-scheme--white {
    color: #ffffff
}

.table .accordian-table span.color-scheme--black {
    color: #000000
}

.table .accordian-table span.color-scheme--grey {
    color: #999999
}

.table .accordian-table span.color-scheme--lightgrey {
    color: #f4f4f4
}

/* IFrame */
.hub.module IFRAME {
    margin: 50px auto;
    display: block;
    border: 0;
}

/*hub module content EVENT --- START */
/*UX INDIA CODE GOES HERE*/
.article-content_inner .pull-quote.bg-component {
    background-size: cover;
    min-height: 330px;
}

.article-content_inner .pull-quote.bg-component .pull-quote_inner {
    bottom: 55px;
    border-left: 18px solid #fff;
    border-spacing: 57px 20px;
    left: 0px;
    padding: 10px 23px 10px 18px;
    position: absolute;
}

.article-content_inner .pull-quote.bg-component .pull-quote_quote {
    color: #fff;
}

.article-content_inner .pull-quote.bg-component .pull-quote_author {
    color: #999999;
    font-size: 15px;
}

.pull-quote.bg-component:before {
    width: 0px;
}

/*UX INDIA CODE GOES HERE*/
.tile--gbody .tile_inner {
    border: 0;
    max-height: 360px;
}

.tile--gbody .tile_image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 138%;
}

.tile--gbody .tile_content-wrapper .text--tile-heading {
    color: #fff;
}

.tile--gbody .tile_content-wrapper {
    position: absolute;
}

.tile--gbody .tile_topic {
    margin-bottom: 0px;
}

.mengamenu-tweet {
    max-width: 100%;
}

.mengamenu-tweet .event--inner {
    justify-content: center;
    margin-bottom: 100px;
}

.mengamenu-tweet .event--inner .megamenu__article--tweet {
    margin-right: 20px;
    margin-bottom: 20px;
    max-width: 100%;
}

.tweet__meta a {
    text-decoration: none
}

.event--img {
    border: 0px;
    display: none;
}

.tile-event {
    vertical-align: top;
    text-decoration: none;
}

.tile-event:hover {
    text-decoration: none;
}

.event--date {
    padding: 30px 16px;
    background: #008c5b;
}

.event--date h2 {
    font-size: 30px;
    color: #73b59a;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.event--date h3 {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 16px;
    font-weight: 300;
    font-family: Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.event--content {
    padding: 18px 17px;
    background-color: #fff;
}

.event--content h2 {
    font-size: 11px;
    color: #008c5b;
    font-weight: 300;
    text-transform: uppercase;
}

.event--content h2 b {
    font-weight: 700;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.event--content p {
    font-size: 22px;
    color: #000;
    font-family: Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}

/*05_Participa-part-to-develop.html and 20_Listado Eventos-part-to-develop.html  ends*/

/*about-us-part-to-develop.html starts*/
.hub_group.bgwhite {
    background-color: #fff;
}

.contact__us {
    background: #fff;
    width: 100%;
}

.contact__us .swiper-container {
    position: static
}

.contact__us .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    width: 100% !important;
}

.contact__us .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px
}

.contact__us .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.contact__us .swiper-pagination-bullet-active {
    background: #008c5a
}

.contact__us .swiper-slide .contact--adress {
    border: 2px solid #ddd;
    padding: 35px 20px
}

.contact__us .swiper-slide .contact--adress h1 {
    font-weight: normal;
    line-height: 32px;
    margin-bottom: 15px
}

.contact__us .swiper-slide .contact--adress h1:after {
    content: "";
    display: block;
    clear: both
}

.contact__us .swiper-slide .contact--adress h1 a {
    border: 1px solid #41b9e6;
    float: right;
    width: 27px;
    height: 27px;
}

.contact__us .contact--adress h1 a img {
    padding: 6px;
    width: 100%;
}

.contact__us .contact--adress p {
    font-size: 18px;
    line-height: 27px;
    color: #666;
}

.contact__us .contact--adress p a {
    color: #008c5a;
}

/*about-us-part-to-develop.html ends*/

/*mapa del sitio- start*/
.site_map_container {
    padding: 10px 0 0 10px;
}

.site_map_container h2 {
    padding-bottom: 30px;
    font-size: 31px;
}

.site_map_container .site_content:after {
    clear: both;
    content: "";
    display: block;
}

.site_map_container .site_content .site_content_details, .site_map_container .site_content .onsite_content_details {
    width: 100%;
}

.site_map_container .site_content_details h5, .site_map_container .site_content .onsite_content_details h5 {
    color: #ff0f64;
    font-size: 18px;
}

.site_map_container .stakeholders_links .site_content_details h5, .site_map_container .stakeholders_links .onsite_content_details h5 {
    padding: 42px 0 0;
}

.site_map_container .support_links .site_content_details h5, .site_map_container .support_links .onsite_content_details h5 {
    padding: 33px 0 0;
}

.site_map_container .support_links .onsite_content_details h5.contact {
    padding: 39px 0 0;
    margin: 0
}

.site_map_container .support_links .onsite_content_details .stakeholders li {
    padding-top: 5px;
}

.site_map_container .site_content_details .nested-one li {
    font-weight: bold;
    padding-top: 38px;
}

.site_map_container .site_content_details .nested-one li .nested-two li {
    padding: 8px 0 0 20px;
}

.site_map_container .site_content_details .nested-one li li {
    font-weight: normal
}

.site_map_container .onsite_content_details .nested-one li {
    padding: 8px 0 0 20px
}

.site_map_container .onsite_content_details .stakeholders {
    font-weight: bold;
    padding: 37px 20px 0px 20px;
}

.site_map_container .site_content_details .nested-one {
    padding-left: 20px;
}

.site_map_container .onsite_content_details .nested-one li li {
    font-weight: normal;
    padding: 8px 0 0 20px;
}

.site_map_container .onsite_content_details .nested-one li {
    font-weight: bold;
    padding-top: 37px
}

.stakeholders > li::before {
    position: absolute;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -14px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff0f64;
    margin-top: 7px;
}

.nested-one > li::before {
    position: absolute;
    content: "";
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -14px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ff0f64;
    margin-top: 7px;
}

/*mapa del sitio- end*/

@media screen and (min-width: 768px) {
    .article-content_inner .pull-quote.bg-component {
        min-height: 662px;
        margin: 0;
        max-width: 100%;
    }

    .article-content_inner .pull-quote.bg-component .pull-quote_inner {
        bottom: 72px;
        border-left: 20px solid #fff;
        padding: 10px 85px 10px 18px;
    }

    .tile--gbody .tile_inner {
        min-height: 410px;
    }

    /*05_Participa-part-to-develop.html and 20_Listado Eventos-part-to-develop.html starts*/
    .event--img {
        display: block;
        padding-top: 100%;
        background-size: cover;
        background-position: center center;
    }

    .event--img {
        width: 100%;
    }

    .event--date, .event--content {
        padding: 42px 37px;
        height: 169.333px;
    }

    /*05_Participa-part-to-develop.html and 20_Listado Eventos-part-to-develop.html ends*/
    /*about-us-part-to-develop.html starts*/
    .contact__us .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px
    }

    .contact__us .swiper-slide .contact--adress {
        border: 2px solid #ddd;
        padding: 55px 25px 35px
    }

    .contact__us .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
    }

    /*about-us-part-to-develop.html ends*/
    /*mapa del sitio- start*/
    .site_map_container {
        padding: 106px 80px;
    }

    .site_map_container .site_content .site_content_details, .site_map_container .site_content .onsite_content_details {
        float: left;
        width: 33.33%;
    }

    /*mapa del sitio- end*/
}

@media screen and (min-width: 1024px) {
    .article-content_inner .pull-quote.bg-component {
        min-height: 760px;
    }

    .article-content_inner .pull-quote.bg-component .pull-quote_inner {
        bottom: auto;
        left: 75%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 48%;
    }

    .mengamenu-tweet .event--inner .megamenu__article--tweet {
        margin-right: 35px;
        width: calc(25% - 35px);
    }

    /*05_Participa-part-to-develop.html and 20_Listado Eventos-part-to-develop.html starts*/
    .event--date, .event--content {
        padding: 50px;
        height: 169.333px;
    }

    /*05_Participa-part-to-develop.html and 20_Listado Eventos-part-to-develop.html ends*/
    /*about-us-part-to-develop.html starts*/
    .contact__us .swiper-slide .contact--adress {
        border: 2px solid #ddd;
        padding: 100px 25px 50px
    }

    /*about-us-part-to-develop.html ends*/

}

@media screen and (min-width: 1318px) {
    .tile--gbody .tile_inner {
        min-height: 480px;
    }
}

/*05_Participa-part-to-develop.html READ MORE functionality START*/
.module-content:nth-child(n+3) .tile-event {
    display: inline-block !important;
}

.module-content:nth-child(n+4) .tile-event {
    display: none !important;
}

.more .module-content:nth-child(n+3) .tile-event {
    display: inline-block !important;
}

@media (max-width: 1318px) {
    .module-content:nth-child(n+3) .tile-event {
        display: none !important;
    }

    .more .module-content:nth-child(n+3) .tile-event {
        display: inline-block !important;
    }
}

/*05_Participa-part-to-develop.html READ MORE functionality END*/
/*hub module content EVENT --- END */

/* LINK NETWORK */
.disclaimer + .link_network .link_network_inner,
.hub + .link_network .link_network_inner,
.related-content--gallery + .link_network .link_network_inner {
    border-top: none
}

.link_network_inner {
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    border-top: 0px;
    background-color: #fff;
    padding: 5px !important;
}

.link_network_carousel {
    overflow: hidden;
    padding-bottom: 100px
}

@media screen and (min-width: 1024px) {
    .link_network_carousel {
        display: none
    }
}

.link_network_carousel--loading {
    visibility: hidden
}

.link_network_carousel .slick-slide {
    outline: none
}

.link_network_carousel .slick-slider {
    margin-bottom: 30px
}

.link_network_carousel .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.link_network_carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.link_network_carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 3px solid rgba(255, 15, 100, .7);
    border-radius: 100px;
    outline: none;
    background: transparent
}

.link_network_carousel .slick-dots li button:focus,
.link_network_carousel .slick-dots li button:hover {
    outline: none
}

.link_network_carousel .slick-dots li button:focus:before,
.link_network_carousel .slick-dots li button:hover:before {
    opacity: 1;
    border-radius: 100px;
    border: 3px solid transparent
}

.link_network_carousel .slick-dots li button:before {
    font-size: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.link_network_carousel .slick-dots li.slick-active button {
    background-color: #ff0f64
}

.link_network_carousel .slick-dots li.slick-active button:active {
    -webkit-tap-highlight-color: transparent
}

.link_network_show {
    text-align: center;
}

.link_network_no_carousel {
    display: block
}

.link_network_wrapper {
    padding-top: 42px;
    display: block;
    float: left;
    padding-top: 60px;
    vertical-align: top;
    width: 50%
}

@media screen and (min-width: 1024px) {
    .link_network_wrapper {
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .link_network_wrap {
        display: -ms-flexbox;
        display: flex
    }

    .link_network_wrap .link_network_carousel_wrap {
        display: none
    }

    .link_network_wrap .link_network_carousel,
    .link_network_wrap .link_network_no_carousel {
        width: 66.666%
    }

    .link_network_wrap .subscribe {
        width: 33.333%
    }
}

.none {
    text-decoration: none;
}

.link_network_email,
.link_network_name,
.link_network_phone {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    line-height: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.link_network_name {
    font-size: 18px
}

.link_network_name + .link_network_name {
    margin-top: 7px
}

.link_network_name strong {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal
}

.link_network_name .icon-download {
    display: block;
    margin-top: 8px;
}

.link_network_email {
    margin-top: 36px
}

.link_network_email + .link_network_email {
    margin-top: 9px
}

.link_network_email strong {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 5px
}

.link_network_email a {
    color: #ff0f64;
    text-decoration: underline
}

.link_network_phone {
    margin-top: 12px
}

.link_network_phone + .link_network_phone {
    margin-top: 9px
}

@media screen and (min-width: 768px) {
    .link_network_phone {
        margin-top: 30px
    }
}

.link_network_phone strong {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-right: 5px
}

.custom_inner {
    border-left: 1px solid #ddd;
    padding: 20px;
    text-align: left;
}

/*added for 3 cols*/
@media screen and (min-width: 1024px) {
    .col-3 .link_network_wrapper {
        width: 33%;
        float: none;
        display: inline-block;
    }
}

@media screen and (min-width: 1024px) {
    .col-2 .link_network_wrapper {
        width: 49%;
        float: none;
        display: inline-block;
    }
}

/* overwrite rule as requested */
.link_network_name strong {
    font-weight: bold;
}

/* Hide search header in page Search */
.page-search .search-form .search-form__header {
    opacity: 0
}

.page-search .global-header .btn-search-open {
    display: none;
}

/* Organization single */
.org-content .org-group .center {
    float: none;
    display: block;
    margin: 0 auto;
}

/* Organization background color */
.org-content .org-group .bg-white {
    background-color: white;
}

.org-content .org-group .bg-transparent {
    background-color: transparent;
}

.article-content .twitter.parbase .megamenu__article,
.article-content .twitter-group .megamenu__article {
    opacity: 1;
    background-color: #f7f7f7;
    display: flex;
    justify-content: center;
}

.tile-twitter {
    background: #fff;
    color: #666;
    margin: 0 9px 20px;
    overflow: hidden;
    padding: 30px 20px 10px;
}

.article-content .module-content.parbase .tile-twitter,
.article-content .twitter-module .tile-twitter {
       padding: 30px 0px 10px;
       width:100%;
}

@media screen and (max-width: 500px) {
    .tile-twitter {
        font-size: 0.7em;
    }
}

@media screen and (min-width: 1024px) {
    .article-content .megamenu__article {
        width: 100%;
    }
}

.megamenu .megamenu__article--tweet {
    padding: 0px 20px 0px;
}

.article-content .megamenu__article .module-content.parbase,
.article-content .megamenu__article .twitter-module {
    width: 20%;
}

.article-content .megamenu__article .twitter-container {
     width: inherit;
}

.megamenu .megamenu__article--tweet .module-content.parbase {
    float: none;
}

.twitter-container {
    text-align: center;
}

.tabs-fullwidth .asset-download, .panels-wrapper .asset-download, .dropdown .asset-download, .article-content .asset-download {
    padding-top: 0px;
    padding-bottom: 0px;
}

.subtitComunita {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    background: url(../../enel-com/img/subtitComunita.png) no-repeat 90% 31px #fff;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 24px 0 20px 30px;
    margin-top: 0;
}

.subtitComunitaFullImage {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    background: url(../../enel-com/img/subtitComunita.png) no-repeat 90% 31px #fff;
    font-size: 13px;
    margin: -20px 10px 20px;
    text-transform: uppercase;
    padding: 24px 0 20px 30px;
}

@media screen and (max-width: 1024px) {

    /* padding top fino a 1024 è stato aumentato altrimenti il box subtitComunita non si visualizza */
    .related-content-card_wrap {
        padding-top: 141%
    }

    .subtitComunitaFullImage {
	    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
	    font-weight: 700;
	    font-style: normal;
	    color: #000;
	    background: url(../../enel-com/img/subtitComunita.png) no-repeat 90% 31px #fff;
	    font-size: 13px;
	    margin: -15px 0 0;
	    text-transform: uppercase;
	    padding: 24px 0 20px 30px;
	}
}

/* Header Right*/
.hub_group--header-right {
    background-repeat: no-repeat;
}

.hub_group--header-right .hub_header {
    max-width: none;
    text-align: left;
}

.hub_group--header-right .hub_header .text--page-subheading {
    font-size: 24px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
}

.hub_group--header-right .text--standard {
    font-size: 16px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.hub_group--header-right .hub_header_inner {
    margin: 0 5%;
    width: 30%;
}


.hub_group--header-right > .menu-link {
    position: absolute;
    left: 50%;
    top: 30%;
    height: 80%;
    width: 100%;
    float: right;
    z-index: 2;
}

.hub_group--header-right > .menu-link.hub-par {
		height: 80%;
    width: 30%;
    float: right;
    position: relative;
    left: 0;
    top: 0;
}

.hub_group--header-right .menu-link.hub-par .hub_header_inner {
		width: 100%;
}

.hub_group--header-right .tile--left {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.hub_group--header-right .tile--left .tile_inner {
    padding-bottom: 35% !important;
    border: none;
}

.hub_group--header-right .tile--left .tile_image-wrapper {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.hub_group--header-right .title-mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .hub_group--header-right .tile--left .tile_image-wrapper {
        width: 100%;
    }

    .hub_group--header-right .tile--left .tile_inner {
        padding-bottom: 50% !important;
    }

    .hub_group--header-right .hub_header_inner {
        width: 50%;
    }

    .hub_group--header-right .title-mobile {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .hub_group--header-right .menu-link {
        left: 0;
    }

    .hub_group--header-right .hub_header p {
        color: white;
    }
    
    .hub_group--header-right .hub-par .hub_header p {
    	color: black;
    }

    .hub_group--header-right .text--standard {
        font-size: 18px;
        color: black;
    }

}

@media screen and (max-width: 768px) {
    .hub_group--header-right .tile--left .tile_inner {
        padding-bottom: 100% !important;
    }

    .hub_group--header-right .hub_header_inner {
        width: inherit;
    }


    /*.hub_group--header-right .menu-link {
        top: 20%;
    }*/
}

.hub_group .hub_header.text-left, .calendar .hub_header.text-left {
    text-align: left;
}

/* Fix to show anchor menu bottom border */
.hub-secondary-nav {
    margin-bottom: 5px;
}

.investor-panels__left {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
}

.investor-panels__left .text--page-subheading {
    line-height: 150%;
    margin-bottom: 50px;
}

.investor-panels__left p {
    margin-bottom: 40px;
}

/*Styles for the component /apps/enel-com/components/hub/header-right*/

@media screen and (min-width: 1024px) {
    .hub-header-right .text--page-subheading {
        font-size: 29px;
    }
}

.hub-header-right .text--page-subheading {
    margin-bottom: 10px;
    font-weight: 700;
}

.hub-header-right a.text--standard.icon--external:after,
.hub_group--header-left a.text--standard.icon--external:after {
    display: block;
    font-family: icomoon;
    content: "\e91c";
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
    color: #ff0f64;
}

.hub-header-right a.text--standard {
    font-size: 16px;
}

.megamenu__accordian__header.noSubItems:before, .megamenu__accordian__header.noSubItems:after {
    display: none;
}

/*asset-item view link into mobile device*/
.asset-download {
    display: block !important;
}

/*
* New Megamenu layouts
*/

@charset "UTF-8";
@import url(../../enel-com/clientlibs/main/css/fonts/fonts.css);
html {
    box-sizing: border-box
}

* {
    box-sizing: border-box;
    position: relative;
}

*,
:after,
:before {
    box-sizing: inherit
}

/*
@font-face {
    font-family: icomoon;
    src: url(../../../../fonts/icomoon.eot?tqg1z2);
    src: url(../../../../fonts/icomoon.eot?tqg1z2#iefix) format("embedded-opentype"), url(../../../../fonts/icomoon.ttf?tqg1z2) format("truetype"), url(../../../../fonts/icomoon.woff?tqg1z2) format("woff"), url(../../../../fonts/icomoon.svg?tqg1z2#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}*/
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style-type: none
}

p,
ul {
    padding: 0
}

h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}
[class*=" icon-icon-search-small"]:before,
[class^=icon-]:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

[class*=" icon-"] span,
[class^=icon-] span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.icon-arrow:before {
    content: "\e900"
}

.icon-fb:before {
    content: "\e901"
}

.icon-mail:before {
    content: "\e902"
}

.icon-print:before {
    content: "\e903"
}

.icon-twitter:before {
    content: "\e904"
}

.icon-google:before {
    content: "\e90b"
}

.icon-youtube:before {
    content: "\e90a"
}

.icon-chevron-right:before {
    content: "\e905"
}

.icon-chevron-left:before {
    content: "\e906"
}

.icon-chevron-down:before {
    content: "\e907"
}

.icon-chevron-up:before {
    content: "\e908"
}

.icon-menu:before {
    content: "\e909"
}

.icon-close:before {
    content: "\e90d"
}

.icon-volume-mute:before {
    content: "\e90c"
}

.icon-volume-none:before {
    content: "\e90e"
}

.icon-volume-low:before {
    content: "\e90f"
}

.icon-volume-med:before {
    content: "\e910"
}

.icon-volume-high:before {
    content: "\e911"
}

.icon-pause:before {
    content: "\e912"
}

.icon-enlarge:before {
    content: "\e913"
}

.icon-enlarge2:before {
    content: "\e914"
}

.icon-play:before {
    content: "\e915"
}

.icon-play-circ:before {
    content: "\e916"
}

.icon-search:before {
    content: "\e917"
}

.icon-download:before {
    content: "\e918"
}

.icon-tick:before {
    content: "\e919"
}

.icon-search-small:before {
    content: "\e917"
}

.icon-rss:before {
    content: "\e91b"
}

.icon-external:before {
    content: "\e91c"
}

.icon-mail2:before {
    content: "\e91f"
}

.icon-career:before {
    content: "\e91d"
}

.icon-linkedin:before {
    content: "\e91e"
}

.icon-video:before {
    content: "\e920"
}

.icon-link-external:before {

content:

"\e921
"}
.burger-icon,
.cross-icon {
    width: 100%;
    height: 16.6%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16.6%;
    background: #fff;
    display: inline-block;
    transition: all .3s
}

.burger-icon:after,
.burger-icon:before,
.cross-icon:after,
.cross-icon:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    transition: all .3s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.burger-icon:after,
.cross-icon:after {
    top: 250%
}

.burger-icon:before,
.cross-icon:before {
    top: -250%
}

.cross-icon {
    background: none
}

.cross-icon:after,
.cross-icon:before {
    transition: none
}

.cross-icon:after {
    top: 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cross-icon:before {
    top: 0 !important;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.icon-rss {
    box-size: content-box;
    font-size: 18px;
    background: #ff5a0f;
    color: #fff;
    padding: 3px 6px;
    top: -3px;
    margin-left: 10px
}

a.icon-external {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none !important
}

a.icon-external:before {
    font-size: .8em;
    margin-right: .5em
}

.text--breadcrumb {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    letter-spacing: .4px;
    line-height: 200%;
    color: #fff;
    opacity: .5;
    text-transform: uppercase
}

.text--breadcrumb:hover {
    color: #000
}

@media screen and (min-width: 768px) {
    .text--breadcrumb {
        font-size: 13px;
        letter-spacing: .52px;
        line-height: 184.61538%
    }
}

/* Megamenu START */
.container .open-menu{transition: all .1s linear;font-style: normal;border: 2px solid transparent;color: #fff;display: inline-block;font-size: 12px;min-width: 160px;padding: 12px 20px 13px;text-align: center;text-transform: uppercase;background-color: #ff0f64;}
.container button.open-menu {outline: none;}
.container .open-menu:hover,.container .open-menu:focus,.container .open-menu:active{border-color: #ff0f64;background-color: #fff;color:#333;}
.megamenu-container{overflow: hidden;height: 100%;/*background: #fff;*/display: flex; position:fixed;top:0;right:0;width:100%;z-index: 9999;-webkit-transform: translate(100%);-moz-transform: translate(100%);-ms-transform: translate(100%);-o-transform: translate(100%);transform: translate(100%);transition: -webkit-transform 0s ease-in-out .7s;transition: -moz-transform 0s ease-in-out .7s;transition: -ms-transform 0s ease-in-out .7s;transition: -o-transform 0s ease-in-out .7s;transition: transform 0s ease-in-out .7s;transition: transform 0s ease-in-out .7s,-webkit-transform 0s ease-in-out .7s;}
.megamenu-open .megamenu-container{-webkit-transform: translate(0);-moz-transform: translate(0);-ms-transform: translate(0);-o-transform: translate(0);transform: translate(0);transition: -webkit-transform 0s;transition: -moz-transform 0s;transition: -ms-transform 0s;transition: -o-transform 0s;transition: transform 0s;transition: transform 0s,-webkit-transform 0s;}
.megamenu-nav{width: 100%;height: 100%;color: #fff;float:left;background-color: #ff0f64;-webkit-transform: translate(100%);-moz-transform: translate(100%);-ms-transform: translate(100%);-o-transform: translate(100%);transform: translate(100%);transition: -webkit-transform .4s ease-in-out;transition: -moz-transform .4s ease-in-out;transition: -ms-transform .4s ease-in-out;transition: -o-transform .4s ease-in-out;transition: transform .4s ease-in-out;transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out;z-index: 1;overflow-y: auto;}
.megamenu-open .megamenu-container .megamenu-nav{-webkit-transform: translate(0);-moz-transform: translate(0);-ms-transform: translate(0);-o-transform: translate(0);transform: translate(0);transition: -webkit-transform .3s ease-in-out;transition: -moz-transform .3s ease-in-out;transition: -ms-transform .3s ease-in-out;transition: -o-transform .3s ease-in-out;transition: transform .3s ease-in-out;transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;}
.megamenu-content{display:none;width: 50%;height: 100%;float:left;background-color:#f7f7f7;-webkit-transform: translate(calc(100% + 400px));-moz-transform: translate(calc(100% + 400px));-ms-transform: translate(calc(100% + 400px));-o-transform: translate(calc(100% + 400px));transform: translate(calc(100% + 400px));transition: all .4s ease-in-out;opacity: 0;overflow-y: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar;}
.megamenu-open .megamenu-container .megamenu-content{-webkit-transform: translate(0);-moz-transform: translate(0);-ms-transform: translate(0);-o-transform: translate(0);transform: translate(0);transition: all .7s ease-in-out 0s;opacity: 1;}
.megamenu-content-header{align-items: center;display: -ms-flexbox;display: flex;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-align: center;height: 65px;padding: 0 30px;width: 100%;}
.megamenu-content-header-logo{ display: block;width: 120px;}
.megamenu-content-header-logo img{ width: 100%;height: auto;display: block;}
.megamenu-nav-header{background: #e50c5a; position: absolute;width: 100%;   border-bottom: 1px solid #d90d55;display: -ms-flexbox;display: flex;-ms-flex-pack: justify;justify-content: space-between;-ms-flex-align: center;align-items: center;height: 64px;padding: 0 20px;z-index: 9999999;-ms-flex: 0 0 auto;flex: 0 0 auto;}
.megamenu-nav .btn-close{width:32px;height:17px;top: 2px;height: 17px;width: 24px;vertical-align: middle;-webkit-appearance: none;background: transparent;border: none;padding: 0;outline: none;}
.megamenu__lang-links {top: -4px}
.megamenu-lang li {display: inline-block;font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;font-weight: 700;font-style: normal;font-size: 13px;letter-spacing: 0;line-height: 153.84615%; padding: 0 5px;margin-right: 5px;}
.megamenu-lang li a {color: #fff}
.megamenu-lang li a:hover {color:#fff;text-decoration: none}
.megamenu-lang li.selected:after,.megamenu-lang li:hover:after {content: "";width: 100%;height: 4px;background: #fff;position: absolute;bottom: -6px;left: -2px;box-sizing: content-box;padding: 0 2px}
.megamenu__lang-links li.selected.activeLang:after,.no-touch .megamenu__lang-links li.activeLang:hover:after{content:" ";width:100%;height:4px;background:#fff;position:absolute;bottom:-6px;left:-2px;box-sizing:content-box;padding:0 2px}
.megamenu-nav-body{padding-top:65px;overflow-y: scroll;height: 100%;}
.megamenu-nav-body :after{clear:both;content:'';display:block;}
.megamenu-nav-body  .nav-links-container{float:left;width:100%;}
.nav-links-container .nav-location{display:none;padding: 25px 0;font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;font-size: 22px;line-height: 22px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.megamenu-nav-body  .nav-links-container:after{clear:both;content:'';display:block;}
.megamenu-nav-body .nav-links-container .nav-links>li{padding-bottom:20px;    padding-left: 10px;}
.megamenu-nav-body .nav-links-container .nav-links>li a{ margin-bottom:13px;display: inline-block;font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;}
.megamenu-nav-body .nav-links-container .nav-links>li a:hover{ text-decoration: underline;}
.megamenu-nav-body .nav-links-container .nav-links>li a.nav-links-heading{font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight: bold;text-transform: uppercase;font-size:26px;font-weight: normal;margin-bottom: 0px;}
.megamenu-nav-body .nav-links-container .nav-links li.selected> a:before{ content: "";width: .22em;height: 1.1em;box-sizing: content-box;padding: .05em 0;background: #fff;position: absolute;top: .05em;left: -10px;}
.megamenu-nav-body .nav-links-container .nav-links>li .nav-links-submenu{display: none;}

.megamenu-nav-body  .nav-login,.nav-logout{width:100%; float:left;padding:0 28px;}
.megamenu-nav-body  .nav-login{padding:40px 28px 25px;}
.megamenu-nav-body  .nav-login:after{clear:both;content:'';display:block;}
.nav-logout:after{clear:both;content:'';display:block;}
.megamenu-nav-body  .nav-login h1,.nav-logout h1{text-align: left; font-size:22px;font-weight: normal; line-height: 22px;margin-bottom:36px;font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;}
.nav-login form{display:block;}
.nav-login form input[type=text],.megamenu-nav-body  .nav-login form input[type=password]{outline:none;padding:0 10px;width: 100%;height:40px;background:transparent; border:2px solid #fff;color:#fff;margin-bottom:20px;  }
.nav-login form input[type=text]::-webkit-input-placeholder,.megamenu-nav-body  .nav-login form input[type=password]::-webkit-input-placeholder {color: #fff;}
.nav-login form input[type=text]:-moz-placeholder,.megamenu-nav-body  .nav-login form input[type=password]:-moz-placeholder{ /* Firefox 18- */color: #fff;}
.nav-login form input[type=text]::-moz-placeholder,.megamenu-nav-body  .nav-login form input[type=password]::-moz-placeholder { /* Firefox 19+ */color: #fff; }
.nav-login form input[type=text]:-ms-input-placeholder,.megamenu-nav-body  .nav-login form input[type=password]:-ms-input-placeholder{ color: #fff;}
.nav-login form input[type=submit]{ height:40px;    background: none;    border: 2px solid #fff;    color: #ffffff;margin-bottom:20px; width: 100%;font-weight: bold;text-transform: uppercase;font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif; font-size:13px;}
.nav-login form input[disabled], .nav-login form input.disabled{ border:2px solid #ff87b2 !important;}
.nav-login form input[disabled]::-webkit-input-placeholder ,.nav-login form input.disabled::-webkit-input-placeholder {color: #ff87b2 !important;}
.nav-login form input[disabled]:-moz-placeholder,.nav-login form input.disabled:-moz-placeholder{ /* Firefox 18- */color: #ff87b2 !important;}
.nav-login form input[disabled]::-moz-placeholder,.nav-login form input.disabled::-moz-placeholder{ /* Firefox 19+ */color: #ff87b2 !important; }
.nav-login form input[disabled]:-ms-input-placeholder ,.nav-login form input.disabled:-ms-input-placeholder { color: #ff87b2 !important;}
.nav-logout h2{font-weight: normal;font-size:18px; font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;margin-bottom:15px;}
.nav-logout h12 strong{font-size:18px; font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;}
.nav-logout a{font-size:13px; font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;margin-bottom:15px;}
.nav-logout a:hover{text-decoration: underline;}
.nav-logout a.logout{height:40px;    background: none; border: 2px solid #fff;    color: #ffffff;margin-bottom:20px; width: 100%;font-weight: bold;text-transform: uppercase;font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif; font-size:13px;    padding: 11px;text-align: center;display: block;margin-top:20px;}
.nav-logout a.logout:hover{text-decoration: none;}
.login-error{padding:20px;background-color:#a7174a;margin-bottom:20px;}
.login-error i{background:url("../../enel-com/clientlibs/main/css/i/error.png") no-repeat; width:32px; height:32px; background-position:left;display: block; }
.login-error h1.error-lable{ margin:0;margin-top:15px;font-size:13px; font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;}
.login-error .error-message{ font-size:15px;font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;}
.nav-login form input[type=text]+.help-text{display: block;position: absolute;bottom: 3px;font-size: 11px;font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;text-align: right;width: 100%;}
.nav-login .input-group{position:relative;}
.nav-forgot{ font-size:18px;padding:0px 0px 20px 0px;font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;text-decoration: underline;}
.nav-resigter{ font-size:18px;font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;     margin-bottom: 20px;}
.nav-resigter a{display:block;text-decoration: underline;    margin-top: 3px;}
.megamenu-content-body{height: calc(100% - 85px);}
.megamenu-content-body .external-links{width: 100%;}
.megamenu-content-body .external-links{padding-left:30px;padding-left:20px;}
ul.external-links li{padding: 5px 10px;font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;}
ul.external-links li.heading{font-size: 13px;font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;}
/*@ALTKAM DATE 24Nov*/
ul.external-links.website-link{display: none;}
/*@ALTKAM DATE 25Nov*/
.megamenu-artical-wrapper{float:left;width:100%;padding:0 15px;}
.megamenu-article {background: #fff;color: #666;margin-bottom: 38px;width: 100%;overflow: hidden;}
.megamenu-article-img {height: 0;padding-top: 51%;overflow: hidden;border: 3px solid #fff;border-bottom: 0;}
.megamenu-article-img img {position: absolute;top: 0;left: 0;width: 100%;height: auto;}
.megamenu-article-content {padding: 45px 26px 10px;-webkit-transform: translate(0);transform: translate(0);transition: -webkit-transform .2s ease-out;transition: transform .2s ease-out;transition: transform .2s ease-out,-webkit-transform .2s ease-out;}
.megamenu-article-img+.megamenu-article-content {height: auto;}
.megamenu-article-topic {color: #41b9e6;text-transform: uppercase;font-size: 12px;letter-spacing: .24px;line-height: 150%;font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight: 700;font-style: normal;margin-bottom: 10px;}
.megamenu-article-title {font-size: 22px;letter-spacing: -.48px;line-height: 141.66667%;color: #000;}
.megamenu-article-title {font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight: 300;font-style: normal;margin-bottom: 10px;}


.megamenu-artical-wrapper-mobile {background: #f4f4f4;padding: 40px 15px;display: flex;}
.megamenu-artical-wrapper-mobile .swiper-container {padding-bottom: 40px;width:100%;}
.megamenu-artical-wrapper-mobile .swiper-wrapper {-ms-flex-align: center;-ms-grid-row-align: center;align-items: center}
.megamenu-artical-wrapper-mobile .swiper-slide {height: auto}
.megamenu-artical-wrapper-mobile .swiper-pagination-bullet-active {background: #ff0f64}


/*accordian part*/
.megamenu-accordian{position: relative;}
.megamenu-accordian .megamenu-accordian-header{ font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight: 300;font-style: normal;font-size: 22px;letter-spacing: -.44px;line-height: 136.36364%;padding: 0 15px;border-top: 1px solid #d90d55;padding-top: 20px;padding-bottom: 20px;cursor: pointer;}
.megamenu-accordian .megamenu-accordian-header:before {content: "";background: #a41242;width: 16px;height: 2px;position: absolute;top: 50%;margin-top: -1px;margin-right: -7px;}
.megamenu-accordian .megamenu-accordian-header:after {content: "";background: #a41242;width: 2px;height: 16px;position: absolute;top: 50%;margin-top: -8px;}
.megamenu-accordian .megamenu-accordian-header:after,.megamenu-accordian .megamenu-accordian-header:before{right:27px;}
.megamenu-accordian .megamenu-accordian-body{display:none;overflow:hidden;transition:all .3s ease-in-out;}
.megamenu-accordian.open .megamenu-accordian-header:after{display:none;}
.megamenu-accordian .megamenu-navlink{list-style: none;}
.megamenu-accordian .megamenu-navlink li{padding: 0 15px 20px 15px;}
.megamenu-accordian .megamenu-navlink li a{    }
.megamenu-accordian .megamenu-navlink li a:hover{ text-decoration: underline;}

/*layout3*/
.welcome-text{float:left;font-size:18px;font-weight: normal; line-height: 22px;font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;}
.a-signout{float:right;font-size:13px;font-weight: normal; line-height: 22px;font-family: RoobertLight, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;}
.wrapper-text{margin-bottom:10px;}
.wrapper-text:after{clear:both;content:'';display:block;}
.wrapper-payment{background:#e50c5a;margin-bottom:20px;padding:30px;text-align: center;}
.btn-payment{transition: all .1s linear;font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight: 700;font-style: normal;border: 2px solid #fff;color: #fff;display: inline-block;font-size: 12px;min-width: 160px;padding: 12px 20px 13px;text-align: center;text-transform: uppercase;}
.txt-amount{font-size: 66px;font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight: 700;font-style: normal;color:#fff;}

.wrapper-full{background:#e50c5a;  margin-bottom:20px;padding:30px;text-align: center;}
.img-graph{margin-bottom:20px;text-align: center;}
.img-graph img{max-width: 100%;height:auto;}


@media screen and (min-width: 768px){
    .megamenu-content{display:block;}
    .megamenu-content{width:calc( 100% - 350px)}
    .megamenu-nav{width: 350px;-ms-flex-order: 2;order: 2;background-color: #ff0f64;transition: -webkit-transform .4s ease-in-out 0s;transition: transform .4s ease-in-out 0s;transition: transform .4s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s;}
    .nav-links-submenu li{transition: opacity .1s,transform .2s ease-out;-webkit-transform: translateY(10px);transform: translateY(10px);opacity: 0;}
    .nav-links-submenu li:nth-of-type(0), .nav-links-submenu li:nth-of-type(1), .nav-links-submenu li:nth-of-type(2), .nav-links-submenu li:nth-of-type(3), .nav-links-submenu li:nth-of-type(4), .nav-links-submenu li:nth-of-type(5), .nav-links-submenu li:nth-of-type(6), .nav-links-submenu li:nth-of-type(7), .nav-links-submenu li:nth-of-type(8), .nav-links-submenu li:nth-of-type(9){transition-delay: 0s;}
    .megamenu-open .nav-links-submenu li{opacity: 1;-webkit-transform: translate(0);transform: translate(0);}
    .megamenu-nav-body{padding-top:65px;}
    .nav-links-container .nav-location{display:block;}
    .megamenu-accordian{display:none}
    .megamenu-nav-body .nav-links-container .nav-links>li .nav-links-submenu{display: block;}
    .megamenu-nav-body  .nav-links-container{padding:0 40px ;}
    .megamenu-nav-body .nav-links-container .nav-links>li a.nav-links-heading{font-size:13px;margin-bottom:13px;}
    .megamenu-nav-body .nav-login {padding: 24px 40px 0 40px;}
    .nav-forgot,.nav-resigter{font-size:13px;}
    .megamenu-content-body .external-links{padding-left:58px;}
    .megamenu-content-body .external-links.website-link {padding-left: 35px;}
    .megamenu-content-header{padding:0 45px;}
    .megamenu-content-body{padding-top:25px;}

    /*@ALTKAM DATE 25Nov*/
    .megamenu-artical-wrapper-mobile {display: none}





}
@media screen and (min-width: 1024px){
    .megamenu-content{width:50%} /*25Nov*/
    .megamenu-nav{width: 50%;}/*25Nov*/
    .megamenu-nav-header{height: 85px;padding: 0 30px;}
    .megamenu-nav-body{padding-top:85px;}
    .megamenu-nav-body  .nav-login{ padding: 25px 40px 0 40px;}
    .megamenu-nav-body  .nav-login,.nav-logout{width:50%;float:left;margin-left:0;padding: 0 15px;}
    .megamenu-nav-body  .nav-links-container{width:50%;float:left;}
    .megamenu-nav-body  .nav-login{left:50%;}
    .megamenu-nav-body  .nav-links-container{left:-50%;}
    .megamenu-content-header{height:85px;}

    /*layout-3*/
    .layout-3 .megamenu-content{width:25%}
    .layout-3 .megamenu-nav{width:calc(100% - 25%);}
    .layout-3 .megamenu-nav-body .nav-login{width:calc(100% - 33.3333333%);left:33.3333333%}
    .layout-3 .megamenu-nav-body  .nav-links-container{width:33.3333333%;left:-66.6666667%}
    .welcome-text{font-size:22px;}
    .a-signout{font-size:17px;}


}
@media screen and (min-width: 1280px){
    .megamenu-content{width:calc(100% - 700px)}
    .megamenu-nav{width: 700px;}/*25Nov*/
    .megamenu-content-body{padding-top:25px;}
    .megamenu-content-body .external-links{float:left; width:50%;}
    .layout-3 .megamenu-content-body .external-links{float:left; width:100%;}

    ul.external-links.website-link{display: block;}
    ul.external-links.website-link li{padding: 5px 25px;}
    ul.external-links.website-link li.heading{color:#666666;font-size:22px;padding-left:10px;font-family:Roobert,Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;}
    .megamenu-content-body .external-links.website-link{float:left;width:50%;}
    .megamenu-artical-wrapper{ width:50%;padding-right:15px;}


}

/* Megamenu END */


/*logged-page-css -start*/
.megamenu-nav-body .aftr-user-log h1 { margin-bottom: 15px;}
.nav-login.aftr-user-log span { font-family: RoobertLight;font-size: 18px;}
.nav-login.aftr-user-log span b{ font-family: RoobertBold;}
.external-links.user-log-menu { padding: 10px 0 5px;}
.external-links.user-log-menu li { font-size: 13px; padding: 0 0 15px;}
/*logged-page-css-end*/
/* login-error-start*/
.login-error-msg {  background: none repeat scroll 0 0 #a7174a; margin-bottom: 20px;  padding: 20px;}
.login-error-msg span { font-family: RoobertLight;  font-size: 15px;}
.login-error-msg b {  display: inline-block; font-family: helvetica; font-size: 13px; padding-bottom: 10px;}
.nav-login.login-with-error .input-group.input-error input { margin-bottom: 0;}
.error-input {  display: inline-block;  float: right;  font-family: RoobertBold;  font-size: 11px;  margin-bottom: 12px;}
.login-error-msg img { display: block; margin-bottom: 15px;}
/* login-error-end*/

.module.lightbox.open {
    left: 0 !important;
}

li.album-photos__photo:active, a:hover {
    outline: 0;
}

li.album-photos__photo:hover {
    text-decoration: underline;
}

.page-search .search-form {
    z-index: 9999;
}

/*Documents download, strategy in hubgroup*/
.hub_inner.hubgroup-items-section .banner.parbase{
    display: inline-block;
    width:48%;
    padding-left: 15px;
    margin-top: 10px
}

.hub_inner.hubgroup-items-section .banner.parbase:nth-child(odd) {
    padding-right: 13px;
    float: left;
}
.hub_inner.hubgroup-items-section .banner.parbase:nth-child(even) {
    padding-left: 13px;
}

.download-wrapper {
    display: table;
    width: 100%;
    height: 368px;
    background: no-repeat top left #fff;
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
}

.hub_inner.hubgroup-items-section .documentsDownload .download {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.hub_inner.hubgroup-items-section .documentsDownload .download p {
    font-size: 35px;
    text-align: center;
    letter-spacing: 2px;
}

.hub_inner.hubgroup-items-section .documentsDownload .download button.btn-cta {
    font-size: 12px;
    text-align: center;
    display: block;
    border: 2px solid #000;
    padding: 13px 34px;
    margin: 7px auto 0;
    font-weight: bold;
}

@media screen and (max-width:768px){
    /*.megamenu__links li a:hover::before{
        left:0.5em;
    }*/
    .hub_inner.hubgroup-items-section .banner.parbase {
	    display: inline-block;
	    padding: 0 !important;
	    margin-bottom: 13px;
	    width: 100%;
	}
}


/* New two buttons/icons into news for external links -> feature#518 */
.list-item_social-wrapper{    display:none;}
@media screen and (min-width: 768px){
    .list-item_text-wrapper.social-media{padding-right:90px;position:relative;    width: 60.72423% !important;}
    .list-item_social-wrapper{    position: absolute;right: 0;top: 0px;display: block;padding: 82px 0;}
    .list-social{list-style: none;margin:0; padding:0;}
    .list-social li {float:left;}
    .list-social li a{border:1px solid #000; border-right:0;padding:5px;transition:all .3s ease-in-out;display: block;}
    .list-social li a img{max-width: 100%;height:auto;display: block;}
    .list-social li a:hover{text-decoration: none;}
    .list-social li:last-child a{border-right:1px solid #000;}
}
@media screen and (min-width: 1024px){
    .list-item_text-wrapper.social-media{width: 68.72423% !important;}
}


/*Fix css -> feature#584 + feature#867*/
.tile--large-strategy {
    width: 832px;
    max-width: 100%;
}

.subscribe-panel__form {
    max-width: 440px;
    position: relative;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
.subscribe-panel__form input {
    width: 75%
}
}

.subscribe-panel__form button {
	min-width:0px
}


/*CSS Related Twitter*/
.text--relatedTwitter{
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: -.28px;
    line-height: 142.85714%;
    color: white;
    text-align: left;
    padding-bottom: 20px;
}

.twitter-container .related-content_heading.black{
 text-align: left;
 color: #000;
}

.twitter-container .related-content_heading.white{
 text-align: left;
 color: #fff;
}

.most-popular .twitter-container{
 height:513px;

}
.twitter-container .most-popular__meta{
 text-align: left;
  }

.twitter-container .tag.tag--transparent{
  border-right:1px solid black;
    padding-right: 10px;
    border-radius: 0;
    color: #000;
}
/*CSS Related Twitter FINISH*/

/* White background color, requested in #638 */
.contact-info .contact.bgwhite{
    background-color: #fff;
}
/* Gray background color, requested in #654 */
.contact-info .contact.bggrey{
    background-color: #f7f7f7;
}

/*Resolved issue #818 */
@media screen and (max-width: 500px) {
    .investor-info .shareprice {
        width: 100%;
    }

    .shareprice {
        padding-right: 0px;
    }
}
/*end resolved issue #818 */

/* Begin isue 727*/
@media screen and (max-width: 500px) {
    /*.shareprice__value {
        font-size: 1em;
    }

    .shareprice__change {
        font-size: 0.7em;
    }*/

}

.megamenu__links__heading span.icon-external{
    padding-right: 20px;
}

/*End issue 727*/


/* Begin isue 851*/
.shareprice__value {
    font-size: 28px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal
}
/*End issue 851*/

.hero_hub_video {
   	display: none;
}

@media screen and (min-width: 1025px) {
	.hero_hub_video_wrap {
        height: 100%;
        top: 50%;
        width: 100%;
        margin-bottom: -65px;
        padding-bottom:50px;
    }

    .hero_hub_video {
        display: block;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        transform: translate(0%, -50%);
        z-index: 1;
    }

    .hero_hub_index_video_wrap {
        height: 100%;
        top: 50%;
        width: 100%;
        padding-bottom:50px;
    }
}

/* Sitemap */
.sitemap H5 A, .sitemap .stakeholders > LI > A, .sitemap .nested-one > LI > A { text-transform: uppercase;}
.sitemap .nested-one .nested-one > LI > A, .sitemap .nested-one .nested-two > LI > A  { text-transform: capitalize;}


/* issue 794 */
.ie11 .rich-text .rich-text_inner ul{
    list-style: outside circle;
    list-style-image: none;
}
/*End issue 794*/

/* FIX 696 */
@media screen and (min-width: 768px){
    .hub_group .event--img{
        padding-top:83.3%;
        max-height:348px;
    }
    .hub_group .event--date h1,.hub_group .event--date h2 {
        font-size:42px;
    }
}

@media screen and (min-width: 1318px){
    .hub_group .event--img{
        max-height:406px;
    }
}

.hub_group .event--content p {
    font-size: 30px;
}
.hub_group .event--content h2{
    font-size: 16px;
}
/* end 696 */


/* FIX 808 */
@media screen and (min-width: 768px){
    .dd-content .text--list-title-med{
        font-weight: 400 !important;
        letter-spacing: -.36px !important;
        line-height: 166.66667% !important;
        color: #ff0f64 !important;
        font-size:18px !important;
        font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    }
}
@media screen and (max-width: 767px){
    .dd-content .text--list-title-med{
        font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif !important;
        font-weight: 300 !important;
        font-style: normal !important;
        color: #000 !important;
        font-size: 22px !important;
        letter-spacing: -.44px !important;
        line-height: 127.27273% !important;
    }
}

/* end 808 */

/*Fixings for component: /apps/enel-com/components/general/table*/
.component.accordian-table .accordian-table_inner tr:nth-child(odd) > td{
    background:#fcfcfc;
    background-clip: padding-box;
}
.component.accordian-table .accordian-table_inner tr:first-child > th{
    background:#fff;
    background-clip: padding-box;
}
.component.accordian-table .accordian-table_inner td{
    vertical-align: middle;
}

.component.accordian-table .accordian-table_inner th{
    vertical-align: top;
    line-height: 40px;
    background: #fff;
    position: static;
    background-clip: padding-box;
}

.component.accordian-table .accordian-table_inner td {
    border-bottom: 1px solid #e5e5e5;
}

/*End fixings for component: /apps/enel-com/components/general/table*/

/* 891 */
.iframe-container{
    max-width: 1000px;
}
.streaming_iframe {
    display:block;
}
.article-carousel .streaming_iframe{
    top:-70px;
    padding-top: 12px;
    background-color: rgba(0,0,0,0.2);
    width:100%;
}
.iframe-container.center, .streaming_iframe.center{
    margin:0 auto;
}
.iframe-container.right, .streaming_iframe.right{
    margin-right: 0;
    margin-left: auto;
}
/* end 891 */

/* issue 880*/
@media screen and (min-width: 1024px) {

    .ii__bottom__item {
        width: 16%
    }

}
/* end issue 880 */
/*issue 703*/
.article-remit .rich-text {
	margin-bottom: 10px;
}
/* end issue 703*/

/* 940 */
.alert .box li span{
    color:white !important;
}
@media screen and (max-width: 1024px){
    .alert .box li {
     background-position: 2.5em 0.6em !important;
    }
}
.alert .boxInt:after{
    width:100% !important;
}
/* end 940 */

.icon_print {
	font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;
	text-decoration:none !important;
}

.icon_print:before {
	content: "\e903";
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    color:#ff0f64;
    margin-right: 0.5em;
}

/* 947 */
@media screen and (max-width:1023px){
    .home-hero__bg__image{
        height:100%;
    }
    .home-hero__bg__image.zoom{
        -webkit-transform:initial;
        transform:initial;
    }
    .home-hero .swiper-container{
        min-height: 100vh;
    }
    .alert .box{
        padding-bottom:0;
    }


}

@media screen and (min-width:768px){
    .home-container .group{
        padding-top:70px;
    }
}
/* end 947 */

/* 943 */
/*
==============================================
slideUp
==============================================
*/

.slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    visibility: visible !important;
}

@keyframes slideUp {
    0% {transform: translateY(100%);}
    50%{transform: translateY(-8%);}
    65%{transform: translateY(4%);}
    80%{transform: translateY(-4%);}
    95%{transform: translateY(2%);}
    100% {transform: translateY(0%);}
}

@-webkit-keyframes slideUp {
    0% {-webkit-transform: translateY(100%);}
    50%{-webkit-transform: translateY(-8%);}
    65%{-webkit-transform: translateY(4%);}
    80%{-webkit-transform: translateY(-4%);}
    95%{-webkit-transform: translateY(2%);}
    100% {-webkit-transform: translateY(0%);}
}
.alert{
    z-index:3;
}
.alert .box{
    display:none;
}
.alertBox .alert-close{
    position:absolute;
    right:26px;
    top:30px;
    cursor:pointer;
    font-size:16px;
    z-index:3;
}
.alertBox .alert-close:before{
    content:'\e90d';
    font-family: icomoon;
    color:#fff;
}

@media screen and (max-width: 1023px){
    .alert{
        position: absolute !important;
        top: 48% !important;
    }
    .alert .box .detail li{
        min-height: auto !important;
    }
    .alert .box .detail li{
        padding-left: 6em;
        padding-top: 1em;
    }
    .alert .box .text{
        padding-left: 6em;
        margin-top: 0.5em;
    }
    .alertBox.list.swiper-container{
        height: auto !important;
    }
    .alertBox.list.swiper-container{
        min-height:72px !important;
    }
    .alert .boxInt .alertBox{
        padding: 6px 10px 6px 10px !important;
    }
}

/* ENEL ALERT PAGE */
/* .map .select-wrap{height:300px; overflow-y:scroll; text-align:left; font-family:RoobertLight,Arial,sans-serif;background-image:none;} */
.map .select-wrap ul{padding:10px}
.map .select-wrap ul li a::first-child{margin-top:0}
.map .select-wrap ul li a{display:block; margin-top:10px;}
.map .select-wrap ul li a:hover, .map .select-wrap ul li a:visited {text-decoration:none;}

/* end 943 */

.article-content_inner .rich-text--social .rich-text_inner {
    padding: 0 13% 0 0
}

/* 995 */
.alert h2 {
    font-size: 1.3em;
    font-weight: 400
}
.alert .detail h2 {
    font-size: 1.3em;
    font-family: RoobertBold;
    text-align: left
}

@media screen and (max-width:1023px) {
    .alert h2 {
        text-align: center
    }
}
/* end 995 */

/* 1005 */
.global-header .site-title{
	font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0;
}
.global-header .site-title a{
	text-decoration: none;
    color: #dcdcdc !important;
}
.global-header .site-description{
	font-size: 14px;
    font-style: italic;
    margin-bottom: 0;
    color: #dcdcdc;
    white-space: nowrap;
}
/* end 1005 */
/* 1067 */
@media screen and ( min-width:769px ) and ( max-width:1023px ){
	.global-header .site-title{
		font-size: 20px;
	}
}
@media screen and ( min-width:481px ) and ( max-width:768px ){
	.global-header .site-title{
		font-size: 16px;
	}
}
@media screen and ( max-width:480px ){
    .global-header .site-title{
    	font-size: 12px;
    }
}
/* end 1067 */
/* 925 - Fix text position */

@media screen and(min-width:768px){
	.nav-login #user-logged-section{
		padding: 20px 25px;
	}
}
@media screen and(min-width:1024px){
	.nav-login #user-logged-section{
		padding: 25px 30px;
	}
}
/* end 925*/

/* 997 */
@media screen and ( max-width:1024px ){
    .map2 .carousel_arrow-wrap, .map2 .carousel_control-wrap,
    .map3 .carousel_arrow-wrap, .map3 .carousel_control-wrap{
        position:relative;
    }
}
.map2 .carousel_wrap, .map3 .carousel_wrap{
    line-height:normal;
}
/* end 997 */

/* 1007 - mini menu */
.global-header__btn.btn-menumini {
    font-size: 20px;
    color: #fff;
}
@media screen and (min-width: 768px){
    .global-header__btn.btn-menumini {
        font-size: 28px;
    }
}
@media screen and (min-width: 1024px){
    .global-header__btn.btn-menumini{
        display:none;
    }
}

#minimenu.menu{
    display:none;
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    padding: 10px 0;
    text-align: center;
}

#minimenu > li a{
    color:white;
}

#minimenu > li{
    display:block;
    border-bottom: 1px solid #6f6f6f;
}
#minimenu > li > a{
    display:block;
    padding:5px 15px;
    text-transform: uppercase;
}

@media screen and (min-width: 768px){
    #minimenu.menu{
        top:94px;
    }
    #minimenu > li{
        display:inline-block;
        border:none;
    }
    #minimenu > li > a{
        font-size: 16px;
    }
}
/* end 1007 - mini menu*/

/* 1015 */
.iframe IFRAME {
    margin: 50px auto;
    display: block;
    border: 0;
}
/* end 1015 */

.alert .boxInt.blue:after {
    background: #0555fa;
}

/* twitter hub */
 .twitter-hub .megamenu__article.megamenu__article--tweet{
    opacity: 1;
    background-color: #f7f7f7;
    justify-content: center;
    width:100%;
    display:flex;
    flex-direction:column;
}


/* 1110 */
main .article-content .twitter .twitter-container .module-content,
main .article-content .twitter-group .twitter-container .twitter-module{
    width:100%;
}
@media screen and (min-width: 768px) {
    main .article-content .twitter .twitter-container .module-content,
    main .article-content .twitter-group .twitter-container .twitter-module{
        width:20%;
        height: 100%;
    }
    main .article-content .twitter .twitter-container .module-content .tile-twitter,
    main .article-content .twitter-group .twitter-container .twitter-module .tile-twitter{
        height:100%;
    }
}
/* end 1110 */

@media screen and (min-width: 768px) {
    .twitter-hub .module-content.parbase {
        display: inline-block;
        width: 20%;
        height:100%;
    }
    .twitter-hub .module-content .tile-twitter{
        height:100%;
    }

}

.twitter-hub .module-content .tile-twitter{
    text-align: center;
 }

.twitter-hub .article-content .megamenu__article .module-content.parbase {
    width: 20%;
}

.twitter-hub  .megamenu__article, main .article-content .megamenu__article {
    margin-bottom: 0px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
/* twitter hub fine */
@media screen and (max-width: 1023px){
    .home-hero{overflow:visible;min-height:440px;height:auto}
    .home-hero__bg{min-height:440px;}
    .home-hero .swiper-container{
        min-height: 440px;
    }
}
@media screen and (min-width:1024px){
    .home-hero__related{bottom:20px;}
}

/* 1110 */
.twitter-hub .twitter-container{
    text-align:inherit;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px){
    .twitter-hub .module-content.parbase{
        height:auto;
        min-width: 250px;
        margin-top:20px;
    }
}

/* end 1110 */
.overlay-album-video img{
	min-height:inherit;
}
@media screen and (max-width: 767px) {
	.megamenu__links {
    	margin-bottom: 0px;
    	padding: 0 0px;
	}

	.megamenu__links li {
	    padding-bottom: 20px;
	}

	.megamenu__links__heading {
		font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 13px;
		margin-bottom: 0px;
	}

	.megamenu__links li a:hover::before {
		left: -0.4em;
	}

	.megamenu__submenu li {
		padding-bottom: 0px;
    	padding-left: 0px;
	}
}
/* 1161 */
@media screen and (min-width: 768px) {
    .twitter-hub .module-content .tile-twitter,
    main .article-content .twitter .twitter-container .module-content .tile-twitter,
    main .article-content .twitter-group .twitter-container .twitter-module .tile-twitter{
        width:94%;
    }
}

@media screen and (min-width: 1024px) {
    .menu-open .megamenu .megamenu__article--tweet .twitter-container .module-content{
        width:100%;
    }
    .menu-open .megamenu .megamenu__article--tweet .tile-twitter{
        width:94%;
    }
}
/* end 1161 */

/* 1201 */
/*.calendar.module.calendar-sort .swiper-slide .event{
    opacity:1;
}*/
/* end 1201 */

@media screen and (min-width: 768px){
    .page-home .home-container .group.parbase {
        margin-top: 70px;
        padding-top:0;
    }
}


.twitter-group .twitter-container {
    display: inline-block;

}


@media screen and (min-width: 768px) {
    main .article-content .twitter-group .twitter-container .twitter-module{
        height: auto;
        min-height: 260px;
    }
    main .article-content .twitter-group .twitter-container .twitter-module .tile-twitter{
        height: auto;
        min-height: 260px;
    }
}

.focus-on-twitter-feed .focus-on-flexrow {
  flex-wrap: wrap;
  justify-content: space-around;
}

/*1249*/
.icon2-fbmessenger:hover:before {
    content: '\ea0c';
}

.icon2-fbmessenger:before {
    content: '\ea0c';
}

.icon2-fbmessenger-header:hover:before {
    content: '\ea0c';
}

.icon2-fbmessenger-header:before {
    content: '\ea0c';
}

.footer-social li {
    display: inline-block;
    margin-right: 10px; /* issue 1249 */

}
@media screen and (min-width: 768px) {
    .global-header__btn {
        margin-left: 30px !important;
    }

    .global-header__btn:first-of-type {
        margin-left: 0
    }
}
/*END 1249*/


/* 1163 */
@media screen and (max-width: 1023px) {
    .pull-quote .youtube-player .video iframe {
        min-height: 300px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .pull-quote .youtube-player .video iframe {
        min-height: 300px;
        height:auto;
    }
}

@media screen and (max-width: 330px) {
    .pull-quote .youtube-player .video iframe {
        height: 230px;
    }
}

@media screen and (min-width: 1024px) {
    .pull-quote .youtube-player .video iframe {
        min-height:300px;
        height: auto;
    }
}

/* end 1163 */

/*1239*/
.center_text_1239 {
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .center_text_1239 {
        transform: none;
    }
}
/*END 1239*/

@font-face {
    font-family: 'icomoon2';
    src: url(../../enel-com/fonts/icomoon2.eot?tqg1z2);
    src: url(../../enel-com/fonts/icomoon2.eot?tqg1z2#iefix) format("embedded-opentype"),
        url(../../enel-com/fonts/icomoon2.ttf?tqg1z2) format("truetype"),
        url(../../enel-com/fonts/icomoon2.woff?tqg1z2) format("woff"),
        url(../../enel-com/fonts/icomoon2.svg?tqg1z2#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icon2-"], [class*=" icon2-"] {
    font-family: 'icomoon2' !important;
    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;
}

.global-header__btn.btn-fbMessenger {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}


/* Fix 1263 */
.color-scheme--forest .hero {
    background-color: #008c5a
}

.hub_header--bg.color-scheme--forest {
    background-color: #008c5a
}

.org-group_wrap--forest .org-person_tile_inner:after {
    border-color: transparent transparent #008c5a
}

.org-group_wrap--forest .org-person_tile {
    background-color: #008c5a
}
/* End 1263 */

@media screen and (min-width: 768px) {
    .global-header__btn.btn-fbMessenger {
        font-size: 28px
    }
}

@media screen and (min-width: 1024px) {
    .global-header__btn.btn-fbMessenger {
        font-size: 22px
    }
}

.megamenu-content-body .megamenu__accordian__header{
    border-top:none;
}


/* 1311 */
@media screen and (max-width: 767px) {
    .press-release .list-content_cta,
    .newslist .list-content_cta {
        display: block
    }
}
/* end 1311 */


.module.lightbox .video-player .video > iframe{
    width:100%;
    height:450px;
}

.video-highlight-title{
    z-index:999;
}

/* 1350 */
.hub_inner.hubgroup-items-section > .module-content.parbase{
    vertical-align:middle;
}
/* end 1350 */

/* 1370 */
.share-links_linkedin:before {
    content: "\e91e";
    display: block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
}
/* end 1370 */



/*Issue 1413*/
section.enel_formula_e_video_parallax {
    background: #fff;
}
.enel_formula_e_video_wrapper {
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
}
.enel_formula_e_video_wrapper:after,
.enel_formula_e_video_wrapper:before {
    clear: both;
    content: "";
    display: table;
}
.enel_formula_e_title {
    font-size: 50px;
    text-align: center;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #222222;
    font-weight: 300;
    padding: 70px 0 130px 0;
    position: relative;
    z-index: 10;
}
.enel_formula_e_video_scroller {
    z-index: 9;
    position: absolute;
    top: 100px;
    width: 800px;
    height: auto;
}
.enel_formula_e_video_scroller.formula_e_video_fixed {
    position: fixed;
    top: 0;
}
.enel_formula_e_video_scroller.formula_e_video_bottom_fixed {
    top: auto;
    bottom: 0;
}
.enel_formula_e_video_scroller video {
    display: block;
    width: 100%;
}
.enel_formula_e_video_content {
    width: 480px;
    margin-left: 800px;
    float: left;
    position: relative;
    z-index: 10;
}
.enel_formula_e_video_content img {
    display: none;
    max-width: 100%;
    margin: 0 auto 30px auto;
}
.enel_formula_e_video_content .enel_formula_e_video_content_paragrafh {
    padding: 200px 0;
    font-size: 30px;
    line-height: 45px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.enel_formula_e_video_content .enel_formula_e_video_content_paragrafh:last-child {
    padding-bottom: 300px;
}
@media (max-width: 1280px) {
    .enel_formula_e_video_wrapper {
        padding: 0 25px;
    }
    .enel_formula_e_video_scroller {
        width: 50%;
    }
    .enel_formula_e_video_content {
        margin-left: 50%;
        width: 50%;
    }
}
@media (max-width: 1023px) {
    section.enel_formula_e_video_parallax {
        background: #fff;
    }
    .enel_formula_e_title {
        padding-bottom: 20px;
    }
    .enel_formula_e_video_wrapper {
        min-height: auto;
        padding-bottom: 30px;
    }
    .enel_formula_e_video_scroller {
        width: 100%;
        display: none;
        float: left;
        position: relative !important;
    }
    .enel_formula_e_video_content {
        float: left;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .enel_formula_e_video_content img {
        display: block;
        width: 500px;
        max-width: 100%;
        margin: 0 auto 50px auto;
    }
    .enel_formula_e_video_content .enel_formula_e_video_content_paragrafh {
        padding: 30px 30px 30px 30px;
        font-size: 26px;
        line-height: 32px;
    }
    .enel_formula_e_video_content .enel_formula_e_video_content_paragrafh:last-child {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .enel_formula_e_video_wrapper {
        min-height: auto;
        max-width: 410px;
        padding-bottom: 30px;
    }
    .enel_formula_e_title {
        font-size: 40px;
        padding: 40px 0;
    }
    .enel_formula_e_video_scroller {
        width: 100%;
        float: none;
        position: relative !important;
    }
    .enel_formula_e_video_content {
        float: none;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .enel_formula_e_video_content .enel_formula_e_video_content_paragrafh {
        padding: 30px 0px 30px 0px;
    }
}

/*END issue 1413*/


/*  Issue 1442*/

.video-large .video {
    margin: 20px 0;
}

.video-large .video__wrapper {
    height: 0;
    padding-top: 56.25%;
}

.video-large .video__wrapper, .video-large .video__overlay, .video-large .video iframe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.video-large .video iframe {
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .video--sticky {
        margin: 0;
        z-index: 1 !important;
        height: 0;
        padding-top: 56.25%;
    }

    .video--sticky .video__wrapper {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .video--sticky.static .video__wrapper {
        position: absolute;
    }
}


/*End issue 1442*/

/* 1396_SEO */
.image-hero_breadcrumbs > ol {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.video-hero_breadcrumbs > ol {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.hero_breadcrumbs > ol {
    display: inline-block;
    margin: 0;
    padding: 0;
}
/* end 1396_SEO */

/* 1394 */
div#media-albums .album__ct{
    display:none;
}
/* end 1394 */

/* 1489 */
.megamenu__links a:hover{
    text-decoration:none;
}
/* end 1489 */

/* 1491 */
@media screen and (min-width: 768px) {
    .megamenu__accordian.primaryMenu {
        -ms-flex-order: initial;
        order: initial;
    }
}
/* end 1491*/

/* 1420 */
.swiper-pagination.swiper-pagination-bullets.hidden{display:none;} /*Add Hidden class to swiper-pagination division to make pagination to hide*/
.swiper-pagination-bullet.bullet-inactive{background-color:#ccc !important;opacity:1}
.swiper-pagination .swiper-pagination-bullet{width:18px;height:18px;}
.home-hero .swiper-pagination.swiper-pagination-bullets{top:95% !important;left:0 !important;}

@media (max-width:1023px){
    .home-hero .swiper-pagination.swiper-pagination-bullets{top:57% !important;left:0 !important;}
    .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;}
}

.home-hero .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{position: absolute;width: 100% !important;top: 70%;}
@media (max-width:1023px){
    .home-hero .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{position: absolute;width: 100% !important;top: 50%;height: 15px;}
}
/* end 1420 */

.megamenu__links{
    padding: 0;
}
.megamenu__links a{
    padding: 0 15px;
}

@media screen and (min-width: 768px){
    .megamenu__links a{
        padding: 0 25px;
    }
}
@media screen and (min-width: 1024px){
    .megamenu__links a{
        padding: 0 30px;
    }
}

/* 1561 */
@font-face {
    font-family: 'icomoon3';
    src: url(../../enel-com/fonts/icomoon-linkedin.eot??r7y7a2);
    src: url(../../enel-com/fonts/icomoon-linkedin.eot??r7y7a2#iefix) format("embedded-opentype"),
        url(../../enel-com/fonts/icomoon-linkedin.ttf??r7y7a2) format("truetype"),
        url(../../enel-com/fonts/icomoon-linkedin.woff??r7y7a2) format("woff"),
        url(../../enel-com/fonts/icomoon-linkedin.svg??r7y7a2#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icon3-"], [class*=" icon3-"] {
    font-family: 'icomoon3' !important;
    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;
}

.share-links_linkedin:before {
    content: "\eaca";
    display: block;
    font-family: icomoon3;
    font-style: normal;
    font-weight: 400;
}

.icon3-linkedin:before {
    content: "\eaca"
}

/* end 1561 */

/* 1574 */
.filter__menu select::-ms-expand {
    display: none;
}
/* end 1574 */

/* 1591 */
.share-links_link:hover{
    text-decoration:none;
}
/* end 1591 */

/* 1624 */
.investor-panels__left.bg-image,
.investor-panels__right.bg-image{
    background-size:cover;
    background-position: 50%;
    min-height:600px;
}
.investor-panels__left.no-float .menu-link{
    float:none;
}
/* end 1624 */

/* 1815 */
.article-author__image-col{
    width:inherit;
}
.article-author__image-col img{
    width:100%;
}

.article-author__social a{
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #41b9e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    transition: all .1s linear;
}
.article-author__social a:before{
    color: #41b9e6;
    font-size: 20px;
    transition: all .1s linear;
}
.article-author__social a:hover{
    background: #41b9e6;
    text-decoration: none;
}
.article-author__social a:hover:before{
    color:#fff;
}
.article-author__social span{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.article-author__social ul{
    display:inline-block;
    vertical-align:middle;
}
.article-author__social li{
    display:inline-block;
    margin-right:10px;
}

@media screen and (max-width: 767px){
    .article-author__bio .container{
        padding-left:0;
        padding-right:0;
    }
}

@media print, screen and (min-width: 768px){
    .article-author__social{
        position:absolute;
        top:30px;
        right:20px;
    }
    .article-author__image-col{
        position:relative;
        display:inline-block;
        margin:0;
        top:0;
        width:35%;
    }
    .article-author__text-col{
        display:inline-block;
        vertical-align: top;
        padding:0;
        width:64%;
    }
    .article-author__text-col .article-author__subheading{
        padding-left:25px;
    }
    .article-author__text-col .article-author__heading{
        padding-left:25px;
    }
}
/* end 1815 */

/* 1816 */

.toggle-content.bg-gray {
    background-color: #f7f7f7
}

/* end 1816 */


.tile--small .single-module-heading{
    width:90% !important;
    word-wrap: break-word;
}

@media (min-width:1280px){
    .megamenu__navSecondary .megamenu__accordian__body,
    .megamenu-container .megamenu__accordian__body{
        display:block;
    }
}

/* 1883 shareholder data di nascita */
	.datepicker-days th.prev {
		background: url(../../enel-com/img/shareholder/sprite.png) no-repeat -137px -144px transparent;
	}
	
	.datepicker-days th.next {
		background: url(../../enel-com/img/shareholder/sprite.png) no-repeat 10px 6px transparent;
	}
/* end 1883 */

/* #1899 Label Rappresentante*/
.shareholder-form-content .form-container .rich-text_inner {
	padding: 0px;
}
/* end 1899 */

/* #1847 new layout twitter group */
.twitter-group .twitter-hub .twitter-container {display:flex;}
@media screen and (min-width: 1024px){
.twitter-group .tile-twitter .tweet__usernameWithLogo {margin-left: 15%;}	
}
@media screen and (min-width: 768px) and (max-width: 1023px) { 
.twitter-group .tile-twitter .tweet__usernameWithLogo {margin-left: 27%;}	
}
@media screen and (max-width: 767px) {
.twitter-group	.tile-twitter .tweet__usernameWithLogo {margin-left: 35%;}
}
.twitter-group .tile-twitter img {min-width: 0px;}
.twitter-group .tile-twitter .tweet__usernameWithLogo {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; justify-content: flex-start;}
.twitter-group .owl-carousel .owl-item img {width: 20%;}
/* END #1847 new layout twitter group */

/*#1849. Alert Medium at the top instead than at the bottom */
.darksite-preview .darksite-preview-close-button {
	color:black;
}
/*End #1849. Alert Medium at the top instead than at the bottom */

.megamenu-nav .megamenu__links,
.megamenu-content .megamenu__links{
    margin-left:15px;
}
@media screen and (min-width:768px){
    .megamenu-nav .megamenu__links,
    .megamenu-content .megamenu__links{
        margin-left:25px;
    }
}

@media screen and (min-width:1024px){
    .megamenu-nav .megamenu__links,
    .megamenu-content .megamenu__links{
        margin-left:30px;
    }
}

.megamenu-nav .megamenu__links li a,
.megamenu-content .megamenu__links li a{
    padding:0;
}

@media screen and (max-width: 767px){
    .megamenu-nav-body .nav-links-container{
        padding:0 28px
    }
}
.megamenu-nav .megamenu__links li.selected > a:before{
    left:-15px;
}
@media screen and (min-width: 768px){
    .megamenu-nav .megamenu__links li.selected > a:before{
	left:-10px;
    }
}

@media screen and (min-width: 1024px){
    .megamenu-nav .megamenu__links li.selected > a:before{
        left:-14px;
    }
}

/* #2265. Toolbar: graphical issues */
@media screen and (max-width: 1260px) and (min-width: 1024px) {
	.global-header__btns {display:flex;}	
}
/* End. #2265.   Toolbar: graphical issues */


.bento-row{
    width:100%
}

.bento {
    background: #f2f2f2;
}

.bento__heading {
    text-align: center;
    padding-bottom: 35px;
    padding-top: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
    background: #ffffff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    /* IE6-9 */
}

.bento__heading .eyebrow {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .bento__heading {
        padding-top: 200px;
        padding-bottom: 80px;
    }

    .bento__heading .eyebrow {
        margin-bottom: 50px;
    }
}

.bento__content {
    width: 100%;
    margin: 0 auto;
    max-width: 1600px;
}

.bento__content::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (min-width: 768px) {
    .bento__content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.bento__item {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 1.46667;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vw;
}

.bento__item p {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .bento__item {
        font-size: 18px;
        letter-spacing: 0.36px;
        line-height: 1.66667;
    }
}

.bento__item__inner {
    padding: 30px;
    margin: 0 auto;
    width: 100%;
}

.bento__item.article {
    border-bottom: 1px solid #dddddd;
}

.bento__item.image-small .bento__item__inner {
    padding: 0;
}

.bento__item.image-small img {
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
}

.bento__item.image-large {
    padding-top: 100%;
}

.bento__item.image-large .bento__item__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-width: none;
    padding: 0;
}

.bento__item.image-large img {
    min-height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.bento__item__title {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -0.44px;
    line-height: 1.27273;
    color: #222222;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .bento__item__title {
        font-size: 30px;
        letter-spacing: -0.6px;
        line-height: 1.16667;
    }
}

.bento__item.infographic {
    color: #fff;
    text-align: center;
}

.bento__item.infographic img {
    margin: 0 auto 20px;
    max-width: 80%;
    width: auto;
}

@media screen and (min-width: 768px) {
    .bento__item {
        width: 50%;
        min-height: 50vw;
    }

    .bento__item__inner {
        max-width: 400px;
    }

    .bento__item.image-large {
        padding-top: 50%;
    }

    .bento__item.image-large .bento__item__inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        max-width: none;
        padding: 0;
    }

    .bento__item.image-large img {
        height: 100%;
        width: auto;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .bento__item.image-small {
        padding-top: 50%;
    }

    .bento__item.image-small .bento__item__inner {
        max-width: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .bento__item.image-small img {
        height: 100%;
    }

    .bento__item.article {
        border: none;
    }
}

@media screen and (min-width: 1024px) {
    .bento__item {
        width: 33.333%;
        min-height: 33.333vw;
    }

    .bento__item.image-large {
        width: 66.666%;
        padding-top: 33.333%;
    }

    .bento__item.image-small {
        padding-top: 33.333%;
    }
}

@media screen and (min-width: 1600px) {
    .bento__item {
        min-height: 0;
    }
}

.bento__item img {
    width: 100%;
    height: auto;
}


/* nostra and participa section start */
.bento-item-wrapper a{color: #ff0f64;font-family: RoobertBold,  Calibri, Myriad, Tahoma,Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;white-space: nowrap;font-size:13px}
.bento-item-wrapper a:hover{text-decoration: none}
.link.link-arrow:after{display: inline;font-family: 'icomoon';content: "\e900";font-style:normal;font-weight: normal;padding-left: 15px;color: #ff0f64;}
.bento-item-wrapper .bento__item.flex-vertical-middle{-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.bento__content.section-content-wrapper{max-width: 100%;}
/* nostra and participa section end */
.bento-item-wrapper .bento__item{-webkit-align-items: center;-ms-flex-align: center;align-items: center;}



@media (min-width: 768px) {
    .bento-item-wrapper{display: -webkit-flex;display: -ms-flexbox;display: flex;width: 100%}
    .bento-item-wrapper.flex-reverse{-ms-flex-direction: row-reverse;-webkit-flex-direction: row-reverse;flex-direction: row-reverse;}

    .bento-item-wrapper .bento__item__inner{padding-bottom: 35px}
    .bento-item-wrapper .bento__item{-webkit-align-items: flex-end;-ms-flex-align: flex-end;align-items: flex-end;min-height: 45vw}
    .bento-item-wrapper .bento__item.image-large{padding-top: 45%}

}
@media (max-width: 767px){
    .bento-item-wrapper .bento__item{min-height: 68vw}
    .bento-item-wrapper .bento__item__title br{display: none}
    .bento-item-wrapper .bento__item__inner{padding: 35px 15px}
    /*24-Aug*/
    .bento-item-wrapper .bento__item.flex-vertical-middle{min-height:32vw}
}

@media (min-width: 1024px) {
    .bento-item-wrapper .bento__item__inner{padding-bottom: 110px;max-width:490px}
	.bento-item-wrapper .bento__item{min-height: 33.333vw}
	.bento-item-wrapper .bento__item.image-large{padding-top: 33.333%}
	.bento__content.section-content-wrapper .bento__item.image-large img{left:48%}
    .bento-item-wrapper.flex-reverse .bento__item.image-large img{left:50%}
}

/* Asset item compact layout */
@media screen and (min-width: 1024px){
    .asset-download.compact{
        max-width:1280px;
        margin-left:auto;
        margin-right:auto;
        padding:0 11%;
    }
}
@media screen and (max-width: 767px){
    .asset-download.compact .text--list-title-med{
        color:#ff0f64;
    }
    .asset-download.compact .list-item_text-wrapper{
        padding:20px 15px 0 15px;
        text-align:center
    }
    .asset-download.compact .list-item_file-wrapper{
        display:block;
        float:none;
        clear:both;
    }
    .asset-download.compact .list-item_file-wrapper .list-item_file-type{
        padding-top:12px;
    }
    .asset-download.compact .list-item_file-wrapper a{
        float:left;
    }
}

.asset-download .list-item.no-border{
    border-bottom:none;
}


/************ link util section **************/
section.link-util {margin:0 auto;display:flex;  margin-top: 40px;}
.link-util-container {padding: 15px 25px;width: 100%; }
.link-util-container h6 {margin: 30px 5px;font-size:22px; font-weight: 600; }
.link-util-flexbox { display: flex;flex-grow: 1; flex-wrap: wrap;}
.link-util-flexbox p{font-size:13px;font-family:'RoobertBold'}
.link-util-flexbox div{ min-width: 50%; flex-grow: 1;flex-wrap: wrap-reverse; border-left: 1px solid #c1bfbf; padding: 0px 25px; margin: 35px 0px;}
.link-util-flexbox a {font-size: 22px;color: #ff0f64;font-family:'RoobertLight';    margin-top: 5px;}

@media (max-width: 767px){
    .link-util-flexbox div{
        width:100%;
        border-left:none;
        border-bottom: 1px solid #c1bfbf;
        padding: 25px 0px;
        margin: 0;
    }
    section.link-util{margin:0 15px}
    section.link-util .section-divider{margin:10px 0}

    .link-util-container { padding: 35px 0px;}
    .link-util-container h6{ margin: 15px 0px; font-size: 16px; font-weight: 400}

}
@media (min-width: 1024px) {
    section.link-util {max-width:1280px;padding:0}
    .link-util-container {padding: 15px 13%;}
    .link-util-flexbox div{padding:0 10px}
}
/************ end link util section **************/

/* 2430 */
.related-content-darkgrey {background-color:#A9A9A9}
.related-content-black {background-color:#222}
.related-content-white {background-color:#fff}
.related-content-red {background-color:#e61400}
.related-content-pink {background-color:#ff0f64}
.related-content-lightpink {background-color:#ff4687}
.related-content-blue {background-color:#0555fa}
.related-content-sky {background-color:#41b9e6}
/* end 2430 */

/*issue 2377*/

	.hero_detail.hero_description{
        font-size: 15px;
    	letter-spacing: .3px;
    	line-height: 1.46667;
        margin: 0 0 40px;
    }


	@media screen and (min-width: 768px){
		.hero_detail.hero_description{
			font-size: 18px;
    		letter-spacing: .36px;
    		line-height: 1.66667;
		}
	}

	.hero.lancio-articolo{
		 padding: 70px 0;
   	}

    @media screen and (min-width: 1024px){
        .hero.lancio-articolo{
            padding: 120px 0;
        }
    }

    .hero.lancio-articolo .hero_inner .hero_content-wrapper .hero_title{
        font-size: 30px;
        letter-spacing: -0.6px;
        margin-bottom: 6px;
        line-height: 1.16667;
    }
    @media screen and (min-width: 768px){
        .hero.lancio-articolo .hero_inner .hero_content-wrapper .hero_title{
			font-size: 50px;
    		letter-spacing: -1px;
    		line-height: 1.1;
         }
    }

	.lancio-articolo .hero__cta{
		margin: 0 0 20px;
		padding: 0;
	}
	.lancio-articolo .hero__cta .btn-cta{
		padding: 17px 40px;
	}

/*end2377*/

/*issue 2379*/

    .remit_compact{
            max-width: 1280px;
            margin: 0 auto;
    }

    @media screen and (max-width: 767px){
        .remit_compact .list-item{
            padding: 0;
            margin: 0 15px;
        }
    }

    @media screen and (min-width: 768px){
        .remit_compact .list-item{
            margin: 0 25px;
            padding: 0;
        }
    }

    @media screen and (min-width: 1280px){
        .remit_compact .list-item{
            padding: 0;
        }
    }

/*end 2379*/

/* 2445 */
.dd-wrapper.compact{
    width: 66%;
}

.dd-wrapper.compact .contact_wrapper{
    width:49%;
}

.dd-heading-icon.right{
    float:right;
    width:auto;
}
.dd-heading-icon.right + .dd-subheading{
    padding-top:16px;
}

.dd-content .contact .contact_website a{
    font-weight:normal;
}

.dd-content .contact_inner{
    border-top:none;
}
.dd-content .contact_inner .contact_wrapper{
    padding-top:20px;
}

.dd-content .contact .text--page-subheading,
.dd-content .contact .contact_heading{
    font-size:14px;
    letter-spacing:-.14px;
    line-height: 100%;

}
.dd-content .contact .text--page-subheading{
    text-transform:uppercase;
}

.dropdown .dd-content .contact .contact_email,
.dropdown .dd-content .contact .contact_name,
.dropdown .dd-content .contact .contact_phone,
.dropdown .dd-content .contact .contact_website,
.dropdown .dd-content .contact .contact_fax{
    font-size:16px;
}

.dropdown .contact .contact_header{
    padding: 0;
}

.dropdown .contact .panel--richtext p{
    font-size:18px;
    letter-spacing:initial;
}

/* end 2445 */

/*issue 2490*/

.color-scheme--red > .hero.lancio-articolo { background-color: #e61400 }
.color-scheme--green > .hero.lancio-articolo { background-color: #55bd5a }
.color-scheme--grey > .hero.lancio-articolo { background-color: #f4f4f4 }
.color-scheme--darkgrey > .hero.lancio-articolo { background-color: #A9A9A9 }
.color-scheme--black > .hero.lancio-articolo { background-color: #222 }
.color-scheme--white > .hero.lancio-articolo { background-color: #fff }
.color-scheme--orange > .hero.lancio-articolo { background-color: #ff5a0f }
.color-scheme--pink > .hero.lancio-articolo { background-color: #ff0f64 }
.color-scheme--lightpink > .hero.lancio-articolo { background-color: #ff4687 }
.color-scheme--blue > .hero.lancio-articolo { background-color: #0555fa }
.color-scheme--sky > .hero.lancio-articolo { background-color: #41b9e6 }
.color-scheme--forest > .hero.lancio-articolo { background-color: #008c5a }

.color-scheme--white > .hero.lancio-articolo .hero_title.text--page-heading,
.color-scheme--white > .hero.lancio-articolo .hero_detail.hero_description,
.color-scheme--grey > .hero.lancio-articolo .hero_title.text--page-heading,
.color-scheme--grey > .hero.lancio-articolo .hero_detail.hero_description{
    color: black;
}
.color-scheme--white > .hero.lancio-articolo .btn-cta.btn-cta--clear,
.color-scheme--grey > .hero.lancio-articolo .btn-cta.btn-cta--clear{
    color: black;
    border-color: black;
}

/*end 2490*/

/* 2612 */
.dd-heading{ white-space: nowrap; }
.rich-text h2.dd-subheading{
    white-space: normal;
    margin-right: 32px;
    vertical-align: text-top
}
/* end 2612 */

/* start #2694 ( Apply margin left - right to component) */
.press_release_egp_padding_left_right_bottom{
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}
/* end #2694 ( Apply margin left - right to component) */

/* #2785 */
.btn-cta--magenta {
    border-color: #ff0f64;
    color: #ff0f64;
    transition: all .1s linear;
    background-color: inherit;
}

.btn-cta--magenta._hover,
.btn-cta--magenta:hover,
a:hover .btn-cta--magenta {
    background-color: #ff0f64;
    color: #fff;
    border-color: inherit;
}
.btn-cta--clear._hover,
.btn-cta--clear:hover,
a:hover .btn-cta--clear {
    background-color: #fff;
     color: #000;
}
.btn-cta._active,
.btn-cta:active,
a:hover .btn-cta{
    background-color: #000;
    opacity: 0.6;
    color: #fff;
}
.btn-cta--clear._active,
.btn-cta--clear:active,
a:hover .btn-cta--clear{
    background-color: #fff;
    opacity: 0.6;
    color: #000;
}
.btn-cta--magenta._active,
.btn-cta--magenta:active,
a:hover .btn-cta--magenta{
    background-color: #ff0f64;
    opacity: 0.6;
    color: #fff;
}
/* end #2785 */

/* begin #2932 */
header.darksitePageHeader {
  background: #41b9e6;
  padding: 23px 30px;
}
header.darksitePageHeader img.darksitePageLogo {
  max-width: 109px;
}

main.darksite .image-hero {
	background-color: #41b9e6!important;
}

@media (max-width: 767px) {
  header.darksitePageHeader {
    margin: 0;
    background: #41b9e6;
    padding: 18px 15px;
  }
  header.darksitePageHeader img.darksitePageLogo {
    max-width: 60px;
  }
}

.list-item--darksite_press .list-item_text-wrapper {
    width: calc(100% - 290px);
    max-width: 680px;
    float: left;
    padding: 30px 0;
}
/* end #2932 */



/* start #3209 */

span.search-form__heading, span.megamenu__article__title {
    margin: 0px;
}

/* end #3209 */

/*issue #2767*/
.image-hero_inner {
    margin-top: 0px;
}
/*end #2767*/

.list-item_text-wrapper span.title_typology{
    border-right: 2px solid #ddd;
    margin-right: 5px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    color: #999;
    letter-spacing: .3px;
    font-family: Roobert;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
@media (max-width: 767px){
    .list-item .list-item_text-wrapper span.title_typology{
        border-right: 0;
        display: block;
        font-size: 12px;
        margin-bottom: 15px;
    }
}

h2.dd-subheading.hide {
    display: none;
}
a.dd-heading:hover {
    text-decoration: none;
}

.focus-on-preview-wrapper.color-scheme--grey-bg{ background-color:#f4f4f4}
.focus-on-preview-wrapper.color-scheme--darkgrey-bg{ background-color:#A9A9A9}
.focus-on-preview-wrapper.color-scheme--black-bg{ background-color:#222}
.focus-on-preview-wrapper.color-scheme--white-bg{ background-color:#fff}
.focus-on-preview-wrapper.color-scheme--orange-bg{ background-color:#ff5a0f}
.focus-on-preview-wrapper.color-scheme--red-bg{ background-color:#e61400}
.focus-on-preview-wrapper.color-scheme--pink-bg{ background-color:#ff0f64}
.focus-on-preview-wrapper.color-scheme--lightpink-bg{ background-color:#ff4687}
.focus-on-preview-wrapper.color-scheme--blue-bg{ background-color:#0555fa}
.focus-on-preview-wrapper.color-scheme--sky-bg{ background-color:#41b9e6}
.focus-on-preview-wrapper.color-scheme--forest-bg{ background-color:#008c5a}
.focus-on-preview-wrapper.color-scheme--green-bg{ background-color:#55bd5a}

.page-hub #main nav.hub-secondary-nav{
    z-index:1000
}
/* 3671 megamenu image */
.megamenu__article a{
	width:100%;
}
/* end 3671 megamenu image*/

/* disclaimer link #3755 */
.disclaimerlinktext{
    color: #ff0f64;
    text-decoration: underline;
}
/* end disclaimer link #3755*/

/* #3853 */ 
.module.message-notification span.privatespan {
    font-size: 20px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    line-height: 20px;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-right: 40px;
    display:block;
}
/* end #3853 */


/* #3990 */
.filtercareers{
	z-index: 999999 !important;
}
/* end #3990 */

/* image-carousel #4015*/
@media screen and (max-width: 767px){

    .image-carousel .swiper-container .pagination-controls{
        display: flex;
        align-items: center;
        background-color: black;
        height: auto;
    }

    .image-carousel .swiper-container .pagination-fraction .swiper-pagination.swiper-pagination-fraction{
        left: unset !important;
        height: 100%;
        bottom: 0px !important;
        position: relative;
    }

    .image-carousel .swiper-container .slider-caption-wrapper{
        height: auto;

    }

}

/* header right 4225*/

/*4225 hub header right*/
.hub_group--header-right {
    max-width: 1298px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-left: 20px
}

@media (max-width: 1123px) {

    .hub_group--header-right {
        max-width: 1134px;
        padding-left: 0;
    }

    .hub_group--header-left .hub_header, .hub_group--header-left .hub_inner {
        width: 100%;
        z-index: 2;
    }
    
}


.hub_group--header-right .hub_inner {
    text-align: left;
    padding: 0;
    width: 70%;
    margin-left: 0;
}


.hub_group.hub_group--header-right .header-right-title {
    text-align: center;
    padding-bottom: 20px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 30px;
}


.hub_group--header-right .hub_header_inner .text--list-description{
    margin-top: 0;
    max-width: 766px
}

@media screen and (max-width: 767px) {

    .hub_group--header-right .menu-link {
        width: 100%;
        float: none;
    }


    /*.hub_group.hub_group--header-right {
        padding: 0 15px;
    }*/

    .hub_group--header-right .hub_inner, .hub_group--header-right > .hub_inner{
        margin: 0 auto;
        float: none;
        width: 100%;
    }

    .hub_group--header-right .hub_header {
        padding: 0 0;
        text-align: right;
    }
    
}


@media screen and (min-width: 768px){
    .hub_group--header-right a.text--standard{
        letter-spacing: .44px;
        line-height: 163.63636%;
    }
    .hub_group--header-right .hub_header .text--page-subheading{
        font-size: 30px;
        letter-spacing: -1.2px;
        line-height: 120%;
    }

}

.hub_group--header-right a.text--standard{
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
 }

 @media (min-width: 768px) and (max-width: 1123px){

     .hub_group--header-right .hub_header {
         text-align: left;
     }


     .hub_group--header-right .menu-link{
         float: none;
     }



     .hub_group--header-right .menu-link {
         width: 100%;
     }

     .hub_header-links--tablet-two-column {
         width: 100%;
     }

     .hub_group--header-right .hub_inner {
         width: 100%;
         margin: 0 auto;
         display: block;
         max-width: 764px;
         padding-left: 15px;
     }

 }

@media (max-width: 1318px) {

    .hub_group--header-right {
        max-width: 1124px;
    }
}

@media screen and (min-width: 1024) and (max-width: 1318px) {
    .hub_group--header-right .menu-link{
        width: 33%;
    }
    
    .hub_group--header-right {
	    	max-width: 1124px;
    }
}

@media screen and (max-width: 767px){
    .hub_group--header-right a.text--standard{
        font-size: 18px;
    }
    .hub_group--header-right .hub_header .text--page-subheading {
        font-size: 22px;
    }
}

@media screen and (min-width: 1024px){
    .hub_group {
        padding-top: 100px;
        padding-bottom: 120px
        padding-left: 20px;
        padding-right: 10px;
    }
}

/*end hub-header-right*/
/* #4471 */
@media (min-width: 1090px) and (max-width: 1323px){
	.filter__group--large .form-row.taleoposition {
        width: 100%;
        float: left;
    }
}
@media (max-width: 1090px){
	.filter__group--large .form-row.taleoposition {
        width: 100%;
        float: left;
    }
}        

@media (max-width: 766px){
	.filter__group--large .form-row.taleoposition {
        width: 100%;
        float: none;
    }
}

@media (min-width: 10px) and (max-width: 766px){
	.taleocategories {
        width: 100% !important;
    }
}            



/* end #4471 */

/* #4291 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px){
    .related-content--most-popular .related-content-card {
        margin-right: 0px !important;
        margin: 0px 3px 0px 3px!important;
    }
}
/* end #4291 */

/* #4549 header-left title*/
@media screen and (min-width: 1124px) and (max-width: 1318px) {
     .hub_group.hub_group--header-left .menu-link {
        padding-top: 101px;
     }
 }

 @media screen and (min-width: 1319px) {
      .hub_group.hub_group--header-left .menu-link {
         padding-top: 11px;
      }
  }
/* #4549 end*/

/* #4600 */

.hub-header-right {
	overflow: hidden;
}

.hub_group--header-right .header-title {
	    display: block;
    text-align: center;
    margin-bottom: 30px;
}


/*.hub_group--header-right > .menu-link.hub-par {
	left: 65%;	
}*/

.hub_group--header-right > .hub_inner {
	float: left;
}

@media screen and (max-width: 1024px) {
	.hub_group--header-right > .menu-link:not(.hub-par) .hub_header .text--page-subheading {
	    display: none;
	}
	
}

@media (max-width: 1024px) and (min-width: 768px) {
	.hub_group--header-right > .menu-link {
		left: 0;
	}
	
	.hub_group--header-right .tile--left .tile_image-wrapper {
	    width: 100%;
	}
	
}

@media (max-width: 1123px) and (min-width: 768px) {
	
	.hub_group--header-right .menu-link .hub_header {
		text-align: left;
	}
	
	.hub_group--header-right > .menu-link.hub-par {
		position: relative;
		left: 0;
	}
	
	.hub_group--header-right .hub_header_inner {
	 	width: 35%;
	}
	
	.hub_group--header-right > .hub_inner, .hub_group--header-right > .menu-link.hub-par{
  	margin: 0 auto;
    float: none;
    width: 100%;
  }
	
}


@media (max-width: 1123px) {
	.hub_group--header-right .menu-link.hub-par .hub_header {
	    max-width: 766px;
	    text-align: left;
	}
	
	.hub_group--header-right .menu-link.hub-par .hub_header_inner {
			margin: 0;
	}
	
	.hub_group--header-right {
  		padding-right: 0;
  }
  
  .hub_group--header-right .hub_inner {
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
	.hub_group--header-right > .menu-link {
		left: 0;
    float: none;
    width: 100%;
	}
	
	.hub_group--header-right > .menu-link.hub-par {
		position: relative;
		left: 0;
	}
	
	.hub_group--header-right .menu-link .hub_header {
		text-align: left;
	}
	
	.hub_group--header-right > .hub_inner, .hub_group--header-right > .menu-link.hub-par{
  	margin: 0 auto;
    float: none;
    width: 100%;
  }
  
	.hub_group--header-right .hub_header, .hub_group--header-right .hub_inner {
    padding: 0 15px;
	}
  
  .hub_group--header-right .menu-link .hub_header:after {
  	display: none;
  }
  
  .hub_group--header-right .menu-link.hub-par .hub_header:after {
  	display: block;
  }
  
  .hub_group--header-right .menu-link:not(.hub-par) .hub_header p {
    font-size: 22px;
	}
	
	.hub_group--header-right > .menu-link:not(.hub-par) {
		top: 20%
	}
}


/* En#4600 */

/* #4769 hub-group modules */
@media screen and (max-width: 767px) {
    .hub_inner .tile_content-wrapper .tile_header.text--tile-heading {
        width: 95%;
    }
}
@media screen and (min-width: 768px) {
    .hub_inner .tile_content-wrapper .tile_header.text--tile-heading {
        width: 310px;
    }
    
    .hub_group--header-right div.tile:hover .tile_inner:after {
			height: 2.46305%;
		}
}
/* end #4769 */

/*header-left #4815*/

@media (min-width: 768px) and (max-width: 1123px) {
    .hub_group--header-left .hub--center-tiles{
        padding-left: 15px;
        margin: 0 auto;
        left: 0;
        right: 0
    }
    .hub_group--header-left{padding-right:0;}
}
/* end #4815*/

/* header-right #4842*/

@media (min-width: 1124px){
    .hub_group .hub_header.hub-par-links{max-width: 328px;}
    .hub_group--header-right{padding-left: 10px;}
    .hub_group--header-right .menu-link.hub-par{width: 33%}
    .hub_group--header-right .hub_inner{width:67%}
}
@media (min-width: 1318px){
    .hub_group--header-right .hub_header_inner.hub-par-links{margin:0 0 0 -5%;}
    .hub_group .hub_header.hub-par-links{max-width: 380px;}

}
/* end #4842*/

/* start #4791 */
.focus-on-row .focus-on-cl-4 {
    vertical-align: top;
}
/* end #4791 */

@media screen and (min-width: 1024px) {
    .module.message-notification.open {
        height: auto;
    }
}
@media (max-width: 767px) {
   .owl-item .img_cultureBox{
        padding-top:100px;
   }
   .owl-item:first-child .img_cultureBox{
           padding-top:0;
   }
}
/* #5470 */
.map.offsetMap .map__google-map-container {
    -webkit-transform: translate(380px);
    transform: translate(380px)
}
/* end #5470 */
/* #5585 */
#main .module.zindextop{
    z-index: 5 !important;
}
/* end  #5585 */
/* start #5635 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .hub_group .hub_inner {font-size: 16px;}
}
/* end #5635 */

/* #5787 */
.module.lightbox {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: hidden;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .9);
    visibility: hidden;
    opacity: 0;
    z-index: 9999999 !important;
    transition: .2s
}
/* for internet explorer */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .component.lightbox-slider {
     	overflow: hidden;	
     }
}
/* for microsoft edge */
@supports (-ms-ime-align:auto) {
    .component.lightbox-slider {
        overflow: hidden;
    }
}
/* end #5787 */
/* #5782 */
@media screen and (min-width: 768px) {
    .component.lightbox-slider .lightbox-slider_download {
		display: table-cell;
	}
}
@media screen and (max-width: 767px) {
	.component.lightbox-slider .lightbox-slider_close {
    	top: 40px;
    	z-index: 9999;
	}
}
/* end #5782 */
/* start #5870 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.hub_group .hub_inner {font-size: 0px;}
    .hub_group .hub_inner .lightbox-slider_info {font-size: 16px;}
}

/* end #5870 */

/* ticket #6202 */
@media screen and (min-width: 1024px) {
    @-moz-document url-prefix() {
  		.search-form__input {
    		line-height: 1.2;
  		}
	}
}
/* END ticket #6202 */

/* #6337 */
.background-white-text-columns{
	background-color:#fff;
}
.no_margin_botom{
	margin-bottom: 0px !important;
}
/* end #6337 */

/* #6475 css for the button of the investor graph */
@media screen and (min-width: 768px) {
    .stock-graph__buttons #enableaccesibilityinvestor {
		float: left;
	}
}
@media screen and (max-width: 767px) {
    .ii__middle #enableaccesibilityinvestor {
		width: 100%;
		margin-top: 25%;
		margin-bottom: 25%;
	}
}
/* #6475 end css for the button of the investor graph*/

/* START #6873 Anchor Menu */
.hub-secondary-nav{
	z-index: 1000 !important;
}
/* END #6873 Anchor Menu */

/* #8612 */
.contact-item {
   	padding-bottom: 5%;
}

.focus-on-preview .owl-carousel .owl-stage {
	margin: 0 auto;
}
.cultureBox .focus-on-row .focus-on-cl-4 {
    width: 100%;
}

.disclaimer {
   	padding: 0;
    text-align: center;
}

.disclaimer p {
 	padding-left: 0px;
   	padding-right: 0px;
   	max-width: unset;
}
/* End #8612 */

/* Start #9325 */
.heroVideoLayout .hero_hub_video {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 0;
}

.heroVideoLayout .hero_inner {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.image-hero.heroVideoLayout {overflow: hidden;}
/* End #9325 */


.form-row.submit-container.contactinfo legend{
    display:none
}

.contactform fieldset, .contact fieldset, .contactinfo fieldset{
    margin-left:0px;
    margin-right:0px;
    margin-top: 40px;
    padding:0px;
    border: none;
}

.contactinfoemaillabel{
    position: absolute;
    top: -1.5rem;
}

/*added for calendar*/
.calendar.module {
    background: #f6f6f6;
    background-size: cover;
    width: 100%;
    padding: 75px 0 30px;
    max-height: 700px
}

.calendar.module:after {
    clear: both;
    content: "";
    display: table
}

.calendar.module .swiper-slide {
    width: 280px;
    height: 300px;
    background: #fff;
    opacity: 1;
    cursor: pointer
}

.calendar.module .swiper-slide .event {
    opacity: .4;
    transition: opacity .3s
}

.calendar.module .swiper-slide.swiper-slide-next .event, .calendar.module .swiper-slide.swiper-slide-prev .event {
    opacity: .4
}

.calendar.module .swiper-slide.swiper-slide-active .event, .calendar.module .swiper-slide:hover .event {
    opacity: 1
}

@media screen and (min-width: 480px) {
    .calendar.module {
        /*padding: 100px 0 50px*/
        padding: 50px 0 50px
    }

    .calendar.module .swiper-slide {
        width: 395px;
        height: 400px
    }
}

@media screen and (min-width: 1260px) {
    .calendar.module .swiper-slide.swiper-slide-active .event, .calendar.module .swiper-slide.swiper-slide-next .event, .calendar.module .swiper-slide.swiper-slide-prev .event {
        opacity: 1
    }
}

.calendar.module.calendar--loading .swiper-slide {
    opacity: 0
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: a 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

.component.event {
    width: 100%;
    height: 100%;
    background: #fff
}

.component.event .calendar-date {
    width: 100%;
    /*height: 65%;
    padding: 5% 10.5%;*/
    height: 70%;
    padding: 5% 10.5% 5% 8%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
    background: #008c5a;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 36px;
    color: #fff;
    z-index: 2
}

.component.event .calendar-date.video {
	margin: 0;
}

/*.component.event .calendar-date.video span.calendar-date-weekday,.component.event .calendar-date.video span.calendar-date-day-month, .component.event .calendar-date.video span.calendar-date-hour{
	padding: 5% 10.5%;
}*/

.component.event .calendar-date .calendar-date-weekday {
    display: block;
    color: #74b397;
    padding-bottom: .3em;
    font-size: 14px;
	font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
	position: absolute;
	top: 5%;
	text-transform: uppercase;
}

.component.event .calendar-date .calendar-date-day-month {
	position: absolute;
	top: 20%;
	text-transform: capitalize;
}

.component.event .calendar-informations {
    /*height: 35%;*/
    height: 30%;
    width: 100%;
    padding: 5% 10.5% 6.5%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 2px solid #fff;
    z-index: 1;
    display: inline-block;
}

.component.event .calendar-informations .calendar-name {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    color: #222;
    text-indent: -.07em;
    overflow: hidden;
    /*max-height: 50px*/
    max-height: 65px;
}

.component.event .calendar-informations .calendar-name:after {
    content: '';
    display: block;
    height: 2px
}

.component.event .calendar-informations .calendar-category {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #00bae7;
    padding-bottom: .3em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%
}

@media screen and (min-width: 480px) {
    .component.event {
        text-align: left;
        position: relative;
        overflow: hidden
    }

    .color-scheme--red.component.event:after {
        background-color: #ff0f64
    }

    .color-scheme--green.component.event:after {
        background-color: #55be5a
    }

    .color-scheme--blue.component.event:after {
        background-color: #0555fa
    }

    .color-scheme--grey.component.event:after {
        background-color: #f4f4f4
    }

    .color-scheme--darkgrey.component.event:after {
        background-color: #A9A9A9
    }

    .color-scheme--white.component.event:after {
        background-color: #fff
    }

    .color-scheme--black.component.event:after {
        background-color: #222
    }

    .color-scheme--orange.component.event:after {
        background-color: #ff5a0f
    }

    .color-scheme--sky.component.event:after {
        background-color: #41b9e6
    }

    .color-scheme--pink.component.event:after {
        background-color: #ff0f64
    }

    .color-scheme--lightpink.component.event:after {
        background-color: #ff4687
    }

    .color-scheme--giropink.component.event:after {
        background-color: #EA527E
    }

    .color-scheme--forest.component.event:after {
        background-color: #008c5a
    }

    .component.event:after {
        background: #008c5a;
    }

    .component.event:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: #008c5a;*/
        height: 8px;
        transition: all .3s;
        transform: translateY(8px)
    }

    .component.event .calendar-date {
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        font-size: 42px;
        line-height: 42px
    }

    .component.event .calendar-informations {
        transition: all .3s
    }

    .component.event .calendar-informations .calendar-name {
        font-size: 30px;
        line-height: 30px;
        max-height: 65px;
        /*width: 95%;*/
        width: 100%;
        word-break: break-word;
    }

    .component.event .calendar-informations .calendar-name:after {
        height: 5px
    }

    .component.event .calendar-informations .calendar-category {
        padding-bottom: 1em
    }

    .component.event:hover .calendar-informations {
        transform: translateY(-8px)
    }

    .component.event:hover:after {
        transform: translateY(0)
    }
}

/* For background color */
.calendar.module.bgGrey {
    background: #f6f6f6 none;
}

.calendar-date-hour {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 38px;
    display: inline-block;
    margin-top: 10px;
    position: absolute;
    top: 35%;
}

.calendar-date-hour .timezone {
    font-size: 25px
}

.timezone-label {
    font-size: 10px;
    display: inline-block;
    line-height: 12px;
}

.calendar .hub_header_inner h2.text--page-subheading {
	margin-top: 0;
	margin-bottom: 0;
}

.calendar .hub_header_inner h2.text--page-subheading {
    font-size: 22px;
    font-weight: bold;
    padding: 40px 35px;
    text-align: center;
    background-color: #f7f7f7;
    color: #111111;
    font-family: RoobertBold,  Arial, sans-serif;
}

@media screen and (min-width: 768px) {
	.calendar .hub_header_inner h2.text--page-subheading {
		font-size: 30px;
	}
}

.calendar .hub_header {
	 	margin: -4px auto 35px;
}

@media screen and (max-width: 767px) {
	.calendar .hub_header {
		padding: 0 15px;
	}
	.calendar .hub_header:after {
	    content: '';
	    display: block;
	    height: 1px;
	    background-color: #ddd;
	    margin-top: 30px;
	}
	
	.calendar .hub_header_inner h2.text--page-subheading {
		padding-top: 0;
		padding-bottom: 0;
	}
	
}

@media screen and (max-width: 480px) {
	.calendar .component.event .calendar-date {
		height: 75%;
	}
	
	.calendar .video .calendar-date-weekday {
		margin-top: 15px;
	}
}

/* TT 4504 */
@media (min-width: 768px) {
.calendar.module .swiper-slide {
    width: 400px;
    min-height: 420px;
    padding: 0px 2px 25px;
    height: auto;
}
.component.event {
    overflow: visible;
}

.component.event .calendar-informations {
    height: 36%;
	}

.component.event .calendar-informations .calendar-name {
    font-size: 30px !important;
    line-height: 35px !important;
    max-height: initial;
}

.component.event .calendar-informations .calendar-name {
    font-size: 30px !important;
    line-height: 35px !important;
    max-height: initial;
    width: 100%;
    word-break: break-word;
}	
}

@media (max-width:480px){
.calendar.module .swiper-slide {
    width: 280px;
    height: 300px;
    background: #fff;
    opacity: 1;
    cursor: pointer;
    padding-bottom: 15px;
}
.component.event .calendar-informations {
    height: 35%;
    width: 100%;
    padding: 5% 10.5% 0%;
}
}
/* END TT 4504 */

/* TT 4526 */

.calendar .hub_header_inner h2.text--page-subheading {
    padding: 40px 35px 8px; 
}
/* END TT 4526 */

/* issue #4674 */
@media (min-width: 768px) {
    .calendar.module .swiper-slide {
        padding-bottom: 0;
    }
    .component.event .calendar-informations {
        height: 35%;
    }
    .component.event .calendar-date {
        height: 65%;
    }
    .calendar.module .swiper-container {
        padding-bottom: 0;
    }
}
/* end #4674 */
.page-home .group.parbase{
    z-index:2;
    max-width:1314px;
    margin:0 auto;
    top:-70px;
}
.page-home .hub{
    display:inline-block;
    width:100%;
}
.page-home .hub_group{
    padding: 0 0 10px 0;
}
.page-home .hub_group .hub_inner{
    padding:0;
}
.page-home .link_network_inner{
    max-width:1314px;
}
.page-home .hub_group .link_network_inner{
    max-width:1260px;
}
.page-home .hub_group .link-network{
    margin-bottom:20px;
    margin-left:10px;
    margin-right:10px;
    background-color:white;
}
.page-home .hub_group .link_network_wrapper p{
    font-size: 14px;
}
.page-home .hub_group .link_network_name a {
    font-size:22px;
}

/*changed by UXINDIA 24-nov*/
.page-home .link-network{
    margin-bottom:70px;
    margin-top:-15px;
    z-index:2;
    padding-bottom: 20px;
} 
/* END */

.page-home .link_network_name{
    margin-bottom:10px;
}
.page-home .text--page-subheading{
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    letter-spacing: .3px;
    line-height: 133.33333%;
    text-transform: uppercase;
    margin-top: 20px;
}

@media screen and (max-width: 767px){
    .page-home .group.parbase{
        top:0;
    }
    .page-home .hub_group .link-network{
        margin-left:0;
        margin-right:0;
    }
    .page-home .hub_group .col-3, .page-home .hub_group .col-2 {
        display: block;
        max-width:718px;
    }    
    .page-home .hub_group .link_network_inner{
        margin:0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .page-home .hub_group .link-network{
        margin-left:10px;
        max-width:718px;
    }
    .page-home .hub_group .col-3,.page-home .hub_group .col-2 {
        display: block;
        
    } 
}

@media screen and  (max-width: 1024px){
    .page-home .hub_group .col-3 .link_network_wrapper, .page-home .hub_group .col-2 .link_network_wrapper{
        width:100%;
        display:block;
        float:none;
    }
    .page-home .hub_group .col-3 .link_network_wrapper.custom_inner, .page-home .hub_group .col-2 .link_network_wrapper.custom_inner{
        border-left:none;
        border-top: 1px solid #ddd;
    }
}

@media screen and (max-width: 1318px){
    .page-home .hub_group .link-network{
        max-width:718px;
    }
}

@media screen and (min-width: 1024px){
    .page-home .hub_group .col-3 .link_network_wrapper:nth-child(1){
        width:30%;
    }
    .page-home .hub_group .col-3 .link_network_wrapper:nth-child(2){
        width:35%;
        padding-left:30px;
    }
    .page-home .hub_group .col-3 .link_network_wrapper:nth-child(3){
        width:29%;
        padding-left:30px;
    }
}


@media screen and (min-height:480px) {
    .page-home .ii.reveal .ii__inner,
    .page-home .investor-info.reveal .ii__inner {
        top:50px;
    }
    .page-home .ii__bottom__inner, .ii__middle__inner{
        margin-bottom:50px;
    }

}

@media (min-width:768px),
screen and (min-height:768px) {
    .page-home .ii.reveal .ii__inner,
    .page-home .investor-info.reveal .ii__inner {
        top:80px;
    }
    .page-home .ii__bottom__inner, .ii__middle__inner{
        margin-bottom:80px;
    }

}

@media (min-width:1024px),
screen and(min-height: 480px) {
    .page-home .ii.reveal .ii__inner,
    .page-home .investor-info.reveal .ii__inner {
        top:0px;
        margin-top:80px;
    }
    .page-home .ii__bottom__inner, .ii__middle__inner{
        margin-bottom:0;
    } 
}
.panel--richtext .text--title-pink,
.rich-text .text--title-pink,
.text-clean .text--title-pink,
.panel--richtext .text--title-pink:hover {
/*     font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif; */
/*     font-weight: 300; */
/*     font-style: normal; */
/*     letter-spacing: -.6px; */
/*     line-height: 120%; */
    color: #ff0f64;
}

.panel--richtext .text--title-white,
.rich-text .text--title-white,
.text-clean .text--title-white,
.panel--richtext .text--title-white:hover {
    color: white;
}

.panel--richtext .text--title-black,
.rich-text .text--title-black,
.text-clean .text--title-black,
.panel--richtext .text--title-black:hover {
    color: black;
}

.panel--richtext .text--title-grey,
.rich-text .text--title-grey,
.text-clean .text--title-grey,
.panel--richtext .text--title-grey:hover {
    color: #666;
}

.panel--richtext .text--title-green,
.rich-text .text--title-green,
.text-clean .text--title-green,
.panel--richtext .text--title-green:hover {
    color: #55bd5a;
}

.panel--richtext .text--title-forest,
.rich-text .text--title-forest,
.text-clean .text--title-forest,
.panel--richtext .text--title-forest:hover {
    color: #008c5a;
}

.panel--richtext .text--title-sky,
.rich-text .text--title-sky,
.text-clean .text--title-sky,
.panel--richtext .text--title-sky:hover {
    color: #41b9e6;
}

.panel--richtext .text--title-blue,
.rich-text .text--title-blue,
.text-clean .text--title-blue,
.panel--richtext .text--title-blue:hover {
    color: #0555fa;
}

.panel--richtext .text--title-lightpink,
.rich-text .text--title-lightpink,
.text-clean .text--title-lightpink,
.panel--richtext .text--title-lightpink:hover {
    color: #ff4687;
}

.panel--richtext .text--title-red,
.rich-text .text--title-red,
.text-clean .text--title-red,
.panel--richtext .text--title-red:hover {
    color: #e61400;
}

.panel--richtext .text--title-orange,
.rich-text .text--title-orange,
.text-clean .text--title-orange,
.panel--richtext .text--title-orange:hover {
    color: #ff5a0f;
}
table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{cursor:pointer;*cursor:hand}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("../../enel-com/img/table/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("../../enel-com/img/table/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("../../enel-com/img/table/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("../../enel-com/img/table/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("../../enel-com/img/table/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{-webkit-box-sizing:content-box;box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table,.dataTables_wrapper.no-footer div.dataTables_scrollBody table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}
@media screen and (max-width: 767px){
.component.accordian-table { display: block;}
.component.accordian-table{max-width:100%;}
.component.accordian-table .accordian-table_ct { margin: 60px 15px 0;}
.accordian-table_inner{width:100%;overflow-x:auto;}
.component.accordian-table .accordian-table_inner td{font-size:12px;}
.component.accordian-table .accordian-table_inner td, .component.accordian-table .accordian-table_inner th{padding: 10px;}
.component.accordian-table .accordian-table_inner table{ margin-bottom: 20px;}
}


/* Fix for pannels wrapper*/
.panels-wrapper .menu-link{width:100%;float:left;min-height:200px; }
.panels-wrapper .menu-link .hub_header{text-align: left; }
.panels-wrapper .image {margin-bottom: -5px;}
.orange-hero {
    background-color: #ff5a0f !important
}

.clear {
    clear: both
}

.bgd-lightblue {
    background-color: #41b9e6 !important
}

.btn-orange {
    border-color: #ff5a0f !important;
    color: #ff5a0f !important;
    cursor: pointer
}

.btn-orange:hover {
    background-color: #ff5a0f !important;
    color: white !important
}

.btn-blue {
    border-color: #0555fa !important;
    color: #0555fa !important;
    cursor: pointer;
    margin-left: 15px
}

@media only screen and (max-width: 767px) {
    .btn-blue {
        margin-top: 15px;
        margin-left: 0px
    }
}

.btn-blue:hover {
    background-color: #0555fa !important;
    color: white !important
}

select::-ms-expand {
    display: none
}

.map-detail {
    height: 500px
}

@media only screen and (max-width: 1023px) {
    .map-detail {
        height: 400px
    }
}

@media only screen and (max-width: 767px) {
    .map-detail {
        height: 250px
    }
}

.map3 {
    margin-top: 0px;
    margin-bottom: 0px
}

.map3 .map__heading {
    display: none
}

.map3 .overlay-legend {
    position: absolute;
    right: 50px;
    top: 10px;
    background-color: #fff;
    z-index: 10;
    padding: 20px 40px 20px 50px
}

.map3 .overlay-legend h3 {
    margin-left: -20px;
    margin-top: 10px
}

.map3 .overlay-legend p {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 15px 0;
    font-weight: 300;
    font-style: normal;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-weight: bold;
    color: #666
}

.map3 .overlay-legend p:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 4px;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 10px
}

.map3 .overlay-legend #red-alert:before {
    background-color: red
}

.map3 .overlay-legend #orange-alert:before {
    background-color: #FF6600
}

.map3 .overlay-legend #yellow-alert:before {
    background-color: #FFcc00
}

@media only screen and (max-width: 767px) {
    .map3 .overlay-legend {
        display: none
    }
}

.map3 .map__wrap {
    height: 90vh
}

@media only screen and (max-width: 767px) {
    .map3 .map__wrap {
        height: auto
    }
}

.map3 .map__wrap .map__paths {
    position: absolute;
    top: 28px;
    right: 15px;
    transition: all 0.5s
}

.map3 .map__wrap .map__paths .back {
    padding: 12px 20px 13px;
    background-color: transparent;
    color: #000;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-left: 10px;
    border: 2px solid #000;
    transition: all 0.3s;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase
}

.map3 .map__wrap .map__paths .back:hover {
    background-color: #000;
    color: white;
    text-decoration: none
}

.map3 .map__wrap .map__paths .world {
    display: none
}

.map3 .map__wrap .map__paths .nation {
    display: none
}

.map3 .map__wrap .map__mobile-container .sel-pnt {
    margin-top: 15px
}

.map3 .map__wrap .map__placeholder {
    padding: 60px
}

@media only screen and (max-width: 767px) {
    .map3 .map__wrap .map__placeholder {
        padding: 30px;
        padding-top: 40px
    }
}

.map3 .map__wrap .map__placeholder p {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    margin: 15px 0;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: .3px;
    line-height: 173.33333%;
    color: #666
}

.map3 .map__wrap .map__placeholder a {
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: .44px;
    line-height: 163.63636%
}

.map3 .map__wrap .map__placeholder a:after {
    font-family: icomoon;
    content: "\e905";
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    padding-left: 10px;
    font-size: 12px;
    color: #ff0f64
}


.map3 .map__wrap .map__card .galleryDesc {
    display: none
}

.map3 .map__wrap .map__card .related-link {
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: .44px;
    line-height: 163.63636%;
    text-transform: none
}

.map3 .map__wrap .map__card .related-link p {
    display: inline;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 16px !important;
    text-transform: uppercase
}

@media only screen and (max-width: 1023px) {
    .map3 .map__wrap .map__card {
        width: 350px
    }
}

@media only screen and (max-width: 767px) {
    .map3 .map__wrap .map__card {
        width: calc(100% - 30px);
        height: auto !important
    }
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content {
    padding-top: 280px
}

@media only screen and (max-width: 767px) {
    .map3 .map__wrap .map__card .map__card__inner .map__card__content {
        padding-top: 240px
    }
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content h4 {
    font-size: 22px !important;
    margin-bottom: 10px;
    color: #ff0f64
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content p {
    font-size: 18px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
    font-weight: 300
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content>img {
    display: block;
    margin-right: 15px;
    width: 30px;
    float: left
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content p.map__numbers {
    margin-top: 25px
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .map__card__legend {
    background-color: #f4f4f4;
    margin: -30px -30px 30px -30px;
    padding: 30px 30px 0px 30px
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .map__card__legend .sub_legend {
    width: calc(99.9%/3);
    display: block;
    float: left
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .map__card__legend .sub_legend p {
    font-size: 12px;
    text-transform: uppercase;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: center
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .map__card__legend .sub_legend img {
    height: 45px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: calc(50% - 25px)
}

@media only screen and (max-width: 767px) {
    .map3 .map__wrap .map__card .map__card__inner .map__card__content .map__card__legend {
        margin: -30px -15px 30px -15px;
        padding: 15px 15px 0px 15px
    }
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .map__card__links li a {
    position: relative;
    padding-left: 30px
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .map__card__links li a img {
    position: absolute;
    height: 20px;
    width: auto;
    left: 0px;
    top: 0px
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .carousel {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 250px;
    cursor: pointer;
    overflow: hidden
}

@media only screen and (max-width: 1023px) {
    .map3 .map__wrap .map__card .map__card__inner .map__card__content .carousel {
        height: 220px
    }
}

@media only screen and (max-width: 767px) {
    .map3 .map__wrap .map__card .map__card__inner .map__card__content .carousel {
        height: auto
    }
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .carousel .carousel_item .description-alert-image {
    font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    display: block;
    position: absolute;
    color: white;
    padding-left: 50px;
    font-size: 22px;
    margin-top: 25%;
    left: 0;
    z-index: 999
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .carousel .carousel_item .description-alert-image:before {
    content: "";
    position: absolute;
    left: 15px;
    top: -25px;
    width: 20px;
    height: 70px;
    background-color: #ff0f64
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .carousel p {
    display: none
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .carousel .carousel_arrow {
    width: 55px;
    height: 55px;
    bottom: 0px;
    top: auto
}

@media only screen and (max-width: 767px) {
    .map3 .map__wrap .map__card .map__card__inner .map__card__content .carousel .carousel_arrow {
        width: 20px;
        height: 50px
    }
}

.map3 .map__wrap .map__card .map__card__inner .map__card__content .carousel .carousel_prev {
    right: 55px
}

.map3 .map__wrap .map__card .map__card__inner .map__card__alert h3.main-title {
    font-size: 14px;
    margin-top: 40px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    line-height: 166.66667%
}

.map3 .map__wrap .map__card .map__card__inner .map__card__alert ul.map__card__news li {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c6c6c6
}

.map3 .map__wrap .map__card .map__card__inner .map__card__alert ul.map__card__news li p.province {
    display: inline;
    margin-right: 10px;
    font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #41b9e6;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.map3 .map__wrap .map__card .map__card__inner .map__card__alert ul.map__card__news li p.date {
    display: inline;
    padding-left: 10px;
    border-left: 1px solid #c6c6c6;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 137.5%;
    font-family: Georgia, Times, Times New Roman, serif;
    font-weight: 400;
    font-style: normal;
    color: #999
}

.map3 .map__wrap .map__card .map__card__inner .map__card__alert ul.map__card__news li a {
    display: block;
    color: #000;
    font-size: 18px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    text-transform: none
}

.map3 .map__cta__wrap {
    display: none
}

.map3 .lightbox_map .component.lightbox-slider .lightbox-slider_ct .lightbox-slider_info {
    position: absolute;
    bottom: -1px
}

.egp-filter form .filter__menu .filter__menu__wrap {
    display: block
}

.egp-filter form .filter__filters .filter__filters__wrap .filter__controls {
    display: block;
    padding-top: 30px
}

@media only screen and (max-width: 767px) {
    .egp-filter form .filter__filters .filter__filters__wrap .filter__controls {
        padding-top: 0px
    }
}

.egp-filter form .filter__filters .filter__filters__wrap .filter__groups .filter__group .filter__group__content .form-row .select-wrap {
    background-color: #fff;
    background: #fff url(../../../../img/select-arrow.png) no-repeat 90% 50%;
    background-size: 16px 11px;
    width: calc(100% - 15px)
}

.egp-filter form .filter__filters .filter__filters__wrap .filter__groups .filter__group .filter__group__content .form-row .select-wrap select {
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    width: 100%;
    padding: 12px 16px !important;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #666
}

@media only screen and (max-width: 767px) {
    .egp-filter form .filter__filters .filter__filters__wrap .filter__groups .filter__group__select .select-wrap {
        width: 100% !important;
        border: none
    }
    .egp-filter form .filter__filters .filter__filters__wrap .filter__groups .filter__group__select .select-wrap select {
        margin-top: 1px
    }
    .egp-filter form .filter__filters .filter__filters__wrap .filter__groups .filter__group__select .select-wrap #select__nation {
        display: none
    }
}
.image-hero.focus-on-main-image-hero {
  padding: 200px 0 260px 0;
}
.image-hero.focus-on-main-image-hero .hero_content-wrapper {
  max-width: 1200px;
}
.focus-on-cf {
  /* clearfix */
}
.focus-on-cf:after,
.focus-on-cf:before {
  display: block;
  content: "";
  clear: both;
}
.focus-on-row {
  margin: 0 -15px;
}
.focus-on-row *[class^="focus-on-cl-"] {
  float: left;
  min-height: 1px;
  padding: 0 15px;
}
.focus-on-row .focus-on-cl-3 {
  width: 25%;
}
.focus-on-row .focus-on-cl-4 {
  width: 33.33333%;
}
.focus-on-row .focus-on-cl-6 {
  width: 50%;
}
.focus-on-preview-wrapper {
  background: #f7f7f7;
}
.focus-on-preview {
  position: relative;
  padding: 70px 30px;
  max-width: 1260px;
  margin: 0 auto 0 auto;
  text-align: center;
}
.focus-on-preview .f-on-icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.focus-on-preview .f-on-icon .f-on-icon-label {
  color: #a6a6a6;
  font-size: 12px;
  margin: 25px 0 15px 0;
  font-family: "Georgia";
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.focus-on-preview .f-on-title {
  font-size: 30px;
  line-height: 1.15;
  font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.focus-on-preview .f-on-description {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.7;
  font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #a6a6a6;
}
.focus-on-next-event {
  position: relative;
}
.focus-on-next-event .focus-on-next-event-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #41b9e6;
}
.focus-on-next-event .focus-on-next-event-background .focus-on-next-event-background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.focus-on-next-event .focus-on-next-event-wrapper {
  position: relative;
  z-index: 10;
  color: #fff;
  max-width: 1260px;
  margin: 0 auto;
  padding: 170px 0;
}
.focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content {
  width: 40%;
}
.focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-label {
  color: #fefefe;
  text-transform: uppercase;
  font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 22px;
  opacity: 0.5;
}
.focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-place {
  font-size: 48px;
  line-height: 1;
  font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-date {
  color: #222;
  font-size: 14px;
  font-family: georgia;
  font-weight: 700;
  padding: 20px 0;
  opacity: 0.5;
}
.focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-description {
  margin-bottom: 55px;
  font-size: 18px;
  font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.666;
}
.btn-focus-on {
  user-select: none;
  color: #fff;
  border: 3px solid #9fdcf3;
  font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  display: inline-block;
  padding: 17px 45px;
  text-decoration: none;
}
.btn-focus-on:hover {
  text-decoration: none;
  background: #9fdcf3;
}
.btn-focus-on.btn-focus-on-invert {
  border: none;
  background: #41b9e6;
  color: #fff;
}
.focus-on-container {
  max-width: 1290px;
  margin: 0 auto;
}
h3.focus-on-midsection-title {
  font-size: 28px;
  font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
}
.focus-on-flexrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.focus-on-flexrow .focus-on-cl-4 {
  width: 33%;
  padding: 10px;
}
.focus-on-past-events {
  background: #f7f7f7;
  padding: 45px 0 45px 0;
}
.focus-on-past-events.focus-on-small-padding {
  padding-bottom: 0;
}
.focus-on-past-events h3.focus-on-midsection-title {
  margin-bottom: 35px;
}
.focus-on-past-events .focus-on-past-event {
  background: #fff;
  height: 100%;
}
.focus-on-past-events .focus-on-past-event .focus-on-ne-image {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.focus-on-past-events .focus-on-past-event .focus-on-pe-content {
  padding: 80px 30px 30px 30px;
}
.focus-on-past-events .focus-on-past-event .focus-on-pe-content .focus-on-pe-place {
  color: #41b9e6;
  font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.focus-on-past-events .focus-on-past-event .focus-on-pe-content .focus-on-pe-title {
  font-size: 30px;
  font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.focus-on-twitter-feed {
  padding: 45px 0 45px 0;
  background: #f7f7f7;
}
.focus-on-twitter-feed h3.focus-on-midsection-title {
  margin-bottom: 5px;
}
.focus-on-twitter-feed.focus-on-small-padding {
  padding-bottom: 0px;
}
.focus-on-twitter-feed .focus-on-tf-tweet {
  margin-top: 30px;
  padding: 30px 20px 25px 20px;
  background: #fff;
  border-bottom: 5px solid #41b9e6;
  min-height: 320px;
}
.focus-on-twitter-feed .focus-on-tf-tweet .focus-on-twitter-icon {
  margin-left: 13px;
}
.focus-on-twitter-feed .focus-on-tf-tweet .focus-on-tw-user {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.focus-on-twitter-feed .focus-on-tf-tweet .focus-on-tw-user .focus-on-tw-user-name {
  padding-left: 5px;
}
.focus-on-twitter-feed .focus-on-tf-tweet .focus-on-twitter-text {
  font-size: 17px;
  padding: 0 15px 0 10px;
  margin-bottom: 15px;
  margin-top: 8px;
  height: 100px;
  overflow: hidden;
}
.focus-on-twitter-feed .focus-on-tf-tweet .focus-on-twitter-date {
  font-size: 15px;
  color: #697882;
  padding-left: 8px;
}
.focus-on-event-calendar-wrapper {
  background: #f7f7f7;
  text-align: center;
  padding: 60px 30px 70px 30px;
  margin-bottom: 60px;
}
.focus-on-event-calendar-wrapper .focus-on-event-title {
  font-size: 48px;
  font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 45px;
}
.focus-on-event-video-player {
  padding: 60px 0;
}
.focus-on-event-video-player .article-youtube-player_inner {
  top: 0;
}
.focus-on-team-title {
  font-size: 28px;
  font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
}
.focus-on-event-guests {
  padding: 60px 0;
  background: #f7f7f7;
}

/* start #8179 */
.focus-on-event-guests.bg-white {
  background: #fff
}
.focus-on-event-guests.bg-gray {
  background: #f7f7f7;
}
.focus-on-event-guests.bg-transparent {
  background: transparent;
}
/* end #8179 */

.focus-on-event-guests .focus-on-container {
  justify-content: space-between;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted {
  width: 66.666666666666%;
  padding: 0 15px;
  margin-bottom: 35px;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-photo,
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content {
  width: 50%;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-photo {
  background: #ff0e63;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-photo img {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 0;
  margin: 0 auto;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content {
  color: #fff;
  background: #ff0e63;
  padding: 0 30px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content:after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: -18px;
  content: "";
  z-index: 2;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #ff0e63;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content .fon-hosted-name {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content .fon-hosted-description {
  font-size: 17px;
  line-height: 1.3;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker {
  width: 33.33333333333%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 35px;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-wrapper {
  height: 100%;
  position: relative;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-mobile-flex {
  position: static;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-photo img {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 0;
  margin: 0 auto;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content {
  background: #55be5a;
  color: #fff;
  padding: 30px 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content:after {
  display: block;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -9px;
  content: "";
  z-index: 2;
  border-bottom: 18px solid #55be5a;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content .fon-speaker-name {
  font-size: 30px;
  font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 11px;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content .fon-speaker-description {
  font-size: 18px;
  font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.focus-on-event-guests .focus-on-guest-container {
  margin-top: 25px;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-flexrow {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-team-title {
  padding-left: 15px;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item {
  font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item:before {
  content: "";
  display: block;
  width: 14px;
  height: 34px;
  float: left;
  margin-right: 15px;
  margin-top: 8px;
  background: #41b9e6;
}

/* start #8179 */

.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item.sky:before {
  background: #41b9e6;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item.forest:before {
  background: #008c5a;
}

/* end #8179 */

.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item .fon-guest-item-name {
  font-size: 23px;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item .fon-guest-item-role {
  font-size: 16px;
  padding-left: 29px;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item .fon-guest-item-link {
  margin-top: 7px;
  font-size: 14px;
  padding-left: 30px;
  color: #6e6e6e;
}
@media (max-width: 1360px) {
  .focus-on-next-event .focus-on-next-event-wrapper {
    padding: 100px 0 100px 15px;
  }
}
@media (max-width: 1150px) {
  .focus-on-event-guests .focus-on-guest-container .focus-on-guest-item {
    width: 33.33333%;
  }
}
/* #3720 - media from max 1000px to max 1023px */
@media (max-width: 1023px) {
  .focus-on-row .focus-on-cl-4 {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    margin-bottom: 35px;
  }
  .focus-on-row .focus-on-cl-4:last-child {
    margin-bottom: 0;
  }
  .focus-on-next-event {
    background-color: #41b9e6;
  }
  .focus-on-next-event .focus-on-next-event-wrapper {
    padding: 60px 30px;
  }
  .focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-place {
    font-size: 36px;
  }
}
@media (max-width: 980px) {
  .image-hero.focus-on-main-image-hero {
    padding: 150px 0 200px 0;
  }
  .focus-on-event-guests {
    background: #f7f7f7;
    padding: 35px 0;
  }
  .focus-on-event-guests .focus-on-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted {
    width: 100%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker {
    margin-top: 35px;
    width: 100%;
    padding: 0 15px;
    position: relative;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-mobile-flex {
    display: flex;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-wrapper {
    height: 100%;
    position: relative;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-photo,
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content {
    width: 50%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content {
    background: #55be5a;
    color: #fff;
    padding: 0 30px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content:after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: -9px;
    content: "";
    z-index: 2;
    border-left: none;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #55be5a;
  }
  .focus-on-event-guests .focus-on-guest-container {
    margin-top: 48px;
  }
}
@media (max-width: 900px) {
  .focus-on-next-event {
    background-color: #41b9e6;
  }
  .focus-on-next-event .focus-on-next-event-wrapper {
    padding: 30px 30px;
  }
  .focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content {
    width: 100%;
  }
  .focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-label {
    margin-bottom: 19px;
  }
  .focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-place {
    font-size: 36px;
  }
  .focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-description {
    margin-bottom: 20px;
  }
  .focus-on-next-event .focus-on-next-event-background {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vw;
    background-color: #41b9e6;
  }
  .focus-on-next-event .focus-on-next-event-background .focus-on-next-event-background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .focus-on-twitter-feed .focus-on-flexrow,
  .focus-on-past-events .focus-on-flexrow {
    display: block;
  }
  .focus-on-twitter-feed .focus-on-flexrow .focus-on-cl-4,
  .focus-on-past-events .focus-on-flexrow .focus-on-cl-4 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .focus-on-past-events .focus-on-past-event .focus-on-pe-content {
    padding: 70px 20px 20px 20px;
  }
  .focus-on-past-events .focus-on-past-event .focus-on-pe-content .focus-on-pe-title {
    font-size: 27px;
  }
  .focus-on-twitter-feed {
    padding: 38px 0 45px 0;
  }
  .focus-on-twitter-feed h3.focus-on-midsection-title {
    margin-bottom: 30px;
  }
  .focus-on-twitter-feed.focus-on-small-padding {
    padding-bottom: 0px;
  }
  .focus-on-twitter-feed .focus-on-tf-tweet {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .focus-on-twitter-feed .focus-on-tf-tweet .focus-on-twitter-text {
    font-size: 16px;
    height: 105px;
  }
  .focus-on-event-guests .focus-on-guest-container .focus-on-guest-item {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .focus-on-event-calendar-wrapper {
    padding: 30px;
  }
  .focus-on-event-calendar-wrapper .focus-on-event-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .focus-on-event-calendar-wrapper .focus-on-event-title span {
    display: block;
  }
  .focus-on-event-guests .focus-on-guest-container .focus-on-guest-item {
    width: 100%;
  }
  .focus-on-event-guests {
    background: #f7f7f7;
    padding: 35px 0;
  }
  .focus-on-event-guests .focus-on-container {
    display: block;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted {
    width: 100%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-flexrow {
    display: block;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-photo,
  .focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content {
    width: 100%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content {
    padding: 30px;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content:after {
    display: block;
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -9px;
    content: "";
    z-index: 2;
    border-top: none;
    border-bottom: 18px solid #ff0e63;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker {
    margin-top: 35px;
    width: 100%;
    padding: 0 15px;
    position: relative;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-mobile-flex {
    display: block;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-wrapper {
    height: 100%;
    position: relative;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-photo,
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content {
    width: 100%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content {
    background: #55be5a;
    color: #fff;
    padding: 30px;
    position: relative;
    text-align: center;
    direction: block;
    width: 100%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content:after {
    display: block;
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -9px;
    content: "";
    z-index: 2;
    border-top: none;
    border-bottom: 18px solid #55be5a;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
  }
}

/*issue #3556*/
.focus-on-preview .f-on-icon img.img_cultureBox{
    width: auto;
}
/*end #3556*/

/* start #3720 */
@media (min-width: 1024px){
    .focus-on-preview .focus-on-row .focus-on-cl-4 {
        float: none;
        display: inline-block;
        width: 33%;
    }
}
/* end #3720 (another fix on line 434) */
.rich-text--social .toggle-content {
	padding:0px 0px 80px 0px;
}
.rich-text--social .contact_header {
	padding:0px 0px 10px; 
}

.rich-text--social h3.list-item_title.text--list-title-med {
	font-weight: 400;
	letter-spacing: -.36px;
	line-height: 166.66667%;
	color: #ff0f64;
	font-size:18px;
	font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style:normal;
}

.rich-text--social .rich-text_inner .tabs h4 {
	font-size:18px;
}

@media screen and (min-width: 1024px){
	.dd-content .rich-text_inner{
		width:100%;
	}
}

@media screen and (min-width: 1024px){
	.rich-text--social .rich-text_inner.content_width{width:100%}
	
}

/*
.datepicker {
  .prev, .next {font-style:normal;}
  .prev:after {content:"«";}
  .next:after {content:"»";}
}
*/
/*!
 * Datepicker for Foundation - less stylesheet, just version customized to foundation
 *
 * Copyright 2013 Peter Beno, najlepsiwebdesigner@gmail.com, @benopeter
 * project website http://foundation-datepicker.peterbeno.com
 *
 * Original project https://github.com/eternicode/bootstrap-datepicker
 * 		Original author 2012 Stefan Petre
 * 		Improvements by Andrew Rowls
 * 		Licensed under the Apache License v2.0
 * 		http://www.apache.org/licenses/LICENSE-2.0
 */.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;color:#333;font-family:"Open Sans",sans-serif;font-size:13px;line-height:18px}.datepicker.dropdown-menu th,.datepicker.dropdown-menu td{padding:4px 5px}.datepicker{display:none;position:absolute;padding:4px;margin-top:1px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:6px}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.datepicker>div{display:none}.datepicker.days div.datepicker-days{display:block}.datepicker.months div.datepicker-months{display:block}.datepicker.years div.datepicker-years{display:block}.datepicker table{border:0;margin:0}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;border:0;font-size:12px;padding:4px 8px;background:#fff;cursor:pointer}.datepicker td.active.day,.datepicker th.active.day{background:#2ba6cb}.datepicker td.active.year,.datepicker th.active.year{background:#2ba6cb}.datepicker td span.active,.datepicker th span.active{background:#2ba6cb}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer}.datepicker th.date-switch{width:145px}.datepicker thead tr:first-child th,.datepicker tfoot tr:first-child th{cursor:pointer}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.datepicker thead tr:first-child th.cw{cursor:default;background-color:transparent}.datepicker-dropdown::before,.datepicker-dropdown::after{display:none}.datepicker-close{position:absolute;top:-30px;right:0;width:15px;height:30px;padding:0;display:none}.datepicker td.old,.datepicker td.new{color:#999}.datepicker td.day.disabled{color:#eee}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */

/*! jQuery UI - v1.11.4 - 2016-04-01
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #2b2b2b;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../../enel-com/clientlibs/main/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../../enel-com/clientlibs/main/css/images/ui-icons_444444_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../../enel-com/clientlibs/main/css/images/ui-icons_777777_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../../enel-com/clientlibs/main/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../../enel-com/clientlibs/main/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../../enel-com/clientlibs/main/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../../enel-com/clientlibs/main/css/images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 0px 0 0 0px;
	padding: 5px;
	background: #666666;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 8px;
}

.vertical-tabs__content{
    min-height:700px;
}

.vertical-tabs {
    background: #f7f7f7;
}

.vertical-tabs__nav__inner {
    padding: 100px 0;
    background: #f7f7f7;
}

.vertical-tabs__nav .eyebrow {
    margin-bottom: 20px;
}

.vertical-tabs__nav .link {
    color: #ff0f64;
}

.vertical-tabs__nav ul {
    margin-bottom: 20px;
}

.vertical-tabs__nav li > a {
    display: block;
    padding: 15px 0;
    padding-right: 80px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -0.44px;
    line-height: 1.27273;
}

.vertical-tabs__nav li a:after {
    display: block;
    font-family: 'icomoon';
    content: "\e905";
    font-style: normal;
    font-weight: normal;
}

.vertical-tabs__nav li a:after {
    color: #ff0f64;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
}

.vertical-tabs__content {
    display: none;
}

@media screen and (min-width: 1024px) {
    .vertical-tabs {
        min-height: 100vh;
        background: #fff;
    }

    .vertical-tabs:before {
        content: "";
        position: absolute;
        z-index: 0;
        width: 33%;
        height: 100%;
        background: #f7f7f7;
        top: 0;
    }

    .vertical-tabs__nav {
        text-align: right;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100vh;*/
        height:100%;
    }

    .vertical-tabs__nav .container, .vertical-tabs__nav__inner {
        height: 100vh;
    }

    .vertical-tabs__nav__inner {
        width: 480px;
        float: left;
        z-index: 1;
        overflow-y: auto;
    }

    .vertical-tabs__nav .eyebrow {
        margin-right: 70px;
    }

    .vertical-tabs__nav li {
        padding: 0 70px 0 30px;
    }

    .vertical-tabs__nav li.active {
        background: #fff;
    }

    .vertical-tabs__nav li a {
        padding: 20px 0;
    }

    .vertical-tabs__nav li a:after {
        display: none;
    }

    .vertical-tabs__nav .link {
        margin-right: 70px;
    }

    .vertical-tabs__nav.fixed {
        position: fixed;
        top: 0;
    }

    .vertical-tabs__nav.scrolled-past {
        position: absolute;
        top: auto;
        bottom: 0;
    }

    .vertical-tabs__content {
        display: block;
        background: #fff;
        margin-left: 500px;
        float: left;
        padding: 0 30px;
    }

    .vertical-tabs__content__inner {
        background: #fff;
    }
}

.vertical-tabs {
    background: #f7f7f7;
}

.vertical-tabs__nav__inner {
    padding: 100px 0;
    background: #f7f7f7;
}

.vertical-tabs__nav .eyebrow {
    margin-bottom: 20px;
}

.vertical-tabs__nav .link {
    color: #ff0f64;
}

.vertical-tabs__nav ul {
    margin-bottom: 20px;
}

.vertical-tabs__nav li > a {
    display: block;
    padding: 15px 0;
    padding-right: 80px;
    font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    letter-spacing: -0.44px;
    line-height: 1.27273;
}

.vertical-tabs__nav li a:after {
    display: block;
    font-family: 'icomoon';
    content: "\e905";
    font-style: normal;
    font-weight: normal;
}

.vertical-tabs__nav li a:after {
    color: #ff0f64;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 14px;
}

.vertical-tabs__content {
    display: none;
}

@media screen and (min-width: 1024px) {
    .vertical-tabs {
        min-height: 100vh;
        background: #fff;
    }

    .vertical-tabs:before {
        content: "";
        position: absolute;
        z-index: 0;
        width: 33%;
        height: 100%;
        background: #f7f7f7;
        top: 0;
    }

    .vertical-tabs__nav {
        text-align: right;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100vh;*/
        height:100%;
    }

    .vertical-tabs__nav .container, .vertical-tabs__nav__inner {
        height: 100vh;
    }

    .vertical-tabs__nav__inner {
        width: 480px;
        float: left;
        z-index: 1;
        overflow-y: auto;
    }

    .vertical-tabs__nav .eyebrow {
        margin-right: 70px;
    }

    .vertical-tabs__nav li {
        padding: 0 70px 0 30px;
    }

    .vertical-tabs__nav li.active {
        background: #fff;
    }

    .vertical-tabs__nav li a {
        padding: 20px 0;
    }

    .vertical-tabs__nav li a:after {
        display: none;
    }

    .vertical-tabs__nav .link {
        margin-right: 70px;
    }

    .vertical-tabs__nav.fixed {
        position: fixed;
        top: 0;
    }

    .vertical-tabs__nav.scrolled-past {
        position: absolute;
        top: auto;
        bottom: 0;
    }

    .vertical-tabs__content {
        display: block;
        background: #fff;
        margin-left: 500px;
        float: left;
        padding: 0 30px;
    }

    .vertical-tabs__content__inner {
        background: #fff;
    }
}



.vertical-tabs__nav__inner,.vertical-tabs{background-color: #41b9e6;}
.eyebrow{opacity: 0.8;}
.vertical-tabs__nav__inner h1, .vertical-tabs__nav__inner h2, .vertical-tabs__nav__inner{color: #fff;}
.vertical-tabs__nav__inner li a:hover{text-decoration: none}
.vertical-tabs__nav li.active{background:#54c0e9;}
.vertical-tabs__nav .eyebrow{margin-left: 0}

@media screen and (min-width: 1024px){
    .vertical-tabs{background-color:#fff}
    .vertical-tabs__nav.fixed .vertical-tabs__nav__inner{padding: 50px 0}
    .vertical-tabs__nav.scrolled-past{top: 0}
    section.vertical-tabs:before{background-color: #41b9e6;/*width: 510px*/}
    .vertical-tabs__nav  ul{padding: 20px 0}
    .vertical-tabs__nav li a{font-size: 24px}
    .vertical-tabs__nav__inner li .content{display: none !important}
}

@media screen and (max-width: 1023px){
    .vertical-tabs .container{padding: 0}
    .container.rich-text{padding: 35px 25px 60px;margin-bottom: 0}
    .vertical-tabs__nav .eyebrow{padding: 0 25px}
    .vertical-tabs__nav li > a{padding: 17px 40px 17px 25px;font-size: 24px;letter-spacing: normal}
    .vertical-tabs__nav li.active > a{border-bottom: 1px solid #41b9e6;}
    .vertical-tabs__nav__inner{padding: 20px 0 30px}
    .vertical-tabs__nav li > a:after,.vertical-tabs__nav li > a:before{display: block;content: " ";background-color: #fff;right: 25px;position: absolute}
    .vertical-tabs__nav li > a:after{width: 18px;height: 3px;}
    .vertical-tabs__nav li > a:before{width: 3px;height: 18px;right: 32px;top: 50%;margin-top: -9px;}
    .vertical-tabs__nav li a.active:before{background: none}
}
@media screen and (max-width: 767px){
    .vertical-tabs__nav .eyebrow{padding: 0 15px}
    .vertical-tabs__nav li a{font-size: 18px; padding: 12px 50px 12px 15px;}
    .vertical-tabs__nav li a:after, .vertical-tabs__nav li a:before {right:15px;}
    .vertical-tabs__nav li a:before {right:22px;}
    .e-glossary-title .rich-text .rich-text_inner h3 {font-size: 18px;}
}
@media screen and (min-width: 1280px){
    .vertical-tabs__content{padding-left:75px;}
}

@media screen and (max-width:1023px){

    .e-glossary .rich-text_inner.skybg p,
    .e-glossary .rich-text_inner.skybg h1,
    .e-glossary .rich-text_inner.skybg h2,
    .e-glossary .rich-text_inner.skybg h3,
    .e-glossary .rich-text_inner.skybg a,
    .e-glossary .rich-text_inner.skybg a:hover{
    	color:#ffffff;
    }
}

.e-glossary-title .component.rich-text.container{
		padding: 0;
	}

.e-glossary-title .rich-text_text.text--standard {padding: 40px 24px 47px;}
.e-glossary-title div.container.rich-text {padding: 0;}

@media (min-width: 1024px){
	.e-glossary.parbase {overflow: -moz-hidden-unscrollable;}
}

.e-glossary .rich-text ul li {
		left: 0;
	}

	/* start e-glossary-link */
    .vertical-tabs__content .enelmia-deals.gloss-link .link.dropdownArrow:after {
        display: inline;
        font-family: 'icomoon';
        content: "\e905";
        font-style: normal;
        font-weight: normal;
        padding-left: 15px;
        font-size: 12px;
         opacity: 0.3;
        color: #000000;
    }

    .gloss-link .img_glossary-link img{
        width: 44px;
        height: auto;
    }
    .vertical-tabs__content__inner .enelmia-deals h1:first-letter {
        text-transform: uppercase;
    }

    @media screen and (max-width: 768px){
    .vertical-tabs__nav li a {
        font-size: 40px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.37;
        letter-spacing: -0.8px;
        color: #ffffff;
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }
    .vertical-tabs__nav__inner ul div.e-glossary-title li {
        padding-top: 64px;
        padding-bottom: 0;
    }

    .vertical-tabs__nav__inner .e-glossary-title.parbase .enelmia-deals.gloss-link .link.dropdownArrow {
    	font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    	font-size: 18px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.22;
        letter-spacing: -0.6px;
        color: #222222;
        padding-bottom: 1px !important;
        margin-bottom:1px;
    }
    .vertical-tabs__nav li.active a.active{
        margin-bottom: 31px;
        border-bottom:0px;
    }
    .vertical-tabs__nav__inner ul div.e-glossary-title li {
        padding-top: 64px;
        padding-bottom: 0px;
    }

    }

    @media screen and (min-width:1024px){
    .gloss-link a.link.dropdownArrow + .gloss-link a.link.dropdownArrow {
        margin-top: 10px;
    }

    .gloss-link .img_glossary-link img{
        max-height: 27px;
        max-width: 27px;
        margin-top: 10px;
    }

    .gloss-link .img_glossary-link {
    float:left;
    }

    .gloss-link a.link.dropdownArrow {
        margin-right: 32.3% !important;
    }



    .glossary-link__nav + .vertical-tabs__content {
        float: left;
        padding-left: 42px;
    }

    .e-glossary-title li img {
        display: none;
    }
    .vertical-tabs__nav__inner .e-glossary-title img {
    display:none;
    }
    .vertical-tabs__nav li a::first-letter {
        text-transform: uppercase;
    }
    }

    @media screen and (max-width:1023px) {
    	.glossary-link__nav .vertical-tabs__nav__inner ul li img {
    		float: left;
    	}
    	.glossary-link__nav .vertical-tabs__nav__inner ul li img {
    		float: left;
    		margin: 10px 40px 10px 30px;
            max-height: 29px;
            max-width: 29px;
    	}
    	.glossary-link__nav .vertical-tabs__nav__inner .enelmia-deals.gloss-link h1 {
    		color: #fff;
    		display: none;
    	}
    	.vertical-tabs__nav__inner ul div.e-glossary-title li {
    		padding-top: 42px;
    		padding-bottom: 0px;
    	}
    	.vertical-tabs__nav li a {
    		font-size: 22px;
    		padding: 10px 50px 10px 61px;
    	}
        /* chiave inglese  */
        .vertical-tabs__nav__inner ul div.e-glossary-title li.setting:before {
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            top: 35px;
            left: 20px;
            font-size: 28px;
            font-variant: normal;
            content: "\e946";
        }
        /* mail  */

        .vertical-tabs__nav__inner ul div.e-glossary-title li.mail:before {
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            top: 35px;
            left: 20px;
            font-size: 28px;
            font-variant: normal;
            content:"\e933";
        }


        .vertical-tabs__nav__inner ul div.e-glossary-title li.doc:before {
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            top: 35px;
            left: 20px;
            font-size: 28px;
            font-variant: normal;
            content:"\e92c";
        }
    .e-glossary-title img {
        float: left;
         margin: 10px 26px 10px 30px;
        height: 44px;
        width: 44px;
    }

    .vertical-tabs__nav__inner .eyebrow {
        font-size: 10px;
        padding-top: 17px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.35;
        letter-spacing: 4px;
        text-align: center;
        color: #ffffff;
        opacity: 1;
    }
    .vertical-tabs__nav li a::first-letter {
        text-transform: uppercase;
    }

    .vertical-tabs__nav li a {
        line-height: 1.37;
        font-size: 22px;
    }
    .glossary-link__nav .vertical-tabs__nav__inner ul li img {
    margin: 0px 16px 0px 18px;
    }
    }

    @media only screen
      and (min-device-width: 768px)
      and (max-device-width: 1024px)
      and (orientation: landscape)
      and (-webkit-min-device-pixel-ratio: 1) {

      	.glossary-link__nav .vertical-tabs__nav__inner ul li img {
       display: none;
    }
    }

    @media screen and (min-width: 1024px){
    .vertical-tabs__nav__inner .e-glossary-title li a {
        font-size: 24px;
        font-weight: 300;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.17;
        letter-spacing: -0.5px;
        text-align: right;
        color: #ffffff;
        padding-top: 0px;
        padding-bottom: 0px;
    }


        .vertical-tabs__nav__inner .e-glossary-title li {
        padding-top: 23px!important;
         padding-bottom: 23px!important;
    }

    .vertical-tabs__content__inner .enelmia-deals h1 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 30px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.5px;
        color: #000000;
    	padding: 3px 0px;
    }
    .vertical-tabs__content__inner .enelmia-deals.gloss-link {
        display:flex;
    }
    .vertical-tabs__nav.glossary-link__nav .vertical-tabs__nav__inner ul li.active {
        background: rgba(255, 255, 255, 0.25) !important;
    }

    .vertical-tabs__content__inner .enelmia-deals.gloss-link {
        display: flex;
        margin-left: 22px;
    }

    	/* chiave inglese  */
        .vertical-tabs__content__inner .enelmia-deals .setting h1:before {
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            left: -42px;
            top: 10px;
            font-size: 28px;
            font-variant: normal;
            content: "\e946"
        }

        /* mail  */

        .vertical-tabs__content__inner .enelmia-deals .mail h1:before {
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            left: -42px;
            top: 10px;
            font-size: 28px;
            font-variant: normal;
            content:"\e933";
        }

        .vertical-tabs__content__inner .enelmia-deals .doc h1:before {
            font-family: icomoon;
            speak: none;
            font-style: normal;
            font-weight: 400;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            left: -42px;
            top: 10px;
            font-size: 28px;
            font-variant: normal;
            content:"\e92c";
        }

    }

    @media screen and (max-width: 1023px){
        .vertical-tabs{min-height:auto!important}
    }

    @media screen and (min-width:768px) and (max-width: 1023px){
        .vertical-tabs__nav .eyebrow{margin-top:25px;margin-bottom:36px;}
    }

    @media screen and (min-width: 1024px){
        section.vertical-tabs:before{width:37.5%}
        .vertical-tabs__nav__inner{width:37.5%;padding-top:65px;}
        .vertical-tabs__content{margin-left:37.5%;}
        .vertical-tabs__content .vertical-tabs__content__inner{padding-top:60px;padding-bottom:0;}
    }

    @media screen and (min-width: 1024px){
        .vertical-tabs__content .rich-text .rich-text_inner h1,
        .vertical-tabs__content .rich-text .rich-text_inner h2,
        .vertical-tabs__content .rich-text .rich-text_inner h3,
        .vertical-tabs__content .rich-text .rich-text_inner h4,
        .vertical-tabs__content .rich-text .rich-text_inner h5,
        .vertical-tabs__content .rich-text .rich-text_inner h6 {
            margin-bottom: 20px;
        }
        .rich-text .rich-text_inner p {margin-bottom: 20px;}
        .col4-tile .col4-content-wrapper{padding: 20px 5px}
    }

    /*end e-glossary-link */

.vertical-tabs__nav__inner {
    height: 100% !important;
}

.vertical-tabs__nav ul{margin-bottom: 0}

@media screen and (max-width: 767px) {
    .vertical-tabs__nav li a {
    		font-size: 20px;
    		padding: 10px 50px 10px 15px;
    	}
}
    /* date-picker */
    .dateModal.modal{text-align: center;}
    .dateModal .ui-widget{font-family: RoobertLight,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .dateModal .modal-dialog{display:inline-block; width:100%;margin: 50px 0px;}
    .dateModal .modal-content{border-radius: 0; border:0;width:100%;}
    .dateModal .modal-body{padding: 18px 5px 0px 5px;max-width:100%;/*margin: 0 auto;*/}
    .dateModal .ui-datepicker{width:100%;border:0;padding:0;}
    .dateModal .ui-datepicker td{padding:0;}
    .dateModal .ui-datepicker th{padding: 10px 0px 0px;font-size:8px;color:#cacaca;text-transform: uppercase;font-weight: normal;}
    .dateModal .ui-datepicker-header{background:none;border:0;font-weight: normal;color:#000;font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}
    .dateModal .ui-datepicker-year{color:#ff0f64;}
    .ui-datepicker-calendar .ui-state-default{border:0; color:#000;background:#fff;text-align: center; padding:12px;font-size:9px;border-bottom: 2px solid #fff;}
    .ui-datepicker-calendar .ui-state-default.ui-state-hover{background:#ff6ca0;color:#fff;border-bottom-color:#cacaca;}
    .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-highlight{background:#ff0f64;color:#fff;border-bottom-color:#cacaca;}
    .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-active{background:#ff0f64;color:#fff;border-bottom-color:#cacaca;}
    .ui-widget-header  .ui-datepicker-next,.ui-widget-header  .ui-datepicker-prev{background:none;border:1px solid #fff;}
    .ui-widget-header .ui-icon{cursor:pointer;}
    .ui-widget-header  .ui-datepicker-next .ui-icon{background:url("../../enel-com/img/icons/arrow-next_t_ie8.png") no-repeat; background-size: 10px;width: 15px;height:15px;}
    .ui-widget-header  .ui-datepicker-prev .ui-icon{background:url("../../enel-com/img/icons/arrow-prev_t_ie8.png") no-repeat; background-size: 10px;width: 15px;height:15px;}
    /*IE8*/
    .ui-widget-header  .ui-datepicker-next .ui-icon{background:url("../../enel-com/img/icons/arrow-next_t_ie8.png") no-repeat; background-size: 10px;width: 15px;height:15px;}
    .ui-widget-header  .ui-datepicker-prev .ui-icon{background:url("../../enel-com/img/icons/arrow-prev_t_ie8.png") no-repeat; background-size: 10px;width: 15px;height:15px;}

    .ui-widget-header  .ui-datepicker-next .ui-icon:after{}
    .ui-datepicker-other-month .ui-state-default{color:#cacaca;}
    .ui-datepicker .ui-datepicker-next-hover{right:2px;top:2px;}
    .ui-datepicker .ui-datepicker-prev-hover{left:2px;top:2px;}
    .ui-datepicker .ui-datepicker-title{font-size:15px;}

    .close {float: right; font-size: 21px;    font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: .2;}
    .close:hover,.close:focus {color: #000;text-decoration: none;cursor: pointer;filter: alpha(opacity=50);opacity: .5;}
    button.close {-webkit-appearance: none;padding: 0;cursor: pointer;background: transparent;border: 0;}
    .modal-open {overflow: hidden;}
    .modal {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 99999;display: none;overflow: hidden;padding:0 !important;-webkit-overflow-scrolling: touch;outline: 0;font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}
    .modal.fade .modal-dialog {-webkit-transition: -webkit-transform .3s ease-out;-o-transition: -o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform: translate(0, -25%);-ms-transform: translate(0, -25%);-o-transform: translate(0, -25%);transform: translate(0, -25%);}
    .modal.in .modal-dialog {-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);-o-transform: translate(0, 0);transform: translate(0, 0);}
.modal-open .modal {overflow-x: hidden;overflow-y: auto;}
    .modal-dialog {position: relative;width: auto;margin: 10px;}
    .modal-content {position: relative;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #999;border: 1px solid rgba(0, 0, 0, .2);border-radius: 6px;outline: 0;
        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);box-shadow: 0 3px 9px rgba(0, 0, 0, .5);}
    .modal-backdrop {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;background-color: #000; opacity: .5}
    .modal-backdrop.fade {filter: alpha(opacity=0);opacity: 0;}
    .modal-backdrop.in {filter: alpha(opacity=50);opacity: .5;}
    .modal-header {padding: 15px;border-bottom: 1px solid #e5e5e5;}
    .modal-header .close {margin-top: -2px;z-index: 1;}
    .modal-title {margin: 0;line-height: 1.42857143;}
    .modal-body {position: relative;padding: 15px;}
    .modal-body:after{clear:both;content:'';display:block;}
    .modal-footer {padding: 15px;text-align: justify;border-top: 1px solid #e5e5e5;clear:both;}
    .modal-footer .btn + .btn {margin-bottom: 0;margin-left: 5px;}
    .modal-footer .btn-group .btn + .btn {margin-left: -1px;}
    .modal-footer .btn-block + .btn-block {margin-left: 0;}
    .modal-scrollbar-measure {position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll;}

    /* date-picker */

    @media screen and (min-width: 480px){
        .dateModal .modal-dialog{display:inline-block; width:320px;margin: 50px 0px;}
        .dateModal .modal-body{max-width: 320px;}
    }

    @media screen and (min-width:768px){
        .dateModal .modal-body{padding:55px 55px 40px 55px;max-width:none;}
        .dateModal .modal-dialog{display:inline-block; width:100%;max-width:580px;margin:30px auto;}
        .ui-datepicker .ui-datepicker-title{font-size:30px;}
        .dateModal .ui-datepicker th{font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:12px;padding:30px 0 0 ;}
        .ui-datepicker-calendar .ui-state-default{    font-size: 16px;padding:20px 12px;border-bottom:7px solid #fff;}
        .ui-widget-header  .ui-datepicker-next .ui-icon{    background-size: 15px;    width: 20px;    height: 20px;}
        .ui-widget-header  .ui-datepicker-prev .ui-icon{    background-size: 15px;    width: 20px;    height: 20px;}
        /*IE8*/
        .ui-widget-header  .ui-datepicker-next .ui-icon{   background:url("../../enel-com/img/icons/arrow-next_t_ie8.png") no-repeat;}
        .ui-widget-header  .ui-datepicker-prev .ui-icon{    background:url("../../enel-com/img/icons/arrow-prev_t_ie8.png") no-repeat;}

        .ui-datepicker .ui-datepicker-prev{top:15px;left:18px;}
        .ui-datepicker .ui-datepicker-next{top:15px;}

        .filter__menu {padding:13px 0px;}
        .modal-dialog {width: 600px;margin: 30px auto;}
        .modal-content {-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);box-shadow: 0 5px 15px rgba(0, 0, 0, .5);}
        .modal-sm {width: 300px;}
        .page-search .search-form__content {margin-top: 60px;}
    }

    @media (min-width: 992px) {
        .modal-lg {width: 900px;}
    }

    @media (min-width: 1024px){
        .search-form__content{padding-left:65px !important;}
        .search-form__inner .container {padding-left: 110px;}

    }

    .calendar-date.video picture.poster-image {
	position: absolute;
	top: 0;
	bottom: 0;
  left: 0;
  width: 100%;
}

/* #ticket 5828. component calendar */
.calendar-date.video picture.poster-image:after {
  background: url(../../enel-com/img/video-play-button.png) no-repeat 50%;
  content: '';
  cursor: pointer;
  display: block;
  height: 88px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 88px;
  z-index: 3;
}

.calendar-date.video picture.poster-image, .video picture.poster-image img {
	height: 100%;
}

.calendar-date.video span {
	width: 100%;
}

.calendar-date.video picture.poster-image:hover:after {
	background-image: url(../../enel-com/img/video-play-button-hover.png);
}

.calendar_popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0,0,0,.9);
}

.calendar_popup-content, .calendar_popup-close {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    max-width: 1280px;
}

.calendar_popup-content iframe {
	  width: 100%;
    height: 450px;

}

.calendar_popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
}

.calendar_popup-close {
	margin-top: 15px;
	margin-bottom: 15px;
}

.calendar_popup-close button {
	float: right;
}
.calendar_popup-close button:after {
    display: block;
    font-family: icomoon;
    content: "\e90d";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    margin-left: 18px;
    line-height: 20px;
    color: #fff;
}

.calendar_popup-close button span {
	display: inline-block;
  cursor: pointer;
 line-height: 20px;
 text-transform: uppercase;
 font-size: 13px;
 color: #fff;
 font-weight: 400;
}
 /* END #ticket 5828. component calendar */

 .color-scheme--white {
     background-color: rgb(255, 255, 255) !important;
     color: rgb(0, 0, 0) !important;
 }

/* roobert spacing #29618*/
@media screen and (min-width: 1024px) {

    .text--page-subheading {
        letter-spacing: 0;
    }

    .hub_group--header-right .hub_header .text--page-subheading {
        letter-spacing: 0;
    }

    .related-content_heading {
        letter-spacing: 0;
    }
}
/* roobert spacing #29618*/

/* START 12379 */

@media screen and (max-width: 767px){
    .partner-layout.hubgroup-items-section .parbase a.tile--small{
        width:100%
    }
    .partner-layout .partner, .partner-layout .partner .enelmia-partners{
        width:100%;
        height:270px;
    }
}

.enelmia-pagination.enelmia-partners .hub_group .hubgroup-items-section{display: block}
.enelmia-pagination .hub{padding: 20px 0}
.enelmia-pagination .enelmia-deals .plan-promo_plan-list.e_light_content li .price-holder.e_light_img.e_light{/*background-image: url(../../img/enelmia/shop-save-banner.jpg);*/}
.enelmia-pagination .enelmia-deals .deals{color: #111;}
.enelmia-pagination .enelmia-deals .plan-promo_plan-list.e_light_content li{ margin-bottom: 20px;}
/* .enelmia-pagination .enelmia-deals  h1{margin-top: 0} */
@media screen and (min-width:768px){
    .enelmia-pagination .hub{padding: 75px 0 65px}
    .enelmia-pagination .enelmia-deals .deals{font-size: 22px}
    .enelmia-pagination .enelmia-deals  h1{margin-top: 0;margin-bottom: 20px}
    .enelmia-pagination .enelmia-deals .plan-promo_custom.container{padding-top: 80px;padding-bottom: 70px}

    .enelmia-pagination.enelmia-partners .hub_inner.hubgroup-items-section>.module-content.parbase{width: 225px;margin: 0 10px 27px;}
    .enelmia-pagination.enelmia-partners .hub_inner.hubgroup-items-section>.module-content.parbase a.tile--small{width: 100%}
    .enelmia-pagination.enelmia-partners .tile_inner{padding-bottom: 85%}
}
@media screen and (min-width: 1024px){
    .enelmia-pagination .hub{padding: 100px 0}
    .enelmia-pagination .enelmia-deals .plan-promo_custom.container{padding-top: 100px;padding-bottom: 70px}
    .enelmia-pagination.enelmia-partners .hub_inner.hubgroup-items-section>.module-content.parbase{width:183px;margin: 0 15px 20px}
    .enelmia-pagination.enelmia-partners .hub_inner.hubgroup-items-section>.module-content.parbase a.tile--small{width:185px;}
}
@media screen and (max-width:767px){
    .enelmia-pagination.enelmia-partners .tile_inner{padding-bottom: 83% !important}
    .enelmia-wrapper .image-hero-custom.image-hero .image-hero_detail {display: block;font-size: 15px;line-height: 1.4667;margin-top: 15px;}
}




.hub_group .hubgroup-items-section .enelmia-pagination.enelmia-partners {display: block}
@media screen and (min-width:768px){
	.hub_inner.hubgroup-items-section .enelmia-pagination.enelmia-partners {width: 225px;margin: 0 10px 27px;}
	.hub_inner.hubgroup-items-section .enelmia-pagination.enelmia-partners a.tile--small{width: 100%}

}
@media screen and (min-width: 1024px){
	.hub_inner.hubgroup-items-section .enelmia-pagination.enelmia-partners{width:183px;margin: 0 15px 20px}
	.hub_inner.hubgroup-items-section .enelmia-pagination.enelmia-partners a.tile--small{width:185px;}
}

.hub_group .hubgroup-items-section .enelmia-pagination.enelmia-partners {display: block}
@media screen and (min-width:768px){
	.hub_inner.hubgroup-items-section .enelmia-pagination.enelmia-partners {width: 225px;margin: 0 10px 27px;}
	.hub_inner.hubgroup-items-section .enelmia-pagination.enelmia-partners a.tile--small{width: 100%}
}
@media screen and (min-width: 1024px){
	.hub_inner.hubgroup-items-section .enelmia-pagination.enelmia-partners{width:183px;margin: 0 15px 20px}
	.hub_inner.hubgroup-items-section .enelmia-pagination.enelmia-partners a.tile--small{width:185px;}
}

.enelmia-partners .hub_group .hubgroup-items-section{text-align: center;}
.enelmia-partners .hub_inner.hubgroup-items-section>.module-content.parbase{width:100%; margin: 0 0 20px;}
.enelmia-partners .hub_inner.hubgroup-items-section>.module-content.parbase a.tile--small{width:100%;margin:0;box-shadow: 4px 5px 0px 0px #dedede;}
.enelmia-partners .hub_inner_mobile .tile--small{box-shadow: 4px 5px 0px 0px #dedede;}
.enelmia-partners .tile img{min-width:auto; min-height: auto;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 50%;}
.enelmia-partners .tile--small .tile_inner{ padding-bottom: 88%;}
.enelmia-partners a.tile:hover .discount:after{height:40px}
.enelmia-partners a.tile:hover .tile_inner:after{height:0px}
.enelmia-partners .tile--small .discount{z-index: 1000;position: absolute;left: 0px;right: 0px;bottom: 0px;transition: all 0.5s ease-in-out;height: 7px;width: 100%;display: block;font-size: 0px;background-color: #0555fa;}
.enelmia-partners .tile--small:hover .discount{height: 50px;font-size: 14px;padding-top: 15px;text-align: center;color:#fff;}
.enelmia-partners .btn-container {padding: 25px 0 0px;text-align: center;}
.enelmia-partners .btn-black {border: 2px solid #000;color: #000;font-family: RoobertBold,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;text-transform: uppercase;font-size: 12px;line-height: 1.33333;padding: 13px 35px 13px;outline: none;letter-spacing: 0.7px;}
.enelmia-partners .tile--large .tile_inner{padding-bottom:200px !important}
.enelmia-partners .hub_header .hub_header_inner h2.text--page-subheading{margin:55px 0 50px}

@media screen and (min-width:768px){
    .enelmia-partners .hub_inner.hubgroup-items-section>.module-content.parbase{width:183px;margin: 0 15px 20px}
    .enelmia-partners .hub_inner.hubgroup-items-section>.module-content.parbase a.tile--small{width:185px;}
	.enelmia-partners .btn-container{padding-top: 40px}
    .enelmia-partners .tile img{width: 80%;}
	.enelmia-partners .hub_inner_mobile{display:block;    max-width: 768px;}
    .enelmia-partners .hub_group .hubgroup-items-section{display:none}
    .enelmia-partners .hub_inner_mobile .tile--small{width:226px;}
    .enelmia-partners .hub_inner_mobile .tile--small{margin-left: 0}
    .enelmia-partners .btn-black {font-size: 13px;padding: 13px 52px 13px;}
    .enelmia-partners .tile--large{width:716px}
    .enelmia-partners .tile--large .tile_inner{padding-bottom:350px !important}
}
@media screen and (min-width:1024px){
    .enelmia-partners .hub_inner_mobile{display:none}
    .enelmia-partners .hub_group .hubgroup-items-section{display:block;}
}
@media screen and (max-width:767px)
{
    .enelmia-partners .hub_inner_mobile .swiper-wrapper .tile_inner	{height:245px}
    .enelmia-partners .hub_header .hub_header_inner h2.text--page-subheading{margin:10px 0 5px}
}

@media screen and (min-width: 1024px){
	.hub_inner.related-content_card-wrap.hubgroup-items-section.partner-layout{
	box-sizing: content-box;
	display: block;
	font-family: sans-serif;
	font-size: 0px;
	justify-content: space-between;
	margin-bottom: 0px;
	margin-top: 0px;
	max-width: 1310px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;

}
	.hub_inner.related-content_card-wrap.hubgroup-items-section.partner-layout .partner{
	display: inline-block;
	}
}
@media screen and (max-width:767px){
	.pagination-wrap{
        background-color: rgb(247, 247, 247);
        box-sizing: border-box;
        display: block;
        float: left;
        font-family: sans-serif;
        padding-bottom: 25px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        position: relative;
        text-align: center;
	}
}

@media (max-width: 1318px) {
    .hub_inner.related-content_card-wrap.hubgroup-items-section.partner-layout {
        max-width: 776px;
        text-align: left;
        display: block;
    }

    .hub_inner.related-content_card-wrap.hubgroup-items-section.partner-layout .partner {
        float: left;
    }
}

/* pagination - start */

.page-nav li{display:none;font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;font-size:12px;color:#000000;width:auto;}
.page-nav li:first-child,.page-nav li.active,.page-nav li:nth-last-child(2),.page-nav li:last-child{display:inline-block;}
.page-nav li a,.page-nav li > span{font-family:Roobert;color:#000000;width:auto;}
.page-nav li.active .current{border:none;display:inline-block;line-height:25px}
.page-nav li.tot-page{display:inline-block;}
.page-nav li .next {margin-left: 68px;}
/*.page-nav li .prev span{display:none;}*/

.hidden-content{position: absolute;width:0px;height:0px;overflow: hidden;}
.pagination-wrap{text-align:center;background-color:#f7f7f7;padding: 30px 15px 25px;}/* added */
.page-nav li{display:inline-block;vertical-align:middle}/* added */
.page-nav li a,.page-nav li > span{font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;display:inline-block;color:#999999;width:35px;line-height:25px;border-right:1px solid #dddddd;}
.page-nav li:nth-last-child(2) a,.page-nav li:nth-last-child(2) span,.page-nav li .ellipse,.page-nav li .noborder{border-right:none;}
.page-nav li .ellipse{font-size:15.6px;}
.page-nav li a:hover,.page-nav li a:focus{text-decoration:none;}
.page-nav li.active .current{border:2px solid #000000;padding:5px;color:#000000;line-height:20px;}
.page-nav li .prev,.page-nav li .prev span,.page-nav li .next{border-right:none;width:auto;color:#ff0f64;font-family: Roobert,  Calibri, Myriad, Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;text-transform:uppercase;letter-spacing: 0.8px;}
.page-nav li .prev{margin-right:30px;}
.page-nav li .next{margin-left:30px;}
.page-nav li .prev:before{font-family: 'icomoon';content: "\e906";font-style: normal;font-weight: normal;}
.page-nav li .next:after{    font-family: 'icomoon';content: "\e905";font-style: normal;font-weight: normal;}
.page-nav li.disabled .prev,.page-nav li.disabled .prev span,.page-nav li.disabled .next{color:#999999;}
.page-nav li.tot-page{display:none;}
.page-nav ul span, .page-nav li a, .page-nav li > span{font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;}
.page-nav li .prev:before{margin-right:5px;}
.page-nav li .next:after{margin-left:5px;}


@media screen and (max-width:767px){
    .page-nav li{display:none;font-size: 15px}
    .page-nav li.tot-page{display:inline-block;}
    .page-nav li a, .page-nav li > span{width: auto}
    .page-nav li.active .current {border: none;display: inline-block;line-height: 25px;padding: 0 5px}
    .page-nav li.disabled .prev span{display: none}
    .page-nav li:first-child{float: left}
    .page-nav li:last-child{float: right}
}

@media screen and (max-width: 767px) {
	.pagination-wrap {float:left; width: 100%;}
}
/* pagination - end */
/*roobert lacks of svg format*/

@font-face {
    font-family: RoobertLight;
    src: url(../../enel-com/roobert-font/RoobertENEL-Light.eot?#iefix);
    src: url(../../enel-com/roobert-font/RoobertENEL-Light.eot?#iefix) format("eot"), url(../../enel-com/roobert-font/RoobertENEL-Light.woff2) format("woff2"), url(../../enel-com/roobert-font/RoobertENEL-Light.woff) format("woff"), url(../../enel-com/roobert-font/RoobertENEL-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roobert;
    src: url(../../enel-com/roobert-font/RoobertENEL-Regular.eot?#iefix);
    src: url(../../enel-com/roobert-font/RoobertENEL-Regular.eot?#iefix) format("eot"), url(../../enel-com/roobert-font/RoobertENEL-Regular.woff2) format("woff2"), url(../../enel-com/roobert-font/RoobertENEL-Regular.woff) format("woff"), url(../../enel-com/roobert-font/RoobertENEL-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal

}

@font-face {
    font-family: RoobertBold;
    src: url(../../enel-com/roobert-font/RoobertENEL-Bold.eot?#iefix);
    src: url(../../enel-com/roobert-font/RoobertENEL-Bold.eot?#iefix) format("eot"), url(../../enel-com/roobert-font/RoobertENEL-Bold.woff2) format("woff2"), url(../../enel-com/roobert-font/RoobertENEL-Bold.woff) format("woff"), url(../../enel-com/roobert-font/RoobertENEL-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}


/*-------------------------------*/



.stock-press{
	display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row
}

.stock-press__inner{
	max-width:1298px;margin:auto;padding:30px 0
}

@media screen and (min-width:1200px){
		.stock-press__inner{max-width:658px;height:100%}
}

.stock-press__left {
	width:100%;
	background:#222
}
.stock-press__left .stock-market-americas {
	background:#222;
	height:100%
}
.stock-press__left .stock-market-americas__inner {
	height:100%;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.stock-press__left .stock-market-americas__cta-wrap {
	text-align:center
}
@media screen and (min-width:1200px){
	.stock-press__left{
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
}
@media screen and (min-width:768px) {
	.stock-press__left .stock-market-americas__inner .shareprice {
		width:calc(100% * 0.333333333333333 + 15px)
	}
}
@media screen and (min-width:1200px){
	.stock-press__left .stock-press__inner{
		margin-right:0;
		padding-right:50px
	}
}
@media screen and (min-width:1200px){
	.stock-press__left .stock-market-americas .stock-market-americas__cta-wrap {
		text-align:left
	}
}
.stock-press__right {
	display:none
}
@media screen and (min-width:1200px){
	.stock-press__right{
		display:block;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
}
@media screen and (min-width:1200px){
	.stock-press__right .stock-press__inner{
		margin-left:0;
		padding-left:15px
	}
}
@media screen and (min-width:1200px){
	.stock-press__right .list-item_file-type{
		display:none
	}
}
@media screen and (min-width:1200px){
	.stock-press__right .list-item_text-wrapper{
	width:calc(100% - 180px)
}
}
@media screen and (min-width:1200px){
	.stock-press__right .list-item_file-wrapper {
		width:180px
	}
}
@media screen and (min-width:1200px){
	.stock-press__right .list-item_title.text--list-title-med {
		margin-top:0
	}
}
@media screen and (min-width:1200px){
	.stock-press__right .list-content_cta {
		text-align:left
	}
}
.stock-press.stock-press__no-press .stock-press__right {
	display:none!important
}
.stock-press.stock-press__no-press .stock-press__left {
	-ms-flex:1;
	flex:1;
	max-width:100%
}
.stock-press.stock-press__no-press .stock-press__left .stock-press__inner {
	max-width:1298px;
	margin:0 auto
}

.stock-press.stock-press__no-press .stock-press__left .stock-press__inner .stock-market-americas__cta-wrap {
	text-align:center
}

@media screen and (min-width:1200px){
	.stock-press.stock-press__no-press .stock-press__left .stock-press__inner .stock-market-americas__shareprices .shareprice {
		width:auto
	}
}
..stock-market-americas {
	background:#000;
	color:#fff;
	height:100%
}
..stock-market-americas__inner {
	padding:20px 15px
}
@media screen and (min-width:768px){
	..stock-market-americas__inner {
		padding:20px 30px
	}
}
@media screen and (min-width:1024px){
	..stock-market-americas__inner {
		padding-top:60px;
		padding-bottom:60px
	}
}
.stock-market-americas .text--page-subheading {
	color:#fff;
	margin-bottom:10px
}
.stock-market-americas__shareprices {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.stock-market-americas__shareprices .shareprice {
	width:50%;
	padding-left:5px;
	margin-top:25px;
	margin-bottom:25px
}
@media screen and (min-width:768px){
	.stock-market-americas__shareprices {
		-ms-flex-pack:justify;
		justify-content:space-between
	}
	.stock-market-americas__shareprices .shareprice {
		width:calc(100% * 0.25 + 15px);margin-top:30px;margin-bottom:30px
	}
}

.stock-market-americas__updated {
	font-family:RoobertLight,Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:300;font-style:normal;color:#999
}
	
.stock-market-americas__cta-wrap { 
	margin-top:20px;
	text-align:left
}
.investor-info .shareprice {
	width:50%
}
@media screen and (min-width:768px){
	.investor-info .shareprice {
		width:50%
	}
}
@media screen and (min-width:1024px){
	.investor-info .shareprice {
		width:20%
	}
}

.shareprice {
	color:#fff
}

.shareprice__heading {
	color:#fff;
	font-size:9px;
	white-space:nowrap;
	letter-spacing:-.03em
}
@media screen and (min-width:768px){
	.shareprice__heading {
		font-size:13px
	}
}
.shareprice__value {
	font-size:22px;
	font-family:RoobertLight,Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:300;
	font-style:normal;
	white-space:nowrap
}
@media screen and (min-width:768px){
	.shareprice__value {
		font-size:33px
	}
}
.shareprice__change {
	font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:13px
}
.shareprice__change--down {
	color:#e61400
}
.shareprice__change--down .percent:after {
	content:"\e949"
}
.shareprice__change--up {
	color:#55be5a
}
.shareprice__change--up .percent:after {
	content:"\e948"
}
.shareprice__change {
	font-size:13px
}
.shareprice__change .percent:after {
	font-family:icomoon;
	display:inline-block;
	font-size:6px;
	vertical-align:middle;
	padding-bottom:5px
}

@media screen and (min-width:768px){
	.shareprice__change {
		font-size:18px
	}
}

.hero_hub_video {
   	display: none;
}

@media screen and (min-width: 1025px) {
	.hero_hub_video_wrap {
        height: 100%;
        top: 50%;
        width: 100%;
        margin-bottom: -65px;
        padding-bottom:50px;
    }
    
    .hero_hub_video {
        display: block;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        transform: translate(0%, -50%);
        z-index: 1;
    }
    
    .hero_hub_index_video_wrap {
        height: 100%;
        top: 50%;
        width: 100%;
        padding-bottom:50px;
    }
}

.component.accordian-table .accordian-table_inner tr:nth-child(odd) > td{
    background:#fcfcfc;
    background-clip: padding-box;
}
.component.accordian-table .accordian-table_inner tr:first-child > th{
    background:#fff;
    background-clip: padding-box;
}
.component.accordian-table .accordian-table_inner td{
    vertical-align: middle;
}

.component.accordian-table .accordian-table_inner th{
    vertical-align: top;
    line-height: 40px;
    background: #fff;
    position: static;
    background-clip: padding-box;
}

.component.accordian-table .accordian-table_inner td {
    border-bottom: 1px solid #e5e5e5;
}

.icon_print {
	font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;
	text-decoration:none !important;
}

.icon_print:before {
	content: "\e903";
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    color:#ff0f64;
    margin-right: 0.5em;
}

.form-row.submit-container.contactinfo legend{
	display:none
}

.contactform fieldset, .contact fieldset, .contactinfo fieldset{
	margin-left:0px;
	margin-right:0px;
	margin-top: 40px;
	padding:0px;
	border: none;
}

.contactinfoemaillabel{
	position: absolute;
	top: -1.5rem;
}

@media screen and (min-width: 1024px) {
    .stock-market-americas__inner-home_investor {
        max-width: 100%;
        padding-top: 60px;
        padding-bottom: 60px
    }
    .ii__middle {
        padding: 0px 0px;
        width: 60%;
    }
}
.stock-market-americas__shareprices-home_investor {
	padding-left:4%;
}
.text--date {
	font-family:Georgia,Times,Times New Roman,serif;
	font-weight:400;
	font-style:normal;
	font-size:14px;
	letter-spacing:0;
	line-height:1.28571;
	color:#999
}
@media screen and (min-width:768px){
	.text--date{ 
		font-size:16px;
		letter-spacing:0;
		line-height:1.375
	}
}
.ii__top__title,.text--uppercase-heading {
	font-family: RoobertBold, Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:700;
	font-style:normal;
	font-size:15px;
	letter-spacing:.3px;
	line-height:1.33333;
	font-size:13px;
	text-transform:uppercase
}
.ii,.investor-info {
	position:relative;
	z-index:1;max-width:1370px;
	margin-left:auto;
	margin-right:auto
}
.ii:after,.investor-info:after {
	clear:both;content:"";
	display:table
}
.ii__inner,.investor-info__inner {
	-webkit-transform:translateY(0);
	transform:translateY(0);
	background:#fff;margin:0 15px;
	transition:-webkit-transform 1.7s cubic-bezier(.19,1,.22,1) .6s;transition:transform 1.7s cubic-bezier(.19,1,.22,1) .6s;transition:transform 1.7s cubic-bezier(.19,1,.22,1) .6s,-webkit-transform 1.7s cubic-bezier(.19,1,.22,1) .6s
}
@media screen and (min-width:768px){
	.ii__inner {
		margin:0 25px
	}
}
@media screen and (min-width:1024px){
	.ii__inner {
		margin:0 40px;
		display:-ms-flexbox;display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap
	}
}
.ii__bg-mobile {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	transition:background .4s
}
@media screen and (min-width:1024px){
	.ii__bg-mobile {
		display:none
	}
}
@media screen and (min-height:480px){
	.ii__inner{
		-webkit-transform:translateY(-50px);transform:translateY(-50px)
	}
}
@media (min-width:768px),screen and (min-height:768px){
	.ii__inner{
		-webkit-transform:translateY(-80px);
		transform:translateY(-80px)
	}
}
.ii__top {
	padding:25px 20px;
	-ms-flex-positive:1;flex-grow:1
}
.ii__top__title {
	color:#000;
	margin-bottom:3px;
	font-size:14px
}
.ii__top__title a:hover {
	text-decoration:underline
}
.ii__top .text--date {
	font-family:Georgia,Times,Times New Roman,serif;
	font-weight:400;
	font-style:normal;
	color:#999
}
@media screen and (min-width:768px){ 
	.ii__top {
		padding:25px 35px
	}
}
@media screen and (min-width:1024px){
	.ii__top {
		padding:40px 70px;
		width:40%
	}
}
.ii__middle {
	-ms-flex-positive:1;
	padding: 0px 0px;
	flex-grow:1
}
@media screen and (min-width:1024px){
	.ii__middle{ 
		width:60%
	}
}
.ii__bottom{
	background:#222;
	width:100%;
	color:#fff
}
.ii__bottom__inner{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	max-width:420px;
	margin:0 auto;
	padding:30px 0
}
.ii__bottom__item {
	padding:20px;
	position:relative;
	width:100%
}
.ii__bottom__item .text--uppercase-heading{
	margin-bottom:5px;
	color:#fff
}
.ii__bottom__item .icon-download{
	color:#ff0f64;
	position:absolute;
	right:30px;
	top:50%;
	-webkit-transform:translateY(-50%);transform:translateY(-50%)
}
.ii__bottom__item p{
	padding-right:20px;
	position:static;
	font-family:RoobertLight,Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:300;
	font-style:normal
}
@media screen and (min-width:768px){
	.ii__bottom__item{
		width:calc(100% * 0.25 + 10px);
		padding:0
	}
	.ii__bottom__item p{
		padding-right:0
	}
	.ii__bottom__inner{
		-ms-flex-pack:justify;
		justify-content:space-between;
		max-width:none;
		padding:30px 35px
	}
	.ii__bottom .icon-download{
		display:block;
		margin-top:16px;
		position:static
	}
}
@media screen and (min-width:1024px){
	.ii__bottom__inner{
		padding-left:70px;
		padding-top:45px;
		padding-bottom:45px
	}
	.ii__bottom__item{
		width:calc(100% * 0.12 + 10px)
	}
	.ii__bottom .icon-download{
		display:block;margin-top:16px;position:static
	}
}
.ii__bottom__item a{
	font-size:18px;
	position:static
}
.ii__bottom__item a:hover{
	text-decoration:none
}
.ii__bottom__item a:hover p{ 
	text-decoration:underline
}
.investor-info .shareprice{
	width:33%
}
@media screen and (min-width:768px){
	.investor-info .shareprice{
		width:33%
	}
}
@media screen and (min-width:1024px){
	.investor-info .shareprice{
		width:20%
	}
}
.stock-market-americas-home_investor {
	background:#000;
	color:#fff;
	height:100%
}
.stock-market-americas__inner-home_investor {
	padding:20px 15px
}

@media screen and (min-width:768px){
	.stock-market-americas__inner-home_investor {
		padding:20px 30px
	}
}
@media screen and (min-width:1024px){
	.stock-market-americas__inner-home_investor {
		padding-bottom:60px
	}
}
.stock-market-americas-home_investor .text--page-subheading {
	color:#fff;
	margin-bottom:10px
}
.stock-market-americas__shareprices-home_investor {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.stock-market-americas__shareprices-home_investor .shareprice{
	width:50%;
	padding-left:5px;
	margin-top:25px;
	margin-bottom:25px
}
@media screen and (min-width:768px){
	.stock-market-americas__shareprices-home_investor{
		-ms-flex-pack:justify;
		justify-content:space-between
	}
	.stock-market-americas__shareprices-home_investor .shareprice{
		width:calc(100% * 0.25 + 15px);
		margin-top:30px;
		margin-bottom:30px
	}
}
.stock-market-americas__updated { 
	font-family:RoobertLight,,Calibri,Myriad,Tahoma,Geneva,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:300;
	font-style:normal;
	color:#999
}
.focus-on-preview-wrapper.color-scheme--grey-bg{ background-color:#f4f4f4}
.focus-on-preview-wrapper.color-scheme--darkgrey-bg{ background-color:#A9A9A9}
.focus-on-preview-wrapper.color-scheme--black-bg{ background-color:#222}
.focus-on-preview-wrapper.color-scheme--white-bg{ background-color:#fff}
.focus-on-preview-wrapper.color-scheme--orange-bg{ background-color:#ff5a0f}
.focus-on-preview-wrapper.color-scheme--red-bg{ background-color:#e61400}
.focus-on-preview-wrapper.color-scheme--pink-bg{ background-color:#ff0f64}
.focus-on-preview-wrapper.color-scheme--lightpink-bg{ background-color:#ff4687}
.focus-on-preview-wrapper.color-scheme--blue-bg{ background-color:#0555fa}
.focus-on-preview-wrapper.color-scheme--sky-bg{ background-color:#41b9e6}
.focus-on-preview-wrapper.color-scheme--forest-bg{ background-color:#008c5a}
.focus-on-preview-wrapper.color-scheme--green-bg{ background-color:#55bd5a}

/* start #4791 */
.focus-on-row .focus-on-cl-4 {
    vertical-align: top;
}
/* end #4791 */

.cultureBox .focus-on-row .focus-on-cl-4 {
    width: 100%;
}
 
.focus-on-preview .f-on-icon .f-on-number-label {
  color: #41b9e6;
  font-size: 60px;
  font-family: RoobertLight, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}

.image-hero.focus-on-main-image-hero {
  padding: 200px 0 260px 0;
}
.image-hero.focus-on-main-image-hero .hero_content-wrapper {
  max-width: 1200px;
}
.focus-on-cf {
  /* clearfix */
}
.focus-on-cf:after,
.focus-on-cf:before {
  display: block;
  content: "";
  clear: both;
}
.focus-on-row {
  margin: 0 -15px;
}
.focus-on-row *[class^="focus-on-cl-"] {
  float: left;
  min-height: 1px;
  padding: 0 15px;
}
.focus-on-row .focus-on-cl-3 {
  width: 25%;
}
.focus-on-row .focus-on-cl-4 {
  width: 33.33333%;
}
.focus-on-row .focus-on-cl-6 {
  width: 50%;
}
.focus-on-preview-wrapper {
  background: #f7f7f7;
}
.focus-on-preview {
  position: relative;
  padding: 70px 30px;
  max-width: 1260px;
  margin: 0 auto 0 auto;
  text-align: center;
}
.focus-on-preview .f-on-icon img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.focus-on-preview .f-on-icon .f-on-icon-label {
  color: #a6a6a6;
  font-size: 12px;
  margin: 25px 0 15px 0;
  font-family: "Georgia";
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.focus-on-preview .f-on-title {
  font-size: 30px;
  line-height: 1.15;
  font-family: RoobertLight, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.focus-on-preview .f-on-description {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.7;
  font-family: RoobertLight, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #a6a6a6;
}
.focus-on-next-event {
  position: relative;
}
.focus-on-next-event .focus-on-next-event-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #41b9e6;
}
.focus-on-next-event .focus-on-next-event-background .focus-on-next-event-background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.focus-on-next-event .focus-on-next-event-wrapper {
  position: relative;
  z-index: 10;
  color: #fff;
  max-width: 1260px;
  margin: 0 auto;
  padding: 170px 0;
}
.focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content {
  width: 40%;
}
.focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-label {
  color: #fefefe;
  text-transform: uppercase;
  font-family: RoobertBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 22px;
  opacity: 0.5;
}
.focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-place {
  font-size: 48px;
  line-height: 1;
  font-family: RoobertLight, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-date {
  color: #222;
  font-size: 14px;
  font-family: georgia;
  font-weight: 700;
  padding: 20px 0;
  opacity: 0.5;
}
.focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-description {
  margin-bottom: 55px;
  font-size: 18px;
  font-family: RoobertLight, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.666;
}
.btn-focus-on {
  user-select: none;
  color: #fff;
  border: 3px solid #9fdcf3;
  font-family: RoobertBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  display: inline-block;
  padding: 17px 45px;
  text-decoration: none;
}
.btn-focus-on:hover {
  text-decoration: none;
  background: #9fdcf3;
}
.btn-focus-on.btn-focus-on-invert {
  border: none;
  background: #41b9e6;
  color: #fff;
}
.focus-on-container {
  max-width: 1290px;
  margin: 0 auto;
}
h3.focus-on-midsection-title {
  font-size: 28px;
  font-family: RoobertBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: center;
}
.focus-on-flexrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.focus-on-flexrow .focus-on-cl-4 {
  width: 33%;
  padding: 10px;
}
.focus-on-past-events {
  background: #f7f7f7;
  padding: 45px 0 45px 0;
}
.focus-on-past-events.focus-on-small-padding {
  padding-bottom: 0;
}
.focus-on-past-events h3.focus-on-midsection-title {
  margin-bottom: 35px;
}
.focus-on-past-events .focus-on-past-event {
  background: #fff;
  height: 100%;
}
.focus-on-past-events .focus-on-past-event .focus-on-ne-image {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.focus-on-past-events .focus-on-past-event .focus-on-pe-content {
  padding: 80px 30px 30px 30px;
}
.focus-on-past-events .focus-on-past-event .focus-on-pe-content .focus-on-pe-place {
  color: #41b9e6;
  font-family: RoobertBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.focus-on-past-events .focus-on-past-event .focus-on-pe-content .focus-on-pe-title {
  font-size: 30px;
  font-family: RoobertLight, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.focus-on-twitter-feed {
  padding: 45px 0 45px 0;
  background: #f7f7f7;
}
.focus-on-twitter-feed h3.focus-on-midsection-title {
  margin-bottom: 5px;
}
.focus-on-twitter-feed.focus-on-small-padding {
  padding-bottom: 0px;
}
.focus-on-twitter-feed .focus-on-tf-tweet {
  margin-top: 30px;
  padding: 30px 20px 25px 20px;
  background: #fff;
  border-bottom: 5px solid #41b9e6;
  min-height: 320px;
}
.focus-on-twitter-feed .focus-on-tf-tweet .focus-on-twitter-icon {
  margin-left: 13px;
}
.focus-on-twitter-feed .focus-on-tf-tweet .focus-on-tw-user {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.focus-on-twitter-feed .focus-on-tf-tweet .focus-on-tw-user .focus-on-tw-user-name {
  padding-left: 5px;
}
.focus-on-twitter-feed .focus-on-tf-tweet .focus-on-twitter-text {
  font-size: 17px;
  padding: 0 15px 0 10px;
  margin-bottom: 15px;
  margin-top: 8px;
  height: 100px;
  overflow: hidden;
}
.focus-on-twitter-feed .focus-on-tf-tweet .focus-on-twitter-date {
  font-size: 15px;
  color: #697882;
  padding-left: 8px;
}
.focus-on-event-calendar-wrapper {
  background: #f7f7f7;
  text-align: center;
  padding: 60px 30px 70px 30px;
  margin-bottom: 60px;
}
.focus-on-event-calendar-wrapper .focus-on-event-title {
  font-size: 48px;
  font-family: RoobertLight, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 45px;
}
.focus-on-event-video-player {
  padding: 60px 0;
}
.focus-on-event-video-player .article-youtube-player_inner {
  top: 0;
}
.focus-on-team-title {
  font-size: 28px;
  font-family: RoobertBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 35px;
}
.focus-on-event-guests {
  padding: 60px 0;
  background: #f7f7f7;
}

/* start #8179 */
.focus-on-event-guests.bg-white {
  background: #fff
}
.focus-on-event-guests.bg-gray {
  background: #f7f7f7;
}
.focus-on-event-guests.bg-transparent {
  background: transparent;
}
/* end #8179 */

.focus-on-event-guests .focus-on-container {
  justify-content: space-between;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted {
  width: 66.666666666666%;
  padding: 0 15px;
  margin-bottom: 35px;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-photo,
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content {
  width: 50%;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-photo {
  background: #ff0e63;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-photo img {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 0;
  margin: 0 auto;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content {
  color: #fff;
  background: #ff0e63;
  padding: 0 30px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content:after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: -18px;
  content: "";
  z-index: 2;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #ff0e63;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content .fon-hosted-name {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: RoobertBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content .fon-hosted-description {
  font-size: 17px;
  line-height: 1.3;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker {
  width: 33.33333333333%;
  padding: 0 15px;
  position: relative;
  margin-bottom: 35px;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-wrapper {
  height: 100%;
  position: relative;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-mobile-flex {
  position: static;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-photo img {
  display: block;
  max-width: 100%;
  width: 100%;
  border: 0;
  margin: 0 auto;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content {
  background: #55be5a;
  color: #fff;
  padding: 30px 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content:after {
  display: block;
  position: absolute;
  left: 50%;
  top: -18px;
  margin-left: -9px;
  content: "";
  z-index: 2;
  border-bottom: 18px solid #55be5a;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content .fon-speaker-name {
  font-size: 30px;
  font-family: RoobertBold, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 11px;
}
.focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content .fon-speaker-description {
  font-size: 18px;
  font-family: RoobertLight, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.focus-on-event-guests .focus-on-guest-container {
  margin-top: 25px;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-flexrow {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-team-title {
  padding-left: 15px;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item {
  font-family: RoobertLight, Calibri, Myriad, Tahoma, Geneva, Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item:before {
  content: "";
  display: block;
  width: 14px;
  height: 34px;
  float: left;
  margin-right: 15px;
  margin-top: 8px;
  background: #41b9e6;
}

/* start #8179 */

.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item.sky:before {
  background: #41b9e6;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item.forest:before {
  background: #008c5a;
}

/* end #8179 */

.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item .fon-guest-item-name {
  font-size: 23px;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item .fon-guest-item-role {
  font-size: 16px;
  padding-left: 29px;
}
.focus-on-event-guests .focus-on-guest-container .focus-on-guest-item .fon-guest-item-link {
  margin-top: 7px;
  font-size: 14px;
  padding-left: 30px;
  color: #6e6e6e;
}
@media (max-width: 1360px) {
  .focus-on-next-event .focus-on-next-event-wrapper {
    padding: 100px 0 100px 15px;
  }
}
@media (max-width: 1150px) {
  .focus-on-event-guests .focus-on-guest-container .focus-on-guest-item {
    width: 33.33333%;
  }
}
/* #3720 - media from max 1000px to max 1023px */
@media (max-width: 1023px) {
  .focus-on-row .focus-on-cl-4 {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    margin-bottom: 35px;
  }
  .focus-on-row .focus-on-cl-4:last-child {
    margin-bottom: 0;
  }
  .focus-on-next-event {
    background-color: #41b9e6;
  }
  .focus-on-next-event .focus-on-next-event-wrapper {
    padding: 60px 30px;
  }
  .focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-place {
    font-size: 36px;
  }
}
@media (max-width: 980px) {
  .image-hero.focus-on-main-image-hero {
    padding: 150px 0 200px 0;
  }
  .focus-on-event-guests {
    background: #f7f7f7;
    padding: 35px 0;
  }
  .focus-on-event-guests .focus-on-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted {
    width: 100%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker {
    margin-top: 35px;
    width: 100%;
    padding: 0 15px;
    position: relative;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-mobile-flex {
    display: flex;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-wrapper {
    height: 100%;
    position: relative;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-photo,
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content {
    width: 50%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content {
    background: #55be5a;
    color: #fff;
    padding: 0 30px;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content:after {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: -9px;
    content: "";
    z-index: 2;
    border-left: none;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #55be5a;
  }
  .focus-on-event-guests .focus-on-guest-container {
    margin-top: 48px;
  }
}
@media (max-width: 900px) {
  .focus-on-next-event {
    background-color: #41b9e6;
  }
  .focus-on-next-event .focus-on-next-event-wrapper {
    padding: 30px 30px;
  }
  .focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content {
    width: 100%;
  }
  .focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-label {
    margin-bottom: 19px;
  }
  .focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-place {
    font-size: 36px;
  }
  .focus-on-next-event .focus-on-next-event-wrapper .focus-on-next-event-wrapper-content .focus-on-ne-description {
    margin-bottom: 20px;
  }
  .focus-on-next-event .focus-on-next-event-background {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vw;
    background-color: #41b9e6;
  }
  .focus-on-next-event .focus-on-next-event-background .focus-on-next-event-background-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .focus-on-twitter-feed .focus-on-flexrow,
  .focus-on-past-events .focus-on-flexrow {
    display: block;
  }
  .focus-on-twitter-feed .focus-on-flexrow .focus-on-cl-4,
  .focus-on-past-events .focus-on-flexrow .focus-on-cl-4 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
  .focus-on-past-events .focus-on-past-event .focus-on-pe-content {
    padding: 70px 20px 20px 20px;
  }
  .focus-on-past-events .focus-on-past-event .focus-on-pe-content .focus-on-pe-title {
    font-size: 27px;
  }
  .focus-on-twitter-feed {
    padding: 38px 0 45px 0;
  }
  .focus-on-twitter-feed h3.focus-on-midsection-title {
    margin-bottom: 30px;
  }
  .focus-on-twitter-feed.focus-on-small-padding {
    padding-bottom: 0px;
  }
  .focus-on-twitter-feed .focus-on-tf-tweet {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .focus-on-twitter-feed .focus-on-tf-tweet .focus-on-twitter-text {
    font-size: 16px;
    height: 105px;
  }
  .focus-on-event-guests .focus-on-guest-container .focus-on-guest-item {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .focus-on-event-calendar-wrapper {
    padding: 30px;
  }
  .focus-on-event-calendar-wrapper .focus-on-event-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .focus-on-event-calendar-wrapper .focus-on-event-title span {
    display: block;
  }
  .focus-on-event-guests .focus-on-guest-container .focus-on-guest-item {
    width: 100%;
  }
  .focus-on-event-guests {
    background: #f7f7f7;
    padding: 35px 0;
  }
  .focus-on-event-guests .focus-on-container {
    display: block;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted {
    width: 100%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-flexrow {
    display: block;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-photo,
  .focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content {
    width: 100%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content {
    padding: 30px;
  }
  .focus-on-event-guests .focus-on-container .focus-on-hosted .focus-on-hosted-content:after {
    display: block;
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -9px;
    content: "";
    z-index: 2;
    border-top: none;
    border-bottom: 18px solid #ff0e63;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker {
    margin-top: 35px;
    width: 100%;
    padding: 0 15px;
    position: relative;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-mobile-flex {
    display: block;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-wrapper {
    height: 100%;
    position: relative;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-photo,
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content {
    width: 100%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content {
    background: #55be5a;
    color: #fff;
    padding: 30px;
    position: relative;
    text-align: center;
    direction: block;
    width: 100%;
  }
  .focus-on-event-guests .focus-on-container .focus-on-speaker .focus-on-speaker-content:after {
    display: block;
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -9px;
    content: "";
    z-index: 2;
    border-top: none;
    border-bottom: 18px solid #55be5a;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
  }
}

/*issue #3556*/
.focus-on-preview .f-on-icon img.img_cultureBox{
    width: auto;
}
/*end #3556*/

/* start #3720 */
@media (min-width: 1024px){
    .focus-on-preview .focus-on-row .focus-on-cl-4 {
        float: none;
        display: inline-block;
        width: 33%;
    }
}
/* end #3720 (another fix on line 434) */
@font-face {
    font-family: "icomoon-x";
    src: url(../fonts/icomoon-twitter-x.eot);
    src: url(../fonts/icomoon-twitter-x.eot) format("embedded-opentype"),
        url(../fonts/icomoon-twitter-x.ttf) format("truetype"),
        url(../fonts/icomoon-twitter-x.woff) format("woff"),
        url(../fonts/icomoon-twitter-x.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

.share-links_twitter:before {
    display: block;
    font-family: icomoon-x;
    font-style: normal;
    font-weight: 400;
}

.share-links_twitter:before {
    content: "\ea04";
}
