/* {sitefinity overrides / additions} */
.sfimageWrp img { max-width: 100%; }

.sfFieldWrp input[type="text"], .sfFieldWrp input[type="email"], .sfFieldWrp input[type="tel"], .sfFieldWrp input[type="url"], .sfFieldWrp select, .sfFieldWrp input[type="number"] {
    border-color: #3fd2de;
    background-color: #dbf1f4;
    border-style: ridge;
    border-width: thin;
    max-width: 100%;
}

.sfFieldWrp textarea {
    background: #dbf1f4;
    border-color: #3fcfd5;
    max-width: 100%;
}

/* careers/graduates */
.graduateProfiles td { display: table-cell; }

@media (max-width: 760px) {
    .graduateProfiles td { display: block; }
}


/* things-to-do */
.POIMapSubstituteList p {
    padding-top: 1em;
    padding-bottom: 1em;
   
    border-color: #3ecfd5;
    padding-left: 0.5em;
}

@media only screen and (max-width: 680px) {
    .POIMapSubstituteList { display: block; }
    .aoimap-container { display: none; }
}

@media only screen and (min-width: 680px) {
    .POIMapSubstituteList { display: none; }
    .aoimap-container { display: block; }
}



/* clean-energy/battery-of-the-nation */
/*.ScalingImg img { width: 100%; }*/


/* water */
@media only screen and (max-width: 460px) {
    .GISMapSubstitute { display: block; }
    .GISMap { display: none; }
}

@media only screen and (min-width: 460px) {
    .GISMapSubstitute { display: none; }
    .GISMap { display: block; }
}
