html {
    position: relative;
    min-height: 100%;
}
body{
    color:#888888;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin-bottom: 240px; /* Margin bottom by footer height */
}

:focus{
    outline:none !important;
    box-shadow:none !important;
}

button{
    background-color: transparent;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 240px; /* Set the fixed height of the footer here */
}


a, h1, h2, h3, h4{
    color: #13418C;
}

h4{
    font-weight: bold;
    font-size: 14px;
}

h6{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
}

h1{
    font-weight: 400;
    font-size: 40px;
}

h2{
    font-size: 30px;
    font-weight: 300;
}

.contact-header a{
    color:#888888;
    line-height: 30px;
}

.navbar h2{
    color:#888888;
}

.navbar{
    padding-left: 0;
    margin: 50px -15px;
}
.fa-bars{
    font-size: 30px;
}

h3{
    font-size: 20px;
}

.footer-menu{
    background-color: #F7F7F7;
}

.footer-menu, .footer-bottom{
    min-height: 120px;
}

.btn h3{
    white-space: initial;
    text-align: left;
}

.lexcom-industries-productentry{
    border-top: thin solid #CFCFCF;
    padding-top: 35px;
    padding-bottom: 29px;
}

.lexcom-industries-productentry:last-child{
    border-bottom: thin solid #CFCFCF;
}

.lexcom-industries-productentry .btn .fas{
    margin-top: 4px;
}

.product{
    overflow-x: hidden;
}

.product ul, .about-us ul, .lexcom-industries-example ul{
    list-style-type: none;
    padding: 0;
}

.product li, .about-us li, .lexcom-industries-example li{
    padding-left: 1.3em;
    margin-bottom: 18px;
}

.bg-gray{
    background-color: #F7F7F7;
}

.product li:before, .about-us li:before, .lexcom-industries-example li:before{
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-left: -1.2em;
    width: 1.2em;
    color: #13418C;
}

.about-us .lexcom-industries-column:nth-child(2) li:nth-child(2){
    border:2px solid #FFB100;
    border-radius:5px;
    padding: 20px 20px 20px 1.9em;
    margin: -10px -10px 20px;
    color: #13418C;
}


button[data-toggle="collapse"]{
    color:#FFB100;
}

button[data-toggle="collapse"][aria-expanded="true"] .closed{
    display: none;
}
button[data-toggle="collapse"][aria-expanded="false"] .opened{
    display: none;
}

.hero{
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}

.hero, .hero h1, .hero h2, .hero h3, .hero a {
    color:#FFF;
}

.hero p{
    border-bottom: 1px #FFF solid;
}

.lexcom-industries-hero > div > div > div > div > div > div > div > p:nth-child(6){
    border-bottom: none;
}

.lexcom-industries-productentry .content{
    background-color: #F7F7F7;
}


.card-collabse-content{
    background-color: #F7F7F7;
}

.quality {
    border-top:#13418C 1px solid;
    border-bottom:#13418C 1px solid;
}

.quality p{
    color: #13418C;
}

#contact{
    padding-bottom: 80px;
}

#contact-customer-id, #contact-country, #contact-phone{
    margin-bottom: 60px;
}

#contact .clearfix:first-child{
    width: 49%;
    float: left;
    margin-right: 2%;
}

#contact .clearfix:nth-child(2){
    width: 49%;
    float: left;
}

#contact .clearfix:nth-child(5){
    width: 32%;
    float: left;
    margin-right: 2%;
}

#contact .clearfix:nth-child(6){
    width: 32%;
    float: left;
    margin-right: 2%;
}

#contact .clearfix:nth-child(7){
    width: 32%;
    float: left;
}

.link-btns a{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    background-color: #FFB100;
    border-color: #FFB100;
    border-radius:2rem;
    color:#FFF;
}
.link-btns a:hover{
    text-decoration: none;
}

/* Overrides */
.shadow{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important
}
.shadow-lg{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.1)!important;
}

.navbar .dropdown .btn-default{
    color: #13418C;
    border-radius: 10px;
}

.navbar .dropdown.show .btn-default{
    background-color: #13418C;
    border-color: #13418C;
    color:#FFF;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    border-bottom: none;
}

.navbar .dropdown-menu-right{
    background-color: #13418C;
    border: none;
    margin-top: 0;
    border-radius: 10px 0 10px 10px;
    padding: 20px;
}
.navbar .dropdown-item{
    color:#FFF;
    border-top: 1px solid #FFF;
    padding: .25rem 0;
}

.navbar .dropdown-item:first-child{
    border-top: none;
}

.navbar .dropdown-item.disabled{
    display:none;
}

.navbar .home{
    padding-top:5px;
    font-size: 22px;
}

.dropdown-item:focus, .dropdown-item:hover{
    background-color: #0a2767;
}

.card-body img{
    margin-top: 10px;
}
.card-body h3{
    margin-top: 30px;
    margin-bottom: 20px;
}

.card-footer{
    padding: 0;
    background-color: transparent;
    border-top: none;
}

.card-footer .btn{
    font-size: 22px;
}

.neos-alignment-center{
    text-align: center;
}

.neos-nodetypes-image img{
    max-width: 100%;
    height: auto;
}

.form-control{
    border-radius: 0;
}

textarea.form-control{
    height:120px;
}

.btn-primary{
    background-color: #FFB100;
    border-color: #FFB100;
    border-radius:2rem;
}

.card{
    border: none;
}
