﻿/* Top Bar & Navigation - RJB - 8/19/14
--------------------------------------------------*/

* {
    margin: auto 0;
    padding: 0;
}

html,
body {
    height: 100%;
    width: 100%;
    min-width: 1000px;
}

section {
    display: block;
}

a,
a img {
    border: none;
    outline: none;
}

a {
    color: #31a6c5;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

a:hover,
a:active {
    color: #1e8ba8;
}

.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    background-color: #6CBAD0;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

#barLogin,
#mission,
.topInfoBar,
#menuNavigation,
.primary-nav,
#logIn,
#pageContent,
#footer .adr,
#footer #mepFoot,
#footer .tel {
    font-family: 'Lora', serif;
}

{
    font-family: 'Open Sans', sans-serif;
}

.topBar {
    float: left;
    display: block;
    top: 0;
    position: relative;
    height: 40px;
    width: 100%;
    margin: 0 auto;
    background: #31a6c5;
}

#barLogin {
    width: 1000px;
    margin: 0 auto;
    display: block;
}

#mepHeadline {
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    float: left;
    color: #fff;
    line-height: 40px;
    width: 60%;
    padding: 0 0 0 2%;
    display: block;
}

#mepHeadline a {
    text-decoration: none;
    color: #fff;
}

#mepHeadline a:hover {
    color: #fbe100;
}

#logIn {
    float: left;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    text-transform: uppercase;
    width: 10%;
    letter-spacing: 1px;
    display: block;
}

.tel {
    color: #000;
    font-weight: bold;
}

#callUs {
    color: #fbe100;
    float: right;
    font-size: 16px;
    color: #fbe100;
    line-height: 40px;
    width: 14%;
    display: block;
    text-align: center;
    height: 40px;
    margin-right: 17px;
}

#callUs a {
    text-decoration: none;
    color: #fbe100;
}

#callUs .tel {
    color: #fff;
}

#callUs .tel:hover {
    color: #fbe100;
}

.tel:hover {
    color: #fff;
}

#parent {
    cursor: default;
}

.menuBar {
    display: block;
    float: left;
    width: 100%;
    height: 75px;
    background: url(/Content/images/patternNavBG.png) top center no-repeat;
    margin-top: 20px;
    position: relative;
    z-index: 15;
}

#menuNavigation {
    width: 1000px;
    margin: 0 auto;
    height: 75px;
    text-align: center;
}

.navLeftRight {
    width: 398px;
    display: block;
    float: left;
}

.navLeftRight li {
    list-style: none;
    width: 50%;
    line-height: 75px;
    display: inline-block;
    float: left;
}

.navLeftRight #contact a {
    font-weight: bold;
    color: #31a6c5;
}

.navLeftRight #contact a:hover {
    font-weight: bold;
    color: #fbe100;
}

.navLeftRight li a {
    list-style: none;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.navLeftRight li a:hover {
    color: #31A6C5;
}

.navRightLeft {
    width: 398px;
    display: block;
    float: left;
}

.navRightLeft li {
    list-style: none;
    width: 50%;
    line-height: 75px;
    display: inline-block;
    float: left;
}

.navRightLeft #contact a {
    font-weight: bold;
    color: #31a6c5;
}

.navRightLeft #contact a:hover {
    font-weight: bold;
    color: #fbe100;
}

.navRightLeft li a {
    list-style: none;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.navRightLeft li a:hover {
    color: #31A6C5
}

#leftMenu li a {
    border-left: 1px solid #8c9494;
}

#rightMenu li a {
    border-right: 1px solid #8c9494;
}

#parentArchive {
    margin-top: -15px;
    cursor: default;
}

#archives {
    margin-top: 15px;
    line-height: 19px;
    padding: 18px;
    text-align: center;
    display: block;
}

.topLogo {
    background: url(/Content/images/mep-logo.svg) center center no-repeat;
    width: 204px;
    height: 204px;
    display: block;
    float: left;
    position: relative;
    top: -42px;
    /*position: absolute; top: -45px; left: 44%;*/
}

#navBorder {
    display: block;
    width: 80%;
    margin: 0 auto;
    border-bottom: 2px dashed #fff;
}

#menuNavigation li a:hover,
#menuNavigation li a:active {
    background: none repeat scroll 0 0 #31A6C5;
    color: #fbe100;
}

#menuNavigation li ul {
    background: none repeat scroll 0 0 #31A6C5;
    display: none;
    margin: 0;
    float: left;
    position: relative;
    z-index: 20;
    width: 250px;
}

#menuNavigation li ul li {
    height: auto;
    margin: 0 auto;
    width: 250px;
    display: block;
    -webkit-transition: height 200ms ease-in;
    -moz-transition: height 200ms ease-in;
    -o-transition: height 200ms ease-in;
    transition: height 200ms ease-in;
}

#menuNavigation li ul li a {
    height: auto;
    line-height: 64px;
    text-transform: none;
    width: 249px;
}

#menuNavigation li ul.subMenu li a {
    text-align: center;
}

#menuNavigation li ul li a:hover {
    background: none repeat scroll 0 0 #31A6C5;
    color: #fbe100;
}

#menuNavigation li:hover ul {
    display: block;
}

#menuNavigation li:hover {
    background: none repeat scroll 0 0 #31A6C5;
    color: #fbe100;
}

#menuNavigation li:hover > a.subMenu {
    background: none repeat scroll 0 0 #31A6C5;
    color: #31322D;
}

a.subMenu {
    cursor: default;
}

#menuNavigation li:hover ul ul,
#menuNavigation li:hover ul ul ul,
#menuNavigation li:hover ul ul ul ul#menuNavigation li.over ul ul ul,
#menuNavigation li.over ul ul ul ul {
    display: none;
}

#menuNavigation li:hover ul,
#menuNavigation li li:hover ul,
#menuNavigation li li li:hover ul {
    display: block;
}

#menuNavigation li ul li ul {
    background: none repeat scroll 0 0 #31322D;
    display: none;
    margin-left: -250px;
    margin-top: -70px;
    position: absolute;
    z-index: 1;
    color: #31A6C5;
}

#menuNavigation li ul li ul li a {
    border-right: 1px solid #31322D;
}

#menuNavigation li ul li ul li a:hover {
    background: none repeat scroll 0 0 #31322D;
    color: #31A6C5;
}

.subMenu img {
    display: block;
    margin: 0 auto;
    width: 33px;
    height: auto;
    float: left;
    padding: 21px 0px 0 34px;
}

.primary-nav {
    display: none;
}

.nav-button {
    display: none;
}

#topBar #mobileLogo {
    display: none;
}

#testContainer {
    width: 100%;
    display: block;
}

#testContainer span a {
    display: block;
    float: left;
    width: 100%;
}

#callUsMobile {
    display: none;
}

#forgot a {
    font-size: 11px;
}

#mepVideoWrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px;
}

#mepVideoContainer {
    display: block;
    margin: 0 auto;
}

#callUs .tel {
    display: block;
    float: right;
}

#callUs img {
    max-width: 25px;
    margin-top: 7px;
}

.boxContent img.coming-soon {
    display: block;
    margin: 40px auto;
    max-width: 500px;
}


/* Top Content Slider
--------------------------------------------------*/

.topContent {
    display: block;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    background: url(/Content/images/mepHomeSlider1.jpg) top center no-repeat;
    float: left;
    margin-top: -20px;
}

.topContent2 {
    display: block;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    background: url(/Content/images/mepHomeSlider2.jpg) top center no-repeat;
    float: left;
    margin-top: -20px;
}

