/* Enter Your Custom CSS Here */
article#post-2 header {
 display: none; 
}

article#post-752 header {
 border: none; 
}

article#post-754 header {
 display: none;
}

article#post-164 header {
 display: none;
}

article#post-1020 header{
  display: none;
}

article#post-1023 header{
  display: none;
}

article#post-1450 header{
  display: none;
}

.main-content-inner { width: 80% }
#secondary { 
  width: 20%; 
  min-width: 215px !important;  
}

@media (max-width: 1740px) {
  .col-md-4 {
      width: 22% !important;
  }
  .main-content-inner { 
    width: 78% 
  }
}

@media (max-width: 1360px) {
  .col-md-4 {
  	width: 25% !important;
  }
  .main-content-inner { 
    width: 75%;
    float: left !important;
  }
}

@media (max-width: 1200px) {
  .col-md-4 {
  	width: 30% !important;
  }
  .main-content-inner { 
    width: 70%;
    float: left !important;
  }
}

@media (max-width: 815px) {
  .col-md-4 {
  	width: 32% !important;
  }
  .main-content-inner { 
    width: 68%;
    float: left !important;
  }
}

@media (max-width: 770px) {
  .col-md-4 {
  	display: none;
  }
  .main-content-inner { 
    float: left !important;
  	width: 100%;
  }
}

h2 {
  margin: 30px 0 15px 0 !important;
}

h4 {
  margin: 25px 0 10px 0 !important;
}

a.localAnchor {
  position: relative; 
  top: -77px;
}

h2.localAnchor, h3.localAnchor, h4.localAnchor {
  margin-top: -10px !important;
}

/*#menu-decisioncamp a, #menu-rw-summer-school a { color: #000066 !important; }
#menu-decisioncamp a:hover, #menu-rw-summer-school a:hover { color: #6d87ba !important; }*/

table#decisioncamp tr:hover {
  background-color: transparent !important;
}

table.simple td {
 border: none !important; 
}

td.simple {
  border: none !important; 
}

table.simple tr:hover {
  background-color: transparent !important;
}

tr.simple:hover {
  background-color: transparent !important;
}

table.org tr:hover {
  background-color: transparent !important;
}

#menu-all-rulemlrr-2017-calls li {
  font-weight: normal !important;
}

#nav_menu-14 {
  margin-bottom: 5px !important;
}

.menuTitle, .regularMenuTitle {
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 20px; 
	padding-bottom: 12px; 
	border-bottom: 1px solid rgb(242, 242, 242);
}

.menuTitle:after, .regularMenuTitle:after {
	content: '\002B';
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.menuTitle:after {
    color: #777;
}

.regularMenuTitle:after {
  	color: #CCCCCC;
}

.menuTitle.active:after {
	content: "\2212";
}

.inactiveExpand:after {
  content: '\002B' !important;
  color: #CCCCCC !important;
}

.inactiveExpand.active:after {
  content: '\002B' !important;
  color: #CCCCCC !important;
}

.collapsible {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.widget_nav_menu .menu-item:first-child:after {
  content: '\002B';
  color: #CCCCCC;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

h2.tablepress-table-name-id-1 {
  font-size: 18px !important;
  font-weight: bold !important;
}

table.dc-program td, table.dc-program th {
  border-bottom: 1px solid rgb(221, 221, 221) !important;
}

table.schedule tr td:nth-child(1) {
  width: 200px;
}

table.schedule tr:nth-child(odd) {
  background-color: rgb(245, 245, 245)
}

table.schedule {
  max-width: 1190px !important;
}

div .material-link {
 	color: rgb(109, 135, 186) !important;
  font-size: 12px !important;
}