#mega-menu {
    height: 77px;
}

#bread-crumbs {
    display: flex;
}

#bread-crumbs div {
    width: 100%;
}

/********** HR REMOVE ************/
.btn-pdf {
    background: #ccd3d9;
    color: #333 !important;
    border-radius: 4px !important;
    border-color: #ccd3d9;
}

    .btn-pdf:hover {
        background-color: #b7b7b7;
        border-color: #b7b7b7;
    }

@media (max-width:767px) {
    .btn-pdf {
        width: 100%;
        margin-top: 15px;
    }
}

.col-sm-12 hr {
    height: 0px;
}

.flex-container {
    padding: 0;
    margin: auto;
    list-style: none;
    width: 100%;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .wrap li {
    }

.wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
}

    .wrap-reverse li {
    }

.flex-item {
    margin-left: auto;
    margin-right: auto;
    width: 260px;
}

.flex-item-column {
    padding-right: 50px;
    width: 50%;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
}


/**************************************************************** generics ****************************************************************/


body {
    background-color: #fff;
    overflow-x: hidden;
}

a,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

        a:hover img {
            opacity: 0.9;
        }

ul.ns, .ns ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.ns li, .ns ul li {
        margin-left: 0;
    }

ul.f li, .f ul li {
    display: inline-block;
    margin-right: 10px;
}

    ul.f li:last-child, .f ul li:last-child {
        margin-right: 0;
    }

img {
    max-width: 100%;
    height: auto;
}

.alignleft,
[align="left"],
[style*="align"][style*="left"] {
    float: left;
}

.alignright,
[align="right"],
[style*="align"][style*="right"] {
    float: right;
}

.aligncenter,
[align="center"],
[style*="align"][style*="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft,
img[align="left"],
img[style*="align"][style*="left"] {
    margin: 0px 15px 15px 0px;
}

img.alignright,
img[align="right"],
img[style*="align"][style*="right"] {
    margin: 0px 0px 15px 15px;
}

img.aligncenter,
img[align="center"],
img[style*="align"][style*="center"] {
    margin-bottom: 15px;
}


.center-text {
    width: 50%;
    margin: auto;
}


.access,
.screen-reader-text,
.hidden,
.navbar-brand,
.no-screen {
    display: none;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        padding: 10px 12px;
    }

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

hr {
    border: 0;
    height: 2px;
    width: 100%;
    display: block;
    background-color: #999999;
    margin: 20px auto;
}

.form-control:focus {
    border-color: #e70016;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 0, 22, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 0, 22, .6);
}

.preamble {
    font-size: 20px;
}

.table.table-striped {
    border-bottom: 1px solid #ddd;
}

.flexslider {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    margin: 0;
}
/**************************************************************** /generics ****************************************************************/

/**************************************************************** fonts ****************************************************************/
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
}

h2 {
    font-weight: 400;
    font-size: 29px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 19px;
}

h5, h6 {
    font-size: 16px;
}

h1.product-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

h6:first-child {
    margin-top: 0;
}

button .glyphicon,
a .glyphicon,
a i.fa {
    margin-right: 5px;
}
/**************************************************************** /fonts ****************************************************************/

/**************************************************************** scroll arrow ****************************************************************/
.scrollToTop,
.scrollToTop:hover,
.scrollToTop:focus {
    text-decoration: none;
    color: #bf0a29;
    opacity: 0.5;
}

.scrollToTop {
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

    .scrollToTop:hover {
        text-decoration: none;
        opacity: 1;
    }
/**************************************************************** /scroll arrow ****************************************************************/

/**************************************************************** top menu ****************************************************************/
#topmenu {
    margin-top: 15px;
    margin-bottom: 15px;
}

    #topmenu ul.ns li a {
        line-height: 30px;
        color: #999;
        font-size: 14px;
    }

    #topmenu ul.ns {
        float: right;
    }

    #topmenu ul.dropdown-menu {
        overflow: hidden;
    }

        #topmenu ul.dropdown-menu li {
            display: block;
            width: 100%;
        }

            #topmenu ul.dropdown-menu li a {
                color: #333 !important;
            }

#login-slide-link {
    cursor: pointer;
}

#myaccount-slide-link {
    cursor: pointer;
}
/**************************************************************** /top menu ****************************************************************/


.breadcrumb {
    background-color: transparent;
}

    .breadcrumb * {
        font-size: 13px;
    }

    .breadcrumb > li + li:before {
        content: "> ";
    }

    .breadcrumb a {
        color: #c0bebe;
    }

        .breadcrumb a:hover {
            color: #999;
        }

    .breadcrumb .active {
        color: #c0bebe;
    }
/**************************************************************** /main menu ****************************************************************/

/**************************************************************** sub menu ****************************************************************/
.middle-menu {
    margin-bottom: 40px;
    margin-top: 10px;
}

@media print {
    .middle-menu {
        display: none;
    }
}

.submenu.submenu-level-small ul {
    padding: 0 15px 0;
}

