@font-face {
    font-family: 'LubalinGraphStd-Demi';

    src: url('../fonts/LubalinGraphStd-Demi.woff') format('woff');
}
@font-face {
    font-family: 'LubalinGraphStd-Book';

    src: url('../fonts/LubalinGraphStd-Book.woff') format('woff');
}

body {
    display: flex !important;
    min-height: 100vh !important;
    flex-direction: column !important;
  }

main {
  flex: 1 0 auto !important;
}


strong {
  font-weight: 800;
}

em {
    font-style: italic;
    font-size: 13px;
}


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.color-primary {
  background-color: rgb(103,58,183);
}

.color-primary--dark {
  background-color: rgb(81,45,168);
}

.color-secondary {
  background-color: rgb(255,64,129);
}

nav {
  height: 180px;
}

nav .brand-logo {
  padding: 50px;
}

.section-titles {
  font-family: 'LubalinGraphStd-Book';
  font-size: 30px;
}

.tab-shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
}

@media only screen and (max-width: 600px) {
  .tab-bar {
    height: 170px !important;
  }
}

@media only screen and (max-width: 600px) {
  .no-float {
    margin: 0px !important;
    float: none !important;
  }
  .center-mobile {
    text-align: center !important;
  }
  .logo-mt-mobile {
    margin-top: 34px !important;
  }
  .sub-mt-wid-mobile {
    margin-top: 0px !important;
    width: 100%;
  }
}

.tab-bar {
  height: 120px;
}

