ul.primary, ul.secondary {
    overflow: hidden;
    *zoom: 1;
    border-bottom: 1px solid #bbbbbb;
    list-style: none;
    margin: 1em 0 1.5em;
    padding: 0 2px;
    white-space: nowrap;
}

    ul.primary li, ul.secondary li {
        float: left;
        margin: 0.5em 3px 0;
    }

    ul.primary a, ul.secondary a {
        border: 1px solid #e9e9e9;
        border-right: 0;
        border-bottom: 0;
        display: block;
        line-height: 1.5em;
        text-decoration: none;
    }

    ul.primary li {
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        -ms-border-top-left-radius: 4px;
        -o-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -ms-border-top-right-radius: 4px;
        -o-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        text-shadow: white 1px 1px 0;
        border: 1px solid #bbbbbb;
        border-bottom: 0;
        margin: 0.5em 0 0 3px;
    }

        ul.primary li.active {
            border-bottom: 1px solid white;
            margin-bottom: -1px;
        }

    ul.primary a:link, ul.primary a:visited {
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        -ms-border-top-left-radius: 4px;
        -o-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -ms-border-top-right-radius: 4px;
        -o-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
        color: #333;
        background-color: #dedede;
        letter-spacing: 1px;
        padding: 0 1em;
        text-align: center;
    }

    ul.primary a:hover, ul.primary a:focus {
        background-color: #e9e9e9;
        border-color: #f2f2f2;
    }

    ul.primary a.active {
        background-color: transparent;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FFE9E9E9',endColorstr='#00E9E9E9');
        background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#e9e9e9),color-stop(100%,rgba(233,233,233,0)));
        background-image: -webkit-linear-gradient(#e9e9e9,rgba(233,233,233,0));
        background-image: -moz-linear-gradient(#e9e9e9,rgba(233,233,233,0));
        background-image: -o-linear-gradient(#e9e9e9,rgba(233,233,233,0));
        background-image: -ms-linear-gradient(#e9e9e9,rgba(233,233,233,0));
        background-image: linear-gradient(#e9e9e9,rgba(233,233,233,0));
        border-color: #fff;
    }

ul.secondary {
    font-size: .9em;
    margin-top: -1.5em;
    padding-bottom: .5em;
}

    ul.secondary a:link, ul.secondary a:visited {
        -webkit-border-radius: 0.75em;
        -moz-border-radius: 0.75em;
        -ms-border-radius: 0.75em;
        -o-border-radius: 0.75em;
        border-radius: 0.75em;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        -ms-transition: background-color 0.3s;
        -o-transition: background-color 0.3s;
        transition: background-color 0.3s;
        text-shadow: white 1px 1px 0;
        background-color: #f2f2f2;
        color: #666;
        padding: 0 .5em;
    }

    ul.secondary a:hover, ul.secondary a:focus {
        background-color: #dedede;
        border-color: #999;
        color: #333;
    }

    ul.secondary a.active, ul.secondary a:active {
        text-shadow: #333333 1px 1px 0;
        background-color: #666;
        border-color: #000;
        color: #fff;
    }

html {
    overflow-y: scroll;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

.lt-ie8 audio, .lt-ie8 canvas, .lt-ie8 video {
    display: inline;
    zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

ul {
    padding: 0;
    margin: 0 0 9px 15px;
}

    ul ul, ul ol, ol ol, ol ul {
        margin-bottom: 0;
    }

.cam-row .item-list ul li {
    margin: 0px;
    padding: 0px;
}

.cam-row .item-list ul {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: square;
}

ol {
    margin-left: -20px;
}

.lt-ie8 ol {
    padding: 0;
    margin: 0 0 9px 25px;
}

li {
    line-height: 18px;
    display: list-item;
}

ol.cam-numbered {
    counter-reset: item;
    padding: 0;
    margin: 0 0 9px 0;
    list-style: decimal;
}

    ol.cam-numbered li {
        display: block;
    }

        ol.cam-numbered li:before {
            content: counter(item) " ";
            counter-increment: item;
            font-weight: bold;
            padding-right: 5px;
        }

.cam-unstyled-list {
    list-style: none;
    margin: 0;
}

.cam-menu-list {
    margin-bottom: 9px;
}

    .cam-menu-list li {
        padding: 10px;
        border-bottom: 1px solid #999;
    }

.cam-local-footer .cam-column3.cam-footer-navigation .cam-navigation-list ul {
    list-style: none;
    margin: 0;
}

dl {
    margin-bottom: 18px;
}

dt, dd {
    line-height: 18px;
}

dt {
    font-weight: bold;
    line-height: 17px;
}

dd {
    margin-left: 9px;
}

blockquote {
    padding: 0 0 0 25px;
    margin: 18px 0;
    font-style: italic;
    background: url(img/bg-blockquote-top.png) no-repeat top left;
}

    blockquote.cam-float-right {
        margin-left: 20px;
        margin-top: 0;
        width: 230px;
    }

    blockquote p {
        margin-bottom: 10px;
        font-weight: 300;
        line-height: 22.5px;
        float: left;
        padding-right: 25px;
    }

        blockquote p.cam-quote-mark {
            background: url(img/bg-blockquote-bottom.png) no-repeat bottom right;
        }

    blockquote cite {
        display: block;
        line-height: 18px;
        color: #999999;
        clear: both;
    }

        blockquote cite:before {
            content: '\2014 \00A0';
        }

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

hr {
    margin: 5px 0 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
    height: 1px;
}

b, strong {
    font-weight: bold;
}

em {
    font-style: italic;
    font-weight: normal;
}

address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 18px;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dfn {
    font-style: italic;
    font-weight: normal;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

code, kbd, samp, pre {
    padding: 0 3px 2px;
    font-family: "Courier New",monospace;
    font-size: 12px;
    color: #333333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.025px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.cam-scale-with-grid {
    max-width: 100%;
    height: auto;
}

img.cam-float-right {
    float: right;
    margin: 10px 0 10px 20px;
    clear: both;
}

img.cam-float-left {
    float: left;
    margin: 10px 20px 10px 0;
    clear: both;
}

.field-name-body img {
    margin: 10px 20px 10px 0;
    clear: both;
}

.field-name-field-news-image {
    text-align: center;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.lt-ie8 .ir {
    line-height: 0;
}

.ir br {
    display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.lt-ie8 .clearfix {
    zoom: 1;
}

.cam-horizontal-navigation li {
    float: left;
}

.cam-float-right {
    float: right;
    clear: both;
}

.cam-float-left {
    float: left;
    clear: both;
}

.cam-break-word {
    word-wrap: break-word;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: verdana,arial,sans-serif;
    color: #171717;
}

h1, h2, h3, h4, h5, h6, .cam-page-title {
    font-family: inherit;
    color: inherit;
    text-rendering: optimizelegibility;
    margin: 0 0 10px 0;
    vertical-align: baseline;
}

.lt-ie8 h1, .lt-ie8 h2, .lt-ie8 h3, .lt-ie8 h4, .lt-ie8 h5, .lt-ie8 h6, .lt-ie8 .cam-page-title {
    vertical-align: middle;
}

::-moz-selection {
    background: #0066ff;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0066ff;
    color: #fff;
    text-shadow: none;
}

p {
    margin: 0 0 10px 0;
}

.cam-highlight-day, .cam-promo-teaser .cam-teaser-title, .cam-current-date {
    font-family: "myriad-pro-n7","myriad-pro",myriad,verdana,arial,sans-serif;
    font-weight: 700;
    font-style: normal;
}

h2, h3, h4, h5, h6, .cam-global-navigation, .cam-global-navigation-header-container, .cam-global-navigation-container, .cam-local-footer h3, .cam-global-footer h3, .cam-teaser-title, .cam-listing-title, .cam-vertical-breadcrumb, .cam-btn {
    font-family: "myriad-pro-n6","myriad-pro",myriad,verdana,arial,sans-serif;
    font-weight: 600;
    font-style: normal;
}

.cam-branding-title, .cam-topic, .cam-global-navigation-tertiary, .cam-local-navigation, .cam-vertical-breadcrumb-navigation {
    font-family: "myriad-pro-n4","myriad-pro",myriad,verdana,arial,sans-serif;
    font-weight: 400;
    color: #888888;
}

.cam-title-search-term {
    font-family: "myriad-pro-i4";
    font-style: italic;
    font-weight: 400;
}

h1, .cam-page-header h1, .cam-page-sub-title h2, .cam-secondary-content h2, .cam-main-content-sub-column h2, .cam-slide-caption-txt, .cam-carousel-content p, .cam-page-title, .cam-sub-title, legend, .cam-primary-cta, .cam-homepage-content h2, .cam-highlight-date, .cam-light-heading {
    font-family: "myriad-pro-n3","myriad-pro",myriad,verdana,arial,sans-serif;
    font-weight: 300;
}

.cam-desktop-list-layout, .cam-global-navigation-drawer {
    font-weight: bold;
}

.cam-global-navigation-secondary-with-children p {
    font-weight: normal;
}

.cam-datestamp, blockquote {
    font-family: Georgia,"sans serif";
}

.cam-page-header h1, .cam-carousel-content p, .cam-page-title {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
}

.cam-page-sub-title h2, .cam-page-sub-title h1, .cam-sub-title, .cam-highlight-day {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
}

.cam-homepage-content h2 {
    font-size: 30px;
    line-height: 38px;
}

h1, .cam-light-heading {
    font-size: 30px;
    line-height: 36px;
}

h2, .cam-slide-caption-txt, legend, .cam-load-more-btn, blockquote, .view-what-is-happening ul.pager li a {
    font-size: 19px;
    line-height: 25px;
}

.cam-nav-tabs, .cam-nav-pills {
    font-size: 19px;
    margin-bottom: 18px;
    font-weight: 200;
    line-height: 25px;
}

h3, .cam-current-date, .cam-highlight-date, .cam-promo-teaser .cam-teaser-title {
    font-size: 17px;
    line-height: 23px;
}

h4, .cam-branding-title {
    font-size: 15px;
    line-height: 21px;
}

h5, .cam-tertiary-navigation, .cam-enlarged-text, .cam-teaser-title, .cam-primary-cta, .cam-btn, .cam-local-footer h3, .cam-global-footer h3, .cam-desktop-list-layout, .cam-global-navigation, .cam-global-navigation-header-container, .cam-global-navigation-container, .cam-local-navigation {
    font-size: 14px;
    line-height: 20px;
}

h6, cite {
    font-size: 13px;
    line-height: 19px;
}

body, label, input, button, select, textarea {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    vertical-align: baseline;
}

    .lt-ie8 body, .lt-ie8 label, .lt-ie8 input, .lt-ie8 .cam-highlight, button, .lt-ie8 select, textarea.lt-ie8 {
        vertical-align: middle;
    }

.cam-pagination {
    font-size: 11px;
    line-height: 15px;
}

.cam-simple-heading, .cam-listing-title {
    font-family: verdana,arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

.cam-highlight {
    color: #fff;
    background: #55a51c;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 3px;
    margin-top: -15px;
    display: inline-block;
    margin-bottom: 10px;
}

.cam-highlight-alert {
    color: #fff;
    background: #ea7125;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 3px;
    margin-top: -15px;
    display: inline-block;
    margin-bottom: 10px;
}

.cam-news-listing .cam-datestamp {
    color: #777777;
    background: none;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
}

.cam-highlight-date {
    text-transform: uppercase;
}

.cam-highlight-day {
    line-height: 30px;
}

.cam-search-term {
    background: #fff79f;
    padding: 0 3px;
    display: inline-block;
}

.cam-topic {
    text-transform: uppercase;
    font-size: 11px;
    background: #fff;
    color: #171717;
    padding: 0 6px 5px 0;
    display: inline-block;
}

a, .cam-vertical-breadcrumb, .cam-vertical-breadcrumb-navigation, .cam-vertical-breadcrumb-children a {
    color: #0072cf;
    text-decoration: none;
    border-bottom: 0;
    outline: none;
}

    a:visited {
        color: #0072cf;
        text-decoration: none;
        border-bottom: 1px dotted #ddbfdc;
    }

    a:focus {
        color: #0072cf;
        outline: thin dotted;
        border-bottom: 0;
    }

    a:hover {
        color: #0072cf;
        text-decoration: underline;
        border-bottom: 0;
    }

    a:hover, a:active {
        outline: none;
    }

    a:active {
        color: #0072cf;
        text-decoration: none;
        border-bottom: 0;
    }

.cam-global-navigation a, .cam-page-header a, .cam-local-footer a, .cam-global-footer a, .cam-global-navigation-drawer a, .cam-quicklinks a, .cam-open-quicklinks, .cam-open-quicklinks:focus, .cam-open-quicklinks:hover, .cam-open-quicklinks:visited, .cam-desktop-list-layout a:focus, .cam-desktop-list-layout a:hover, .cam-desktop-list-layout .cam-selected, .cam-section-list-heading a, .cam-section-list-heading a:focus, .cam-section-list-heading a:hover, .cam-focus-teaser a, .cam-focus-teaser a:focus, .cam-focus-teaser a:hover {
    color: #fff;
    text-decoration: none;
}

.cam-quicklinks-list a:focus, .cam-quicklinks-list a:hover, .cam-quicklinks-list a:active {
    text-decoration: none;
    background-color: #171717;
}

.cam-global-navigation a:focus, .cam-global-navigation a:hover, .cam-global-navigation a:active, .cam-global-navigation .cam-selected a {
    color: #5a5a5a;
    text-decoration: none;
}

.cam-global-navigation a:visited, .cam-desktop-list-layout a:visited, .cam-close-panel:visited, .cam-section-list-heading a:visited, .cam-homepage-quicklinks a:visited, .cam-slide-caption a, .cam-quicklinks-list a:visited {
    border-bottom: 0;
}

.cam-global-navigation-drawer a:focus, .cam-global-navigation-drawer a:hover, .cam-global-navigation-drawer a:active {
    text-decoration: underline;
}

.cam-btn {
    background: #e4e4e4;
    border: 1px solid #999;
    padding: 4px 10px 4px 10px;
}

.cam-primary-cta {
    display: inline-block;
    background: #171717 url(/img/bg-primary-cta-arrow.png) 100% 50% no-repeat;
    color: #fff;
    padding: 5px 25px 5px 10px;
    border: 0;
    text-shadow: none;
}

    .cam-primary-cta a {
        color: #fff;
        text-decoration: none;
    }

        .cam-primary-cta a:hover {
            color: #fff;
            text-decoration: none;
        }

    .cam-primary-cta:link, .cam-primary-cta:visited {
        color: #f8f8f8;
        background: #171717 url(img/bg-primary-cta-arrow.png) 100% 50% no-repeat;
        border: 0;
    }

    .cam-primary-cta:focus, .cam-primary-cta:hover, .cam-primary-cta:active {
        color: #f8f8f8;
        background: #454545 url(img/bg-primary-cta-arrow-over.png) 100% 50% no-repeat;
        border: 0;
        text-decoration: none;
    }

.cam-secondary-cta {
    background: url(img/bg-secondary-cta-arrow.png) 100% 50% no-repeat;
    display: inline-block;
    padding-right: 10px;
}

.cam-search-listing a, .cam-vertical-breadcrumb a {
    color: #999999;
}

.cam-search-listing .cam-listing-title a {
    color: #0072cf;
}

.cam-teaser-title a, .cam-pagination a, .cam-load-more-btn, .cam-load-more-btn:focus, .cam-load-more-btn:hover, .cam-load-more-btn:visited, .view-what-is-happening ul.pager li a:focus, .view-what-is-happening ul.pager li a:link, .view-what-is-happening ul.pager li a:hover, .view-what-is-happening ul.pager li a:visited {
    color: #171717;
}

.cam-focus-teaser a {
    color: #fff;
}

.cam-btn-download-vcard:link, .cam-btn-download-vcard:visited {
    background: #171717 url(img/icon-profile.png) 5px 50% no-repeat;
    padding: 5px 5px 5px 30px;
}

.cam-download-arrow {
    background: url(img/bg-download-arrow.png) center right no-repeat;
    height: 11px;
    width: 11px;
    padding-right: 20px;
}

.cam-btn-download-vcard:focus, .cam-btn-download-vcard:hover, .cam-btn-download-vcard:active {
    color: #f8f8f8;
    background-color: #454545;
}

.cam-skipTo:link {
    position: absolute;
    left: -5000px;
    top: 0;
    color: #fff;
    padding: 10px;
}

.cam-skipTo:focus {
    left: 5px;
    top: 5px;
    color: #fff;
    display: block;
    position: relative;
}

a.cam-external {
    background: url(img/icon-external-link.png) no-repeat 100% 4px;
    padding-right: 15px;
}

.view-what-is-happening .item-list .pager li {
    padding: 0px;
    margin: 0px;
}

.cam-load-more-btn, .view-what-is-happening ul.pager li a {
    background: #f3f3f3;
    border: 1px solid #cdcdcd;
    margin-bottom: 60px;
    text-align: center;
    display: block;
    padding: 10px;
}

    .cam-load-more-btn:link, .cam-load-more-btn:focus, .cam-load-more-btn:hover, .cam-load-more-btn:visited, .view-what-is-happening ul.pager li a:focus, .view-what-is-happening ul.pager li a:link, .view-what-is-happening ul.pager li a:hover, .view-what-is-happening ul.pager li a:visited {
        border: 1px solid #cdcdcd;
    }

.cam-focus-link {
    width: 33px;
    height: 33px;
    background: #313131 url(/img/icon-fwd-btn.png) 14px 13px no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cam-icon {
    display: inline-block;
    background: url(/img/icon-links-sprite.png) no-repeat 0 0;
    width: 20px;
    height: 25px;
    margin-right: 2px;
    position: relative;
    top: 5px;
}

.cam-print-icon {
    background-position: 0 5px;
}

.cam-lock-icon {
    background-position: 0 -25px;
}

.cam-help-icon {
    background-position: 0 -55px;
}

.cam-info-icon {
    background-position: 0 -80px;
}

.cam-excel-icon {
    background-position: 0 -110px;
}

.cam-pdf-icon {
    background-position: 0 -135px;
}

.cam-word-icon {
    background-position: 0 -159px;
}

.cam-social-media-icon {
    display: inline;
    background: url(/img/social-media-icons.png) no-repeat 0 0;
    height: 16px;
    padding-left: 30px;
}

.cam-instagram-icon {
    background-position: 0 -126px;
}

.cam-facebook-icon {
    background-position: 0 -105px;
}

.cam-flickr-icon {
    background-position: 0 -84px;
}

.cam-itunes-u-icon {
    background-position: 0 -63px;
}

.cam-linkedin-icon {
    background-position: 0 -42px;
}

.cam-twitter-icon {
    background-position: 0 -21px;
}

.cam-youtube-icon {
    background-position: 0 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
}

.lt-ie8 legend {
    margin-left: -7px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    margin-bottom: 5px;
}

.lt-ie8 button, .lt-ie8 input {
    overflow: visible;
    zoom: 1;
    margin: 0 2.5px 5px 2.5px;
}

button[disabled], input[disabled] {
    cursor: default;
    color: #999;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

:-moz-placeholder {
    color: #999999;
}

:-ms-input-placeholder {
    color: #999999;
}

::-webkit-input-placeholder {
    color: #999999;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: auto;
}

.cam-uneditable-textarea {
    height: auto;
}

.cam-uneditable-input {
    overflow: hidden;
    white-space: nowrap;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #eee;
}

input:invalid, textarea:invalid {
    background-color: #f0dddd;
}

.cam-input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea {
    width: 210px;
}

.lt-ie7 input {
    vertical-align: text-bottom;
}

input, textarea, .cam-uneditable-input {
    margin-left: 0;
}

.cam-input-mini {
    width: 60px;
}

.cam-input-small {
    width: 90px;
}

.cam-input-medium {
    width: 150px;
}

.cam-input-large {
    width: 210px;
}

.cam-input-xlarge {
    width: 270px;
}

/*select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .cam-uneditable-input {
    display: inline-block;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    -webkit-border-radius: 0;
}*/

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .cam-uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .cam-uneditable-input:focus {
        border-color: rgba(82,168,236,0.8);
        outline: 0;
    }

.lt-ie8 textarea:focus, .lt-ie8 input[type="text"]:focus, .lt-ie8 input[type="password"]:focus, .lt-ie8 input[type="datetime"]:focus, .lt-ie8 input[type="datetime-local"]:focus, .lt-ie8 input[type="date"]:focus, .lt-ie8 input[type="month"]:focus, .lt-ie8 input[type="time"]:focus, .lt-ie8 input[type="week"]:focus, .lt-ie8 input[type="number"]:focus, .lt-ie8 input[type="email"]:focus, .lt-ie8 input[type="url"]:focus, .lt-ie8 input[type="search"]:focus, .lt-ie8 input[type="tel"]:focus, .lt-ie8 input[type="color"]:focus, .lt-ie8 .cam-uneditable-input:focus {
    outline: thin dotted 1px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #eeeeee;
    border-color: #ddd;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"][readonly], input[type="checkbox"][readonly] {
    background-color: transparent;
}

input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
}

select, input[type="file"] {
    height: 28px;
    line-height: 28px;
}

.lt-ie8 select, .lt-ie8 input[type="file"] {
    margin-top: 4px;
}

select {
    width: 220px;
    border: 1px solid #bbb;
}

    select[multiple], select[size] {
        height: auto;
    }

    select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 3px 0;
    /line-height:normal;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0;
}

.lt-ie8 input[type="checkbox"] {
    vertical-align: baseline;
    margin-top: 0;
    width: 13px;
    height: 13px;
}

.cam-radio, .cam-checkbox {
    min-height: 18px;
    padding-left: 18px;
}

    .cam-radio input[type="radio"], .cam-checkbox input[type="checkbox"] {
        float: left;
        margin-left: -18px;
    }

.cam-controls > .cam-radio:first-child, .cam-controls > .cam-checkbox:first-child {
    padding-top: 5px;
}

.cam-radio.inline, .cam-checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}

    .cam-radio.inline + .cam-radio.inline, .cam-checkbox.inline + .cam-checkbox.inline {
        margin-left: 10px;
    }

.cam-control-group {
    margin-bottom: 9px;
}

legend + .cam-control-group {
    margin-top: 18px;
    -webkit-margin-top-collapse: separate;
}

.cam-control-group.cam-warning > label, .cam-control-group.cam-warning .cam-help-block {
    color: #c09853;
}

.cam-control-group.cam-warning .cam-checkbox, .cam-control-group.cam-warning .cam-radio, .cam-control-group.cam-warning input, .cam-control-group.cam-warning select, .cam-control-group.cam-warning textarea {
    color: #c09853;
    border-color: #c09853;
}

    .cam-control-group.cam-warning .cam-checkbox:focus, .cam-control-group.cam-warning .cam-radio:focus, .cam-control-group.cam-warning input:focus, .cam-control-group.cam-warning select:focus, .cam-control-group.cam-warning textarea:focus {
        border-color: #a47e3c;
    }

.cam-control-group.cam-error > label, .cam-control-group.cam-error .cam-help-block {
    color: #b94a48;
}

.cam-control-group.cam-error .cam-checkbox, .cam-control-group.cam-error .cam-radio, .cam-control-group.cam-error input, .cam-control-group.cam-error select, .cam-control-group.cam-error textarea {
    color: #b94a48;
    border-color: #b94a48;
}

    .cam-control-group.cam-error .cam-checkbox:focus, .cam-control-group.cam-error .cam-radio:focus, .cam-control-group.cam-error input:focus, .cam-control-group.cam-error select:focus, .cam-control-group.cam-error textarea:focus {
        border-color: #953b39;
    }

.cam-control-group.cam-success > label, .cam-control-group.cam-success .cam-help-block {
    color: #468847;
}

.cam-control-group.cam-success .cam-checkbox, .cam-control-group.cam-success .cam-radio, .cam-control-group.cam-success input, .cam-control-group.cam-success select, .cam-control-group.cam-success textarea {
    color: #468847;
    border-color: #468847;
}

    .cam-control-group.cam-success .cam-checkbox:focus, .cam-control-group.cam-success .cam-radio:focus, .cam-control-group.cam-success input:focus, .cam-control-group.cam-success select:focus, .cam-control-group.cam-success textarea:focus {
        border-color: #356635;
    }

.cam-form-actions {
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #e4e4e4;
}

.lt-ie8 .cam-form-actions {
    zoom: 1;
}

.cam-form-actions:before, .cam-form-actions:after {
    display: table;
    content: "";
}

.cam-form-actions:after {
    clear: both;
}

.cam-help-block {
    color: #555555;
    display: block;
    margin-bottom: 9px;
}

body {
    margin: 0;
    padding: 0;
    background: #000;
    width: 100%;
}

.cam-row {
    clear: both;
    width: 100%;
}

.lt-ie9 .cam-row, .lt-ie8 .cam-row {
    min-width: auto;
}

.cam-wrap {
    margin: 0 auto;
    position: relative;
    clear: both;
    width: 1177px;
}

.cam-fixed-container {
    width: 1024px;
}

.cam-column, .cam-column1, .cam-column2, .cam-column3, .cam-column4, .cam-column5, .cam-column6, .cam-column7, .cam-column8, .cam-column9, .cam-column10, .cam-column11, .cam-column12 {
    float: left;
    margin-right: 0;
    padding: 0 0 0 0;
}

.cam-column1 {
    width: 8.333333333333334%;
}

.cam-column2 {
    width: 16.666666666666668%;
}

.cam-column3 {
    width: 25%;
}

.cam-column4 {
    width: 33.333333333333336%;
}

.cam-column5 {
    width: 41.66666666666667%;
}

.cam-column6 {
    width: 50%;
}

.cam-column7 {
    width: 58.333333333333336%;
}

.cam-column8 {
    width: 66.66666666666667%;
}

.cam-column9 {
    width: 75%;
}

.cam-column10 {
    width: 83.33333333333334%;
}

.cam-column11 {
    width: 91.66666666666667%;
}

.cam-column12 {
    width: 100%;
}

.lt-ie8 .cam-column1 {
    width: 8.133333333333335%;
}

.lt-ie8 .cam-column2 {
    width: 16.46666666666667%;
}

.lt-ie8 .cam-column3 {
    width: 24.8%;
}

.lt-ie8 .cam-column4 {
    width: 33.13333333333333%;
}

.lt-ie8 .cam-column5 {
    width: 41.46666666666667%;
}

.lt-ie8 .cam-column6 {
    width: 49.8%;
}

.lt-ie8 .cam-column7 {
    width: 58.13333333333333%;
}

.lt-ie8 .cam-column8 {
    width: 66.46666666666667%;
}

.lt-ie8 .cam-column9 {
    width: 74.8%;
}

.lt-ie8 .cam-column10 {
    width: 83.13333333333334%;
}

.lt-ie8 .cam-column11 {
    width: 91.46666666666667%;
}

.lt-ie8 .cam-column12 {
    width: 99.8%;
}

.cam-content-container {
    padding: 20px;
}

.cam-search-container {
    padding: 20px 100px;
}

.cam-no-top-padding, .cam-global-navigation-container, .cam-navigation-list {
    padding: 0 20px 20px 20px;
}

.cam-top-padding {
    padding: 20px 0 0 0;
}

.cam-bottom-padding, .cam-vertical-teaser-img {
    padding: 0 0 20px 0;
}

.cam-side-padding {
    padding: 0 20px;
}

.cam-vertical-padding, .cam-listing-txt {
    padding: 20px 0;
}

.cam-horizontal-teaser-img, .cam-right-padding {
    padding: 0 20px 0 0;
}

.cam-horizontal-teaser-txt, .cam-left-padding {
    padding: 0 0 0 20px;
}

.cam-no-left-padding {
    padding: 20px 20px 20px 0;
}

.cam-listing-img {
    padding: 10px 0 10px 15px;
}

.cam-vertical-teaser-txt, .cam-no-padding, .cam-promo-teaser .cam-vertical-teaser-img, .cam-focus-teaser .cam-horizontal-teaser-img, .cam-quicklinks-list {
    padding: 0 0 0 0;
}

.cam-promo-teaser .cam-vertical-teaser-txt {
    padding: 15px;
}

.cam-focus-teaser .cam-horizontal-teaser-txt {
    padding: 15px 15px 25px 15px;
}

.cam-promo-teaser .cam-teaser-title {
    margin-bottom: 0;
}

.cam-navigation-list h3 {
    padding-bottom: 10px;
}

.cam-navigation-list li {
    padding-bottom: 10px;
}

.cam-event-cta-container {
    padding: 20px 20px 60px 20px;
}

.cam-notifications-container {
    padding: 10px 80px;
}

.cam-section-list-children {
    padding: 15px 20px 15px;
}

.cam-footer-navigation {
    background: url(/img/bg-footer-navigation.png) 100% 0 repeat-y;
}

.cam-global-footer .cam-footer-navigation:nth-of-type(4), .cam-local-footer .cam-footer-navigation:nth-of-type(5) {
    background: none;
}

.cam-footer-navigation.last {
    background: none;
}

.cam-recessed-banner {
    margin-bottom: -50px;
}

.cam-recessed-content {
    padding-top: 0;
}

.cam-recessed-carousel {
    margin-bottom: -50px;
}

.cam-recessed-content .cam-tertiary-navigation {
    margin-top: -50px;
    padding-bottom: 50px;
}

.cam-recessed-sub-title {
    margin-bottom: -50px;
    overflow: auto;
}

.cam-recessed-secondary-content {
    margin-top: -36.6%;
}

.cam-sub-column-right-border {
    border-right: 1px solid #e4e4e4;
}

.cam-sub-column-left-border {
    border-left: 1px solid #e4e4e4;
    margin-left: -1px;
}

.cam-teaser-divider {
    margin: 0;
    border-bottom: 1px solid #e4e4e4;
    border-top: 0;
}

.cam-dotted-divider {
    margin: 0;
    border-bottom: 2px dotted #020902;
    border-top: 0;
}

.cam-homepage-teaser {
    border-right: 1px solid #e4e4e4;
}

.cam-alt {
    border-right: 0;
}

.cam-heading-container {
    border-bottom: 1px solid #e4e4e4;
}

.block .view-image-credit {
    margin-top: 20px;
}

.cam-global-header {
    position: relative;
    z-index: 15;
}

.js .cam-open-menu {
    background: url(/img/btn-open-menu-sprite.png) no-repeat 0 0;
    width: 32px;
    height: 33px;
    float: left;
    display: none;
}

    .js .cam-open-menu:focus, .js .cam-open-menu:hover, .js .cam-open-menu:active {
        background-position: 0 -33px;
    }

.cam-main-logo {
    padding: 15px;
    display: block;
    float: left;
}

    .cam-main-logo:visited {
        text-decoration: none;
        border: 0;
    }

.cam-homepage-header .cam-main-logo {
    display: none;
}

.cam-search-drawer {
    border-top: 1px solid #3f3f3f;
    position: relative;
    z-index: 5;
}

.cam-search-drawer {
    display: none;
}

.cam-site-search {
    padding: 15px 0 15px 15px;
    float: none;
}

.cam-icon-search-btn {
    height: 32px;
    width: 32px;
    background: url(/img/btn-search-sprite-small.png) 0 0 no-repeat;
    display: none;
}

    .cam-icon-search-btn:focus, .cam-icon-search-btn:hover, .cam-icon-search-btn:active {
        background-position: 0 -32px;
    }

.cam-search-form-wrapper {
    background: #2c2c2c;
    height: 32px;
    padding: 0 0 0 10px;
}

.cam-site-search-form {
    display: block;
    padding: 15px;
}

    .cam-site-search-form input {
        background: transparent;
        color: #9c9c9c;
        border: 0;
        float: left;
        padding: 7px 0;
        width: 92%;
    }

        .cam-site-search-form input.cam-search-submit {
            width: 22px;
            padding: 0;
            float: right;
            height: 32px;
        }

.cam-site-search .container-inline {
    background-color: #FFFFFF;
    border: 0;
    display: inline-block;
    -moz-box-sizing: border-box;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    height: 42px;
    min-height: 42px;
}

.lt-ie8 .cam-site-search .cam-search-input {
    margin-left: 0;
}

.cam-site-search .container-inline .form-item-search-block-form input {
    border: 0;
    padding: 0 0 1px 8px;
    vertical-align: middle;
    width: 75%;
    float: left;
    margin-bottom: 0;
}

.cam-site-search .container-inline .form-actions input {
    width: 42px;
    padding: 0;
    float: right;
    height: 43px;
    -webkit-border-radius: 0;
    margin-right: 0;
    float: right;
    margin-right: -1px;
}

.cam-site-search .container-inline {
    height: 32px;
    min-height: 32px;
    background-color: #343434;
}

    .cam-site-search .container-inline .form-item-search-block-form input {
        width: 65%;
        padding: 0 0 1px 8px;
        background-color: #343434;
        color: #fff;
    }

    .cam-site-search .container-inline .form-actions input {
        width: 32px;
        height: 32px;
        padding: 0;
    }

.cam-quicklinks {
    width: 100%;
    margin-top: 15px;
}

.cam-quicklinks-txt {
    padding: 8px 0 0 8px;
    display: block;
    float: left;
}

.cam-icon-dropdown {
    height: 32px;
    width: 32px;
    background: url(/img/btn-quicklinks-sprite.png) 0 0 no-repeat;
    float: right;
}

.cam-open-quicklinks:focus .cam-icon-dropdown, .cam-open-quicklinks:hover .cam-icon-dropdown {
    background-position: 0 -42px;
}

.cam-open-quicklinks {
    display: block;
    background: #3d3d3d;
    background: -moz-linear-gradient(top,#3d3d3d 0%,#292929 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3d3d3d),color-stop(100%,#292929));
    background: -webkit-linear-gradient(top,#3d3d3d 0%,#292929 100%);
    background: -o-linear-gradient(top,#3d3d3d 0%,#292929 100%);
    background: -ms-linear-gradient(top,#3d3d3d 0%,#292929 100%);
    background: linear-gradient(to bottom,#3d3d3d 0%,#292929 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d',endColorstr='#292929',GradientType=0);
    ;
}

.js .cam-quicklinks-list {
    display: none;
}

.js .cam-quicklinks-open .cam-icon-dropdown {
    background-position: 0 -84px;
}

.js .cam-quicklinks-open .cam-quicklinks-list {
    display: block;
    z-index: 6;
    position: absolute;
    background: #2a2a2a;
    border-top: #000 solid 1px;
    border-right: 0;
    width: 200px;
}

.js .cam-quicklinks-open li {
    border-color: #4b4b4b;
}

.js .cam-quicklinks-list a, .js .cam-quicklinks-list a:link, .js .cam-quicklinks-list a:visited {
    padding: 8px 8px 8px 16px;
    display: block;
    background-position: 6px 50%;
}

.js .cam-quicklinks-open .cam-global-navigation-container li {
    padding: 0;
}

.cam-homepage-quicklinks {
    position: relative;
    right: -60px;
}

    .cam-homepage-quicklinks li a {
        padding: 0 10px 5px 15px;
        margin-bottom: 0;
        background: url(/img/icon-fwd-btn.png) 0 6px no-repeat;
        display: block;
        font-weight: bold;
    }

.cam-highlight-event-item {
    border-top: 1px solid #e4e4e4;
}

    .cam-highlight-event-item:first-child {
        border-top: none;
    }

.cam-highlight-date-container {
    width: 55px;
    float: left;
    margin: 0 10px 5px 0;
}

.cam-highlight-date {
    text-align: center;
    padding: 0px 0 2px 0;
}

.cam-highlight-day, .cam-highlight-event-link, .cam-highlight-date {
    display: block;
}

.cam-highlight-day {
    position: relative;
    bottom: -3px;
}

.cam-highlight-event-details {
    padding: 5px 0 10px 0;
}

.cam-highlight-event-link {
    padding: 3px 0 0;
}

.cam-local-footer, .cam-global-footer {
    padding: 20px 0;
}

.cam-footer-logo {
    padding-top: 0;
}

    .cam-footer-logo img {
        padding-bottom: 20px;
    }

.cam-global-navigation {
    border-left: 1px solid #2e2e2e;
    margin-right: 10px;
    float: left;
}

.cam-home-link-container {
    display: none;
}

.cam-global-navigation li a {
    padding: 25px 20px;
    border-right: 1px solid #2e2e2e;
    display: block;
    word-wrap: break-word;
}

    .cam-global-navigation li a:focus, .cam-global-navigation li a:hover, .cam-global-navigation li a:active, .cam-global-navigation li.cam-selected a {
        border-left: 1px solid #737373;
        border-right: 1px solid #737373;
        margin-left: -1px;
        background: #171717;
        position: relative;
        z-index: 7;
    }

.cam-global-navigation li.cam-selected a {
    margin-bottom: -1px;
    padding-bottom: 26px;
}

.js .cam-global-navigation-drawer, .js .cam-global-navigation-outer {
    display: none;
}

.js .cam-drawer-open, .js .cam-navigation-open {
    display: block;
}

.cam-global-navigation-drawer {
    z-index: 4;
    position: relative;
    border-top: 1px solid #3f3f3f;
}

.cam-global-navigation-container li, .cam-global-navigation-container li li {
    padding: 10px 0;
}

.cam-global-navigation-container.last li {
    padding: 15px 0;
}

.cam-global-navigation-secondary-with-children li {
    padding: 10px 0 0;
}

.cam-global-navigation-header-container li {
    padding: 20px 0 20px 20px;
}

    .cam-global-navigation-container li a, .cam-global-navigation-header-container li a {
        background: url(/img/icon-fwd-btn.png) no-repeat 0 50%;
        padding-left: 10px;
    }

.cam-global-navigation-tertiary {
    border: 0;
}

.cam-global-navigation-header-container .cam-global-navigation-tertiary li {
    padding-left: 20px;
}

.cam-global-navigation-container p, .cam-global-navigation-tertiary {
    padding-top: 20px;
    margin-bottom: 0;
}

.cam-global-navigation-outer {
    position: relative;
}

.cam-close-menu {
    position: absolute;
    height: 30px;
    top: 0;
    right: 0;
    background: #000 url(/img/icon-close-menu-btn.png) 90% 50% no-repeat;
    padding: 20px 50px 7px 12px;
    border-left: 1px solid #3f3f3f;
}

.cam-menu-btn, .cam-menu-indicator {
    display: none;
}

.cam-local-navigation li {
    margin: 0;
}

.cam-local-navigation a {
    display: block;
}

.cam-local-navigation ul ul a {
    padding-left: 40px;
}

.cam-local-navigation ul ul ul a {
    padding-left: 60px;
}

.cam-local-navigation ul ul ul ul a {
    padding-left: 80px;
}

.js .cam-local-navigation {
    position: relative;
    z-index: 13;
}

    .js .cam-local-navigation .cam-local-navigation-container {
        margin: -1px 0 0 0;
        width: auto;
    }

    .js .cam-local-navigation li.cam-back-link, .js .cam-local-navigation li.cam-back-link a {
        display: none;
        font-size: 0;
        height: 0;
        visibility: hidden;
        position: absolute;
    }

    .js .cam-local-navigation li {
        display: inline;
        float: left;
        margin: 0 0 -1px 0;
    }

        .js .cam-local-navigation li li {
            margin: 0;
        }

        .js .cam-local-navigation li.cam-title {
            display: none;
        }

.lt-ie8 .cam-local-navigation li {
    margin: 0;
}

.js .cam-local-navigation a {
    padding: 10px 20px;
}

.js .cam-local-navigation li.cam-sub > a {
    padding: 10px 40px 10px 10px;
    margin: 0;
}

.js .cam-local-navigation li.cam-sub > a {
    background-image: url(/img/bg-local-navigation-sub-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

.js .cam-local-navigation li > ul {
    margin-top: -1px;
}

.js .cam-local-navigation li ul {
    left: -9999px;
    position: absolute;
    width: 235px;
    z-index: 14;
}

.js .cam-local-navigation li.cam-hover a {
    display: block;
}

.js .cam-local-navigation li.cam-hover ul {
    left: auto;
}

.js .cam-local-navigation li.cam-hover ul {
    display: block;
    float: none;
}

.js .cam-local-navigation li.cam-hover li {
    float: none;
}

    .js .cam-local-navigation li.cam-hover li a {
        display: block;
        padding: 10px 40px 10px 10px;
    }

.js .cam-local-navigation li.cam-hover ul li ul {
    left: -9999px;
}

.js .cam-local-navigation li.cam-hover ul li.cam-hover ul {
    left: 235px;
    top: 0;
}

.cam-tertiary-navigation {
    position: relative;
    z-index: 11;
}

.cam-tertiary-navigation-structure {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.cam-vertical-breadcrumb li {
    line-height: 16px;
    position: relative;
    word-wrap: break-word;
}

.cam-vertical-breadcrumb a {
    padding: 16px 30px 16px 20px;
    background: #fafafa url(/img/bg-vertical-breadcrumb-up-arrow.png) no-repeat 95% 50%;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    position: relative;
}

.cam-vertical-breadcrumb-indicator {
    z-index: 9;
    display: block;
    width: 19px;
    height: 10px;
    background: url(/img/bg-vertical-breadcrumb-indicator-arrow.png) no-repeat 0 0;
    position: absolute;
    bottom: -10px;
    left: 20px;
}

.cam-vertical-breadcrumb a:focus, .cam-vertical-breadcrumb a:hover, .cam-vertical-breadcrumb a:active {
    background: #efefef url(/img/bg-vertical-breadcrumb-up-arrow.png) no-repeat 95% 50%;
    text-decoration: none;
}

    .cam-vertical-breadcrumb a:focus .cam-vertical-breadcrumb-indicator, .cam-vertical-breadcrumb a:hover .cam-vertical-breadcrumb-indicator, .cam-vertical-breadcrumb a:active .cam-vertical-breadcrumb-indicator {
        background: url(/img/bg-vertical-breadcrumb-indicator-arrow-over.png) no-repeat 0 0;
    }

.cam-vertical-breadcrumb-navigation {
    display: block;
    padding: 5px 20px;
    font-weight: bold;
}

    .cam-vertical-breadcrumb-navigation .cam-selected > a, .cam-vertical-breadcrumb-navigation .cam-selected > a:focus, .cam-vertical-breadcrumb-navigation .cam-selected > a:hover, .cam-vertical-breadcrumb-navigation .cam-selected > a:visited, .cam-vertical-breadcrumb-navigation a.active-trail, .cam-vertical-breadcrumb-navigation a.active-trail:hover {
        color: #171717;
        text-decoration: none;
        cursor: default;
    }

    .cam-vertical-breadcrumb-navigation li {
        padding: 10px 0;
        border-bottom: 1px solid #e4e4e4;
    }

        .cam-vertical-breadcrumb-navigation li:last-child {
            border-bottom: 0;
        }

.cam-vertical-breadcrumb-children {
    border-bottom: 0;
    margin: 10px 0 0;
}

    .cam-vertical-breadcrumb-children li {
        padding: 5px 5px 5px 0;
        border-bottom: 0;
        font-weight: normal;
    }

    .cam-vertical-breadcrumb-children a {
        border-bottom: 0;
        background: #fff url(/img/bg-vertical-breadcrumb-right-arrow.png) no-repeat 0 50%;
        font-weight: normal;
        padding: 0 0 0 15px;
    }

        .cam-vertical-breadcrumb-children a:focus, .cam-vertical-breadcrumb-children a:hover, .cam-vertical-breadcrumb-children a:active {
            background: #fff url(/img/bg-vertical-breadcrumb-right-arrow.png) no-repeat 0 50%;
            text-decoration: underline;
        }

    .cam-vertical-breadcrumb-children .cam-selected a {
        cursor: default;
    }

        .cam-vertical-breadcrumb-children .cam-selected a:focus, .cam-vertical-breadcrumb-children .cam-selected a:hover {
            text-decoration: none;
        }

.cam-breadcrumb {
    color: #fff;
    padding-bottom: 20px;
}

    .cam-breadcrumb li {
        padding: 0 2px 0 17px;
        background: url(/img/bg-breadcrumb-link.png) 5px 50% no-repeat;
        white-space: nowrap;
    }

        .cam-breadcrumb li:first-child, .cam-breadcrumb li.first-child {
            background: none;
            padding: 0;
        }

    .cam-breadcrumb .cam-home {
        background: url(/img/icon-breadcrumb-home.png) 0 0 no-repeat;
        width: 17px;
        height: 17px;
        padding: 0;
    }

    .cam-breadcrumb .cam-current {
        margin: 0;
    }

    .cam-breadcrumb a:visited, .cam-mobile-parent a:visited {
        border: 0;
    }

.cam-mobile-parent {
    display: none;
    position: relative;
    padding: 0 0 0 25px;
    margin-bottom: 10px;
}

    .cam-mobile-parent .cam-menu-indicator {
        left: 0;
    }

.cam-page-title {
    clear: both;
}

.cam-co-branding-logo {
    float: left;
    padding: 0 20px 20px 0;
}

.cam-co-branding-container .cam-page-title {
    clear: none;
}

.cam-page-sub-title {
    position: relative;
    z-index: 0;
}

.cam-carousel {
    background: #fff;
    text-align: center;
    position: relative;
}

    .cam-carousel .cam-carousel-container {
        position: relative;
        overflow: hidden;
    }

    .cam-carousel .cam-slides {
        left: 0;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        top: 0;
    }

.cam-slides, .cam-slide {
    padding: 0;
    margin: 0;
}

.cam-carousel li {
    position: relative;
    float: left;
}

.cam-carousel a {
    overflow: hidden;
}

.cam-carousel-controls {
    position: absolute;
    bottom: 0;
    right: 0;
}

    .cam-carousel-controls li {
        width: 50px;
        height: 50px;
        margin-left: 1px;
    }

.cam-carousel-control-btn {
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}

    .cam-carousel-control-btn .cam-arrow-span {
        width: 25px;
        height: 25px;
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -12.5px;
        top: 50%;
        margin-top: -12.5px;
    }

.cam-carousel-controls .cam-next .cam-arrow-span {
    background-image: url(/img/btn-carousel-next.png);
}

.cam-carousel-controls .cam-previous .cam-arrow-span {
    background-image: url(img/main_carousel_previous.png);
}

.cam-slide {
    position: relative;
}

.cam-slide-caption {
    background: url(/img/bg-carousel-caption.png) repeat 0 0;
    position: absolute;
    bottom: 0;
    right: 102px;
    color: #fff;
    padding: 12px 16px 13px;
    left: 20px;
    text-align: left;
}

.cam-slide-caption-txt {
    margin-right: 40px;
}

.cam-carousel-pagination {
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.cam-banner .cam-slide-caption {
    right: 20px;
}

.cam-banner .cam-slide-caption-txt {
    margin-right: 0;
}

.cam-related-links li {
    padding: 10px 20px 10px 0 !important;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0;
}

.cam-listing-item {
    clear: both;
    position: relative;
    border-bottom: 1px dotted #000000;
    margin-bottom: 10px;
}

    .cam-listing-item:last-child {
        border: 0;
    }

.cam-news-listing {
    border-bottom: 1px dashed #b5b5b5;
}

.cam-event-details {
    border: 1px solid #e4e4e4;
    border-width: 1px 0 1px 0;
}

.cam-event-details-dl {
    float: left;
    margin: 0;
    padding: 0;
}

    .cam-event-details-dl dt, .cam-event-details-dl dd {
        float: left;
        margin: 0;
        padding: 5px 10px 5px 0;
    }

.cam-events-cta {
    float: right;
}

    .cam-events-cta li {
        margin-left: 10px;
    }

.cam-paging {
    margin-top: -38px;
}

.cam-paging-btn {
    width: 38px;
    height: 38px;
    display: block;
    position: relative;
}

.cam-arrow-span {
    width: 8px;
    height: 11px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    margin-top: -5px;
}

.cam-paging-btn:focus, .cam-paging-btn:hover {
    background: #454545;
}

.cam-next .cam-arrow-span {
    background-image: url(/img/icon-fwd-btn-larger.png);
}

.cam-previous .cam-arrow-span {
    background-image: url(/img/icon-back-btn-larger.png);
}

.cam-current-date {
    color: #fff;
    line-height: 38px;
    margin: 0 39px;
    position: relative;
    right: 39px;
    left: 0;
    background: #171717;
}

.lt-ie8 .cam-current-date {
    padding: 2px 0 3px 0;
}

.cam-paging-container {
    text-align: center;
}

.cam-paging .cam-previous-li {
    float: left;
    border-right: 1px solid #fff;
}

.cam-paging .cam-next-li {
    float: right;
    border-left: 1px solid #fff;
}

.cam-filter-navigation {
    margin-left: -7px;
    padding: 8px 0 5px;
}

    .cam-filter-navigation li {
        border-right: 1px solid #444;
        line-height: 14px;
        padding: 0 7px;
        font-weight: bold;
    }

        .cam-filter-navigation li:last-child {
            border: 0;
        }

.cam-teaser {
    clear: both;
}

    .cam-teaser p {
        margin-bottom: 20px;
    }

.field-name-field-content-summary {
    min-height: 82px;
}

.cam-teaser-img-link {
    position: relative;
    display: block;
}

.cam-overlay {
    width: 60px;
    height: 60px;
    background: url(/img/icon-media-sprite.png) 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cam-audio-overlay {
    background-position: -10px -10px;
}

.cam-video-overlay {
    background-position: -11px -108px;
}

.cam-teaser-img-link:focus .cam-audio-overlay, .cam-teaser-img-link:hover .cam-audio-overlay {
    background-position: -97px -10px;
}

.cam-teaser-img-link:focus .cam-video-overlay, .cam-teaser-img-link:hover .cam-video-overlay {
    background-position: -98px -108px;
}

.cam-focus-teaser {
    margin-bottom: 20px;
    position: relative;
}

.cam-focus-teaser-img {
    width: 41.6667%;
    float: left;
    margin-right: 0;
    padding: 0;
}

.cam-focus-teaser-txt {
    width: 58.3333%;
    float: left;
    margin-right: 0;
    padding: 0;
}

.lt-ie8 .cam-focus-teaser-img {
    width: 41.1667%;
}

.lt-ie8 .cam-focus-teaser-txt {
    width: 58.1333%;
}

.cam-vertical-teaser-img {
    position: relative;
}

.cam-topic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
}

.cam-pagination {
    height: 36px;
    margin: 18px 0;
    position: relative;
}

    .cam-pagination ul {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 0;
    }

.lt-ie8 .cam-pagination ul {
    display: inline;
    zoom: 1;
}

.cam-pagination li {
    display: inline;
}

.cam-pagination .pager-item, .cam-pagination .pager-last, .cam-pagination .pager-first {
    padding: 5px 7px !important;
    line-height: 12px;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    margin: 0 2px;
}

.cam-pagination .pager-current {
    padding: 5px 7px !important;
    line-height: 12px;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    margin: 0 2px;
    background-color: #f2f2f2;
}

.cam-elipsis {
    padding: 5px 7px !important;
    line-height: 12px;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    margin: 0 2px;
}

.cam-pagination .pager-previous, .cam-pagination .pager-next {
    padding: 5px 7px !important;
    line-height: 12px;
    text-decoration: none;
    border: 1px solid #d6d6d6;
    margin: 0 2px;
    background: #000;
}

.cam-pagination .pager-item a:hover, .cam-pagination .pager-first a:hover, .cam-pagination .pager-last a:hover {
    background: none;
}

.cam-pagination .pager-previous a, .cam-pagination .pager-next a, .cam-pagination .pager-previous a:hover, .cam-pagination .pager-next a:hover {
    color: #fff;
    text-decoration: none;
    background: none;
}

.cam-elipsis {
    border: 0;
}

.cam-pagination a:hover, .cam-pagination .cam-active a {
    background-color: #f2f2f2;
    color: #000000;
}

.cam-pagination .cam-active a {
    cursor: default;
    font-weight: bold;
}

.cam-pagination-centered {
    text-align: center;
}

.cam-pagination-right {
    text-align: right;
}

.cam-pagination .cam-pagination-btn, .cam-pagination .cam-previous-li {
    border: 0;
    width: 8px;
    height: 14px;
    display: block;
    position: relative;
    background: #000;
}

    .cam-pagination .cam-pagination-btn:hover {
        background: #454545;
    }

.cam-pagination .cam-previous-li {
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.cam-pagination .cam-next-li {
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.cam-list-container {
    text-align: center;
}

.cam-mobile-list-layout {
    display: none;
}

.cam-desktop-list-layout {
    padding-bottom: 10px;
}

    .cam-desktop-list-layout li {
        background: url(/img/bg-navigation-divider.png) center right no-repeat;
        padding: 0 14px 0 5px;
        display: inline-block;
    }

.lt-ie8 .cam-desktop-list-layout li {
    padding: 0 10px 0 5px;
    display: inline;
}

.cam-desktop-list-layout li:last-child {
    background: none;
}

.lt-ie8 .cam-desktop-list-layout li {
    padding: 0 4px 0 4px;
}

    .lt-ie8 .cam-desktop-list-layout li a {
        padding: 0 8px 0 0;
        top: 2px;
    }

.lt-ie8 .cam-desktop-list-layout a .cam-list-indicator {
    bottom: -28px;
    margin-left: -26px;
}

.cam-desktop-list-layout a {
    position: relative;
}

    .cam-desktop-list-layout a .cam-list-indicator {
        display: none;
        height: 21px;
        width: 41px;
        background: url(/img/bg_list_indicator.png) 0 0 no-repeat;
        position: absolute;
        bottom: -35px;
        left: 50%;
        margin-left: -22px;
    }

    .cam-desktop-list-layout a:focus .cam-list-indicator, .cam-desktop-list-layout a:hover .cam-list-indicator, .cam-desktop-list-layout .cam-selected .cam-list-indicator {
        display: block;
    }

td, th {
    vertical-align: top;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.cam-table {
    width: 100%;
    margin-bottom: 18px;
}

    .cam-table th, .cam-table td {
        padding: 10px 15px;
        line-height: 18px;
        text-align: left;
        vertical-align: top;
    }

    .cam-table th {
        font-weight: bold;
    }

    .cam-table thead th {
        vertical-align: bottom;
    }

    .cam-table caption + thead tr:first-child th, .cam-table caption + thead tr:first-child td, .cam-table colgroup + thead tr:first-child th, .cam-table colgroup + thead tr:first-child td, .cam-table thead:first-child tr:first-child th, .cam-table thead:first-child tr:first-child td {
        border-top: 0;
    }

.cam-table-condensed th, .cam-table-condensed td {
    padding: 4px 5px;
}

.cam-table-bordered {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-collapse: separate;
    border-left: 0;
}

.lt-ie8 .cam-table-bordered {
    border-collapse: collapsed;
}

.cam-table-bordered td {
    border-left: 1px solid #e4e4e4;
}

.cam-table-bordered caption + thead tr:first-child th, .cam-table-bordered caption + tbody tr:first-child th, .cam-table-bordered caption + tbody tr:first-child td, .cam-table-bordered colgroup + thead tr:first-child th, .cam-table-bordered colgroup + tbody tr:first-child th, .cam-table-bordered colgroup + tbody tr:first-child td, .cam-table-bordered thead:first-child tr:first-child th, .cam-table-bordered tbody:first-child tr:first-child th, .cam-table-bordered tbody:first-child tr:first-child td {
    border-top: 0;
}

.cam-table-heading {
    display: none;
    font-weight: bold;
    padding-right: 10px;
    white-space: wrap;
}

caption {
    background: #fff;
    padding: 5px 0;
}

.cam-responsive-table {
    position: relative;
}

.cam-expanded-table {
    width: 1074px;
}

.cam-full-width-table {
    width: 1024px;
    max-width: 1024px;
}

.Zebra_DatePicker table {
    width: 100%;
    border: 0;
}

.Zebra_DatePicker .dp_footer {
    display: none;
}

.Zebra_DatePicker .dp_daypicker td {
    text-align: right;
    padding: 0 3px 9px 6px;
    background: #e1e1e1;
    border: 1px solid #fff;
    border-width: 0px 1px 0 0;
    cursor: pointer;
}

.Zebra_DatePicker .dp_daypicker th {
    text-align: center;
    background: #fff;
    color: #444;
    font-weight: normal;
    padding: 5px;
}

.Zebra_DatePicker .dp_daypicker tr {
    border-bottom: 1px solid #fff;
}

    .Zebra_DatePicker .dp_daypicker tr:last-child {
        border: 0;
    }

    .Zebra_DatePicker .dp_daypicker tr td:last-child {
        border-right: 0;
    }

.Zebra_DatePicker .dp_header {
    border-top: 1px solid #d5d3d2;
}

    .Zebra_DatePicker .dp_header td {
        color: #FFF;
    }

    .Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
        width: 30px;
    }

    .Zebra_DatePicker .dp_header .dp_caption, .Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
        text-align: center;
        background: #fff;
        color: #444;
        padding: 5px;
    }

    .Zebra_DatePicker .dp_header .dp_hover {
        background: #222;
        color: #FFF;
    }

    .Zebra_DatePicker .dp_header .dp_blocked {
        color: #888;
        cursor: default;
    }

.Zebra_DatePicker td.dp_not_in_month {
    background: #edeaea;
    color: #b4b3b3;
    cursor: default;
}

.Zebra_DatePicker td.dp_selected {
    background: #222;
    color: #FFF !important;
}

.Zebra_DatePicker td.dp_current {
    background: #888888;
    color: #fff;
}

.Zebra_DatePicker td.dp_disabled_current {
    background: #edeaea;
    color: #b4b3b3;
}

.Zebra_DatePicker td.dp_disabled, .Zebra_DatePicker td.dp_weekend_disabled {
    background: #edeaea;
    color: #b4b3b3;
    cursor: default;
}

.Zebra_DatePicker td.dp_hover {
    background: #222;
    color: #FFF;
}

.js .cam-event-dates {
    display: none;
}

.dp_highlighted a {
    display: block;
    position: relative;
}

.cam-event-indicator {
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -4px;
    left: -2px;
    display: block;
    background: #f3f3f3;
}

.cam-nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

    .cam-nav > li > a {
        display: block;
    }

        .cam-nav > li > a:hover {
            text-decoration: none;
            background-color: #eeeeee;
        }

        .cam-nav > li > a:visited {
            border: 0;
        }

.cam-nav-tabs {
    padding-left: 20px;
    border-bottom: 2px solid #0088cc;
}

.cam-nav-tabs, .cam-nav-pills {
    margin-bottom: 0;
}

.lt-ie8 .cam-nav-tabs, .lt-ie8 .cam-nav-pills {
    zoom: 1;
}

.cam-nav-tabs:before, .cam-nav-pills:before, .cam-nav-tabs:after, .cam-nav-pills:after {
    display: table;
    content: "";
    line-height: 0;
}

.cam-nav-tabs:after, .cam-nav-pills:after {
    clear: both;
}

.cam-nav-tabs > li, .cam-nav-pills > li {
    float: left;
    margin: 0;
    word-wrap: break-word;
    padding-bottom: 0;
}

.lt-ie8 .cam-nav-tabs > li, .lt-ie8 .cam-nav-pills > li {
    white-space: nowrap;
}

.cam-nav-tabs > li > a, .cam-nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 20px;
}

.lt-ie8 .cam-nav-pills > li a {
    padding-bottom: 15px;
}

.cam-nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
}

    .cam-nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd;
    }

.cam-nav-tabs > .active > a, .cam-nav-tabs > .active > a:hover {
    cursor: default;
    color: #ffffff;
    background-color: #0088cc;
}

.cam-nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.cam-nav-pills > .active > a, .cam-nav-pills > .active > a:hover {
    color: #ffffff;
    background-color: #0088cc;
}

.tab-content {
    overflow: auto;
}

    .tab-content > .tab-pane, .pill-content > .pill-pane {
        display: none;
    }

    .tab-content > .active, .pill-content > .active {
        display: block;
    }

.cam-notifications-panel {
    border-bottom: 4px solid red;
    margin-bottom: 20px;
    position: relative;
    -moz-box-shadow: 0 2px 1px 0 #eee;
    -webkit-box-shadow: 0 2px 1px 0 #eee;
    box-shadow: 0 2px 1px 0 #eee;
}

    .cam-notifications-panel p {
        padding-top: 5px;
    }

.cam-close-panel {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 4px;
    right: 4px;
    background: url(/img/btn-close-panel.png) 0 0 no-repeat;
}

.cam-notifications-icon {
    float: right;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 5px 5px 5px 30px;
    margin-bottom: 0;
}

.cam-success-icon {
    background-image: url(/img/icon-success.png);
}

.cam-warning-icon {
    background-image: url(/img/icon-warning.png);
    padding-left: 35px;
}

.cam-alert-icon {
    background-image: url(/img/icon-alert.png);
}

.cam-information-icon {
    background-image: url(/img/icon-information.png);
}

#tooltip {
    text-align: center;
    color: #f7fcff;
    background: #4f4f4f;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border: 1px solid #e4e4e4;
    -moz-box-shadow: 0 2px 1px 0 #eee;
    -webkit-box-shadow: 0 2px 1px 0 #eee;
    box-shadow: 0 2px 1px 0 #eee;
}

    #tooltip:after {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #4f4f4f;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid #f7fcff;
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

.cam-partnership-branding {
    border-top: 4px solid #eee;
}

.cam-logo-container {
    border-bottom: dotted 2px #e4e4e4;
    position: relative;
}

    .cam-logo-container:last-child {
        border: 0;
    }

.cam-logo-list li {
    margin-top: 25px;
    margin-right: 40px;
}

.cam-branding-title {
    position: absolute;
    top: 1px;
    right: 0;
}

.cam-section-list-heading {
    display: block;
    border-right: 1px solid #e4e4e4;
    margin-bottom: 0;
}

.cam-section-list-children {
    border-right: 1px solid #e4e4e4;
    margin-bottom: 0;
}

.cam-section-list {
    margin-bottom: 0;
}

    .cam-section-list li {
        padding: 5px 0;
    }

.cam-section-list-children li {
    border-bottom: 1px solid #e4e4e4;
    font-weight: bold;
}

    .cam-section-list-children li li, .cam-section-list-children li:last-child {
        border: 0;
        font-weight: normal;
    }

.lt-ie9 .cam-section-list-children li.cam-last {
    border: 0;
}

.lt-ie9 .cam-section-list-children li li {
    font-weight: normal;
}

.cam-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .cam-video-container iframe, .cam-video-container object, .cam-video-container embed, .cam-video-container-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

body.section-museums-and-collections {
    background: #e9f4f6;
}

    body.section-museums-and-collections .cam-page-header {
        background: none;
    }

    body.section-museums-and-collections .cam-content {
        background: none;
    }

        body.section-museums-and-collections .cam-content .cam-wrap {
            background: #FFF;
        }

    body.section-museums-and-collections .cam-carousel-content p, body.section-museums-and-collections .cam-page-title {
        color: #214e74;
    }

    body.section-museums-and-collections .cam-breadcrumb a, body.section-museums-and-collections .cam-breadcrumb span {
        color: #214e74;
    }

    body.section-museums-and-collections .cam-local-footer {
        background: #214e74;
    }

    body.section-museums-and-collections #page {
        background: url(/img/bg-museums-and-collections.jpg) no-repeat center 0;
    }

    body.section-museums-and-collections .cam-breadcrumb li {
        background: url(/img/bg-breadcrumb-link-museums.png) 5px 50% no-repeat;
    }

        body.section-museums-and-collections .cam-breadcrumb li:first-child, .cam-breadcrumb li.first-child {
            background: none;
            padding: 0;
        }

    body.section-museums-and-collections .cam-breadcrumb .cam-home {
        background: url(/img/icon-breadcrumb-home-museums.png) 0 0 no-repeat;
    }

.field-name-body .field-slideshow-wrapper img {
    margin: 0;
}

.field-slideshow-wrapper {
    margin: 10px 20px 10px 0;
}

.leaflet-popup-content p {
    margin: 1px 0 1px 0;
}

    .leaflet-popup-content p + br {
        display: none;
    }

.global-cambridge-no-carousel .cam-recessed-content, .global-cambridge-no-carousel .cam-recessed-secondary-content {
    padding-top: 0;
    margin-top: 0;
}

#block-aggregator-category-2 ul {
    list-style: none;
}

@media only screen and (min-width:1200px) {
    .cam-wrap {
        width: 1177px;
    }
}

@media only screen and (max-width:1199px) {
    .cam-wrap {
        width: 100%;
    }

    .cam-homepage-quicklinks {
        position: static;
    }
}

@media only screen and (max-width:1280px) {
    .cam-main-logo {
        padding: 15px 10px;
    }

    img.cam-float-right {
        float: none;
        margin: 10px 0 20px 0;
    }

    img.cam-float-left {
        float: none;
        margin: 10px 0 20px 0;
    }

    .cam-desktop-list-layout li {
        padding: 0 11px 0 1px;
    }
}

@media (min-width:768px) and (max-width:1280px) {
}

.lt-ie8 .cam-global-navigation li a {
    padding: 25px 10px;
}

.lt-ie9 .cam-global-navigation li a {
    padding: 25px 10px;
}

@media (max-width:1023px) {
    .cam-global-navigation {
        width: 280px;
    }

    .cam-homepage-header .cam-global-navigation {
        width: 380px;
    }

    .cam-global-navigation li {
        width: 33%;
    }

    .cam-homepage-header .cam-global-navigation li {
        width: 25%;
    }

    .cam-global-navigation li a {
        padding: 25px 10px;
    }

    .cam-header-container {
        width: auto;
        float: left;
    }
}

@media (min-width:1081px) and (max-width:1280px) {
    .cam-column3 .Zebra_DatePicker table {
        font-size: 10px;
    }

    .cam-column3 .Zebra_DatePicker .dp_daypicker td {
        padding: 0 2px 5px 2px;
    }

    .cam-column3 .cam-event-indicator {
        bottom: 0;
        left: 0;
    }
}

@media (min-width:1024px) and (max-width:1080px) {
    .cam-site-search .cam-search-input input {
        width: 50%;
    }

    .cam-column3 .Zebra_DatePicker table {
        font-size: 9px;
    }

    .cam-column3 .Zebra_DatePicker .dp_daypicker td {
        padding: 0 1px 2px 1px;
    }

    .cam-column3 .cam-event-indicator {
        bottom: 1px;
        left: 1px;
    }
}

@media only screen and (max-width:1150px) {
    .cam-site-search {
        padding-right: 15px;
    }

    .cam-pagination a, .cam-elipsis {
        padding: 8px 15px;
        line-height: 20px;
    }

    .cam-pagination .cam-pagination-btn {
        width: 11px;
        height: 22px;
    }

        .cam-pagination .cam-pagination-btn:focus, .cam-pagination .pagination-btn:hover {
            background: #454545;
        }

    .cam-pagination .cam-previous-li {
        left: 0;
        top: 50%;
        margin-top: -10px;
    }

    .cam-pagination .cam-next-li {
        right: 0;
        top: 50%;
        margin-top: -10px;
    }

    .cam-column3 .Zebra_DatePicker table {
        font-size: 9px;
    }

    .cam-column3 .Zebra_DatePicker .dp_daypicker td {
        padding: 0 1px 2px 1px;
    }

    .cam-column3 .cam-event-indicator {
        bottom: 1px;
        left: 1px;
    }

    .cam-global-navigation li a {
        padding: 25px 10px;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .cam-column3 .Zebra_DatePicker table {
        font-size: 8px;
    }

    .cam-site-search .cam-search-input input {
        width: 50%;
    }
}

@media (max-width:767px) {
    .cam-page-header h1, .cam-carousel-content p, .cam-page-title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 0;
    }

    .cam-page-sub-title h2, .cam-sub-title {
        font-size: 26px;
        line-height: 32px;
        color: #fff;
        margin-bottom: 0;
    }

    .cam-homepage-content h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 0;
    }

    h1, .cam-light-heading {
        font-size: 26px;
        line-height: 32px;
    }

    h2, .cam-slide-caption-txt, legend, .cam-highlight-day {
        font-size: 24px;
        line-height: 30px;
    }

    h3 {
        font-size: 22px;
        line-height: 28px;
    }

    h4, .cam-branding-title, .cam-sub-section-page .cam-page-header h1, .cam-sub-section-page .cam-page-title {
        font-size: 20px;
        line-height: 26px;
    }

    h5, .cam-vertical-breadcrumb, .cam-enlarged-text, .cam-teaser-title, .cam-primary-cta, .btn, .cam-local-footer h3, .cam-global-footer h3, .cam-desktop-list-layout, .cam-local-navigation {
        font-size: 18px;
        line-height: 24px;
    }

    h6, .cam-simple-heading, .cam-listing-title, .cam-news-listing .cam-datestamp, .cam-current-date {
        font-size: 17px;
        line-height: 23px;
    }

    .cam-nav-tabs, .cam-nav-pills {
        font-size: 17px;
        line-height: 20px;
    }

        .cam-nav-tabs > li > a, .cam-nav-pills > li > a {
            line-height: 20px;
        }

    body, label, input, button, select, textarea, .cam-global-navigation, h4, h5, h6, .cam-topic {
        font-size: 16px;
        line-height: 22px;
    }

    .cam-pagination, .highlight, .cam-highlight-alert, .cam-datestamp, .cam-search-term, .cam-topic {
        font-size: 15px;
        line-height: 20px;
    }

    p, li {
        margin: 0 0 15px 0;
    }

    ul, ol {
        padding: 0;
        margin: 15px 0 9px 15px;
    }

    img.cam-float-right {
        margin: 10px 0 10px 0;
    }

    img.cam-float-left {
        margin: 10px 0 10px 0;
    }

    textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .cam-uneditable-input, .cam-input-block-level {
        /*height: 22px;*/
    }

    .cam-input-block-level {
        min-height: 32px;
    }

    select, input[type="file"] {
        height: 32px;
        line-height: 32px;
    }

    [class*="cam-column"], .cam-column {
        float: none;
        display: block;
        width: auto;
        margin-left: 0;
    }

    .cam-wrap {
        width: 100%;
    }

    .cam-search-container {
        padding: 20px;
    }

    .cam-no-left-padding {
        padding: 0 20px 20px 20px;
    }

    .cam-recessed-secondary-content {
        margin-top: 0;
    }

    .cam-spacing-column, .cam-sub-section-title {
        display: none;
    }

    .cam-homepage-logo-header {
        display: none;
    }

    .cam-footer-navigation {
        background: none;
    }

        .cam-footer-navigation ul {
            display: block;
        }

            .cam-footer-navigation ul.cam-page-children, .cam-footer-navigation ul.cam-global-footer-links {
                display: block;
            }

    .cam-horizontal-teaser-img {
        padding: 0 0 20px 0;
    }

    .cam-horizontal-teaser-txt {
        padding: 0 0 0 0;
    }

    .cam-navigation-open .cam-row {
        margin-left: 260px;
    }

    .cam-site-search {
        float: right;
    }

    .js .cam-search-drawer, .cam-close-menu {
        display: none;
    }

    .js .cam-search-open {
        display: block;
    }

    .cam-site-search .container-inline {
        display: none;
    }

    .cam-icon-search-btn {
        display: block;
    }

    .cam-main-logo {
        padding: 15px 0;
        margin-left: -89px;
        position: absolute;
        left: 50%;
    }

    .cam-homepage-header .cam-main-logo {
        display: block;
    }

    .cam-home-link-container {
        display: block;
    }

        .cam-home-link-container a {
            display: block;
            padding: 21px 15px;
            border-right: 1px solid #2f2f2f;
            font-weight: bold;
        }

    .cam-global-navigation-container li a, .cam-global-navigation-header-container li a {
        background: none;
    }

    .cam-home-link-container a, .cam-quicklinks-list li a, .cam-global-navigation-outer {
        background: url(/img/bg-mobile-nav-border.png) repeat-x bottom left;
    }

    .cam-global-navigation-outer {
        padding-bottom: 2px;
    }

    .cam-home-link-container a:focus, .cam-global-navigation-mobile-list a:focus, .js .cam-quicklinks-list a:focus, .cam-home-link-container a:hover, .cam-global-navigation-mobile-list a:hover, .js .cam-quicklinks-list a:hover {
        text-decoration: none;
    }

    .cam-home-link-container, .cam-global-navigation-mobile-list, .cam-quicklinks-list li {
        margin: 0;
        background: #323232;
        background-image: linear-gradient(bottom,rgb(50,50,50) 17%,rgb(59,59,59) 59%);
        background-image: -o-linear-gradient(bottom,rgb(50,50,50) 17%,rgb(59,59,59) 59%);
        background-image: -moz-linear-gradient(bottom,rgb(50,50,50) 17%,rgb(59,59,59) 59%);
        background-image: -webkit-linear-gradient(bottom,rgb(50,50,50) 17%,rgb(59,59,59) 59%);
        background-image: -ms-linear-gradient(bottom,rgb(50,50,50) 17%,rgb(59,59,59) 59%);
        background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.17,rgb(50,50,50)),color-stop(0.59,rgb(59,59,59)));
    }

        .cam-home-link-container:hover, .cam-quicklinks-list li:hover, .cam-home-link-container:focus, .cam-quicklinks-list li:focus {
            background: #2a2a2a;
            background-image: linear-gradient(bottom,rgb(36,36,36) 20%,rgb(42,42,42) 80%);
            background-image: -o-linear-gradient(bottom,rgb(36,36,36) 20%,rgb(42,42,42) 80%);
            background-image: -moz-linear-gradient(bottom,rgb(36,36,36) 20%,rgb(42,42,42) 80%);
            background-image: -webkit-linear-gradient(bottom,rgb(36,36,36) 20%,rgb(42,42,42) 80%);
            background-image: -ms-linear-gradient(bottom,rgb(36,36,36) 20%,rgb(42,42,42) 80%);
            background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.2,rgb(36,36,36)),color-stop(0.8,rgb(42,42,42)));
        }

    .cam-global-navigation-header-container {
        padding: 0 20px 0;
        margin: 0;
    }

    .cam-global-navigation-container {
        padding: 0 20px 20px;
        margin: 0;
        border-right: 0;
    }

        .cam-global-navigation-header-container li, .cam-global-navigation-container li {
            padding: 0;
            border-bottom: 2px solid #212121;
            margin: 0;
        }

    .cam-global-navigation-header-container li {
        padding: 0;
    }

    .cam-global-navigation-container li {
        padding: 0;
        margin: 0;
    }

    .cam-global-navigation-container {
        padding: 0;
    }

        .cam-global-navigation-container.last li {
            padding: 0;
        }

    .cam-global-navigation-header-container li a {
        position: relative;
        left: -20px;
        font-weight: bold;
        padding: 15px;
        display: block;
        margin-right: -40px;
    }

    .js .cam-quicklinks-list a, .js .cam-quicklinks-list a:link, .js .cam-quicklinks-list a:visited {
        padding: 15px 15px 20px;
    }

    .cam-global-navigation-container li a {
        display: block;
        padding: 10px 20px;
    }

        .cam-global-navigation-header-container li a:focus, .cam-global-navigation-header-container li a:hover, .cam-global-navigation-container li a:focus, .cam-global-navigation-container li a:hover {
            background: #292929;
            background-image: linear-gradient(bottom,rgb(40,40,40) 20%,rgb(41,41,41) 80%);
            background-image: -o-linear-gradient(bottom,rgb(40,40,40) 20%,rgb(41,41,41) 80%);
            background-image: -moz-linear-gradient(bottom,rgb(40,40,40) 20%,rgb(41,41,41) 80%);
            background-image: -webkit-linear-gradient(bottom,rgb(40,40,40) 20%,rgb(41,41,41) 80%);
            background-image: -ms-linear-gradient(bottom,rgb(40,40,40) 20%,rgb(41,41,41) 80%);
            background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.2,rgb(40,40,40)),color-stop(0.8,rgb(41,41,41)));
        }

    .cam-global-navigation-container {
        font-weight: normal;
    }

    .cam-quicklinks-list {
        padding: 3px 0 0 0;
        background: url(/img/bg-mobile-nav-border.png) repeat-x top left;
        font-weight: bold;
        position: relative;
        top: -2px;
    }

        .cam-quicklinks-list li {
            padding: 0;
            border-bottom: 0;
        }

            .cam-quicklinks-list li a {
                padding: 10px 10px 10px 0;
            }

    .js .cam-quicklinks-list a, .js .cam-quicklinks-list a:link, .js .cam-quicklinks-list a:visited {
        background-position: bottom left;
    }

    .cam-global-navigation-container p, .cam-global-navigation-tertiary, .cam-global-navigation, .js .cam-quicklinks, .cam-tertiary-navigation {
        display: none;
    }

    .js .cam-quicklinks-list, .js .cam-open-menu, .js .cam-global-navigation-drawer, .js .cam-global-navigation-outer {
        display: block;
    }

    .cam-global-navigation-drawer {
        width: 260px;
        position: absolute;
        left: -260px;
        top: -1px;
    }

    .js .cam-local-navigation li.cam-back-link, .js .cam-local-navigation li.cam-back-link a {
        display: block;
        font-size: inherit;
        height: auto;
        visibility: visible;
        position: static;
    }

    .js .cam-local-navigation-container a {
        padding: 15px 30px 15px 25px;
    }

    .js .cam-local-navigation-container li.cam-sub > a {
        background-image: none;
        padding: 15px 30px 15px 25px;
    }

    .js .cam-menu-btn {
        margin: 0;
        display: block;
    }

    .cam-menu-indicator {
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        left: 10px;
        display: block;
        margin-top: -10px;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .cam-fwd-btn {
        right: 10px;
        left: auto;
        background-image: url(/img/icon-fwd-btn.png);
    }

    .cam-back-btn {
        left: 25px;
        background-image: url(/img/icon-back-btn.png);
    }

    .js .cam-menu-btn span {
        padding: 15px 0 15px 25px;
        display: block;
    }

    .js .cam-menu-btn a {
        padding: 0;
        position: relative;
    }

    .js .cam-menu-btn .cam-menu-btn-arrow {
        width: 53px;
        height: 53px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .js .cam-local-navigation .cam-local-navigation-container {
        position: absolute;
        left: -9999px;
    }

    .js .cam-local-navigation ul {
        margin: 0;
        width: 480px;
        position: absolute;
    }

    .js .cam-local-navigation li {
        float: none;
    }

        .js .cam-local-navigation li.cam-title {
            display: block;
        }

        .js .cam-local-navigation li.cam-title, .js .cam-local-navigation li.cam-current-page > a {
            font-weight: bold;
        }

            .js .cam-local-navigation li.cam-title a {
                cursor: default;
            }

        .js .cam-local-navigation li.cam-current-page > a {
            background-image: url(/img/icon-fwd-btn.png);
            background-position: 25px 50%;
            background-repeat: no-repeat;
            padding-left: 40px;
        }

    .js .cam-local-navigation ul li ul {
        left: 480px;
        top: 0;
        padding-top: 0;
    }

    .js .cam-local-navigation ul li.cam-current > ul, .js .cam-local-navigation ul li.cam-current ul li.cam-current > ul, .js .cam-local-navigation ul li.cam-current ul li.cam-current ul li.cam-current > ul, .js .cam-local-navigation ul li.cam-current ul li.cam-current ul li.cam-current ul li.cam-current > ul, .js .cam-local-navigation ul li.cam-current ul li.cam-current ul li.cam-current ul li.cam-current ul li.cam-current > ul, .js .cam-local-navigation ul li.cam-current ul li.cam-current ul li.cam-current ul li.cam-current ul li.cam-current ul li.cam-current > ul {
        display: block;
    }

    .js .cam-local-navigation ul li ul, .js .cam-local-navigation ul li.cam-current ul li ul, .js .cam-local-navigation ul li.cam-current ul li.cam-current ul li ul, .js .cam-local-navigation ul li.cam-current ul li.cam-current ul li.cam-current ul li ul, .js .cam-local-navigation ul li.cam-current ul li.cam-current ul li.cam-current ul li.cam-current ul li ul, .js .cam-local-navigation ul li.cam-current ul li.cam-current ul li.cam-current ul li.cam-current ul li.cam-current ul li ul {
        display: none;
    }

    .js .cam-local-navigation li a {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    .js .cam-local-navigation-container li.cam-back-link a {
        position: relative;
        padding: 15px 30px 15px 50px;
    }

    .cam-co-branding-logo {
        float: none;
    }

    .cam-open-menu {
        margin: 15px;
    }

    .cam-breadcrumb {
        display: none;
    }

    .cam-mobile-parent {
        display: block;
    }

    .cam-section-page .cam-mobile-parent, .cam-sub-section-page .cam-mobile-parent {
        display: none;
    }

    .cam-listing-txt {
        padding: 20px 0 0;
    }

    .cam-listing-img {
        padding: 0 0 10px;
    }

    .cam-event-details-dl dt, .cam-event-details-dl dd, .cam-event-details-dl {
        float: none;
    }

    .cam-event-details, .cam-column6 .cam-event-details {
        background-image: none;
    }

    .cam-current-date {
        padding: 7px 0 8px 0;
    }

    .cam-slide-caption {
        opacity: 1;
        position: static;
    }

    .cam-carousel {
        overflow: hidden;
        background: #000;
    }

    .cam-carousel-controls {
        position: absolute;
        top: 0;
        bottom: auto;
        left: 0;
        right: auto;
        width: 100%;
    }

        .cam-carousel-controls li {
            margin: 0;
            width: 50px;
            float: none;
            height: auto;
            position: absolute;
            top: 0;
        }

    .cam-slide-caption {
        background: #000;
    }

    .cam-carousel-control-btn {
        overflow: auto;
        width: auto;
        opacity: 0.8;
    }

    .cam-carousel-content {
        text-align: left;
    }

    .cam-next-li {
        right: 0;
        left: auto;
    }

    .cam-event-cta-container {
        padding: 30px 20px 0 20px;
    }

    .cam-events-cta {
        float: none;
    }

        .cam-events-cta li {
            margin-left: 0;
            float: none;
            margin-bottom: 30px;
        }

    .cam-table th, .cam-table td {
        line-height: 24px;
    }

    .cam-vertical-stacking-table table, .cam-vertical-stacking-table thead, .cam-vertical-stacking-table tbody, .cam-vertical-stacking-table th, .cam-vertical-stacking-table td, .cam-vertical-stacking-table tr {
        display: block;
    }

        .cam-vertical-stacking-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .cam-vertical-stacking-table tr {
        border: 1px solid #ccc;
    }

    .cam-vertical-stacking-table td {
        border: none;
        border-bottom: 1px solid #e4e4e4;
    }

        .cam-vertical-stacking-table td:before {
            white-space: wrap;
        }

    .cam-table-heading {
        display: block;
    }

    .cam-nav-tabs {
        padding-left: 0;
    }

    .cam-column3 .Zebra_DatePicker table {
        font-size: 16px;
    }

    .cam-column3 .Zebra_DatePicker .dp_daypicker td {
        padding: 0 3px 9px 6px;
    }

    .cam-overlay {
        right: auto;
        left: 0;
    }

    .cam-mobile-list-layout {
        display: block;
    }

    .cam-desktop-list-layout {
        display: none;
    }

    .cam-notifications-container {
        padding: 10px 20px;
    }

    .cam-notifications-icon {
        float: none;
    }

    .cam-close-panel {
        top: 10px;
        right: 20px;
    }

    .cam-section-list li li {
        padding: 0 0 10px;
    }

        .cam-section-list li li li {
            padding: 5px 0 5px;
        }
}

@media (max-width:480px) {
}

.cam-page-header, .cam-local-footer {
    background: #214e74;
}

    .cam-local-footer h3 a {
        color: #91b9a4;
    }

.cam-page-sub-title, .cam-banner-content {
    background: #1e7680;
}

.cam-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM3P3/7r87LxYgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAIeHT431w+WIAAAAAElFTkSuQmCC);
    min-height: 100%;
}

.cam-carousel-control-btn {
    background: #214e74;
}

    .cam-carousel-control-btn:hover {
        background: #0c5963;
    }

.cam-homepage-carousel .cam-slide {
    background: #214e74;
    color: #fff;
}

.cam-partnership-branding {
    border-color: #214e74;
}

.cam-highlight-date {
    background: #214e74;
}

.cam-focus-teaser {
    background: #214e74;
}

.cam-focus-link {
    background-color: #0c5963;
}

.cam-main-content h1, .cam-main-content h2 {
    color: #214e74;
}

table, .cam-table-bordered {
    border-bottom: 2px solid #214e74;
}

th {
    background: #214e74;
    color: #fff;
}

    th.cam-alt {
        background: #fff;
        color: #214e74;
    }

.cam-table-striped tbody tr:nth-child(odd) td, .cam-table-striped tbody tr:nth-child(odd) th {
    background-color: #d2f3e1;
}

.cam-table-bordered th {
    border-left: 1px solid #d2f3e1;
}

.cam-local-navigation {
    background: #0c5963;
    border-bottom: 1px solid #214e74;
    border-top: 1px solid #214e74;
}

    .cam-local-navigation a {
        background: #0c5963;
        border-right: 1px solid #214e74;
        border-bottom: 1px solid #214e74;
        border-top: 1px solid #214e74;
    }

        .cam-local-navigation a:focus, .cam-local-navigation a:hover, .cam-local-navigation a:active {
            background-color: #1e7680;
        }

        .cam-local-navigation a.cam-selected {
            background: #214e74;
        }

        .cam-local-navigation a.active-trail {
            background: #214e74;
        }

    .cam-local-navigation li.cam-hover a {
        background-color: #003a41;
        border-bottom: 0;
    }

    .cam-local-navigation li.cam-sub li a {
        background-color: #003a41;
        border-right: 0;
    }

    .cam-local-navigation li.cam-sub li li a {
        border-bottom: 1px solid #0c5963;
    }

    .cam-local-navigation li.cam-sub li:last-child a {
        border-bottom: 0;
    }

.js .cam-local-navigation li.cam-sub > a:focus, .js .cam-local-navigation li.cam-sub > a:hover, .js .cam-local-navigation li.cam-sub > a:active {
    background-color: #0c5963;
}

.js .cam-local-navigation li.cam-sub a:focus, .js .cam-local-navigation li.cam-sub a:hover {
    background-color: #003a41;
}

.js .cam-local-navigation li.cam-sub li a:focus, .js .cam-local-navigation li.cam-sub li a:hover {
    background-color: #0c5963;
}

.cam-theme-1 .cam-page-header, .cam-theme-1 .cam-local-footer {
    background: #003e74;
}

    .cam-theme-1 .cam-local-footer h3 a {
        color: #68ace5;
    }

.cam-theme-1 .cam-page-sub-title, .cam-theme-1 .cam-banner-content {
    background: #005dab;
}

.cam-theme-1 .cam-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM3X/34ry7GwYgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAHbOT3++G7jxAAAAAElFTkSuQmCC);
    min-height: 100%;
}

.cam-theme-1 .cam-carousel-control-btn {
    background: #0072cf;
}

    .cam-theme-1 .cam-carousel-control-btn:hover {
        background: #004e8f;
    }

.cam-theme-1 .cam-homepage-carousel .cam-slide {
    background: #0072cf;
    color: #fff;
}

.cam-theme-1 .cam-partnership-branding {
    border-color: #0072cf;
}

.cam-theme-1 .cam-highlight-date {
    background: #0072cf;
}

.cam-theme-1 .cam-focus-teaser {
    background: #003e74;
}

.cam-theme-1 .cam-focus-link {
    background-color: #004e8f;
}

.cam-theme-1 .cam-main-content h1, .cam-theme-1 .cam-main-content h2 {
    color: #003e74;
}

.cam-theme-1 table, .cam-theme-1 .cam-table-bordered {
    border-bottom: 2px solid #0072cf;
}

.cam-theme-1 th {
    background: #0072cf;
    color: #fff;
}

    .cam-theme-1 th.cam-alt {
        background: #fff;
        color: #0072cf;
    }

.cam-theme-1 .cam-table-striped tbody tr:nth-child(odd) td, .cam-theme-1 .cam-table-striped tbody tr:nth-child(odd) th {
    background-color: #d2e4f3;
}

.cam-theme-1 .cam-table-bordered th {
    border-left: 1px solid #d2e4f3;
}

.cam-theme-1 .cam-local-navigation {
    background: #004e8f;
    border-bottom: 1px solid #003e74;
    border-top: 1px solid #003e74;
}

    .cam-theme-1 .cam-local-navigation a {
        background: #004e8f;
        border-right: 1px solid #003e74;
        border-bottom: 1px solid #003e74;
        border-top: 1px solid #003e74;
    }

        .cam-theme-1 .cam-local-navigation a:focus, .cam-theme-1 .cam-local-navigation a:hover, .cam-theme-1 .cam-local-navigation a:active {
            background-color: #005dab;
        }

        .cam-theme-1 .cam-local-navigation a.cam-selected {
            background: #0072cf;
        }

    .cam-theme-1 .cam-local-navigation li.cam-hover a {
        background-color: #002e55;
    }

    .cam-theme-1 .cam-local-navigation li.cam-sub li a {
        background-color: #002e55;
        border-right: 0;
    }

    .cam-theme-1 .cam-local-navigation li.cam-sub li li a {
        border-bottom: 1px solid #004e8f;
    }

    .cam-theme-1 .cam-local-navigation li.cam-sub li:last-child a {
        border-bottom: 0;
    }

.js .cam-theme-1 .cam-local-navigation li.cam-sub > a:focus, .js .cam-theme-1 .cam-local-navigation li.cam-sub > a:hover, .js .cam-theme-1 .cam-local-navigation li.cam-sub > a:active {
    background-color: #004e8f;
}

.js .cam-theme-1 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-1 .cam-local-navigation li.cam-sub a:hover {
    background-color: #002e55;
}

.js .cam-theme-1 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-1 .cam-local-navigation li.cam-sub li a:hover {
    background-color: #004e8f;
}

.cam-theme-2 .cam-page-header, .cam-theme-2 .cam-local-footer {
    background: #214e74;
}

    .cam-theme-2 .cam-local-footer h3 a {
        color: #91b9a4;
    }

.cam-theme-2 .cam-page-sub-title, .cam-theme-2 .cam-banner-content {
    background: #1e7680;
}

.cam-theme-2 .cam-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM3P3/7r87LxYgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAIeHT431w+WIAAAAAElFTkSuQmCC);
    min-height: 100%;
}

.cam-theme-2 .cam-carousel-control-btn {
    background: #214e74;
}

    .cam-theme-2 .cam-carousel-control-btn:hover {
        background: #0c5963;
    }

.cam-theme-2 .cam-homepage-carousel .cam-slide {
    background: #214e74;
    color: #fff;
}

.cam-theme-2 .cam-partnership-branding {
    border-color: #214e74;
}

.cam-theme-2 .cam-highlight-date {
    background: #214e74;
}

.cam-theme-2 .cam-focus-teaser {
    background: #214e74;
}

.cam-theme-2 .cam-focus-link {
    background-color: #0c5963;
}

.cam-theme-2 .cam-main-content h1, .cam-theme-2 .cam-main-content h2 {
    color: #214e74;
}

.cam-theme-2 table, .cam-theme-2 .cam-table-bordered {
    border-bottom: 2px solid #214e74;
}

.cam-theme-2 th {
    background: #214e74;
    color: #fff;
}

    .cam-theme-2 th.cam-alt {
        background: #fff;
        color: #214e74;
    }

.cam-theme-2 .cam-table-striped tbody tr:nth-child(odd) td, .cam-theme-2 .cam-table-striped tbody tr:nth-child(odd) th {
    background-color: #d2f3e1;
}

.cam-theme-2 .cam-table-bordered th {
    border-left: 1px solid #d2f3e1;
}

.cam-theme-2 .cam-local-navigation {
    background: #0c5963;
    border-bottom: 1px solid #214e74;
    border-top: 1px solid #214e74;
}

    .cam-theme-2 .cam-local-navigation a {
        background: #0c5963;
        border-right: 1px solid #214e74;
        border-bottom: 1px solid #214e74;
        border-top: 1px solid #214e74;
    }

        .cam-theme-2 .cam-local-navigation a:focus, .cam-theme-2 .cam-local-navigation a:hover, .cam-theme-2 .cam-local-navigation a:active {
            background-color: #1e7680;
        }

        .cam-theme-2 .cam-local-navigation a.cam-selected {
            background: #214e74;
        }

    .cam-theme-2 .cam-local-navigation li.cam-hover a {
        background-color: #003a41;
    }

    .cam-theme-2 .cam-local-navigation li.cam-sub li a {
        background-color: #003a41;
        border-right: 0;
    }

    .cam-theme-2 .cam-local-navigation li.cam-sub li li a {
        border-bottom: 1px solid #0c5963;
    }

    .cam-theme-2 .cam-local-navigation li.cam-sub li:last-child a {
        border-bottom: 0;
    }

.js .cam-theme-2 .cam-local-navigation li.cam-sub > a:focus, .js .cam-theme-2 .cam-local-navigation li.cam-sub > a:hover, .js .cam-theme-2 .cam-local-navigation li.cam-sub > a:active {
    background-color: #0c5963;
}

.js .cam-theme-2 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-2 .cam-local-navigation li.cam-sub a:hover {
    background-color: #003a41;
}

.js .cam-theme-2 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-2 .cam-local-navigation li.cam-sub li a:hover {
    background-color: #0c5963;
}

.cam-theme-3 .cam-page-header, .cam-theme-3 .cam-local-footer {
    background: #422e5d;
}

    .cam-theme-3 .cam-local-footer h3 a {
        color: #af95a3;
    }

.cam-theme-3 .cam-page-sub-title, .cam-theme-3 .cam-banner-content {
    background: #782c7e;
}

.cam-theme-3 .cam-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQIW2NkQALv7r/7zwjjgzhCikKMYAEYB8RmROaABAAPAg+/3tdmjQAAAABJRU5ErkJggg==);
    min-height: 100%;
}

.cam-theme-3 .cam-carousel-control-btn {
    background: #8f2b8c;
}

    .cam-theme-3 .cam-carousel-control-btn:hover {
        background: #6a2068;
    }

.cam-theme-3 .cam-homepage-carousel .cam-slide {
    background: #8f2b8c;
    color: #fff;
}

.cam-theme-3 .cam-partnership-branding {
    border-color: #8f2b8c;
}

.cam-theme-3 .cam-highlight-date {
    background: #8f2b8c;
}

.cam-theme-3 .cam-focus-teaser {
    background: #422e5d;
}

.cam-theme-3 .cam-focus-link {
    background-color: #612d70;
}

.cam-theme-3 .cam-main-content h1, .cam-theme-3 .cam-main-content h2 {
    color: #422e5d;
}

.cam-theme-3 table, .cam-theme-3 .cam-table-bordered {
    border-bottom: 2px solid #8f2b8c;
}

.cam-theme-3 th {
    background: #8f2b8c;
    color: #fff;
}

    .cam-theme-3 th.cam-alt {
        background: #fff;
        color: #8f2b8c;
    }

.cam-theme-3 .cam-table-striped tbody tr:nth-child(odd) td, .cam-theme-3 .cam-table-striped tbody tr:nth-child(odd) th {
    background-color: #f4d3e5;
}

.cam-theme-3 .cam-table-bordered th {
    border-left: 1px solid #f4d3e5;
}

.cam-theme-3 .cam-local-navigation {
    background: #612d70;
    border-bottom: 1px solid #422E5D;
    border-top: 1px solid #422E5D;
}

    .cam-theme-3 .cam-local-navigation a {
        background: #612d70;
        border-right: 1px solid #422E5D;
        border-bottom: 1px solid #422E5D;
        border-top: 1px solid #422E5D;
    }

        .cam-theme-3 .cam-local-navigation a:focus, .cam-theme-3 .cam-local-navigation a:hover, .cam-theme-3 .cam-local-navigation a:active {
            background-color: #782c7e;
        }

        .cam-theme-3 .cam-local-navigation a.cam-selected {
            background: #8f2b8c;
        }

    .cam-theme-3 .cam-local-navigation li.cam-hover a {
        background-color: #35254a;
    }

    .cam-theme-3 .cam-local-navigation li.cam-sub li a {
        background-color: #35254a;
        border-right: 0;
    }

    .cam-theme-3 .cam-local-navigation li.cam-sub li li a {
        border-bottom: 1px solid #612d70;
    }

    .cam-theme-3 .cam-local-navigation li.cam-sub li:last-child a {
        border-bottom: 0;
    }

.js .cam-theme-3 .cam-local-navigation li.cam-sub > a:focus, .js .cam-theme-3 .cam-local-navigation li.cam-sub > a:hover, .js .cam-theme-3 .cam-local-navigation li.cam-sub > a:active {
    background-color: #612d70;
}

.js .cam-theme-3 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-3 .cam-local-navigation li.cam-sub a:hover {
    background-color: #35254a;
}

.js .cam-theme-3 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-3 .cam-local-navigation li.cam-sub li a:hover {
    background-color: #612d70;
}

.cam-theme-4 .cam-page-header, .cam-theme-4 .cam-local-footer {
    background: #304220;
}

    .cam-theme-4 .cam-local-footer h3 a {
        color: #aab300;
    }

.cam-theme-4 .cam-page-sub-title, .cam-theme-4 .cam-banner-content {
    background: #4b701c;
}

.cam-theme-4 .cam-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAPPPt39L8WnzIgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAGjMT3NzIr6SAAAAAElFTkSuQmCC);
    min-height: 100%;
}

