/*
 Theme Name:   Take Control Philly
 Theme URI:    http://takecontrolphilly.com/takecontrolphilly
 Description:  Take Control Philly
 Author:       Lee Kulberda
 Author URI:   http://lucidcircus.us
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Template:     twentysixteen
 Text Domain:  take-control-philly
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* 2022 */

.internalanchor {
	
}

#sociallinks {
	margin-bottom: 2vw;
	margin-top: 2vw;
	padding: 0;
}

#socialfeedbutton {
	font-family: 'Fira Sans', sans-serif;
	font-size: 2vw;
    padding: 1vw;
    background-color: #793997;
    position: absolute;
    right: 3vw;
    border-radius: 1vw;
    text-decoration: none;
    font-weight: bold;
}

.panel-grid {
	margin: 0 !important;
}
#feedcontainer {
	padding-top: 100px;
}

#colophon {
	display: none;
}

#content-bottom-widgets {
	background-color: #3A3A3A;
	padding: 2vw;
}

.footerlogo img {
	width: 30vw !important;
	max-width: 205px !important;
	height: auto;
	
}

.footerhc1, .footerhc2, .footerdisclaimer {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.3vw;
}

.footersearch {
	color: yellow;
}

.footerdisclaimercontainer {
	margin-top: 3vw
}

#wp-block-search__input-1 {
/*input[type=search].search-field {*/
  background-color: #c0c0c0;
/*  border: .5vw solid #000;
*/  height: 4vw;
  -moz-border-radius: 1vw 0 0 1vw;
  -webkit-border-radius: 1vw 0 0 1vw;
  border-radius: 1vw 0 0 1vw;
  font-size: 1.4vw;
  line-height: -4px;
  padding: .5vw .5vw;
  outline: 0;
  -webkit-appearance: none;
}


button.wp-block-search__button {
    position: relative;
    color: rgba( 0, 0, 0, 0 );
    height: 4.1vw;
    width: 3vw;
    right: 0;
    top: 0;
    content: "" !important;
    -moz-border-radius: 1vw;
    -webkit-border-radius: 1vw;
    border-radius: 1vw;
    background-size: 2.8vw !important;
    background: url(/wp-content/uploads/2017/01/searchicon.png) no-repeat right #858585;
}

.wp-block-search__inside-wrapper {
	padding: 0 !important;
	border: .2vw black solid !important;
	background-color: #c0c0c0;
    -moz-border-radius: 1vw;
    -webkit-border-radius: 1vw;
    border-radius: 1vw;
	height: 4.5vw;
}


#juicercontainer {
	height: 60vh;
	overflow-y: scroll;
}

.condomchoicecontainer {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 14px;
}

/* radio > checkbox - mark */

.condomchoice {
	margin-bottom: 20px;
	font-size: 15px;
	font-family: StormSansStd;
	color: white;
	line-height: -5px;
}
/*
input[type=radio] + label{
	padding-left: 4px;
	display: inline-block;
}

input[type=radio] { 
	display:none;
}

input[type=radio] + label:before {
	font-family: FontAwesome;
	color: white;
	font-size: 24px;
	content: "\f096";
	padding-right: 5px;
}

input[type=radio]:checked + label:before {
	font-family: FontAwesome;
	color: white;
	font-size: 24px;
	content: "\f046";
	padding-right: 5px;
}
*/
/* end 2022 */
html body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

input {
  border: 1px solid #939393;
}
iframe {
  border: 0;
}

a:hover {
  color: white;
  text-decoration: underline;
}
a {
  color: white;
    text-decoration: underline;
}

input.mailmeform {
    border: 1px solid #939393;
}

#primary {
  width: 100% !important;
}






.sow-icon-fontawesome[data-sow-icon]:before {
	font-size: 20px !important;
}

.hi-tpl a {
  color: #ffffff;
  line-height: 2.4vw;
	font-size: 1.6vw !important;
  font-weight: bold;
}

.hi-tpl a:hover {
  text-decoration: underline;
}

.hi-content-title {
	color: #ffffff;
	line-height: 2.4vw !important;
	font-size: 1.6vw !important;
	margin: 0 !important;
}

.hi-tpl-content {
	padding: 2vw !important;
}

.site-branding {
  width: 100%;
}
.menu-main-menu-container {
  width: 100%;
}

.site-inner {
  max-width: none;
}

