﻿.landing-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../Images/landingbanner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    content: "";
    z-index: -1;
}

.landing-banner {
    color: #fff;
    position: relative;
    height: 455px;
    text-align: center;
}

.landing-banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.landing-banner #landing-banner-content-1 {
    font-size: 4em;
    font-weight: 300;
}

.landing-banner #landing-banner-content-2 {
    font-size: 4em;
    line-height: 0.9em;
    font-weight: 700;
    max-width: 1200px;
    margin: 0 auto;
}

.app-usage-step-icon {
    font-size: 75px;
    color: #0d72ba;
}

.app-usage,
.app-signup,
.app-featured {
    margin: 15px 0;
}

.app-previews {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-bottom: 0;
    padding: 0px;
    color:white;
    text-align:center;
    background-color:#03ADEE ;
}
/**/
.img1 {
 display:block;
 position:relative;
 background-repeat:no-repeat;
 float:left;
 right:0;
 margin-bottom: 20px;
 width: 100%;
 height:330px;
 background-size:cover;

 background:url('../Images/brokersbyn.jpg') center top no-repeat;
}


.img1:hover {
   background-image: url('../Images/brokers.jpg');
   
}




.img2 {
 display:block;
 position:relative;
 background-repeat:no-repeat;
 float:left;
 right:0;
 margin-bottom: 0px;
 width: 100%;
 height:330px;
 background-size: cover;
 background:url('../Images/insurancebyn.jpg') center top no-repeat;
}

.img2:hover {
   background-image: url('../Images/insurance.jpg');
}

.img3 {
 display:block;
 position:relative;
 background-repeat:no-repeat;
 float:left;
 right:0;
 margin-bottom: 0px;
 width: 100%;
 height:330px;
 background-size:cover;
 background:url('../Images/techbyn.jpg') center top no-repeat;
}

.img3:hover {
   background-image: url('../Images/tech.jpg');
}

.img4 {
 display:block;
 position:relative;
 background-repeat:no-repeat;
 float:left;
 right:0;
 margin-bottom: 0px;
 width: 100%;
 height:330px;
 background-size: cover;
 background:url('../Images/compilancebyn.jpg') center top no-repeat;
}

.img4:hover {
   background-image: url('../Images/compilance.jpg');
}

.img5 {
 display:block;
 position:relative;
 background-repeat:no-repeat;
 float:left;
 right:0;
 margin-bottom: 0px;
 width: 100%;
 height:330px;
 background-size:cover;
 background:url('../Images/DealFlowbyn.jpg') center top no-repeat;
}

.img5:hover {
   background-image: url('../Images/DealFlow.jpg');
}

.app-preview-container {
    float:left;
    margin: 0px;
    
   
}

.app-preview-img {
    width: 100%;
    height: 100%;
}


.app-deals{
    text-align:center;
    font-weight:bold;
}



.app-usage {
    text-align: center;
    color:white;
}

.app-usage-step {
    display: inline-block;
    width: 350px;
    border:0px;
    margin-top:40px;
    margin-bottom:40px;
    
   
}

.app-usage-step-number {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    color: white;
}

.app-usage-step-icon{
    color:#fff;
}

.app-usage-step-number:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #0d72ba;
    content: "";
    z-index: -1;
    -moz-border-radius: 2em;
    //-ms-border-radius: 2em;
    //-o-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

.app-usage-title {
    font-weight: 300;
    font-size: 2.5em;
    color:black;
    margin-top:30px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 20px;

}





.app-signup {
    position: relative;
}

.app-signup-banner {
    text-align: center;
    height: 312px;
}

.app-signup-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 312px;
    background-image: url("../Images/app-signup-banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    filter: brightness(75%);
    -webkit-filter: brightness(75%);
    content: "";
    z-index: -1;
}

.app-signup-banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.app-signup-banner-content #app-signup-banner-content-1 {
    font-size: 4em;
    font-weight: 300;
}

.app-signup-banner-content #app-signup-banner-content-2 {
    font-size: 1.2em;
    font-weight: 300;
}

.app-signup-banner-content-link,
.app-signup-banner-content-phone {
    font-weight: 600;
}

.app-signup-banner-content a,
.app-signup-banner-content a:hover,
.app-signup-banner-content a:focus {
    color: #fff;
    text-decoration: underline;
}

.app-featured {
    margin: 0 15px;
    text-align: center;
}

.app-featured-title {
    color: #333;
    font-size: 4em;
    font-weight: 300;
}

.app-featured-logos {
    margin: 0 auto;
    list-style: none;
}

.app-featured-logo {
    display: inline-block;
    margin: 5px 15px;
}


.app-featured-logo-img {
    height: 75px;
    min-width: 150px;
}

.online-compliance-management td {
    width: 20%;
}

.online-compliance-management td i {    
    padding: 25px 0;
}

.app-partner {
    text-align: center;
    margin: 40px;
}

.app-partner-title {
    font-size: 4em;
    font-weight: 300;
    margin:20px;
}

.app-partner-list {
    text-align: left;
    display: inline-block;
    font-size: 1.25em;
}