body {
    /* margin-top: 60px; */
    font-size: 14px;
    font-family: "Helvetica Nueue", Arial, Verdana, sans-serif;
    background-color: #E5E9ED;
    width:100%;
    height: 100%
}

.btn:hover,
.btn:focus,
.btn:active {
    outline: 0 !important;
}

ul.commissioner {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

/* entire container, keeps perspective */



.card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin-bottom: 30px;
}
.cardtextinfo {
    height:550px;     
    border-radius: 30px;
    background-color: #20466a;
    height: 550px;
    text-align: center;
}

.cardtextinfo2 {
    /* height:550px;      */
    border-radius: 30px;
    background-color: #20466a;
    /* height: 670px;  removed so it wasnt so big*/
    padding: 20px;
    margin-bottom: 10px;
}

/* Top right text for manually placed encouragement take the pledge word */
/* .top-right {
    position: absolute;
    top: 520px;
    right: 40px;
    font-size: 11px;
    
  } */
.crdTxt {
    font-size: 1.25vw; 
    text-align:center; 
    color: lightgrey; 
    padding-top:20px;

}

.people {
    padding-top: 80%;
    padding: 10%;
}

/* flip the pane when hovered */

.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
}

.card-container.static:hover .card,
.card-container.static.hover .card {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

/* flip speed goes here */

.card {
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    /* min-height: 432px; */
    /* display: flex; */
    /* ------------------Changed min-height to make card height longer */
    min-height: 550px ; 
   
}

/* hide back of pane during swap */

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    /* top: 0;
    left: 0; */
    background-color: #FFF;
    /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14); */
    max-height: 550px;
}

/* Esri Map Style */
.cardMap {
    background-color: white;
    border-radius: 5px;
}


/* front pane, placed above back */

.front {
    z-index: 2;
}

/* back, initially hidden pane */

.back {
    -webkit-transform: rotateY( 180deg);
    -moz-transform: rotateY( 180deg);
    -o-transform: rotateY( 180deg);
    transform: rotateY( 180deg);
    z-index: 3;
}

.back .btn-simple {
    position: absolute;
    left: 0;
    bottom: 4px;
}

/*        Style       */

.card {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}

.card-container,
.front,
.back {
    width: 100%;
    min-height: 40vh;
    border-radius: 4px;

}

.card .cover {
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.card .cover img {
    width: 100%;
}

.card .user {
    /* border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px; */
    display: block;
    height: 50px;
    /* margin: -100px auto 0;
    overflow: hidden;
    width: 120px; */
}

.card .user img {
    /* background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%; */
    width: 30%;
}

.card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    /* padding: 10px 20px 20px; */
    padding: 0 5px 0px 5px;
}

.card .content .main {
    min-height: 160px;
    font-size: calc(0.5vw + 0.5vh) !important;
}

.card .back .content .main {
    min-height: 160px;
}

.card .name {
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
    color: lightgrey;
}

.card h5 {
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}

.card .profession {
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}
.districtName{
    color: #293fa3;
    text-align: center;
    font-weight: 900;
}
.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 100px 0 0;
    padding: 10px 0 0;
    text-align: center;
}

.card .footer .social-links {
    font-size: 18px;
}

.card .footer .social-links a {
    margin: 0 7px;
}

.card .footer .btn-simple {
    margin-top: -6px;
}

.card .header {
    padding: 15px 20px;
    height: 90px;
}