.site-header {
  padding: 0;
  vertical-align: top;
  width: 100%;
  position: fixed;
  z-index: 99990;
}
.site-header-main {
  max-width: none;
  width: 100%;
  padding-bottom: 0;
}

.site-header-menu {
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

/* restored */










/* don't think i need:*/
/*
.main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #ffffff;
}
.dropdown-toggle:after {
  border: 0;
  border-left-width: 0;
  content: "";
  font-size: 0;
  left: 0;
  width: 0;
}

.primary-menu .menu-item:hover {
  color: #ffffff;
}
.main-navigation ul ul:before, .main-navigation ul ul:after {
  border-style: none; 
}
*/



article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title {
  display: none;
}

.site {
  margin: 0;
  padding: 0;
}
body:not(.custom-background-image):before {
    height: 0px;
}
body:not(.custom-background-image):after {
    height: 0px;
}

.sow-features-feature {
  height: 50px;
}

.panel-grid {
 top: 0px;
}

.panel-row-style {
  padding: 0;
  margin: 0;
}
.entry-content {
  margin-left: 3.3%;
  margin-right: 3.3%
}

.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
}

.site-footer {
/*	display: none;*/
}

#mailme {
  font-size: 300px;
  padding-top: 110px;
  padding-bottom: 110px;
}

#pickup {
  font-size: 30px;
  padding-top: 110px;
  padding-bottom: 110px;
}

#stds{
  font-size: 30px;
  padding-top: 110px;
  padding-bottom: 110px;
}
.entry-content h3{
  font-size: 26px;
  font-weight: bold;
}
.site-content {
  padding: 0;
  margin: 0;
}

.mappop {
  width: 100%;
}
.mappopimg {
  width: 160px;
  float: left;
}
.mappoptext {
  float: left;
}
.widget {
  border-top: 0px;
}
.widget-title {
  display: none;
}

.iw-so-acc-content {
  color: #ffffff;
}

origin-widget origin-widget-button origin-widget-button-simple-slate align-left {
  color: red;
  background-color: #000000;
}

.heroholder {
  width: 100%;
  height:600px;
}
.mailmebox {
  width: 340px;
  height:260px;
  background-color: Red;
  float: left;
  padding: 0 20px 0 20px;
}
.pickupbox {
  width: 340px;
  height:260px;
  background-color: Green;
  float: left;
  padding: 0 20px 0 20px;
}
.stdsbox {
  width: 340px;
  height:260px;
  background-color: Blue;
  float: left;
  padding: 0 20px 0 20px;
}

.lsow-hero-header .lsow-header-content {
    max-width: 7000px;
}

.widget {
  font-size: 15px;
	padding-top:0;
}

.testtest {
  line-height: 300px;
}

.sectionHead {
  color: white;
  width: 100%;
	font-family: 'Fira Sans', sans-serif;
  font-weight: Bold;
  font-size: 60px;
  text-align: center;
}


.sectionHeadBody p {
  color: white;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
	font-family: 'Fira Sans', sans-serif;
  margin-bottom: 15px;
}


/*toggle buttons*/

/* ============================================================
  COMMON
============================================================ */
#wrapper {
  min-width: 600px;
}

.settings {
  display: table;
  width: 100%;
}
.settings .row {
  display: table-row;
}
.settings .question,
.settings .switch {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.settings .question {
  width: 600px;
	font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
}

/* ============================================================
  COMMON
============================================================ */
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}
/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #0596c5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  height: 30px;
  width: 60px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #0596c5;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}







input.cmn-toggle-round#condomsite_form-element-toggle-8 + label:before {
  background-color: #0596c5;
  pointer-events: all;
}










input.cmn-toggle-round#testingsites + label:before {
  background-color: #0596c5;
  pointer-events: all;
}
input.cmn-toggle-round#condomsites + label:before {
  background-color: #793997;
  pointer-events: all;
}
input.cmn-toggle-round#covidtest + label:before {
  background-color: #4ABC8B;
  pointer-events: all;
}
input.cmn-toggle-round#covidvac + label:before {
  background-color: #FDB92D;
  pointer-events: all;
}
input.cmn-toggle-round + label:after {
  width: 24px;
  height: 24px;
  top: 3px;
  left: 3px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: margin 0.4s;
  -moz-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #fff;
}
input.cmn-toggle-round:checked#testingsites + label:before {
/*  background-color: #fff;*/
}
input.cmn-toggle-round:checked#condomsites + label:before {
/*  background-color: #fff;*/
}
input.cmn-toggle-round:checked + label:after {
  background-color: #0596c5;
  margin-left: 30px;
}










