﻿/******************************************************************************************
Website: Transdev Australasia
Author: Jessica Gunawardana

Transdev Australasia Colours:
Red: #ed1c24;
Dark Grey: #646973;
******************************************************************************************/
html,
body {
    /*margin: 0;
    padding: 0;*/
    height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-top: 83px;
    letter-spacing: 1px;
    color: #646973;
    background-color: #f4f4f4;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 15px;
    letter-spacing: 1px;
}

h1,
.h1 {
    font-size: 72px;
    font-weight: 300;
    line-height: 76px;
    color: #646973;
}

h2,
.h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    color: #646973;
}

h3,
.h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    color: #646973;
}

h4,
.h4 {
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
    color: #ed1c24;
}

h5,
.h5 {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    /*text-transform: uppercase;*/
    color: #1e1f22;
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ed1c24;
}

.grey {
    color: #646973 !important;
}

.red {
    color: #ed1c24 !important;
}

p {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
    color: #646973;
}

    p.lead {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 20px;
    }

img {
    border: none;
    max-width: 100%;
    height: auto;
}

.center-img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

.left-img {
    margin: 0 auto;
    text-align: left;
    display: block;
}

.right-img {
    margin: 0 auto;
    text-align: left;
    display: block;
}

a,
a:visited {
    color: #ed1c24;
}

    a:hover,
    a:focus {
        text-decoration: none;
        color: #ed1c24;
    }

    a:focus {
        outline: none;
        outline: inherit;
    }

p a,
p a:visited {
    background-image: url(./Images/dot-line-red.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    text-decoration: none;
}

    p a:hover,
    p a:focus {
        background-image: none;
        text-decoration: none;
    }

p.info {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 50px;
}

ul.nav li a {
    cursor: pointer;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #ed1c24;
    font-weight: inherit;
    background-color: transparent;
}

.col-md-5 img {
    width: 100%;
}

div#SliderContent {
    min-height: 123px;
    padding-top: 60px;
    padding-bottom: 60px;
}

#contact div#SliderContent {
    padding-bottom: 0px;
}

/*.footer {
    padding-top: 40px;
}*/


/*************************** SCROLL UP ***************************/
#scrollUp {
    bottom: 20px;
    right: 20px;
    background: rgb(100, 105, 115);
    color: #fff;
    color: transparent;
    font-size: 12px;
    font-family: sans-serif;
    text-decoration: none;
    height: 65px;
    width: 65px;
    padding: 10px 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background 200ms linear;
    -moz-transition: background 200ms linear;
    transition: background 200ms linear;
    opacity: .7;
}

    #scrollUp:after {
        content: '';
        background-image: url(./Images/back-to-top.png);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        display: block;
        top: 0;
        margin: 0 auto;
        left: 0;
        width: 65px;
        height: 65px;
        opacity: 1;
    }


/*************************** STRUCTURE ***************************/
.gap-bottom,
.container-fluid.gap-bottom,
.container.gap-bottom,
.container-fluid:nth-of-type(2).gap-bottom {
    margin-bottom: 60px;
}

.grid-section > div.container:first-of-type, .grid-section > div.container:nth-of-type(2) {
    margin-top: 60px;
}

.gap-bottom .row,
.container-fluid.gap-bottom .row,
.container.gap-bottom .row,
.container-fluid:nth-of-type(2).gap-bottom .row{
    padding-bottom: 0;
}

#SliderContent .row {
    padding-top: 30px;
    padding-bottom: 30px;
}

#SliderContent .row:first-of-type {
    padding-top: 0;
}

#SliderContent .gap-bottom .row {
    padding-bottom: 0px !important;
}

/****************************** HOME ******************************/
.transdev-modes {
    float: left;
    margin: 0 0 0 -10px;
    padding: 0;
}

    .transdev-modes li.mode {
        list-style-type: none;
        float: left;
        margin-right: 10px;
    }

        .transdev-modes li.mode i {
            font-size: 40px;
            font-weight: 400;
            color: #eef2f8;
        }

