/*
Theme Name: pcg
Theme URI: http://underscores.me/
Author: zoe piel
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pcg_s
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pcg is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/* Custom Fonts */


@font-face {
  font-family: 'Anziano';
  src: url("fonts/AnzianoPro-Regular.otf") format("opentype");
  src: url('fonts/AnzianoPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/AnzianoPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AnzianoPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AnzianoPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AnzianoPro-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-style: normal; }

@font-face {
  font-family: 'Anziano';
  src: url("fonts/AnzianoPro-Italic.otf") format("opentype");
   src: url('fonts/AnzianoPro-Italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/AnzianoPro-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AnzianoPro-Italic.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AnzianoPro-Italic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AnzianoPro-Italic.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-style: italic; }

@font-face {
  font-family: 'Anziano';
  src: url("fonts/AnzianoPro-Bold.otf") format("opentype");
    src: url('fonts/AnzianoPro-Bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/AnzianoPro-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/AnzianoPro-Bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/AnzianoPro-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/AnzianoPro-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight: bold; }

@font-face {
  font-family: 'BentonSans';
  src: url("fonts/BentonSans-Regular.otf") format("opentype");
  src: url('fonts/BentonSans-Regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/BentonSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/BentonSans-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/BentonSans-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/BentonSans-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-style: normal; }

@font-face {
  font-family: 'BentonSans';
  src: url("fonts/BentonSans-RegularItalic.otf") format("opentype");
    src: url('fonts/BentonSans-RegularItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/BentonSans-RegularItalic.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/BentonSans-RegularItalic.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/BentonSans-RegularItalic.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-style: italic; }



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {

  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

 /* PDF icon */

 a[href$=".pdf"]:after {
    content: url(pdf.png);
    }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 1.5em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
text-align: left;
  border-spacing: 10px; 
 margin-bottom: 1em; 
 max-width: 700px;
 min-width: 600px;
 border-collapse: collapse;
}

table p{

margin-bottom: 0 !important;
}

tr{
  margin-top: .5em;
}

table.participants tr:nth-child(even) {background: #eeeeee}

td,
th {
  min-width:160px;
    vertical-align: middle;
  padding: 10px 5px 10px 5px; }

table.faculty{width: 100%;}

  table.faculty td, th{

    padding:10px; 
  }

table strong, table b{
    display: inline-block;
}

div.paper-meta{
margin-top: 10px;
background-color: #efefef;
padding: 10px;
width:450px;

}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 10pt;
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'BentonSans';
  font-weight: normal;
  color:#293352;
  clear: both; }

 h2{  
font-size: 1.7em;
  color: gray;
border-bottom: 1px dotted gray;} 

h3{
  margin-bottom: .3em;
font-size: 1.3em;}

 h4{
/*font-family: 'Anziano';*/
font-size: 1.4em;
margin-left: 1em;}

p {
  line-height: 1.4em;
  margin-top:0;
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  border-left: 8px solid #ecece8;
  padding-left: 10px;
  margin-left: 25px;
  margin-right: 25px; }
  

address {
  margin: 0 0 1.5em; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #b9b9b9;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px; }

ul, ol {
padding:0; 
text-align: left;
}

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }


.entry-content ul li{
  margin-bottom:.3em;
  margin-left:1em;
  line-height:1.4em;
}

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
 /* height: auto;*/
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

.materials ul{
  padding-left: 3em !important;
}

.materials li {

  margin-bottom:.33em;
}

.materials li ul{
  margin-top:1em;
}
.materials li ul li {
  margin-top: 0px;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  background: #e6e6e6;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #cccccc #bbbbbb #aaaaaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaaaaa #bbbbbb #bbbbbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #cccccc;
 }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%;
 height: 75px;
 }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #A51C30;
  text-decoration: none; }
  a:visited {
    color: #A51C30; }
  a:hover, a:focus, a:active {
    color: #A51C30; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    text-decoration: underline; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation, .menu {
  padding: 0;
  list-style: none;
  margin-left: 1em;
  margin-top: 0;
  clear: both;
  display: block;
  float: left;
  font-size: 1.2em;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

li.menu-item{
    padding-top: 5px;
  padding-bottom: 5px;
 }

li.menu-item:hover{
color:#A51C30;
 }

.menu-item a{
display:  block;
width: 100%;
height: 100%;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  display: none;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
    display: none;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
    display: none;
  text-align: right;
  width: 50%; }



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
/*  content: "";
  display: table; */}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
   /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header.site-header{
max-height: 100px;

text-align: center;
}

#searchbox{
float: right;
padding-right: 23px;
margin-bottom: 12px;
}

.searchbutton{
    background-color: #b9b9b9;
    border-radius: 0;
    box-shadow: none;
    color: white;
    text-shadow: none;
}

div.header-image{
padding-top: 10px;
padding-bottom: 10px;
border-bottom-style: inset;
margin-bottom: 25px;
background-image:url(pcg-banner-new.png); 
height: 100px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}

.header-image a{

display: block;
height: 100%;
width:100%;
}

/*--------------------------------------------------------------
# Special Page Headers
--------------------------------------------------------------*/

.page-title{
    color: black;
    margin-top: 0;
    text-align: center;
    font-size: 1.7em;
}

.entry-title{
      font-size: 1.7em;
margin-top: 0;
}

.section-title{
  color: gray;
border-bottom: 1px dotted gray;
}

.paper-title{

  margin-bottom: .25em;
  margin-top: 1.2em;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#page{
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  background-color: white;
}

#primary{
float: left;
max-width: 550px;
min-width: 320px;
padding-right: 30px;
margin-left: 15px;
margin-bottom: 20px;
}

.entry-content{
max-width: 500px;
text-align: left;

}

a.external-link:after{
content: "\21D7";
margin-left:3px;
}

li.related-links{
  margin-bottom: 10px;
}

div.top_sponsors{
text-align: justify;

}

.additional-sponsors{
text-align: justify;
}

.conference-menu{
  margin-right: 20px;
  text-align: center;
}

div.conf_description{
  font-family: 'BentonSans';
  text-align: center;
}


/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/

#sidebar-left{
float: left;
width: 175px;
margin-right: 25px;
font-family: 'BentonSans';
}

.current-menu-item a{
background-color: #A51C30;
box-shadow: 0px 1px 2px black;
margin-left:-16px;
color:white;
padding-top: 5px;
padding-left: 16px;
padding-right:-10px;
padding-bottom: 5px;
}

#sidebar-right{
    min-width: 20%;
    text-align: center;
    margin-right: 25px;
    overflow: auto;
    position: relative;
}

#sidebar-right ul{
  list-style: none;
  padding: 0;
  text-align: left;
-webkit-columns: 2;
   -moz-columns: 2;
        columns: 2;
        font-size: .87em;

}

#sidebar-right li:before{

  content: "»";
  margin-right: 3px;
}

#sidebar-right h3{
text-align: center;
font-size: 10pt;
}

div.knowledge-partners{
display:grid;
	grid-template-columns:130px 130px;
	column-gap:10px;
}



div.orgs{
    height: 41px;
    margin-bottom: 5px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 10px;
    -webkit-column-break-inside: avoid;
}

.pin-to-top{
	column-span:all !important;
	height:60px !important;
	
}

.orgs img{
	width: auto;
	height: auto !important;
    opacity: .8;
    margin-top: 5px;
    position: relative;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);

}

.site-info{
clear: both;
text-align: center;
padding-left:15%;
padding-right: 15%;
color: #b9b9b9;
font-size: 8pt;
padding-bottom: 1em;
padding-top: 2em;
border-top: 3px solid #eeeeee;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

div#nophoto{
font-style: italic;
color: #b9b9b9;
height: 124px;
width: 90px;
text-align: center;
padding: 10px;
border: 1px solid #b9b9b9;
}

td.photo img{
  float: left;
  margin-right:20px;
  margin-bottom: 10px;
  max-height: 150px;
  width: auto;
}

div.photo{
    float: left;
  max-height: 150px;
    margin-right:20px;
  margin-bottom: 10px;
  width: auto;
}

div.photo img{
  float: left;

  max-height: 150px;
  width: auto;
}

a.moretag{
font-size: 8pt;
text-transform: uppercase;
float: right;

}

/* Hide frontpage title */

#post-68 .entry-header{
  display: none;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Mobile/Responsive Rules
--------------------------------------------------------------*/


@media only screen and (max-width: 990px) {

div{   

  /*width: 100% !important;*/}

div.header-image{
background-image:url(pcg-banner-mobile.png); 
margin-bottom: 0px;
border-bottom: none;
}

div.supporting-organizations{
text-align: center;
padding-left: 40px;
padding-right: 10px;
-webkit-columns: 3;
   -moz-columns: 3;
        columns: 3;

}


.orgs img{
position: initial;
transform: none;}

div#primary{
min-width: 0px;
  max-width: 70%;
  margin-left:5%;
}

#sidebar-left{

width: 100%;
text-align: center; 
padding-top: 5px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
border-right: none;
border-bottom: inset;
padding-left: 5%;
}

