/* General
   ========================================================================== */
html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #525252;
  line-height: 1.5;
  background-color: #fff;
  background-image: url(header.png);
  background-repeat: repeat-x;
}


a {
  color: #9a1150;
  text-decoration: none !important;
}
a strong {
  color: inherit;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #776f46;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}
a img:hover {
  opacity: .8;
}

table {
  width: 100%;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  font-weight: 400;
}

h1 {
  color: #263248;
  font-size: 30px;
  margin: 30px 0;
}

h2 {
  font-size: 20px;
  color: #650a34;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    background: #eee;
    border: 1px solid #ddd;
    padding: 10px 15px;
}


input::-webkit-input-placeholder { /* WebKit browsers */
        color: #545454;
    }
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
       color: #545454;
    }
input::-moz-placeholder { /* Mozilla Firefox 19+ */
       color: #545454;
    }
input:-ms-input-placeholder { /* Internet Explorer 10+ */
       color: #545454;
    }


textarea:focus, input[type="text"]:focus, input[type="string"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(0, 122, 194, 0.8);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 122, 194, 0.6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 122, 194, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 122, 194, 0.6);
  outline: 0 none;
}

.button, input.formButton,
input[type="submit"],
input[type="button"],
input[type="reset"],
#ContactPreviewBlock a.ContactAddLink {
  background: #9a1150;
  border: 1px solid #9a1150;
  color: #fff;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  border-radius: 5px;
  padding: 8px 15px;
}


#ContactPreviewBlock a.ContactAddLink {
    margin-top: 20px;
    display: inline-block;
}

input[value=" Cancel "],
input[value="Cancel"],
input[value="Reset"],
input[type="reset"] {
    border: 1px solid #888;
    background: transparent;
    color: #777;
}
.button:hover,
.button:active,
.button:focus,
input.formButton:hover,
input.formButton:active,
input.formButton:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[value=" Cancel "]:hover,
input[value=" Cancel "]:active,
input[value=" Cancel "]:focus,
input[value="Cancel"]:hover,
input[value="Cancel"]:active,
input[value="Cancel"]:focus,
input[value="Reset"]:hover,
input[value="Reset"]:active,
input[value="Reset"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
#ContactPreviewBlock a.ContactAddLink:hover,
#ContactPreviewBlock a.ContactAddLink:focus,
#ContactPreviewBlock a.ContactAddLink:active {
  color: #fff;
  background: #555;
  border: 1px solid #555;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


input[type="text"], input[type="password"], select, textarea, input[type="email"] {
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-left: 3px;
    margin-right: 5px;
}
.update_membership_form h3,
#ContactEditBlock h4 {
    color: #3C3C3C !important;
    font-size: 13px;
    background: #eee;
    padding: 10px 15px;
    margin: 30px 0 10px;
    font-weight: bold;
}

#ContactEditBlock h4 {
 background: #b3cbdb;
}

div.profile_info, div.contact_info {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0px 20px 25px;
    max-width: 670px;
}
div.ContactPreview {
    padding: 15px 15px 45px 25px;
    width: 49%;
    background-color: #EEE;
    line-height: 130%;
    position: relative;
    min-height: 260px;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    margin: 1%;
    margin-bottom: 0;
    margin-right: -2px;
}


.container {
  background: #fff;
  -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  margin: 30px auto -80px;
  position: relative;
}



/* Header
   ========================================================================== */

header {
  position: relative;
}

.logo {
  display: inline-block;
  padding: 40px 15px 10px;
}

.logo img {
  max-width: 450px;
  width: 100%;
}

.header-icons {
    background: #263248;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    display: inline-block;
    padding: 30px 15px 10px;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    position: absolute;
    z-index: 9999;
    top: -30px;
    right: 22px;
}
.header-icons a {
  color: #fff;
  padding-right: 5px;
  display: inline-block;
}
.header-icons a:hover,
.header-icons a:active,
.header-icons a:focus {
    color: #ccc;
}
.header-icons .sep {
  color: #fff;
  font-size: 14px;
  padding-right: 5px;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
}
.header-icons a, 
.header-icons .sep {
    -webkit-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -o-transform: skew(10deg);
  transform: skew(10deg);
}
a.shoppingCart {
    padding-right: 0;
}

 .header-login {
    margin: 0 0 20px;
    text-align: center;
 }

