.floating,
.pulse {
    animation-iteration-count: infinite
}

.grid,
.imain-block,
.press-container .press-item a .press-image,
.whatwestand {
    background-size: cover;
    background-repeat: no-repeat
}

#history .tablelist .source,
#main_column form fieldset label,
.press-container .press-item a .caption date,
body#membership .name,
body#newsroom-landing .date,
body#subcommittee_issue .name,
time.event-time {
    font-weight: 700
}

#RoundedCornerExample {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

#ShadowExample {
    -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, .3)
}

#TransitionExample {
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -ms-transition: all .5s ease-in;
    transition: all .5s ease-in
}

#TransitionExample:hover {
    opacity: 0
}

#GradientExample {
    background-color: #633;
    background-image: -webkit-linear-gradient(left, #633, #333);
    background-image: -moz-linear-gradient(left, #633, #333);
    background-image: -o-linear-gradient(left, #633, #333);
    background-image: -ms-linear-gradient(left, #633, #333);
    background-image: linear-gradient(left, #633, #333)
}

#QuickGradientExample {
    background-color: #BADA55;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
    background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2))
}

.slideDown {
    animation-name: slideDown;
    -webkit-animation-name: slideDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important
}

.slideLeft,
.slideUp {
    animation-duration: 1s;
    visibility: visible !important
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(8%)
    }

    65% {
        transform: translateY(-4%)
    }

    80% {
        transform: translateY(4%)
    }

    95% {
        transform: translateY(-2%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }

    50% {
        -webkit-transform: translateY(8%)
    }

    65% {
        -webkit-transform: translateY(-4%)
    }

    80% {
        -webkit-transform: translateY(4%)
    }

    95% {
        -webkit-transform: translateY(-2%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease
}

@keyframes slideUp {
    0% {
        transform: translateY(100%)
    }

    50% {
        transform: translateY(-8%)
    }

    65% {
        transform: translateY(4%)
    }

    80% {
        transform: translateY(-4%)
    }

    95% {
        transform: translateY(2%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%)
    }

    50% {
        -webkit-transform: translateY(-8%)
    }

    65% {
        -webkit-transform: translateY(4%)
    }

    80% {
        -webkit-transform: translateY(-4%)
    }

    95% {
        -webkit-transform: translateY(2%)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%)
    }

    50% {
        transform: translateX(-8%)
    }

    65% {
        transform: translateX(4%)
    }

    80% {
        transform: translateX(-4%)
    }

    95% {
        transform: translateX(2%)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%)
    }

    50% {
        -webkit-transform: translateX(-8%)
    }

    65% {
        -webkit-transform: translateX(4%)
    }

    80% {
        -webkit-transform: translateX(-4%)
    }

    95% {
        -webkit-transform: translateX(2%)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important
}

.expandOpen,
.slideExpandUp {
    animation-timing-function: ease-out;
    visibility: visible !important
}

@keyframes slideRight {
    0% {
        transform: translateX(-150%)
    }

    50% {
        transform: translateX(8%)
    }

    65% {
        transform: translateX(-4%)
    }

    80% {
        transform: translateX(4%)
    }

    95% {
        transform: translateX(-2%)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%)
    }

    50% {
        -webkit-transform: translateX(8%)
    }

    65% {
        -webkit-transform: translateX(-4%)
    }

    80% {
        -webkit-transform: translateX(4%)
    }

    95% {
        -webkit-transform: translateX(-2%)
    }

    100% {
        -webkit-transform: translateX(0)
    }
}

.slideExpandUp {
    animation-name: slideExpandUp;
    -webkit-animation-name: slideExpandUp;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-timing-function: ease -out
}

@keyframes slideExpandUp {
    0% {
        transform: translateY(100%) scaleX(.5)
    }

    30% {
        transform: translateY(-8%) scaleX(.5)
    }

    40% {
        transform: translateY(2%) scaleX(.5)
    }

    50% {
        transform: translateY(0) scaleX(1.1)
    }

    60% {
        transform: translateY(0) scaleX(.9)
    }

    70% {
        transform: translateY(0) scaleX(1.05)
    }

    80% {
        transform: translateY(0) scaleX(.95)
    }

    90% {
        transform: translateY(0) scaleX(1.02)
    }

    100% {
        transform: translateY(0) scaleX(1)
    }
}

@-webkit-keyframes slideExpandUp {
    0% {
        -webkit-transform: translateY(100%) scaleX(.5)
    }

    30% {
        -webkit-transform: translateY(-8%) scaleX(.5)
    }

    40% {
        -webkit-transform: translateY(2%) scaleX(.5)
    }

    50% {
        -webkit-transform: translateY(0) scaleX(1.1)
    }

    60% {
        -webkit-transform: translateY(0) scaleX(.9)
    }

    70% {
        -webkit-transform: translateY(0) scaleX(1.05)
    }

    80% {
        -webkit-transform: translateY(0) scaleX(.95)
    }

    90% {
        -webkit-transform: translateY(0) scaleX(1.02)
    }

    100% {
        -webkit-transform: translateY(0) scaleX(1)
    }
}

.expandUp {
    animation-name: expandUp;
    -webkit-animation-name: expandUp;
    animation-duration: .7s;
    -webkit-animation-duration: .7s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important
}

.fadeIn,
.pulse {
    animation-duration: 1.5s
}

@keyframes expandUp {
    0% {
        transform: translateY(100%) scale(.6) scaleY(.5)
    }

    60% {
        transform: translateY(-7%) scaleY(1.12)
    }

    75% {
        transform: translateY(3%)
    }

    100% {
        transform: translateY(0) scale(1) scaleY(1)
    }
}

@-webkit-keyframes expandUp {
    0% {
        -webkit-transform: translateY(100%) scale(.6) scaleY(.5)
    }

    60% {
        -webkit-transform: translateY(-7%) scaleY(1.12)
    }

    75% {
        -webkit-transform: translateY(3%)
    }

    100% {
        -webkit-transform: translateY(0) scale(1) scaleY(1)
    }
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    60% {
        transform: scale(1.1)
    }

    80% {
        transform: scale(.9);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1.1)
    }

    80% {
        -webkit-transform: scale(.9);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

.expandOpen {
    animation-name: expandOpen;
    -webkit-animation-name: expandOpen;
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-out
}

.bigEntrance,
.pullUp {
    animation-timing-function: ease-out
}

@keyframes expandOpen {
    0% {
        transform: scale(1.8)
    }

    50% {
        transform: scale(.95)
    }

    80% {
        transform: scale(1.05)
    }

    90% {
        transform: scale(.98)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes expandOpen {
    0% {
        -webkit-transform: scale(1.8)
    }

    50% {
        -webkit-transform: scale(.95)
    }

    80% {
        -webkit-transform: scale(1.05)
    }

    90% {
        -webkit-transform: scale(.98)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.bigEntrance {
    animation-name: bigEntrance;
    -webkit-animation-name: bigEntrance;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important
}

@keyframes bigEntrance {
    0% {
        transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: .2
    }

    30% {
        transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1
    }

    45% {
        transform: scale(.98) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    60% {
        transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
        opacity: 1
    }

    75% {
        transform: scale(.99) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    90% {
        transform: scale(1.01) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }

    100% {
        transform: scale(1) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes bigEntrance {
    0% {
        -webkit-transform: scale(.3) rotate(6deg) translateX(-30%) translateY(30%);
        opacity: .2
    }

    30% {
        -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
        opacity: 1
    }

    45% {
        -webkit-transform: scale(.98) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    60% {
        -webkit-transform: scale(1.01) rotate(-1deg) translateX(0) translateY(0);
        opacity: 1
    }

    75% {
        -webkit-transform: scale(.99) rotate(1deg) translateX(0) translateY(0);
        opacity: 1
    }

    90% {
        -webkit-transform: scale(1.01) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1) rotate(0) translateX(0) translateY(0);
        opacity: 1
    }
}

.hatch {
    animation-name: hatch;
    -webkit-animation-name: hatch;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    visibility: visible !important
}

@keyframes hatch {
    0% {
        transform: rotate(0) scaleY(.6)
    }

    20% {
        transform: rotate(-2deg) scaleY(1.05)
    }

    35% {
        transform: rotate(2deg) scaleY(1)
    }

    50% {
        transform: rotate(-2deg)
    }

    65% {
        transform: rotate(1deg)
    }

    80% {
        transform: rotate(-1deg)
    }

    100% {
        transform: rotate(0)
    }
}

@-webkit-keyframes hatch {
    0% {
        -webkit-transform: rotate(0) scaleY(.6)
    }

    20% {
        -webkit-transform: rotate(-2deg) scaleY(1.05)
    }

    35% {
        -webkit-transform: rotate(2deg) scaleY(1)
    }

    50% {
        -webkit-transform: rotate(-2deg)
    }

    65% {
        -webkit-transform: rotate(1deg)
    }

    80% {
        -webkit-transform: rotate(-1deg)
    }

    100% {
        -webkit-transform: rotate(0)
    }
}

.bounce {
    animation-name: bounce;
    -webkit-animation-name: bounce;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%
}

@keyframes bounce {
    0% {
        transform: translateY(0) scaleY(.6)
    }

    60% {
        transform: translateY(-100%) scaleY(1.1)
    }

    70% {
        transform: translateY(0) scaleY(.95) scaleX(1.05)
    }

    80% {
        transform: translateY(0) scaleY(1.05) scaleX(1)
    }

    90% {
        transform: translateY(0) scaleY(.95) scaleX(1)
    }

    100% {
        transform: translateY(0) scaleY(1) scaleX(1)
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0) scaleY(.6)
    }

    60% {
        -webkit-transform: translateY(-100%) scaleY(1.1)
    }

    70% {
        -webkit-transform: translateY(0) scaleY(.95) scaleX(1.05)
    }

    80% {
        -webkit-transform: translateY(0) scaleY(1.05) scaleX(1)
    }

    90% {
        -webkit-transform: translateY(0) scaleY(.95) scaleX(1)
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1)
    }
}

.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite
}

.floating,
.stretchLeft {
    animation-duration: 1.5s
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(.9);
        opacity: .7
    }

    50% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes pulse {

    0%,
    100% {
        -webkit-transform: scale(.95);
        opacity: .7
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8%)
    }
}

@-webkit-keyframes floating {

    0%,
    100% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(8%)
    }
}

.tossing {
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 2.5s;
    -webkit-animation-duration: 2.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes tossing {

    0%,
    100% {
        transform: rotate(-4deg)
    }

    50% {
        transform: rotate(4deg)
    }
}

@-webkit-keyframes tossing {

    0%,
    100% {
        -webkit-transform: rotate(-4deg)
    }

    50% {
        -webkit-transform: rotate(4deg)
    }
}

.pullUp {
    animation-name: pullUp;
    -webkit-animation-name: pullUp;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%
}

.pullDown,
.stretchLeft {
    animation-timing-function: ease-out
}

@keyframes pullUp {
    0% {
        transform: scaleY(.1)
    }

    40% {
        transform: scaleY(1.02)
    }

    60% {
        transform: scaleY(.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes pullUp {
    0% {
        -webkit-transform: scaleY(.1)
    }

    40% {
        -webkit-transform: scaleY(1.02)
    }

    60% {
        -webkit-transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(1)
    }
}

.pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0
}

@keyframes pullDown {
    0% {
        transform: scaleY(.1)
    }

    40% {
        transform: scaleY(1.02)
    }

    60% {
        transform: scaleY(.98)
    }

    80% {
        transform: scaleY(1.01)
    }

    100% {
        transform: scaleY(1)
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(.1)
    }

    40% {
        -webkit-transform: scaleY(1.02)
    }

    60% {
        -webkit-transform: scaleY(.98)
    }

    80% {
        -webkit-transform: scaleY(1.01)
    }

    100% {
        -webkit-transform: scaleY(1)
    }
}

.stretchLeft {
    animation-name: stretchLeft;
    -webkit-animation-name: stretchLeft;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0
}

@keyframes stretchLeft {
    0% {
        transform: scaleX(.3)
    }

    40% {
        transform: scaleX(1.02)
    }

    60% {
        transform: scaleX(.98)
    }

    80% {
        transform: scaleX(1.01)
    }

    100% {
        transform: scaleX(1)
    }
}

@-webkit-keyframes stretchLeft {
    0% {
        -webkit-transform: scaleX(.3)
    }

    40% {
        -webkit-transform: scaleX(1.02)
    }

    60% {
        -webkit-transform: scaleX(.98)
    }

    80% {
        -webkit-transform: scaleX(1.01)
    }

    100% {
        -webkit-transform: scaleX(1)
    }
}

.stretchRight {
    animation-name: stretchRight;
    -webkit-animation-name: stretchRight;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

@keyframes stretchRight {
    0% {
        transform: scaleX(.3)
    }

    40% {
        transform: scaleX(1.02)
    }

    60% {
        transform: scaleX(.98)
    }

    80% {
        transform: scaleX(1.01)
    }

    100% {
        transform: scaleX(1)
    }
}

@-webkit-keyframes stretchRight {
    0% {
        -webkit-transform: scaleX(.3)
    }

    40% {
        -webkit-transform: scaleX(1.02)
    }

    60% {
        -webkit-transform: scaleX(.98)
    }

    80% {
        -webkit-transform: scaleX(1.01)
    }

    100% {
        -webkit-transform: scaleX(1)
    }
}

body #header {
    background-color: rgba(22, 55, 125, .95);
    width: 100%
}

body #header .live-hearing {
    background-color: #f5c009;
    color: #343331
}

body #header .live-hearing .container {
    padding-left: 30px
}

body #header .live-hearing a {
    color: #343331
}

body #header .live-hearing a:hover {
    color: #0e2f79
}

body #header .topheader .logo-hold {
    width: 100%;
    max-width: 400px;
    display: inline-block;
    float: left;
    padding: 25px 0;
    position: relative
}

@media (max-width:991px) {
    body #header .topheader .logo-hold {
        left: -15px
    }
}

@media (max-width:767px) {
    body #header .topheader .logo-hold {
        left: 0;
        float: none
    }
}

body #header .topheader .logo-hold img {
    width: 100%
}

