﻿html {
    font-family: 'Lato', sans-serif;
    font-size: 11pt;
    color: #383838;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    height: 100%;
    line-height: 150%;
}

header {
    width: 100%;
    background-color: #123678;
    color: white;
    opacity: 1;
    border: 0;
}

footer {
    width: 100%;
    background-image: url(../images/footertransparent.png);
    background-color: #123678;
    background-repeat: repeat-x;
    background-position: center;
    background-position-y: top;
    border: 0;
    padding-top: 120px;
    color: #ffffff;
    font-size: 10pt;
}

.headerLogo {
    width: 200px;
}

.navbar-default {
    border: 0;
}

.justify {
    text-align: justify;
    margin-bottom: 25px;
    margin-top: 25px;
}

.justify p {
    padding: 10px;
}

.nojustify {
    text-align: left;
    margin-bottom: 25px;
    margin-top: 25px;
    word-wrap: break-word;

}
.nojustify span{text-wrap: wrap !important;}
.Subscribe {
    clear: both;
    background-color: #dddddd;
    color: #383838;
    font-size: 14pt;
    padding-bottom: 15px;
}

.WhiteButton {
    border: 1px solid #666666;
    color: #ffffff;
    background-color: #666666;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    white-space: nowrap;
}

.WhiteButton:hover {
    color: #666666;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #666666;
}

.Button {
    border: 1px solid #666666;
    color: #666666;
    background-color: #DDDDDD;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
}

.Button:hover {
    color: #FFFFFF;
    background-color: #666666;
    text-decoration: none;
    border: 1px solid #FFFFFF;
}

.ProductSectionOutlineA {
    background-image: url(../images/gradient1.png);
}

.ProductSectionOutlineA, .ProductSectionOutlineB {
    background-position: top;
    background-repeat: repeat-x;
    background-color: #ffffff;
}

.ProductSectionOutlineA h1, .ProductSectionOutlineB h1 {
    font-size: 36pt;
    margin: 30px 15px 30px 0;
    color: #123678;
}

.SliderTab {
    text-align: center;
    width: 100%;
    padding-top: 21px;
}

.SliderTab2 {
    text-align: left;
    width: 100%;
    padding-top: 21px;
}

.SliderBaseA {
    background-image: url(../images/gradient2.png);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 54px;
    text-align: center;
    padding-top: 21px;
}

.SliderBaseB {
    height: 53px;
    text-align: center;
    padding-top: 21px;
}