.active i.btn-home {
    background-image: url(./Images/home-btn.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
}

i.btn-home {
    background-image: url(./Images/home-btn-grey.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
}

.tile {
    height: 295px;
    overflow: hidden;
    position: relative;
}

    .tile .tile-image-img {
        width: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

    .tile:hover .tile-image-img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }

.darken {
    background-color: black;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s ease;
}

.tile:hover .darken .tile-colour-bg {
    opacity: .8;
}

.tile-image {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.tile-image-wrap:hover .tile-title {
    color: #fff;
}

.tile-link {
    display: block;
    height: 100%;
}

.tile-image .tile-title {
    top: 0;
    color: #fff;
    width: auto;
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
    padding: 0;
    left: 0;
    margin: 0 auto;
    right: auto;
}

    .tile-image .tile-title h3::after {
        position: absolute;
        left: 0;
        right: 0;
        margin: 6px auto;
        content: '';
        height: 1px;
        background-color: rgb(255, 255, 255);
        opacity: 0.4;
        transition: all 0.5s linear;
        width: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.tile-image:hover .tile-title h3::after {
    width: 104px;
    left: 0;
    right: 0;
    margin: 6px auto;
    background-color: rgb(255, 255, 255);
}

.tile-image .tile-title h3 {
    left: auto;
    margin: 0 auto;
    right: auto;
    margin: 0;
    line-height: normal;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center !important;
}

.tile-image img {
    width: 77px !important;
    bottom: 7px;
    position: absolute;
    right: 11px;
}

    /**** TILE W/BTN ****/
    .tile:hover .button-tile .tile-image-img {
        /*-webkit-transform: none;
        -ms-transform: none;
        transform: none;*/
        cursor: default;
    }

    .button-tile.tile-link-wrap {
        cursor: default;
    }

    .tile-image .tile-title .button-wrap {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .tile-image .tile-title > .button-wrap > h3 {
            display: block !important;
            text-align: center !important;
            margin-bottom: 10px;
        }

        .tile-image .tile-title > .button-wrap > h3:after {
            display: none;
        }

        .tile-image .tile-title .button-wrap a {
            background: #fff;
            color: #ed1c24;
            font-size: 16px;
            font-weight: 500;
            border-radius: 33px;
            padding: 9px 22px;
            border-color: #fff;
            border-style: solid;
            border-width: 1px;
            -webkit-transition: background 0.2s linear;
            -moz-transition: background 0.2s linear;
            -o-transition: background 0.2s linear;
            transition: background 0.2s linear;
            height: 44px;
        }

            .tile-image .tile-title .button-wrap a:hover,
            .tile-image .tile-title .button-wrap a:active,
            .tile-image .tile-title .button-wrap a:focus {
                background: #ed1c24;
                color: #fff;
            }

                .tile-image .tile-title .button-wrap a:hover i.icon-arrow-dot-right,
                .tile-image .tile-title .button-wrap a:active i.icon-arrow-dot-right,
                .tile-image .tile-title .button-wrap a:focus i.icon-arrow-dot-right {
                    color: #fff;
                }

        .tile-image .tile-title .button-wrap a i {
            font-size: 12px;
            width: 20px;
            height: 20px;
        }

            .tile-image .tile-title .button-wrap a i.icon-arrow-dot-right:before {
                margin-top: -5px !important;
            }

.container-fluid:nth-of-type(2) {
    padding: 0;
    background-color: white;
    /*margin-bottom: 60px;*/
}

    .container-fluid:nth-of-type(2)::after {
        width: 1000px;
    }

.container-fluid.key-figures.grey + .container-fluid {
    padding-top: 60px;
}

/**** VIDEO TILE ****/
.videoModal img {
    width: 100%;
}

.video-icon {
    width: 65px !important;
    height: 60px;
    bottom: 50px;
    position: absolute;
    left: 10px;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(./Images/video-icon.png);
    background-position: 0 0;
}

.modaal-video-wrap {
    max-width: 1300px;
    position: relative;
    width: auto;
    margin: 0 auto !important;
}



/****************************** MAP ******************************/
.map-container {
    background-color: #abbfdd;
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

    .map-container h1 {
        font-size: 38px;
        font-weight: 300;
        line-height: 48px;
        padding-top: 148px;
        margin-bottom: 30px;
        color: #f8f9fc;
        letter-spacing: 1px;
    }

.map-wrapper.col-md-12 {
    padding: 0;
}

.map-wrapper>.row {
    padding-bottom: 0;
}

.map-container img {
    float: right;
    overflow: hidden;
    margin-top: 62px;
    width: 734px;
}

.map {
    position: absolute;
}

.hot-spot {
    background-image: url(./Images/pin-normal.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 51px 81px;
    width: 51px;
    height: 81px;
    position: absolute;
}

    .hot-spot.vic {
        background-image: url("./Images/pin-mobility-man-normal.png");
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 51px;
        height: 81px;
        position: absolute;
    }

        .hot-spot.vic:hover {
            background-image: url(./Images/pin-mobility-man-large.png);
            width: 51px;
            height: 81px;
            position: absolute;
            cursor: pointer;
        }

    .hot-spot.auk {
        z-index: 3;
    }


    .hot-spot.wel {
        z-index: 4;
    }


    .hot-spot:hover {
        background-image: url(./Images/pin-normal-large.png);
        width: 51px;
        height: 81px;
        position: absolute;
        cursor: pointer;
    }

.speech-bubble {
    position: absolute;
    width: 170px;
    background-color: transparent;
    border-radius: 4px;
    text-align: center;
    display: none;
    z-index: 2;
}

    .speech-bubble h1,
    .speech-bubble h4 {
        font-size: 20px;
        margin-top: 12px;
        color: #ffffff;
        font-weight: 200;
    }

    .speech-bubble h4 {
        font-size: 26px;
        text-transform: uppercase;
    }

    .speech-bubble p {
        margin-top: 4px;
        margin-bottom: 12px;
        font-style: italic;
        color: #888888;
    }

        .speech-bubble p > i {
            margin-top: 4px;
            margin-bottom: 12px;
            margin-right: 0px;
            color: #ffffff;
            font-size: 40px;
            font-weight: 400;
        }

/** MAP MODAL **/
.modaal-overlay {
    z-index: 9997;
}
.modaal-content-container .map-container .row [class*='col-']:first-child {
    display: none;
}

.modaal-content-container {
    padding: 0;
}

    .modaal-content-container .map-container .map {
        display: table;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0px 0 0 150px;
    }

    .content .modaal-content-container:before {
        content: 'Choose your Location';
        color: #646973;
        background-color: #f4f4f4;
        font-weight: 200;
        font-size: 42px;
        text-align: center;
        margin: 0 auto;
        display: block;
        padding: 30px;
    }


    body#corporate>.modaal-overlay {
        display: none;
    }

body#corporate > .modaal-wrapper > .modaal-outer-wrapper > .modaal-inner-wrapper{
    background: rgba(0, 0, 0, 0.2);
}

.modal-header.mode-header {
    color: #646973;
    background-color: #f4f4f4;
    font-weight: 200;
    font-size: 38px;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 30px;
    border: none;
}

.modaal-close {
    position: fixed;
    right: 62px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
}

.modaal-wrapper .modaal-close {
    background: #e8e9ea !important;
}

/*.modaal-close:after, .modaal-close:before {
    
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
    
}*/

.modaal-wrapper .modaal-close {
    padding: 0 15px 0 15px;
    margin: 0;
    top: 0;
    border-radius: 0;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
}

a.modalClose {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    background-color: transparent;
    width: 50px;
    height: 50px;
}

a.modalClose i {
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    position: absolute;
    position: absolute;
    padding-top: 10px;
    font-size: 26px;
    color: #646973;
    width: 100%;
    transition: background 0.2s ease-in-out;
}

a.modalClose:hover, a.modalClose:focus, a.modalClose:active, a.modalClose:hover i, a.modalClose:focus, i a.modalClose:active i {
    outline: none;
    background-color: #e8e9ea;
    cursor: pointer;
    color: #D6030D;
}

/** CHOOSE YOUR LOCATION MODAL **/
.mode-options {
    padding: 20px;
    text-align: center;
    width: 100%;
}

.mode-option {
    display: inline-block;
    border: 1px solid #f4f4f4;
    height: 240px;
    margin: 20px 10px;
    text-align: center;
    vertical-align: top;
    width: 25%;
}

    .mode-option > a {
        padding: 16px;
        height: 240px;
        display: block;
    }

        .mode-option > a > i {
            font-size: 90px;
            color: #6993cd;
        }

        .mode-option > a:hover {
            background-color: #f4f4f4;
        }

            .mode-option > a:hover > i {
                color: #ed1c24;
            }

    .mode-option h6 {
        font-size: 18px;
        font-weight: 300;
        color: #646973;
    }


/****************************** KEY FIGURES (STATS) ******************************/
.container-fluid.key-figures-grey,
.container-fluid.key-figures {
    margin-top: -60px;
    margin-bottom: 60px;
}

.container-fluid.gap-bottom>.container>.row>.col-md-4 {
    width: 33.33333333%;
    float: left;
}

.key-figure {
    padding: 56px 15px;
    float: left;
    color: #fff;
    width: auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    display: -ms-flexbox;
    -ms-flex-align: center;
}

    .key-figure > div {
        float: left;
        display: table;
        height: 35px;
    }

    .key-figure.col-md-4:nth-of-type(2) > div {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .key-figure .icon {
        float: left;
        background-color: #87a0b4;
        border-radius: 50%;
        margin-right: 18px;
        height: 72px;
        width: 72px;
    }

    .key-figure img {
        height: auto;
        display: block;
        margin: 9px auto;
        width: 53px;
    }

.key-fig-desc {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.key-figure h2 {
    float: left;
    font-size: 42px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    color: #87a0b4;
    text-transform: uppercase;
}

.key-figure h4 {
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 17px;
    margin: 0 auto;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #646973;
    width: 175px;
    height: inherit;
    vertical-align: middle;
    display: flex;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
}


/****************************** BODY CONTENT ******************************/

body#about,
body#careers,
body#thank-you,
body#careers .footer,
body#expertise .footer,
body#operations .footer,
body#promise .footer {
    background-color: #fff;
}

/*#SliderContent > .umb-grid > .grid-section > div.container {
    margin-top: 60px;
}*/

    #SliderContent > .umb-grid > .grid-section > div.container ~ .container {
        margin-top: 0px;
    }

body#careers .container-fluid,
body#expertise .container-fluid,
body#about .container-fluid {
    background-color: #f4f4f4;
}

#sliderPage {
    background-color: #fff;
}

#SliderContent h1 {
    font-size: 46px;
    color: #646973;
    text-align: center;
    font-weight: 400;
}

#SliderContent .recruitment-img img {
    margin: 40px auto;
    text-align: center;
    display: block;
}

#SliderContent .footer {
    background-color: #fff !important;
}