.ContactPK-16Council .topContent2 {
    display: block;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    background: url(/Content/images/mepHomeSlider3.jpg) top center no-repeat;
    float: left;
    margin-top: -20px;
}

.PK-16Academy .topContent2 {
    display: block;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    background: url(/Content/images/mepHomeSlider11.jpg) top center no-repeat;
    float: left;
    margin-top: -20px;
}

#Initiatives .topContent2,
.StreamBodyClass .topContent2 {
    display: block;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    background: url(/Content/images/mepHomeSlider6.jpg) top center no-repeat;
    float: left;
    margin-top: -20px;
}

.MemberLoginBodyClass .topContent2 {
    display: block;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    background: url(/Content/images/mepHomeSlider6.jpg) top center no-repeat;
    float: left;
    margin-top: -20px;
}

.PK-16CouncilResourcesMonthlyReports .topContent2,
.PK-16CouncilResourcesAnnualReports .topContent2,
.PK-16CouncilResourcesPress .topContent2,
.PK-16CouncilResourcesOtherPublications .topContent2,
.PK-16CouncilResourcesEvents .topContent2 {
    display: block;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    background: url(/Content/images/mepHomeSlider8.jpg) top center no-repeat;
    float: left;
    margin-top: -20px;
}

.MilwaukeePartnershipAcademy .topContent2,
.MilwaukeePartnershipAcademy #Initiatives .topContent2 {
    display: block;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    background: url(/Content/images/mepHomeSlider9.jpg) top center no-repeat;
    float: left;
    margin-top: -20px;
}

#Home .middleContent {
    display: block;
    width: 100%;
    height: 595px;
    margin: 0 auto;
    position: relative;
    background: url(/Content/images/blueBackgroundPattern.jpg)top center repeat-y;
    clear: both;
}

.middleContent {
    display: block;
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    position: relative;
    background: url(/Content/images/blueBackgroundPattern.jpg) top center repeat-y;
    clear: both;
}

.middleContent img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}


/*Main Info Box
--------------------------------------------------*/

#mainInfo {
    display: block;
    width: 100%;
    height: 562px;
    text-align: center;
    position: absolute;
    z-index: 8;
    background: url(/Content/images/mainInfoBox.png) top center no-repeat;
    margin: -285px auto 0;
}

#secondaryInfo {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
    text-align: center;
    position: absolute;
    z-index: 9;
    margin: -285px auto 0;
}

.infoWrap {
    display: block;
    margin: 0 auto;
    width: 1000px;
}

.pageText {
    display: block;
    margin-top: -331px;
    width: 1200px;
    text-align: left;
    margin-left: -90px;
    min-height: 419px;
    float: left;
    padding: 0 0 40px;
    position: relative;
    background: url(/Content/images/boxRepeaterFinal.png) top center repeat-y;
    clear: both;
}

.pageTop #topHat {
    display: block;
    margin: -248px auto 0 -97px;
    height: auto;
    float: left;
    position: relative;
    z-index: 2;
}

.pageTop {
    display: block;
    /*float: left;*/
    position: relative;
    margin: 0 auto;
}

#Home .pageTop #topHat {
    display: none;
}

#Home .pageText {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;display: block;float: none;margin: 0 auto;min-height: 100px;padding: 0;text-align: left;width: 90%;}

.topInfoBar {
    display: block;
    margin: 107px auto 0;
    width: 100%;
    float: left;
    height: 40px;
}

.boxContent {
    display: block;
    position: relative;
    padding: 11px 0 10px;
    text-align: left;
    width: 73%;
    margin: 0 auto;
    z-index: 3;
}

.topInfoBar {
    display: block;
    margin: 190px auto 0;
    width: 100%;
    float: left;
    height: 40px;
}
#Home .topInfoBar
{
    margin: 107px auto 0;
}

#mepVideo {
    display: block;
    margin: 0 auto 0 23%;
    float: left;
    width: 3%;
}

#mepVideo2 {
    display: block;
    margin: 0 auto 0 23%;
    float: left;
    width: 39%;
}

#mepVideo2 img {
    display: block;
    margin: 2px auto 0;
    float: left;
    width: 36px;
    height: 26px;
}

#mepVideo img {
    display: block;
    margin: 2px auto 0;
    float: left;
    width: 36px;
    height: 26px;
}

#mepVideoText {
    display: block;
    margin: 0 auto 0 2%;
    float: left;
    width: 33%;
    text-align: left;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
}

#mepVideoText:hover {
    color: #31a6c5
}

#mepVideoText2 {
    display: block;
    margin: 0 auto 0 2%;
    float: left;
    width: 33%;
    text-align: left;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
}

#mepVideoText2:hover {
    color: #31a6c5
}

#annualReport {
    display: block;
    margin: 0 auto;
    float: left;
    width: 5%;
}

#annualReport img {
    display: block;
    margin: 0 auto;
    float: left;
    width: 33px;
    height: auto;
}

#annualReportText {
    display: block;
    margin: 0 auto;
    float: left;
    width: 15%;
    text-align: left;
    font-size: 22px;
    color: #fff;
    line-height: 30px;
}

#annualReportText:hover {
    color: #31a6c5
}

#mep {
    display: block;
    margin: 50px auto 0;
    float: left;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #31a6c5;
}

#Home #greenBorder {
    display: block;
    margin: 29px auto 0 9%;
    float: left;
    width: 83%;
    border-bottom: 2px dotted #6ee80c;
}

#greenBorder {
    display: none;
    margin: 20px auto 0 9%;
    float: left;
    width: 83%;
    border-bottom: 2px dotted #6ee80c;
}

#greenBorder2 {
    margin: 0px auto 0 3%;
    width: 94%;
    border-bottom: 2px dotted #6ee80c;
}

#mePartnership {
    display: block;
    text-align: center;
    width: 82%;
    font-size: 20px;
    color: #fff;
    clear: both;
    margin: 0 auto;
    padding-top: 20px;
}

#pageContent {
    display: block;
    margin: 0 auto;
    width: 100%;
    /*min-height:400px;*/
    height: auto;
    z-index: 8;
    position: relative;
}

#pageContent {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: url(/Content/images/mepBlueBackgroundRepeater.jpg) top center repeat-y;
    clear: both;
}

#EntriesDispContainer button {}


/*Blue Box Mission Statement
--------------------------------------------------*/

#mission {
    display: block;
    position: relative;
    z-index: 10;
    width: 560px;
    height: auto;
    margin: 0 auto;
    top: 200px;
}

.missionStatement {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 54px;
    color: #31a6c5;
    font-weight: bold;
}

.missionInfo {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #000;
    padding: 10px 0 0;
}


/*Main Content Area
--------------------------------------------------*/

#Home .pageWrap {
    width: 1000px;
    display: block;
    margin: 0 auto;
    padding: 0 0 40px;
}

.pageWrap {
    width: 1000px;
    display: block;
    margin: 0 auto;
    padding: 100px 0 0 0;
}

#Home #pageContent h1 {
    font-size: 40px;
    letter-spacing: 2px;
    color: #31a6c5;
    text-transform: uppercase;
    text-align: center;
}

#Home #pageContent h2 {
    font-size: 28px;
    letter-spacing: 2px;
    color: #181819;
}

#Home #pageContent h3 {
    font-size: 26px;
    letter-spacing: 1px;
    color: #31a6c5;
}

#Home #pageContent h4 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #31a6c5;
}

