 council-shared.css
 * Council styles
 * ===================================
 * =================================== */

@charset "utf-8";

/* CSS Document */

img.memberPic,
.boardMemberPhoto img,
.department #mainColContent #x60876 .thumnbnailExcerptImg img {
    width: 225px !important;
    height: 225px !important;
    border-radius: 50% !important;
}

.department #mainColContent #x60876 .thumnbnailExcerptImg img {
    margin-right: 20px;
}

.presskit div {
    height: 450px
}

.presskit div img {
    width: 100%
}


/* buttons */

.emailUpdate,
.visitWebsite {
    display: inline-block;
    padding: 20px 35px;
    color: #fff;
    border-radius: 9px;
    cursor: pointer;
    font-size: 14px;
}

.emailUpdate {
    background-color: #3498DB;
}

.visitWebsite {
    background-color: #E74C3C;
}


/* Council Homepage */

#x60875 .twoColLeft {
    width: 75%;
    padding-left: 5px;
    padding-right: 0px;
}

#x60875 .twoColRight {
    width: 25%;
    padding-right: 5px;
    padding-left: 5px;
}

div#feedContainerx12291 h2 {
    font-size: 28px;
}

div.videoDescription .tileTextDescription {
    max-height: 425px;
}


/* 960 only */

@media (min-width: 992px) and (max-width: 1279px) {
    #x60875 .twoColLeft {
        width: 66.66%;
    }
    #x60875 .twoColRight {
        width: 33.33%;
    }
}


/* mobile and tablet */

@media (max-width: 991px) {
    #x60875 .twoColLeft {
        width: 100%;
    }
    #x60875 .twoColRight {
        width: 100%;
    }
}

#x61325 h3.secondaryListTitle {
    display: none;
}


/* council homepage end */


/* Council homepage Colorblocks */


/*Paralax*/

.parallaxed {
    margin: 0 auto;
    padding: 0px;
    height: 350px;
}

.parallaxed.image {
    background-color: transparent;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.parallaxed.image h2 {
    display: none;
}

.parallaxed.section {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    min-height: 500px;
    height: auto;
    padding: 30px 0px;
}

.parallaxed.section h2 {
    color: #fff;
    padding: 10px 20px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    width: 50%;
    margin-left: 25%;
    text-align: center;
}


/*Section Colors*/

#p_section1 {
    background: #006632;
}

#p_section2 {
    background: #333f48;
}


/*Jump Links*/

.jumpLinks {
    list-style: none;
    margin: -30px 0px 0px 0px !important;
    padding: 0px !important;
    clear: both;
}

.jumpLinks li {
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    width: 31.25%;
}

.jumpLinks li:last-child {
    margin: 0px;
}

.jumpLinks li a {
    display: block;
    border: 2px solid #000;
    padding: 5px 0px;
    color: #000;
    text-align: center;
    text-decoration: none;
}

.jumpLinks li a:hover {
    background: #000 !important;
}

.jumpLinks li.active a:hover {
    background: #fff !important;
    color: #000 !important;
}

.jumpLinks li.active:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    margin: 0px 0px 0px -10px;
    left: 15.625%;
}


/*See All Nav*/

.seeAll,
a.seeAll:focus {
    color: #fff;
    background: #003DA5;
    padding: 10px 10px 7px 7px;
    font-size: 14px;
    width: 67.5%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.seeAll:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.seeAll i {
    margin-right: 10px;
}


/* Councilmember Bios  */

.boardMember div.boardMemberContent .toggleBio {
    display: none;
}

.boardMember div.boardMemberContent .memberBio {
    display: block;
}


/*CALENDAR SECTION*/

#calendarContainer .calendar {
    height: 320px;
    background: #fff;
    overflow: hidden;
    padding: 40px !important;
}

#calendarContainer .calendar div {
    overflow: hidden;
    height: 250px;
    width: 101%;
}

#calendarContainer .calendar #trumbacal > h2 {
    display: none;
}

#calendarContainer .calendar div p {
    display: block;
    height: 0px;
    padding: 0px;
    margin: 0px;
}

#calendarContainer .calendar iframe {
    border: 0px;
    margin: -1px;
}

#calendarContainer a {
    border: 2px white solid;
    display: table-cell;
    vertical-align: middle;
    height: 320px;
    width: 310px;
    text-decoration: none;
    padding: 20px 25%;
}

@media (min-width: 992px) and (max-width: 1279px) {
    #calendarContainer .calendar {
        height: 320px;
        background: #fff;
        overflow: hidden;
        padding: 30px 20px !important;
    }
}

@media (max-width: 991px) {
    #calendarContainer a {
        display: block;
        width: 100%;
        height: 150px;
        margin-top: 10px;
        padding: 20px 0%;
    }
}

#calendarContainer h3 {
    color: white;
    text-align: center;
    margin: 0px auto auto;
    font-size: 30px;
}

#calendarContainer .councilHomePage h2 {
    display: none;
}