/***** Careers Tile *****/
#careers #SliderContent .row {
    padding-top: 0;
    padding-bottom: 0;
}

#careers .tile.tile-image.tile_center-center {
    height: 100% !important;
}

#careers #sliderPage .tile-image .tile-title h3 {
    left: auto;
    right: auto;
    line-height: normal;
    color: #fff;
    height: 100%;
    text-align: center;
    /*display: block;*/
    text-transform: uppercase;
    font-size: 26px;
    width: 260px;
    /*padding-top: 114px;*/
    top: 0;
    margin: 0 auto;
}

/********************************* FOOTER *********************************/
.footer>.container>.row {
    padding-bottom: 0;
}

.footer > .container > .row > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.footer-content {
    background-color: #646973;
    color: #fff;
    height: auto;
    padding-bottom: 40px;
}

    .footer-content .container .row {
        margin-top: 40px;
        padding-bottom: 0;
    }

    .footer-content ul {
        list-style: none;
        margin-top: 0;
        padding: 0;
    }

.footer-bg {
    background-image: url(./Images/cityscape.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
    height: 170px;
    bottom: 0;
    background-size: contain;
}

.footer-logo {
    margin-top: 20px;
    line-height: 24px;
}

    .footer-logo img {
        width: 148px;
        height: auto;
    }

.copyright {
    font-size: 14px;
    color: #ffffff;
    margin-top: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}

#social-links li {
    display: inline;
    list-style-type: none;
    float: left;
}

    #social-links li a {
        display: inline;
        float: left;
        color: #ffffff;
    }

    #social-links li:nth-of-type(even) {
        padding-left: 20px;
        padding-right: 20px;
    }

    #social-links li a:hover,
    #social-links li a:focus,
    #social-links li a:active {
        background-color: #fff;
        color: #646973;
    }

.social-border {
    font-size: 20px;
    color: rgb(255, 255, 255);
    z-index: 32;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

    .social-border i {
        font-size: 16px;
        z-index: 34;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.footer-heading {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 21px;
}

#footer-values ul {
    list-style: none;
    margin-top: 0;
    padding: 0;
}

#footer-values li {
    display: inline;
    list-style-type: none;
    float: left;
}

    #footer-values li:nth-of-type(even) {
        padding-left: 16px;
        padding-right: 16px;
    }

