/* don't allow font,table overrides by content */
p, p span, h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica","Arial",sans-serif !important;
}
table {
    width: auto !important;
}

.content {
    background-color: #fff;
    padding: 20px;
}

.content-picture {
    background-size: cover;
    height: 200px;
    width: 100%;
    background-position: 50% 50%;
}

.content-picture-full-image {
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    width: 100%;
}

.content img {
    max-width: 100%;
}

.tab-content {
    background-color: #efefef;
    padding: 10px;
}

.picture-cover {
    background-size: cover; 
    background-position: center center;
}

.crumb-link {
    font-weight: 700;
    text-transform: uppercase;
}

.head-text {
    margin-bottom: 20px;
    margin-top: 5px;
}

.map {
    height: 400px;
}

.mdl-card .mdl-card__supporting-text > h3:first-child {
    margin-bottom: 24px;
}

.mdl-card__supporting-text h4 {
    margin-bottom: 20px;
    margin-top: 0;
}

.mdl-card__media {    
    max-height: 300px;
}

.mdl-color--accent {
    background-color: #00579e !important;
}

.mdl-button--colored {
    background-color: #8DC440 !important;
}

.mdl-button--mini-fab {
    height: 30px !important;
    width: 30px !important;
    min-width: 30px !important;
}

.mdl-layout__content section {
    margin-bottom: 48px;
    position: relative;
}

.theme-drawer.is-visible {
    left: -150px;
    width: 320px;
}

.theme-campaign-banner {
    text-align: center;
    line-height: 40pt;
}

    .theme-campaign-banner .theme-slider-title {
        font-size: 45pt;
    }
@media (max-width: 576px) {
    .theme-campaign-banner .theme-slider-title {
        font-size: 24pt;
    }
}

.theme-social-media {
    position: relative;
    }

    .theme-social-media-buttons {
        text-align: right;
        position: absolute;
        right: 0;
        top: 20px;
        box-shadow: 0px 0px 29px -7px rgba(135,135,135,1);
        padding: 10px;
    }

    .theme-social-media-button {
        width: 36px;
        height: 36px;
        padding: 0;
        margin: 0;
        background-color: #757575;
        border: none;
        min-width: inherit;
        color: white;
    }

.twitter-timeline {
    max-width: 450px; 
    float: left; 
    margin-right: 30px;
    margin-bottom: 30px;
}

.mdl-layout__drawer-button {
    background-color: #0C4DA2;
    border-radius: 5px;
    color: #fff;
    position: fixed;
}

.mdl-layout__drawer.is-visible {
    left: 0;
}

.mdl-layout__header-row .mdl-navigation__link {
    margin-right: 14px;
    padding: 0;
}

.mdl-layout__header.is-compact {
    max-height: inherit !important;
}

.read-text {
    color: #58585a;
    font-size: 12pt;
    text-align: justify;
}

.shadow-border {
    -moz-box-shadow: 0 0 5px 0 rgba(204,204,204,1);
    -webkit-box-shadow: 0 0 5px 0 rgba(204,204,204,1);
    box-shadow: 0 0 5px 0 rgba(204,204,204,1);
}

.slider-font {
    color: #fff;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1;
}

.slider-buttons {
    float: right;
    margin: 5px;
}

.slide-visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear;
}

.slide-hidden {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear;
}

