@import url("https://use.typekit.net/yjz8tik.css");
body {
    color: #000;
    font-family: proxima-nova,Arial,sans-serif;
    font-size: 18px;
    line-height:30px!important;
    font-weight: 400;
}

#wrapper {
    max-width: 1180px;
    width:100%!important;
    padding-right: 0!important;
    padding-left: 0!important;
}
#app_body .logo-container{
    display:none;
}
#wrapper #app_body {
 max-width:unset;   
}

#wrapper h1.app-title {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color:#031263;
}

h2 {
    font-size:36px;
    line-height:36px;
    font-weight:800;
    color:#031263;
}

#wrapper .company-name {
    font-size:20px;
    line-height: 28px;
    font-weight: 600;
    color: #00A85D;
}

#app_body li {
   font-size:18px; 
   line-height:30px; 
   margin-bottom:20px;
}

li::marker {
    color:green;
}

#wrapper #app_body #application {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    border-radius:10px;
}

#wrapper #app_body #application #custom_fields div.field label,#wrapper #app_body #application #main_fields div.field label {
    font-size: 14px
}

#wrapper #app_body #application #submit_app {
    border-radius: 0;
    background: #1762E6;
    font-family: ff-dagny-web-pro,proxima-nova,Arial,sans-serif;
    font-size: 16px;
    text-shadow: none;
    font-weight:500;
    border-radius:50px;
    transition: color .35s ease,background-color .35s ease!important
}

#wrapper #app_body #application #submit_app:hover {
    background: #0E4C8A;
}
.accessible #content {
    line-height:30px!important;
}
@media (max-width:768px) {
    #wrapper h1.app-title {
        font-size:48px
    }
}