.card .motto {
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.card .stats-container {
    width: 100%;
    margin-top: 50px;
}

.card .stats {
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;
}

.card .stats:first-child {
    border-right: 1px solid #EEEEEE;
}

.card .stats:last-child {
    border-left: 1px solid #EEEEEE;
}

.card .stats h4 {
    font-weight: 300;
    margin-bottom: 5px;
}

.card .stats p {
    color: #777777;
}

/*      Just for presentation        */

.title {
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;
}

.title small {
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin: 0;
}

.space-30 {
    height: 30px;
    display: block;
}

.space-50 {
    height: 50px;
    display: block;
}

.space-200 {
    height: 200px;
    display: block;
}

.white-board {
    background-color: #FFFFFF;
    min-height: 200px;
    padding: 60px 60px 20px;
}

.ct-heart {
    color: #F74933;
}

pre.prettyprint {
    background-color: #ffffff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}

.atv,
.str {
    color: #05AE0E;
}

.tag,
.pln,
.kwd {
    color: #3472F7;
}

.atn {
    color: #2C93FF;
}

.pln {
    color: #333;
}

.com {
    color: #999;
}

.btn-simple {
    opacity: .8;
    color: #666666;
    background-color: transparent;
}

.btn-simple:hover,
.btn-simple:focus {
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}

.btn-simple i {
    font-size: 16px;
}

.navbar-brand-logo {
    padding: 0;
}

.navbar-brand-logo .logo {
    border: 1px solid #333333;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    width: 60px;
}

.navbar .navbar-brand-logo .brand {
    color: #FFFFFF;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    width: 60px;
}

.navbar-default .navbar-brand-logo .brand {
    color: #555;
}

/* #engineering {
    display: none;
    display: flex;
    
} */


/*       Fix bug for IE      */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .front,
    .back {
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }
    .back {
        /* height: inherit; */
        visibility: hidden;
        
    }
    .front {
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back {
        z-index: 5;
        visibility: visible;
    }
}

.product-view {
    float: left;
    width: 100%;
}

.product-view:nth-child(even) {
    border-left-width: 0;
}

.product-view dl {
    margin: 10px 10px 0;
    padding: 0;
    overflow: hidden;
}

.product-view dt,
dd {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
}

.product-view dt {
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    text-transform: uppercase;
    opacity: 0.5;
}

.product-view dd {
    height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-view dd .k-widget,
.product-view dd .k-textbox {
    font-size: 14px;
}

#example .k-listview {
    /* border-width: 1px 0 0; */
    padding: 0;
    overflow: hidden;
    /* min-height: 298px; */
}

.k-pager-wrap {
    border-top: 0;
}

span.k-invalid-msg {
    position: absolute;
    margin-left: 6px;
}

.k-add-button {
    margin-bottom: 2em;
}

@media only screen and (max-width: 620px) {
    .product-view {
        width: 100%;
    }
    .product-view:nth-child(even) {
        border-left-width: 1px;
    }
}

.img-circle {
    height: 55px;
    opacity: 0.5;
}

.img-circle2 {
    height: 55px;
    padding-top: 10px;
    
}
.img-circle5 {
    height: 100px;
    padding: 10px;
}
.img-circle3 {
    height: auto;
    padding: 10px;
    width:  20%;
}
.img-rethink {
    height: auto;
    width:36%;
    padding: 0;
}
.cardTitle {
    font-size: 20px;
    text-align:center; 
    color:darkblue;
    padding-top: 0px;
}

.cardYear {
    font-size: 1.7vh;
    font-style: italic;
    color: lightgrey;
}

.tableTitle {
    color: #20466a !important;
    font-weight: normal !important;
    font-size: 12px !important;  
    font-family: "Helvetica Nueue", Arial, Verdana, sans-serif !important; 
    text-align: center !important;
}
.tableTitle2 {
    color: darkblue;
    font-weight: lighter;
    font-size: 12px;   
}

.backcardtext {
    font-weight: normal !important;
    font-size: 12px !important;  
    font-family: "Helvetica Nueue", Arial, Verdana, sans-serif !important; 
    text-align: center !important;
}
.Education_NoEducation
{
    position: absolute;
    z-index: 3;
    top: 70%;
    left: 5%;
    color: white;
}
.Education_HSEducation
{
    position: absolute;
    z-index: 3;
    top: 60%;
    left: 18%;
    color: white;
}
.Education_ASEducation
{
    position: absolute;
    z-index: 3;
    top: 51%;
    left: 26%;
    color: white;
}
.Education_BSEducation
{
    position: absolute;
    z-index: 3;
    top: 42%;
    left: 43%;
    color: white;
}
.Education_MSEducation
{
    position: absolute;
    z-index: 3;
    top: 33%;
    left: 60%;
    color: white;
}
.Economics_houseimage
{
    position: absolute;
    z-index: 1;
    top: 75%;
    width: 98%;
    opacity: .5;   
}

.Economics_houseimage2
{
    position: absolute;
    z-index: 1;
    top: 26%;
    width: 98%;
    opacity: .5;   
}
.householdtableplace
{
    position: absolute;
    z-index: 3;
    width:98%;
}

.tableadditional {
    table-layout: fixed;
}
.tableData_1{
    font-weight: bold;
    font-size: 14px;
}

.tableData {
    font-weight: bold;
    font-size:20px;    
}
.MainData_1{
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 30%;
}

.MainData {
    font-weight: bold;
    font-size:20px;   
    color: #f9ae31; 
    position: absolute;
    left:10%;
}
.mainData2 {
    font-weight: bold;
    font-size:15px;   
    color: lightblue;     
    left:10%;
}
.headerrowdivider
{
    border-color: lightgrey; 
}
.tableEcon2 {
    background-color: #1a94b8; 
    font-size: 15px;
    color: blue;
    padding-top: 1px;
}

.img-circle4 {
    height: 80%;
    padding: 10px;
    position: absolute;
    z-index: 1;
    width: 98%;
    opacity: .5;
}

.img-circle6 {
    height: 80%;
    padding: 10px;
    position: absolute;
    z-index: 1;
    width: 98%;
}
.botCentYear {

    font-size: 20px;
    position: absolute;
    z-index: 3;
    top: 120%;
    left: 46%;
    color: lightgrey;
    
}
.botCentDistrict {

    font-size: 12px;
    position: absolute;
    z-index: 3;
    right: 5%;
    color: lightgrey;
    font-style: italic;
    top:40px;
    
}
.botCentDistrictTOPLEVEL {

    font-size: 12px;
    /* position: absolute; */
    display: flex;
    z-index: 3;
    right: 10%;
    color: #f9ae31;
    font-style: italic;
    bottom:5%;
    font-size: 1.825em;    
}
.under18With{
    position: absolute;
    z-index: 3;
    top: 65%;
    left: 10%;
    color: #20466a;
}
.under18None{
    position: absolute;
    z-index: 3;
    top: 65%;
    left: 65%;
    color: #20466a;
}
.midWith{
    position: absolute;
    z-index: 3;
    top: 75%;
    left: 10%;
    color: #20466a;
}
.midNone{
    position: absolute;
    z-index: 3;
    top: 75%;
    left: 65%;
    color: #20466a;
}
.over65With{
    position: absolute;
    z-index: 3;
    top: 85%;
    left: 10%;
    color: #20466a;
}
.over65None{
    position: absolute;
    z-index: 3;
    top: 85%;
    left: 65%;
    color: #20466a;
}
.knowTheLawsTitle {
    font-size: 35px;
    font-family: fantasy;
    color: #20466a;
    text-align: center;

}
.regStyle {
    font-size: 12px;    
}
.regStyle2 {
    margin: 0 auto; 
    display:block; 
    text-align: center;
    padding: 10px;
    line-height: 30px;
    font-size: calc(0.7vw + 0.5vh)
}

.law {
    padding: 10px;
}

.law1 {
   color: #f9ae31; 
   font-size: calc(1.1vw + 0.1vh) !important;
   margin-left: 10%;
   
}
.law2{
    color: #20466a;
    font-size: calc(1.1vw + 0.1vh) !important;
   font-weight: lighter;
   margin-left: 20%;
  
}
.law3 {
    color: #60BD68;
    font-size: calc(1.1vw + 0.1vh) !important;
   font-weight: lighter;
   margin-left: 20%;
}

@media screen and (max-width: 813px) {
    .card-text{
        font-size: calc(2.7vw + 0.5vh) !important;
        }

    .law1 {
        font-size: calc(2.7vw + 0.7vh) !important;      
     }
    .law2{
         font-size: calc(2.5vw + 0.5vh) !important;       
     }
    .law3 {
         font-size: calc(2.5vw + 0.5vh) !important;
     }
    .card-body {
        margin-bottom: 20px;
    }

    .regStyle2 {
        font-size: calc(2.7vw + 0.5vh)
    }
}

@media screen and (max-width: 768px){
    .col-md-3 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 32.666667% !important;
        max-width: 32.666667% !important;
    }

    .col-md-6 {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 32.666667% !important;
        max-width: 32.666667% !important;
    }
}




.engCrd2 {
    color: #20466a;
    text-align: center;    
}

.main

.vl {
    border-left: 3px solid #20466a;
    height:270px;
    position: absolute;
    left: 52%;
    margin-left: -10px;
    top: 175px;
    box-shadow: #333333;
}

.footnote {
    font-size: 12px;
    font-style: italic;
   color: #999999;
}
.flex-container {
    /* height: 100%; */
    padding: 15px;
    margin: 0;
    list-style: none;
    align-content: center;
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; */
    display: flex;
    flex-flow: row wrap;
    /* -webkit-flex-flow: row wrap; */
    justify-content: space-evenly;
}

.flex-item {
    font-weight: bold;
    font-size: 1em;
    height: 50px;
    padding: 5px;
    text-align: center;
}

#i1,
#i2,
#i3,
.slist,
#chart {
    flex: 1 100%;
}

