/*MAIN*/

body {
    margin: 0;
    background: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    width: auto;
    /*overflow-x: hidden;*/
}

.container {
    padding: 0;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.valign-wrapper {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.valign {
    display: block;
}

/*GENERAL*/

.nav-container {
    padding: 0;
}

.logo-container {
    padding: 0;
}

.responsiveLogo {
    display: none;
}

ul.navigation {
    padding: 0;
    margin: 40px 0 0 0;
    list-style-type: none;
    border: 1px solid #585858;
    font-size: 13px;
}

.navigation li {
    vertical-align: middle;
    padding: 4px 0 4px 0;
    display: inline-block;
    color: #2c496b;
    text-align: center;
    width: 20%;
}

.navigation a {
    text-decoration: none;
}

.navigation li.active {
    background: #2c496b;
    border: 1px solid #2c496b;
}

.navigation li.active a {
    color: #fff;
}

.navigation li:hover,
.navigation li:hover a {
    background: #2c496b;
    color: #fff;
    border: 1px solid #2c496b;
}

.navIcon {
    display: none;
}

.navIcon {
    display: none;
    float: none;
}

.logo {
    float: right;
}

#welcome {
    margin-bottom: 35px;
}

#welcome article {
    margin-top: 5px;
}

#welcome article:nth-child(2) {
    margin-top: 17px;
}

.banner .row {
    background-image: url('../img/welcomebg.png');
    display: flex;
    align-items: center;
    min-height: 385px;
}

.banner.slider .row {
    background: none;
}

.banner .row div {
    border: 2px solid #fff;
    margin: 0 auto;
}

.banner .bannertext {
    padding: 0;
}

.banner h3 {
    font-weight: 500;
    font-size: 66px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 2px 1px #000;
    margin: 0;
    text-align: center;
}

.banner p.lead {
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 1px 2px 1px #333;
    text-align: center;
}

.carousel-indicators {
    left: 10% !important;
}

.carousel-indicators li {
    border-radius: 0 !important;
}

.left.carousel-control, .right.carousel-control {
    background-image: none !important;
}

.p-333 {
    color: #333;
}

.p-light {
    font-weight: lighter;
}

.after-banner > p.p-light {
    margin: 0 50px 30px 50px;
    text-align: justify;
}

a.btn-light,
button.btn-light {
    padding: 10px;
    background: #fff;
    color: #3b5ea3;
    border: 2px solid #3b5ea3;
    text-decoration: none;
    font-size: 15px;
    line-height: 21.4286px;
    font-weight: 600;
    display: inline-block;
}

a.btn-white,
button.btn-white {
    padding: 10px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 21.4286px;
    font-weight: 600;
    display: inline-block;
}

a.btn-white:hover,
button.btn-white:hover {
    padding: 10px;
    background: #fff;
    border: 2px solid transparent;
    text-decoration: none;
    font-size: 15px;
    line-height: 21.4286px;
    font-weight: 600;
    display: inline-block;
}

a.btn-light:hover,
button.btn-light:hover {
    background: #3b5ea3;
    border: 2px solid #fff;
    color: #fff;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

/*------------------------------------------------------*/

.companies-header {
    background: grey;
    color: #fff;
    padding: 10px;
}

.companies-container {
    margin-bottom: 20px;
}

.company {
    display: block;
    margin: 0 auto;
}

.after-companies {
    background: #91ABDE;
    font-size: 19px;
    color: #fff;
    padding: 20px 20px 15px 20px;
    margin-top: 20px;
}

.after-companies p {
    margin-bottom: 15px;
}

/*-----------------*/

footer .container {
    background: #EBEBEB;
    padding-bottom: 15px;
}

footer .container .row {
    margin-top: 15px;
}

footer .icon {
    background: transparent;
    color: #B2B2B2;
    font-size: 20px;
    margin: 3px;
    padding: 3px;
    border: 2px solid #b2b2b2;
}

.footer-links {
    margin: 0;
}

footer form .form-control {
    border-radius: 0 !important;
    float: right !important;
}

footer form .form-control:hover, footer form .form-control:focus, footer form .form-control:active {
    border-color: #ccc;
    box-shadow: none;
}

footer .newsletter > a {
    display: block;
    margin-bottom: 10px;
}

footer form .input-group-btn .btn {
    border-radius: 0;
    background: #91ABDE;
    color: #fff;
}

/*=============================*/

.articles .container .article {
    margin-bottom: 25px;
}

.articles .container .article .title {
    padding: 12px;
    min-height: 200px;
}

.dark-title {
    background: #2c496b;
    color: #fff;
}

.articles .container .article .light-title {
    background: #fff;
    border: 2px solid #2c496b;
}

.articles .container .article .title p:first-child {
    font-weight: bold;
}

.articles .container .article .light-title p {
    color: #2c496b;
}

.articles .container .article .title p:nth-child(2) {
    margin-top: 35px;
}

.articles .container .article .title .p-light {
    font-size: 13px;
}

.articles .container .article .dark-title .p-light {
    color: #ccc;
}

.articles .container .article .content {
    background: #fbfbfb;
    min-height: 200px;
}

/*=========================*/

#weoffer .desc-container p {
    margin-bottom: 20px;
}

