/* Minification failed. Returning unminified contents.
(1919,1): run-time error CSS1019: Unexpected token, found '}'
 */
/**************************************************************************/
/*                               GENERAL                                  */
/**************************************************************************/

body {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #000;
}

.scroll-to-top {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 0px;
    width: 49px;
    height: 9px;
    padding: 13px 0 27px;
    /*background-color: #404040;*/
    background-color: rgba(64,64,64,0.8);
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    z-index: 1040;
    border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-border-radius: 7px 7px 0 0;
    -webkit-transition: all 0.3s;
}

h1 {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    color: #000;
}

h2 {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #000;
}

h3 {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: black;
}


@media (max-width: 767px) {
    body.margin {
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    h1 {
        text-align: left;
        font-size: 37px;
    }

    h2 {
        font-size: 30px;
        text-align: left;
    }

    h3 {
        font-size: 20px;
    }
}



.right {
    float: right;
}

.left {
    float: left;
}



a, a:link, a:visited, a:hover {
    color: #eb0a1e;
}


p.image-over {
    position: relative;
}

a.image-over {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35%;
    font: 0/0 a;
}

    a.image-over.left {
        left: 0;
    }

    a.image-over.right {
        right: 0;
    }



/* lists */
ul {
    list-style-type: disc;
    margin: 0 0 1em 30px;
}

    ul li {
        display: list-item;
    }


ol {
    display: block;
    list-style-type: decimal;
    margin: .5em 0 .5em 30px;
    margin-bottom: 1em;
}

    ol li {
        display: list-item;
    }



/**************************************************************************/
/*                               HEADER                                   */
/**************************************************************************/
#Header {
    width: 100%;
    z-index: 999;
    background: white;
}


    #Header .header-top {
        background: white;
    }

        #Header .header-top .container {
            position: relative;
        }


        #Header .header-top .header-left {
            width: auto;
            float: left;
            z-index: 1000;
        }

            #Header .header-top .header-left .logo {
                /*background-image: url(/themes/toyotacareers/images/logo-soft.png);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                width: 182px;
                height: 34px;*/
                margin: 23px 0 0 0;
            }

                #Header .header-top .header-left .logo img {
                    /*width: 100%;*/
                }


        #Header .header-top .header-middle {
        }

        #Header .header-top .header-right p {
            margin: 0;
        }

        #Header .header-top .header-right a {
            font-size: 10px;
            font-weight: bold;
            text-align: center;
            width: 100%;
            line-height: 28px;
            text-decoration: none;
            display: block;
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
        }

            #Header .header-top .header-right a span {
                background: #e4081c;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                font-family: "proxima nova", Arial, Helvetica, sans-serif;
                font-size: 13px;
                line-height: 31px;
                color: #fff;
                display: block;
                width: 190px;
                float: right;
                margin: 3px 0 20px 7px;
                font-weight: bold;
            }

    #Header .header-bottom {
        background-color: #e4081c;
        border-top: 4px solid #9e0003;
    }



        #Header .header-bottom .tagline {
            color: white;
            font-size: 26px;
            font-weight: bold;
            background-position: right 0;
            width: 220px;
            display: block;
            margin: 5px 0 0 0;
        }


@media (min-width: 768px) {

    #Header.fixed {
        position: fixed;
        top: 0;
        left: 0;
    }

    #Header .header-top .header-left {
        width: 33.33333333%;
    }

        #Header .header-top .header-left .logo {
            margin: 23px 0;
        }

    #Header .header-top .header-right {
        position: relative;
        width: auto;
    }

        #Header .header-top .header-right .header-button-container {
            position: absolute;
            top: 0;
            right: 15px;
            
        }

        #Header .header-top .header-right a{
            display:inline;
        }

            #Header .header-top .header-right a span {
                display: inline-block;
                line-height: 21px;
                float: none;
            }

    #Header .header-bottom .tagline {
        margin: 0;
        background-position: -72px 0;
    }
}

@media (min-width: 992px) {
    #Header .header-top .header-left {
        width: 40.334%;
    }

    /*#Header .header-top .header-right {
        position: relative;
        width: auto;
    }

        #Header .header-top .header-right a span {
            top: 0;
            right: 15px;
            line-height: 21px;
            position: absolute;
            float: none;
        }*/

    #Header .header-bottom .tagline {
        background-image: url(/themes/toyotacareers/images/header-bottom.png);
    }
}

@media (min-width: 1200px) {

    #Header .header-top .header-left {
        width: 33.334%;
    }

    /*#Header .header-top .header-right {
        width: 16.66666667%;
    }

        #Header .header-top .header-right a {
            display: block;
            font-family: "proxima nova", Arial, Helvetica, sans-serif;
            line-height: 21px;
            color: #000000;
            font-size: 10px;
            font-weight: bold;
            font-size: 12px;
        }

            #Header .header-top .header-right a span {
                position: static;
                width: auto;
                line-height: 1em;
                top: auto;
                right: auto;
                padding: 9px 0;
                margin-top: 16px;
            }

            #Header .header-top .header-right a span {
                font-size: 13px;
                margin-top: 25px;
            }*/
}

@media (max-width: 470px) {

    #Header .header-top .header-left {
        width: 82.023%;
    }

        #Header .header-top .header-left .logo {
            margin: 28px 0 0 0;
        }
}



/**************************************************************************/
/*                               NAVIGATION                               */
/**************************************************************************/


.navbar {
    background: transparent;
    border: none;
    margin: 18px 0 9px 0;
    min-height: 0;
}

.navbar-default .navbar-toggle {
    margin-right: 0;
    background-color: #e4081c !important;
    border: none;
    border-color: none !important;
}

    .navbar-default .navbar-toggle .icon-bar {
        background: #FFF;
    }