body #header .topheader .right {
    display: inline-block;
    float: right;
    padding: 32px 0;
}

body #header .topheader .right .social-list {
    margin-bottom: 0;
    margin-left: 0;
}

body #header .topheader .right .social-list li {
    padding-left: 5px;
    padding-right: 5px;
}

body #header .topheader .right .social-list li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #fff;
    color: #0e2f79;
    text-align: center;
    padding-top: 10px;
    font-size: 30px;
    margin-left: 7px;
    border-radius: 3px;
}

body #header .topheader .right .social-list li a:hover {
    background-color: #f5c009;
    color: #0e2f79;
}

@media (max-width:991px) {
    body #header .topheader .right .social-list li a {
        width: 40px;
        height: 40px;
        font-size: 24px
    }

    body #header .topheader .right .social-list li {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    body #header .topheader .right .social-list li a {
        width: 30px;
        height: 30px;
        font-size: 16px;
        margin-top: 6px
    }

    body #header .topheader {
        width: 100%;
        text-align: center;
        margin: 0 auto
    }
}

body #header .bottomheader {
    background-color: #3169dc
}

body #header .bottomheader #sitesearch {
    padding: 9px 0
}

body #header .bottomheader .right.socialmobile {
    display: inline-block;
    float: left;
    padding: 7px 0
}

