.bread {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.breadcrumbs {
    padding-left: 10px;
}

    .breadcrumbs span a {
        text-decoration: none;
        color: #4a4a4a;
    }

        .breadcrumbs span a.active {
            color: #cb3333;
            cursor: text;
        }

.billboard {
    margin-bottom: 20px;
    position: relative;
    background: #ffffff;
}

.inner-banner {
    margin: 0;
    border-radius: 0;
    border: none;
    height: 390px;
    overflow: hidden;
}

    .inner-banner .bx-wrapper .slides {
        margin: 0;
    }

    .inner-banner .bx-wrapper {
        margin-bottom: 0;
    }

        .inner-banner .bx-wrapper .bx-viewport {
            box-shadow: none;
            border: none;
            left: 0;
        }

    .inner-banner .bx-controls {
        position: absolute;
        right: 36px;
        bottom: 8px;
        width: 180px;
    }

    .inner-banner .bx-wrapper .bx-pager {
        text-align: right;
        z-index: 9999
    }

        .inner-banner .bx-wrapper .bx-pager.bx-default-pager a {
            font-size: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background-color: #c52525;
            width: 16px;
            height: 16px;
        }

            .inner-banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .inner-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
                background-color: #797979;
                text-indent: 9999px;
            }

    .inner-banner .slides > li {
        position: relative;
        width: 100%;
        list-style: none;
    }

        .inner-banner .slides > li > img {
            width: 100%;
        }

.billboard-content-right {
    width: 30%;
    float: right;
}

.billboard-content-left {
    width: 68%;
    float: left;
    height: 100%;
}

