* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px; 
  color: #48565e;
}
img{
    max-width: 100%;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6,p{
    font-family: 'Roboto', sans-serif;
}
header {
    background: url(/wp-content/themes/digicert_custom/iot-security-survey/images/IoT-landing-banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.top-header {
    margin: 0 auto;
    max-width: 85%;
    padding: 30px 0;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
}
.banner-content {
    padding: 20px 0 0 0;
}
.banner-content .parent-flex {
    display: flex;
    justify-content: space-between;
    padding: 0 calc(50vw - 37.5rem) 0;
}
.banner-content .parent-flex .content-left {
    width: 60%;
}
.parent-flex .content-left.jp-content {
    width: 60%;
}
.banner-content .content-left h1 {
    color: #fff;
    font-size: 60px;
    margin: 0;
    font-weight: 100;
}
.banner-content .content-left p {
    font-size: 32px;
    color: #fff;
    font-weight: 100;
    margin: 20px 0 0 0;
}
section.blade-2 {
    padding: 52px 0 0;
    background: #0f9dff;
}
.bottom-content .bottom-content-left h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 100;
    line-height: 1.4;
    color: #fff;
}
.bottom-content .bottom-content-left h4 {
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;
}
.bottom-content .parent-flex-dev {
    display: -ms-flexbox;
    display: flex;
}
.bottom-content .parent-flex-dev .bottom-content-right {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: 0 0 -30px 0;
}
.bottom-content .parent-flex-dev .bottom-content-left {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-left: 1.75rem;
}
.bottom-content-list .parent-flex-dev {
    display: -ms-flexbox;
    display: flex;
}
.download-report {
    margin-top: 40px;
}

.download-report a.info-report {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    border: 2px solid #fff;
    border-radius: 100px;
    line-height: normal;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.download-report a.info-report:hover {
    background: #fff;
    color: #0f9dff;
}
.glance-block p {
    font-size: 24px;
    font-weight: 100;
}
section.blade-3 {
    padding: 0 0 80px;
}
.bottom-content-list .bottom-content-left {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    margin-top: 65px;
}
.bottom-content-list .bottom-content-right-image {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin: -30px 0 0 0;
}
.bottom-content-list .bottom-content-left ul {
    padding: 0;
    margin: 20px 0 0 0;
}
.bottom-content-list .bottom-content-left ul li {
    font-size: 17px;
    font-weight: 100;
    line-height: 24px;
    margin-bottom: 5px;
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.bottom-content-list .bottom-content-left ul li:before {
    content: "";
    position: absolute;
    background: #48565e;
    width: 4px;
    height: 4px;
    left: 0;
    border-radius: 100px;
    top: 10px;
}
.download-btn {
    margin-top: 45px;
}
.download-btn a.info-btn {
    font-weight: 600;
    text-transform: uppercase;
    color: #0f9dff;
    text-decoration: none;
    padding: 12px 20px;
    border: 2px solid #0f9dff;
    border-radius: 100px;
    line-height: normal;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.download-btn a.info-btn:hover {
    color: #fff;
    background: #0f9dff;
}
.bottom-content .bottom-content-left.es-font h4 {
    font-size: 19px;
}
.bottom-content .bottom-content-left.es-font h4.second-para {
    margin-top: 20px;
    font-size: 19px;
}

/*******media css********/

@media (min-width: 1600px){
    .banner-content .parent-flex {
    padding: 0 50px;
        }
    }
@media (max-width: 1600px){
    .parent-flex .content-left.jp-content h1 {
    font-size: 42px;
    }
    .parent-flex .content-left.jp-content p {
    font-size: 28px;
    }
}
@media (max-width: 1366px){
    .bottom-content-list .bottom-content-right-image {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    }
}
@media (max-width: 1199px){
    .banner-content .parent-flex .content-left h1 {
    font-size: 50px;
    }
    .banner-content .parent-flex .content-left.jp-content h1 {
    font-size: 50px;
    }
}
@media (max-width: 1024px){
    .container {
    width: 970px;
    }
    section.blade-2 {
    padding: 80px 0;
    }
    section.blade-3 {
    padding: 80px 0;
    }
    .bottom-content-list .bottom-content-left {
    margin: 0;
    }
    .bottom-content-list .bottom-content-right-image {
    margin: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    }
}
@media (max-width: 991px){
    .banner-content .content-left h1 {
    font-size: 40px;
    }
    .banner-content .parent-flex .content-left p {
    font-size: 20px;
    }
    .container {
    width: 750px;
    }
    .banner-content .parent-flex .content-left.jp-content h1 {
    font-size: 36px;
    }
    .banner-content .parent-flex .content-left.jp-content p {
    font-size: 20px;
    }
}

@media (max-width: 767px){
    .container {
    width: 100%;
    }
    .banner-content .parent-flex {
    text-align: center;
    display: block;
    }
    .banner-content .parent-flex .content-left {
    margin-bottom: 30px;
    }
    .bottom-content .parent-flex-dev {
    display: flex;
    flex-direction: column-reverse;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    }
    .bottom-content .parent-flex-dev .bottom-content-right {
    margin: 0 0 -100px 0;
    text-align: center;
    }
    .bottom-content .parent-flex-dev .bottom-content-left {
    padding: 0 1.75rem;
    margin: 0 0 50px 0;
    }
    .bottom-content-list .parent-flex-dev {
    display: block;
    }
    .bottom-content-list .parent-flex-dev {
    padding: 0 1.75rem;
    display: flex;
    flex-direction: column-reverse;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    }
    .download-btn a.info-btn {
    display: block;
    text-align: center;
    padding: 12px 15px;
    }
    .bottom-content-list .bottom-content-left {
    margin-top: 50px;
    }
    .bottom-content-list .bottom-content-right-image {
    text-align: center;
    }
    .banner-content .parent-flex .content-left {
    width: 100%;
    }
    .parent-flex .content-left.jp-content {
    width: 100%;
    }
    .banner-content .parent-flex .content-left h1 {
    font-size: 40px;
    }
    .banner-content .parent-flex .content-left.jp-content h1 {
    font-size: 40px;
    }
}

/* Popup box BEGIN */

*{margin:0;padding:0;}
	
.hover_bkgr_fricc {
    background: rgba(0, 0, 0, 0.7);
    cursor: auto;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > .pdf-download-popup {
    background-color: #0174c3;
    display: inline-block;
    height: auto;
    width: 250px;
    min-height: auto;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin: 0;
    padding: 15px 20px;
    border: 1px solid #fff;
}
.popupCloseButton {
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 16px;
    line-height: 30px;
    width: 28px;
    height: 28px;
    text-align: center;
    text-align: center;
}
.hover_bkgr_fricc > .pdf-download-popup .rowField input[type="checkbox"] {
    vertical-align: middle;
}
.popupCloseButton:hover {
    background-color: #ccc;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

.hover_bkgr_fricc > .pdf-download-popup .rowField {
    float: left;
    padding: 0;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
}
.hover_bkgr_fricc > .pdf-download-popup .rowField label {
    display: block;
    text-align: left;
    padding-bottom: 4px;
    font-size: 11px;
    vertical-align: middle;
}
.hover_bkgr_fricc > .pdf-download-popup .rowField.email-title label {
    font-size: 16px;
}
.hover_bkgr_fricc > .pdf-download-popup .rowField input[type=email] {
    display: block;
    text-align: left;
    width: 100%;
    padding: 5px;
    border: 1px solid #fff;
}
.popSubmit {
    outline: none;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    border: 2px solid #fff;
    border-radius: 100px;
    line-height: normal;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    float: none;
    background: #0174c3;
    text-transform: uppercase;
    min-width: 70%;
    margin: 0 auto;
    height: 38px;
}
.popSubmit:hover {
    background: #fff;
    color: #0f9dff;
}
.clearBoth{clear:both;}