#footer-values i {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
}

    #footer-values i.performance {
        background-image: url(./Images/performance.png);
    }

    #footer-values i.committment {
        background-image: url(./Images/committment.png);
    }

    #footer-values i.partnership {
        background-image: url(./Images/partnership.png);
    }

    #footer-values i.passion {
        background-image: url(./Images/passion.png);
    }

    #footer-values i.safety {
        background-image: url(./Images/safety.png);
    }

#footer-links ul {
    margin-top: -3px;
}

#footer-links li {
    line-height: 0;
    margin-bottom: 9px;
}

    #footer-links li a {
        font-size: 12px;
        color: #ffffff;
        line-height: 14px;
    }

        #footer-links li a:hover,
        #footer-links li a:focus {
            color: #ffffff;
            text-decoration: underline;
        }

/*** NO GUTTERS ***/
.col-pad .row {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 8px !important;
}

    .col-pad .row [class*='col-']:not(:first-child),
    .col-pad .row [class*='col-']:not(:last-child) {
        padding-right: 4px;
        padding-left: 4px;
    }

    .col-pad .row > div[class^="col-"]:first-child {
        padding-left: 0 !important;
    }

    .col-pad .row > div[class^="col-"]:last-child {
        padding-right: 0 !important;
    }

.mobile-title {
    margin: 0 auto;
    margin: 0;
    height: 100%;
    width: 100%;
}

    .mobile-title img {
        float: left;
        display: block;
    }

    .mobile-title h3 {
        font-weight: 400;
        display: inline-block;
        text-transform: uppercase;
    }

.mobile-content {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.home-banner {
    padding: 0;
    height: 235px;
    overflow: hidden;
}

    .home-banner .home-banner-img {
        background-position: 100% 37%;
        background-size: cover;
        background-repeat: no-repeat;
    }


/*** modal popup mobile content ***/
.mobile-map-content {
    padding: 0;
}

    .mobile-map-content .open > .dropdown-menu {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

span.caret {
    text-align: right;
    float: right;
    margin: 10px 5px;
}

.btn-collapse {
    background: #ED1C24;
    border-bottom: 1px solid white;
    color: #fff !important;
    padding: 10px;
    margin: 0;
    line-height: 30px !important;
    font-size: 20px !important;
    font-weight: 400;
    width: 100%;
    border-left: none;
    border-right: none;
    border-top: none;
    font-family: inherit !important;
    text-align: left;
    cursor: pointer;
}

#mobile-map-content ul.location-list,
ul.location-header {
    float: left;
    text-align: left;
    padding: 0;
    width: 100% !important;
    list-style: none;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    background-color: #f4f4f4;
    color: #e8e9ea;
}

    #mobile-map-content ul.location-list h2 {
        background: #646973;
        color: #fff;
        padding: 10px;
        margin: 0;
        line-height: 30px;
        font-size: 20px;
        font-weight: 400;
    }

    #mobile-map-content ul.location-list .location-states,
    ul.location-header .location-states {
        margin: 10px 10px;
        width: 100%;
        background-color: #fff;
        color: #646973;
        text-transform: capitalize;
        margin: 0;
        padding: 0;
        font-weight: 400;
    }

        #mobile-map-content ul.location-list .location-states:not(:first-of-type) {
            border-top: 2px solid #e8e9ea;
        }

        #mobile-map-content ul.location-list .location-states:first-of-type {
            border-top: none !important;
        }

        #mobile-map-content ul.location-list .location-states:last-of-type {
            border-bottom: 2px solid #e8e9ea;
        }


        #mobile-map-content ul.location-list .location-states a {
            color: #646973;
        }

    #mobile-map-content ul.location-list li.location-states .dropdown-menu {
        margin-top: 0px;
        background-color: rgb(191, 191, 191);
        font-size: 16px;
        text-align: left;
        padding: 0px 0px;
        width: 100%;
        border: none;
        position: relative;
        list-style: none;
        box-shadow: none;
        border-radius: 0;
    }

        #mobile-map-content ul.location-list li.location-states .dropdown-menu a {
            color: #646973;
            text-decoration: none;
            background-color: #e8e9ea;
            padding: 14px 11px;
            font-size: 16px;
            font-weight: 400;
            text-transform: capitalize;
            padding-left: 30px;
        }

            #mobile-map-content ul.location-list li.location-states .dropdown-menu a:hover,
            #mobile-map-content ul.location-list li.location-states .dropdown-menu a:focus,
            #mobile-map-content ul.location-list li.location-states .dropdown-menu a:active {
                background-color: rgba(100, 105, 115, 0);
            }

    #mobile-map-content ul.location-list .dropdown span.caret,
    ul.location-header .location-states .btn-collapse span.caret {
        -webkit-appearance: none;
        -moz-appearance: none;
        user-select: none;
        display: none;
    }

    #mobile-map-content ul.location-list li a::after {
        float: right;
        font-family: FontAwesome;
        content: "\f107";
        display: inline-block;
        margin: 0px auto;
        font-size: 25px;
        transform: rotate(-90deg);
        transition: all 0.3s ease-in-out;
        color: #87a0b4;
    }

    ul.location-header li a::after {
        float: right;
        font-family: FontAwesome;
        content: "\f107";
        display: inline-block;
        margin: 0px auto;
        font-size: 25px;
        transform: rotate(-90deg);
        transition: all 0.3s ease-in-out;
        color: #fff;
    }

.navbar-nav.location-header .btn-collapse.collapsed::after {
    transform: rotate(-90deg);
    transition: all 0.3s ease-in-out;
}