.cam-theme-4 .cam-carousel-control-btn {
    background: #57831a;
}

    .cam-theme-4 .cam-carousel-control-btn:hover {
        background: #355918;
    }

.cam-theme-4 .cam-homepage-carousel .cam-slide {
    background: #57831a;
    color: #fff;
}

.cam-theme-4 .cam-partnership-branding {
    border-color: #57831a;
}

.cam-theme-4 .cam-highlight-date {
    background: #57831a;
}

.cam-theme-4 .cam-focus-teaser {
    background: #304220;
}

.cam-theme-4 .cam-focus-link {
    background-color: #355918;
}

.cam-theme-4 .cam-main-content h1, .cam-theme-4 .cam-main-content h2 {
    color: #304220;
}

.cam-theme-4 table, .cam-theme-4 .cam-table-bordered {
    border-bottom: 2px solid #57831a;
}

.cam-theme-4 th {
    background: #57831a;
    color: #fff;
}

    .cam-theme-4 th.cam-alt {
        background: #fff;
        color: #57831a;
    }

.cam-theme-4 .cam-table-striped tbody tr:nth-child(odd) td, .cam-theme-4 .cam-table-striped tbody tr:nth-child(odd) th {
    background-color: #f4f6cd;
}

.cam-theme-4 .cam-table-bordered th {
    border-left: 1px solid #f4f6cd;
}

