/* Header
   ========================================================================== */
@media screen and (max-width: 992px) {
  .logo {
    padding: 40px 15px 20px;
  }
}

@media screen and (max-width: 992px) {
  .header-links a, .conference .back-to-acmt a {
      padding: 8px 16px;
      font-size: 14px;
      margin-left: 4px;
  }
  .header-links a.search_form_link {
    margin-left: 4px;
 }
}

@media screen and (max-width: 480px) {
  .header-links a, #search {
    margin: 0;
    width: 50%;
  }
  .header-links a.search_form_link {
    width: 100%;
    margin-left: 0;
    border-right: none !important;
  }
  .header-links a {
    padding: 6px;
    background: #fff !important;
    color: #263248;
    font-size: 13px;
    float: left;
  }
  .header-links a:first-child {
    border-right: 2px solid #fff;
  }
  .header-links a:nth-child(2) {
    border-left: 2px solid #fff;
  }  
  .header-links a:first-child,
  .header-links a:nth-child(2) {
    border-bottom: 1px solid #eee;
  }
  .header-links a:nth-child(3) {
    border-right: 2px solid #fff;
  }
  .header-links a:last-child {
    border-left: 2px solid #fff;
  }  
  .header-links a:nth-child(3),
  .header-links a:last-child {
    border-top: 2px solid #fff;
  }
}

@media screen and (max-width: 320px) {
  .header-links a, .conference .back-to-acmt a {
    font-size: 12px;
  }
}

/* Search
   ========================================================================== */
@media screen and (min-width: 992px) {
  header .Search {
    max-width: 200px;
    margin-right: 20px;
  }
}

/* leanModal Search
   ========================================================================== */
@media screen and (max-width: 992px) {
  #search_form input#searchinput {
    width: 100%;
  }
  #search_form {
    top: 36px !important;
  }
}

@media screen and (max-width: 480px) {
  #search_form {
      right: 0;
      left: auto !important;
      width: 100%;
      top: 66px !important;
  }
  #search_form table, 
  #search_form td {
    width: 100%;
  }
}

/* SMenu
   ========================================================================== */
@media screen and (min-width: 992px) {
  #SMenu {
    display: block;
    padding: 0;
    margin: 0;
  }
  .slicknav_menu {
    display: none; 
  }

  #menu #SMenu li ul ul ul ul {
    display: none;
  }

  #menu #SMenu > li {
    width: 14.2%;
    z-index: 9999;
  }

 .conference #SMenu > li {
    width: auto !important;
    z-index: 999999;
  }

  #menu #SMenu a {
    padding: 20px 5px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #894b68;
    color: #fff;
    z-index: 99999;
    position: relative;
  }

  #menu #SMenu li:last-child a {
    border-right: none;
  }

  #menu #SMenu li.active,
  #menu #SMenu li:hover {
    background: #4e0828;
  }
  #menu #SMenu a.active:hover {
    color: #fff;
  }

  .slicknav_menu .slicknav_icon {
  margin-top: 5px; 
  }

  .slicknav_menu .slicknav_icon-bar {
  height: 0.145em !important;
  }

}

@media screen and (min-width: 1200px) {
  #menu #SMenu a {
    padding: 20px 15px;
    font-size: 14px;
  }
}

@media screen and (min-width: 991px) {
  #menu #SMenu li#page_3525 ul ul ul {
    right: 100%;
    left: auto;
 }
  .horizontal-menu ul ul ul {
    z-index: 999999;
  }
}



/* BX Slider
   ========================================================================== */

@media screen and (max-width: 1199px) {
  .bx-viewport {
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
  }
  div.bxslider img {
    float: none;
    width: 100%;
    max-width: 805px;
    margin: 0 auto;
  }
  .bx-wrapper .bx-caption {
    position: relative !important;
    padding: 5px !important;
    min-height: 167px;
    width: 100% !important;
  }  
  .bx-wrapper .bx-pager {
    bottom: -25px !important;
    right: 15px;
    width: 100% !important;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ccc !important;
  }  
  .bx-wrapper img {
    max-height: initial !important;
  }

  .bx-wrapper .bx-controls-direction a {
      display: none !important;
  }  

.webinar iframe {
    width: 100%;
}

}



/* Home Middle
   ========================================================================== */

@media screen and (min-width: 992px) { 
   .quick-links, .intro-text, .webinar {
       height: 357px;
   }
 }
@media screen and (min-width: 1200px) { 
   .quick-links, .intro-text, .webinar {
       height: 357px;
   }
 }
 @media screen and (max-width: 992px) {
   .webinar {
    text-align: center;
   }
 }


 /* Quick Links
   ========================================================================== */
@media screen and (max-width: 992px) {
.quick-links h3,
.quick-links a {
    padding-left: 25px;
  }
  .quick-links {
    font-size: 16px;
  }
}