.navbar-collapse {
    border: none;
    background-color: #e4081c;
    padding: 5px 15px;
    margin: 10px 0 0 0;
}

.menu {
    margin: 0;
}

    .menu ul {
        margin: 0;
    }

        .menu ul > li {
            float: left;
            width: 100%;
        }



            .menu ul > li.menuSeparator {
                width: 1px;
                display: none;
            }

                .menu ul > li.menuSeparator:hover {
                }

            .menu ul > li > a {
                font-size: 16px;
                color: #FFF;
                font-weight: bold;
                text-decoration: none;
                text-transform: uppercase;
                padding: 10px 18px 10px 0;
                display: block;
                float: right;
            }


        /*1st Level SELECTED*/
        .menu ul > .menuSelected > a,
        .menu ul > .menuSelected > a:hover,
        .menu ul > .menuSelected > a:focus {
            font-weight: bold;
        }
        /*1st Level HOVER*/
        .menu ul > li > a:hover,
        .menu ul > li > a:focus {
        }


    /* 2nd Level */
    .menu > ul > li > span.arrow {
        width: 32px;
        height: 32px;
        background-color: rgba(0,0,0, 0.33);
        position: absolute;
        top: 5px;
        right: 0;
        text-align: center;
        line-height: 32px;
        font-size: 23px;
        color: #fff;
        cursor: default;
    }

.menudropdown {
    float: left;
    width: 100%;
    display: none;
}

    .menudropdown .menu > ul {
        margin: 0;
    }

        .menudropdown .menu > ul > li {
            width: auto;
        }



            .menudropdown .menu > ul > li > span a {
                background: none;
                color: #FFF;
                padding: 7px 14px;
                font-weight: bold;
                font-size: 16px;
            }

    .menudropdown .menu ul > .menuSelected span > a,
    .menudropdown .menu ul > .menuSelected span > a:hover,
    .menudropdown .menu ul > .menuSelected span > a:focus {
        color: #000;
        background: none;
    }

    .menudropdown .menu ul > li > span a:hover,
    .menudropdown .menu ul > li > span a:focus {
    }


@media (min-width: 768px) {
    .navbar {
        margin: 34px 0 0 0;
    }

    .navbar-collapse {
        margin: 0;
        padding: 0;
        background: none;
    }

    .menu ul {
        display: table;
        width: 100%;
    }

        .menu ul > li {
            display: table-cell;
            float: none;
            width: auto;
        }

            .menu ul > li.menuSeparator {
                display: none;
            }

            .menu ul > li > a {
                font-size: 12px;
                color: #000;
                text-align: center;
                padding: 0 4px 24px 4px;
                border-bottom: 5px solid transparent;
            }

            /* hover and active states */
            .menu ul > li.selected a,
            .menu ul > li.menuSelected:hover a {
                background: transparent;
                /*border-bottom: 5px solid #eb0a1e;*/
                color: #eb0a1e;
            }

            .menu ul > li > a:hover {
                color: #eb0a1e;
            }

            .menu ul > li.menuSelected,
            .menu ul > li.menuSelected:hover,
            .menu ul > li:hover {
            }

    #Header .menu ul .menudropdown {
        display: none;
    }


    .menu > ul > li > span.arrow {
        display: none;
    }
}

@media (min-width: 992px) {
    .menu ul > li > a {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
}

@media (max-width: 580px) {
    .menu ul > li {
        width: 100%;
    }
}
/**************************************************************************/
/*                             SECOND LEVEL                               */
/**************************************************************************/
#SecondLevel {
    display: none;
}

    #SecondLevel ul {
        float: right;
        width: auto;
        position: relative;
    }

    #SecondLevel li {
        float: left;
        background: none;
        height: auto;
        width: auto;
    }

        #SecondLevel li a {
            background: none;
            color: white;
            font-weight: bold;
            height: auto;
            padding: 9px 20px 9px 0;
            font-size: 13px;
        }

            #SecondLevel li.menuSelected a,
            #SecondLevel li a:hover {
                color: black;
            }

@media (min-width: 768px) {
    #SecondLevel {
        display: block;
    }

        #SecondLevel li a {
            padding: 9px 6px;
            font-size: 11px;
        }
}

@media (min-width: 992px) {
    #SecondLevel li a {
        padding: 9px 11px;
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    #SecondLevel li a {
        font-size: 13px;
        padding: 9px 15px;
    }
}

/**************************************************************************/
/*                              SLIDER/BANNER                             */
/**************************************************************************/

#Banner {
    width: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d8d9d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8d9d8));
    background: -webkit-linear-gradient(top, #ffffff 0%,#d8d9d8 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#d8d9d8 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#d8d9d8 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d8d9d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d9d8',GradientType=0 );
    position: relative;
    /*overflow: hidden;*/
    /*float: left;*/
}

    /**************************  SLIDER  *********************************/

    #Banner #Slider {
        width: 1500px;
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /*float: left;*/
    }

        #Banner #Slider .nivo-caption {
            background: none;
            padding: 0;
            opacity: 1;
            position: relative;
        }

#HomeSlider {
    overflow: hidden;
    float: left;
}

.nivoSlider img {
    display: none;
}

#Banner #Slider .nivo-caption > div {
    margin: 0 auto;
    position: relative;
    background: rgb(199, 199, 199);
}

    #Banner #Slider .nivo-caption > div h2,
    #Banner #Slider .nivo-caption > div p {
        max-width: 100%;
        color: black;
        padding: 10px 20px 20px 20px;
        margin: 0 auto;
        font-size: 15px;
        text-align: center;
    }

    #Banner #Slider .nivo-caption > div h2 {
        font-size: 26px;
        font-weight: bold;
        padding: 20px 20px 0 20px;
    }