.cam-theme-4 .cam-local-navigation {
    background: #355918;
    border-bottom: 1px solid #304220;
    border-top: 1px solid #304220;
}

    .cam-theme-4 .cam-local-navigation a {
        background: #355918;
        border-right: 1px solid #304220;
        border-bottom: 1px solid #304220;
        border-top: 1px solid #304220;
    }

        .cam-theme-4 .cam-local-navigation a:focus, .cam-theme-4 .cam-local-navigation a:hover, .cam-theme-4 .cam-local-navigation a:active {
            background-color: #4b701c;
        }

        .cam-theme-4 .cam-local-navigation a.cam-selected {
            background: #57831a;
        }

    .cam-theme-4 .cam-local-navigation li.cam-hover a {
        background-color: #222f16;
    }

    .cam-theme-4 .cam-local-navigation li.cam-sub li a {
        background-color: #222f16;
        border-right: 0;
    }

    .cam-theme-4 .cam-local-navigation li.cam-sub li li a {
        border-bottom: 1px solid #355918;
    }

    .cam-theme-4 .cam-local-navigation li.cam-sub li:last-child a {
        border-bottom: 0;
    }

.js .cam-theme-4 .cam-local-navigation li.cam-sub > a:focus, .js .cam-theme-4 .cam-local-navigation li.cam-sub > a:hover, .js .cam-theme-4 .cam-local-navigation li.cam-sub > a:active {
    background-color: #355918;
}

