﻿html {
    background-color: #FFF;
}

body {
    background-color: #fff;
    color: gray;
    font-size: 11px;
    font-family: 'Ubuntu',sans-serif;
    width: 100%;
}

a {
    color: #F58220;
    outline: none;
}

    a:link, a:visited,
    a:active {
        color: #976636;
    }

    a:hover {
        color: #284B85;
    }


img {
    border: none;
}

/* Prevent safari from rounding corners */
input[type=text] {
    -webkit-appearance: none;
    border-radius: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #2B5E9F;
    margin: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

.wide {
    width: 100%;
}


/* main layout */
#container {
    width: 100%;
    max-width: 990px;
    margin: auto;
}

#header {
    font-size: 1em;
    height: 100px;
    width: 100%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul li {
    }

#header .logo {
    float: left;
    margin: 5px 0;
    width: 18%;
}

    #header .logo img {
        margin-left: 2em;
    }

#eventsGrid {
    border-style: none;
}

thead .k-header {
    background-image: none;
    font-size: x-small;
}

.k-grid-header .k-header {
    border-width: 0 0 1px 0;
}

.k-grid td {
    border-style: none;
}

.menu-box {
    width: 100%;
    color: White;
}

    .menu-box .k-header {
        background-color: #2b5e9f !important;
        background-image: none;
    }

    .menu-box ul.userBox, .menu-box ul.userBox li {
        height: 26px;
        line-height: 26px;
    }

    .menu-box .userBox li {
        float: left;
        padding: 0 1%;
        vertical-align: middle;
    }

    .menu-box ul.userBox {
    }

    .menu-box li {
        padding: 0px;
    }

    .menu-box a:link, .menu-box a:visited, .menu-box a:active, .menu-box a:hover {
        color: White;
    }

    .menu-box .k-menu .k-item > .k-link {
        padding: 0.5em 0.7em 0.4em;
        color: #ffffff;
    }

    .menu-box .k-item .k-group .k-item > .k-link, .menu-box .k-item .k-group .k-item > .k-link:visited {
        color: #464646;
    }

        .menu-box .k-item .k-group .k-item > .k-link:hover, .menu-box .k-item .k-group .k-item > .k-link:active, .menu-box .k-item .k-group .k-item > .k-state-active, .menu-box .k-item .k-group .k-item > .k-state-active:link {
            color: #ffffff;
        }

    .menu-box .k-state-active, .menu-box .k-state-active:hover, .menu-box .k-state-hover:hover > .k-state-active, .menu-box .k-item:hover {
        background-color: #F58220;
        color: White;
    }

#header .blue-nav {
    background-color: #2B5E9F;
    color: #FFFFFF;
    float: left;
    position: relative;
    text-align: right;
    width: 50.8%;
    height: 30px;
}

    #header .blue-nav:before {
        background: url("themes/trainup/images/blue_angle_web.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        content: " ";
        height: 30px;
        left: -32px;
        position: absolute;
        top: 0;
        width: 32px;
    }

    #header .blue-nav ul {
        float: right;
        margin-top: 0.2em;
    }

#header .orange-nav ul {
    margin: 10px 1em;
}

#header .blue-nav a {
    text-decoration: none;
}

#header .orange-nav a {
    text-decoration: none;
    color: #FFF;
    border-left: medium none;
    border-right: 2px solid #fff;
    color: #ffffff;
    padding: 0.5em 0.7em 0.4em;
}

#header .nav a:link, #header .nav a:visited {
    text-align: left;
    font-size: 12px;
}

#header .orange-nav {
    float: right;
    background-color: #F58220;
    color: #FFF;
    width: 31%;
    height: 30px;
}

    #header .orange-nav ul li {
        box-sizing: content-box;
        float: left;
        position: relative;
        vertical-align: top;
    }

#header .sub-header {
    float: left;
    height: 50px;
    width: 80%;
    margin-top: 5px;
}

#header .nav-steps-wrapper {
    float: left;
    margin-top: 5px;
    text-align: left;
    width: 40%;
}


#header .finding-training {
    color: #2b5e9f;
    float: left;
    font-weight: 600;
    letter-spacing: 0;
    margin-top: 2px;
    width: 30%;
}

