@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700,400italic,700italic);

@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('/fonts/AANN/sinkinsans-400regular-webfont.eot');
    src: url('/fonts/AANN/sinkinsans-400regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/AANN/sinkinsans-400regular-webfont.woff2') format('woff2'),
         url('/fonts/AANN/sinkinsans-400regular-webfont.woff') format('woff'),
         url('/fonts/AANN/sinkinsans-400regular-webfont.ttf') format('truetype'),
         url('/fonts/AANN/sinkinsans-400regular-webfont.svg#sinkin_sans400_regular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans700_bold';
    src: url('/fonts/AANN/sinkinsans-700bold-webfont.eot');
    src: url('/fonts/AANN/sinkinsans-700bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/AANN/sinkinsans-700bold-webfont.woff2') format('woff2'),
         url('/fonts/AANN/sinkinsans-700bold-webfont.woff') format('woff'),
         url('/fonts/AANN/sinkinsans-700bold-webfont.ttf') format('truetype'),
         url('/fonts/AANN/sinkinsans-700bold-webfont.svg#sinkin_sans700_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sinkin_sans600_semibold';
    src: url('/fonts/AANN/sinkinsans-600semibold-webfont.eot');
    src: url('/fonts/AANN/sinkinsans-600semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/AANN/sinkinsans-600semibold-webfont.woff2') format('woff2'),
         url('/fonts/AANN/sinkinsans-600semibold-webfont.woff') format('woff'),
         url('/fonts/AANN/sinkinsans-600semibold-webfont.ttf') format('truetype'),
         url('/fonts/AANN/sinkinsans-600semibold-webfont.svg#sinkin_sans600_semibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


#mobile-menu:not( .mm-menu ) {
   display: none;
}

body {
    font-size: 110%;
    line-height: 1.6; 
    color: #000000;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
text-rendering: geometricPrecision !important;
-webkit-font-smoothing: antialiased !important;

}

.Base_PersonifyDefault, .RadWindow {
    font-size:17px!important;
    font-family: 'Merriweather Sans', sans-serif!important;
    font-weight: 400!important;
}

p {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
    
}
p.time {
    margin: 0.5em 0;
    background-color: #e6e7e8;
    padding-left: 8px;	
}
a:hover, .article a:hover {
    text-decoration: underline;
    color: #433c6f;
}
h1, body, h3, h2 {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 400;
}
h1 { color: #3778b5;
    font-size: 2.5em;
    font-weight: normal;
}
h2 {
    font-size: 1.563em;
    font-weight: normal;
}

.article h2, .article h3, .intro, .button, .menu2 > .myAccount, .menu2 > .members, .menu2 > .neuroNetwork, .menu2 > .store, .features h2, .features h3, .event-container h2 a, .features a.learn-more {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
}
.article h2 {
    color: #624f86;
    font-size: 1.65em;
    line-height: 1.4;
    margin-top: 1em;

}
.article ul, .article ol {
    padding-bottom: .5em;
}

h4 {
    font-size: 1em;
    margin-top: 1em;
}

h3, .intro {
    font-size: 1.25em;
    line-height: 1.5em;
}
a, .article a {
    color: #c81b4c;
}
 
.article h3, .intro {
    color: #000000;
   /* margin-bottom: 1.05em;*/
}
.article h3 {
    font-size: 1.1em;
    margin-top:  1.5em
}
img {
    max-width: 100%;
}
.logo {
    max-width: 14em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
    -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
    
}
.none {
    display: none !important;
}
/* Desktop Navigation styling */
#menu {
    width: 100%;
}

    #menu ul.nav li.parent ul > li.parent:after {
        content: ">";
        color: #ffffff;
        position: absolute;
        left: 88%;
        top: 25%;
    }

    #menu ul.nav li.parent ul > li.parent:hover:after {
        left: 90%;
        transition: all .2s ease-in-out;
    }

    #menu ul.nav li.last ul > li.parent:after {
        content: "<";
        color: #ffffff;
        position: absolute;
        left: 4%;
        top: 25%;
    }

    #menu ul.nav li.last ul > li.parent:hover:after {
        left: 2%;
        transition: all .2s ease-in-out;
    }

    #menu ul {
        background-color: #585858;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        list-style: none;
        padding: 0;
        overflow: inherit;
        border-radius: 10px;
        -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.19), 3px 0px 4px 0px rgba(0, 0, 0, 0.19), -3px 0px 4px 0px rgba(0, 0, 0, 0.19);
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.19), 3px 0px 4px 0px rgba(0, 0, 0, 0.19), -3px 0px 4px 0px rgba(0, 0, 0, 0.19);
    }

        #menu ul li {
            list-style-type: none;
            margin-bottom: 0;
            position: relative;
            flex: 1 1 auto;
        }

            #menu ul li a {
                padding: .8rem 1.5rem;
                display: block;
                text-decoration: none;
                color: #ffffff;
                text-align: center;
            }

            #menu ul li:hover, #menu ul li a:hover {
                background: #c81e4c;
            }

    #menu .parent ul, #menu .parent ul .parent ul, #menu .parent ul .parent ul .parent ul {
        display: none;
        min-width: 100%;
        position: absolute;
    }

        #menu .parent ul .parent ul {
            left: 100%;
            top: 0;
        }

    #menu .last ul .parent ul {
        left: inherit;
        right: 100%;
    }

    #menu ul li:hover ul, #menu .parent ul .parent:hover ul, #menu .parent ul .parent ul .parent:hover ul {
        display: flex;
        flex-direction: column;
        border-radius: 0 0 10px 10px;
    }

    #menu .parent ul .parent:hover ul {
        border-radius: 0 10px 10px 0;
    }

    #menu .last ul .parent:hover ul {
        border-radius: 0px 0px 10px 10px;
    }

    #menu a:hover {
        color: #ffffff;
    }

    #menu .small {
        font-size: 100% !important;
    }

    a.menu-button, #menu a.mobile {
        display: none;
    }