input.cmn-toggle-round:checked#condomsite_form-element-toggle-8 + label:after {
  background-color: #fff;
}










input.cmn-toggle-round:checked#testingsites + label:after {
  background-color: #fff;
}
input.cmn-toggle-round:checked#condomsites + label:after {
  background-color: #fff;
}
input.cmn-toggle-round:checked#covidtest + label:after {
  background-color: #fff;
}
input.cmn-toggle-round:checked#covidvac + label:after {
  background-color: #fff;
}
/*
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
  height: 26px;
}
*/



/* ============================================================
  SWITCH 2 - ROUND FLAT
============================================================ */
input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 52px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label {
  background-color: red;
}
input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 60px;
  background-color: #8ce196;
}

/* ============================================================
  SWITCH 3 - YES NO
============================================================ */
input.cmn-toggle-yes-no + label {
  padding: 2px;
  width: 120px;
  height: 60px;
}
input.cmn-toggle-yes-no + label:before, input.cmn-toggle-yes-no + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
	font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
}
input.cmn-toggle-yes-no + label:before {
  background-color: #dddddd;
  content: attr(data-off);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no + label:after {
  background-color: #8ce196;
  content: attr(data-on);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
input.cmn-toggle-yes-no:checked + label:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
input.cmn-toggle-yes-no:checked + label:after {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}



.toggleopts {
  height: 30px;
  vertical-align: 15px;
  color: #fff;
  font-size: 15px;
  float: left;
  margin-left: 6px;
  margin-right: 8px;
}
span.mapopts {
  height: 30px;
  vertical-align: 15px;
  color: #793997;
  font-size: 15px;
  float: left;
  margin-left: 6px;
  margin-right: 8px;
	font-family: 'Fira Sans', sans-serif;
}





/* mapcontrols in map */
#dtmapcontrols {
  margin: 50px;
  width: 400px;
  height: 225px;
  padding: 20px;
  padding-top: 40px;
  background-color: rgba( 255, 255, 255, .9 );
  border: 1px solid white;
}
#mapzipholder {
  width: 360px;
  text-align: right;
  margin-bottom: 20px;
}
#mapzip {
  width: 180px;
}
#condomsitesdiv {
  width:360px;
  display: inline-block;
  margin-bottom: 10px;
}
#testingsitesdiv {
  width:360px;
  display: inline-block;
  margin-bottom: 10px;
}
#covidtestdiv {
  width:360px;
  display: inline-block;
  margin-bottom: 10px;
}
#covidvacdiv {
  width:360px;
  display: inline-block;
  margin-bottom: 10px;
}
.condomsitelabel {
  width: 175px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  color: rgb(121, 57, 151);
  float: left;
  padding-top: 6px;
}
.testingsitelabel {
  width: 175px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  color: rgb(5, 150, 197);
  float: left;
  padding-top: 6px;
}
.covidtestlabel {
  width: 175px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  color: #4ABC8B;
  float: left;
  padding-top: 6px;
}
.covidvaclabel {
  width: 175px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 15px;
  color: #FDB92D;
  float: left;
  padding-top: 6px;
}




.togglelabel {
  padding-left: 8px;
  height: 30px;
  vertical-align: 15px;
  color: #fff;
  font-size: 17px;
	font-family: 'Fira Sans', sans-serif;
}

label.radio-inline {
	font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  padding-right: 60px;
  padding-left: 60px;
}
.submitdiv {
  width: 100%;
  text-align: center;
}


/* radios */
.section input[type="radio"]{
  display: none;
}
.holder {
  width: 150px;
  float: left;
  margin-left: 25px;
  padding-bottom: 25px;
  padding-top: 10px;
}
.holder label {
  position: relative;
  color: #fff;
  font-size: 18px;
	font-family: 'Fira Sans', sans-serif;
  left: 50px;
}
.holder span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -50px;
  bottom: 0;
  margin: auto;
}
.holder span.radio:hover {
  cursor: pointer;
}
.holder span.radio::before {
  width: 23px;
  height: 23px;
  background-color: #ccc;
  border-radius: 50px;
  border: 2px solid #000;
}
input[type="radio"]:checked + label span.radio::before {
  background-color: #48bc8b;
}