#header .nav-steps {
    background: url("themes/trainup/images/steps_web.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 280px;
    text-transform: uppercase;
}

    #header .nav-steps a {
        color: #fff;
        float: left;
        font-size: 11px;
        height: 20px;
        margin-top: 1px;
        text-align: center;
        text-decoration: none;
        width: 33%;
        cursor: default;
    }

.nav-steps-wrapper h3 {
    color: #FF9934;
    font-size: 16px;
    margin-bottom: 5px;
}

.nav-steps-wrapper h4 {
    color: #FF9934;
    font-size: 16px;
    margin-bottom: 5px;
}

#header .nav-call-toll {
    float: left;
    margin-top: 20px;
    width: 30%;
}

.nav-call-toll img {
    float: left;
}

.nav-call-toll label {
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: 900;
    margin-left: 2%;
}

.nav-call-toll a {
    color: #476999;
    float: left;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    margin-left: 2%;
}

#header .nav-coupon {
    float: left;
    margin-top: 5px;
    width: 30%;
}

    #header .nav-coupon a {
        width: 100%;
    }

    #header .nav-coupon img {
        width: 100%;
    }

#header .nav-contact {
    float: right;
    font-weight: bold;
    margin: 5px 0 0;
    text-align: center;
    width: 40%;
}

    #header .nav-contact label {
        text-transform: uppercase;
    }

    #header .nav-contact a {
        color: #2C559A;
        text-decoration: none;
    }

#header .k-widget, #header .k-block, #header .k-inline-block, #header .k-draghandle {
    border: none;
}

    #header .k-menu .k-item .k-link, #header .k-widget.k-menu-horizontal > .k-item .k-link {
        border-right: 2px solid #FFF;
        border-left: none;
    }

    #header .k-menu .k-item, #header .k-widget.k-menu-horizontal > .k-item {
        border-right: none;
        border-left: none;
    }

        #header .k-menu .k-item.k-last .k-link {
            border-right: none;
        }

#header .orange-nav a.cart-icon {
    border: none;
}

#categoryImage {
    background-image: url("themes/trainup/images/bg.jpg");
    background-size: cover;
    width: 100%;
    height: 85px;
    margin-bottom: 5px;
}

    #categoryImage h1 {
        color: white;
        font-size: 22px;
    }

    #categoryImage li.title {
        width: 90%;
    }

    #categoryImage .category-header-left {
        display: inline-block;
        width: 58%;
    }

    #categoryImage .category-header-right {
        display: inline-block;
        width: 38%;
        text-align: right;
    }

#categoryImageShort {
    background-image: url("themes/trainup/images/bg.jpg");
    background-size: cover;
    width: 100%;
    height: 55px;
    margin-bottom: 5px;
}

    #categoryImageShort h1 {
        color: white;
        font-size: 18px;
    }

    #categoryImageShort li.title {
        width: 35%;
    }

input[type=submit] {
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.16em 0.7em;
}

input[type=button] {
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0.16em 0.7em;
}

.orange-btn {
    color: #FFFFFF !important;
    padding: 0.4em 0.7em;
    text-decoration: none;
    background-color: #F58220;
}

a.btn {
    color: #FFFFFF !important;
    padding: 0.4em 0.7em;
    text-decoration: none;
}

.blue-grid a.btn {
    background-color: #2B5E9F;
    color: #FFF;
}

.orange-grid a.btn {
    background-color: #F58220;
    color: #FFF;
}

.purple-grid a.btn {
    background-color: #7B5FAC;
    color: #FFF;
}

.brown-grid a.btn {
    background-color: #9E5316;
    color: #FFF;
}

.training-in-city-header {
    width: 54px;
    height: 42px;
    margin: 3px;
    background-repeat: no-repeat;
}

    .training-in-city-header.business-skills {
        background-image: url("/TUP4/images/Business_Icon_O.gif");
    }

    .training-in-city-header.information-tech {
        background-image: url("/TUP4/images/IT_Icon_O.gif");
    }

    .training-in-city-header.human-resources {
        background-image: url("/TUP4/images/HR_Icon_O.gif");
    }

    .training-in-city-header.microsoft-office {
        background-image: url("/TUP4/images/MSFT_Icon_O.gif");
    }

    .training-in-city-header.finance-training {
        background-image: url("/TUP4/images/Finance_Icon_O.gif");
    }

    .training-in-city-header.other-training {
        background-image: url("/TUP4/images/Other_icon_O.gif");
    }

