/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/

body {
    font-size: 16px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}

p {
    font-size: 16px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}

.container {}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
}

h1 {
    color: #333333;
    margin: 10px 0;
    font-size: 26px;
    font-weight: bold;
}

h2 {
    color: #3A3B97;
    font-size: 22px;
}

h3 {
    color: #333333;
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}

h4 {
    font-size: ;
}

h1.title {
    margin-bottom: 20px;
    text-transform: uppercase;
}


/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/

a {
    color: #3A3B97;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #3A3B97;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/

img {
    border: 0px;
    max-width: 100%;
}


.evr-small-text {
    font-size: 14px !important;
}
 

/*--------------------------------------------------------
    MODAL LOGIN
--------------------------------------------------------*/

.modal-content {
    width: 280px;
    margin-top: 20px;
    border-radius: 0;
}

.modal-dialog {
    width: 280px;
    margin: auto;
    display: block;
    text-align: center;
}

.modal-body {
    padding: 20px;
}

.modal-title {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.modal-header {
    background-color: #3A3B97;
}

.modal-header span#close {
    color: #fff;
}

.modal-body #login input[type="text"],
.modal-body #login input[type="password"] {
    margin: 5px 0;
    color: #A9A9A9;
    padding: 4px 20px;
    border-radius: 4px;
    border: 1px solid rgba(116, 116, 116, 0.26);
}

.modal-body #login input[type="submit"] {
    border: none;
    color: #ffffff;
    margin-top: 10px;
    padding: 3px 20px;
    border-radius: 3px;
    background-color: #F6921E;
}


/*--------------------------------------------------------
	HEADER
--------------------------------------------------------*/

header {
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(246, 146, 30, 0.20);
    background-image: url(../images/header-bg.jpg);
}

header #right {
    padding: 72px 15px;
}

header svg#neai-logo {
    width: 396px;
    height: 172px;
    margin-top: 10px;
}

svg#facebook,
svg#twitter,
svg#linkedin {
    width: 37px;
    height: 38px;
    margin: 0 1px;
}

path.st0_facebook:hover,
path.st0_twitter:hover,
path.st0_linkedin:hover {
    fill: #F6921E;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

#socmed-wrap {
    text-align: right;
}

#socmed-wrap a:hover {
    text-decoration: none;
}

header #socmed-wrap {
    left: 28px;
    float: left;
    padding: 0 3px;
    position: relative;
}

#login-wrap {
    top: 1px;
    left: 28px;
    float: left;
    padding: 0 3px;
    position: relative;
}

.btn-login {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    padding: 7px 18px 6px;
    background-color: #F6921E;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.btn-login:hover {
    color: #F6921E;
    background-color: #ffffff;
    border: 1px solid #F6921E;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

#search-wrap {
    float: right;
}

form.searchbox {
    float: left;
    width: 235px;
    height: 36px;
    border: none;
    padding: 0px;
    border-radius: 3px;
    background: #f5f5f5;
}

input.q-whywhywhy {
    float: left;
    width: 190px;
    border: none;
    padding: 8px 0 7px;
    color: #A9A9A9;
    font-size: 15px;
    text-indent: 13px;
    background: transparent;
    font-family: 'Lato', sans-serif;
}

input.search-button {
    width: 18px;
    height: 18px;
    border: none;
    float: right;
    margin: 9px 10px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../images/search-icon.png);
}


/*--------------------------------------------------------
	Desktop Navigation
--------------------------------------------------------*/

header+nav {
    top: -5px;
    position: relative;
    background-color: #3A3B97;
}

@media (max-width: 1200px) {
    header+nav {
        display: none;
    }
}

.navbar-nav>li {
    border-left: 1px solid #DDDDDD;
}

.navbar-nav>li:last-child {
    border-right: 1px solid #DDDDDD;
}

.navbar-nav>li a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

#mheader_5_wrapper .navbar-nav>li a {
    color: #777;
}

.navbar-nav>li a:hover {
    color: #333333;
    background-color: #ffffff !important;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.NP {
    padding: 0;
}

.navbar-nav .open>a,
.navbar-nav .open>a:focus,
.navbar-nav .open>a:hover {
    background-color: transparent;
}

.navbar-nav .dropdown-menu li a {
    color: #333333;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: none;
}

.navbar-nav .dropdown-menu li a:hover {
    color: #3A3B97;
    background-color: transparent;
}

.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 5px 0px rgba(173, 173, 173, 0.75);
}

.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #A3A3A3;
}

.navbar-nav .dropdown-menu li:last-child {
    border-bottom: none;
}

#mobile-menu-col {
    float: right;
    width: 100%;
}

svg#burger {
    width: 35px;
    height: 35px;
    float: right;
    cursor: pointer;
}

.mobile-social {
    float: left;
    padding: 0 15px 10px;
}

.social-wrap a img {
    width: 37px;
    height: 38px;
}

li.social-wrap {
    display: inline-block;
}