#weoffer .container h3:first-of-type {
    margin-bottom: 20px;
}

.eclipse-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.eclipse {
    height: 270px;
    width: 270px;
    border-radius: 100%;
    background: #000;
    overflow: hidden;
    padding: 30px 30px 30px 30px;
    margin: 0 auto;
}

.eclipse-container:first-child .eclipse h4 {
    margin-top: 20%;
}

.eclipse-container:nth-child(2) .eclipse {
    padding: 30px 40px 40px 40px;
}

.eclipse-container:nth-child(2) .eclipse .p-light {
    font-size: 11px;
}

.eclipse .p-light {
    font-size: 13px;
    /*padding: 0 30px 30px 30px;*/
}

.dark-eclipse.eclipse {
    background: #093059;
    box-shadow: 0 4px 7px 0 #444;
    color: white;
}

.eclipse.light-eclipse {
    background: #fff;
    border: 2px solid #093059;
    box-shadow: 0 4px 7px 0 #093059;
    color: #093059;
}

.eclipse div {
    /*position: relative;*/
    /*top: 25%;*/
    text-align: center;
}

.eclipse h4 {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 15px;
}

.eclipse h4 small {
    display: block;
    color: #093059;
    margin-top: 5px;
}

/*====================*/

#join .container > .text-center h2 {
    margin: 30px 0 30px 0;
}

#join .container > .text-center p {
    margin-bottom: 25px;
    font-size: 16px;
}

#join form {
    margin-bottom: 60px;
}

#join form input[type=text], #join form input[type=file], #join form input[type=email], #join form input[type=password], textarea {
    display: block;
    margin: 10px auto;
    width: 220px;
    border: 1px solid #777;
}

#join form div.form-buttons {
    margin-left: 80px;
}

#join form input[type=reset], #join form input[type=submit] {
    display: inline-block;
    padding: 2px 12px 2px 12px;
}

#join form input[type=reset] {
    background: #fff;
    border: 1px solid #093059;
    color: #093059;
}

#join form input[type=submit] {
    background: #093059;
    border: 1px solid #fff;
    color: #fff;
}

/*======================*/

#reachus {
    margin-top: 20px;
}

#reachus div.form h3 {
    font-size: 30px;
    margin-bottom: 27px;
    margin-top: 0;
}

#reachus div.form input, #reachus .container div.form textarea {
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 12px;
    border: 2px solid #093059;
}

#reachus div.form input[type=reset], #reachus .container div.form input[type=submit] {
    display: inline-block;
    width: initial;
    border: 0;
}

#reachus div.form form input[type=reset] {
    background: #fff;
    color: #093059;
    border: 1px solid #093059;
    padding: 2px 25px 2px 25px;
}

#reachus div.form form input[type=submit] {
    background: #093059;
    color: #fff;
    padding: 2px 25px 2px 25px;;
}

/*----------------*/

#reachus .testimonial {
    background-color: #97c0ec;
    background-image: url('../img/testimonial.png');
    background-repeat: no-repeat;
    background-position: 110% 100%;
    padding: 20px 20px 0 20px;
    position: relative;
    overflow: auto;
    min-height: 366px;
    height: 434px;
    max-height: 485px;
}

#reachus .testimonial p.lead {
    color: #fff;
    font-size: 25px;
}

#reachus .testimonial p.lead span {
    display: block;
}

#reachus .testimonial img.authorimg {
    /*position: absolute;*/
    bottom: 0;
    right: 0;
    z-index: 0;
    display: none;
}

/*Media Queries*/

@media (min-width: 768px) {
    footer form .form-control {
        width: 50% !important;
    }

    .col-sm-offset-1-5 {
        margin-left: 4.166666665%;
    }
}

@media (min-width: 992px) {
    .col-md-offset-3-5 {
        margin-left: 29.16666666666667%;
    }
}

@media screen and (max-width: 768px) {
    ul.navigation {
        display: none;
    }

    ul.navigation li {
        width: 100%;
    }

    .navIcon {
        float: left;
        display: block;
        font-size: 30px;
    }

    .banner h3 {
        font-size: 60px;
    }

    .banner .row {
        background-position: 75%;
    }

    .logo-container {
        display: none;
    }

    .responsiveLogo {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    #reachus .testimonial p.lead span {
        display: inline;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .banner .row {
        background-position: 50%;
    }

    .eclipse {
        border-radius: 0;
        padding: 10px;
    }

    .eclipse h4 {
        padding: 0;
    }

    #reachus .testimonial p.lead {
        width: 50%;
        font-size: 18px;
    }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    #reachus .testimonial p.lead {
        width: 50%;
        font-size: 23px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    #reachus .testimonial p.lead {
        width: 50%;
        font-size: 20px;
    }
}

@media screen and (min-width: 620px) and (max-width: 768px) {
    #reachus .testimonial {
        background-position: 100% 100%;
    }
}

@media (max-width: 480px){
    #reachus .testimonial p.lead {
        font-size: 18px;
        width: 50%;
    }
}