.js .cam-theme-4 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-4 .cam-local-navigation li.cam-sub a:hover {
    background-color: #222f16;
}

.js .cam-theme-4 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-4 .cam-local-navigation li.cam-sub li a:hover {
    background-color: #355918;
}

.cam-theme-5 .cam-page-header, .cam-theme-5 .cam-local-footer {
    background: #c44101;
}

    .cam-theme-5 .cam-local-footer h3 a {
        color: #f3bd48;
    }

.cam-theme-5 .cam-page-sub-title, .cam-theme-5 .cam-banner-content {
    background: #d45812;
}

.cam-theme-5 .cam-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAN/Xt3/zyKmyIgsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAI8kT5P7ti8QAAAAAElFTkSuQmCC);
    min-height: 100%;
}

.cam-theme-5 .cam-carousel-control-btn {
    background: #df671d;
}

    .cam-theme-5 .cam-carousel-control-btn:hover {
        background: #ab3901;
    }

.cam-theme-5 .cam-homepage-carousel .cam-slide {
    background: #df671d;
    color: #fff;
}

.cam-theme-5 .cam-partnership-branding {
    border-color: #df671d;
}

.cam-theme-5 .cam-highlight-date {
    background: #df671d;
}

.cam-theme-5 .cam-focus-teaser {
    background: #c44101;
}