#mobile-map-content ul.location-list .dropdown .dropdown-toggle::after,
.navbar-nav.location-header .btn-collapse {
    float: right;
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin: 0px auto;
    font-size: 25px;
    transition: all 0.3s ease-in-out;
    color: #87a0b4;
}

    .navbar-nav.location-header .btn-collapse::after {
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

#mobile-map-content .navbar-nav > .open > .dropdown-toggle::after {
    transform: rotate(-180deg);
    transition: all 0.3s ease-in-out;
}

#mobile-map-content .nav.navbar-nav .open > a, #mobile-map-content .nav.navbar-nav .open > a:focus, #mobile-map-content .nav.navbar-nav .open > a:hover {
    background-color: #fff;
    color: #646973;
    border-bottom: 2px solid #e8e9ea;
}

/*************** NEWS ******************/
body#news {
    background-color: #fff;
    overflow-x: hidden;
}

    #SliderContent.awards-conferences {
        padding-top: 0;
    }


.news-description {
    color: rgb(100, 105, 115);
    padding-bottom: 10px;
}

h6.news-header {
    color: rgb(100, 105, 115);
    line-height: 1.167;
    font-weight: 500;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 5px;
}

span.download-size {
    font-size: 13px;
    color: rgb(100, 105, 115);
    line-height: 3.5em;
    cursor: default;
}

.hyperlink {
    background-image: url(./Images/dot-line-red.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    text-decoration: none;
    color: #ed1c24;
}

    .hyperlink:hover, .hyperlink:focus {
        background-image: none;
        text-decoration: none;
        color: #ed1c24;
    }

.hyperlink-grey {
    background-image: url(./Images/dot-line-grey.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    text-decoration: none;
    color: #646973;
}

    .hyperlink-grey:hover, .hyperlink-greyk:focus {
        background-image: none;
        text-decoration: none;
        color: #646973;
    }

p.sub-header {
    font-size: 19px;
    color: rgb(100, 105, 115);
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
}

h4.news-year {
    color: #646973;
    font-weight: 600;
}

.news-header-search input.search-keyword {
    background-color: #F4F4F4;
    font-size: 18px;
    height: 44px;
    color: #646973 !important;
    padding: 0 25px;
    border: none;
    border-radius: 33px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.news-header-search button i {
    font-size: 16px;
    color: #ed1c24;
    background-color: #fff;
    border-radius: 50%;
    padding: 0px 0px;
    font-size: 12px;
    margin: 5px;
    float: right;
    position: relative;
    display: inline-block;
}


.news-header-search button.btn-news {
    background-color: #ed1c24;
    float: right;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    border: none;
    padding: 0;
    margin: 0px 0px;
    color: #fff;
    position: absolute;
    height: 44px;
    padding: 0px 10px;
    display: inline-block;
    border: none;
    border-radius: 33px;
    position: relative;
    width: 100%;
    z-index: 1;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

    .news-header-search button.btn-news:hover,
    .news-header-search button.btn-news:active {
        background-color: #bc181e;
    }

.news-category {
    background-color: #F4F4F4;
    font-size: 18px;
    height: 44px;
    padding: 0 25px;
    color: #646973 !important;
    border: none;
    border-radius: 33px;
    position: relative;
    width: 100%;
    z-index: 1;
    border: none;
    background-image: url(./Images/select-icon.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 24px;
}

.btn-download {
    background-color: #87a0b4;
    font-size: 14px;
    height: 44px;
    color: #fff !important;
    padding: 10px 26px;
    line-height: 1.5;
    border: none;
    font-weight: 600;
    border-radius: 33px;
    width: 165px;
    position: relative;
}

    .btn-download i {
        margin-left: 5px;
    }

.btn-more {
    background-color: #ed1c24;
    float: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0px 0px;
    color: #fff !important;
    font-size: 16px;
    height: 38px;
    padding: 0px 10px;
    display: inline-block;
    border: none;
    border-radius: 33px;
    position: relative;
    width: 170px;
    z-index: 1;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}

    .btn-more i {
        color: #ed1c24;
        background-color: #fff;
        border-radius: 50%;
        padding: 0px 0px;
        font-size: 12px;
        margin: 3px 5px;
        height: 20px;
        width: 20px;
        float: right;
        position: relative;
        display: inline-block;
        transform: rotate(90deg);
    }

    .btn-more:hover,
    .btn-more:active {
        background-color: #bc181e;
    }


.center-text {
    text-align: center;
}

.listings .col-md-4 {
    padding-right: 0;
}

.panel.panel-default:last-of-type .news-header-search input.search-keyword {
    background-color: #fff;
}

.panel.panel-default:last-of-type .news-category {
    background-color: #fff;
    background-image: url(./Images/select-icon-invert.png);
}

.panel.panel-default:last-of-type .news-header-search.form-group {
    border-bottom: 1px solid #dfdfe1;
}

.awards-conferences .panel-group .panel-collapse.in .listings .row {
    padding-bottom: 15px;
}

/******** SEARCH RESULTS ********/
body#search-results {
    background-color: #fff;
}

.search-results-header.banner-img,
.banner-img {
    height: 400px;
    max-height: inherit;
}

    .search-results-header.banner-img div,
    .banner-img div {
        width: 100%;
        background-size: cover;
        background-position: 100% 100%;
        height: 100%;
    }

.search-results-header {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    height: 399px;
    max-height: 400px;
}

#search-results form {
    padding-bottom: 20px;
}

.search-results-header h2 {
    position: absolute;
    color: #FFF;
    font-weight: 200;
    font-size: 70px;
    top: 50%;
    z-index: 1000;
    width: 100%;
    text-align: center;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
}

span.search-validation {
    text-align: center;
    margin: 0 12px;
    color: #ED1C24;
    font-size: 14px;
    line-height: 3.5em;
}

.search-results-header:after {
    display: block;
    background-image: linear-gradient(to bottom, rgba(225, 225, 225, 0) 0, #000 70%);
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0;
    z-index: 10;
    bottom: 0px;
}

ul.search-results p {
    margin-right: 60px;
}

h3.searchResults {
    margin-top: 20px;
    margin-bottom: 25px;
}

.show-results {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 300;
    margin-bottom: 0px;
}

.searchWord {
    color: #ed1c24;
    text-transform: capitalize;
}

ul.search-results {
    list-style: none;
    padding-left: 0;
}

.search-results li:after {
    content: "";
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

ul.search-results h6 {
    color: rgb(100, 105, 115);
    line-height: 1.167;
    font-weight: 500;
    padding: 0;
    font-size: 18px;
    font-weight: 900;
    text-transform: capitalize;
}

    ul.search-results h6 span.category-pill {
        background-color: #F4F4F4;
        font-size: 14px;
        color: #646973 !important;
        padding: 0 10px;
        border: none;
        font-weight: 600;
        border-radius: 33px;
    }

.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}

/** contact details **/
body#contact .container-fluid:nth-of-type(3) {
    padding: 0;
    background-color: #f4f4f4;
    padding-bottom: 80px;
    padding-top: 40px;
}

body#contact .container-fluid .container {
    padding: 0;
    background-color: #f4f4f4;
}

    body#contact .container-fluid .container p {
        margin-bottom: 20px;
    }

body#contact .footer {
    background-color: #fff;
}