li.social-wrap a {
    margin: 2px 0;
    padding-left: 0 !important;
    padding-top: 20px !important;
}

li.search-wrap {
    padding-left: 15px;
    margin-bottom: 10px;
    float: left;
}
img.header-profile-img{
	width: 31px;
    float: right;
    margin-left: 10px;
    border-radius: 50%;
    margin-top: -5px;
}
div.loggedin-wrap{
	float: right;
    padding-top: 15px;
}
/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/


/*----------------Slideshow----------*/

#slideshow {
    padding-top: 20px;
    padding-bottom: 20px;
}

.carousel-control.left,
.carousel-control.right,
.carousel-control:hover {
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}

.carousel-control {
    top: ;
    width: ;
    display: none;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background-color: #3A3B97;
    padding: 20px 25px;
    left: auto;
    bottom: 0px;
    right: 0px;
    top: auto;
    width: 34.2%;
    text-align: center;
    text-shadow: none;
    height: 307px;
}

@media (max-width: 600px) {
    .carousel-caption {
        /*padding: 15px 20px;*/
    }
}

.carousel-caption p.caption-text {
    color: white;
    display: block;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.carousel-caption p.alt-text {
    color: white;
    font-size: 18px;
    margin-bottom: 30px;
}

.carousel-caption a {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 3px;
    padding: 10px 25px;
    text-decoration: none;
    border: 2px solid #ffffff;
}

.carousel-caption a:hover {
    color: #F6921E;
    background-color: #ffffff;
    transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
    -webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
}

.carousel-indicators {
    bottom: -5px;
    left: 48%;
    width: 30%;
}

.carousel-indicators li {
    margin: 2px;
    width: 15px;
    height: 15px;
    border: none;
    background-color: #ffffff;
}

.carousel-indicators .active {
    margin: 2px;
    width: 15px;
    height: 15px;
    background-color: #3a3b97;
}


/*----------------End Slideshow------*/


/*---------- news_feed_pages function ----*/

div#news-button-container {
    margin: 10px 0px 0px 0px;
    text-align: right;
}

div#news-button-verbiage {
    margin-right: 10px;
    display: inline-block;
    color: #5DB2D7;
}

div#news-button-container:active {
    margin: 9px 0px 0px -1px;
    /* keeps buttons from jumping around when pressed*/
}

div.news-button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #5DB2D7;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0px;
}

div.nb-number:hover {
    opacity: 0.7;
    /*buttons move toward backgound color when hovered over*/
    cursor: pointer;
}

div.nb-number:active {
    /* make buttons look like they are being pressed when clicked*/
    opacity: 0.6;
    border-width: 2px 0px 0px 2px;
}

div.nb-selected {
    /* style the selected button */
    opacity: 0.5;
}

div#nb-ellipsis-left,
div#nb-ellipsis-right {
    background-color: transparent;
    color: #5DB2D7;
    border: 0px;
    margin: 0px;
    padding: 5px;
    font-weight: bold;
}


/*---------- END: news_feed_pages ----*/

#quick-links {
    padding-top: 5px;
    padding-bottom: 5px;
}

#quick-links h3 {
    text-transform: uppercase;
}

#quick-links a {
    color: #333333;
    text-decoration: none;
}


/*#quick-links a:hover {
    color: #3A3B97;
    text-decoration: underline;
}*/

#join a>img:hover,
#listserv a>img:hover,
#networking a>img:hover,
#job a>img:hover {
    opacity: 0.8;
}

#feed {
    padding-top: 15px;
    padding-bottom: 15px;
}

#feed h1 {
    text-transform: uppercase;
}

.event-item {
    float: left;
    width: 100%;
    margin: 20px 0 5px;
    padding-bottom: 25px;
    border-bottom: 1px solid #333333;
}

.event-date {
    float: left;
}

.event-date {
    float: left;
    color: #ffffff;
    padding: 15px 12px;
    text-align: center;
    border-radius: 10px;
    background-color: #F6921E;
}

.event-date p {
    line-height: 22px;
}

.event-date p.day {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}

.event-date p.month {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
}

.event-date p.year {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
}

.event-details {
    width: 80%;
    float: left;
    margin-left: 15px;
}

h2.event-title {
    margin-bottom: 10px;
}

a.ev-title-link,
a.news-title-link {
    color: #3A3B97;
    text-decoration: underline;
}

.news-item {
    /*float: left;*/
    margin: 20px 0 0;
}

.news-desc {
    margin-top: 10px;
}

#sponsors h1 {
    text-transform: uppercase;
}

#sponsors img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
}

#sponsors .carousel {
    padding: 20px 0 40px;
}

#sponsors ol.carousel-indicators {
    display: none;
}


/*--------------------------------------------------------
	CSS STYLE FOR INNER PAGES
--------------------------------------------------------*/

div#page {
    padding-top: 20px;
    padding-bottom: 20px;
}


/*--------------------------------------------------------
	FOOTER
--------------------------------------------------------*/

