﻿@charset "UTF-8";
/* config variables */
/* roboto font */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);
/* source sans pro */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
/* lato */
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
/* merriweather */
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);
/* libre franklin */
@import url(https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,700);
/* modules */
/* this mixin makes possible to add transition to a specific vendor, example: */
/* -webkit-transition: -webkit-transform 0.5s linear; */
/* fade in up */
@-moz-keyframes customFadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes customFadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes customFadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.customFadeInUp {
    -webkit-animation-name: customFadeInUp;
    animation-name: customFadeInUp;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes customFadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes customFadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes customFadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes customFadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes TrianglecustomFadeInRight {
    0% {
        opacity: 0.5;
        -moz-transform: translateX(-220px);
        -o-transform: translateX(-220px);
        -ms-transform: translateX(-220px);
        -webkit-transform: translateX(-220px);
        transform: translateX(-220px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.customFadeInRight {
    -webkit-animation-name: customFadeInRight;
    animation-name: customFadeInRight;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

.TrianglecustomFadeInRight {
    -webkit-animation-name: customFadeInRight;
    animation-name: customFadeInRight;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
}

@-webkit-keyframes customFadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes customFadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes customFadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes customFadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
        -o-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.customFadeInLeft {
    -webkit-animation-name: customFadeInLeft;
    animation-name: customFadeInLeft;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

.TrianglecustomFadeInLeft {
    -webkit-animation-name: customFadeInLeft;
    animation-name: customFadeInLeft;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    -ms-animation-duration: 3s;
    animation-duration: 3s;
}

.CovidCustomFadeInLeft {
    -webkit-animation-name: customFadeInLeftCovid;
    animation-name: customFadeInLeftCovid;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    -ms-animation-duration: 4s;
    animation-duration: 4s;
}

.CovidLargeCustomFadeInLeft {
    -webkit-animation-name: customFadeInLeftCovidLarge;
    animation-name: customFadeInLeftCovidLarge;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 4.5s;
    -moz-animation-duration: 4.5s;
    -o-animation-duration: 4.5s;
    -ms-animation-duration: 4.5s;
    animation-duration: 4.5s;
}

@-webkit-keyframes featureFadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes featureFadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes featureFadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes featureFadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.featureFadeInDown {
    -webkit-animation-name: featureFadeInDown;
    animation-name: featureFadeInDown;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}

/* bootstrap overrides */
body {
    background-color: #fff;
    font-size: 1rem;
}

a {
    outline: none;
}

    a:focus, a.active {
        outline: none;
    }

@media (min-width: 1200px) {
    .container:not(.no-override) {
        max-width: 1200px;
    }
}

@media (min-width: 992px) {
    .container {
        position: relative;
    }
}

a {
    color: #f58025;
}

    a:hover {
        color: #e86016;
        text-decoration: none;
    }

.page-item.active .page-link {
    background-color: #f57325;
}

.page-link {
    color: #f58025;
    padding: 0.5rem 0.9rem;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

@media (max-width: 991px) {
    .table-responsive th,
    .table-responsive td {
        white-space: nowrap;
    }
}

/* bootstrap */
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary {
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #f58025;
}


.small-ifu {
    font-size: 80%;
    color: #444;
    margin-left: 25px;
    padding-bottom: 10px;
}

a {
    color: #f58025;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    a:hover {
        color: #e86016;
        text-decoration: underline;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

h1, .h1 {
    font-size: 3rem;
}

h2, .h2 {
    font-size: 2.5rem;
}

h3, .h3 {
    font-size: 2.5rem;
}

h4, .h4 {
    font-size: 1.75rem;
}

h5, .h5 {
    font-size: 1.5rem;
}

h6, .h6 {
    font-size: 1.25rem;
}

.orange {
    color: #f58025;
}

.gray {
    color: #444;
}

ul li {
    color: #444;
    font-size: 1rem;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d0d0d0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-footer {
    display: block;
    float: left;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d0d0d0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-btn-footer {
    float: left;
    margin-bottom: 10px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245,115,37, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #adafb2;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #adafb2;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #adafb2;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #adafb2;
    opacity: 1;
}

.form-control::placeholder {
    color: #adafb2;
    opacity: 1;
}


select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-check-input:disabled ~ .form-check-label {
    color: #333;
}

.btn-border {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(245,128,37, 0.25);
}


.btn-primary {
    color: #fff;
    background-color: #f58025;
    border-color: #f58025;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #e86016;
        border-color: #e86016;
    }

    .btn-primary:focus, .btn-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(245,115,37, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #f58025;
        border-color: #f58025;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #f58025;
        border-color: #f58025;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(245,115,37, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #adafb2;
    border-color: #adafb2;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #838588;
        border-color: #838588;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(151, 152, 145, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #adafb2;
        border-color: #adafb2;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #838588;
        border-color: #838588;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(151, 152, 145, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #009966;
    border-color: #009966
}

    .btn-success:hover {
        color: #fff;
        background-color: #1a7536;
        border-color: #1a7536;
    }

    .btn-success:focus, .btn-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 153, 77, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #009966;
        border-color: #009966;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
    .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1a7536;
        border-color: #1a7536;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 159, 77, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #0d5c91;
    border-color: #0d5c91;
}

    .btn-info:hover {
        color: #fff;
        background-color: #0a4d7a;
        border-color: #0a4d7a;
    }

    .btn-info:focus, .btn-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(13, 93, 145, 0.5);
    }


    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
    .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
        .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(13,93,145, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

    .btn-light:hover {
        color: #212529;
        background-color: #adafb2;
        border-color: #adafb2;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #212529;
        border-color: #212529;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #adafb2;
        border-color: #adafb2;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
        }

.btn-white {
    color: #f58025;
    background-color: #fff;
    border-color: #f58025;
}

    .btn-white:hover {
        color: #f58025;
        background-color: #fff;
        border-color: #f58025;
    }

    .btn-white:focus, .btn-white.focus {
        box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
    }

    .btn-white.disabled, .btn-white:disabled {
        color: #212529;
        background-color: #212529;
        border-color: #212529;
    }

    .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
    .show > .btn-white.dropdown-toggle {
        color: #212529;
        background-color: #adafb2;
        border-color: #adafb2;
    }

        .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
        .show > .btn-white.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
        }

.btn-outline-primary {
    color: #f58025;
    background-color: transparent;
    background-image: none;
    border-color: #f58025;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #f58025;
        border-color: #f58025;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(254,128,37, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #f58025;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #f58025;
        border-color: #f58025;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(254,128,37, 0.5);
        }

.btn-outline-secondary {
    color: #adafb2;
    background-color: transparent;
    background-image: none;
    border-color: #adafb2;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #838588;
        border-color: #838588;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #333;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
        }

.btn-outline-success {
    color: #009966;
    background-color: transparent;
    background-image: none;
    border-color: #009966;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #009966;
        border-color: #009966;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 153, 77, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #009966;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #009966;
        border-color: #009966;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 153, 103, 0.5);
        }

.btn-outline-light {
    color: #f1f1f1;
    background-color: transparent;
    background-image: none;
    border-color: #f1f1f1;
}

    .btn-outline-light:hover {
        color: #333;
        background-color: #f1f1f1;
        border-color: #f1f1f1;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f1f1f1;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f1f1f1;
        border-color: #f1f1f1;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(241, 241, 241, 0.5);
        }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f58025;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #333;
    background-color: transparent;
}

/* Remove the text underline on sticky bar */
.index-features-nav .nav-link:hover,
.index-features-nav .nav-link:focus,
.index-features-nav .nav-link:active {
    text-decoration: none !important;
}

.nav-link.disabled {
    color: #333;
}


.nav-tabs .nav-link.disabled {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    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;
    padding: 0.5rem 1rem;
    background: #f58025;
    background: linear-gradient( rgba(232,96,22,1), rgba(245,128,37,1));
}

@media (max-width: 991px) {
    .navbar .container {
        margin-left: 15px;
    }
}

.navbar-white {
    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;
    padding: 0.5rem 1rem;
    background-color: #fff;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-right: 1rem;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: nowrap;
    background-image: url('/Admin/GetFile?Directory=Images/Logos/BioHorizons-logo-white.svg');
    background-repeat: no-repeat;
    background-color: none;
    width: 250px;
    height: 55px;
}

@media (max-width: 768px) {
    .navbar-brand {
        display: inline-block;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        margin-right: 1rem;
        font-size: 1.5rem;
        line-height: inherit;
        white-space: nowrap;
        background-image: url('/Admin/GetFile?Directory=Images/Logos/BioHorizons-logo-white.svg');
        background-repeat: no-repeat;
        background-color: none;
        width: 200px;
        height: 55px;
    }
}

.navbar-brand-white {
    display: inline-block;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-right: 1rem;
    font-size: 1.5rem;
    line-height: inherit;
    white-space: nowrap;
    background-image: url('/Admin/GetFile?Directory=Images/Logos/BioHorizons-logo.svg');
    background-repeat: no-repeat;
    background-color: none;
    width: 250px;
    height: 55px;
}

@media (max-width: 768px) {
    .navbar-brand-white {
        display: inline-block;
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
        margin-right: 1rem;
        font-size: 1.5rem;
        line-height: inherit;
        white-space: nowrap;
        background-image: url('/Admin/GetFile?Directory=Images/Logos/BioHorizons-logo.svg');
        background-repeat: no-repeat;
        background-color: none;
        width: 200px;
        height: 55px;
    }
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 6rem;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 1);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.navbar-white .navbar-brand {
    color: #f58025;
}

    .navbar-white .navbar-brand:hover, .navbar-white .navbar-brand:focus {
        color: #f58025;
    }

.navbar-white .navbar-nav .nav-link {
    color: rgba(245, 128, 37, 1);
}

    .navbar-white .navbar-nav .nav-link:hover, .navbar-white .navbar-nav .nav-link:focus {
        color: rgba(245, 128, 37, 1);
    }

    .navbar-white .navbar-nav .nav-link.disabled {
        color: rgba(245, 128, 37, 0.25);
    }

    .navbar-white .navbar-nav .show > .nav-link,
    .navbar-white .navbar-nav .active > .nav-link,
    .navbar-white .navbar-nav .nav-link.show,
    .navbar-white .navbar-nav .nav-link.active {
        color: #f58025;
    }

.navbar-white .navbar-toggler {
    color: rgba(245, 128, 37, 0.5);
    border-color: rgba(245, 128, 37, 0.1);
}

.navbar-white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(245, 128, 37, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-white .navbar-text {
    color: rgba(245, 128, 37, 0.5);
}

    .navbar-white .navbar-text a {
        color: #f58025;
    }

        .navbar-white .navbar-text a:hover, .navbar-white .navbar-text a:focus {
            color: #f58025;
        }

@media (max-width: 768px) {
    .hide {
        display: none;
    }
}

.vertical-align {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.card-header .collapsed {
    padding-right: 25px;
}
    /* */
    .card-header .collapsed:after {
        font-family: 'entypo';
        font-weight: 700;
        content: "\e92a";
        float: right;
        color: #444;
        height: 100%;
        top: 20px;
    }

    .card-header .collapsed.collapse:after {
        font-family: 'entypo';
        font-weight: 700;
        content: "\e92b";
        float: right;
        color: #f58025;
        height: 100%;
        top: 20px;
    }

@media (max-width: 576px) {
    .card-header h5 a img {
        display: block;
        float: left;
        max-height: 100%;
    }

    .card-header h5 a {
        float: left;
    }
}

.collapsed .accordion.collapse:after {
    font-family: 'entypo';
    font-weight: 700;
    content: "\e92a";
    float: right;
    color: #f58025;
    height: 100%;
}

.collapsed.accordion.collapse.show:after {
    font-family: 'entypo';
    font-weight: 700;
    content: "\e92b";
    float: right;
    color: #444;
    height: 100%;
}

.information {
    max-width: 1200px;
    margin: 80px auto;
    padding: 0 15px;
}

@media (max-width: 1200px) {
    .information {
        max-width: 1170px;
        margin: 80px auto;
        padding: 0 20px;
    }
}

.information .container-wide {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}

.information #accordion {
    border-bottom: 1px solid #aaa;
}

.information h2 {
    font-weight: 300;
    color: #f58025;
    /*padding: 0 0 30px 0;*/
}

.information .heading-icon {
    width: 50px;
    height: 100%;
}

.information .card {
    border: none;
    border-radius: 0;
}

    .information .card .collapse h4 {
        font-size: 20px;
        margin-left: 40px;
        padding-bottom: 5px;
        border-bottom: 1px solid #aaa;
    }

    .information .card .card-header {
        border-top: 1px solid #aaa;
        border-bottom: none;
        border-radius: 0;
        background-color: #fff;
    }

       /* .information .card .card-header h5 .collapsed {
            color: #444;
            display: block;
            width: 100%;
        }*/

    .information .card .card-body ul {
        list-style: none;
        list-style-type: none;
        margin-left: 10px;
    }

    .information .card .card-body a {
        color: #444;
    }

        .information .card .card-body a:hover {
            color: #f58025;
        }

    .information .card .card-body .doc-icon {
        margin-right: 10px;
    }

    .information .card .collapse .card-body .reference {
        margin-left: 25px;
    }

        .information .card .collapse .card-body .reference a {
            text-decoration: underline;
        }

            .information .card .collapse .card-body .reference a:hover {
                color: #f58025;
                text-decoration: underline;
            }

    .information .card .collapse .card-body .newreference {
        margin-left: 25px;
    }

        .information .card .collapse .card-body .newreference a {
            text-decoration: underline;
        }

            .information .card .collapse .card-body .newreference a:hover {
                color: #f58025;
                text-decoration: underline;
            }

    .information .card .collapse .card-body .footnote {
        margin-left: 50px;
    }

    .information .card .collapse .reference {
        margin-left: 45px;
    }

    .information .card .collapse .newreference {
        margin-left: 45px;
    }

    .information .card .collapse .footnote {
        margin-left: 70px;
        margin-bottom: 20px;
    }
/* Additional columns  */

.col-seven {
    width: 14.28%;
    flex: 0 0 14.28%;
    position: relative;
    min-height: 1px;
}

@media (min-width: 768px) {
}
.col-nine {
    width: 10.4%;
    flex: 0 0 10.4%;
    position: relative;
    min-height: 1px;
}
@media (min-width: 768px) {
}
/* Munti-unit charts inside accordions */
.muchart {
    margin: 10px 0;
}

    .muchart .header {
        text-align: center;
        padding: 10px 5px;
        background-color: #ddd;
    }

    .muchart .info .small-label {
        display: none;
    }

    .muchart .label {
        text-align: right;
        padding: 5px 10px 5px 5px;
        background-color: #ddd;
    }

    .muchart .empty {
        text-align: right;
        padding: 5px 10px 5px 5px;
    }

    .muchart .info {
        text-align: center;
        padding: 13px 5px;
    }

    .muchart .br {
        border-right: 1px solid #ddd;
    }

@media (max-width: 767px) {
    .muchart {
        margin: 10px 0;
    }

        .muchart .header {
            display: none;
        }

        .muchart .label {
            text-align: center;
            font-weight: 700;
            padding: 5px 10px 5px 5px;
            background-color: #ddd;
        }

        .muchart .info .small-label {
            display: inline-block;
            width: 55%;
            float: left;
            text-align: right;
            padding: 5px 10px 5px 5px;
            border-right: 1px solid #aaa;
        }

        .muchart .info .small-info {
            width: 45%;
            float: left;
            text-align: left;
            padding: 5px 5px 5px 10px;
        }

        .muchart .br {
            border-right: none;
        }
}

.circle-number {
    border: 1px solid #666;
    padding: 3px;
    width: 2em;
    height: 2em;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.square-number {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #666;
    text-align: center;
    color: #fff;
}

.rectangle-number {
    display: block;
    margin: 10px 0px 30px 0px;
    padding: 0 5px 3px 5px;
    width: 100%;
    min-height: 30px;
    max-height: 100%;
    text-align: center;
    color: #fff;
}

.a1 {
    background-color: #5c5c5c;
}

.a2 {
    background-color: #af1d18;
}

.m1 {
    background-color: #005e20;
}

.m2 {
    background-color: #ad73c9;
}

.p1 {
    background-color: #218ca3;
}

.p2 {
    background-color: #d06c1d;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f58025;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(245,115,37, 0.25);
    }


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f58025;
    border-color: #f58025;
}

.page-item.disabled .page-link {
    color: #333;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}


.modal-dialog-default-position {
    position: relative;
    width: auto;
    margin: 1.75rem auto;
    pointer-events: none;
    height: auto;
}

.modal-content-default-position {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    height: 80%;
}

.modal-footer-default-position {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0rem;
    border-top: 1px solid #e9ecef;
}


/* Search Menu -------------------------- */
.nav-item .nav-link .searchmenu-open {
    font-size: 30px;
    cursor: pointer
}

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 10000;
    top: 97px;
    left: 0;
    background-color: rgb(40,47,55) !important;
    transition: 0.3s;
}

    .search-overlay .close-row {
        height: 110px;
        margin-bottom: 0px;
    }

    .search-overlay .search-row {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 0 auto;
    }

        .search-overlay .search-row .search-row-field {
            max-width: 100%;
            width: 100%;
            margin: 0 auto 0 auto;
        }
    /* language menu */
    .search-overlay .close-row-language {
        height: 90px;
        margin-bottom: 0px;
    }

        .search-overlay .close-row-language h4 {
            color: #fff;
            display: inline-block;
            margin-top: 50px;
        }

    .search-overlay hr {
        color: white;
        border: 1px solid #fff;
        width: 100%;
        margin: 20px auto;
    }

    .search-overlay .language-link {
        text-align: right;
    }

        .search-overlay .language-link a {
            font-size: 18px;
            color: #fff;
        }

            .search-overlay .language-link a:hover {
                font-size: 18px;
                color: #f58025;
            }

    .search-overlay .language-flag img {
        padding-right: 4px;
    }

    .search-overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #f58025;
        display: block;
        transition: 0.3s;
    }

        .search-overlay a:hover, .search-overlay a:focus {
            color: #ffffff;
        }

    .search-overlay .closebtn {
        top: 20px;
        right: 0px;
        font-size: 40px;
        font-weight: bolder;
        float: right;
    }

    .search-overlay .h4 {
        top: 20px;
        font-size: 60px;
        float: left;
        bottom: 0;
    }

@media screen (max-height: 450px) {
    .search-overlay a {
        font-size: 20px
    }

    .search-overlay .closebtn {
        font-size: 30px;
        top: 35px;
        right: 35px;
    }
}

@media screen and (max-width: 991px) {
    .search-overlay {
        top: 70px;
    }
}

@media screen and (min-width: 767px) {
    .small-social-row {
        display: none;
    }
}

@media screen and (max-width: 766px) {
    .search-overlay {
        top: 70px;
    }

    .large-social-row {
        display: none;
    }

    .small-social-row {
        margin: 5px 0 0 0;
        padding: 5px 5px;
    }

        .small-social-row .menu-social {
            padding: 5px 5px 20px 5px;
        }

    .search-overlay .language-link {
        text-align: left;
    }

    .search-overlay .language-flag {
        margin-left: 8px;
        margin-bottom: 10px;
    }

        .search-overlay .language-flag img {
            padding-right: 4px;
        }
}
/* End Search Menu -------------------------- */


.carousel {
    position: relative;
    background-color: #eee;
    background: -webkit-linear-gradient(bottom, rgba(220, 220, 220, 1) 0%, rgba(245, 245, 245, 1) 50%, rgba(220, 220, 220, 1) 100%);
    background: linear-gradient(to top, rgba(220, 220, 220, 1) 0%, rgba(245, 245, 245, 1) 50%, rgba(220, 220, 220, 1) 100%);
}

.carousel-item {
    position: relative;
    float: left;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.bg-lightgray {
    background-color: #e9eaee !important;
}

.bg-orange {
    background-color: #f58025 !important;
}

.bg-white {
    background-color: white !important;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@media screen and (max-width: 766px) {
    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }
}

a.bg-lightgray:hover, a.bg-lightgray:focus,
button.bg-lightgray:hover,
button.bg-lightgray:focus {
    background-color: #e9eaee !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #f58025 !important;
}

.border {
    border: 1px solid #adafb2 !important;
}

.border-right {
    border-right: 1px solid #adafb2 !important;
}

.border-bottom {
    border-bottom: 1px solid #adafb2 !important;
}

.border-primary {
    border-color: #f58025 !important;
}

.text-danger {
    color: #e82538 !important;
}

.text-muted {
    color: #333 !important;
}

/*# sourceMappingURL=bootstrap.css.map */
/* components */
[data-animate] {
    opacity: 0;
}

    [data-animate].animated, [data-animate].animated-end {
        opacity: 1;
    }

.btn-outline-secondary {
    color: #9c9c9c;
}

.btn-group .btn-primary {
    border-color: #075698;
}

.btn-group .btn-success {
    border-color: #4d9a4d;
}

.btn-group .btn-info {
    border-color: #54a3bb;
}


.dropdown-menu {
    font-size: 0.9rem;
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        -moz-transform: translateY(8px);
        -o-transform: translateY(8px);
        -ms-transform: translateY(8px);
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}


@media (min-width: 992px) {
    .show > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        z-index: 1000;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

.navbar .dropdown-toggle::after {
    display: none;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/* layout */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* navbar dark */
.navbar-dark {
    background-color: #f58025 !important;
    background: linear-gradient(rgba(232,96,22,1), rgba(245,128,37,1));
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media (min-width: 992px) {
    .navbar-dark {
        padding: 0 1rem;
    }
}

.navbar-dark .navbar-brand {
    font-size: 21px;
    letter-spacing: .5px;
    color: #fff;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

@media (min-width: 992px) {
    .navbar-dark .dropdown-menu {
        border-color: #fbfbfb;
        box-shadow: 0 13px 20px rgba(0, 0, 0, 0.07);
        margin-top: -1px;
        border-radius: 0 0 0.25rem 0.25rem;
    }

        .navbar-dark .dropdown-menu .dropdown-item {
            color: #555;
            padding: 4px 1.5rem;
            padding-right: 30px;
        }

            .navbar-dark .dropdown-menu .dropdown-item:active {
                background-color: #f7f7f9;
            }
}

.navbar-dark .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
}

@media (min-width: 991px) {
    .navbar-dark .nav-item .nav-link {
        margin: 0 9px;
        padding: 32px 10px;
    }
}

.navbar-dark .nav-item .nav-link:hover, .navbar-dark .nav-item .nav-link:focus {
    color: rgba(255,255,255,0.7);
    background: none;
}

@media (min-width: 1200px) {
    .navbar-dark .nav-item .nav-link--rounded {
        text-transform: capitalize;
        border: 1px solid #868DA0;
        color: #E3E6EA;
        border-radius: 25px;
        margin-left: 20px;
        margin-top: 22px;
        padding: 8px 20px 9px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

        .navbar-dark .nav-item .nav-link--rounded:hover {
            border-color: #fff;
        }

        .navbar-dark .nav-item .nav-link--rounded:active {
            -moz-transform: scale(0.93);
            -o-transform: scale(0.93);
            -ms-transform: scale(0.93);
            -webkit-transform: scale(0.93);
            transform: scale(0.93);
        }
}

.navbar-dark .nav-item .nav-link i {
    margin-left: 4px;
    font-size: 10px;
}
/* navbar white */
.navbar-white {
    background-color: #fff !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media (min-width: 992px) {
    .navbar-white {
        padding: 0 1rem;
    }
}

.navbar-white .navbar-brand {
    font-size: 21px;
    letter-spacing: .5px;
    color: #f58025;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

@media (min-width: 992px) {
    .navbar-white .dropdown-menu {
        border-color: #fbfbfb;
        box-shadow: 0 13px 20px rgba(0, 0, 0, 0.07);
        margin-top: -1px;
        border-radius: 0 0 0.25rem 0.25rem;
    }

        .navbar-white .dropdown-menu .dropdown-item {
            color: #444;
            padding: 4px 1.5rem;
            padding-right: 30px;
        }

            .navbar-white .dropdown-menu .dropdown-item:active {
                background-color: #f7f7f9;
            }
}

.navbar-white .nav-item .nav-link {
    color: #444;
    font-weight: 500;
    font-size: 18px;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    transition: color 0.15s linear;
}

@media (min-width: 992px) {
    .navbar-white .nav-item .nav-link {
        margin: 0 9px;
        padding: 32px 10px;
    }
}

.navbar-white .nav-item .nav-link:hover, .navbar-white .nav-item .nav-link:focus {
    color: #e86016;
    background: none;
}

@media (min-width: 1200px) {
    .navbar-white .nav-item .nav-link--rounded {
        text-transform: capitalize;
        border: 1px solid #868DA0;
        color: #E3E6EA;
        border-radius: 25px;
        margin-left: 20px;
        margin-top: 22px;
        padding: 8px 20px 9px;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        -ms-transition: all 0.15s ease-out;
        -o-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

        .navbar-white .nav-item .nav-link--rounded:hover {
            border-color: #f58025;
        }

        .navbar-white .nav-item .nav-link--rounded:active {
            -moz-transform: scale(0.93);
            -o-transform: scale(0.93);
            -ms-transform: scale(0.93);
            -webkit-transform: scale(0.93);
            transform: scale(0.93);
        }
}

.navbar-white .nav-item .nav-link i {
    margin-left: 4px;
    font-size: 10px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
/* navbar fixed bottom */
.navbar-fixed-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

    .navbar-fixed-bottom.navbar-fixed-bottom--stick {
        position: fixed;
        bottom: inherit;
        top: 0;
    }

/* extra bg-transparent utility for navbar dark and light */
@media (min-width: 992px) {
    .navbar.bg-transparent {
        background-color: transparent !important;
        box-shadow: none !important;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 999;
    }
}

@media (min-width: 992px) {
    .navbar.bg-transparent .dropdown-menu {
        border-radius: 0.25rem;
        margin-top: -7px;
    }
}

.navbar-dark.bg-transparent .nav-item .nav-link {
    color: #fff;
}

@media (min-width: 1200px) {
    .navbar-dark.bg-transparent .nav-item .nav-link--rounded {
        border-color: #fff;
        color: #fff;
    }

        .navbar-dark.bg-transparent .nav-item .nav-link--rounded:hover {
            background-color: #fff;
            color: #333;
        }
}
/* extra bg-transparent utility for navbar white */
@media (min-width: 992px) {
    .navbar.bg-transparent {
        background-color: transparent !important;
        box-shadow: none !important;
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 999;
    }
}

@media (min-width: 992px) {
    .navbar.bg-transparent .dropdown-menu {
        border-radius: 0.25rem;
        margin-top: -7px;
    }
}

.navbar-white.bg-transparent .nav-item .nav-link {
    color: #fff;
}

@media (min-width: 1200px) {
    .navbar-white.bg-transparent .nav-item .nav-link--rounded {
        border-color: #fff;
        color: #fff;
    }

        .navbar-white.bg-transparent .nav-item .nav-link--rounded:hover {
            background-color: #fff;
            color: #444;
        }
}
/* navbar-brand for logo centered */
@media (min-width: 992px) {
    .navbar-brand--centered {
        position: absolute;
        left: calc(50% - 70px);
    }
}

/* responsive offcanvas */
@media (max-width: 991px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        bottom: 0;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        background-color: var(--gray-dark);
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        -ms-transition: transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

        .offcanvas-collapse.open {
            -moz-transform: translateX(-1rem);
            -o-transform: translateX(-1rem);
            -ms-transform: translateX(-1rem);
            -webkit-transform: translateX(-1rem);
            transform: translateX(-1rem);
        }
}

/* off-canvas navigation */
.off-wrapper {
    position: relative;
    overflow: hidden;
}

    .off-wrapper.active.off-wrapper-left .off-wrapper-content {
        -moz-transform: translate3d(290px, 0, 0);
        -o-transform: translate3d(290px, 0, 0);
        -ms-transform: translate3d(290px, 0, 0);
        -webkit-transform: translate3d(290px, 0, 0);
        transform: translate3d(290px, 0, 0);
    }

    .off-wrapper.active.off-wrapper-right .off-wrapper-content {
        -moz-transform: translate3d(-290px, 0, 0);
        -o-transform: translate3d(-290px, 0, 0);
        -ms-transform: translate3d(-290px, 0, 0);
        -webkit-transform: translate3d(-290px, 0, 0);
        transform: translate3d(-290px, 0, 0);
    }

    .off-wrapper.active .off-wrapper-content {
        box-shadow: 5px 0px 20px 0px rgba(0, 0, 0, 0.3);
    }

    .off-wrapper.active .off-wrapper-menu {
        -moz-transform: translate3d(0, 0, 0) !important;
        -o-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    .off-wrapper.off-wrapper-left .off-wrapper-menu {
        left: 0;
        -moz-transform: translate3d(-50%, 0, 0);
        -o-transform: translate3d(-50%, 0, 0);
        -ms-transform: translate3d(-50%, 0, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    .off-wrapper.off-wrapper-right .off-wrapper-menu {
        right: 0;
        -moz-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    .off-wrapper .off-wrapper-content {
        position: relative;
        z-index: 999;
        background: #fff;
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .off-wrapper .off-wrapper-menu {
        position: fixed;
        overflow-y: scroll;
        top: 0;
        z-index: 1;
        width: 290px;
        height: 100%;
        background: #2a313a;
        padding: 24px 20px;
        -webkit-transition: transform 0.3s ease-out;
        -moz-transition: transform 0.3s ease-out;
        -ms-transition: transform 0.3s ease-out;
        -o-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

        .off-wrapper .off-wrapper-menu .menu-title {
            font-size: 1.4rem;
            color: #fff;
            margin-bottom: 25px;
            padding-left: 0.5em;
        }

        .off-wrapper .off-wrapper-menu .nav-link {
            color: #fff;
            font-size: 15px;
        }

            .off-wrapper .off-wrapper-menu .nav-link i {
                margin-left: 4px;
                font-size: 10px;
            }

        .off-wrapper .off-wrapper-menu .dropdown-menu {
            position: static;
            float: none;
            display: none;
        }

        .off-wrapper .off-wrapper-menu .show > .dropdown-menu {
            display: block;
        }

        .off-wrapper .off-wrapper-menu .dropdown-toggle::after {
            display: none;
        }

/* footer */
.footer {
    margin-top: 100px;
    background: #283142;
    padding: 55px 0 35px;
}

    .footer.footer--light {
        background: #fafafb;
        border-top: 1px solid #ddd;
        padding: 50px 0 40px;
    }

        .footer.footer--light .title {
            color: #333;
            font-size: 14px;
        }

        .footer.footer--light .menu a {
            color: #495879;
        }

            .footer.footer--light .menu a:hover {
                color: #333;
            }

        .footer.footer--light .menu i {
            color: #7994B3;
        }

        .footer.footer--light .newsletter p {
            color: #777;
        }

        .footer.footer--light .newsletter form input[type="email"]::-webkit-input-placeholder {
            color: #9BA1C2;
        }

        .footer.footer--light .newsletter form input[type="email"]:-moz-placeholder {
            color: #9BA1C2;
        }

        .footer.footer--light .newsletter form input[type="email"]::-moz-placeholder {
            color: #9BA1C2;
        }

        .footer.footer--light .newsletter form input[type="email"]:-ms-input-placeholder {
            color: #9BA1C2;
        }

        .footer.footer--light .newsletter form button {
            background: #93a5c7;
        }

        .footer.footer--light .bottom {
            border-top-color: #dadee4;
        }

@media (max-width: 767px) {
    .footer .col-md-4 {
        margin-bottom: 20px;
    }
}

.footer .title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer .menu {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}

    .footer .menu a {
        color: #CDD6E9;
        display: inline-block;
        margin-bottom: 9px;
        text-decoration: none;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .footer .menu a:hover {
            color: #fff;
        }

    .footer .menu i {
        font-size: 23px;
        margin-right: 12px;
        width: 21px;
        position: relative;
        top: 3px;
        margin-bottom: 5px;
    }

.footer .bottom {
    margin-top: 40px;
    border-top: 1px solid #3A455A;
}

    .footer .bottom ul {
        list-style-type: none;
        padding: 0;
        text-align: center;
        margin-top: 15px;
    }

        .footer .bottom ul li {
            display: inline-block;
            margin: 0 11px;
        }

            .footer .bottom ul li:last-child a:after {
                content: '';
            }

        .footer .bottom ul a {
            color: #9DAAC2;
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 600;
            text-decoration: none;
            position: relative;
        }

            .footer .bottom ul a:after {
                content: '|';
                position: absolute;
                right: -15px;
                top: -1px;
                font-weight: bold;
            }

/* Home Hero Index */
.home-hero {
    background-size: cover;
    background-position: center 0px;
    min-height: 70vh;
    padding-top: 0px;
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(bottom, rgba(191, 191, 192, .98) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(191, 191, 192, .98) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.home-hero-bg {
    height: 100%;
    max-height: 100%;
    position: relative;
    background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-tapered_pro_web_alpha1.png');
    background-repeat: no-repeat;
    background-position: calc(50% - 300px) calc(50% - 50px);
    background-size: 481px 550px;
    margin-bottom: 0;
    padding-bottom: 0;
    z-index: 5;
    overflow: visible;
}

    .home-hero-bg .triagnles-left {
        position: absolute;
        background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-tapered_pro_triangles_left.png');
        background-position: calc(50% - 360px) calc(100% + 0px);
        background-repeat: no-repeat;
        z-index: 7;
        width: 100%;
        height: 500px;
        float: left;
    }

    .home-hero-bg .triagnles-right {
        position: absolute;
        background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-tapered_pro_triangles_right.png');
        background-position: calc(50% - 250px) calc(100% - 0px);
        background-repeat: no-repeat;
        z-index: 7;
        width: 100%;
        height: 500px;
        float: left;
    }

.home-hero:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.home-hero .hero-row-2 {
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

    .home-hero .hero-row-2 .hero-pocket-image {
        background-image: url('/Admin/GetFile?Directory=Images/taperedshort-lineup.png');
        background-repeat: no-repeat;
        margin: auto auto;
        position: center;
        background-size: 100%;
        min-height: 153px;
    }

.home-hero .container {
    z-index: 10;
}

    .home-hero .container .hero-row-2 .side-image img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

.home-hero h2.darkLeft {
    color: #555;
    font-size: 34px;
    letter-spacing: .5px;
    font-weight: 300;
    line-height: 54px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    text-align: left;
}

.home-hero h2.dark {
    color: #555;
    font-size: 34px;
    letter-spacing: .5px;
    font-weight: 300;
    line-height: 54px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    text-align: right;
}

.home-hero h2 {
    color: #f58025;
    font-size: 54px;
    letter-spacing: .5px;
    font-weight: 300;
    line-height: 54px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    text-align: right;
}

    .home-hero h2.taperedProTitle {
        font-size: 50px;
        white-space: nowrap;
        overflow: visible;
    }

.side-image-small {
    display: none;
}

.home-hero p {
    color: rgba(20, 20, 20, 0.8);
    width: 580px;
    font-size: 20px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.home-hero .actions {
    margin-top: 50px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@media (max-width: 1200px) {
    .home-hero {
        background-attachment: inherit;
        min-height: unset;
    }

    .home-hero-bg {
        height: 60%;
        max-height: 60%;
        position: relative;
        background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-tapered_pro_web_alpha1.png');
        background-repeat: no-repeat;
        background-position-y: top;
        background-position-x: -20%;
        background-size: 438px 500px;
        margin-bottom: 0;
        padding-bottom: 0;
        background-position: calc(50% - 300px) calc(100% - 150px);
    }

        .home-hero-bg .triagnles-left {
            position: absolute;
            background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-tapered_pro_triangles_left.png');
            background-position: calc(50% - 383px) calc(100% - 150px);
            background-size: 30%;
            background-repeat: no-repeat;
            z-index: 7;
            width: 100%;
            height: 600px;
            float: left;
        }

        .home-hero-bg .triagnles-right {
            position: absolute;
            background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-tapered_pro_triangles_right.png');
            background-position: calc(50% - 213px) calc(100% - 150px);
            background-size: 30%;
            background-repeat: no-repeat;
            z-index: 7;
            width: 100%;
            height: 600px;
            float: left;
        }

    .home-hero h2.taperedProTitle {
        font-size: 45px;
        white-space: nowrap;
        overflow: visible;
    }

    .home-hero p {
        width: 480px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .home-hero {
        background-attachment: inherit;
        min-height: unset;
    }
}

@media (max-width: 991px) {
    .home-hero {
        margin-bottom: 50px;
    }

    .home-hero-bg {
        height: 50%;
        max-height: 50%;
        position: relative;
        background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-tapered_pro_web_alpha1.png');
        background-repeat: no-repeat;
        background-size: 394px 450px;
        background-position-y: top;
        background-position-x: -10%;
        background-position: calc(50% - 240px) calc(100% - 140px);
    }

        .home-hero-bg .triagnles-left {
            position: absolute;
            background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-tapered_pro_triangles_left.png');
            background-position: calc(50% - 300px) calc(100% - 200px);
            background-repeat: no-repeat;
            z-index: 7;
            width: 100%;
            height: 600px;
            float: left;
        }

        .home-hero-bg .triagnles-right {
            position: absolute;
            background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-tapered_pro_triangles_right.png');
            background-position: calc(50% - 180px) calc(100% - 160px);
            background-repeat: no-repeat;
            z-index: 7;
            width: 100%;
            height: 600px;
            float: left;
        }

    .home-hero h2.darkLeft {
        font-size: 26px;
        line-height: 50px;
        width: auto;
        text-align: center;
    }

    .home-hero h2.dark {
        font-size: 26px;
        line-height: 50px;
        width: auto;
        text-align: center;
    }

    .home-hero h2 {
        font-size: 38px;
        line-height: 50px;
        width: auto;
    }

        .home-hero h2.taperedProTitle {
            font-size: 38px;
            white-space: normal;
            overflow: visible;
            text-align: center;
        }

    .home-hero .hero-row-2 {
        margin-top: 20px;
        position: relative;
        z-index: 10;
    }

    .home-hero p {
        width: auto;
    }
}

@media (max-width: 767px) {
    .home-hero {
        background-size: cover;
        background-position: center 0px;
        padding-top: 30px;
        overflow: hidden;
        position: relative;
    }

    .home-hero-bg {
        position: relative;
        background-image: none;
        background-repeat: no-repeat;
        background-position-y: 0px;
        background-position-x: 15%;
    }

        .home-hero-bg .triagnles-left {
            display: none;
        }

        .home-hero-bg .triagnles-right {
            display: none;
        }

    .home-hero .container {
        position: relative;
        background-image: none;
        background-repeat: no-repeat;
        background-position-y: 200px;
        margin: auto auto;
        position: center;
        background-size: 100%;
        min-height: 153px;
    }

    .home-hero h2.dark {
        font-size: 26px;
        line-height: 30px;
        width: auto;
        text-align: center;
    }

    .home-hero h2 {
        line-height: 50px;
        width: auto;
        text-align: center;
        font-size: 38px;
    }

    .home-hero .hero-row-2 {
        margin-top: 20px;
    }

    .side-image-small {
        width: 90%;
        margin: 0 auto;
        display: block;
        padding-bottom: 20px;
    }

    .home-hero p {
        text-align: center;
        font-size: 18px;
        line-height: 24px;
    }

    .home-hero .container .hero-row-2 .side-image img {
        display: none;
        padding: 0;
        margin: 0;
    }

    .home-hero .hero-row-2 .hero-pocket-image {
        display: none;
    }

    .home-hero .actions {
        text-align: center;
    }
}

.home-hero .actions .btn-outline-primary {
    font-weight: 600;
    padding: 13px 44px 16px;
}

    .home-hero .actions .btn-outline-primary:active {
        border-color: #f58025;
    }

/*  ---Tapered PTG ------------*/
.home-ptg-single {
    min-height: 65vh;
    padding-top: 0px;
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(bottom, rgba(191, 191, 192, .48) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(191, 191, 192, .48) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-PTG-cover-implants-single2.png');
    background-repeat: no-repeat;
    background-position-x: 53%;
    background-position-y: 100px;
}

    .home-ptg-single h2 {
        color: #555;
        font-size: 34px;
        letter-spacing: .5px;
        font-weight: 300;
        text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
        text-align: left;
        margin: 0;
        padding: 0;
    }

        .home-ptg-single h2.darkLeft {
            color: #555;
            font-size: 34px;
            letter-spacing: .5px;
            font-weight: 300;
            margin: 0;
            padding: 0;
            text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
            text-align: left;
        }

@media (max-width: 1200px) {
    .home-ptg-single {
        background-position-x: 57%;
        background-position-y: 80px;
    }
}

@media (max-width: 1024px) {
    .home-ptg {
        background-position-x: 80%;
        background-position-y: 80px;
    }
}

@media (max-width: 991px) {
    .home-ptg {
        background-position-x: 80%;
        background-position-y: 80px;
    }
}

@media (max-width: 767px) {
    .home-ptg-single {
        background-position-x: 95%;
        background-position-y: 80px;
    }
}

@media (max-width: 667px) {
    .home-ptg-single {
        background-position-x: 100%;
        background-position-y: 80px;
    }
}

@media (max-width: 576px) {
    .home-ptg-single {
        background: none;
    }
}

/*  -- bounceback banner----------------------------------------- */
.home-bb {
    min-height: 60vh;
    padding-top: 0px;
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(bottom, rgba(191, 191, 192, .48) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(191, 191, 192, .48) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: url('/Admin/GetFile?Directory=Images/bg-webinar-doctorppe-3.jpg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -70px;
    background-size: cover;
}

.home-bb-bg {
    height: 100%;
    max-height: 100%;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    background-size: contain;
    z-index: 5;
    overflow: visible;
}

.home-bb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.home-bb .bb-row-2 {
    position: relative;
    z-index: 10;
}

.home-bb .container {
    z-index: 10;
    padding: 120px 0 30px 0;
    height: 100%;
}

.home-bb h2 {
    color: #f58025;
    font-size: 54px;
    letter-spacing: .5px;
    font-weight: 300;
    line-height: 54px;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    animation-delay: 0.1s;
    text-align: left;
}

.home-bb .bb-text {
    margin-left: 0px;
    padding: 0;
    margin: 0;
}

.home-bb .bb-button {
    margin-left: 0px;
    padding: 0;
    margin: 0;
}

.home-bb p {
    color: rgba(20, 20, 20, 0.8);
    width: 480px;
    font-size: 20px;
    padding: 0;
    margin: 0;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.home-bb .txmag {
    margin-left: 15px
}

    .home-bb .txmag h5 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        color: #444;
    }

    .home-bb .txmag p {
        width: auto;
        color: #333;
    }

.home-bb ul {
    color: rgba(20, 20, 20, 0.8);
    font-size: 20px;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    animation-delay: 0.4s;
    list-style-type: disc;
    margin-left: 20px;
}

    .home-bb ul li {
    }

.home-bb .actions {
    margin-top: 20px;
    padding: 0;
    margin: 0;
    -webkit-animation-delay: 0.7s;
    -moz-animation-delay: 0.7s;
    -o-animation-delay: 0.7s;
    -ms-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@media (max-width: 1200px) {
    .home-bb {
        background-attachment: inherit;
        min-height: 50vh;
        background-position-x: 50px;
        background-position-y: top;
        background-size: 100%;
        margin-bottom: 30px;
    }

        .home-bb .container {
            z-index: 10;
            padding: 120px 0 30px 0;
            height: 100%;
        }

        .home-bb .bb-text {
            margin-left: 30px;
        }

        .home-bb .bb-button {
            margin-left: 30px;
        }

        .home-bb .txmag {
            margin-left: 40px
        }
}

@media (max-width: 1024px) {
    .home-bb {
        background-position-x: 50px;
        background-position-y: top;
        background-size: 100%;
        margin-bottom: 30px;
    }

        .home-bb .container {
            z-index: 10;
            padding: 100px 0 40px 0;
            height: 100%;
        }

    .home-bb-bg {
        height: 100%;
        max-height: 100%;
        position: relative;
    }

    .home-bb .bb-text {
        margin-left: 30px;
    }

    .home-bb .bb-button {
        margin-left: 30px;
    }

    .home-bb .txmag {
        margin-left: 40px;
    }
}

@media (max-width: 991px) {
    .home-bb {
        background-position-x: 50px;
        background-position-y: top;
        background-size: 100%;
        margin-bottom: 30px;
    }

        .home-bb .container {
            z-index: 10;
            background-position-y: bottom;
            background-position-x: right;
            padding: 80px 0 40px 0;
        }

    .home-bb-bg {
        height: 100%;
        max-height: 100%;
        position: relative;
    }

    .home-bb .txmag {
        margin-left: 40px;
    }

    .home-bb h2 {
        font-size: 44px;
        line-height: 50px;
        width: auto;
    }

    .home-bb p {
        width: auto;
    }

    .home-bb .bb-button {
        margin: 0 30px 100px 30px;
    }
}

@media (max-width: 767px) {
    .home-bb {
        padding-top: 30px;
        overflow: hidden;
        position: relative;
        background-image: none;
    }

        .home-bb .container {
            z-index: 10;
            background-position-y: bottom;
            background-position-x: right;
            padding: 20px 0;
        }

        .home-bb .bb-text {
            margin: 0 30px;
        }

        .home-bb .bb-button {
            margin: 0 30px 250px 30px;
        }

        .home-bb p {
            text-align: left;
            line-height: 24px;
        }

        .home-bb .txmag {
            margin: 30px;
        }

        .home-bb ul li {
            line-height: 24px;
        }
}

.home-bb .actions .btn-outline-primary {
    font-weight: 600;
    padding: 13px 44px 16px;
}

    .home-bb .actions .btn-outline-primary:active {
        border-color: #f58025;
    }

.index-features {
    margin-top: 120px;
    background: #fafafa;
    border-top: 1px solid #e2e1e1;
    border-bottom: 1px solid #e2e1e1;
    padding: 70px 0 40px;
}

    .index-features header {
        position: relative;
    }

        .index-features header:after {
            content: '';
            position: absolute;
            bottom: -50px;
            height: 1px;
            width: 87%;
            left: 0;
            right: 0;
            margin: auto;
            background: #eaeaea;
        }

        .index-features header h3 {
            text-align: center;
            font-size: 26px;
            font-weight: 400;
            color: #555;
        }

@media (max-width: 767px) {
    .index-features header h3 {
        font-size: 23px;
    }
}

.index-features header p {
    color: #666;
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
}

.index-features .features {
    margin: auto;
    margin-top: 110px;
    width: 88%;
}

@media (min-width: 992px) {
    .index-features .features .icon {
        margin-right: 20px;
    }
}

.index-features .features .feature {
    margin-bottom: 70px;
}

@media (max-width: 767px) {
    .index-features .features .feature {
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
}

.index-features .features section {
    width: 83%;
    float: right;
}

@media (max-width: 991px) {
    .index-features .features section {
        width: 100%;
        margin-top: 20px;
        float: none;
    }
}

.index-features .features section h4 {
    margin-top: 0;
    font-size: 17px;
    color: #53575f;
}

.index-features .features section p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 24px;
    color: #666;
    width: 95%;
}

/* ODSecure  */
.index-odsecure {
    background-color: #282f37;
    background-color: #f1f1f1;
    color: #333;
    padding: 120px 0;
    font-size: 18px;
}

    .index-odsecure .odsecurelogo {
        position: relative;
        width: 80%;
        padding: 0px;
        margin-bottom: 0;
    }

        .index-odsecure .odsecurelogo p {
            padding: 20px 0;
        }

    .index-odsecure .intro img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    .index-odsecure .box {
        margin: 10% 3%;
        background: no-repeat center top;
        background-size: contain;
        position: relative
    }

        .index-odsecure .box img {
            width: 100%;
            max-width: 100%;
        }

        .index-odsecure .box .text {
            position: absolute;
            bottom: 0;
            text-align: center;
            width: 100%;
            max-width: 100%;
        }

            .index-odsecure .box .text p {
                text-align: center;
                color: #fff;
                color: #333;
                font-size: 20px;
            }


.odsecure-hex {
    background: url('/Admin/GetFile?Directory=Images/hex.svg') no-repeat center;
    background-size: 100%;
    margin: 10px 0px;
    padding: 10px 0px;
}

    .odsecure-hex img {
        display: block;
        margin: auto auto;
        max-width: 80%;
    }

@media (max-width: 991px) {
    .index-odsecure section .info {
        padding-left: 20px;
    }

    .index-odsecure section p {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .index-odsecure {
        margin: 20px 0;
    }

        .index-odsecure header, .odsecurelogo {
            width: 80%;
            margin: 0 auto 20px auto;
            display: block;
        }
}

/* buttons */
.index-odsecure section .btn-rounded {
    width: 100%;
    border: 1px solid #f58025;
    border-radius: 4px;
    padding: 10px 16px 9px;
    margin: 20px 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .index-odsecure section .btn-rounded:hover i {
        margin-left: 15px;
    }

    .index-odsecure section .btn-rounded i {
        margin-left: 7px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.scrollspy-enabled {
    position: relative;
}

/* Sub Menu ------------------------------ */
.index-features-nav {
    /* float: left; */
    height: 46px;
    padding-bottom: 1px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(187,187,187,0.95);
}

.bottom-line {
    max-width: 1200px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.index-features-nav .container {
    max-width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.index-features-nav .features {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.index-features-nav .container h2 {
    font-size: 24px;
    color: #f58025;
    float: left;
    margin: 5px 20px 12px 15px;
    font-weight: 300;
}

.index-features-nav .container .btns {
    margin: 0 auto;
    padding: 0;
}

.index-features-nav .container.fixed {
    position: fixed;
    display: inline-block;
    top: 0;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    background: rgba(255,255,255,0.95);
    border-bottom: 1px solid rgba(187,187,187,0.95);
    z-index: 9999;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); */
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

    .index-features-nav .container.fixed h2 {
        margin: 5px 20px 12px 15px;
    }


.index-features-nav .container li {
    display: inline-block;
    float: right;
}

    .index-features-nav .container li:nth-child(1) a {
        -webkit-animation-delay: 0.35s;
        -moz-animation-delay: 0.35s;
        -o-animation-delay: 0.35s;
        -ms-animation-delay: 0.35s;
        animation-delay: 0.35s;
    }

    .index-features-nav .container li:nth-child(2) a {
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        -ms-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .index-features-nav .container li:nth-child(3) a {
        -webkit-animation-delay: 0.65s;
        -moz-animation-delay: 0.65s;
        -o-animation-delay: 0.65s;
        -ms-animation-delay: 0.65s;
        animation-delay: 0.65s;
    }

    .index-features-nav .container li:nth-child(4) a {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        -o-animation-delay: 0.8s;
        -ms-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .index-features-nav .container li:nth-child(5) a {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        -o-animation-delay: 0.8s;
        -ms-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .index-features-nav .container li:nth-child(6) a {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        -o-animation-delay: 0.8s;
        -ms-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

.index-features-nav .container .nav-link {
    display: inline-block;
    padding: 10px 0;
    height: 45px;
    vertical-align: top;
    margin: 0 20px;
    font-size: 14px;
    color: #333;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {

    .index-features-nav .container .nav-link {
        font-size: 14px;
        margin: 0 10px;
    }

    .index-features-nav .container h2 {
        margin: 5px 20px 12px 15px;
    }
}

.index-features-nav .nav-link.active {
    color: #f58025;
}

    .index-features-nav .nav-link.active:after {
        bottom: 0;
        background: #fdd0ad;
    }

.index-features-nav .nav-link:after {
    content: '';
    position: absolute;
    height: 2px;
    bottom: -2px;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.index-features-nav .container .nav-link:hover, .index-features-nav .container .nav-link:focus {
    opacity: 1;
    background: none;
}

    .index-features-nav .container .nav-link:hover:after, .index-features-nav .container .nav-link:focus:after {
        bottom: 0;
        background: #f58025;
    }

@media (max-width: 767px) {

    .index-features-nav {
        display: none;
    }
}

@media (max-width: 656px) {

    .index-features-nav .container .nav {
        display: none;
    }
}

/* -- Footer icons --  */

.index-footer-bar a.social:hover {
    background: #fff;
}

.index-footer-bar {
    padding: 0;
    background-color: #f58025;
    background: linear-gradient( rgba(232,96,22,1), rgba(245,128,37,1));
    position: relative;
}

    .index-footer-bar a.social {
        width: 40px;
        height: 40px;
        margin: 10px 0 6px 0;
        background-color: #f58025;
        border: 2px solid #fff;
        display: inline-block;
        border-radius: 50%;
        position: relative;
        margin-right: 12px;
    }

        .index-footer-bar a.social svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #fff;
            font-size: 26px;
        }

        .index-footer-bar a.social:hover svg {
            background-color: #fff;
            color: #f58025;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

    .index-footer-bar .emailform {
        text-align: right;
        margin-top: 10px;
        float: right;
    }

        .index-footer-bar .emailform .form-control-footer {
            margin: 12px 20px 0 0;
        }

@media (max-width: 767px) {
    .index-footer-bar {
        display: block;
        margin-top: 50px;
        padding-bottom: 20px;
        text-align: center;
    }

        .index-footer-bar .emailform {
            width: 100%;
            display: block;
            text-align: center;
        }
}


/* -- Footer Below CTA  --------------------  */

.index-footer-logo {
    width: 100%;
    padding: 30px 0;
}

    .index-footer-logo a img {
        width: 250px;
    }

.index-footer-links {
    padding-bottom: 10px;
    border-bottom: 1px solid #888;
    color: #666;
    font-size: 13px;
}

    .index-footer-links a {
        color: #666;
        font-size: 13px;
    }

        .index-footer-links a:hover {
            color: #e86016;
            font-size: 13px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

.index-footer-credentials {
    color: #666;
    font-size: 13px;
    padding: 10px 0 40px 0;
}

    .index-footer-credentials a {
        color: #666;
    }

        .index-footer-credentials a:hover {
            color: #e86016;
        }

/* Product Hero Sections */
.product-app-hero {
    background-color: #ddd;
    background-image: url('/Admin/GetFile?Directory=Images/hero-test-image.jpg');
    background-repeat: no-repeat;
    background-position: center 0px;
    background-size: auto;
    height: 400px;
    padding-top: 150px;
    overflow: hidden;
    position: relative;
}

    .product-app-hero:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .product-app-hero .container {
        position: relative;
        z-index: 10;
    }

    .product-app-hero h2 {
        color: #fff;
        font-size: 44px;
        font-weight: 200;
        line-height: 54px;
        text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .product-app-hero p {
        color: #DFEDFF;
        font-weight: 400;
        margin-top: 30px;
        font-size: 17px;
        line-height: 27px;
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        -ms-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .product-app-hero .btn-pill {
        margin-top: 30px;
        font-weight: 600;
        padding: 13px 44px 16px;
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        -ms-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

        .product-app-hero .btn-pill:active {
            border-color: #3b6b23;
        }

@media (max-width: 1024px) {
    .product-app-hero {
        background-attachment: inherit;
    }
}

@media (max-width: 991px) {
    .product-app-hero h2 {
        font-size: 38px;
        line-height: 52px;
    }
}

@media (max-width: 767px) {
    .product-app-hero {
        background: rgba(200, 200, 200, 0.8);
        height: 100px;
        padding-top: 20px;
        position: relative;
        text-align: center;
    }

        .product-app-hero h2 {
            width: auto;
        }

        .product-app-hero .btn-pill {
            margin-top: 30px;
        }
}


/* Hero PRODUCTS Sections with an orange bar */
.bg-hero-products {
    background-color: #ddd;
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.4)), url('/Admin/GetFile?Directory=Images/Backgrounds/bg-hero-banner-products.jpg');
    background-repeat: repeat-x;
    background-position: center 0px;
    background-size: auto;
    height: 400px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    display: none;
}

    .bg-hero-products .orange-bar::before {
        content: '';
        position: absolute;
        z-index: 9;
        background-color: #f58025;
        margin-top: 170px;
        height: 60px;
        width: 55%;
        z-index: 9;
    }

    .bg-hero-products:before {
        content: '';
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .4;
    }

    .bg-hero-products:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .bg-hero-products .container {
        position: relative;
        z-index: 10;
        width: 1200px;
    }

        .bg-hero-products .container .title {
            padding-top: 167px;
        }

        .bg-hero-products .container .image {
            padding-top: 34px;
        }

    .bg-hero-products h2 {
        color: #fff;
        font-size: 38px;
        font-weight: 200;
        line-height: 54px;
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

@media (max-width: 1200px) {
    .bg-hero-products {
        background-attachment: inherit;
    }
}

@media (max-width: 1024px) {
    .bg-hero-products {
        background-attachment: inherit;
        height: 300px;
    }

        .bg-hero-products .orange-bar::before {
            content: '';
            position: absolute;
            z-index: 9;
            background-color: #f58025;
            margin-top: 120px;
            height: 60px;
            width: 60%;
            z-index: 9;
        }

        .bg-hero-products .container {
            position: relative;
            z-index: 10;
            width: 100%;
        }

            .bg-hero-products .container .title {
                padding-top: 120px;
            }

            .bg-hero-products .container .image img {
                height: 70%;
                float: right;
            }

        .bg-hero-products h2 {
            color: #fff;
            font-size: 38px;
            font-weight: 200;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }
}

@media (max-width: 991px) {
    .bg-hero-products .orange-bar::before {
        content: '';
        position: absolute;
        z-index: 9;
        background-color: #f58025;
        margin-top: 120px;
        height: 60px;
        width: 60%;
        z-index: 9;
    }

    .bg-hero-products h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 200;
        line-height: 54px;
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .bg-hero-products h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 200;
        line-height: 54px;
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }
}

@media (max-width: 767px) {
    .bg-hero-products {
        background-image: none;
        background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.15));
        height: auto;
        padding: 40px;
        border-bottom: 1px solid #aaa;
    }

        .bg-hero-products .orange-bar::before {
            display: none;
        }

        .bg-hero-products .container {
            position: relative;
            z-index: 10;
            width: 100%;
            text-align: center;
        }

            .bg-hero-products .container .title {
                padding-top: 0px;
                width: 100%;
                text-align: center;
            }

            .bg-hero-products .container .image {
                display: none;
            }

        .bg-hero-products h1 {
            color: #f58025;
            width: 100%;
            text-align: center;
            font-size: 30px;
            line-height: 1.2em;
            font-weight: 400;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .bg-hero-products h2 {
            color: #f58025;
            width: 100%;
            text-align: center;
            font-size: 30px;
            line-height: 1.2em;
            font-weight: 400;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }
}
/* Hex Header ------------------------------------------------------------------------------------- */
.bg-hex-header {
    /*
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.4));
    background-image: linear-gradient( rgba(232,96,22,1), rgba(245,128,37,1));
    background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.55));
    */
    background-color: #999;
    background-image: linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.20));
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 20;
}

    .bg-hex-header .orange-bar::before {
        content: '';
        position: absolute;
        z-index: 9;
        background-color: #f58025;
        background-image: linear-gradient( rgba(245,128,37,1), rgba(245,128,37,1));
        margin-top: 120px;
        height: 60px;
        width: 56%;
        z-index: 9;
    }

    .bg-hex-header:before {
        content: '';
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .4;
    }

    .bg-hex-header:after {
        content: '';
        position: absolute;
        background-image: url('/Admin/GetFile?Directory=Images/backgrounds/bg-hex-connection.svg');
        opacity: 0.3;
        background-repeat: repeat;
        background-size: 100px;
        background-position: 50% 0px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .bg-hex-header .container {
        position: relative;
        z-index: 10;
        width: 1200px;
    }

        .bg-hex-header .container .title {
            padding-top: 117px;
        }

        .bg-hex-header .container .image {
            margin: 20px auto 0px auto;
            height: 260px;
            width: 260px;
            text-align: center;
            border: 3px solid #f58025;
            border-radius: 50%;
            box-shadow: 4px 8px 8px rgba(0,0,0,.3);
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .bg-hex-header .container .image img {
                border-radius: 50%;
                max-height: 254px;
                max-width: 254px;
            }

        .bg-hex-header .container h1 {
            color: #fff;
            font-size: 38px;
            font-weight: 200;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .bg-hex-header .container h2 {
            color: #fff;
            font-size: 38px;
            font-weight: 200;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

@media (max-width: 1200px) {
    .bg-hex-header {
    }

        .bg-hex-header .orange-bar::before {
            background-attachment: inherit;
            margin-top: 120px;
            width: 62%;
        }
}

@media (max-width: 1024px) {
    .bg-hex-header {
        background-attachment: inherit;
        height: 240px;
    }

        .bg-hex-header .orange-bar::before {
            margin-top: 90px;
            height: 54px;
            width: 65%;
        }

        .bg-hex-header .container .title {
            padding-top: 77px;
        }

        .bg-hex-header .container .image {
            margin: 15px auto 0px auto;
            height: 206px;
            width: 206px;
        }

            .bg-hex-header .container .image img {
                max-height: 200px;
                max-width: 200px;
            }

        .bg-hex-header .container h1 {
            font-size: 34px;
            line-height: 70px;
        }

        .bg-hex-header .container h2 {
            font-size: 34px;
            line-height: 70px;
        }
}

@media (max-width: 991px) {
    .bg-hex-header {
        background-attachment: inherit;
        height: 200px;
    }

        .bg-hex-header .orange-bar::before {
            margin-top: 76px;
            height: 50px;
            width: 62%;
        }

        .bg-hex-header:after {
            background-size: 110px;
        }

        .bg-hex-header .container {
            position: relative;
            z-index: 10;
            width: 100%;
        }

            .bg-hex-header .container .title {
                padding-top: 75px;
            }

            .bg-hex-header .container .image {
                margin: 10px auto 0px auto;
                height: 180px;
                width: 180px;
            }

                .bg-hex-header .container .image img {
                    max-height: 174px;
                    max-width: 174px;
                }

            .bg-hex-header .container h1 {
                font-size: 30px;
                line-height: 43px;
            }

            .bg-hex-header .container h2 {
                font-size: 30px;
                line-height: 43px;
            }
}


@media (max-width: 767px) {
    .bg-hex-header {
        background-color: #999;
        background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.50));
        height: auto;
        padding: 30px 40px;
        border-bottom: 1px solid #aaa;
    }

        .bg-hex-header .orange-bar::before {
            display: none;
        }

        .bg-hex-header:after {
            background-size: 100px;
        }

        .bg-hex-header .container {
            position: relative;
            z-index: 10;
            width: 100%;
            text-align: center;
        }

            .bg-hex-header .container .title {
                padding-top: 0px;
                width: 100%;
                text-align: center;
            }

            .bg-hex-header .container .image {
                display: none;
            }

            .bg-hex-header .container h1 {
                color: #f58025;
                width: 100%;
                text-align: center;
                font-size: 30px;
                line-height: 1.2em;
                font-weight: 400;
            }

            .bg-hex-header .container h2 {
                color: #f58025;
                width: 100%;
                text-align: center;
                font-size: 30px;
                line-height: 1.2em;
                font-weight: 400;
            }
}
/* External Hex Header ------------------------------------------------------------------------- */
.bg-hex-pro-header {
    /*
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.4));
    background-image: linear-gradient( rgba(232,96,22,1), rgba(245,128,37,1));
    background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.55));
    */
    background-color: #999;
    background-image: linear-gradient(rgba(255,255,255,0.65), rgba(255,255,255,0.20));
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 20;
}

    .bg-hex-pro-header .orange-bar::before {
        content: '';
        position: absolute;
        z-index: 9;
        background-color: #f58025;
        background-image: linear-gradient( rgba(245,128,37,1), rgba(245,128,37,1));
        margin-top: 120px;
        height: 60px;
        width: 56%;
        z-index: 9;
    }

    .bg-hex-pro-header:before {
        content: '';
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .4;
    }

    .bg-hex-pro-header:after {
        content: '';
        position: absolute;
        background-image: url('/Admin/GetFile?Directory=Images/backgrounds/bg-hex-pro-connection.svg');
        opacity: 0.3;
        background-repeat: repeat;
        background-size: 150px;
        background-position: 50% 0px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .bg-hex-pro-header .container {
        position: relative;
        z-index: 10;
        width: 1200px;
    }

        .bg-hex-pro-header .container .title {
            padding-top: 117px;
        }

        .bg-hex-pro-header .container .image {
            margin: 20px auto 0px auto;
            height: 260px;
            width: 260px;
            text-align: center;
            border: 3px solid #f58025;
            border-radius: 50%;
            box-shadow: 4px 8px 8px rgba(0,0,0,.3);
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .bg-hex-pro-header .container .image img {
                border-radius: 50%;
                max-height: 254px;
                max-width: 254px;
            }

        .bg-hex-pro-header .container h1 {
            color: #fff;
            font-size: 38px;
            font-weight: 200;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .bg-hex-pro-header .container h2 {
            color: #fff;
            font-size: 38px;
            font-weight: 200;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

@media (max-width: 1200px) {
    .bg-hex-pro-header {
    }

        .bg-hex-pro-header .orange-bar::before {
            background-attachment: inherit;
            margin-top: 120px;
            width: 62%;
        }
}

@media (max-width: 1024px) {
    .bg-hex-pro-header {
        background-attachment: inherit;
        height: 240px;
    }

        .bg-hex-pro-header .orange-bar::before {
            margin-top: 90px;
            height: 54px;
            width: 65%;
        }

        .bg-hex-pro-header .container .title {
            padding-top: 77px;
        }

        .bg-hex-pro-header .container .image {
            margin: 15px auto 0px auto;
            height: 206px;
            width: 206px;
        }

            .bg-hex-pro-header .container .image img {
                max-height: 200px;
                max-width: 200px;
            }

        .bg-hex-pro-header .container h1 {
            font-size: 34px;
            line-height: 70px;
        }

        .bg-hex-pro-header .container h2 {
            font-size: 34px;
            line-height: 70px;
        }
}

@media (max-width: 991px) {
    .bg-hex-pro-header {
        background-attachment: inherit;
        height: 200px;
    }

        .bg-hex-pro-header .orange-bar::before {
            margin-top: 76px;
            height: 50px;
            width: 62%;
        }

        .bg-hex-pro-header:after {
            background-size: 110px;
        }

        .bg-hex-pro-header .container {
            position: relative;
            z-index: 10;
            width: 100%;
        }

            .bg-hex-pro-header .container .title {
                padding-top: 75px;
            }

            .bg-hex-pro-header .container .image {
                margin: 10px auto 0px auto;
                height: 180px;
                width: 180px;
            }

                .bg-hex-pro-header .container .image img {
                    max-height: 174px;
                    max-width: 174px;
                }

            .bg-hex-pro-header .container h1 {
                font-size: 30px;
                line-height: 43px;
            }

            .bg-hex-pro-header .container h2 {
                font-size: 30px;
                line-height: 43px;
            }
}


@media (max-width: 767px) {
    .bg-hex-pro-header {
        background-color: #999;
        background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.50));
        height: auto;
        padding: 30px 40px;
        border-bottom: 1px solid #aaa;
    }

        .bg-hex-pro-header .orange-bar::before {
            display: none;
        }

        .bg-hex-pro-header:after {
            background-size: 100px;
        }

        .bg-hex-pro-header .container {
            position: relative;
            z-index: 10;
            width: 100%;
            text-align: center;
        }

            .bg-hex-pro-header .container .title {
                padding-top: 0px;
                width: 100%;
                text-align: center;
            }

            .bg-hex-pro-header .container .image {
                display: none;
            }

            .bg-hex-pro-header .container h1 {
                color: #f58025;
                width: 100%;
                text-align: center;
                font-size: 30px;
                line-height: 1.2em;
                font-weight: 400;
            }

            .bg-hex-pro-header .container h2 {
                color: #f58025;
                width: 100%;
                text-align: center;
                font-size: 30px;
                line-height: 1.2em;
                font-weight: 400;
            }
}
/* conical Header ------------------------------------------------------------------------------------- */
.bg-conical-header {
    /*
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.4));
    background-image: linear-gradient( rgba(232,96,22,1), rgba(245,128,37,1));
    background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.55));
    */
    background-color: #999;
    background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.40));
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    display: none;
}

    .bg-conical-header .orange-bar::before {
        content: '';
        position: absolute;
        background-image: linear-gradient( rgba(245,128,37,1), rgba(245,128,37,1));
        z-index: 9;
        /*
    background-color: #f58025;
    margin-top: 120px;
    height: 60px;
    width: 54%;
    */
    }

    .bg-conical-header:before {
        content: '';
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .4;
    }

    .bg-conical-header:after {
        content: '';
        position: absolute;
        background-image: url('/Admin/GetFile?Directory=Images/backgrounds/bg-conical-connection.svg');
        opacity: 0.5;
        background-repeat: repeat;
        background-size: 100px;
        background-position: 50% 0px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .bg-conical-header .container {
        position: relative;
        z-index: 10;
        width: 1200px;
    }

        .bg-conical-header .container .title {
            padding-top: 117px;
        }

        .bg-conical-header .container .image {
            margin: 20px auto 0px auto;
            height: 260px;
            width: 260px;
            text-align: center;
            border: 3px solid #f58025;
            border-radius: 50%;
            box-shadow: 4px 8px 8px rgba(0,0,0,.3);
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .bg-conical-header .container .image img {
                border-radius: 50%;
                max-height: 254px;
                max-width: 254px;
            }

        .bg-conical-header .container h1 {
            color: #fff;
            color: #F58025;
            font-size: 38px;
            font-weight: 400;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .bg-conical-header .container h2 {
            color: #fff;
            font-size: 38px;
            font-weight: 200;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

@media (max-width: 1200px) {
    .bg-conical-header .orange-bar::before {
        background-attachment: inherit;
        margin-top: 120px;
        width: 62%;
    }
}

@media (max-width: 1024px) {
    .bg-conical-header {
        background-attachment: inherit;
        height: 240px;
    }

        .bg-conical-header .orange-bar::before {
            margin-top: 90px;
            height: 54px;
            width: 65%;
        }

        .bg-conical-header .container .title {
            padding-top: 77px;
        }

        .bg-conical-header .container .image {
            margin: 15px auto 0px auto;
            height: 206px;
            width: 206px;
        }

            .bg-conical-header .container .image img {
                max-height: 200px;
                max-width: 200px;
            }

        .bg-conical-header .container h1 {
            font-size: 34px;
            line-height: 70px;
        }

        .bg-conical-header .container h2 {
            font-size: 34px;
            line-height: 70px;
        }
}

@media (max-width: 991px) {
    .bg-conical-header {
        background-attachment: inherit;
        height: 200px;
    }

        .bg-conical-header .orange-bar::before {
            margin-top: 76px;
            height: 50px;
            width: 62%;
        }

        .bg-conical-header:after {
            background-size: 110px;
        }

        .bg-conical-header .container {
            position: relative;
            z-index: 10;
            width: 100%;
        }

            .bg-conical-header .container .title {
                padding-top: 75px;
            }

            .bg-conical-header .container .image {
                margin: 10px auto 0px auto;
                height: 180px;
                width: 180px;
            }

                .bg-conical-header .container .image img {
                    max-height: 174px;
                    max-width: 174px;
                }

            .bg-conical-header .container h1 {
                font-size: 30px;
                line-height: 43px;
            }

            .bg-conical-header .container h2 {
                font-size: 30px;
                line-height: 43px;
            }
}


@media (max-width: 767px) {
    .bg-conical-header {
        background-color: #999;
        background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.50));
        height: auto;
        padding: 30px 40px;
        border-bottom: 1px solid #aaa;
    }

        .bg-conical-header .orange-bar::before {
            display: none;
        }

        .bg-conical-header:after {
            background-size: 100px;
        }

        .bg-conical-header .container {
            position: relative;
            z-index: 10;
            width: 100%;
            text-align: center;
        }

            .bg-conical-header .container .title {
                padding-top: 0px;
                width: 100%;
                text-align: center;
            }

            .bg-conical-header .container .image {
                display: none;
            }

            .bg-conical-header .container h1 {
                color: #f58025;
                width: 100%;
                text-align: center;
                font-size: 30px;
                line-height: 1.2em;
                font-weight: 400;
            }

            .bg-conical-header .container h2 {
                color: #f58025;
                width: 100%;
                text-align: center;
                font-size: 30px;
                line-height: 1.2em;
                font-weight: 400;
            }
}
/* hex Header ------------------------------------------------------------------------------------- */
.bg-hex-header {
    /*
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.4));
    background-image: linear-gradient( rgba(232,96,22,1), rgba(245,128,37,1));
    background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.55));
    */
    background-color: #999;
    background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.40));
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    display: none;
}

    .bg-hex-header .orange-bar::before {
        content: '';
        position: absolute;
        background-image: linear-gradient( rgba(245,128,37,1), rgba(245,128,37,1));
        z-index: 9;
        /*
    background-color: #f58025;
    margin-top: 120px;
    height: 60px;
    width: 54%;
    */
    }

    .bg-hex-header:before {
        content: '';
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .4;
    }

    .bg-hex-header:after {
        content: '';
        position: absolute;
        background-image: url('/Admin/GetFile?Directory=Images/backgrounds/bg-hex-connection2.svg');
        opacity: 0.5;
        background-repeat: repeat;
        background-size: 100px;
        background-position: 50% 0px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .bg-hex-header .container {
        position: relative;
        z-index: 10;
        width: 1200px;
    }

        .bg-hex-header .container .title {
            padding-top: 117px;
        }

        .bg-hex-header .container .image {
            margin: 20px auto 0px auto;
            height: 260px;
            width: 260px;
            text-align: center;
            border: 3px solid #f58025;
            border-radius: 50%;
            box-shadow: 4px 8px 8px rgba(0,0,0,.3);
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .bg-hex-header .container .image img {
                border-radius: 50%;
                max-height: 254px;
                max-width: 254px;
            }

        .bg-hex-header .container h1 {
            color: #fff;
            color: #F58025;
            font-size: 38px;
            font-weight: 400;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .bg-hex-header .container h2 {
            color: #fff;
            font-size: 38px;
            font-weight: 200;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

@media (max-width: 1200px) {
    .bg-hex-header .orange-bar::before {
        background-attachment: inherit;
        margin-top: 120px;
        width: 62%;
    }
}

@media (max-width: 1024px) {
    .bg-hex-header {
        background-attachment: inherit;
        height: 240px;
    }

        .bg-hex-header .orange-bar::before {
            margin-top: 90px;
            height: 54px;
            width: 65%;
        }

        .bg-hex-header .container .title {
            padding-top: 77px;
        }

        .bg-hex-header .container .image {
            margin: 15px auto 0px auto;
            height: 206px;
            width: 206px;
        }

            .bg-hex-header .container .image img {
                max-height: 200px;
                max-width: 200px;
            }

        .bg-hex-header .container h1 {
            font-size: 34px;
            line-height: 70px;
        }

        .bg-hex-header .container h2 {
            font-size: 34px;
            line-height: 70px;
        }
}

@media (max-width: 991px) {
    .bg-hex-header {
        background-attachment: inherit;
        height: 200px;
    }

        .bg-hex-header .orange-bar::before {
            margin-top: 76px;
            height: 50px;
            width: 62%;
        }

        .bg-hex-header:after {
            background-size: 110px;
        }

        .bg-hex-header .container {
            position: relative;
            z-index: 10;
            width: 100%;
        }

            .bg-hex-header .container .title {
                padding-top: 75px;
            }

            .bg-hex-header .container .image {
                margin: 10px auto 0px auto;
                height: 180px;
                width: 180px;
            }

                .bg-hex-header .container .image img {
                    max-height: 174px;
                    max-width: 174px;
                }

            .bg-hex-header .container h1 {
                font-size: 30px;
                line-height: 43px;
            }

            .bg-hex-header .container h2 {
                font-size: 30px;
                line-height: 43px;
            }
}


@media (max-width: 767px) {
    .bg-hex-header {
        background-color: #999;
        background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.50));
        height: auto;
        padding: 30px 40px;
        border-bottom: 1px solid #aaa;
    }

        .bg-hex-header .orange-bar::before {
            display: none;
        }

        .bg-hex-header:after {
            background-size: 100px;
        }

        .bg-hex-header .container {
            position: relative;
            z-index: 10;
            width: 100%;
            text-align: center;
        }

            .bg-hex-header .container .title {
                padding-top: 0px;
                width: 100%;
                text-align: center;
            }

            .bg-hex-header .container .image {
                display: none;
            }

            .bg-hex-header .container h1 {
                color: #f58025;
                width: 100%;
                text-align: center;
                font-size: 30px;
                line-height: 1.2em;
                font-weight: 400;
            }

            .bg-hex-header .container h2 {
                color: #f58025;
                width: 100%;
                text-align: center;
                font-size: 30px;
                line-height: 1.2em;
                font-weight: 400;
            }
}
/* Implant Header ------------------------------------------------------------------------------------- */
.bg-implant-header {
    /*
    background-image: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.4));
    background-image: linear-gradient( rgba(232,96,22,1), rgba(245,128,37,1));
    background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.55));
    */
    background-color: #999;
    background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.40));
    background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 0.7) 0%, rgba(20, 20, 20, 0.9) 100%);
    background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0.2) .2%, rgba(20, 20, 20, 0.4) 100%);
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 20;
}

    .bg-implant-header .orange-bar::before {
        content: '';
        position: absolute;
        background-image: linear-gradient( rgba(245,128,37,1), rgba(245,128,37,1));
        z-index: 9;
        /*
    background-color: #f58025;
    margin-top: 120px;
    height: 60px;
    width: 54%;
    */
    }

    .bg-implant-header:before {
        content: '';
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .4;
    }

    .bg-implant-header:after {
        content: '';
        position: absolute;
        background-image: url('/Admin/GetFile?Directory=Images/backgrounds/implant-banner-black.svg');
        opacity: 0.2;
        background-repeat: repeat;
        background-size: auto;
        background-size: 50%;
        background-position: 50% 0px;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .bg-implant-header .container {
        position: relative;
        z-index: 10;
        width: 1200px;
    }

        .bg-implant-header .container .title {
            padding-top: 117px;
        }

        .bg-implant-header .container .image {
            margin: 20px auto 0px auto;
            height: 260px;
            width: 260px;
            text-align: center;
            border: 3px solid #f58025;
            border-radius: 50%;
            box-shadow: 4px 8px 8px rgba(0,0,0,.3);
            background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .bg-implant-header .container .image img {
                border-radius: 50%;
                max-height: 254px;
                max-width: 254px;
            }

        .bg-implant-header .container h1 {
            color: #fff;
            color: #F58025;
            font-size: 38px;
            font-weight: 400;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .bg-implant-header .container h2 {
            color: #fff;
            font-size: 38px;
            font-weight: 200;
            line-height: 54px;
            -webkit-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            -ms-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

@media (max-width: 1200px) {
    .bg-implant-header .orange-bar::before {
        background-attachment: inherit;
        margin-top: 120px;
        width: 62%;
    }
}

@media (max-width: 1024px) {
    .bg-implant-header {
        background-attachment: inherit;
    }

        .bg-implant-header .orange-bar::before {
            display: none;
        }

        .bg-implant-header .container .title {
            padding-top: 77px;
        }

        .bg-implant-header .container .image {
            margin: 15px auto 0px auto;
            height: 206px;
            width: 206px;
        }

            .bg-implant-header .container .image img {
                max-height: 200px;
                max-width: 200px;
            }

        .bg-implant-header .container h1 {
            font-size: 34px;
            line-height: 70px;
        }

        .bg-implant-header .container h2 {
            font-size: 34px;
            line-height: 70px;
        }
}

@media (max-width: 991px) {
    .bg-implant-header {
        background-attachment: inherit;
        height: 200px;
    }

        .bg-implant-header .orange-bar::before {
            display: none;
        }

        .bg-implant-header:after {
            background-size: 110px;
        }

        .bg-implant-header .container {
            position: relative;
            z-index: 10;
            width: 100%;
        }

            .bg-implant-header .container .title {
                padding-top: 75px;
            }

            .bg-implant-header .container .image {
                margin: 10px auto 0px auto;
                height: 180px;
                width: 180px;
            }

                .bg-implant-header .container .image img {
                    max-height: 174px;
                    max-width: 174px;
                }

            .bg-implant-header .container h1 {
                font-size: 30px;
                line-height: 43px;
            }

            .bg-implant-header .container h2 {
                font-size: 30px;
                line-height: 43px;
            }
}


@media (max-width: 767px) {
    .bg-implant-header {
        background-color: #999;
        background-image: linear-gradient(rgba(255,255,255,0.75), rgba(255,255,255,0.50));
        height: auto;
        padding: 30px 40px;
        border-bottom: 1px solid #aaa;
    }

        .bg-implant-header .orange-bar::before {
            display: none;
        }

        .bg-implant-header:after {
            background-size: 100px;
        }

        .bg-implant-header .container {
            position: relative;
            z-index: 10;
            width: 100%;
            text-align: center;
        }

            .bg-implant-header .container .title {
                padding-top: 0px;
                width: 100%;
                text-align: center;
            }

            .bg-implant-header .container .image {
                display: none;
            }

            .bg-implant-header .container h1 {
                color: #f58025;
                width: 100%;
                text-align: center;
                font-size: 30px;
                line-height: 1.2em;
                font-weight: 400;
            }

            .bg-implant-header .container h2 {
                color: #f58025;
                width: 100%;
                text-align: center;
                font-size: 30px;
                line-height: 1.2em;
                font-weight: 400;
            }
}


/* Centered logo on Hero -------------------- */
.product-hero-centered {
    background-color: #262223;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: contain;
    overflow: hidden;
    position: relative;
    display: none;
}

    .product-hero-centered:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .product-hero-centered .container {
        position: relative;
        padding: 80px 0;
        text-align: center;
    }

    .product-hero-centered h2 {
        color: #fff;
        font-size: 44px;
        font-weight: 200;
        line-height: 54px;
        text-shadow: 0 2px 1px rgba(0, 0, 0, 0.11);
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        -o-animation-delay: 0.1s;
        -ms-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .product-hero-centered p {
        color: #DFEDFF;
        font-weight: 400;
        margin-top: 30px;
        font-size: 17px;
        line-height: 27px;
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        -ms-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .product-hero-centered .btn-pill {
        margin-top: 30px;
        font-weight: 600;
        padding: 13px 44px 16px;
        -webkit-animation-delay: 0.5s;
        -moz-animation-delay: 0.5s;
        -o-animation-delay: 0.5s;
        -ms-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

        .product-hero-centered .btn-pill:active {
            border-color: #3b6b23;
        }

@media (max-width: 1024px) {
    .product-hero-centered {
        background-color: #262223;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
        background-size: contain;
        position: relative;
    }
}

@media (max-width: 991px) {
    .product-hero-centered {
        background-color: #262223;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        background: none;
    }

        .product-hero-centered h2 {
            font-size: 38px;
            line-height: 52px;
        }
}

@media (max-width: 767px) {
    .product-hero-centered {
        background-color: #262223;
        background-repeat: no-repeat;
        background-position: center top;
        background-attachment: fixed;
        background-size: contain;
        position: relative;
    }

        .product-hero-centered h2 {
            width: auto;
            margin: auto;
        }
}

.catagory-dark-bg {
    background-color: #e9eaee;
}
/* Product Row: text left, large img on right side --------------------------------------------- */
.catagoryrow-left-full {
    overflow-x: hidden;
    overflow-y: hidden;
}

    .catagoryrow-left-full section {
        width: 1200px;
        padding-left: 15px;
        margin: 0 auto;
        min-height: 475px;
        position: relative;
    }

    .catagoryrow-left-full img.browser {
        position: absolute;
        left: 580px;
    }

    .catagoryrow-left-full .info {
        width: 500px;
        padding-top: 80px;
        padding-bottom: 80px;
        font-size: 18px;
    }

        .catagoryrow-left-full .info img {
            margin-left: auto;
            margin-right: auto;
            max-width: 450px;
            width: 100%;
            height: auto;
        }

    .catagoryrow-left-full h3 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .catagoryrow-left-full p {
        font-size: 18px;
        color: #444;
        width: 95%;
        line-height: 1.5em;
        padding: 10px 0;
    }

    .catagoryrow-left-full ul li {
        font-size: 18px;
        color: #444;
        line-height: 1.5em;
    }

@media (max-width: 991px) {
    .catagoryrow-left-full section {
        padding: 0 30px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .catagoryrow-left-full {
        padding-top: 60px;
        text-align: center;
    }

        .catagoryrow-left-full section {
            min-height: auto;
        }

        .catagoryrow-left-full img.browser {
            position: relative;
            top: 0;
            left: 0;
            max-width: 100%;
            margin-bottom: 40px;
            display: none;
        }

        .catagoryrow-left-full .info {
            width: auto;
            text-align: center;
            font-size: 18px;
        }

            .catagoryrow-left-full .info .btn-row a {
                margin-bottom: 15px;
            }

        .catagoryrow-left-full p {
            width: auto;
            text-align: left;
            font-size: 16px;
        }

        .catagoryrow-left-full ul {
            text-align: left;
        }
}
/* ---------- catagoryrow-left-full-img ---------------------------------  */
.catagoryrow-left-full-img {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
}

    .catagoryrow-left-full-img section {
        margin: 0 auto;
        min-height: 475px;
        position: relative;
    }

    .catagoryrow-left-full-img .info {
        width: 500px;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 18px;
    }

        .catagoryrow-left-full-img .info img {
            margin-left: auto;
            margin-right: auto;
            max-width: 450px;
            width: 100%;
            height: auto;
        }

    .catagoryrow-left-full-img h3 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .catagoryrow-left-full-img p {
        font-size: 18px;
        color: #444;
        width: 95%;
        line-height: 1.5em;
        padding: 10px 0;
    }

    .catagoryrow-left-full-img .info ul li {
        font-size: 18px;
        color: #444;
        line-height: 1.5em;
    }

    .catagoryrow-left-full-img ul li {
        font-size: 18px;
        color: #444;
        line-height: 1.5em;
    }

@media (max-width: 991px) {
    .catagoryrow-left-full-img section {
        padding: 0 30px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .catagoryrow-left-full-img {
        padding-top: 30px;
        text-align: center;
    }

        .catagoryrow-left-full-img section {
            min-height: auto;
        }

        .catagoryrow-left-full-img img.browser {
            position: relative;
            top: 0;
            left: 0;
            max-width: 100%;
            margin-bottom: 40px;
            display: none;
        }

        .catagoryrow-left-full-img .info {
            width: auto;
            text-align: center;
            font-size: 18px;
        }

            .catagoryrow-left-full-img .info .btn-row a {
                margin-bottom: 15px;
            }

        .catagoryrow-left-full-img p {
            width: auto;
            text-align: left;
        }

        .catagoryrow-left-full-img ul {
            text-align: left;
        }
}

/* ---------- catagoryrow-full- No Image ---------------------------------  */
.catagoryrow-full {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
}

    .catagoryrow-full section {
        width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        min-height: 475px;
        position: relative;
    }

    .catagoryrow-full .info {
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 18px;
    }

    .catagoryrow-full h3 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .catagoryrow-full p {
        font-size: 18px;
        color: #444;
        width: 95%;
        line-height: 1.5em;
        padding: 10px 0;
    }

    .catagoryrow-full ul li {
        font-size: 18px;
        color: #444;
        line-height: 1.5em;
    }

@media (max-width: 1200px) {
    .catagoryrow-full section {
        padding: 0 30px;
        width: auto;
    }
}

@media (max-width: 991px) {
    .catagoryrow-full section {
        padding: 0 30px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .catagoryrow-full {
        padding-top: 30px;
        text-align: center;
    }

        .catagoryrow-full section {
            min-height: auto;
        }

        .catagoryrow-full .info {
            width: auto;
            text-align: center;
            font-size: 18px;
        }

            .catagoryrow-full .info .btn-row a {
                margin-bottom: 15px;
            }

        .catagoryrow-full p {
            width: auto;
            text-align: left;
            font-size: 18px;
        }

        .catagoryrow-full ul {
            text-align: left;
        }
}
/* ---------- catagoryrow Two Columns ---------------------------------  */
.catagoryrow-twocolumns {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
}

    .catagoryrow-twocolumns section {
        width: 1200px;
        padding: 0 30px;
        margin: 0 auto;
        min-height: 475px;
        position: relative;
    }

    .catagoryrow-twocolumns .info {
        max-width: 500px;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 18px;
    }

        .catagoryrow-twocolumns .info img {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            width: 100%;
            max-width: 500px;
            height: auto;
        }

    .catagoryrow-twocolumns h3 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .catagoryrow-twocolumns p {
        font-size: 18px;
        color: #444;
        width: 95%;
        line-height: 1.5em;
        padding: 10px 0;
    }

    .catagoryrow-twocolumns ul li {
        font-size: 18px;
        color: #444;
        line-height: 1.5em;
    }

@media (max-width: 1200px) {
    .catagoryrow-twocolumns section {
        padding: 0 30px;
        width: auto;
    }

    .catagoryrow-twocolumns .info {
        max-width: 450px;
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .catagoryrow-twocolumns section {
        padding: 0 30px;
        width: auto;
    }

    .catagoryrow-twocolumns .info {
        max-width: 400px;
    }
}

@media (max-width: 991px) {
    .catagoryrow-twocolumns section {
        padding: 0 30px;
        width: auto;
    }

    .catagoryrow-twocolumns .info {
        max-width: 400px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .catagoryrow-twocolumns {
        padding-top: 30px;
        text-align: center;
    }

        .catagoryrow-twocolumns section {
            min-height: auto;
        }

        .catagoryrow-twocolumns .info {
            max-width: 550px;
            width: 100%;
            text-align: center;
        }

            .catagoryrow-twocolumns .info .btn-row a {
                margin-bottom: 15px;
            }

        .catagoryrow-twocolumns p {
            width: auto;
            text-align: left;
            font-size: 18px;
        }

        .catagoryrow-twocolumns ul {
            text-align: left;
        }
}


/* ---------- catagoryrow Three Columns ---------------------------------  */
.catagoryrow-threecolumns {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
}

    .catagoryrow-threecolumns section {
        width: 1200px;
        padding: 50px 0 50px 0px;
        margin: 0 auto;
        min-height: 475px;
        position: relative;
    }

    .catagoryrow-threecolumns .info {
        padding: 50px 15px;
        max-width: 320px;
    }

        .catagoryrow-threecolumns .info img {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            max-width: 320px;
            width: 100%;
            height: auto;
        }

    .catagoryrow-threecolumns h4 {
        font-size: 30px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .catagoryrow-threecolumns p {
        font-size: 18px;
        color: #444;
        width: 95%;
        line-height: 1.5em;
        padding: 10px 0;
    }

    .catagoryrow-threecolumns ul li {
        font-size: 18px;
        color: #444;
        line-height: 1.5em;
    }

    .catagoryrow-threecolumns .info .btn-row a {
        margin-bottom: 15px;
    }

@media (max-width: 1200px) {
    .catagoryrow-threecolumns section {
        padding: 50px 15px;
        width: auto;
    }

    .catagoryrow-threecolumns .info .btn-row a {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .catagoryrow-threecolumns section {
        padding: 50px 30px;
        width: auto;
    }

    .catagoryrow-threecolumns .info {
        max-width: 100%;
        width: 100%;
        text-align: left;
    }

        .catagoryrow-threecolumns .info .btn-row a {
            margin-bottom: 15px;
        }
}

@media (max-width: 767px) {
    .catagoryrow-threecolumns {
        padding-top: 30px;
        text-align: center;
    }

        .catagoryrow-threecolumns section {
            min-height: auto;
        }

        .catagoryrow-threecolumns .info {
            width: 100%;
            text-align: left;
        }

        .catagoryrow-threecolumns h4 {
            text-align: center;
        }

        .catagoryrow-threecolumns .info .image {
            text-align: center;
        }

        .catagoryrow-threecolumns .info img {
            max-width: 400px;
        }

        .catagoryrow-threecolumns .info .btn-row a {
            margin-bottom: 15px;
        }

        .catagoryrow-threecolumns p {
            width: auto;
            text-align: left;
        }

        .catagoryrow-threecolumns ul {
            text-align: left;
        }
}
/* AKA Padded 2byBar ---------------------------------  */
.catagoryrow-left-small-img {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
}

    .catagoryrow-left-small-img section {
        width: 1200px;
        padding-left: 16px;
        margin: 0 auto;
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .catagoryrow-left-small-img .row .small-image {
        margin: 10px 0;
    }

        .catagoryrow-left-small-img .row .small-image img {
            margin-left: auto;
            margin-right: auto;
            max-width: 500px;
            height: auto;
        }

    .catagoryrow-left-small-img .info {
        max-width: 530px;
        margin: auto 0;
        font-size: 18px;
    }

        .catagoryrow-left-small-img .info img {
            margin-left: auto;
            margin-right: auto;
            margin-top: auto;
            margin-bottom: auto;
            max-width: 450px;
            max-width: 100%;
            height: auto;
        }

        .catagoryrow-left-small-img .info .small-image-adjusted {
            display: none;
        }

    .catagoryrow-left-small-img h3 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .catagoryrow-left-small-img p {
        font-size: 18px;
        color: #444;
        width: 95%;
        line-height: 1.5em;
        padding: 10px 0;
    }

    .catagoryrow-left-small-img ul li {
        font-size: 18px;
        color: #444;
        line-height: 1.5em;
    }

@media (max-width: 991px) {
    .catagoryrow-left-small-img section {
        padding-top: 30px;
        padding-bottom: 30px;
        width: auto;
    }

    .catagoryrow-left-small-img .small-image {
        margin: 50px auto 0;
        object-fit: contain;
    }

    .catagoryrow-left-small-img .row .small-image img {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .catagoryrow-left-small-img {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }

        .catagoryrow-left-small-img section {
            min-height: auto;
        }

        .catagoryrow-left-small-img img.browser {
            position: relative;
            top: 0;
            left: 0;
            max-width: 100%;
            margin-bottom: 40px;
            display: none;
        }

        .catagoryrow-left-small-img .info {
            width: auto;
            text-align: center;
            max-width: 95%;
            font-size: 18px;
        }

            .catagoryrow-left-small-img .info .small-image-adjusted {
                display: inline-block;
                margin-bottom: 20px;
                width: 90%;
            }

        .catagoryrow-left-small-img h3 {
            font-size: 42px;
        }

        .catagoryrow-left-small-img .info .btn-row a {
            margin-bottom: 15px;
        }

        .catagoryrow-left-small-img p {
            width: auto;
            text-align: left;
        }

        .catagoryrow-left-small-img .row .small-image {
            display: none;
        }

            .catagoryrow-left-small-img .row .small-image img {
                display: none;
            }

        .catagoryrow-left-small-img ul {
            text-align: left;
        }

            .catagoryrow-left-small-img ul li {
                text-align: left;
            }
}

/* Spec Chart ---------------------------------  */
.prosth-specs {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
}

    .prosth-specs section {
        max-width: 1200px;
        padding: 80px 15px;
        margin: 0 auto;
        position: relative;
    }

    .prosth-specs h3 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 30px;
    }

    .prosth-specs h5 {
        font-size: 22px;
        color: #333;
        font-weight: 400;
    }

    .prosth-specs .spec-row {
        width: 100%;
        background: #fff;
        padding: 10px 0;
        margin: 0;
    }

        .prosth-specs .spec-row:nth-child(even) {
            background: #fff;
        }

        .prosth-specs .spec-row:nth-child(odd) {
            background: #f4f4f4;
        }

        .prosth-specs .spec-row .title {
            text-align: right;
            padding: 13px 20px 7px 0;
            border-right: 1px solid #aaa;
        }

        .prosth-specs .spec-row .val {
            text-align: left;
            height: auto;
            vertical-align: middle;
            padding: 15px 10px 15px 20px;
            font-size: 18px;
        }

@media (max-width: 991px) {
    .prosth-specs section {
        padding: 0 30px;
        width: auto;
    }

    .prosth-specs .spec-row:nth-child(even) {
    }

    .prosth-specs .spec-row:nth-child(odd) {
    }

    .prosth-specs .spec-row .title {
        text-align: center;
    }

    .prosth-specs .spec-row .val {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .prosth-specs {
        padding-top: 30px;
        text-align: center;
        width: 100%;
    }

        .prosth-specs section {
            min-height: inherit;
            width: 100%;
            padding: 50px 15px;
        }

        .prosth-specs h5 {
            font-size: 24px;
            color: #333;
            font-weight: 400;
        }

        .prosth-specs .spec-row {
            width: 100%;
            background: #fff;
            padding: 0;
        }

            .prosth-specs .spec-row:nth-child(even) {
                background-color: none;
                background: none;
            }

            .prosth-specs .spec-row:nth-child(odd) {
                background-color: none;
                background: none;
            }

            .prosth-specs .spec-row .title {
                text-align: center;
                border: none;
                padding: 15px 10px 7px 10px;
                background-color: #f4f4f4;
            }

            .prosth-specs .spec-row .val {
                text-align: center;
                vertical-align: middle;
                height: 100%;
                padding: 10px 10px 10px 10px;
                background-color: #fff;
            }
}

/* Catagory Row with text on the right and large image on the left --------------------------------------------- */
.catagoryrow-twothird {
    margin: 0 auto 0 -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 0;
}

    .catagoryrow-twothird .large-image {
        float: left;
        margin: auto 0;
    }

        .catagoryrow-twothird .large-image img {
            object-fit: contain;
        }

    .catagoryrow-twothird .container {
        max-width: 1200px;
    }

    .catagoryrow-twothird .info {
        padding: 50px 10px;
        font-size: 18px;
        color: #444;
        line-height: 1.5em;
    }

        .catagoryrow-twothird .info h3 {
            font-size: 42px;
            color: #f58025;
            line-height: 42px;
            font-weight: 300;
            padding-bottom: 15px;
        }

        .catagoryrow-twothird .info img {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            max-width: 450px;
            height: auto;
            position: relative;
        }

        .catagoryrow-twothird .info ul li {
            font-size: 18px;
            color: #444;
            line-height: 1.5em;
        }

    .catagoryrow-twothird .small-image {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

        .catagoryrow-twothird .small-image img {
            max-width: 100%;
            max-height: 100%;
        }

@media (max-width: 1400px) {
    .catagoryrow-twothird {
        background-size: 50%;
        margin-left: -30px;
    }
}

@media (max-width: 1200px) {
    .catagoryrow-twothird .info {
        padding: 30px;
    }

    .catagoryrow-twothird .large-image img {
        object-fit: contain;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .catagoryrow-twothird .info {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .catagoryrow-twothird {
        margin: 0 auto;
    }

        .catagoryrow-twothird .info {
            width: auto;
            text-align: center;
            float: left;
            padding: 30px;
        }

            .catagoryrow-twothird .info p {
                text-align: left;
            }

            .catagoryrow-twothird .info .btn-row a {
                margin-bottom: 15px;
            }
}

/* Catagory Row with text on the right and large image on the left --------------------------------------------- */
.catagoryrow-right-large {
    margin: 0 auto 0 -15px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 0;
}

    .catagoryrow-right-large .large-image {
        float: left;
        margin: auto 0;
    }

        .catagoryrow-right-large .large-image img {
            object-fit: contain;
        }

    .catagoryrow-right-large .container {
        max-width: 1200px;
    }

    .catagoryrow-right-large .info {
        padding: 0 30px;
        padding: 50px 30px;
        font-size: 18px;
    }

        .catagoryrow-right-large .info h3 {
            font-size: 42px;
            color: #f58025;
            line-height: 42px;
            font-weight: 300;
            padding-bottom: 15px;
        }

        .catagoryrow-right-large .info img {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            max-width: 450px;
            height: auto;
            position: relative;
        }

        .catagoryrow-right-large .info p {
            font-size: 18px;
            color: #444;
            width: 95%;
            line-height: 1.5em;
            padding: 10px 0;
        }

        .catagoryrow-right-large .info ul li {
            font-size: 18px;
            color: #444;
            line-height: 1.5em;
        }

    .catagoryrow-right-large .small-image {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

        .catagoryrow-right-large .small-image img {
            max-width: 100%;
            max-height: 100%;
        }

@media (max-width: 1400px) {
    .catagoryrow-right-large {
        background-size: 50%;
        margin-left: -30px;
    }
}

@media (max-width: 1200px) {
    .catagoryrow-right-large .large-image img {
        object-fit: contain;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: none;
    }

    .catagoryrow-right-large .large-image img {
    }

    .catagoryrow-right-large .info {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .catagoryrow-right-large {
        margin: 0 auto;
    }

        .catagoryrow-right-large .large-image {
            display: none;
        }

    .catagory-right-large .large-image img {
        display: none;
    }

    .catagoryrow-right-large .info {
        width: auto;
        text-align: center;
        float: left;
        padding: 30px;
        font-size: 18px;
    }

        .catagoryrow-right-large .info p {
            text-align: left;
            font-size: 18px;
        }

        .catagoryrow-right-large .info .btn-row a {
            margin-bottom: 15px;
        }
}
/* Catagory Row with text on the right and large image on the left, image is aligned at the top --------------------------------------------- */
.catagoryrow-right-large-top {
    margin: 0 auto 0 -15px;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-image: url('/Admin/GetFile?Directory=Images/Prosthetics-background.png');
    background-size: 50%;
}

    .catagoryrow-right-large-top .large-image {
        float: left;
        width: 100%;
    }

        .catagoryrow-right-large-top .large-image img {
            height: 100%;
        }

    .catagoryrow-right-large-top .container {
        max-width: 1200px;
    }

    .catagoryrow-right-large-top .info {
        padding: 0 30px;
        padding: 80px 0px 80px 20px;
        /* background-color: rgba(255,255,255,.9); */
        font-size: 18px;
    }

        .catagoryrow-right-large-top .info h3 {
            font-size: 42px;
            color: #f58025;
            line-height: 42px;
            font-weight: 300;
            padding-bottom: 15px;
        }

        .catagoryrow-right-large-top .info img {
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            max-width: 450px;
            height: auto;
            position: relative;
        }

        .catagoryrow-right-large-top .info p {
            font-size: 18px;
            color: #444;
            width: 95%;
            line-height: 1.5em;
            padding: 10px 0;
        }

        .catagoryrow-right-large-top .info ul li {
            font-size: 18px;
            color: #444;
            line-height: 1.5em;
        }

    .catagoryrow-right-large-top .small-image {
        float: left;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

        .catagoryrow-right-large-top .small-image img {
            max-width: 100%;
            max-height: 100%;
        }

@media (max-width: 1400px) {
    .catagoryrow-right-large-top {
        background-size: 50%;
        margin-left: -30px;
    }
}

@media (max-width: 1200px) {
    .catagoryrow-right-large-top {
        background-size: 50%;
        margin-left: -15px;
    }
}

@media (max-width: 991px) {
    .catagoryrow-right-large-top {
        background-size: 55%;
        margin-left: -100px;
    }

    .container {
        max-width: none;
    }

    .catagoryrow-right-large-top .info {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .catagoryrow-right-large-top {
        margin: 0 auto;
        background-image: none;
    }

        .catagoryrow-right-large-top container .row .large-image {
            display: none;
        }

        .catagoryrow-right-large-top .info {
            width: auto;
            text-align: center;
            float: left;
            padding: 30px;
        }

            .catagoryrow-right-large-top .info .btn-row a {
                margin-bottom: 15px;
            }

    .bg-lightgray {
    }
}
/* Product image gallery */
.product-gallery {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
}

    .product-gallery section {
        width: 1200px;
        padding: 0 15px;
        margin: 50px auto;
        height: auto;
        position: relative;
    }

    .product-gallery h2 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .product-gallery .product {
        overflow: hidden;
        position: relative;
        display: block;
        margin: 5px;
        border-radius: 6px;
        border: 1px solid #bbb;
        text-decoration: none;
        /* padding-bottom: 20px; */
    }

        .product-gallery .product h3 {
            font-size: 20px;
            font-weight: 400;
            text-decoration: none;
            margin-bottom: 20px;
        }

        .product-gallery .product:hover .mask {
            opacity: 1;
        }

            .product-gallery .product:hover .mask .info {
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                -webkit-transform: none;
                transform: none;
            }

            .product-gallery .product:hover .mask .btn-see-project {
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                -webkit-transform: none;
                transform: none;
            }

        .product-gallery .product:hover .pic {
            -moz-transform: scale3d(1.1, 1.1, 1.1);
            -o-transform: scale3d(1.1, 1.1, 1.1);
            -ms-transform: scale3d(1.1, 1.1, 1.1);
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        .product-gallery .product .mask {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(245, 128, 37, 0.9);
            opacity: 0;
            z-index: 9;
            color: #fff;
            text-align: center;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .product-gallery .product .mask .info {
                display: block;
                -moz-transform: translateY(-8px);
                -o-transform: translateY(-8px);
                -ms-transform: translateY(-8px);
                -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
                -webkit-transition: all 0.35s ease;
                -moz-transition: all 0.35s ease;
                -ms-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

            .product-gallery .product .mask h3 {
                margin-top: 70px;
                font-size: 22px;
                font-weight: 400;
                text-shadow: none;
                text-align: center;
            }

            .product-gallery .product .mask p {
                color: #fff;
                font-size: 15px;
                font-weight: 600;
            }

            .product-gallery .product .mask .btn-see-project {
                display: inline-block;
                margin-top: 30px;
                border: 1px solid #fff;
                padding: 9px 16px;
                border-radius: 3px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 12px;
                letter-spacing: 0.8px;
                -moz-transform: translateY(8px);
                -o-transform: translateY(8px);
                -ms-transform: translateY(8px);
                -webkit-transform: translateY(8px);
                transform: translateY(8px);
                -webkit-transition: all 0.35s ease;
                -moz-transition: all 0.35s ease;
                -ms-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

        .product-gallery .product .pic {
            display: flex;
            position: relative;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: linear-gradient(0deg, rgba(220, 220, 220, 1) 0, rgba(220, 220, 220, 0.0) 100%);
            height: 240px;
            width: 100%;
            margin-bottom: 10px;
            float: left;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .product-gallery .product .pic img {
                max-width: 100%;
                max-height: 240px;
            }

    .product-gallery .text {
        overflow: hidden;
        position: relative;
        display: block;
        margin: 5px;
        border: none;
        padding: 20px;
        text-decoration: none;
    }

        .product-gallery .text h3 {
            font-size: 32px;
            font-weight: 300;
            color: #444;
            text-decoration: none;
            margin-bottom: 20px;
        }

        .product-gallery .text p {
            margin-bottom: 30px;
        }

@media (max-width: 1200px) {
    .product-gallery section {
        width: 100%;
        padding-right: 30px;
    }
}


/* Product image gallery */
.vulcan-gallery {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: #eee;
    background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-vulcan-mesh1.jpg');
    background-attachment: fixed;
    background-position: center;
}

    .vulcan-gallery section {
        width: 1200px;
        padding-left: 30px;
        margin: 50px auto;
        height: auto;
        position: relative;
    }

    .vulcan-gallery h2 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .vulcan-gallery .product {
        overflow: hidden;
        position: relative;
        display: block;
        margin: 5px;
        border-radius: 6px;
        border: 1px solid #888;
        padding-bottom: 20px;
        text-decoration: none;
    }

        .vulcan-gallery .product h3 {
            font-size: 20px;
            font-weight: 400;
            text-decoration: none;
        }

        .vulcan-gallery .product:hover .mask {
            opacity: 1;
        }

            .vulcan-gallery .product:hover .mask .info {
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                -webkit-transform: none;
                transform: none;
            }

            .vulcan-gallery .product:hover .mask .btn-see-project {
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                -webkit-transform: none;
                transform: none;
            }

        .vulcan-gallery .product:hover .pic {
            -moz-transform: scale3d(1.1, 1.1, 1.1);
            -o-transform: scale3d(1.1, 1.1, 1.1);
            -ms-transform: scale3d(1.1, 1.1, 1.1);
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        .vulcan-gallery .product .mask {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(55, 55, 55, 0.9);
            opacity: 0;
            z-index: 9;
            color: #fff;
            text-align: center;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .vulcan-gallery .product .mask .info {
                display: block;
                -moz-transform: translateY(-8px);
                -o-transform: translateY(-8px);
                -ms-transform: translateY(-8px);
                -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
                -webkit-transition: all 0.35s ease;
                -moz-transition: all 0.35s ease;
                -ms-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

            .vulcan-gallery .product .mask h3 {
                margin-top: 70px;
                font-size: 22px;
                font-weight: 400;
            }

            .vulcan-gallery .product .mask p {
                color: #fff;
                font-size: 15px;
                font-weight: 600;
            }

            .vulcan-gallery .product .mask .btn-see-project {
                display: inline-block;
                margin-top: 30px;
                border: 1px solid #fff;
                padding: 9px 16px;
                border-radius: 3px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 12px;
                letter-spacing: 0.8px;
                -moz-transform: translateY(8px);
                -o-transform: translateY(8px);
                -ms-transform: translateY(8px);
                -webkit-transform: translateY(8px);
                transform: translateY(8px);
                -webkit-transition: all 0.35s ease;
                -moz-transition: all 0.35s ease;
                -ms-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

        .vulcan-gallery .product .pic {
            display: flex;
            position: relative;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: linear-gradient(0deg, rgba(220, 220, 220, 1) 0, rgba(220, 220, 220, 0.0) 100%);
            height: 240px;
            width: 100%;
            margin-bottom: 20px;
            float: left;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .vulcan-gallery .product .pic img {
                max-width: 100%;
                max-height: 240px;
            }

    .vulcan-gallery .text {
        overflow: hidden;
        position: relative;
        display: block;
        margin: 5px;
        border: none;
        padding: 20px;
        text-decoration: none;
    }

        .vulcan-gallery .text h3 {
            font-size: 32px;
            font-weight: 300;
            color: #f58025;
            text-decoration: none;
            margin-bottom: 20px;
            text-align: left;
        }

        .vulcan-gallery .text p {
            margin-bottom: 30px;
        }

@media (max-width: 1200px) {
    .vulcan-gallery section {
        width: 100%;
        padding-right: 30px;
    }
}
/* -- Tapered Pro Conical parallax section -- */
.tpc-parallax {
    padding: 50px 0 50px 0;
    position: relative;
    background-size: cover;
    background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 0.7) 0%, rgba(20, 20, 20, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(20, 20, 20, 0.7) 0%, rgba(20, 20, 20, 0.9) 100%);
}

    .tpc-parallax:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-image: url('/Admin/GetFile?Directory=Images/tpc-hero-connection-abutment.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-position: calc(50% + 300px) 0px;
        background-size: 500px;
    }

    .tpc-parallax section {
        position: relative;
        z-index: 9;
        height: 100%;
    }

    .tpc-parallax .text {
        margin-top: 10px;
        text-align: left;
        float: left;
    }

        .tpc-parallax .text img {
            width: 500px;
            max-width: 100%;
        }

    .tpc-parallax h3 {
        color: #fff;
        color: #f58025;
        font-weight: 400;
        padding-bottom: 20px;
    }

    .tpc-parallax p {
        color: #fff;
        font-size: 18px;
        line-height: 1.7em;
        margin: 20px auto 0 auto;
    }

@media (max-width: 1200px) {
    .tpc-parallax:after {
        background-position: calc(50% + 260px) 0px;
    }
}

@media (max-width: 1024px) {
    .tpc-parallax:after {
        background-position: calc(50% + 260px) 0px;
    }
}

@media (max-width: 992px) {
    .tpc-parallax:after {
        background-position: calc(50% + 220px) 0px;
    }
}

@media (max-width: 768px) {
    .tpc-parallax:after {
        display: none;
    }
}

/* Prosthetic Manual cards */
.prosth-gallery {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: #eee;
    background-attachment: fixed;
    background-position: center;
}

    .prosth-gallery section {
        width: 1200px;
        padding-left: 30px;
        margin: 50px auto;
        height: auto;
        position: relative;
    }

    .prosth-gallery h2 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .prosth-gallery h4 {
        font-size: 28px;
        color: #f58025;
        font-weight: 400;
        padding-bottom: 8px;
        margin: 50px 0 30px 0;
        border-bottom: 1px solid #f58025;
    }

    .prosth-gallery .product {
        overflow: hidden;
        position: relative;
        display: block;
        margin-bottom: 0;
        border: 1px solid #888;
        border-bottom: 0px;
        text-decoration: none;
        float: left;
        border-radius: 6px 6px 0 0;
    }

        .prosth-gallery .product h3 {
            font-size: 20px;
            font-weight: 400;
            text-decoration: none;
        }

        .prosth-gallery .product:hover .mask {
            opacity: 1;
        }

            .prosth-gallery .product:hover .mask .info {
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                -webkit-transform: none;
                transform: none;
            }

            .prosth-gallery .product:hover .mask .btn-see-project {
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                -webkit-transform: none;
                transform: none;
            }

        .prosth-gallery .product:hover .pic {
            -moz-transform: scale3d(1.1, 1.1, 1.1);
            -o-transform: scale3d(1.1, 1.1, 1.1);
            -ms-transform: scale3d(1.1, 1.1, 1.1);
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        .prosth-gallery .product .mask {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(245, 128, 37, 0.9);
            opacity: 0;
            z-index: 9;
            color: #fff;
            text-align: center;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .prosth-gallery .product .mask .info {
                display: block;
                -moz-transform: translateY(-8px);
                -o-transform: translateY(-8px);
                -ms-transform: translateY(-8px);
                -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
                -webkit-transition: all 0.35s ease;
                -moz-transition: all 0.35s ease;
                -ms-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                transition: all 0.35s ease;
                padding: 0 10px;
            }

            .prosth-gallery .product .mask h3 {
                margin-top: 70px;
                font-size: 22px;
                font-weight: 400;
            }

            .prosth-gallery .product .mask p {
                color: #fff;
                font-size: 15px;
                font-weight: 600;
            }

            .prosth-gallery .product .mask .btn-see-project {
                display: inline-block;
                margin-top: 30px;
                border: 1px solid #fff;
                padding: 9px 16px;
                border-radius: 3px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 12px;
                letter-spacing: 0.8px;
                -moz-transform: translateY(8px);
                -o-transform: translateY(8px);
                -ms-transform: translateY(8px);
                -webkit-transform: translateY(8px);
                transform: translateY(8px);
                -webkit-transition: all 0.35s ease;
                -moz-transition: all 0.35s ease;
                -ms-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

        .prosth-gallery .product .pic {
            display: flex;
            position: relative;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: linear-gradient(0deg, rgba(220, 220, 220, 1) 0, rgba(220, 220, 220, 0.0) 100%);
            height: 240px;
            width: 100%;
            margin-bottom: 20px;
            padding: 10px;
            float: left;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .prosth-gallery .product .pic img {
                max-width: 90%;
                max-height: 90%;
                box-shadow: rgba(0,0,0,.8) 0px 0px 5px;
            }

    .prosth-gallery .btn-container {
        width: 100%;
        float: left;
        border: 1px solid #888;
        border-top: 0;
        background-color: #fff;
        border-radius: 0 0 6px 6px;
        margin-bottom: 15px;
        padding: 0 10px 10px;
    }

    .prosth-gallery .product-btn {
        overflow: hidden;
        text-decoration: none;
        font-size: 18px;
        width: 46%;
        float: left;
        margin: 2%;
        padding: 3px;
    }

    .prosth-gallery .text {
        overflow: hidden;
        position: relative;
        display: block;
        float: left;
        border: none;
        padding: 0px 15px;
        text-decoration: none;
        text-align: left;
        min-height: 120px;
        width: 100%;
        font-size: 20px;
    }

        .prosth-gallery .text h5 {
            font-size: 18px;
            color: #444;
            text-decoration: none;
            text-align: left;
        }

@media (max-width: 1200px) {
    .prosth-gallery section {
        width: 100%;
        padding-right: 30px;
    }
}

.filter {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
    background-attachment: fixed;
    background-position: center;
}

    .filter section {
        width: 1200px;
        padding-left: 30px;
        margin: 50px auto;
        height: auto;
        position: relative;
    }

/* Webinar Gallery Cards */
.webinar-gallery {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
    background-color: #e9eaee;
    background-attachment: fixed;
    background-position: center;
}

    .webinar-gallery section {
        width: 1200px;
        padding-left: 15px;
        margin: 50px auto;
        height: auto;
        position: relative;
    }

    .webinar-gallery h2 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding-bottom: 15px;
    }

    .webinar-gallery h4 {
        font-size: 28px;
        color: #f58025;
        font-weight: 400;
        padding-bottom: 8px;
        margin: 50px 0 30px 0;
        border-bottom: 1px solid #f58025;
    }

    .webinar-gallery .product {
        overflow: hidden;
        position: relative;
        display: block;
        margin-bottom: 0;
        border: 1px solid #888;
        border-bottom: 0px;
        text-decoration: none;
        float: left;
        border-radius: 6px 6px 0 0;
    }

        .webinar-gallery .product h3 {
            font-size: 20px;
            font-weight: 400;
            text-decoration: none;
        }

        .webinar-gallery .product:hover .mask {
            opacity: 1;
        }

            .webinar-gallery .product:hover .mask .info {
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                -webkit-transform: none;
                transform: none;
            }

            .webinar-gallery .product:hover .mask .btn-see-project {
                -moz-transform: none;
                -o-transform: none;
                -ms-transform: none;
                -webkit-transform: none;
                transform: none;
            }

        .webinar-gallery .product:hover .pic {
            -moz-transform: scale3d(1.1, 1.1, 1.1);
            -o-transform: scale3d(1.1, 1.1, 1.1);
            -ms-transform: scale3d(1.1, 1.1, 1.1);
            -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
        }

        .webinar-gallery .product .mask {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            background: rgba(245, 128, 37, 0.9);
            opacity: 0;
            z-index: 9;
            color: #fff;
            text-align: center;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

            .webinar-gallery .product .mask .info {
                display: block;
                -moz-transform: translateY(-8px);
                -o-transform: translateY(-8px);
                -ms-transform: translateY(-8px);
                -webkit-transform: translateY(-8px);
                transform: translateY(-8px);
                -webkit-transition: all 0.35s ease;
                -moz-transition: all 0.35s ease;
                -ms-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                transition: all 0.35s ease;
                padding: 0 10px;
            }

            .webinar-gallery .product .mask h3 {
                margin-top: 70px;
                font-size: 22px;
                font-weight: 400;
            }

            .webinar-gallery .product .mask p {
                color: #fff;
                font-size: 15px;
                font-weight: 600;
            }

            .webinar-gallery .product .mask .btn-see-project {
                display: inline-block;
                margin-top: 30px;
                border: 1px solid #fff;
                padding: 9px 16px;
                border-radius: 3px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 12px;
                letter-spacing: 0.8px;
                -moz-transform: translateY(8px);
                -o-transform: translateY(8px);
                -ms-transform: translateY(8px);
                -webkit-transform: translateY(8px);
                transform: translateY(8px);
                -webkit-transition: all 0.35s ease;
                -moz-transition: all 0.35s ease;
                -ms-transition: all 0.35s ease;
                -o-transition: all 0.35s ease;
                transition: all 0.35s ease;
            }

        .webinar-gallery .product .pic {
            display: flex;
            position: relative;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: linear-gradient(0deg, rgba(220, 220, 220, 1) 0, rgba(220, 220, 220, 0.0) 100%);
            height: 240px;
            width: 100%;
            margin-bottom: 20px;
            padding: 10px;
            float: left;
            -webkit-transition: all 0.35s ease;
            -moz-transition: all 0.35s ease;
            -ms-transition: all 0.35s ease;
            -o-transition: all 0.35s ease;
            transition: all 0.35s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .webinar-gallery .product .pic img {
                max-width: 90%;
                max-height: 90%;
                box-shadow: rgba(0,0,0,.8) 0px 0px 5px;
            }

    .webinar-gallery .btn-container {
        width: 100%;
        float: left;
        border: 1px solid #888;
        border-top: 0;
        background-color: #fff;
        border-radius: 0 0 6px 6px;
        margin-bottom: 15px;
        padding: 0 10px 10px;
    }

    .webinar-gallery .btn-container-bounceback {
        width: 100%;
        float: left;
        border: 1px solid #888;
        border-top: 0;
        background-color: #fff;
        border-radius: 0 0 6px 6px;
        margin-bottom: 15px;
        padding: 10px;
        min-height: 120px;
        text-align: left;
    }

    .webinar-gallery .product-btn {
        overflow: hidden;
        text-decoration: none;
        font-size: 18px;
        width: 46%;
        float: left;
        margin: 2%;
        padding: 3px;
    }

    .webinar-gallery .text {
        overflow: hidden;
        position: relative;
        display: block;
        float: left;
        border: none;
        padding: 0px 15px;
        text-decoration: none;
        text-align: left;
        min-height: 180px;
        width: 100%;
        font-size: 20px;
    }

    .webinar-gallery .text {
        min-height: 250px;
    }

    .webinar-gallery .text-topic {
        min-height: 150px;
    }

    .webinar-gallery .standardWebinar {
        min-height: 150px;
    }

    .webinar-gallery .text h3 {
        font-size: 20px;
        color: #444;
        text-decoration: none;
        text-align: left;
        margin: 0 0 10px 0;
    }

    .webinar-gallery .text h5 {
        font-size: 20px;
        color: #444;
        text-decoration: none;
        text-align: left;
    }

    .webinar-gallery .text p {
        font-size: 16px;
        color: #444;
        text-decoration: none;
        text-align: left;
        margin: 0;
    }

    .webinar-gallery .btn-container .product-btn {
        font-size: 15px;
    }

@media (max-width: 1200px) {
    .webinar-gallery section {
        width: 100%;
        padding-right: 30px;
    }
}

/* ---------------- Feature Gallery -- */
.feature-gallery {
    margin: 80px auto;
    max-width: 1200px;
}

    .feature-gallery h2 {
        font-size: 42px;
        color: #f58025;
        line-height: 42px;
        font-weight: 300;
        padding: 0 0 15px 10px;
        margin-left: 5px;
        text-align: left;
    }

    .feature-gallery .product {
        overflow: hidden;
        position: relative;
        display: block;
        margin: 5px;
        padding: 0px;
        border-radius: 6px;
        background-color: #fff;
        border: 1px solid #bbb;
        text-decoration: none;
    }

        .feature-gallery .product .title {
            margin: 0;
            padding: 20px 20px 0px 20px;
        }

            .feature-gallery .product .title h3 {
                font-size: 24px;
                font-weight: 400;
                color: #f58025;
                padding: 0px;
                margin: 0;
            }

        .feature-gallery .product .text {
            float: left;
            padding: 20px 20px 20px 20px;
            margin: 0;
            font-size: 18px;
        }

            .feature-gallery .product .text ul {
                padding: 0 0 0 1.2em;
                margin: 0;
            }

        .feature-gallery .product .image {
            display: block;
            margin: 0 auto;
            padding: 20px;
            float: left;
            height: 100%;
            text-align: center;
        }

            .feature-gallery .product .image img {
                float: left;
                display: block;
                margin: 0 auto;
                padding: 0;
                width: 100%;
                max-width: 300px;
                max-height: 300px;
                object-fit: scale-down;
                align-items: center;
                text-align: center;
            }

        .feature-gallery .product .text-wide {
            float: left;
            padding: 20px;
            margin: 0;
            font-size: 18px;
        }

            .feature-gallery .product .text-wide ul {
                padding: 0 0 0 1.2em;
                margin: 0;
            }

        .feature-gallery .product .image-wide {
            display: block;
            float: left;
            margin: 0px 0px 20px 0px;
        }

            .feature-gallery .product .image-wide img {
                display: block;
                margin-top: 0px;
                margin-right: auto;
                margin-left: auto;
                padding: 0;
                max-width: 500px;
                max-height: 300px;
                object-fit: scale-down;
            }

@media (max-width: 991px) {
    .feature-gallery .product .text {
        display: block;
    }
}

@media (max-width: 595px) {
    .feature-gallery .product {
        position: relative;
        display: block;
        margin: 5px;
        border-radius: 6px;
        border: 1px solid #bbb;
        text-decoration: none;
        height: auto;
    }

        .feature-gallery .product .title {
            float: left;
            width: 100%;
        }

        .feature-gallery .product .text {
            float: left;
            width: 100%;
        }

        .feature-gallery .product .image {
            position: relative;
            margin: 0 auto;
            width: 100%;
            justify-content: center;
            align-items: center;
            text-align: center;
        }

            .feature-gallery .product .image img {
                position: relative;
                display: block;
                margin: 0 auto;
                padding: 0;
                width: 100%;
                max-width: 300px;
                max-height: 300px;
                object-fit: scale-down;
                left: 50%;
                transform: translate(-50%);
            }
}
/* image text centered image */
.implant-family {
    padding: 80px 0;
}

    .implant-family h2 {
        color: #f58025;
        font-weight: 300;
    }

    .implant-family p {
        font-size: 18px;
    }

    .implant-family .details {
        margin-top: 30px;
    }

        .implant-family .details .row {
            margin-bottom: 20px;
        }

        .implant-family .details .circle-image {
            float: left;
            padding: 20px 0 0 30px;
        }

            .implant-family .details .circle-image img {
                border-radius: 50%;
                max-width: 400px;
                width: 95%;
                border: 2px solid #f58025;
            }

        .implant-family .details .circle-text {
            float: left;
            position: relative;
            margin: auto auto;
        }

        .implant-family .details h3 {
            font-size: 24px;
            color: #f58025;
            margin-bottom: 0;
        }

    .implant-family .left-borderless {
        border-left: 1px solid #999;
        margin-left: 0;
        padding-left: 0;
    }

    .implant-family .right-borderless {
        border-right: 1px solid #999;
        margin-right: 0;
        padding: 15px 20px 0 0;
    }

    .implant-family .left-borderless h3 {
        margin-top: 25px;
    }

    .implant-family .right-borderless h3 {
        margin-top: 25px;
    }

@media (max-width: 991px) {

    .implant-family .left-borderless-img {
        width: 100%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .implant-family h2 {
        color: #f58025;
        text-align: center;
    }

    .implant-family p {
        text-align: center;
    }

    .implant-family .details .row {
        margin-bottom: 20px;
    }

    .implant-family .details .circle-image {
        float: left;
        margin: auto auto;
        width: 100%;
        text-align: center;
    }

        .implant-family .details .circle-image img {
            border-radius: 50%;
            max-width: 200px;
            border: 2px solid #f58025;
            margin: 10px 0;
        }

    .implant-family .details h3 {
        text-align: center;
    }

    .implant-family .details p {
        text-align: center;
    }

    .implant-family .left-borderless {
        border-left: none;
    }

    .implant-family .left-borderless-img {
        width: 100%;
        margin-top: 10px;
    }
}

/* -- product feature parallax section -- */
.product-feature-parallax {
    padding: 0;
    margin: 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
}

    .product-feature-parallax:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 0.35) 0%, rgba(20, 20, 20, 0.6) 100%);
        background: linear-gradient(to bottom, rgba(20, 20, 20, 0.35) 0%, rgba(20, 20, 20, 0.6) 100%);
    }

    .product-feature-parallax .container {
        position: relative;
        z-index: 9;
        padding: 150px 30px;
    }

    .product-feature-parallax .feature-box {
        background-color: rgba(44,45,50,0.85);
        padding: 30px;
        border-radius: 6px;
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .product-feature-parallax .intro {
        color: #fff;
        font-size: 18px;
        line-height: 1.5em;
    }

    .product-feature-parallax h3 {
        font-weight: 300;
    }

    .product-feature-parallax h4 {
        font-weight: 300;
    }

    .product-feature-parallax h5 {
        font-weight: 300;
    }

    .product-feature-parallax h3 sup {
        font-size: .5em;
    }

    .product-feature-parallax p {
        color: #fff;
        font-size: 18px;
        line-height: 1.5em;
        margin: 20px auto 0 auto;
    }

    .product-feature-parallax .quote {
        font-style: italic;
    }

    .product-feature-parallax .btn-row {
        margin: 30px 0;
        text-transform: lowercase;
    }

    .product-feature-parallax ul {
        margin-left: 0;
        padding-left: 20px;
    }

        .product-feature-parallax ul li {
            color: #fff;
            font-size: 18px;
            line-height: 1.5em;
        }

    .product-feature-parallax img {
        max-width: 100%;
    }

@media (max-width: 767px) {
    .product-feature-parallax {
        background-attachment: inherit;
    }

        .product-feature-parallax .intro {
            color: #fff;
            font-size: 18px;
            line-height: 1.5em;
        }

        .product-feature-parallax h3 {
            font-weight: 300;
            text-align: center;
        }

        .product-feature-parallax h4 {
            font-weight: 300;
            text-align: center;
        }

        .product-feature-parallax h5 {
            font-weight: 300;
            text-align: center;
        }

        .product-feature-parallax p {
            font-size: 16px;
            text-align: center;
        }

        .product-feature-parallax .btn-row {
            margin: 30px 0;
            text-transform: lowercase;
        }

        .product-feature-parallax .noshow {
            display: none;
        }
}
/* -- Laser-Lokfeature parallax section -- */
.laserlok-feature-parallax {
    padding: 150px 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

    .laserlok-feature-parallax:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 0.35) 0%, rgba(20, 20, 20, 0.6) 100%);
        background: linear-gradient(to bottom, rgba(20, 20, 20, 0.35) 0%, rgba(20, 20, 20, 0.6) 100%);
    }

    .laserlok-feature-parallax section {
        position: relative;
        z-index: 9;
        height: 100%;
        margin: 0 auto;
    }

    .laserlok-feature-parallax .feature-box {
        background-color: rgba(44,45,50,0.85);
        padding: 30px;
        border-radius: 6px;
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        -o-animation-delay: 0.3s;
        -ms-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

        .laserlok-feature-parallax .feature-box .text {
            margin-top: 10px;
            float: left;
        }

        .laserlok-feature-parallax .feature-box .image {
            padding-top: 10px;
            float: left;
            margin: auto 0;
        }

            .laserlok-feature-parallax .feature-box .image img {
                max-width: 100%;
                max-height: 100%;
            }

        .laserlok-feature-parallax .feature-box .row h3 {
            font-weight: 300;
            text-align: center;
            padding-bottom: 20px;
        }

    .laserlok-feature-parallax p {
        color: #fff;
        font-size: 18px;
        line-height: 1.7em;
        margin: 20px auto 0 auto;
    }

    .laserlok-feature-parallax .quote {
        font-style: italic;
    }

    .laserlok-feature-parallax .btn-row {
        margin: 30px 0;
        text-transform: lowercase;
    }

@media (max-width: 767px) {
    .laserlok-feature-parallax {
        height: 1200px;
        background-attachment: inherit;
    }

        .laserlok-feature-parallax .feature-box .text {
            font-size: 16px;
        }

        .laserlok-feature-parallax .feature-box .image {
            padding-top: 20px;
            float: left;
            margin: auto auto;
            text-align: center;
        }

            .laserlok-feature-parallax .feature-box .image img {
                max-width: 100%;
                max-height: 100%;
            }

        .laserlok-feature-parallax .feature-box .row h3 {
            font-weight: 300;
            text-align: center;
            padding-bottom: 20px;
        }

        .laserlok-feature-parallax h3 {
            font-weight: 300;
            text-align: center;
            font-size: 30px;
        }

        .laserlok-feature-parallax p {
            font-size: 16px;
            text-align: center;
            margin: 0px auto 0 auto;
        }

        .laserlok-feature-parallax .btn-row {
            margin: 30px 0;
            text-transform: lowercase;
        }
}
/* Multiunit custom area ---------------------------------  */
.multiunit {
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    margin: 0 auto;
}

    .multiunit section {
        width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 0px 50px;
    }

    .multiunit .jaw {
        background-image: url('/Admin/GetFile?Directory=Images/teethxpress-large.png');
        background-position: center 200px;
        background-repeat: no-repeat;
        padding: 0px 0 50px 0;
    }

    .multiunit .row .box {
        border: 2px solid #f58025;
        border-radius: 4px;
        margin-bottom: 40px;
        padding: 0;
        background-color: #fff;
    }

        .multiunit .row .box .image {
            padding: 0;
        }

            .multiunit .row .box .image img {
                max-width: 100%;
                border-radius: 4px 4px 0 0;
            }

        .multiunit .row .box .text {
            padding: 10px;
        }

        .multiunit .row .box h5 {
            color: #f58025;
        }

@media (max-width: 1200px) {
    .multiunit section {
        padding: 0 30px;
        width: auto;
    }
}

@media (max-width:940px) {
    .multiunit .jaw {
        background-image: url('/Admin/GetFile?Directory=Images/teethxpress-large.png');
        background-size: 600px;
        background-position: center 200px;
        background-repeat: no-repeat;
        padding: 0px 0 50px 0;
    }
}

@media (max-width: 767px) {
    .multiunit {
        padding-top: 30px;
        text-align: center;
    }

        .multiunit section {
            min-height: auto;
        }

        .multiunit .jaw {
            background-image: none;
            padding: 50px 0;
        }

        .multiunit .row .box .image {
            padding: 0;
            margin: 0 auto;
            float: left;
            max-width: 100%;
        }

            .multiunit .row .box .image img {
                width: 100%;
                border-radius: 0;
                float: left;
                margin-left: 0;
                padding-left: 0;
            }

    .center-col {
        display: none;
    }
}
/*  Biologics Index section  */
.index-biologics-features {
    padding-top: 150px;
    overflow-x: hidden;
}

    .index-biologics-features section {
        margin: 0 auto;
        min-height: 473px;
        position: relative;
    }

    .index-biologics-features img.browser {
        position: absolute;
        left: 400px;
        top: -15px;
    }

    .index-biologics-features .info {
        width: 30%;
    }

    .index-biologics-features h3 {
        font-size: 42px;
        color: #f58025;
        line-height: 1.2em;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .index-biologics-features h4 {
        font-size: 32px;
        color: #f58025;
        line-height: 1.3em;
        font-weight: 300;
        margin-top: 15px;
    }

    .index-biologics-features p {
        font-size: 20px;
        color: #333;
        line-height: 1.4em;
        margin-top: 30px;
    }

@media (max-width: 991px) {
    .index-biologics-features section {
        padding: 0 30px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .index-biologics-features {
        padding-top: 50px;
        text-align: left;
    }

        .index-biologics-features h3 {
            text-align: center;
        }

        .index-biologics-features section {
            min-height: auto;
        }

        .index-biologics-features p {
            width: auto;
        }
}

/* Video bar */
.video-card:hover .add-button {
    display: block !important;
}

.btn-play {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease;
}

    .btn-play:hover {
        background-color: rgba(0, 0, 0, 0.85);
        transform: scale(1.1);
    }

/* video btn */
.video-bg1 {
    background-size: contain;
    background-position: center center; /* Internet Explorer 7/8 */
    text-align: center;
    justify-content: center;
    align-items: center;
    background: pink;
    height: 200px;
    width: 200px;
}

    .video-bg1 .btn-play {
        width: 80px;
        height: 80px;
        position: relative;
        border: 2px solid #fff;
        display: inline-block;
        border-radius: 60px;
        background-position: center center;
        background: url('images/icons/icon-play.png') no-repeat;
    }

        .video-bg1 .btn-play:hover {
        }





.simple-video {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: rgba(40, 40, 40, 1);
}

    .simple-video a {
    }

        .simple-video a:hover {
            filter: opacity(70%);
        }

    .simple-video img {
        width: 100%;
        height: auto;
        background-color: none;
    }

    .simple-video .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        border: none;
        cursor: pointer;
        text-align: center;
        border-radius: 0;
        background: rgba(55, 55, 55, .0);
        height: 80px;
        width: 80px;
    }

/* center text */
/*.index-center {
    background-color: #fff;
    margin: 60px 0;
    font-size: 18px;
}

    .index-center .container {
        margin: 0 auto;
    }

    .index-center h1 {
        line-height: 44px;
        font-size: 42px;
        font-weight: 300;
        color: #f58025;
        letter-spacing: 1.5px;
        margin-top: 20px;
        text-align: center;
    }

    .index-center p {
        margin: 30px;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        color: #444;
    }

    .index-center ul li {
        margin: 30px;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        color: #444;
    }

    .index-center p.small {
        margin: 30px;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color: #444;
    }

    .index-center ul li.small {
        margin: 10px;
        font-size: 20px;
        font-weight: 400;
        text-align: left;
        color: #444;
    }

    .index-center img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

@media (max-width: 991px) {
    .index-center img {
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .index-center img {
        padding: 10px;
    }
}

.index-center p {
    margin: 30px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #444;
}

.index-center img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media (max-width: 991px) {
    .index-center img {
        padding: 10px;
    }
}
*/
/* center text size chart*/
.size-chart {
    background-color: #fff;
    margin: 60px 0;
}

    .size-chart h1 {
        line-height: 44px;
        font-size: 42px;
        font-weight: 300;
        color: #f58025;
        letter-spacing: 1.5px;
        margin-top: 20px;
        text-align: center;
    }

    .size-chart .chart-container {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 50px;
        font-size: 16px;
        color: #444;
    }

        .size-chart .chart-container .row {
            border-bottom: 1px solid #f58025;
            padding: 10px 0;
        }

            .size-chart .chart-container .row .col-md-1, .size-chart .chart-container .row .col-md-2, .size-chart .chart-container .row .col-md-3, .size-chart .chart-container .row .col-md-4, .size-chart .chart-container .row .col-md-5, .size-chart .chart-container .row .col-md-6, .size-chart .chart-container .row .col-md-7, .size-chart .chart-container .row .col-md-8 {
                border-right: 1px solid #aaa;
            }

            .size-chart .chart-container .row a {
                font-size: 20px;
            }

    .size-chart img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

@media (max-width: 767px) {
    .size-chart .chart-container .row {
        border-bottom: 1px solid #f58025;
        padding: 10px 0;
        font-size: 16px;
        text-align: center;
    }

        .size-chart .chart-container .row .col-md-1, .size-chart .chart-container .row .col-md-2, .size-chart .chart-container .row .col-md-3, .size-chart .chart-container .row .col-md-4, .size-chart .chart-container .row .col-md-5, .size-chart .chart-container .row .col-md-6, .size-chart .chart-container .row .col-md-7, .size-chart .chart-container .row .col-md-8 {
            border: none;
            padding-bottom: 15px;
        }
}
/* quotes with white background */
.quote-white {
    margin: 60px auto;
    padding: 0 5px 0 20px;
}

    .quote-white h1 {
        line-height: 44px;
        font-size: 42px;
        margin-bottom: 1em;
        font-weight: 300;
        color: #f58025;
        letter-spacing: 1.5px;
        text-align: center;
    }

    .quote-white .quote-box {
        padding: 10px;
    }

        .quote-white .quote-box .inner-quote-box {
            border-radius: 10px;
            background-color: #f7f7f7;
            /* 
            border: 1px solid #888; box-shadow: rgba(0,0,0,.3) 3px 3px 5px; */
            float: left;
            height: 100%;
            padding: 20px 20px 0px 20px;
        }

        .quote-white .quote-box .quote {
            color: #444;
            font-size: 16px;
            line-height: 1.5em;
            padding-bottom: 15px;
        }

        .quote-white .quote-box .tribute-box {
            width: 100%;
            float: left;
        }

            .quote-white .quote-box .tribute-box .headshot {
                float: left;
                margin: 0 20px 20px 0;
                max-width: 250px;
            }

            .quote-white .quote-box .tribute-box .text {
                text-align: left;
                float: left;
            }

                .quote-white .quote-box .tribute-box .text .name {
                    float: left;
                    text-align: left;
                    font-weight: bold;
                    display: block;
                }

                    .quote-white .quote-box .tribute-box .text .name:before {
                        content: '— ';
                        font-weight: bold;
                        text-align: left;
                    }

                .quote-white .quote-box .tribute-box .text .location {
                    text-align: left;
                    padding-left: 1.3em;
                    display: block;
                    width: 100%;
                    padding-bottom: 20px;
                }
/* quotes with gradient background */
.quote-gradient {
    background-color: #fff;
    margin: 60px 0;
}

    .quote-gradient h1 {
        line-height: 44px;
        font-size: 42px;
        margin-bottom: 1em;
        font-weight: 300;
        color: #f58025;
        letter-spacing: 1.5px;
        text-align: center;
    }

    .quote-gradient .quote-box {
        padding: 25px;
        background: linear-gradient( rgba(232,96,22,1), rgba(245,128,37,1));
        border-radius: 10px;
        margin: 10px;
    }

        .quote-gradient .quote-box .quote {
            color: #fff;
            font-size: 20px;
            line-height: 1.3em;
            padding-bottom: 15px;
        }

        .quote-gradient .quote-box .tribute:before {
            content: '— ';
            color: #fff;
            font-size: 20px;
            line-height: 1em;
            /*margin-left:; commented this out during cleanup because it was empyt - tedwards */
        }

        .quote-gradient .quote-box .tribute {
            color: #fff;
            font-size: 20px;
            font-weight: 400;
        }

.footer.footer--dark {
    background: #292929;
    margin-top: 150px;
}

    .footer.footer--dark .title {
        color: #bfa578;
    }

    .footer.footer--dark .menu a {
        color: #fff;
    }

    .footer.footer--dark .newsletter p {
        color: #c2c5cc;
    }

    .footer.footer--dark .bottom {
        border-top: 1px solid #3e3c3c;
    }

        .footer.footer--dark .bottom ul a {
            color: #7c7d80;
        }



/* Education Section */
.mop-home {
    height: 1100px;
    padding: 0;
    position: relative;
    background-image: url('/Admin/GetFile?Directory=Images/Backgrounds/bg-mineross-cortical.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

    .mop-home:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: -webkit-linear-gradient(bottom, rgba(20, 20, 20, 0.35) 0%, rgba(20, 20, 20, 0.2) 100%);
        background: linear-gradient(to bottom, rgba(20, 20, 20, 0.35) 0%, rgba(20, 20, 20, 0.2) 100%);
    }

    .mop-home section {
        position: relative;
        z-index: 9;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mop-home .orf {
        background-color: rgba(255,255,255,0.90);
        border-radius: 3px;
        padding: 50px;
        color: #444;
        text-align: center;
        min-width: 80%;
    }

        .mop-home .orf h1 {
            color: #f58025;
            font-weight: 700;
            text-align: left;
        }

        .mop-home .orf p {
            color: #444;
            font-size: 1.7em;
            margin-bottom: 20px;
            text-align: left;
        }

@media (max-width: 1024px) {
    .mop-home {
        background-attachment: inherit;
    }
}

@media (max-width: 767px) {
    .mop-home {
        height: 1000px;
        background-image: none;
        background-color: #eee;
    }

        .mop-home section {
            position: relative;
            z-index: 9;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 90%;
            margin-right: 5%;
            margin-left: 5%;
        }

        .mop-home .orf {
            background-color: rgba(255,255,255,1);
            border-radius: 3px;
            padding: 10px;
            color: #444;
            text-align: center;
            min-width: 80%;
            box-shadow: 0px 5px 5px rgba(0,0,0,.5)
        }

        .mop-home .intro p {
            font-size: 16px;
            text-align: center;
        }
}


/* -- Education Search Results -- */
.education-search {
    width: 100%;
    background-color: #d0d0d0;
    padding: 40px 20px 20px 20px;
    border-radius: 4px;
    margin: 40px 0;
    float: left;
}

    .education-search .option {
        float: left;
        margin-bottom: 20px;
    }

    .education-search h4 {
        font-size: 20px;
        padding-left: 10px;
    }

.education-results {
    margin: auto auto;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

    .education-results .col-md-12 {
        margin-left: 0;
        padding-left: 0;
    }

    .education-results .year {
        color: #f58025;
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: 2px solid #f58025;
        margin: 20px 0 0px 0;
        padding-left: 0;
        float: left;
        width: 100%;
    }

        .education-results .year h2 {
            font-size: 28px;
        }

    .education-results .course {
        font-size: 18px;
        float: left;
        padding: 15px 0;
        margin: 0px 0;
        margin: 0;
        border-bottom: 1px solid #aaa;
    }

        .education-results .course .icon-course {
            margin-right: 5px;
            margin-left: 0;
            padding-left: 0px;
        }

        .education-results .course .title {
            color: #444;
            font-size: 20px;
            float: left;
            padding-bottom: 5px;
            padding-left: 0;
            margin-left: 0;
        }

        .education-results .course .date {
            font-size: 14px;
            float: left;
            padding-right: 20px;
            padding-left: 0;
            margin-left: 0;
            left: 0;
        }

        .education-results .course .city {
            font-size: 14px;
            float: left;
        }

        .education-results .course .state {
            font-size: 14px;
            float: left;
        }

        .education-results .course .country {
            font-size: 14px;
            float: left;
            padding-left: 20px;
            padding-right: 20px;
        }

        .education-results .course .language {
            font-size: 14px;
            float: left;
            padding-right: 20px;
        }

        .education-results .course .speaker {
            font-size: 14px;
            float: left;
            padding-right: 20px;
        }

        .education-results .course .topic {
            font-size: 14px;
            float: left;
            padding-right: 20px;
        }

        .education-results .course .webinar {
            font-size: 14px;
            float: left;
            padding-right: 20px;
        }

@media (max-width: 767px) {
    .education-search {
        border-radius: 0px;
    }

        .education-search .option {
            float: left;
        }

    .education-results .course .details .date {
        width: 100%;
        float: left;
    }

    .education-results .course .details .city-narrow {
        width: 100%;
        float: left;
    }

    .education-results .course .country {
        width: 100%;
        padding-left: 0px;
    }

    .education-results .course .speaker {
        width: 100%;
        padding-left: 0px;
    }

    .education-results .course .topic {
        width: 100%;
        padding-left: 0px;
    }

    .education-results .course .webinar {
        width: 100%;
        padding-left: 0px;
    }

    .icon-course {
        width: 20px;
        margin-right: 15px;
        text-align: center;
    }
}

/*# sourceMappingURL=theme.css.map */
#gdpr-footer #gdpr-footer-popup-top .gdpr-footer-close, .gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-corner-close a {
    float: right;
    position: relative;
    right: 5px;
    top: 5px;
    background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDc0IDc0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3NCA3NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0NDQ0NDQzt9DQoJLnN0MXtmaWxsOiNGRkZGRkY7fQ0KCS5zdDJ7ZmlsbDojNjY2NjY2O30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzcsNzEuNWMtOS42LDAtMTcuOC0zLjQtMjQuNC0xMC4xQzUuOCw1NC40LDIuNSw0Ni41LDIuNSwzN2MwLTkuNiwzLjQtMTcuOCwxMC4xLTI0LjQNCgkJQzE5LjIsNS45LDI3LjQsMi41LDM3LDIuNWM5LjYsMCwxNy44LDMuNCwyNC40LDEwLjFjNi44LDYuOSwxMC4xLDE0LjksMTAuMSwyNC40YzAsOS42LTMuNCwxNy44LTEwLjEsMjQuNA0KCQlDNTQuNCw2OC4yLDQ2LjUsNzEuNSwzNyw3MS41eiIvPg0KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0zNyw1YzguOSwwLDE2LjQsMy4xLDIyLjYsOS40QzY1LjgsMjAuNyw2OSwyOC4xLDY5LDM3cy0zLjEsMTYuNC05LjQsMjIuNkM1My4zLDY1LjgsNDUuOSw2OSwzNyw2OQ0KCQlzLTE2LjQtMy4xLTIyLjYtOS40UzUsNDUuOSw1LDM3czMuMS0xNi40LDkuNC0yMi42QzIwLjYsOC4xLDI4LjEsNSwzNyw1IE0zNywwQzI2LjgsMCwxOCwzLjcsMTAuOSwxMC45QzMuNywxOCwwLDI2LjgsMCwzNw0KCQljMCwxMCwzLjYsMTguOCwxMC44LDI2LjFDMTcuOSw3MC4zLDI2LjgsNzQsMzcsNzRjMTAsMCwxOC44LTMuNiwyNi4xLTEwLjhDNzAuMyw1Ni4xLDc0LDQ3LjIsNzQsMzdjMC0xMC0zLjYtMTguOC0xMC44LTI2LjENCgkJQzU2LjEsMy43LDQ3LjIsMCwzNywwTDM3LDB6Ii8+DQo8L2c+DQo8cGF0aCBjbGFzcz0ic3QyIiBkPSJNNTIuNCw0Ny43TDQxLjcsMzdsMTAuOS0xMC43YzAuNi0wLjYsMC42LTEuMSwwLTEuN2wtMy4xLTNjLTAuMy0wLjMtMC42LTAuNC0wLjktMC40Yy0wLjIsMC0wLjQsMC4xLTAuNywwLjQNCglMMzcsMzIuMUwyNi4xLDIxLjZjLTAuMy0wLjMtMC41LTAuNC0wLjctMC40Yy0wLjMsMC0wLjYsMC4xLTAuOSwwLjRsLTMsM2MtMC42LDAuNi0wLjYsMS4xLDAsMS43TDMyLjQsMzdMMjEuNiw0Ny45DQoJYy0wLjIsMC4xLTAuMywwLjMtMC4zLDAuN3MwLjEsMC43LDAuMywwLjlsMywzLjFjMC4yLDAuMiwwLjUsMC4zLDAuOSwwLjNzMC43LTAuMSwwLjktMC4zTDM3LDQxLjdsMTAuOSwxMC43DQoJYzAuMywwLjMsMC41LDAuNCwwLjcsMC40YzAuMywwLDAuNi0wLjEsMC45LTAuNGwzLTNjMC4zLTAuMiwwLjQtMC41LDAuNC0wLjlDNTIuOSw0OC4zLDUyLjcsNDgsNTIuNCw0Ny43eiIvPg0KPC9zdmc+");
    background-size: 22px 22px;
    width: 22px;
    height: 22px
}

.gdpr-footer-alert-box-wrapper {
    position: fixed;
    width: 100%;
    border: none;
    background-color: rgba(0,0,0,0.85);
    bottom: -145px;
    min-height: 50px;
    z-index: 100;
}

    .gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-bottom-top {
        height: 10px
    }

@media (min-width: 769px) {
    .gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-body {
        margin-right: 450px;
        margin-left: 50px;
        padding-top: 6px
    }

    .gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-bg p {
        font-size: 10pt;
        line-height: 16pt;
        color: #fff !important;
        padding-bottom: 5px
    }

    .gdpr-footer-alert-box-bg .gdpr-footer-alert-box-button-container {
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -16px;
    }

    .gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-corner-close {
        height: 20px;
        right: 10px;
        top: 50%;
        margin-top: -16px;
        position: absolute;
        width: 20px
    }
}

@media (max-width: 768px) {
    .gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-body {
        padding-top: 6px
    }

    .gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-bg p {
        font-size: 10pt;
        line-height: 16pt;
        color: #fff !important;
        padding: 1em 3em 1em 3em;
    }

    .gdpr-footer-alert-box-bg .gdpr-footer-alert-box-button-container {
        right: 30px;
        top: 50%;
        margin-top: -16px;
        padding-left: 20px;
    }

    .gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-corner-close {
        height: 20px;
        right: 10px;
        margin-top: 5px;
        position: absolute;
        width: 20px
    }
}



.gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-button-middle {
    background-color: #6cc04a;
    border: 1px solid #6cc04a;
    padding: 8px 18px;
    font-size: 9pt;
    font-weight: bold;
    border-radius: 5px
}

    .gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-button-middle a {
        color: #fff !important;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        position: relative
    }

.gdpr-footer-alert-box-wrapper .gdpr-footer-button-more .gdpr-footer-alert-box-button-middle {
    border: none !important;
    background: none !important;
    padding: 10px 10px 0 0px
}

    .gdpr-footer-alert-box-wrapper .gdpr-footer-button-more .gdpr-footer-alert-box-button-middle a:before {
        content: '\276F';
        font-size: 1.1em;
        font-weight: normal;
        padding-right: 5px;
        color: #fff;
        position: absolute;
        left: -14px;
        top: -3px
    }


.gdpr-footer-alert-box-wrapper .gdpr-footer-alert-box-button {
    float: right;
    margin-right: 30px;
    margin-bottom: 10px;
    line-height: initial
}

.modal {
    display: none;
    z-index: 1000;
    padding-top: 100px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    top: 50%;
    left: 50%;
    right: auto;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    max-width: 500px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.accept {
    background-color: #6cc04a;
    border: 1px solid #6cc04a;
    padding: 8px 18px;
    font-size: 9pt;
    font-weight: bold;
    color: white;
    border-radius: 5px;
    text-shadow: none;
}

.decline {
    background-color: white;
    border: 1px solid #aaaaaa;
    padding: 8px 18px;
    font-size: 9pt;
    font-weight: bold;
    color: #444;
    border-radius: 5px;
    text-shadow: none;
}

.modal-header h2 {
    color: #F58025;
    font-size: 20px;
    text-shadow: none;
    text-align: left;
}

.modal-body p {
    padding-left: 15px;
    color: #444;
    text-align: left;
}

.modal-header, .close {
    background-color: white;
    color: #000 !important;
    text-align: center;
    font-size: 30px;
}

/* Below here is used for the reorder tables on cms objects. I believe custom css is no longer needed with updated bootstrap -- TEDWARDS */
/*.rankBody table {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    display: block;
}*/


.rankBody tbody tr:hover {
    background-color: #0094ff;
    color: #fff;
    cursor: pointer;
}

/*.rankBody-default-position {
    max-height: 75%;
}
*/
/*    .rankBody-default-position table {
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        display: block;
        height: 100%;
        overflow-y: scroll;
    }*/

.rankBody-default-position tbody tr:hover {
    background-color: #0094ff;
    color: #fff;
    cursor: pointer;
}

/* Above here is used for the reorder tables on cms objects. I believe custom css is no longer needed with updated bootstrap -- TEDWARDS */

.disable {
    background-color: lightgrey;
}

.transparent {
    border: 0 none;
    box-shadow: none;
}

.img-center {
    margin: 0 auto;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #555;
    vertical-align: bottom;
}

.takeover-menu {
    z-index: 100;
    width: 100%;
    display: none;
    position: fixed;
    overflow-y: visible;
    background-color: rgb(40,47,55) !important;
}

    .takeover-menu::-webkit-scrollbar {
        width: 0px; /* remove scrollbar space */
        background: transparent; /* optional: just make scrollbar invisible */
    }

    .takeover-menu .container {
        top: 0;
        bottom: 100px;
        display: block;
        margin: 0 auto;
        min-height: 350px;
    }

#takeover-submenu .col-md-2 {
    /*opacity:0;
        position:relative;*/
}

.takeover-menu .container .row .col-md-2 h4 {
    font-size: 24px;
    color: white;
}

    .takeover-menu .container .row .col-md-2 h4:hover {
        font-size: 24px;
        color: #f58025;
        cursor: pointer;
    }

.takeover-menu .container .row .col-md-1 h6 {
    color: white;
    font-size: 18px;
}

.takeover-menu .container .row .col-md-2 h6 {
    color: white;
    font-size: 18px;
}

.takeover-menu .container .row .col-md-3 h6 {
    color: white;
    font-size: 18px;
}

.takeover-menu .container .row .col-md-2 ul li {
    list-style: none;
}

.takeover-menu .container .row .col-md-2 ul {
    padding: 0px;
}

    .takeover-menu .container .row .col-md-2 ul li a {
        color: white !important;
    }

        .takeover-menu .container .row .col-md-2 ul li a:hover {
            color: #f58025 !important;
        }

.takeover-menu .container hr {
    color: white;
    border: 1px solid;
}

.takeover-menu .container .row .col-md-3 h6 {
    color: white;
    font-size: 18px;
}

.takeover-menu .container .row .col-md-3 ul li {
    list-style: none;
}

.takeover-menu .container .row .col-md-3 ul {
    padding: 0px;
}

    .takeover-menu .container .row .col-md-3 ul li a {
        color: white !important;
    }

        .takeover-menu .container .row .col-md-3 ul li a:hover {
            color: #f58025 !important;
        }

.mobile-menu-icon {
    font-size: 24px !important;
}

    .mobile-menu-icon:hover {
        color: rgba(255,255,255,0.7);
    }

.mobile-menu-icon-white {
    font-size: 24px !important;
}

    .mobile-menu-icon-white:hover {
        color: #f58025;
    }

.takeover-menu-item {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .takeover-menu-item .row .wide {
        padding-right: 0;
    }

    .takeover-menu-item a.orange {
        color: #fff;
        text-decoration: none;
    }

        .takeover-menu-item a.orange:hover {
            color: #f58025;
            text-decoration: none;
        }

.takeover-menu .container {
    min-height: 100vh;
}

.contact {
    display: none;
    border-left: 1px solid white;
}

    .contact p {
        color: white;
    }

.contact-form {
    border-left: 1px solid white;
    display: none;
}

    .contact-form form .form-group .form-control {
        width: 100%;
        max-width: 100%;
        background-color: transparent !important;
        border-color: white;
        color: white;
    }

@media (min-width: 768px) {
    .menu-hide-narrow {
        display: none;
    }
}

.t-m {
    position: relative;
    overflow-y: auto;
    height: 1000px;
    width: 100%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .t-m::-webkit-scrollbar {
        display: none;
    }

    .t-m .scroll {
        position: relative;
        width: 100%;
        margin: 0;
    }

    .t-m #accordion {
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .t-m .card {
        border: none;
        border-radius: 0;
        width: 100%;
        background: #35393e;
    }

        .t-m .card .collapse h4 {
            font-size: 20px;
            margin-left: 0px;
            padding-bottom: 0px;
            border-bottom: 1px solid #eee;
            width: 100%;
            display: block;
        }

        .t-m .card .card-header {
            border-top: 1px solid #2a2e32;
            border-bottom: none;
            border-radius: 0;
        }

            .t-m .card .card-header h5 .collapsed {
                color: #fff;
                display: block;
                width: 100%;
                text-decoration: none;
            }

                .t-m .card .card-header h5 .collapsed:hover {
                    color: #f58025;
                    display: block;
                    text-decoration: none;
                }

        .t-m .card .card-body {
            margin: 0px;
            padding: 0;
        }

            .t-m .card .card-body ul {
                list-style: none;
                list-style-type: none;
                margin: 0px;
                padding: 0px;
            }

            .t-m .card .card-body a {
                color: #fff;
                display: block;
                padding: 12px 12px 12px 40px;
                border-top: 1px solid #2a2e32;
            }

                .t-m .card .card-body a:hover {
                    color: #f58025;
                    background-color: #414447;
                    text-decoration: none;
                }

            .t-m .card .card-body .doc-icon {
                margin-right: 10px;
            }

.sm-row {
    margin: 15px 0 0 0;
    padding: 5px;
}

    .sm-row .menu-social {
        padding: 5px;
    }

@media (min-width: 768px) {
    .t-m {
        display: none;
    }
}

/* Contact rows */
.contact-row {
    color: #444;
    padding-top: 50px;
}

    .contact-row:nth-child(even) {
    }

    .contact-row .flag {
        float: left;
        width: 24px;
        margin-right: 8px;
    }

    .contact-row .country {
        float: left;
        font-size: 18px;
        font-weight: bold;
    }

    .contact-row .company {
        width: 100%;
    }

    .contact-row .address {
        width: 100%;
    }

    .contact-row .city {
        float: left;
        width: 100%;
    }

    .contact-row .state {
        width: 100%;
    }

    .contact-row .zip {
        width: 100%;
    }

    .contact-row .country-address {
        width: 100%;
    }

    .contact-row .mobile {
        width: 100%;
    }

        .contact-row .mobile::before {
            content: "mobile: ";
        }

    .contact-row .tel {
        width: 100%;
    }

        .contact-row .tel::before {
            content: "tel: ";
            padding-left: 30px;
            text-align: right;
        }

    .contact-row .fax {
        width: 100%;
    }

        .contact-row .fax::before {
            content: "fax: ";
            padding-left: 27px;
            text-align: right;
        }

    .contact-row .surgical {
        width: 100%;
    }

        .contact-row .surgical::before {
            content: "surgical: ";
            padding-left: 26px;
            text-align: right;
        }

    .contact-row .email {
        width: 100%;
    }

    .contact-row .icon-envelope {
        width: 30px;
        text-align: left;
    }

    .contact-row .website {
        width: 100%;
    }

@media (max-width: 768px) {

    .contact-row .mobile {
        width: 100%;
    }

        .contact-row .mobile::before {
            content: "mobile: ";
        }

    .contact-row .tel {
        width: 100%;
    }

        .contact-row .tel::before {
            content: "tel: ";
            text-align: left;
            padding: 0 3px 0 0;
        }

    .contact-row .fax {
        width: 100%;
    }

        .contact-row .fax::before {
            content: "fax: ";
            text-align: left;
            padding: 0;
        }
}
/* Social media icons on menu */
/*.menu-social .col-sm-1 {
    display: block;
    margin: 0 auto;
}

.menu-social .col-xs-2 {
    display: block;
    margin: 0 auto;
    width: 20%;
}

.menu-social a.social {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    padding: 8px 0 0 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    .menu-social a.social:hover {
        color: #fff;
        background: #f58025;
        margin: 0 auto;
        border: 2px solid #f58025;
    }

    .menu-social a.social i {
        position: absolute;
        display: inline-block;
        color: #fff;
        font-size: 26px;
    }

    .menu-social a.social:hover i {
        position: absolute;
        display: block;
        margin: 0 auto;
        color: #fff;
        font-size: 26px;
    }*/


.menu-social .col-sm-1,
.menu-social .col-xs-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.menu-social a.social {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    transition: all 0.3s ease;
}

    .menu-social a.social:hover {
        color: #fff;
        background: #fff;
        border-color: #f58025;
    }

    /* .menu-social a.social svg {
        color: #fff;
        font-size: 24px;  
        line-height: 1;
        transition: color 0.3s ease; 
    }

    .menu-social a.social:hover svg {
        color: #fff;  
    }*/


    .menu-social a.social svg {
        position: absolute;
        color: #fff;
        font-size: 26px;
    }

    .menu-social a.social:hover svg {
        background-color: #fff;
        color: #f58025;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }




/* implant spec chart */
.implant-spec {
    margin: 80px auto;
    max-width: 1200px;
    padding: 5px;
}

    .implant-spec h3 {
        font-size: 42px;
        line-height: 42px;
        color: #f58025;
        font-weight: 300;
        padding-bottom: 30px;
        margin-left: 0px;
    }

    .implant-spec .box {
        float: left;
        margin-bottom: 40px;
    }

    .implant-spec .title {
        width: 100%;
        background-color: #666;
        color: #fff;
        font-size: 18px;
        text-align: center;
        padding: 3px;
    }

    .implant-spec .icon {
        width: 30%;
        float: left;
        padding-top: 20px;
        text-align: center;
        margin: auto;
    }

        .implant-spec .icon img {
            height: auto;
            max-width: 70px;
        }

            .implant-spec .icon img:nth-child(2) {
                margin-top: 10px;
            }

    .implant-spec .bullets {
        width: 70%;
        float: left;
        font-size: 18px;
        padding-top: 20px
    }

        .implant-spec .bullets ul li {
            color: #333;
            line-height: 1.5em;
        }

/* prosthetic platform svg icons */
.icon-platform-inline-30 {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
    text-align: center;
}

.icon-platform-inline-35 {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
    text-align: center;
}

.icon-platform-inline-45 {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
    text-align: center;
}

.icon-platform-inline-57 {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
    text-align: center;
}

/* *** BLOCK LEVEL ICONS  -------------------- */
.icon-platform-30 {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 5px auto;
    text-align: center;
}

.icon-platform-35, .icon-platform-external-35 {
    width: 35px;
    height: 35px;
    display: block;
    margin: 0 auto 7px auto;
    text-align: center;
}

.icon-platform-45 {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 7px auto;
    text-align: center;
}

.icon-platform-57 {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto 5px auto;
    text-align: center;
}

.icon-platform-external-40 {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 7px auto;
    text-align: center;
}

.icon-platform-external-50 {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto 5px auto;
    text-align: center;
}

.icon-platform-external-60 {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 5px auto;
    text-align: center;
}

.icon-platform-narrow {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 5px auto;
    text-align: center;
}

.icon-platform-regular {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 5px auto;
    text-align: center;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.calendar text {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

/* print-chart */
.print-material-chart {
    margin: 80px auto;
    max-width: 1200px;
}

    .print-material-chart h3 {
        font-size: 42px;
        line-height: 42px;
        color: #f58025;
        font-weight: 300;
        padding-bottom: 30px;
        margin-left: 10px;
    }

.print-chart {
    width: 98%;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
}

    .print-chart .row {
        padding: 0;
    }

    .print-chart .mainrow:nth-child(even) {
        background-color: #fff;
    }

    .print-chart .mainrow {
        background-color: #eee;
    }

    .print-chart .even-heights {
        height: 100%;
    }

    .print-chart .column {
        padding: 10px;
        text-align: left;
        font-weight: bold;
    }

    .print-chart .language-horizontal {
        font-weight: bold;
        color: #666;
    }

    .print-chart .title {
        padding: 10px;
        text-align: left;
        color: #333;
        font-weight: 500;
    }

    .print-chart .link {
        text-align: center;
        padding: 10px 0;
        height: 100%;
    }

    .print-chart .even-heights .top {
        border-top: 1px solid #f58025;
    }

    .print-chart .even-heights .right {
        border-right: 1px solid #f58025;
    }

    .print-chart .even-heights .bottom {
        border-bottom: 1px solid #f58025;
    }

    .print-chart .even-heights .left {
        border-left: 1px solid #f58025;
    }

@media (min-width: 769px) {
    .print-chart .language-vertical {
        display: none;
    }

    .print-chart .link-language {
        display: none;
    }
}

@media (max-width: 768px) {
    .print-chart {
        width: 94%;
        background-color: #fff;
        margin-right: auto;
        margin-left: auto;
    }

        .print-chart .row {
            padding: 0;
        }

        .print-chart .mainrow:nth-child(even) {
            background-color: #fff;
        }

        .print-chart .mainrow {
            background-color: #eee;
        }

        .print-chart .even-heights {
            height: auto;
        }

        .print-chart .column {
            display: none;
        }

        .print-chart .language-horizontal {
            display: none;
        }

        .print-chart .title {
            padding: 10px;
            text-align: center;
            color: #333;
            font-weight: 500;
            font-size: 20px;
        }

        .print-chart .language-vertical {
            padding: 15px 0px 15px 0;
            width: 100%;
            text-align: center;
            border-top: 1px solid #ccc;
            font-weight: 500;
            color: #666;
        }

        .print-chart .link {
            text-align: center;
            padding: 10px 0;
            width: 50%;
            line-height: 1em;
            font-size: 18px;
        }

        .print-chart .link-language {
            font-size: 13px;
            color: #666;
            line-height: 1em;
        }

        .print-chart .even-heights .top {
            border: none;
        }

        .print-chart .even-heights .right {
            border: none;
        }

        .print-chart .even-heights .bottom {
            border: none;
        }

        .print-chart .even-heights .left {
            border: none;
        }
}
/* Case row */
.cases {
    padding: 0;
}

    .cases h1 {
        line-height: 44px;
        font-size: 42px;
        margin-bottom: .5em;
        font-weight: 300;
        color: #f58025;
        letter-spacing: 1.5px;
    }

    .cases .case-row {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .cases .case-row .case-title h4 {
            margin: 10px 0 20px 0;
            color: #f58025;
        }

    .cases .case-box {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 15px;
    }

        .cases .case-box img {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .cases .case-box p {
            text-align: left;
            font-size: 14px;
            padding: 5px 10px 0 10px;
        }

    .cases .col-sm-6 p {
        text-align: center;
        font-size: 14px;
        padding: 0 10px;
    }

    .cases .text {
        text-align: left;
        margin-bottom: 15px;
    }

    .cases .tribute {
        font-size: 14px;
        text-align: left;
        margin-bottom: 15px;
    }

@media (max-width: 991px) {
    .cases .case-row {
        background-color: #fff;
        margin: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .cases .col-sm-4 p {
        text-align: center;
        font-size: 14px;
        padding: 5px 10px 0 10px;
    }

    .cases .col-md-3 {
        width: 50%;
    }

    .cases .col-md-2 {
        width: 50%;
    }
}

/* Case row */
.image-bar {
    padding: 50px 0;
    max-width: 100%;
}

    .image-bar .container {
        width: 1180px;
        max-width: 100%;
        padding: 0;
    }

    .image-bar .bar-title h3 {
        line-height: 44px;
        font-size: 42px;
        margin-bottom: .5em;
        font-weight: 300;
        color: #f58025;
        letter-spacing: 1.5px;
    }

    .image-bar .row-title h4 {
        margin: 20px 0 10px 0;
        color: #f58025;
    }


    .image-bar .image-row {
        margin-top: 15px;
        margin-bottom: 0px;
        display: flex;
        flex-wrap: nowrap;
    }

        .image-bar .image-row .contentbox {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            padding: 15px;
        }

.image-row > :first-child .contentbox {
    padding-left: 0;
}

.image-row > :last-child .contentbox {
    padding-right: 0;
}

.image-bar .image-row .contentbox img {
    height: auto;
    min-width: 0;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.image-bar .image-row .contentbox p {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 5px 0 0 0;
}

.image-bar .tribute {
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .image-bar {
        padding: 50px 20px;
    }

        .image-bar .image-row {
            flex-wrap: nowrap;
        }
}

@media (max-width: 768px) {
    .image-bar {
        padding: 50px 20px;
    }

        .image-bar .image-row {
            flex-wrap: wrap;
        }

            .image-bar .image-row .contentbox {
                max-width: 50%;
            }
}

/*  Biologics Index section  */
.intro-bar-bg {
    background-image: linear-gradient(45deg, rgba(10,10,10,1), rgba(18,36,58,1), rgba(22,40,64,1));
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-bar {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    padding: 0;
    min-height: none;
}

    .intro-bar section {
        margin: 0 auto;
        height: auto;
        min-height: auto;
        position: relative;
    }

        .intro-bar section .info {
            display: flex;
            align-items: center;
        }

            .intro-bar section .info .text {
                width: 100%;
            }

            .intro-bar section .info h1 {
                color: white;
                line-height: 1em;
            }

            .intro-bar section .info h4 {
                color: white;
            }

    .intro-bar .info p {
        font-size: 20px;
        color: #fff;
        line-height: 1.4em;
        margin: 0 0 5px 0;
    }

@media (max-width: 991px) {
    .intro-bar section {
        padding: 0 30px;
        width: auto;
    }
}

@media (max-width: 767px) {
    .intro-bar {
        text-align: left;
        padding: 0;
    }

        .intro-bar section .info .text {
            width: 100%;
            padding: 30px 0;
        }

        .intro-bar section .info h1 {
            text-align: center;
        }

        .intro-bar section .info h4 {
            text-align: center;
        }

        .intro-bar .info p {
            text-align: center;
        }
}

.reference {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .reference .number {
        min-width: 50px;
        margin-right: 10px;
        font-size: 16px;
        text-align: right;
    }

    .reference .info {
        font-size: 16px;
    }

        .reference .info .title {
            font-size: 16px;
            text-align: left;
            float: left;
        }

        .reference .info .tribute {
            font-size: 13px;
            text-align: left;
            float: left;
        }

.newreference {
    width: 100%;
    margin-bottom: 10px;
}

    .newreference .number {
        min-width: 50px;
        margin-right: 10px;
        font-size: 16px;
        text-align: right;
    }

    .newreference .info {
        font-size: 16px;
    }

        .newreference .info .title {
            font-size: 16px;
            text-align: left;
            float: left;
        }

        .newreference .info .tribute {
            font-size: 13px;
            text-align: left;
            float: left;
        }

.sitemap {
}

    .sitemap ul {
        padding-left: 15px;
    }

.pointer {
    background-color: #666;
    color: #fff;
    padding: 2rem 4rem 3rem 1rem;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%);
    clip-path: polygon( 0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%);
}

#pointer {
    width: 100%;
    position: relative;
    background-image: linear-gradient(-90deg, #666, #aaa);
    background-image: linear-gradient(-90deg, rgba(102,102,102,1), rgba(255,0,0,0));
}

    #pointer p {
        padding: 45px 10px;
        margin: 0;
    }

    #pointer:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    #pointer:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 20px solid #666;
        border-top: 73px solid transparent;
        border-bottom: 73px solid transparent;
    }

@media (max-width: 991px) {
    .xeno-process-tall {
    }

    #pointer {
        width: 100%;
        position: relative;
        background-image: linear-gradient(0deg, rgba(102,102,102,1), rgba(255,0,0,0));
    }

        #pointer p {
            padding: 45px 0px;
            margin: 0;
        }

        #pointer:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
        }

        #pointer:before {
            content: "";
            position: absolute;
            right: 15px;
            bottom: -93px;
            width: 0;
            height: 0;
            border-top: 20px solid #666;
            border-right: 90px solid transparent;
            border-left: 90px solid transparent;
        }
}

.bounceback {
    border: 1px solid #f58025;
    padding: 20px;
    border-radius: 8px;
    margin: 0 0px 0 0;
    height: 100%;
}

    .bounceback a {
        margin-bottom: 20px;
    }

/* Add a light grey background on mouse-over */
.filter-btn:hover {
    background-color: #ddd;
}

/* Add a dark background to the active button */
.filter-btn.active {
    background-color: #666;
    color: white;
}

.filterContainer {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    background-attachment: fixed;
    background-position: center;
}

@media (min-width: 700px) {
    .filterContainer section {
        width: 1170px;
        padding: 1em 2em 0em 0px;
        margin: 50px auto;
        height: auto;
        position: relative;
        display: block;
    }

    .dropdown {
        display: inline;
    }
}

@media (max-width: 699px) {
    .filterContainer section {
        width: 40%;
        margin: auto;
        height: auto;
        position: relative;
        display: block;
    }

    .filterContainer h5 {
        text-align: center;
    }

    .filter-btn {
        width: 100%;
        margin-bottom: 0.5em;
    }
}

.filterDD {
    background-color: grey;
    color: white;
}

.dropdown, .show {
    display: inline;
}

.filter-dropdown-item:hover {
    background-color: #007bff;
}

.filter-form-check-label {
    padding-top: 0.3em;
}

#myBtnContainer {
    padding-bottom: 1em;
}

@media (min-width: 790px) {
    #cookieGDPRModal .modalButtons {
        display: flex;
    }

    #cookieCCPAModal .modalButtons {
        display: flex;
    }

    #cookieDataPolicyModal .modalButtons {
        display: flex;
    }
}

@media (max-width: 789px) {

    #cookieGDPRModal .modal-content {
        min-width: 265px;
    }

    #cookieGDPRModal .modalButtons {
        display: block;
    }

    #cookieGDPRModal .declineButton {
        margin-bottom: 1em;
    }

    #cookieGDPRModal .decline {
        white-space: nowrap;
    }

    #cookieCCPAModal .modal-content {
        min-width: 265px;
    }

    #cookieCCPAModal .modalButtons {
        display: block;
    }

    #cookieCCPAModal .declineButton {
        margin-bottom: 1em;
    }

    #cookieCCPAModal .decline {
        white-space: nowrap;
    }

    #cookieDataPolicyModal .modal-content {
        min-width: 265px;
    }

    #cookieDataPolicyModal .modalButtons {
        display: block;
    }

    #cookieDataPolicyModal .declineButton {
        margin-bottom: 1em;
    }

    #cookieDataPolicyModal .decline {
        white-space: nowrap;
    }

    .pull-right-carousel-lock {
        float: right;
        width: 0px !important;
    }
}
/* AlloDerm LifeCell processing */
.lifecell {
    padding: 80px 0;
}

    .lifecell h1 {
        line-height: 44px;
        font-size: 42px;
        margin-bottom: .5em;
        font-weight: 300;
        color: #f58025;
        letter-spacing: 1.5px;
    }

    .lifecell .lifecell-row {
        background-color: #f58025;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 20px 0;
    }

    .lifecell .alternative-row {
        background-color: #999;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 20px 0;
    }

    .lifecell h4 {
        padding: 30px 0 10px 0;
        color: #f58025;
    }

    .lifecell .text-box {
    }

    .lifecell p {
        color: #fff;
        font-size: 18px;
    }

    .lifecell .arrow {
        background: url('/Admin/GetFile?Directory=Images/lifecell-arrow.svg') no-repeat;
        background-position: right center;
        height: 100%;
    }

    .lifecell .lifecell-box img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .lifecell .lifecell-box p {
        text-align: left;
        font-size: 14px;
        padding: 5px 10px 0 10px;
    }


@media (max-width: 769px) {
    .lifecell .lifecell-row {
        background-color: #f58025;
        margin: 15px;
        padding: 20px 0;
    }

    .lifecell .alternative-row {
        background-color: #999;
        margin: 15px;
        padding: 20px 0;
    }

    .lifecell p {
        text-align: center;
    }

    .lifecell .text-box {
    }

    .lifecell .arrow {
        background: url('/Admin/GetFile?Directory=Images/lifecell-arrow-down.svg') no-repeat;
        background-position: bottom center;
        background-size: 100px;
        padding-bottom: 30px;
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .lifecell .lifecell-box img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .lifecell .lifecell-box p {
        text-align: left;
        font-size: 14px;
        padding: 5px 10px 0 10px;
    }
}

.dropdown .language-selector {
    background: rgb(40,47,55);
    background-image: linear-gradient(to bottom, rgb(40,47,55), rgb(33,37,41));
    padding: 10px;
    border: #333;
}

    .dropdown .language-selector li {
        padding: 5px 0;
    }

        .dropdown .language-selector li a {
            color: #fff;
        }

            .dropdown .language-selector li a:hover {
                color: #f58025;
            }
/* Create a row with 5 columns */
.five-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 576px) {
    .five-sm-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .five-md-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .five-lg-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .five-xl-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/* Create row of buttons for Abutments pages */
.btn-abutments {
    width: 100%;
    height: 160px;
    padding: 20px;
    border: 1px solid #999;
    border-radius: 6px;
    background: linear-gradient(0deg, rgba(220, 220, 220, 1) 0, rgba(220, 220, 220, 0.0) 100%);
    color: #f58025;
    font-size: 1.2em;
    text-decoration: none;
}

    .btn-abutments:hover {
        width: 100%;
        height: 160px;
        padding: 20px;
        border: 1px solid #999;
        border-radius: 6px;
        background: #f58025;
        color: #fff;
        font-size: 1.1em;
        text-decoration: none;
    }

.btn-abutments-hex {
    width: 100%;
    height: 160px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #999;
    border-radius: 6px;
    font-size: 1.2em;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(220, 220, 220, 1) 0, rgba(245, 245, 245, 1.0) 100%);
}

    .btn-abutments-hex:hover {
        color: #fff;
        background: #f58025;
        font-size: 1.2em;
        text-decoration: none;
    }

    .btn-abutments-hex .image {
        background: url('/Admin/GetFile?Directory=Images/icons/icon-connection-hex-orange.png') no-repeat;
        height: 50px;
        background-position-x: 50%;
    }

    .btn-abutments-hex:hover .image {
        background: url('/Admin/GetFile?Directory=Images/icons/icon-connection-hex.png') no-repeat;
        height: 50px;
        background-position-x: 50%;
        background-position-y: 0;
    }


.btn-abutments-conical {
    width: 100%;
    height: 160px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #999;
    border-radius: 6px;
    font-size: 1.2em;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(220, 220, 220, 1) 0, rgba(245, 245, 245, 1.0) 100%);
}

    .btn-abutments-conical:hover {
        color: #fff;
        background: #f58025;
        font-size: 1.2em;
        text-decoration: none;
    }

    .btn-abutments-conical .image {
        background: url('/Admin/GetFile?Directory=Images/icons/icon-connection-conical-orange.png') no-repeat;
        height: 50px;
        background-position-x: 50%;
    }

    .btn-abutments-conical:hover .image {
        background: url('/Admin/GetFile?Directory=Images/icons/icon-connection-conical.png') no-repeat;
        height: 50px;
        background-position-x: 50%;
        background-position-y: 0;
    }


/* Modal background overlay ---------------------------  */
.LeaveModal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none; /* hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 999;
}

    .LeaveModal-overlay.active {
        display: flex;
    }

/* Modal container */
.LeaveModal {
    background: white;
    border-radius: 12px;
    max-width: 400px;
    width: 90%;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    animation: fadeInScale 0.3s ease forwards;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}





/* - dropdown for warnings  ------------ --*/
.dropdown-warning {
    position: relative;
    display: inline-block;
}

.dropdown-warning-button {
    background-color: #f48025;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}

    .dropdown-warning-button:hover {
        background-color: #e86016;
    }

.dropdown-warning-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 340px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 15px;
    z-index: 0;
    top: 0px;
    left: 220px;
    font-size: 16px;
    color: #444;
    text-align: left;
}


    .dropdown-warning-content.show {
        display: block;
        animation: fadeInScale 0.25s ease forwards;
    }

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .dropdown-warning-content {
        min-width: 380px;
        top: 56px;
        left: 0px;
        color: #333;
    }
}

.fullarch {
    height: 100%;
    width: 100%;
    background: rgba(245, 128, 37,1);
    background-image: radial-gradient(circle, rgba(255, 140, 41, 1), rgba(232, 96, 22, 1.0));
    background-image: radial-gradient(circle, rgba(235, 235, 235, 1), rgba(135, 135, 135, 1.0));
    padding: 80px 0;
    position: relative;
}

    .fullarch .fullarch-bg {
        background-image: url('/Admin/GetFile?Directory=Images/bg-FuelingFullArch-gray.png');
        background-repeat: no-repeat;
        position: relative;
        background-position: calc(50% - 130px) calc(25%);
    }

    .fullarch img {
        background: #ddd;
        background: linear-gradient(180deg, rgba(210, 210, 210, 1) 0, rgba(245, 245, 245, 1.0) 100%);
        border-radius: 50%;
        border: 3px solid rgba(232, 96, 22,1);
        margin: 0px auto 15px auto;
        width: 220px;
        height: 220px;
    }

    .fullarch .text {
        color: #444;
        text-align: center;
        font-weight: 600;
        padding: 0 50px 30px;
    }

.mt-200 {
    margin-top: 200px;
}

@media (max-width: 1200px) {
    .fullarch .fullarch-bg {
        background-position: calc(50% - 100px) calc(25%);
        background-size: 60%;
    }
}

@media (max-width: 991px) {
    .fullarch .fullarch-bg {
        background-position: calc(50% - 50px) calc(25%);
        background-size: 50%;
    }

    .mt-200 {
        margin-top: 100px;
    }
}

@media (max-width: 776px) {
    .fullarch .fullarch-bg {
        background-image: none;
    }

    .mt-200 {
        margin-top: 0px;
    }
}


.fullarch {
    height: 100%;
    width: 100%;
    background: rgba(245, 128, 37,1);
    background-image: radial-gradient(circle, rgba(255, 140, 41, 1), rgba(232, 96, 22, 1.0));
    background-image: radial-gradient(circle, rgba(235, 235, 235, 1), rgba(135, 135, 135, 1.0));
    padding: 80px 0;
    position: relative;
}

    .fullarch .fullarch-bg {
        background-image: url('/Admin/GetFile?Directory=Images/bg-FuelingFullArch-gray.png');
        background-repeat: no-repeat;
        position: relative;
        background-position: calc(50% - 130px) calc(25%);
    }

    .fullarch img {
        background: #ddd;
        background: linear-gradient(180deg, rgba(210, 210, 210, 1) 0, rgba(245, 245, 245, 1.0) 100%);
        border-radius: 50%;
        border: 3px solid rgba(232, 96, 22,1);
        margin: 0px auto 15px auto;
        width: 220px;
        height: 220px;
    }

    .fullarch .text {
        color: #444;
        text-align: center;
        font-weight: 600;
        padding: 0 50px 30px;
    }

.mt-200 {
    margin-top: 200px;
}

@media (max-width: 1200px) {
    .fullarch .fullarch-bg {
        background-position: calc(50% - 100px) calc(25%);
        background-size: 60%;
    }
}

@media (max-width: 991px) {
    .fullarch .fullarch-bg {
        background-position: calc(50% - 50px) calc(25%);
        background-size: 50%;
    }

    .mt-200 {
        margin-top: 100px;
    }
}

@media (max-width: 776px) {
    .fullarch .fullarch-bg {
        background-image: none;
    }

    .mt-200 {
        margin-top: 0px;
    }
}

.color-change {
    /* Create a linear gradient from #f58025 to #444 along the text */
    background: linear-gradient(90deg, #f58025 45%, #fff 5%, #444 50%);
    /* Clip the background to the text shape */
    background-clip: text;
    /* Make text transparent to show gradient */
    -webkit-background-clip: text; /* Webkit prefixes for browsers */
    color: transparent;
    /* Start gradient positioned off to the left */
    background-size: 200% 100%;
    background-position: -100% 0%;
    /* Define animation */
    animation: gradientShift 2s ease-in-out 1 forwards;
}

@keyframes gradientShift {
    0% {
        background-position: -100% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}