/* spaces */
.site-main {
    margin-bottom: 0;
}

.widget-area > :last-child, .widget > :last-child {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.comments-area, .sidebar, .content-bottom-widgets .widget-area, .widecolumn {
    margin-bottom: 0;
}
.comments-area, .widget, .content-bottom-widgets .widget-area {
    margin-bottom: 0;
}
.content-bottom-widgets .widget-area {
    margin-bottom: 0;
}

.entry-content a {
  box-shadow: none;
}
.iw-so-acc-title {
	font-family: 'Fira Sans', sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.iw-so-acc-item {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  opacity: 0.85;
}
.iw-so-acc-item:hover {
  opacity: 1;
}
.sow-icon-fontawesome[data-sow-icon]:before {
  font-size: 36px;
  line-height: -5px;
}

.iw-so-acc-content {
	font-family: 'Fira Sans', sans-serif;
  margin-top: -4px;
  font-size: 15px;
  padding-left: 30px !important;
}

.iw-so-accordion .iw-so-acc-item .iw-so-acc-content ul {
 padding-left: 20px;
 padding-right: 20px;
 padding-bottom: 10px;
 padding-top: 10px;
}
.iw-so-accordion .iw-so-acc-item .iw-so-acc-content p {
 margin-bottom: 0;
 padding-bottom: 0;
 margin-top: 0;
 padding-top: 0;
}

.html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar-thumb {
  border: 0;
}

.showpointer {
  cursor: pointer;
}
input[type=search].search-field {
  background-color: #c0c0c0;
  border: 2px solid #000;
  height: 54px;

  -moz-border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;


  font-size: 18px;
  line-height: -4px;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
  margin-bottom: 11px;
}

button.search-submit {
  height: 54px;
  width: 34px;
  right: 5px;
  content: "";
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-left:-5px;
  background: url(http://takecontrolphilly.org/wp-content/uploads/2017/01/searchicon.png) no-repeat right #858585;
}
button.search-submit::before {
  content: "";
}
.search_drop{
  text-align: right;
}
.search_drop select{
  width: 66px;
  background-color: rgba(0,0,0,0);
  color: #ffffff;
  font-family: 'Open Sans';
  font-size: 14px;
  border: none;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search_drop::before{
  content: url(http://takecontrolphilly.org/wp-content/uploads/2017/01/worldicon.png);
  position: relative;
  width: 29px;
  height: 29px;
  vertical-align: middle;
  bottom: -10px;
  padding-right: 10px;
}

.search_drop::after{
  width: 10px;
  height: 10px;
  margin-left: -10px;
  color: #858585;
  content:"▼";    
  position: relative; 
  right: 0px;
  top: 0;
  padding-top: 3px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;      
  pointer-events: none;
  box-sizing: border-box;   
}

/* SOCIAL MEDIA BUTTONS */
#facebook_button, #twitter_button, #youtube_button, #instagram_button {
  width: 25px;
  height: 25px;
}

#facebook_button{
  border: none;
  background: url(http://takecontrolphilly.org/wp-content/uploads/2017/01/facebook_off.png) no-repeat right rgba(0,0,0,0);
}
#twitter_button{
  border: none;
  background: url(http://takecontrolphilly.org/wp-content/uploads/2017/02/twitter_off.png) no-repeat right rgba(0,0,0,0);
}
#youtube_button{
  border: none;
  background: url(http://takecontrolphilly.org/wp-content/uploads/2017/02/youtube_off.png) no-repeat right rgba(0,0,0,0);
}
#instagram_button {
  border: none;
  background: url(http://takecontrolphilly.org/wp-content/uploads/2017/02/instagram_off.png) no-repeat right rgba(0,0,0,0);
}

#facebook_button:hover{
  background: url(http://takecontrolphilly.org/wp-content/uploads/2017/02/facebook_on.png) no-repeat right rgba(0,0,0,0);
}
#twitter_button:hover{
  background: url(http://takecontrolphilly.org/wp-content/uploads/2017/02/twitter_on.png) no-repeat right rgba(0,0,0,0);
}
#youtube_button:hover{
  background: url(http://takecontrolphilly.org/wp-content/uploads/2017/02/youtube_on.png) no-repeat right rgba(0,0,0,0);
}
#instagram_button:hover{
  background: url(http://takecontrolphilly.org/wp-content/uploads/2017/02/Instagram_on.png) no-repeat right rgba(0,0,0,0);
}

.widget p {
  margin-bottom: 0;
}

.mapzip {
    pointer-events: all;
}


.gmnoprint a, .gmnoprint span {
    display:none;
}
/*
.gmnoprint div {
    background:none !important;
}
*/

img[src="http://maps.gstatic.com/mapfiles/api-3/images/google_white2.png"], a[href^="http://maps.google.com/maps"]{
    display:none !important;
}

#map .gm-style > .gmnoprint > .gmnoprint div[title="Zoom in"] {
  background-color: red !important;
}

#map .gm-style > .gmnoprint > .gmnoprint div[title="Zoom out"] {
  background-color: blue !important;
}


.healthcenters {
	font-family: 'Fira Sans', sans-serif;
}


#hc1toggle, #hc5toggle {
	font-family: 'Fira Sans', sans-serif;
}

#hc1info, #hc5info {
	font-family: 'Fira Sans', sans-serif;
}
#eg1 {
    width: 100%;
}
.ladder .tree{
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
}
.ladder ul {
    width: 100%;
    list-style: inside;
}
.ladder ul li ul {
    width: 100%;
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
}