.submenu,
.submenu * {
    font-size: 14px;
    color: #999999;
}

    .submenu h5 {
        margin: 0;
        line-height: 1.3;
    }

        .submenu h5 a {
            font-size: 16px;
        }

        .submenu h5 span {
            font-size: 16px;
        }

    .submenu .active a {
        color: #d71f2a;
    }

    .submenu a:hover {
        color: #333;
    }

    .submenu.submenu-level-small {
        margin-top: 5px;
    }

.submenu-level-small hr {
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #ccc;
}

.submenu.submenu-level-big span.arr {
    position: absolute;
    display: block;
    clear: both;
    width: 13px;
    height: 6px;
    background: url(../images/submenu-select-arr.gif) center bottom no-repeat;
    margin: 0 46%;
    top: -10px;
}

.submenu.submenu-level-big {
}

.submenu .flex-direction-nav a.flex-next {
    right: -10px;
}

.submenu .flex-direction-nav a.flex-prev {
    left: -10px;
}

.submenu .flexslider:hover a.flex-next {
    right: -5px;
}

.submenu .flexslider:hover a.flex-prev {
    left: -5px;
}

.submenu.submenu-level-big .flexslider li {
    overflow: hidden;
}

    .submenu.submenu-level-big .flexslider li:first-child {
        margin-left: 0;
    }

    .submenu.submenu-level-big .flexslider li a {
        border-radius: 3px;
        text-align: center;
        display: block;
        padding: 10px;
        line-height: 17px;
        font-size: 13px;
    }

    .submenu.submenu-level-big .flexslider li.active a {
        box-shadow: inset 0 0 15px #999;
    }

.submenu.submenu-level-big .flexslider img {
    margin: 0 auto 10px;
}

.submenu.submenu-level-big .flex-direction-nav a:before {
    font-size: 25px;
}

.submenu-border-right {
    border-right: 1px solid #eee;
}


/**************************************************************** /sub menu ****************************************************************/

/**************************************************************** carousel ****************************************************************/
div.header-page-slider {
    padding-bottom: 20px;
}

.header-page-slider img.full-width {
    width: 100%;
    height: auto;
}

body.header-page-slider #topmenu ul.ns li a {
    color: #999999;
}

.header-page-slider .carousel .carousel-indicators li {
    margin: 1px;
    margin-right: 3px;
}

    .header-page-slider .carousel .carousel-indicators li.active {
        margin: 0;
        margin-right: 3px;
    }

.carousel-indicators li {
    box-shadow: 0px 0px 3px #333;
}
/**************************************************************** /carousel ****************************************************************/
/**************************************************************** start page ****************************************************************/
.start-page-4-col-header-top span.start-page-push-header {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    display: block;
}
/*start-page-4-col-header-top*/
.start-page-4-col-header-top * {
    color: #d71f2a;
}

.start-page-4-col-header-top a:hover,
.start-page-4-col-header-top a:hover * {
    text-decoration: none;
}

.start-page-4-col-header-top img {
    margin-bottom: 3px;
}

.start-page-4-col-header-top a {
    display: block;
    border-bottom: 6px solid transparent;
}

    .start-page-4-col-header-top a:hover {
        border-color: #d71f2a;
    }

.start-page-4-col-header-top ul {
    padding-top: 10px;
}

    .start-page-4-col-header-top ul a {
        padding: 5px 0;
    }

        .start-page-4-col-header-top ul a,
        .start-page-4-col-header-top ul a * {
            color: #666;
            border-bottom: 0 solid transparent;
        }

    .start-page-4-col-header-top ul li {
        color: #333;
        border-bottom: 1px solid #eee;
    }

    .start-page-4-col-header-top ul a:hover,
    .start-page-4-col-header-top ul a:hover * {
        color: #000;
    }
/*/start-page-4-col-header-top*/
/*start-page-4-col-header-bot*/
.start-page-4-col-header-bot * {
    color: #333;
}

.start-page-4-col-header-bot h6 {
    margin-bottom: 2px;
    font-size: 16px;
}

.start-page-4-col-header-bot a:hover,
.start-page-4-col-header-bot a:hover * {
    text-decoration: none;
}

.start-page-4-col-header-bot a {
    display: block;
}

    .start-page-4-col-header-bot a:hover,
    .start-page-4-col-header-bot a:hover * {
        color: #000;
    }
/*/start-page-4-col-header-bot*/
/*/start-page-4-col-round-img*/
.start-page-4-col-round-img * {
    color: #635c55;
}

.start-page-4-col-round-img .col-sm-3.col-xs-6 {
    border-left: 1px solid #eee;
}

    .start-page-4-col-round-img .col-sm-3.col-xs-6:first-child {
        border-left: 0;
    }

.start-page-4-col-round-img img {
    display: block;
    margin: 0 auto;
    height: auto;
}

.start-page-4-col-round-img h6 {
    margin-bottom: 2px;
}

.start-page-4-col-round-img p {
    font-size: 12px;
}

