.current_page_item > a {
		background: #6FBDBE;
}

.blackwell-logo {
	position: relative;
  float: left;
  z-index: 999;
  width: 100%;
  background: #000;
}

.blackwell-logo img {
	width:15%;
  margin-left:5%;
}

.main-navigation a {
		display:initial !important;
    padding: 0.9em 1.25em;
}

.main-navigation li li {
    display: block;
    float: left;
  	background:#000;
}

.main-navigation ul ul a {
	float:left;
}

.menu-scroll-down .icon {
	display:none;
}

.title-1 {
    font-size: 80px;
    float: left;
    width: 100%;
    font-weight: 700;
    font-family: Open Sans, sans-serif;
    color: #FFF;
    margin: 0 auto;
    margin-bottom: -5%;
    text-transform: uppercase;
}

.site-title-custom {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10%;
}

.teal {
  color: #6FBDBE;
}

.navigation-top {
    background: #000 !important;
   	text-transform: uppercase;
}

.navigation-top a {
   color:#FFF !important;
}

.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a {
   color: #FFF !important;
}

.navigation-top .wrap {
    width: 100% !important;
    max-width:100% !important;
    font-size: 12px;
}

#masthead .wrap {
    position: relative;
    float: left;
  	margin-left:5%;
}

.entry-content a img, .widget a img {
	box-shadow: none;
  text-decoration: none;
}

.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
	box-shadow: none;
}

.entry-content a:hover {
	box-shadow:none;
}

#description {
	width:100%;
  float:left;
  position:relative;
  background: #F3F9F9;
  margin-bottom: 7.75rem;
  padding:1%;
}

#description p {
	padding: 0 !important;
  margin: 0 auto;
  margin-top: -2%;
	float: left;
	margin-left: 3%;
}

#description img {
	margin-top:1%;
  margin-left:0.5%;
  float:left;
}

.rankings-definition {
	float:left;
  position:relative;
  width:100%;
  font-family: 'Open Sans', sans-serif;
  color:#000;
}

.rankings-definition h1 {
  font-size:40px;
  font-weight:700;
  text-transform:uppercase;
}

.rankings-definition blockquote {
	text-align:center;
}

.rankings-definition a {
	font-weight:700;
  color:#2D4773;
}

/*Custom Wiley Footer*/

    .site-footer {
        background:#272727;
        color:#fff;
        float:left;
        position:relative;
        width:100%;
      	margin-top:0px;
    }
    
    .site-footer h1 {
        font-family: 'Open Sans', sans-serif;
        font-size:20px;
        font-weight:700;
        width: 15%;
        margin-right:6.563rem;
    }
    
    .footer-links {
        width:100%;
        float:left;
        position: relative;
        margin-top: 3.375rem;
        display: inline-flex;
    }
    
    .footer-links a {
        text-decoration: none;
        color:#fff;
        font-family: 'Open Sans', sans-serif;
        font-weight:400;
        font-size:12px;
    }
    
    .footer-links ul {
        list-style: none;
        float:left;
        position:relative;
        margin-left: 1.063rem;
    }
    
    .footer-links ul li {
        margin-bottom: 1.063rem;
    }
    
    .footer-copyright-branding {
        float:left;
        position:relative;
        width:100%;
        border-top: 1px solid #9e9e9e;
        color:#9e9e9e;
        font-family: 'Open Sans', sans-serif;
    }
    
    .footer-copyright-branding img {
        float:right;
        position:relative;
        padding: 1%;
        margin-top:-2%;
    }

@media screen and (max-width:420px) {
  #masthead .wrap {
  	margin-left:0%;
  }

  .main-navigation {
  	background: #000;
  } 
  
  .main-navigation li {
  	background:#000;
    line-height:37px;
    text-align:center;
  }
  
  .main-navigation li .current-menu-item a {
  	background:#6fbdbe;
  }
  
  .menu-toggle {
  	color:#FFF;
  }
  
  .navigation-top a {
    color: #FFF !important;
    z-index: 999;
}
  
  .main-navigation li li {
    display: block;
    float: left;
    width: 100%;
    background: #000;
    text-align: left;
}
  
  .site-branding {
  	display:block;
  }
  
  .blackwell-logo img {
  	width:45%;
  }
  
  .custom-header {
  	height:275px !important;
  }
  
  .title-1 {
  	font-size:40px;
  }
  
  
	.entry-content {
    width: 100%;
    margin: 0 auto !important;
    float: left;
    padding: 0 !important;
}

 .site-footer h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin-right: 0em;
    float: left;
} 
  
  .footer-links ul {
  	width:100%;
  } 
  
 .footer-copyright-branding img {
  	width:150px;
  } 
  
}