/* Desktop Navigation styling end */
.menu .online-store {
    background-color: #25303e;

}
.menu .members-only {
    background-color: #322537;
}
.button {
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 1em;
}
a.cta {
    /*font-family: 'sinkin_sans700_bold' , sans-serif;
    font-weight: normal;*/
    color: #c81b4c;
    text-transform: uppercase;
   text-decoration: none;
   transition: all 0.3s ease 0s;
   margin-bottom: 1em;
   display: inline-block;
   font-weight: 700;
}

a.cta:after {
    margin-left: 5px;
    content:  ">";
    font-family: 'sinkin_sans700_bold' , sans-serif;
    font-weight: normal;
    transition: all 0.3s ease 0s;

}
a.cta:hover:after {
    text-decoration: none;
    margin-left: 10px;
    transition: all 0.3s ease 0s;
}
a.cta:hover {
    color: #433c6f;
}
header > div.container {
    top: 2em;
    position: relative;
    padding: 0 20px;
    z-index: 99;
}
.menu1 {
    float:left;
}
.menu2 {
    /*right: 15px;   
    position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    float: right;
    margin-top: 50px;
    width: 65%;
}
    .menu2 > .myAccount, .menu2 > .members, .menu2 > .neuroNetwork, .menu2 > .store {
        display: inline-block;
        text-transform: uppercase;
        color: #934b9d;
        text-decoration: none;
        margin-right: 1em;
        margin-right: .5em;
        border-right: 2px solid black;
        padding-right: .5em;
        font-size: 100%;
    }

    .menu2 > .store {
        border-right: none;
        padding-right: inherit;
    }

        .menu2 > .myAccount:hover, .menu2 > .members:hover, .menu2 > .neuroNetwork:hover, .menu2 > .store:hover {
            color: #433c6f;
        }
.menu2 > .menu-button {
    display: none;
}
    .menu2 > * {
        flex: 1 0 auto;
        justify-content: flex-end;
        margin-bottom: 1em;
    }

        .menu2 > *:last-child {
            margin-bottom: 0;
        }

@media only screen and (max-width: 700px) {
    .menu-button {
        display: inline-block;
    }
} 
.menu-button {
    background-color: transparent;
    border-color: #934b9d;
    color: #934b9d;
    vertical-align: middle;
}
.nav-container {

}
.nav-container a {
    /*font-family: "sinkin_sans700_bold",sans-serif;
    font-weight: normal;*/
    text-transform: uppercase;
    color: #934b9d;
    text-decoration: none;

}
table.gssb_c {
  margin-top: 0 !important;
}