.billboard-content-right h2 {
    text-transform: none;
    font-weight: 600;
    padding: 20px 20px 20px 20px;
    color: #292c32;
    border-bottom: 1px solid #dadada;
    margin-right: 14px;
    font-family: "Titillium Web";
}

    .billboard-content-right h2 span {
        font-size: 0.522em !important;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

.billboard-content-right p {
    padding: 0 20px 0 20px;
    color: #333333;
    overflow: hidden;
}

.billboard-content-right a {
    color: #333333;
}

.content-education {
    padding: 20px 0;
    display: block;
    width: 100%;
    border-top: 1px solid #c6c6c6;
}

.content-education-left {
    float: left;
    width: 32%;
}

.content-education-right {
    float: right;
    width: 66%;
}

    .content-education-right p {
        color: #333333;
    }

.general-info, .event-info {
    background: #f5f0e3;
    color: #ffffff;
    padding: 0 20px;
    margin-bottom: 20px;
}
    .general-info h3, .event-info h3 {        
        padding: 10px 0 15px 34px;
        background: url("../images/inner/icon-book.png") no-repeat 3% 45%;
        margin: 0;
        position: relative;
        font-weight: normal;
    }

        .general-info h3:after, .event-info h3:after {
            content: "";
            height: 1px;
            width: 100%;
            background: url(../images/common/bdr-right-gry.png) repeat-x;
            position: absolute;
            left: 0;
            bottom: 0;
        }
        .general-info h3{
            color: #393939; 
            border-bottom: 2px dotted #D7373E; 
            margin-bottom: 15px;                      
        }
    

    .general-info ul, .event-info ul {
        list-style: none;
        padding: 0 0 0 0;
        margin: 12px 0 0 0;
    }

        .general-info ul li:first-child, .event-info ul li:first-child {
            padding-top: 0;
            border-top: none;
        }

        .event-info ul li {
            padding: 12px;            
            border-top: 1px solid #8ba6be;
        }

            .event-info ul li a {
                color: #ffffff;
                text-decoration: none;
                padding-left: 25px;
                background: url("../images/inner/bullet-arrow.png") no-repeat 15px 50%;
                font-size: 1.167em;
            }

                .general-info ul li a:hover, .event-info ul li a:hover {
                    text-decoration: underline;
                }

.event-info {    
    background: #174d7c;
    margin-top: 10px;
}

    .event-info h3 {
        background: url("../images/inner/event-infobg.png") no-repeat 3% 45%;
    }

.content-education-right h2 {
    margin-top: 5px;
    color: #333333;
}

.list-one {
    padding-top: 15px;
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

    .list-one li {                
        margin-bottom: 10px;
        padding-left: 33px;
        background: url("../images/inner/list-one-bullet.png");
        background-repeat: no-repeat;
        background-position: 0 0;
    }

        .list-one li:hover {
            background: url("../images/inner/list-one-bulle-hovert.png");
            background-repeat: no-repeat;
            background-position: 0 0;
        }
        
        .list-one li a {
            text-decoration: none;
            color: #333333;
            display: block;
            background: #f5f0e3;
            line-height: 0;            
            padding: 13px 5px;            
            margin-right: 45px;
        }

        .list-one li:hover a {
            color: #fff;
            background: #393939;
            line-height: 0;
        }

    .content-education-right .list-one{
       background: url("../images/common/bdr-right.png") repeat-x 0 0;
    }
    .content-education-right .list-one li{
        width: 43%;
        float: left;

    }

.highlight-navigation {
    background: #174d7c;
}

    .highlight-navigation ul {
        padding: 9px 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }

        .highlight-navigation ul li {
            float: left;
            height: 40px;
            background: url("../images/common/bdr-btm-white.png") repeat-y scroll 0 2px rgba(0, 0, 0, 0);
            background: url("../images/common/bdr-btm-white.png") repeat-y scroll 0 2px;
        }

            .highlight-navigation ul li:first-child {
                background: none;
            }

            .highlight-navigation ul li a {
                color: #ffffff;
                display: table-cell;
                font-family: 'Titillium web';
                font-size: 1.5em;
                height: 38px;
                line-height: 1;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
                vertical-align: middle;
                font-weight: 600;
                width: 234px;
                zoom: 1;
            }

                .highlight-navigation ul li a:hover {
                    text-decoration: underline;
                }

.border-right {
    border-right: 1px solid #cccccc;
}

.content-careers {
    padding-bottom: 40px;
}

.careers-bottom-block {    
    margin: 23px auto;
    padding: 0 40px 20px 40px;
    width: 25%;
    float: left;
    box-sizing: border-box;
    background: url('../images/inner/sep-careers.png') no-repeat top right;
}

    .careers-bottom-block:last-child {        
        background: none;
    }

    .careers-bottom-block h5 {
        margin-top: 5px;
        text-transform: none;
        line-height: 1.2em;        
        color: #333333;        
        font-size: 1.22em;
    }

    .careers-bottom-block a {
        color: #333333;
        text-decoration: none;                    
    }

        .careers-bottom-block a:hover {
            text-decoration: underline;
        }

#main-content {
    width: 635px;
    padding: 0 30px;
    border: 1px solid #dbd9d5;
    box-shadow: 0 1px #ebe9e7;
    background: #ffffff;
}

#mid-content {
    width: 455px;
    background: #ffffff;
    margin: 0 20px;
}

    #mid-content .content {
        padding: 0 30px;
    }

.side-bar-right, .side-bar-news {
    width: 220px;
}

.side-bar-news {
    border: 0;
}

    .side-bar-news .content {
        border: 1px solid #dbd9d5;
        box-shadow: 0 1px #ebe9e7;
        padding: 15px;
        background: #ffffff;
        margin-bottom: 20px;
    }


.side-bar {
    width: 220px;
}

    .side-bar .content, .side-bar-right .content {
        padding: 15px;
        background: #ffffff;
    }

.news-container {
    padding: 0 0 60px 0;
}

    .news-container .side-bar {
        margin: 0 0 0 20px;
    }

#main-content h3 {
    display: block;
    *display: inline;
    zoom: 1;
    text-transform: none;
}