.cam-theme-5 .cam-focus-link {
    background-color: #ab3901;
}

.cam-theme-5 .cam-main-content h1, .cam-theme-5 .cam-main-content h2 {
    color: #c44101;
}

.cam-theme-5 table, .cam-theme-5 .cam-table-bordered {
    border-bottom: 2px solid #df671d;
}

.cam-theme-5 th {
    background: #df671d;
    color: #fff;
}

    .cam-theme-5 th.cam-alt {
        background: #fff;
        color: #df671d;
    }

.cam-theme-5 .cam-table-striped tbody tr:nth-child(odd) td, .cam-theme-5 .cam-table-striped tbody tr:nth-child(odd) th {
    background-color: #f5e7ca;
}

.cam-theme-5 .cam-table-bordered th {
    border-left: 1px solid #f5e7ca;
}

.cam-theme-5 .cam-local-navigation {
    background: #ab3901;
    border-bottom: 1px solid #c44101;
    border-top: 1px solid #c44101;
}

    .cam-theme-5 .cam-local-navigation a {
        background: #ab3901;
        border-right: 1px solid #c44101;
        border-bottom: 1px solid #c44101;
        border-top: 1px solid #c44101;
    }

        .cam-theme-5 .cam-local-navigation a:focus, .cam-theme-5 .cam-local-navigation a:hover, .cam-theme-5 .cam-local-navigation a:active {
            background-color: #d45812;
        }

        .cam-theme-5 .cam-local-navigation a.cam-selected {
            background: #df671d;
        }

    .cam-theme-5 .cam-local-navigation li.cam-hover a {
        background-color: #772801;
    }

    .cam-theme-5 .cam-local-navigation li.cam-sub li a {
        background-color: #772801;
        border-right: 0;
    }

    .cam-theme-5 .cam-local-navigation li.cam-sub li li a {
        border-bottom: 1px solid #ab3901;
    }

    .cam-theme-5 .cam-local-navigation li.cam-sub li:last-child a {
        border-bottom: 0;
    }