.search-box { 
    width: 200px;
    display: inline-block;
    vertical-align: middle;

}
.search-box .gsc-input-box {
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 36px;
    padding-left: .5em;
}
.search-box .gsc-input-box td {
  padding: 0;
}
.search-box .gsc-input-box table {
  margin: 0;
  height: 100%;
}
.search-box button.gsc-search-button {
  background-color: #934b9d;
    border: none;
    /*text-indent: -999999px !important;
    white-space: nowrap !important;
    overflow: hidden !important;*/
    height: 36px;
    width: 36px;
    min-width: 0 !important;
    padding: 0;
   /* background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px auto;*/
}
.search-box input.gsc-input {
    border:0px!important;
    box-shadow:none!important;
}
/*.search-box input.gsc-input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
   /* width: 220px; */

/*}
table.gssb_c {
    top: 125px !important;
}
.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-size: 1em !important;
}
.gsc-control-cse .gs-result .gs-title *, .gsc-control-cse .gs-result .gs-title {
    color: #c81b4c !important;
    font-size: 1em !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #c81b4c !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: transparent !important;
    color: #433c6f !important;
}
.gsc-control-cse .gs-snippet {
font-family: 'Merriweather Sans', sans-serif;
}*/
.gsc-control-cse td.gsc-input,  .gsc-control-cse td, .search-box td.gsc-input,  .search-box td {
    border-bottom: none;
}
.search-box td.gsc-input {
    padding: 0;
}
.search-box td.gsc-search-button {
    padding: 0;
}
.search-box table.gsc-search-box {
    margin-top: 0;
}
.search-box td.gsc-clear-button, .search-box div.gsc-clear-button {
    display: none;
    width: 0;
}
/* .search-box input.gsc-search-button {
    background-color: #934b9d;
    border: none;
    text-indent: -999999px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    height: 36px;
    width: 36px;
    min-width: 0 !important;
    padding: 0;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px auto;
}*/
 .gsc-control-cse .gsc-webResult {
    border-left: none !important;
 }
.mm-opened .menu-button, .menu-button:hover {
    color: #ffffff;
    background-color: #934b9d;
}
.learn-more {
    margin-left: 1em;
}

.meetings .hero-wrapper {
    background-color: #f9feff;
}
.publications .hero-wrapper {
    background-color: #ebecf0;
}
.publications .hero-wrapper > .container {
    background-image: url(../images/Landing_Hero_Publications_1800x1800.jpg);
}
.publications .internal .header .container:after {
    content: "Publications";
}
.education .hero-wrapper > .container {
    background-image: url(../images/Landing_Hero_Education_1800x1800.jpg);
}
.education .hero-wrapper {
    background-color: #ebebe9;
}
.education .internal .header .container:after {
    content: "Education";
}
.about .landing .header .container:after {
    content: "About AANN";
}
    .landing.hero-wrapper > .container {
    padding-bottom: 25em;
    background-size: auto 32em;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.membership .hero-wrapper > .container, .education .hero-wrapper > .container, .publications .hero-wrapper > .container, .career-center .hero-wrapper > .container, .meetings .hero-wrapper > .container   {
    padding-bottom: 25em;
    background-size: auto 32em;
    background-repeat: no-repeat;
    background-position: right bottom;


}
.membership .internal .header, .education .internal .header, .career-center .internal .header, .meetings .internal .header, .publications .internal .header {
    margin-top: 0;
}
.membership .internal .header .container:after {
    content: "Membership";
    

}

.career-center .internal .header .container:after {
    content: "Career Center";
    

}
.meetings .internal .header .container:after {
    content: "Meetings";
    

}

.internal .header .container:after,  .about .header .container:after {
    font-size: 3em;
    text-transform: uppercase;
    line-height: 1;
}
.about .hero-wrapper {
    background-color: #ececea;
} 
.home.hero-wrapper .hero {
    padding: 7em 0 ;
}

/* For PeBA header design -- doesn't change per section like on Joomla */
.wrapper > .container {
    padding-bottom: 5em;
    background-size: auto 32em;
    background-repeat: no-repeat;
    background-position: right bottom;
    
}
.wrapper > .header {
    background-color: rgba(87, 24, 100, 0.8);
    margin-bottom:3em;
}

.hero-content {
    padding-left: 30px;
    width: 50%;


}
.hero-content p {
    max-width: 525px;
}

.hero-content h1 {
    font-size: 3.55em;
    margin-bottom: .4em;
    text-transform: uppercase;



}
.hero-content .button {
    border-color: #c81e4c;
    background-color: #c81e4c;
    color: #ffffff;
    min-width: 170px;
    text-align: center;
    display: table;
    float: left;

}
.article .banner-buttons .button {
  border-color: #c81e4c;
  color: #c81e4c;
  min-width: 170px;
  text-align: center;
  background-color: transparent;
}

.hero-content .button:hover {
    border-color: #961b4c ;
    background-color: #961b4c;
}
.hero-content .learn-more {
    background-color: none;
    color: #c81e4c;
}
.hero-content .learn-more:hover, .article .banner-buttons .button:hover {
    background-color: #c81b4c;
    border-color: #c81b4c;
    color: #ffffff;
}


 h1, .hero-content h1, .conference-wrapper h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .17em;
}
.hero-content h1 {
       color: #3778b5;
}
/* Conference Styling */
.conference-wrapper h1 , .conference-wrapper p {
    color: #ffffff;
}
.conference-wrapper h2 {
    font-family: ;
    font-weight: normal;
}
.conference-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.conference-wrapper {
    text-align: center;

}