.blockInnerWrapper i {
    color: white;
    display: block;
    text-align: center;
    margin-top: 20px;
}


/* mailchimp */


/* Mail Chimp */

#mc_embed_signup input {
    border: 1px solid #999;
}

#mc_embed_signup input:focus {
    border-color: #333;
}

#mc_embed_signup .mc-field-group {
    position: relative;
}

#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
    display: block;
    padding: 8px 0;
    text-indent: 2%;
    width: 100%;
}

#mc_embed_signup .indicates-required {
    margin-right: 4%;
    text-align: right;
}

#mc_embed_signup .asterisk {
    color: #c60;
    font-size: 200%;
}

#mc_embed_signup .mc-field-group .asterisk {
    position: absolute;
    right: 10px;
    top: 25px;
}

#mc_embed_signup .mc-field-group.input-group ul {
    list-style: outside none none;
    margin: 0;
    max-width: 100%;
}

#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
    padding-left: 10px;
}

#mc_embed_signup .mc-field-group.input-group input {
    border: medium none;
    display: inline;
    width: auto;
}


/*STAFF SECTION*/

.clearfix {
    clear: both;
    position: relative;
}

.councilHomePage #p_section1 .row {
    border-top: 2px solid #fff;
    padding-top: 30px;
    margin-top: 20px;
}

.councilHomePage .bioContainer {
    width: 100%;
    text-align: center;
}

.councilHomePage .bioContainer a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.councilHomePage #staffBio .bioContainer a {
    display: block;
    padding: 30px 0px 30px 0px;
    margin-bottom: 20px;
    font-weight: normal;
    text-decoration: none;
}

.councilHomePage .bioContainer a:hover {
    background: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.councilHomePage .bioPic {
    background: transparent;
    border-radius: 200px;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.councilHomePage .bioPic,
.councilHomePage .bioPic img {
    width: 140px;
    height: 140px;
    display: inline-block;
}

.councilHomePage .bioPic img {
    height: auto;
}

.councilHomePage .bioName {
    font-size: 18px;
    padding: 0px !important;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.councilHomePage .bioTitle {
    font-size: 16px;
}

.councilHomePage a.sectionJumpOffLink {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 20px;
    font-weight: bold;
    float: right;
    text-decoration: none;
    margin: 20px 0px;
}

.councilHomePage a.sectionJumpOffLink span {
    padding: 0px 20px;
}

.councilHomePage #calendarContainer a:hover,
.councilHomePage a.sectionJumpOffLink:hover {
    background: rgba(0, 0, 0, 0.4);
    border-color: rgba(0, 0, 0, 0.4);
}

#staffBio div {
    vertical-align: text-top;
}


/*Council Member*/

.councilHomePage .headBio {
    color: #fff;
    text-align: left;
}

@media (max-width: 991px) {
    .councilHomePage .headBio .col-md-4 {
        text-align: center;
    }
}

.councilHomePage .headBio .bioPic,
.councilHomePage .headBio .bioPic img {
    width: 290px;
    height: 290px;
    text-align: center;
}

.councilHomePage .headBio .bioName {
    font-size: 30px;
    font-family: 'Seattle Text';
}

.councilHomePage .headBio .bioDesc {
    max-width: 550px;
}


/* Issues */


/* Voice for Drivers */

#voiceForDrivers .callout {
    display: block;
    font-size: 30px;
    padding: 16px 31px;
    color: #31D9D7;
    margin: 0 auto;
    font-family: 'Oxygen', sans-serif !important;
}

#voiceForDrivers .button {
    background-color: #31D9D7;
    color: #fff;
    font-size: 1.5em;
    padding: 15px;
    border-radius: 8px;
    display: block;
    margin: 20px 0 20px 40px;
    width: 400px;
    font-weight: 500;
    text-align: center;
}


/* Gun Safety */

#gunSafety .publicMeeting {
    background-color: #C4EDF2;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #ffffff;
    display: inline-block;
    color: black;
    font-family: arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    margin: 15px 0;
    width: 400px;
    float: right;
}

#gunSafety h2 {
    margin-bottom: 10px;
    text-align: center;
}

#gunSafety .map {
    margin: 15px 25px 15px 0;
    display: inline-block;
    vertical-align: top;
}

#gunSafety #mapthumbs {
    margin-top: 30px;
}

#gunSafety .callout {
    background-color: #b71f1f;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
    border: 1px solid #ffffff;
    display: block;
    font-family: arial;
    font-size: 17px;
    padding: 16px 31px;
    text-decoration: none;
    color: white;
    font-weight: 700;
    text-align: center;
    width: 400px;
}

#gunSafety .calloutLink {
    color: white;
    text-decoration: none !important;
}

#gunSafety .circle {
    display: table-cell;
    margin-right: 15px;
    height: 90px;
    width: 90px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #b71f1f;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-family: arial, sans-serif;
    font-size: 15px;
    vertical-align: middle;
    font-weight: 700;
}

