/* Orange theme color: #db7d0f */

/*General*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.googleapis.com/icon?family=Material+Icons); /* For IE6-8 */
    src: url(../fonts/sgds-icons.ttf) format("truetype");
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 34px;
    line-height: 45px;
}

h2 {
    font-size: 29px;
    line-height: 40px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 24px;
}

p {
    line-height: 22px;
    margin: 8px 0 12px 0;
}

a, a:hover, a:active {
    color: #f78f1e;
}

.rectangle-2 {
    width: 48px;
    height: 8px;
    background-color: #f78f1e;
    display: inline-block;
}

.line {
    width: 40px;
    height: 2px;
    border: solid 4px #f78f1e;
}

.line-2 {
    width: 32px;
    height: 2px;
    border: solid 4px #f78f1e;
}

.main {
    max-width: 1440px;
    margin: auto;
    position: relative;
}

.show-mobile {
    display: none;
}

.hide-mobile {
    display: block;
}

.section {
    margin-bottom: 40px;
}

.container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
}

.content-container {
    margin-left: 135px;
    margin-right: 135px;
    position: relative;
}

    .content-container.no-margin-left-right {
        margin-left: 0px;
        margin-right: 0px;
    }

.no-padding-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.sidenavExpand {
    display: none;
}

.white-rectangle {
    width: 75%;
    position: absolute;
    height: 56px;
    background-color: white;
    bottom: 0;
    right: 0;
}

/* Listing filter option */
.listing-filter-multi {
    margin-left: 0;
    margin-right: 0;
}

.filter-button {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: -64px;
    width: 167px;
    height: 72px;
    box-shadow: 0 12px 22px 0 rgba(49, 49, 49, 0.26), 0 0 1px 0 rgba(239, 242, 247, 0.4);
}

.filter-button-mobile {
    background-color: white;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: -68px;
    width: 60px;
    height: 60px;
    box-shadow: 0 12px 22px 0 rgba(49, 49, 49, 0.26), 0 0 1px 0 rgba(239, 242, 247, 0.4);
}

    .filter-button-mobile > .filter-icon {
        margin: 22px 8px;
        color: #db7d0f;
        font-size: 18px;
        font-weight: 700;
    }

.filter-text {
    margin: 24px 32px;
    color: #db7d0f;
    font-size: 18px;
    font-weight: 700;
}

.filter-icon .icon-equalizer:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    color: #db7d0f;
}

.filter-box {
    display: none;
    margin-left: 70px;
    margin-right: 70px;
}

.filter-box-border {
    display: none;
    margin-top: 30px;
    margin-bottom: 28px;
    border-bottom: 1px solid #f78f1e;
}

.filter-box-multi {
    display: none;
    margin-left: 0;
    padding-left: 0;
}

.filter-show {
    display: contents;
}

.filter-options {
    padding-bottom: 0;
}

    .filter-options > .option-heading {
        font-family: 'Roboto', sans-serif;
        color: #212121;
        font-size: 29px;
        font-weight: bold;
        line-height: 40px;
    }

    .filter-options > .option-section {
        margin-top: 32px;
    }

        .filter-options > .option-section > .section-header {
            font-weight: bold;
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            line-height: 24px;
            color: #000a12;
        }

        .filter-options > .option-section > .section-content {
        }

            .filter-options > .option-section > .section-content > .dropdown, .dropdown-menu {
                width: 300px;
            }

    .filter-options > .option-buttons {
        margin-top: 38px;
    }

        .filter-options > .option-buttons > span {
            margin-right: 24px;
        }

        .filter-options > .option-buttons > .cancel-button a {
            color: gray;
            cursor: pointer;
        }

        .filter-options > .option-buttons > .results-button a {
            color: #f78f1e;
            cursor: pointer;
        }

.filter-options-multi {
    padding-left: 100px;
}


.side-logo-img {
    margin-left: 20%;
    margin-bottom: 20px;
    max-height: 125px;
    max-width: 150px;
}

/*Header CSS*/
.header {
    margin-top: 18px;
    margin-bottom: 10px;
}

.header-left {
    display: flex;
    padding-left: 0;
}

.header-right {
    text-align: right;
    padding: 0;
}

.homeBtn a i.icon-home:hover::before {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: orange;
    -webkit-text-fill-color: orange;
    text-shadow: 1px 0px 15px black;
}

.link-menu {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
}

.link-menu-item {
    margin-left: 16px;
    color: #757575;
    font-size: 14px;
}

    .link-menu-item i {
        font-size: 18px;
        position: absolute;
    }

    .link-menu-item.search {
        position: relative;
        margin-right: 16px;
    }

.nav > li.homeBtn > a {
    padding-left: 8px;
    padding-right: 8px;
}

.nav > li > a {
    padding: 40px 10px 0px;
    border-bottom: 2px solid transparent;
}

.navbar {
    font-size: 14px;
    padding: 20px;
    margin-bottom: 0 !important;
}

.isDisabled {
    cursor: not-allowed;
}

.nav a:focus, .nav a:hover {
    background: none !important;
}

.dropdown a {
    color: black;
}

.dropdown .nav-active {
    color: #f78f1e;
    border-bottom: 2px solid #f78f1e;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #f5f5f5;
    border-color: transparent;
}

.header-top {
    margin-bottom: 10px;
    padding: 0;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    display: flex;
}

.header-logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 26px;
}

.header-navbar {
    -ms-align-items: stretch;
    -o-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    display: flex;
    margin-left: 5px;
    width: 76%;
}

.submenu ul {
    list-style-type: none;
    padding: 0;
}

    .submenu ul li:not(:last-child) {
        padding-bottom: 16px;
    }

    .submenu ul li {
        font-size: 16px;
    }

        .submenu ul li a {
        }

.submenu {
    z-index: 1001;
    padding: 44px 54px;
    margin-left: -2px;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 101%;
    border-radius: 4px;
    border: solid 0.5px transparent;
    box-shadow: 0 12px 22px 0 rgba(49, 49, 49, 0.26), 0 0 1px 0 rgba(239, 242, 247, 0.4);
    width: 786px;
}

    .submenu li a:hover {
        color: orange;
        text-decoration: none;
    }

    .submenu ul li.has-submenu a:hover::after {
        color: orange;
    }

.has-submenu > a {
    display: block;
}

    .has-submenu > a:hover {
        border-right: 5px solid #db7d0f;
    }

.nav > li {
    position: inherit;
    display: inline-block;
}

.link-logo, .link-menu {
    padding: 0;
}

.menu-dropdown-preview h2 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
}

.preview-desc {
    color: #757575;
    text-align: justify;
}

.firstLvlNavi {
    position: relative;
}

    .firstLvlNavi > ul {
        width: 50%;
    }

        .firstLvlNavi > ul:hover {
            border-right: solid 1px #e7e7e7;
        }

.submenu-itemList {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}

    .submenu-itemList ul {
        padding-left: 26px;
        padding-right: 16px;
    }

.mobile-nav {
    box-shadow: 0 6px 12px -6px #888888;
}

/* Mobile primary/side nav menu */
.sidenav {
    display: none;
}

.sidenav {
    padding-top: 15px;
}

.mobile-submenu {
    display: none;
    list-style-type: none;
    padding-left: 20px;
    font-family: 'Roboto', sans-serif;
    color: white;
    margin-bottom: 0px;
}

    .mobile-submenu > li {
        font-size: 16px;
        padding: 8px 20px;
        font-weight: 500;
    }

        .mobile-submenu > li > a {
            color: white;
        }

.mobile-submenu-child {
    list-style-type: none;
    padding-left: 22px;
    font-family: 'Roboto', sans-serif;
    color: white;
}

    .mobile-submenu-child > li {
        font-size: 14px;
        padding: 8px 0px;
    }

        .mobile-submenu-child > li > a {
            color: white;
        }

/* Microsite mobile primary menu (old) */
.mobile-submenu-micro {
    display: none;
    list-style-type: none;
    padding-left: 32px;
    font-family: 'Roboto', sans-serif;
    color: #212121;
    padding-top: 8px;
}

    .mobile-submenu-micro > li {
        font-size: 16px;
        margin-bottom: 8px;
    }

        .mobile-submenu-micro > li > a {
            transition: 0.3s;
            color: #212121;
            text-decoration: none;
        }

            .mobile-submenu-micro > li > a:hover {
                color: #B4B4B4;
            }

