html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    min-width: 360px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 100%;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

img {
    border: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

body {
    font-family: 'Segoe UI 8', "Open Sans", Arial, sans-serif;
    font-size: .83em;
    line-height: 1.75;
    color: #666666;
    background-color: white;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #9a9a9a;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    color: #0a4c83;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

    a:hover {
        text-decoration: underline;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Segoe UI 8', "Open Sans", Arial, sans-serif;
    color: #0a4c83;
}

h2 {
    font-size: 30px;
    margin: 30px 0;
}

button, input, select, textarea {
    border: 1px solid #d5d5d5;
    outline: 0;
    padding: 5px 8px;
    color: #666666;
}

    button:focus, input:focus, select:focus, textarea:focus {
        border-color: #666666;
    }

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

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

.main-btn {
    color: white;
    border: 1px solid white;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.main-header {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 99;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    background: #0a4c83;
}

.row {
    max-width: 1024px;
    margin: auto;
    min-width: 360px;
    text-align: center;
}

.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.logo-wrapper {
    background: url(../../portal/CDN/images/m360-home-header-logo.png) no-repeat;
    height: 70px;
    background-position: 25px 23px;
    min-width: 175px;
    margin: 0;
    padding: 0;
}

.wrapper-home {
    margin-left: 5px;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .wrapper-home {
        margin-left: 0;
    }
}

.logo-wrapper a {
    overflow: hidden;
    padding: 10px 150px 0 0;
    margin-left: -140px;
    text-transform: uppercase;
    color: white;
    font-size: 32px;
    font-weight: 700;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu li a {
    font-size: 14px;
    color: white;
    line-height: 70px;
    padding-top: 22px;
}

.main-menu .active a {
    border-top: 3px solid white;
    color: white;
}

.main-menu .signin {
    float: right;
}

    .main-menu .signin a {
        color: #645104;
        font-weight: 600;
        background-color: #f1c30b;
        border-radius: 3px;
        padding: 7px 20px;
        text-decoration: none;
    }

        .main-menu .signin a:hover {
            background-color: #ffd852;
        }

.menu-responsive {
    display: none;
    background-color: rgba(50, 50, 50, 0.88);
}

    .menu-responsive li {
        padding: 5px 0 5px 25px;
    }

        .menu-responsive li a {
            display: block;
            color: white;
            text-transform: uppercase;
            font-size: 14px;
        }

.header-text {
    text-align: left;
    color: white;
    position: absolute;
    width: 275px;
    padding: 30px;
    margin: 0;
    left: 61%;
    top: 140px;
    background: #0a4c83;
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-sizing: border-box;
}

@media (max-width:800px) {
    body {
        line-height: 1.6em;
    }

    .flexslider {
        height: 400px;
    }

    .img-hide {
        display: none;
    }

    .header-text {
        width: auto;
        margin: 20px;
        left: auto;
        top: 80px;
    }

    .col-sm-6, .col-md-6 {
        padding: 0 25px;
    }
}

@media (max-width:1050px) {
    .img-hide2 {
        display: none;
    }
}

.site-slider {
    padding-bottom: 30px;
}

.collaborate {
    margin-top: 10%;
}

@media (min-width:786px) {
    .flexslider {
        height: 520px;
        width: 100%;
        position: relative;
        background-image: url(../images/slide3.jpg);
        background-position: center bottom;
        background-repeat: no-repeat;
    }
}

.flexslider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.flexslider .slider-caption {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    top: 380px;
    left: 0;
}

    .flexslider .slider-caption h2 {
        color: white;
        text-transform: uppercase;
        font-size: 36px;
        font-weight: 700;
        border-bottom: 1px solid white;
        padding-bottom: 10px;
        display: inline-block;
    }

    .flexslider .slider-caption p {
        color: white;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 26px;
        display: block;
    }

@media screen and (min-width: 989px) {
    .flexslider .slider-caption {
        top: 230px;
    }
}

@media screen and (min-width: 1200px) {
    .flexslider .slider-caption {
        top: 380px;
    }
}

.heading-section {
    margin-bottom: 60px;
    text-align: left;
}

    .heading-section h2 {
        margin: 0 0 30px 0;
        font-size: 40px;
        font-weight: 400;
        display: inline-block;
    }

    .heading-section h3 {
        margin: 0 0 20px 0;
        font-size: 32px;
        font-weight: 400;
        color: #0a4c83;
        display: inline-block;
    }

    .heading-section p {
        color: #444444;
        font-size: 15px;
        font-weight: 300;
        margin-top: 10px;
    }

    .heading-section ul {
        color: #444444;
        font-size: 15px;
        font-weight: 300;
        margin-top: 10px;
    }

.small-text {
    color: #aaaaaa;
}

.contact-info {
    margin-top: 40px;
}

.contact-form input {
    width: 100%;
    margin-bottom: 15px;
}

.contact-form textarea {
    width: 100%;
    max-width: 100%;
    height: 120px;
}

.contact-form .mainBtn {
    margin-top: 15px;
    color: white;
    background-color: #ec523f;
    text-transform: uppercase;
    border: 0;
}

.footer {
    text-align: center;
}

    .footer .container {
        text-align: center;
        margin-top: 0;
        padding-top: 20px;
        border-top: 1px solid #ddd;
    }

.product .container {
    background-image: url('../images/skyline.png');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.features .container {
    background: #f0f0f1;
    padding-top: 75px;
}

    .features .container ul, .product .container ul {
        list-style: none;
    }

.row-features-right {
    border-left: 1px solid #ddd;
    margin-top: 70px;
    padding-left: 40px;
}

.row-benefits-left {
    border-right: 1px solid #ddd;
    margin-top: 70px;
    padding-right: 10px;
    margin-left: -50px;
    margin-right: 50px;
}

    .row-benefits-left img {
        float: right;
        margin-right: 50px;
    }

@media screen and (min-width: 1024px) {
    .product-left {
        visibility: visible;
    }

    .product .product-left img {
        margin-top: 120px;
    }
}

@media (max-width:768px) {
    .product-left {
        visibility: hidden;
        display: none;
    }

    .row-benefits-left {
        border-right: 0;
        margin-top: -30px;
        float: left;
        margin-left: 215px;
        position: absolute;
    }

        .row-benefits-left img {
            margin: 0;
        }

    .row-features-right {
        margin-top: -390px;
        padding-left: 170px;
        position: absolute;
    }
}

@media (max-width:767px) {
    .row-features-right {
        margin-top: -390px;
        padding-left: 170px;
        position: absolute;
    }
}

.ul-links li {
    margin-bottom: 7px;
}

.arrow-blue {
    margin-top: -5px;
}

.header-text p, .header-text p a {
    font-size: 15px;
    line-height: 1.35em;
    margin: auto;
    color: white;
    margin-bottom: 10px;
}

.header-text h1 {
    font-size: 22px;
    color: white;
    margin: 8px 0 20px 0;
}

    .header-text h1 span {
        font-weight: 600;
        font-size: 26px;
    }

/* SIGN IN */
.loading-signin {
    background-color: white;
    width: 280px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
}

.container_signin_domain {
    background-color: #f1f1f1;
    background-image: url('../images/bg_slide3.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.signindomain, .signin_domain {
    font-size: 15px;
    text-align: center;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 7%;
    height: 350px;
    width: 380px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    border: none;
}

.inputcompany, .input_company {
    font-size: 13px;
    margin: 0 0 15px 0;
    background-image: url(../images/office.png);
    background-repeat: no-repeat;
    background-position: 51px 25px;
}

.message-placeholder {
    height: 30px;
}

.inputcompany .input_inline, .input_company .input_inline {
    width: 140px !important;
    font-size: 15px;
    border-radius: 2px 0 0 2px;
    margin: 15px 2px 0 30px;
    border: 1px solid #c4c4c4;
    background-color: #eee;
    padding: 5px;
    height: 33px;
    line-height: 24px;
    text-align: right;
    box-sizing: border-box;
}

.largebutton .btn_large, .large_button .btn_large {
    width: 277px;
    padding: 10px;
    color: #645104;
    font-weight: 600;
    background-color: #f1c30b;
    margin-top: 9px;
    border-radius: 3px;
    box-sizing: border-box;
}

.signindomain .largebutton button:hover, .signin_domain .largebutton button:hover {
    background-color: #ffd852;
}

.signindomain-txt {
    text-align: center;
    padding-bottom: 5%;
}

.b-signedin {
    padding: 7px 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 5px;
    background-color: #fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

/* 404 STYLE */
.html404 {
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
}

    .html404 body {
        background: none;
    }

.content404 {
    margin: auto;
    padding-top: 10%;
    text-align: center;
}

.content404 h1 {
    font-size: 70px;
}

.content404 h2 {
    margin: auto;
    font-size: 37px;
    margin-bottom: 3px;
    padding: 10px 0 0 0;
    width: 115px;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

.content404 p {
    font-size: 14px;
}

.content404 .back-txt {
    font-size: 16px;
    margin-top: 20px;
}

.content404 a {
    color: #645104;
    text-decoration: none;
    border-radius: 3px;
    padding: 7px 35px;
    margin: 10px 0 0 0;
    background: #f1c30b;
    border: 1px solid #f1c30b;
}

.content404 a:hover {
    background: #ffd852;
    border: 1px solid #f1c30b;
}