#Banner #Slider .nivo-directionNav a {
    opacity: 0.6;
    top: 20%;
    background-size: 100% 100%;
    width: 68px;
    height: 68px;
}

    #Banner #Slider .nivo-directionNav a:hover {
        opacity: 1;
    }

    #Banner #Slider .nivo-directionNav a.nivo-prevNav {
        background-image: url(/themes/toyotacareers/images/arrow-left.png);
        background-position: 0 0;
    }

    #Banner #Slider .nivo-directionNav a.nivo-nextNav {
        background-image: url(/themes/toyotacareers/images/arrow-right.png);
        background-position: 0 0;
    }

#Banner #Slider .nivoSlider a.nivo-imageLink {
    z-index: 9;
}

/**************************  BANNER  *********************************/
#Banner > .module-content {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
}

#Banner #Title {
    z-index: 1;
    text-align: center;
}

    #Banner #Title .container {
        height: 100%;
    }

    #Banner #Title .title {
        background: white;
        background: rgba(255,255,255,0.9);
        padding: 10px 20px 0 20px;
        height: 100%;
    }

        #Banner #Title .title h1 {
            line-height: 1em;
        }


@media (min-width: 768px) {

    /**************************  SLIDER  *********************************/
    #Banner #Slider .nivo-caption {
        position: absolute;
        top: 0;
        bottom: 0;
    }

        #Banner #Slider .nivo-caption .container {
            background: none;
            height: 100%;
        }

            #Banner #Slider .nivo-caption .container > div {
                background: none;
                height: 100%;
                background: rgba(255,255,255,0.9);
                padding: 7% 0;
                float: left;
            }

                #Banner #Slider .nivo-caption .container > div h2 {
                    margin: 0;
                    text-align: left;
                }

                #Banner #Slider .nivo-caption .container > div p {
                    margin: 0;
                    text-align: left;
                }

    #Banner #Slider .nivo-directionNav a {
        top: 45%;
    }

    /**************************  BANNER  *********************************/
    #Banner #Title {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: left;
    }

        #Banner #Title .title {
            padding: 25px 20px 0 20px;
            float: left;
        }

            #Banner #Title .title h1 {
                font-size: 31px;
            }
}

@media (min-width: 992px) {

    /**************************  SLIDER  *********************************/
    #Banner #Slider .nivo-caption .container > div {
        padding: 4% 0;
    }

        #Banner #Slider .nivo-caption .container > div h2 {
            font-size: 36px;
            padding: 20px 20px 10px 20px;
        }

        #Banner #Slider .nivo-caption .container > div p {
            font-size: 15px;
            padding: 10px 20px 40px 20px;
        }

    /**************************  BANNER  *********************************/
    #Banner #Title .title {
        padding: 50px 20px 0 20px;
    }

        #Banner #Title .title h1 {
            font-size: 37px;
        }
}

@media (min-width: 1200px) {

    /**************************  SLIDER  *********************************/
    #Banner #Slider .nivo-caption .container > div {
        padding: 7% 0;
    }

        #Banner #Slider .nivo-caption .container > div h2 {
            font-size: 41px;
        }

    /**************************  BANNER  *********************************/
    #Banner #Title .title {
        padding: 80px 20px 0 20px;
    }

        #Banner #Title .title h1 {
            font-size: 41px;
        }
}

@media (max-width: 400px) {

    /**************************  SLIDER  *********************************/
    #Banner #Slider .nivo-directionNav a {
        width: 30px;
        height: 30px;
    }
}

/**************************************************************************/
/*                               CONTENT                                  */
/**************************************************************************/


/******************************** GENERAL ************************************/
#Content .module-content {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

    #Content .module-content.space-left {
        padding-left: 30px;
    }

#Content p {
    line-height: 1.2em;
}

/*BUTTONS*/
.red-button, a.red-button, red-button:link, red-button:visited {
    margin-top: 4px;
    margin-bottom: 4px;
    color: #fff;
    background-color: #e4081c;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 13px;
}

    .red-button:hover {
        text-decoration: none;
        color: #fff;
        background-color: #ba0a1b;
    }

/*Google Map iframe*/
div.map {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    div.map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


/* Images */
#Content .content img,
#Content .tmplelement img {
    display: block;
    margin: 10px auto;
}

.tmplelement img {
    max-width: 100% !important;
    height: auto !important;
}

/*Contact Form*/
#Content .contact-us-form {
    margin-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

#Content .contact-us-form .recaptcha-container {
    margin-bottom: 12px;
}

    /*#Content .contact-form label {
        font-weight: normal;
    }

    #Content .contact-form textarea,
    #Content .contact-form input[type="text"] {
        width: 100%;
        border: 1px solid #cccccc;
        margin: 0;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #Content .contact-form textarea {
        float: none !important;
        height: 252px;
        resize: none;
        padding: 10px 10px;
    }

    #Content .contact-form input[type="text"] {
        padding: 5px 10px;
    }*/


    #Content .contact-us-form .btn {
        font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
        float: left !important;
        color: #fff;
        background: #e4081c;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none;
        padding: 6px 72px;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        font-size: 16px;
    }

        #Content .contact-us-form .btn:hover {
            text-decoration: none;
            color: #fff;
            background-color: #ba0a1b;
        }

/*#Content .contact-form #hf1,
    #Content .contact-form #hf2 {
        display: none !important;
        visibility: hidden;
    }*/
/*************************** Main Content Pane ****************************/
.module-content img {
    max-width: 100% !important;
    height: auto !important;
}