@media (min-width: 480px) {
 .header-login {
    margin: 0 0 10px;
    text-align: right;
 }
}

@media (min-width: 768px) {
 .header-login {
    margin: 70px 0 0;
    font-size: 16px;
 }
}

/* Header links
   ========================================================================== */
.header-links {
  font-size: 0;
}
.header-links a,
.conference .back-to-acmt a {
    background: #776f46;
    color: #fff;
    padding: 7px 20px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-left: 8px;
    text-align: center;
}
.header-links a:first-child {
    margin-left: 0;
}

.header-links a:hover,
.header-links a:focus,
.header-links a:active {
  background: #67593d;
}
.header-links a:first-child {
    background: #263248;
}
.header-links a.search_form_link {
    margin-left: 8px;
     background: #776f46;
}
.header-links a:first-child:hover,
.header-links a:first-child:active,
.header-links a:first-child:focus {
  background: #1d2637;
}
.header-links a.search_form_link:hover,
.header-links a.search_form_link:active,
.header-links a.search_form_link:focus {
     background: #67593d;
}



/* Search
   ========================================================================== */

header .Search h1 {
    display: none;
}

header div.search {
    margin: 20px 0;
}

header .Search {
    display: inline-block;
    vertical-align: middle; 
    width: 100%;
    margin-right: 10px;
    max-width: 170px;    
}

header .search form#searchform {
    position: relative;
}


header .search input[type="text"] {
  width: 100%;
  border: 1px solid #650a34;
  padding: 5px 10px;
}

header i.fa.fa-search {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    padding-right: 5px;
    font-size: 12px;
    position: relative;
    bottom: 2px;
}

header .search input[type="submit"] {
    font-size: 0;
    background: url(search.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 9px;
    width: 20px;
    height: 20px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";    
}


span.item-in-cart {
    font-size: 0;
}

span.item-in-cart:after {
    content: '\f111';
    font-family: FontAwesome;
    color: #9dbd5a;
}

span.item-in-cart:after {
    content: '\f111';
    font-family: FontAwesome;
    color: #9dbd5a;
    font-size: 14px;
    position: absolute;
    right: -2px;
    top: -6px;
}



/******************** Top Bar Login / Social ********************/

div.Login, .social {
  display: inline-block;
  vertical-align: middle;
}

.social {
    line-height: 0;
    margin-left: 16px;
}

.social a {
  color: #650a34;
  font-size: 32px;
}
.social a:hover {
    color: #007ac2;
}

div.Login .Login {
    background-color: #F8981D;
    padding: 8px 16px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
div.Login .Login:hover {
    background-color: #007ac2;
}

/* leanModal Search
   ========================================================================== */
#search {
font-size:15px;
display: inline-block;
vertical-align: top;
}

#search_form {
  right: 15px;
  left: auto !important;
  padding: 20px;
  text-align: left;
  top: 36px !important;
  background-color: #636363;
  position: absolute !important;
  z-index: 999999999 !important;
  -moz-box-shadow:    0 4px 20px -3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 4px 20px -3px rgba(0,0,0,0.5);
  box-shadow: 0 4px 20px -3px rgba(0,0,0,0.5);
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;  
}

#search_form input.formButton {
min-width: 0;
margin-top:0;
font-size: 15px;
    padding: 7px 15px 6px;
  border: 1px solid #b6b6b6;
  color: #fff;
  background: transparent;
}
#search_form input.formButton:hover,
#search_form input.formButton:active,
#search_form input.formButton:focus {
    border: 1px solid #fff;
    background: #fff;
    color: #525252;
  -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#search_form input#searchinput {
width: 500px;
margin: 0 5px 0 0;
font-size: 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
 vertical-align: bottom;
 height: 33px;
}

.body-content form#searchform input {
    width: auto;
}
.body-content form input#searchterm {
    width: auto;
}
.body-content form#searchform input[type="text"] {
    vertical-align: bottom;
    height: 36px;
    margin: 0 5px 0 0;
}

#search_form table {
background-color: #636363;
}

#lean_overlay {
position: fixed;
z-index:100;
top: 0px;
left: 0px;
height:100%;
width:100%;
background: #000;
display: none;
}


/* SMenu
   ========================================================================== */