/* Microsite mobile primary menu */
.microsite-mobile-menu {
    text-decoration: none;
    color: white;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.microsite-mobile-menu-wrapper {
    padding: 16px 20px;
    display: block;
}

    .microsite-mobile-menu-wrapper span {
        color: orange;
        display: inline-block;
        font-size: 15px;
        margin-left: 25px !important;
        float: right;
    }

.microsite-mobile-menu-title {
    color: gray;
    margin: 16px 20px 0 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px
}

.hasSubmenu span {
    color: orange;
    display: inline-block;
    font-size: 15px;
    margin-left: 25px !important;
    float: right;
}

    .hasSubmenu span.rotated {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.submenu-expand {
    font-size: 15px;
    color: orange;
    margin-left: 20px;
    display: inline-block;
}

.rotated {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidenav-separator {
    margin-top: 20px;
}

    .sidenav-separator > .separator {
        display: block;
        border-top: 1px solid gray;
        margin: 0 32px;
    }

.sidenav hr {
    width: 82%;
    border-color: #504f4f;
}

.sidenav-micro hr {
    width: 82%;
    border-color: #d0cccc;
}

.sidenav-close {
    margin-bottom: 32px;
}

.sideNavBottom {
    position: absolute;
    bottom: 0;
    margin-left: 32px;
    margin-bottom: 32px;
}

.bottom-element {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

    .bottom-element a {
        color: white;
    }

.sideNavBottom-micro {
    position: absolute;
    bottom: 0;
    margin-left: 32px;
    margin-bottom: 32px;
}

    .sideNavBottom-micro > .bottom-element a {
        color: #212121;
    }

.search---material {
    width: 20px;
    height: 20px;
    object-fit: contain;
    font-family: material;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #757575;
}

/* Carousel */
#myCarousel .carousel-inner > .item img {
    margin-left: auto;
    margin-right: auto;
}

#myCarousel .carousel-inner > .item {
    min-height: 516px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 93%;
}

#myCarousel .carousel-inner {
    max-height: 540px;
    width: 100%;
}

.carousel-side-image {
    position: absolute;
    margin: auto;
    top: 31px;
    left: 0;
    width: 90px;
}

    .carousel-side-image img {
        max-width: 100%;
    }

.header-carousel {
    position: relative;
}

.header-carousel-img {
    background-image: url(../html/image/header-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-text {
    position: absolute;
    left: -59px;
    top: 206px;
    max-width: 503px;
    z-index: 99;
    background-color: white;
    box-shadow: 0 12px 22px 0 rgba(49, 49, 49, 0.26), 0 0 1px 0 rgba(239, 242, 247, 0.4);
}

.carousel-text-box {
    position: relative;
    padding: 40px;
}

    .carousel-text-box h1 {
        margin: 0;
    }

.carousel-text .rectangle-2 {
    position: absolute;
    left: -24px;
    top: 64px;
}

.carousel-text-box .carousel-indicators {
    top: 16px;
    right: 16px;
    position: absolute;
    left: auto;
    z-index: 999999;
    width: auto;
    padding-left: 0;
    margin-left: auto;
    text-align: center;
    list-style: none;
}

    .carousel-text-box .carousel-indicators > li {
        background-color: #e7e7e7;
    }

    .carousel-text-box .carousel-indicators li.active {
        background-color: #f78f1e;
    }

.center {
    text-align: center;
}

/* Breadcrumb */
.pageBreadcrumb {
    margin-left: 108px;
    margin-top: 32px;
}

    .pageBreadcrumb img {
        margin-right: 30px;
    }

    .pageBreadcrumb span {
        font-size: 14px;
        line-height: 24px;
    }

    .pageBreadcrumb .rectangle-2 {
        margin-right: 41px;
    }

    .pageBreadcrumb .line-2 {
        display: none;
    }

    .pageBreadcrumb h2 {
        display: none;
    }

    .pageBreadcrumb a {
        color: black;
    }

.pageBreadcrumb-title {
    margin-left: 108px;
    margin-top: 32px;
}

    .pageBreadcrumb-title img {
        margin-right: 30px;
    }

    .pageBreadcrumb-title span {
        font-size: 14px;
        line-height: 24px;
    }

    .pageBreadcrumb-title .rectangle-3 {
        margin-right: 41px;
    }

    .pageBreadcrumb-title .line-2 {
        display: none;
    }

    .pageBreadcrumb-title h2 {
        display: none;
    }

    .pageBreadcrumb-title a {
        color: black;
    }

/* Breadcrumb inside page header*/
.pageHeader {
    position: relative;
}

.pageBreadcrumb-head {
    position: absolute;
    margin-left: 108px;
    margin-top: 64px;
    z-index: 99;
    color: white;
}

    .pageBreadcrumb-head a {
        color: white;
    }

    .pageBreadcrumb-head img {
        margin-right: 30px;
    }

    .pageBreadcrumb-head span {
        font-size: 14px;
        line-height: 24px;
    }

    .pageBreadcrumb-head .rectangle-2 {
        margin-right: 41px;
    }

.pageBreadcrumb-title-head {
    position: absolute;
    margin-left: 108px;
    margin-top: 64px;
    z-index: 99;
    color: white;
}

    .pageBreadcrumb-title-head a {
        color: white;
    }

    .pageBreadcrumb-title-head img {
        margin-right: 30px;
    }

    .pageBreadcrumb-title-head span {
        font-size: 12px;
        line-height: 24px;
    }

    .pageBreadcrumb-title-head .rectangle-3 {
        margin-right: 41px;
    }

/* Header Image */
.header-img {
    min-height: 411px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 8px;
}

    .header-img img {
        width: 100%;
        height: auto;
    }

    .header-img h1 {
        position: absolute;
        top: 97px;
        left: 68px;
        color: white;
    }

/* Generic page header title */
.page-header-title {
    margin-bottom: 16px;
}

.has-side-margins {
    margin-left: 64px;
    margin-right: 64px;
}

/* Contact Us */
.map {
    margin-left: 0;
    margin-right: 0;
}

.contact-info {
    margin-left: 64px;
    margin-right: 64px;
}

    .contact-info h2 {
        margin-top: 16px;
        margin-bottom: 32px;
    }

.info-box {
    padding-top: 10px;
    margin-bottom: 20px;
    padding-left: 32px;
    padding-right: 0;
}

.info-title {
    margin-bottom: 18px;
}

    .info-title span {
        font-weight: bold;
        color: #db7d0f;
        font-size: 18px;
    }

.info-description {
    color: #757575;
    font-size: 16px;
}

/* accordion */
.info-accordion {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
}

.accordion-item {
    margin-left: 0;
    margin-right: 0;
}

.accordion-title {
    position: relative;
    margin-left: 70px;
    margin-right: 70px;
}

    .accordion-title.profile1 {
        margin-left: 0px;
        margin-right: 0px;
    }

.expand-button {
    position: absolute;
    right: 0;
}

    .expand-button i {
        color: grey;
    }

div.accordion-title .title {
    font-size: 26px;
    color: #757575;
    max-width: 607px;
    display: block;
    line-height: 40px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: white;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    .accordion:focus {
        outline: none;
    }


    .accordion span:after {
        content: "add";
        font-family: 'Material Icons';
        color: #757575;
        font-size: 32px;
        right: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-feature-settings: 'liga';
        transition: 0.5s;
    }

    .accordion.active span:after {
        color: orange;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .accordion div.content-container {
        padding: 32px 0 70px;
        border-bottom: 1px solid #e7e7e7;
    }

    .accordion .accordion-title-button {
        padding: 32px 0 70px;
        border-bottom: 1px solid #e7e7e7;
        position: relative;
    }

/* Accordion for profile */
.accordion-profile {
    background-color: white;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}


    .accordion-profile span:after {
        content: "add";
        font-family: 'Material Icons';
        color: #757575;
        font-size: 32px;
        right: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        font-feature-settings: 'liga';
        transition: 0.5s;
    }

    .accordion-profile.active span:after {
        color: orange;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .accordion-profile div.content-container {
        padding: 32px 0 70px;
        border-bottom: 1px solid #e7e7e7;
    }

.profile-title-button1 {
    padding: 32px 0 32px;
    border-bottom: none;
    position: relative;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    color: black;
}

    .active div div span.title, .accordion div div span.title:hover {
        color: black;
    }

/* Style the accordion panel. Sections are not hidden by default in Experience Editor mode */
.panel {
    background-color: white;
    overflow: hidden;
    transition: all 0.2s ease-out;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    .panel.profile {
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-height: 0px;
    }

.panel-profile1 {
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

    .panel-profile1.profile1 {
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-height: 0px;
    }

/* Hides the sections in preview/normal model */

.panel-content-row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2px;
    padding-top: 22px;
    border-bottom: 1px solid #e7e7e7;
}

    .panel-content-row.profile-desc {
        padding-top: 0px;
        border-bottom: none;
    }


.panel-content-title {
    font-size: 16px;
}

.panel-content-details {
    font-size: 20px;
    font-weight: bold;
}

.panel-grouped {
    background-color: white;
    overflow: hidden;
    transition: all 0.2s ease-out;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    max-height: 0px;
}

.accordion-main-title a {
    margin-bottom: 22px;
}

.simple-panel-content {
    padding: 0;
    margin-bottom: 32px;
}

.accordion-load-more-btn {
    background-color: white;
    font-weight: bold;
    border: 1px solid #eee;
    height: 72px;
    width: 180px;
    font-size: 18px;
    box-shadow: 0px 12px 20px 1px darkgrey;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    margin: 32px 0 0 32px;
}

    .accordion-load-more-btn a {
        margin: auto;
        color: #212121;
    }

        .accordion-load-more-btn a:hover {
            text-decoration: none;
            color: #db7d0f;
            cursor: pointer;
        }

    .accordion-load-more-btn:hover {
        transform: translateY(-10px);
        transition: all 0.5s;
        color: #db7d0f;
    }

/* Accordion stylinpanel-content-rowg overrides for article page inner columns */
.accordion-item-inner .accordion-button {
    position: relative;
    left: -32px;
}

.accordion-item-inner .accordion-title-button {
    margin-right: -130px;
    padding-right: 10px;
    padding-bottom: 46px;
}

.accordion-item-inner .accordion-title {
    margin-left: 34px;
    margin-right: 34px;
}

/* CTA Css */
.cta-image .line-2 {
    position: absolute;
    top: 50%;
    left: 0;
}

.cta {
    margin-top: 38px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    align-items: center;
}

.cta-title h2 {
    margin-bottom: 0px;
}

.cta-desc {
    margin-bottom: 32px;
    margin-top: 9px;
    color: #757575;
    max-width: 100%;
    text-align: justify;
    padding-right: 32px;
}

    .cta-desc span {
        margin-bottom: 0;
        font-size: 18px;
    }

.cta-desc-simple {
    color: #757575;
    margin-bottom: 28px;
}

.cta .row {
    margin-left: 0;
    margin-right: 0;
}

.cta-image {
    position: relative;
}

    .cta-image img {
        max-width: 100%;
        height: auto;
    }

.cta-btn {
    background-color: white;
    font-weight: bold;
    border: 1px solid #eee;
    height: 72px;
    width: 180px;
    font-size: 18px;
    box-shadow: 10px 10px 20px 1px darkgrey !important;
    transition: all 0.5s ease-in;
    color: #db7d0f;
    text-align: center;
    line-height: 72px;
    margin-bottom: 24px;
}

a.cta-btn:hover {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in;
    border: none;
}

.cta-btn:hover {
    transform: translateY(-10px);
    transition: all 0.5s ease-in;
    /* color: #db7d0f; */
}

.hvr-sweep-to-right:before {
    background: #db7d0f !important;
    transition: all 0.5s ease-in;
}

/* teaser image */
.teaser-image-box {
    justify-content: space-between;
}

.teaser-image-item {
    background-size: cover;
    height: 172px;
    /*width: 90%;*/
    display: flex;
    align-items: center;
    box-shadow: 0px 8px 20px 5px darkgrey;
}

    .teaser-image-item.last {
        margin-right: 0px;
    }

.teaser-image-content {
    margin: auto;
    width: 80%;
    color: white;
}

.teaser-title {
    margin-bottom: 16px;
}

.teaser-desc {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
}

.teaser-image-content > span {
    display: inline-block;
}

/* footer */
.page-footer {
    margin-top: 60px;
}

.footer-container {
    font-size: 14px;
}

    .footer-container .company-name {
        font-size: 24px;
        font-weight: bold;
        color: #757575;
        padding-bottom: 30px;
    }

.page-footer .footer {
    background-color: #f5f5f5;
    padding: 30px 0px;
}

.navigate-links-title, .navigate-links-content, .navigate-links-btn, .social-links-title, .social-links-content,
.subscribe-links-title, .subscribe-links-content {
    margin-left: 0;
    margin-right: 0;
}

.navigate-links-title, .social-links-title, .subscribe-links-title {
    margin-bottom: 15px;
}

    .navigate-links-title span, .social-links-title span, .subscribe-links-title span {
        font-weight: bold;
        color: #757575;
    }

.navigate-links-content {
}

    .navigate-links-content a {
        color: grey;
        margin-bottom: 15px;
    }

.navigate-links-btn a {
    color: #F78F1E;
}

.navigate-links-btn span:hover::after {
    text-decoration: none;
}

.navigate-links-btn span:after {
    content: '\f054';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    color: #F78F1E;
}

.social-links-content a:not(:last-child) i {
    margin-right: 32px;
}

.social-links-content a i {
    font-size: 20px;
    color: #757575;
}

input.subscribe-email-input::-webkit-input-placeholder {
    padding-left: 32px;
    font-size: 18px;
    line-height: 24px;
}

input.subscribe-email-input::-moz-input-placeholder {
    padding-left: 32px;
    font-size: 18px;
    line-height: 24px;
}

input.subscribe-email-input::-ms-input-placeholder {
    padding-left: 32px;
    font-size: 18px;
    line-height: 24px;
}

input.subscribe-email-input::-moz-input-placeholder {
    padding-left: 32px;
    font-size: 18px;
    line-height: 24px;
}

.subscribe-button {
    text-align: center;
    align-items: center;
}

    .subscribe-button a {
        background-color: #F78F1E;
        border-radius: 4px;
        display: block;
        color: white;
        font-size: 20px;
        padding: 16px 0;
        padding: 16px 50px;
    }

        .subscribe-button a:hover, .subscribe-button a:focus {
            text-decoration: none;
        }

        .subscribe-button a i {
            font-size: 20px;
        }

.subscribe-links-content {
    height: 56px;
}

    .subscribe-links-content > div {
        height: 100%;
        width: 100%;
    }

.subscribe-email-input {
    height: 100%;
    width: 100%;
}

.fotter-bottom {
    margin-left: 0;
    margin-right: 0;
}

.right {
    float: right;
}

.footer-link, .copyright {
    margin-left: 16px;
}

    .footer-link a {
        color: #757575;
    }

.footer-bottom {
    color: #757575;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
}

    .footer-bottom .content-container {
        padding-top: 32px;
        padding-bottom: 32px;
    }

.footer-right-column {
    padding-left: 28px;
}

.footer-logo {
    padding-bottom: 20px;
    max-height: 5rem;
}

.footer-container .contact-us {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.footer-container ul.middle-link {
    padding: 0;
    margin: 0 32px 0 0;
    list-style-type: none;
    float: right;
}

    .footer-container ul.middle-link li {
        display: inline-block;
    }

        .footer-container ul.middle-link li a {
            color: grey;
            padding-left: 30px;
        }

.footer-container .social-links-content a:hover {
    text-decoration: none;
}
/* Ask Jamie */
.jamie img {
    width: auto;
    height: 100%;
}

.ask-feature .ask-text {
    border-top-left-radius: 4px;
    background-color: #f78f1e;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 42px;
    font-size: 18px;
    color: white;
}

.ask-feature {
    height: 56px;
    width: 269px;
    margin-left: 0;
    margin-right: 0;
    float: right;
}
/* Functionality Container */
.oval-btn {
    width: 49px;
    height: 49px;
    box-shadow: 0 2px 4px 0 rgba(49, 49, 49, 0.12), 0 0 1px 0 rgba(239, 242, 247, 0.5);
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0.5px;
    border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
    border-image-slice: 1;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    border-radius: 50%;
    margin-bottom: 16px;
    position: relative;
}

    .oval-btn:hover {
        background-color: #f5f5f5;
        cursor: pointer;
    }

    .oval-btn a:hover {
        text-decoration: none;
    }

.icon-browsealoud {
    background: url(../images/icon-browsealoud.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.sub-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
}

.sub-btn {
    width: 49px;
    height: 49px;
    box-shadow: 0 2px 4px 0 rgba(49, 49, 49, 0.12), 0 0 1px 0 rgba(239, 242, 247, 0.5);
    border-style: solid;
    border-width: 0.5px;
    border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
    border-image-slice: 1;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    border-radius: 50%;
    margin-bottom: 16px;
}

    .sub-btn:hover {
        background-color: #f5f5f5;
        cursor: pointer;
    }

    .sub-btn a:hover {
        text-decoration: none;
    }

.functionality-container {
    /* right: 64px; */
    top: 248px;
    position: fixed;
    z-index: 1049;
}

    .functionality-container i, .functionality-container span {
        font-size: 18px;
        color: #887764;
    }
/* Back to top */
.back-to-top {
    width: 49px;
    height: 49px;
    object-fit: contain;
    box-shadow: 0 3px 8px 0 rgba(49, 49, 49, 0.2), 0 0 1px 0 rgba(239, 242, 247, 0.5);
    background-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0.5px;
    border-image-source: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4) 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
    border-radius: 50%;
    position: fixed;
    left: 130px;
    bottom: 74px;
    display: none;
    z-index: 999;
}

    .back-to-top i {
        transform: rotate(-90deg);
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #db7d0f;
    }
/* Accordion Table */
.accordion-table div table {
    width: 100%;
}

    .accordion-table div table thead tr {
        height: 72px;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: #9e9e9e;
        box-shadow: 0 2px 4px 0 rgba(49, 49, 49, 0.12), 0 0 1px 0 rgba(239, 242, 247, 0.5);
        border: solid 0.5px transparent;
        font-weight: normal;
    }

    .accordion-table div table tbody tr td {
        padding: 40px 0;
        vertical-align: top;
        color: #212121;
        font-size: 16px;
    }

    .accordion-table div table tbody tr {
        border-bottom: solid 1px #e7e7e7;
    }

        .accordion-table div table tbody tr.accordion-table-category td {
            padding: 48px 0 0;
            color: #f78f1e;
            border-bottom: none;
        }

        .accordion-table div table tbody tr.accordion-table-category {
            border-bottom: none;
        }

    .accordion-table div table tfoot tr td {
        padding: 32px 0;
        vertical-align: top;
        color: #757575;
        font-size: 14px;
        line-height: 1.71;
    }

        .accordion-table div table tfoot tr td p {
            max-width: 798px;
        }

.view-more {
    padding: 24px 0;
    margin: 0;
}

.view-more-text {
    margin-left: 70px;
}

    .view-more-text a {
        color: #db7d0f;
    }
/* Content with hightlight */
.content-with-highlight {
    margin-bottom: 64px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

.hightlight-text-box {
    padding-top: 88px;
}

.hightlight-text-box-mobile {
    display: none;
}

.hightlight-text {
    border-left: 3px solid #f78f1e;
    padding-left: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

    .hightlight-text span {
        font-size: 20px;
        color: #212121;
    }

.about-details {
    padding: 0 100px;
}
/* Teaser List */
.teaser-content-box {
    padding-left: 64px;
    padding-right: 0;
}

    .teaser-content-box h1 {
        margin-top: 0;
    }

.teaser-content {
    padding-top: 22px;
    padding-left: 0;
}

    .teaser-content li {
        list-style-type: none;
        font-size: 18px;
        color: #212121;
        margin-bottom: 16px;
    }

.core-value-img {
    width: 100%;
    height: auto;
    max-width: 470px;
    max-height: 265px;
    box-shadow: 0 12px 22px 0 rgba(49, 49, 49, 0.26), 0 0 1px 0 rgba(239, 242, 247, 0.4);
    border-style: solid;
    border-width: 0.5px;
    border-color: transparent;
}

.teaser-img-box {
    display: flex;
    align-items: center;
    position: relative;
}

    .teaser-img-box .line {
        position: absolute;
        left: -20px;
        top: 50%;
    }

.teaser-list {
    display: flex;
    margin-bottom: 64px;
    margin-left: 0px;
    margin-right: 0px;
}
/* external image grid */
.ex-img-grid {
    display: flex;
    margin-top: 22px;
    margin-bottom: 30px;
}

    .ex-img-grid div {
        display: flex;
        align-items: center;
    }

        .ex-img-grid div img {
            margin: auto;
            height: auto;
            max-width: 188px;
            max-height: 88px;
        }
/* functional external image grid */
.ex-img-grid-item:hover {
    transition: all 0.5s;
}

.ex-img-grid-item {
    min-height: 144px;
    position: relative;
    transition: all 0.5s;
}

    .ex-img-grid-item img {
        transition: all 0.5s;
    }

    .ex-img-grid-item i {
        display: none;
        position: absolute;
        top: 16px;
        right: 16px;
        font-size: 18px;
        transition: all 0.5s;
    }

        .ex-img-grid-item i:hover {
            cursor: pointer;
            transition: all 0.5s;
        }

.ex-img-grid-mobile {
    display: none;
}

.tooltip.in {
    opacity: 1;
    top: 74px;
}

.tooltip .tooltip-arrow {
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: rgba(49, 49, 49, 0.26);
}

.tooltip-inner {
    color: black;
    background-color: white;
    box-shadow: 0 12px 28px 0 rgba(49, 49, 49, 0.26), 0 0 1px 0 rgba(239, 242, 247, 0.4);
    border: solid .3px #eee;
    border-radius: 0;
    padding: 10px 16px;
    max-width: 286px;
}
/* Profile Grid */
.profiles-grid-box {
    max-width: 900px;
    margin: auto;
}

.content-item-row {
    margin: 0 0 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content-item-box {
    margin-bottom: 32px;
    padding: 0 15px 0 0;
    display: flex;
}

.content-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 8px 0 rgba(49, 49, 49, 0.2), 0 0 1px 0 rgba(239, 242, 247, 0.5);
    background-color: rgba(255, 255, 255, 0);
    border-width: 0.5px;
    padding-bottom: 127px;
}

.no-shadow {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

    .no-shadow:hover {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

div.content-item:hover {
    cursor: pointer;
    box-shadow: 0 12px 22px 0 rgba(49, 49, 49, 0.26), 0 0 1px 0 rgba(239, 242, 247, 0.4);
    border: solid 0.5px transparent;
    display: inline-table;
}

div.content-item:hover {
    position: relative;
}

    div.content-item:hover div.content-desc {
        bottom: 0px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        height: 180px;
    }

    div.content-item:hover .profile-name .line-2 {
        display: block;
    }

    div.content-item:hover a.learn-more-btn {
        display: block;
    }

.content-item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
}

.content-item .image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.content-desc {
    margin: 0;
    padding-left: 32px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    background-color: white;
    transition: all 0.5s;
    width: 100%;
    height: 135px;
    position: absolute;
    bottom: 0px;
}

    .content-desc:hover {
        transition: all 0.5s;
    }

    .content-desc span {
        display: block;
    }

.profile-name {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.profile-desc {
    font-size: 14px;
    color: #757575;
}

.profile-pic {
    width: 100px;
    height: 100px;
}

.profile-title-summary1 {
    padding-left: 10%;
}

.learn-more {
    color: #db7d0f;
    font-size: 18px;
}

.learn-more-btn {
    display: none;
    color: #db7d0f;
    font-size: 14px;
}

    .learn-more-btn:hover {
        color: #db7d0f;
    }

.profile-name .line-2 {
    position: absolute;
    left: -48px;
    bottom: 8px;
    display: none;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    /* background-color: #f1f1f1; */
}
    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border-top: none;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid transparent;
        outline: none;
        cursor: pointer;
        padding: 17px 20px;
        transition: 0.3s;
        font-size: 18px;
        margin-right: 32px;
    }
        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }
        /* Create an active/current tablink class */
        .tab button.active {
            border-bottom: 2px solid #f78f1e;
        }
/* Style the tab content */
.tabcontent {
    padding-top: 32px;
    border: none;
}

    .tabcontent:not(.first) {
        display: none;
    }
/* End Profile Grid */
/* Title Image Summary Teaser */
.TIS-teaser, .TIS-teaser-2 {
    margin-bottom: 20px;
}

.TIS-teaser-2 {
    margin-left: 0;
    margin-right: 0;
}

#tis-carousel .carousel-inner .item .item-content {
    padding-top: 15px;
    padding-bottom: 20px;
}

#tis-carousel .carousel-indicators {
    bottom: -32px;
}

    #tis-carousel .carousel-indicators li {
        background-color: #e7e7e7;
    }

        #tis-carousel .carousel-indicators li.active {
            background-color: #f78f1e;
        }

.lsAction {
    display: none;
}

.TIS-teaser-2 .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #f78f1e;
}

.TIS-teaser-2 .lSSlideOuter .lSPager.lSpg > li a {
}

.TIS-teaser-box {
    width: 100%;
    position: relative;
    box-shadow: 0 3px 8px 0 rgba(49, 49, 49, 0.2), 0 0 1px 0 rgba(239, 242, 247, 0.5);
    margin-top: 16px;
    margin-bottom: 20px;
    max-width: none;
    padding: 32px 62px 57px 54px;
}

    .TIS-teaser-box.tis-slider-item {
        padding: 39px;
    }

    .TIS-teaser-box:hover {
        box-shadow: 0 12px 22px 0 rgba(49, 49, 49, 0.26), 0 0 1px 0 rgba(239, 242, 247, 0.4);
        cursor: pointer;
    }

    .TIS-teaser-box .row {
        margin: 0;
    }

.title-row {
    display: flex;
    align-items: center;
}

.TIS-teaser-title {
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    width: unset;
}

.TIS-teaser-image {
    float: right;
    width: 100%;
    max-width: 90px;
    max-height: 90px;
    margin-left: auto !important;
}

.TIS-teaser-2 .TIS-teaser-image {
    max-width: 74px;
    max-height: 83px;
    margin-bottom: 5px;
    width: auto;
}

.TIS-teaser-2 .TIS-teaser-image {
    float: left;
}

.TIS-teaser-summary h1 {
    margin-top: 0;
    margin-bottom: 35px;
}

.tis-slider-item-box {
    min-height: 190px;
}

.tis-teaser-link-wrapper {
    text-decoration: none !important;
}

.TIS-teaser-summary {
    /* border-bottom: solid 1px #dde2e8; */
    position: relative;
    /* min-height:250px; */
}

.summary-title {
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    color: black;
}

.summary-description {
    color: #757575;
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
}

.TIS-teaser-link {
    border-top: solid 1px #dde2e8;
}

    .TIS-teaser-link a, .TIS-teaser-link span {
        display: block;
        margin-top: 32px;
        margin-left: 11px;
        color: #db7d0f;
    }

.TIS-teaser-2 .TIS-teaser-link a, .TIS-teaser-2 .TIS-teaser-link span {
    margin-top: 16px;
    margin-left: 0px;
}

    .TIS-teaser-2 .TIS-teaser-link span:hover {
        text-decoration: underline;
    }

.TIS-teaser-box .line-2 {
    display: none;
    position: absolute;
    top: 139px;
    left: -17px;
}

.TIS-teaser-summary .line-2 {
    display: none;
    position: absolute;
    top: 9px;
    left: -56px;
}

.TIS-teaser-link.external a:after, .TIS-teaser-link.external span:after {
    content: "launch";
    font-family: 'Material Icons';
    font-size: 18px;
    color: #db7d0f;
    margin-left: 8px;
    vertical-align: middle;
}
/* Profile Quote */
.profile-quote {
    margin-top: 128px;
    margin-bottom: 128px;
}

    .profile-quote, .profile-quote .carousel, .profile-quote .carousel .carousel-inner {
        transition: height 0.5s;
        -webkit-transition: height 0.5s;
    }

        .profile-quote .carousel .carousel-inner .item-img {
            width: 100%;
            max-width: 132px;
        }

        .profile-quote .carousel .carousel-inner p {
            max-width: 630px;
        }

        .profile-quote .carousel .carousel-inner h1 {
            margin-top: 0;
            margin-bottom: 7px;
        }

span.profile-pos {
    margin-bottom: 32px;
    color: #757575;
    display: block;
    font-size: 14px;
}

#profileCarousel {
    max-width: 900px;
    margin: auto;
}

.profile-quote .carousel-indicators {
    position: absolute;
    bottom: -30px;
    left: 16.66666667%;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    list-style: none;
}

    .profile-quote .carousel-indicators li {
        background-color: #e7e7e7;
    }

        .profile-quote .carousel-indicators li.active {
            background-color: #f78f1e;
        }
/* Jumbotron Carousel */
.jumbotron-carousel {
    margin-top: 90px;
    margin-bottom: 170px;
}

.jumbotron-carousel-imgBox {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 867px;
    height: 450px;
}

.jumbotron-carousel-content {
    position: absolute;
    right: 66px;
    top: 370px;
    max-width: 570px;
    background-color: #ffffff;
    box-shadow: 0 12px 22px 0 rgba(49, 49, 49, 0.26), 0 0 1px 0 rgba(239, 242, 247, 0.4);
}

.jumbotron-carousel-textbox {
    padding: 49px;
    max-width: 503px;
}

    .jumbotron-carousel-textbox h1 {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .jumbotron-carousel-textbox p {
        color: #757575;
        display: block;
        margin-bottom: 32px;
    }

.jumbotron-carousel-box {
    position: relative;
}

#jumbotronCarousel {
    height: 580px;
    margin-bottom: 108px;
}

    #jumbotronCarousel .carousel-inner {
        height: 100%;
    }

.jumbotron-carousel ul.carousel-indicators {
    bottom: auto;
    left: auto;
    right: 0;
    width: 35px;
    margin-left: auto;
    top: 380px;
}

.jumbotron-carousel ul.carousel-indicators {
    padding: 0;
}

    .jumbotron-carousel ul.carousel-indicators > li {
        font-size: 32px;
        color: #e7e7e7;
        font-weight: bold;
        /* font-family: 'Frank Ruhl Libre', serif; */
        font-family: 'Roboto', sans-serif;
        list-style: none;
        display: block;
        width: auto;
        height: auto;
        margin: 0 0 45px 0;
        text-indent: inherit;
        background-color: unset;
        border: none;
    }

    .jumbotron-carousel ul.carousel-indicators li.active {
        color: #f78f1e;
    }
/* Video carousel */
.cta-video {
    margin-left: 0px;
    margin-right: 0px;
}

    .cta-video .cta-image .line-2 {
        left: -16px;
        z-index: 1049;
    }

#videoCarousel .carousel-inner .item img {
    height: auto;
    max-height: 312px;
    width: 90%;
}

    #videoCarousel .carousel-inner .item img.carousel-media-teaser {
        width: 100%;
    }

#videoCarousel .carousel-inner .item i.playBtn {
    display: none;
}