.splitter {
    display: none;
}

/******************************** HOME ************************************/
#Content.home h1 {
    text-align: left;
}

#Content.home .col-md-3 .red-button {
    margin: 0 0 20px 0;
}

#Content.home .door {
    margin-bottom: 40px;
    font-size: 13px;
}

    #Content.home .door .content {
        display: block;
        background: #e9e9e9;
        text-decoration: none;
        border-top: 5px solid #eb0a1e;
        background-image: url(/themes/toyotacareers/images/home-door-arrow.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        padding-bottom: 19px;
        text-align: center;
        position: relative;
    }

        #Content.home .door .content img {
            width: 100%;
            height: auto !important;
        }

        #Content.home .door .content h3 a {
            font-size: 22px;
            text-align: center;
            width: 100%;
            display: block;
            color: #000;
            font-weight: bold;
        }

            #Content.home .door .content h3 a:hover {
                color: #eb0a1e;
                text-decoration: none;
            }


        #Content.home .door .content p a,
        #Content.home .door .content p a:hover {
            text-decoration: none;
            color: #000;
            display: block;
            padding: 10px 20px 10px 20px;
        }

        #Content.home .door .content p:last-child {
            margin: 0;
        }

        #Content.home .door .content a.arrow-link {
            position: absolute;
            bottom: 0;
            left: 0;
            font: 0/0 a;
            text-shadow: none;
            padding: 0;
            height: 36px;
            width: 36px;
            color: transparent;
        }

    #Content.home .door.service .content {
        background-image: none;
        border-bottom: 5px solid #eb0a1e;
        padding: 0;
    }

        #Content.home .door.service .content h3:last-child {
            /*margin: 0;*/
        }

@media (min-width: 580px) {
    #Content.home .door .content h3 a {
        font-size: 26px;
    }
}

@media (min-width: 768px) {
    #Content.home .door {
        width: 33.33333333%;
    }

    #Content.home .col-md-3 .red-button {
        margin: 30px 0;
        float: right;
    }

    #Content.home .door .content {
        text-align: center;
        padding-bottom: 10px;
        height: 266px;
    }



    #Content.home .door.service .content img,
    #Content.home .door.service .content p {
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {

    #Content.home .door {
        width: 25%;
        font-size: 15px;
    }

        #Content.home .door .content {
            height: 271px;
        }

        #Content.home .door.service .content img,
        #Content.home .door.service .content p {
            margin-bottom: 9px;
        }
}

@media (min-width: 1200px) {
    #Content.home .door .content {
        height: 301px;
        padding-bottom: 20px;
    }

    #Content.home .door.service .content img,
    #Content.home .door.service .content p {
        margin-bottom: 7px;
    }
}


/******************************* NO BANNER **********************************/
#Content.no-banner .content img {
    margin: 25px 0 10px 0;
}

/******************************* DEFAULT **********************************/
#Content.default h1 {
    display: none;
}

/****************************** CONTENT BANNER ****************************/
#Content.content-banner .vacancies .content {
    padding: 22px 0 0 0;
    text-align: right;
}

#Content.content-banner .grey {
    background: #e6e6e5;
    margin: 20px 0 10px 0;
}

    #Content.content-banner .grey .module-content {
        padding: 20px 15px;
    }

#Content .grey .image-quote .content {
    position: relative;
}

    #Content .grey .image-quote .content img {
        margin: 20px 0 0 0;
    }



    #Content .grey .image-quote .content p:first-child {
        margin: 0;
    }

    #Content .grey .image-quote .content p:last-child {
        background: rgba(255,255,255,0.9);
        margin: 0;
        padding: 20px 35px 20px 55px;
        font-size: 18px;
        background-image: url(/themes/toyotacareers/images/quote.png);
        background-repeat: no-repeat;
        background-position: 10px 10px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: #b8b8b8 1px 1px 3px;
    }

    /*This is a IE8 fallback for p.last-child above*/
    #Content .grey .image-quote .content p + p {
        background-color: #ffffff;
        margin: 0;
        padding: 20px 35px 20px 55px;
        font-size: 18px;
        background-image: url(/themes/toyotacareers/images/quote.png);
        background-repeat: no-repeat;
        background-position: 10px 10px;
    }

/****************************** DEALERSHIP ********************************/
#Content.dealership .main h1 {
    margin: 20px 0 0 0;
    line-height: 1em;
}

#Content.dealership .side .content,
#Content.dealership .side .tmplelement {
    background: #e6e6e5;
    float: left;
}

#Content.dealership .side .no-jobs {
    display: none;
}

    #Content.dealership .side .no-jobs .tmplelement {
        padding: 30px 25px 20px 25px;
    }

        #Content.dealership .side .no-jobs .tmplelement h4 {
            font-weight: bold;
        }

#Content.dealership .side .jobs {
    background: #FFF;
    border-bottom: 4px solid #eb0a1e;
    margin: 20px 0 0 0;
}

/****************************** LIFE AT TOYOTA ****************************/

#Content.life-at-toyota .grey {
    background: #e6e6e5;
}

#Content.life-at-toyota > div {
    padding: 20px 0;
}

@media (min-width: 768px) {
    #Content.life-at-toyota h2 {
        margin-top: 4px;
    }
}


