/*
Theme Name: ACM Child
Template: acm
Author: AuthX
Description: ACM WordPress Theme
Tags: acm
Version: 1.0.0.1486552321
Updated: 2017-02-08 06:12:01

*/
.top-bar{
  height: auto;
}
.top-bar-section ul {
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  font-size: 16px;
  margin: 0;
  overflow-y: auto;
}
#main{
  min-height: calc(100vh - 389px);
}
@media only screen and (max-width: 1129px){
  #main{
    min-height: calc(100vh - 334px);
  }
}
@media only screen and (max-width: 1023px){
  #main{
    min-height: calc(100vh - 215px);
  }
}
@media only screen and (max-width: 1023px){
  #main{
    min-height: calc(100vh - 215px);
  }
}
@media only screen and (max-width: 960px){
  #main{
    min-height: calc(100vh - 217px);
  }
}
@media only screen and (max-width: 830px){
  #main{
    min-height: calc(100vh - 219px);
  }
}
@media only screen and (max-width: 534px){
  #main{
    min-height: calc(100vh - 233px);
  }
}
@media only screen and (max-width: 479px){
  #main{
    min-height: calc(100vh - 283px);
  }
}

h2{
  margin-bottom: 18px;
}
.logo_social_group hr + img {
  display: none;
}

@media only screen and (min-width: 480px) {
  .logo_social_group hr + img {
    display: inline-block;
    float: right;
    height: 65px;
    margin: 1em;
  }
}

@media only screen and (min-width: 768px) {
  .logo_social_group hr + img {
    float: left;
    height: 64px;
  }
}

@media only screen and (min-width: 1024px) {
  .logo_social_group hr + img {
    width: 200px;
    height: auto;
    margin-top: 0;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 480px) {

  .footer__social {
    margin: 20px 0;
  }
}

.footer__social li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: transparent;
  font-size: 0;
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: top;
}


@media only screen and (min-width: 768px) {
  .footer__social {
    float: right;
    width: 60%;
  }
  .footer__social li{
    padding: 7px;
  }
  .footer__social li a{
    height: 35px;
    width: 35px;
  }
}

.footer__social li {
  padding: 5px;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .footer__social li {
    padding: 10px;
  }
}

@media only screen and (min-width: 480px) {
  .footer__social {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .footer__social {
    float: right;
    width: 50%;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__social {
    float: left;
    clear: left;
    width: 100%;
  }
}

.footer__social li {
  /* KS
  padding: .4em;
  display: table-cell;
  */
  padding: 10px;
  display: inline-block;
}

.footer__social img {
  width: 20px;
  height: auto;
}

@media only screen and (min-width: 400px) {
  .footer__social img {
    width: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .footer__social img {
    width: 40px;
  }
}

/*@media only screen and (min-width: 460px) {*/
  .footer-nav {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
/*}*/

/*@media only screen and (min-width: 760px) {*/
  /*.footer-nav {*/
    /*-webkit-column-count: 4;*/
    /*-moz-column-count: 4;*/
    /*column-count: 4;*/
  /*}*/
/*}*/

/*@media only screen and (min-width: 1024px) {*/
  /*.footer-nav {*/
    /*-webkit-column-count: 3;*/
    /*-moz-column-count: 3;*/
    /*column-count: 3;*/
    /*-webkit-column-gap: normal;*/
    /*-moz-column-gap: normal;*/
    /*column-gap: normal;*/
    /*width: 100%;*/
    /*float: right;*/
    /*clear: right;*/
    /*margin-bottom: 2em;*/
  /*}*/
/*}*/

.footer-nav-lists,
#menu-footer > li  {
  page-break-inside: avoid;
  display: table;
  margin-top: 1em;
}

.footer-nav-lists:first-child,
#menu-footer > li {
  margin-top: 0;
}

@media only screen and (min-width: 1024px) {
  .footer-nav-lists,
  #menu-footer > li {
    margin-bottom: 0;
  }
}

.infonav__linkList-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.footer-nav > div:first-child{
  float: right;
  width: 45%;
}
.footer-nav > div:first-child + div{
  margin-right: 45%;
  padding-right: 20px;
}

@media only screen and (max-width: 1023px){
  .footer-nav > div:first-child{
    width: 50%;
  }
  .footer-nav > div:first-child + div{
    margin-right: 50%;
  }
  .menu-footer-container{
    padding-top: 25px;
  }
}
@media only screen and (max-width: 760px){
  footer nav li {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 500px){
  .footer-nav > div:first-child{
    float: none;
    width: auto;
  }
  .footer-nav > div:first-child + div{
    margin-right: 0;
    padding-right: 0;
  }
  .menu-footer-container ul{
    margin-left: 0;
  }
}

strong.search-excerpt {
  font-weight: bold;
}

#searchform .searchbox-submit{
  background: #004060 !important;
  border-color:#004060;
  color:white;
  font-weight: 400;
  padding: 0 20px;
  height: 47px;
  cursor: pointer;
  width: auto;
  font-family: FontAwesome;
  font-size: inherit;
}

.srPagination  .page-numbers::after {
  content: "" !important;
}

.srPagination>li>a{
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
#search-results .navigation .nav-box {
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-family: sans-serif;
}
#search-results ul.pagination {
  height: auto;
}
.navigation{
  background: transparent;
}
.navigation .pagination{
  margin: 10px auto 0;
  float: none !important;
  padding: 0 2px;
  display: table;
}
.navigation #nav-bottom.nav-box li,
.navigation #nav-bottom.nav-box li.disabled,
.navigation #nav-top.nav-box li,
.navigation #nav-top.nav-box li.disabled {
  padding: 0;
  margin-bottom: 0;
  background-color: #d3d3d3;
  border: none;
  height: 100%;
}

