/* START: Map page */

.set-map-container-outer {
    overflow: hidden;
    height: 600px;
    width: 100%;
}

.set-map-container {
    padding-bottom: 60px;
    margin-top: -78px;
    margin-left: -320px;
}

/* END: Map page */

/* Current Vacancies */
.vacancies li {
    width: 25%;
    float: left;
    margin-right: 2%;
    margin-left: 2%;
    border-bottom: 1px dotted #b2b2b2;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
    padding-bottom: 40px;
    text-decoration: none;
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    transition: color 300ms;
}

section.jobs-section {
    padding-bottom: 60px;
}

ul.careers-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.careers-list li {
        margin-bottom: 10px;
        padding: 14px;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
        background-color: #fbfbfb;
    }

        ul.careers-list li a {
            color: #4c4c4c;
        }

            ul.careers-list li a:hover {
                color: #ce1d28;
            }

        ul.careers-list li h2 {
            font-size: 20px;
            padding: 0;
            margin: 0;
            padding-bottom: 6px;
        }

        ul.careers-list li p {
            padding: 0;
            margin: 0;
            max-width: 1096px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.btn-top-careers {
    margin-bottom: 10px;
    text-align: center;
    padding: 14px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #fbfbfb;
}

    .btn-top-careers i {
        padding: 0;
        font-size: 10px;
    }

.jobs-top-section {
    display: inline-block;
    padding: 27px 0 50px 0;
    width: 100%;
}

.job-top-section-inner {
    border-bottom: solid 1px #ccc;
}

.jobs-bottom-section h4 {
    padding: 16px 0;
}

.btn-primary,
.btn-primary:visited {
    color: #fff;
    background-color: #c0001f;
    border-color: #c0001f;
    border-radius: 0;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary::selection {
        background-color: #3f3e3e;
        border-color: #3f3e3e;
    }

.center {
    margin-top: 50px;
}

.modal-header {
    padding-bottom: 5px;
}

.modal-content {
    border-radius: 0;
}

body.modal-open {
    overflow-y: scroll;
}

body.subpage.modal-open {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div#squarespaceModal {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-footer {
    padding: 10px;
}

    .modal-footer .btn-group button {
        height: 40px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: none;
        border-right: 1px solid #ddd;
    }

    .modal-footer .btn-group:last-child > button {
        border-right: 0;
    }

.modal-content .form-control {
    border-radius: 0;
}

/*START: Updated Search*/
.search-container {
    display: block;
    margin-right: 110px;
    text-align: right;
    position: relative;
    z-index: 9;
}

    .search-container a {
        position: absolute;
        right: -10px;
        display: inline-block;
        padding: 6px 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-top: -9px;
        color: #c0001f;
        background-color: #fff;
    }

.search-alignment {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 46%;
    margin: auto;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 9999;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search button.btn.btn-default {
        background-image: none;
    }

    #search input[type="search"] {
        width: 60%;
        height: 100px;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0;
        border-bottom: 1px solid #fff;
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 34px;
        outline: none;
        display: initial;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: #c0001f;
        border-color: #c0001f;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }
/*END: Updated Search*/
/* Global Styles */
html, body, form {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    color: #4c4c4c;
    width: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #A1A1A1;
}

    a:hover {
        text-decoration: none;
        color: #c0001f;
    }

    a:focus, a::selection {
        text-decoration: none;
        color: #c0001f;
    }

.full-width-background-light {
    width: 100%;
    background-color: #f7f7f7;
}

.clear-both {
    clear: both;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.nopadding {
    padding: 0;
    margin: 0;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-first-title {
    margin-top: 71px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

h3 {
    color: #808080;
    font-weight: 100;
    font-size: 2.000em;
}

h4 {
    color: #808080;
    font-weight: 100;
    font-size: 1.429em;
}

i.fa.fa-info-circle.float-left {
    color: #808080;
    font-size: 25px;
}

    i.fa.fa-info-circle.float-left:hover {
        color: #c0001f;
    }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-inline {
    display: inline-block;
}

.img-hover:hover {
    opacity: 0.8;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #c0001f;
    font-size: 1.071em;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    height: 34px;
}

button.btn.btn-default {
    background-image: url(../images/crest-search.png);
}

i.fa.fa-chevron-circle-up.go-to-top {
    color: #c0001f;
    font-size: 25px;
}

img.SFC-Logo {
    padding-top: 6px;
}
/* multi tier menu style*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
        /*Added - Justin*/
        background: transparent;
        border: none;
        box-shadow: none;
        text-align: right;
        width: 200px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown-menu.sub-menu-style {
    background-color: #fff;
}

ul.dropdown-menu.sub-menu-style {
    background-color: #fff;
}

    ul.dropdown-menu.sub-menu-style li {
        border-bottom: 1px dotted #333;
        color: #333;
    }

    ul.dropdown-menu.sub-menu-style a {
        background-color: white;
        color: #333;
    }

/* end multi tier menu*/

.page-header {
    color: #808080;
    font-weight: 100;
    font-size: 30px;
    border-bottom: none;
    background-color: transparent;
    padding-bottom: 20px;
}

h2.page-header {
    padding-left: 16px;
    padding-top: 18px;
    padding-bottom: 14px;
}

.page-inner-container {
    color: #808080;
    position: relative;
}

    .page-inner-container p {
        color: #808080;
        font-weight: 100;
        font-size: 18px;
    }

    .page-inner-container span {
        color: #808080;
        font-size: 1.000em;
        font-weight: 400;
        padding-top: 3px;
    }

.container-background-light {
    display: inline-block;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    background-color: #fbfbfb;
    margin-bottom: 10px;
}

.container-background-dark {
    background-color: #333333;
}

.container-padding {
    padding: 40px 0 55px 0;
}

.container-seperator {
    width: 100%;
    height: 16px;
}
/* Home Page Carousel */

header.carousel {
    height: 60%;
}

.carousel-caption {
    width: 100%;
    left: 0;
    padding-bottom: 0;
    bottom: 0;
}

    .carousel-caption .carousel-slide-title {
        position: absolute;
        z-index: 30;
        text-align: center;
        width: 100%;
    }

header.carousel .caption-top span {
    background-image: url(../images/open-summary-background.png);
    background-repeat: repeat;
    width: 45%;
    display: inline-block;
    text-align: left;
    height: 63px;
    top: 0;
    position: absolute;
    left: 0;
}

    header.carousel .caption-top span.open-caption-right {
        right: 0;
        left: auto;
    }

header.carousel .caption-top {
    width: 100%;
    position: relative;
    height: 63px;
}

i.fa.show-on-top.fa-chevron-circle-down.caption-text {
    color: rgb(51, 51, 51);
    font-size: 32px;
}

.summary-closed {
    background-image: url(../images/closed-summary-background.png);
    width: 46px;
    height: 63px;
    display: inline-block;
}

@media only screen and (max-width: 991px) {

    .summary-closed {
        background-image: url(../images/closed-summary-background-small.png);
        cursor: default;
    }

    .slider-text {
        display: none;
    }
}

.summary-open {
    background-image: url(../images/open-summary-arrow.png);
    width: 10%;
    height: 63px;
    display: inline-block;
    background-position-x: center;
}

h2.carousel-slide-title {
    font-weight: 300;
}

.slider-text {
    padding: 30px 30%;
    height: 100%;
    background-image: url(../images/caption-background.png);
    background-repeat: repeat;
}

    .slider-text p {
        text-shadow: none;
        color: #333333;
        font-weight: 300;
        font-size: 40px;
    }

header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 10px;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
        background-image: url(../images/left-arrow.png);
        width: 106px;
        height: 146px;
        left: 0;
        top: 42%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-left: -15px;
        background-image: url(../images/right-arrow.png);
        width: 106px;
        height: 146px;
        right: 15px;
        top: 42%;
    }

    .carousel-control .icon-prev:before {
        display: none;
    }

    .carousel-control .icon-next:before {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators-background {
        background-image: url(../images/banner-pagination-background.png);
        background-repeat: repeat-x;
        height: 60px;
    }

    .carousel-indicators {
        text-align: left;
        display: inline-block;
        padding: 1.10% 20%;
        top: 100%;
        width: 100%;
        left: 30%;
    }
}

.carousel-indicators li {
    display: inline-block;
    margin: 1px;
    cursor: pointer;
    width: 0;
    height: 0;
    border: none;
    border-radius: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid red;
}

    .carousel-indicators li:nth-child(even) {
        display: inline-block;
        margin: 1px;
        cursor: pointer;
        width: 0;
        height: 0;
        border: none;
        border-radius: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #3f3e3e;
    }

    .carousel-indicators li:nth-child(odd) {
        display: inline-block;
        margin: 1px;
        cursor: pointer;
        width: 0;
        height: 0;
        border: none;
        border-radius: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 10px solid #3f3e3e;
    }

    .carousel-indicators li.active:nth-child(odd) {
        width: 0;
        height: 0;
        background-color: transparent;
        border-bottom: 10px solid red;
    }

    .carousel-indicators li.active:nth-child(even) {
        width: 0;
        height: 0;
        background-color: transparent;
        border-top: 10px solid red;
    }

.show-on-top {
    z-index: 10;
}
/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}
/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

    .price sup {
        top: -20px;
        left: 2px;
        font-size: 20px;
    }

.period {
    display: block;
    font-style: italic;
}

.red-ribbon {
    position: absolute;
    z-index: 10;
    top: 0;
    left: -15px;
    max-width: 25.3%;
}

/* Image container Styles */
.image-container-outer {
    margin-top: 15px;
    float: left;
    background-color: #fff;
    width: 100%;
}

.image-container-outer-ribbon {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #4c4c4c;
    width: 100%;
    min-height: 75px;
    z-index: 10;
    padding: 15px;
    padding-bottom: 30px;
    text-align: center;
    background-image: url(../images/logo-detail-inverted.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 34px 20px;
}

.table .image-container-outer-ribbon {
    position: relative;
    width: 100%;
    float: left;
    top: 0px;
}

.image-container-outer-ribbon p {
    font-weight: 400;
    font-size: 12px;
    color: #cccccc;
    padding-left: 10%;
    margin-top: 10px;
}

.image-container-outer-ribbon span {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    padding-left: 10%;
}

img.align-left-ribbon {
    padding-top: 3px;
}

.image-container-outer-ribbon + img {
    margin-top: 70px;
    margin-bottom: 20px;
}
/* Image container Styles */
/* Footer Styles */

footer {
    position: relative;
    background-color: #00253c;
    width: 100%;
    float: left;
}

/* Responsive Styles */

@media only screen and (min-width: 800px) {
    /*START: Updated Search*/

    /*END: Updated Search*/
}

@media only screen and (max-width: 991px) {
    .customer-img .img-related {
        margin-bottom: 30px;
    }
}

header.carousel .carousel {
    height: 70%;
}
/*START: Header*/
.navbar-inverse {
    background-color: #FFF;
    border-color: transparent;
    border-top: 3px solid #00375c;
}

.dropdown-menu > li > a {
    background-color: #333333;
    color: #fff;
    margin: 2px 0;
    padding: 3px 14px;
    font-size: 0.929em;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #c0001f;
        text-decoration: none;
        background-color: #f5f5f5;
    }
/*END: Header*/
/*START: Navigation:*/
.navbar-inverse .navbar-nav > li > a {
    font-size: 1.071em;
    color: #4c4c4c;
}

.navbar-nav > li > .dropdown-menu {
    /*background: transparent;*/
    background: #333;
    border: none;
    box-shadow: none;
    text-align: right;
}

.caret {
    color: #c0001f;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #4c4c4c;
    background-color: transparent;
    font-weight: 500;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #4c4c4c;
    background-color: transparent;
    font-weight: 500;
}

.navbar-inverse .navbar-collapse {
    border-color: #101010;
    margin-bottom: 20px;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-bottom: 24px;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
    background-color: #00345d;
}

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #c0001f;
    }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
    min-width: 100%;
}
/*END: Navigation:*/

/*START:Careers & Opportunities*/

.image-container-outer-ribbon-c-and-o p {
    color: #fff;
    margin: 10px;
}

.c-and-o {
    padding-bottom: 26px;
}

    .c-and-o ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #b2b2b2;
    }

        .c-and-o ul li {
            line-height: 22px;
        }

ul.vacant-position {
    border-top: 1px dotted #999;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
    padding-top: 15px;
    color: #A1A1A1;
    font-weight: 400;
}

.red-top-border h4 + .vacant-position {
    border-top: 0px;
}

ul.vacant-position li:last-child {
    line-height: 10px;
}

a.vacant-position {
    color: #b2b2b2;
}

h3.come-work-with-us {
    margin-top: 8px;
}

ul.come-work-with-us {
    list-style: none;
    padding: 0;
    color: #A1A1A1;
    font-weight: 400;
}

ul.career-opportunities {
    list-style: none;
    padding: 0;
    color: #A1A1A1;
    font-weight: 400;
}

.c-and-o h3 {
    color: #b2b2b2;
    font-size: 2.000em;
    padding-bottom: 14px;
}

.c-and-o h4 {
    color: #b2b2b2;
    font-size: 1.429em;
    padding-top: 17px;
    padding-bottom: 14px;
}

.c-and-o span {
    color: #808080;
}

.c-and-o p {
    font-size: 1.286em;
    font-weight: 100;
}
/*END:Careers & Opportunities*/

/*START: Finance & Investors*/

.f-and-i h3 {
    color: #b2b2b2;
    font-size: 2.000em;
    padding-bottom: 14px;
    font-weight: 100;
    margin-top: 0;
}

.f-and-i-info {
    margin: 0 0 16px 0;
    width: 70%;
    margin-left: 15%;
    text-align: center;
}

    .f-and-i-info i, .f-and-i-info span {
        display: inline;
        width: auto;
    }

/*END: Finance & Investors*/

/*START: Footer*/
.last-row {
    margin-bottom: 66px;
    background: #00375c; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzc1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMzc1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMzc1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMzc1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDI1M2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #00375c 0%, #00375c 25%, #00375c 50%, #00375c 75%, #00253c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00375c), color-stop(25%, #00375c), color-stop(50%, #00375c), color-stop(75%, #00375c), color-stop(100%, #00253c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00375c 0%, #00375c 25%, #00375c 50%, #00375c 75%, #00253c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00375c 0%, #00375c 25%, #00375c 50%, #00375c 75%, #00253c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00375c 0%, #00375c 25%, #00375c 50%, #00375c 75%, #00253c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00375c 0%, #00375c 25%, #00375c 50%, #00375c 75%, #00253c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00375c', endColorstr='#00253c', GradientType=0 ); /* IE6-8 */
    width: 100%;
    float: left;
}

    .last-row h3 a {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .last-row a {
        color: #b2b2b2;
        font-size: 0.929em;
    }

    .last-row ul {
        list-style: none;
        padding: 0;
        padding-right: 10px;
    }

@media only screen and (max-width: 991px) {
    .last-row {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 448px) {
    .footer-last-list {
        text-align: center;
    }
}

.footer-company-info {
}

    .footer-company-info span {
        color: #fff;
        font-size: 0.857em;
    }

.news-background {
    background-color: #c0001f;
    display: none;
}

    .news-background p {
        line-height: 29px;
    }

    .news-background li {
        float: left;
        color: #fff;
        font-size: 0.929em;
        font-weight: 400;
    }

        .news-background li:nth-child(even) {
            list-style: none;
            padding-left: 5px;
        }

        .news-background li:nth-child(odd) {
            list-style: disc;
            padding-left: 10px;
            margin-left: 50px;
        }

.footer-sitemap {
    display: none;
}

    .footer-sitemap li {
        list-style: none;
        float: left;
        padding-right: 16px;
    }

    .footer-sitemap a {
        font-weight: 400;
        font-size: 21px;
        text-transform: uppercase;
        color: #c0001f;
    }

ul.footer-sitemap.social-media {
    display: none;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #808080;
}

    ul.footer-sitemap.social-media li {
        padding-right: 10px;
        margin-right: 10px;
        display: inline-block;
        float: none;
    }

        ul.footer-sitemap.social-media li:last-child {
            padding-right: 0px;
            margin-right: 0px;
        }

.footer-padding {
    padding-top: 20px;
    padding-bottom: 24px;
}

/*END: Footer*/

/*START: Designed and Developed*/

.designed-and-developed {
    display: inline-block;
    padding: 16px 0 12px 0;
    border-top: 1px solid #808080;
    font-size: 16px;
    width: 100%;
}

    .designed-and-developed span {
        font-size: 0.857em;
        color: #fff;
    }

/*END: Designed and Developed*/

/*START: Language selector*/
.language-list {
    visibility: hidden;
    height: 10px;
}

.lang-selector button.btn.btn-default {
    background-image: none;
}

.lang-selector .dropdown-menu {
    right: 0px;
    left: auto;
}

/*END: Language selector*/

/*START: Go to top*/

a.go-to-top-text {
    font-size: 19px;
}
/*END: Go to top*/

/*START: Marquee*/
.marquee-styling {
    margin-top: 8px;
}

/*END: Marquee*/

@media only screen and (max-width: 448px) {
    .go-to-top-small-device {
        text-align: left;
    }
}

/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/
/***********************************************************************************************/

/* Kamila's styles */

.input-group {
    width: 95%;
}

.image-container-outer {
    max-height: 195px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .image-container-outer.table {
        max-height: 500px;
    }

input, textarea, select {
    border: 0px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

    select::-ms-expand {
        display: none;
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
        outline: none;
    }

.navbar-form .input-group > .form-control,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    background-color: #f2f2f2;
}

.navbar-form .input-group > .form-control {
    font-size: 13px;
    color: #808080;
}

.carousel {
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 10px 23px -10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 10px 23px -10px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 23px -10px rgba(0,0,0,0.4);
}

.carousel-indicators-background {
    background-image: url(../images/banner-pagination-background.png);
    background-repeat: repeat-x;
    height: 40px;
    width: 100%;
    left: 0px;
    margin-left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 10px 23px -10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 10px 23px -10px rgba(0,0,0,0.4);
    box-shadow: 0px 10px 23px -10px rgba(0,0,0,0.4);
}

.carousel-indicators li, .carousel-indicators li:nth-child(odd),
.carousel-indicators li:nth-child(even) {
    display: none;
}

.carousel-inner {
    z-index: 200;
    overflow: visible;
}

.carousel-caption {
    background-image: url(../images/banner-pagination-background.png);
    background-repeat: repeat-x;
    height: 60px;
    width: 100%;
}

    .carousel-caption .carousel-slide-title {
        line-height: 57px;
        width: 60%;
        left: 20%;
        font-size: 18px;
        margin: 0px;
        top: 0px;
        border-bottom: 3px solid #c0001f;
    }

.carousel-control {
    z-index: 200;
}

.flexnav {
    max-height: 0px;
    height: 0px;
}

ul.flexnav {
    padding: 0;
    text-align: left;
}

.flexnav.flexnav-show.scroll {
    overflow: auto;
}

.flexnav.scroll {
    overflow: hidden;
}

.navbar-brand {
    width: 50%;
    margin-top: 5px;
}

    .navbar-brand img {
        width: 100%;
    }

.navbar-header {
    width: 100%;
}

.navbar {
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.2);
}

.designed-and-developed span {
    font-size: 11px;
    line-height: 15px;
    display: block;
}

    .designed-and-developed span a {
        font-size: 11px;
        color: #fff;
    }

        .designed-and-developed span a:hover {
            text-decoration: underline;
        }

.footer-last-list {
    border-top: 1px solid #808080;
    text-align: center;
}

.col-xs-2.go-to-top-small-device {
    padding: 0px;
}

.designed-and-developed .col-xs-2 span {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
}

.designed-and-developed .col-xs-2 i {
    line-height: 25px;
    height: 25px;
    float: right;
}

.footer-padding .col-md-4:nth-child(9) {
    margin-top: -80px;
}

.footer-padding .col-md-4:nth-child(6) {
    margin-top: -130px;
}

.container-background-light.page-inner-container > a {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(71,71,71,0.03);
    -moz-box-shadow: 0px 2px 4px 0px rgba(71,71,71,0.03);
    box-shadow: 0px 2px 4px 0px rgba(71,71,71,0.03);
    margin-bottom: 15px;
    width: 100%;
    float: left;
    position: relative;
}

.container-background-light.page-inner-container .float-right {
    padding-bottom: 15px;
    float: left;
}

.container-padding.container-background-dark {
    padding-top: 0px;
}

    .container-padding.container-background-dark > .container {
        padding: 0px;
        width: 100%;
    }

.image-container-outer-ribbon-c-and-o {
    position: absolute;
    top: 0px;
    right: 0;
    background-image: url(../images/c-and-o-summer-background.png);
    background-repeat: repeat;
    width: 100%;
    min-height: 75px;
    max-height: 75px;
    z-index: 10;
    padding: 0 8px 0 15px;
    line-height: 75px;
    overflow: hidden;
}

    .image-container-outer-ribbon-c-and-o p {
        margin: 0px;
        font-size: 16px;
        color: #b2b2b2;
    }

    .image-container-outer-ribbon-c-and-o img {
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }

.left-arrow {
    display: none;
}

.image-container-outer-ribbon-c-and-o img:first-child {
    right: -10px;
    left: auto;
    display: block;
}

.container-padding.container-background-dark .img-responsive {
    width: 100%;
}

.container-padding.container-background-dark > .container > .slider {
    position: relative;
    width: 100%;
    float: left;
    height: 160px;
    overflow: hidden;
}

    .container-padding.container-background-dark > .container > .slider > .nopadding {
        position: absolute;
        top: 0px;
        height: 190px;
        overflow: hidden;
        z-index: 1;
        width: 100%;
    }

        .container-padding.container-background-dark > .container > .slider > .nopadding.active-slide {
            z-index: 3;
        }

h3.come-work-with-us, .red-top-border h4 {
    font-size: 20px;
    color: #cdcdcd;
    font-weight: 300;
    margin-top: 15px;
}

.red-top-border h4 {
    border-top: 4px solid #c0001f;
    width: 100%;
    padding-top: 15px;
}

.come-work-with-us li:first-child p {
    font-size: 18px;
    font-weight: 300;
}

.vacant-position li a {
    color: #b2b2b2;
}

.vacant-position li span {
    color: #808080;
}

.date-container {
    width: 100%;
    float: left;
    background-color: #333;
    padding: 5px;
    text-align: center;
}

    .date-container span {
        font-size: 12px;
        color: #ccc;
        display: block;
    }

.trading-table {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

    .trading-table li {
        width: 100%;
        float: left;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        color: #808080;
        background-color: #ececec;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px;
    }

        .trading-table li:nth-child(even) {
            background-color: #ececec;
        }

        .trading-table li:nth-child(odd) {
            background-color: #fff;
        }

        .trading-table li span {
            width: 30%;
            float: right;
            height: 45px;
            padding-left: 15px;
            border-left: 1px dotted #808080;
        }

/* subpages */

.integration-container .subpage-content {
    width: 100%;
    float: left;
    padding-top: 30px;
}

header + .integration-container .subpage-content {
    padding-top: 0px;
}

.border + .description {
    margin-top: 30px;
}

.sub-banner {
    width: 100%;
    float: left;
    height: 280px;
    background-color: #000;
    margin-top: 35px;
}

    .sub-banner .image-container,
    .sub-banner .map-container {
        width: 100%;
        height: 220px;
        float: left;
        overflow: hidden;
        margin-bottom: 0px;
    }

        .sub-banner .image-container img {
            width: 100%;
        }

    .sub-banner .title-container {
        width: 100%;
        height: 60px;
        float: left;
        background-image: url(../images/banner-pagination-background.png);
        background-repeat: repeat-x;
        text-align: center;
    }

.title-container .header-container {
    width: 70%;
    height: 60px;
    border-bottom: 3px solid #e00019;
    display: inline-block;
}

.title-container h2 {
    margin: 0px;
    padding: 0px;
    line-height: 78px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background-image: url(../images/arrow-banner.png);
    background-repeat: no-repeat;
    background-size: 18px 9px;
    background-position: center bottom;
    position: relative;
    top: -9px;
}

    .title-container h2 .parent {
        color: #999;
    }

.subpage-content {
    width: 100%;
    float: left;
    background-color: #fafafa;
}

    .subpage-content.top {
        background-color: #fff;
    }

    .subpage-content h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 100;
        font-size: 30px;
        color: #808080;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .subpage-content h1 .sub-header {
            float: left;
            width: 100%;
            color: #bcbcbc;
        }

        .subpage-content h1 .border,
        .subpage-content .intro + .border {
            width: 150px;
            float: left;
            height: 3px;
            background-color: #e00019;
            margin-top: 20px;
        }

    .subpage-content .intro + .border {
        margin-top: 0px;
    }

    .subpage-content .image-container {
        width: 100%;
    }

/* about - who are we */

.image-wrapper {
    height: 340px;
    overflow: hidden;
    margin-top: 20px;
}

    .image-wrapper img {
        width: 100%;
    }

.logos-section {
    width: 100%;
    float: left;
    text-align: center;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .logos-section li {
        display: inline-block;
        width: 100%;
        padding: 30px 0;
        border-bottom: 1px dotted #b2b2b2;
    }

        .logos-section li a {
            width: 100%;
            display: inline-block;
            height: 100px;
            overflow: hidden;
        }

            .logos-section li a img {
                width: 164px;
            }

.intro, .description {
    padding: 30px 0;
    width: 100%;
    float: left;
}

.intro, .description {
    padding-top: 0px;
}

    .intro p {
        color: #00375c;
        font-size: 22px;
        font-weight: 300;
        line-height: 27px;
        margin-bottom: 0px;
    }

        .intro p + div p {
            margin-top: 30px;
            float: left;
            display: block;
        }

        .intro p + div p {
            font-size: 18px;
            line-height: 23px;
            color: #808080;
        }

    .description p,
    .patrons li {
        font-size: 18px;
        line-height: 23px;
        font-weight: 300;
        margin-bottom: 0px;
    }

.commitment-table {
    width: 100%;
    float: left;
    background-color: #00375c;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.65);
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.65);
}

    .commitment-table .table-head {
        background-color: #00375c;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 50px 30px;
        font-size: 22px;
        font-weight: 300;
        line-height: 27px;
        background-image: url(../images/logo-detail.png);
        background-repeat: no-repeat;
        background-size: 34px 20px;
        background-position: 30px 0;
        -webkit-box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        -moz-box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
    }

    .commitment-table .table-content {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        background-color: #ccc;
        list-style-type: none;
        width: 100%;
        float: left;
        background-image: url(../images/arrow-table.png);
        background-repeat: no-repeat;
        background-size: 30px 15px;
        background-position: center top;
    }

        .commitment-table .table-content li {
            width: 100%;
            height: 280px;
            text-align: center;
            background-color: #fff;
            margin-bottom: 20px;
            -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
            background-image: url(../images/ribbon.png);
            background-repeat: no-repeat;
            background-size: 70px 70px;
            background-position: left top;
            display: table;
            font-weight: 500;
            text-transform: uppercase;
        }

            .commitment-table .table-content li span {
                text-align: center;
                vertical-align: middle;
                display: table-cell;
            }

                .commitment-table .table-content li span.icon-container {
                    padding-bottom: 20px;
                }

                .commitment-table .table-content li span span {
                    display: inline-block;
                    font-size: 14px;
                    color: #b2b2b2;
                    width: 80%;
                }

                    .commitment-table .table-content li span span.border {
                        width: 150px;
                        height: 3px;
                        background-color: #999;
                        margin-top: 10px;
                    }

                .commitment-table .table-content li span img {
                    display: inline-block;
                }

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 30px;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0px;
    }

/* about - group heritage */

.image-container {
    margin-bottom: 30px;
}

    .image-container img {
        width: 100%;
    }

.patrons {
    list-style-type: none;
    margin: 0px;
    padding: 0px 15px;
}

    .patrons li {
        width: 100%;
        float: left;
        margin-top: 60px;
    }

        .patrons li:first-child {
            margin-top: 0px;
        }

.portrait-container {
    width: 100%;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
}

    .portrait-container img {
        width: 100%;
    }

    .portrait-container .ribbon, .image-container .ribbon {
        width: 70px;
        height: 70px;
        position: absolute;
        top: 0px;
        left: 0px;
        background-image: url(../images/ribbon.png);
        background-repeat: no-repeat;
        background-size: 70px 70px;
    }

.image-container .ribbon {
    left: 15px;
}

.name {
    width: 100%;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
    border-top: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.function-box {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
    margin-bottom: 60px;
    background-color: #fff;
}

    .function-box .box-header {
        background-color: #00375c;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 50px 30px;
        font-size: 22px;
        font-weight: 300;
        line-height: 27px;
        background-image: url(../images/logo-detail.png);
        background-repeat: no-repeat;
        background-size: 34px 20px;
        background-position: 30px 0;
        -webkit-box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        -moz-box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
    }

.box-content {
    width: 100%;
    float: left;
    background-image: url(../images/arrow-table.png);
    background-repeat: no-repeat;
    background-size: 30px 15px;
    background-position: top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
}

.function-box input[type="text"] {
    height: 60px;
    line-height: 60px;
    background-color: #f2f2f2;
    color: #b2b2b2;
    font-size: 14px;
    width: 90%;
    text-align: center;
    margin-top: 20px;
}

.function-box input[type="submit"] {
    margin-top: 30px;
    background-color: #4c4c4c;
    width: 60%;
    border-radius: 10px;
    height: 45px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 300ms;
}

    .function-box input[type="submit"]:hover {
        background-color: #00375c;
    }

.error {
    border: 2px solid #c0001f;
}

.error-message {
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    float: left;
    display: block;
    color: #c0001f;
}

/* about - structure */

.subpage-content.small-title h1 {
    font-size: 25px;
    margin-top: 20px;
    line-height: 32px;
    font-weight: 300;
}

.small-title h1 em,
.small-title h1 .lighter,
.small-title h1 .position {
    font-style: normal;
    width: 100%;
    float: left;
}

.submenu {
    display: none;
    list-style-type: none;
    width: 60%;
    float: right;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
    padding-bottom: 40px;
}

    .submenu li {
        width: 46%;
        float: left;
        margin-right: 2%;
        margin-left: 2%;
        border-bottom: 1px dotted #b2b2b2;
        height: 40px;
        line-height: 40px;
    }

        .submenu li a {
            text-decoration: none;
            font-size: 15px;
            color: #808080;
            font-weight: 400;
            transition: color 300ms;
        }

            .submenu li a:hover, .submenu li.active a {
                color: #c0001f;
                font-weight: 500;
            }

    .submenu.vacancies {
        display: block;
        width: 100%;
        margin-top: 0px;
    }

        .submenu.vacancies li {
            margin: 0px;
        }

.intro-image-container {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

    .intro-image-container img {
        width: 70%;
        display: inline-block;
    }

.gray-bg {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 15px 30px 15px;
    background-image: url(../images/grey-bg.gif);
    background-repeat: repeat;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.65);
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.65);
    margin-bottom: 5px;
}

    .gray-bg h3 {
        margin: 0px;
        padding: 0px;
        font-size: 22px;
        color: #fff;
        background-image: url(../images/logo-detail.png);
        background-repeat: no-repeat;
        background-size: 34px 20px;
        background-position: 0 0;
        padding-top: 60px;
        padding-bottom: 60px;
        border-bottom: 1px solid #868686;
        width: 100%;
        float: left;
        font-weight: 300;
    }

    .gray-bg p {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #b2b2b2;
        font-weight: 300;
        margin-top: 30px;
        line-height: 23px;
    }

.gray-image-container {
    width: 100%;
    float: left;
    margin-top: 30px;
    position: relative;
}

    .gray-image-container ul {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

        .gray-image-container ul li {
            position: absolute;
            top: 0px;
            left: 0px;
            color: #fff;
            font-weight: 500;
            font-size: 10px;
            max-width: 50px;
            text-align: center;
        }

            .gray-image-container ul li > span {
                width: 100%;
                display: block;
            }

            .gray-image-container ul li .line {
                width: 100%;
                float: left;
                text-align: center;
                margin-top: 10px;
            }

                .gray-image-container ul li .line span {
                    display: inline-block;
                    width: 5px;
                    background-image: url(../images/point-line.gif);
                    background-size: 5px 1px;
                    background-repeat: repeat-y;
                    height: 100%;
                }

            .gray-image-container ul li a {
                width: 40px;
                height: 40px;
                background-color: #fff;
                line-height: 40px;
                text-align: center;
                display: inline-block;
                border-radius: 50%;
                font-size: 24px;
                font-weight: 300;
                color: #4c4c4c;
                transition: color 500ms;
            }

                .gray-image-container ul li a:hover {
                    color: #c0001f;
                }

            .gray-image-container ul li.one {
                left: 6%;
                margin-top: -20px;
            }

                .gray-image-container ul li.one .line {
                    height: 10px;
                }

            .gray-image-container ul li.two {
                left: 25%;
            }

                .gray-image-container ul li.two .line {
                    height: 22px;
                }

            .gray-image-container ul li.three {
                left: 40%;
                margin-top: -15px;
            }

                .gray-image-container ul li.three .line {
                    height: 10px;
                }

            .gray-image-container ul li.four {
                left: 58%;
            }

                .gray-image-container ul li.four .line {
                    height: 15px;
                }

            .gray-image-container ul li.five {
                left: 76%;
            }

                .gray-image-container ul li.five .line {
                    height: 20px;
                }

    .gray-image-container img {
        width: 100%;
    }

.capabilities-container {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.capabilities-item {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    position: relative;
    margin-bottom: 30px;
}

    .capabilities-item.large {
        width: 100%;
    }

    .capabilities-item .image-container {
        width: 100%;
        float: left;
        position: relative;
        height: 120px;
        overflow: hidden;
        margin-bottom: 60px;
    }

        .capabilities-item .image-container img {
            width: 100%;
            left: -9999px;
            right: -9999px;
            top: -9999px;
            bottom: -9999px;
            margin: auto;
            position: absolute;
        }

.capabilities-container .ribbon {
    left: 0px;
}

.capabilities-container p {
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
    color: #808080;
    line-height: 23px;
    font-weight: 300;
    padding-bottom: 60px;
}

    .capabilities-container p span {
        font-weight: 500;
    }

.order {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background-color: #4c4c4c;
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    top: 90px;
}

.column {
    width: 100%;
    float: left;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
    margin-top: 18px;
}

.image-container + .column {
    margin-top: 0px;
    top: -48px;
    margin-bottom: -48px;
}

.column-head {
    width: 100%;
    float: left;
    background-image: url(../images/logo-detail-inverted.png);
    background-repeat: no-repeat;
    padding-top: 18px;
    background-size: 32px 18px;
}

    .column-head h4 {
        width: 100%;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(30, 30, 30, 0.5);
        background-color: #4c4c4c;
        font-size: 21px;
        color: #fff;
        margin: 0px;
        padding: 15px;
        line-height: 26px;
        font-weight: 500;
    }

.column-content {
    width: 100%;
    float: left;
    background-color: #fff;
}

.column p {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 5px;
    float: left;
    font-size: 18px;
    line-height: 23px;
    font-weight: 300;
}

.buttons-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    float: left;
}

    .buttons-container ul {
        width: 100%;
        list-style-type: none;
        float: left;
        border-top: 1px dotted #b2b2b2;
        margin: 0px;
        padding: 0px;
        padding-bottom: 20px;
        bottom: 0px;
    }

        .buttons-container ul li {
            width: 100%;
            float: left;
            text-align: center;
        }

            .buttons-container ul li:first-child {
                margin-top: 10px;
            }

.button-standard {
    margin-top: 10px;
    background-color: #4c4c4c;
    width: 85%;
    border-radius: 10px;
    height: 45px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 300ms;
    display: inline-block;
    color: #fff;
}

    .button-standard:hover {
        background-color: #c0001f;
        color: #fff;
    }

/* about - structure - ecopure */

.text-container {
    width: 100%;
    padding: 15px;
    float: left;
    text-align: center;
}

    .text-container p {
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }

    .text-container.navy {
        background-color: #00375c;
        color: #fff;
        padding-top: 60px;
        background-image: url(../images/logo-detail.png);
        background-repeat: no-repeat;
        background-position: 15px 0px;
        background-size: 34px 20px;
        -webkit-box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        -moz-box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        padding-bottom: 60px;
    }

        .text-container.navy p {
            font-weight: 300;
        }

            .text-container.navy p a {
                color: #fff;
            }

                .text-container.navy p a:hover {
                    text-decoration: underline;
                }

    .text-container.eco img {
        margin-top: 30px;
        display: inline-block;
        width: 60%;
    }

.eco + .image-container {
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
    background-color: #fff;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}

    .eco + .image-container .ribbon {
        left: 0px;
    }

        .eco + .image-container .ribbon + img {
            display: inline-block;
            width: 40%;
            margin-top: 30px;
            margin-bottom: 30px;
        }

.map-wrapper {
    width: 100%;
    float: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 15px;
    position: relative;
}

.map-container {
    width: 100%;
    height: 370px;
    float: left;
}

.map-wrapper .ribbon {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/ribbon.png);
    background-repeat: no-repeat;
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
}

.address {
    width: 100%;
    float: left;
    padding: 30px;
    margin-top: 20px;
}

    .address span {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        color: #808080;
    }

        .address span b {
            font-weight: 500;
        }

/* about - structure - fbic */

.grid-container ul {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
}

.grid-container li {
    width: 100%;
    float: left;
    margin: 0px;
    margin-top: 15px;
    position: relative;
    height: 230px;
    overflow: hidden;
}

    .grid-container li:first-child {
        margin-top: 0px;
    }

    .grid-container li .ribbon {
        left: 0px;
    }

    .grid-container li img {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }

.additional-text {
    width: 100%;
    float: left;
    border-bottom: 1px dotted #b2b2b2;
    padding-bottom: 30px;
    text-align: center;
}

    .additional-text p {
        font-weight: 500;
        color: #808080;
        font-size: 18px;
        line-height: 23px;
        width: 90%;
        margin: auto;
    }

.link-area {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 60px;
}

    .link-area img {
        width: 90%;
        display: inline-block;
    }

    .link-area a {
        width: 100%;
        float: left;
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: #808080;
        font-size: 16px;
        margin-top: 30px;
        background-image: url(../images/icon-link.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 60px 60px;
        padding-bottom: 85px;
        transition: opacity 300ms;
    }

        .link-area a:hover {
            opacity: 0.7;
        }

/* about - structure - food chain */

.grid-list .image-container {
    width: 100%;
    float: left;
}

    .grid-list .image-container .ribbon {
        display: none;
    }

.grid-list .description-container {
    width: 100%;
    float: left;
    text-align: center;
}

.grid-container ul.grid-list {
    padding: 0px;
}

.grid-container .grid-list li {
    height: auto;
    background-image: url(../images/gradient-top.png);
    background-repeat: repeat-x;
    background-position: top;
    padding: 15px;
    background-color: #fff;
}

    .grid-container .grid-list li img {
        position: relative;
    }

.grid-container .grid-list .image-container {
    height: 220px;
    overflow: hidden;
}

.grid-list .description-container p {
    font-size: 18px;
    color: #808080;
    line-height: 23px;
    font-weight: 300;
    text-align: left;
}

    .grid-list .description-container p b {
        font-weight: 500;
    }

.grid-list .description-container img {
    display: inline-block;
    width: 44%;
}

.news .grid-list .description-container img {
    margin-left: 28%;
    margin-top: 10px;
    z-index: 0;
}

/* about - structure - quintano */

.image-container.bordered {
    position: relative;
    padding: 0 15px 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    float: left;
}

    .image-container.bordered .ribbon {
        left: 0px;
    }

/* about - structure - trident */

.text-container.navy.full + .image-container,
.text-container.navy.full + .image-container + .image-container {
    position: relative;
    float: left;
    margin-bottom: 0px;
}

    .text-container.navy.full + .image-container .ribbon,
    .text-container.navy.full + .image-container + .image-container .ribbon {
        left: 0px;
    }

.align-left.full-width-p + .sub-header + .border {
    width: 150px;
    float: left;
    height: 3px;
    background-color: #e00019;
    margin-top: 20px;
}

.image-container + .text-container {
    margin: 30px 0;
}

    .image-container + .text-container p {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
        font-weight: 300;
    }

/* news landing */

.grid-container.news .grid-list li .ribbon {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/ribbon.png);
    background-repeat: no-repeat;
    background-size: 70px 70px;
    width: 70px;
    height: 70px;
    z-index: 3;
}

.grid-container.news .grid-list {
    background-color: transparent;
    box-shadow: none;
}

    .grid-container.news .grid-list li {
        background-image: none;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        background-color: #fefefe;
        margin-top: 15px;
        position: relative;
    }

        .grid-container.news .grid-list li .image-container {
            margin-bottom: 0px;
            /*background-color: #e3e3e2;*/
            min-height: 190px;
            position: relative;
            z-index: 2;
        }

            .grid-container.news .grid-list li .image-container.icon {
                line-height: 190px;
                text-align: center;
            }

                .grid-container.news .grid-list li .image-container.icon img {
                    display: inline-block;
                    width: 25%;
                    top: 50%;
                    margin-top: -12.5%;
                }

    .grid-container.news .grid-list .description-container {
        padding: 15px 15px 60px 15px;
        width: 100%;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.07);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.07);
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.07);
        text-align: left;
        position: relative;
        z-index: 1;
    }

        .grid-container.news .grid-list .description-container a:hover p {
            color: #c0001f;
        }

        .grid-container.news .grid-list .description-container p {
            margin-bottom: 15px;
            transition: color 300ms;
        }

        .grid-container.news .grid-list .description-container h4 {
            color: #808080;
            text-transform: uppercase;
            font-weight: 300;
            font-size: 18px;
            margin: 0px;
            padding: 0px;
            margin-bottom: 5px;
        }

.news.grid-container ul.product-links, .news.grid-container ul.product-links li {
    box-shadow: none !important;
}

.news.grid-container ul.product-links {
    padding-top: 30px;
    width: 100%;
    float: left;
    text-align: center;
    border-top: 1px dotted #b2b2b2;
    padding-bottom: 0px;
}

    .news.grid-container ul.product-links li {
        background-color: transparent;
        display: inline-block;
        float: none;
        padding: 0px;
        width: auto;
        margin-left: 3%;
        margin-right: 3%;
    }

        .news.grid-container ul.product-links li a {
            width: 45px;
            height: 45px;
            background-size: 45px 45px;
        }

.date-wrapper {
    position: absolute;
    width: 90%;
    padding: 15px 0;
    bottom: 0px;
    border-top: 2px solid #c0001f;
}

    .date-wrapper .date {
        color: #808080;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
    }

.date + .float-right {
    height: 25px;
    line-height: 25px;
}

.news-list {
    width: 100%;
    float: left;
    background-image: url(../images/logo-detail-inverted.png);
    background-repeat: no-repeat;
    background-size: 35px 20px;
    background-position: 15px 0px;
    padding-top: 20px;
}

    .news-list-head, .news-list ul {
        background-color: #3f3e3e;
        padding: 15px;
        width: 100%;
        float: left;
    }

.news-list-head {
    border-bottom: 1px solid #555554;
}

    .news-list-head h3 {
        margin: 0px;
        padding: 0px;
        color: #c7c7c7;
        font-size: 20px;
        font-weight: 300;
        width: 70%;
        float: left;
    }

.toggle-button {
    float: right;
    cursor: pointer;
    color: #b2b2b2;
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 30px;
    background-image: url(../images/button-toggle-close.png);
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: top right;
    height: 21px;
    line-height: 21px;
}

    .toggle-button.open {
        background-image: url(../images/button-toggle-open.png);
    }

.news-list ul {
    list-style-type: none;
    margin: 0px;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

    .news-list ul.open {
        height: auto;
        overflow: visible;
        padding-top: 15px;
        padding-bottom: 45px;
    }

.news-list li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: 1px solid #555554;
    color: #aaa;
}

    .news-list li:first-child {
        padding-top: 0px;
    }

    .news-list li a {
        width: 65%;
        float: left;
        display: block;
        margin-right: 5%;
        transition: color 250ms;
    }

        .news-list li a:hover {
            color: #fff;
        }

    .news-list li span {
        display: block;
        float: right;
        width: 30%;
        text-align: right;
    }

.archive .news-list-head, .news-list.archive ul {
    background-color: #f7f7f7;
}

.archive .news-list-head {
    border-bottom: 1px solid #e3e3e2;
    background-image: url(../images/gradient-top.png);
    background-repeat: repeat-x;
    background-position: top;
}

    .archive .news-list-head h3 {
        color: #808080;
    }

.archive .toggle-button {
    color: #808080;
}

.news-list.archive li {
    border-bottom: 1px solid #e3e3e2;
    color: #808080;
}

    .news-list.archive li a:hover {
        color: #c0001f;
    }

.text-wrapper {
    width: 100%;
    float: left;
}

    .text-wrapper p {
        font-size: 18px;
        font-weight: 300;
    }

        .text-wrapper p a {
            text-decoration: underline;
            color: #00375c;
        }

.col-xs-12 > .text-wrapper p {
    margin-top: -30px;
}

.col-xs-12 > .intro + .text-wrapper p {
    margin-top: 0px;
}

.col-xs-12 > .text-wrapper.margin-top p {
    margin-top: 0px;
}

h1 .date {
    font-size: 14px;
    font-weight: 500;
}

.sharing-container {
    width: 100%;
    float: left;
}

    .sharing-container .border {
        width: 150px;
        float: left;
        height: 3px;
        background-color: #e00019;
        margin-top: 20px;
    }

.addthis_toolbox {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .addthis_toolbox a {
        float: left;
        display: block;
        margin-right: 8px;
    }

.at300b > .at4-icon, .at300m > .at4-icon {
    background-color: transparent !important;
}

.at4-icon.aticon-facebook {
    background-image: url(../images/icon-fb.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.at4-icon.aticon-twitter {
    background-image: url(../images/icon-twitter.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.at4-icon.aticon-pinterest_share {
    background-image: url(../images/icon-pinterest.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.at4-icon.aticon-linkedin {
    background-image: url(../images/icon-linkedin.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.at4-icon.aticon-compact {
    background-image: url(../images/icon-plus.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

/* brands */

.intro.gray p {
    color: #808080;
}

.integration-container .subpage-content.shade {
    background-color: #f2f2f2;
    padding-top: 60px;
}

.shade .image-container + .image-container {
    width: 80%;
    margin-left: 10%;
}

.volume {
    width: 100%;
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

    .volume li {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        color: #808080;
        height: 75px;
    }

        .volume li span {
            border-bottom: 1px dotted #b2b2b2;
            display: inline-block;
            padding-left: 25px;
            vertical-align: bottom;
            padding-right: 15px;
            padding-top: 50px;
            padding-bottom: 3px;
            background-repeat: no-repeat;
        }

        .volume li.bottle span {
            background-image: url(../images/icon-bottle.png);
            background-size: 10px 38px;
            background-position: left 32px;
        }

        .volume li.can-big span {
            background-image: url(../images/icon-can-big.png);
            background-size: 10px 25px;
            background-position: left 46px;
        }

        .volume li.can-small span {
            background-image: url(../images/icon-can-small.png);
            background-size: 10px 19px;
            background-position: left 51px;
        }

        .volume li.bottle-biggest-sanmichel span {
            background-image: url(../images/icon-bottle-biggest-sanmichel.png);
            background-size: 18px 61px;
            background-position: left 7px;
        }

        .volume li.bottle-big-sanmichel span {
            background-image: url(../images/icon-bottle-big-sanmichel.png);
            background-size: 17px 58px;
            background-position: left 12px;
        }

        .volume li.bottle-medium-sanmichel span {
            background-image: url(../images/icon-bottle-medium-sanmichel.png);
            background-size: 15px 54px;
            background-position: left 16px;
        }

        .volume li.bottle-tall-sanmichel span {
            background-image: url(../images/icon-bottle-tall-sanmichel.png);
            background-size: 13px 52px;
            background-position: left 18px;
        }

        .volume li.bottle-small-sanmichel span {
            background-image: url(../images/icon-bottle-small-sanmichel.png);
            background-size: 11px 40px;
            background-position: left 30px;
        }

        .volume li.bottle-fizzy span {
            background-image: url(../images/icon-bottle-fizzy.png);
            background-size: 16px 57px;
            background-position: left 13px;
        }

        .volume li.bottle-fizzy-small span {
            background-image: url(../images/icon-bottle-fizzy-small.png);
            background-size: 11px 40px;
            background-position: left 30px;
        }

        .volume li.bottle-aquadot span {
            background-image: url(../images/icon-bottle-aquadot.png);
            background-size: 17px 57px;
            background-position: left 13px;
        }

        .volume li.can-fruvia span {
            background-image: url(../images/icon-can-fruvia.png);
            background-size: 11px 28px;
            background-position: left 42px;
        }

        .volume li.bottle-chiquita span {
            background-image: url(../images/icon-bottle-chiquita.png);
            background-size: 14px 40px;
            background-position: left 30px;
        }

        .volume li.carton-ocean span {
            background-image: url(../images/icon-carton-ocean.png);
            background-size: 18px 40px;
            background-position: left 30px;
        }

        .volume li.bottle-ribena span {
            background-image: url(../images/icon-bottle-ribena.png);
            background-size: 12px 40px;
            background-position: left 30px;
        }

        .volume li.carton-ribena span {
            background-image: url(../images/icon-carton-ribena.png);
            background-size: 20px 27px;
            background-position: left 43px;
        }

        .volume li.carton-big span {
            background-image: url(../images/icon-carton-big.png);
            background-size: 20px 57px;
            background-position: left 13px;
        }

        .volume li.carton-medium span {
            background-image: url(../images/icon-carton-medium.png);
            background-size: 15px 49px;
            background-position: left 21px;
        }

        .volume li.bottle-tropicana span {
            background-image: url(../images/icon-bottle-tropicana.png);
            background-size: 13px 40px;
            background-position: left 30px;
        }

        .volume li.bottle-big-vitasnella span {
            background-image: url(../images/icon-bottle-big-vitasnella.png);
            background-size: 14px 57px;
            background-position: left 13px;
        }

        .volume li.bottle-small-vitasnella span {
            background-image: url(../images/icon-bottle-small-vitasnella.png);
            background-size: 13px 40px;
            background-position: left 30px;
        }

        .volume li.bottle-big-vittel span {
            background-image: url(../images/icon-bottle-big-vittel.png);
            background-size: 14px 50px;
            background-position: left 20px;
        }

        .volume li.bottle-medium-vittel span {
            background-image: url(../images/icon-bottle-medium-vittel.png);
            background-size: 15px 42px;
            background-position: left 28px;
        }

        .volume li.bottle-tall-vittel span {
            background-image: url(../images/icon-bottle-tall-vittel.png);
            background-size: 14px 48px;
            background-position: left 22px;
        }

        .volume li.bottle-small-vittel span {
            background-image: url(../images/icon-bottle-small-vittel.png);
            background-size: 8px 29px;
            background-position: left 41px;
        }

        .volume li.glass span {
            background-image: url(../images/icon-glass.png);
            background-size: 15px 32px;
            background-position: left 38px;
        }

        .volume li.glass span {
            background-image: url(../images/icon-glass.png);
            background-size: 15px 32px;
            background-position: left 38px;
        }

        .volume li.bottle-big-beer span {
            background-image: url(../images/icon-bottle-big-beer.png);
            background-size: 12px 46px;
            background-position: left 24px;
        }

        .volume li.bottle-fruit-shoot span {
            background-image: url(../images/icon-bottle-fruit-shoot.png);
            background-size: 16px 41px;
            background-position: left 30px;
        }

        .volume li.bottle-gatorade span {
            background-image: url(../images/icon-bottle-gatorade.png);
            background-size: 15px 57px;
            background-position: left 13px;
        }

        .volume li.bottle-robinsons span {
            background-image: url(../images/icon-bottle-robinsons.png);
            background-size: 16px 57px;
            background-position: left 13px;
        }

        .volume li.glass-carlsberg span {
            background-image: url(../images/icon-glass-carlsberg.png);
            background-size: 13px 36px;
            background-position: left 34px;
        }

        .volume li.pod span {
            background-image: url(../images/icon-pod.png);
            background-size: 19px 19px;
            background-position: left 49px;
        }

        .volume li.coffee-jar span {
            background-image: url(../images/icon-coffee-jar.png);
            background-size: 23px 38px;
            background-position: left 32px;
        }

        .volume li.coffee-bag-big span {
            background-image: url(../images/icon-coffee-bag-big.png);
            background-size: 22px 36px;
            background-position: left 34px;
        }

        .volume li.coffee-bag span {
            background-image: url(../images/icon-coffee-bag.png);
            background-size: 19px 28px;
            background-position: left 42px;
        }

        .volume li.bottle-perrier-big span {
            background-image: url(../images/icon-bottle-perrier-big.png);
            background-size: 18px 57px;
            background-position: left 14px;
        }

        .volume li.bottle-perrier-tall span {
            background-image: url(../images/icon-bottle-perrier-tall.png);
            background-size: 14px 43px;
            background-position: left 28px;
        }

        .volume li.bottle-perrier-medium span {
            background-image: url(../images/icon-bottle-perrier-medium.png);
            background-size: 16px 47px;
            background-position: left 24px;
        }

        .volume li.bottle-perrier-small span {
            background-image: url(../images/icon-bottle-perrier-small.png);
            background-size: 14px 38px;
            background-position: left 32px;
        }

        .volume li.bottle-perrier-tiny span {
            background-image: url(../images/icon-bottle-perrier-tiny.png);
            background-size: 12px 32px;
            background-position: left 38px;
        }

.darker {
    background-color: #e3e3e2;
}

.product-info {
    width: 100%;
    float: left;
    list-style-type: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

    .product-info li {
        display: inline-block;
        width: 100%;
        padding-bottom: 30px;
        padding-top: 30px;
        border-top: 1px dotted #808080;
    }

        .product-info li:first-child {
            padding-top: 0px;
            border-top: 0px;
        }

        .product-info li h5 {
            font-size: 16px;
            font-weight: 500;
            line-height: 21px;
            text-transform: uppercase;
            width: 100%;
            color: #808080;
        }

    .product-info .counter {
        width: 119px;
        height: 125px;
        background-image: url(../images/counter-bg.png);
        background-size: 119px 125px;
        background-repeat: no-repeat;
        display: inline-block;
    }

    .product-info .alcohol .counter {
        line-height: 125px;
        font-size: 20px;
        color: #808080;
        font-weight: 300;
    }

    .product-info .temperature .counter {
        background-image: url(../images/counter-bg-reverted.png);
        padding-top: 32px;
    }

.temp {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    color: #808080;
    font-weight: 300;
}

.product-links, .grid-container ul.product-links {
    width: 100%;
    float: left;
    list-style-type: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
    padding-bottom: 60px;
    padding-top: 30px;
}

    .product-links li, .grid-container ul.product-links li {
        width: 30%;
        display: inline-block;
        text-align: center;
    }

        .product-links li a, .grid-container ul.product-links li a {
            width: 60px;
            height: 60px;
            display: inline-block;
            background-repeat: no-repeat;
            background-size: 60px 60px;
        }

        .product-links li.standard-link a {
            background-image: url(../images/icon-link.png);
        }

        .product-links li.social-link a {
            background-image: url(../images/icon-facebook.png);
        }
        .product-links li.instagram-link a {
            background-image: url(../images/icon-instagram.gif);
        }

        .product-links li.linkedin-link a {
            background-image: url(../images/linkedin.png);
        }



/* search results */

.small-title.top h3 {
    font-weight: 300;
    margin: 0px;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 23px;
}

    .small-title.top h3 .phrase {
        font-weight: 500;
    }

.searchbar-big {
    display: none;
}

.sorting-container {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

    .sorting-container p {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #808080;
        font-weight: 300;
        height: 90px;
        line-height: 90px;
        margin-top: -30px;
        margin-bottom: -60px;
    }

        .sorting-container p a {
            position: relative;
            color: #808080;
            cursor: pointer;
            transition: color 300ms;
            height: 90px;
            line-height: 90px;
            display: inline-block;
        }

            .sorting-container p a:hover {
                color: #c0001f;
            }

            .sorting-container p a.chosen {
                color: #808080;
                font-weight: 500;
            }

.indicator {
    position: absolute;
    width: 100%;
    height: 15px;
    background-color: #fff;
    bottom: 0px;
    left: 0px;
    background-image: url(../images/arrow-nav.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px 7px;
    display: none;
}

.sorting-container p a.chosen .indicator {
    display: block;
}

.results-list ul {
    list-style-type: none;
    padding-top: 15px;
    padding-bottom: 45px;
    padding-left: 0px;
    padding-right: 0px;
}

.results-list li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e2;
    color: #808080;
}

    .results-list li:first-child {
        padding-top: 0px;
    }

    .results-list li a {
        width: 65%;
        float: left;
        display: block;
        margin-right: 5%;
        transition: color 250ms;
    }

        .results-list li a:hover {
            color: #c0001f;
        }

    .results-list li span {
        display: block;
        float: right;
        width: 30%;
        text-align: right;
    }

.page-switch {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

    .page-switch li {
        display: inline-block;
    }

        .page-switch li a,
        .page-switch li span {
            color: #808080;
            border: 0px;
            padding: 4px 8px;
            font-size: 18px;
            font-weight: 300;
            transition: color 250ms;
        }

        .page-switch li:first-child a,
        .page-switch li:first-child span {
            background-image: url(../images/icon-arrow-prev.png);
            background-repeat: no-repeat;
            background-position: left center;
            background-size: 21px 21px;
            padding-left: 32px;
        }

        .page-switch li:last-child a,
        .page-switch li:last-child span {
            background-image: url(../images/icon-arrow-next.png);
            background-repeat: no-repeat;
            background-position: right center;
            background-size: 21px 21px;
            padding-right: 32px;
        }

        .page-switch li a:hover,
        .page-switch li span:hover {
            color: #c0001f;
        }

        .page-switch li.active a,
        .page-switch li.active a:hover,
        .page-switch li.active span,
        .page-switch li span.active {
            font-weight: 500;
            color: #808080;
        }

/* contact us */

.form-container,
.field-container {
    width: 100%;
    float: left;
    position: relative;
}

    .form-container input[type="text"],
    .form-container select,
    .form-container label,
    .form-container textarea,
    .form-container p {
        width: 100%;
        float: left;
    }

    .form-container label {
        color: #808080;
        font-weight: 300;
        font-size: 20px;
    }

    .field-container span {
        position: absolute;
        right: 5px;
        top: 0px;
        left: auto;
    }

    .form-container input[type="text"],
    .form-container select {
        height: 60px;
        line-height: 60px;
        padding: 0 15px;
        background-color: #fff;
        margin-bottom: 15px;
        color: #808080;
        width: 99%;
    }

    .form-container textarea {
        height: 250px;
        padding: 15px;
    }

    .form-container p {
        text-transform: uppercase;
        text-align: center;
        font-size: 14px;
        color: #b2b2b2;
        margin-top: 30px;
    }

    .form-container span {
        text-align: center;
    }

    .form-container input[type="submit"],
    .form-container a {
        margin-top: 10px;
        background-color: #4c4c4c;
        width: 60%;
        border-radius: 10px;
        height: 45px;
        line-height: 44px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        transition: background-color 300ms;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        margin-left: 20%;
    }

        .form-container input[type="submit"]:hover,
        .form-container a:hover {
            background-color: #00375c;
        }

/* sustainability - role of foundation */

.intro > .image-container {
    width: 100%;
    float: left;
    margin-top: 30px;
    background-image: url(../images/gradient-top-image.png);
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    background-size: 100%;
}

    .intro > .image-container img {
        display: inline-block;
        width: 65%;
    }

.numbered-boxes {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px;
    background-color: #fbfbfb;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

    .numbered-boxes .arrow {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -15px;
        background-image: url(../images/arrow-table.png);
        background-repeat: no-repeat;
        background-size: 30px 15px;
        width: 30px;
        height: 15px;
    }

    .numbered-boxes ul {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        padding: 15px;
        width: 100%;
        float: left;
        list-style-type: none;
        padding-bottom: 50px;
        margin-bottom: 0px;
    }

        .numbered-boxes ul li {
            width: 100%;
            float: left;
            padding-top: 50px;
            text-align: center;
            text-transform: uppercase;
        }

            .numbered-boxes ul li .order {
                top: 0px;
                position: relative;
                display: inline-block;
                left: 0px;
                margin-left: 0px;
            }

            .numbered-boxes ul li p {
                width: 100%;
                padding: 30px 30px 5px 30px;
                color: #b2b2b2;
                margin-bottom: 0px;
            }

    .numbered-boxes .border {
        width: 150px;
        height: 3px;
        background-color: #999;
        display: inline-block;
    }

    .numbered-boxes .sub-header {
        display: none;
    }

.contact-container {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

    .contact-container .text-container {
        width: 100%;
        float: left;
        padding: 0px;
    }

    .contact-container h5 {
        display: inline-block;
        font-size: 18px;
        color: #808080;
        font-weight: 300;
        background-image: url(../images/icon-mail.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 22px 15px;
        padding-top: 30px;
    }

    .contact-container a {
        margin-top: 10px;
        background-color: #4c4c4c;
        width: 80%;
        border-radius: 10px;
        height: 45px;
        line-height: 44px;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        transition: background-color 300ms;
        display: inline-block;
        text-align: center;
        cursor: pointer;
    }

        .contact-container a:hover {
            background-color: #00375c;
        }

/* people - mission statement */

.image-list {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .image-list li {
        width: 100%;
        float: left;
    }

    .image-list .image-container {
        margin: 0px;
        position: relative;
    }

        .image-list .image-container .ribbon {
            left: 0px;
        }

.icons-list {
    width: 100%;
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

    .icons-list li {
        width: 100%;
        display: inline-block;
        margin-top: 50px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: top center;
        padding-top: 85px;
    }

        .icons-list li.hands {
            background-image: url(../images/icon-hands.png);
            background-size: 61px 85px;
        }

        .icons-list li.cog {
            background-image: url(../images/icon-person.png);
            background-size: 62px 85px;
        }

        .icons-list li.chart {
            background-image: url(../images/icon-graph.png);
            background-size: 82px 85px;
        }

        .icons-list li.people {
            background-image: url(../images/icon-people.png);
            background-size: 116px 85px;
        }

        .icons-list li.graph {
            background-image: url(../images/icon-seal.png);
            background-size: 91px 85px;
        }

        .icons-list li p {
            width: 100%;
            padding: 30px 30px 5px 30px;
            margin-bottom: 10px;
            font-size: 18px;
            color: #808080;
            font-weight: 300;
            line-height: 23px;
        }

    .icons-list .border {
        width: 150px;
        height: 3px;
        background-color: #999;
        display: inline-block;
    }

.numbered-boxes .sub-header {
    display: none;
}

/* sustainability - boards of trustees */

.grid-container.news .grid-list {
    width: 100%;
    float: left;
}

.image-container.shadow {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

.name-container {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

    .name-container p,
    .name-container span {
        width: 100%;
        float: left;
        margin: 0px;
    }

    .name-container p {
        font-size: 20px;
        color: #808080;
        font-weight: 300;
    }

    .name-container span {
        font-size: 16px;
        font-weight: 500;
    }

/* pepole - careers item */

.apply-container {
    width: 100%;
    float: left;
}

    .apply-container .border {
        width: 150px;
        height: 3px;
        background-color: #c0001f;
        display: block;
        float: left;
    }

    .apply-container a {
        float: left;
        clear: both;
        margin-top: 25px;
        color: #999;
        font-weight: 500;
        font-size: 16px;
        background-image: url(../images/icon-mail.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 22px 15px;
        padding-left: 30px;
        transition: color 300ms;
    }

        .apply-container a:hover {
            color: #c0001f;
        }

.lighter {
    color: #b2b2b2;
}

/* pepole - board of directors */

.info-container {
    width: 100%;
    float: left;
    margin-top: 30px;
    text-align: center;
    display: none;
    opacity: 0;
}

    .info-container .border {
        width: 150px;
        height: 3px;
        background-color: #c0001f;
        display: block;
        float: left;
    }

    .info-container p {
        width: 100%;
        float: left;
        font-size: 18px;
        color: #808080;
        font-weight: 300;
        margin-top: 30px;
        text-align: left;
    }

.close-button {
    width: 40px;
    height: 40px;
    margin-top: 30px;
    background-image: url(../images/button-close.png);
    background-repeat: no-repeat;
    background-size: 40px 40px;
    cursor: pointer;
    margin-top: 20px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -20px;
}

.grid-container.news .grid-list li.opened .info-container {
    display: block;
    opacity: 1;
}

.download {
    background-image: url(../images/icon-download.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 21px 21px;
    padding-left: 25px;
    height: 21px;
    line-height: 21px;
}

/* trading information */

.full-page-table {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

    .full-page-table .side-corner-tag p {
        margin-top: 0px;
    }

/* carrers and opportunities */

.navy-container {
    width: 100%;
    float: left;
    background-color: #00375c;
    padding: 60px 15px;
    color: #fff;
    background-image: url(../images/logo-detail.png);
    background-repeat: no-repeat;
    background-position: 15px 0px;
    background-size: 34px 20px;
    -webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.35);
}

    .navy-container .intro-container {
        width: 100%;
        float: left;
        text-align: center;
        background-image: url(../images/icon-graph-white.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 81px 85px;
        padding-top: 90px;
    }

        .navy-container .intro-container p {
            margin-top: 15px;
            font-size: 22px;
            line-height: 27px;
            font-weight: 100;
        }

        .navy-container .intro-container span {
            margin-top: 15px;
            font-size: 22px;
            line-height: 30px;
            font-weight: 300;
            text-transform: uppercase;
            width: 82%;
            float: left;
            margin-left: 9%;
        }

            .navy-container .intro-container span b {
                display: inline;
                font-weight: 500;
                background-image: url(../images/red-border.gif);
                background-repeat: repeat-x;
                background-position: bottom;
                padding-bottom: 2px;
            }

    .navy-container ul {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        margin-top: 10px;
        text-align: center;
    }

        .navy-container ul li {
            width: 100%;
            float: left;
            position: relative;
            margin-top: 30px;
        }

.circle {
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    left: 50%;
    margin-left: -70px;
    text-align: center;
}

    .circle span {
        display: inline-block;
        vertical-align: middle;
        color: #c0001f;
        font-size: 45px;
        font-weight: 300;
        background-image: url(../images/grey-border.gif);
        background-repeat: repeat-x;
        background-position: bottom;
        height: 52px;
        position: relative;
        top: 50%;
        margin-top: -27px;
        line-height: 52px;
    }

.navy-container ul li p {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
}

    .navy-container ul li p em {
        font-style: normal;
        color: #c0001f;
        font-weight: 600;
    }

/* sustainability - alcohol & responsible drinking */

.small-title h1 + .intro {
    margin-bottom: 20px;
}

.function-box .box-content a {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .function-box .box-content a img {
        width: 70%;
        display: inline-block;
    }

/* investors - investor helpline */

.function-box.w-table .box-header {
    font-size: 25px;
}

.function-box .title {
    width: 100%;
    float: left;
    font-size: 20px;
    font-weight: 500;
}

.function-box.w-table {
    padding-bottom: 0px;
}

    .function-box.w-table .box-content {
        background-color: #fcfcfc;
    }

        .function-box.w-table .box-content a {
            padding: 0px;
            color: #808080;
            trasition: color 500ms;
        }

            .function-box.w-table .box-content a:hover {
                color: #c0001f;
            }

.function-box table {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    padding: 15px;
    color: #808080;
}

.function-box tr {
    border-top: 1px dotted #b2b2b2;
}

    .function-box tr:first-child {
        border-top: 0px;
    }

.function-box td {
    padding: 30px 10px;
    vertical-align: middle;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

.function-box tr td:first-child {
    width: 30%;
    background-color: #f2f2f2;
    font-size: 15px;
    color: #b2b2b2;
    text-transform: uppercase;
    font-weight: 500;
    text-align: left;
    padding: 30px 15px;
}

.function-box table tr:nth-of-type(even) {
    background-color: #fff;
}

/* sitemap */

.sitemap ul {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.sitemap li {
    width: 100%;
    float: left;
    margin-top: 10px;
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0px 11px;
    padding-left: 11px;
}

    .sitemap li, .sitemap li a {
        font-size: 18px;
        color: #808080;
    }

        .sitemap li a {
            transition: color 500ms;
            color: #989797;
            font-weight: 300;
        }

            .sitemap li a:hover {
                color: #c0001f;
            }

.sitemap > ul > li:first-child {
    margin-top: 0px;
}

.sitemap li > ul {
    padding-left: 40px;
}

/* error page */

img.bg-image {
    height: 100%;
    min-width: 100%;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}

.error-page-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

    .error-page-container .wrapper {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        z-index: 600;
        text-align: center;
        width: 100%;
        padding: 40px 0px;
    }

    .logo-container, .bottles-container, .error-page-container .text-container {
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        padding: 40px 0px;
        text-align: center;
    }

    .error-page-container .text-container {
        padding-top: 0px;
    }

.logo-container img {
    max-width: 250px;
}

.error-page-container .text-container p {
    width: 80%;
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0px;
    font-weight: 300;
    color: #040404;
}

.error-page-container .button-container a {
    margin-top: 40px;
    background-color: #4c4c4c;
    padding: 0 60px;
    border-radius: 10px;
    height: 45px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 300ms;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .error-page-container .button-container a:hover {
        background-color: #00375c;
    }

.bottles-container {
    padding: 30px 0 30ox 0;
}

    .bottles-container ul {
        width: 100%;
        text-align: center;
        margin: 0px;
        padding: 0px;
    }

    .bottles-container li {
        display: inline-block;
        position: relative;
        margin-left: 2px;
        margin-right: 2px;
    }

    .bottles-container .bottle-fill {
        display: block;
        position: absolute;
        top: auto;
        bottom: 2px;
    }

.bottle1 .bottle-fill {
    height: 0px;
    width: 15px;
    margin-left: 2px;
    background-color: #5188b3;
}

.bottle2 .bottle-fill {
    height: 0px;
    width: 24px;
    margin-left: 2px;
    background-color: #fff;
}

.bottle3 .bottle-fill {
    height: 0px;
    width: 19px;
    margin-left: 3px;
    background-color: #de0017;
}

/****************************************/

/* media queries */

@media only screen and (min-width: 448px) {

    .navbar-brand {
        width: 40%;
    }

    .image-wrapper {
        height: 500px;
    }

    .language-list {
        height: 20px;
    }

    .footer-padding .col-md-4:nth-child(9) {
        margin-top: -100px;
    }

    .text-container.eco img {
        width: 50%;
    }

    .eco + .image-container .ribbon + img {
        width: 35%;
    }

    .intro-image-container img {
        width: 40%;
    }

    .contact-container a {
        width: 70%;
    }

    .grid-container .grid-list .image-container {
        height: 280px;
    }

    .grid-container.news .grid-list li .image-container.icon {
        line-height: 280px;
    }

    .function-box .box-content a img {
        width: 60%;
        display: inline-block;
    }

    .gray-image-container ul li {
        font-size: 11px;
        max-width: 60px;
    }

        .gray-image-container ul li.one {
            left: 8%;
        }

            .gray-image-container ul li.one .line {
                height: 15px;
            }

        .gray-image-container ul li.two {
            left: 26%;
        }

            .gray-image-container ul li.two .line {
                height: 46px;
            }

        .gray-image-container ul li.three {
            left: 41%;
            margin-top: -15px;
        }

            .gray-image-container ul li.three .line {
                height: 28px;
            }

        .gray-image-container ul li.four {
            left: 57%;
        }

            .gray-image-container ul li.four .line {
                height: 20px;
            }

        .gray-image-container ul li.five {
            left: 76%;
        }

            .gray-image-container ul li.five .line {
                height: 20px;
            }
}

@media only screen and (min-width: 640px) {

    .navbar-brand {
        width: 30%;
    }

    .intro-image-container {
        width: 20%;
        float: left;
        text-align: left;
        margin-bottom: 0px;
        margin-right: 5%;
    }

        .intro-image-container img {
            width: 100%;
        }

        .intro-image-container + p {
            width: 75%;
            float: left;
        }

    .text-container.eco img {
        width: 40%;
    }

    .eco + .image-container .ribbon + img {
        width: 30%;
    }

    .link-area img {
        width: 70%;
    }

    .grid-list .description-container img {
        width: 25%;
    }

    .news .grid-list .description-container img {
        margin-left: 37%;
    }

    .intro > .image-container img {
        width: 40%;
    }

    .contact-container a {
        width: 45%;
    }

    .grid-container .grid-list .image-container {
        height: 340px;
    }

    .grid-container.news .grid-list li .image-container.icon {
        line-height: 340px;
    }

    .gray-image-container ul li {
        font-size: 14px;
        max-width: 80px;
    }

        .gray-image-container ul li.one {
            left: 10%;
            margin-top: 0px;
        }

            .gray-image-container ul li.one .line {
                height: 35px;
            }

        .gray-image-container ul li.two {
            left: 30%;
            margin-top: 40px;
        }

            .gray-image-container ul li.two .line {
                height: 46px;
            }

        .gray-image-container ul li.three {
            left: 43%;
            margin-top: -25px;
        }

            .gray-image-container ul li.three .line {
                height: 80px;
            }

        .gray-image-container ul li.four {
            left: 54%;
            margin-top: 35px;
        }

            .gray-image-container ul li.four .line {
                height: 30px;
            }

        .gray-image-container ul li.five {
            left: 77%;
        }

            .gray-image-container ul li.five .line {
                height: 60px;
            }
}

@media only screen and (min-width: 768px) {

    .image-container-outer {
        max-height: 150px;
    }

    .navbar-brand {
        width: 28%;
    }

    .align-right {
        margin-top: -10px;
    }

    .designed-and-developed span {
        font-size: 12px;
        line-height: 25px;
    }

        .designed-and-developed span a {
            font-size: 12px;
        }

    .designed-and-developed .col-xs-10 {
        height: 25px;
    }

    .col-xs-2.go-to-top-small-device {
        margin-top: 0px;
    }

    .footer-padding {
        padding-left: 0px;
        padding-right: 0px;
    }

        .footer-padding .col-md-4 {
            border-left: 1px solid #808080;
            padding-left: 10px;
        }

        .footer-padding .clear-both {
            clear: none;
        }

        .footer-padding .col-md-4:nth-child(9) {
            margin-top: -120px;
        }

        .footer-padding .col-md-4:nth-child(6) {
            margin-top: 0px;
        }

    footer {
        position: fixed;
        bottom: 0px;
        width: 100%;
        z-index: 20;
        background-color: #111;
    }

    .footer-sitemap {
        display: block;
        height: 35px;
        line-height: 35px;
        margin-bottom: 0px;
        margin: 0px;
        padding: 0px;
        width: auto;
        float: left;
    }

        .footer-sitemap a {
            color: #fff;
            font-size: 11px;
        }

    ul.footer-sitemap.social-media {
        border-top: 0px;
        padding-top: 0px;
        width: auto;
        float: right;
    }

        ul.footer-sitemap.social-media li {
            border-left: 1px solid #808080;
            padding-right: 0px;
            padding-left: 10px;
        }

            ul.footer-sitemap.social-media li:first-child {
                border-left: 0px;
            }

            ul.footer-sitemap.social-media li a {
                color: #999;
                font-size: 18px;
                transition: color 300ms;
            }

                ul.footer-sitemap.social-media li a:hover {
                    color: #c0001f;
                }

    .last-row {
        padding-bottom: 30px;
    }

    .designed-and-developed .col-xs-2 span {
        font-size: 16px;
    }

    .page-header {
        font-size: 40px;
    }

    .col-md-6.col-xs-12.container-background-light.page-inner-container {
        width: 49%;
        margin-right: 2%;
        float: left;
    }

        .col-md-6.col-xs-12.container-background-light.page-inner-container + .col-md-6.col-xs-12.container-background-light.page-inner-container {
            margin-right: 0px;
        }

    .page-inner-container p {
        font-size: 23px;
    }

    .container-background-dark .container > .col-md-12 {
        max-height: 295px;
        overflow: hidden;
        position: relative;
    }

    .image-container-outer-ribbon-c-and-o {
        width: 60%;
        top: 50%;
        margin-top: -32px;
    }

    .container-padding.container-background-dark > .container {
        width: 750px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .left-arrow {
        position: absolute;
        top: 50%;
        margin-top: -32px;
        cursor: pointer;
        display: block;
    }

    .container-padding.container-background-dark > .container > .slider,
    .container-padding.container-background-dark > .container > .slider .nopadding {
        height: 295px;
    }

    .sub-banner {
        height: 490px;
    }

        .sub-banner .image-container,
        .sub-banner .map-container {
            width: 100%;
            height: 430px;
            float: left;
            overflow: hidden;
        }

    .title-container .header-container {
        width: 60%;
    }

    .subpage-content {
        margin-top: 0px;
    }

        .subpage-content h1 {
            font-size: 40px;
            margin-top: 40px;
            margin-bottom: 40px;
        }

            .subpage-content h1 .border {
                margin-top: 30px;
            }

    .logos-section {
        margin-top: 30px;
        margin-left: -20px;
        margin-bottom: 30px;
    }

        .logos-section li {
            width: 33.33%;
            border-bottom: 0px;
            float: left;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px;
        }

            .logos-section li a img {
                width: 100%;
            }

    .position-wrapper {
        width: 100%;
        float: left;
        position: relative;
    }

    .image-wrapper {
        position: absolute;
        right: 0px;
        height: 460px;
        top: -170px;
    }

    .position-wrapper .image-wrapper img {
        width: 110%;
    }

    .intro p {
        color: #00375c;
        font-size: 25px;
        font-weight: 300;
        line-height: 32px;
        margin-bottom: 0px;
        width: 75%;
        float: right;
    }

        .intro p + div {
            width: 75%;
            float: right;
        }

            .intro p + div p {
                font-size: 20px;
                line-height: 25px;
                width: 100%;
            }

    .description p, .patrons li {
        font-size: 20px;
        line-height: 27px;
        font-weight: 300;
        margin-bottom: 0px;
    }

    .commitment-table, .function-box {
        width: 738px;
        position: relative;
        left: 50%;
        margin-left: -369px;
        display: table;
        padding: 0px;
    }

        .commitment-table .table-head, .function-box .box-header {
            width: 35%;
            display: table-cell;
            vertical-align: middle;
            font-size: 25px;
            line-height: 30px;
        }

    .box-content {
        background-image: none;
    }

    .commitment-table .table-content {
        width: 99%;
        float: left;
        padding: 0px;
        margin: 0px;
    }

        .commitment-table .table-content li {
            width: 50%;
            float: left;
            margin: 0px;
            box-shadow: none;
        }

            .commitment-table .table-content li.opposite {
                background-color: #f2f2f2;
            }

    .arrow {
        background-image: url(../images/arrow-table-vertical.png);
        background-size: 15px 30px;
        width: 15px;
        height: 30px;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 35%;
    }

    .patrons li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 60px;
    }

        .patrons li p, .patrons li .portrait-container {
            float: left;
        }

        .patrons li p {
            width: 65%;
            margin-right: 5%;
        }

        .patrons li .portrait-container {
            width: 30%;
        }

    .subpage-content.subnav h1 {
        width: 35%;
        float: left;
        margin-right: 5%;
    }

    .gray-bg {
        padding: 0 30px 30px 30px;
    }

        .gray-bg h3 {
            border-bottom: 0px;
            width: 30%;
            padding-bottom: 0px;
            margin-right: 5%;
            font-size: 25px;
        }

        .gray-bg p {
            width: 60%;
            padding-left: 5%;
            margin-top: 60px;
            border-left: 1px solid #868686;
        }

    .gray-image-container {
        margin-top: 60px;
    }

    .image-container.positioned {
        width: 80%;
        float: right;
        position: relative;
        top: -90px;
        margin-bottom: -70px;
    }

    .capabilities-item {
        width: 46%;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
    }

        .capabilities-item.large {
            margin-left: 0px;
            margin-right: 0px;
        }

        .capabilities-item .image-container {
            height: 150px;
        }

        .capabilities-item.large .image-container {
            height: 200px;
        }

        .capabilities-item .order {
            top: 120px;
        }

        .capabilities-item.large .order {
            top: 170px;
        }

    .column {
        width: 32%;
        margin-left: 2%;
        float: left;
        top: -148px;
        margin-bottom: -148px;
    }

    .image-container + .column {
        top: -130px;
        margin-bottom: -130px;
        margin-left: 0px;
    }

    .column-head h4 {
        background: rgba(30, 30, 30, 0.75);
    }

    .button-standard {
        width: 100%;
        letter-spacing: -1px;
    }

    .volume {
        width: 10%;
        text-align: left;
    }

        .volume li {
            text-align: left;
        }

        .volume + .image-container {
            width: 90%;
            float: left;
        }

            .volume + .image-container img {
                width: 80%;
                margin-left: 10%;
            }

    .product-info li {
        width: 30%;
        border-top: 0px;
        vertical-align: top;
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .product-links li {
        width: 20%;
    }

    h3.come-work-with-us {
        width: 50%;
        float: left;
        font-size: 28px;
    }

        h3.come-work-with-us + ul.come-work-with-us {
            width: 46%;
            float: left;
            margin-top: 15px;
            margin-left: 4%;
        }

    .red-top-border {
        width: 48%;
        float: left;
        margin-top: 0px;
        margin-right: 4%;
    }

        .red-top-border.no-vacancies {
            width: 100%;
        }

        .red-top-border + .red-top-border {
            margin-right: 0px;
        }

        .red-top-border h4 {
            margin-top: 0px;
        }

    .f-and-i-info {
        width: 100%;
        margin-left: 0px;
        text-align: left;
    }

    .page-inner-container .image-container-outer-ribbon p {
        font-size: 12px;
        margin-top: 0px;
    }

    .image-container-outer-ribbon {
        text-align: left;
        background-image: url(../images/c-and-o-left.png);
        background-position: left center;
        background-size: 20px 28px;
        padding-bottom: 15px;
        padding-left: 30px;
        top: 0px;
    }

        .image-container-outer-ribbon span, .image-container-outer-ribbon p {
            padding-left: 0px;
            float: left;
            width: 100%;
        }

        .image-container-outer-ribbon span {
            margin-top: 5px;
        }

    .page-inner-container .f-and-i-info span {
        margin-left: 10px;
    }

    .side-corner-tag {
        width: 100%;
        float: left;
        position: relative;
        height: auto;
    }

        .side-corner-tag .date-container {
            width: 35%;
            right: 0px;
            top: 0px;
            height: 100%;
            position: absolute;
        }

            .side-corner-tag .date-container span {
                position: absolute;
                bottom: 30px;
                width: 90%;
                left: 5%;
            }

            .side-corner-tag .date-container + .image-container-outer-ribbon {
                width: 65%;
                float: left;
            }

    .text-container p {
        font-size: 25px;
        line-height: 30px;
        width: 60%;
        float: left;
        margin-bottom: 0px;
    }

    .text-container.navy {
        position: relative;
        padding-bottom: 80px;
    }

    .text-container.eco img {
        position: absolute;
        width: 174px;
        right: 40px;
        top: -20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .eco + .image-container {
        padding: 15px;
    }

        .eco + .image-container .ribbon + img {
            position: absolute;
            left: 10px;
            bottom: -15px;
            width: 130px;
        }

    .map-container {
        height: 610px;
    }

    .grid-container .text-container.navy {
        box-shadow: none;
    }

    .grid-container {
        -webkit-box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        -moz-box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        width: 100%;
        float: left;
    }

        .grid-container .text-container.navy {
            width: 46%;
            max-height: 315px;
            overflow: hidden;
        }

            .grid-container .text-container.navy p {
                width: 100%;
            }

        .grid-container ul {
            padding: 0px;
            width: auto;
            float: none;
        }

    .subpage-content .grid-container ul li.image-container {
        width: 46%;
        margin: 0px;
        height: 315px;
    }

        .subpage-content .grid-container ul li.image-container.wider {
            width: 54%;
        }

    .subpage-content .grid-container ul li.image-container {
        height: 315px;
    }

    .link-area {
        position: relative;
    }

        .link-area img {
            width: 50%;
            float: left;
        }

        .link-area a {
            width: 45%;
            margin-left: 5%;
            position: absolute;
            top: 20%;
            right: 0px;
        }

    .grid-container .text-container.navy.full {
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        -moz-box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        box-shadow: 0px -5px 10px -4px rgba(0,0,0,0.65);
        position: relative;
        float: left;
    }

        .grid-container .text-container.navy.full p {
            width: 55%;
        }

    .grid-container ul.grid-list {
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    }

    .grid-container ul.grid-list {
        display: table;
        position: relative;
    }

 

        .grid-container ul.grid-list li {
            width: 33.33%;
            float: left;
            margin: 0px;
            display: table-cell;
            position: relative;
            z-index: 2;
        }

            .grid-container ul.grid-list li:nth-child(2) {
                -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
                -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
                box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
                z-index: 3;
            }

    .grid-container .grid-list .image-container .ribbon {
        display: block;
        top: 15px;
        left: 15px;
    }

    .grid-container .grid-list .image-container {
        height: 190px;
    }

    .grid-container.news .grid-list li .image-container.icon {
        line-height: 190px;
    }

    .grid-container .grid-list .description-container {
        position: relative;
        padding-bottom: 100px;
    }

        .grid-container .grid-list .description-container p {
            min-height: 200px;
        }

        .grid-container .grid-list .description-container img {
            position: absolute;
            bottom: 10%;
            left: 50%;
            margin-left: -18%;
            width: 36%;
        }

    .grid-container.news .grid-list .description-container img {
        position: relative;
        bottom: 0px;
        left: 0px;
        margin-left: 32%;
    }

    .sizable-container {
        width: 100%;
        float: left;
        background-color: #00375c;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
        display: table;
        position: relative;
    }

    .text-container.navy.divided {
        width: 50%;
        float: left;
        box-shadow: none;
        padding-bottom: 0px;
        display: table-cell;
        height: 100%;
        position: absolute;
    }

        .text-container.navy.divided + .image-container {
            width: 50%;
            float: right;
            padding: 15px 15px 15px 0;
            box-shadow: none;
            margin-bottom: 0px;
        }

        .text-container.navy.divided p {
            width: 80%;
            font-size: 15px;
        }

        .text-container.navy.divided .arrow {
            left: 100%;
            z-index: 200;
        }

    .grid-container.news .grid-list .description-container {
        min-height: 200px;
        max-height: 200px;
        overflow: hidden;
    }

        .grid-container.news .grid-list .description-container.empty {
            min-height: 200px;
            max-height: 500px;
        }

        .grid-container.news .grid-list .description-container p {
            max-height: 115px;
            min-height: 115px;
            overflow: hidden;
        }

    .grid-container.news .grid-list > li {
        width: 49%;
        float: left;
    }

        .grid-container.news .grid-list > li:nth-child(even) {
            margin-left: 2%;
        }

    .text-wrapper p {
        font-size: 20px;
    }

    .small-title h1 em,
    .small-title h1 .lighter,
    .small-title h1 .position {
        width: 70%;
        float: left;
        font-style: normal;
    }

    .small-title h1 .date {
        width: 30%;
        float: right;
        text-align: right;
    }

    .searchbar-big {
        display: block;
        width: 60%;
        float: left;
        position: relative;
    }

        .searchbar-big input[type="text"] {
            width: 100%;
            height: 50px;
            line-height: 50px;
            padding-left: 15px;
            padding-right: 150px;
            border: 1px solid #e5e5e5;
            background-color: #fbfbfb;
            margin-top: 40px;
            color: #8e8e8e;
            font-size: 18px;
            font-weight: 300;
        }

        .searchbar-big input[type="submit"] {
            position: absolute;
            top: 40px;
            right: 0px;
            background-color: #585857;
            color: #fff;
            font-size: 18px;
            height: 50px;
            line-height: 50px;
            padding: 0 60px 0 30px;
            font-weight: 300;
            cursor: pointer;
            transition: background-color 300ms;
            background-image: url(../images/icon-search.png);
            background-repeat: no-repeat;
            background-position: 95px 16px;
            background-size: 17px 17px;
        }

            .searchbar-big input[type="submit"]:hover {
                background-color: #c0001f;
            }

    .field-container {
        width: 49%;
        float: left;
    }

        .field-container:nth-child(even) {
            margin-left: 2%;
        }

    .form-container p {
        width: 50%;
        float: left;
        text-align: left;
    }

    .form-container span {
        text-align: left;
    }

    .form-container input[type="submit"],
    .form-container a {
        width: 22%;
        float: left;
        margin-left: 3%;
    }

    .intro > .image-container {
        width: 25%;
        right: 0px;
        position: absolute;
        margin-top: 0px;
        top: -185px;
    }

        .intro > .image-container img {
            width: 80%;
            margin-bottom: 60px;
        }

    .numbered-boxes .arrow {
        top: 15px;
    }

    .numbered-boxes ul li {
        width: 50%;
        float: left;
    }

        .numbered-boxes ul li p {
            padding: 50px 50px 5px 50px;
        }

    .contact-container h5 {
        font-size: 20px;
        background-position: left center;
        padding-top: 0px;
        padding-left: 30px;
    }

    .contact-container a {
        width: 40%;
    }

    .image-list .image-container {
        width: 50%;
    }

    .icons-list li {
        width: 48%;
        float: none;
        vertical-align: top;
    }

        .icons-list li p {
            padding: 30px 50px 5px 50px;
            font-size: 20px;
            line-height: 25px;
        }

    .icons-list li {
        margin-top: 80px;
    }

        .icons-list li:first-child, .icons-list li:nth-child(2) {
            margin-top: 00px;
        }

    .info-container {
        width: 690px;
        position: absolute;
        background-color: #fff;
        top: 91%;
        left: 0px;
        z-index: 200;
        padding: 30px;
        padding-top: 30px;
        -webkit-box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 5px 5px 1px rgba(0,0,0,0.1);
    }

        .info-container p {
            font-size: 20px;
            line-height: 25px;
        }

    .grid-container.news .grid-list li {
        overflow: visible;
        position: relative;
    }

        .grid-container.news .grid-list li.opened {
            z-index: 10;
        }

        .grid-container.news .grid-list li:nth-child(odd) .info-container {
            left: 0px;
        }

        .grid-container.news .grid-list li:nth-child(even) .info-container {
            left: auto;
            right: 0px;
        }

    .grid-container .text-container.navy p {
        font-size: 20px;
        line-height: 25px;
    }

    .submenu {
        display: block;
    }

        .submenu.vacancies {
            width: 60%;
            margin-top: 40px;
        }

            .submenu.vacancies li {
                margin-left: 2%;
                margin-right: 2%;
            }

    .navy-container .intro-container {
        text-align: left;
        padding-top: 48px;
        padding-left: 100px;
        background-position: top left;
        margin-left: 15px;
    }

        .navy-container .intro-container span {
            margin-left: 0px;
            margin-top: 5px;
            width: 96%;
        }

    .navy-container ul {
        margin-top: 60px;
    }

        .navy-container ul li {
            width: 33.33%;
            float: left;
        }

    .function-box .box-content a img {
        width: 55%;
    }

    .function-box.w-table {
        width: 49%;
        float: left;
        left: 0;
        margin-left: 0px;
        display: block;
        margin-left: 2%;
    }

        .function-box.w-table:first-child {
            margin-left: 0px;
        }

        .function-box.w-table .box-content {
            background-image: url(../images/arrow-table.png);
        }

    .error-page-container .text-container p {
        width: 60%;
    }

    .gray-image-container ul li {
        font-size: 16px;
        max-width: 100px;
    }

        .gray-image-container ul li a {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

        .gray-image-container ul li.one .line {
            height: 55px;
        }

        .gray-image-container ul li.two {
            left: 29%;
            margin-top: 50px;
        }

        .gray-image-container ul li.three {
            left: 42%;
            margin-top: -45px;
        }

            .gray-image-container ul li.three .line {
                height: 105px;
            }

        .gray-image-container ul li.four {
            left: 54%;
            margin-top: 25px;
        }

            .gray-image-container ul li.four .line {
                height: 30px;
            }

        .gray-image-container ul li.five {
            left: 75%;
        }

            .gray-image-container ul li.five .line {
                height: 60px;
            }
}

@media only screen and (min-width: 800px) {

    .input-group {
        width: 200px;
    }

    .language-list {
        visibility: visible;
        width: 200px;
        height: 34px;
        line-height: 34px;
        background-color: #00375c;
        color: #b5b5b5;
        text-indent: 10px;
        font-size: 13px;
        border-radius: 4px;
    }

    @-moz-document url-prefix() {
        .language-list;

{
    text-indent: 5px;
}

}

:root .language-list {
    display: inline-block \; line-height: 34px \; text-indent: 10px \;;
}

.select-button {
    width: 27px;
    height: 28px;
    position: absolute;
    right: 15px;
    top: -7px;
    border-left: 1px solid #ccc;
    background-image: url(../images/arrow-nav.png);
    background-repeat: no-repeat;
    background-size: 6px 6px;
    background-position: center center;
    cursor: pointer;
}

:root .select-button {
    display: none \;;
}

}

@media only screen and (min-width: 900px) {

    .navbar-form {
        right: 0px;
    }
}

@media only screen and (min-width: 992px) {

    .image-container-outer {
        max-height: 239px;
    }

    .carousel {
        overflow: visible;
    }

    .carousel-caption {
        background-image: none;
        height: auto;
    }

        .carousel-caption .carousel-slide-title {
            top: 83px;
            border-bottom: 3px solid #c0001f;
            width: 30%;
            left: 35%;
        }

    .carousel-indicators-background {
        height: 60px;
    }

    .carousel-indicators li, .carousel-indicators li:nth-child(odd),
    .carousel-indicators li:nth-child(even) {
        display: inline-block;
    }

    .navbar-form {
        top: -48px;
    }

    .navbar-brand {
        width: 150%;
    }

    .language-list {
        margin-right: 210px;
        margin-top: 12px;
    }

    .select-button {
        right: 225px;
        top: 5px;
    }

    ul.flexnav {
        margin-top: 10px;
    }

    .footer-padding .clear-both {
        clear: both;
    }

    .footer-padding .col-md-4:nth-child(7) {
        margin-top: -20px;
    }

    .footer-padding .col-md-4:nth-child(9) {
        margin-top: -100px;
    }

    .footer-last-list {
        text-align: left;
        border-top: 0px;
    }

    .page-header {
        margin-top: 60px !important;
    }

    .news-background {
        display: block;
        color: #fff;
    }

    .title-container .header-container {
        width: 40%;
    }

    .container-background-light.page-inner-container a .col-md-3 {
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding-top: 10px;
    }

    .container-background-light.page-inner-container .float-right {
        padding-top: 5px;
        float: right;
    }

    .row.full-width-background-light.container-padding + .container .page-header {
        margin-top: 0px !important;
    }

    .container-padding.container-background-dark > .container {
        width: 970px;
    }

    .image-container-outer-ribbon-c-and-o {
        width: 50%;
    }

        .image-container-outer-ribbon-c-and-o p {
            font-size: 19px;
            font-weight: 300;
        }

    .sub-banner {
        margin-top: 30px;
    }

    .logos-section li {
        padding: 20px 0;
    }

        .logos-section li a img {
            width: 134px;
        }

    .image-wrapper {
        height: 500px;
    }

    .commitment-table, .function-box {
        width: 962px;
        margin-left: -481px;
    }

        .commitment-table .table-head, .function-box .box-header {
            width: 26%;
        }

    .arrow {
        left: 26%;
    }

    .function-box input[type="submit"] {
        width: 40%;
    }

    .image-container.positioned {
        top: -130px;
        margin-bottom: -100px;
    }

    .capabilities-item .image-container {
        height: 200px;
    }

    .capabilities-item .order {
        top: 170px;
    }

    .column-head h4 {
        font-size: 26px;
        line-height: 31px;
        padding: 24px;
        background: rgba(30, 30, 30, 0.75);
    }

    .column p {
        padding: 24px;
    }

    .column {
        top: -176px;
        margin-bottom: -176px;
    }

    .image-container + .column {
        top: -158px;
        margin-bottom: -158px;
    }

    .button-standard {
        letter-spacing: normal;
    }

    .product-info li {
        width: 20%;
    }

    .product-links li {
        width: 10%;
    }

    h3.come-work-with-us {
        width: 100%;
    }

        h3.come-work-with-us.no-vacancies {
            margin-top: 52px;
        }

        h3.come-work-with-us + ul.come-work-with-us {
            width: 100%;
            margin-left: 0px;
        }

    .red-top-border {
        width: 33.33333333%;
        margin-right: 0px;
    }

        .red-top-border.no-vacancies {
            width: 66.66666666%;
            margin-top: 40px;
        }

        .red-top-border + .red-top-border {
            margin-right: 0px;
        }

        .red-top-border h4 {
            margin-top: 0px;
        }

    .row.container-background-dark.container-padding + .container h2.page-header {
        margin-top: 0px !important;
    }

    .side-corner-tag .date-container {
        width: 30%;
    }

        .side-corner-tag .date-container + .image-container-outer-ribbon {
            width: 70%;
        }

    .trading-table li {
        width: 50%;
    }

        .trading-table li:first-child,
        .trading-table li:nth-child(2),
        .trading-table li:nth-child(5),
        .trading-table li:nth-child(6),
        .trading-table li:nth-child(9),
        .trading-table li:nth-child(10),
        .trading-table li:nth-child(13),
        .trading-table li:nth-child(14),
        .trading-table li:nth-child(17),
        .trading-table li:nth-child(18),
        .trading-table li:nth-child(21),
        .trading-table li:nth-child(22),
        .trading-table li:nth-child(25),
        .trading-table li:nth-child(26),
        .trading-table li:nth-child(29),
        .trading-table li:nth-child(30) {
            background-color: #ececec;
        }

        .trading-table li:nth-child(3),
        .trading-table li:nth-child(4),
        .trading-table li:nth-child(7),
        .trading-table li:nth-child(8),
        .trading-table li:nth-child(11),
        .trading-table li:nth-child(12),
        .trading-table li:nth-child(15),
        .trading-table li:nth-child(16),
        .trading-table li:nth-child(19),
        .trading-table li:nth-child(20),
        .trading-table li:nth-child(23),
        .trading-table li:nth-child(24),
        .trading-table li:nth-child(27),
        .trading-table li:nth-child(28) {
            background-color: #fff;
        }

    .image-container-outer-ribbon + img {
        margin-top: 0px;
    }

    .side-corner-tag {
        max-height: 239px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .table .side-corner-tag {
        max-height: auto;
        overflow: visible;
        margin-bottom: 0px;
    }

    .text-container.navy p {
        width: 60%;
    }

    .text-container.eco img {
        width: 220px;
        top: -25px;
    }

    .text-container.eco {
        padding-bottom: 140px;
    }

    .subpage-content .grid-container ul li.image-container {
        height: 360px;
    }

    .grid-container .text-container.navy {
        max-height: 360px;
        height: 360px;
    }

    .grid-container .text-container.navy {
        width: 40%;
    }

    .subpage-content .grid-container ul li.image-container {
        width: 40%;
    }

        .subpage-content .grid-container ul li.image-container.wider {
            width: 60%;
        }

    .grid-container .grid-list .image-container {
        height: 255px;
    }

    .text-container.navy.divided {
        width: 50%;
    }

        .text-container.navy.divided + .image-container {
            width: 50%;
        }

        .text-container.navy.divided p {
            font-size: 20px;
            width: 76%;
        }

    .grid-container.news .grid-list li .image-container.icon {
        line-height: 275px;
    }

    .grid-container.news .grid-list > li {
        width: 31.33%;
        float: left;
        margin-bottom: 5px;
    }

        .grid-container.news .grid-list > li:nth-child(even) {
            margin-left: 1%;
        }

    .grid-container.news .grid-list > li {
        margin-left: 1%;
        margin-right: 1%;
    }

    .news-list li a {
        width: 80%;
    }

    .news-list li span {
        width: 15%;
    }

    .form-container input[type="submit"],
    .form-container a {
        width: 24%;
        margin-left: 1%;
    }

    .news .grid-list .description-container.empty img {
        width: 44%;
        margin-left: 28%;
    }

    .numbered-boxes ul li p {
        padding: 60px 60px 5px 60px;
    }

    .contact-container .text-container {
        width: 50%;
        float: left;
        margin-top: 10px;
    }

    .contact-container a {
        width: 30%;
        float: left;
        margin-left: 9%;
    }

    .icons-list li {
        margin-top: 100px;
        width: 40%;
        margin-left: 4%;
        margin-right: 4%;
    }

    .info-container {
        width: 892px;
    }

    .grid-container.news .grid-list li:nth-child(odd) .info-container,
    .grid-container.news .grid-list li:nth-child(even) .info-container {
        left: auto;
        right: auto;
    }

    .grid-container.news .grid-list li:nth-child(1) .info-container,
    .grid-container.news .grid-list li:nth-child(4) .info-container,
    .grid-container.news .grid-list li:nth-child(7) .info-container,
    .grid-container.news .grid-list li:nth-child(10) .info-container,
    .grid-container.news .grid-list li:nth-child(13) .info-container {
        left: 0px !important;
    }

    .grid-container.news .grid-list li:nth-child(2) .info-container,
    .grid-container.news .grid-list li:nth-child(5) .info-container,
    .grid-container.news .grid-list li:nth-child(8) .info-container,
    .grid-container.news .grid-list li:nth-child(11) .info-container,
    .grid-container.news .grid-list li:nth-child(14) .info-container {
        left: 50% !important;
        margin-left: -446px;
    }

    .grid-container.news .grid-list li:nth-child(3) .info-container,
    .grid-container.news .grid-list li:nth-child(6) .info-container,
    .grid-container.news .grid-list li:nth-child(9) .info-container,
    .grid-container.news .grid-list li:nth-child(12) .info-container,
    .grid-container.news .grid-list li:nth-child(15) .info-container {
        right: 0px !important;
    }

    .full-page-table .trading-table li:nth-child(odd) {
        border-right: 5px solid #4c4c4c;
    }

    .full-page-table .trading-table li:nth-child(even) {
        border-left: 5px solid #4c4c4c;
    }

    .navy-container ul {
        width: 84%;
        margin-left: 8%;
    }

    .function-box .box-content a img {
        width: 45%;
    }

    .text-wrapper p {
        margin-bottom: 50px;
    }

    .error-page-container .text-container p {
        width: 40%;
    }

    .gray-image-container ul li {
        font-size: 18px;
        max-width: 120px;
    }

        .gray-image-container ul li > span {
            line-height: 22px;
        }

        .gray-image-container ul li a {
            width: 50px;
            height: 50px;
            line-height: 50px;
        }

        .gray-image-container ul li.one .line {
            height: 85px;
        }

        .gray-image-container ul li.two {
            left: 30%;
            margin-top: 80px;
        }

            .gray-image-container ul li.two .line {
                height: 70px;
            }

        .gray-image-container ul li.three {
            left: 41%;
            margin-top: 0px;
        }

            .gray-image-container ul li.three .line {
                height: 145px;
            }

        .gray-image-container ul li.four {
            left: 55%;
            margin-top: 55px;
        }

            .gray-image-container ul li.four .line {
                height: 70px;
            }

        .gray-image-container ul li.five {
            left: 76%;
        }

            .gray-image-container ul li.five .line {
                height: 110px;
            }
}

@media only screen and (min-width: 1200px) {

    .navbar {
        padding-bottom: 5px;
    }

    .navbar-brand {
        width: 125%;
    }

    .navbar-form {
        position: relative;
        right: auto;
        top: auto;
        width: auto;
    }

    .language-list {
        margin-right: 0px;
        margin-top: 7px;
    }

    .select-button {
        right: 14px;
        top: 0px;
    }

    ul.flexnav {
        margin-top: 0px;
    }

    .footer-padding .col-md-4:nth-child(9) {
        margin-top: -80px;
    }

    .container-padding.container-background-dark > .container {
        width: 1170px;
    }

    .image-container-outer-ribbon-c-and-o {
        width: 50%;
    }

    .sub-banner {
        height: 560px;
    }

        .sub-banner .image-container,
        .sub-banner .map-container {
            height: 500px;
        }

    .title-container .header-container {
        width: 30%;
    }

    .logos-section li a img {
        width: 164px;
    }

    .commitment-table, .function-box {
        width: 1170px;
        margin-left: -585px;
    }

        .function-box input[type="submit"] {
            width: 30%;
        }

    .capabilities-item .image-container {
        height: 240px;
    }

    .capabilities-item .order {
        top: 210px;
    }

    .volume + .image-container img {
        width: 70%;
        margin-left: 8%;
    }

    .side-corner-tag .date-container {
        width: 25%;
    }

        .side-corner-tag .date-container + .image-container-outer-ribbon {
            width: 75%;
        }

    .side-corner-tag {
        max-height: 222px;
    }

    .carousel + .container + .row .container-background-light .side-corner-tag {
        max-height: 282px;
    }

    .eco + .image-container .ribbon + img {
        width: 160px;
    }

    .grid-container .text-container.navy {
        width: 33%;
    }

    .subpage-content .grid-container ul li.image-container {
        width: 33%;
    }

        .subpage-content .grid-container ul li.image-container.wider {
            width: 67%;
        }

    .link-area img {
        width: 40%;
        margin-left: 10%;
    }

    .link-area a {
        top: 25%;
    }

    .small-title h1 em,
    .small-title h1 .lighter,
    .small-title h1 .position {
        width: 80%;
    }

    .small-title h1 .date {
        width: 20%;
    }

    .intro > .image-container img {
        width: 60%;
    }

    .contact-container a {
        width: 26%;
    }

    .contact-container a {
        margin-left: 11%;
    }

    .info-container {
        width: 1088px;
    }

    .grid-container.news .grid-list li:nth-child(2) .info-container,
    .grid-container.news .grid-list li:nth-child(5) .info-container,
    .grid-container.news .grid-list li:nth-child(8) .info-container,
    .grid-container.news .grid-list li:nth-child(11) .info-container,
    .grid-container.news .grid-list li:nth-child(14) .info-container {
        margin-left: -544px;
    }

    .image-container-outer {
        max-height: 222px;
    }

    .carousel + .container + .row .container-background-light .image-container-outer {
        max-height: 282px;
    }

    .navy-container .intro-container {
        margin-left: 70px;
    }

    .function-box .box-content a img {
        width: 40%;
    }

    .gray-image-container ul li.one .line {
        height: 135px;
    }

    .gray-image-container ul li.two {
        left: 31%;
        margin-top: 80px;
    }

        .gray-image-container ul li.two .line {
            height: 120px;
        }

    .gray-image-container ul li.three {
        left: 42%;
    }

        .gray-image-container ul li.three .line {
            height: 185px;
        }

    .gray-image-container ul li.four {
        left: 56%;
        margin-top: 65px;
    }

        .gray-image-container ul li.four .line {
            height: 90px;
        }

    .gray-image-container ul li.five {
        left: 77%;
    }

        .gray-image-container ul li.five .line {
            height: 180px;
        }
}

.a-not-active {
    pointer-events: none;
    cursor: default;
}

.sitemap li a.disable-link {
    font-size: 18px;
    color: #808080;
    pointer-events: none;
    cursor: default;
    font-weight: 400;
}

.grid-container.news #newsOverview .grid-list li .image-container {
    background-color: #fff;
    position: relative;
}

#newsOverview .image-container img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
}

.grid-centered {
    display: flex!important;
    justify-content: center;
}
#newsOverview .image-container.icon img {
    height: 85px;
    width: 81px;
    margin-top: 0px;
}

.grid-container.news #newsOverview .grid-list li .image-container.icon {
    background-color: #e3e3e2;
}

@media only screen and (max-width: 768px) {
    .search-container a {
        margin-top: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .grid-container.news .grid-list.product-range > li {
        width: 49%;
        float: left;
    }
}

@media only screen and (min-width: 992px) {
    .grid-container.news .grid-list.product-range > li {
        width: 23%;
    }
}


/* Main navbar CTA button

.navbar .flexnav > li:last-child a {
    background: #c0001f;
    color: white;
    pointer-events: inherit;
    cursor: pointer;
}

.navbar .flexnav > li:last-child a:before {
    content: '\f03d';
    position: relative;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    margin-right: 10px
}

@media screen and (min-width: 1024px) {
    .navbar .flexnav > li:last-child {
        cursor: pointer;
        margin-right: 0;
    }
    .navbar .flexnav > li:last-child a {
        padding: .5em;
        margin-left: 1.5em;
        margin-top: .5em;
        cursor: pointer;
        border-radius: 4px;
    }
    .navbar .flexnav > li:last-child:hover a {
        background: #3f3e3e;
    }
}

End Main navbar CTA button */
