/* Base Font */
* {
  font-family: sofia-pro-soft, sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h1, h2 { font-size: 45px; line-height: 1.3; }
h3 { font-size: 35px; }
h4{ font-size: 24px; }
h5,h6 { font-size: 18px; }
p, .zptab-name {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px !important;
  padding-bottom: 20px;
}
.zpbutton-content {
  font-weight: 700;
  font-size: 18px !important;
}
.zpdark-section .zptable table td {
    padding: 0;
}

/* uc Data Protector Overlay */
.uc-embedding-container, .uc-embedding-more-info {
  color: #20293E;
}

/* Stage */
stage-headline-animation-data {
    0%{background-position:100% 0} to {background-position:0 0}
}

@keyframes stage-headline-animation-data{
    0%{background-position:100% 0} to {background-position:0 0}
}

h1 {
    -webkit-background-clip: text;
}

.stage_headline {
	/*display: inline-block;*/
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: stage-headline-animation-data 3s linear infinite;
    animation: stage-headline-animation-data 3s linear infinite;
    background-color: #263d4d;
    background-image: linear-gradient(90deg,#ee730c,#263d4d,#ee730c,#263d4d);
    background-size: 300% 100%;
    color: #ee730c;
    margin-bottom: 56px;
}
.stage, .stage p {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 20px;
}

/* Footer */
.footer, .footer a {
    color: #FFF;
    font-size: 14px;
}