body #header .bottomheader .right.socialmobile .social-list {
    margin-bottom: 0;
    margin-left: 0
}

body #header .bottomheader .right.socialmobile .social-list li {
    padding-left: 5px;
    padding-right: 5px
}

body #header .bottomheader .right.socialmobile .social-list li a {
    font-size: 24px;
    color: #fff
}

body #header .bottomheader .right.socialmobile .social-list li a:hover {
    color: #f5c009
}

#SearchModal .modal-backdrop.in {
    background-color: #0e2f79
}

#SearchModal button[type=submit] {
    background-color: #f5c009
}
#SearchModal .modal-dialog .modal-content .modal-body #sitesearch-modal{
    padding: 40px 40px 0px 0px;
    width: 100%;
}

#SearchModal .modal-dialog .modal-content .modal-body #sitesearch-modal input[type="search"]{
    color: rgba(0, 0, 0, 0.8);
    width: 88%;
    font-size: 34px;
    font-weight: 300;
    border: none;
    padding: 10px;
    float: left;
    margin: 0;
}
#SearchModal .modal-dialog .modal-content .modal-body #sitesearch-modal button{
    border: none;
    font-size: 28px;
    padding: 14px;
    width: 12%
}


body .navbar {
    background-color: transparent;
    text-align: center;
    width: 100%;
     border: 0;
    margin: 0 auto;
    height: 50px;
}

body .navbar .nav-pills {
    display: inline-block;
    width: auto
}

body .navbar .nav-pills>li {
    width: auto;
    padding-right: 20px;
    padding-left: 20px
}

body .navbar .nav-pills>li a {
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
    text-transform: uppercase;
    font-size: 21px
}

body .navbar .nav-pills>li a:focus {
    border: 2px solid yellow;
    border-style: dotted;
 } 

#outline-focus-submit:focus {
    border: 2px solid yellow;
    border-style: dotted;
} 

#showing-page:focus {
    border: 2px solid yellow;
    border-style: dotted;
}

#outline-cal:focus {
    border: 2px solid yellow;
    border-style: dotted;
}

#list-outline:focus {
    border: 2px solid yellow;
    border-style: dotted;
}

.navbar .nav-pills > li a:focus {
    outline: 2px solid yellow;
}

.navbar #search #sitesearch button:focus {
    outline: 2px solid yellow;
}

#showing-page:focus {
    outline: 2px solid yellow;
}

#toggleCalendar a:focus {
    outline: 2px solid yellow;
}

.fc-prev-button:focus {
    outline: 2px solid yellow;
}

.fc-next-button:focus {
    outline: 2px solid yellow;
}

.social-list li a:focus {
    outline: 2px solid yellow;
}

.footer .social-list a:focus {
    outline: 2px solid yellow;
}

.footernav li a:focus {
    outline: 2px solid yellow;
}

.subfooter a:focus {
    outline: 2px solid yellow;
}

#breadcrumb a:focus {
    outline: 2px solid yellow;
}

@media (max-width:1200px) {
    body .navbar .nav-pills>li {
        padding-left: 15px;
        padding-right: 15px
    }

    body .navbar .nav-pills>li a {
        font-size: 18px
    }
}

body .navbar .nav-pills>li:nth-child(3) .dropdown-menu {
    right: -100px
}

body .navbar .nav-pills>li:last-child .dropdown-menu {
    right: 10px
}

body .navbar .nav-pills>li .dropdown-menu {
    width: 350px;
    border: 0
}

body .navbar .nav-pills>li .dropdown-menu li {
    padding: 12px 0;
    max-width: 325px
}

body .navbar .nav-pills>li .dropdown-menu li a {
    font-size: 20px;
    color: #000;
    text-transform: none;
    display: inline-block;
    white-space: normal;
    
}

body .navbar .nav-pills>li .dropdown-menu li:hover a {
    color: #0e2f79;
    background-color: #fff
}

body .navbar .nav-pills>li.selected a,
body .navbar .nav-pills>li:hover a {
    color: #ffe89a
}

body .navbar .nav-pills>li.selected:hover a {
    text-decoration: underline
}

a:focus,
a:link,
a:visited,
body .navbar .nav-pills>li.selected:hover .dropdown-menu li a {
    text-decoration: none
}

a {
    font-weight: bold;
    padding: 1.2rem 0;
    min-width: 44px;
    min-height: 44px;
    display: inline-block;
}


