body {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}

.project-header, .project-section {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
}

.ui-widget {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
}

.project-section a {
    color: #0066cc;
}

    .project-section a:visited, .project-section a.visited, .project-section a.visited {
        color: #7b9a01;
    }

    .project-section a:hover {
        color: #ff7f00;
        text-decoration: underline;
    }

.project-section h2 {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
}

.project-section h1 {
    font-size: 30px;
    font-weight: normal;
    color: #000000;
}

h4, .project-action a, .project-event a {
    font-size: 20px;
    font-weight: bold;
    font-weight: 700;
}

.project-action a, .project-event a {
    font-size: 14px;
    font-weight: 700;
}

.project-section .materials-table tr th a:hover {
    text-decoration: none;
}

.nav-wrapper {
    padding: 0 24px;
}

.project-header .nav-wrapper {
    padding: 0;
}

.navbar-form .input-search {
    color: #999999;
    background: url(../images/search-field-bg.png) repeat scroll 0 0 transparent;
    font-size: 14px;
    line-height: 21px;
    margin-top: 4px;
    *margin-top: 3px;
    padding: 0 5px;
    vertical-align: top;
    width: 130px;
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 21px;
    outline: 0 none;
}

    .navbar-form .input-search:focus {
        outline: 0 none;
    }

.map-holder #AddressForGMap {
    height: 150px;
}

.header > .navbar .navbar-form .btn {
    margin-top: 3px;
    margin-top: 4px \9;
    padding: 0 5px 1px;
    padding: 0 5px 0 \9;
    *padding: 3px 5px 4px 5px;
    vertical-align: top;
}
.nqf-logo-persistent {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    padding-top: 10px;
}
.logobar .input-normal {
    padding: 7px 6px;
}

.logobar .navbar-form .btn {
    padding: 7px 10px;
}

.project-header .logobar {
    border-bottom: 1px solid #c9c9c9;
}

.navbar-inner {
    min-height: 30px;
    padding-left: 0;
    padding-right: 0;
}

.navbar .nav > li > a {
    font-size: 11px;
    padding: 6px 17px;
}

    .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
        background-color: #869700;
        background-image: linear-gradient(to bottom, #A5AD00, #678200);
        background-repeat: repeat-x;
        color: #FFFFFF;
        text-decoration: none;
    }

.navbar .nav > li {
    float: left;
}

.navbar-search-btn, .navbar-search-btn:hover {
    background: url(../images/search-btn-sprite.png) 0 0 no-repeat transparent;
    width: 21px;
    height: 21px;
    text-decoration: none;
    margin-top: 4px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

    .navbar-search-btn:hover {
        background-position: 0 -25px;
    }

.header, .section, .footer {
    *min-width: 980px;
}

.carousel-vertical {
    position: relative;
    margin-bottom: 20px;
    line-height: 1;
}

    .carousel-vertical .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .carousel-vertical .carousel-inner .item {
            min-height: 94px;
        }

    .carousel-vertical .item {
        position: relative;
        display: none;
        left: 0;
        background: white;
        -webkit-transition: 0.6s ease-in-out top;
        -moz-transition: 0.6s ease-in-out top;
        -o-transition: 0.6s ease-in-out top;
        transition: 0.6s ease-in-out top;
    }

        .carousel-vertical .item > img {
            display: block;
            line-height: 1;
        }

    .carousel-vertical .active, .carousel-vertical .next, .carousel-vertical .prev {
        display: block;
    }

    .carousel-vertical .active {
        left: 0;
        top: 0;
    }

    .carousel-vertical .next, .carousel-vertical .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-vertical .next {
        top: -100%;
        left: 0;
        z-index: 10;
    }

    .carousel-vertical .prev {
        top: -100%;
        left: 0;
    }

        .carousel-vertical .next.left, .carousel-vertical .prev.right {
            top: 0;
            left: 0;
            z-index: 99;
        }

    .carousel-vertical .active.left {
        top: 100%;
        left: 0;
    }

    .carousel-vertical .active.right {
        top: -100%;
        left: 0;
    }

    .carousel-vertical .item {
        transition: none;
    }

#aspnetForm {
    margin: 0;
}

a {
    color: #0066cc;
    text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #BE4D00;
}
.view-box a img:hover{
     border: 2px #0018FF solid;
}
a.main-logo:focus,
.nav.pull-right a:focus,
.footer-logo a:focus
{
    border-bottom: none;
    transition: all 0s ease 0s;
    outline: rgb(0, 24, 255) solid 2px !important;
    outline-offset: 0px;
}
a:visited {
    color: #4E801F;
}

.home-box:link, .home-box:visited, .home-box:hover, .home-box:active {
    text-decoration: none;
}

.header, .section, .footer {
    *min-width: 980px;
}

.section {
    position: relative;
    min-height: 350px;
    background: #ffffff;
}

.project-section {
    background: #f7f7f7;
    padding: 40px 0;
    border-top: 1px solid #e8e8e8;
}

.section .container {
    position: relative;
}

.fake-logo {
    background: url(../images/nqf_logo_trans.png) no-repeat scroll right 100px transparent;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 33%;
    left: 0;
}

.fake-logo-1 {
    background-color: #aab21a;
}

.fake-logo-2 {
    background-color: #6d8b9c;
    color: #000;
}

.fake-logo-3 {
    background-color: #edc100;
}

.fake-logo-4 {
    background-color: #823d99;
}

.fake-logo-5 {
    background-color: #ee7b22;
}

.fake-logo-6 {
    background-color: #52626f;
}

.input-search {
    width: 200px;
}

.logo-holder {
    padding: 26px 24px 25px;
}

.project-header .logo-holder {
    padding: 26px 0 25px;
}

.logo-holder img {
    float: left;
}

.logo-holder .navbar {
    display: none;
    margin: 0;
}

.logo-holder .navbar-inner {
    background: none;
    border: 0 none;
    padding: 0;
    filter: none;
    display: block;
    width: 100%;
}

.logo-holder .btn-navbar {
    background: url(../images/menu_utility_button.png) 0 -50px no-repeat transparent;
    width: 45px;
    height: 45px;
    border: 0;
    margin: 5px 10px 5px 0;
}

    .logo-holder .btn-navbar.collapsed {
        background: url(../images/menu_utility_button.png) 0 0 no-repeat transparent;
        width: 45px;
        height: 45px;
    }

.logo-holder .nav-collapse, .logo-holder .nav-collapse-2 {
    background: #000000;
}

.logo-holder .navbar .nav > li {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #666;
}

.logo-holder .nav-collapse .nav > li > a:hover, .logo-holder .nav-collapse .dropdown-menu a:hover, .logo-holder .nav-collapse-2 .nav > li > a:hover, .logo-holder .nav-collapse-2 .dropdown-menu a:hover {
    background: transparent;
}

.logo-holder .navbar .nav > .active > a, .logo-holder .navbar .nav > .active > a:hover, .logo-holder .navbar .nav > .active > a:focus {
    background: transparent;
}

.logo-holder .nav-collapse .nav > li > a, .logo-holder .nav-collapse-2 .nav > li > a {
    border-radius: 0;
    color: #FFF;
    font-weight: normal;
    padding: 18px 20px 17px 20px;
    margin: 0;
    font-size: 16px;
}

.logo-holder .nav-collapse .nav, .logo-holder .nav-collapse-2 .nav {
    margin: 0;
}