.contact-details .row .col-md-4  {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-details .row .col-md-4:last-of-type p {
    padding-left: 0;
}

    .contact-details a {
        cursor: pointer;
    }

    .contact-details h6 {
        margin-bottom: 8px;
        padding: 0;
        padding-top: 0;
        margin-top: 0;
    }

    .contact-details p {
        padding: 0px 0 0 24px;
        margin: 0;
    }

    .contact-details img {
        color: #ed1c24;
        margin-right: 10px;
        text-align: right;
        width: auto;
        height: auto;
        text-align: center;
    }

    .contact-details p img {
        margin-left: -20px;
    }

body#contact .page-slider-nav.slick-initialized.slick-slider {
    display: none !important;
}

body#contact .contact-details > .umb-grid > .grid-section > .container:nth-of-type(2) > .row > .col-md-3:last-of-type > p {
    padding-left: 0px;
}

.blockquote {
    color: #ed1c24;
    font-size: 18px;
    font-size: 18px;
    color: rgb(100, 105, 115);
    line-height: 1.273;
    text-align: center;
    margin-bottom: 30px;
}

.image-quote blockquote {
    font-size: 16px;
}

blockquote {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 40px;
    text-transform: uppercase;
    margin: 5px;
    border-top: 1px solid #e8e9ea;
    border-bottom: 1px solid #e8e9ea;
    border-left: none;
    border-right: none;
    background-position: top left;
    background-repeat: no-repeat;
    color: #ed1c24;
    padding-left: 80px;
    padding-right: 80px;
}

    blockquote span:before {
        color: #ed1c24;
        content: "\201C";
        font-family: inherit;
        font-size: 2em;
        line-height: 1;
        vertical-align: 0;     
    }

    blockquote span:after {
        position: absolute;
        line-height: 1;
        content: "\201D";
        font-family: inherit;
        font-size: 2em;
    }

    blockquote .author {
        margin: 0;
        padding: 0;
        color: #646973;
        line-height: 1.2em;
        margin-top: 10px;
        text-transform: capitalize;
        display: inline-block;
        font-style: normal;
        font-size: 18px;
        font-weight: 600;
    }

/***** NEWS & PUBLICATIONS PANEL ******/
.panel-group .panel {
    border-radius: 0;
    border: none;
    color: #fff;
    box-shadow: none;
}

.panel-group .panel ul,
.panel-group .panel ol {
    margin: 20px 0;
}

.panel-group .panel li {
    color: #646973;
}

.panel-group .panel li ul,
.panel-group .panel li ol {
    margin: 5px 0;
}

.panel-group .panel li ul li,
.panel-group .panel li ol li {
    font-size: 14px;
    margin: 5px 0;
}

.panel-default > .panel-heading {
    color: inherit;
    background-color: transparent;
    border: none;
    padding: 50px 15px 0;
}

.panel-default:first-of-type > .panel-heading:first-of-type {
    padding-top: 0;
}

.panel-default > .panel-heading > .panel-title h2 {
    margin-top: 0;
    padding-bottom: 20px;
}

.panel-default > .panel-heading > .panel-title p {
    margin-bottom: 0;
}

.panel-default > .panel-heading + .panel-collapse + .panel-heading {
    padding-bottom: 60px;
}

.panel.panel-default {
    background-color: #F4F4F4 !important;
}

    .panel.panel-default:first-of-type {
        padding-top: 60px;
        background-color: #fff !important;
    }

.panel-collapse {
    background-color: inherit !important;
}

.panel-group .panel + .panel {
    margin: 0;
    padding: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    box-shadow: none;
}