#videoCarousel .carousel-inner .item.video i.playBtn {
    display: block;
    position: absolute;
    left: calc(42%);
    top: calc(50% - 20px);
    font-size: 40px;
    color: white;
}

#videoCarousel .carousel-inner .item a:hover {
    cursor: pointer;
}

#videoCarousel .carouselControl {
    position: absolute;
    bottom: 0;
    height: 100%;
    max-height: 56px;
    width: 111%;
}

    #videoCarousel .carouselControl.carousel-media-teaser {
        right: -10%;
    }

    #videoCarousel .carouselControl .nextBtn, #videoCarousel .carouselControl .prevBtn {
        width: 10%;
        float: right;
        height: 100%;
        display: flex;
        align-items: center;
        background-color: white;
        position: relative;
        color: #f78f1e;
        opacity: 1;
        border: 1px solid #e7e7e7;
        text-shadow: none;
    }

        #videoCarousel .carouselControl .nextBtn .carousel-media-teaser {
            right: -10%;
        }

        #videoCarousel .carouselControl .nextBtn:hover, #videoCarousel .carouselControl .prevBtn:hover {
            background-color: #f78f1e;
            color: white !important;
        }

        #videoCarousel .carouselControl .nextBtn i, #videoCarousel .carouselControl .prevBtn i {
            margin: auto;
        }

    #videoCarousel .carouselControl .slideNumbering {
        width: 15%;
        float: right;
        height: 100%;
        display: flex;
        align-items: center;
        background-color: white;
        position: relative;
        border: 1px solid #e7e7e7;
    }

        #videoCarousel .carouselControl .slideNumbering span {
            margin: auto;
            font-size: 14px;
            color: #757575;
        }