#header .nav-steps a.register {
}

#body-with-sidebar {
    /* width: 100%;
    margin-bottom: 10px;*/
    width: 77.3%; /* 765 / 990 */
    float: left;
    margin-bottom: 10px;
}

#body-with-sidebar.wide {
    width:100%;
}

#body {
    width: 100%; /* 765 / 990 */
    float: left;
    margin-bottom: 10px;
}

#right-sidebar, #right-sidebar-bottom {
    width: 22.2%; /* 220 / 990 */
    float: right;
    margin-bottom: 10px;
}

    #right-sidebar .video-container {
        background-color: #000;
        height: 150px;
        width: 100%;
        margin-bottom: 10px;
    }

    #right-sidebar .description, #right-sidebar-bottom .description {
        background-color: #EEEEEE;
        font-size: 0.9em;
        margin: 0 auto 10px;
        padding: 5% 5% 10%;
        width: 100%;
        color: #7D7D7D;
    }

    #right-sidebar .description h3, #right-sidebar-bottom .description h3 {
        font-size: 1.1em;
        margin: 0;
    }

    .info-popup {
        background-color: #EEEEEE !important;
    }

    #right-sidebar .sidebar-box, #right-sidebar-bottom .sidebar-box, .info-popup .sidebar-box {
        background-color: #EEEEEE;
        font-size: 0.9em;
        width: 100%;
        color: #7D7D7D;
        margin-bottom: 10px;
    }

    .info-popup .sidebar-box {
        text-align: center;
    }

    #right-sidebar .sidebar-box input[type=text], #right-sidebar .sidebar-box select, #right-sidebar .sidebar-box textarea, #right-sidebar-bottom .sidebar-box input[type=text], #right-sidebar-bottom .sidebar-box select, #right-sidebar-bottom .sidebar-box textarea, .info-popup .sidebar-box input[type=text], .info-popup .sidebar-box select, .info-popup .sidebar-box textarea {
        border-top: 2px solid #CCC;
        border-bottom: none;
        border-right: none;
        border-left: none;
        margin-bottom: 10px;
        width: 98%;
        color: #7D7D7D;
    }

    #right-sidebar .request-info-body, #right-sidebar-bottom .request-info-body {
        margin: auto;
        padding: 5%;
    }

    #right-sidebar .request-info-submit, #right-sidebar-bottom .request-info-submit {
        width: 100%;
    }

    .info-popup .request-info-submit {
        width: 90%;
    }

    .info-popup div.sidebar-header {
        display: none;
    }

    #right-sidebar div.sidebar-header, #right-sidebar h2.sidebar-header, #right-sidebar-bottom div.sidebar-header, #right-sidebar-bottom h2.sidebar-header {
        background-color: #2C5FA0;
        color: #FFFFFF;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0;
        padding: 5% 7%;
    }

    #search-sidebar .sidebar-box input[type=text], #search-sidebar .sidebar-box select, #search-sidebar .sidebar-box textarea {
        border: none;
    }

    span.k-widget.k-autocomplete.k-header.k-state-default {
        height: 34px;
    }

    .k-autocomplete.k-header {
        margin-bottom: 7px;
    }

    #search-body-with-sidebar {
        width: 70%;
        float: left;
        margin-bottom: 10px;
    }

    #search-sidebar {
        width: 30%;
        float: left;
        margin-bottom: 10px;
    }

    #search-sidebar .video-container {
        background-color: #000;
        height: 150px;
        width: 100%;
        margin-bottom: 10px;
    }

    #search-sidebar .description {
        background-color: #EEEEEE;
        font-size: 0.9em;
        margin: 0 auto 10px;
        padding: 5% 5% 10%;
        width: 100%;
        color: #7D7D7D;
    }

        #search-sidebar .description h3 {
            font-size: 1.1em;
            margin: 0;
        }

    #search-sidebar .sidebar-box {
        background-color: #EEEEEE;
        font-size: 0.9em;
        width: 100%;
        color: #7D7D7D;
        margin-bottom: 10px;
    }

        #search-sidebar .sidebar-box input[type=text], #search-sidebar .sidebar-box select, #search-sidebar .sidebar-box textarea {
            border-top: 2px solid #CCC;
            border-bottom: none;
            border-right: none;
            border-left: none;
            margin-bottom: 10px;
            width: 98%;
            color: #7D7D7D;
        }

    #search-sidebar .request-info-body {
        margin: auto;
        padding: 0 5% 5% 5%;
    }

    #search-sidebar .request-info-submit {
        width: 100%;
    }

    #search-sidebar h2.sidebar-header, #search-sidebar div.sidebar-header {
        background-color: #2C5FA0;
        color: #FFFFFF;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0;
        padding: 5% 7%;
    }