.start-page-4-col-round-img a:hover,
.start-page-4-col-round-img a:hover * {
    text-decoration: none;
}

.start-page-4-col-round-img a {
    display: block;
}

    .start-page-4-col-round-img a:hover,
    .start-page-4-col-round-img a:hover * {
        color: #3b3732;
    }

.start-page-4-col-header-top li.start-page-2-col-list {
    min-height: 100px;
}

    .start-page-4-col-header-top li.start-page-2-col-list:last-of-type {
        margin-bottom: 15px
    }

li.start-page-2-col-list div.start-page-2-col-list-image {
    float: left;
    width: 100px;
    height: 100px;
}

li.start-page-2-col-list span.start-page-2-col-list-image-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

li.start-page-2-col-list a.start-page-2-col-list-link {
    padding-left: 120px;
}
/*/start-page-4-col-round-img*/
/**************************************************************** /start page ****************************************************************/

/**************************************************************** content ****************************************************************/
.no-header-page-slider header + .container {
}

.content-header {
    margin-bottom: 20px;
    text-align: left;
}

.content-big-image {
    margin-bottom: 30px;
}

.content-container a {
    color: #333;
}

    .content-container a:hover {
        text-decoration: underline;
        color: #000;
    }

    .content-container a.btn {
        text-decoration: none;
        color: #fff;
    }

.date {
    margin-bottom: 20px;
}

h1 + .date {
    margin-top: -20px;
}

h2 + .date {
    margin-top: -10px;
}

.facts {
    display: inline;
    float: right;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    width: 100%;
}

    .facts .facts-inner {
        display: block;
        background-color: #eee;
        padding: 10px;
    }

.content-container .search-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-container iframe {
    width: 100%;
    border: 0;
}
/**************************************************************** /content ****************************************************************/

/**************************************************************** content sitecore forms ****************************************************************/
.content-container .scfFooterBorder {
    clear: both;
}

.content-container label,
.content-container .scfDateSelectorLabel,
.content-container .scfCheckBoxListLabel,
.content-container .scfRadioButtonListLabel,
.content-container .scfCheckbox {
    display: block;
    float: none;
    clear: both;
}

    .content-container .scfCheckbox label,
    .content-container .scfRadioButtonListGeneralPanel label,
    .content-container .scfCheckBoxListGeneralPanel label {
        display: inline;
        clear: none;
    }

.content-container input[type=text],
.content-container input[type=number],
.content-container input[type=email],
.content-container input[type=url],
.content-container input[type=password],
.content-container textarea,
.content-container select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.428571429;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.content-container input[type=text],
.content-container input[type=number],
.content-container input[type=email],
.content-container input[type=url],
.content-container input[type=password],
.content-container textarea,
.content-container select,
.content-container .scfCheckBoxListGeneralPanel,
.content-container .scfRadioButtonList,
.content-container .scfFileUploadGeneralPanel,
.content-container .scfCheckbox {
    margin-bottom: 20px;
}

.content-container textarea,
.content-container select {
    height: auto;
    display: inline;
}

.content-container .scfDateSelectorGeneralPanel label,
.content-container .scfDateSelectorGeneralPanel select {
    width: 33%;
    display: inline;
    float: left;
    clear: none;
}

.content-container input:focus,
.content-container textarea:focus,
.content-container select:focus {
    border-color: #e70016;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 0, 22, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(231, 0, 22, .6);
}

.content-container input[type=checkbox],
.content-container input[type=radio] {
    margin-right: 5px;
}

.content-container input[type=button],
.content-container input[type=submit],
.content-container input[type=reset] {
    background-color: #008475;
    border-color: #008475;
    color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.content-container .scfEmailGeneralPanel,
.content-container .scfMultipleLineGeneralPanel,
.content-container .scfSingleLineGeneralPanel,
.content-container .scfPasswordGeneralPanel,
.content-container .scfNumberGeneralPanel,
.content-container .scfDatePickerGeneralPanel,
.content-container .scfDateGeneralPanel,
.content-container .scfRadioButtonListGeneralPanel,
.content-container .scfCheckBoxListGeneralPanel,
.content-container .scfFileUploadGeneralPanel,
.content-container .scfDateSelectorGeneralPanel,
.content-container .scfCreditCardGeneralPanel,
.content-container .scfConfirmPasswordGeneralPanel,
.content-container .scfCaptchaGeneralPanel,
.content-container .scfTelephoneGeneralPanel,
.content-container .scfSmsTelephoneGeneralPanel,
.content-container .scfDropListGeneralPanel,
.content-container .scfListBoxGeneralPanel {
    display: block;
    float: left;
    width: 80%;
}

.content-container .scfRequired {
    float: left;
    margin-left: 10px;
}
/**************************************************************** /content sitecore forms ****************************************************************/

/**************************************************************** google maps styles ****************************************************************/
#google-map {
    width: 100%;
    height: 400px;
}

    #google-map img {
        width: auto;
        max-width: none;
    }