.nav-wrap.container {
  padding: 0;
}

#menu {
  background: #650a34;
  margin: 0 -15px;
  -moz-box-shadow:    0 4px 20px -3px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 4px 20px -3px rgba(0,0,0,0.5);
  box-shadow: 0 4px 20px -3px rgba(0,0,0,0.5);
}

#menu li {
  background: #650a34;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#SMenu {
  display: none; 
}

#menu #SMenu li ul {
  -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.2);
}

#menu #SMenu li ul li {
  display: block !important;
}

#menu #SMenu li ul ul ul li a {
    background: #fff;
}

#menu #SMenu li ul a {
    background: #fff;
    color: #650a34;
    padding: 10px 20px !important;
    font-size: 14px !important;
    border-right: none;
    text-align: left;
    min-width: 194px;
    border-top: 1px solid #eee;
}
#menu #SMenu li ul li:first-child a {
    border: none;
}
#menu #SMenu li ul ul a {
    background: #eee;
    border-bottom: 1px solid #ddd !important;
}
#menu #SMenu > li#thispage {
  background: #4e0828;
}
#menu #SMenu li ul a:hover {
  background: #4e0828;
  color: #fff;
}

#menu #SMenu li.page_3944 ul {
    right: 0px;
}

.slicknav_menu {
    display: block; 
    text-align: center;
    width: 100%;
}

.slicknav_btn {
    padding: 20px 10px;
    font-size: 18px;
    background: #650a34;
    width: 100%;
    padding-right: 15px;
}

a.slicknav_btn.slicknav_open {
    background: #4e0828;
}

.slicknav_menutxt {
    font-size: 15px;
    position: absolute;
    right: 45px;
    top: 14px;
    color: #fff;
}

span.slicknav_arrow {
    padding-left: 6px;
}

.slicknav_menu .slicknav_icon {
    float: right !important;
}

.slicknav_menu .slicknav_icon-bar {
    box-shadow: none !important;
    background-color: #fff;
    margin-top: 3px !important;
    width: 18px !important;
    height: 2px !important;
}
.slicknav_menu .slicknav_icon-bar:first-child {
  margin-top: 0 !important;
}

.slicknav_nav {
    padding: 0;
  }

  .slicknav_nav a {
    color: #fff;
    font-weight: bold;
  }


.slicknav_nav ul ul li a {
    background: #eee;
}

.slicknav_nav ul ul ul li a {
    background: #f1eee1;
}

.slicknav_nav li > a {
    padding: 10px 15px;
    font-size: 16px;
    border-bottom: 1px solid #bdc1c8;
    text-align: right;
}
.slicknav_nav li:last-child a {
    border: none;
}

.slicknav_nav ul {
  padding: 0;
}

.slicknav_nav ul,
.slicknav_nav ul li {
    background: #fff !important;
}
.slicknav_nav ul li a {
  color: #650a34;
}




/* BX Slider
   ========================================================================== */

/* LOADER */ 
.bx-wrapper .bx-loading { 
background: url(bx_loader.gif) center center no-repeat #fff !important; 
} 

#JGallery {
margin: 40px -15px 40px !important;
}
.bx-wrapper {
  margin: 0 !important;
}

.bx-wrapper img {
  float: left;
  width: 67%;
  border: none;
}

.bx-wrapper a img:hover {
  opacity: 1;
}

.bx-wrapper .bx-caption{
  right: 0;
  left: auto !important;
  width: 33% !important;
  background-color: #636363 !important;
  padding: 15px !important;
  min-height: 100%;
  bottom: auto !important;
  top: 0;
}

.bxslider_title {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  font-size: 23px !important;
  font-weight: bold;
  color: #fff !important;
  line-height: 100%;
  margin: 0 0 20px
}
.bxslider_caption {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  color: #fff !important;
}
.bx-wrapper .bx-caption a {
  border: 1px solid #b6b6b6;
    color: #fff;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 13px;
    display: inline-block;
}
.bx-wrapper .bx-caption a:hover,
.bx-wrapper .bx-caption a:active,
.bx-wrapper .bx-caption a:focus {
  border: 1px solid #fff;
  background: #fff;
  color: #525252;
} 
  .bx-wrapper .bx-controls-direction a {
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 45px !important;
    height: 46px !important;
  }