/**** PUBLICATIONS ****/
.news-header-search.form-group {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .news-header-search.form-group [class*='col-']:first-of-type,
    .news-header-search.form-group [class*='col-']:nth-of-type(2) {
        padding-right: 0;
    }

.publications h2 {
    margin-top: 0;
    padding-bottom: 20px;
}

.publications .sub-header {
    padding-bottom: 0;
    margin: 0 auto;
}

.resource-search {
    padding-bottom: 10px;
}

/******/
.newsItem-desc {
    display: inline-block;
}

    .newsItem-desc h4,
    .newsItem-desc p {
        float: left;
        display: inline-block;
    }

    .newsItem-desc .news-tag {
        background-color: #e8e9ea;
        font-size: 10px;
        font-weight: 400;
        padding: 3px 15px;
        border-radius: 13px;
        height: 19px;
        margin: 14px 0 0 10px;
        vertical-align: middle;
        color: gray;
        float: left;
    }

/****ROLES PAGE - IMAGE SLIDER******/
.slider-content {
    background-color: #87A0B4;
    margin-bottom: 40px;
    position: initial;
}

.mini-slide-wrapper .image-slider .slick-track .slick-slide .slider-content {
    width: 100%;
}

    .slider-content [class*='col-'] {
        margin: 0;
        padding: 0;
    }

    .slider-content .slide-image {
        padding: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        height: 345px;
        width: 100%;
    }

    .slider-content blockquote {
        margin: 0;
        border: none;
        color: #fff;
        font-weight: 100;
        left: 0;
        float: none;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        padding-left: 55px;
        padding-right: 55px;
        padding-bottom: 55px;
    }

.image-quote blockquote span:after,
.image-quote blockquote span:before {
    color: #fff;
}

.slider-content blockquote .author {
    color: #fff;
    font-weight: 600;
    display: block;
}

    .slider-content blockquote .author:before {
        content: '-';
        font-size: 18px;
        color: #fff;
        margin-right: 10px;
    }

.image-slider .row-eq-height {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.image-slider .slick-prev,
.image-slider .slick-arrow {
    display: none !important;
}

/*.quote-wrapper {
    height: 100%;
    width: 100%;
    height: 345px;
    text-align: center;
    display: block;
}*/

.image-quote {
    height: 345px;
    text-align: center;
    display: block;
}

.image-slider {
    height: auto;
    width: auto;
    position: relative;
}

.mini-slide-wrapper {
    margin-top: -35px;
}

body#resources .slider-container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

/** ROLES **/
.mobile-title h3 {
    margin-left: 20px;
}

/**** ROLES - LEVEL 3 NAV ****/
#level-three-nav {
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
}

    #level-three-nav > ul {
        list-style: none;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        margin: 62px 10px 10px;
    }

        #level-three-nav > ul > li {
            display: inline-block;
            text-align: center;
            width: auto;
            margin: 0px 10px 15px;
        }

            #level-three-nav > ul > li > a {
                font-size: 14px;
                color: rgb(135, 160, 180);
                text-transform: uppercase;
                line-height: 1.125;
                font-weight: 400;
            }

.content {
    overflow-x: hidden;
    min-height: 482px;
}

.button-title {
    color: #fff;
    margin-top: 7px;
    margin-left: 10px;
}

#loader {
    width: 40px;
    height: 40px;
    margin: 0 auto;    
    margin-left:-20px;
    margin-top:-20px;
    display: block;
    position: absolute;
    z-index: 10000;
    top: 50%;
    left: 50%;
}

#loader img {
    width: inherit;
    height: inherit;
}

div#loaderoverlay {
  opacity:    0.20; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
}

/*** PANEL ***/
.container-fluid {
    padding: 0;
}

.panel-group {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

    /**** PANEL APP PLUGIN DESIGN *****/
    .panel-group.bg-striped:nth-of-type(odd),
    .panel-group.bg-striped:nth-of-type(odd) .panel.panel-default:first-of-type {
        background-color: #fff !important;
    }

    .panel-group.bg-striped:nth-of-type(even),
    .panel-group.bg-striped:nth-of-type(even) .panel.panel-default:first-of-type {
        background-color: #f4f4f4 !important;
    }

    .panel-group.bg-striped > .panel-default > .panel-heading > .panel-title p {
        margin-bottom: 40px;
    }

    .panel-group.bg-striped > .panel-default > .panel-heading {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .panel-group.bg-striped > .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding-bottom: 40px;
    }

    .panel-group.bg-striped > .panel-default > .panel-heading > .panel-title .btn-more {
        padding: 7px 10px;
    }

    .panel-group.bg-striped > .panel-default > .panel-heading > .panel-title .btn-more i {
        font-size: 16px;
        color: #ed1c24;
        background-color: #fff;
        border-radius: 50%;
        padding: 0px 0px;
        font-size: 12px;
        margin: 3px 5px;
        float: right;
        position: relative;
        display: inline-block;
        transform: none;
    }

    .btn-more.collapsed .icon-arrow-dot-right:before {
        content: '\e801';
        margin-left: 4px;
        line-height: 1.5em;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .btn-more .icon-arrow-dot-right:before {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
                -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

/*** About - Team ***/
.content.our-team > .umb-grid > .grid-section > .container:nth-of-type(1) > .row {
    margin-bottom: 15px;
}

.content.our-team > .umb-grid > .grid-section > .container:not(:nth-of-type(1)) > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-top: 35px;
}

.content.our-team > .umb-grid > .grid-section > .container:not(:nth-of-type(1)) > .row > .col-md-3 img {
    display: block;
    vertical-align: middle;
    text-align: center;
    transform: translateY(0%);
    top: 0;
    margin: 0 auto;
    align-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    max-width: 200px;
}

.content.our-team > .umb-grid > .grid-section > .container:not(:nth-of-type(1)) > .row > .col-md-9 h3  {
    margin-top: 0px;
}

/******************** CAREERS - FAQ ********************/
.faq>.umb-grid>.grid-section {
    padding-bottom: 40px;
}

.faq>.container>.row:first-of-type {
    min-height: 300px;
}

#faq .panel.panel-default:first-of-type {
    border-bottom: 1px solid #EFEFEF;
    cursor: pointer;
    padding-top: 0px;
}

#faq.list-all .panel.panel-default:first-of-type {
    border-top: 1px solid #EFEFEF;
}