.gm-style-iw {
    overflow: hidden !important;
}

.gm-bubble-content {
    display: block;
    padding-bottom: 10px;
}
/**************************************************************** /google maps styles ****************************************************************/

/**************************************************************** file archive ****************************************************************/
#sectionsContent li {
    font-weight: 500;
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding: 6px;
}

#sectionsContent h3 {
    font-size: 18px;
}

#sectionsContent li:nth-child(odd) {
    background-color: #f9f9f9;
}

#sectionsContent span.file-date {
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
}

#fileArchiveTree.jstree .jstree-icon.jstree-themeicon {
    background-image: url('/static/images/folder.png');
    width: 14px;
    display: block;
    float: left;
    margin-right: 5px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center left;
}

#fileArchiveTree .filearea-count {
    font-size: 12px;
    white-space: nowrap;
}

.visible {
    visibility: visible;
}

#fileArchiveTree {
    z-index: 1;
}

    #fileArchiveTree ul {
        list-style: none;
        padding-left: 10px;
    }


#loadSpinner {
    display: block;
    position: absolute;
    right: 0;
    padding: 4px 20px;
    height: 18px;
    width: 18px;
    background: url('/static/images/spinner_18x18.gif') 0 50% no-repeat;
}

/**************************************************************** /file archive ****************************************************************/

/**************************************************************** product page ****************************************************************/
.flexslider-prod .flex-direction-nav a {
    margin-top: -40px;
}

.product-header {
    margin-bottom: 0;
}

    .product-header + h3 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

.anchor-links {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-container .anchor-links a,
.content-container .anchor-links a:hover {
    text-decoration: none;
    color: #000;
}

.anchor-links i.fa {
    margin-right: 5px;
}

#share-links {
}

    #share-links a,
    #share-links span {
        display: inline-block;
        float: left;
        color: #999;
    }

    #share-links span {
        font-size: 14px;
        display: block;
        clear: both;
        float: none;
    }

    #share-links a:hover {
        color: #666;
    }

#carousel .flex-next {
    opacity: 1 !important;
}

#carousel img {
    cursor: pointer;
}

#carousel a.flex-next, #carousel .flex-prev {
    opacity: 1 !important;
    top: 33px;
    margin-top: 0;
    margin: 0;
}

#carousel .flex-next {
    right: 0px !important;
}

#carousel .flex-prev {
    left: 0px !important;
}

#carousel:hover .flex-next {
    opacity: 0.7;
    right: 0px !important;
}

#carousel:hover .flex-prev {
    opacity: 0.7;
    left: 0px !important;
}

.product-panel {
    margin-top: 30px;
}

#facts .table tr td:first-child {
    font-weight: 500;
}

#facts .table td + td {
    text-align: right;
}

#downloads .icon, #smartengineeringresources .icon {
    width: 6px;
}

#downloads .date {
    width: 180px;
}

#downloads .fileName {
    width: calc(100% - 200px) !important;
}

#smartengineeringTable .fileName {
    width: calc(100% - 10px) !important;
}

#smartengineeringTable.dataTable thead th,
#downloads table.dataTable thead th {
    background: none !important;
    padding: 10px;
    padding-top: 5px;
}

#smartengineeringTable.dataTable thead .sorting:after,
#downloads table.dataTable thead .sorting:after {
    vertical-align: middle;
    width: 19px;
    height: 19px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    content: "";
    background-image: url(../../DataTables/DataTables-1.10.16/images/sort_both.png);
}

#smartengineeringTable.dataTable thead .sorting_asc:after,
#downloads table.dataTable thead .sorting_asc:after {
    vertical-align: middle;
    width: 19px;
    height: 19px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    content: "";
    background-image: url(../../DataTables/DataTables-1.10.16/images/sort_asc.png);
}

#smartengineeringTable.dataTable thead .sorting_desc:after,
#downloads table.dataTable thead .sorting_desc:after {
    vertical-align: middle;
    width: 19px;
    height: 19px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    content: "";
    background-image: url(../../DataTables/DataTables-1.10.16/images/sort_desc.png);
}

#downloads icon, .drivers-lists, ser-lists {
    overflow-y: hidden;
    width: 100%;
}


a.more-downloads, a.more-drivers, a.more-facts, a.more-ser {
    text-align: center;
    text-decoration: none;
    background-color: #eee;
    border-radius: 0;
    color: #333 !important;
    margin-top: 20px;
}

a.more-downloads, a.more-ser {
    margin-top: 20px;
}

    a.more-downloads:hover, a.more-drivers:hover {
        text-decoration: none;
        background-color: #ddd;
    }

#request-quote {
    width: 500px;
}

.download-fancy {
    width: 680px;
    margin: 10px 0 20px;
}

    .download-fancy a {
        text-decoration: underline;
        word-wrap: break-word;
    }

.limitedavailability-fancy {
    display: none;
    width: 680px;
    margin: 10px 0 20px;
}