.js .cam-theme-5 .cam-local-navigation li.cam-sub > a:focus, .js .cam-theme-5 .cam-local-navigation li.cam-sub > a:hover, .js .cam-theme-5 .cam-local-navigation li.cam-sub > a:active {
    background-color: #ab3901;
}

.js .cam-theme-5 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-5 .cam-local-navigation li.cam-sub a:hover {
    background-color: #772801;
}

.js .cam-theme-5 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-5 .cam-local-navigation li.cam-sub li a:hover {
    background-color: #ab3901;
}

.cam-theme-6 .cam-page-header, .cam-theme-6 .cam-local-footer {
    background: #851735;
}

    .cam-theme-6 .cam-local-footer h3 a {
        color: #eb99a9;
    }

.cam-theme-6 .cam-page-sub-title, .cam-theme-6 .cam-banner-content {
    background: #be1741;
}

.cam-theme-6 .cam-tertiary-navigation {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAM0lEQVQYV2NkQAM/bz36z64mx4gsDBLDEMCmCCQGV4jLJJhGsEJCikBqGIlRBFY4nDwDAGjoT3MabQ+4AAAAAElFTkSuQmCC);
    min-height: 100%;
}

.cam-theme-6 .cam-carousel-control-btn {
    background: #d61746;
}

    .cam-theme-6 .cam-carousel-control-btn:hover {
        background: #a51137;
    }