.conf > div {
    padding: 0 15px;
}

.conf {
    padding: 7em 0;
    width: calc(50% - 2px);
    float: left;
    position: relative;
    display: table;
}
.conf .button.learn-more {
    border-color: #b1cd31;
    color: #b1cd31;

}
.conf .button.learn-more:hover {
    border-color: #b1cd31;
    background-color: #b1cd31;
    color: #000000;
}
.conf-1 {
    background-image: url(../images/conf-1.jpg);
    background-size: cover;
    margin-right: 2px;


}
.conf-2 {
    background-image: url(../images/conf-19-sd.jpg);
    background-size: cover;
    margin-left: 2px;
}
/* Conference End */

/* Features */
.feature-wrapper {
    padding-bottom: 2.4em;
}
.features > div {
    margin-top: 2.4em;
    }
.features h2 {

    margin-bottom: 1em;
}

.features h3 {
    line-height: 1.25em;

}
.event-container table {
    font-size: 1em;
    margin-bottom: 0;
    
}
.event-container table span {
    color: #000;
}
.event-container .event-title a {
    color: #3878b5;
    font-size: 22px !important;
    line-height: 1em !important;
}
.event-container .learn-more {
    color: #3878b5; 
}

.event-container .event-title a:hover, .event-container .learn-more:hover {
    color: #002e65;
}
.event-container .mod_events_latest_table td {
    padding-top: 0 !important;
    padding-bottom: .75em !important;
    border-bottom: none !important;
}
.event-container .mod_events_latest_table tr {
    border-bottom: none;
}
.event-container h4 {
    margin-top: 0;
}
.event-container h2 a {
    text-transform: uppercase;
    font-size: .64em;
    text-decoration: none;
  
}
.event-container h2 a:hover {
    color: #002e65;
}
.event-container h2 a::after{
    content: " >";
    font-family: 'sinkin_sans600_semibold', sans-serif;
}

.event-container h2 a, .event h3 {
    color: #3878b5;
}
.product-feature h3, .product-feature a.learn-more {
    color: #c81b4c ;
}
.product-feature a.learn-more:hover {
    color: #961b4c;
}

.news h3, .news a.learn-more{
    color: #934b9d ;
}
.news a.learn-more:hover {
    color: #433c6f;
}
.events h3, .events a.learn-more {
    color: #3778b5 ;
}
/* Features End */


.ad-space {
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    min-height: 250px;
    position: relative;
    padding: 3em 0;
}

.ad-space .button, .article .button, .conf .button {
    border-color: #b1cd31;
    background-color: #b1cd31;
    color: #000000;

}
.button.learn-more, .conf .button.learn-more {
    background-color: transparent;
    
} 

.article .button {
   margin-right: 1em;
   margin-bottom: 1.5em;
   margin-top: .5em;
   }
a.expand {
    color: #c81b4c;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-bottom: 1em;
    cursor: pointer;

}