.ladder ul li ul li{
    font-size: 20px;
    border-top: none;
    padding-bottom: 0;
    list-style-type: none;
    padding-top: 15px;
    padding-left: 0;
}
.ladder ul li {
	font-family: 'Fira Sans', sans-serif;
    font-size: 24px;
    padding-top: 5px;
    padding-bottom: 60px;
    padding-left: 0;
    list-style-type: none;
    width: 100% !important;
}
.ladder ul li a:hover {
    color: #48bc8b;
}
.ladder ul li a:active {
    color: #48bc8b;
}
.ladder ul li a {
    text-decoration: none;
}

.mob-menu-dropdown {
}

.mob-menu-dropdown a {
}

.mob-menu-dropdown li {
}

#mobile-menu-container {
	display: none;
}
	
#mobile-menu-button {
	width: 36px;
}
	
#mobile-menu {
}



/*mobile*/
@media only screen and (max-width: 1024px) {
	
	.stdspage-template .site {
		width: 100vw;
		overflow: scroll;
	}
	
	.mob-menu-dropdown {
		font-family: 'Fira Sans', sans-serif;
		font-size: 6.8vw;
	}

	.mob-menu-dropdown a {
		text-decoration: none;
		margin: 6px;
		line-height:1;
	}

	.mob-menu-dropdown li {
		list-style-type: none;
	}

	#mobile-menu-container {
		display: block;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 200;
	}
	
	#mobile-menu-button {
		position: absolute;
		right: 0;
	}
	.menu-closed {
		display: none;
	}
	
	.menu-open {
		display: block;
	}
	
	#mobile-menu {
		width: 90vw;
		height: 90vh;
		overflow-y: scroll;
		padding-top: 36px;
		background-color: rgba( 0, 0, 0, 0.8 );
}
	.tparrows {
    top: -50px !important;
  }
  /* GLOBAL */
  .site-header-main {
    display: none;
  }
  .main-navigation {
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0 70px 0 70px;
    display: block;
  }

  /* pageheader spacing */
  .pageheader {
    padding: 30px 0 10px 0 !important;
  }
  .sectionHead {
    font-size: 28px;
  }
  .sectionHeadBody p {
    font-size: 15px;
  }

  /* change BG image to solid color on mobile */
  .purpleaccordion {
    background-image: none !important;
    background-color: #793997;
  }
  .blueaccordion {
    background-image: none !important;
    background-color: #0596c5;
  }
  .greenaccordion {
    background-image: none !important;
    background-color: #48bc8b;
  }

  /* toggle switches */
  input.cmn-toggle-round + label:before {
    background-color: rgba(255,255,255,1);
  }
  input.cmn-toggle-round + label:after {
    background-color: #0596c5 !important;
  }
  .togglelabel {
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 14px;
  }
  .toglabel {
  }

  /* healthcare boxes */
  .hccontainer{
    width: 100%;
    margin: auto;
    padding: 5px;
    color: white;
	font-family: 'Fira Sans', sans-serif;
  }
  .hcgroup {
    text-align: center;
    padding: 0 4% 0 4%;
  }
  #hc1toggle.open:after {
    content: "\25BE";
    color: #21409A;
    padding-left: 20px;
  }
  #hc1toggle.closed:after {
    content: "\25B8";
    color: #21409A;
    padding-left: 20px;
  }
  #hc5toggle.open:after {
    content: "\25BE";
    color: #21409A;
    padding-left: 20px;
  }
  #hc5toggle.closed:after {
    content: "\25B8";
    color: #21409A;
    padding-left: 20px;
  }

  /* footer swaps */