#sfacebook {
    flex: 1 auto;
    order: 1;
}

#sgoogle {
    flex: 3 0;
    order: 2;
}
#stwitter {
    flex: 3 0;
    order: 3;
}
#infoBox1, #infoBox2, #infoBox3, #infoBox4, #infoBox5, #infoBox6, #infoBox7{
    flex: 3 0;
    order: 4;
}
#smedia {
    border-top: 1px solid #EEEEEE;
}

/* CHARTS--------------- */


/* charts end----------------------- */

/* CLOCK css */
.clock {
    position: relative;
    height: 130px;
    width: 130px;
    background: white;
    box-sizing: border-box;
    border-radius: 100%;
    border: 10px solid orange;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -500px;
    margin: auto;
}
#commuteTable {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-collapse: collapse;
}
.clock .top {
    position: absolute;
    width: 3px;
    height: 8px;
    background: #262626;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.clock .right {
    position: absolute;
    width: 8px;
    height: 3px;
    background: #262626;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
.clock .bottom {
    position: absolute;
    width: 3px;
    height: 8px;
    background: #262626;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.clock .left {
    position: absolute;
    width: 8px;
    height: 3px;
    background: #262626;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.clock .center {
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #262626;
    border-radius: 100%;
}
/* .clock .shadow {
    height: 200px;
    width: 200px;
    position: absolute;
    left: 60px;
    top: 60px;
    transform: rotate(135deg);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.1));
    
} */
/* .clock .hour {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 60s infinite linear;
}
.clock .hour:before {
    position: absolute;
    content: '';
    background: #262626;
    height: 20px;
    width: 3px;
    top: 57px;
}
.clock .minute {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 30s infinite linear;
}
.clock .minute:before {
    position: absolute;
    content: '';
    background: #262626;
    height: 40px;
    width: 1px;
    top: 50px;
}
.clock .second {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 15s infinite linear;
}
.clock .second:before {
    position: absolute;
    content: '';
    background: #fd1111;
    height: 60px;
    width: 2px;
    top: 45px;
} */
@keyframes time {
    to {
        transform: rotate(360deg);
    }
}

.rowcard {
    justify-content: space-evenly; text-align: center;
    padding: 5px;
}
.mr-2 {
    color: white;text-align: center; font-size: 1.3em 
}
.mr-3 {
    font-size: 1.3em !important;
}
.mb-0 {
    color: lightgrey !important;
    text-align: center;padding: 6px;
    font-weight: normal !important
}

.bcard{
    font-size: 15px; color: lightgrey; text-align: center;
}
.card-text {
    font-size: calc(0.7vw + 0.5vh) ;
}

@media (max-width: 1580px){

    .cardtextinfo2{
        font-size: calc(0.5vw + 0.5vh) !important;
       } 
       /* .svgimg {
        height: 25vh;
        width: 12vw;
       } */
    
}
@media (max-width: 1200px){

    .cardtextinfo2{
        font-size: calc(0.5vw + 0.5vh) !important;
       } 
       /* .svgimg {
        height: 17vh;
        width: 11vw;
       } */
}
@media (max-width: 1100px){

    .cardtextinfo2{
        font-size: calc(0.5vw + 0.5vh) !important;
       } 
       /* .svgimg {
        height: 17vh;
        width: 11vw;
       } */
}
@media (max-width: 992px){

    .bcard{
        font-size: 15px; color: lightgrey; text-align: center;
    }
    .cardtextinfo2{
        font-size: calc(0.9vw + 0.55vh) !important;
       } 
       /* .svgimg {
        height: 49vh;
        width: 91vw;
       } */
 }

 /* @media (max-width: 1992px){
        .custcol {
            -ms-flex: 0 0 16.666667% !important;
            flex: 0 0 16.666667%  !important;
            max-width: 16.666667% !important;
        }
        .custcolenf {
            -ms-flex: 0 0 16.666667% !important;
            flex: 1 0 20% !important;
            max-width: 20% !important;
        }
        .custcoleco {
            -ms-flex: 0 0 16.666667% !important;
            flex: 0 0 25% !important;
            max-width: 25% !important;
        }
        .col-lg-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 28%;
            max-width: 25%;
        }
    } */
 @media (max-width: 1824px){
    .svgimg {
        height: 54vh;

       }
    .card-img-top
       {
           width:30vh;
       }
    .custcol {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 43.666667% !important;
        max-width: 32.666667% !important;
        
    }
    .custcolenf {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 32.666667% !important;
        max-width: 32.666667% !important;
    }
    .custcoleco {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 33.3% !important;
        max-width: 33.3% !important;
    }
    .custcolecoself{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .Economics_houseimage {
        top: 27% !important;
        width: 64% !important;
    }
    .custcolhealth{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 32.666667% !important;
        max-width: 32.666667% !important;
    }
    .custcolequsoc{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 32.666667% !important;
        max-width: 32.666667% !important;
    } .custcoleduc{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 33.666667%;
        max-width: 33.666667%;
    }
}
 
@media (max-width: 1090px){
    .svgimg {
        height: 54vh;

       }
    .card-img-top
       {
           width:40vh;
       }
    .custcol {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        
    }
    .custcolenf {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .custcoleco {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .custcolecoself{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .Economics_houseimage {
        top: 27% !important;
        width: 64% !important;
    }
    .custcolhealth{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .custcolequsoc{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    } .custcoleduc{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

@media (max-width: 920px){
    .svgimg {
        height: 54vh;

       }
    .custcol {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        
    }
    .card-img-top
    {
        width:30vh;
    }
    .custcolenf {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .custcoleco {
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .custcolecoself{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .Economics_houseimage {
        top: 27% !important;
        width: 64% !important;
    }
    .custcolhealth{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .custcolequsoc{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    } .custcoleduc{
        -ms-flex: 0 0 16.666667% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}



@media (max-width: 767px) {
    .table {
        margin-bottom: 0rem !important;
    }

    .Economics_houseimage {
        top: 72% !important;
        width: 64% !important;
    }

    .card .content .main {
        min-height: 160px;
        font-size: calc(2.5vw + 0.5vh) !important;
    }
}

.footerBottom {
    /* position: sticky; */
    position: bottom;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #0c4d8b;
    text-align: center;
    color: lightgray;
  }

  .cooLogo{
    width: 50%;  
    float: left;
  }

  
  /* .navbar {    
    background-color: #004b8d5e !important; 
    
   
  } */
   /*.navbar-text {
      color: gray;  
      float: right;   
  } */


  .topnav {
    overflow: hidden;
    background-color: #004b8d5e;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
    
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  
.img-button {
    height: 100px;
    padding: 10px;  
    border-radius: 30%;
    text-align: center; 
    width: auto;
}


.btn-primary{
    font-size: 15px;
    border: none;
    color: white;
    background-color:  #004b8d5e;
    margin-right: 10px;
    margin-top: 10px;
    width: 258px;
    padding: 10px 24px;
    text-align: center;
    margin-bottom: 20px;
}
.btn-primary:hover {
    background-color: #0c4d8b;
  }

#engCards {
    width: 100%;    
    display: none;   
    /* I need this to hide the cards when you first enter the site    */
} 
#enfCards {
    display: none;
}
#encCards {
    display: none;
}
#econCards{
    display: none;
}
#eqCards {
    display: none;
}
#educCards {
    display: none;
   
} 

.rwjf {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
} 

  