.limitedavailability-info,
.limitedavailability-fancy-text {
    color: #d71f2a !important;
}

.fancybox.limitedavailability-info {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

/**************************************************************** /product page ****************************************************************/
/**************************************************************** news list ****************************************************************/
.news-list .col-xs-12 {
    margin-bottom: 30px;
}

.select-year {
    margin-bottom: 30px;
}
/**************************************************************** /news list ****************************************************************/

/**************************************************************** search result ****************************************************************/
.search-result-type {
    color: #e70016;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #e70016;
}

.pagination-container {
    text-align: center;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #e70016;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #e70016;
    border-color: #bf0a29;
}
/**************************************************************** /search result ****************************************************************/

/**************************************************************** left menu page ****************************************************************/
a.jstree-toggle {
    display: none;
}

.jstree-container {
    display: block;
}

.jstree-container-ul {
    list-style-type: none;
    margin-left: -40px;
}

/**************************************************************** /left menu page ****************************************************************/

/**************************************************************** footer ****************************************************************/
footer {
    background-color: #4D4D4F;
    padding-top: 10px;
}

    footer,
    footer *,
    footer a:hover {
        color: #fff;
    }

.footerh {
    font-family: 'MetaOT-Black',tahoma,verdana,arial,helvetica,sans-serif;
}

.footercol {
    padding-top: 20px;
}

.footercopy {
    font-size: 12px;
    text-align: center;
}

/**************************************************************** /footer ****************************************************************/

/**************************************************************** Slide down panel login ****************************************************************/
#login-wrapper {
    background-color: white;
    display: none;
    top: 77px;
    position: fixed;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #0c1d40;
}

#login-slide-down-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

#login-slide-down-login-error {
    color: red;
}

.auth-failed {
    display: none;
    color: #ff0000;
}
/**************************************************************** /Slide down panel login ****************************************************************/

/**************************************************************** Modal progress ****************************************************************/
.modal-progress-container {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    z-index: 5000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

    .modal-progress-container img {
        position: fixed;
        top: 40%;
    }

/**************************************************************** /Modal progress ****************************************************************/


/**************************************************************** Register down panel ****************************************************************/

#register-slide-down {
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: white;
    padding-bottom: 15px;
}

#register-wrapper {
    margin-top: 0px;
    padding-top: 77px;
    display: none;
    background-color: white;
    padding-bottom: 15px;
    border-bottom: 1px solid #0c1d40;
}

#register-slide-down-close {
    position: absolute;
    top: 97px;
    right: 20px;
    cursor: pointer;
}
/**************************************************************** /Register down panel ****************************************************************/

/**************************************************************** Slide down panel MyAccount****************************************************************/
#myaccount-wrapper {
    margin-top: 0px;
    padding-top: 77px;
    display: none;
    background-color: white;
    padding-bottom: 15px;
}

#myaccount-slide-down-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.unsubscribe-newsletter-x {
    cursor: pointer;
}

#myaccount-logout-button {
    position: relative;
    right: 0;
    bottom: 31px;
}
/**************************************************************** /Slide down panel MyAccount ****************************************************************/

/**************************************************************** Change password panel **********************************************************************/

#change-password-slide-down {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 77px;
    border-bottom: 1px solid #0c1d40;
    background-color: white;
    padding-bottom: 15px;
    padding-top: 110px;
}

#change-password-slide-down-close {
    position: absolute;
    top: 97px;
    right: 20px;
    cursor: pointer;
}



/**************************************************************** /Change password panel *********************************************************************/

/**************************************************************** FancyBox Alert **********************************************************************/

.fancy-alert {
    text-align: center;
    padding: 25px;
}

/**************************************************************** /FancyBox Alert **********************************************************************/

.newsletter-pageblock h6,
.download-pageblock h6 {
    font-size: 16px;
    font-weight: 500;
}

.newsletter-pageblock,
.download-pageblock {
    font-size: 14px;
}

    .newsletter-pageblock .button-row,
    .download-pageblock .button-row {
        text-align: center;
    }

    .newsletter-pageblock a,
    .download-pageblock a {
        border: none;
        border-radius: 4px;
        color: #fff;
        background: #bf0a29;
        padding: 10px 15px;
        display: inline-block;
        margin: 10px 0px;
        cursor: pointer;
    }

        .newsletter-pageblock a:hover,
        .download-pageblock a:hover {
            color: #fff;
            text-decoration: underline;
        }

/**************************************************************** Slider Front Page ****************************************************************/
.carousel-caption {
    margin: auto;
    top: 41%;
    bottom: auto;
    padding-top: 0px;
    padding-left: 15px;
    text-align: left;
    text-shadow: none;
}

    .carousel-caption a {
        color: #fff;
    }

.SliderHeadline {
    text-align: center;
    line-height: 90%;
    font-size: 60pt;
}

.SliderBody {
    text-align: center;
    line-height: 90%;
    letter-spacing: 2px;
    font-size: 30pt;
}

.SliderButton {
    text-align: center;
}