.bx-wrapper .bx-next {
  background: url(Next.png) no-repeat !important;
  right: 0 !important;
}
.bx-wrapper .bx-prev {
  background: url(Previous.png) no-repeat !important;
  left: 0 !important;
}

.bx-wrapper .bx-pager {
  text-align: right !important;
  font-size: 0 !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute !important;
  bottom: 10px !important;
  width: 66% !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff !important;
  text-indent: -9999px !important;
  display: block !important;
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;
  outline: 0 !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #a8a085 !important;
}






/* Home Middle
   ========================================================================== */

  .home-middle h3 {
    margin: 0;
   }

   .webinar {
    padding: 0;
   }



/* Quick Links
   ========================================================================== */

.quick-links {
  background: #263248;
  padding: 0;
  font-size: 17px;
  line-height: 20px;
}
.quick-links h3 {
    color: #c0baa4;
    padding: 25px 25px 0 50px;
    margin-bottom: 20px;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: normal;
}
.quick-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.quick-links li {
    border-bottom: 1px solid #4d535a;
}
.quick-links li:last-child {
  border: none;
}
.quick-links a {
  color: #fff;
  display: block;
  padding: 14px 25px 14px 50px;
}
.quick-links a:before {
  font-family: FontAwesome;
  content: '\f101';
  color: #c0baa4;
  padding-right: 12px;
}
.quick-links a:hover,
.quick-links a:active,
.quick-links a:focus {
    color: #c0baa4;
}


/* Intro Text
   ========================================================================== */
.intro-text {
  background: #e5e5e5;
  padding: 25px;
}

.intro-text h3 {
    color: #263248;
    margin-bottom: 20px;
    font-size: 18px;
    background: none;
    padding: 0;
    font-weight: normal;
    border: none;
}
.intro-text p:last-child {
  margin-bottom: 0;
}
.intro-text .button {
  margin-top: 10px;
  border: 1px solid #525252;
  color: #525252;
  font-size: 13px;
  background: transparent;
}
.intro-text .button:hover,
.intro-text .button:active,
.intro-text .button:focus {
    background: #555;
    color: #fff;
    border: 1px solid #555;
}

@media (min-width: 1199px) {
 .intro-text {
  font-size: 16px;
 }
 .intro-text h3 {
  line-height: 1.5;
 }
}



/* Home Bottom
   ========================================================================== */
.home-bottom {
  margin-top: 40px;
  padding: 0 35px;
}
.home-bottom p {
  margin: 0;
}
.home-bottom h1,
.home-bottom h2 {
  margin: 0;
  font-size: 25px;
  padding: 40px 0;
  border-top: 4px double #650a34;
  color: #650a34;
}
.home-bottom .tw-wrapper {
    overflow-y: scroll;
    max-height: 208px;
}


/* Home Bottom Events
   ============================== */
.home-bottom .EvtCalList p {
    display: none;
}
div.EvtCal .EvtCalList dt {
    font-weight: 400;
    color: #263248;
}
.home-bottom a.evt_event.evt_active,
.home-bottom a.ZineLink {
    font-size: 16px;
}
.home-bottom .ZineItem a.ZineLink:hover:after {
    color: #650a34;
}
.home-bottom .read-more-all {
  margin-top: 20px;
}
div.EvtCal .EvtCalRSS, 
a.ZineToolRSS, 
a.ZineToolArchives img, 
a.ZineToolArchives br,
.home-bottom table.ZineTools {
    display: none;
}
.view_all, 
a.ZineToolArchives {
    font-size: 14px !important;
    display: block;
    text-align: right;
    color: #000;
}
.view_all:before,
a.ZineToolArchives:before {
    font-family: fontAwesome;
    content: '\f133';
    padding-right: 8px;
    color: #4b5567;
}
a.ZineToolArchives {
  margin-top: 20px;
}
.home-bottom .read-more-all .view_all:before {
  content: '\f196';
}


.home-bottom .ZineAuthor {
    display: none;
}

.home-bottom div.EvtCal .EvtCalList dd div {
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 16px;
}

.home-bottom div.EvtCal .EvtCalList dd div a {
    color: #000;
}
.home-bottom div.EvtCal .EvtCalList dd div a.evt_hidden {
    color: #A2A2A2;
}

