body {
    overflow-x: hidden;
    font-family: 'Montserrat';
    color: #2F4B78;
}
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

h1, h2, h3, h4, h5 {
	font-family: 'Montserrat';
	font-weight: 600;
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    /* lg and up */
    .h-lg-100 {
        height: 100% !important;
    }
}

/**** CUSTOM CSS FOR 5 BOOTSTRAP COLUMNS ****/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5ths {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .col-sm-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/**** CUSTOM CSS FOR 7 BOOTSTRAP COLUMNS ****/

.col-xs-7ths,
.col-sm-7ths,
.col-md-7ths,
.col-lg-7ths,
.col-xl-7ths {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-7ths {
    flex: 0 0 14.28%;
    max-width: 14.28%;
}

@media (min-width: 576px) {
    .col-sm-7ths {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}

@media (min-width: 768px) {
    .col-md-7ths {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}

@media (min-width: 992px) {
    .col-lg-7ths {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}

@media (min-width: 1200px) {
    .col-xl-7ths {
        flex: 0 0 14.28%;
        max-width: 14.28%;
    }
}

.contact-headers {
	font-weight:600;
	color: #2F4B78;
	font-size:1.2em;
}

.bg-white {
    z-index: 2;
    position: relative;
}
.bg-grey {
    background-color: #2F4B78;
    color: #fff;
}
.bg-blue {
    background-color: #2F4B78;
    color: #fff;
}
.bg-black {
    background-color: #000;
    color: #fff;
}
.bg-black a {
    color: #fff;
}
.fs-13 {
    font-size: 1.3rem;
}
.fs-15 {
    font-size: 1.5rem;
}
a {
    color: #2F4B78;
}
.f-bold {
    font-weight: 700;
}

.equal {
	margin: 0 auto;
}

.half-r {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-top: 40px;
}

.text-bigger {
	font-size: 2.2em;
}

.table-protea {
	width: 50%;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

.table-protea th {
	background-color: #2F4B78;
}

.table-protea th, .table-protea tr, .table-protea td{
	border: 1px solid #2F4B78;
	padding: 5px;
}

.table-protea-wider {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

.table-protea-wider th{
	background-color: #2F4B78;
}

.table-protea-wider th, .table-protea-wider tr, .table-protea-wider td{
	border: 1px solid #2F4B78;
	padding: 5px;
}

.underline h2{
	border-bottom: 1px solid #2F4B78;
}

.text-center p {
    text-align: center;
}
a:hover {
    color: #999;
    text-decoration: none;
}
hr {
    border-top: 1px solid #2F4B78;
    margin: 20px 0;
}
.breadcrumbs {
    font-size: 0.8rem;
}
.breadcrumbs .fas {
    color: #2F4B78;
}
.bc-light-grey {
    background-color: #E9E9EB;
}
.bc-dark-grey {
    z-index: 1;
    background-color: #2F4B78;
    color: #fff;
}
.bc-dark-grey h2 {
    border-bottom: 2px solid #fff;
}
.overflow-hidden {
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .stripe-box {
        padding: 2.5rem 1.5rem;
    }
}
@media screen and (min-width: 992px) {
    .after:after {
        content: '';
        height: 100%;
        width: 96px;
        position: absolute;
        top: 0;
        right: -49px;
        transform: skew(140deg);
        z-index: 1;
        background-color: #2F4B78;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 1.2rem;
        margin-bottom: 0;
    }
    h3 {
        font-size: 1.0rem;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .stripe-box {
        padding: 1rem;
    }
}

/******** HEADER *******/
.dropdown-toggle::after {
    display:none
}
.navbar {
    padding: .5rem .5rem 0 .5rem;
}
.navbar-shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.bg-light {
    background-color: #fff !important;
}

@media screen and (min-width: 1200px) {
    .page-content {
        margin-top: 102px;
    }
    ul.navbar-nav {
        width: 100%;
    }
    .navbar {
        padding: 0;
    }
    .sub-cat-title {
        min-height: 60px;
    }
    #navbar-top {
        background-color: #fff;
        padding-right: .5rem;
    }
    #navbar-top a i {
        color: #2F4B78;
    }
    #navbar-top .nav-link {
        padding: 0rem;
        color: #fff;
    }
    ul.nav-links {
        width: 80%;
    }
    .contact-details {
        color: #2F4B78;
        font-size: 20px;
        font-weight: 600;
    }
    .contact-details a {
        color: #2F4B78;
    }
    .navbar-bottom {
        padding: 0 .5rem;
        background-color: #2F4B78;
    }
    .navbar-bottom .nav-link {
        padding: 1rem;
    }
    .navbar-bottom .nav-link:hover {
        background-color: #fff;
    }
    .nav-item {
        padding: 0rem 1rem !important;
        white-space: nowrap;
        position: static;
    }
    .nav-item .sub-description, .nav-item p {
        white-space: normal;
        font-size: 0.8rem;
        color: #999;
        margin-top: 15px;
    }
    .sub-cat:hover {
        background-color: #000;
        color: #fff !important;
    }
    .sub-cat:hover .sub-description {
        color: #fff;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 1.2rem;
        white-space: normal;
    }
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #2F4B78;
    }
    .line-break {
        border-right: 1px solid #e0e7ed;
    }
    .dropdown-menu {
        width: 100%;
        margin: 0;
        border: 0;
        border-radius: 0;
    }
    .dropdown .dropdown-menu {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        transition-delay: 0.5s;

        max-height: 0;
        display: block;
        overflow: hidden;
        opacity: 0;
        padding: 0;
    }
    .dropdown:hover .dropdown-menu {
        max-height: 500px;
        opacity: 1;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .dropdown-item.active, .dropdown-item:active {
        background: none;
    }
    .search-link .tipue_search_button {
        right: auto;
    }
    .nav-link .fas {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    nav.navbar{
        padding: 0;
        background-color: transparent !important;
    }
    .navbar-nav.nav-links li {
        width: 100%;
    }
    .navbar-main {
        width: 100%;
        padding: 0;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #F1F1F1 !important;
    }
    .navbar-brand {
        padding: 0.5rem;
        max-width: 120px;
    }
    .navbar-toggler {
        margin: 0 .5rem;
        font-size: .8rem;
        padding: .25rem .5rem;
        background-color: #fff;
    }
    .contact-link {
        padding-right: 10px;
        color: #2F4B78 !important;
    }
    .nav-link {
        padding-left: 1rem !important;
        background-color: #F1F1F1;
        border-bottom: 1px solid #dcdcdc;
        color: #000 !important;
        font-weight: 700;
        width: 100%;
    }
    .nav-links {
        width: 70%;
    }
    .show-mobile {
        display: block;
    }
    .dropdown-menu {
        border: 0;
        background-color: #F1F1F1;
    }
    .dropdown-menu .container {
        padding: 0;
    }
    .dropdown-menu .container .row .col-12:last-child ul li:last-child a {
        border-bottom: 0;
    }
    .dropdown-item {
        border-bottom: 1px solid #dcdcdc;
        white-space: pre-wrap;
    }
    .overlay {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 3;
        cursor: pointer;
    }
    .navbar-position {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .navbar-collapse .navbar-nav.w-xs-100 {
        width: 100%;
    }
    .page-content {
        margin-top: 65px;
    }

    /****** CSS taken from Tooth Express *******/
    .minisearch {
        padding: 0 15px;
        position: relative;
        margin: 15px 0;
    }
    .minisearch input {
        border-radius: 10px;
        height: 40px;
    }
    .minisearch .search-autocomplete {
        display: none;
        margin-top: -15px;
        overflow: hidden;
        position: absolute;
        z-index: 3;
    }
    .minisearch .actions {
        position: absolute;
        top: 8px;
        right: 25px;
    }
    .minisearch button {
        border: none;
        background-color: #2F4B78;
        padding: 0;
        color: #2F4B78;
    }
    .w3-animate-right {
        position: relative;
        animation: animateright 0.4s;
    }
    @keyframes animateright {
        from{
            right: -300px;
            opacity: 0
        } to {
            right: 0;
            opacity: 1
        }
    }

    /******* CSS taken from https://www.codeply.com/go/Nu4fAIThY8/bootstrap-4-navbar-mobile-slide-left *******/
    .navbar-collapse {
        right: 0;
        max-height: calc(100vh - 105px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: right 0.3s ease;
        -o-transition: right 0.3s ease;
        -moz-transition: right 0.3s ease;
        transition: right 0.3s ease;
        right: -100%;
    }

    .social-media-icons img {
        max-width: 55px;
    }
}

.sub-menu {
    background-color: #4F4F4F;
    color: #fff;
    font-weight: 500;
}
.sibling-links .active-link {
    color: #2F4B78;
}
.sibling-links a {
    border-right: 2px solid #fff;
    color: #fff;
}
.sibling-links a:hover {
    color: #2F4B78;
}
.sibling-links a:last-child {
    border-right: none;
}

/******** HOME ********/

.carousel-video {
    min-width: 100%;
    min-height: 100%;
}
.carousel-image {
    display: flex;
    justify-content: center;
    width: 100% !important;
}
.video-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
}
.mw-video {
    max-width: 800px;
    background-color: rgba(255,255,255,0.8);
    padding-top: 15px;
    color: #2f4b78;
    border-radius: 10px;
}
.carousel-logo {
    position: absolute;
    z-index: 101;
}
.video-overlay hr {
    border-top: 1px solid #fff;
}
.video-overlay h2 {
    font-size: 44px;
    color: #2f4b78;
}
.video-overlay a span {
    padding: 14px 27px;
    display: inline-flex;
    border-radius: 5px;
}
.video-overlay a:hover {
    text-decoration: none;
}
.more-info-btn {
    background-color: #2F4B78;
    color: #fff;
}
.contact-us-link {
    background-color: #000;
    color: #fff;
}
.more-info-btn:hover, .contact-us-link:hover {
    background-color: #fff;
    color: #2F4B78;
}
.centre-elements {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bg-black {
    background-color: #000;
}
.call-us-p {
    font-size: 30px;
    color: #fff;
    margin-right: 40px;
}
.get-in-touch-btn {
    color: #fff;
    background-color: #F90306;
}
.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.br-10 {
    border-radius: 10px;
}
.blocks p {
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin-bottom: .5rem;
    background-color: #2F4B78;
}
.css-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
}
.limit-width {
    width: 80%;
}
.find-out-more {
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    padding: 0.7rem 1rem;
    max-width: 170px;
}
@media screen and (max-width: 1199px) {
    .video-overlay h2 {
        font-size: 24px;
    }
    .call-us-p {
        font-size: 20px;
        margin-right: 0;
    }
}

/******* CATEGORY ******/

.banner-overlay {
    position: absolute;
    left: 10%;
    top: 10%;
    max-width: 500px;
    color: #2F4B78;
    padding: 15px;
    border-radius: 15px;
    background-color: rgba(238,238,238,.8);
}
.category-text h2 {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #2F4B78;
}
.category-text p:first-child {
    margin-top: 15px;
}

/******* VACANCIES *******/

.accordion-border {
    border: 1px solid #2F4B78;
}

/******** PRODUCT ********/

#lightgallery .carousel-inner {
    width: 90%;
}
#lightgallery .carousel-control-next, .carousel-control-prev {
    width: 5%;
}
#lightgallery .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23818286' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
#lightgallery .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23818286' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/**** TECHNICAL INFO *****/

.technical .card {
    border-top: 3px solid #E83532;
    max-width: 350px;
}
.fa-file-pdf {
    color: #E83532;
}
a:hover.card {
    background-color: #F1F1F1;
}
a:hover.card h4 {
    color: #E83532;
}
a:hover.card p {
    color: #000;
}

/****** PROJECTS *******/

.project-overlay {
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(46, 52, 64, 0.8);
    opacity: 0;
    transition: opacity .6s
}
.project a:hover .project-overlay {
    opacity: 1;
}
.project-overlay span {
    font-size: 2rem;
}
.project-overlay span.mr-5 {
    color: #a6a7ab;
}
.project-name {
    bottom: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: rgba(0,0,0,0.2);
}

/******* NEWS *******/

.news-date {
    font-size: 0.9rem;
    color: #909599;
}
@media screen and (min-width: 1200px) {
    #timeline {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        background-repeat: repeat-y;
        background-position: center top;
        position: relative;
    }

    #timeline:before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 50%;
        border-left: 4px solid #2F4B78;
        margin-left: -2px
    }

    #timelinestart {
        background-color: #2F4B78;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: -10;
        width: 20px;
        height: 20px;
        margin: 0px auto 10px auto
    }

    #timelinestart:after,
    #timelinestart:before {
        content: "";
        height: 12px;
        position: absolute
    }

    #timelinestart:after {
        background-color: #f0f0f0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 12px;
        margin: 4px 0 0 4px;
        z-index: 1
    }

    #timelinestart:before {
        width: 10px;
        border-left: solid 3px #f0f0f0;
        border-right: solid 3px #f0f0f0;
        background-color: #2F4B78;
        top: 8px;
        margin-left: 5px;
        z-index: 10;
        -webkit-border-top-left-radius: 5px;
        -moz-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-top-right-radius: 5px;
        border-top-right-radius: 5px
    }

    #timelineend {
        background-color: #e73900;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: -10;
        width: 20px;
        height: 20px;
        margin: 10px auto 0px auto
    }

    #timelineend:after,
    #timelineend:before {
        content: "";
        height: 12px;
        position: absolute
    }

    #timelineend:after {
        background-color: #f0f0f0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        width: 12px;
        margin: 4px 0 0 4px;
        z-index: 1
    }

    #timelineend:before {
        width: 4px;
        border-left: solid 3px #f0f0f0;
        border-right: solid 3px #f0f0f0;
        background-color: #e73900;
        bottom: 8px;
        margin-left: 5px;
        z-index: 10;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px
    }

    .timelineitem {
        width: 575px;
        margin-left: 10px;
        margin-bottom: 20px;
        margin-right: 10px;
        background-color: #FFFFFF;
        margin-top: 20px;
        height: auto;
        float: left
    }

    .pointerleft {
        width: 13px;
        height: 20px;
        position: absolute;
        left: 585px;
        margin: 0px;
        padding: 0px;
        float: left;
        display: none;
        border-bottom: solid #2F4B78 4px
    }

    .pointerright {
        width: 14px;
        height: 20px;
        position: absolute;
        left: 602px;
        background-position: 13px;
        margin: 0px;
        padding: 0px;
        float: left;
        display: none;
        border-bottom: solid #2F4B78 4px
    }

    .timelineevent {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        width: 300px;
        background-color: #FFFFFF;
        line-height: 30px;
        margin-bottom: 20px;
        clear: both;
        margin-top: 20px
    }

    .sharebox {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        width: 55px;
        background-color: #f0f0f0;
        line-height: 30px;
        clear: both;
        position: absolute;
        z-index: 100;
        left: 50%;
        margin-left: -28px;
        box-shadow: 5px 10px 3px rgba(0, 0, 0, 0.2);
        border: 1px solid #f1f1f1
    }

    .shareholder {
        height: 222px
    }

    .wide {
        width: 500px;
        text-align: left
    }

    .timelineevent h1 {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 0px;
        padding-bottom: 0px
    }

    .timelineevent h2 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 0px;
        padding-bottom: 0px
    }

    #timelinebottom {
        font-size: 24px;
        text-align: center;
        line-height: 30px;
        clear: both;
        background-repeat: no-repeat;
        background-position: center bottom;
        height: 30px;
        width: 1200px;
        margin-right: auto;
        margin-left: auto
    }

    .timelineitem .imagepad:after {
        position: absolute;
        content: "";
        bottom: 71%;
        right: 19px;
        width: 3%;
        top: 12px;
        max-width: 300px;
        background: #999;
        -webkit-box-shadow: 17px -5px 7px #666;
        -moz-box-shadow: 17px -5px 7px #666;
        box-shadow: 17px -5px 7px #666;
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg)
    }

    .firstright .imagepad:after {
        position: absolute;
        content: "";
        bottom: 71%;
        left: 19px;
        width: 3%;
        top: 12px;
        max-width: 300px;
        background: #999;
        -webkit-box-shadow: -15px 0 10px #666;
        -moz-box-shadow: -15px 0 10px #666;
        box-shadow: -17px -5px 7px #666;
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }

    .timelineitem .imagepad .imagepadwhite, .timelineevent .imagepad .imagepadwhite {
        padding: 20px;
        background: #ffffff;
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
    }

    .timelineitem .imagepad .imagepadwhite img {
        width: 100%;
    }

    .timelineevent .imagepad {
        cursor: pointer;
    }

    .imagepad {
        box-shadow: 0px 0px 1px #6c757d;
        position: relative;
        overflow: visible
    }

    .imagepad::after {
        position: absolute;
        content: "";
        bottom: 16px;
        right: 10px;
        width: 73%;
        top: 75%;
        max-width: 300px;
        background: #999;
        -webkit-box-shadow: 0 15px 10px #666;
        -moz-box-shadow: 0 15px 10px #666;
        box-shadow: 0 15px 10px #666;
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
        transform: rotate(2deg);
        border-top-right-radius: 100%
    }

    .imagepadwhite h2 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1199px) {
    .imagepad {
        width: 90%;
        height: auto;
        margin: 0px 5% 20px 5%;
    }
    .imagepadwhite {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 20px;
        background: #ffffff;
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
    }
}