#main_container a{
padding: 0;
min-width: auto;
min-height: auto;

}

@media (max-width:767px) {
    a {
        font-weight: bold;
        padding: 1.2rem 0;
        min-width: 34px;
        min-height: 34px;
        display: inline-block;
    }   
}

body .navbar .togglemenu {
    position: absolute;
    font-size: 28px;
    top: 8px;
    left: 0
}

@media (max-width:767px) {
    body .nav-hold {
        float: right;
        display: inline-block
    }

    body .navbar .togglemenu {
        right: 50px;
        left: inherit
    }
}

body .navbar .togglemenu .menulabel {
    display: none
}

body .navbar .togglemenu span {
    color: #fff
}

body .navbar .srchbuttonmodal {
    color: #fff;
    right: 0;
    top: 12px;
    position: relative;
    font-size: 23px;
    float: right;
    width: 40px
}

body .navbar .srchbutton {
    position: absolute;
    
    right: 30px;
    z-index: 1000;
}

body .navbar .srchbutton span {
    color: #fff;
    font-size: 19px
}

@media (max-width:1200px) {
    body .navbar .srchbutton {
        top: 10px;
        right: 5px
    }

    body .navbar .srchbutton span {
        font-size: 16px
    }
}

body .navbar .srchbutton:hover span {
    color: #f5c009
}

body .navbar #search {
    height: 50px;
    width: 0%;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 0;
    transition: width .2s ease-in-out;
    background-color: transparent
}

body .navbar #search label {
    display: none
}

body .navbar #search.showme {
    width: 90%
}

@media (max-width:1200px) {
    body .navbar #search.showme {
        width: 500px
    }
}

body .navbar #search.showme #sitesearch button {
    opacity: 1
}

body .navbar #search #sitesearch #search-field {
    width: 90%;
    border: none;
    background-color: transparent;
    color: #fff;
    border-bottom: 3px solid #fff
}

@media (max-width:1200px) {
    body .navbar #search #sitesearch #search-field {
        width: 450px
    }
}

body .navbar #search #sitesearch #search-field::-webkit-input-placeholder {
    color: #fff
}

body .navbar #search #sitesearch #search-field::-moz-placeholder {
    color: #fff
}

body .navbar #search #sitesearch #search-field:-moz-placeholder {
    color: #fff
}

body .navbar #search #sitesearch #search-field:-ms-input-placeholder {
    color: #fff
}

body .navbar #search #sitesearch button {
    background-color: transparent;
    color: #fff;
    border: none;
    margin-left: -5px;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

body .navbar #search #sitesearch button:hover {
    color: #f5c009
}

body #NavMobileModal .modal-backdrop.in {
    background-color: #0e2f79
}

body #NavMobileModal .modal-dialog .modal-content .modal-body .nav>li:last-child {
    border: none
}

body #NavMobileModal .modal-dialog .modal-content .modal-body .nav>li>a {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px
}

body #NavMobileModal .modal-dialog .modal-content .modal-body .nav>li .dropdown-menu {
    position: relative;
    display: inline-block;
    border: none;
    background-color: transparent;
    width: 100%;
    box-shadow: none;
    font-size: 20px;
    padding-left: 35px;
    padding-bottom: 30px
}

body #NavMobileModal .modal-dialog .modal-content .modal-body .nav>li .dropdown-menu>li>a {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    white-space: normal
}

.action-container .action-button,
.grid .button,
.press-container .press-item a .press-type,
.sidepod-header,
.social-stuff .youtube .txt {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.carousel-fade .carousel-inner .item {
    opacity: 1;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .item .backgroundimage {
    opacity: 0;
    transition: opacity .5s ease-in-out;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .item .banner-headline a {
    transition: all .5s ease-in-out;
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .active .backgroundimage,
.carousel-fade .carousel-inner .active .banner-headline a,
.carousel-fade .carousel-inner .active.left .backgroundimage,
.carousel-fade .carousel-inner .active.left .banner-headline a,
.carousel-fade .carousel-inner .active.right .backgroundimage,
.carousel-fade .carousel-inner .active.right .banner-headline a,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .next.left .backgroundimage,
.carousel-fade .carousel-inner .next.left .banner-headline a,
.carousel-fade .carousel-inner .prev.right,
.carousel-fade .carousel-inner .prev.right .backgroundimage,
.carousel-fade .carousel-inner .prev.right .banner-headline a {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 1;
    z-index: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 50px
}

.carousel-control.left {
    left: 0
}

.carousel-control.right {
    right: 0
}

#featured-carousel {
    height: 700px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 50px
}

@media (max-width:991px) {
    #featured-carousel {
        height: 500px
    }
}

@media (max-width:550px) {
    #featured-carousel {
        height: 450px
    }
}

#featured-carousel #carouselcontain {
    position: relative
}

#featured-carousel #carouselcontain .banner-container {
    height: 100%
}

@media (max-width:767px) {
    #featured-carousel {
        margin-bottom: 0;
        display: table
    }

    #featured-carousel #carouselcontain .banner-container {
        overflow: visible
    }

    #featured-carousel #carouselcontain .banner-container .carousel-indicators {
        display: none
    }
}

#featured-carousel #carouselcontain .banner-container .carousel-indicators {
    width: auto;
    left: 80px;
    margin-left: 0;
    bottom: 50px
}

#featured-carousel #carouselcontain .banner-container .carousel-indicators li {
    width: 20px;
    height: 20px
}

#featured-carousel #carouselcontain .banner-container .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #f5c009;
    border: 1px solid #f5c009;
    margin: 1px
}

#featured-carousel #carouselcontain .banner-container .item {
    height: 700px;
    width: 100%;
    background-color: #0e2f79;
    left: inherit;
    right: inherit
}

@media (max-width:991px) {
    #featured-carousel #carouselcontain .banner-container .carousel-indicators {
        bottom: 40px;
        margin-bottom: 0
    }

    #featured-carousel #carouselcontain .banner-container .item {
        height: 500px
    }
}

@media (max-width:767px) {
    #featured-carousel #carouselcontain .banner-container .item {
        height: 300px
    }
}

@media (max-width:550px) {
    #featured-carousel #carouselcontain .banner-container .item {
        height: 250px
    }
}

#featured-carousel #carouselcontain .banner-container .item .backgroundimage {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: all .5s ease-in-out
}

#featured-carousel #carouselcontain .banner-container .item .banner-headline {
    width: 100%;
    position: absolute;
    bottom: 30px;
    background-color: rgba(0, 0, 0, .9);
    text-align: right;
    padding: 10px 80px;
    font-size: 24px;
    min-height: 150px;
    display: table;
    vertical-align: middle;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