#main-content table {
    border: 1px solid #d2d2d2;
    width: 100%;
    padding: 5px 0;
}

    #main-content table tr th, #main-content table tr td {
        padding: 12px 25px;
        ;
    }

    #main-content table tr th {
        background: #e4ebef;
        color: #333333;
        text-align: left;
        font-size: 1.083em;
        font-weight: bold;
    }

    #main-content table tr td {
        border: 1px solid #d2d2d2;
        color: #333333;
    }

        #main-content table tr td a {
            color: #333333;
            text-decoration: none;
        }
		 #main-content table tr td  p a {
            color: #cb3333;
            text-decoration: none;
        }

            #main-content table tr td a:hover {
                text-decoration: underline;
            }

.news #main-content table tr td:first-child {
    width: 110px;
}

#main-content table .th-red th {
    background: #b92827;
    color: #ffffff;
}

#main-content table .tr-bg td {
    background: #fff1f1 !important;
}

.news-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

    .news-content h3 {
        color: #333333;
        font-weight: 600;
        font-size: 1.917em;
    }

    .news-content h2 {
        text-transform: none;
        color: #333333;
        font-weight: 600;
    }

.search-result {
    background: #2e2e2e;
    display: block;
    padding-left: 10px;
}

    .search-result h2 {
        color: #ffffff;
        padding: 5px 0;
    }

.back-to-top {
    padding: 20px 0;
    text-align: right;
}

    .back-to-top a {
        color: #333333 !important;
        padding: 6px 15px 6px 40px;
        text-decoration: none;
        background: #f5f0e3 url("../images/common/back-to-top-arrow.png") no-repeat 0 50%;
    }

        .back-to-top a:hover {
            color: #ffffff !important;
            background: #5d5d5d url("../images/common/back-to-top-arrow-hover.png") no-repeat 0 50%;
        }

.news-search {
    padding-bottom: 10px;
}

    .news-search h3, .subscribe h3 {
        margin: 0;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
        color: #cb3333;
        line-height: 1.5;
    }

    .news-search h6:first-child {
        margin: 5px 0;
        color: #555555;
    }

.news-search-box {
    border: 1px solid #cccccc;
    display: block;
}

    .news-search-box input[type="text"] {
        float: left;
        padding: 5px;
        border: 0;
        width: 80%;
    }

    .news-search-box input[type="submit"] {
        border: 0;
        background: url("../images/common/sprite.png") -84px 7px;
        width: 20px;
        height: 20px;
    }