.layout__tab {
  height: 64px;
  line-height: 64px;
  margin: 25px;
  margin-left: 0px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.layout__tab.is-active {
  border-bottom: 5px solid;
  padding-bottom: 21px;
  width: 100%;
}

.card-title {
   font-family: 'Open Sans';
   font-size: 15px !important;
   line-height: 21px !important;
   font-weight: bold !important;
}

.collapsible-header i {
    line-height: 21px;
    margin-right: 6px;
}

.testimonials {
  display: inline-flex;
}

.testimonials .section__text {
  width: 70%;
}

.section__play-btn {
  height: 100%;
  min-height: 250px;
  background-color: #b2dfdb !important;
}

.section__play-btn i {
  font-size: 60px;
  color: #fff;
  padding: 95px 104px;
}

footer.page-footer {
  padding: 16px 40px;
  color: #9e9e9e;
  background-color: #424242;
}

@media only screen and (max-width: 480px) {
  footer.page-footer {
    padding: 16px 10px;
  }
}

footer a {
  color: #9e9e9e;
}

footer h6 {
  color: #fff;
}

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * 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.
 */

html, body {
  font-family: 'Open Sans', 'Helvetica', sans-serif;
  margin: 0;
  padding: 0;
}

body {
  background-color: #f1efeb;
}

html {
  color: #333;
}

.red-color {
  color: #ff0033;
}

.w170 {
  width: 170px;
}

.va-bottom {
  vertical-align: bottom;
}

.black {
  color: #333 !important;
}

.br4px {
  border-radius: 4px !important;
}

.ml0px {
  margin-left: 0px !important;
}

.ml40px {
  margin-left: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pb2r {
  padding-bottom: 2rem !important;
}

.bold {
  font-weight: bold;
}

.resolved-label {
  color: #9FCF63;
  font-weight: bold;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt45 {
  margin-top: 45px;
}

.white-bg {
  background-color: white;
}

.axis-yellow {
  background-color: #ffcc33 !important;
}

.axis-logo {
  height: auto;
  width: 135px;
  margin-top: 5px;
}

.h5px {
  height: 5px !important;
}

.h48px {
  height: 48px !important;
}

.success-badge {
  min-width: 4rem !important;
  padding: 0 6px !important;
  margin-left: 14px !important;
  text-align: center !important;
  font-size: 1rem !important;
  line-height: 26px !important;
  height: 25px !important;
  color: #ffffff !important;
  float: right !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: #8EC547 !important;
  border-radius: 3px !important;
}

.success-cont {
  background-color: #8EC547;
  height: 33px;
}

.success-color {
  color: #8EC547;
}

.error-color {
  color: #ffcc33;
}

.error-cont {
  background-color: #d9534f;
  height: 33px;
}

.status-icon-txt {
  margin-left: auto;
  margin-right: 15px;
  line-height: 1.4;
  font-size: 15px;
}

.error-badge {
  min-width: 4rem !important;
  padding: 0 6px !important;
  margin-left: 14px !important;
  text-align: center !important;
  font-size: 1rem !important;
  line-height: 26px !important;
  height: 25px !important;
  color: #ffffff !important;
  float: right !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: #d9534f !important;
  border-radius: 3px !important;
}

.collapsible {
  box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.14), 0 1px 5px 0 rgba(255, 255, 255, 0.12), 0 3px 1px -2px rgba(255, 255, 255, 0.2);
  border-left: 0px solid white;
  border-right: 0px solid white;
}

.collapsible-body {
  padding: 0px;
}

.collaps-bg-success {
  background-color: #8dc63f;
  color: white;
  border-radius: 4px;
}

.collaps-bg-partial {
  background-color: #ffcc33;
  color: #333;
  border-radius: 4px;
}

.collaps-bg-major {
  background-color: #ff4d4d;
  color: white;
  border-radius: 4px;
}

.collapsible-header {
  border-bottom: none !important;
  min-height: 48px;
  padding-left: 6px;
  padding-right: 6px;
}

.arrow-icon {
  font-size: 34px !important;
  width: 34px !important;
}

.collapsible li.active i.rotate-icon {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.regions-space {
  padding: 2rem;
  padding-bottom: 0rem;
  padding-left: 16px;
  padding-right: 16px;
}

.error-500-cont {
  margin-top: 10px;
  background-color: white;
  padding: 0 !important;
  position: relative;
  text-align: center;
}

.error-500-cont:before {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  border-bottom: 25px solid #f1efeb;
  border-left: 25px solid white;
  width: 0;
}

.img-500 {
    width: 100%;
    height: auto;
}

.p1r {
    padding: 1rem;
}

.p2r {
  padding: 2rem;
}

.bold {
  font-weight: bold;
}

.opa05 {
  opacity: 0.5;
}

.pos-rel {
  position: relative !important;
}

.refresh-txt {
  position: absolute;
  bottom: 10px;
  right: 16px;
  font-size: 12px;
  font-weight: bold;
}

.subscribe-btn {
  background-color: #ff0033;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15) !important;
  border-radius: 4px !important;
}

.subscribe-btn:hover {
  background-color: #e21c3b;
}

.subscribe-btn:focus {
  background-color: #e21c3b;
}

.incidents-cont {
  background-color: white;
  position: relative;
  min-height: 50px;
  padding: 15px;
  max-height: auto;
}

.incidents-cont:before {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  border-bottom: 25px solid #f1efeb;
  border-left: 25px solid white;
  width: 0;
}

.incidents-header {
  background-color: #333;
  color: white;
  text-align: center;
  margin-bottom: 25px;
}

.incidents-cont-open {
  background-color: white;
  position: relative;
  min-height: 50px;
  padding: 10px;
}

.incidents-cont-open:before {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  border-bottom: 25px solid #f1efeb;
  border-left: 25px solid #ffcc33;
  width: 0;
}

.incidents-header-open {
  background-color: #ffcc33;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}

.incidents-header-txt {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

.incidents-header-title {
  font-size: 22px;
  font-weight: normal;
  font-family: 'LubalinGraphStd-Book';
}

.dotted {
  border: none;
  border-top: 9px dotted #f1efeb;
  color: #f1efeb;
  background-color: white;
  height: 1px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.readmore-btn {
  background-color: #FECD45;
}

.readmore-btn:hover {
  background-color: #ffd359;
}

.readmore-btn:focus {
  background-color: #ffd359;
}

.clipfade {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
  padding-bottom: 5px;
  max-height: 180px;
  overflow:hidden;
  text-overflow: ellipsis;
  content: "";
  background: -webkit-linear-gradient(top,#000 5%, #fff);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

.readmore-btn-axis {
  border: 0;
  border-radius: 0;
  display: inline-block;
  color: #000;
  font-weight: 700;
  height: auto;
  min-width: 125px;
  background: url('../images/yell_button.png') right bottom no-repeat #fc3;
  font-size: 14px;
  line-height: 19px;
  padding: 5px 35px 6px 15px;
  text-align: left;
  letter-spacing: .3px;
}

.readmore-btn-axis:hover {
  cursor: pointer;
}

.modal-grey {
  background: #f3f1ee;
}

.modal-title {
  font-family: 'LubalinGraphStd-Book';
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 0px;
}

.modal-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #D8D7D6;
  height: 47px;
  width: 47px;
  padding: 0px;
  margin: 0px;
}

.modal-close-icon-img {
  color: #494948;
  font-size: 1.8rem !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 6px;
}

.modal-close-icon:hover {
  background-color: #ccc;
}

.modal {
  border-radius: 0px;
  width: 40%;
}

.modal-colaps-title {
  font-family: 'Open Sans';
  font-size: 15px !important;
  line-height: 21px !important;
  font-weight: normal !important;
  line-height: 1.4 !important;
}

.modal-body-cont {
  border: 2px solid #9a8b7d;
  border-radius: 4px;
  margin-top: -4px;
}

.collaps-modal {
  background-color: #9a8b7d;
  border-radius: 4px;
  height: 54px;
  font-size: 19px;
  font-weight: 300;
  color: white;
}

.load-more-txt {
  font-size: 15px;
  color: #ff0033;
}

.load-more-txt:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer-header-txt {
  font-size: 30px !important;
  font-weight: normal !important;
  font-family: 'LubalinGraphStd-Book';
}

footer.page-footer {
    padding: 16px 40px;
    color: white;
    background-color: #333333;
}

.copy-right-footer {
  background-color: #ffcc33 !important;
  text-align: center !important;
  height: 55px !important;
}

.copy-right-txt {
  font-size: 12px;
  color: #d4a61d;
}

.twitter-btn {
  position: relative;
height: 20px;
box-sizing: border-box;
padding: 1px 8px 1px 6px;
background-color: #1b95e0;
color: #fff;
border-radius: 3px;
font-weight: 500;
cursor: pointer;
}

.twitter-btn-img {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
}
.twitter-label {
  margin-left: 3px;
  white-space: nowrap;
}

.dis-block {
  display: block;
}

.pagination-link {
  color: #039be5;
}

.pagination-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.greyish {
  background-color: #d4d4d4 !important;
}

.greyish-header {
  background-color: #989898 !important;
}

.dotted-noincident {
  border-top: 9px dotted white !important;
  background-color: #d4d4d4 !important;
}

.openedincident {
  max-height: 2200px !important;
  background: white !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
}

.component-group {
  margin-top: -14px;
  width: 100%;
}

.component {
  display: flex;
  font-size: 1.1em;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 10px 5px;
  box-sizing: border-box;
}

.component-status-text {
  align-self: auto;
}
.text-color-success {
  color: #8dc63f;
}
.text-color-partial {
  color: #ffcc33;
}
.text-color-major {
  color: #ff4d4d;
}