@media (max-width:1200px) {
    #featured-carousel #carouselcontain .banner-container .item .banner-headline {
        font-size: 20px
    }
}

#featured-carousel #carouselcontain .banner-container .item .banner-headline .h2 {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
}

#featured-carousel #carouselcontain .banner-container .item .banner-headline .h2 a {
    color: #fff;
    transition: all .5s ease-in-out;
    text-align: right;
    float: right;
    display: inline-block;
    width: 100%;
    max-width: 1000px
}

#featured-carousel #carouselcontain .banner-container .item .banner-headline .h2 a span {
    text-transform: uppercase;
    color: #f5c009
}

#featured-carousel #carouselcontain .banner-container .item .banner-headline .h2 a:hover {
    color: #f5c009
}

@media (max-width:767px) {
    #featured-carousel #carouselcontain .banner-container .item .banner-headline {
        font-size: 16px;
        padding: 15px;
        position: relative;
        bottom: 0
    }

    #featured-carousel #carouselcontain .banner-container .item .banner-headline .h2 a {
        padding: 0 15px;
        text-align: center
    }
}

@media (max-width:550px) {
    #featured-carousel #carouselcontain .banner-container .item .banner-headline {
        position: relative;
        bottom: 0
    }

    #featured-carousel #carouselcontain .banner-container .item .banner-headline .h2 {
        font-size: 24px
    }
}

#video-content #player #media-player iframe{
    width: 100%;
    min-height: 500px;
}

.videocontentblack {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #343331
}

.videocontentblack .video-container iframe {
    height: 700px
}

@media (max-width:1200px) {
    .videocontentblack .video-container iframe {
        height: 600px
    }

    .action-container {
        text-align: center
    }
}

@media (max-width:991px) {
    .videocontentblack .video-container iframe {
        height: 500px
    }
}

@media (max-width:768px) {
    .videocontentblack .video-container iframe {
        height: 400px
    }
}

@media (max-width:600px) {
    .videocontentblack .video-container iframe {
        height: 350px
    }
}

@media (max-width:520px) {
    .videocontentblack .video-container iframe {
        height: 300px
    }
}

@media (max-width:440px) {
    .videocontentblack .video-container iframe {
        height: 260px
    }
}

@media (max-width:380px) {
    .videocontentblack .video-container iframe {
        height: 230px
    }
}

.videocontentblack .live-hearing-title h4 {
    font-size: 32px;
    color: #f5c009;
    text-align: center
}

.action-container {
    background-color: #0e2f79;
    width: 100%;
    padding: 10px
}

.action-container .action-button {
    color: #f5c009;
    border: 1px solid #f5c009;
    background-color: #0e2f79;
    text-transform: uppercase;
    padding: 9px;
    text-align: center;
    width: 210px;
    border-radius: 3px;
    display: inline-block;
    border-collapse: separate;
    margin-right: 7px;
    font-size: 15px
}

@media (max-width:1200px) {
    .action-container .action-button {
        width: 31.8%
    }
}

@media (max-width:767px) {
    .action-container .action-button {
        width: 29.8%;
        font-size: 13px
    }
}

@media (max-width:620px) {
    .action-container .action-button {
        width: 70%;
        margin-bottom: 12px
    }
}

.action-container .action-button:hover {
    background-color: #fff;
    color: #0e2f79
}

.action-container .social-list {
    float: right
}

@media (max-width:1200px) {
    .action-container .social-list {
        width: 100%;
        margin-top: 10px;
        text-align: center
    }
}

.action-container .social-list a {
    background-color: #fff;
    color: #f5c009;
    width: 40px;
    display: inline-block;
    height: 40px;
    font-size: 20px;
    margin-right: 7px;
    border-radius: 3px;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px
}

.action-container .social-list a:hover {
    background-color: #0e2f79;
    border: 1px solid #f5c009
}

@media (max-width:620px) {
    .action-container .social-list a {
        width: 30px;
        height: 30px;
        font-size: 17px;
        padding: 3px
    }
}

.whatwestand {
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: auto;
    position: relative;
    background-position: center top
}

.whatwestand .standbanner {
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #0e2f79;
    width: 100%;
    min-height: 70px
}

.whatwestand .standbanner h1 {
    padding: 15px;
    margin: 0;
    color: #fff;
    text-transform: uppercase
}

.press-container {
    margin-top: 60px
}

.press-container .press-item {
    width: 32%;
    display: inline-block
}

@media (max-width:1200px) {
    .press-container .press-item {
        width: 31.8%
    }
}

.press-container .press-item a {
    display: inline-block;
    width: 100%
}

.press-container .press-item a .press-image {
    width: 100%;
    height: 238px;
    background-position: center center
}

@media (max-width:1200px) {
    .press-container .press-item a .press-image {
        height: 175px
    }
}

@media (max-width:767px) {
    .press-container .press-item {
        width: 100%
    }

    .press-container .press-item a .press-image {
        height: 220px
    }
}

.press-container .press-item a .press-type {
    width: 100%;
    background-color: #0e2f79;
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase
}

@media (max-width:991px) {
    .press-container .press-item a .press-type {
        font-size: 15px
    }
}

.press-container .press-item a .caption {
    padding: 20px;
    color: #000;
    display: table;
    height: 85px;
    font-size: 19px
}

.press-container .press-item+.press-item {
    margin-left: 1.5%
}

.buttons {
    margin-top: 0;
    display: table;
    width: 100%;
    padding: 40px
}

.grid {
    height: 170px;
    width: 33.3333333333%;
    float: left;
    margin-left: 5%;
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .grid {
        height: 305px
    }
}

@media (max-width:991px) {
    .grid {
        height: 265px
    }
}

@media (max-width:767px) {
    .grid {
        width: 50%
    }
}

@media (max-width:580px) {
    .grid {
        width: 100%;
        height: 200px
    }
}

@media (max-width:400px) {
    .grid {
        width: 100%;
        height: 180px
    }
}

.grid .button {
    display: table;
    color: #fff;
    height: 170px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    background-color: #3169dc;
    font-size: 24px;
    padding: 30px;
    width: 100%
}

@media (max-width:1200px) {
    .grid .button {
        height: 305px
    }
}

@media (max-width:991px) {
    .grid .button {
        font-size: 20px;
        height: 265px
    }
}

@media (max-width:580px) {
    .grid .button {
        height: 200px
    }
}

@media (max-width:400px) {
    .grid .button {
        height: 180px
    }
}

.grid .button:hover {
    background-color: #0e2f79
}

.grid .cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.grid:nth-child(even) {
    margin-left: 23%
}

@media (max-width:767px) {
    .grid:nth-child(even) {
        margin-left: 0
    }

    .grid {
        margin-left: 0;
        padding: 10px
    }
}