#Home #pageContent h5 {
    font-size: 20px;
    letter-spacing: .5px;
    color: #31322D;
    font-style: italic;
}

#Home #pageContent a {
    font-size: 18px;
    color: #415D68;
}

#Home #pageContent a:hover {
    color: #31a6c5;
}

#Home #pageContent p {
    font-size: 16px;
    color: #000;
}

#Home #pageContent ul {
    margin-left: 10%;
    font-size: 18px;
    color: #474747;
}

.pageText h1 {
    font-size: 26px;
    letter-spacing: 2px;
    color: #31a6c5;
    text-align: center;
    margin-bottom: 30px;
    padding: 1px 0 10px;
    border-bottom: 2px dotted #6ee80c;
    text-shadow: 1px 1px 1px #000;
}

.pageText h2 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #fbe100;
    padding: 20px 0 0;
}

.pageText h3 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #31a6c5;
    padding: 5px 0 0;
}

.pageText h4 {
    font-size: 22px;
    letter-spacing: 1px;
    color: #31a6c5;
    padding: 5px 0 0;
}

.pageText h5 {
    font-size: 20px;
    letter-spacing: .5px;
    color: #fff;
    padding: 5px 0 0;
}

.pageText p {
    /* display:inline-block; causing weird behavior. commented out on 1/11/2017 */
    display: block;
    font-size: 16px;
    color: #fff;
    margin: 8px 0;
}

.pageText ul {
    margin-left: 10%;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.pageText p a {
    font-size: 16px;
    color: #31a6c5;
    text-decoration: underline;
}

.pageText a:hover,
.pageText a:active {
    color: #C9B85D;
}

.pageText a {
    font-size: 16px;
    color: #31a6c5;
}

.pageText a:hover {
    color: #C9B85D;
}

.boxContent img {max-width: 100%;}


.newsItem {
    padding: 0 0 10px 0;
    display: block;
    float: left;
    width: 100%;
}

#Home .PK-16CouncilMPS h1 {
    display: none;
}

#Mission h3 {
    text-align: left;
    padding: 5px 0;
}

#Mission .pageText p {
    padding: 10px 0 0;
}

.STRMpostdate {
    color: #fbe100;
    padding: 0 0 5px 0;
}

#ExecutivePartners #exPartners {
    display: block;
}

#ExecutivePartners .boxContent img {
    display: block;
    float: left;
    margin: 0 auto;
    width: 100px;
    height: auto;
}

sup {
    vertical-align: super;
    font-size: 10px;
}


/*News Content Area
--------------------------------------------------*/

.newsLink {
    padding: 5px 0;
}

.newsContent {
    color: #fff;
    padding: 0 0 5px;
}

.newsLink a {
    color: #6FBBD3;
    font-size: 20px;
    text-decoration: underline;
}

.newsLink a:hover {
    color: #31a6c5;
}

.blogButton {
    background-color: #6FBBD3;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    float: right;
    border-radius: 8px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 10px 43px !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.pageText .blogButton a {
    color: #000;
    font-size: 12px;
    line-height: 26px;
    text-decoration: none;
}

.pageText .blogButton:hover {
    color: #000;
}

.blogButton:hover {
    background-color: #fff;
    color: #31A6C5;
}

#returnNews {
    background-color: #6FBBD3;
    text-align: center;
    margin: 0 auto;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 10px 43px !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 18%;
}

#returnNews:hover {
    background-color: #31a6c5;
}

#returnNews a:link {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    text-decoration: none;
}

#returnNews a:hover {
    color: #fff;
}

#pdfLink {
    background: url(/Content/images/pdfBookLink.png) no-repeat;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 4px 25px !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 80%;
}

#pdfLink:hover {
    background: url(/Content/images/pdfBookLinkH.png) no-repeat;
}

#pdfLink a {
    color: #fff;
    font-size: 12px;
    line-height: 85px;
    text-decoration: none;
    display: block;
    width: 868px;
    height: 61px;
}

#pdfLink a:hover {
    color: #fff;
}

#returnPublications {
    background-color: #6FBBD3;
    margin: 0 auto;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding: 10px 43px !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 20%;
}

#returnPublications:hover {
    background-color: #31a6c5;
}

#pdfBlock {
    width: 900px;
    display: block;
    margin: 0 auto;
    height: auto;
    position: relative;
}

#pdfImage {
    width: 70px;
    height: 44px;
    margin: 0 auto;
    position: relative;
    float: left;
}

#pdfLink {
    width: 900px;
    position: relative;
    height: 80px;
    margin: 0 auto;
    margin-top: 10px;
}

#pdfImage img {
    display: block;
    float: left;
    height: auto;
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    width: 35%;
    z-index: 4;
}

#newsletterLink {
    background: url(/Content/images/newsletterLink.png) no-repeat;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 4px 25px !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    height: 80px;
    width: 100%;
}

#newsletterLink:hover {
    background: url(/Content/images/newsletterLinkH.png) no-repeat;
}

#newsletterLink a {
    color: #fff;
    line-height: 86px;
    text-align: center;
}

#monthlyNewsletterLink {
    background: url(/Content/images/monthlyReportLink.png) no-repeat;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 4px 25px !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    height: 80px;
    width: 100%;
}

#monthlyNewsletterLink:hover {
    background: url(/Content/images/monthlyReportLinkH.png) no-repeat;
}

#monthlyNewsletterLink a {
    color: #fff;
    line-height: 86px;
    text-align: center;
}

#ExecutivePartners .member {
    display: block;
    width: 49%;
    height: 140px;
    margin: 0 auto;
    float: left;
    margin-bottom: 20px;
}

#ExecutivePartners .member img {
    display: block;
    float: left;
}

#ExecutivePartners .pageText p {
    line-height: 21px;
}

#PaginationDisplay {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#PaginationDisplay .selected {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #fff;
    color: #31a6c5;
    margin-right: 5px;
}

#PaginationDisplay a {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #31a6c5;
    color: #fff;
    margin-right: 5px;
    text-decoration: none;
    font-size: 12px;
}

#PaginationDisplay a:hover,
#PaginationDisplay a:active {
    color: #6ee80c;
}


/*Login Page
--------------------------------------------------*/

.MemberLoginBodyClass .pageWrap {
    margin: 0 auto;
    display: block;
}

.ContactStreamBodyClass .topInfoBar,
.ContactStreamBodyClass #mainInfo,
.ContactStreamBodyClass #mission,
.ContactStreamBodyClass .middleContent {}

.contactMobile {
    display: none;
}

#workGroups {
    text-align: center;
    padding: 0 0 10px;
    color: #fff;
}

.WorkGroupTable {
    margin: 0 auto;
    position: relative;
}

table {
    border-radius: 13px;
    margin: 0 auto;
    padding: 5px;
    width: 800px;
    text-align: center;
}

table td {
    background-color: #fff;
}

table th {
    padding: 10px 25px;
    text-align: center;
    background-color: #31a6c5;
    border: solid 1px #31a6c5;
    color: #fff;
    letter-spacing: 1px;
}

.DisplayContainer table tbody {
    width: 600px;
}

.WorkGroupTable tr {
    padding: 5px;
}

.WorkGroupTable a {
    text-decoration: none !important;
    text-transform: uppercase;
    color: #31a6c5;
    display: block;
    padding: 12px;
}

.WorkGroupTable a:hover {
    color: #fff;
    background: #31a6c5;
}


/*change me*/