.ad-space .button:hover , .article .button:hover, .conf .button.cta:hover {
    border-color: #98b42c;
    background-color: #98b42c;
}

.features a.learn-more  {
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 0;
}
.ad-space h2 {
    font-family: "Roboto Condensed",sans-serif;
    font-size: 2em;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;

}
.ad-space .button {
    margin-top: 1.4em;
}
.ad-space > div {
   max-width: 960px;
   margin: 0 auto; 
   padding-left: 15px;
   padding-right: 15px;
   
}
.ad-1 {
    background-image: url(../images/ad-1.jpg);
}
.ad-2 {
    background-image: url(../images/ad-2.jpg); 
}
/* Features end */

/* Footer*/

footer {
    background-color: #e6e7e8;
    
}
.home footer {
     border-top: 1px solid #b3b3b4;
}
footer a {
    text-decoration: none;
    color: #000000;
}
.footer-links {
    display: inline-block; 
    float: right;
}
.copyright {
    display: inline-block;
}
.footer-links a {
    text-align: right;
}
.footer-links a:first-child {
        margin-right: 1.5em;
        display: inline-block;
    }
.footer-links a:nth-child(2) {
        margin-left: 1.5em;
        display: inline-block;
    }
.contact {
    padding: 4em 15px;
    font-size: .85em;
    display: flex!important;
    justify-content: space-between;  
    float:none!important;
    width:auto!important;
}
.contact > div {
    /* float: left;
    width: 25%;
    padding-right: 15px; */
    padding-left: 25px;
   
    position: relative;
}
.socialMedia {
    background-color: #fff;
    padding: 1em 0;
    text-align: center;

}

.socialMedia img {
    width: 2em;
    height: 2em;
    display: inline-block;
    vertical-align: middle;
}
.socialMedia p {
    margin-bottom: 0;
    /*font-family: 'sinkin_sans700_bold', sans-serif;*/
}
.contact > div p:before {
    width: 21px;
    height: 21px;
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 0px;
}
.address p:before {
    background: url('/images/ClientFiles/map-spot.svg');
}
.phone p:before {
    background: url('/images/ClientFiles/telephone.svg');
}
.fax p:before {
    background: url('/images/ClientFiles/print.svg');
}
.email p:before {
    background: url('/images/ClientFiles/letter-icon.svg');
}
.secondaryFooter {
    padding: 1.4em 0;
    font-size: .85em;
}


/* Interior Styling */
.landing {
    position: relative;
}
.internal .header {
    margin-top: 4em;

}
 .landing .header, .internal .header {

    width: 100%;
    padding: .15em;
    min-height: 2.75em;
    background-color: rgba(87, 24, 100, 0.8); ;
}
.landing .header {
    position: absolute;
    bottom: 0;
}
.landing .header *, .internal .header * {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.landing .header h1, .internal .header h1 {
    text-transform: uppercase;
    font-size: 3em;
    margin-bottom: .1em;
}
.article {
    padding: 1em;
}

.article img.left  {
    float: left;
    margin: 0 20px 20px 0px;
}

.breadcrumbs {
    margin-top: 1em;
    list-style: none;
}


.breadcrumbs li {
    display: inline;
}
.breadcrumbs .divider img {
    display: none;
}
.breadcrumbs .divider:after {
    content: ">";
    font-family: "sinkin_sans400_regular",sans-serif;
    font-weight: normal;

}
.breadcrumbs .divider.icon-location:after{
    content: none;
}
.breadcrumbs a {
    color: #939598;
}
/* Chapters */
.states h3 {
    color: #c81b4c;
}
.states h4 {
    font-size: 1.05em;
}
.states p{
    margin-bottom: 0;

}
.states img {
    float: right; max-width:  200px
}
.states > div {
        margin-top: 4em;
    }
.states > div br {
    display: block;
    margin: .7em 0;
}

.banner-wrapper, .aem-banner-wrapper  {
		position: relative;
		height: 300px;
		overflow: hidden;
}
.banner-text h2, .aem-banner-text h2 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	font-size: 2.5em;
	line-height: 1.2;
	margin-bottom: .25em;

}
.banner-text h3, .aem-banner-text h3 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	font-size: 2em;
	line-height: 1.2;
	margin-bottom: .25em;
}
.banner-text, .aem-banner-text  {
	color: #fff;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, .4);
}
.banner-text p, .aem-banner-text p {
	font-weight: 700;
	margin-bottom: 0
}
.banner-wrapper .banner-img, .aem-banner-wrapper .aem-banner-img {
	position: relative;
}
.banner-wrapper .banner-img  img, .aem-banner-wrapper .aem-banner-img  img{
	max-width: none;
	position: absolute;
	right: 0;
}
.banner-wrapper .banner-text, .aem-banner-wrapper .aem-banner-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 0px;
	padding-left: 24px;
	width: 65%;
}
.banner-wrapper .banner-text *, .aem-banner-wrapper .aem-banner-text *  {
	margin-top: 0;
}
.banner-bg {
	background-image: url(../images/fall-conf-20.jpg); /*../images/banner-bg.jpg*/
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;
	height: 300px;
}
.aem-banner-bg {
	background-image: url(../images/aem-conf-20.jpg); 
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;
	height: 300px;
}
.banner-buttons, .aem-banner-buttons {
	margin-top: .5em;
	display: flex;
	justify-content: space-between;
}
.banner-buttons .button, .aem-banner-buttons .button {
	white-space: nowrap;
	padding: .5em 6%;
	margin-right:0;
}
/* Interior Styling End */