.Tab {
    background-color: #cccccc;
    margin: 20px 0 0 0;
    padding: 8px 35px 13px 35px;
    text-align: center;
    cursor: pointer;
    border: none;
    color: #ffffff;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}

.ProductSectionOutlineBP {
    text-indent: -15px;
    padding-left: 30px;
}

.BP {
    margin-right: 9px;
    color: #123678;
}

.SubHeading {
    color: #123678;
}

.GreyBox {
    background-image: url(../images/greynik.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #dddddd;
    padding: 25px 25px 25px 35px;
    min-height: auto;
}

.GreyBox table {
    table-layout: fixed;
    margin: 20px 20px 20px 40px;
}

.GreyBox .Heading {
    table-layout: fixed;
    padding-right: 25px;
}

.GreyBox .Value {
    vertical-align: top;
}

.Heading {
    width: 210px;
    padding-top: 10px;
    vertical-align: middle;
    font-weight: bold;
}

.Value {
    padding-top: 10px;
    vertical-align: middle;
    text-align: right;
}

.FooterBar {
    background: #666666;
    color: #ffffff;
    text-align: center;
    padding-top: 9px;
    font-size: 12px;
    padding-bottom: 8px;
}

.FooterBar p {
    margin: 0;
    padding: 0;
}

.hides {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.shows {
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 2000px;
    overflow: hidden;
}

.homepagebar {
    background-color: #123678;
    min-height: 120px;
    padding-top: 7px;
    color: #ffffff;
}

.SectionHeading {
    width: 100%;
    text-align: center;
    padding: 40px 0 20px 0;
    font-weight: bold;
    font-size: 20pt;
    color: #123678;
}

.SectionImages {
    width: 100%;
    margin-top: 20px;
}

.SidebarItem, .SidebarBottom {
    border-top: 1px solid #ffffff;
    background-color: #bfbfbf;
    padding: 10px 0 10px 20px;
    margin: 0 10px 0 0;
    width: 100%;
    text-align: center;
}

.SidebarBottom a, .SidebarItem a {
    text-decoration: none;
}

.SidebarBottom {
    border-bottom: 1px solid #ffffff;
}

.SidebarItem:hover, .SidebarBottom:hover {
    background-color: #AFAFAF;
    text-decoration: none;
}

#GroupLinks a {
    color: #383838;
}

.NewsItemText a:link, .NewsItemText a:hover, .NewsItemText a:visited, .NewsItemText a:active {
    color: #383838;
}

.centered {
    text-align: center;
    /*color: #ffffff;*/
    /*padding-top: 10px;*/
}

.colorw {
    color: #FFFFFF;
}

.centered b {
    color: #FFFFFF;
}

.leftAlign {
    text-align: left;
    padding-top: 10px;
}

.rightAlign {
    text-align: right;
    padding-top: 10px;
}

.PageHeading {
    width: 100%;
    text-align: center;
    margin: 30px 0 20px 0;
    font-weight: bold;
    font-size: 20pt;
    line-height: 140%;
    color: #123678;
}

.Caption {
    padding: 20px;
    background-color: #bbbbbb;
    color: white;
    margin: 10px;
    border-radius: 25px 25px 25px 25px;
}

.Caption .CaptionQuote {
    font-style: italic;
    font-size: 11pt;
}

/* Trade Fairs */

.TradeFairHeader {
    background-color: #123678;
    padding: 8px 0 8px 15px;
    color: white;
    font-size: 16pt;
    margin-bottom: 0;
}

.TradeFairText {
    font-size: 11pt;
}

.bold {
    font-weight: bold;
}

.thumbnail .caption {
    color: #999999;
}

.col-md-4 {
    padding: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .ProductSectionOutlineB h1, .ProductSectionOutlineA h1 {
        font-size: 30pt;
        overflow-wrap: break-word;
    }

    .SectionHeading {
        width: 100%;
        text-align: center;
        padding: 40px 0 20px 0;
        font-weight: bold;
        font-size: 90%;
        color: #123678;
    }

    .WhiteButton {
        font-size: .75rem;
    }

}

.CareerJobTitle {
    color: #123678;
    font-size: 14pt;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom: 0;
}

.CareerPostedDate {
    color: #cccccc;
    font-size: 10pt;
    margin-top: 1px;
    padding-top: 0;
}

.money {
    background-image: url(../images/pound.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: bold;
}

.location {
    background-image: url(../images/location.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: bold;
}

.role {
    background-image: url(../images/time.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    font-weight: bold;
}

.CareerSubHeading {
    color: #123678;
    font-weight: bold;
}

.LinkButtonGrey {
    border: 1px #bbbbbb solid;
    background-color: #bbbbbb;
    width: 160px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.LinkButtonGrey:hover {
    border: 1px #bbbbbb solid;
    background-color: #ffffff;
    color: #bbbbbb;
}

.LinkButtonGrey a:hover {
    color: #bbbbbb;
    text-decoration: none;
}

.CareerBP {
    list-style-position: outside;
    padding-left: 15px;
}

.Bottom {
    position: fixed;
    bottom: 25px;
}

.radio {
    padding-left: 20px;
}

.hiddenBox {
    display: none;
}

.col-md-pull-6 {
    right: 55%;
}

.redtext {
    position: relative;
    top: 15px;
    color: red;
    margin-left: -20px;
    font-weight: bold;
    font-size: 14pt;
}

.left {
    text-align: left;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: #123678;
}

:-moz-placeholder { /* Firefox */
    color: #123678;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #123678;
}

::-ms-input-placeholder { /* Edge */
    color: #123678;
}

:placeholder-shown { /* Default */
    color: #123678;
}