input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000;
}

input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000;
}

input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000;
}

.layout-footer {
    background-color: #2B5188;
    font-family: Helvetica,Sans-Serif;
    font-size: 0.8em;
    margin: 0;
    min-height: 350px;
    padding: 10px 0;
    text-transform: capitalize;
    width: 100%;
    color: #FFFFFF;
    clear: both;
}

.layout-footer-ad {
    background-color: #FFFFFF;
    min-height: 0;
}

.nav_even {
    clear: none;
    float: left;
    margin: 0 2%;
    text-align: left;
    width: 21%;
}

.layout-footer ul {
    margin: 10px 0;
}

    .layout-footer ul li {
        line-height: 170%;
        display: block;
    }

.layout-footer a, .layout-footer a:link, .layout-footer a:visited {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    transition: color 0.1s linear 0s, background-color 0.1s linear 0s;
    vertical-align: baseline;
    color: #FFF;
}

.layout-footer h5 {
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
}

.layout-footer a.tel {
    font-size: 1.3em;
    font-weight: bold;
}

.ico_facebook.icon_l {
    background-image: url("themes/base/images/32/facebook.png");
}

.ico_twitter.icon_l {
    background-image: url("themes/base/images/32/twitter.png");
}

.ico_linkedin.icon_l {
    background-image: url("themes/base/images/32/linkedin.png");
}

.icon_l.block {
    height: 32px;
    width: 32px;
}

.icon_s.block, .icon_m.block, .icon_l.block {
    display: block;
}

.left {
    float: left;
}

.right {
    float: right;
}

ul.horizontalFlow li {
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: middle;
}

.section {
    margin: 10px 0;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.footer-ad {
    display: inline-block;
    background-image: url('/Images/OLC-728x90-8.14-1.jpg');
    background-repeat: no-repeat;
    width: 728px;
    height: 90px;
}

.provider-banner {
}

.breadcrumb-container {
    background-color: #eeeeee;
    border-radius: 3px;
    color: #f58220;
    min-height: 26px;
    margin-bottom: 10px;
    width: 100%;
}

    .breadcrumb-container a {
        margin-right: 0.5em;
        text-decoration: none;
        color: #2B5E9F;
        margin-top: 6px;
        float: left;
        margin-left: 1%;
        font-size: 1.1em;
    }

    .breadcrumb-container .last {
        margin-right: 0.5em;
        color: #373737;
        margin-top: 6px;
        float: left;
        margin-left: 1%;
        font-size: 1.1em;
    }

.breadcrumb-separator {
    float: left;
    background: url(/TUP4/Images/separator.png) no-repeat;
    background-position: center;
    width: 11px;
    height: 26px;
}

.breadcrumb-container .home-link {
    text-indent: -9999px;
    background: url('/TUP4/Images/home_icon.png') no-repeat;
    width: 13px;
    height: 11px;
}

ul.course-options li {
    display: inline-block;
    width: 108px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: top;
}

    ul.course-options li a {
        color: #FF9933;
        text-decoration: none;
    }

.course-option-icon {
    display: inline-block;
    color: black;
    vertical-align: middle;
}

.course-option-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    /*margin-left: 3px;*/
}

#body .main-grid, #body-with-sidebar .main-grid {
    clear: both;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

#body .incity-main-grid, #body-with-sidebar .incity-main-grid {
    clear: both;
    margin: auto;
    padding-bottom: 10px;
    width: 98%;
}

#body .incity-grid, #body-with-sidebar .incity-grid {
    float: left;
    margin-bottom: 10px;
    margin-left: 0.5em;
    padding-bottom: 10px;
    width: 32%;
}

#body .sub-grid, #body-with-sidebar .sub-grid {
    width: 49.5%;
    float: left;
    margin-right: 5px;
}

    #body .sub-grid.three-box, #body-with-sidebar .sub-grid.three-box {
        width: 32%;
    }

    #body .sub-grid.last, #body-with-sidebar .sub-grid.last {
        margin-right: 0%;
    }

