﻿@import url('ReferenceTheme.PortalTheme.PortalTheme_V1.Plain.css?40254');

/*Theme.BetaTheme.css*/
.beta_font {
    font-family: myriad-pro, sans-serif;
}

.beta_background {
    background-image: url(/home/img/beta_bg.jpg?40254);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 444px;
    width: 100%;
}

.h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 47px;
    text-align: center;    
}

.h2 {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
}

.beta_btn {
    background-image: linear-gradient(-180deg, #EE0000 0%, #CC2200 100%);
    box-shadow: 0 6px 24px 0 rgba(255,138,169,0.25), 0 7px 94px 9px rgba(255,0,0,0.11);
    transition: all 0.4s cubic-bezier(0.33, 1.28, 0.8, 0.89);
    cursor: pointer;
    display: flex;
    height: 70px;
    margin-top: 111px;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width:400px) {
    .beta_btn {
        margin-top: 115px;
    }
}

.beta_btn:hover {
    background-image: linear-gradient(-180deg, #f40909 0%, #d32401 100%);
    box-shadow: 0 11px 15px 0 rgba(0, 0, 0, 0.19), 0 6px 24px 0 rgba(255,138,169,0.25), 0 7px 94px 9px rgba(255,0,0,0.11);
}

.beta_btn > div:last-child {
    background-image: linear-gradient(-180deg, #CC0000 0%, #B01C00 100%);
}

.beta_btn > div {
    height: 100%;
    display: flex;
}

.beta_btn > .img-align {
    width: 15%;
    justify-content: center;
}

.beta_btn > .textinfo {
    width: 70%;
    align-content: center;
    flex-wrap: wrap;
}

.beta_btn > div > div, img {
    align-self: center;
}

.beta_btn_text1 {
    color: #FFFFFF; 
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.33px;
    line-height: 23px;
}

.beta_btn_text2 {
    color: rgba(255,255,255,0.49);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.beta_box > div {
    text-align: center;
    vertical-align: top;
}

.beta_box_header {
    color: #CF2709;
    font-size: 21px;
    line-height: 25px;
    margin-top: 10px;
}

.beta_box_description {
    color: #343A40;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.beta_footer {
    color: #868E96;
    font-size: 12px;
    letter-spacing: -0.22px;
    line-height: 15px;
    text-align: center;
}

.icon_img {
    height: 44px;
}

.icon_img_beta {
    height: 44px;
}

.icon_img_download {
    height: 20px;
}

.breadcrumb {
    margin: -5px 0 50px 28px;   
}