.cam-theme-6 .cam-homepage-carousel .cam-slide {
    background: #d61746;
    color: #fff;
}

.cam-theme-6 .cam-partnership-branding {
    border-color: #d61746;
}

.cam-theme-6 .cam-highlight-date {
    background: #d61746;
}

.cam-theme-6 .cam-focus-teaser {
    background: #851735;
}

.cam-theme-6 .cam-focus-link {
    background-color: #a51137;
}

.cam-theme-6 .cam-main-content h1, .cam-theme-6 .cam-main-content h2 {
    color: #851735;
}

.cam-theme-6 table, .cam-theme-6 .cam-table-bordered {
    border-bottom: 2px solid #d61746;
}

.cam-theme-6 th {
    background: #d61746;
    color: #fff;
}

    .cam-theme-6 th.cam-alt {
        background: #fff;
        color: #d61746;
    }

.cam-theme-6 .cam-table-striped tbody tr:nth-child(odd) td, .cam-theme-6 .cam-table-striped tbody tr:nth-child(odd) th {
    background-color: #f8e1e5;
}

.cam-theme-6 .cam-table-bordered th {
    border-left: 1px solid #f8e1e5;
}

.cam-theme-6 .cam-local-navigation {
    background: #a51137;
    border-bottom: 1px solid #851735;
    border-top: 1px solid #851735;
}

    .cam-theme-6 .cam-local-navigation a {
        background: #a51137;
        border-right: 1px solid #851735;
        border-bottom: 1px solid #851735;
        border-top: 1px solid #851735;
    }

        .cam-theme-6 .cam-local-navigation a:focus, .cam-theme-6 .cam-local-navigation a:hover, .cam-theme-6 .cam-local-navigation a:active {
            background-color: #be1741;
        }

        .cam-theme-6 .cam-local-navigation a.cam-selected {
            background: #d61746;
        }

    .cam-theme-6 .cam-local-navigation li.cam-hover a {
        background-color: #6c112a;
    }

    .cam-theme-6 .cam-local-navigation li.cam-sub li a {
        background-color: #6c112a;
        border-right: 0;
    }

    .cam-theme-6 .cam-local-navigation li.cam-sub li li a {
        border-bottom: 1px solid #a51137;
    }

    .cam-theme-6 .cam-local-navigation li.cam-sub li:last-child a {
        border-bottom: 0;
    }

.js .cam-theme-6 .cam-local-navigation li.cam-sub > a:focus, .js .cam-theme-6 .cam-local-navigation li.cam-sub > a:hover, .js .cam-theme-6 .cam-local-navigation li.cam-sub > a:active {
    background-color: #a51137;
}

.js .cam-theme-6 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-6 .cam-local-navigation li.cam-sub a:hover {
    background-color: #6c112a;
}

.js .cam-theme-6 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-6 .cam-local-navigation li.cam-sub li a:hover {
    background-color: #a51137;
}

@media only screen and (max-width:767px) {
    .cam-local-navigation {
        border: 0;
    }

    .js .cam-closed .cam-menu-btn-arrow {
        background-image: url(/img/icon-close-btn.png);
    }

    .js .cam-open .cam-menu-btn-arrow {
        background-image: url(/img/icon-open-btn.png);
    }

    .js .cam-menu-btn a:focus, .js .cam-menu-btn a:hover {
        border: 0;
    }

    .cam-local-navigation ul {
        border-top: 0;
    }

    .js .cam-local-navigation a {
        background: #214e74;
        border-right: 0;
        border-top: 0;
    }

    .cam-local-navigation li a {
        border-bottom: 1px solid #0c5963;
    }

    .js .cam-local-navigation li li a, .js .cam-local-navigation li.cam-sub li.cam-sub a {
        background-color: #214e74;
    }

    .js .cam-local-navigation li.cam-title a, .js .cam-local-navigation li.cam-sub li.cam-title a, .js .cam-local-navigation li.cam-sub li.cam-sub li.cam-title a, .js .cam-local-navigation a:focus, .js .cam-local-navigation a:hover, .js .cam-local-navigation a:active {
        background-color: #0c5963;
    }

    .js .cam-local-navigation li.cam-sub a:focus, .js .cam-local-navigation li.cam-sub a:hover {
        background-color: #0c5963;
    }

    .js .cam-local-navigation li.cam-sub li a:focus, .js .cam-local-navigation li.cam-sub li a:hover {
        background-color: #0c5963;
    }

    .js .cam-menu-btn a {
        border: 0;
        background: #0c5963;
    }

    .cam-menu-btn-arrow {
        background: #003a41;
    }

    .js .cam-menu-btn-arrow a:focus, .js .cam-menu-btn-arrow a:hover {
        background-color: #003a41;
    }

    .cam-menu-indicator {
        background-color: #0c5963;
    }

    .js .cam-local-navigation-container li:first-child a {
        border-top: 1px solid #003a41;
    }

    .js .cam-local-navigation-container li.cam-back-link a, .js .cam-local-navigation-container li.cam-sub li.cam-back-link a, .js .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a, .js .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a {
        border-bottom: 1px solid #0c5963;
        background-color: #003a41;
    }

        .js .cam-local-navigation-container li.cam-back-link a:focus, .js .cam-local-navigation-container li.cam-back-link a:hover, .js .cam-local-navigation-container li.cam-sub li.cam-back-link a:focus, .js .cam-local-navigation-container li.cam-sub li.cam-back-link a:hover, .js .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:hover, .js .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:hover {
            background-color: #0c5963;
        }

    .js .cam-theme-1 .cam-local-navigation a {
        background: #003e74;
        border-right: 0;
        border-top: 0;
    }

    .cam-theme-1 .cam-local-navigation li a {
        border-bottom: 1px solid #004e8f;
    }

    .js .cam-theme-1 .cam-local-navigation li li a, .js .cam-theme-1 .cam-local-navigation li.cam-sub li.cam-sub a {
        background-color: #003e74;
    }

    .js .cam-theme-1 .cam-local-navigation li.cam-title a, .js .cam-theme-1 .cam-local-navigation li.cam-sub li.cam-title a, .js .cam-theme-1 .cam-local-navigation li.cam-sub li.cam-sub li.cam-title a, .js .cam-theme-1 .cam-local-navigation a:focus, .js .cam-theme-1 .cam-local-navigation a:hover, .js .cam-theme-1 .cam-local-navigation a:active {
        background-color: #004e8f;
    }

    .js .cam-theme-1 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-1 .cam-local-navigation li.cam-sub a:hover {
        background-color: #004e8f;
    }

    .js .cam-theme-1 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-1 .cam-local-navigation li.cam-sub li a:hover {
        background-color: #004e8f;
    }

    .js .cam-theme-1 .cam-menu-btn a {
        border: 0;
        background: #004e8f;
    }

    .cam-theme-1 .cam-menu-btn-arrow {
        background: #002e55;
    }

    .js .cam-theme-1 .cam-menu-btn-arrow a:focus, .js .cam-theme-1 .cam-menu-btn-arrow a:hover {
        background-color: #002e55;
    }

    .cam-theme-1 .cam-menu-indicator {
        background-color: #004e8f;
    }

    .js .cam-theme-1 .cam-local-navigation-container li:first-child a {
        border-top: 1px solid #002e55;
    }

    .js .cam-theme-1 .cam-local-navigation-container li.cam-back-link a, .js .cam-theme-1 .cam-local-navigation-container li.cam-sub li.cam-back-link a, .js .cam-theme-1 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a, .js .cam-theme-1 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a {
        border-bottom: 1px solid #004e8f;
        background-color: #002e55;
    }

        .js .cam-theme-1 .cam-local-navigation-container li.cam-back-link a:focus, .js .cam-theme-1 .cam-local-navigation-container li.cam-back-link a:hover, .js .cam-theme-1 .cam-local-navigation-container li.cam-sub li.cam-back-link a:focus, .js .cam-theme-1 .cam-local-navigation-container li.cam-sub li.cam-back-link a:hover, .js .cam-theme-1 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-1 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:hover, .js .cam-theme-1 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-1 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:hover {
            background-color: #004e8f;
        }

    .js .cam-theme-2 .cam-local-navigation a {
        background: #214e74;
        border-right: 0;
        border-top: 0;
    }

    .cam-theme-2 .cam-local-navigation li a {
        border-bottom: 1px solid #0c5963;
    }

    .js .cam-theme-2 .cam-local-navigation li li a, .js .cam-theme-2 .cam-local-navigation li.cam-sub li.cam-sub a {
        background-color: #214e74;
    }

    .js .cam-theme-2 .cam-local-navigation li.cam-title a, .js .cam-theme-2 .cam-local-navigation li.cam-sub li.cam-title a, .js .cam-theme-2 .cam-local-navigation li.cam-sub li.cam-sub li.cam-title a, .js .cam-theme-2 .cam-local-navigation a:focus, .js .cam-theme-2 .cam-local-navigation a:hover, .js .cam-theme-2 .cam-local-navigation a:active {
        background-color: #0c5963;
    }

    .js .cam-theme-2 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-2 .cam-local-navigation li.cam-sub a:hover {
        background-color: #0c5963;
    }

    .js .cam-theme-2 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-2 .cam-local-navigation li.cam-sub li a:hover {
        background-color: #0c5963;
    }

    .js .cam-theme-2 .cam-menu-btn a {
        border: 0;
        background: #0c5963;
    }

    .cam-theme-2 .cam-menu-btn-arrow {
        background: #003a41;
    }

    .js .cam-theme-2 .cam-menu-btn-arrow a:focus, .js .cam-theme-2 .cam-menu-btn-arrow a:hover {
        background-color: #003a41;
    }

    .cam-theme-2 .cam-menu-indicator {
        background-color: #0c5963;
    }

    .js .cam-theme-2 .cam-local-navigation-container li:first-child a {
        border-top: 1px solid #003a41;
    }

    .js .cam-theme-2 .cam-local-navigation-container li.cam-back-link a, .js .cam-theme-2 .cam-local-navigation-container li.cam-sub li.cam-back-link a, .js .cam-theme-2 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a, .js .cam-theme-2 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a {
        border-bottom: 1px solid #0c5963;
        background-color: #003a41;
    }

        .js .cam-theme-2 .cam-local-navigation-container li.cam-back-link a:focus, .js .cam-theme-2 .cam-local-navigation-container li.cam-back-link a:hover, .js .cam-theme-2 .cam-local-navigation-container li.cam-sub li.cam-back-link a:focus, .js .cam-theme-2 .cam-local-navigation-container li.cam-sub li.cam-back-link a:hover, .js .cam-theme-2 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-2 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:hover, .js .cam-theme-2 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-2 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:hover {
            background-color: #0c5963;
        }

    .js .cam-theme-3 .cam-local-navigation a {
        background: #422E5D;
        border-right: 0;
        border-top: 0;
    }

    .cam-theme-3 .cam-local-navigation li a {
        border-bottom: 1px solid #612d70;
    }

    .js .cam-theme-3 .cam-local-navigation li li a, .js .cam-theme-3 .cam-local-navigation li.cam-sub li.cam-sub a {
        background-color: #422E5D;
    }

    .js .cam-theme-3 .cam-local-navigation li.cam-title a, .js .cam-theme-3 .cam-local-navigation li.cam-sub li.cam-title a, .js .cam-theme-3 .cam-local-navigation li.cam-sub li.cam-sub li.cam-title a, .js .cam-theme-3 .cam-local-navigation a:focus, .js .cam-theme-3 .cam-local-navigation a:hover, .js .cam-theme-3 .cam-local-navigation a:active {
        background-color: #612d70;
    }

    .js .cam-theme-3 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-3 .cam-local-navigation li.cam-sub a:hover {
        background-color: #612d70;
    }

    .js .cam-theme-3 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-3 .cam-local-navigation li.cam-sub li a:hover {
        background-color: #612d70;
    }

    .js .cam-theme-3 .cam-menu-btn a {
        border: 0;
        background: #612d70;
    }

    .cam-theme-3 .cam-menu-btn-arrow {
        background: #35254a;
    }

    .js .cam-theme-3 .cam-menu-btn-arrow a:focus, .js .cam-theme-3 .cam-menu-btn-arrow a:hover {
        background-color: #35254a;
    }

    .cam-theme-3 .cam-menu-indicator {
        background-color: #612d70;
    }

    .js .cam-theme-3 .cam-local-navigation-container li:first-child a {
        border-top: 1px solid #35254a;
    }

    .js .cam-theme-3 .cam-local-navigation-container li.cam-back-link a, .js .cam-theme-3 .cam-local-navigation-container li.cam-sub li.cam-back-link a, .js .cam-theme-3 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a, .js .cam-theme-3 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a {
        border-bottom: 1px solid #612d70;
        background-color: #35254a;
    }

        .js .cam-theme-3 .cam-local-navigation-container li.cam-back-link a:focus, .js .cam-theme-3 .cam-local-navigation-container li.cam-back-link a:hover, .js .cam-theme-3 .cam-local-navigation-container li.cam-sub li.cam-back-link a:focus, .js .cam-theme-3 .cam-local-navigation-container li.cam-sub li.cam-back-link a:hover, .js .cam-theme-3 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-3 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:hover, .js .cam-theme-3 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-3 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:hover {
            background-color: #612d70;
        }

    .js .cam-theme-4 .cam-local-navigation a {
        background: #304220;
        border-right: 0;
        border-top: 0;
    }

    .cam-theme-4 .cam-local-navigation li a {
        border-bottom: 1px solid #355918;
    }

    .js .cam-theme-4 .cam-local-navigation li li a, .js .cam-theme-4 .cam-local-navigation li.cam-sub li.cam-sub a {
        background-color: #304220;
    }

    .js .cam-theme-4 .cam-local-navigation li.cam-title a, .js .cam-theme-4 .cam-local-navigation li.cam-sub li.cam-title a, .js .cam-theme-4 .cam-local-navigation li.cam-sub li.cam-sub li.cam-title a, .js .cam-theme-4 .cam-local-navigation a:focus, .js .cam-theme-4 .cam-local-navigation a:hover, .js .cam-theme-4 .cam-local-navigation a:active {
        background-color: #355918;
    }

    .js .cam-theme-4 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-4 .cam-local-navigation li.cam-sub a:hover {
        background-color: #355918;
    }

    .js .cam-theme-4 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-4 .cam-local-navigation li.cam-sub li a:hover {
        background-color: #355918;
    }

    .js .cam-theme-4 .cam-menu-btn a {
        border: 0;
        background: #355918;
    }

    .cam-theme-4 .cam-menu-btn-arrow {
        background: #222f16;
    }

    .js .cam-theme-4 .cam-menu-btn-arrow a:focus, .js .cam-theme-4 .cam-menu-btn-arrow a:hover {
        background-color: #222f16;
    }

    .cam-theme-4 .cam-menu-indicator {
        background-color: #355918;
    }

    .js .cam-theme-4 .cam-local-navigation-container li:first-child a {
        border-top: 1px solid #222f16;
    }

    .js .cam-theme-4 .cam-local-navigation-container li.cam-back-link a, .js .cam-theme-4 .cam-local-navigation-container li.cam-sub li.cam-back-link a, .js .cam-theme-4 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a, .js .cam-theme-4 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a {
        border-bottom: 1px solid #355918;
        background-color: #222f16;
    }

        .js .cam-theme-4 .cam-local-navigation-container li.cam-back-link a:focus, .js .cam-theme-4 .cam-local-navigation-container li.cam-back-link a:hover, .js .cam-theme-4 .cam-local-navigation-container li.cam-sub li.cam-back-link a:focus, .js .cam-theme-4 .cam-local-navigation-container li.cam-sub li.cam-back-link a:hover, .js .cam-theme-4 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-4 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:hover, .js .cam-theme-4 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-4 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:hover {
            background-color: #355918;
        }

    .js .cam-theme-5 .cam-local-navigation a {
        background: #c44101;
        border-right: 0;
        border-top: 0;
    }

    .cam-theme-5 .cam-local-navigation li a {
        border-bottom: 1px solid #ab3901;
    }

    .js .cam-theme-5 .cam-local-navigation li li a, .js .cam-theme-5 .cam-local-navigation li.cam-sub li.cam-sub a {
        background-color: #c44101;
    }

    .js .cam-theme-5 .cam-local-navigation li.cam-title a, .js .cam-theme-5 .cam-local-navigation li.cam-sub li.cam-title a, .js .cam-theme-5 .cam-local-navigation li.cam-sub li.cam-sub li.cam-title a, .js .cam-theme-5 .cam-local-navigation a:focus, .js .cam-theme-5 .cam-local-navigation a:hover, .js .cam-theme-5 .cam-local-navigation a:active {
        background-color: #ab3901;
    }

    .js .cam-theme-5 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-5 .cam-local-navigation li.cam-sub a:hover {
        background-color: #ab3901;
    }

    .js .cam-theme-5 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-5 .cam-local-navigation li.cam-sub li a:hover {
        background-color: #ab3901;
    }

    .js .cam-theme-5 .cam-menu-btn a {
        border: 0;
        background: #ab3901;
    }

    .cam-theme-5 .cam-menu-btn-arrow {
        background: #772801;
    }

    .js .cam-theme-5 .cam-menu-btn-arrow a:focus, .js .cam-theme-5 .cam-menu-btn-arrow a:hover {
        background-color: #772801;
    }

    .cam-theme-5 .cam-menu-indicator {
        background-color: #ab3901;
    }

    .js .cam-theme-5 .cam-local-navigation-container li:first-child a {
        border-top: 1px solid #772801;
    }

    .js .cam-theme-5 .cam-local-navigation-container li.cam-back-link a, .js .cam-theme-5 .cam-local-navigation-container li.cam-sub li.cam-back-link a, .js .cam-theme-5 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a, .js .cam-theme-5 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a {
        border-bottom: 1px solid #ab3901;
        background-color: #772801;
    }

        .js .cam-theme-5 .cam-local-navigation-container li.cam-back-link a:focus, .js .cam-theme-5 .cam-local-navigation-container li.cam-back-link a:hover, .js .cam-theme-5 .cam-local-navigation-container li.cam-sub li.cam-back-link a:focus, .js .cam-theme-5 .cam-local-navigation-container li.cam-sub li.cam-back-link a:hover, .js .cam-theme-5 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-5 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:hover, .js .cam-theme-5 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-5 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:hover {
            background-color: #ab3901;
        }

    .js .cam-theme-6 .cam-local-navigation a {
        background: #851735;
        border-right: 0;
        border-top: 0;
    }

    .cam-theme-6 .cam-local-navigation li a {
        border-bottom: 1px solid #a51137;
    }

    .js .cam-theme-6 .cam-local-navigation li li a, .js .cam-theme-6 .cam-local-navigation li.cam-sub li.cam-sub a {
        background-color: #851735;
    }

    .js .cam-theme-6 .cam-local-navigation li.cam-title a, .js .cam-theme-6 .cam-local-navigation li.cam-sub li.cam-title a, .js .cam-theme-6 .cam-local-navigation li.cam-sub li.cam-sub li.cam-title a, .js .cam-theme-6 .cam-local-navigation a:focus, .js .cam-theme-6 .cam-local-navigation a:hover, .js .cam-theme-6 .cam-local-navigation a:active {
        background-color: #a51137;
    }

    .js .cam-theme-6 .cam-local-navigation li.cam-sub a:focus, .js .cam-theme-6 .cam-local-navigation li.cam-sub a:hover {
        background-color: #a51137;
    }

    .js .cam-theme-6 .cam-local-navigation li.cam-sub li a:focus, .js .cam-theme-6 .cam-local-navigation li.cam-sub li a:hover {
        background-color: #a51137;
    }

    .js .cam-theme-6 .cam-menu-btn a {
        border: 0;
        background: #a51137;
    }

    .cam-theme-6 .cam-menu-btn-arrow {
        background: #6c112a;
    }

    .js .cam-theme-6 .cam-menu-btn-arrow a:focus, .js .cam-theme-6 .cam-menu-btn-arrow a:hover {
        background-color: #6c112a;
    }

    .cam-theme-6 .cam-menu-indicator {
        background-color: #a51137;
    }

    .js .cam-theme-6 .cam-local-navigation-container li:first-child a {
        border-top: 1px solid #6c112a;
    }

    .js .cam-theme-6 .cam-local-navigation-container li.cam-back-link a, .js .cam-theme-6 .cam-local-navigation-container li.cam-sub li.cam-back-link a, .js .cam-theme-6 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a, .js .cam-theme-6 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a {
        border-bottom: 1px solid #a51137;
        background-color: #6c112a;
    }

        .js .cam-theme-6 .cam-local-navigation-container li.cam-back-link a:focus, .js .cam-theme-6 .cam-local-navigation-container li.cam-back-link a:hover, .js .cam-theme-6 .cam-local-navigation-container li.cam-sub li.cam-back-link a:focus, .js .cam-theme-6 .cam-local-navigation-container li.cam-sub li.cam-back-link a:hover, .js .cam-theme-6 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-6 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-back-link a:hover, .js .cam-theme-6 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:focus, .js .cam-theme-6 .cam-local-navigation-container li.cam-sub li.cam-sub li.cam-sub li.cam-back-link a:hover {
            background-color: #a51137;
        }
}