/**************************************************************************/
/*                               FOOTER                                   */
/**************************************************************************/
#FooterTop {
    background: white;
    margin-top: 20px;
    border-top: 4px solid #d8d8d8;
}

    #FooterTop .col-md-9 a {
        float: left;
        font-size: 13px;
        font-weight: bold;
        color: #000;
        padding: 24px 10px 5px 0;
        text-transform: uppercase;
    }

    #FooterTop .search-holder {
        float: left;
        z-index: 80;
        margin: 21px 20px 21px 0;
        position: relative;
    }

        #FooterTop .search-holder input[type="text"] {
            font-family: "proxima-nova", Arial, Helvetica, sans-serif;
            color: black;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            float: left;
            height: 24px;
            width: 140px;
            border: none;
            padding-left: 8px;
            background: none;
            background: #e2e2e2;
            background: -moz-radial-gradient(center, ellipse cover, #e2e2e2 0%, #d3d4d3 96%, #bfbfbf 100%);
            background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e2e2e2), color-stop(96%,#d3d4d3), color-stop(100%,#bfbfbf));
            background: -webkit-radial-gradient(center, ellipse cover, #e2e2e2 0%,#d3d4d3 96%,#bfbfbf 100%);
            background: -o-radial-gradient(center, ellipse cover, #e2e2e2 0%,#d3d4d3 96%,#bfbfbf 100%);
            background: -ms-radial-gradient(center, ellipse cover, #e2e2e2 0%,#d3d4d3 96%,#bfbfbf 100%);
            background: radial-gradient(ellipse at center, #e2e2e2 0%,#d3d4d3 96%,#bfbfbf 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#bfbfbf',GradientType=1 );
        }

        #FooterTop .search-holder input[type="submit"] {
            background-image: url('/themes/toyotacareers/images/search.png');
            background-repeat: no-repeat;
            background-position: center center;
            height: 24px;
            width: 15px;
            float: left;
            background-color: transparent;
            position: absolute;
            top: 0;
            right: 0;
            margin: 0 4px 0 0;
            overflow: hidden;
            padding: 0;
        }

    #FooterTop .logo {
        background-image: url('/themes/toyotacareers/images/logo_2022.png');
        width: 220px;
        height: 59px;
        margin: 18px 0;
        float: right;
        background-size: 100% 100%;
        display: block;
    }

#FooterBottom {
    background: #1d1c1c;
    background: -moz-linear-gradient(top, #1d1c1c 0%, #252426 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d1c1c), color-stop(100%,#252426));
    background: -webkit-linear-gradient(top, #1d1c1c 0%,#252426 100%);
    background: -o-linear-gradient(top, #1d1c1c 0%,#252426 100%);
    background: -ms-linear-gradient(top, #1d1c1c 0%,#252426 100%);
    background: linear-gradient(to bottom, #1d1c1c 0%,#252426 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1c1c', endColorstr='#252426',GradientType=0 );
    padding: 14px 0;
}

    #FooterBottom div,
    #FooterBottom a,
    #FooterBottom a:hover {
        color: #969696;
        font-size: 12px;
        text-decoration: none;
    }

    #FooterBottom .ds-link {
        text-align: right;
    }

@media (min-width: 768px) {
    #FooterTop .col-md-9 a {
        padding: 24px 20px 24px 0;
    }

    #FooterTop .search-holder input[type="submit"] {
        margin-left: -20px;
        position: relative;
    }
}

@media (min-width: 992px) {
    #FooterTop .col-md-9 a {
        padding: 24px 30px 24px 0;
    }
}

@media (min-width: 1200px) {
}
/**************************************************************************/
/*                               MODULES                                   */
/**************************************************************************/



/******************************* SLIDER **********************************/
.module-nivoslider .nivoSlider {
    display: block;
}

/********************** ADVANCED CONTENT EDITOR **************************/
.module-expand .module-contenteditor {
    margin-bottom: 5px;
}


    .module-expand .module-contenteditor .expandbutton {
        margin: 0;
        background: url(/themes/toyotacareers/images/arrow-down.png) no-repeat center center;
        width: 31px;
        height: 31px;
    }

    .module-expand .module-contenteditor .expandbuttonback {
        margin: 0;
        background: url(/themes/toyotacareers/images/arrow-up.png) no-repeat center center;
        width: 31px;
        height: 31px;
    }


    .module-expand .module-contenteditor .expandable.title {
        height: 31px;
        line-height: 31px;
        padding-left: 41px;
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        float: none;
    }

    .module-expand .module-contenteditor .expandable.titleback {
        height: 31px;
        line-height: 31px;
        padding-left: 41px;
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        float: none;
    }

    .module-expand .module-contenteditor .expandcontent {
        padding: 0 10px 0 41px;
        font-size: 15px;
    }



/******************************* ACCORDION **********************************/
.accordion {
    padding: 0 0 20px 0;
}

    .accordion .content h3 {
        background: none;
        font-size: 17px;
        font-weight: bold;
        color: #000;
        border: 0;
        padding: 18px 10px 0px 50px;
        outline: none;
    }

        .accordion .content h3 span {
            display: block;
            width: 31px;
            height: 31px;
            background-image: url('/themes/toyotacareers/images/arrow-down.png');
            background-repeat: no-repeat;
            background-position: center center;
        }

    .accordion .content .ui-icon-triangle-1-s {
        background-image: url('/themes/toyotacareers/images/arrow-up.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

    .accordion .content .ui-accordion-content {
        border: 0;
        font-size: 15px;
        padding: 0 10px 0 50px;
    }




@media (min-width: 768px) {
    .accordion .content h3 {
        font-size: 20px;
    }
}

/******************************* QUOTE **********************************/
.quote p {
    margin: 20px 0;
    padding: 30px 20px 30px 62px;
    background-image: url('/themes/toyotacareers/images/quote.png');
    background-repeat: no-repeat;
    background-position: 20px 20px;
    background-color: #e6e6e5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 1px #b7b7b7;
    -webkit-box-shadow: 1px 1px 1px #b7b7b7;
    box-shadow: 1px 1px 1px #b7b7b7;
}

/******************************* NEWS **********************************/

/*********** THUMB VIEW *************/
#Content .module-news {
    padding: 20px 0 0 0;
}

    #Content .module-news .heading {
        display: none;
    }

    #Content .module-news .content .article {
        padding: 20px 0;
        position: relative;
        margin-bottom: 8px;
        margin-top: 12px;
    }

    #Content .module-news .content .thumbimage {
        text-align: center;
        float: none;
    }

        #Content .module-news .content .thumbimage img {
            margin: 0 auto;
            padding: 0;
            max-width: none !important;
        }

    #Content .module-news .content .title {
        padding: 20px 0 0 0;
    }

        #Content .module-news .content .title a {
            font-size: 30px;
            font-weight: bold;
            line-height: 1em;
            color: #000;
            text-decoration: none;
            margin: 0 0 4px 0;
        }

    #Content .module-news .content .news-date {
        display: none;
    }

    #Content .module-news .content .article-content {
        padding: 0;
    }

    #Content .module-news .content .inline-more {
        display: block;
    }

        #Content .module-news .content .inline-more a {
            margin: 10px 0 0 0;
            color: #fff;
            background-color: #e4081c;
            text-transform: uppercase;
            display: inline-block;
            text-decoration: none;
            padding: 6px 12px;
            font-weight: bold;
            line-height: 1.42857143;
            text-align: center;
            white-space: nowrap;
            vertical-align: middle;
            -ms-touch-action: manipulation;
            touch-action: manipulation;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            background-image: none;
            border: 1px solid transparent;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            border-radius: 4px;
            float: left;
            font-size: 13px;
        }

            #Content .module-news .content .inline-more a:before {
                content: 'READ ';
            }

            #Content .module-news .content .inline-more a:hover {
                text-decoration: none;
                color: #fff;
                background-color: #ba0a1b;
            }

    #Content .module-news .content .results-pager {
    }