.social-block {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.theme-attention-band {
    background-color: #0C4DA2;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.theme-attention-band-text {
    box-sizing: border-box;
    color: #FFF;
    padding-bottom: 48px;
    padding-top: 48px;
    text-align: left;
}

    .theme-attention-band-text p {
        padding-top: 8px;
    }

.theme-attention-section {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}

.theme-block {
    display: inline-block;
    margin-right: 48px;
    width: 200px;
}

    .theme-block .theme-screen-image {
        border-radius: 10px;
        height: 130px;
        margin-top: 20px;
        z-index: 1;
    }

    .theme-block .theme-screen-image:hover {
        height: 125px;
    }

.theme-bottom-bar {
    background-color: #CCE281;
    background-image: url(footer.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 195px;
}

.theme-card-container .mdl-card__actions {
    bottom: 0;
    position: absolute;
}

    .theme-card-container .mdl-card__actions a {
        border-top: none;
        font-size: 16px;
    }

.theme-card-container .mdl-card__media {
    background: transparent;
    overflow: hidden;
}

    .theme-card-container .mdl-card__media img {
        width: 100%;
    }

.theme-card-container .mdl-card__supporting-text {
    color: #000;
    height: auto;
    padding-bottom: 56px;
}

h4 a, .mdl-card__title {
    text-decoration: none;
}

.theme-card-container .mdl-card__title {
    background: transparent;
    height: auto;
}

.theme-card-container .mdl-card__title-text {
    color: #000;
    height: auto;
}

.theme-card-container .mdl-cell {
    margin-left: auto !important;
    margin-right: auto !important;
}

.theme-card-space {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 40px !important;
    width: calc(100% - 80px);
}

.theme-customized-section-image {
    background: url(ecpm.jpg?width=1000) center top no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 400px;
}

.theme-customized-section-text {
    padding-bottom: 48px;
    padding-top: 48px;
}

    .theme-customized-section-text p {
        padding-top: 16px;
    }

.theme-drawer {
    border-right: none;
}

    .theme-drawer .mdl-layout-title {
        background: #fff;
        height: 160px;
        padding-left: 20px;
        position: relative;
    }

    .theme-drawer .mdl-navigation__link.mdl-navigation__link {
        color: #757575;
        font-size: 14px;
    }

    .theme-drawer .theme-logo-image {
        bottom: 16px;
        position: absolute;
    }

.theme-drawer-separator {
    background-color: #dcdcdc;
    height: 1px;
    margin: 8px 0;
}

.theme-events-section {
    margin-top: 50px;
    padding-top: 25px;
}

    .theme-events-section .theme-section-title {
        margin-left: 12px;
        padding-bottom: 24px;
    }

.theme-fab {
    bottom: -26px;
    color: #000 !important;
    position: absolute;
    right: calc(50% - 26px);
    z-index: 3;
}

.theme-footer {
    background-color: #fafafa;
    position: relative;
}

    .theme-footer .mdl-mega-footer--bottom-section {
        position: relative;
    }

        .theme-footer .mdl-mega-footer--bottom-section a {
            margin-right: 2em;
        }

    .theme-footer .mdl-mega-footer--top-section::after, .theme-footer .mdl-mega-footer--middle-section::after {
        border-bottom: none;
    }

.theme-header {
    background-color: #FFF;
    margin-bottom: 20px;
    overflow: visible;
}

    .theme-header .mdl-menu__container {
        margin: -10px !important;
    }

    .theme-header .mdl-navigation__link {
        color: #757575;
        font-size: 13px;
        font-weight: 700;
    }

.theme-header-row {
    height: 170px;
    padding: 0;
}

.theme-header-slogan {
    margin: 86px 0 0;
    padding: 0;
}

    .theme-header-slogan > div {
        background-color: #757575;
        color: #fff;
        font-size: 15pt;
        font-weight: 700;
        padding: 10px;
    }

.theme-horizontal {
    margin-left: auto;
    margin-right: auto;
    max-width: 1135px;
    width: 86% !important;
}

.theme-lightgray {
    background-color: #efefef;
}

.theme-link {
    color: #8bc34a !important;
    text-decoration: none;
}

    .theme-link .material-icons {
        position: relative;
        top: -1px;
        vertical-align: middle;
    }

.theme-link-menu:hover {
    cursor: pointer;
}

.theme-link:hover {
    color: #7cb342 !important;
}

.theme-logo-image {
    height: 155px;
    margin-left: -21px;
    margin-right: 35px;
    margin-top: 15px;
}

.theme-logo-image-drawer {
    height: 135px;
    margin-top: 10px;
}

.theme-more-button {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.theme-navigation .mdl-navigation__link {
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
    display: inline-block;
    height: 60px;
    line-height: 68px;
}

    .theme-navigation .mdl-navigation__link:hover, .theme-drawer span.mdl-navigation__link.mdl-navigation__link, .theme-footer a:hover {
        color: #8bc34a;
    }

.theme-navigation-container {
    box-sizing: border-box;
    margin-left: -297px;
    padding-left: 297px;
    transition: opacity .2s cubic-bezier(0.4,0,0.2,1), width .2s cubic-bezier(0.4,0,0.2,1);
    width: 100%;
}

.theme-screen {
    text-align: center;
}

    .theme-screen .theme-link {
        display: block;
        margin-top: 16px;
        z-index: 2;
    }

.theme-screen-section {
    padding-bottom: 80px;
    padding-top: 60px;
    position: relative;
}

.theme-screens {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

.theme-slider-date {
    font-size: 21px;
}

    .theme-slider-date a {
        color: #d3d3d3;
        font-weight: 300;
        text-decoration: none;
    }

.theme-slider-section {
    background-color: #f3f3f3;
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
}

.theme-slider-after {
    margin-top: 500px;
}

.theme-slider-section > div {
    padding-top: 50px;
}

.theme-slider-subtitle {
    font-size: 21px;
    font-weight: 400;
    padding-top: 24px;
}

.theme-slider-title {
    font-size: 41px;
    margin-bottom: 10px;
    padding-top: 0px;
}

.theme-slider-contents {
    background-color: rgba(0,0,0,.5);
    padding: 24px;
    height: 350px;
}

.theme-spacer {
    height: 50px;
}

.theme-title-bar {
    background-color: #BCD47C;
    font-size: 18pt;
    font-weight: 700;
}

    .theme-title-bar > div {
        padding: 16px;
    }

.theme-top-bar {
    background-color: #BCD47C;
    background-image: url(header.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 49px;
}

::-moz-selection, ::selection {
    background-color: #6ab344;
    color: #fff;
}

a {
    color: #0C4DA2;
}

    a img {
        border: 0;
    }

body {
    margin: 0;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

header.mdl-cell {
    background-position: 50% 50%;
}

p {
    text-align: justify;
}

section .section__circle {
    -ms-flex-align: center;
    -ms-flex-negative: 1;
    -ms-flex-pack: start;
    -ms-flex-positive: 0;
    -webkit-align-items: center;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 1;
    justify-content: flex-start;
}

section .section__circle-container > .section__circle-container__circle {
    border-radius: 16px;
    height: 32px;
    margin: 8px 0;
    width: 32px;
}

section .section__text {
    -ms-flex-negative: 0;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-grow: 1;
    flex-shrink: 0;
    padding-top: 8px;
}

    section .section__text a, .theme-image-link {
        text-decoration: none;
    }

    section .section__text h5 {
        color: #00579E;
        font-size: 18pt;
        margin: 0 0 .5em;
    }

section > button {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 99;
}

section.section--center {
    max-width: 860px;
}

    section.section--center .section__text:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,.13);
    }

td {
    background-color: #fafafa;
    border-bottom: solid 2px #888;
    padding: 5px;
}

@media (max-width: 1135px) {
    .theme-social-media {
        position: absolute;
        right: 15px;
        top: 0px;
        width: 120px;
    }

    .head-text {
        padding-left: 10px;
    }

    .mdl-layout__header {
        display: flex;
    }

    .theme-attention-band-text {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .theme-customized-section {
        padding: 15px;
    }

    .theme-header-row {
        height: 80px;
    }

    .theme-horizontal {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
    }

    .theme-logo-image {
        height: 85px;
        margin-left: 60px;
    }

    .theme-navigation, .theme-header-slogan, .theme-more-button, .theme-footer .mdl-mega-footer--bottom-section {
        display: none;
    }

    .theme-slider-title {
        font-size: 26px;
    }

    .theme-slider-subtitle {
        font-size: 16px;
    }
    .theme-slider-section > div {
        padding-top: 0;
    }

    .theme-slider-contents {
        height: 380px;
    }

    .theme-slider-after {
        margin-top: 480px;
    }
}