.home-bottom .ZineIndex {
    margin-top: 0;
}



/* Home Bottom News
   ============================== */
.home-bottom .ZineImage {
    display: none;
}
.home-bottom .Zine h2, .home-bottom .twitter h2 {
    padding: 40px 0 30px;
}   
.home-bottom .ZineItem {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #bdc1c8;
    position: relative;
}
.home-bottom .ZineItem .ZineStatusIcon {
    float: none;
    position: absolute;
    right: 15px;
}
.home-bottom .ZineItem:last-of-type {
    border: none;
}
.home-bottom .ZineItem .ZineAbstract,
.home-bottom .ZineDate {
  display: none;
}
.home-bottom .ZineItem a.ZineLink {
    display: table;
    width: 100%;
    padding: 14px 0;
    color: #000;
  }
.home-bottom .ZineItem a.ZineLink:hover {
  color: #650a34;
}
.home-bottom .ZineItem a.ZineLink:after {
    font-family: FontAwesome;
    content: '\f101';
    color: #344054;
    display: table-cell;
    vertical-align: middle;
    padding-left: 12px;
    text-align: right;
}
.home-bottom .ZineItem .ZineSummaryIndex {
  display: none;
}

/* Home Logos
   ========================================================================== */

.home-logos {
  text-align: center;
  margin: 40px 30px;
  padding: 40px 35px;
  border-top: 4px double #b2b2b2;
}
.home-logos h2 {
  margin: 0 0 70px;
  color: #263248;
  font-size: 25px;
}






/* Custom Zine with Thumbnails */

.custom-zine-wrap table.ZineIndex {
    border-collapse: collapse;
    width: 100%;
    border: none;
    margin: 0;
}
.custom-zine-wrap table.ZineIndex tbody {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.custom-zine-wrap table.ZineIndex tr {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    vertical-align: top;
    display: inline-block;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    margin: 0;
    max-width: 50%;
    margin-bottom: 30px;
}
.custom-zine-wrap table.ZineIndex tr td {
  border: none;
  padding: 0;
}
.custom-zine-wrap table.ZineIndex tr td:first-child {
margin-bottom: 15px;
    position: relative;
        width: 190px;
}
.custom-zine-wrap table.ZineIndex tr td:first-child img {
    width: 100%;
    padding-right: 10px;
}
.custom-zine-wrap table.ZineIndex .ZineDate {
    margin: 10px 0 0;
    font-size: 14px;
    color: #aaa;
    font-weight: 700;
    font-style: normal;
    display: none;
}
.custom-zine-wrap .ZineAbstract {
    margin: 10px 0 0;
}
.custom-zine-wrap a.ZineLink {
    display: block;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
}
.custom-zine-wrap .ZineAuthor,
.custom-zine-wrap .ZineSummaryIndex {
    display: none;
}


@media (max-width: 991px) {
 .custom-zine-wrap table.ZineIndex tr td:first-child {
    display: block;
 }
}





/* Custom Table with Thumbnails */

.custom-table-wrap table {
    border-collapse: collapse;
    width: 100%;
    border: none;
    margin: 0;
}
.custom-table-wrap p {
    margin: 10px 0 0;
}
.custom-table-wrap a {
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.custom-table-wrap img {
    float: left;
    width: 190px;
    height: 160px;
    margin-right: 20px;
}

.custom-table-wrap td {
    vertical-align: top;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
 .custom-table-wrap img {
    float: none;
    margin: 0 0 20px;
 }
}








/* Sidebar
   ========================================================================== */

.sidebar.quick-links {
  height: auto;
  background: none;
}
.sidebar #VMenu {
    padding: 30px 0;
    background: #263248;
}
.sidebar.quick-links h4 {
    padding: 20px 0 20px 50px;
    margin: 0;
    font-weight: bold;
    background: #f9f9f9;
    font-size: 16px;
}
.sidebar.quick-links a#thispage {
    color: #c0baa4;
}

.sidebar-journal {
  padding: 20px 0 40px;
  border-right: 1px solid #eee;
}

.sidebar-journal h2:first-child {
    margin-top: 0;
}