@media (min-width: 768px) {
    #Content .module-news .content .article {
        padding: 0;
        border: 0;
        float: left;
    }

    #Content .module-news .content .thumbimage {
        float: left;
        text-align: left;
    }

    #Content .module-news .content .title {
        padding: 0 0 0 280px;
    }

    #Content .module-news .content .article-content {
        padding: 0 0 0 280px;
    }
}

/*********** SINGLE VIEW *************/
#Content .module-news-article-details {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

    #Content .module-news-article-details .news-item .news-date {
        display: none;
    }

    #Content .module-news-article-details .content {
    }

        #Content .module-news-article-details .content .primaryimage {
            display: none;
        }

        #Content .module-news-article-details .content .article-content .right img {
            margin: 15px 0 15px 15px;
        }

    #Content .module-news-article-details .editor-action a {
        margin: 10px 5px 0 0;
        color: #fff;
        background-color: #e4081c;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none;
        padding: 6px 12px;
        font-weight: bold;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        float: left;
        font-size: 13px;
    }

        #Content .module-news-article-details .editor-action a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #ba0a1b;
        }

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    #Content .module-news-article-details {
        float: left;
        width: 100%;
    }
}

@media (min-width: 1200px) {
}


/**************************************************************************/
/*                           DEALERSHIP POPUP                             */
/**************************************************************************/
#DealershipOverlay {
    opacity: 0.9;
    cursor: pointer;
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    z-index: 1000;
    display: none;
}


#DealershipPopup {
    position: absolute;
    top: 5%;
    background: white;
    z-index: 1000;
    font-size: 13px;
    display: none;
}

    #DealershipPopup .content {
    }

        #DealershipPopup .content .top {
            width: 100%;
            padding: 0 2em;
        }

            #DealershipPopup .content .top h2 {
            }

            #DealershipPopup .content .top #ClosingLink {
                font-size: 26px;
                font-weight: bold;
                text-decoration: none;
                color: grey;
                position: absolute;
                top: 2%;
                right: 2%;
            }

        #DealershipPopup .content .regions {
            width: 50%;
            padding: 1em 2em;
            border-top: 2px solid #e0e0e0;
        }

            #DealershipPopup .content .regions li {
                padding: 8px 10px 8px 10px;
                margin: 0 -10px;
                font-weight: bold;
                line-height: 1;
                cursor: pointer;
            }

                #DealershipPopup .content .regions li:hover {
                    background: #cce7f3 url(/themes/toyotacareers/images/hover_arrowhead.gif) no-repeat 100% 50%;
                    ;
                }

                #DealershipPopup .content .regions li.active {
                    color: #fff;
                    background: #1d1d1b url(/themes/toyotacareers/images/active_arrowhead.gif) no-repeat 100% 50%;
                }

        #DealershipPopup .content .dealers {
            width: 50%;
            padding: 1em 2em;
            border-top: 2px solid #e0e0e0;
        }

            #DealershipPopup .content .dealers li {
                padding: 8px 10px 7px 10px;
                margin: 0 -10px;
                line-height: 1.2;
            }

                #DealershipPopup .content .dealers li:hover {
                    background: #cce7f3;
                }

                #DealershipPopup .content .dealers li a {
                    text-decoration: none;
                    color: #000;
                }

@media (min-width: 768px) {
    #DealershipPopup {
        left: 20%;
        right: 20%;
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    #DealershipPopup {
        left: 26%;
        right: 26%;
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    #DealershipPopup {
        left: 30%;
        right: 30%;
        font-size: 15px;
    }
}

/**************************************************************************/
/*                              SHADOWBOX                                 */
/**************************************************************************/
#sb-container {
    z-index: 10000;
}