/******* SEARCH ********/

.search-title {
    font: 300 30px/1.2 'Open Sans',sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search-title {
    color: #333;
    text-decoration: none;
}
.search-url {
    padding-top: 3px;
    word-wrap: break-word;
    font: 300 15px/1.7 'Open Sans',sans-serif;
    color: #333;
}
.search-url a {
    color: #339e41;
    text-decoration: none;
}
.search-url a:hover {
    color: #666;
}
.search-description {
    word-wrap: break-word;
    margin-top: 1px;
    font: 300 16px/1.6 'Open Sans',sans-serif;
    color: #666;
}
.search-result {
    padding-top: 21px;
}
.search-control {
    height: calc(2.8rem + 2px);
    background-color: #F3F3F3;
    color: #161616;
    border: 1px solid #E8E8E8;
}
.search-control::placeholder {
    color: #B6B6B6;
}
.search-btn {
    color: #fff;
    background-color: #2F4B78;
    padding: 0 18px;
    border-radius: 0 .25rem .25rem 0;
}
.pipe {
    color: #fff;
    padding: 0 0.5rem;
}
.sidebar-form .input-group span {
    color: #fff;
}
@media screen and (min-width: 1200px) {
    .search-btn .fa-search {
        font-size: 19px;
        margin-top: 5px;
    }
}
@media screen and (max-width: 1199px) {
    .sidebar-form .input-group {
        background-color: #f1f1f1;
        border-bottom: 1px solid #dcdcdc;
        padding: 1rem;
    }
    .sidebar-form .nav-link {
        width: auto;
        border-bottom: none;
    }
    .sidebar-form .input-group span {
        color: #000;
    }
    .search-control {
        border: 1px solid #c2c2c2;
        background-color: #fff;
        color: #000;
    }
    .search-control::placeholder {
        color: #c2c2c2;
    }
}

/******** DISTRIBUTORS ********/

.dataTables_filter input {
    outline: initial;
    background: #f8f9fa;
    border: 1px solid #ced4da;
    color: #47404f;
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    width: auto;
}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 50% !important;
    left: 10% !important;
    background-color: #2F4B78 !important;
    transform: translate(-50%, -50%);
}
table.dataTable thead th, table.dataTable thead td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
table.dataTable td {
    border-top: 1px solid #dee2e6;
}
table.dataTable.no-footer {
    border-bottom: 2px solid #dee2e6;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.2em .7em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #04446e;
    color: #ffffff !important;
    border: 1px solid #dee2e6;
    background: #04446e;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid #dee2e6;
}
.dataTables_wrapper .dataTables_paginate {
    padding-top: 1em;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #0087cc;
    color: #fff;
}