.no-padding {
    padding: 0
}

.social-stuff {
    padding-top: 50px;
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.social-stuff .youtube {
    background-color: #343331;
    width: 100%
}

.social-stuff .youtube .innervideo iframe {
    width: 100%;
    height: 600px
}

.social-stuff .youtube .txt {
    color: #fff;
    font-size: 22px;
    padding: 15px 30px
}

.social-stuff .youtube .txt h3 {
    font-size: 22px;
    margin-top: 0
}

.social-stuff .youtube .txt a {
    color: #fff
}



body#galleryy .date.black,
body.no-title .main_page_title,
body.notitle .main_page_title {
    display: none
}

body.no-title #main_container,
body.notitle #main_container {
    padding-top: 90px
}

.social-stuff .instagram{
    display: table;
    width: 100%;
    position: relative;
    padding-top: 2rem;
}
.social-stuff .instagram #instamedia a{
    margin-bottom: 1.5rem;
}

.social-stuff .instagram #instamedia a .instaimage{
    width: 100%;
    display: block;
    position: relative;
    height: 250px;
    overflow: hidden;
}

@media(max-width:767px){
    .social-stuff .instagram #instamedia a .instaimage{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}

.social-stuff .instagram #instamedia a .instaimage .instaimg{
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.social-stuff .twitter {
    border: 1px solid #e3e3e3;
    border-left: none
}

.social-stuff .twitter  iframe{
    height: 840px!important;
}


@media (max-width:767px) {
    .social-stuff .twitter {
        text-align: center;
        border-left: 1px solid #e3e3e3
    }
}

.issuebody {
    line-height: 1.5em;
}

body#leg .header_date {
    width: 153px
}

#filtermodal .modal-dialog .modal-content .modal-body form select {
    height: auto
}

.modal-backdrop {
    z-index: 1
}

.modal-dialog {
    z-index: 5
}

.video .date.black {
    display: block;
    margin-top: 50px
}

.no-breadcrumbs #breadcrumb {
    display: none
}

.table {
    display: table
}

.cell {
    display: table-cell;
    vertical-align: middle
}

.title {
    color: #000
}

.title:hover {
    color: #0e2f79
}

.subcommittee-title {
    color: #0e2f79;
    margin: 50px 0 10px
}

.subcommittee-title:first-child {
    margin-top: 70px
}

#launchfilter {
    margin-bottom: 20px
}

.sidepod-header {
    background-color: #0e2f79;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px
}

body#newsroom-landing .date,
body#newsroom-landing .title,
body#newsroom-landing .title a {
    font-size: 18px;
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#sam-membership p {
    margin: 10px;
    line-height: 1.5em;
}

#asides {
    margin-top: 69px
}

body#library .table {
    margin-top: 40px
}

body#library .table td {
    padding: 16px
}

body#newsroom-landing .title,
body#newsroom-landing .title a {
    line-height: 1.5em;
    color: #000
}

body#newsroom-landing .media-header,
body#newsroom-landing .media-header a {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #0e2f79;
    text-transform: uppercase
}

body#newsroom-landing .media-header {
    margin-bottom: 30px
}

body#newsroom-landing .videoiframe {
    height: 200px
}

body#newsroom-landing .more {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #0e2f79;
    text-transform: uppercase;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 60px
}

body#newsroom-landing .social-stuff {
    margin-top: 0
}

body#newsroom #press .date {
    margin-top: 70px;
    display: inline-block
}

body#newsroom #press .subtitle {
    margin-top: -10px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
}

body#newsroom #press .source {
    margin-top: 20px;
}

body#newsroom #press .main_page_title {
    margin-bottom: 30px
}

body#blog #actions,
body#blog-post #actions {
    float: right
}

body#blog footer.clearfix hr,
body#blog footer.span8 hr,
body#blog-post footer.clearfix hr,
body#blog-post footer.span8 hr {
    display: none
}

body#blog .date,
body#blog .pubdate,
body#blog-post .date,
body#blog-post .pubdate {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-top: 40px;
    font-size: 16px;
    display: inline-block
}

body#blog .blog-entry h1,
body#blog .blog-entry h2,
body#blog .blog_entry h1,
body#blog .blog_entry h2,
body#blog-post .blog-entry h1,
body#blog-post .blog-entry h2,
body#blog-post .blog_entry h1,
body#blog-post .blog_entry h2 {
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

body#blog .blog-entry .byline,
body#blog .blog_entry .byline,
body#blog-post .blog-entry .byline,
body#blog-post .blog_entry .byline {
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block
}

body#blog dd,
body#blog dt,
body#blog-post dd,
body#blog-post dt {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #B3B5B7
}

body#blog dd a,
body#blog dt a,
body#blog-post dd a,
body#blog-post dt a {
    color: #B3B5B7
}

body#blog dd a:hover,
body#blog dt a:hover,
body#blog-post dd a:hover,
body#blog-post dt a:hover {
    color: #0e2f79
}

.no-top-margin {
    margin-top: 0 !important
}

body#membership .headshot,
body#subcommittee_issue .headshot {
    width: 200px;
    margin: 30px auto 10px
}

body#membership .name,
body#subcommittee_issue .name {
    text-align: center
}



body#membership .party,
body#subcommittee_issue .party {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    min-height: 40px
}

body#membership .leader,
body#subcommittee_issue .leader {
    width: 300px;
    margin: 0 auto;
    text-align: center
}

body#membership .leader .title,
body#membership .leader.title,
body#subcommittee_issue .leader .title,
body#subcommittee_issue .leader.title {
    font-size: 16px;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    padding: 3px;
    float: none;
    background-color: #0e2f79;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

body#membership .members-list .memberitem{
    display: block;
    min-height: 380px;
}

@media(max-width:767px){
    body#membership .members-list .memberitem{
        display: block;
        min-height: 330px;
    }
}

body#membership .members-list .memberitem .name .title{
    font-size: 13px;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    padding: 3px;
    float: none;
    background-color: #0e2f79;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

body#subcommittee_issue tr.divider {
    height: 60px !important
}

body#subcommittee_issue #membership-pod {
    margin-top: 50px;
    padding-left: 40px
}

body#subcommittee_issue #membership-pod .member {
    margin-bottom: 15px
}

body#subcommittee_issue #membership-pod .name {
    text-align: left;
    font-size: 18px
}

body#subcommittee_issue #membership-pod .title {
    font-size: 12px;
    margin-left: 6px;
    padding: 3px 8px
}

body#subcommittee_issue #membership-pod .party {
    width: auto
}

body#markups tr,
body#subcommittee_issue tr {
    height: 75px
}

body#markups tr td,
body#subcommittee_issue tr td {
    vertical-align: middle
}