.logo-holder .nav-collapse .navbar-form {
    padding: 10px 15px;
    margin: 0;
    border-top: 0;
    border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.logobar {
    background-color: #F0F0F0;
    background-image: -moz-linear-gradient(top, #FFFFFF, #E2E2E2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#E2E2E2));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #E2E2E2);
    background-image: -o-linear-gradient(top, #FFFFFF, #E2E2E2);
    background-image: linear-gradient(to bottom, #FFFFFF, #E2E2E2);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffE2E2E2', GradientType=0);
}

.section-inner {
    width: 801px;
    margin: 0 auto;
}

.home-box-container {
    padding: 40px 0;
}

.home-box {
    margin-right: 15px;
    margin-bottom: 15px;
    width: 211px;
    height: 130px;
    overflow: hidden;
    vertical-align: bottom;
    background: url(../images/sprite-home-box.png) 0 0 no-repeat transparent;
    padding: 25px 20px;
    text-align: left;
    display: block;
    float: left;
}

    .home-box:hover {
        text-decoration: none;
        outline: 0;
    }

.home-box-header {
    color: #FFF;
    font-size: 35px;
    height: 64px;
}

    .home-box-header .home-box-header-text {
        visibility: hidden;
        font-family: "Gotham Book", Gotham-Book, "Proxima-nova", "myriad-pro", Helvetica, Arial, sans-serif;
    }

.home-box-sub-texts {
    font-size: 10px;
    line-height: 13px;
    margin-left: 93px;
    margin-top: 13px;
    list-style: none;
    max-height: 78px;
    overflow: hidden;
}

    .home-box-sub-texts li {
        line-height: 15px;
        list-style: none outside none;
        font-size: 12px;
    }

.home-box-1 {
    background-position: 0 -1000px;
}

    .home-box-1:hover {
        background-position: -260px -1000px;
    }

    .home-box-1 .home-box-header {
        background: url(/uploadedImages/Quality_Forum/Home_New/box_header_1.png) 0 0 no-repeat transparent;
    }

    .home-box-1 .home-box-sub-texts {
        color: #333300;
        margin-left: 30px;
        max-height: 65px;
    }

.home-box-2 {
    background-position: 0 -600px;
}

    .home-box-2:hover {
        background-position: -260px -600px;
    }

    .home-box-2 .home-box-header {
        background: url(/uploadedImages/Quality_Forum/Home_New/box_header_2.png) 0 0 no-repeat transparent;
    }

    .home-box-2 .home-box-sub-texts {
        color: #001E3C;
        max-height: 65px;
    }

.home-box-3 {
    background-position: 0 0;
}

    .home-box-3:hover {
        background-position: -260px 0;
    }

    .home-box-3 .home-box-header {
        background: url(/uploadedImages/Quality_Forum/Home_New/box_header_3.png) 0 0 no-repeat transparent;
    }

    .home-box-3 .home-box-sub-texts {
        color: #483000;
        margin-left: 90px;
        max-height: 65px;
    }

.home-box-4 {
    background-position: 0 -800px;
}

    .home-box-4:hover {
        background-position: -260px -800px;
    }

    .home-box-4 .home-box-header {
        font-size: 20px;
        background: url(/uploadedImages/Quality_Forum/Home_New/box_header_4.png) 0 0 no-repeat transparent;
    }

    .home-box-4 .home-box-sub-texts {
        color: #000000;
        margin-left: 30px;
        margin-top: 0;
    }

.home-box-5 {
    background-position: 0 -200px;
}

    .home-box-5:hover {
        background-position: -260px -200px;
    }

    .home-box-5 .home-box-header {
        font-size: 20px;
        background: url(/uploadedImages/Quality_Forum/Home_New/box_header_5.png) 0 0 no-repeat transparent;
    }

    .home-box-5 .home-box-sub-texts {
        color: #5f2000;
        margin-top: 0;
    }

.home-box-6 {
    background-position: 0 -400px;
}

    .home-box-6:hover {
        background-position: -260px -400px;
    }

    .home-box-6 .home-box-header {
        font-size: 20px;
        background: url(/uploadedImages/Quality_Forum/Home_New/box_header_6.png) 0 0 no-repeat transparent;
    }

    .home-box-6 .home-box-sub-texts {
        color: #000000;
        margin-left: 90px;
        margin-top: 0;
    }

.view-filter .btn, .view-filter .btn:hover, .view-filter .btn:active, .view-filter .btn:focus, .view-filter .btn:visited {
    color: #000000;
    text-decoration: none;
}

.action-items .carousel-inner {
    border-bottom: 1px solid #CCC;
}

.action-items .action-item {
    margin-bottom: 12px;
}

.action-items .title {
    font-size: 15px;
    text-transform: uppercase;
    color: #3090d3;
    font-weight: bold;
}

.action-items .content {
    font-size: 15px;
    color: #000000;
}

.action-items .carousel-action {
    position: relative;
}

.action-items .carousal-pagination {
    line-height: 20px;
    padding: 3px 0;
    vertical-align: middle;
}

    .action-items .carousal-pagination .item {
        background: url(../images/hero-nav-sprite.png) 0 0 no-repeat transparent;
        cursor: pointer;
        height: 10px;
        margin-right: 10px;
        vertical-align: middle;
        width: 10px;
        outline: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        *display: inline;
        zoom: 1;
    }

        .action-items .carousal-pagination .item.current {
            background-position: 0 -25px;
        }

.footer-top-bar {
    min-height: 30px;
    background-color: #506f83;
    background-image: -moz-linear-gradient(top, #5c849d, #435867);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5c849d), to(#435867));
    background-image: -webkit-linear-gradient(top, #5c849d, #435867);
    background-image: -o-linear-gradient(top, #5c849d, #435867);
    background-image: linear-gradient(to bottom, #5c849d, #435867);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5c849d', endColorstr='#ff435867', GradientType=0);
    zoom: 1;
}

.footer-content-bar {
    color: #000000;
    font-size: 11px;
    min-height: 30px;
    vertical-align: top;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #d9d9d9, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9d9d9), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #d9d9d9, #ffffff);
    background-image: -o-linear-gradient(top, #d9d9d9, #ffffff);
    background-image: linear-gradient(to bottom, #d9d9d9, #ffffff);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffd9d9d9', endColorstr='#ffffffff', GradientType=0);
    zoom: 1;
}

.footer-content {
    padding: 50px 0 20px;
    position: relative;
}

.copyright-bar {
    text-align: center;
    color: #FFF;
    font-size: 11px;
    min-height: 30px;
    vertical-align: middle;
    line-height: 30px;
    background-color: #6f6f6f;
    background-image: -moz-linear-gradient(top, #808080, #5f5f5f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to(#5f5f5f));
    background-image: -webkit-linear-gradient(top, #808080, #5f5f5f);
    background-image: -o-linear-gradient(top, #808080, #5f5f5f);
    background-image: linear-gradient(to bottom, #808080, #5f5f5f);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff5f5f5f', GradientType=0);
}

.copyright-holder a, .copyright-holder a:hover {
    text-decoration: underline;
    color: #FFF;
}

.left-column {
    position: absolute;
    width: 175px;
    top: 50px;
    left: 78px;
}

.right-column {
    position: absolute;
    width: 125px;
    top: 50px;
    right: 60px;
}

.four-column {
    margin: 0 188px 0 256px;
}

.column-12 {
    width: 49%;
    float: left;
}

.column-34 {
    width: 49%;
    float: left;
}

.column-1, .column-2, .column-3, .column-4 {
    width: 49%;
    float: left;
}

.map-holder {
    margin-bottom: 20px;
}

.map-holder-inner {
    border: 5px solid #FFF;
    max-width: 150px;
}

.map-holder img {
    vertical-align: top;
}

.footer-nav {
    margin: 0 10px 30px 0;
}

    .footer-nav li {
        list-style: none;
        margin-bottom: 10px;
        font-size: 10px;
        line-height: 12px;
    }

        .footer-nav li a, .footer-nav li a:hover {
            color: #000000;
        }

.site-nav li {
    margin-bottom: 12px;
}

    .site-nav li a {
        font-size: 16px;
        line-height: 20px;
    }

        .site-nav li a:hover {
            font-size: 16px;
            line-height: 20px;
        }

.footer-nav .nav-header {
    color: #000000;
    display: block;
    font-size: 10px;
    font-weight: bold;
    line-height: 13px;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: none;
}

.address-header {
    font-size: 16px;
    margin-bottom: 20px;
}

.address-detail {
    font-size: 12px;
    line-height: 18px;
}

    .address-detail p {
        margin-bottom: 20px;
    }

.navbar-form span {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

    .navbar-form span label {
        top: 7px !important;
    }

.wf-loading body {
    visibility: hidden;
}

.carousel-inner a:hover {
    color: #7C4284;
}

.section-left {
    min-height: 760px;
    padding: 50px 20px 50px 0;
    color: #FFF;
    margin-left: 24px;
}

.project-section .section-left {
    padding: 50px 20px 50px 75px;
}

.section-right {
    min-height: 760px;
    padding: 50px 20px 50px 25px;
    font-size: 15px;
    color: #000000;
    line-height: 22px;
}

.section-left h1 {
    font-size: 48px;
    font-weight: normal;
    line-height: 54px;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: "Gotham Book", Gotham-Book, "Proxima-nova", "myriad-pro", Helvetica, Arial, sans-serif;
}

.section-left h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
}

.section-left ul {
    font-size: 14px;
    margin-left: 15px;
}

    .section-left ul li {
        margin-bottom: 6px;
        list-style-type: square;
    }

.section-left a, .section-left a:hover {
    color: #FFF;
}

.section-left-3 a, .section-left-3 a:hover {
    color: #000;
}

.section-left-3 .section-left-nav {
    color: #000;
}

.section-right ul {
    font-size: 14px;
    margin-left: 17px;
}

    .section-right ul li {
        margin-bottom: 10px;
        list-style: none;
        _list-style-type: square;
    }

        .section-right ul li:before {
            content: '\25A0';
            display: block;
            position: relative;
            max-width: 0px;
            max-height: 0px;
            left: -17px;
            top: -1px;
            color: #aab21a;
            font-size: 13px;
        }

.section-left-nav-toggle {
    display: none;
}

.navbar-form span {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

    .navbar-form span label {
        top: 7px !important;
    }

.inb {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.well {
    min-height: 20px;
    padding: 15px 0;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.project-section .well {
    background-color: #f7f7f7;
}

.materials-nav {
    height: 36px;
    z-index: 9;
}

.yellow_border {
    border-bottom: 4px solid #fdcf00;
    position: static;
    z-index: 99;
}

.nav-pills > li > a {
    margin-bottom: -1px;
    margin-top: 2px;
    padding-bottom: 8px;
    padding-top: 8px;
    vertical-align: bottom;
    background-color: #4f6d81;
    background-image: url("../images/inner-nav-bg-regular.png");
    background-repeat: repeat-x;
    filter: none;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e88a2), to(#415462));
    background-image: -webkit-linear-gradient(top, #5e88a2, #415462);
    background-image: -o-linear-gradient(top, #5e88a2, #415462);
    background-image: linear-gradient(to bottom, #5e88a2, #415462);
    background-image: -moz-linear-gradient(top, #5e88a2, #415462);
    *zoom: 1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #5e88a2;
}

.materials-nav .navbar .nav > li > a:focus, .materials-nav .navbar .nav > li > a:visited {
    background-color: #4f6d81;
    background-image: url("../images/inner-nav-bg-regular.png");
    background-repeat: repeat-x;
    filter: none;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e88a2), to(#415462));
    background-image: -webkit-linear-gradient(top, #5e88a2, #415462);
    background-image: -o-linear-gradient(top, #5e88a2, #415462);
    background-image: linear-gradient(to bottom, #5e88a2, #415462);
    background-image: -moz-linear-gradient(top, #5e88a2, #415462);
}

.materials-nav .navbar .nav > li > a, .materials-nav .navbar .nav > li > a:hover {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    padding: 10px 14px;
}

    .materials-nav .navbar .nav > li.active > a, .materials-nav .navbar .nav > li.active > a:hover, .materials-nav .navbar .nav > li > a:hover {
        color: #000000;
        background-color: #ffd926;
        background-image: url("../images/inner-nav-bg.png");
        background-repeat: repeat-x;
        filter: none;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffe262), to(#fdcf00));
        background-image: -webkit-linear-gradient(top, #ffe262, #fdcf00);
        background-image: -o-linear-gradient(top, #ffe262, #fdcf00);
        background-image: linear-gradient(to bottom, #ffe262, #fdcf00);
        background-image: -moz-linear-gradient(top, #ffe262, #fdcf00);
        *zoom: 1;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        border: 1px solid transparent;
    }

.materials-nav .navbar .nav > li {
    border: 0;
}

    .materials-nav .navbar .nav > li.active > a, .materials-nav .navbar .nav > li.active > a:hover, .materials-nav .navbar .nav > li > a:hover {
        line-height: 24px;
        margin-top: -7px;
        color: #000000;
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        border: 1px solid #fdcf00;
    }

.materials-nav .navbar-inner {
    background: none;
    border: 0;
    filter: none;
}

.nav-collapse-2 {
    overflow: visible;
}

.nav > li > a:hover {
    text-decoration: none;
}

.project-item-tmpl {
    display: none;
}

.project-actions {
    text-align: right;
    padding: 0 25px 25px 0;
}

    .project-actions > span {
        padding-left: 10px;
    }

.grid-sizer {
    width: 33.333333%;
}

.project-item {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #ffffff;
}

.tiled .project-item {
    width: 313px;
    padding-bottom: 25px;
    border: 0 none;
}

.project-item-inner {
    position: relative;
    margin: 0;
}

.tiled .project-item-inner {
    margin: 0 25px 0 0;
}

    .tiled .project-item-inner + .project-item-inner {
        margin-right: 0;
    }

.project-item-inner.flipped {
}

.face {
    padding: 15px 25px;
}

    .face.front {
        position: relative;
    }

    .face.back {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.project-flipper {
    display: none;
}

.tiled .project-flipper {
    cursor: pointer;
    display: block;
    height: 33px;
    opacity: 1;
    position: absolute;
    right: -3px;
    top: -4px;
    width: 32px;
    background: url(../images/flip.png) 0 0 no-repeat #ffffff;
}

.project-section .tiled .project-flipper {
    background: url(../images/flip.png) 0 0 no-repeat #f7f7f7;
    ;
}

.project-flipper:hover {
    opacity: 1;
}

.project-title {
    margin-top: 0;
}

.project-more {
    text-align: right;
}

.tiled .project-more {
    display: none;
}

.project-tiles {
}

    .project-tiles h4 {
        margin-top: 0;
    }

.project-tile {
    width: 313px;
}

    .project-tile.w33 {
        width: 313px;
    }

    .project-tile.w66 {
        width: 626px;
    }

.project-tile-inner {
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.tile-split-half {
    margin-left: 0;
    vertical-align: top;
}

    .tile-split-half li {
        margin-left: 20px;
    }

    .tile-split-half.unstyled li {
        margin-left: 0;
    }

.project-tile h4 small {
    float: right;
}

.full-height-text {
    font-size: 20px;
    text-align: center;
    color: #000000;
    font-weight: normal;
    width: auto;
    padding: 20px;
}

.dialog-general-content .full-height-text {
    text-align: left;
}

.tile-measures .full-height-text {
    margin-top: 17%;
}

.full-height-text .number {
    font-size: 60px;
    display: block;
    line-height: 55px;
}

.tile-ad .full-height-text, .tile-timeline .full-height-text, .dialog-general-content .full-height-text {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    text-align: left;
    padding: 10px 0;
    height: auto;
}

    .tile-ad .full-height-text .dotted-line, .tile-timeline .full-height-text .dotted-line, .dialog-general-content .full-height-text .dotted-line {
        border: 2px dashed #cccccc;
        padding: 10px;
        margin: -10px 0;
    }

.tile-split-half {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
}

.footer-more {
    font-size: 14px;
    text-align: right;
    float: right;
}

.tile-main .project-tile-inner {
}

.project-content, .project-measures, project-materials, .project-events, .project-actions, {
    margin-right: 0;
    margin-top: -35px;
}

.ad-aside {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
}

    .ad-aside .well {
        min-height: 120px;
        position: relative;
        margin-bottom: 30px;
    }

    .ad-aside .full-height-text {
        font-size: 16px;
    }

.list-main-item {
    padding-bottom: 10px;
    font-size: 17px;
}

    .list-main-item a {
    }

.split-sep {
    border-left: 1px solid #E3E3E3;
    bottom: 10px;
    left: 47%;
    position: absolute;
    top: 0;
    width: 1px;
}

.project-action {
    padding-bottom: 10px;
}

    .event-date, .project-action a span, .project-event a span {
        color: #000000;
        font-size: 14px;
        font-weight: normal;
        line-height: 14px;
        text-transform: lowercase;
    }

.tile-events li {
    padding-bottom: 5px;
}

.table thead th {
    background-color: #D7D7D7;
    background-image: -moz-linear-gradient(center top, #F4F4F4, #D7D7D7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F4F4F4), to(#D7D7D7));
    background-image: -webkit-linear-gradient(top, #F4F4F4, #D7D7D7);
    background-image: -o-linear-gradient(top, #F4F4F4, #D7D7D7);
    background-image: linear-gradient(to bottom, #F4F4F4, #D7D7D7);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffF4F4F4', endColorstr='#ffD7D7D7', GradientType=0);
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    padding: 1px 8px;
    position: relative;
}

table thead th:hover, table thead th.sorted {
    background-color: #F0F0F0;
    background-image: -moz-linear-gradient(center top, #FFFFFF, #F0F0F0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F0F0F0));
    background-image: -webkit-linear-gradient(top, #FFFFFF, #F0F0F0);
    background-image: -o-linear-gradient(top, #FFFFFF, #F0F0F0);
    background-image: linear-gradient(to bottom, #FFFFFF, #F0F0F0);
    background-repeat: repeat-x;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffFFFFFF', endColorstr='#ffF0F0F0', GradientType=0);
    cursor: pointer;
}

th a {
    background: url("../images/qps-sort.png") no-repeat scroll right top transparent;
    color: #000000;
    display: block;
    padding-right: 20px;
    text-decoration: none;
}

table thead th a:hover, table thead th a:focus, table thead th a:visited {
    color: #000000;
    text-decoration: none;
}

th a.sort-desc {
    background-position: right -40px;
}

th a.sort-asc {
    background-position: right -20px;
}

.calendar-switch {
    float: right;
}

.calendar-navigation {
    float: right;
    margin: 0;
}

    .calendar-navigation .btn-calendar-left, .calendar-navigation .btn-calendar-right {
        padding: 2px 10px 5px;
        font-size: 22px;
        font-weight: bold;
        vertical-align: top;
        font-family: "Courier New", Courier, monospace;
    }

    .calendar-navigation .btn-calendar-today {
        padding: 4px 9px 3px;
    }

.ie7 .calendar-navigation .btn-calendar-left, .ie7 .calendar-navigation .btn-calendar-right {
    padding: 0px 10px 7px;
}

.calendar-title {
    font-size: 30px;
    line-height: 26px;
    vertical-align: middle;
    font-weight: normal;
    padding-bottom: 7px;
}

.calendar-body {
    padding: 10px 0;
}

.calendar-item-tmpl {
    display: none;
}

.calendar-item-links {
    width: 10.5%;
    min-width: 110px;
    float: right;
    font-size: 14px;
    font-weight: 600;
}

    .calendar-item-links a {
        font-weight: 600;
    }

.ie8 .calendar-item-links {
    width: 12.5%;
}

.ie7 .calendar-item-links {
    width: 15%;
}

.ie7 .calendar-item-title, .ie8 .calendar-item-title {
    font-weight: normal;
}

.ie7 .calendar-navigation .btn-group .btn {
    border: 1px solid #cccccc;
    padding-bottom: 8px;
}

.ie7 .calendar-navigation .btn-group .btn-calendar-today {
    margin-top: 0;
    padding-bottom: 4px;
}

.calendar-navigation .btn, .calendar-navigation .btn:hover, .calendar-navigation .btn:focus {
    color: #000000;
    text-decoration: underline;
}

.calendar-item-title {
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 61%;
    color: #0066cc;
}

    .calendar-item-title a {
        font-size: 18px;
        font-weight: 600;
    }

    .calendar-item-title .no-action-url {
        color: #000000;
    }

.calendar-item-title-multi-days {
    margin-left: 5px;
    color: #666666;
    text-decoration: none;
}

.calendar-item-title2 {
    color: #666666;
    text-decoration: none;
}

.file-extension {
    margin-left: 5px;
}

.calendar-item-schedule {
    color: #777777;
    font-size: 12px;
    float: left;
    width: 20%;
    min-width: 120px;
}

.btn-isFollow {
    display: none;
    margin-left: 15px;
    vertical-align: top;
}

.calendar-week-header {
    text-align: left;
    font-size: 18px;
    color: #000000;
    border-bottom: 0;
    font-weight: 600;
    padding: 0 0 10px;
}

div + .calendar-week-header {
    margin-top: 20px;
}

.calendar-month-header {
    text-align: left;
    font-size: 30px;
    color: #000000;
    border-bottom: 0;
    font-weight: normal;
    padding: 0 0 10px;
}

div + .calendar-month-header {
    margin-top: 20px;
}

.calendar-last-event {
    text-align: center;
    font-style: italic;
    font-size: 17px;
    font-weight: bold;
}

.calendar-item-empty {
    text-align: left;
    color: #666;
    font-size: 14px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
}

.ui-dialog .ui-dialog-content.calendar-dialog {
    padding: 20px;
    width: 100%;
    border-radius: 6px;
    float: left;
    background: #ffffff;
}

.dialog-box-left, .dialog-box-right {
    width: 425px;
    float: left;
}

.calendar-dialog-wrapper {
    width: 900px;
}

    .calendar-dialog-wrapper .ui-dialog-title {
        font-size: 20px;
        font-weight: bold;
        color: #000000;
    }

.dialog-box-left {
    width: 440px;
    float: left;
}

.dialog-box-right {
    width: 427px;
    float: left;
}

.dialog-box-left + .dialog-box-right {
    margin-left: 20px;
}

.dialog-box-right {
    float: right;
}

.ui-widget-content a {
    color: #0088CC;
}

    .ui-widget-content a:hover {
        color: #BE4D00;
    }

    .ui-widget-content a:focus, .ui-widget-content a:visited, .ui-widget-content a.visited {
        color: #7b9a01;
    }

.ui-widget-content .btn-inverse {
    color: #FFFFFF;
}

.dialog-event-label {
    width: 70px;
}

.dialog-event-detail {
    margin: 15px 0;
}

.dialog-event-attachments {
    margin: 15px 0;
}

.dialog-general-content {
    min-height: 150px;
    height: auto;
    position: relative;
}

.dialog-box-right iframe {
    border: 1px solid #CCC;
}

.calendar-dialog a:hover, .calendar-dialog a:active, .calendar-dialog a:focus {
    outline: 0 none;
}

a:hover, a:active, a:focus {
    outline: 0 none;
}

.project-actions-page {
    width: 33%;
    position: relative;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 9px;
}

    .project-actions-page .split-sep {
        left: 50%;
        bottom: 0;
    }

    .project-actions-page .tile-split-half {
        width: 47%;
        float: left;
        margin-bottom: 0;
    }

        .project-actions-page .tile-split-half + .tile-split-half {
            float: right;
            margin-right: 0;
        }

.face.back {
    display: none;
}

.project-item-inner.flipped {
}

.project-action {
    padding-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

.project-event {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.tiled .project-action, .tiled .project-event {
    display: block;
    margin-left: 0;
}

.tiled .w25 {
    width: 235px;
}

.tiled .w50 {
    width: 470px;
}

.tiled .w75 {
    width: 705px;
}

.tiled .w33 {
    width: 313px;
}

.tiled .w66 {
    width: 626px;
}

.tiled .w100 {
    width: 940px;
}

.tiled .project-description {
    height: 100px;
    overflow: hidden;
}

.tiled .h50 .project-description {
    height: 40px;
    overflow: hidden;
}

.tiled .w33.h100 .project-description, .tiled .w66.h100 .project-description {
    height: 40px;
    overflow: hidden;
}

.tiled .w50 .face.front .project-title, .tiled .w66 .face.front .project-title {
    float: left;
    width: 100%;
}

.tiled .w50 .face.front .project-activities, .tiled .w66 .face.front .project-activities {
    float: left;
    width: 100%;
}

.tiled .h50 .face.back .project-title, .tiled .w33.h100 .project-title {
    margin-bottom: 0;
}

.project-title {
    margin-top: 0;
    line-height: 40px;
    vertical-align: middle;
}

    .project-title > a {
        display: inline-block;
        line-height: normal;
        font-weight: 600;
    }

.project-header-block {
    margin-bottom: 40px;
}

.list-page .project-header-block {
    margin-bottom: 0;
}

.project-header-image {
    border: 0;
    width: 141px;
    float: left;
    margin: 0 15px 0 0;
}

.ie7 .project-item {
    float: none;
    width: auto;
}

.ie7 .tiled .project-item {
    float: left;
    width: 50%;
}

.ie7 .project-item-inner {
    height: auto;
    zoom: 1;
}

.ie7 .tiled .project-item-inner {
    height: 150px;
}

.no-project-found {
    padding-top: 5px;
}

.no-css3 .face.back {
    display: none;
    position: relative;
}

.no-css3 .tiled .w33 .face.back, .no-css3 .tiled .w25 .face.back, .no-css3 .tiled .h50 .face.back {
    display: none;
    position: relative;
}

.project-item-inner.odd {
    background: #f1f1f1;
}

.tiled .project-item-inner.odd {
    background: #ffffff;
}

.project-section .tiled .project-item-inner.odd {
    background: #F7F7F7;
}

.project-title, .project-activities {
    width: 48%;
    margin-bottom: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.project-activities {
    margin-left: 2%;
}

.project-item-inner {
    border-right: 1px solid transparent;
}

.color1 .project-item-inner, .color1 .calendar-item-inner {
    border-left: 4px solid #8E4188;
}

.color2 .project-item-inner, .color2 .calendar-item-inner {
    border-left: 4px solid #FF8100;
}

.color3 .project-item-inner, .color3 .calendar-item-inner {
    border-left: 4px solid #909900;
}

.color4 .project-item-inner, .color4 .calendar-item-inner {
    border-left: 4px solid #FDCF00;
}

.color5 .project-item-inner, .color5 .calendar-item-inner {
    border-left: 4px solid #5e88a2;
}

.color6 .project-item-inner, .color6 .calendar-item-inner {
    border-left: 4px solid #7fa3b8;
}

.color7 .project-item-inner, .color7 .calendar-item-inner {
    border-left: 4px solid #415462;
}

.tiled .face {
    background: #ffffff;
    padding: 15px 30px 15px 0;
    overflow: hidden;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.project-section .tiled .face {
    background: #f7f7f7;
}

.project-actions .btn {
    padding: 3px 8px;
}

.read-more {
    bottom: auto;
    position: absolute;
    left: 0;
    font-size: 18px;
}

.tile-events .project-tile-inner, .tile-materials .project-tile-inner, .tile-measures .project-tile-inner {
    border-right: 3px solid #cccccc;
    padding: 15px 20px 15px 0;
}

    .tile-events .project-tile-inner li a, .tile-materials .project-tile-inner li a, .tile-measures .project-tile-inner li a {
        display: block;
    }

    .tile-events .project-tile-inner .landing-event li a, .tile-materials .project-tile-inner .landing-material li a {
        display: inline;
    }

    .tile-events .project-tile-inner li a:hover, .tile-materials .project-tile-inner li a:hover, .tile-measures .project-tile-inner li a:hover {
        color: #BE4D00;
    }

    .tile-events .project-tile-inner h4, .tile-materials .project-tile-inner h4, .tile-measures .project-tile-inner h4 {
        margin-bottom: 20px;
        margin-top: 5px;
    }

.tile-events, .tile-materials, .tile-measures {
    margin-bottom: 20px;
}

.core {
    position: relative;
}

.tile-events .core {
    border-top: 3px solid #8e4188;
}

.tile-materials .core {
    border-top: 3px solid #fdcf00;
}

.tile-measures .core {
    border-top: 3px solid #ff8100;
}

.project-tiles-group .PBViewing + .PBViewing .core, .project-tiles-group .PBColumn + .PBColumn .core {
    margin-left: 35px;
}

.tile-timeline .project-tile-inner, .tile-ad .project-tile-inner {
    position: relative;
    background: #ffffff;
}

.timeline-block {
    margin-left: 30px;
}

.project-section .tile-timeline .project-tile-inner, .project-section .tile-ad .project-tile-inner {
    position: relative;
    background: transparent;
    font-weight: bold;
    height: auto;
}

ul.tile-split {
    margin-left: 0;
}

    ul.tile-split li {
        list-style: none;
        border-top: 1px solid #cccccc;
        padding: 10px 0;
        font-size: 14px;
        font-weight: normal;
    }

        ul.tile-split li a {
            font-weight: bold;
        }

            ul.tile-split li a:hover {
                color: #BE4D00;
            }

.project-tile-inner p {
    font-size: 18px;
}

.ui-widget-overlay {
    padding-top: 30px;
}

.tile-events, .tile-materials, .tile-measures {
    float: left;
}

.project-tile-inner.heading {
    margin-right: 0;
}

.project-tiles {
    position: relative;
}

.project-tiles-group {
    width: 100%;
}

.tile-actions {
    width: auto;
    float: left;
    margin-top: -50px;
}

.tile-description {
    width: auto;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}

.insert-data-from-desktop-tiles-action {
    margin-left: 24px;
}

.tile-actions .footer-more {
    bottom: -10px;
}

.tile-events .project-tile-inner, .tile-materials .project-tile-inner, .tile-measures .project-tile-inner {
    min-height: 240px;
    height: auto;
}

.project-tile-inner.heading {
    height: auto;
}

.tile-actions .project-tile-inner {
    height: auto;
    margin-left: 6%;
}

.tile-events, .tile-materials, .tile-measures {
    position: relative;
    width: 100%;
}

.tile-ad, .tile-timeline {
    float: left;
    position: relative;
}

    .tile-actions .project-tile-inner, .tile-timeline .project-tile-inner {
        margin-right: 44px;
    }

.materials .tile-actions .project-tile-inner, .materials .tile-timeline .project-tile-inner, .measures .tile-actions .project-tile-inner, .measures .tile-timeline .project-tile-inner {
    margin-right: 30px;
}

.materials .footer-more, .measures .footer-more {
    right: 30px;
}

.tile-description .read-more-tablet {
}

.tile-description .read-more {
    display: block;
}

h4.project-title {
    font-weight: 400;
    font-size: 18px;
}

.project-action {
    display: block;
}

.project-event {
    margin-left: 0;
}

.tiled h4.project-title {
    font-weight: 700;
    font-size: 20px;
}

.tiled .project-action {
    display: inline-block;
}

.project-actions .view-types .btn {
    height: 19px;
    width: 19px;
}

.project-actions .view-filter .btn {
    width: auto;
    height: auto;
}

.project-actions .btn, .tiled .project-actions .project-action-list.btn {
    height: 19px;
    width: 19px;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
    background-image: linear-gradient(to bottom, #ffffff, #f0f0f0);
    background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff0f0f0', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
    *zoom: 1;
}

    .project-actions .btn:focus, .project-actions .btn:hover, .project-actions .btn:active, .project-actions .btn.active, .tiled .project-actions .project-action-grid.btn, .project-actions .project-action-list.btn {
        background-color: #dadada;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e5e5e5), to(#d0d0d0));
        background-image: -webkit-linear-gradient(top, #e5e5e5, #d0d0d0);
        background-image: -o-linear-gradient(top, #e5e5e5, #d0d0d0);
        background-image: linear-gradient(to bottom, #e5e5e5, #d0d0d0);
        background-image: -moz-linear-gradient(top, #e5e5e5, #d0d0d0);
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffd0d0d0', GradientType=0);
        filter: progid:dximagetransform.microsoft.gradient(enabled=false);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
        background-position: 0;
        outline: 0;
    }

.project-items {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #ffffff;
}

.view-types i.icon-th-list {
    height: 15px;
}

.view-types .icon-th-list {
    background-position: -265px -1px;
}

.view-types .icon-th-large {
    margin-top: 0;
}

button.collapsed span.icon-mv-yellow-down-arrow {
    background: url("../images/mv-down-arrow.png") no-repeat left top;
    height: 33px;
    width: 33px;
    display: inline-block;
}

button span.icon-mv-yellow-down-arrow {
    background: url("../images/mv-cross-arrow.png") no-repeat left top;
    height: 33px;
    width: 33px;
    display: inline-block;
}

.tiled .project-items {
    padding-right: 0;
}

.materials-table {
    padding: 20px 0;
    margin-top: 10px;
}

.ie8 .tile-actions, .ie7 .tile-actions {
    margin-top: 0;
}

.ie7 .project-description-container, .ie8 .project-description-container {
    float: left;
}

.ie7 .tbl-main tr > td:first-child {
    width: auto;
}

.ie7 .tbl-main tr.sub-table > td:first-child {
    width: 47px;
}

    .ie7 .tbl-main tr.sub-table > td:first-child + td {
        width: 506px;
    }

        .ie7 .tbl-main tr.sub-table > td:first-child + td + td {
            width: 260px;
        }

            .ie7 .tbl-main tr.sub-table > td:first-child + td + td + td {
                width: 57px;
            }

.ie7 td.tbl-group-data tr > td:first-child {
    width: 47px;
}

    .ie7 td.tbl-group-data tr > td:first-child + td {
        width: 506px;
    }

        .ie7 td.tbl-group-data tr > td:first-child + td + td {
            width: 258px;
        }

            .ie7 td.tbl-group-data tr > td:first-child + td + td + td {
                width: 59px;
            }

.ie8 .tile-actions .project-tile-inner {
    height: auto;
}

.ie7 .materials-nav {
    top: 220px;
    margin-left: 0;
}

.ie7 .navbar .container {
    margin-left: 0;
}

.ie8 .full-height-text, .ie7 .full-height-text {
    margin-bottom: 0;
}

.material-top-bdr ul.tile-split li:first-child {
    border-top: 3px solid #aab21a;
}

.tiled .project-items {
    border-bottom: 0;
}

.project-tiles.materials {
    margin-bottom: 310px;
}

.project-tiles.measures {
    margin-bottom: 420px;
}

.project-section .materials-table tr th a {
    font-size: 14px;
    color: #000000;
}

.btn-group > .btn:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.list-page .project-actions {
    padding: 0 0 25px;
}

.materials h2, .measures h2 {
    display: none;
}

.ie8 .view-filter .btn {
    line-height: 21px;
}

.ie9 .view-filter .btn {
    padding: 3px 8px;
}

.view-filter .btn {
    padding: 0 10px;
    line-height: 21px;
}

.calendar-item {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    width: 100%;
}

.calendar-item-inner {
    background: none repeat scroll 0 0 #F1F1F1;
    padding: 15px 0 15px 15px;
}

.project-calendar .well {
    margin-bottom: 0;
    padding: 10px 0;
}

.calendar-item-date {
    font-size: 28px;
    font-weight: normal;
    color: #666666;
    line-height: 30px;
}

.calendar-item-time {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
}

.calendar-item-project {
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    margin-top: 10px;
}

.calendar-week-container {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #FFFFFF;
}

.project-panel {
    margin-top: -40px;
}

.view-filter a.btn {
    font-size: 12px;
    line-height: 25px;
}

.ie7 .view-filter a.btn {
    line-height: 19px;
    padding: 3px 10px 3px;
    border: 1px solid #cfcfcf;
}

.ie9 .view-filter a.btn {
    line-height: 19px;
    padding: 3px 10px 3px;
    border: 1px solid #cfcfcf;
}

.ie8 .view-filter a.btn {
    padding: 3px 10px 3px;
}

.inner-page-section .project-tiles.materials, .inner-page-section .project-tiles.measures {
    margin-bottom: 0;
}

.inner-page-section .project-tiles-group {
    position: relative;
}

.inner-page-section .project-tile-inner.heading {
    height: auto;
}

.inner-page-section .tile-actions {
    top: 0;
}

.inner-page-section .project-description-group {
}

.tile-actions .project-tile-inner, .tile-timeline .project-tile-inner {
    margin-right: 0;
}

.tile-actions .footer-more {
    bottom: 70px;
    right: 0;
}

.project-details .materials-table {
    margin-right: 0;
}

.project-section .demo-block {
    padding: 15px;
}

.section-right h3 {
    font-weight: normal;
}

.dashboard-inner ul li a {
    font-weight: normal;
}

.ie7 .project-header .container {
    margin-left: auto;
}

.ie7 .inner-page-section .project-tiles-group {
    position: static;
}

.ie7 .tile-actions .project-tile-inner, .ie8 .tile-actions .project-tile-inner {
    margin-left: 0;
}

.cms-sub-page {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
}

    .cms-sub-page h1, .cms-sub-page h2, .cms-sub-page h3, .cms-sub-page h4, .cms-sub-page h5, .cms-sub-page h6 {
        color: inherit;
        font-family: inherit;
        font-weight: bold;
        margin: 10px 0 0;
        text-rendering: optimizelegibility;
        display: block;
    }

    .cms-sub-page h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .cms-sub-page h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .cms-sub-page h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .cms-sub-page h2, .cms-sub-page h3 {
        font-weight: normal;
    }

    .cms-sub-page h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .cms-sub-page h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .cms-sub-page h6 {
        font-size: 12px;
        line-height: 20px;
    }

    .cms-sub-page p {
        font-size: 15px;
        line-height: 20px;
        margin: 0 0 10px;
    }

    .cms-sub-page ul {
        font-size: 15px;
        margin-left: 17px;
    }


 .mb-inner-section .cms-sub-page ul {
    margin-left: 0;    
    overflow: initial;
     padding-left: 0;
}

.inner-content-section .cms-sub-page ol, .mb-inner-section .cms-sub-page ol {
    margin-left: 18px;
}

    .inner-content-section .cms-sub-page ol li {
        margin-bottom: 5px;
    }

.cms-sub-page sup {
    top: -0.5em;
}

.cms-sub-page sub, .cms-sub-page sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.cms-sub-page ul, .cms-sub-page ol {
    margin: 0 0 10px 25px;
    padding: 0;
}


.inner-content-section .cms-sub-page ul {
    margin-left: 0;
    padding-left: 0;
    overflow: initial;
}

.cms-sub-page ol {
    display: block;
    list-style-type: decimal;
}

.cms-sub-page a {
    color: #0066CC;
    text-decoration: none;
}

    .cms-sub-page a:focus, .cms-sub-page a:hover {
        color: #BE4D00;
        text-decoration: underline;
    }

    .cms-sub-page a:hover, .cms-sub-page a:active {
        outline: 0 none;
    }

.cms-sub-page hr {
    border-bottom-color: #eeeeee;
    border-top-color: transparent;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 20px 0;
    -moz-box-sizing: border-box;
    -moz-float-edge: margin-box;
    color: #808080;
    display: block;
    height: 2px;
}

.icon-calendar-close {
    background: url("../images/cross_icon.png") no-repeat left top transparent;
    height: 26px;
    width: 26px;
    margin-top: 0;
    display: block;
}

.ie7 .ui-dialog button.ui-dialog-titlebar-close, .ie8 .ui-dialog button.ui-dialog-titlebar-close {
    background: none;
}

.ie7 .ui-dialog .ui-dialog-titlebar-close {
    top: 15px;
    right: 5px;
}

.ui-dialog {
    padding: 0;
}

    .ui-dialog .ui-dialog-titlebar-close {
        top: -6px;
        right: -12px;
        height: 30px;
        width: 26px;
    }

button.ui-dialog-titlebar-close:focus {
    outline: none;
}

.ui-widget-content {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 1);
    border: 0;
    background: none repeat scroll 0 0 #F1F1F1;
}

.ui-dialog .dialog-general-content {
}

.ui-widget-header {
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
    filter: none;
    border: 0;
    border-bottom: 1px solid #cccccc;
    line-height: 24px;
}

.ui-widget-header, .ui-dialog .ui-dialog-titlebar {
    padding: 10px 20px;
    display: none;
}

.ui-dialog .ui-dialog-content.calendar-dialog {
    overflow: visible;
}

.ui-widget-content a.btn-primary {
    border: 0 none;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    padding: 0 14px;
    text-shadow: none;
    vertical-align: middle;
}

.ui-dialog-content {
    box-shadow: none;
}

#loading {
    display: none;
    z-index: 9999;
    text-align: center;
    position: fixed;
}

.loading-bg {
    background: url("/Responsive/images/loading-bg.png") no-repeat left center transparent;
    width: 155px;
    height: 25px;
    padding: 12px 10px;
    position: fixed;
    top: 47%;
    left: 44%;
    z-index: 100;
    opacity: 1 !important;
}

.loading-overlay {
    opacity: 0.75;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    filter: alpha(opacity=75);
}

.ui-dialog .ui-dialog-content {
}

.dialog-box-right small a {
    display: none;
}

.dialog-box-right iframe {
    width: 425px;
    height: 345px;
}

.ie7-modal-special-width {
    width: 1000px !important;
}

.ie7 .ui-dialog .ui-dialog-titlebar {
    overflow: visible;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 6px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 6px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 6px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 6px;
}

.ui-widget-header {
    border-radius: 6px 6px 0 0;
}

.ie9 .ui-dialog .ui-dialog-titlebar {
    border-radius: 6px 6px 0 0;
}

.ie7 .dialog-box-left {
    width: 513px;
}

.tile-actions ul li a span {
    color: #000000;
    font-weight: normal;
}

.project-tiles .tile-min-height {
    min-height: 230px;
    border-bottom: 1px solid transparent;
}

.demo-block img {
    float: left;
    margin-right: 15px;
}

.tbl-main tbody tr td.tbl-group-data {
    padding: 0;
    border-top: 0;
}

td.tbl-group-data table {
    border: 0;
    margin-bottom: 0;
}

td.tbl-group-data .table tr td {
    border: 0;
}

    td.tbl-group-data .table tr td.measure-table-row-steward {
        border-right: 1px solid #dddddd;
    }

td.tbl-group-data .table tr > td:first-child + td a {
    margin-left: 20px;
    display: block;
}

.tbl-group-header {
    padding: 8px;
    display: block;
    font-weight: bold;
}

.sub-table td {
    
}

    .sub-table td:first-child {
        border-left: 1px solid #DDDDDD;
    }

        .sub-table td:first-child + td, .sub-table td:first-child + td + td, .sub-table td:last-child, td.tbl-group-data .table tr > td:first-child + td, td.tbl-group-data .table tr > td:first-child + td + td, td.tbl-group-data .table tr > td:last-child {
            border-left: 1px solid #DDDDDD;
        }

.sub-table p.sub-link {
    margin-bottom: 0;
}

.sub-table .sub-link a {
    color: #000000;
}

.materials-table th a {
    padding-right: 0;
}

.materials-table .table {
    background: #ffffff;
}

td.tbl-group-data {
    border-left: 0;
}

.force-hide {
    display: none !important;
}

.material-table tr > th:first-child {
    width: 55%;
}

    .material-table tr > th:first-child + th {
        width: 30%;
    }

.material-table > table, .measure-table > table {
    width: 1170px;
}

.tbl-main tr > th:first-child, .tbl-main tr > td:first-child {
    width: 50px;
}

    .tbl-main tr > th:first-child + th, .tbl-main tr > td:first-child + td {
        width: 600px;
    }

        .tbl-main tr > th:first-child + th + th, .tbl-main tr > td:first-child + td + td {
            width: 300px;
        }

td.sub-table-wrapper {
    padding: 0;
}

.sub-table-wrapper table {
    width: 100%;
}

.sub-table td:first-child {
    border-left: 0;
}

.tile-ad.w33, .tile-timeline.w66 {
    width: auto;
}

td.sub-table-wrapper {
    padding: 0;
}

.sub-table-wrapper table {
    width: 100%;
}

    .sub-table-wrapper table tr.sub-table > td {
        background: none;
    }

tr.odd td {
    background-color: #ffffff;
}

tr.even td {
    background-color: #ffffff;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #f5f5f5;
}

.materials-table .measure-table-row-group-name {
    font-weight: bold;
}

a.calendar-item-visited {
    color: #7b9a01 !important;
}

.project-tile-inner.heading {
}

.tile-description .project-short-description {
    font-size: 18px;
}

    .tile-description .project-short-description a {
        font-size: 18px;
        display: inline;
    }

.ie8 .tile-actions {
    width: 300px;
}

.ie8 .materials-nav .navbar .nav > .active > a {
    background: #fdcf00;
}

.ie7 .materials-nav .navbar .nav > .active > a {
    background: #fdcf00;
}

.ie7 .yellow_border {
    margin-top: 2px;
}

.ie8 .yellow_border {
    margin-top: 2px;
}

.ie8 .w66 .tile-timeline {
    width: 550px;
}

.ie7 .calendar-navigation .btn-group a.btn-calendar-today {
    margin-top: 0px;
    line-height: 18px;
    font-weight: bold;
    border-bottom: 0;
    background: #e7e7e7;
}

.ie7 .btn-group {
    border-bottom: 1px solid #ccc;
    background: #e7e7e7;
}

.calendar-navigation .btn-group a.btn-calendar-left, .calendar-navigation .btn-group a.btn-calendar-right, .calendar-navigation .btn-group a.btn-calendar-left:hover, .calendar-navigation .btn-group a.btn-calendar-right:hover {
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: url("../images/calendar-nav-bg.png");
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.ie7 .visible-tablet {
    display: block !important;
}

.project-section.list-page {
    padding: 0 0 40px;
}

.project-section .demo-block {
    border: 0;
}

@media (min-width: 768px) {
    .fake-logo {
        width: 35%;
    }
}

@media (min-width: 980px) {
    .fake-logo {
        width: 33%;
    }

    .materials-nav {
        top: 202px;
    }

    .yellow_border {
        top: 280px;
    }

    .calendar-item-schedule {
        width: 21%;
    }
}

@media (min-width: 1200px) {
    .tiled .project-item {
        width: 390px;
    }

    .project-tile {
        width: 390px;
    }

        .project-tile.w33 {
            width: 390px;
        }

        .project-tile.w66 {
            width: 780px;
        }

    .project-tile-inner.heading {
        height: auto;
    }

        .project-tile-inner.heading h1 {
            height: auto;
            margin-bottom: 0;
        }

    .para .project-tile-inner {
        height: 140px;
    }

    .para {
        position: absolute;
    }

    .w100 {
        width: 100%;
    }

    .full-height-text {
        left: -15px;
    }

    .tile-actions .project-tile-inner {
        height: auto;
        margin-left: 6%;
    }

    .materials-nav {
        top: 200px;
    }

    .yellow_border {
        top: 276px;
    }

    .fake-logo {
        width: 40%;
    }

    .tile-actions .footer-more {
        bottom: -10px;
        right: 0;
    }

    .edit-action.tile-actions {
        top: -310px !important;
    }

    .tile-description .edit-action.project-tile-inner {
        height: 230px !important;
    }

    .edit-action.project-tiles {
        margin-bottom: 425px !important;
    }

    .edit-action.tile-actions .footer-more {
        bottom: -25px !important;
        right: 0 !important;
    }

    .tile-ad.w33, .tile-timeline.w66 {
        width: auto;
    }
}

@media (min-width: 1500px) {
    .ad-aside {
        display: block;
    }
}

@media (max-width: 1199px) {
    .material-table > table, .measure-table > table {
        width: 940px;
    }

    .tbl-main tr > th:first-child, .tbl-main tr > td:first-child {
        width: 50px;
    }

        .tbl-main tr > th:first-child + th, .tbl-main tr > td:first-child + td {
            width: 420px;
        }

            .tbl-main tr > th:first-child + th + th, .tbl-main tr > td:first-child + td + td {
                width: 250px;
            }

    .tile-actions {
        float: left;
        width: auto;
    }
}

@media (max-width: 979px) {
    .home-box {
        background-image: url(../images/sprite-home-box-tab.png);
    }

    .nav-wrapper {
        padding: 0 18px;
    }

    .logo-holder {
        padding: 5px 18px 0;
    }

    .nav-wrapper {
        padding: 0 18px;
    }

    .logo-holder img {
        width: 175px;
        margin-bottom: 7px;
    }

    .input-search {
        width: 170px;
    }

    .section-inner {
        width: 535px;
    }

    .home-box-1 .home-box-sub-texts, .home-box-3 .home-box-sub-texts, .home-box-5 .home-box-sub-texts, .home-box-2 .home-box-sub-texts, .home-box-6 .home-box-sub-texts, .home-box-4 .home-box-sub-texts {
        margin-left: 30px !important;
    }

    .section-left {
        padding: 50px 20px 0px 17px;
        margin-left: 0px !important;
    }

    .nav-wrapper {
        padding: 0 18px;
    }

    .section-left h1 {
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    .tile-ad {
        width: 33%;
    }

    .tile-timeline {
        width: 66%;
    }

    .project-tiles-group {
        position: static;
    }

    .tile-events, .tile-materials, .tile-measures {
        width: auto;
        float: none;
    }

    .project-tile-inner.heading {
        width: auto;
    }

    .project-tiles {
        margin-bottom: 0;
    }

    .tile-actions {
        width: auto;
        float: none;
        margin-top: 0;
    }

    .tile-description {
        width: auto;
        float: none;
    }

    .footer-more {
        right: 0;
    }

    .tile-description .read-more-tablet {
        display: inline;
    }

        .tile-description .read-more-tablet a {
            display: inline;
        }

    .tile-description .read-more {
        display: none;
    }

    .project-tile {
        width: 241px;
    }

        .project-tile.w33 {
            width: 724px;
        }

        .project-tile.w66 {
            width: 598px;
        }

    .logo-holder {
        padding: 5px 30px 0;
    }

        .logo-holder img {
            width: 175px;
            margin-bottom: 7px;
        }

    .input-search {
        width: 170px;
    }

    .section-inner {
        width: 535px;
    }

    .section-left {
        padding-left: 30px;
        padding-right: 0;
    }

        .section-left h1 {
            font-size: 38px;
            line-height: 38px;
            margin-bottom: 30px;
        }

    .logo-holder {
        padding: 10px 0 5px;
    }

    .project-tile-inner {
        margin-right: 0;
        height: 240px;
    }

    .tile-main .project-tile-inner {
        height: 30px;
    }

    .tile-description .project-tile-inner {
        height: auto;
    }

    .tile-events .project-tile-inner, .tile-materials .project-tile-inner, .tile-measures .project-tile-inner {
        border-right: 0;
        padding: 15px 0;
    }

    .tile-ad.w33 {
        width: auto;
    }

    .tile-timeline.w66 {
        width: auto;
    }

    .tile-timeline .project-tile-inner, .tile-ad .project-tile-inner {
        margin-right: 20px;
        height: 150px;
    }

    .tile-main .project-tile-inner {
        height: auto;
    }

    .w100 {
        width: 100%;
    }

    .tile-measures .project-tile-inner {
        height: auto;
    }

    .tile-actions ul.tile-split {
        border-top: 3px solid #aab21a;
    }

    .footer-more {
        bottom: 0;
    }

    .project-tile-inner.heading {
        height: auto;
    }

    .tile-actions {
        height: auto;
        position: static;
    }

        .tile-actions .project-tile-inner, .tile-timeline .project-tile-inner {
            margin-right: 0;
        }

    .view-types {
        display: none;
    }

    .tile-events .core, .tile-materials .core, .tile-measures .core, .tile-actions .project-tile-inner {
        margin: 0;
    }

    .core {
        margin-right: 0;
    }

    .tile-measures .project-tile-inner h4 {
        margin-top: -15px;
    }

    .materials-table {
        margin-right: 0;
    }

    .materials-nav {
        top: 58px;
    }

    .yellow_border {
        top: 126px;
    }

    .materials .tile-actions .project-tile-inner, .materials .tile-timeline .project-tile-inner, .measures .tile-actions .project-tile-inner, .measures .tile-timeline .project-tile-inner, .project-section .tile-timeline .project-tile-inner {
        margin-right: 0;
    }

    .project-section {
        padding: 30px 0;
    }

    .project-tile-inner {
        margin-bottom: 30px;
    }

    .tile-actions ul.tile-split {
        border-top: 3px solid #aab21a;
    }

    .project-tiles.measures {
        margin-bottom: -120px;
    }

    .inner-page-section .project-tile-inner.heading {
        height: auto;
    }

    .material-top-bdr ul.tile-split li:first-child {
        border-top: 0 none;
    }

    .calendar-dialog-wrapper {
        margin: 30px;
    }

    .dialog-box-left {
        width: 100%;
    }

    .dialog-box-right {
        width: 100%;
        text-align: center;
    }

    .dialog-box-left + .dialog-box-right {
        margin-left: 0;
    }

    .dialog-general-content {
        /*bottom: 20px;*/
        position: absolute;
        width: 91.5%;
        top: 560px;
        min-height: 150px;
        height: auto;
    }

    .tile-events .project-tile-inner, .tile-materials .project-tile-inner, .tile-measures .project-tile-inner {
        min-height: 0;
    }

    .project-tiles .tile-min-height {
        min-height: 0;
    }

    .dialog-general-content.hidden-desktop {
        position: static;
        clear: both;
        width: 100%;
    }

    /*table*/
    .material-table > table,
    .measure-table > table {
        width: 724px;
    }

    .tbl-main tr > th:first-child,
    .tbl-main tr > td:first-child {
        width: 50px;
    }

        .tbl-main tr > th:first-child + th,
        .tbl-main tr > td:first-child + td {
            width: 304px;
        }

            .tbl-main tr > th:first-child + th + th,
            .tbl-main tr > td:first-child + td + td {
                width: 150px;
            }

    /*table*/
    .tile-measures .project-tile-inner h4 {
        margin-top: auto;
    }

        .tile-measures .project-tile-inner h4.height-fix {
            margin-top: 10px;
        }

    .timeline-block {
        margin-left: 0;
    }

    .tile-timeline .project-tile-inner,
    .tile-ad .project-tile-inner {
        margin-right: 0;
    }

    .tablet-left-margin {
        margin-left: 20px;
    }

    .tile-measures .full-height-text {
        margin-top: 0;
        text-align: left;
        padding-left: 0;
        padding-top: 10px;
    }

    .tile-measures .full-height-text {
        padding-top: 0;
    }
}

@media (min-width: 320px) and (max-width: 979px) {
    .left-column {
        position: static;
        float: left;
        width: 48%;
    }

    .right-column {
        position: static;
        float: right;
        width: 51%;
    }

    .four-column {
        margin: 0;
    }

    .map-holder {
        width: 53%;
        float: right;
    }

    .address {
        float: left;
        width: 46%;
    }
}

@media (min-width: 480px) and (max-width: 979px) {
    .left-column {
        position: static;
        float: left;
        width: 48%;
    }

    .right-column {
        position: static;
        float: right;
        width: 51%;
    }

    .four-column {
        margin: 0;
    }

    .map-holder {
        width: 53%;
        float: right;
    }

    .address {
        float: left;
        width: 46%;
    }
}

/* for mobile */
@media (max-width: 767px) {
    .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: auto;
    }

    body {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo-holder {
    }

    .input-search {
        width: 120px;
    }

    .nav-wrapper {
        padding: 0 18px;
    }

    .section {
        background: none;
    }

    .fake-logo {
        display: none;
    }

    .section-left {
        min-height: 20px;
        background-image: none;
        padding: 0px 0px 0px 17px; /*50px 20px 50px 75px;*/
        margin-left: 0px !important;
        /*padding: 10px 15px;*/
        padding: 0;
    }

    .section-left-1 {
        background-color: #aab21a;
    }

    .section-left-2 {
        background-color: #6d8b9c;
        /*color: #000;*/
    }

    .section-left-3 {
        background-color: #edc100;
    }

    .section-left-4 {
        background-color: #823d99;
    }

    .section-left-5 {
        background-color: #ee7b22;
    }

    .section-left-6 {
        background-color: #52626f;
    }

    .section-right {
        min-height: 20px;
    }

    .section-left-nav {
        display: none;
        padding: 0 15px 10px 15px;
    }

    .section-left-nav-toggle {
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: url(../images/mobile-header-btn.png) no-repeat scroll 0 -30px transparent;
        height: 25px;
        margin-left: 10px;
        margin-top: -3px;
        vertical-align: middle;
        width: 25px;
        outline: 0 none;
    }

    .section-left.open .section-left-nav-toggle {
        background-position: 0 0;
    }

    .section-left h1 {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 0;
        cursor: pointer;
        padding: 10px 15px 10px 18px; /* 10px 15px;*/
    }

    .section-left h3 {
        margin-top: 0;
    }

        .section-left h3 + h3 {
            margin-top: 10px;
        }

    .section-left-header br {
        display: none;
    }

    .section-left ul li {
        margin-bottom: 0;
    }

    .section-right {
        padding: 18px 18px 20px 18px;
    }

    .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: auto;
    }

    body {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo-holder {
    }

    .input-search {
        width: 120px;
    }

    .nav-wrapper {
        padding: 0 30px;
    }

    .section {
        background: #ffffff;
    }

    .project-section {
        background: #f7f7f7;
    }

    .fake-logo {
        display: none;
    }

    .section-left {
        min-height: 20px;
        background-image: none;
        /*padding: 10px 15px;*/
        padding: 0;
    }

    .section-left-1 {
        background-color: #aab21a;
    }

    .section-left-2 {
        background-color: #6d8b9c;
        /*color: #000;*/
    }

    .section-left-3 {
        background-color: #edc100;
    }

    .section-left-4 {
        background-color: #823d99;
    }

    .section-left-5 {
        background-color: #ee7b22;
    }

    .section-left-6 {
        background-color: #52626f;
    }

    .section-right {
        min-height: 20px;
    }

    .section-left-nav {
        display: none;
        padding: 0 15px 10px 15px;
    }

    .section-left-nav-toggle {
        display: inline-block;
        *display: inline;
        zoom: 1;
        background: url(../images/mobile-header-btn.png) no-repeat scroll 0 -30px transparent;
        height: 25px;
        margin-left: 10px;
        margin-top: -3px;
        vertical-align: middle;
        width: 25px;
        outline: 0 none;
    }

    .section-left.open .section-left-nav-toggle {
        background-position: 0 0;
    }

    .section-left h1 {
        font-size: 28px;
        font-weight: normal;
        margin-bottom: 0;
        cursor: pointer;
        padding: 10px 15px;
    }

    .section-left h3 {
        margin-top: 0;
    }

        .section-left h3 + h3 {
            margin-top: 10px;
        }

    .section-left-header br {
        display: none;
    }

    .section-left ul li {
        margin-bottom: 0;
    }

    .section-right {
        padding: 18px 18px 20px 18px;
    }

    .project-items {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tiled .w25 {
        width: 100%;
    }

    .tiled .w50 {
        width: 100%;
    }

    .tiled .w75 {
        width: 100%;
    }

    .tiled .w33 {
        width: 100%;
    }

    .tiled .w66 {
        width: 100%;
    }

    .tiled .w100 {
        width: 100%;
    }

    .container {
        width: 90%;
    }

    .project-actions {
        margin-top: 10px;
        padding-left: 0;
        text-align: right;
    }

    .project-items {
        margin-left: 0;
        margin-right: 0;
    }

    .btn-group + .btn-group {
        margin-left: 0;
    }

    .project-actions > span {
        padding-left: 0;
    }

    .project-title {
        width: 100%;
    }

    .project-activities {
        display: none;
    }

    .materials-nav {
        top: 62px;
    }

    .yellow_border {
        top: 130px;
    }

    .material-top-bdr ul.tile-split li:first-child {
        border-top: 0;
    }

    .material-top-bdr ul.tile-split li:first-child {
        border-top: 3px solid #AAB21A;
    }

    .project-tile-inner.heading {
        height: auto;
    }

    .container.calendar-wrapper {
        width: 100%;
    }

    .calendar-header {
        padding: 0 20px;
    }

    .calendar-item-links {
        float: none;
    }

    .calendar-item-schedule {
        width: 30%;
    }

    .calendar-week-header {
        padding: 0 20px 8px;
    }

    .project-calendar .calendar-item-empty.well {
        padding-left: 20px;
    }

    .inner-page-section .project-tile-inner.heading {
        height: auto;
    }

    .calendar-header {
        padding: 0;
    }

    .calendar-week-header {
        padding: 0 0 8px 20px;
    }

    .project-calendar .calendar-item-empty.well {
        padding-left: 20px;
    }

    .material-top-bdr ul.tile-split li:first-child {
        border-top: 0;
    }

    .header .navbar-inner .container {
        width: 90%;
    }

    .event-container .calendar-title {
        padding-left: 0;
    }

    .event-container .calendar-week-header {
        padding: 0 0 8px 0;
    }

    .event-container .project-calendar .calendar-item-empty.well {
        padding-left: 0;
    }

    .calendar-navigation {
        /*padding-right: 20px;*/
    }

    .event-container .calendar-navigation {
        padding-right: 0;
    }

    .inner-page-section .project-tile-inner.heading.visible-phone {
        height: 0;
    }

    .tablet-left-margin {
        margin-left: 0;
    }

    .tile-ad {
        width: 100% !important;
    }

    .tile-timeline {
        width: 100% !important;
    }

    .project-tiles .project-tile-inner {
        margin-bottom: 15px;
    }

    .project-tile-inner {
        margin-bottom: 15px;
    }

    .tile-ad .full-height-text .dotted-line,
    .tile-timeline .full-height-text .dotted-line,
    .dialog-general-content .full-height-text .dotted-line {
        margin: 0;
    }

    .tile-ad .full-height-text,
    .tile-timeline .full-height-text,
    .dialog-general-content .full-height-text {
        padding: 0;
    }

    .cms-sub-page .calendar-title {
        padding-left: 0;
    }

    .demo-block .container {
        width: 94%;
    }

    .tile-measures .project-tile-inner h4.height-fix {
        margin-top: 5px;
    }
}

@media (min-width: 600px) and (max-width: 720px) {
    .materials-table .table {
        width: 519px;
    }

    .sub-table-wrapper td.tbl-group-data table tr > td:first-child,
    .sub-table-wrapper tr.sub-table > td:first-child {
        width: 43px;
    }

        .sub-table-wrapper td.tbl-group-data table tr > td:first-child + td,
        .sub-table-wrapper tr.sub-table > td:first-child + td {
            width: 220px;
        }

            .sub-table-wrapper td.tbl-group-data table tr > td:first-child + td + td,
            .sub-table-wrapper tr.sub-table > td:first-child + td + td {
                width: 130px;
            }
}

@media (max-width: 700px) {
    .navbar .nav > li > a {
        padding: 5px 6px;
    }

    .input-search {
        width: 100px;
    }

    .tile-description .project-tile-inner {
        /*height: 200px;*/
        height: auto;
    }
}

@media (max-width: 640px) {
    .inner-page-section .project-tile-inner.heading {
        height: auto;
    }
}

/* for mobile */
@media (max-width: 599px) {
    .section-inner {
        width: auto;
    }

    .home-box-container {
        line-height: 25px;
    }

    .home-box-container {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .home-box {
        display: block;
        height: auto;
        margin: 0;
        padding: 15px 20px; /*12px 20px;*/
        width: auto;
        float: none;
        background: none;
    }

    .home-box-header {
        font-size: 20px;
        height: auto;
    }

        .home-box-header br {
            display: none;
        }

    .home-box .home-box-header {
        background: transparent;
        height: auto;
    }

    .home-box-header .home-box-header-text {
        visibility: visible;
    }

    .home-box-sub-texts {
        display: none;
    }

    .home-box-1, .home-box-1:hover {
        background: none;
        background-color: #a6af30;
        background-image: none;
        background-image: -moz-linear-gradient(top, #bcc444, #a6af30);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bcc444), to(#a6af30));
        background-image: -webkit-linear-gradient(top, #bcc444, #a6af30);
        background-image: -o-linear-gradient(top, #bcc444, #a6af30);
        background-image: linear-gradient(to bottom, #bcc444, #a6af30);
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffbcc444', endColorstr='#ffa6af30', GradientType=0);
    }

    .home-box-2, .home-box-2:hover {
        background: none;
        background-color: #62717d;
        background-image: -moz-linear-gradient(top, #7a8691, #62717d);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7a8691), to(#62717d));
        background-image: -webkit-linear-gradient(top, #7a8691, #62717d);
        background-image: -o-linear-gradient(top, #7a8691, #62717d);
        background-image: linear-gradient(to bottom, #7a8691, #62717d);
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff7a8691', endColorstr='#ff62717d', GradientType=0);
    }

    .home-box-3, .home-box-3:hover {
        background: none;
        background-color: #dabb00;
        background-image: -moz-linear-gradient(top, #f3d124, #dabb00);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3d124), to(#dabb00));
        background-image: -webkit-linear-gradient(top, #f3d124, #dabb00);
        background-image: -o-linear-gradient(top, #f3d124, #dabb00);
        background-image: linear-gradient(to bottom, #f3d124, #dabb00);
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff3d124', endColorstr='#ffdabb00', GradientType=0);
    }

    .home-box-4, .home-box-4:hover {
        background: none;
        background-color: #698698;
        background-image: -moz-linear-gradient(top, #889f94, #698698);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#889f94), to(#698698));
        background-image: -webkit-linear-gradient(top, #889f94, #698698);
        background-image: -o-linear-gradient(top, #889f94, #698698);
        background-image: linear-gradient(to bottom, #889f94, #698698);
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff889f94', endColorstr='#ff698698', GradientType=0);
    }

    .home-box-5, .home-box-5:hover {
        background: none;
        background-color: #dc8538;
        background-image: -moz-linear-gradient(top, #f49a4d, #dc8538);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f49a4d), to(#dc8538));
        background-image: -webkit-linear-gradient(top, #f49a4d, #dc8538);
        background-image: -o-linear-gradient(top, #f49a4d, #dc8538);
        background-image: linear-gradient(to bottom, #f49a4d, #dc8538);
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff49a4d', endColorstr='#ffdc8538', GradientType=0);
    }

    .home-box-6, .home-box-6:hover {
        background: none;
        background-color: #88529e;
        background-image: -moz-linear-gradient(top, #a068b2, #88529e);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a068b2), to(#88529e));
        background-image: -webkit-linear-gradient(top, #a068b2, #88529e);
        background-image: -o-linear-gradient(top, #a068b2, #88529e);
        background-image: linear-gradient(to bottom, #a068b2, #88529e);
        background-repeat: repeat-x;
        filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffa068b2', endColorstr='#ff88529e', GradientType=0);
    }

    .navbar-static-top {
        display: none;
    }

    .logo-holder .navbar {
        display: block;
    }

    .logo-holder img {
        position: absolute;
        margin-left: 18px;
        margin-bottom: 2px;
    }

    .action-items {
        padding: 0 20px;
    }

        .action-items .carousal-pagination .item {
            width: 24px;
            height: 24px;
            margin-right: 20px;
            background-position: 0 -50px;
        }

            .action-items .carousal-pagination .item.current {
                background-position: 0 -75px;
            }

        .action-items .carousal-pagination {
            line-height: 30px;
        }

    .logo-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-static-top {
        display: none;
    }

    .logo-holder .navbar {
        display: block;
    }

    .logo-holder img {
        position: absolute;
        margin-left: 15px;
        margin-bottom: 2px;
    }

    .logo-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .logobar .navbar .nav > li {
        width: 100%;
    }

    .tile-ad.w33, .tile-timeline.w66 {
        width: 100%;
    }

    .tile-timeline .project-tile-inner, .tile-ad .project-tile-inner,
    .project-section .tile-timeline .project-tile-inner,
    .project-section .tile-ad .project-tile-inner {
        margin-right: 0;
    }

    .materials .table,
    .measures .table {
        margin-bottom: 0;
    }

    .tile-description .project-tile-inner {
        /*height: 145px;*/
        height: auto;
    }

    .nav-collapse-2.collapse {
        height: 0;
        overflow: hidden;
        width: 100%;
        float: left;
    }

    .materials-nav .navbar .nav > li {
        width: 100%;
        list-style: square inside none;
        color: #000000;
        padding: 10px;
    }

        .materials-nav .navbar .nav > li > a,
        .materials-nav .navbar .nav > .active > a,
        .materials-nav .navbar .nav > .active > a:hover,
        .materials-nav .navbar .nav > li > a:hover {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            color: #000000;
            line-height: 15px;
            margin-top: 0;
            border: 0;
            background: none;
        }

            .materials-nav .navbar .nav > li > a:focus {
                background: none;
            }

            .materials-nav .navbar .nav > li > a,
            .materials-nav .navbar .nav > li > a:hover,
            .materials-nav .navbar .nav > .active > a {
                margin: 0;
                display: inline-block;
                line-height: 18px;
                padding: 0;
                color: #ffffff;
                background: none;
            }

        .materials-nav .navbar .nav > li > a {
            color: #000000;
        }

    .materials-nav .navbar ul.nav {
        width: 100%;
        margin: 0;
        background: #EDC100;
        padding-left: 16px;
        padding-bottom: 20px;
    }

    .materials-nav .navbar .btn-navbar {
        width: 100%;
        margin: 0;
        font-size: 30px;
        font-weight: normal;
        color: #ffffff;
        padding: 18px 9px 18px 15px;
        text-align: left;
        border: 0;
        background: #edc100;
        text-shadow: none;
        line-height: 40px;
    }

    /* .materials-nav {
        left: -6%;
        top: -40px;
        width: 112%;
    }*/
    .materials-nav {
        margin-top: -30px;
    }

    .yellow_border {
        display: none;
    }

    .materials-table {
        margin-top: 0;
    }

    .logobar > .container {
        width: 100%;
    }

    .hidden-phone-row {
        display: none;
    }

    .list-page .container {
        width: 100%;
    }

        .list-page .container h1,
        .list-page .container .project-actions {
            margin-left: 25px;
        }

    .tile-actions {
        /*height: 165px;*/
        height: auto;
        position: static;
    }

    .materials h2,
    .measures h2 {
        display: block;
        margin-top: 10px;
    }

    .project-header .logo-holder {
        padding: 10px 0;
    }

    .materials-table {
        padding: 0 0 30px;
    }

    .inner-page-section .project-tile-inner.heading {
        height: 100px;
    }

        .inner-page-section .project-tile-inner.heading.visible-phone {
            height: auto;
        }

        .inner-page-section .project-tile-inner.heading.hidden-description-header {
            display: none;
        }

    .calendar-header {
        padding: 0;
    }

    .calendar-week-header {
        padding: 0 0 8px 20px;
    }

    .project-calendar .calendar-item-empty.well {
        padding-left: 20px;
    }

    .inner-page-section .project-tile-inner.heading {
        height: 140px;
    }

    .materials h2,
    .measures h2 {
        display: block;
        margin-top: 50px;
    }

    .header .navbar-inner .container {
        width: auto;
    }

    .materials .table, .measures .table {
        margin-bottom: 0;
    }

    .tile-ad {
        margin-top: 20px;
    }

    .event-container {
        width: 100%;
    }

        .event-container .project-tile,
        .event-container .tile-actions {
            margin: 0 20px;
            max-width: 90%;
        }

    .calendar-title {
        padding-left: 17px;
    }

    .event-container .calendar-title {
        padding-left: 20px;
    }

    .event-container .calendar-week-header {
        padding: 0 0 8px 20px;
    }

    .event-container .project-calendar .calendar-item-empty.well {
        padding-left: 20px;
    }

    .event-container .materials h2,
    .event-container .measures h2 {
        padding-left: 20px;
    }

    .event-container .calendar-navigation {
        padding-right: 20px;
    }

    .container.secondary-menu {
        width: 100%;
    }

    .materials h2, .measures h2 {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 24px;
    }

    .inner-page-section .project-tile-inner.heading {
        height: auto;
    }

    .measure-table table.tbl-main tr > th:first-child + th + th,
    .measure-table table.tbl-main tr > th:first-child + th + th + th,
    .measure-table table.tbl-main tr > td:first-child + td + td,
    .measure-table table.tbl-main tr > td:first-child + td + td + td {
        display: none;
    }

    .materials-nav {
        height: auto;
    }

    .tbl-main tr > th:first-child, .tbl-main tr > td:first-child {
        width: 51px;
    }

    .project-tiles-group {
        word-wrap: break-word;
    }

    .cms-sub-page .calendar-body {
        padding: 10px 0;
    }

    .materials-nav .navbar .nav > li.active > a,
    .materials-nav .navbar .nav > li.active > a:hover,
    .materials-nav .navbar .nav > li > a:hover {
        background: none;
        color: #ffffff;
        border: none;
        text-shadow: none;
    }

    .tile-events,
    .tile-materials,
    .tile-measures {
        margin-bottom: 0;
    }

    .heading h1 {
        margin-bottom: 15px;
    }

    .materials-nav .navbar .nav > li > a:focus,
    .materials-nav .navbar .nav > li > a:visited {
        background: none;
    }

    /*02-04*/
    .project-section {
        padding: 18px 0;
    }

    .heading h1 {
        margin-bottom: 7px;
    }

    .tile-events .project-tile-inner,
    .tile-materials .project-tile-inner,
    .tile-measures .project-tile-inner {
        padding: 11px 0;
    }

    .inner-page-section .project-tiles.project-event,
    .inner-page-section .project-tiles.project-event {
        margin-left: -5.6%;
        margin-right: -5.6%;
    }

    .cms-sub-page .calendar-header,
    .materials h2, .measures h2 {
        padding: 0 10px 0 0;
    }

    .project-event .cms-sub-page .calendar-header,
    .project-event h2 {
        padding: 0 10px 0 15px;
    }

    .cms-sub-page .calendar-week-header {
        padding: 0 0 8px 15px;
    }

    .cms-sub-page .calendar-item-inner {
        padding: 15px 0 15px 13px;
    }

    .list-page .container h1,
    .list-page .container .project-actions {
        margin-left: 13px;
        margin-right: 10px;
    }

    .no-project-found {
        padding-left: 14px;
    }

    .list-page .face {
        padding: 15px 10px;
    }

    .inner-page-section .container.ie7-height {
        width: auto;
        padding: 0 18px;
    }

    .container.main-responsive-mob {
        width: auto;
    }
}

@media (max-width: 480px) {

    .left-column {
        float: left;
        position: static;
        width: 48%;
    }

    .home-box-container {
        line-height: 25px;
    }

    .footer-nav {
        margin: 0 10px 0 0;
    }

    .home-find-us {
        border-bottom: 1px solid #CCCCCC;
        margin: 0 0 15px;
        padding: 0 0 5px;
    }

        .home-find-us .footer-nav li {
            margin-bottom: 20px;
        }

    .map-holder #AddressForGMap {
        height: 90px;
    }

    .map-holder .map-holder-inner a img, .map-holder-inner {
        height: 90px;
        width: 140px;
        overflow: hidden;
    }

    .address-header {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .address-detail p {
        margin-bottom: 10px;
    }

    .right-column {
        float: right;
        position: static;
        width: 51%;
    }

    .four-column {
        margin: 0;
    }

    .map-holder {
        margin-bottom: 10px;
        width: auto;
        float: none;
    }

    .address {
        float: none;
        width: auto;
    }

    .column-12 {
        float: none;
        width: auto;
    }

    .column-34 {
        float: none;
        width: auto;
    }

    .copyright, .rightsReserved {
        display: block;
    }

    .full-height-text {
        left: auto;
    }

    .materials-table {
        padding: 0 0 40px 0;
    }

    .materials h2,
    .measures h2 {
        display: block;
        /*margin-top: 20px;*/
    }

    .calendar-item-schedule {
        width: 40%;
    }

    .calendar-item-title {
        width: 60%;
    }

    .inner-page-section .project-tile-inner.heading {
        height: 130px;
    }

    .tile-description .project-tile-inner {
        /*height: 200px;*/
        height: auto;
    }

    .materials h2, .measures h2 {
        display: block;
        /*margin-top: 50px;*/
    }

    .dialog-box-right iframe {
        width: auto;
    }

    .materials .table, .measures .table {
        margin-bottom: 0;
    }

    .tile-actions {
        height: auto;
    }

    .list-page .face {
        padding: 15px 10px;
    }
}

@media (max-width: 450px) {
    .calendar-item-schedule {
        width: 49%;
    }

    .calendar-item-title {
        width: 51%;
    }

    .dialog-box-left {
        width: 250px;
    }

    .dialog-event-label {
        width: 50px;
    }

    .dialog-box-right {
        text-align: center;
        width: 100%;
    }

    .dialog-general-content {
        bottom: 20px;
        position: absolute;
        width: 85.5%;
    }

    .dialog-box-right iframe {
        width: 250px;
        height: 250px;
    }

    .calendar-dialog-wrapper {
        margin: 12px;
    }

    .loading-bg {
        left: 20%;
    }
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
    .tile-description .project-tile-inner {
        /*height: 245px;*/
        height: auto;
    }

    .tile-actions {
        height: auto;
    }

    h4.project-title {
        font-size: 15px;
    }

    th a {
        padding-right: 0;
    }

    .project-actions {
        margin-top: 50px;
        text-align: left;
    }

    .sub-table td:first-child {
        width: 52px;
    }

    .list-page .project-actions {
        margin-top: 0;
    }

    .list-page .container .project-actions {
        margin-left: 10px;
        margin-top: 50px;
    }
}

/*Safari*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body {
        font-family: "myriad-pro", Helvetica, Arial, sans-serif;
        overflow-x: hidden;
    }

    .btn-group > .btn + .btn {
        margin-left: -3px;
        border-left: none;
    }

    .yellow_border {
        margin-top: 2px;
    }
}

/*ie10*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .view-filter a.btn {
        line-height: 19px;
        padding: 6px 10px 0;
    }
}

/*Chrome*/
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .btn-group > .btn + .btn {
        margin-left: -1px;
    }

    .tile-materials .footer-more {
        margin-top: -20px;
    }
}

.meausre-child-ul {
}

td.tbl-group-data .table tr > td:first-child + td ul.meausre-child-ul li {
    margin-left: 12px;
}

    td.tbl-group-data .table tr > td:first-child + td ul.meausre-child-ul li a {
        margin-left: 0px;
        display: inline-block;
    }

ul.landing-event li div span.closes-at-space {
    padding-right: 20px;
}

.story-box-wrapper {
    cursor: pointer;
}

/*10-3-14*/
.main-wrapper-blocks {
    background: #f7f7f7;
}
/*
.main-wrapper-blocks a:hover, .main-wrapper-blocks input:focus,
.main-wrapper-blocks button:focus, .main-wrapper-blocks:focus {
    outline: 0 none;
    text-decoration: none;
}
*/
    .main-wrapper-blocks .container {
        max-width: 940px;
    }

/******header start******/
.header-blocks {
    background: #f7f7f7;
    z-index: 1000;
    box-shadow: 0 2px 4px #B6B6B6;
    border-bottom: 1px solid #cbcbcb;
}

.ie7 .inner-content-blocks {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.header-blocks .container {
    padding-top: 8px;
}

.header-blocks .nav-list-blocks .container {
    padding-top: 0;
}

.main-logo {
    position: relative;
    top: 12px;
    vertical-align: middle;
}

.persistant-header .header-blocks .container {
    padding-top: 0;
}

@media (min-width: 1024px) {
    .persistant-header {
        padding-top: 102px;
    }
}

.persistant-header .header-blocks {
    background: #f7f7f7;
    border-top: 5px solid #415362;
    border-bottom: 1px solid #cdcdcd;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 0;
    box-shadow: 0 2px 6px #c7c7c7;
}

.main-logo img {
    max-width: none;
}

.persistant-header .main-logo {
    display: none;
}

.brand-box {
    position: relative;
    top: -5px;
    *top: -6px;
    display: none;
}

.persistant-header .brand-box {
    display: block;
}

.persistant-header .navbar {
    margin: 0;
}

.persistant-header .header-topbar {
    float: right;
}

.persistant-header .menu-blocks {
    /*margin-right: 210px;*/
    padding: 0;
    *display: inline-block;
}

.persistant-header .navbar.nav-list-blocks .nav > li.dropdown .blue-bar:before {
    background: #0066cc;
    content: "";
    display: block;
    height: 5px;
    left: -1px;
    position: absolute;
    top: -5px;
    width: 1px;
    z-index: 3;
}

.persistant-header .navbar.nav-list-blocks .nav > li .blue-bar {
    position: relative;
    margin-top: -5px;
    border-top: 5px solid #0066cc;
}

.persistant-header .navbar.nav-list-blocks .nav > li > a {
    border-right: 1px solid #ccc;
    padding: 10px 15px;
}

.persistant-header .header-top-nav {
    position: relative;
    float: none;
}

.top-right-blocks a i {
    display: block;
    background: none;
}

.header-blocks .span8, .inner-content-blocks .span3 {
    float: right;
}

.header-blocks .header-topbar {
    position: relative;
}

.persistant-header .header-topbar {
    display: none;
}

.top-right-blocks {
    position: absolute;
    top: 0;
    right: 0;
}

.nav-header-search {
    overflow: hidden;
    width: 0;
    display: none;
    -webkit-transition: width linear 0.2s;
    -moz-transition: width linear 0.2s;
    -o-transition: width linear 0.2s;
    transition: width linear 0.2s;
}

.persistant-header .nav-header-search {
    /*width: 205px;*/
    display: block;
    margin-left: 15px;
}

.header-search {
    border-radius: 4px;
    border: 1px solid #999;
    background-color: #999;
    margin-top: 0;
    float: left;
    display: inline-block;
    *zoom: 1;
    white-space: nowrap;
    height: 25px;
    overflow: hidden;
}

.persistant-header .header-search {
    margin-top: 6px;
}

.top-right-blocks .header-share-list {
    float: left;
    margin-top: 2px;
    display: inline-block;
    *zoom: 1;
}

.header-share-list ul {
    margin: 0;
}

.header-share-list span {
    display: inline;
    margin-left: 10px;
    float: left;
}

.header-share-list a i.icon {
    font-size: 14px;
    color: #fff;
    background: #999;
    border-radius: 3px;
    font-weight: normal;
    padding: 0;
    vertical-align: top;
    line-height: 23px;
    height: 23px;
    width: 23px;
    text-align: center;
    *margin-right: 0;
    display: inline-block;
}

.header-share-list a:hover i.icon {
    background-color: #0066cc;
    text-decoration: none;
}

.header-search input[type=text] {
    color: #545454;
    font-size: 14px;
    line-height: 25px;
    padding: 0 7px;
    font-weight: normal;
    margin: 0;
    height: 25px;
    border: 0;
    display: inline-block;
    *zoom: 1;
    border-radius: 3px 0 0 3px;
    background: none;
    box-shadow: none;
    width: 157px;
    float: left;
    background: #fff;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    transition: none 0s ease 0s;
    overflow: hidden;
}

.header-search input:focus {
    box-shadow: none;
}

.header-search .btn {
    /* background: #999;*/
    background: none;
    filter: none;
    box-shadow: none;
    margin: 0;
    padding: 5px 5px 6px 6px;
    *padding: 6px 3px 6px 6px;
    padding: 6px 5px 6px 6px \0/;
    vertical-align: top;
    border: 0;
    color: #fff;
    text-shadow: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    display: inline-block;
}

.nav-list-blocks {
    float: right;
}

.navbar.nav-list-blocks .nav > li {
    list-style: none;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    border-left: 0;
    border-right: 0;
    font-weight: normal;
}

    .navbar.nav-list-blocks .nav > li > a {
        border-right: 1px solid #ccc;
        float: left;
    }

    .navbar.nav-list-blocks .nav > li > a {
        color: #666;
        padding: 5px 15px;
        font-size: 14px;
        line-height: 20px;
        text-shadow: none;
    }

    .navbar.nav-list-blocks .nav li.dropdown.open > .dropdown-toggle,
    .navbar.nav-list-blocks .nav li.dropdown.active > .dropdown-toggle,
    .navbar.nav-list-blocks .nav li.dropdown.open.active > .dropdown-toggle,
    .navbar.nav-list-blocks .nav > li a:hover, .navbar.nav-list-blocks .nav > li a:focus {
        background: #fff;
        filter: none;
        color: #666;
    }

.navbar.nav-list-blocks .nav li.nav-header-search .header-search .btn:hover,
.navbar.nav-list-blocks .nav li.nav-header-search .navbar-form a:hover,
.navbar.nav-list-blocks .nav li.nav-header-search .btn:focus,
.header-search .btn:hover,
.header-search .navbar-form a:hover,
.header-search .btn:focus,
.header-search .btn:active,
.header-search .btn.active,
.header-search .btn.disabled,
.header-search .btn[disabled],
.header-search button:hover {
    background: #0066cc;
    filter: none;
    color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background: #0066cc;
    filter: none;
}

.header-nav-blocks {
    /* margin-top: 42px;*/
    margin-top: 48px;
}

.ie7 .header-nav-blocks {
    margin-top: 49px;
}

.persistant-header .header-nav-blocks {
    margin-top: 0;
}

.header-nav-blocks .navbar {
    margin-bottom: 0;
}

.tagline {
    color: #7c4284;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    position: relative;
    margin-left: -10px;
    /*width: 628px;*/
    overflow: hidden;
    height: 35px;
}

.persistant-header .tagline {
    display: none;
}

/*********header end************/

/********footer section***********/

.footer-blocks {
    background: url(../images/footer-bg.png) repeat-x top #fefefe;
    min-height: 407px;
}

.copyright-blocks {
    background: url(../images/copyright-bg-top.png) repeat-x top #666;
    padding-top: 15px;
    padding-bottom: 8px;
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}

    .copyright-blocks a, .copyright-blocks a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .copyright-blocks .row-fluid .span12 {
        min-height: 0;
    }

.footer-blocks .left-column {
    left: 0;
}

.footer-blocks .right-column {
    right: 0;
    top: 36px;
}

.footer-blocks .address-detail {
    font-size: 13px;
    line-height: 18px;
}

.address-detail a {
    color: #0066cc;
}

.footer-blocks .address-header {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #0066cc;
}

.phone-blocks {
    font-weight: 600;
}

    .phone-blocks span {
        font-style: italic;
        font-weight: 400;
    }

        .phone-blocks span a {
            color: #0066cc;
        }

.address-detail a:hover {
    color: #BE4D00;
}

.footer-blocks .footer-logo {
    margin-left: -90px;
    position: relative;
    margin-top: -15px;
}

.footer-nav-list {
    margin: 0;
    padding: 10px 0 0 0;
    display: block;
}

.footer-list-block .footer-content {
    padding: 42px 0 0 0;
}

    .footer-list-block .footer-content li a:hover {
        text-decoration: underline;
    }

.footer-nav-list li {
    font-size: 13px;
    line-height: 18px;
    list-style: none;
    padding-top: 6px;
}

    .footer-nav-list li a {
        color: #000000;
    }

        .footer-nav-list li a:hover {
            color: #000;
        }

.footer-blocks .four-column {
    margin: 0 135px 0 190px;
}

.footer-blocks ul.footer-nav {
    padding: 0;
}

/********footer section***********/

/********************* QPS header& footer *******************/
.fixed-header {
    background: #F7F7F7;
    border-bottom: 1px solid #CDCDCD;
    border-top: 5px solid #415362;
    box-shadow: 0 2px 6px #C7C7C7;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.fixed-brand-box {
    position: relative;
    top: -5px;
}

.fixed-header .navbar.nav-list-blocks .nav > li > a {
    padding: 10px 15px;
}

.fixed-header .navbar {
    margin-bottom: 0;
}

.fixed-header .header-search {
    background-color: #999999;
    border: 1px solid #999999;
    border-radius: 4px;
    display: inline-block;
    float: left;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 10px;
    margin-top: 7px;
}

    .fixed-header .header-search a.btn {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
        color: #FFFFFF;
        display: inline-block;
        filter: none;
        font-family: "myriad-pro", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        margin: 0;
        padding: 5px 5px 6px 6px;
        text-shadow: none;
        vertical-align: top;
        float: left;
    }

        .fixed-header .header-search a.btn:hover {
            background: #0066cc;
        }

    .fixed-header .header-search input[type=text] {
        background: #FFFFFF;
        border: 0 none;
        border-radius: 3px 0 0 3px;
        box-shadow: none;
        color: #999999;
        display: inline-block;
        float: left;
        font-family: "myriad-pro", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        height: 25px;
        line-height: 25px;
        margin: 0;
        overflow: hidden;
        padding: 0 7px;
        transition: none 0s ease 0s;
        width: 157px;
        vertical-align: middle;
    }

    .fixed-header .navbar.nav-list-blocks .nav li .header-search .btn:hover,
    .fixed-header .header-search .btn:hover, .fixed-header .header-search.navbar-form a:hover,
    .fixed-header .header-search .btn:focus, .fixed-header .header-search .btn:active,
    .fixed-header .header-search .btn.active, .fixed-header .header-search .btn.disabled,
    .fixed-header .header-search .btn[disabled], .fixed-header .header-search button:hover {
        background: #0066CC;
        color: #FFFFFF;
        filter: none;
    }

.qps-footer-blocks .left-column {
    width: 181px;
}

.qps-footer-blocks .footer-logo {
    margin-left: -38px;
}

.qps-footer-blocks .right-column {
    width: 133px;
}

.qps-footer-blocks .four-column {
    margin: 0 100px 0 210px;
}

.qps-footer-blocks .footer-nav-list {
    padding-left: 40px;
}

/********************* QPS header& footer *******************/

/*.tagline img {
    margin-bottom: 8px;
}*/

.last-col {
    margin-right: 0;
}

.col-all {
    float: left;
    display: inline-block;
    *zoom: 1;
}

    .col-all + .col-all {
        margin-left: 1.96%;
    }

.navbar.nav-list-blocks .nav ul.dropdown-menu {
    width: 485px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 0;
    *margin-top: 3px;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: none;
}

.navbar.nav-list-blocks .dropdown-menu > li {
    float: left;
    text-align: center;
    border-bottom: 1px solid #ccc;
    background: url(../images/pattern1.png) repeat;
    width: 120px;
    display: inline-block;
    border-right: 1px solid #ccc;
}

    .navbar.nav-list-blocks .dropdown-menu > li:first-child {
        border-left: 1px solid #ccc;
    }

    .navbar.nav-list-blocks .dropdown-menu > li + li + li + li + li {
        border-left: 1px solid #ccc;
    }

        .navbar.nav-list-blocks .dropdown-menu > li + li + li + li + li + li {
            border-left: 0;
        }

.header-top-nav .navbar.nav-list-blocks .dropdown-menu > li a {
    padding: 20px 10px;
    border-right: 0;
}

.navbar.nav-list-blocks .dropdown-menu > li a {
    padding: 20px 10px;
    min-height: 53px;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    border-right: 0;
    white-space: pre-wrap;
    *white-space: pre;
    *word-wrap: break-word;
}

.navbar.nav-list-blocks .dropdown-menu > li h6 {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

    .navbar.nav-list-blocks .dropdown-menu > li h6,
    .navbar.nav-list-blocks .dropdown-menu > li h6 a {
        margin: 0;
        padding: 0 0 5px 0;
        font-weight: 600;
        color: #666;
    }

.navbar.nav-list-blocks .dropdown-menu > li p {
    line-height: 16px;
}

.navbar.nav-list-blocks .dropdown-menu > li.second-box {
    width: 221px;
    padding: 15px 10px 0 10px;
    min-height: 78px;
    text-align: left;
}

    .navbar.nav-list-blocks .dropdown-menu > li.second-box a {
        width: auto;
        padding: 0;
        margin: 0;
        min-height: 0;
    }

        .navbar.nav-list-blocks .dropdown-menu > li.one-box a:hover,
        .navbar.nav-list-blocks .dropdown-menu > li.second-box a:hover,
        .navbar.nav-list-blocks .dropdown-menu > li.three-box a:hover {
            background: none;
            color: #000000;
        }

.navbar.nav-list-blocks .dropdown-menu > li.three-box {
    width: 342px;
    padding: 15px 10px 0 10px;
    min-height: 78px;
    text-align: left;
}

.navbar.nav-list-blocks .dropdown-menu > li.menu-last {
    display: block;
    width: 100%;
    margin: auto;
    box-shadow: 0 5px 10px -2px #155394 inset;
    background: url(../images/pattern.png) repeat;
    border: 0;
}

    .navbar.nav-list-blocks .dropdown-menu > li.menu-last a {
        padding: 20px 0 14px 0;
        text-align: center;
        color: #fff;
        min-height: 0;
        white-space: nowrap;
    }

    .navbar.nav-list-blocks .dropdown-menu > li.menu-last i {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        position: relative;
        top: -2px;
        padding-right: 8px;
    }

.navbar.nav-list-blocks .dropdown-menu > li a:hover {
    color: #fff;
    background: #0066cc;
    background-color: #0066cc;
    filter: none;
}

    .navbar.nav-list-blocks .dropdown-menu > li a:hover i {
        color: #fff;
    }

.navbar.nav-list-blocks .dropdown-menu > li i {
    display: block;
    margin: auto;
    padding-bottom: 5px;
    color: #999;
    font-size: 16px;
}

.navbar.nav-list-blocks .nav > li > .dropdown-menu:before,
.navbar.nav-list-blocks .pull-right > li > .dropdown-menu:before,
.navbar.nav-list-blocks .nav > li > .dropdown-menu.pull-right:before,
.navbar.nav-list-blocks .pull-right > li > .dropdown-menu:after,
.navbar.nav-list-blocks .nav > li > .dropdown-menu.pull-right:after {
    display: none;
}

.nav-list-blocks .nav-collapse .nav > li > a,
.nav-list-blocks .nav-collapse .dropdown-menu a {
    border-radius: 0;
}

.navbar.nav-list-blocks .btn-navbar {
    border: 0;
    box-shadow: none;
    background: url(../images/menu_utility_button.png) no-repeat 0 0;
    width: 45px;
    height: 45px;
    padding: 0;
    text-shadow: none;
    font-size: 0;
}

    .navbar.nav-list-blocks .btn-navbar .icon-bar {
        display: none;
    }

.sub-nav-block {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CECECE;
    border-top: 4px solid #999999;
    box-shadow: 0 6px 5px -6px #CCCCCC;
}

.sub-nav-list {
    margin: -4px 0 0;
    padding: 0;
    position: relative;
}

    .sub-nav-list li {
        border-top: 4px solid #999999;
        color: #666666;
        float: left;
        font-size: 14px;
        list-style: none outside none;
    }

        .sub-nav-list li.active {
            border-top: 4px solid #8FB300;
            position: relative;
            top: 0;
        }

            .sub-nav-list li.active a {
                background: #F7F7F7;
            }

                .sub-nav-list li.active a:hover {
                    background: #F7F7F7;
                    color: #666666;
                }

            .sub-nav-list li.active:hover a {
                border-right: 1px solid #DDDDDD;
                color: #666;
            }

            .sub-nav-list li.active:hover {
                border-top: 4px solid #8FB300;
            }

        .sub-nav-list li a {
            border-right: 1px solid #DDDDDD;
            color: #666666;
            display: block;
            padding: 2px 20px 6px;
        }

        .sub-nav-list li:hover a {
            color: #fff;
            border-right: 1px solid #0066cc;
        }

        .sub-nav-list li:hover {
            background-color: #0066CC;
            color: #FFFFFF;
            border-top: 4px solid #0066cc;
        }

        .sub-nav-list li:first-child a:hover, .sub-nav-list li.first a:hover {
            border-left: 1px solid #0066CC;
            border-right: 1px solid #0066CC;
        }

        .sub-nav-list li:first-child a, .sub-nav-list li.first a {
            border-left: 1px solid #DDDDDD;
        }

        .sub-nav-list li.active:first-child a:hover,
        .sub-nav-list li.active.first a:hover {
            border-right: 1px solid #ddd;
            border-left: 1px solid #ddd;
        }

        .sub-nav-list li:hover + li.active:before {
            background: #0066cc;
            content: "";
            display: block;
            height: 4px;
            left: -1px;
            position: absolute;
            top: -4px;
            width: 1px;
            z-index: 1;
        }

        .sub-nav-list li.active {
            position: relative;
        }

            .sub-nav-list li.active span {
                background: #f7f7f7;
                position: absolute;
                z-index: 1;
                left: 0;
                right: 1px;
                height: 6px;
                bottom: -6px;
                *height: 1px;
                *bottom: -1px;
            }

            /*
.ie8 .sub-nav-list li.active span {
    height: 4px;
}*/

            .sub-nav-list li.active:before {
                background: #ccc;
                content: "";
                display: block;
                height: 4px;
                left: -1px;
                position: absolute;
                top: -4px;
                width: 1px;
                z-index: 1;
            }

            .sub-nav-list li.active:after {
                background: #ccc;
                content: "";
                display: block;
                height: 4px;
                right: 0;
                position: absolute;
                top: -4px;
                width: 1px;
                z-index: 1;
            }

/*header*/
.short-story-blocks {
    margin-bottom: 25px;
}

.leadership-blocks {
    margin-bottom: 30px;
}

    .leadership-blocks .resource-box {
        display: block;
    }

.story-box {
    padding: 15px 5px 0 5px;
    border-top: 3px solid #cecece;
    /*   min-height: 155px;*/
}

    .story-box p, .short-story-blocks a p,
    .short-story-blocks a:hover p {
        padding: 0;
        margin: 0;
        color: #000000;
    }

    .story-box h4 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        margin: 0;
        padding-bottom: 10px;
    }

.short-story-blocks a,
.footer-blocks .address-header a {
    color: #0066cc;
}
.short-story-blocks a:focus {
    color: #BE4D00;
}

    .footer-blocks .address-header a:hover,
    .address-detail a:hover,
    .phone-blocks span a:hover {
        text-decoration: underline;
    }

    .short-story-blocks a:hover, .short-story-blocks a:hover h4,
    .footer-blocks .address-header a:hover, .link a:hover, a span.link:hover {
        color: #BE4D00;
    }

.link {
    float: right;
    display: inline-block;
    *zoom: 1;
    margin-top: 15px;
}

    .link a, a span.link {
        color: #0066cc;
        font-size: 14px;
        line-height: 18px;
        font-weight: normal;
    }

.leadership-info-box,
.membership-info-box {
    border-top: 0;
    border-right: 3px solid #ccc;
    border-left: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    background: #fff;
}

    .leadership-info-box a,
    .membership-info-box a {
        display: block;
        overflow: hidden;
        padding: 15px 20px;
    }

    .leadership-info-box .main-title,
    .membership-info-box .main-title {
        font-size: 28px;
        display: block;
        color: #000000;
        line-height: 32px;
    }

    .leadership-info-box:hover a .main-title,
    .leadership-info-box:hover a .link,
    .membership-info-box:hover a .main-title,
    .membership-info-box:hover a .link {
        color: #BE4D00;
        cursor: pointer;
    }

    .leadership-info-box .top-title,
    .membership-info-box .top-title {
        line-height: 14px;
        font-size: 13px;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        padding-bottom: 5px;
    }

.view-box {
    margin: auto;
    clear: both;
    text-align: center;
    overflow: hidden;
    width: 100%;
    height: 257px;
    background: #ccc;
}

/*******button******/
.btn:hover, .btn:focus {
    background-position: 0 -40px;
}

.btn-lrg {
    border-radius: 0;
    font-size: 38px;
    line-height: 40px;
    font-weight: normal;
    color: #fff;
    padding-top: 23px;
    padding-bottom: 30px;
    display: block;
    text-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

    .btn-lrg:hover,
    .btn-lrg:focus,
    .btn-lrg.active {
        color: #fff;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: alpha(opacity = 100);*/
    }

.ie8 .btn-lrg:hover,
.ie8 .btn-lrg:focus,
.ie8 .btn-lrg.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*******button******/
.banner-blocks {
    background: url(../images/back-bg.png) repeat-x;
    min-height: 386px;
    /* min-height: 410px;*/
}

.main-banner-section {
    box-shadow: 0 2px 2px -2px #888 inset;
    height: 380px;
}

/***********inner***********/
.inner-content-blocks {
    /*   padding: 30px 0 25px 0;*/
    padding: 30px 0 18px 0;
}

.inner-content-section {
    font-size: 15px;
    line-height: 20px;
}

    .inner-content-section .lead {
        font-size: 21px;
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 25px;
    }

.inner-page-header {
    position: relative;
    margin-bottom: 20px;
}

    .inner-page-header h2 {
        /*margin-right: 143px;*/
        font-size: 34px;
        line-height: 35px;
        font-weight: normal;
        color: #000000;
    }

.inner-share-block {
    /*  position: absolute;
   right: 0;
   top: 0;*/
    /*float: right;*/
    /* margin-left: 15px;*/
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 5px;
    padding-top: 8px;
    margin-left: 7px;
}

    .inner-share-block ul {
        overflow: hidden;
    }

        .inner-share-block ul li {
            list-style: none;
            margin-bottom: 3px;
            display: block;
        }

/*.panel-list-blocks {
    float: left;
    margin-right: 30px;
    display: inline-block;
    *zoom: 1;
    max-width: 215px;
}*/

.panel-list {
    border: 2px solid #ccc;
    padding: 20px;
    clear: both;
    margin-bottom: 35px;
    margin-top: 4px;
}

.panel-list-blocks h6 {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    line-height: 18px;
}

.cms-sub-page .panel-list-blocks h6 {
    margin: 0;
}

.panel-list ul {
    margin: 0;
    padding: 0;
}

    .panel-list ul li {
        list-style: none;
        /* padding: 6px 0;*/
        font-size: 14px;
        color: #0066cc;
        font-weight: 700;
        line-height: 18px;
    }


/* .cms-sub-page ul { */
    /* overflow: hidden; */
/* } */

    .cms-sub-page ul li {
        margin-bottom: 8px;
        /* list-style-image: url(../images/bullet-list.png);
    list-style-position: outside;
    position: relative;
    left: 14px;
    padding-right: 1em;*/
        font-size: 14px;
        line-height: 20px;
        background: url(../images/bullet-list.png) no-repeat 0 7px;
        padding-left: 15px;
        float: left;
        width: 100%;
        list-style: none;
    }

.inner-content-section .cms-sub-page ul li{    
    list-style-image: url(../images/bullet-list.png);
    list-style-position: inside;
    position: relative;         
    background: none;
    left: 25px;
    padding-left: 0;
    float: none;
    width:92%;    
}

.mb-inner-section .cms-sub-page ul li{    
    list-style-image: url(../images/bullet-list.png);
    list-style-position: outside;
    position: relative;         
    background: none;
    left: 15px;
    padding-left: 0;
    float: none;
    width:auto;    
}

.inner-content-section .panel-list ul li {
    padding: 10px 0 0 0;
    margin: 0;
    background: none;
    /* list-style-image: none;
   left: 0;*/
}

.link-list {
    margin: 0 0 15px 22px;
}

    .link-list a {
        font-weight: 700;
        line-height: 18px;
        font-size: 14px;
    }

    .panel-list ul li a,
    .link-list a {
        color: #0066cc;
    }

        .panel-list ul li a:hover,
        .link-list a:hover,
		.panel-list ul li a:focus,
        .link-list a:focus		{
            color: #BE4D00;
        }

.link-list {
    /*padding-bottom: 30px;*/
}

.adv-blocks {
    margin-bottom: 30px;
}

.adv-700-blocks img, .adv-212-blocks img {
    max-width: none;
}

.inner-right-adv-box {
}

/***********inner***********/

@media (max-width: 980px) {

    .footer-blocks .four-column {
        margin: 20px 0 0 0;
    }
}

/*****************mobile****************/

.mb-header {
    position: relative;
    min-height: 65px;
    /* box-shadow: 0 4px 4px #C4C4C4;
    border-bottom: 1px solid #ccc;*/
}

.mb-inner-list-blocks ul {
    margin: 0;
    padding: 0;
}

.mb-header .navbar .btn-navbar {
    background: url(../images/menu_utility_button.png) 0 -50px no-repeat transparent;
    width: 45px;
    height: 45px;
    margin: 0;
    border: 0;
    filter: none;
}

    .mb-header .navbar .btn-navbar.collapsed {
        background: url(../images/menu_utility_button.png) 0 0 no-repeat transparent;
        width: 45px;
        height: 45px;
    }

.mb-header .navbar-inner {
    background: #f7f7f7;
    filter: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.mb-header-wrap {
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}

    .mb-header-wrap .brand {
        padding: 0;
        margin: 0;
    }

.log-box a {
    background-color: #0066cc;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

    .log-box a:hover {
        color: #fff;
        text-decoration: none;
    }

.mb-banner-box {
    margin: auto;
    text-align: center;
    border-top: 1px solid #ccc;
}

.mb-banner-info {
    box-shadow: 0 4px 5px -3px #666 inset;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    background-color: #ff7f00;
    padding: 20px 30px 20px 20px;
    color: #fff;
}

    .mb-banner-info a {
        color: #fff;
    }

        .mb-banner-info a:hover {
            color: #fcdab9;
        }

.mb-container-section {
    padding-bottom: 30px;
    background-color: #f7f7f7;
}

.resources-blocks {
    margin-bottom: 20px;
}

.mb-leadership-block, .mb-button-block {
    padding: 0 20px;
}

.mb-leadership-info-box,
.mb-membership-info-box {
    border-top: 0;
    border-right: 3px solid #ccc;
    border-left: 3px solid #ccc;
    border-bottom: 3px solid #ccc;
    background: #fff;
}

    .mb-leadership-info-box a,
    .mb-membership-info-box a {
        display: block;
        overflow: hidden;
        padding: 15px 20px;
    }

    .mb-leadership-info-box .main-title,
    .mb-membership-info-box .main-title {
        font-size: 20px;
        display: block;
        color: #000000;
        font-weight: 600;
        line-height: 24px;
    }

    .mb-leadership-info-box .top-title,
    .mb-leadership-info-box:hover a .main-title,
    .mb-leadership-info-box:hover a .link,
    .mb-membership-info-box:hover a .top-title,
    .mb-membership-info-box:hover a .main-title,
    .mb-membership-info-box:hover a .link, .mb-list-wrap a:hover {
        color: #BE4D00;
    }

    .mb-leadership-info-box .top-title,
    .mb-membership-info-box .top-title {
        line-height: 14px;
        font-size: 13px;
        text-transform: uppercase;
        display: block;
        font-weight: 600;
        padding-bottom: 5px;
    }

.mb-preview {
    margin: auto;
    text-align: center;
    background: #999;
}

.btn-mb-lrg {
    border-radius: 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    padding: 15px;
    display: block;
    text-shadow: none;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    margin-top: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}

a.btn-mb-lrg, a.btn-lrg, a.btn-lrg:hover {
    color: #fff;
    cursor: pointer;
}

    a.btn-mb-lrg:hover,
    .btn-mb-lrg:hover,
    .btn-mb-lrg:focus,
    .btn-mb-lrg.active a.btn-mb-lrg:hover,
    a.btn-mb-lrg:focus,
    a.btn-mb-lrg.active {
        color: #fff;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

.mb-form {
    padding: 0 20px 20px;
    border-bottom: 1px solid #9c9c9c;
}

    .mb-form input[type=text] {
        font-size: 14px;
        line-height: 18px;
        height: 18px;
        text-shadow: none;
        box-shadow: none;
        color: #666;
        width: 100%;
        border: 1px solid #666;
        border-right: 0;
    }

.mb-header .mb-form {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cecece;
    /* border-top: 1px solid #cecece;*/
}

.mb-footer-section {
    margin-bottom: 15px;
}

.mb-header .mb-form input[type=text] {
    border: 1px solid #999;
    border-right: 0;
}

.mb-form .input-append {
    display: block;
    margin: auto;
    text-align: center;
    padding-right: 39px;
}

.mb-form .btn {
    background: #666;
    box-shadow: none;
    border: 0 none;
    text-shadow: none;
    color: #FFFFFF;
    filter: none;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 -1px;
    padding: 3px 7px 5px 7px;
}

    .mb-form .btn:hover {
        background-color: #0066cc;
    }

.mb-form a.btn:hover i,
.mb-form a.btn i,
.mb-form a.btn:focus i {
    color: #fff;
}

.mb-head-nav-list {
    padding: 15px 20px 0px 20px;
    border-bottom: 1px solid #cfcfcf;
    background: #fff;
}

.mb-nv-list li {
    list-style: none;
    float: left;
    width: 48%;
    margin-right: 1%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
}

    .mb-nv-list li i {
        font-size: 14px;
        float: left;
        width: 11%;
        margin-right: 3%;
        text-align: left;
        vertical-align: top;
        position: relative;
        top: 3px;
    }

    .mb-nv-list li span {
        width: 85%;
        float: left;
    }

.mb-story-block {
    box-shadow: inset 0px 5px 3px -2px #c5c5c5;
    margin-bottom: 20px;
}

.mb-story-box {
    border-bottom: 3px solid #ccc;
    padding: 15px 20px;
}

    .mb-story-box a {
        color: #0066cc;
    }

        .mb-story-box a:hover {
            color: #FF7F00;
        }

    .mb-story-box h4 {
        font-weight: 600;
        color: #0066cc;
        font-size: 16px;
        padding: 0;
        margin: 0;
    }

.mb-inner-submenu {
    border-top: 1px solid #ccc;
    position: relative;
}

    .mb-inner-submenu .navbar {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        width: 100%;
    }

.navbar ul.mb-sub-nav {
    margin: 0;
    padding: 0;
}

.mb-inner-submenu .navbar .mb-sub-nav li {
    list-style: none;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    display: block;
}

    .mb-inner-submenu .navbar .mb-sub-nav li a {
        color: #666;
        border-bottom: 1px solid #ccc;
        display: block;
        padding: 17px 20px;
    }

        .mb-inner-submenu .navbar .mb-sub-nav li a:hover {
            background-color: #0066cc;
            color: #fff;
        }

.mb-btn-sub {
    position: relative;
}

    .mb-btn-sub button {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }

.mb-inner-submenu .navbar-inner {
    background: none;
    filter: none;
    text-shadow: none;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ccc;
    box-shadow: none;
}

    .mb-inner-submenu .navbar-inner .container-fluid {
        box-shadow: 0 2px 3px #c4c4c4;
        background: #fff;
    }

.mb-inner-submenu .navbar .btn-navbar {
    background: url(../images/small-device/open-submenu.png) 0 -29px no-repeat;
    width: 45px;
    height: 26px;
    border: 0;
    margin: 0 20px 0 0;
    box-shadow: none;
}

    .mb-inner-submenu .navbar .btn-navbar.collapsed {
        background: url(../images/small-device/open-submenu.png) 0 0 no-repeat;
        width: 45px;
        height: 26px;
    }

.mb-inner-section {
    /* padding: 15px 20px;*/
    padding: 5px 20px;
}

    .mb-inner-section h2 {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
        padding: 0 55px 20px 0;
    }

.mb-inner-preview {
    margin: auto;
    text-align: center;
}

.mb-footer-nav-list {
    border-bottom: 1px solid #9c9c9c;
    padding: 15px 20px 2px;
}

    .mb-footer-nav-list a i,
    .mb-footer-section a {
        color: #000000;
        text-decoration: none;
    }

        .mb-footer-section a:hover, .mb-head-nav-list a:hover, .mb-list-wrap a,
        .mb-footer-section a:hover i, .mb-head-nav-list a:hover i {
            color: #0066cc;
        }

.mb-head-nav-list li a,
.mb-head-nav a {
    color: #666;
    text-decoration: none;
}

    .mb-head-nav-list li a i {
        color: #999;
        text-decoration: none;
    }

.mb-main-nav, .mb-nv-list {
    margin: 0;
    padding: 0;
}

    .mb-main-nav li {
        font-size: 16px;
        list-style: none;
    }

        .mb-main-nav li a {
            display: block;
            padding: 15px 20px;
        }

            .mb-main-nav li a:hover {
                background-color: #0066cc;
                color: #fff;
            }

.mb-list-wrap {
    border-bottom: 3px solid #ccc;
    padding: 0 20px 20px 20px;
    margin-bottom: 16px;
}

.mb-inner-list-blocks {
    padding-top: 20px;
}

    .mb-inner-list-blocks h5 {
        line-height: 18px;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

    .mb-inner-list-blocks ul li {
        list-style: none;
        padding: 8px 0 0 0;
        font-size: 14px;
        color: #0066cc;
        font-weight: 700;
        line-height: 18px;
    }

.mb-contact-info {
    color: #0066cc;
    font-weight: 700;
    line-height: 20px;
    padding-top: 5px;
}

    .mb-contact-info span {
        display: block;
        padding-top: 2px;
    }

.mb-head-nav li a {
    border-bottom: 1px solid #cecece;
}

.mb-footer-nav li a {
    border-bottom: 1px solid #9c9c9c;
}

.mb-footer-blocks {
    background-color: #ccc;
    padding: 20px 0 0 0;
    color: #000000;
    box-shadow: inset 0px 5px 3px -2px #777;
}

.mb-info-blocks {
    font-size: 14px;
    line-height: 18px;
    padding: 0 20px;
}

.mb-address h6 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
}

.mb-address a {
    color: #000000;
}

    .mb-address a:hover {
        color: #FF7F00;
    }

.mb-phone {
    font-weight: 600;
    margin-bottom: 22px;
}

    .mb-phone span {
        font-style: italic;
        font-weight: 400;
    }

    .mb-phone .mb-email, .mb-phone {
        padding-top: 10px;
        display: block;
    }

.mb-copyright-blocks {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background-color: #999;
    padding: 20px 40px;
    box-shadow: inset 0px 5px 10px -2px #777;
    /*box-shadow: inset 0px 5px 3px -2px #777;*/
}

    .mb-copyright-blocks a {
        text-decoration: underline;
        color: #000;
    }

    .mb-copyright-blocks a {
        text-decoration: underline;
        color: #000;
    }

        .mb-copyright-blocks a:hover {
            color: #ccc;
        }

.mb-header .navbar {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    margin-bottom: 0;
}

    .mb-header .navbar .in.collapse {
        box-shadow: 0 4px 4px #c4c4c4;
        border-bottom: 1px solid #CECECE;
    }

.widget-holder {
    max-width: 940px;
    margin: auto;
}

@media (max-width: 1024px) {
    .main-logo img {
        max-width: 100%;
    }
}

.main-banner {
    position: relative;
    /*box-shadow: 0 2px 2px -2px #888 inset;*/
    height: 380px;
    overflow: hidden;
}

    .main-banner img {
        max-width: none;
    }

.first-banner {
    height: 380px;
    color: #fff;
    overflow: hidden;
}

.last-banner {
    height: 380px;
    z-index: 2;
    top: 0;
    vertical-align: middle;
    color: #fff;
    overflow: hidden;
}

.ie7 .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
}

.ie8 .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
}

.ie7 .main-section-block div.dropzone ul.columnwidgetlist div.widget {
    width: 100%;
}

.ie7 .main-section-block div.dropzone {
    margin-bottom: 0 !important;
}

.mb-preview p {
    padding: 0;
    margin: 0;
}

.main-section-block.mb-container-section {
    margin-top: 10px;
}

.log-box i {
    padding-right: 10px;
}

/*

.mb-inner-submenu {
    margin-top: 0;
}*/

.sub-nav-block {
    position: relative;
    background: #ffffff;
}

.sub-nav-block {
    margin-top: -11px;
}

.mb-inner-submenu {
    margin-top: -9px;
}

.main-container-blocks.mb-container-section {
    padding-top: 25px;
}

.navbar .nav-header-search a.btn i {
    background: none;
}

.navbar .nav-header-search a.btn {
    margin-top: 0;
}

/*.banner-blocks {
    position: relative;
    margin-top: -25px;
}
.main-container-blocks.mb-container-section {
    margin-top: 25px;
}*/

/*.mb-inner-section*/

/*****************mobile****************/
/*10-3-14*/

.closes-at-space {
    float: left;
    margin-right: 5%;
}

.event-widget-title {
    float: left;
    width: 80%;
}

.houseAdDiv {
    overflow: hidden;
    width: auto;
    height: auto;
    float: right;
}

/********************* table menu *******************/
.navbar.nav-list-blocks .nav .dropdown-menu {
    width: 485px;
    border: 0;
    border-top: 1px solid #ccc;
    margin-top: 0;
    *margin-top: 3px;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background: none;
}

.navbar.nav-list-blocks .dropdown-menu table {
    table-layout: fixed;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
    background: url(../images/pattern1.png) repeat;
    border-spacing: 0;
}

.navbar.nav-list-blocks .dropdown-menu td {
    text-align: center;
    border-bottom: 1px solid #ccc;
    width: 120px;
    padding: 0;
    border-right: 1px solid #ccc;
    vertical-align: top;
    cursor: pointer;
}

.navbar.nav-list-blocks .dropdown-menu table td:hover,
.navbar.nav-list-blocks .dropdown-menu table tr td a:hover {
    background: #0066cc;
    color: #fff;
    text-decoration: none;
}

    .navbar.nav-list-blocks .dropdown-menu table td:hover a {
        background: #0066cc;
        color: #fff;
        cursor: pointer;
    }

    .navbar.nav-list-blocks .dropdown-menu table td:hover i {
        color: #fff;
    }

.navbar.nav-list-blocks .dropdown-menu table tr td a {
    border-right: 0 none;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    white-space: normal;
    /*white-space: pre-wrap;*/
    background: none;
    padding: 20px 10px;
    cursor: pointer;
}

.navbar.nav-list-blocks .dropdown-menu table i {
    color: #999999;
    display: block;
    font-size: 16px;
    margin: auto;
    padding-bottom: 5px;
    background: none;
}

.navbar.nav-list-blocks .dropdown-menu table td.menu-info {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    cursor: default;
}

    .navbar.nav-list-blocks .dropdown-menu table td.menu-info:hover {
        background: none;
        color: #666;
    }

    .navbar.nav-list-blocks .dropdown-menu table td.menu-info h6,
    .navbar.nav-list-blocks .dropdown-menu td.three-box h6 {
        padding: 0 0 5px 0;
        margin: 0;
        font-weight: bold;
    }

.navbar.nav-list-blocks .dropdown-menu table h6 a {
    font-weight: bold;
}

.navbar.nav-list-blocks .dropdown-menu table td.menu-info a,
.navbar.nav-list-blocks .dropdown-menu td.three-box a {
    padding: 0;
    color: #0066cc;
}

    .navbar.nav-list-blocks .dropdown-menu table td.menu-info a:hover,
    .navbar.nav-list-blocks .dropdown-menu td.three-box a:hover,
    .navbar.nav-list-blocks .dropdown-menu table td.menu-info:hover a {
        background: none;
        color: #FF7F00;
    }

.navbar.nav-list-blocks .dropdown-menu td.three-box {
    padding: 15px 10px 0 10px;
    text-align: left;
}

.navbar.nav-list-blocks .dropdown-menu .menu-last {
    display: block;
    width: 100%;
    margin: auto;
    box-shadow: 0 5px 10px -2px #155394 inset;
    background: url(../images/pattern.png) repeat;
    border: 0;
}

    .navbar.nav-list-blocks .dropdown-menu .menu-last a {
        padding: 20px 0;
        text-align: center;
        color: #fff;
    }

        .navbar.nav-list-blocks .dropdown-menu .menu-last a:hover {
            text-decoration: none;
        }

    .navbar.nav-list-blocks .dropdown-menu .menu-last i {
        display: inline-block;
        vertical-align: top;
        color: #fff;
        font-size: 20px;
        line-height: 20px;
        padding-right: 8px;
        background: none;
    }

    .navbar.nav-list-blocks .dropdown-menu .menu-last a:hover {
        background: none repeat scroll 0 0 #0066CC;
        color: #FFFFFF;
        filter: none;
    }

.navbar.nav-list-blocks .dropdown-menu table td p {
    padding: 0 0 5px 0;
    margin: 0;
}

.existing .main-logo img,
.existing .footer-logo img {
    border: 0;
}

.existing .qps-menu-container {
    z-index: 1;
}

/********************* table menu *******************/

@media (max-width: 768px) {
    .main-container-blocks.mb-container-section {
        padding-top: 0;
    }
}

@media (min-width: 978px) and (max-width: 1160px) {
    .footer-blocks .footer-logo {
        margin-left: -40px;
    }

        .footer-blocks .footer-logo img {
            width: 190px;
        }
}

@media (min-width: 699px) and (max-width: 979px) {
    .footer-blocks .footer-logo {
        margin-left: -20px;
    }
}

@media (min-width: 599px) and (max-width: 698px) {
    .footer-blocks .footer-logo {
        margin-left: -50px;
    }
}

/***************************/
.header-tag-fix .tagline {
    margin-left: 10px;
}

.ie7 .header-tag-fix .tagline {
    margin-left: 70px;
    position: relative;
}

.ie8 .header-tag-fix .tagline {
    margin-left: 70px;
    position: relative;
}

.existing .navbar.nav-list-blocks .dropdown-menu td:last-child {
    border-right: 0;
}

.height20 {
    height: 20px;
}

.inner-right-adv-box img {
    width: 100%;
}

.wrap-relatedinfo-content {
    clear: both;
}

.related-contact-info {
    float: left;
    margin-right: 30px;
    display: inline-block;
    /**zoom: 1;*/
    width: 31%;
    position: relative;
    z-index: 1;
}

    .related-contact-info + .subpagecontent {
        /*float: left;*/
        /*width: 63%;*/
    }

.ie8 .inner-right-adv-box img {
    max-width: none;
}

.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    height: 0px;
    padding-top: 30px;
    overflow: hidden;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.cycle-name {
    font-size:20px;
    padding-bottom: 10px;
}