.SliderHeadlineLeft {
    text-align: left;
    line-height: 90%;
    font-size: 60pt;
}

.SliderBodyLeft {
    text-align: left;
    line-height: 90%;
    letter-spacing: 2px;
    font-size: 30pt;
}

.SliderButtonLeft {
    text-align: left;
}

/**************************************************************** /Slider Front Page ****************************************************************/

/**************************************************************** Button ****************************************************************/
.btn {
    padding: 14px 24px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-radius: 24px;
    font-size: 10pt;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'MetaOT',tahoma,verdana,arial,helvetica,sans-serif;
}

.btn-default {
}

.btn-disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.btn-small {
    padding: 10px 24px;
    letter-spacing: 0px;
    border-radius: 5px;
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #777;
}


.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}


.btn-primary {
    background: #0099cc;
    color: #ffffff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background: #33a6cc;
    }

    .btn-primary:active, .btn-primary.active {
        background: #007299;
        box-shadow: none;
    }



.uniqueSellingPoints {
    margin-bottom: 28px;
}
/**************************************************************** /Button ****************************************************************/
/**************************************************************** Font awesome colored ****************************************************************/
.social-icons .fa {
    margin-bottom: 5px;
    margin-right: 5px;
}

.social-icons .fa {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icons.icon-circle .fa {
    border-radius: 50%;
}

.social-icons .fa-youtube, .social-icons .fa-youtube-play, .social-icons .fa-youtube-square {
    background-color: #C52F30;
}

.social-icons .fa-linkedin, .social-icons .fa-linkedin-square {
    background-color: #0085AE;
}
/**************************************************************** /Font awesome colored ****************************************************************/


/**************************************************************** /Subpage ****************************************************************/
.SubpageBlock {
    background-color: #ededed;
}

.SubpageContainer {
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.SubpageContainerHeader {
}

.SubpageContainerBody {
    padding-left: 20px;
    padding-bottom: 10px;
}

    .SubpageContainerBody p {
        margin: 0px;
    }

    .SubpageContainerBody .limitedavailability-info {
        font-size: 12px;
    }

/* FOOTER FIX*/
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#site {
    min-height: 100%;
    position: relative;
}

#header {
}

#content {
    padding-bottom: 100px; /* Height of the footer element */
}

    #content.no-padding {
        padding-top: 0px !important;
    }

#footer {
    background: #ffab62;
    width: 100%;
    height: 100px;
}

.subpageHead {
    padding-left: 25px;
}

/* FOOTER FIX*/

.row.no-pad {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-pad > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

.fa-caret-right {
    color: green;
}

/* Red circle */
span.red {
    background: red;
    border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.2em;
    margin-right: 12px;
    text-align: center;
    width: 1.3em;
}

small {
    color: grey;
}


/* ____ ____ ____ _  _ _ ____ ____    ____ _  _ ___     ____ ____ ___ _  _ ____ _  _ ____ 
   [__  |___ |__/ |  | | |    |___    |__| |\ | |  \    |__/ |___  |  |  | |__/ |\ | [__  
   ___] |___ |  \  \/  | |___ |___    |  | | \| |__/    |  \ |___  |  |__| |  \ | \| ___] 
        ____ _  _ ____    ____ ____ ____ 
        |__| |_/  |__|    |    |__/ |  | 
        |  | | \_ |  |    |___ |  \ |__| */
#crotification {
    padding: 2em;
    margin: 2em;
    font-size: large;
    font-weight: bold;
    background-color: yellow;
}

.cro-footer {
    padding-top: 2em;
    padding-bottom: 2em;
}

.cro-table {
    border: none;
    font-size: small;
}

    .cro-table > thead {
        background-color: #e9e9e9;
    }

    .cro-table > tbody > tr > td {
        padding: 1em;
    }

    .cro-table a.btn-info {
        background-color: #999;
    }

    .cro-table > thead > tr > th {
        margin: 1em;
        padding: 1em;
    }

    .cro-table tbody tr {
        background-color: #fff;
    }

        .cro-table tbody tr:nth-child(odd) {
            background-color: #f9f9f9;
        }

.cro-infobox {
    margin: 2em;
    padding: 2em;
    border: 2px dotted black;
    background-color: #ffb6c1;
}

.cro-linkalike {
    cursor: pointer;
}

.dataTables_length select {
    width: auto;
    margin-bottom: 0px;
}

#serviceDetailsTable td:nth-child(1) {
    font-weight: bold;
}

#serviceDetailsTable thead {
    display: none;
}

#serviceDetailsTable_wrapper .dt-buttons {
    padding-top: 10px;
}


#filearchive-headline {
    color: #08c;
}

.fa-file-pdf-o {
    color: red;
}

.fa-file-text {
    color: #1E90FF;
}

.fa-file-zip-o {
    color: #FFA500;
}

.fa-file-image-o {
    color: #228B22;
}

.fa-files-o {
    color: black;
}