/** RSS Feedlist */
.feedlist {
  list-style:none;
  padding:0;
  margin:0 0 1.6em;
  padding-top: 10px;
}
.feedlist li {
  padding:0 0 10px;
  border-bottom:1px solid #efefef;
  margin:0 0 10px;
}
.feedlist li:last-child,
.feedlist li.last {
  margin:0;
  border:none;
  padding:0;
}
.feedlist h3 {
  margin:0;
}
.feedlist .date {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.feed-source{
  padding-bottom: 10px;
  padding-top: 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.breadcrumbs li a:after{
  content:'' !important;
}
*:focus{
  outline: none;
}


.acm-banner-container {
  position: relative;
}

.footer-nav{
  padding: 0;
}
@media only screen and (max-width: 1023px){
  .footer-nav{
    padding: 0 30px;
  }
}
.es_widget_form .es_lablebox{
  font-size: 12px;
  color: #777;
}
.es_widget_form input[type=text]{
  background-color: #aaa;
  margin: 0 0 5px;
}
.es_widget_form input[type="button"]{
  background: #199ed5;
  border: none;
  box-shadow: none;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
}
.center{
  max-width: 76rem;
  padding-right: 20px;
  margin: 0 auto;
}
footer{
  max-width: 73.4rem;
  padding-right: 20px;
  margin: 0 auto;
}
#header {
  position: relative;
}
#header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 73.5rem;
  height: 95vh;
  background: #fff;
  z-index: -1;
  left: 0;
  right: 0;
}
.pagination-wrapper{
  text-align: center;
  margin: 20px auto 30px;
}
.pagination-wrapper a,
.pagination-wrapper > span {
  height: 100%;
  padding: 6px 12px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px;
  box-sizing: border-box;
  height: 34px;
  font-weight: 400;
  font-size: 14px;
}
.pagination-wrapper a{
  color: #515151;
  background-color: #d3d3d3;
  border-radius: 0;

}
.pagination-wrapper a:hover{
  background-color: #eee;
  border-color: #ddd;
}
.pagination-wrapper > span {
  position: relative;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.posttype_page .top-bar.main-nav section li.menu-item-has-children.active,
.posttype_post .top-bar.main-nav section li.menu-item-has-children.active {
  height: auto;
}
.acm-banner-logo_wrapper{
  width: 100%;
  max-width: 73.5rem;
  margin: 0 auto;
  position: relative;
}
.acm-banner-logo{
  width: 375px;
  height: 225px;
  background: url(images/banner-logo.png);
  background-size: contain;
  background-position: 100% center;
  background-repeat: no-repeat;
  position: absolute;
  right: -30px;
  top: 110px;
}

#main .acm-banner-container .row {
  display: flex;
  padding-top: 65px;
  min-height: 320px;
}
#main .acm-banner-container .banner-content {
  float: none;
  margin: auto 0;
  padding-right: 340px;
}

