﻿@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
}

body, html {
    height: 100%;
    font-family: Montserrat;
}

.row {
    margin: 0px;
}

.container-fluid {
    position: relative;
    text-align: left;
    color: white;
    padding: 0px;
    margin: 0px;
    width: 100%;
    margin-top: 4%;
}

#first-div {
    margin-top: 5%;
    padding: 0px;
    height: 100%;
}

#ripped-paper {
    position: relative;
    margin: 5%;
    height: calc(100px + 6vw);
    width: calc(300px + 20vw);
}

#page-title {
    font-style: normal;
    margin-top: 5%;
    /* or 100% */
    letter-spacing: -0.02em;
    color: black;
    padding: 1%;
    text-align: center;
    /*padding-bottom: 2%;*/
    background-color: white;
    /*background-color:rgba(36, 43, 40, 0.7);*/
    /*background-color:rgba(234, 202, 150, 0.69);*/
    width: 50%;
    margin-bottom: 5%;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    /*height:50px;*/
}

    /*.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/

    #page-title::after {
        content: "";
        position: absolute;
        top: -8%;
        height: 20px;
        width: 100%;
        left: 0;
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/23618/rip.svg) bottom;
        background-size: 200%;
        transform: scaleY(-1);
    }

    #page-title::before {
        content: "";
        position: absolute;
        top: 100%;
        height: 20px;
        width: 100%;
        left: 0;
        background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/23618/rip.svg) bottom;
        background-size: 200%;
    }




    #page-title > h2 {
        font-weight: 500;
        font-size: calc(20px + 1vw);
    }

    #page-title > h4 {
        font-weight: 400;
        font-size: calc(8px + 0.8vw);
    }

#company-profile-download-btn {
    cursor: pointer;
    width: calc(90px + 9vw);
    height: calc(25px + 1vw);
}

#press-profile {
    height: 100%;
    margin-top: 3%;
    /*margin-left:1%;*/
    background-color: white;
    margin-left: 5%;
    padding-left:0px;
}

#page-banner {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: /*calc(6px + 0.6vw)*/14px;
     line-height: 20px;
    /*line-height: calc(6px + 1vw);*/
    letter-spacing: 0.001em;
}

.profile-div {
    margin-top: 1%;
    height: 100%;
    background-color: white;
    padding-left:0px;
}

h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    color: #000000;
    font-size: calc(15px + 1.8vw);
    line-height: calc(10px + 2vw);
}

#press-resources-row {
    background-color: #F2F7FB;
}

#press-resources {
    height: 100%;
    margin-left: 5%;
    color: black;
    font-family: Montserrat;
}

h4 {
    font-weight: 400;
    font-size: calc(10px + 1vw);
}

.img-document {
    height:/*calc(15px + 2vw)*/35px;
    width:/*calc(15px + 2vw)*/35px;
    /*padding-right:0.3%;*/
    
}

.report-card {
    border: 1px solid #5B8FE2;
    background-color: white;
    font-family: Montserrat;
    box-shadow: 1px 1px 2px 0px #00000026;
    border-radius: 6px;
    border: 1px 0px 0px 0px;
    
    padding: 1%;
    margin: 2%;
    /*margin-right: 3%;*/
    margin-left: 0px;
}

.report-card h5{
    font-size: /*calc(4px + 0.6vw)*/13px;
    font-weight: 500;
    line-height: /*calc(6px + 0.6vw)*/18px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    color:black;
}

.report-card a{
    text-decoration: none;
     color:black;
}


 
/*--------------press-videos-----------------------*/

#press-videos{
    height: 100%;
    color: black;
    font-family: Montserrat;
    margin-bottom:3%;
    margin-left: 5%;
     margin-top:2%;
     margin-right:2%;
}

.video-div{
    padding-left:0px;
    margin-top:2%;
}

#ytplayer{
    border-radius:8px;
}
/*--------------press-videos ends-----------------*/

/*------------press-articles-------------------*/

#press-articles{
     height: 100%;
    color: black;
    font-family: Montserrat;
    margin-bottom:3%;
    margin-left: 5%;
     margin-top:2%;
     /*margin-right:2%;*/
}

.article-div{
    margin-top:1%;
    width:28.5vw;
    padding:0px;
    padding-top:1.5px;
    height:100%;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
    margin-right:0.5%;
    border: 1px solid #CBD2DC;
background: #F8F9FD;
border: 1px solid #CBD2DC;
}

.img-article{
    width:100%;
}

.article-div a > h4 {
    position:absolute;
    text-decoration:none;
    font-weight:600;
    text-transform:capitalize;
    width:100%;
   top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
    color:black;
    text-wrap:none;
    text-align:center;
}

.article-text {
    background: #F8F9FD;
    padding:2%;
width:100%;
}

.article-text h5{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
font-size: calc(6px + 0.8vw);
line-height:calc(8px + 1vw);
color: #000000;
}

.article-text p{
    font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: calc(6px + 0.6vw);
line-height:calc(6px + 0.8vw);
/* identical to box height */
letter-spacing: -0.02em;

color: #9CA2AD;


}
/*-----------press-articles ends---------------*/

/*-----------archives-div-----------------*/


#archives-div{
    margin-left:5%;
    height:100%;
    margin-top:2%;
}

#divPressReleases{
    font-family: Montserrat;
    font-size: calc(8px + 0.6vw);
    /*font-weight: 500;*/
    /*line-height: calc(10px + 0.8vw);*/
    text-align: left;
    text-decoration: none;
    color:black;
    padding:2%;
}

#reports-table{
    margin-top:1%;
}

#reports-table td{
   border-top:none;
}

#reports-table a{
    text-decoration:none;
    color:black;
    text-transform:uppercase;
   
    font-size:16px;
    line-height:22px;
    font-weight:500;
    cursor:pointer;
}

/*-----------archives-div ends-----------*/

/*----------Mobile Section------------------*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
     #page-title {
        width:80%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px)  {
    .article-div {
        width: 85vw;
        height:28vh;
        margin-bottom:10px;
    }

    .img-article{
    width:100%;
   height:20vh;
}
    #page-title {
        width:80%;
    }
   
}

@media only screen and (max-width: 600px)  {
    .article-div {
       width: 85vw;
        height:28vh;
        margin-bottom:10px;
    }

    .img-article{
    width:100%;
    height:20vh;
}

     #page-title {
        width:80%;
    }
    
}