#sb-wrapper {
    background-color: #eb0a1e;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 2px;
    border: 3px solid #ba0a1b;
}

#sb-title {
    display: none;
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 0;
}

#sb-info {
    width: 100%;
    margin: 0;
    height: 40px;
}

#sb-counter {
    display: none;
}

#sb-title, #sb-title-inner {
    height: auto;
}

#sb-title-inner {
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
    line-height: 40px;
}

#sb-nav {
    width: 100%;
    height: auto;
    padding: 0;
}

    #sb-nav a {
        height: 40px;
        width: 40px;
        position: relative;
        display: inline-block;
        font-family: 'Glyphicons Halflings', Arial, Helvetica, sans-serif;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        -moz-osx-font-smoothing: grayscale;
        font-size: 24px;
        line-height: 35px;
        background: #ba0a1b;
        text-decoration: none;
        color: white;
        text-align: center;
    }

#sab-nav a:before, #sab-nav a:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb-nav a#sb-nav-previous {
}

    #sb-nav a#sb-nav-previous:before {
        content: "\e079";
    }

#sb-nav a#sb-nav-next {
}

    #sb-nav a#sb-nav-next:before {
        content: "\e080";
    }

a#sb-nav-close {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 40px;
}

#sb-nav-close:before {
    content: "x";
}

}

@media (min-width: 992px) {
    #SideBottomLinks {
        display: block;
    }
}