/* TIS carousel */
.highlight-desc {
    display: block;
    color: #757575;
    margin-top: 8px;
    margin-bottom: 32px;
}

.TIS-carousel {
    margin-left: -16px;
    margin-right: -16px;
}
/* KEI */
.keyEconIndicator {
    margin-bottom: 88px;
}

    .keyEconIndicator > h1 {
        margin-bottom: 16px;
    }

h1.numbers {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

h3.numbers {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.header-summary {
    color: #757575;
}
/* Indicators */
.indicator-desc {
    color: #757575;
}

.indicators-item {
    text-align: center;
    margin-bottom: 16px;
}

    .indicators-item .numbers-desc {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .indicators-item h1.numbers i, .minus-sign {
        margin-right: 8px;
    }

    .indicators-item h1.numbers:after {
        content: '%';
    }

    .indicators-item h1.numbers.positive:before {
        content: "+";
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        margin-right: 8px;
    }


    .indicators-item h1.numbers.negative:before {
        content: "-";
        margin-right: 8px;
    }

    .indicators-item h3.numbers i, .minus-sign {
        margin-right: 8px;
    }

    .indicators-item h3.numbers:after {
        content: '%';
    }

    .indicators-item h3.numbers.positive:before {
        content: "+";
        font-family: 'Material Icons';
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        margin-right: 8px;
    }


    .indicators-item h3.numbers.negative:before {
        content: "-";
        margin-right: 8px;
    }

    .indicators-item .orange {
        color: #db7d0f;
    }

.indicators {
    margin-top: 37px;
}

    .indicators > div {
        text-align: center;
    }

        .indicators > div .numbers-desc {
            font-size: 16px;
            font-weight: bold;
        }

    .indicators h1.numbers i, .minus-sign {
        margin-right: 8px;
    }

    .indicators h1.numbers:after {
        content: '%';
    }

    .indicators h1.numbers.positive:before {
        content: "+";
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        margin-right: 8px;
    }


    .indicators h1.numbers.negative:before {
        content: "-";
        margin-right: 8px;
    }

    .indicators h3.numbers i, .minus-sign {
        margin-right: 8px;
    }

    .indicators h3.numbers:after {
        content: '%';
    }

    .indicators h3.numbers.positive:before {
        content: "+";
        display: inline-block;
        vertical-align: middle;
        font-size: 24px;
        margin-right: 8px;
    }

    .indicators h3.numbers.negative:before {
        content: "-";
        margin-right: 8px;
    }
/* Accordion Table */
.iia-text.file-exist:after {
    content: '\f1c1';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 20px;
    margin-left: 16px;
    color: #db7d0f;
}

.accordion-table tr.accordion-header {
    font-size: 16px;
    color: #757575;
    box-shadow: 0 2px 4px 0 rgba(49, 49, 49, 0.12), 0 0 1px 0 rgba(239, 242, 247, 0.5);
}

    .accordion-table tr.accordion-header th {
        padding-top: 24px;
        padding-bottom: 24px;
        font-weight: normal;
    }

        .accordion-table tr.accordion-header th:first-child {
            padding-left: 70px;
        }

        .accordion-table tr.accordion-header th:last-child {
            padding-right: 70px;
        }

.table.accordion-table tr td {
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 16px;
}

.accordion-table tr td:first-child {
    padding-left: 70px;
}

.accordion-table tr td span {
    display: block;
    max-width: 303px;
}

.panel .load-more-div a {
    margin-bottom: 32px;
    margin-left: 55px;
}
/* Normal List */
.normal-list {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.list-content-row {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid #f5f5f5;
}

    .list-content-row:hover {
        background-color: #f5f5f5;
        padding: .1px 0px 0px 0px;
    }

.list-content {
    margin-left: 70px;
    margin-right: 70px;
    padding-left: 30px;
    height: 120px;
    margin-top: 32px;
    margin-bottom: 15px;
}

.list-content-title {
    font-size: 16px;
}

.list-content.latest .list-content-title:after {
    content: 'Latest';
    color: #db7d0f;
    font-size: 14px;
    margin-left: 32px;
    font-weight: normal;
}

.list-content-details {
    font-size: 20px;
    font-weight: bold;
}

    .list-content-details a {
        color: black;
        line-height: 30px;
    }

.list-main-title {
    margin-bottom: 16px;
}

    .list-main-title span {
        color: #757575;
        display: block;
    }

.close_date_sign {
    color: #db7d0f;
    font-size: 14px;
    display: none;
}

.list-content.hasCloseDate .list-content-title span.close_date_sign {
    display: block;
}
/* Microsite listing layout */
.normal-list-micro {
    margin-top: 0;
}

.list-content-micro {
    height: 100%;
    margin-top: 16px;
    margin-bottom: 8px;
}

.list-content-details-micro {
    margin-top: 16px;
}
/* Sitemap */
.content-container.sitemap li {
    margin-top: 10px;
}

    .content-container.sitemap li.item {
        margin-top: 30px;
    }
/* Pop up modal */
#videoModal iframe {
    width: 100%;
    height: 100%;
    max-width: 700px;
}

.modal-dialog {
    height: 100%;
    max-height: 400px;
}

#closeVideoModal {
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
}
/* pagination */
.pagination > li:first-child > a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination > li:last-child > a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li > a {
    width: 40px;
    height: 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 0 16px;
    border: none;
    object-fit: contain;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #757575;
    padding: 5px;
}

    .pagination > .active > a, .pagination > li > a:focus, .pagination > li > span:focus {
        font-weight: bold;
        background-color: white;
        border-bottom: 4px solid #f78f1e;
        color: black;
    }

    .pagination > li > a.navbutton {
        width: 40px;
        height: 40px;
        align-items: center;
        background-color: white;
        box-shadow: 0 3px 8px 0 rgba(49, 49, 49, 0.2), 0 0 1px 0 rgba(239, 242, 247, 0.5);
        color: #f78f1e;
        opacity: 1;
        border: 1px solid #e7e7e7;
        text-shadow: none;
    }

    .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > span:hover {
        background-color: #f78f1e;
        color: white;
        border-bottom: 4px solid #f78f1e;
    }
/* Content and content sections */
.page-content a {
    color: #f78f1e;
}

    .page-content a:visited {
        color: #794513;
    }
/* Details/Article page types styling */
.article-header-img {
    min-height: 208px;
}

.side-menu {
    font-family: Roboto;
    width: 75%;
}

    .side-menu .side-menu-item {
        display: block;
        height: 140px;
        vertical-align: center;
        padding-top: 24px;
        padding-left: 24px;
        padding-bottom: 36px;
        padding-right: 30px;
        border-bottom: 1px solid #f5f5f5;
    }

.side-menu-item:hover {
    background-color: #f5f5f5;
}

.side-menu .active {
    background-color: #f5f5f5;
}

.side-menu .side-menu-wrapper {
}

.side-menu .menu-label {
    color: #757575;
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 6px;
}

.side-menu .menu-label-active {
    color: #db7d0f;
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 6px;
}

.side-menu .menu-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0;
    color: #000a12;
    object-fit: contain;
}

    .side-menu .menu-title > a {
        color: #000a12;
    }

.side-menu .menu-progress-bar {
    background-color: #f5f5f5;
    height: 4px;
}

    .side-menu .menu-progress-bar .bar {
        background-color: #f78f1e;
        height: 100%;
    }

.article-title {
    margin-bottom: 32px;
}

    .article-title h1 > a, h1 > a:active, h3 > a, h3 > a:active {
        color: black;
    }

.article-content {
    overflow-x: auto;
}

    .article-content > p {
        margin-bottom: 32px;
        line-height: 24px;
    }

    .article-content > blockquote {
        padding: 6px 8px 8px 24px;
        border-left: 3px solid #F78F1E;
        font-size: 20px;
        line-height: 32px;
    }

    .article-content a {
        color: #f78f1e;
    }

        .article-content a:visited {
            color: #794513;
        }

.panel-content-row > .article-content {
    margin-left: 70px;
    margin-right: 70px;
}

.accordion-item-inner .panel-content-row > .article-content {
    margin-left: 0;
    margin-right: 0;
}

.article-info > div {
    display: inline-block;
}

.article-info {
    margin-bottom: 30px;
}

    .article-info .info-tag {
        color: #db7d0f;
        font-size: 14px;
        line-height: 24px;
    }

    .article-info .info-separator {
        color: #778f9b;
        padding-left: 16px;
        padding-right: 16px;
    }

    .article-info .info-date {
        color: #757575;
        font-size: 14px;
        line-height: 24px;
    }

.article-share {
    display: block;
    height: 64px;
}

    .article-share > div {
        display: inline-block;
    }

    .article-share > hr {
        color: #dde2e8;
        width: 58%;
        float: left;
        height: 3px;
    }

    .article-share .share-icons {
        float: right;
        margin-top: 8px;
        cursor: pointer;
    }

        .article-share .share-icons > div {
            display: inline-block;
            margin-left: 24px;
        }

    .article-share .share-icon > a {
        color: #757575;
    }

    .article-share .share-label {
        color: #757575;
        font-size: 14px;
        line-height: 24px;
    }

.teaser-next {
    padding: 24px 6px;
}

    .teaser-next:hover {
        background-color: #f5f5f5;
    }

    .teaser-next > .article-title {
    }
/* Microsite and misc. details page related stuffs */
.side-nav {
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    width: 75%;
}

.side-nav-item {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;
    border-bottom: 2px solid #f5f5f5;
}

    .side-nav-item > a {
        color: #000a12;
    }

    .side-nav-item:hover {
        background-color: #f5f5f5;
    }

.side-nav .active {
    border-bottom: 2px solid #f78f1e;
}

.side-nav-child-item {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: normal;
    font-size: 16px;
    color: #757575;
}

    .side-nav-child-item > a {
        color: #757575;
    }

    .side-nav-child-item.active {
        font-weight: bold;
        font-size: 16px;
        color: #000a12;
        border-bottom: none;
    }

.profile-desc {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #212121;
}

.profile-title1 {
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #000a12;
}

.profile-summary1 {
    font-family: Roboto;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #757575;
}
/* Profile component classes */
.profile {
    margin-bottom: 32px;
    clear: both;
    position: relative;
}

.profile-heading {
    vertical-align: top;
    height: 100px;
}

    .profile-heading > img {
        float: left;
        margin-right: 20px;
    }

.profile-image {
    display: inline-block;
    float: left;
}

.profile-title {
}

.profile-title-text {
    display: block;
    padding-top: 8px;
    margin-right: 32px;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #000a12;
}

.profile-summary-text {
    display: block;
    margin-top: 8px;
    margin-right: 32px;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
}

.profile-content {
    margin-top: 32px;
    font-size: 18px;
    line-height: 24px;
    color: #212121;
    transition: all 0.2s ease-out;
}

.profile-heading > .profile-button {
    cursor: pointer;
    background-color: white;
    border: none;
    outline: none;
}

.profile-button {
    float: right;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 0;
}

    .profile-button > i {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .profile-button.active > i {
        color: #db7d0f;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        -o-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }
/* Search related stuffs */
/** Global Search Dialog **/
.search-modal-container {
}

.search-modal {
    display: block;
    background-color: #ffffff;
    position: relative;
    margin-top: 120px;
    margin-right: 70px;
    margin-left: 70px;
    min-height: 760px;
    border: 2px solid #f5f5f5;
    padding-left: 135px;
    padding-right: 135px;
}

.sm-close-btn {
    color: #f78f1e;
    position: absolute;
    top: 44px;
    right: 44px;
    cursor: pointer;
}

    .sm-close-btn > i {
        font-size: 40px;
    }

    .sm-close-btn:hover {
    }

.sm-title {
    margin-top: 94px;
}

.sm-input {
}

.sm-input-text {
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    border-bottom: 2px solid #f78f1e;
    width: 100%;
    padding: 22px 36px 22px 12px;
    margin-top: 12px;
    font-size: 20px;
}

.sm-input-search {
    color: #f78f1e;
    float: right;
    position: relative;
    right: 0;
    top: -50px;
}

    .sm-input-search > i {
        font-size: 32px;
    }

.sm-suggest {
    font-family: "Roboto";
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    z-index: 1000;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 3px 8px 0 rgba(49, 49, 49, 0.2), 0 0 1px 0 rgba(239, 242, 247, 0.5);
}

    .sm-suggest:hover {
        box-shadow: 0 12px 22px 0 rgba(49, 49, 49, 0.26), 0 0 1px 0 rgba(239, 242, 247, 0.4);
    }

    .sm-suggest .sm-suggest-item {
        cursor: pointer;
        width: 100%;
        display: block;
        padding: 16px 0 16px 0;
        font-size: 18px;
        text-decoration: none;
    }

        .sm-suggest .sm-suggest-item > a {
            color: #212121;
            margin-left: 6px;
            text-decoration: none;
        }

        .sm-suggest .sm-suggest-item:hover {
            background-color: #f5f5f5;
        }
/** Search Results **/
.search-input {
    margin-top: 28px;
    margin-left: 64px;
    margin-right: 64px;
}

.search-results {
    display: block;
}

.result-category {
    margin-top: 52px;
}

.result-category-header {
    margin-left: 114px;
    margin-right: 114px;
}

    .result-category-header > h3 {
        display: inline-block;
    }

    .result-category-header > span {
        display: inline-block;
        line-height: 24px;
        font-size: 16px;
        color: #757575;
        margin-left: 16px;
        position: relative;
        top: -16px;
    }

.result-category-list {
    margin-left: 16px;
    margin-right: 16px;
}

.result-item .hidden {
    display: none;
}

.result-category-summary {
    margin: 48px 64px 24px 64px;
    color: #757575;
    font-size: 16px;
    line-height: 24px;
}

.view-all-item {
    margin-top: 12px;
    margin-left: 100px;
    margin-right: 0;
    height: 60px;
}

    .view-all-item .hidden {
        display: none;
    }

.view-all-link a {
    color: #F78F1E;
}

    .view-all-link a:hover {
        color: #F78F1E;
    }

.view-all-link:after {
    content: '\f054';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: bold;
    padding-left: 10px;
    color: #F78F1E;
}

.result-category-empty {
    margin-right: 114px;
    margin-left: 114px;
}
/* Generic button */
.btn-generic {
    background-color: white;
    font-weight: bold;
    border: 1px solid #eee;
    height: 72px;
    width: 180px;
    font-size: 18px;
    box-shadow: 10px 10px 20px 1px darkgrey !important;
    transition: all 0.5s ease-in;
    color: #db7d0f;
    text-align: center;
    line-height: 72px;
    margin-bottom: 24px;
}

a.btn-generic:hover {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in;
    border: none;
}

.btn-generic:hover {
    transform: translateY(-10px);
    transition: all 0.5s ease-in;
}

span.btn-generic {
    cursor: pointer;
}
/* Chart */
.chart-tooltip {
    position: absolute;
    display: none;
    min-width: 80px;
    height: auto;
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #6F257F;
    padding: 14px;
    text-align: center;
}

.chart-svg {
    padding-top: 10px;
}

.dropdown {
    display: inline-block;
    padding: 15px 0px
}

.dropdown-toggle {
    /*border-bottom: 2px solid transparent;*/
}

.dropdown-generic {
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    border-bottom: 2px solid #f78f1e;
    border-radius: 4px 4px 0 0;
    padding: 22px 36px 22px 6px;
    margin-top: 16px;
    font-size: 20px;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

    .dropdown-generic:hover, .dropdown-item:hover {
        background-color: rgb(245, 245, 245); /* #f5f5f5 */
    }

.dropdown-item > a {
    display: block;
    padding: 16px 0 16px 0;
    margin-left: 6px;
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

.dropdown-arrow {
    color: #f78f1e;
    font-weight: bold;
    z-index: 10;
    position: relative;
    float: right;
    right: -32px;
}

.chart-category-selector {
    width: 400px;
}

    .chart-category-selector > div {
        width: 100%;
    }

.chart-category {
    margin-bottom: 32px;
}

.chart-modes {
    text-align: right;
    margin-bottom: 32px;
}

.chart-mode-selector {
    width: 180px;
    text-align: left;
}

    .chart-mode-selector > div {
        width: 100%;
    }

.chart-legends {
}

.chart-legend {
    display: inline-block;
    margin-left: 50px;
}

.legend-color {
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 12px;
}

.legend-label {
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: black;
    display: contents;
}

.chart-wrapper {
    display: none;
}

.charts {
    padding-top: 50px;
    display: block;
}

.chart-tables {
    padding-top: 50px;
}

.chart-table-wrapper {
    /*padding-top: 32px;*/
}

.chart-table {
    display: none;
}

.chart-table-cell {
}

.displayed {
    display: block;
}

    .displayed table {
        margin-top: 12px;
    }

.chart-table table {
    width: 100%;
}

.chart-table .table-title {
    font-weight: bold;
}

.chart-table table thead tr {
    height: 60px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #9e9e9e;
    box-shadow: 0 2px 4px 0 rgba(49, 49, 49, 0.12), 0 0 1px 0 rgba(239, 242, 247, 0.5);
    border: solid 0.5px transparent;
    font-weight: normal;
}

.chart-table table tbody tr {
    border-bottom: solid 1px #e7e7e7;
}

    .chart-table table tbody tr:nth-child(even) {
        background-color: #f5f5f5;
    }

    .chart-table table tbody tr td {
        padding: 22px 8px 22px 0;
        vertical-align: top;
        color: #212121;
        font-size: 16px;
    }

.chart-table table tfoot tr td {
    padding: 32px 0;
    vertical-align: top;
    color: #757575;
    font-size: 14px;
    line-height: 1.71;
}

    .chart-table table tfoot tr td p {
        max-width: 798px;
    }
/* Primary menu search button */
.navbar-nav {
    display: block;
    width: 105%;
}

.primary-search-container {
}

    .primary-search-container .active {
        margin-bottom: 12px;
        display: block;
    }

.primary-search {
    cursor: pointer;
    font-size: 16px;
    display: none;
}

    .primary-search > a {
        color: black;
    }

.search-form {
    /*margin-left: 100px;*/
    /*margin-right: 100px;*/
}

.employee-profile {
    margin: 46px 0;
}

.employee-photo {
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center;
    display: block;
    margin-bottom: 48px;
    box-shadow: 10px 10px 20px -5px darkgrey !important;
}

.employee-name {
    margin: 32px 0 32px 32px;
}

.employee-title {
    display: block;
    margin: 8px 0;
    font-size: 20px;
    line-height: 24px;
    color: #757575;
}

.employee-biography {
}

.accordion-load-more {
    margin: 32px 0 32px 70px;
    height: 60px;
}

.accordion-load-more-inner {
    margin: 32px 0 32px 4px;
    height: 60px;
}

    .accordion-load-more .hidden, .accordion-load-more-inner .hidden {
        display: none;
    }

.accordion-button .hidden, .panel .hidden {
    display: none;
}
/* Timeline */
.tl-item-date {
    font-size: 14px;
    color: #f78f1e;
    padding: 4px 22px;
    margin-bottom: 20px;
}

.tl-date-selected {
    background-color: #f78f1e;
    color: white;
}

/* General table styling */
.responsive-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 18px;
}
    .responsive-table th, .responsive-table td {
        padding: 8px;
        text-align: left;
    }
    .responsive-table img {
        max-width: 180px;
        max-height: 180px;
        height: auto; 
    }

/* Language switcher */
.language-selector {
    font-size: 14px;
}

    .language-selector > span, .language-selector-side > span {
        margin-right: 12px;
    }

.language-selector-side {
    font-size: 18px;
    padding-left: 24px;
    padding-top: 22px;
}
/* Maintenance and other status code pages */
.maintenance-container {
    margin-top: 40px;
}

.maintenance {
    margin-left: 10px;
    margin-top: 90px;
}

.status-code {
    font-weight: bold;
    color: black;
}

.status-title {
    color: #757575;
    margin-left: 24px;
}

.status-summary {
    color: #212121;
    margin-top: 32px;
}

.status-desc {
    color: #757575;
    margin-top: 12px;
}

.status-button {
    margin-top: 32px;
}
/* SG gov masthead */
.masthead {
    background-color: #f0f0f0;
    font-size: 14px;
    display: block;
    z-index: 100000;
    padding: 0 146px;
}

    .masthead .masthead-link {
        color: black;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
    }

    .masthead .masthead-text {
        margin-left: 2px;
    }
/* 26.07.2019 Update of Footer Bottom */
.show-mobile .copyright, .show-mobile div {
    margin-bottom: 16px;
}
/* 21.10.2019 Update two coloumn layout for INDUSTRIES */
.column-two-layout {
    float: left;
    width: 50%;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
/* Clear floats after the columns */
.row-two-layout {
    width: 120%;
    content: "";
    display: table;
    clear: both;
}

.img-two-layout {
    width: 100%;
    height: auto;
}
/*24.08.2020 Bootstrap Update*/
.dropdown-toggle::after {
    content: none;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
    margin-top: -30px;
}

.navbar .container {
    -ms-flex-align: unset;
    align-items: unset;
}

.dropdown-menu.show {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: unset;
    align-items: unset;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transform: none !important;
    top: none !important;
}

.flip {
    flex-direction: row-reverse;
}

.blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.row-1 {
    margin-right: 15px;
    margin-left: 15px;
}

.indicator-1 {
    display: -ms-unset;
    display: unset;
    margin-right: 0;
    margin-left: 0;
}

.carousel-item.active.fix {
    display: flex;
}

i.material-icons.playBtn {
    display: block;
    position: absolute;
    left: calc(42%);
    top: calc(50% - 20px);
    font-size: 40px;
    color: white;
}

.hidden {
    display: none !important;
}

.pagination i.material-icons {
    line-height: 1.5 !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline-flex;
    }

.filter-footer {
    border-bottom: 1px solid #f78f1e;
    padding: 13px;
}

div #videoCarousel {
    margin-right: 10%;
}

.fx-dropdown {
    top: unset !important;
}
/* Mobile */
.content-indicator {
    padding: 15px 15px 15px 15px;
}

.content-col {
    display: flex;
}

.show-mobile div {
    margin-bottom: 16px !important;
}

.mobile-nav nav .container-fluid {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    display: block !important;
}

@media screen and (max-width: 767px) {

    #videoCarousel .carouselControl {
        width: 100% !important;
    }

    div #videoCarousel {
        margin-right: 0% !important;
    }
}

@media screen and (max-width: 767px) {
    .charts {
        display: contents !important;
    }

    .filter-footer {
        border-bottom: none !important;
    }
}

.carousel-item {
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
}

.carousel-item-right {
    display: flex !important;
}

.carousel-item-left {
    display: flex !important;
}

.hide {
    display: none !important;
}
/*Chabot remove*/
.LandbotLauncher {
    display: none !important;
}
/** for background image printing*/
* {
    -webkit-print-color-adjust: exact; /* Chrome, Safari, Edge */
    color-adjust: exact; /*Firefox*/
}

@media screen and (max-width: 767px) {
    .small-title-mobile {
        width: calc(100% - 65px);
        font-size: 1.3em;
    }
}
/** Media Gallery Carousel*/
#MediaGalleryCarouselImage .modal-header {
    border: none;
    padding-bottom: 0px;
}

#MediaGalleryCarouselImage #carouselImage {
    max-width: 100%;
    height: calc(100% - 40px);
    max-height: calc(100% - 40px);
    width: auto;
}

.full_modal-dialog {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 10px !important;
    margin: 0px;
}

.full_modal-content {
    height: 99% !important;
    min-height: 99% !important;
    max-height: 99% !important;
}

    .full_modal-content .modal-body {
        max-width: 100%;
        max-height: calc(100% - 40px);
        width: auto;
        height: calc(100% - 40px);
        margin: auto;
    }

@media screen and (max-width: 767px) {

    .full_modal-dialog {
        height: auto !important;
        min-height: auto !important;
    }

    #MediaGalleryCarouselImage #carouselImage {
        height: auto;
        width: 100%;
    }
}
