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

.ge-chatbot .ux-francis {
  max-height: 650px !important;
  width:420px;
  height:620px !important;
}
iframe#ChatWindow {
  border: none;
}
ul.accordion {
  list-style: none;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}

.accordion_header {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 38px 25px;
  background: #FFF;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1;
  position: relative;
  margin: auto;
  color: #231f20;
  font-family: 'Museo-300';
  z-index: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.accordion_header:hover {
  color: #231f20;
}

.accordion_header.dark {
  color: #fff;
}

.accordion_header.dark:hover {
  color: #fff;
}

.accordion_background {
  background-size: cover;
  background-repeat: no-repeat;
  height: -webkit-fill-available;
  max-height: 350px;
  background-position: bottom;
  display: block;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion_background.mobile {
  display: none;
  min-height: 350px;
}

@media only screen and (max-width: 40em) {

  .accordion_background {
    display: none;
  }

  .accordion_background.mobile {
    display: block;
  }
}

.accordion_panel {
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  color: #0a0a0a;
  display: none;
}

.accordion_panel.accordion__padding {
  padding: 10px 25px;
}

.accordion > li:last-child .accordion_header {
  border-bottom: 0;
}

.accordion > li:last-child .accordion_panel {
  border-bottom: 0;
}

.accordion_panel.open:last-child {
  display: block;
}

.accordion li:last-child a.open {
  border-bottom: 1px solid #e6e6e6;
}

.accordion_header .ux-icon {
  right: 30px;
  top: 45%;
  position: absolute;
  color: #908f8f;
  line-height: 1;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
}

.icon-chevron-up {
  display: none;
}

.accordion_header.open .icon-chevron-up {
  display: block;
}

.accordion_header.open .icon-chevron-down {
  display: none;
}

.accordion_header:hover {
  background: #e6e6e6;
}

.accordion_title {
  font-size: 28px;
  pointer-events: none;
}

.accordion_description {
  font-size: 1rem;
  margin-top: 10px;
  width: 50%;
  pointer-events: none;
}
a.accordion_header.light {
  color: #231f20;
}

.corporate-tabbing {
    padding-top: 20px;
}

.corporate-tabbing ul.nav {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: 0;
    flex: 0 1 auto;
    flex-direction: row;
    padding-right: 10px;
    padding-left: 10px;
    width: 83.33333%;
    margin: 0 auto;
}

.corporate-tabbing.tab-center ul.nav {
    justify-content: center;
}

.corporate-tabbing ul.nav li {
    width: 100%;
    max-width: 240px;
    text-align: center;
    border: 2px solid #e5e6eb;
    border-right: 1px solid #e5e6eb;
    border-left: 1px solid #e5e6eb;
    height: 60px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: white;
    margin-bottom: 10px;
}

.corporate-tabbing ul.nav li.active {
    border-bottom: 5px solid #ee0f0f;
}

.corporate-tabbing ul.nav li.active a {
    color:#ee0f0f;
    font-weight: bold;
}

.corporate-tabbing ul.nav li:first-child {
    border-left: 2px solid #e5e6eb;
}

.corporate-tabbing ul.nav li:last-child {
    border-right: 2px solid #e5e6eb;
}

.corporate-tabbing ul.nav li a {
    display: flex;
    border: none;
    color: #333;
    width: 100%;
    line-height: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.corporate-tabbing ul.nav li a p {
    margin-bottom: 0;
}

.corporate-tabbing .nav-link.active {
    background: #fff;
    color: #333;
}

.corporate-tabbing .tab-content {
    margin-top: 0;
}

.tab-content > .tab-panel {
    display: none;
}

.tab-content > .tab-panel.active {
    display: block;
}


@media screen and (max-width: 767px) {

    .corporate-tabbing ul.nav {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .corporate-tabbing.tab-center ul.nav {
        justify-content: left;
    }

    .corporate-tabbing ul.nav li {
        max-width: 250px;
        width: 50%;
        height: 56px;
        margin-bottom: 3px;
    }

    .corporate-tabbing ul.nav li a {
        height: 56px;
        line-height: 56px;
    }

    .corporate-tabbing ul.nav li a p {
        font-size: 0.875rem;
    }

    .corporate-tabbing ul.nav li:nth-child(2) {
        border-right: 2px solid #e5e6eb;
    }

    .corporate-tabbing ul.nav li:nth-child(3) {
        border-left: 2px solid #e5e6eb;
    }

    .corporate-tabbing ul.nav li:nth-child(3) {
        border-top: 0;
    }

    .corporate-tabbing ul.nav li:nth-child(4) {
        border-top: 0;
    }

}