#EntriesDispContainer ul {
    text-decoration: none;
    list-style: none;
}

#EntriesDispContainer button {
    text-align: center;
    background-color: #31a6c5;
    color: #fff;
    padding: 4px;
    cursor: pointer;
    width: 100%;
    border: none;
}

#EntriesDispContainer button:hover {
    background: #fbe100;
    color: #31a6c5;
}

.page .pageWrap {
    margin: 0 auto;
}

.page h3 {
    text-align: left;
    color: #fff;
    margin: 10px 0 0;
}

#backToGroups {
    float: right;
    display: block;
    position: absolute;
    padding: 6px;
    left: 19px;
    margin-top: -30px;
    background: #31a6c5;
    color: #fff;
}

#AddBtn {
    float: right;
    display: block;
    right: 28px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    background-color: #31a6c5;
    color: #fff;
    padding: 5px;
    border: none;
    cursor: pointer;
}

#AddBtn:hover,
#backToGroups:hover {
    background: #fbe100;
    color: #31a6c5;
}

#backToGroup {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0 0 0;
}

#backToGroup a {
    font-size: 13px;
    text-decoration: none;
}

#submit {
    float: right;
    display: block;
    right: 19px;
    margin-top: -88px;
    position: absolute;
    text-align: center;
    background-color: #31a6c5;
    color: #fff;
    padding: 5px;
    border: none;
    cursor: pointer;
}

#logIn a {
    text-decoration: none;
    color: #000;
}

#logIn a:hover {
    color: #fff;
}

#groupLogin {
    -webkit-appearance: none;
    background: none repeat scroll 0 0 #31a6c5;
    border: 1px solid #31a6c5;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

#groupLogin:hover {
    background: #fbe100;
    border: 1px solid #fbe100;
    color: #000;
}

.pager {}

.pager a {
    color: #fff;
    font-size: 20px;
}

.pager .current {
    color: #31a6c5;
}

.pager .disabled {
    color: #fff;
}

.MemberLoginBodyClass p,
ul {
    line-height: 1.6em;
    margin-bottom: 7px;
}

.MemberLoginBodyClass .pageText p {
    color: #fff;
    font-size: 16px;
    padding: 18px 0 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #CurrentFilesContainer {
        right: 50px !important;
    }
    #CurrentFilesContainer tbody {
        display: block;
        position: relative;
        right: -53px;
    }
    #CurrentFilesContainer td {
        display: block;
        width: 100%;
    }
}


/*Footer Content
--------------------------------------------------*/

footer {
    display: block;
}

#footer {
    width: 100%;
    height: 510px;
    background: url(/Content/images/mepFooterBackground.jpg) center top no-repeat;
    float: left;
    display: block;
}

#footer .wrap {
    margin: 0 auto;
    width: 1000px;
    display: block;
}

#footer ul li {
    list-style: none;
}

#footer .topFootNav {
    width: 100%;
    display: block;
}

#footer .topFootNav li {
    display: block;
    float: left;
    width: 25%;
}

#footer .topFootNav li a {
    text-align: left;
    text-decoration: none;
    display: block;
    padding: 41px 0 18px;
    line-height: 5px;
    font-size: 15px;
    letter-spacing: 2px;
    color: #31a6c5;
    transition: all 0.2s ease;
    text-transform: uppercase;
    border-bottom: 2px dotted #6EE80C;
    font-weight: bold;
    width: 100%;
}

#footer .topFootNav li a:hover,
#footer .topFootNav li a:active {
    color: #fbe100;
    transition: all 0.2s ease;
}

#footer .school {
    display: block;
    float: left;
    margin: 10px 0 0;
    padding: 0;
    width: 25%;
    text-align: left;
}

#footer .school .heading,
#footer .school .heading a {
    transition: all 0.2s ease;
    color: #761028;
    letter-spacing: 2px;
    font-size: 17px;
    line-height: 24px;
}

#footer .school .heading a:hover,
#footer .school .heading a:active {
    transition: all 0.2s ease;
    color: #fff;
}

#footer .school a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

#footer .school a:hover,
#footer .school a:active {
    transition: all 0.2s ease;
    color: #31a6c5;
}

#footer #footerLogo {
    width: 290px;
    height: 100px;
    padding: 5px 0;
    display: block;
    float: left;
}

#footer .footerBottomMid {
    display: block;
    float: left;
    font-weight: bold;
    width: 1000px;
    margin: 19px 0 0 0px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

#footer .tel a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

#footer .tel a:hover {
    color: #31A6C5;
}

#footer #footerLogo {
    display: block;
    float: left;
    font-weight: bold;
    width: 1000px;
    margin: 18px 0 0 0px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 0 0 67px;
}

#footer .adr,
#footer #mepFoot {
    display: block;
    float: left;
    width: 100%;
    color: #999;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1.25px;
    color: #fff;
    text-transform: uppercase;
}

#footer .copyright {
    color: #999;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1.25px;
    display: block;
    float: left;
}

#spanBorder {
    width: 100%;
    border-bottom: 2px dotted #6EE80C;
    padding: 1.5% 0 0;
    display: block;
    position: relative;
    float: left;
}


/* Responsive Styling
--------------------------------------------------*/