body#markups tr.divider,
body#subcommittee_issue tr.divider {
    font-size: 23px;
   font-family: 'Poppins', sans-serif;
   font-weight: 800;
    height: 85px;
    padding-top: 20px
}

body#markups tr.divider td,
body#subcommittee_issue tr.divider td {
    vertical-align: bottom;
    border-top: none
}

h3.media-header {
    color: #0e2f79;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.imain-block {
    height: 285px;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 50px
}

.imain-block.labor {
    background-image: url(/themes/democrats-edworkforce/images/workforce.jpg)
}

.imain-block.ed {
    background-image: url(/themes/democrats-edworkforce/images/education2.jpg)
}

.imain-block a {
    color: #f5c009;
    font-size: 34px;
    background-color: rgba(0, 40, 115, 0.752);
    border-radius: 5px;
    border: 2px solid #f5c009;
    text-transform: uppercase;
}

.imain-block a.noimg {
    background-color: rgb(0 41 115 / 85%)
}

#calendar .fc-toolbar .fc-right .fc-agendaDay-button,
#calendar .fc-toolbar .fc-right .fc-agendaWeek-button,
.imain-block a:hover {
    background-color: #0e2f79
}

.fc-title {
    overflow: auto;
}

.imain-block a:hover {
    color: #f5c009
}

.issue-btn {
    width: 100%;
    margin-top: 30px;
    text-transform: none !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 10px
}

.hearing-type,
.pagination-right,
a.more {
    text-transform: uppercase
}

#issue .one_column .breakout #issueFeed>li .title,
#issue .one_column .breakout #issueFeed>li a,
.related-hearings .title,
.related-hearings a,
.related-row .title,
.related-row a {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px
}

#issue .one_column .breakout {
    padding-top: 20px
}

.related-hearings-header {
    margin-top: 60px
}

#calendar .fc-toolbar .fc-right .fc-agendaDay-button:hover,
#calendar .fc-toolbar .fc-right .fc-agendaWeek-button:hover {
    background-color: #000
}

.related-hearings .title {
    min-height: 40px
}

.related-row h3 {
    margin-top: 5px
}

#issue .one_column .breakout #issueFeed>li,
.related-hearings,
.related-row {
    margin-bottom: 5px;
    padding-bottom: 4px;
    border-bottom: none
}

#issue .one_column .breakout #issueFeed>li .date,
.related-hearings .date,
.related-row .date {
    margin-bottom: 17px;
    display: inline-block;
    float: left
}

#issue .one_column .breakout #issueFeed>li a,
.related-hearings a,
.related-row a {
    color: #000
}

#issue .one_column .breakout #issueFeed>li a:hover,
.related-hearings a:hover,
.related-row a:hover {
    color: #0e2f79
}

.hearing-date {
    margin-top: 60px
}

.hearing-type {
    font-family: 'Poppins', sans-serif;
}

#hearingcontent .main_page_title {
    margin-top: 15px
}

#listblocks .block {
    background-color: #fff;
    border: 1px solid #0e2f79;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

a.event-name,
time.event-time {
    font-family: Helvetica;
    font-size: 18px
}

#listblocks .block a {
    color: #0e2f79;
    border-radius: 5px;
    background-color: #fff;
    display: table
}

#listblocks .block a:hover,
#toggleCalendar a:hover {
    background-color: #f5c009
}

a.event-name {
    color: #000
}

a.more {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #0e2f79;
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 60px
}

.pagination-right {
    font-family: 'Poppins', sans-serif;
    font-size: 15px
}

#toggleCalendar .filter,
#toggleCalendar .hidden-sm,
#toggleCalendar a {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.pagination-right .span4 {
    position: relative;
    top: 4px
}

body.all-hearings #toggleCalendar.not-calendar {
    float: right;
    margin-top: -46px
}

.previous {
    margin-right: 15px
}

#toggleCalendar a {
    background-color: #fff;
    color: #0e2f79;
    border-radius: 7px;
    border: 1px solid #0e2f79
}

#toggleCalendar a:hover {
    color: #0e2f79
}

#calendar .fc-state-disabled,
#calendar .fc-today {
    background-color: #fceebf !important
}

.calendarFooter .row .col .today {
    color: #fceebf
}

#calendar th {
    background-color: #0e2f79;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

#calendar .fc-toolbar .fc-left .fc-state-active,
#calendar .fc-toolbar .fc-right .fc-state-active {
    background-color: #f5c009 !important
}

#calendar .fc-toolbar .fc-left .fc-state-active:hover,
#calendar .fc-toolbar .fc-right .fc-state-active:hover {
    background-color: #000 !important
}

#calendar .fc-view-container .fc-month-view .fc-event-container a{
    color: #0e2f79;
}

#toggleCalendar .jump {
    background-color: #0e2f79;
    padding-top: 10px;
    border-radius: 7px
}

#toggleCalendar .jump label {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff
}

#toggleCalendar .jump label .glyphicon {
    color: #fff
}

#toggleCalendar .filter,
#toggleCalendar .hidden-sm {
    float: right;
    margin-left: 15px;
    background-color: #fff;
    color: #0e2f79;
    border-radius: 7px;
    border: 1px solid #0e2f79
}

#toggleCalendar .filter:hover,
#toggleCalendar .hidden-sm:hover {
    color: #0e2f79;
    background-color: #f5c009
}

select#sponsored {
    height: 40px
}

#history .tablelist {
    clear: both;
    overflow: auto;
    margin: 0 0 55px
}

#history .tablelist .tablehead {
    background-color: #204083;
    margin: 0 0 5px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0
}

#history .tablelist .tablehead h4 {
    padding: 0;
    margin: 0
}

#history .tablelist .list .row {
    margin-left: 0;
    margin-right: 0
}

#history .tablelist .list .row:nth-child(even) {
    background-color: #f7f7f7
}

#history .tablelist .list .row:nth-child(odd) {
    float: none;
    background-color: #ebebeb
}

#history .tablelist .source {
    padding: 10px;
    font-size: 1rem;
}

#listblocks .block a .media-heading.noimg {
    display: table-cell;
    vertical-align: middle;
    float: none;
    top: 0
}

.gsc-control-cse {
    border: none !important
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #FFF !important
}

.people>li .title {
    text-transform: none
}

#share-buttons #share-copy-link {
    cursor: pointer
}

#multimedia-browser {
    margin-top: 30px
}

#multimedia-browser .loading div#search-results-header,
#multimedia-browser ul.nav-tabs {
    display: none
}

#multimedia-browser .status {
    background-color: #343331
}

#multimedia-browser .pagination,
body .footer {
    background-color: #0e2f79
}