#body .sub-grid-header, #body-with-sidebar .sub-grid-header {
    color: white;
    background-color: #2B5E9F;
    padding: 10px;
    font-size: larger;
}

#body .sub-grid-container, #body-with-sidebar .sub-grid-container {
    clear: both;
    float: left;
    margin-bottom: 10px;
}

#body .sub-grid-title {
    margin-bottom: 10px;
}

.content-box {
    border: 1px solid #c5c5c5;
    padding: 10px;
}

div.category-header {
    padding: 10px;
    width: 100%;
}

    div.category-header ul {
        display: inline;
        width: 100%;
    }

        div.category-header ul li {
            display: inline-block;
            vertical-align: top;
            margin-left: 10px;
        }

            div.category-header ul li ul {
                text-align: center;
            }

                div.category-header ul li ul li {
                    display: list-item;
                    color: white;
                    font-size: 12px;
                }

                    div.category-header ul li ul li a {
                        color: white;
                        text-decoration: none;
                    }

div.category-header-short {
    padding: 10px;
    width: 100%;
}

    div.category-header-short ul {
        display: inline;
        width: 100%;
    }

        div.category-header-short ul li {
            display: inline-block;
            vertical-align: top;
            margin-left: 5px;
        }

            div.category-header-short ul li ul {
                text-align: center;
            }

                div.category-header-short ul li ul li {
                    display: inline-block;
                    color: white;
                    font-size: 12px;
                    text-align: left;
                }

                    div.category-header-short ul li ul li a {
                        color: white;
                        text-decoration: none;
                    }

                        div.category-header-short ul li ul li a img {
                            color: white;
                            text-decoration: none;
                            width: 75%;
                            height: 75%;
                        }

div.search-box-header {
    margin-bottom: 5px;
}

    div.search-box-header ul {
        display: inline-block;
        width: 95%;
    }

        div.search-box-header ul li {
            display: inline-block;
            vertical-align: top;
            margin: 0;
        }

    div.search-box-header.v3 {
        margin: 15px;
    }

    div.search-box-header #searchBarQuery_TUP3 {
        padding: 10px;
        font-size: 12px;
        color: #767676;
        border-style: solid;
        border-width: 1px;
        border-color: #666666;
        border-left-style: none;
        height: 34px;
        width: 80%;
        float: left;
    }

.search-box-button {
    width: 34px;
    height: 34px;
    background: url("themes/trainup/images/search.png") no-repeat;
    cursor: pointer;
    text-indent: -9999px;
    float: left;
    background-position: center;
}

.search-box-button-2 {
    float: left;
    margin-left: 1px;
    vertical-align: top;
    padding: 0 !important;
    width: 142px;
    height: 34px;
    color: white !important;
    background-color: #009966;
    font-size: 14px;
    cursor: pointer;
}

.search-box-modes {
    background-color: #666666;
    color: #ffffff;
    width: 320px;
    text-align: center;
    padding: 10px;
    float: left;
}

#body .sub-grid-footer, #body-with-sidebar .sub-grid-footer {
    clear: both;
    padding: 20px 0.2em 15px;
}

#body .incity-grid .sub-grid-footer, #body-with-sidebar .incity-grid .sub-grid-footer {
    padding-left: 0.9em;
}

#body .blue-grid, #body-with-sidebar .blue-grid {
    background-color: #4A94D3;
}

#body .dark-blue-grid, #body-with-sidebar .dark-blue-grid {
    background-color: #2C5FA0;
}

#body .blue-grid a:link, #body-with-sidebar .blue-grid a:link, #body .blue-grid a:visited, #body-with-sidebar .blue-grid a:visited, #body .blue-grid a:active, #body-with-sidebar .blue-grid a:active {
    color: #4A94D3;
}

#body .dark-blue-grid a:link, #body-with-sidebar .dark-blue-grid a:link, #body .dark-blue-grid a:visited, #body-with-sidebar .dark-blue-grid a:visited, #body .dark-blue-grid a:active, #body-with-sidebar .dark-blue-grid a:active {
    color: #4A94D3;
}

#body .purple-grid, #body-with-sidebar .purple-grid {
    background-color: #7B5FAC;
}

    #body .purple-grid a:link, #body-with-sidebar .purple-grid a:link, #body .purple-grid a:visited, #body-with-sidebar .purple-grid a:visited, #body .purple-grid a:active, #body-with-sidebar .purple-grid a:active {
        color: #7B5FAC;
    }