.news-search div > select, .date-range select {
    background: url("../images/common/select-drop-down.png") no-repeat 45px 0;
    width: 65px;
    border: 1px solid #ccc;
    margin-right: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.news-search ul, .subscribe ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

    .news-search ul li, .subscribe ul li {
        margin: 10px 0;
    }

.news-search div ul li input[type="checkbox"] {
    margin: 0 10px 0 0;
    background: url("../images/common/checked-box.png") no-repeat 0 0;
    opacity: 1;
}

.news-search-submit {
    font-family: "Titillium web";
    text-align: right;
    text-transform: uppercase;
    font-size: 1.33em;
    border: none;
    background: #2d2d2d;
    color: #ffffff;
    float: right;
    padding: 2px 10px;
}

.subscribe ul li a {
    color: #555555;
    background: url("../images/common/rss.png") no-repeat 0 5px;
    padding-left: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.news-search > div {
    padding-bottom: 10px;
}

.view-more {
    margin: 20px 0;
    display: block;
    text-align: right;
}

    .view-more a {
        background: #c52525;
        text-decoration: none;
        color: #ffffff;
        padding: 5px 20px;
    }

        .view-more a:hover {
            text-decoration: underline;
        }

.content-tv-series {
    border-top: solid 1px #c6c6c6;
}

.tvseries-overview {
    padding-bottom: 20px;
    background: url(../images/common/bdr-right.png) repeat-x 0 100%;
}

    .tvseries-overview h3, .tvseries-educating-junior h3, .tvseries-programme-for-active h3 {
        color: #333333;
        font-size: 1.917em;
    }

.tvseries-educating-junior, .tvseries-programme-for-active {
    display: block;
}

.tvseries-programme-for-active {
    background: url(../images/common/bdr-right.png) repeat-x 0 0;
    padding-top: 10px;
}

.episode-block {
    float: left;
    padding-left: 22px;
    width: 29%;
    color: #333333;
    background: url("../images/inner/element-block-border.png") no-repeat 0 0;
}

    .episode-block:first-child {
        padding-left: 0;
        background: none;
    }

    .episode-block.border-right > p {
        padding-right: 15px;
    }

.side-menu {
    background: #ffffff;
    border: 1px solid #e0dedb;

}
.usefullink-list {
    margin-top: 20px;
    background-color: #fff;
}
    .side-menu h3, .usefullink-list h3 {
        background: #333333;
        padding: 15px;
        margin: 0;
        color: #fefefe;
        line-height: 22px;
    }

    .side-menu ul, .usefullink-list ul {
        list-style: none;
        padding: 0 15px;
        margin-bottom: 0;
        margin-top: 0;
    }

        .side-menu ul li, .usefullink-list ul li {
            padding: 10px 0;
            background: url(../images/common/bdr-right.png) repeat-x;
            position: relative;
        }

            .side-menu ul li:first-child, .usefullink-list ul li:first-child {
                background: none;
            }

            .side-menu ul li a, .usefullink-list ul li a {
                color: #333333;
                font-size: 1.167em;
                font-family: "Titillium Web";
                font-weight: 600;
                text-decoration: none;
                padding-left: 15px;
                display: inline-block;
                margin: 0 10px 0 0;
                *display: inline;
                zoom: 1;
                background: url("../images/inner/sub-menu-arrow.png") no-repeat 5px 7px;
            }

                .side-menu ul li a:hover, .usefullink-list ul li a:hover {
                    text-decoration: underline;
                }

            .side-menu ul li.selected a, .usefullink-list ul li.selected a {
                color: #ad4038;
            }

    .side-menu li.not-selected a {
        color: #333333 !important;
    }

    .side-menu ul li ul {
        display: none;
    }

    .side-menu ul li .drop-down {
        margin-top: 5px;
        background: url(../images/inner/down-arrow.png) no-repeat 0 0;
        width: 10px;
        height: 10px;
        display: none;
        position: absolute;
        right: 0;
        top: 10px;
    }

        .side-menu ul li .drop-down.active {
            display: inline-block;
        }

.table-of-content {
    background: #f5f0e3;
    padding: 10px 25px 0 25px;
    box-shadow: 0 0 10px -1px #f0f0f0;
    margin: 25px 0;
}

    .table-of-content p {
        font-weight: bold;
        padding-bottom: 15px;
        background: url(../images/common/bdr-right.png) repeat-x 0 100%;
        margin-bottom: 0;
        font-size: 1.083em;
        font-family: arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .table-of-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

        .table-of-content ul li {
            border-top: 1px solid #d1cec8;
            padding: 15px 10px 15px 15px;
            background: url("../images/common/arrow-right-toc.png") no-repeat 1% 20px;
            color: #333333;
        }

            .table-of-content ul li a {
                color: #333333;
                text-decoration: none;
            }

                .table-of-content ul li a:hover {
                    text-decoration: underline;
                }

            .table-of-content ul li:first-child {
                border-top: none;
            }

.innerpage-content, .mid-content-container {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

    .innerpage-content h1 {
        color: #1f2328;
    }

.innerpage-content-sub-heading {
    color: #333333;
    font-family: arial, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
}


.innerpage-content h2 {
    font-weight: 600;
    text-transform: none;
    background: url(../images/common/bdr-right.png) repeat-x 0 100%;
    /*padding-bottom: 15px;
    margin-bottom: 0;*/
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #333333;
}

.innerpage-content h3 {
    font-weight: 600;
    text-transform: none;
    color: #cb3333;
    display: block;
}

.innerpage-content .table {
    padding: 10px 0;
}

.innerpage-content table tr th {
    border: 1px solid #d2d2d2;
}

.innerpage-content p {
    color: #333333;
}

    .innerpage-content p a, .error-content a {
        color: #cb3333;
        text-decoration: none;
    }

        .innerpage-content p a:hover, .error-content a:hover {
            text-decoration: underline;
        }

.primary-one-registration img {
    float: left;
    overflow: hidden;
    padding-right: 10px;
}

.primary-one-registration p:first-child {
    margin-top: 0;
}

.innerpage-content h5 {
    text-transform: none;
}

.primary-school-list h5 {
    color: #333333;
}

.primary-school-list ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

    .primary-school-list ul li {
        padding: 5px 0 0 25px;
        background: url("../images/common/arrow-right-toc.png") no-repeat 10px 10px;
        color: #333333;
    }

        .primary-school-list ul li a {
            text-decoration: none;
            color: #333333;
        }

            .primary-school-list ul li a:hover {
                text-decoration: underline;
                color: #333333;
            }

.social-share-bottom {
    float: left;
    padding: 15px 0;
}

.stButton .email {
    background-size: 16px;
}

.social-share-bottom a {
    width: 20px;
    height: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.bottom-facebook {
    background: url("../images/inner/social-share-btm.png") no-repeat 0 0;
}

.bottom-twitter {
    background: url("../images/inner/social-share-btm.png") no-repeat -28px 0;
}

.bottom-share {
    background: url("../images/inner/social-share-btm.png") no-repeat -57px 0;
}

.bottom-email {
    background: url("../images/inner/social-share-btm.png") no-repeat -85px 0;
}

.executive-atdmin-top img:first-child {
    float: left;
    padding-right: 20px;
    width: 190px;
}

.executive-atdmin-content {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}

    .executive-atdmin-content h1 {
        color: #1f2328;
    }

    .executive-atdmin-content p {
        color: #333333;
    }

.innerpage-container {
    margin-bottom: 60px;
}

.vacancies h3 {
    color: #cb3333;
    border-bottom: 1px solid #cccccc;
    margin: 0;
    padding-bottom: 10px;
}

.vacancies ul {
    list-style: none;
    margin: 10px 0 10px 0;
    padding-left: 0;
}

    .vacancies ul li {
        background: url("../images/common/bullet-round-red.jpg") no-repeat 0 12px;
        padding: 10px 0 0 25px;
        font-size: 1.167em;
        color: #555555;
    }

        .vacancies ul li a {
            font-size: 1.167em;
            color: #555555;
            text-decoration: none;
        }

            .vacancies ul li a:hover {
                text-decoration: underline;
            }

.search-block {
    padding-bottom: 20px;
    color: #333333;
}

    .search-block label, .search-block input {
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

    .search-block label {
        font-size: 1.33em;
        text-transform: uppercase;
        font-weight: bold;
    }

    .search-block input[type="text"] {
        width: 365px;
        margin: 0 10px 0 20px;
        border: 1px solid #cccccc;
        padding: 10px 10px 10px 25px;
        background: url("../images/common/search-icon.jpg") no-repeat 97% 50%;
    }

    .search-block input[type="submit"] {
        background: #2D2D2D;
        color: #ffffff;
        border: 0;
        padding: 6px 22px 7px 22px;
        font-family: 'Titillium Web', serif;
        font-size: 1.333em;
        font-weight: 600;
    }

        .search-block input[type="submit"]:hover {
            background: #cb3333;
            color: #fff;
        }

.date-range {
    padding-bottom: 20px;
    color: #333333;
}

    .date-range label {
        font-size: 1.33em;
        text-transform: uppercase;
        font-weight: bold;
    }

.pagination-container {
    text-align: center;
    margin: 20px 0;
}

    .pagination-container .rdpWrap a img {
        width: 25px;
    }

.pagination-mobile-view {
    display: none;
}

.rdpWrap {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.rdpNumPart {
    padding: 0 20px;
}

.rdpCurrentPage {
    border: 1px solid #cccccc;
    padding: 5px 5px 5px 28px;
}

.rdpNumPart a {
    text-decoration: none;
    color: #444444;
}

.error-container {
    background: #ffffff;
    margin-bottom: 60px;
    padding: 20px 30px 20px 30px;
    border: 1px solid #eae8e6;
}

.error-content {
    min-height: 285px;
    border-bottom: 1px solid #cccccc;
}

    .error-content > #contain-title {
        padding: 0;
    }

.back-to-home {
    float: right;
    width: 155px;
    margin-top: 20px;
}

    .back-to-home a {
        text-decoration: none;
        color: #ffffff;
        padding: 8px 15px;
        background: #a7352c;
    }

        .back-to-home a span img {
            vertical-align: top;
            width: 16px;
        }

        .back-to-home a:hover {
            text-decoration: underline;
        }

.view-available-position {
    float: right;
}

    .view-available-position a {
        border-radius: 5px;
        background: #174d7c;
        color: #ffffff;
        font-size: 1.167em;
        padding: 9px 31px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Titillium web";
        font-weight: bold;
        display: inline-block;        
    }

        .view-available-position a:hover {
            background: #314b7a;
        }

.checkbox, .radio {
    width: 19px;
    height: 25px;
    padding: 0 5px 0 0;
    background: url("../images/common/checked-box.png") no-repeat 0 0;
    display: block;
    clear: left;
    float: left;
}

.select {
    position: absolute;
    width: 158px;
    height: 21px;
    padding: 0 24px 0 8px;
    color: #fff;
    font: 12px/21px arial, sans-serif;
    background: url("../images/common/select-drop-down.png") no-repeat 0 0;
    overflow: hidden;
}

.mobile-element {
    display: none;
}

.space {
    height: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #c52222;
    border-radius: 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 21px;
    right: 0;
}

.innerpage-careers-container {
    margin-bottom: 60px;
}

#nav ul.open li {
    position: relative;
}

.error-page-nav {
    display: none;
}

.bread span img {
    padding: 0 4px;
}

.innerpage-detail h1 {
    margin-top: 9px;
}

.innerpage-detail h2 {
    text-transform: uppercase;
    background: none;
}

.innerpage-detail .order-list ol {
    margin-top: 0;
    padding-left: 32px;
}

    .innerpage-detail .order-list ol li {
        padding-bottom: 13px;
    }

.RadDataPager .rdpWrap, .RadDataPager .rdpWrapRight, .RadDataPager .rdpWrapNone {
    float: none !important;
    padding: 0 2px !important;
    vertical-align: middle;
    line-height: 0 !important;
}

.rdpWrap span {
    color: #444444;
}

.rdpWrap input[type="image"] {
    width: 25px;
}

.riSingle input[type="text"] {
    padding: 4px 0;
    text-align: center;
    margin: 0;
    width: 100%;
}

.riSingle {
    margin-right: 3px;
}

.RadDataPager .rdpPagerLabel {
    margin: 0 10px 0 !important;
    vertical-align: top;
}

#sitemap-content {
    padding: 0 30px;
    border: 1px solid #dbd9d5;
    box-shadow: 0 1px #ebe9e7;
    background: #ffffff;
}

    #sitemap-content ul {
        margin-top: 0;
        font-size: 1em;
        color: #333333;
        line-height: 1;
        padding-left: 0;
    }

        #sitemap-content ul ul {
            padding-left: 10px;
        }

        #sitemap-content ul li {
            padding: 0 20px;
            list-style: none;
            background: url("../images/inner/sitemap-bullet.png") no-repeat 5px 9px;
            line-height: 2;
        }

            #sitemap-content ul li a {
                text-decoration: none;
                color: #333333;
            }

                #sitemap-content ul li a:hover {
                    text-decoration: underline;
                }

    #sitemap-content .innerpage-detail h1 {
        margin-top: 17px;
        font-weight: lighter;
    }

    #sitemap-content .innerpage-content .social-share-bottom {
        display: block;
    }