@media (max-width:991px) {
    #multimedia-browser .multimedia-tools fieldset {
        width: 100%;
        margin-bottom: 15px
    }
}

#multimedia-browser .multimedia-tools select {
    width: 41%
}

#multimedia-browser .multimedia-tools input[type=text] {
    width: 86%
}


.multimedia-content{
    display: block;
    position: relative;
  }
  
  #multimedia-browser .media-thumbnail{
    
  float: left;
  width: 100%;
  max-width: 30%;
  margin: 0 1rem;
  min-height: 480px;
  }
  
  #multimedia-browser .media-thumbnail img{
  display: block;
  width: 100%;
  }
  
  @media (max-width: 1198px) {
    #multimedia-browser .media-thumbnail{
    max-width: 28%;
    min-height: 380px;
    }
  }
  
  @media (max-width: 767px) {
    #multimedia-browser .media-thumbnail{
    max-width: 100%;
    min-height: 380px;
    margin: 1rem 0;
      float: none;
    }
  }

body .footer {
    margin-top: 50px;
    padding: 20px
}

body .footer .footernav {
    position: relative;
    top: 5px
}

body .footer .footernav li a {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase
}

@media (max-width:991px) {
    body .footer .footernav li a {
        font-size: 20px
    }
}

body .footer .footernav li a:hover {
    color: #f5c009
}

body .footer .social-list a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    color: #0e2f79;
    text-align: center;
    padding-top: 8px;
    font-size: 24px;
    margin-left: 7px;
    border-radius: 3px
}

body .footer .social-list a:hover {
    background-color: #f5c009;
    color: #0e2f79
}

.subfooter,
.subfooter a {
    color: #fff
}

@media (max-width:737px) {
    body .footer {
        text-align: center
    }

    body .footer .footernav {
        float: none !important
    }

    body .footer .social-list a {
        width: 30px;
        height: 30px;
        font-size: 17px;
        margin-top: 6px
    }

    body .footer .social-list {
        float: none !important;
        text-align: center
    }
}

.subfooter {
    background-color: #343331;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    font-size: 16px
}

.subfooter a:hover {
    color: #f5c009
}

@media (max-width:700px) {
    .subfooter {
        text-align: center
    }

    .subfooter .address.pull-right,
    .subfooter .subfooternav {
        float: none !important
    }
}

.subfooter .subfooternav li:first-child {
    border-right: 1px solid #fff
}

@media (max-width:1200px) {
    .subfooter {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .subfooter {
        font-size: 14px
    }
}

#content .amend-form-container form input[type=text],
#content .amend-form-container form input[type=email],
#content .amend-form-container form select,
#content .amend-form-container form textarea {
    padding-left: 9px
}

.hide-on-submit {
    display: none !important
}

.black {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

.book {
    font-family: 'Poppins', sans-serif;
}

.bold {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.heavy {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.helvetica {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}


.h1{
    font-size: 36px;
}

.h2{
    font-size: 30px;
}

.h3{
    font-size: 24px;
}
.h4{
    font-size: 18px;
}

@media (min-width:1450px) {
    .container {
        width: 1400px
    }
}

body {
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 19px;
    line-height: 1.5em;
}

p{
    line-height: 1.5em;
}

#content p{
    line-height: 1.5em;
}


a {
    color: #1a51bf;
    text-decoration: none;
}

a:hover {
    color: #0e2f79;
    text-decoration: underline;
}

a:focus {
    
    text-decoration: underline;
}

.main_page_title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-top: 90px
}

@media(max-width:767px){
 
.main_page_title {

    margin-top: 30px
}   
}

#breadcrumb {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}

#breadcrumb a {
    color: #224184;
    text-transform: uppercase
}

#main_column form .btn,
.btn,
.btn-default:focus,
.btn-defualt,
.btn-defualt:visited,
.btn:visited,
.pager li .btn,
.search-media-btn,
btn:focus {
    background-color: #fff;
    border: 1px solid #0e2f79;
    color: #0e2f79;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 7px
}

#main_column form .btn a,
#main_column form .btn:focus,
#main_column form .btn:link,
#main_column form .btn:visited,
.btn a,
.btn-default:focus a,
.btn-default:focus:focus,
.btn-default:focus:link,
.btn-default:focus:visited,
.btn-defualt a,
.btn-defualt:focus,
.btn-defualt:link,
.btn-defualt:visited,
.btn-defualt:visited a,
.btn-defualt:visited:focus,
.btn-defualt:visited:link,
.btn-defualt:visited:visited,
.btn:focus,
.btn:link,
.btn:visited,
.btn:visited a,
.btn:visited:focus,
.btn:visited:link,
.btn:visited:visited,
.pager li .btn a,
.pager li .btn:focus,
.pager li .btn:link,
.pager li .btn:visited,
.search-media-btn a,
.search-media-btn:focus,
.search-media-btn:link,
.search-media-btn:visited,
btn:focus a,
btn:focus:focus,
btn:focus:link,
btn:focus:visited {
    color: #0e2f79
}

#main_column form .btn:hover,
.btn-default:focus:hover,
.btn-defualt:hover,
.btn-defualt:visited:hover,
.btn:hover,
.btn:visited:hover,
.pager li .btn:hover,
.search-media-btn:hover,
btn:focus:hover {
    color: #0e2f79;
    background-color: #f5c009
}

select {
    background: #fff;
    width: 55px;
    height: 28px;
    color: #000;
    border: 1px solid silver;
    cursor: pointer;
    outline: 0;
    position: relative;
    border-radius: 0;
    margin: 0 auto;
    padding: 0 10px;
    vertical-align: bottom;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

#newscontent #press p {
    margin: 0 0 30px;
    line-height: 1.5em;
}

@media (max-width:767px) {
    #multimedia-browser .row .media-thumbnail {
        display: block;
        float: none !important;
        margin: 1em 0;
        width: 100%
    }
}

.ie .ieonly,
.ieold .ieoldonly {
    display: block !important
}

.ie #filtermodal .modal-dialog .modal-content .modal-body form select {
    height: auto
}

.ie .notie {
    display: none !important
}

.ie7 .ie7only,
.ie7 .navbar-toggle {
    display: block !important
}

@-moz-document url-prefix() {
    #filtermodal .modal-dialog .modal-content .modal-body form select {
        height: 59px
    }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em;
}

.sitebanner{
    padding-top: 25%;
    position: relative;
    width: 100%;
    display: block;
}


.sitebanner .banner{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;    
}

.sitebanner.mobile{
    padding-top: 75%;
}

@media(max-width:991px){
    #main_container img{
        display: block;
        width: 100%;
        height: auto;
    }
      
}

.table>tbody>tr>td{
    vertical-align: middle!important;
}