@media only screen and (min-width: 640px) and (max-width: 999px) {
    /*640p Navigation
--------------------------------------------------*/
    #barLogin {
        width: 640px;
    }
    #mepHeadline {
        width: 57%;
        font-size: 17px;
    }
    #logIn {
        width: 0%;
    }
    #callUs {
        width: 22%;
    }
    #menuNavigation {
        width: 640px;
    }
    .navLeftRight {
        width: 274px;
    }
    .navRightLeft {
        width: 282px;
        /* margin-left: -5%; */
    }
    .topLogo {
        /* background: url(/Content/images/mepTopLogo640.png) center center no-repeat; */
       /*  margin-left: -6%; */
        z-index: 15;
        display: block;
        float: left;
        position: relative;
        top: -6px;
        width: 84px;
        height: 84px;
    }
    #leftMenu li a {
        font-size: 11px;
    }
    #rightMenu li a {
        font-size: 11px;
    }
    #archives {
        display: block;
        line-height: 18px;
        margin-top: 16px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        text-align: center;
    }
    /*640p Content
--------------------------------------------------*/
    .topContent {
        display: block;
        width: 100%;
        height: 330px;
        margin: 0 auto;
        background: url(/Content/images/mepHomeSlider640.jpg) top center no-repeat;
        background-position: 50% 0px;
    }
    .topContent2 {
        display: block;
        width: 100%;
        height: 330px;
        margin: 0 auto;
        background: url(/Content/images/mepHomeSliderII640.jpg) top center no-repeat;
        background-position: 50% 0px;
    }
    .ContactPK-16Council .topContent2 {
        display: block;
        width: 100%;
        height: 330px;
        margin: 0 auto;
        background: url(/Content/images/mepHomeSliderIII640.jpg) top center no-repeat;
        float: left;
    }
    #mainInfo {
        background: url("/Content/images/mobile/mainInfoBox900.png") no-repeat scroll center top;
        margin: -120px auto 0;
    }
    #secondaryInfo {
        clear: both;
        margin: -187px auto 0;
        height: auto;
    }
    .pageText {
        margin: -221px auto 0;
        width: 100%;
    }
    .pageText h1 {
        font-size: 24px;
    }
    .pageTop #topHat {
        margin: -189px auto 0 -96px;
        width: 125%;
    }
    .boxContent {
        display: block;
        margin: 0 auto;
        padding: 26px 0 10px;
        position: relative;
        text-align: left;
        width: 85%;
    }
    #Home .topInfoBar {
        height: 22px;
        margin: 64px auto 0 21%;
        width: 70%;
    }
    .topInfoBar {
        height: 22px;
        margin: 133px auto 0 13%;
        width: 70%;
    }
    #Home #mepVideo {
        margin: 0 auto 0 9%;
    }
    #mepVideo {
        margin: 0 auto 0 20%;
    }
    #mepVideo img {
        height: auto;
        margin: 4px auto 0 -14px;
        width: 22px;
    }
    #mepVideoText {
        font-size: 14px;
        line-height: 26px;
        margin: 0 auto;
        width: 48%;
    }
    #mepVideoText2 {
        font-size: 14px;
        line-height: 26px;
        margin: 0 auto;
        width: 48%;
    }
    #annualReportText {
        width: 21%;
        line-height: 24px;
        font-size: 13px;
    }
    #annualReport img {
        width: 22px;
    }
    #annualReportText {
        margin: 0 auto 0 3%;
    }
    #Home #mep {
        margin: 15px auto 0 -27%;
        font-size: 23px;
        width: 640px;
    }
    #mep {
        margin: 22px auto 0 0%;
        font-size: 23px;
        width: 640px;
    }
    #Home #greenBorder {
        width: 96%;
        margin: 6px auto 0 -4%;
    }
    #mePartnership {
        width: 510px;
        margin: 8px auto 0 11%;
        font-size: 14px;
    }
    #Home #mePartnership {
        width: 510px;
        margin: 8px auto 0 -12%;
        font-size: 14px;
    }
    #mePartnership p {
        line-height: 20px;
    }
    #Home .pageWrap {
        width: 640px;
        display: block;
    }
    .pageWrap {
        width: 640px;
        display: block;
        margin: 0 auto;
    }
    html,
    body {
        min-width: 60%;
    }
    .infoWrap {
        width: 640px;
    }
    #greenBorder {
        margin: 38px auto 0 9%;
    }
    #googleMap {
        display: none !important;
    }
    .blogButton {
        width: 26%;
        padding: 5px 12px !important;
    }
    .blogButton a:link {
        line-height: 10px;
    }
    .newsItem {
        padding: 0 0 10px 0;
    }
    #returnNews {
        width: 30%;
    }
    #pdfLink {
        width: 7%;
    }
    #mepVideoContainer {
        display: block;
        height: auto;
        margin: 0 auto;
        width: 500px;
    }
    #pdfLink {
        background: #31A6C5;
        border-radius: 3px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 12px;
        height: auto;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        width: 80%;
    }
    #pdfLink:hover,
    #pdfLink:active {
        background: #6fbbd3;
        border-radius: 3px;
    }
    #pdfLink a {
        color: #fff;
        font-size: 13px;
        line-height: 12px;
        text-align: center;
        width: 100%;
        height: auto;
        padding: 12px 0;
    }
    #pdfBlock {
        width: 100%;
    }
    #newsletterLink {
        width: 90%;
    }
    #monthlyNewsletterLink {
        width: 90%;
    }
    /*640p Work Groups
--------------------------------------------------*/
    table {
        width: 100%;
    }
    #backToGroup {
        margin: 11px auto 0;
    }
    table tbody {
        width: 100%;
    }
    table tr {
        width: 100%;
    }
    .StructureTable {
        display: block;
        width: 69%;
    }
    .StructureTable tr,
    .StructureTable td,
    .StructureTable th,
    .StructureTable tbody {
        width: 100%;
        display: block;
        text-align: left;
    }
    textarea {
        width: 100%;
    }
    #CurrentFilesContainer {
        float: right;
        padding: 5px 0 0;
        position: absolute;
        right: 81px !important;
        width: 22%;
    }
    #message {
        color: #fff;
        margin: -24px auto 0;
        padding: 14px;
        text-align: center;
    }
    #WorkGroupContainer p {
        width: 92% !important;
    }
    #mepVideo2 {
        display: block;
        float: left;
        margin: 0 auto 0 3%;
        width: 65%;
    }
    #mepVideo2 img {
        height: 18px;
        width: 22px;
        padding: 0 13px 0 0;
    }
    /*640p Footer
--------------------------------------------------*/
    #footer .wrap {
        width: 640px;
    }
    #footer .topFootNav li a {
        font-size: 12px;
        padding: 10px 0 16px;
        width: 125px;
    }
    #footer .topFootNav .archives a {}
    #footer .school {
        margin: 0 auto;
        padding: 5px 0;
    }
    #footer .school li {
        padding: 0;
    }
    #footer .school a {
        font-size: 11px;
    }
    #footer #footerLogo {
        width: 640px;
    }
    #footer .street-address,
    #footer .locality,
    #footer .tel,
    #footer #mepFoot,
    #footer .region,
    #footer .postal-code {
        width: 640px;
    }
    #footer .footerBottomMid {
        width: 640px;
    }
}