.sidebar-journal ul {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.sidebar-journal ul:last-child {
    border: none;
}

.sidebar .sidebar-journal li {
  border: none;
}

.sidebar .sidebar-journal a {
    color: #9a1150;
    font-size: 15px;
    padding: 0 25px 0 50px;
    display: inline-block;
}
.sidebar .sidebar-journal a:hover,
.sidebar .sidebar-journal a:active,
.sidebar .sidebar-journal a:focus {
  color: #776f46;
}
.sidebar .sidebar-journal a:before {
  content: none;
}
.sidebar .sidebar-journal h2 {
  padding-left: 30px;
}


.body-content {
    padding: 30px 15px 40px;
}

.body-content h1 {
  margin-top: 0;
}

.ImageRotateHolder{
    margin-bottom: 30px;
}
.ImageRotateHolder img {
  margin-bottom: 0;
}

.sidebar #VMenu ul li a {
    padding: 10px 25px 10px 70px;
    font-size: 14px;
}

.sidebar #VMenu ul {
  background: #1d2637;
}

.sidebar #VMenu ul ul a {
    color: #1d2637;
        padding: 10px 25px 10px 90px;
}

.sidebar #VMenu ul ul {
    background: #f5f5f5;
}

.sidebar #VMenu ul ul a#thispage {
    color: #757162;
}


/* vmenu
   ========================================================================== */
.body-content .vmenu a:before {
    font-family: FontAwesome;
    content: '\f101';
    padding-right: 12px;
}


/* Breadcrumb
   ========================================================================== */
.pmenu {
  padding: 11px 0 11px 50px;
  background: #dddddd;
  color: #2f2f2f;
  margin: 0 -15px;
  font-size: 13px;
  display: block;
}
.pmenu a {
  color: #2f2f2f;
  padding: 0 10px;
}
.pmenu a:hover {
  color: #650a34;
}
.pmenu a:first-child {
  padding-left: 0;
}


/* Conference
   ========================================================================== */

.conference .logo img {
  max-width: 100%;
}
.conference .logo {
  padding: 0;
}
.conference .menu-wrap {
  position: relative;
}
.conference .header-links {
  position: absolute;
  bottom: 64px;
  right: 0;
}
.conference .back-to-acmt {
    position: absolute;
    z-index: 999;
    left: -15px;
    bottom: 64px;
}
.conference .back-to-acmt a {
  margin: 0 -15px;
}
.conference .back-to-acmt a {
  background: #636363;
}
.conference .back-to-acmt a:hover,
.conference .back-to-acmt a:active,
.conference .back-to-acmt a:focus {
  background: #4f4f4f;
}

  .conference #menu .hmenu {
    font-size: 0;
    display: block;
  }

  .conference #menu .hmenu a {
    display: inline-block;
    vertical-align: middle;
  }

  .conference #menu .hmenu a {
    padding: 20px 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #894b68;
    color: #fff;
  }
 
  /* .conference #menu .hmenu a:last-child {
    border-right: none;
  } */

  .conference #menu .hmenu a#thispage {
     background: #4e0828;
   }

  .conference #menu .hmenu a.active,
  .conference #menu .hmenu a:hover {
    background: #4e0828;
    color: #fff;
  }

  #menu #SMenu a.active:hover,
  .conference #menu .hmenu a.active:hover {
    color: #fff;
  }

@media screen and (min-width: 1199px) {
  .conference #menu .hmenu a {
    padding: 20px 25px;
    font-size: 16px;
  }
}


@media screen and (max-width: 670px) {
 .conference #menu .hmenu {
    padding: 10px 0;
 }  

 .conference #menu .hmenu a {
     display: block;
     width: 100%;
     padding: 10px 15px;
     border-right: none;
     border-bottom: 1px solid #894b68;
  }
 .conference #menu .hmenu a:last-child {
    border: none;
  }
}

/* Map Location
   ========================================================================== */

#location_list div {
    display: inline-block;
    margin-bottom: 10px;
}

.my-location .formButtons {
    margin-top: 10px;
}


/* ACMT Connect
   ========================================================================== */

