/* general */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body, p, h1, h2, h3, h4{color:#011F43;}
.bg-home-background{
        background-image:url('https://partners.threatdown.com/images/rebrand-25/home-background.png');
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
}
h1 {
        font-size: 40px;
        font-weight: bold;
        line-height: 46px;
}

h2, h3.large {
        font-size: 30px;
        font-weight: bold;
        line-height: 32px;
}
h2.small{font-size: 24px;}
h3 {
        font-size: 26px;
        font-weight: bold;
        line-height: 28px;
}
h3.min-height{
min-height:48px;
}
h2.chevron{
        background-image: url('https://projects.purechannels.co.uk/MalwareBytes/Portal/Threatdown/MB-chevron.svg');
    background-repeat: no-repeat;
    padding-left: 50px;
}
h2.chevron.chevron-center{
        display:inline-block;
}
h4 {
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        text-transform: uppercase;
}

h1, h2, h3, h4, a {
        font-family: 'Roboto', sans-serif;
        margin: 0;
}
hr.hr-primary{
        border-top: 5px solid #77edf6;
        width: 100%;
}
p {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
}
p.large{
        font-size:18px;
        line-height: 28px;
}
p.xlarge{
        font-size:20px;
        line-height: 30px;
}
#Login h1 {
    line-height: 33px;
    font-weight: 500;
    font-size: 22px;
    margin:0 0 20px;
}
.px-center{
        font-size:50px;
        font-weight:700;
}
[login] .login-box h3 {
     font-family: 'Roboto', sans-serif;
     font-weight:400;
}
[login].home-login .login-box .form-control {
    border: 1px solid #fff;
}
[login].home-login .login-box .btn-secondary {
    background-color: #83EFF8;
    border: none;
    font-size: 16px;
    padding: 10px 25px;
}
.top-bar ul li.dropdown{margin:0;}
.top-bar ul li.dropdown i { line-height:20px;}
footer p, footer h2, footer h3, footer h4{color:#A9AAAE;}
[push-notifications] .badge {
    font-size: 16px;
    line-height: 22px;
}
[user-account] .fa-user {
    padding: 4px 8px;
}
.bg-grad{
        background: linear-gradient(135deg,  #4b35a7 0%,#0b2663 100%);
}
.border-primary{
        border:2px solid #83EFF8;
}
ul{padding-left:18px; line-height: 30px;}
ul li{color:#009DEB; margin-bottom:6px;}
ul:not(.nav) li span{color:#3D3D3D;}
a, a:hover, a:focus{
        color:#009DEB;
}
.col-offset-lg-4 {
        margin-left: 33.33333333%;
}
.bg-white{background-color:#ffffff;}
.bg-primary {
        background-color: #83EFF8;
}
.bg-secondary {
        background-color: #009DEB;
}
.bg-medium{background-color:#182554;}
.bg-dark{background-color:#000619;}

.bg-lightblue {
        background-color: #009DEB;
}

.bg-lightgrey {
        background-color: #F1F2F5;
}

.text-primary, .text-primary a {
        color: #83EFF8;
}

.text-secondary {
        color: #009DEB;
}
.text-light-blue{color: #83EFF8 !important;}
.text-white{color:#ffffff;}
.rounded{border-radius: 10px;}
.regular {
        font-weight: 400 !important;
}
ul.text-white li{
        color: #ffffff;
}
ul.large li{
        font-size: 18px;
}
.medium {
        font-weight: 500;
}

.semi-bold {
        font-weight: 600;
}

.bold {
        font-weight: 700;
}
/* LOGIN PAGE */
.unauth-home [login].home-login{
        background-image:url('https://partners.threatdown.com/images/rebrand-25/login-bg.png') !important;
        align-items: start !important;
        padding-top: 70px !important;
}
.unauth-home [login].home-login .login-box>.row>div aside{
        background-color:#060e38 !important;
        padding:25px !important;
            margin-top: 70px !important;
}
.unauth-home [login].home-login .login-box>.row>div aside h3{
        margin-top:0 !important;
}
.unauth-home [login].home-login .login-box>.row>div aside p.forgot-password{
        margin:0 !important;
}

.mt-auto {
        margin-top: auto;
}

.relative {
        position: relative;
}
.px.bg-image, .bg-asset{
     background-repeat: no-repeat;
     background-size: cover;   
}
.bg-asset{
     background-position: bottom right -20px;
    background-color: #26335c;   
}
.px.bg-image span{
    position: relative;
    top: 100%;
    margin-top: -50px;
    display: block;
    font-size: 42px;
    font-weight: 700;
}
a.bg-image{
        background-color:#fff;
        background-image:url('https://partners.threatdown.com/images/backgrounds/threatDownBGArrows.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size:40%;
        width:100%;
        height:0;
        padding-bottom:65%;
        display: block;
        border-radius: 10px;
        position: relative;
}
a.bg-image span{
color: #182554;
    font-weight: 700;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
}
/* buttons */

.btn-primary, .btn-secondary {
        border-radius: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 14px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: none;
    text-transform: none;
}
.btn-large{font-size:20px; padding: 13px 46px;}
.btn-primary {
        background-color: #77EDF6;
        color: #26335C;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:hover:active {
        background-color: #5bd0d8;
        color: #26335C;
}

.btn-secondary {
        background-color: #ffffff;
        color: #26335C;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover:active {
        background-color: #F1F2F5;
        color: #26335C;
}
.btn-underline-light{
        padding: 0;
    padding-bottom: 2px;
    border-bottom: 3px solid #83EFF8;
    border-radius: 0;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
}
.btn-underline-light:hover{color: #83EFF8;}
.btn-underline-dark{
        padding: 0;
    padding-bottom: 2px;
    border-bottom: 3px solid #009DEB;
    border-radius: 0;
    font-weight: 700;
    font-size: 22px;
    color: #011F43;
}
.btn-underline-dark:hover{
    color: #009DEB;
}
.btn-secondary.btn-border{
  border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    padding: 8px 14px;      
}
.offset-md-1 {
        margin-left: 8.33333333%;
}

/* Responsive */
@media (min-width: 1999px){  
        
}

@media (max-width: 1199px){        
        
}

@media (max-width: 991px){
       
        
}

@media (max-width: 767px){
        .container {
                padding-left: 30px;
                padding-right: 30px;
        }

        .btn-primary, .btn-secondary {
                padding: 13px 22px;
        }

        .offset-md-1 {
                margin-left: 0;
        }

}


@media (max-width: 550px){
     
}

        