ul.menu{
min-width: 540px;}

#sidebar-left ul{
 margin-left: 5%;
 padding-right: 14%; 
}

.current-menu-item a{
padding: 0;
margin: 0;
box-shadow: none;
border:2px solid #A51C30;
    box-shadow: 0 2px 2px gray;
}

#sidebar-left ul li{
  margin: 0px;
display: inline-block;
  padding: 2px;
color: white;
margin: 2px;
}

#sidebar-right {
 /*float: none !important;*/
/*max-width: none;*/
/*clear:both;*/
/*overflow: hidden;*/
zoom: 85%;
}

#sidebar-right ul{
text-align: center;
-webkit-columns: 3;
   -moz-columns: 3;
        columns: 3;
}

#sidebar-left a{
text-decoration: none !important;
}

li.menu-item{
    padding-top: 5px;
  padding-bottom: 5px;
border-bottom: none;
 }

li.menu-item:hover{
text-decoration: none;
border-bottom: none;
 }

#searchbox{

margin-bottom:10px;
margin-top:0px;
}

@media only screen and (max-width: 1020px) and (min-device-width: 320px) and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2)  {


div{   

  width: 100%;}

div.header-image{
background-image:url(pcg-banner-mobile.png); 
margin-bottom: 15px;
margin-top: 10px;
border-bottom: none;
}


div#primary, div.entry-content{
min-width: 0px;
  max-width: 95%;
  margin-left:3%;
}

div.sidebar-right{
  width: 100% !important;
}

#sidebar-left{

width: 100%;
text-align: center; 
padding-top: 5px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
border-right: none;
font-size:8pt;
border-bottom: inset;
}

.orgs img{
position: initial;
transform: none;}

ul.menu{
min-width: 0px;}

#sidebar-left ul{
 margin-left: 10%;
}

.current-menu-item a{
padding: 0;
margin: 0;
box-shadow: none;
border:2px solid #A51C30;
    box-shadow: 0 2px 2px gray;
}

#sidebar-left ul li{
  margin: 0px;
display: inline-block;
  padding: 2px;
color: white;
margin: 2px;
}
#sidebar-right {
float: none !important;

}
#sidebar-right ul{
text-align: center;

}

#sidebar-left a{
text-decoration: none !important;
}

li.menu-item{
    padding-top: 5px;
  padding-bottom: 5px;
border-bottom: none;
 }

li.menu-item:hover{
text-decoration: none;
border-bottom: none;
 }

#searchbox{

margin-bottom:10px;
margin-top:0px;
}
table{
    max-width: 100% !important;
    min-width: 0px;
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/
    