span.st_email {
    margin-left: -7px !important;
}

.side-menu ul li.selected span.drop-down {
    display: inline-block !important;
}

.inner-banner ul {
    list-style: none;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transform: translate3d(-980px, 0, 0);
    -moz-transform: translate3d(-980px, 0, 0);
    -ms-transform: translate3d(-980px, 0, 0);
    -o-transform: translate3d(-980px, 0, 0);
    transform: translate3d(-980px, 0, 0);
}

    .inner-banner ul li {
        height: 390px;
        overflow: hidden;
    }

.inner-banner embed {
    width: 100%;
    height: 100%;
}

.billboard-content-left .responsive-video-wrapper {
    padding-top: 61.25% !important;
}

ol.answer li {
    list-style: lower-alpha;
}

.table-responsive {
    overflow: auto;
    width: 100%;
}
/* css for container*/

#main-content table#spedschlist tr th, #main-content table#spedschlist tr td {
    padding: 12px 15px;
}

.img-left {
    float: left;
    padding-right: 10px;
}

.img-right {
    float: right;
    padding-left: 10px;
}

.table2 th, .table2 td {
    padding: 12px 25px;
    border: 1px solid #d2d2d2;
}

.table2 th {
    background: #e4ebef;
    color: #333333;
    text-align: left;
    font-size: 1.083em;
    font-weight: bold;
}