@media only screen and (min-width: 1130px) {

  .posttype_page .top-bar.main-nav section li.menu-item-has-children.active,
  .posttype_post .top-bar.main-nav section li.menu-item-has-children.active {
    height: 52px;
  }
  .nav-menu .menu-item .sub-menu{
    width: 100%;
  }
}

.banner-container + .breadcrumb-container,
.banner-container + .row {
  margin-top: -20px;
  z-index: 1;
  position: relative;
}

.three-cols.article-block .columns .shadowed .columns{
  width: 100%;
  table-layout: fixed;
}
.home-excerpt-thumbnail_wrapper{
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 8px 0 16px;
}
.home-excerpt-thumbnail_wrapper img{
  padding: 0 !important;
  max-width: none !important;
}
.feed-icon{
  width: 16px;
  height: 16px;
  display: inline-block;
}
.feed-icon img{
  padding: 0 !important;
}
.logo-separate{
  display: block;
  position: relative;
  padding: 3px 0;
  min-width: 280px;
  margin-left: -4px;
  overflow: hidden;
}
.logo-separate img{
  position: relative;
  z-index: 2;
}
.logo-separate span{
  display: block;
  background: #fff;
  color: #000;
  font: 600 11px Verdana;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 56px;
  padding: 27px 0 20px 45px;
  z-index: 1;
}
.scholar-thumbnail{
  margin: 0;
}
.scholar-thumbnail_params,
.scholarship-open_details{
  list-style: none;
  margin-left: 0;
}
.scholarship-open_poster{
  float:right;
  margin-left: 20px;
  width: auto;
  max-width: 60% !important;
}
.scholarship-open_poster img{
  width: 100% !important;
}
#maincontent ul.scholarship-open_details li:first-child{

}

@media only screen and (max-width: 1129px) and (min-width: 639px){
  .logo-separate{
    padding: 0;
  }
  .logo-separate img{
    margin-left: -10px;
  }
  .logo-separate span{
    left: 46px;
    padding: 24px 0 20px 45px;
  }
  .logo-separate span:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    border-width: 40px;
    border-style: solid none solid solid;
    border-color: transparent transparent transparent #fff;
    left: 100%;
    top: 0;
  }
  #main .acm-banner-container .row {
    padding-top: 0;
    min-height: 220px;
  }
}
@media only screen and (max-width: 638px){
  .logo-separate {
    min-width: 110px;
    padding: 0;
  }
  .logo-separate span {
    font-size: 1px;
    color: transparent;
    min-width: 65px;
    left: 0;
  }
  .logo-separate span:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    z-index: 0;
    border-width: 40px;
    border-style: solid none solid solid;
    border-color: transparent transparent transparent #fff;
    left: 100%;
    top: 0;
  }
  .acm-banner-container {
    min-height: 180px;
  }
  #main .acm-banner-container .row {
    padding-top: 0;
    min-height: 180px;
  }
  .scholarship-open_poster{
    width: 100% !important;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1130px) {
  .nav-menu .sub-menu .menu-item.menu-item-type-custom.active{
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .acm-banner-logo {
    right: 0;
  }
}
@media only screen and (max-width: 1129px) {
  .acm-banner-logo {
    width: 285px;
    height: 170px;
    right: 0;
    top: 30px;
  }
  #main .acm-banner-container .banner-content {
    padding-right: 290px;
  }
  .banner-heading{
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: .8rem;
  }
  .banner-container + .breadcrumb-container, .banner-container + .row {
    margin-top: 0;
  }
}
@media only screen and (max-width: 700px) {
  .banner-heading {
    font-size: 1.75rem;
    line-height: 1.1;
  }

  .banner-heading small {
    font-size: .6em;
    line-height: 1.4;
  }
  .acm-banner-logo {
    display: none;
  }
  #main .acm-banner-container .banner-content {
    padding-right: 20px;
  }
}