/* Home Bottom
   ========================================================================== */
@media screen and (max-width: 992px) {
  .home-bottom {
    padding: 0;
  }
}

/* Home Logos
   ========================================================================== */
@media screen and (max-width: 992px) {
  .home-logos {
    padding: 40px 0;
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .home-logos h2 {
    margin: 0 0 35px;
  }  
  .home-logos img {
    margin: 20px 0;
  }
}

/* Sidebar
   ========================================================================== */
@media screen and (max-width: 992px) {
 .sidebar.quick-links h4 {
    padding: 20px 0 20px 25px;
 }
}

@media screen and (min-width: 768px) {
  .body-content {
    padding: 30px 40px 60px;
  }
  .sidebar.quick-links a:before {
    margin-left: -1.3em;
    width: 1.3em;
  }
  div.EvtCal table.EvtCalSm th select {
    width: auto;
  }
}

@media screen and (max-width: 1199px) {
 .sidebar #VMenu ul li a,
 .sidebar #VMenu ul ul a {
      padding: 10px 25px 10px 60px;
 }
}

@media screen and (max-width: 767px) {
 .sidebar #VMenu ul li a {
      padding: 10px 25px 10px 50px;
 }
 .sidebar #VMenu ul ul a {
    padding: 10px 25px 10px 60px;
  }
}


@media screen and (max-width: 992px) {
 .sidebar .sidebar-journal a {
    padding: 0 25px 0 25px;
 }
  .sidebar .sidebar-journal h2 {
    padding-left: 5px;
  } 
}
@media screen and (max-width: 768px) {
 .sidebar-journal {
   border-right: none;
 }
 .sidebar .sidebar-journal a {
    padding: 0 25px 0 40px;
 }
  .sidebar .sidebar-journal h2 {
    padding-left: 25px;
  } 
}

/* Breadcrumb
   ========================================================================== */
@media screen and (max-width: 992px) {
  .pmenu {
      padding: 11px 0 11px 15px;
  }
}

/* Conference
   ========================================================================== */
@media screen and (max-width: 1200px) {
.conference .header-links, .conference .back-to-acmt {
  bottom: 61px;
  }
}
@media screen and (max-width: 992px) {
.conference .header-links, .conference .back-to-acmt {
  position: relative;
  bottom: 0;
  }
}
@media screen and (max-width: 640px) {
.conference .header-links, .conference .back-to-acmt {
    width: 100%;
  }  
}
@media screen and (max-width: 480px) {
  .conference .logo img {
    margin-top: 20px;
  }
  .conference .back-to-acmt a {
    display: block;
    margin: 4px 0;
  }
  .conference .back-to-acmt {
    left: 0;
  }
}

/* Event Calendar
   ========================================================================== */
@media screen and (min-width: 991px) { 
  div.EvtCal table.EvtCalSm {
    width: 40%;
  }
}

/* Footer
   ========================================================================== */
@media screen and (min-width: 768px) { 
  footer .address {
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  footer {
    text-align: left;
  }
  footer .text-right {
    text-align: right;
    padding: 60px 0 0;
  }
}


/* Event Calendar
   ========================================================================== */
@media screen and (max-width: 600px) {
  .EvtCal form img {
    display: none;
  }

  div.EvtCal table.EvtCalSm {
    float: none;
    position: static;
    margin-bottom: 15px;
  }
}


/* Membership
   ========================================================================== */

@media screen and (max-width: 1199px) {
  div.ContactPreview {
     min-height: 280px;
  }
}


@media screen and (max-width: 991px) {
 input[type="text"], input[type="password"], select, textarea, input[type="email"] {
  width: 100%;
 }
  div.update_membership_form table, 
  div.update_membership_form tbody, 
  div.update_membership_form tr, 
  div.update_membership_form td {
   display: block;
    width: 100% !important;
 }
}

@media screen and (max-width: 768px) {
 #ContactEditBlock table,
 #ContactEditBlock tbody,
 #ContactEditBlock tr,
 #ContactEditBlock td,
 .new_contact table,
 .new_contact tbody,
 .new_contact tr,
 .new_contact td {
   display: block;
   width: 100% !important;
 }
}

@media screen and (max-width: 530px) {
  div.ContactPreview {
    min-height: 100%;
    display: block;
    width: 100%;
    padding: 5px 25px 25px;
  }
}



/* Print
   ========================================================================== */
@media print {
  a:after { 
    content:''; 
  }
  a[href]:after { 
    content: none !important; 
  }
  ul.Membership_update_profile_menu, .button { 
    display: none; 
  }
  .logo img {
    width: 450px;
  }
  .conference .logo img {
    width: 100%;
  }
  .footer {
    text-align: left;
  }
  .home-bottom {
    padding: 0 15px;
  }
}