#gunSafety .circleContainer {
    width: 125px;
    max-width: 125px;
    float: left;
    display: inline-block !important;
    margin-right: 25px !important;
}

#gunSafety .actionText {
    margin-left: 105px;
    color: #b71f1f;
    font-family: arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    word-wrap: break-word;
}

#gunSafety .actionText p {
    font-size: 18px;
}

#gunSafety .spacer {
    margin-bottom: 30px !important;
}

#gunSafety .gunSafetyCallout {
    margin-top: 15px;
    font-style: italic;
    margin-bottom: 20px;
    max-width: 700px;
}

#gunSafety .calloutBullet {
    display: block;
    max-width: 600px;
}

#gunSafety .iframeWrapper {
    max-width: 640px !important;
    min-height: 360px !important;
    display: block;
    position: relative;
}

#gunSafety .iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 640px !important;
    height: 360px !important;
}

/*Right Column*/

.councilHomePage #rightCol:before {
    border: 0px !important;
}

.councilHomePage #rightCol .contactTile {
    margin-top: 70px;
    border-top: 8px solid;
}

.councilHomePage #rightCol .contactTile h3.tileTitle {
    color: #000;
    font-size: 24px;
    font-family: 'Seattle Text';
    margin: 15px 0px 10px 10px;
}

@media (min-width:992px) and (max-width:1279px) {
    /*Right Column*/
    .councilHomePage #rightCol:before {
        border: 0px !important;
    }
    .councilHomePage #rightCol {
        padding-left: 80px;
    }
    .councilHomePage #rightCol .contactTile {
        margin-top: 70px;
        border-top: 8px solid;
        width: 100%;
        padding: 0px;
        box-shadow: none;
    }
    .councilHomePage #rightCol .contactTile h3.tileTitle {
        color: #000;
        font-size: 24px;
        font-family: 'Seattle Text';
        margin: 15px 0px 10px 10px;
    }
    .councilHomePage #rightCol .contactTile label {
        display: block;
        margin: 20px 0px 0px 0px;
    }
    .councilHomePage #rightCol .contactTile .contactTileSocialMediaWrapper a {
        margin: 2px 0px 0px 0px;
    }
}

@media (max-width:991px) {
    .councilHomePage #mainColMain {
        padding-bottom: 0px;
    }
    .councilHomePage #rightCol {
        padding-right: 20px;
    }
    .councilHomePage #rightCol .contactTile {
        width: 100%;
        margin-top: 0px;
    }
    .councilHomePage .seeAll {
        display: none;
    }
    .councilHomePage a.sectionJumpOffLink {
        margin: 20px;
    }
    .councilHomePage #calendarContainer {
        padding: 0px 20px 30px 20px;
    }
    .councilHomePage #calendarContainer .blockInnerWrapper a {
        margin-top: 20px;
    }
    .councilHomePage #mainColMain h1,
    #mainColMain h2,
    #mainColMain h3,
    #mainColMain h4,
    #mainColMain h5,
    #mainColMain h6,
    #mainColMain a,
    #mainColMain span,
    #mainColMain p,
    #mainColMain ul,
    #mainColMain ol,
    #mainColMain dl,
    #mainColMain dt,
    #mainColMain dd {
        max-width: 100%;
    }
    .councilHomePage #leftCol {
        padding: 30px;
    }
}

@media (max-width:1279px) {
    .jumpLinks li.active:before {
        margin: 0px 0px 0px -3px !important;
    }
}

/*====================*/
/*Custom CSS*/
/*====================*/

#featuredTileContainer .overlayBox {
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.55) 100%) !important;
}

.taxonomyTile.programTile a .emptyTitle {
    visibility: hidden;
}

/*Change featured images so they don't cut off the edges*/
.featureWrapper.emptyFeatureWrapper, .featureWrapperShort {
  height: 0 !important;
  padding-bottom: 22% !important;
}
.no-menu-link {
    pointer-events: none;
    text-decoration: underline;
}
/* Translate Button */
.translate {
    border: 15px;
    background-color: #3286CC;
    width: 125px;
    padding: 20px;
    color: #fff;
    border-radius: 8px;
    margin: 25px 0 !important;
    cursor: pointer;
    text-align: center;
}

/*Font Awesome*/
@font-face {
    font-family: 'fontAwesome';
    src: 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2';
}

/* Issue area boxes for staff */

.issueAreasTitle {
    font-size: 18px;
}

.issueAreas ul {
    margin-left: -10px !important;
}

.issueAreas li {
    display: inline-block;
    margin: 2px 8px;
    padding: 8px 16px;
    border: 1px solid #003DA5;
    color: #003DA5;
}

img.memberPic,
.boardMemberPhoto img,
.department #mainColContent #x60876 .thumnbnailExcerptImg img {
    width: 225px !important;
    height: 225px !important;
    border-radius: 50% !important;
}