/*CSS themes for simplePagination.js*/
ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 0 5px 5px 0;
    margin: 0;
}

    .simple-pagination ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .simple-pagination li {
        list-style: none;
        padding: 0;
        margin: 0;
        float: left;
    }

span.ellipse.clickable {
    cursor: pointer;
}

.ellipse input {
    width: 3em;
}

div.beijer-theme {
    margin-top: 10px;
}

.beijer-theme a, .beijer-theme span {
    float: left;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;
}

    .beijer-theme a:hover {
        text-decoration: none;
        color: #333;
    }

.beijer-theme li:first-child a, .beijer-theme li:first-child span {
}

.beijer-theme li:last-child a, .beijer-theme li:last-child span {
}

.beijer-theme .active .current {
    color: #d71f2a;
    cursor: default;
    font-weight: bold;
}

.beijer-theme .ellipse {
}
/*CSS themes for simplePagination.js*/

/**************************************************************** Full Width Image And Text page block ****************************************************************/

.nopadding {
    padding: 0px;
}

.img-fullwidth {
    width: 100%;
    height: auto;
}

.row-fullwidth {
    width: 100%;
    margin: 0px;
}

    .row-fullwidth .textbox h1 {
        margin-top: 10px;
    }

    .row-fullwidth .textbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

/**************************************************************** /Full Width Image And Text page block ****************************************************************/

/**************************************************************** Hero - MediaAndText - FeatureRow page blocks (test) **************************************************************************************/
.media-and-text .padding-bottom {
    padding-bottom: 50px;
}

.mat-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.mat-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 0 35px;
}

.mat-btn {
    margin: 25px 0;
}

.mat-media-container {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .mat-media-container video {
        width: 100%;
    }

.mat-media {
    width: 100%;
    padding: 0;
}

.container-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .media-and-text .padding-bottom {
        padding-bottom: 0px;
    }

    .mat-container {
        flex-direction: row;
    }

    .mat-text-wrapper {
        flex: 1;
    }

    .mat-media-container {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    .mat-text > p {
        font-size: 19px;
    }
}

.no-top-padding {
    padding-top: 0;
}

.pageblock-btn {
    font-family: MetaOT-Bold, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
    font-size: 16px;
    padding: 11px 23px;
    background-color: #008475;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
}

    .pageblock-btn:hover {
        color: #fff;
        background-color: #005a50;
    }

    .pageblock-btn:focus {
        color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #008475;
    border-color: #008475;
    border-radius: 4px;
}

    .btn-success:hover, .btn-success:active, .btn-success:focus {
        background-color: #005a50;
        border-color: #005a50;
        border-radius: 4px;
    }

.pageblock-link {
    font-family: MetaOT-Bold, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    font-size: 16px;
    color: #008475;
}

.arrow {
    display: inline-block;
    text-indent: -9999px;
    width: 52px;
    height: 17px;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.arrow-red {
    background-image: url('../../../-/media/Arrows/Arrow-red')
}

.arrow-cyanblue {
    background-image: url('../../../-/media/Arrows/Arrow-cyanBlue')
}

.arrow-darkblue {
    background-image: url('../../../-/media/Arrows/Arrow-darkBlue')
}

.arrow-lightblue {
    background-image: url('../../../-/media/Arrows/Arrow-lightBlue')
}

.arrow-white {
    background-image: url('../../../-/media/Arrows/Arrow-white')
}

.pageblock-hero-h1 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 0px;
}

.pageblock-hero-p {
    font-size: 18px;
    font-weight: 300;
}


.hero .container-wrapper {
    display: none;
}

.hero .container-wrapper-mobile {
    display: block;
    padding: 10px;
}

@media (min-width: 576px) {
    .pageblock-hero-h1 {
        font-size: 36px;
    }

    .pageblock-hero-p {
        font-size: 22px;
    }
}

@media (min-width: 768px) {
    .pageblock-hero-h1 {
        font-size: 40px;
    }

    .pageblock-hero-p {
        font-size: 24px;
    }


    .hero .container-wrapper {
        display: block;
    }

    .hero .container-wrapper-mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .pageblock-hero-h1 {
        font-size: 48px;
    }

    .pageblock-hero-p {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .pageblock-hero-h1 {
        font-size: 58px;
    }

    .pageblock-hero-p {
        font-size: 32px;
    }
}

@media (min-width: 1400px) {
    .pageblock-hero-h1 {
        font-size: 72px;
    }

    .pageblock-hero-p {
        font-size: 35px;
    }
}

.pageblock-h1 {
    font-size: 33px;
    margin: 20px 0;
}

.pageblock-h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 29px;
    font-weight: 400;
}

.feature-items .pageblock-h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}

.pageblock-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}

.pageblock-p {
    font-size: 16px;
}

.pageblock-h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

/*Hero*/
.hero {
    width: 100%;
}

    /*Hero full-width*/
    .hero .container-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .hero .container {
        position: relative;
        height: 100%;
    }

.h-fw-content-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 30px);
    top: 50%;
    padding: 1rem;
}