@media only screen and (min-width: 240px) and (max-width: 639px) {
    /*Mobile Navigation
--------------------------------------------------*/
    .topBar {
        display: none;
    }
    .menuBar {
        display: none;
    }
    .navigation {
        background: url("") no-repeat center top #31322d;
        border-bottom: 3px solid #fff;
        display: block;
        height: 50px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9998;
    }
    .nav-button {
        display: block;
        position: absolute;
        top: 7px;
        right: 7px;
        width: 50px;
        height: 35px;
        background: url('/Content/images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background: url('/Content/images/menu-icon-large.png'), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background: url('/Content/images/menu-icon-large.png'), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background: url('/Content/images/menu-icon-large.png'), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 21px, 100%;
        cursor: pointer;
        border: 0 none;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        box-shadow: 0 0 4px rgba(0, 0, 0, .7) inset;
        border-radius: 5px;
        z-index: 9999;
        text-indent: -9999px;
    }
    .nav-button:hover {
        background-color: rgba(0, 0, 0, .1);
    }
    .nav-button.open {
        background: url('/Content/images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background: url('/Content/images/close-icon-large.png'), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background: url('/Content/images/close-icon-large.png'), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background: url('/Content/images/close-icon-large.png'), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 21px, 100%;
    }
    .primary-nav {
        width: 100%;
        float: none;
        background-color: #31A6C5;
        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: -ms-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));
        display: block;
        height: 53px;
        margin: 0;
        padding: 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 998;
        clear: both;
    }
    .primary-nav li {
        display: none;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .primary-nav li a {
        display: block;
        width: 90%;
        padding: 4px 5%;
        font-size: 14px;
        font-weight: bold;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, .15);
        color: white;
        text-decoration: none;
        border-bottom: 1px solid rgba(0, 0, 0, .2);
        border-top: 1px solid rgba(255, 255, 255, .1);
        text-align: center;
        text-transform: uppercase;
    }
    .primary-nav li a:hover {
        background-color: #31322D;
        border-top-color: transparent;
    }
    .primary-nav > li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .2);
    }
    .primary-nav.open {
        height: auto;
        padding-top: 50px;
    }
    .primary-nav.open li {
        display: block;
    }
    .primary-nav > li:hover > a {
        background: #31322D;
        border-bottom-color: transparent;
    }
    .primary-nav li.parent > a:after {
        content: "▼";
        color: #31322D;
        float: right;
    }
    .primary-nav li.parent > a:hover {
        background: rgba(0, 0, 0, .75);
    }
    .primary-nav li ul {
        display: none;
        background: #6E6E6E;
        border-top: 0 none;
        padding: 0;
    }
    .primary-nav li ul a {
        border: 0 none;
        font-size: 12px;
        padding: 10px 5%;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
    }
    .primary-nav li:hover ul {
        display: block;
        border-top: 0 none;
    }
    .primary-nav li.callUs {
        background-color: #31322D;
    }
    .primary-nav li.callUs > a:hover {
        background-color: #1CB893;
    }
    .primary-nav .mobileCTA {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
    }
    #topBar #mobileLogo {
        position: fixed;
        width: 100px;
        height: auto;
        margin: 0 auto;
        top: 6px;
        left: 6px;
        z-index: 9999;
        display: block;
    }
    #topBar #mobileText {
        position: fixed;
        width: 70%;
        height: auto;
        margin: 0 auto;
        top: 6px;
        left: 26px;
        z-index: 9999;
        display: block;
    }
    #mobileTopNav {
        display: inline-table;
        float: right;
        padding: 4% 43.5% 0 0;
        width: 81%;
    }
    #callUsMobile {
        left: 99px;
        float: left;
        font-size: 16px;
        color: #fbe100;
        line-height: 40px;
        font-weight: bold;
        width: 50%;
        top: 5px;
        display: block;
        text-align: center;
        position: relative;
        z-index: 1000;
    }
    #callUsMobile a {
        text-decoration: none;
        color: #fbe100;
    }
    #callUs a:hover {
        color: #fbe100;
    }
    /*Mobile Content
--------------------------------------------------*/
    .boxContent {
        width: 80%;
    }
    .topContent {
        display: block;
        width: 100%;
        height: 220px;
        margin: 0 auto;
        background: url(/Content/images/mobile/mepHomeSliderMobile.jpg) top center no-repeat;
        background-position: 50% 25px;
    }
    .topContent2 {
        display: block;
        width: 100%;
        height: 220px;
        margin: 0 auto;
        background: url(/Content/images/mobile/mepHomeSliderMobile2.jpg) top center no-repeat;
        background-position: 50% 25px;
    }
    .ContactPK-16Council .topContent2 {
        display: block;
        width: 100%;
        height: 220px;
        margin: 0 auto;
        background: url(/Content/images/mobile/mepHomeSliderMobileIII.jpg) top center no-repeat;
        float: left;
        background-position: 50% 25px;
    }
    .PK-16Academy .topContent2 {
        display: block;
        width: 100%;
        height: 220px;
        margin: 0 auto;
        background: url(/Content/images/mobile/mepHomeSliderMobile4.jpg) top center no-repeat;
        background-position: 50% 25px;
    }
    #Initiatives .topContent2 {
        display: block;
        width: 100%;
        height: 220px;
        margin: 0 auto;
        background: url(/Content/images/mobile/mepHomeSliderMobile6.jpg) top center no-repeat;
        background-position: 50% 25px;
    }
    .MemberLoginBodyClass .topContent2 {
        display: block;
        width: 100%;
        height: 220px;
        margin: 0 auto;
        background: url(/Content/images/mobile/mepHomeSliderMobile6.jpg) top center no-repeat;
        background-position: 50% 25px;
    }
    .PK-16CouncilResourcesMonthlyReports .topContent2,
    .PK-16CouncilResourcesAnnualReports .topContent2,
    .PK-16CouncilResourcesPress .topContent2,
    .PK-16CouncilResourcesOtherPublications .topContent2,
    .PK-16CouncilResourcesEvents .topContent2 {
        display: block;
        width: 100%;
        height: 220px;
        margin: 0 auto;
        background: url(/Content/images/mobile/mepHomeSliderMobile8.jpg) top center no-repeat;
        background-position: 50% 25px;
    }
    .MilwaukeePartnershipAcademy .topContent2,
    .MilwaukeePartnershipAcademy #Initiatives .topContent2 {
        display: block;
        width: 100%;
        height: 220px;
        margin: 0 auto;
        background: url(/Content/images/mobile/mepHomeSliderMobile9.jpg) top center no-repeat;
        background-position: 50% 25px;
    }
    #mainInfo {
        background: url("/Content/images/mobile/secondaryInfoBoxMobile2.png") no-repeat scroll center top;
        margin: -17px auto 0;
        height: 200px;
        width: 100%;
    }
    #Home .boxContent {
        padding: 0px 0 10px;
    }
    /*.boxContent {padding: 29px 0 10px; } */
    .pageTop #topHat {
        margin: -162px auto 0 -43px;
        width: 123%;
    }
    #secondaryInfo {
        margin: -144px auto 0;
        width: 100%;
    }
    #secondaryInfo .topInfoBar a {
        background: rgba(0,0,0,.5);
        z-index: 1;
    }
    .topInfoBar {
        height: 22px;
        margin: 44px auto 0 2%;
        width: 100%;
    }
   .topInfoBar {
        margin: 13px auto 0;
    }
    #mepVideo {
        margin: 0 auto 0 10%;
    }
    #mepVideo {
        margin: 0 auto 0 12%;
    }
    #mepVideo img {
        height: auto;
        margin: 4px auto 0;
        width: 22px;
    }
    #mepVideoText {
        font-size: 14px;
        line-height: 26px;
        margin: 0 auto 0 16px;
        width: 36%;
    }
    #mepVideoText2 {G
        font-size: 14px;
        line-height: 26px;
        margin: 0 auto 0 8px;
        width: 61%;
        color: #fff;
        margin-left: 2px;
    }
    #mepVideoText2:hover {
        color: #31a6c5
    }
    #annualReportText {
        width: 28%;
        line-height: 24px;
        font-size: 13px;
    }
    #annualReport img {
        width: 22px;
    }
    #annualReportText {
        margin: 0 auto 0 3%;
    }
    #mep {
        margin: 15px auto 0 0%;
        font-size: 13px;
        width: 100%;
    }
    #Home #greenBorder {
        width: 75%;
        margin: 6px auto 0 7%;
    }
    #mePartnership {
        width: 97%;
        margin: 6px auto 0 1%;
        font-size: 11px;
    }
    #mePartnership p {
        line-height: 14px;
    }
    #Home .pageWrap {
        width: 320px;
        display: block;
    }
    html,
    body {
        min-width: 60%;
    }
    .infoWrap {
        width: 315px;
    }
    #mission {
        width: 300px;
    }
    .missionStatement {
        font-size: 40px;
    }
    .missionInfo {
        font-size: 17px;
    }
    .pageWrap {
        width: 320px;
    }
    .pageText {
        margin: -133px auto 0;
        width: 100%;
    }
    .pageText h1 {
        font-size: 17px;
    }
    .pageText h2 {
        font-size: 16px;
    }
    .pageText h3 {
        font-size: 15px;
    }
    .pageText h4 {
        font-size: 14px;
    }
    .pageText h5 {
        font-size: 13px;
    }
    .pageText p {
        font-size: 14px;
        margin-top: 10px;
    }
    .pageText ul {
        font-size: 13px;
    }
    .pageText a {
        font-size: 14px;
    }
    .pageText p a {
        font-size: 13px;
    }
    #Home #greenBorder {
        width: 79%;
        margin: 1px auto 0 9%;
    }
    #greenBorder {
        width: 79%;
        /*margin: 30px auto 0 9%; */
    }
    #ContactForm {
        width: 50%;
        display: none;
    }
    #ContactForm input[type="text"],
    #ContactForm input[type="email"],
    #ContactForm input[type="password"],
    #ContactForm textarea {
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #444;
        font-size: 1.2em;
        padding: 2px;
        width: 237px !important;
    }
    #googleMap {
        display: none !important;
    }
    #mobileContact {
        background: url(/Content/images/mobile/callUs.png) no-repeat;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 60px;
        padding: 41px 0;
    }
    #mobileContact a {
        color: #fff;
        font-size: 20px;
        width: 100%;
        background-color: #31a6c5;
        text-transform: uppercase;
        padding: 9% 21%;
        text-decoration: none;
        border-radius: 3px;
    }
    #emailContact {
        background: url(/Content/images/mobile/emailUs.png) no-repeat;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 60px;
        padding: 15px 0;
    }
    #emailContact a {
        margin: 0 auto;
        color: #fff;
        font-size: 20px;
        background-color: #31a6c5;
        text-transform: uppercase;
        padding: 9% 21%;
        text-decoration: none;
        border-radius: 3px;
    }
    #emailContact a:hover,
    #mobileContact a:hover {
        color: #fff;
        font-size: 20px;
        background-color: #31322D;
        text-transform: uppercase;
        padding: 9% 21%;
        text-decoration: none;
    }
    #fillForm {
        display: none;
    }
    .ContactStreamBodyClass .boxContent {
        width: 100%;
    }
    .contactMobile {
        display: block;
        margin: 0 auto;
        width: 86%;
        padding: 10px 0 10px 0;
    }
    .contactMobile img {
        padding: 10px 0 10px 0;
    }
    .blogButton {
        width: 75%;
        padding: 5px 12px !important;
        margin: 0 auto 0 7%;
    }
    .blogButton a:link {
        line-height: 10px;
    }
    .newsItem {
        padding: 5px 0 15px;
    }
    #returnNews {
        width: 59%;
    }
    #pdfLink {
        width: 12%;
    }
    #mepVideoContainer {
        display: block;
        height: auto;
        margin: 0 auto;
        width: 240px;
    }
    #newsletterLink {
        background: #31A6C5;
        border-radius: 3px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        height: auto;
        width: 80%;
        margin-top: 10px;
    }
    #newsletterLink:hover,
    #newsletterLink:active {
        background: #6fbbd3;
        border-radius: 3px;
    }
    #newsletterLink a {
        color: #fff;
        line-height: 12px;
        text-align: center;
    }
    #monthlyNewsletterLink {
        background: #31A6C5;
        border-radius: 3px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        height: auto;
        width: 80%;
        margin-top: 10px;
    }
    #monthlyNewsletterLink:hover,
    #monthlyNewsletterLink:active {
        background: #6fbbd3;
        border-radius: 3px;
    }
    #monthlyNewsletterLink a {
        color: #fff;
        line-height: 12px;
        text-align: center;
    }
    #pdfLink {
        background: #31A6C5;
        border-radius: 3px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 12px;
        height: auto;
        text-transform: uppercase;
        transition: all 0.3s ease 0s;
        width: 80%;
    }
    #pdfLink:hover,
    #pdfLink:active {
        background: #6fbbd3;
        border-radius: 3px;
    }
    #pdfLink a {
        color: #fff;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
        width: 100%;
        height: auto;
    }
    #pdfBlock {
        width: 80%;
    }
    /*320p Work Groups
--------------------------------------------------*/
    table {
        width: 100%;
    }
    #backToGroup {
        margin: 11px auto 0;
    }
    table tbody {
        width: 100%;
    }
    table tr {
        width: 100%;
    }
    .StructureTable {
        display: block;
        width: 69%;
    }
    .StructureTable tr,
    .StructureTable td,
    .StructureTable th,
    .StructureTable tbody {
        width: 99%;
        display: block;
        text-align: left;
    }
    textarea {
        width: 165px;
    }
    #CurrentFilesContainer {
        float: right;
        padding: 5px 0 0;
        position: absolute;
        right: 81px !important;
        width: 22%;
    }
    #message {
        color: #fff;
        margin: -24px auto 0;
        padding: 14px;
        text-align: center;
    }
    .page h1 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #sumbit {
        right: 44px;
        margin-top: -116px;
    }
    #backToGroup {
        margin: 11px auto 0;
    }
    #backToGroups {
        left: -17px;
    }
    #AddBtn {
        right: -34px;
    }
    .page h3 {
        font-size: 16px;
    }
    table tbody {
        width: 100%;
    }
    table tr {
        width: 100%;
    }
    #FormContainer {
        width: 100% !important;
    }
    .StructureTable {
        display: block;
        width: 69%;
        left: 1px;
        padding: 0 0 120px;
    }
    #CurrentFilesContainer {
        float: right;
        padding: 5px 0 0;
        position: absolute;
        right: 81px !important;
        width: 22%;
    }
    textarea {
        height: 100px;
    }
    #EntriesDispContainer table {
        float: left;
        left: -35px;
        padding: 0;
        position: relative;
        width: 304px !important;
        font-size: 12px;
    }
    table th {
        padding: 4px 20px;
    }
    .WorkGroupTable {
        width: 240px !important;
    }
    #WorkGroupContainer p {
        width: 156px !important;
    }
    #workGroups {
        font-size: 18px;
    }
    #CurrentFilesContainer {
        width: 54% !important;
        bottom: 101px;
    }
    #submit {
        right: 35px;
        margin-top: -217px;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"] {
        border: 1px solid #ccc;
        color: #444;
        font-size: 1.2em;
        padding: 2px;
        width: 162px !important;
    }
    #mepVideo {
        display: block;
        margin: 0 auto 0 12%;
        float: left;
        width: 3%;
    }
    #mepVideo2 {
        display: block;
        margin: 0 auto 0 14%;
        float: left;
        width: 39%;
    }
    #mepVideo2 img {
        height: auto;
        margin: 4px auto 0;
        width: 22px;
    }
    #mepVideo2 img:hover {
        -moz-box-shadow: 0 0 6px #BCBCC3;
        -webkit-box-shadow: 0 0 6px #BCBCC3;
        box-shadow: 0 0 6px #BCBCC3;
    }
    /*table {width: 100%; }

textarea {width: 100%; }


#message { color: #fff; margin: -24px auto 0; padding: 14px;text-align: center;}





.StructureTable tr, .StructureTable td, .StructureTable th, .StructureTable tbody {display: block; left: 3px; position: relative;text-align: left;width: 100%;}
#FormContentsContainer table {width: 212px !important; }
.StructureTable th { width: 172px; }
#WorkGroupContainer p {width: 92%; }
#adminControls {width:100%; display:block; height: auto; }*/
    /*Mobile Footer
--------------------------------------------------*/
    #footer .wrap {
        width: 300px;
    }
    #footer .topFootNav li {
        width: 100%;
    }
    #footer .topFootNav li a {
        font-size: 16px;
        padding: 14px 0 17px;
        width: 100%;
        text-align: center;
    }
    #footer .topFootNav .archives a {}
    #footer .school {
        display: none;
    }
    #spanBorder {
        display: none;
    }
    #footer .school {
        margin: 0 auto;
        padding: 5px 0;
    }
    #footer .school li {
        padding: 0;
    }
    #footer .school a {
        font-size: 11px;
    }
    #footer #footerLogo {
        width: 300px;
    }
    #footer .street-address,
    #footer .locality,
    #footer .tel,
    #footer #mepFoot,
    #footer .region,
    #footer .postal-code {
        width: 300px;
    }
    #footer .footerBottomMid {
        width: 300px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #barLogin {
        width: 1000px;
    }
    #callUs {
        width: 44%;
    }
    .pageText h1 {
        font-size: 36px;
    }
    #barLogin {
        width: 1000px;
    }
    #mepHeadline {
        width: 40%;
        font-size: 16px;
    }
    #logIn {
        width: 0%;
    }
    #spanBorder {
        border-bottom: 2px dotted #6ee80c;
        display: block;
        position: relative;
        width: 100%;
    }
    #callUs {
        color: #fbe100;
        float: left;
        font-size: 16px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    #mepHeadline {
        width: 54%;
        font-size: 16px;
    }
}