.acmt-connect table.ZineTools tr:first-child td:last-child a {
    font-size: 16px;
    text-transform: capitalize;
    padding: 6px 15px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
    background: #9a1150;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.acmt-connect table.ZineTools tr:first-child td:last-child a:hover {
  color: #fff;
  background: #555;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.acmt-connect table.ZineTools tr:last-child td:last-child a {
    font-size: 14px;
    text-transform: uppercase;
}
.acmt-connect table.ZineTools tr td img,
.acmt-connect table.ZineTools tr td:first-child {
    display: none;
}
.acmt-connect table.ZineTools tr:first-child td:last-child a:before {
    font-family: FontAwesome;
    content: '\f1ea';
    padding-right: 7px;
}
.acmt-connect table.ZineTools tr:last-child td:last-child a:before {
    font-family: FontAwesome;
    content: '\f09e';
    padding-right: 7px;
}



.my-location a#open-popup-loc_search_popup {
    margin-right: 15px;
}



/* Footer
   ========================================================================== */

footer {
  padding-bottom: 20px;
  background: #650a34;
  color: #e0ced6;
  font-size: 15px;
}

footer .container {
      box-shadow: none;
    background: #650a34;
    margin: 0 auto;
    position: static;
       padding-top: 120px;
    padding-bottom: 20px;
}

footer .address p,
footer .text-right p {
  margin-bottom: 5px;
}

footer, footer .text-right {
  text-align: center;
}

footer span.sep {
    padding: 0 5px;
}

footer .powered-by {
  font-size: 14px;
}

footer span.fa.fa-twitter,
footer span.fa.fa-facebook {
  font-size: 24px;
}

footer a {
  color: #e0ced6;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #fff;
}


/* Event Calendar
   ========================================================================== */

div.EvtCal table.EvtCalSm th {
    background-color: #636363;
}

.EvtCal table.EvtCal th,
.EvtCal table.EvtCal .EvtCalHeader {
    border: 1px #636363 solid;
    background-color: #636363;
}

.EvtCal th a.popup, 
.EvtCal table.EvtCal .EvtCalHeader {
    color: #fff;
}



a.evt_third_party_event {
    color: #0f9ca2;
}
a.evt_third_party_event:hover,
a.evt_third_party_event:active,
a.evt_third_party_event:focus {
  color: #777;
}

.calendar_page span.fa.fa-circle.evt_third_party_event {
    color: #0f9ca2;
    font-size: 11px;
    position: relative;
    bottom: 2px;
    padding-right: 2px;
}
.calendar_page .color-key {
    text-align: right;
    border-bottom: 1px solid #eee;
    padding: 4px 10px;
    margin-bottom: 15px;
    font-size: 14px;
}



/* Member Area
   ========================================================================== */

.Membership table {
    width: auto;
}


ul.Membership_update_profile_menu li a:hover {
   background-color: #ebdae2;
}

a.renew {
    background: #9a1150;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px;
    border: 1px solid #9a1150;
}
a.renew:hover,
a.renew:active,
a.renew:focus {
    background-color: #555;
    color: #fff;
    border: 1px solid #555;
}

.ReceivableBuyer {
  margin-bottom: 15px;
}



/* Error page login
   ========================================================================== */


table.LoginForm,
.login-form-wrap table,
div#captcha table,
table.ZineTools {
    width: auto;
}

.login-form-wrap {
    margin-top: 30px;
}

.login-form-wrap table td {
    padding: 0 10px 10px 0;
}

.login-form-wrap h2 {
    margin-top: 0;
}

.login-form-wrap div {
    text-align: left;
}

.login-form-wrap p.LoginRecoverMessage {
    margin-bottom: 25px;
    font-weight: bold;
}




/************ Responsive Grid ************/

.responsiveGridItem { 
  float: left; 
  width: 33.33%; 
  height: 250px; 
  padding: 0 10px 10px;
  overflow: hidden;
  }

.responsiveGrid:before, 
.responsiveGrid:after { 
  display: table; 
  content: " "; 
  } 
.responsiveGrid:after { 
  clear:both; 
  }
.responsiveGridItem img {
  max-width: 100%;
  margin: 0 0 10px;
}
.responsiveGridItem h1,
.responsiveGridItem h2,
.responsiveGridItem h3,
.responsiveGridItem h4,
.responsiveGridItem h5,
.responsiveGridItem h6 {
  margin: 0 0 5px;
  background: none;
  padding: 0;
  border: none;
}
@media (max-width: 600px) {
.responsiveGridItem {
      width: 50%; 
  }
}