#faq .panel.panel-default .panel-heading:first-of-type {
    border-bottom: 0;
    cursor: pointer;
}

#faq .panel.panel-default .panel-heading {
    padding: 15px 15px;
    padding-left: 0px;
}

#faq .panel.panel-default .panel-heading:not(:first-of-type) {
    border-top: 1px solid #EFEFEF;
}

#faq .panel.panel-default {
    background-color: transparent !important;
}
    
#faq .panel-title h4{     
    font-weight: 100;
    color: #646973;
}

.panel-group .panel-heading[aria-expanded='false'] .panel-title i.panel-accordian:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: '\e817';
    color: #ED1C24;
}

.panel-group .panel-heading[aria-expanded='true'] .panel-title i.panel-accordian:after {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: '\e816';
    color: #ED1C24;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    padding-left: 0px;
}

#faq .panel.panel-default .panel-heading .panel-title {
    display: table;
    width: 100%;
}

#faq .panel.panel-default .panel-heading .panel-title h4 {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
}

#faq .panel.panel-default .panel-heading .panel-title i.panel-accordian {
    display: table-cell;
    vertical-align: middle;
    font-size: 23px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0px;
}

.faq .tab-content {
    padding-left: 20px;
}

.faq .tab-content>.active>h4 {
    color: rgb(100, 105, 115);
    line-height: 44px;
    margin-top: 0px;
    text-transform: capitalize;
}

        /**** SELECT LIST ****/
        select#faqCat {
            background-color: #ed1c24;
            border-radius: 0;
            color: #fff;
            background-image: url(/Content/Queensland/Images/faq-select-icon.png);
            background-size: 20px 10px;
            outline-style: none;
            -webkit-appearance: none;
            outline: none;
            padding: 5px 65px 5px 15px!important;
            background-position: 98% 50%;
        }

        select#faqCat > option:first-child {
            display: block;
        }

        select#faqCat > option:last-child {
            border:none;
        }

        select#faqCat option:nth-child(even) {
            background-color: #f5f5f5;
        }

        select#faqCat option:nth-child(odd) {
            background-color: #fff;
        }

        select#faqCat option:checked, select#faqCat option:hover {
            color: #ed1c24;
            box-shadow: inset 0 0 5px #f5f5f5;
            cursor: pointer;
        }

ul.categories {
    list-style: none;
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 0px;
}

ul.categories li {    
    background: #fff;
    height: 44px;
    text-align: left;
    padding-left: 20px;
    line-height: 44px;
}

ul.categories li.active {
    background-color: rgb(237, 28, 36);
}    

ul.categories li a h4 {
    color: #646973;
    line-height: inherit;
    padding: 0px;
    text-align: left;
    padding-left: 5px;
    margin: 0 auto;
    font-weight: 100;
    font-size: 16px;
}

ul.categories li.active a h4 {
    color: #fff;
}

/******************** PROMISE ********************/

    /**** VALUES ****/
    .content.values >.umb-grid >.grid-section >.container > .row >div.col-md-12.column:first-of-type {
        padding-bottom: 0px;
        text-align: center;
    }

    .content.values >.umb-grid >.grid-section >.container > .row >div.column:first-of-type {
        padding-bottom: 40px;
        text-align: center;
    }

    .content.values >.umb-grid >.grid-section >.container > .row >div.column > img {
        max-width: 200px;
    }
        

/******************** TABLES ********************/
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #EFEFEF;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #fff;
}

.table>thead>tr>th {    
    border-bottom: 2px solid #eee !important;
    color: #ed1c24;
}

tbody tr {
    width: 100%;
    height: 80px;
    color: #646973;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
    border-top: none;
    padding-top: 15px;
    padding-left: 15px;
}

    .table>tbody>tr>td a{
        padding: 0px;
        font-weight: 400;
        text-align: center;
        background: none;
        color: #646973 !important;
        margin: 0 auto;
        width: 100%;
        border-radius: 0;
        background-image: url(/Content/Queensland/Images/dot-line-grey.png);
        background-position: bottom left;
        background-repeat: repeat-x;
        text-decoration: none;
        cursor: pointer;
    }

    .table>tbody>tr>td a:hover {
        background-image: none;
        text-decoration: none;
    }
.table>tbody>tr>td a:after {
    content: "\f019";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-left: 5px;
}

/**** SCHOOL BUS ROUTE ****/

#bus-route:first-of-type {
    padding-top: 0; 
    margin-top: 20px;
}

#bus-route {
    padding-top: 0; 
    margin-top:10px;
}
#bus-route .panel.panel-default .panel-heading  {
    background-color: #87a0b4;
    border-radius: 0;
}

#bus-route  .panel.panel-default:first-of-type {
    padding-top: 0px;
    background-color: #fff !important;
}

#bus-route .panel.panel-default .panel-heading .panel-title {
    display: table;
    width: 100%;
    padding: 10px 0px;
}

#bus-route .panel.panel-default .panel-heading .panel-title h4 {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #fff;
}

#bus-route .panel.panel-default .panel-heading .panel-title i.panel-accordian {
    display: table-cell;
    vertical-align: middle;
    font-size: 23px;
    float: right;
}

#bus-route .panel.panel-default > .panel-heading > .panel-title[aria-expanded='false'] > i.panel-accordian:after  {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: '\e817';
    color: #fff;
}

#bus-route .panel.panel-default > .panel-heading > .panel-title[aria-expanded='true'] > i.panel-accordian:after  {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    content: '\e816';
    color: #fff;
}

#bus-route table > tbody >tr > td:last-of-type {
    width: 165px;
}