.cam-global-header {
    background: #000000;
}

.cam-global-footer {
    background: #171717;
}

.cam-global-navigation-drawer {
    background: #171717;
    color: #cecece;
}

.cam-global-navigation-outer {
    border: 1px solid #323232;
    border-width: 0 1px 0 1px;
}

.cam-global-navigation-container {
    border-right: 1px solid #323232;
}

    .cam-global-navigation-container.last {
        border-right: 0;
    }

.cam-theme-1 .cam-homepage-content h2, .cam-theme-2 .cam-homepage-content h2, .cam-theme-3 .cam-homepage-content h2, .cam-theme-4 .cam-homepage-content h2, .cam-theme-5 .cam-homepage-content h2, .cam-theme-6 .cam-homepage-content h2 {
    color: #171717;
}

.cam-global-navigation-secondary-with-children, .cam-global-navigation-container li.last, .cam-global-navigation-secondary-with-children li {
    border-bottom: 0;
}

.cam-global-navigation-container li, .cam-global-navigation-header-container li {
    border-bottom: 1px solid #323232;
}

.cam-global-navigation-tertiary li, .cam-global-navigation-secondary-with-children li {
    border-bottom: 0;
}

.cam-recommended-results {
    background: #f0f8ff;
}

.cam-global-footer {
    color: #fff;
}

.cam-content {
    background: #fff;
}

.cam-secondary-content {
    background: #f3f3f3;
}

.cam-homepage-carousel .cam-carousel-control-btn, .cam-paging-btn {
    background: #171717;
}

    .cam-homepage-carousel .cam-carousel-control-btn:hover {
        background: #000;
    }

    .cam-paging-btn:focus, .cam-paging-btn:hover {
        background: #454545;
    }

.cam-inpage-search-container {
    background: #e4e4e4;
}

.cam-login-form {
    background: #f2f2f2;
}

.cam-highlight-date {
    color: #fff;
}

.cam-promo-teaser {
    background: #fff;
}

#block-block-1 .cam-promo-teaser {
    float: left;
}

.cam-vertical-breadcrumb-navigation .cam-selected {
    color: #171717;
}

tbody th, td {
    background: #fff;
    color: #222;
}

.cam-theme-1 tbody th, .cam-theme-2 tbody th, .cam-theme-3 tbody th, .cam-theme-4 tbody th, .cam-theme-5 tbody th, .cam-theme-6 tbody th {
    background: #fff;
    color: #222;
    border-bottom: 0;
}

table th {
    border-bottom: #e4e4e4 1px solid;
}

.cam-table tbody tr:hover td, .cam-table tbody tr:hover th, .cam-theme-1 .cam-table tbody tr:hover td, .cam-theme-1 .cam-table tbody tr:hover th, .cam-theme-2 .cam-table tbody tr:hover td, .cam-theme-2 .cam-table tbody tr:hover th, .cam-theme-3 .cam-table tbody tr:hover td, .cam-theme-3 .cam-table tbody tr:hover th, .cam-theme-4 .cam-table tbody tr:hover td, .cam-theme-4 .cam-table tbody tr:hover th, .cam-theme-5 .cam-table tbody tr:hover td, .cam-theme-5 .cam-table tbody tr:hover th, .cam-theme-6 .cam-table tbody tr:hover td, .cam-theme-6 .cam-table tbody tr:hover th {
    background-color: #e4e4e4;
}

.cam-vertical-stacking-table th {
    border-left: #e4e4e4 1px solid;
}

.cam-tertiary-navigation {
    border: 1px solid #e4e4e4;
    border-width: 1px 1px 0 1px;
}

.cam-success-panel {
    border-color: #55a51c;
}

    .cam-success-panel .cam-notifications-icon {
        color: #55a51c;
    }

.cam-warning-panel {
    border-color: #ff0000;
}

    .cam-warning-panel .cam-notifications-icon {
        color: #ff0000;
    }

.cam-alert-panel {
    border-color: #ea7125;
}

    .cam-alert-panel .cam-notifications-icon {
        color: #ea7125;
    }

.cam-information-panel {
    border-color: #0072cf;
}

    .cam-information-panel .cam-notifications-icon {
        color: #0072cf;
    }

.js #global-header-controls {
    display: none;
}

.js .cam-carousel li {
    display: none;
}

.js .cam-secondary-content {
    display: none;
}

@media print {
    .lt-ie9 .cam-row, .lt-ie8 .cam-row {
        min-width: auto;
    }

    body {
        background: transparent !important;
    }

    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    #content a, #content a:visited {
        text-decoration: underline;
    }

        #content a[href]:after {
            content: " (" attr(href) ")";
        }

    .Zebra_DatePicker a[href]:after, .cam-carousel a[href]:after {
        display: none!important;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    #content .ir a:after, #content a[href^="javascript:"]:after, #content a[href^="#"]:after {
        content: "";
    }

    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .Zebra_DatePicker {
        width: 300px;
    }

        .Zebra_DatePicker .dp_daypicker td {
            background: #e1e1e1!important;
        }

        .Zebra_DatePicker td.dp_not_in_month {
            background: #edeaea!important;
            color: #b4b3b3!important;
        }

        .Zebra_DatePicker td.dp_selected {
            background: #222!important;
            color: #FFF !important;
        }

        .Zebra_DatePicker td.dp_current {
            background: #888888!important;
            color: #fff!important;
        }

        .Zebra_DatePicker td.dp_disabled_current {
            background: #edeaea!important;
            color: #b4b3b3!important;
        }

        .Zebra_DatePicker td.dp_disabled, .Zebra_DatePicker td.dp_weekend_disabled {
            background: #edeaea!important;
            color: #b4b3b3!important;
        }

        .Zebra_DatePicker td.dp_hover {
            background: #222!important;
            color: #FFF!important;
        }

    .cam-event-indicator {
        background: #f3f3f3!important;
    }

    [class*="cam-column"], .cam-column {
        float: none;
        display: block;
        width: auto;
        margin-left: 0;
    }

    .cam-wrap {
        width: 100%;
    }

    .cam-search-container {
        padding: 20px;
    }

    .cam-recessed-secondary-content {
        margin-top: 0;
    }

    .cam-spacing-column, .cam-sub-section-title {
        display: none;
    }

    .cam-homepage-logo-header {
        display: none;
    }

    table, .cam-table-bordered table, .cam-table-bordered th, .cam-table-bordered td, .cam-table-bordered tr {
        border-color: #E4E4E4!important;
    }

    caption {
        border: 1px solid #E4E4E4!important;
        page-break-inside: avoid;
    }

    .cam-responsive-table table {
        display: block!important;
    }

    .cam-topic {
        background: #fff!important;
    }

    .cam-primary-cta {
        color: #fff!important;
    }

    .cam-co-branding-logo {
        padding: 5px;
        background: #000!important;
        display: block;
        float: none;
    }

    .cam-main-logo {
        padding: 5px;
        background: #000 !important;
        display: block;
        float: none;
    }

    .cam-global-header {
        display: none!important;
    }

    .cam-breadcrumb {
        display: none!important;
    }

    .cam-global-navigation-drawer {
        display: none!important;
    }

    .cam-local-navigation {
        display: none!important;
    }

    .cam-tertiary-navigation {
        display: none!important;
    }

    .cam-mobile-parent {
        display: none!important;
    }

    .cam-nav-tabs {
        display: none!important;
    }

    .cam-nav-pills {
        display: none!important;
    }

    .cam-inpage-search-container {
        display: none!important;
    }

    .cam-search-container {
        display: none!important;
    }

    .cam-list-container {
        display: none!important;
    }

    .cam-local-footer {
        display: none!important;
    }

    .cam-global-footer {
        display: none!important;
    }

    .cam-load-more-btn {
        display: none!important;
    }

    .cam-pagination {
        display: none!important;
    }

    .cam-paging {
        display: none!important;
    }

    .cam-notifications-panel {
        display: none!important;
    }

    .cam-open-responsive-table-link {
        display: none!important;
    }

    .cam-homepage-header {
        display: none!important;
    }

    .cam-homepage-logo-header {
        display: none!important;
    }

    .cam-slide-caption {
        position: static;
    }

    .cam-focus-teaser-txt {
        float: none;
        clear: both;
    }

    .cam-carousel .cam-slide {
        display: block;
    }
}

body.cke_show_borders {
    background: #ffffff;
}

#block-block-1 p {
    padding: 0px 10px;
}

#block-block-2 p {
    padding: 0px 10px;
}

#block-views-taxonomy-blocks-block .view-taxonomy-blocks .views-field-name {
    text-transform: capitalize;
}

.head1 a {
    font-size: 16px;
    color: #666;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
}

.head1 ul li a:hover {
    color: #1263a7;
}

.leftlink li {
    margin: 5px 0 0 -26px;
    padding: 0 0 2px 10px;
    display: block;
    text-decoration: none;
    background: url(images/arrow.jpg) no-repeat center left;
    color: gray;
    font-size: 12px;
}

.theatre-actor {
    margin-top: -21%;
    margin-left: -21%;
}

.theatre-actor1 {
    margin-top: -25%;
    margin-left: -22%;
}

.cam-content.yellow-text, .yellow-text.panel {
    background: #000;
}

.yellow-text h1.head1 {
    color: #ff0;
}