@media only screen and (max-width: 840px) {
	.banner-buttons .button {
		white-space: nowrap;
		padding: .5em 1em;
	}
    .wrapper > .container {
        padding-bottom:40px;
    }
}
/* @media only screen and (max-width: 1160px) and (min-width: 951px) {
    .menu2 {
        margin-top: 0px;
    }
}*/
@media only screen and (max-width: 740px) {
	.banner-bg {
		background-image: url(../images/fall-conf-20-mobile.jpg); /*../images/banner-bg-mobile.jpg*/
		background-repeat: no-repeat;
		background-position: center;
	}
	.aem-banner-bg {
		background-image: url(../images/aem-conf-20-mobile.jpg); /*../images/banner-bg-mobile.jpg*/
		background-repeat: no-repeat;
		background-position: top;
		height: 237px;
	}
	.banner-buttons, .aem-banner-buttons {
		display: none;
	}
	.banner-wrapper .banner-img, .aem-banner-wrapper .aem-banner-img {
		height: 300px;
	}
	.banner-wrapper, .aem-banner-wrapper {
		height: auto;
	}
	.banner-text p, .banner-text h2, .aem-banner-text p, .aem-banner-text h2 {
		color: #624f86 ;
	}
	.aem-banner-text h3 {
		display: none;
	}
	.banner-wrapper .banner-text, .aem-banner-wrapper .aem-banner-text {
		position: static;
		text-shadow: none;
		width: 100%;
		padding: 0;
		margin-bottom: 2.25em;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none; 
	}
	.socialMedia .twitter, .socialMedia .neuronet, .socialMedia .instagram {
    margin-left: 1.5em;
}
}
@media only screen and (max-width: 909px) and (min-width: 741px) {
	.aem-banner-text h2, .aem-banner-text h3, .aem-banner-text p {
		line-height: 1;
	}
	.aem-banner-text h3 {
		font-size: 1.8em;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 951px) {
    
    .menu2 {
      margin-top: 25px;
    }
}

@media only screen and (max-width: 950px) {
    .logo {
        display: block;
        margin: 0 auto;
        max-width: 12em;
    }
    a.menu-button {
        display: block;
    }

    nav#menu, .menu2 .members, .menu2 .neuroNetwork, .menu2 .store {
        display: none;
    }

    .search-box {
        width: 320px;
    }
    .menu2 {
      margin-top: 0px;
    }
    header > div.container {
        text-align: center;
    }
    .menu2 {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        float: right;
        width: inherit;
    }
    .states img {
        float: none;

    }

}
@media only screen and (max-width: 742px) {
 .footer-links {
        float: none;
        margin-bottom: .5em;
        display: block;
    }
    .copyright {
        float: none;
    }
    .secondaryFooter {
        text-align:  center;
    }
}
@media only screen and (max-width: 700px) {
    /* Hero styling */
    .home.hero-wrapper {
        background-size: auto 28em;
        background-image: url(../images/homepage_hero_2.jpg);
        background-position: center 10em;
    }
     .landing.hero-wrapper > .container{
        background-position: center bottom;
    }
    .secondaryFooter {
        text-align: center;
    }
   
    

    .home.hero-wrapper .hero {
        padding: 18em 0 0 0;
    }

    .hero-content {
        width: 100%;
        background-color: #ffffff;
        padding: 2em 2em;
    }


    .conf {
        float: none;
        width: 100%;
        
    }
    .conf-1 {
        margin-right: 0;
        margin-bottom: 4px;
    }
    .conf-2 {
        margin-left: 0;
    }
    footer {
        text-align: center;
    }
    .contact {
        display: inline-block!important;
        padding-left: 0;
        padding-right: 0;
    }

    .contact > div {
        float: none;
        width: 100%;
        margin-bottom: 2em;
        text-align: left;
    }
    .contact > div > p {
        padding-left: .5em;
    }

}
@media only screen and (max-width: 640px) {
    header > .container > .menu-button {
        display: none;
    }
    .menu2 {
        float: none;
        margin-top: 1em;
    }
    .menu2 > .menu-button {
        display: inline-block;
        margin-right: 3em;
        margin-bottom: 0;

    }
    /*.menu2 > .myAccount {
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
        width: 35px;
        height: 35px;
        background-image: url(../images/silo.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        padding-right: 0;
        display: inline-block;
        vertical-align: middle;
        border-right:none;
    }*/
    .search-box {
        width: 100%;
        margin-top: 1em;
    }
    header > div.container {
        top: .5em;
    }
    .logo {
        width: 12em;
    }
}