.link-style2, .order-list li a, .innerpage-content ul li a, ul.org-chart li div.vcard a, .vcard a, #mid-content a, .footnote li a, #main-content table tr td a.link-style2 {
    color: #cb3333;
    text-decoration: none;
}

    .link-style2:hover, .order-list li a:hover, .innerpage-content ul li a:hover, ul.org-chart li div.vcard a:hover, .vcard a:hover, #mid-content a:hover, .footnote li a:hover, #main-content table tr td a.link-style2:hover {
        text-decoration: underline;
    }


.table2-less-padding tr th, .table2-less-padding tr td {
    padding: 12px 9px;
}

.table2-less-padding2 tr th, .table2-less-padding2 tr td {
    padding: 12px 7px;
}

#main-content .table2-less-padding tr th, #main-content .table2-less-padding tr td {
    padding: 12px 9px;
}

#political-heads {
    list-style: none;
}

    #political-heads li {
        width: 25%;
        float: left;
    }

        #political-heads li .vcard img {
            padding-bottom: 10px;
        }

.org-chart, .org-chart ul {
    list-style: none;
    padding-left: 0;
}

ul.org-chart ul li {
    padding-left: 50px;
    margin-left: 30px;
    background: #fff url(../images/inner/org-tree-mid.gif) no-repeat left top;
}