/******** DOWNLOAD *********/

.download-pdf {
    background-color: #F0F0F0;
    border-top: 1px solid #2F4B78;
    border-bottom: 1px solid #2F4B78;
    color: #888888;
}

/******* EXHIBITIONS *******/

#exhibitions th, #exhibitions td {
    vertical-align: top;
}
@media screen and (min-width: 768px) {
    table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child {
        padding-left: 50px !important;
    }
}

/******** FOOTER *******/

.required:not(.checkbox) label:after, .asterisk:after {
    color: #E32;
    content: "*";
    display: inline;
    margin-left: 2px;
}
#contact-form .checkbox span {
    font-size: 0.8rem;
}
#contact-form .checkbox input {
    margin-right: 0.5rem;
    margin-bottom: 0;
}
#contact-form label {
    font-weight: 500;
}
.img-overlay {
    background-color: #F3F3F3;
    border-radius: 25px;
}
.img-overlay a {
    color: #2F4B78;
}
.bg-footer {
    background-image: url(/img/footer-background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.btn-default {
    color: #fff;
    background-color: #2F4B78;
}
.btn-default:hover {
    border: 1px solid #2F4B78;
    color: #2F4B78;
    background-color: #fff;
}
.footer {
    background: #2F4B78;
    height: auto;
    padding: 60px 60px 40px 60px;
    position: relative;
    width: 100%;
    z-index: 2;
    color: #fff;
}
footer p {
    margin: 0;
}
footer .nav-pills li {
    margin: 0;
}
.footer img {
    max-width: 100%;
}
.footer h5 {
    border-bottom: 2px solid #fff;
    padding: 40px 0 10px;
    color: #fff;
    font-weight: 600;
    line-height: 27px;
}
.footer ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 15px;
    color: #fff;
}
.footer ul li {
    margin: 0px;
}
.footer ul li a {
    display: block;
}
.footer a {
    color: #fff;
}
.supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.social-icons a {
    margin-right: 15px;
}
.social li {
    background: none repeat scroll 0 0 #2F4B78;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 8px 0 !important;
    padding: 0;
    text-align: center;
    width: 50px;
    min-width: 50px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social li.facebook {
    background-color: #4867AA;
}
.social li.twitter {
    background-color: #1DA1F2;
}
.social li.linkedin {
    background-color: #0077B5;
}
.social li.youtube {
    background-color: #FF0000;
}
.social li.whatsapp {
    background-color: #00E676;
}
.social li.pinterest {
    background-color: #BD081B;
}
.social li.social-email {
    background-color: #22B8CF;
}
.social-share {
    margin-top: 1rem;
    margin-bottom: 1.7rem;
}
.social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}
.social li a {
    color: #EDEFF1;
    width: 100%;
}
.social a:hover li {
    text-decoration: none;
}
.social li a i {
    font-size: 20px;
    color: #EDEFF1 !important;
    display: flex;
    justify-content: center;
}

.footer-bottom {
    background: #142327;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.payments {
    font-size: 1.5em;
}
.address {
    clear: both;
    padding-top: 10px;
}

@media screen and (max-width: 991px) {
    .social-share {
        margin-top: 1.7rem;
        margin-bottom: 1.7rem;
    }
    .footer {
        padding: 15px;
    }
    .footer ul {
        margin-bottom: 30px;
    }
    .footer ul.contact-footer li {
        margin-bottom: 5px;
    }
    .footer ul.contact-footer li.social-icons {
        margin-top: 10px;
    }
}

/******** Workarounds for IE **********/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nav-link img {
        height: 100% !important;
    }
    .page-content {
        margin-top: 125px;
    }
}

/******** Bootstrap Responsive Tables ********/

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #ccc; }

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

		/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}