@media only screen and (max-width: 640px) {
    .article {
        padding: 3em 2em 5em;
    }
}
@media only screen and (max-width: 420px) { 
    .hero-content .button {
        float: none;
        margin-bottom: 1em;
    }
    .hero-content .button.learn-more {
        margin-left: 0;
    }
}
@media only screen and (max-width: 350px) {

    .article {
        padding: 3em 0em 5em;
    }
}
@media only screen and (max-width: 430px) {
    .hero-content h1 {
        font-size: 2.5em;
    }
}

.locked-table {

}
.locked-table table tr td:first-child {

}
.locked-table table tr td:nth-child(n+2) {

}
.locked-table table tr {

}
.locked-table table {
    
}


/* Internal Table styles */
.item-page .scroll-table {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	margin-bottom: 1em;
}
.item-page table tr td {
	min-width: 100px;
    text-align: center;
	border: 1px solid #ccc;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
	height: 2px;
}
::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: #d6d6d6;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    display: block;
}

.rss {
    background: #f9f8fb;
}
ul.newsfeed {
    list-style: none;
    padding-left: 0;
}
.rss  h3{
    display: inline-block;
}
.rss .rss-link  {
    overflow: hidden;
    text-indent: 100%;
    background-image: url("/images/ClientFiles/rss_icon.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 2em;
    display: block;
    white-space: nowrap;
    width: 2em;
    float: right; 
    margin: 1.5em .5em 0 0;
}

.socialMedia p {
    display: inline-block;
}
.socialMedia .twitter, .socialMedia .neuronet, .socialMedia .instagram {
    margin-left: 4em;
}
@media only screen and (max-width: 725px) {
	.socialMedia .instagram{
		margin-top: 1em;
    	margin-left: 0;
    	display: block;
	}
	.socialMedia .neuronet{
		margin-top: 1em;
    	margin-left: 0;
    	display: block;
	}
}
@media only screen and (max-width: 385px) {
    .socialMedia p {
    display: block;
    margin-bottom: 1.5em;
}
.socialMedia .twitter {
    margin-left: 0;
    margin-bottom: 0
}
.socialMedia .instagram {
	margin-top: 1em;
	margin-left: 0;
}
.socialMedia .neuronet {
	margin-top: 1em;
	margin-left: 0;
}

}

/* Login Styling */

.menu2 > .login {
    border-right: 2px solid black;
    color: rgb(147, 75, 157);
    font-family: Merriweather Sans;
    font-weight: 700;
    margin-right: .5em;
    padding-right: .5em;
    text-decoration: none;
    text-transform: uppercase;
}

.menu2 > .cart {
    color: rgb(147, 75, 157);
    text-decoration: none;
    text-transform: uppercase;
}
.cartcount { 
    border-right: 2px solid black;
    margin-right: 1em;
    padding-right: 1em;
    color: rgb(147, 75, 157);
    font-family: Merriweather Sans;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: -5px;
    margin-left:1em;
}

@media only screen and (max-width: 365px) {
    header > div.container {
        padding: 0;
    }
    .menu2 > .menu-button {
        margin-right: 1em;
    }
}

/* Start Interirer boxes */

div.article .boxes {
	display: inline-block;
}
div.article .boxes .box {
	margin: 10px;
	background-color: #b1cd31;
	float: left;
	width: calc(33% - 20px);
    min-width: 245px;
}
div.article .boxes .box h2, div.article .boxes .box h3, div.article .boxes .box p {
	padding: 10px 20px 0px 20px; 
	color: white;
}
@media only screen and (max-width: 1011px) {
	div.article .boxes .box {
		min-width: 100%;
		margin: 10px 0;
	}
}
/* End Interirer boxes */

.select2 {width:250px!important;}

/*---- Buttons ----*/
.btn {
    display: inline-block;
    margin: 10px 0px;
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none !important;
    font-size: 16px;
    color: #fff !important;
    text-shadow: none !important;
    line-height: 1.6;
}

.btn-primary, .btn-default {
    background-color: #c81b4c !important;
    border-color: #c81b4c !important;
}

    .btn-primary:hover, .btn-default:hover{
        background-color: #fff !important;
        transition: .2s;
        border-color:#c81b4c!important;
        color:#c81b4c!important;
    }

.btn-info {
    background-color: #6d6e71 !important;
    border-color: #6d6e71 !important;
    color: #fff;
}

.btn-link, .btnRemove {
    color: #333 !important;
    border-color: #333 !important;
    background-color: #fff;
}

    .btn-link:hover, .btn-link:active, .btn-link:focus {
        background-color: #fff !important;
    }

.btn-linkNoBorder {
    color: #333 !important;
    border: none !important;
}

.btn-lg {
    font-size: 22px !important;
    padding: 10px 30px !important;
}

.btn-sm {
    font-size: 14px !important;
    padding: 10px !important;
}

.btn-xs {
    font-size: 12px !important;
    padding: 5px 10px !important;
}

.btn-nomargins {
    margin: 0 10px 0 0 !important;
}

.MeetingsMtgReg_PersonifyDefault .mtgSelectRate {
    max-height: none;
}

.MeetingsMtgReg_PersonifyDefault .MtgRegWizContainer {
    overflow: unset;
}

.MeetingsMtgReg_PersonifyDefault .mtgDisplayPriceInfo {
    min-width: unset;
}

.view-moreCntnr {
    display: none;
}

.mtgProductInformation .mtgDescColapsed {
    overflow: unset !important;
    max-height: none !important;
}

.mtgProductInformation .mtgRate {
    min-height: unset;
}

.accordionItemHeading {
    background-color: #f9f9f9;
    margin: 0px 0 0px 0px;
    padding: 13px 0px 13px 0px;
}

    .accordionItemHeading .active {
        background-color: #ddd;
    }

    .accordionItemHeading h2 {
        margin: 0 0 0em 0;
    }

    /*.accordionItemHeading .active {
        background-color: #ddd;
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }*/

    .accordionItemHeading .colpse-expand-icon {
        background-image: url(../../images/expand.png);
        background-repeat: no-repeat;
        margin-right: 4px;
        display: inline-block;
        /* padding: 15px; */
        height: 20px;
        width: 30px;
    }

    .accordionItemHeading.active .colpse-expand-icon {
        background-image: url('../../images/collapse.png');
        background-repeat: no-repeat;
    }

div.accordionItemContent {
    display: none;
}

    div.accordionItemContent.show {
        display: block !important;
    }
.meetingsessionlist .btn-sm {
    margin-top:0px;
    margin-bottom:0px;
    font-size:.63rem!important;
}

/*Ticket-Id: PM-1376 : Below line CSS overridding thead Personify CSS with Impact*/
.formLayout span em {
    display: inline!important;
    padding: 0px!important;
    margin: 0px!important;
    float: none!important;
    clear: both!important;
}

.GooglePreviewControl_PersonifyDefault
 {
    
    display: block !important;
    visibility: visible !important;
}