#body .brown-grid a:link, #body-with-sidebar .brown-grid a:link, #body .brown-grid a:visited, #body-with-sidebar .brown-grid a:visited, #body .brown-grid a:active, #body-with-sidebar .brown-grid a:active {
    color: #9E5316;
}

#body .brown-grid, #body-with-sidebar .brown-grid {
    background-color: #9E5316;
}

#body .orange-grid, #body-with-sidebar .orange-grid {
    background-color: #F58220;
}

#body .dark-orange-grid, #body-with-sidebar .dark-orange-grid {
    background-color: #EA8233;
}

#body .mustard-grid, #body-with-sidebar .mustard-grid {
    background-color: #B1AB30;
}

#body .red-grid, #body-with-sidebar .red-grid {
    background-color: #962141;
}

#body .gray-grid, #body-with-sidebar .gray-grid {
    background-color: #574747;
}

#body .grid-header-container, #body-with-sidebar .grid-header-container {
    padding-top: 5px;
    display: table;
}

#body .grid-header, #body-with-sidebar .grid-header {
    color: #FFFFFF;
    margin-top: 0;
    display: table-cell;
    padding-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
}

    #body .grid-header a, #body-with-sidebar .grid-header a {
        color: #FFFFFF !important;
        text-decoration: none;
    }

#body .incity-grid .grid-header, #body-with-sidebar .incity-grid .grid-header {
    float: left;
    font-size: 0.9em;
    margin: 5px 0 0 0.5em;
    padding: 0;
    width: 60%;
}

#body .grid-header-img, #body-with-sidebar .grid-header-img {
    float: left;
    margin-left: 1em;
    display: table-cell;
    vertical-align: middle;
}

#body .grid-content, #body-with-sidebar .grid-content {
    background-color: #FFFFFF;
    margin: 10px;
    /*width: 98%;*/
    clear: both;
}

#body .incity-grid .grid-content, #body-with-sidebar .incity-grid .grid-content {
    min-height: 170px;
    width: 93%;
}

.box-footer-link {
    display: block;
    padding: 5px;
    float: right;
}

.white {
    color: white !important;
}

ul.incity-courses {
    font-size: 0.9em;
    list-style-type: disc;
    padding: 15px 0 0 2em;
}

ul.related-training {
    font-size: 0.9em;
    list-style-type: disc;
    padding: 0 0 0 2em;
}

#body ul.incity-courses li a {
}

#body .grid-content-area, #body-with-sidebar .grid-content-area {
    padding: 1em;
}

#body .grid-content table, #body-with-sidebar .grid-content table {
    margin-bottom: auto;
}

#body h1.main-headline {
    color: #2B5E9E;
    font-size: 1.5em;
}

#body h1.incity-headline {
    color: #2B5E9E;
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-left: 0.5em;
}

#body table tr {
    height: 30px;
}

#body table th {
    color: #969696;
    font-size: 0.8em;
    text-align: left;
}

#body table td {
}

    #body table td.type, #body table th.type {
        text-align: center;
    }

.align-center {
    text-align: center;
}

span.course-type {
    color: #FFFFFF;
    margin: 0 0.1em;
    padding: 0 0.3em;
}

span.type-c {
    background-color: #4DA82F;
}

span.type-o {
    background-color: #4A94D3;
}

span.type-b {
    background-color: #8D6237;
}

span.type-v {
    background-color: #00AEEF;
}

span.type-cv {
    background-color: #007F0E;
}

span.type-d {
    background-color: #959691;
}

a.course-info {
    border: 2px solid #F58220;
    border-radius: 50%;
    color: #F58220;
    font-weight: bold;
    padding: 0 0.4em;
    text-decoration: none;
}

.course-id {
    width: 10%;
}

.title {
    width: 50%;
}

.tooltip-container {
    padding: 0.2em;
    text-align: left;
}

.clear {
    clear: both;
}

.queryBox {
    /*width:100%;*/
    padding: 3px;
    color: #333333;
    background-color: #D4E4F8;
}

.queryBoxLine {
    padding: 3px;
}

    .queryBoxLine ul li {
        display: inline-block;
        margin-left: 3px;
    }