ul.org-chart li div.vcard {
    padding: 25px 0 10px 10px;
    margin: 0;
    background: #fff !important;
}

ul.org-chart ul li.org-tree-last {
    background: #fff url(../images/inner/org-tree-last.gif) no-repeat left top;
}

ul.org-chart ul li.last-d {
    padding: 0 0 0 100px;
    background: #fff url(../images/inner/org-tree-last-b.gif) no-repeat left top;
}

ul.org-chart div.vcard div.fn {
    font-weight: bold;
}

.col3 {
    float: left;
    width: 33%;
}

.org-chart-responsive {
    overflow: auto;
}
.table-of-content.faq {
    padding-bottom: 20px;
}
.table-of-content.faq ol li a, .table-of-content.faq ol {
    color: #cb3333;
    text-decoration: none;
}

    .table-of-content.faq ol li a:hover {
        text-decoration: underline;
    }
    .table-of-content h5 {
        margin-bottom: 0;
        font-weight: normal;
    }


/* ============ FOOT NOTE ================== */
.foot-note{
    background: #F5EFE3;
    padding: 0px 20px;
    color: #333;
    border-width: 1px;
    border-style: solid;
    border-color: #F0F0F0 #EEEDEA;
    border-radius: 3px;
    margin-top: 20px;
}    
.foot-note a{
    color: #CB3333;
    text-decoration: underline !important;
}
.foot-note ol,
.foot-note ul{
    padding-left: 30px;    
}
.foot-note li{
    padding-bottom: 10px;
}

.main-nav ul.sm li.contact-us {
    display: none; 
}