* {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    font-size: 16px;
    font-family: 'Merriweather Sans', sans-serif;
    background-color: #ffffff;
}

nav a {
    font-size: 14px;
}
@media screen and (min-width: 992px)  {
    nav a {
        font-size: 16px;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Merriweather', serif;
    font-weight: 300;
}

.text-white {
    color: #fff;
}
/* Footer */
footer {
    background-color: #000;
    border-bottom: 1px solid #000;
    margin-top: 50px;
}
.footer {
    color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
}
.footer p {
    color: #ccc;
    margin: 0 0 5px;
}
.footer a,
.footer a:hover {
    color: #ccc;
}

/* Helpers */
.white-space-xxx {
    height: 100px;
}
.white-space-xxl {
    height: 80px;
}
.white-space-xl {
    height: 60px;
}
.white-space-md {
    height: 40px;
}
.white-space {
    height: 30px;
}
.white-space-sm {
    height: 20px;
}
.white-space-xs {
    height: 10px;
}
.article-image,
.article-text {
    margin-top: 30px;
    margin-bottom: 20px;
}
.intro-text {
    font-weight: 400;
}
.title {
    font-family: 'Merriweather';
    /*font-weight: 400 !important;*/
}
.block-text-w,
.block-text-w a {
    color: #ffffff;
}
.distributors a,
.block-text-i,
.block-text-i a {
    color: #333333;
}
.distributors a,
.block-text-i a {
    text-decoration: underline;
}

.carousel-inner>.item {
    height: 200px;/*200px;*/
}
.carousel-inner .item img {
    max-height: 200px;
}

@media screen 
    and (max-width: 1300px) {
    .container {
        width: auto;
    }
}

@media screen
    and (max-width: 767px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .footer .address-one {
        padding-bottom: 30px;
    }

}

.text-container {
    padding-left: 45px;
    padding-right: 45px;
}

.job-page p {
  margin-bottom: 25px;
}

.job-page ul {
    margin-top: -25px;
    margin-bottom: 25px;
}