ul.course-title li {
    display: inline-block;
    vertical-align: top;
}

ul.sub-category li {
    display: inline-block;
    margin: 5px;
}

ul.sub-category-fixed-width-column li {
    width: 220px;
}

ul.sub-category li::before {
    content: "\2022\0020";
}

.hover_info_box {
    position: relative;
    border: 2px solid #cccccc;
    color: black;
    padding: 10px;
    z-index: 1000;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

.hover_info_header {
    font-size: 14px;
    font-weight: bold;
    color: #486791;
}

.hover_info_box:after, .hover_info_box:before {
    right: 100%;
    top: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.hover_info_box:after {
    border-color: rgba(148, 148, 148, 0);
    border-width: 30px;
    margin-top: -30px;
    border-right-color: rgba(255,255,255,1);
    border-right-color: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    border-right-color: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    border-right-color: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    border-right-color: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    border-right-color: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    border-right-color: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

.hover_info_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #cccccc;
    border-width: 36px;
    margin-top: -36px;
}

.hover_info_details {
    margin-top: 10px;
    width: 400px;
    line-height: 120%;
}

    .hover_info_details ul li {
        display: inline-block;
        line-height: 120%;
    }

.hover_info_header_list ul li {
    vertical-align: top;
    width: 20%;
}

.hover_info_details_list ul li {
    vertical-align: top;
    width: 20%;
}

.hover_info_course_list ul li {
    vertical-align: top;
    width: 90%;
}

.hover_info_product_type {
    margin-top: 10px;
    width: 140px;
    line-height: 130%;
}

    .hover_info_product_type ul li {
        display: inline-block;
        line-height: 130%;
    }

/**** HOME PAGE ***/
*, *:before, *:after {
    box-sizing: border-box;
}

#home-page-wrapper {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 10px;
}

#left-nav {
    background-color: #3e3e3e;
    color: #dadada;
    float: left;
    height: 400px;
    width: 22%;
}

#home-page-wrapper .clearfix:after {
    clear: both;
}

#home-page-wrapper .clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

/* Partners */
#body-with-sidebar .goodwill-logo {
    width: 222px;
}

#body-with-sidebar .goodwill-description {
    width: 72%;
}

.goodwill-description-text {
    font-size: 16px;
    font-weight: bold;
    color: #6D6D6D;
}

#body-with-sidebar .goodwill-portal {
    background-color: #EDEDED;
    padding: 30px;
    width: 44.5%;
    margin-left: 2%;
    margin-right: 2%;
}

    #body-with-sidebar .goodwill-portal div ul {
        list-style: disc;
        margin-top: 10px;
        margin-left: 20px;
    }

        #body-with-sidebar .goodwill-portal div ul li {
            margin-top: 5px;
            font-size: 12px;
        }

    #body-with-sidebar .goodwill-portal div p {
        font-weight: bold;
        font-size: 14px;
        margin-top: 10px;
    }

.goodwill-portal-button {
    margin: 0px auto;
    margin-top: 20px;
    padding: 10px;
    width: 80%;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

    .goodwill-portal-button.goodwill-portal-button-blue {
        background-color: #2B5E9F;
    }

    .goodwill-portal-button.goodwill-portal-button-orange {
        background-color: #FF9933;
    }

    .goodwill-portal-button span {
        margin-top: 20px;
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

/* Kendo ui customizations */
input#searchBarQuery.k-input {
    font-size: 12px;
    height: 30px;
}

input#searchBarQuery {
    background: #ffffff !important;
}

.k-input {
    background: #e7e7e7;
}

.k-filter {
    background-position: 0px 0px;
    background-image: url('/TUP4/Images/filter-results.png');
    background-size: cover;
    height: 18px;
    width: 49px;
}

.k-tooltip {
    background: #E9E9E9 !important;
}

.k-widget.k-tooltip {
    color: #333 !important;
}

.k-tooltip h3 {
    color: #2C559A;
}

.k-tooltip label {
    font-weight: bold;
}

.k-tooltip p {
    text-align: left;
}

#grid_tt_active {
    width: 100% !important;
    height: 100% !important;
}

.k-tabstrip {
    background-image: none;
    background-color: #2B5E9F;
}

.k-tabstrip-items .k-state-default {
    background-color: #2B5E9F;
    color: #fff;
    border-style: none;
}