/*  .footerhc1 {
    text-align: left;
    width: 50%;
    float: left;
    margin: 5px;
    font-size: 14px;
  }
  .footerhc2 {
    text-align: left;
    margin: 5px;
    font-size: 14px;
  }
*/
  /* footer social media buttons */
/*  .mobsocial {
    text-align: justify;
    padding: 0 15% 0 15%;
  }
  .mobsocial img {
    display: inline-block;
  }
  .mobsocial:after {
    content: "";
    width: 100%;
    display: inline-block;
  }
*/
  #dtmapcontrols {
    display: none;
  }
  /* clear blocking elements from map */
  #mapcontrolstoggle {
    pointer-events: all;
  }
  #mapcontrolsform {
    pointer-events: all;
  }
  #mapcontrolscancel {
    pointer-events: all;
  }
  #mobilemapcontrols_wrapper {
    pointer-events: none;
  }
  #mobilemapcontrols {
    pointer-events: none;
  }
  #slideinmenulist {
    pointer-events: all;
  }
  #slideincancelbtn {
    pointer-events: all;
  }
  #showmenubtn {
    pointer-events: all;
  }
  #menuhomebtn {
    pointer-events: all;
  }
  #mob_menu_slidein_wrapper {
    z-index: 5000 !important;
    pointer-events: none;
  }

  /* map overlay */
  #mobzip {
    background-color: #ffffff;
    border: 2px solid #000;
    height: 48px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-size: 16px;
    outline: 0;
    -webkit-appearance: none;
    margin-bottom: 11px;
  }
  #mobcondomsites {
    font-family: 'Open Sans';
    color: #793997;
    font-weight: 600;
    line-height: 36px;
  }
  #mobtestingsites {
    font-family: 'Open Sans';
    color: #0596c5;
    font-weight: 600;
    line-height: 36px;
  }
  #moballsites {
    font-family: 'Open Sans';
    color: #000000;
    font-weight: 600;
    line-height: 36px;
  }
  
  /* accordions */
  .iw-so-acc-item .iw-so-acc-title {
    border: 1px solid white !important;
  }
  .iw-so-acc-item .iw-so-acc-title a:active {
    color: red !important;
  }
  .iw-so-acc-item .iw-so-acc-title:hover {
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: black !important;
    border: 0 !important;
    border-radius: 5px 5px 0 0;
  }
  .iw-so-acc-item {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    opacity: 0.85;
  }
  .sow-icon-fontawesome[data-sow-icon]:before {
    font-size: 28px;
    line-height: -5px;
  }
  .sow-icon-fontawesome[data-sow-icon]:before:hover {
    font-size: 280px;
    line-height: -5px;
  }
  .iw-so-acc-content{
    margin-top: 0;
    color: black;
    border-radius: 0 0 5px 5px;
    background-color: rgba(255, 255, 255, 0.8) !important;
  }
  .iw-so-acc-content ul li{
	font-family: 'Fira Sans', sans-serif;
    margin-top: 0;
    font-size: 14px;
    padding-left: 30px !important;
  }
  .iw-so-accordion .iw-so-acc-item .iw-so-acc-content ul {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .iw-so-accordion .iw-so-acc-item .iw-so-acc-content p {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0;
  }
  #mob_menu_slidein_sticky_wrapper {
    height: 0 !important;
  }
  #mob_menu_slidein_sticky {
    position: fixed;
    z-index: 2000;
    top: 10px;
    right: 10px;
    pointer-events: none;
  }
}








/*tablet*/
@media only screen and (min-width: 500px) {
  /* pageheader spacing */
  .pageheader {
    padding: 80px 0 40px 0 !important;
  }
}












/*MAP*/
/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#map {
  height: 100vh;
}