/* Meet The Staff - JAS 01292016
----------------------------------- */

.staff-contain {
    width: 100%;
    float: left;
    padding: 40px 0;
}

.staff-member {
    margin: 0 3% 5%;
    width: calc(82% / 3);
    float: left;
    overflow: hidden;
}

.staff-member .staff-image {
    width: 200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 15px;
}

.staff-member .staff-image img {
    display: block;
    width: 100%;
    transition: all 0.1s ease;
    box-sizing: border-box;
    border: 1px solid #2e3f44;
}

.staff-member .staff-details {
    float: left;
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.staff-member .staff-name {
    display: block;
    float: left;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #31a6c5;
    font-size: 18px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.5px;
}

.staff-member .staff-name:hover {
    color: #fff;
    transition: all 0.3s ease;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}

.staff-member .staff-position {
    display: block;
    width: 70%;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 5px auto 0 auto;
    color: #d3b300;
}

.staff-member .staff-organization {
    display: block;
    float: left;
    width: 100%;
    text-transform: none;
    text-align: center;
    color: #ccc;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 7px;
    margin-top: 3px;
    line-height: 18px;
}

.staff-member .staff-bio {
    width: 100%;
    max-height: 0;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .staff-member {
        width: calc(94% / 3);
        margin: 0 1% 5%;
    }
}

@media screen and (max-width: 800px) {
    .staff-member {
        width: calc(92% / 2);
        margin: 0 2% 5%;
    }
}

@media screen and (max-width: 640px) {
    .staff-member {
        width: 90%;
        margin: 0 5% 5%;
    }
}

#Partners .pageText p a {
    font-size: 16px;
    background: #31a6c5;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    display: block;
    padding: 20px 5px;
    margin: 10px 0;
    text-decoration: none;
    transition: all .3s ease;
    text-decoration: none;
}