footer {
    padding: 20px 0;
    margin-top: 20px;
    background-color: #333333;
}

footer p,
footer a,
footer a:hover {
    margin: 0;
    color: #ffffff;
}


/*--------------------------------------------------------
	MEDIA QUERY
--------------------------------------------------------*/

@media (min-width: 1000px) {
    .container {}
}

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    header {
        background-color: #ffffff;
        background-image: none;
    }
    header #right {
        padding: 25px 15px 0;
    }
    header #socmed-wrap {
        left: 170px;
    }
    li.mobile-login {
        display: none;
    }
    #login-wrap {
        left: 0;
        padding: 0;
        float: right;
    }
    #search-wrap {
        margin: 10px 0;
    }
    #slideshow {
        padding-top: 0;
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img {
        width: 100%;
    }
    .carousel-caption {
        width: 100%;
        height: 230px;
        position: relative;
    }
    .carousel-indicators {
        width: 65%;
        bottom: 225px;
    }
    .event-details {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {}
    header {
        background-color: #ffffff;
        background-image: none;
    }
    header #logo-wrap a img {
        height: auto;
    }
    header #right {
        padding: 25px 15px 0;
    }
    header #socmed-wrap {
        left: 60px;
    }
    li.mobile-login {
        display: none;
    }
    #login-wrap {
        left: 0;
        padding: 0;
        float: right;
    }
    #search-wrap {
        left: 60px;
        float: left;
        margin: 10px 0;
        position: relative;
    }
    #mobile-menu-col {
        margin: 10px 0;
        width: auto !important;
    }
    #slideshow {
        padding-top: 0;
    }
    .carousel-caption {
        width: 100%;
        height: 215px;
        position: relative;
    }
    .carousel-caption p.caption-text {
        font-size: 26px;
    }
    .carousel-indicators {
        width: 65%;
        bottom: 205px;
    }
    .event-details {
        width: 88%;
    }
    #news-feed {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .container {}
    header {
        background-color: #ffffff;
        background-image: none;
    }
    header svg#neai-logo {
        width: 345px;
        /*height: auto;*/
        display: block;
        margin-top: 0;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    header #right {
        padding: 0 15px 0;
    }
    header #socmed-wrap {
        left: 45px;
        display: none;
    }
    #login-wrap {
        left: 0;
        padding: 0;
        float: right;
        display: none;
    }
	.loggedin-wrap{
		display: none;
	}
    #search-wrap {
        left: 50px;
        float: left;
        display: none;
        margin: 10px 0;
        position: relative;
    }
    #mobile-menu-col {
        margin: 8px 0;
        width: auto !important;
    }
    #slideshow {
        padding-top: 0;
    }
    .carousel-caption {
        width: 100%;
        height: 230px;
        position: relative;
    }
    .carousel-caption p.caption-text {
        font-size: 26px;
    }
    .carousel-indicators {
        width: 65%;
        bottom: 220px;
    }
    #quick-links h3 {
        font-size: 16px;
    }
    .event-details {
        width: 80%;
    }
    #news-feed {
        padding-top: 20px;
    }
    footer p,
    footer a {
        text-align: center;
    }
    footer #socmed-wrap {
        margin-top: 20px;
        text-align: center;
    }
    footer svg#facebook,
    footer svg#twitter,
    footer svg#linkedin {
        float: none;
    }
}

@media (max-width: 480px) {
    .container {}
    header {
        background-color: #ffffff;
        background-image: none;
    }
    header svg#neai-logo {
        width: 345px;
        /*height: auto;*/
        margin-top: 0;
        display: block;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    header #right {
        padding: 0 15px 0;
    }
    header #socmed-wrap {
        left: 170px;
    }
    #login-wrap {
        left: 0;
        padding: 0;
        float: right;
    }
    #search-wrap {
        margin: 10px 0;
    }
    #slideshow {
        padding-top: 0;
    }
    .carousel-caption {
        width: 100%;
        height: 250px;
        position: relative;
    }
    .carousel-caption p.caption-text {
        font-size: 26px;
        line-height: 26px;
    }
    .carousel-caption p.alt-text {
        line-height: 20px;
    }
    .carousel-caption a {
        font-size: 16px;
    }
    .carousel-indicators {
        width: 65%;
        bottom: 240px;
    }
    #quick-links .column {
        width: 100%;
        margin: 5px 0;
    }
    #quick-links h3 {
        font-size: 20px;
    }
    .event-date {
        padding: 10px 8px;
    }
    .event-date p.day {
        font-size: 20px;
    }
    .event-date p.month {
        font-size: 18px;
    }
    .event-date p.year {
        font-size: 16px;
    }
    .event-details {
        width: 70%;
    }
    footer p,
    footer a {
        text-align: center;
    }
    footer #socmed-wrap {
        margin-top: 20px;
        text-align: center;
    }
    footer svg#facebook,
    footer svg#twitter,
    footer svg#linkedin {
        float: none;
    }
}