.k-tabstrip-items .k-state-active {
    background-color: #fff;
    border-style: none;
    border-top-style: none;
    border-left-style: solid;
    border-bottom-style: none;
    border-right-style: none;
}

.k-tabstrip-items .k-state-default .k-link {
    color: #fff;
}

.k-tabstrip-items .k-tab-on-top .k-link {
    color: #FF9933;
}

.k-tabstrip-items .k-link {
    font-size: 16px;
}

.k-tabstrip .k-content {
    margin: 0px;
}

.square-corners {
    -webkit-appearance: none;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-radius: 0px;
}

/* pure md */
@media only screen and (max-width:1024px) {
    #header .nav-call-toll, #header .nav-coupon {
        /*display:none;*/
    }

    #header .nav-steps-wrapper {
        margin-left: 3%;
        margin-right: 2%;
        width: 35%;
    }

    .breadcrumb-container {
        clear: both;
        float: left;
        margin-top: 10px;
    }

    #header .sub-header {
        width: 100%;
    }

    #header .blue-nav::before {
        display: none;
    }

    #header .logo {
        width: 18%;
    }

        #header .logo img {
            width: 60%;
        }

    #header .blue-nav {
        width: 82%;
    }

    #header .orange-nav {
        float: left;
        width: 82%;
    }

    #header .blue-nav ul {
        float: left;
    }

    #coupon {
        display: none;
    }
}

/* pure sm */
@media only screen and (max-width:768px) {
    #header {
        font-size: 1em;
        height: 85px;
        width: 100%;
    }

        #header .logo {
            display: inline-block;
            margin: 5px;
            width: 20%;
        }

            #header .logo img {
                margin-left: 0px;
                width: 100%;
            }

        #header .blue-nav {
            display: none;
        }

        #header .orange-nav {
            display: none;
        }

        #header .sub-header {
            display: inline-block;
            float: right;
            width: 70%;
        }

        #header .nav-steps-wrapper {
            /*width:90%;*/
            display: none;
        }

        #header .nav-call-toll {
            width: 100%;
            margin-top: 5%;
            /*display:none;*/
        }

        #header .nav-coupon {
            width: 100%;
            /*display: none;*/
        }

    #search-sidebar {
        width: 100%;
    }

    #body-with-sidebar {
        float: left;
        clear: both;
        width: 100%;
    }

        #body .sub-grid, #body-with-sidebar .sub-grid {
            width: 100%;
            margin-bottom: 10px;
            margin-right: 0 !important;
        }

            #body .sub-grid.three-box, #body-with-sidebar .sub-grid.three-box {
                width: 100%;
            }

        #body .sub-grid-container, #body-with-sidebar .sub-grid-container {
            float: none;
        }

    .nav_even {
        clear: both;
        float: left;
        width: 100%;
        margin: 0;
    }

    .layout-footer {
        float: left;
    }

        .layout-footer a {
            font-size: 10px;
        }

    #categoryImage li.title {
        width: 90%;
    }

    #categoryImage .category-header-left {
        width: 100%;
    }

    #categoryImage .category-header-right {
        display: none;
    }

    #categoryImageShort li.title {
        width: 90%;
    }

    #categoryIcons {
        display: none;
    }

    .footer-ad {
        background-image: url('/Images/OLC-300x250.jpg');
        width: 300px;
        height: 250px;
    }

    .k-autocomplete.k-header {
        width: 80%;
    }

    .search-box-button-2 {
        font-size: 10px;
    }

    #right-sidebar {
        float: left;
        width: 100%;
    }

	#right-sidebar .description {
		height: 200px;
		overflow-y: scroll;
	}

    #right-sidebar-bottom {
        float: right;
        width: 100%;
    }

    .search-box-modes {
        display: none;
    }

    #modalityLegend {
        display: none;
    }
}

/* pure xsm */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.info-icon-live {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.33333333em;
    text-rendering: auto;
    line-height: 0.75em;
    vertical-align: -15%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    margin-left: 5px;
    color: #ff9933;
}

.info-icon-bundle {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.33333333em;
    text-rendering: auto;
    line-height: 0.75em;
    vertical-align: -15%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    margin-left: 5px;
    color: #7B5FAC;
}

.info-icon-online {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.33333333em;
    text-rendering: auto;
    line-height: 0.75em;
    vertical-align: -15%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    margin-left: 5px;
    color: #4A94D3;
}