/**************************************************************************/
/*                                RSS READER                              */
/**************************************************************************/
.module-rssfeed {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .module-rssfeed .article {
        background: #e6e6e5;
        padding: 30px 25px 0 25px;
    }

        .module-rssfeed .article:last-child {
            padding-bottom: 30px;
        }

        .module-rssfeed .article .title a,
        .module-rssfeed .article .title a:hover {
            font-size: 18px;
            font-weight: bold;
            color: #000;
            text-decoration: none;
        }

        .module-rssfeed .article .inline-more {
            display: inline;
            font-size: 15px;
            font-weight: bold;
            color: #000;
        }

        .module-rssfeed .article .content {
            padding: 0 0 20px 0;
            border-bottom: 1px solid #ababab;
        }

    .module-rssfeed .heading {
        font-family: "proxima-nova", Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 30px;
        line-height: 34px;
        background: #ffffff;
        border-bottom: 4px solid #eb0a1e;
        margin: 20px 0 0 0;
    }

    .module-rssfeed .no-articles-feed {
        background: #e6e6e5;
        padding: 30px 25px 20px 25px;
    }

        .module-rssfeed .no-articles-feed h4 {
            font-weight: bold;
        }


/**************************************************************************/
/*                          HOMEPAGE BANNER ONE                           */
/**************************************************************************/
.content-banner-one {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

    .content-banner-one .content {
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-image: url(/UserFiles/ToyotaCareers/Image/ashlee.jpg);
    }

        .content-banner-one .content a {
            text-decoration: none;
        }

        .content-banner-one .content .content-wrapper {
            padding: 10px 20px 0 20px;
            position: relative;
            margin: 0 auto;
        }

        .content-banner-one .content a .content-wrapper h2,
        .content-banner-one .content a:hover .content-wrapper h2 {
            font-size: 20px;
            text-align: left;
            text-decoration: none;
        }

        .content-banner-one .content .content-wrapper .quote,
        .content-banner-one .content a:hover .content-wrapper .quote {
            background-image: url(/themes/toyotacareers/images/quote.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            padding: 3px 0 0 21px;
            font-size: 15px;
            background-size: 16px 13px;
            text-shadow: 1px 1px 0 rgb(199, 199, 199);
            margin: 0 0 20px 0;
            max-width: 50%;
            color: #000;
        }

        .content-banner-one .content .right {
            position: relative;
            margin: 0 auto;
            padding: 0 20px;
        }

            .content-banner-one .content .right div,
            .content-banner-one .content a:hover .right div {
                position: absolute;
                bottom: 0;
                right: 0;
                color: #000;
                margin: 0 20px 20px 0;
                text-shadow: 1px 1px 0 rgb(199, 199, 199);
                width: 110px;
            }

                .content-banner-one .content .right div h3 {
                    font-weight: bold;
                    font-size: 16px;
                    margin: 0;
                }

                .content-banner-one .content .right div span {
                }

@media (min-width: 768px) {
    .content-banner-one .content .content-wrapper {
        padding: 20px 40px 0 40px;
    }

    .content-banner-one .content a .content-wrapper h2,
    .content-banner-one .content a:hover .content-wrapper h2 {
        font-size: 28px;
    }

    .content-banner-one .content .content-wrapper .quote,
    .content-banner-one .content a:hover .content-wrapper .quote {
        width: 50%;
        font-size: 20px;
        padding: 0 0 0 24px;
    }

    .content-banner-one .content .right div h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .content-banner-one .content .content-wrapper .quote,
    .content-banner-one .content a:hover .content-wrapper .quote {
        margin-bottom: 80px;
        width: 40%;
    }

    .content-banner-one .content .right div,
    .content-banner-one .content a:hover .right div {
        right: 6%;
    }
}

@media (min-width: 1200px) {
    .content-banner-one .content .content-wrapper {
        padding: 30px 50px 0 50px;
    }

    .content-banner-one .content a .content-wrapper h2,
    .content-banner-one .content a:hover .content-wrapper h2 {
        font-size: 37px;
        margin: 30px 0;
    }

    .content-banner-one .content .content-wrapper .quote,
    .content-banner-one .content a:hover .content-wrapper .quote {
        background-size: auto;
        padding: 9px 0 0 46px;
    }

    .content-banner-one .content .right div,
    .content-banner-one .content a:hover .right div {
        right: 11%;
        width: 120px;
    }

        .content-banner-one .content .right div h3 {
            font-size: 26px;
        }

        .content-banner-one .content .right div span {
            font-size: 17px;
        }
}

@media (max-width: 440px) {


    .content-banner-one .content .right div,
    .content-banner-one .content a:hover .right div {
        position: relative;
    }

    .content-banner-one .content {
        background-position: center 0;
    }
}
/**************************************************************************/
/*                           HOMEPAGE BANNER TWO                          */
/**************************************************************************/
.content-banner-two {
    margin-bottom: 20px;
    overflow: hidden;
}

    .content-banner-two .content {
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-image: url(/UserFiles/ToyotaCareers/Image/dealerships.jpg);
    }

        .content-banner-two .content .content-wrapper {
            padding: 10px 20px 0 20px;
            position: relative;
            margin: 0 auto;
        }

            .content-banner-two .content .content-wrapper h2 {
                font-size: 20px;
                text-align: left;
            }

            .content-banner-two .content .content-wrapper p {
                color: #000;
                font-size: 15px;
                text-shadow: 1px 1px 1px rgb(199, 199, 199);
            }

            .content-banner-two .content .content-wrapper div {
                margin-top: 51px;
                margin-bottom: 20px;
            }

@media (min-width: 768px) {
    .content-banner-two .content .content-wrapper {
        padding: 20px 40px 0 40px;
    }

        .content-banner-two .content .content-wrapper h2 {
            font-size: 28px;
        }

        .content-banner-two .content .content-wrapper p {
            width: 70%;
        }
}

@media (min-width: 992px) {
    .content-banner-two .content .content-wrapper p {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .content-banner-two .content .content-wrapper {
        padding: 30px 50px 0 50px;
    }

        .content-banner-two .content .content-wrapper h2 {
            font-size: 37px;
            margin: 30px 0;
        }
}

@media (max-width: 440px) {
    .content-banner-two .content {
        background-position: center 0;
    }
}

/**************************************************************************/
/*                           HOMEPAGE TOYOTANESS                          */
/**************************************************************************/

.toyotaness {
    margin-bottom: 20px;
    cursor: pointer;
}


    .toyotaness .left {
        background: url(/UserFiles/ToyotaCareers/Image/Picture4.png) center center no-repeat;
        background-size: cover;
        width: 50%;
        float: left;
        height: 300px;
        padding: 40px;
    }

        .toyotaness .left h2 {
            font-size: 37px;
            margin-bottom: 30px;
        }

        .toyotaness .left .quote {
            background-image: url(/themes/toyotacareers/images/quote.png);
            background-position: 0 0;
            background-repeat: no-repeat;
            padding: 3px 0 0 51px;
            font-size: 20px;
            background-size: 16px 13px;
            text-shadow: 1px 1px 0 rgb(199, 199, 199);
            margin: 0 0 20px 0;
            color: #000;
            background-size: auto;
        }

    .toyotaness .right {
        background: url(/UserFiles/ToyotaCareers/Image/Picture3.png) center center no-repeat;
        background-size: cover;
        width: 50%;
        float: left;
        height: 300px;
    }

@media (max-width:991px) {
    .toyotaness .left, .toyotaness .right {
        height: auto;
        min-height: 300px;
    }
}

@media (max-width:767px) {
    .toyotaness .left, .toyotaness .right {
        height: auto;
        width: 100%;
    }
}

.page-id-24188 #Title {
    cursor: pointer;
}

/*#region *************** Content Blocks *************/

.module-content .module-actions {
    top: 0 !important;
    min-width: 200px;
}

.edit-mode-on .droppable {
    display: none;
}

.edit-mode-on #Banner > .module-type-contenteditor.firstModule .module-actions {
    display: block;
}

/*#endregion ************* Content Blocks *************/

.module-type-slider .nivoSlider, .module-type-slider .bxSlider, .module-type-slider .slickSlider {
    visibility: visible !important;
}

.module-type-contentsearch {
    margin-top: 40px;
}

.scroll-to-top i.glyphicon {
    color: #eb0a1e;
    line-height: 16px;
}


.module-type-rssreader .module-actions {
    top: 57px !important;
}



/**************************************************************************/
/*                        API Results Display                             */
/**************************************************************************/
.job-listing-template {
    width: 100%;    
    margin-bottom: 20px;
}

    .job-listing-template .content {
        background: #e6e6e5;
        padding: 30px 25px 30px 25px;
    }

    .job-listing-template .jobitem {
        margin-bottom: 30px;
    }

        .job-listing-template .jobitem:last-child {
            margin-bottom: 0px;
        }

        .job-listing-template .jobitem .job-title,
        .job-listing-template .jobitem .job-title:hover {
            font-size: 21px;
            font-weight: bold;
            color: #000;
            text-decoration: none;
            margin-bottom: 12px;
            display: block;
        }

        .job-listing-template .jobitem .inline-more {
            display: inline;
            font-size: 15px;
            font-weight: bold;
            color: #000;
            margin-left: 3px;
        }

        .job-listing-template .jobitem .content {
            padding: 0 0 20px 0;
            border-bottom: 1px solid #ababab;
        }

        .job-listing-template .jobitem .heading {
            font-family: "proxima-nova", Arial, Helvetica, sans-serif;
            font-weight: bold;
            font-size: 30px;
            line-height: 34px;
            background: #ffffff;
            border-bottom: 4px solid #eb0a1e;
            margin: 20px 0 0 0;
        }


    .job-listing-template .content .no-job h4,
    .job-listing-template .content .error-title {
        font-weight: bold;
        font-size: 18px;
    }