.container:has(.h-content-right-top) {
    margin-right: unset;
}

.container:has(.h-content-right-center) {
    margin-right: unset;
}

.container:has(.h-content-right-bottom) {
    margin-right: unset;
}

.container:has(.h-content-left-top) {
    margin-left: unset;
}

.container:has(.h-content-left-center) {
    margin-left: unset;
}

.container:has(.h-content-left-bottom) {
    margin-left: unset;
}


.h-content-center {
    top: 50%;
    transform: translate(0, -50%)
}

.h-content-center-top {
    top: 20px;
}

.h-content-center-bottom {
    bottom: 0px;
    top: unset;
}

.h-content-left-top {
    top: 20px;
}

.h-content-left-center {
    top: 50%;
    transform: translate(0, -50%)
}

.h-content-left-bottom {
    bottom: 0px;
}

.h-content-right-top {
    top: 20px;
}

.h-content-right-center {
    top: 50%;
    transform: translate(0, -50%)
}

.h-content-right-bottom {
    bottom: 0px;
}

.h-content-textalign-left {
    text-align: left;
}

.h-content-textalign-center {
    text-align: center;
}

.h-fw-container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.h-fw-media-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.h-fw-video {
    width: 100%;
    position: relative;
}

.h-fw-container .h-fw-media {
    height: auto;
    width: 100%;
}

.h-fw-video .pageblocks-video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h-content-width {
    max-width: 80%;
    width: fit-content;
}

.h-ingress {
    display: block;
    margin-bottom: 20px;
    line-height: 1.2;
}

.h-ingress-none {
    display: none;
}





/*Media And Text*/
.pageblock-mat-h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 33px;
    font-weight: 800;
}

/*Feature Row*/
.reduce-padding-top {
    padding-top: 10px;
}

.feature-item-img-container {
    position: relative;
    aspect-ratio: 16 / 9;
}

.feature-item-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.feature-item-video-container video {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .pageblock-h1 {
        font-size: 36px;
    }

    .pageblock-h2, .pageblock-mat-h2 {
        font-size: 36px;
    }

    .pageblock-h3 {
        font-size: 20px;
    }

    .reduce-padding-top {
        padding-top: 10px;
    }

    .h-content-left {
        left: 33%;
    }

    .h-content-right {
        left: 70%;
    }

    .h-content-width {
        max-width: 55%;
    }

    .h-ingress {
        width: 80%;
    }

    @media screen and (min-width: 992px) {
        .btn-pageblock {
            font-size: 16px;
        }

        .pageblock-p {
            font-size: 16px;
        }

        .pageblock-h1 {
            font-size: 40px;
            font-weight: 800;
        }

        .pageblock-h2, .pageblock-mat-h2 {
            font-size: 40px;
        }

        .pageblock-h3 {
            font-size: 24px;
        }

        .pageblock-btn {
            font-size: 16px;
        }

        .h-content-left {
            left: 26%;
        }

        .h-content-right {
            left: 75%;
        }

        .h-content-width {
            max-width: 56%;
        }
    }

    .pageblocks-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .feature-item-text-container {
        display: flex;
        flex-direction: column;
    }

    @media (min-width: 985px) and (max-width: 1224px) {
        .feature-item-text-container {
            min-height: 300px;
        }
    }

    @media (min-width: 1225px) and (max-width: 1435px) {
        .feature-item-text-container {
            min-height: 250px;
        }
    }

    .quote-block {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .quote {
        border: none;
        padding-top: 20px;
        font-size: 22px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        margin-bottom: 5px;
        max-width: 926px;
        margin: 15px;
        float: none;
    }

    .author {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        margin-bottom: 0;
        margin: 15px;
        font-size: 18px;
    }

    @media(min-width: 768px) {
        .quote {
            font-size: 28px;
        }

        .author {
            font-size: 22px
        }
    }

    @media(min-width: 992px) {
        .quote {
            font-size: 36px;
            padding-left: 30px;
        }

        .author {
            font-size: 26px;
            padding-left: 30px;
        }
    }

    .video-media-and-text {
        max-width: 100%;
        align-self: flex-start !important;
    }

    .feature-row-link {
        font-size: 14px !important;
        margin-top: 5px;
    }

    .row-link {
        width: 100%;
        position: relative;
        margin-top: auto;
        align-self: flex-end;
        padding-bottom: 20px;
    }

    .feature-item-text-container.padding-bottom {
        padding-bottom: 20px;
    }

    @media screen and (min-width: 2560px) {
        .reduce-padding-top {
            padding-top: 0;
        }

        .feature-item {
            padding: 35px;
        }

        .h-content-width {
            max-width: 30%;
        }
    }

    @media screen and (min-width: 3840px) {
        .h-content-width {
            max-width: 22%;
        }
    }

    .pageblocks-video {
        width: 100%;
    }
    /**************************************************************** /Hero - MediaAndText - FeatureRow page blocks *************************************************************************************/

