/*-------------------
        Fonts
-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap');
* {
    font-family: 'Montserrat', sans-serif;
    transition: all ease 1s;
}
*,*:focus,*:hover{
    outline: none !important;
}
a,
a:hover,
a:focus,
a:visited {
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol {
    margin: 0;
    padding: 0;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hq-inner-wrap {
    height: 100%;
    width: 100%;
    display: table;
}
.hq-inner-wrap-c {
    display: table-cell;
    vertical-align: middle;
}
.errorbox {
    color: #F00;
    display: none;
    font-weight: 600;
    text-align: left;
}

header {
    background-image: url("/assets/brands/lml/images/header-background.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    padding-bottom: 70px;
    text-align: center;
}
nav {
    margin-bottom: 30px;
    padding: 30px 0;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul::after {
    clear: both;
    content: '';
    display: table;
}
nav li {
    float: left;
    width: 15%;
}
nav li:nth-of-type(1){
    margin-left: 7.5%;
}
nav li:nth-of-type(3){
    width: 25%;
}
nav li img {
    display: block;
    margin: auto;
    max-width: 180px;
    width: 100%;
}
nav li a {
    display: block;
    font-size: 12px;
    font-weight: 600; /* Semi bold */
    padding: 12px 0;
}
nav li.desktop-only a {
    padding: 0;
}
nav .navbar-brand {
    display: none;
}
.main-header {

}
.main-header__title,
.main-header__subtitle {
    display: block;
    font-weight: 400;
    margin: 0 auto;
    max-width: 690px;
}
.main-header__title {
    font-size: 54px;
}
.main-header__subtitle {
    font-size: 18px;
    line-height: 1.2;
    margin: 30px auto;
    max-width: 340px;
}
.main-header__title span {
    font-weight: 800; /* Extra Bold */
}
.btn,
.btn:focus,
.btn:hover,
.btn:visited {
    border: 3px #FFF solid;
    border-radius: 60px;
    color: #FFF;
    font-size: 16px;
    font-weight: 800; /* Extra Bold */
    padding: 13px 50px;
    text-align: center;
}
.btn--feature,
.btn--feature:focus,
.btn--feature:hover,
.btn--feature:visited {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b9afd+0,377fe8+100 */
    background: #1b9afd; /* Old browsers */
    background: -moz-linear-gradient(top,  #1b9afd 0%, #377fe8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #1b9afd 0%,#377fe8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #1b9afd 0%,#377fe8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b9afd', endColorstr='#377fe8',GradientType=0 ); /* IE6-9 */

    border: 0;
}

.section {
    background-color: #FFF;
    padding: 80px 0;
    text-align: center;
}
.section h2 {
    font-size: 35px;
    font-weight: 800; /* Extra Bold */
}
.section .description p {
    font-size: 13px;
}
.section-1 {
    background-color: #151c3a;
    color: #FFF;
}
.section-1 h2,
.section-2 h2,
.section-4 h2,
.section-contact h2 {
    margin-bottom: 15px;
}
.section-2 h2 {
    color: #2392f7;
}
.section-2 h2,
.section-2 .description {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    padding-left: 30px;
}

.section-3 {
    background-color: #244078;
    color: #FFF;
}
.section-4 {
    background-color: #151c3a;
    color: #FFF;
    padding: 0;
}
.section-4 h2,
.section-4 .description {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
    padding-left: 30px;
}
.section-4 .img-col {
    padding-right: 0;
}
.section-4 img {
    width: 100%;
}
.section-contact .description {
    padding-bottom: 40px;
}
.section-contact .img-col {
    padding-left: 50px;
}
.section-contact input[type="text"],
.section-contact input[type="email"],
.section-contact textarea {
    border: 1px #b7b7b7 solid;
    border-radius: 3px;
    box-shadow: none;
}

.section-contact input[type="text"],
.section-contact input[type="email"] {
    height: 50px;
}
.section-contact textarea {
    height: 189px;
}
footer {
    background-color: #FFF;
    padding-top: 0;
    padding-bottom: 60px;
}

/***********
* Parallax
************/
.parallax {

}
.parallax .content {
    opacity: 0;
    transform: translateY(200px);
    transition: transform 1s ease, opacity 1.5s ease
}
.parallax .content.active {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
}

@media only screen and (max-width : 1200px) {
    .section-contact textarea {
        height: 126px;
    }
}
@media only screen and (max-width : 992px) {
    nav li,
    nav li:nth-of-type(1),
    nav li:nth-of-type(3) {
        margin-left: 0;
        width: 20%;
    }
    nav li img {
        max-width: 130px;
    }
    .section-4 .content {
        padding: 30px 0;
    }
    .section-contact .img-col {
        padding-left: 30px;
    }
    .section-contact textarea {
        height: 119px;
    }
}
@media only screen and (max-width : 767px) {
    .row-eq-height,
    .hq-inner-wrap,
    .hq-inner-wrap-c {
        display: block;
    }
    .section-contact .form-group {
        padding: 0 15px;
    }

    nav li,
    nav li:nth-of-type(1),
    nav li:nth-of-type(3) {
        width: 25%;
    }
    nav .navbar-brand {
        display: block;
        padding-top: 30px;
        width: 100%;
    }
    nav .navbar-brand img {
        display: block;
        margin: auto;
        width: 180px;
    }
    .main-header__title {
        font-size: 42px;
    }
    .main-header__subtitle {
        margin: 50px auto;
    }
    .section {
        padding: 50px 0;
    }
    .section h2 {
        margin-bottom: 20px;
    }
    .section-2 img,
    .section-4 img {
        margin-left: -15px;
        margin-bottom: 50px;
        max-width: unset;
        width: 100vw;
    }
    .section-2,
    .section-4,
    .section-4 .content {
        padding-top: 0;
    }
    .section-4 h2,
    .section-4 .description,
    .section-2 h2,
    .section-2 .description {
        padding-left: 0;
    }
    .section-contact input[type="submit"]{
        margin-top: 20px;
    }
    footer img.pull-right {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width : 480px) {
}