#Partners .pageText p a:hover {
    color: #fbe100;
    font-size: 18px;
}







#annualReportText, #annualReport {
	display: none;
}



.contactMobile img {
	padding: 10px 22px;
	background: #31a6c5;
	margin: 20px auto 0 auto;
	width: 75%;
	box-shadow: 2px 3px 5px #444;
	border-radius: 2px;
	transition: all .2s ease-in-out;
}

.leadershipBtn {
	background: #31a6c5;
	border: 1px solid #31a6c5;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	padding: 10px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	margin-top: 20px;
	-webkit-appearance: none;
	transition: all 0.25s ease;
}
.leadershipBtn {
	background: #000;
	transition: all 0.25s ease;
}

.contactMobile img:hover {
    box-shadow: 5px 8px 10px #444;
}
.staff-image:before {
/*    height: 229px;*/
    width: 200px;
    display: block;
    position: absolute;
    transition: .3s;
    content: "";
}

.staff-member {
	transition: all 0.25s ease;
}
.staff-member:hover {
	opacity: 0.7;
	transition: all 0.25s ease;
}

.staff-member:hover .staff-image:before {
	box-shadow: inset 0 0 10em #000;
}

i.mep-_check,
i.mep-_partners,
i.mep-_executive,
i.mep-_history {
    display: block;
    float: left;
    width: 66px;
    height: 48px;
    margin-top: 10px;
    margin-left: 10px;
}

.mep-_check:before {
    content: "\f00c";
    width: 100%;
    height: 100%;
    display: block;
    font-size: 42px;
    text-align: center;
    color: #fff;
}

.mep-_partners:before {
    content: "\e900";
    width: 100%;
    height: 100%;
    display: block;
    font-size: 42px;
    text-align: center;
    color: #fff;
}

.mep-_executive:before {
    content: "\e902";
    width: 100%;
    height: 100%;
    display: block;
    font-size: 42px;
    text-align: center;
    color: #fff;
}

.mep-_history:before {
    content: "\e901";
    width: 100%;
    height: 100%;
    display: block;
    font-size: 42px;
    text-align: center;
    color: #fff;
}

subMenu li:hover a,
.subMenu li:hover i:before {
    color: #fbe100;
}


/*Mobile mission statement*/

@media only screen and (max-width: 639px) and (min-width: 240px) {
    .missionInfo {
        font-size: 16px;
    }
    .missionStatement {
        font-size: 40px;
        padding-top: 15px;
    }
    #mission {
        display: block;
        position: relative;
        z-index: 10;
        height: auto;
        margin: 0px auto;
        top: 200px;
    }
    #mePartnership {
        width: 97%;
        margin: 0px auto 0 1%;
        font-size: 11px;
        padding-top: 1px;
    }
    #Home #greenBorder {
        width: 79%;
        margin: 7px auto 0 9%;
    }
    #annualReportText {
        margin: 0 auto 0 5%;
    }
    #annualReport {
        display: block;
        margin: 0 auto 0 30%;
        float: left;
        width: 5%;
    }
    .topInfoBar a {
        width: 100%;
        display: inline-block;
        position: relative;
        height: 30px;
        margin: 0 auto;
    }
    #mepVideo {
        margin: 0px auto 0 30%;
    }
    #Home .topInfoBar,
   .topInfoBar {
        margin: 34px auto 0;
    }
    #mainInfo {
        background: url(/Content/images/mobile/secondaryInfoBoxMobile2.png) no-repeat scroll center top;
        margin: -17px auto 0;
        height: 100%;
        /* padding-bottom: 54px; */
        width: 100%;
    }
    #mep {
        margin: 0px auto 0 0%;
        font-size: 13px;
        width: 100%;
    }
}




/*----------------( ADDITIONS 1/11/2017 CTS )------------------*/


.exec {
    display: block !important;
    margin: 16px auto !important;
}

.design-principle-left {
    display: block;
    float: left;
}
.design-principle-right {
    width: 80%;
    float: right;
}
.width-100 {
    width: 100%;
    float: left;
}

@media only screen and (max-width: 1000px) {
    .design-principle-right {
        width: 69%;
    }
}

@media only screen and (max-width: 640px) {
    .design-principle-right {
        width: 100%;
    }
}








.no-web-message {
    display: block;
    position: fixed;
    width: 280px;
    color: #fff;
    background: #444;
    top: 50%;
    box-shadow: 2px 4px 6px #333;
    padding: 20px;
    left: 50%;
    z-index: 99999;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 3px;
}

.no-web-button {
    float: right;
    cursor: pointer;
    padding: 10px 0;
    border: 1px solid #fff;
    width: 80px;
    text-align: center;
    transition: .3s ease;
}
.no-web-button:hover {
    border: 1px solid #fbe100;
    color: #fbe100;
}

p.biblio {
    padding-left: 90px;
    text-indent: -60px;
}

.auth-quote {
    margin: 10px 50px !important;
    color: #31A6C5 !important;
}

.legend p:nth-child(2) em {
    text-align: right !important;
    display: block;
}






