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

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #4c4c4c;
    color: black;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.container {}


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

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

h1 {
    font-size: 26px;
    color: ;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 16px;
}

h1.title {
    font-family: "Lato", sans-serif;
}


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

a {
    color: #0898da;
}

a:hover,
a:focus {
    color: #0073ba;
    transition: .3s;
}

p a {
    text-decoration: underline;
}


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

img {
    border: 0px;
}


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

.header-wrap {
    padding: 15px 0px;
}

.logo-wrap svg {
    max-width: 362px;
    max-height: 92px;
}

.logo-wrap {
    display: inline;
}

.tagline-search-social-wrap {
    float: right;
}

.fb-link-wrap svg,
.li-link-wrap svg {
    width: 30px;
    height: 30px;
}

.tagline-wrap p:first-of-type {
    font-size: 18px;
    font-family: 'Georgia', sans-serif;
    color: #0898da;
    margin-bottom: 0px;
    text-align: right;
}

.tagline-wrap p span {
    color: #6b6563;
    margin: 0px 6px;
}

.tagline-wrap p span:last-of-type {
    margin-right: 0;
}

.tagline-wrap p:last-of-type {
    font-size: 14px;
    font-family: 'Georgia', sans-serif;
    font-weight: 700;
    font-style: italic;
    text-align: right;
    color: #0898da;
    letter-spacing: .6px;
}


/*----------------------------------Search Bar*/

#search-input-wrap {
    display: inline-block;
    max-width: 245px;
    float: right;
    background: white;
    position: relative;
}

.search-socialMedia-wrap {
    margin-top: 17px;
    display: block;
}

input.search-input {
    height: 28px;
    border: none;
    border-radius: 1px;
    padding: 0px 10px;
    padding-left: 10px;
    padding-bottom: 1px;
    font-size: 16px;
    background: #fff;
    color: #686868;
    -webkit-box-shadow: inset 0 1px 1px transparent);
    box-shadow: inset 0 1px 1px transparent;
}

input.search-input:focus {
    border-color: #178DE5;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#search-input-wrap input::-webkit-input-placeholder {
    color: #686868;
}

#search-input-wrap input:-moz-placeholder {
    color: #686868;
}

#search-input-wrap input::-moz-placeholder {
    color: #686868;
}

#search-input-wrap input:-ms-input-placeholder {
    color: #686868;
}

#search-input-wrap {
    border: 1px solid #263d51;
    border-radius: 1px;
    max-width: 245px;
}

#search-input-wrap button {
    height: 28px;
    padding: 2px 5px;
    background: #fff;
    border: none;
    border-radius: 0;
}

.search-button {
    background-image: url(https://neo-rls.org/images/search-icon.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    background-position: center 7px;
    width: 30px;
    position: absolute;
    right: 0;
}

#search-input-wrap button:hover,
#search-input-wrap button:focus,
#search-input-wrap button:active,
#search-input-wrap button:active:focus {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.glyphicon-search:before {
    content: url(../images/search-icon.png);
}

.socialMedia-wrap {
    float: right;
    margin-left: 12px;
    height: 30px;
}

.fb-link-wrap,
.li-link-wrap {
    float: left;
}

.li-link-wrap {
    margin-left: 6px;
}

.socialMedia-wrap a:hover .linkedin-cls-1,
.socialMedia-wrap a:focus .linkedin-cls-1,
.socialMedia-wrap a:hover .fb-icon-1,
.socialMedia-wrap a:focus .fb-icon-1 {
    fill: #263d51;
    stroke: #263d51;
    transition: .3s;
}

#mobile-menu .search-input-wrap {
    border: 1px solid #fff;
}


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

.navbar-nav>li a {
    font-family: 'Lato', sans-serif;
}

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

.login-nav-main-wrap {
    background-color: #263d51;
    height: 50px;
    padding: 8px;
}

.login-nav-main-wrap ul.nav.navbar-nav {
    width: 100%;
}

#nav_menu .navbar-nav>li.member-login a:hover,
#nav_menu .navbar-nav>li.member-login a:focus {
    background-color: #0073ba;
    transition: .3s;
}

#nav_menu .navbar-nav>li>a,
#nav_menu .navbar-nav>li>a:link {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 8px;
    /*    padding: 6px 20px 8px 20px;*/
    border-right: 4px solid #263d51;
}

#nav_menu .navbar-nav>li.member-login {
    float: right;
}

#nav_menu .navbar-nav>li.member-login>a {
    background-color: #0898da;
    border-radius: 1px;
    /*    padding: 6px 25px 8px 25px;*/
    border: none;
}

#nav_menu .navbar-nav>li>a:hover,
#nav_menu .navbar-nav>li>a:focus,
#nav_menu .navbar-nav>li>a:active,
#nav_menu .navbar-nav>li.open>a,
#nav_menu .navbar-nav>li>a.active {
    background-color: #0898da;
    border-radius: 1px;
    transition: .3s;
}

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

#nav_menu .navbar-nav>li a:active {
    color: #fff;
    transition: .3s;
}

#nav_menu .navbar-nav>li .dropdown-menu {
    background-color: #304d63;
    border: none;
    padding: 5px 0px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px;
}

#nav_menu .navbar-nav>li .dropdown-submenu .dropdown-menu {
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    margin-top: -5px;
}


/*#nav_menu .navbar-nav>li {
    margin-right: 2px;
}*/

#nav_menu .navbar-nav>li .dropdown-menu a {
    padding: 6px 10px 8px 10px;
    color: #fff;
    background-color: transparent;
    font-size: 15px;
    border-radius: 1px;
    margin: 0px 5px;
    font-weight: bold;
}

#nav_menu .navbar-nav>li .dropdown-menu a:hover,
#nav_menu .navbar-nav>li .dropdown-menu a:focus {
    background-color: #0898da;
    transition: .3s;
}

#mobile-menu .search-socialMedia-wrap {
    display: none;
}

#mobile-menu #search-input-wrap,
#mobile-menu .socialMedia-wrap {
    float: none;
    margin-left: 0;
    margin-top: 5px;
}

#mobile-menu-col .member-login a {
    margin-right: 20px;
    background-color: #0898da;
    border-radius: 2px;
    padding: 5px 26px 7px 25px;
    color: #fff;
    float: right;
}

#mobile-menu-col .member-login a:hover,
#mobile-menu-col .member-login a:focus {
    background-color: #0073ba;
    transition: .3s;
    text-decoration: none;
}

.login-modal .modal-dialog {
    max-width: 300px;
    margin: auto;
    margin-top: 15px;
}

.modal-header {
    background: #263d51;
    color: #fff;
    text-align: center;
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.login-modal .close {
    color: #fff;
    text-shadow: none;
    ;
    opacity: .8;
}

.login-modal .close:hover,
.login-modal .close:focus {
    color: #1499D3;
}

.login-modal .modal-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.modal-title,
.modal-body {
    font-size: 16px;
    text-align: center;
}

.login-modal {
    font-size: 16px;
}

.login-modal input {
    padding: 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #E1E1E1;
    width: 200px;
}

.login-modal input:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0898da;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#login a {
    text-decoration: underline;
    color: #0898da;
    font-weight: 400;
}

#login a:hover,
#login a:focus {
    color: #0073ba;
}

.login-modal input[type="submit"] {
    background-color: #0898da;
    color: #fff;
    border: 1px solid #0898da;
    border-radius: 2px;
    padding: 5px 8px 7px;
    margin-top: 10px;
}

.login-modal input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background-color: #0073ba;
    border: 1px solid #0073ba;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#mobile-toggle {
    text-align: right;
    width: 38px;
    height: 32px;
    float: right;
    margin-top: 1px;
    cursor: pointer;
}


/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/

.slideshow-wrap [class*="col-"] {
    padding: 0;
}

.upcoming-events-wrap {
    margin-top: 32px;
}

.recent-news-wrap,
.library-membership-wrap,
.mission-wrap {
    margin-top: 42px;
}

.section-title {
    margin: 0px 0px 20px 0px;
}

.section-title p {
    font-size: 22px;
    font-family: 'Georgia', sans-serif;
    margin-bottom: 0;
}

.section-title hr {
    width: 50px;
    left: 0;
    border: 1px solid #0898da;
    margin: 0;
    text-align: left;
}


/*---------------- Upcoming Events ----------*/

.events-items {
    display: inline-block;
    margin-right: -15px;
    margin-left: -15px;
}

.event-item {
    margin-bottom: 20px;
}


/*.event-item:nth-child(odd) {
    padding-left: 0;
}
.event-item:nth-child(even) {
    padding-right: 0;
}*/

.event-item:nth-child(4) {
    clear: left;
}

.event-content {
    display: table;
    border: 1px solid #aaaaaa;
    border-radius: 1px;
    min-height: 165px;
    height: 1px;
    width: 100%;
}

.event-date-wrap {
    display: table-cell;
    background: #5dcaf3;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 0px 10px;
    width: 95px;
}

.event-month {
    font-family: "Lato", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

.event-date {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2em;
}

.event-details-wrap {
    padding: 12px 15px;
    min-height: 184px;
}

.ev-title-link {
    color: #424242;
    font-family: "Lato", sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3em;
    display: block;
    margin-bottom: 5px;
}

.ev-title-link:hover,
.ev-title-link:focus {
    text-decoration: none;
    color: #0073ba;
    transition: .3s;
}

.event-blurb {
    margin-bottom: 0px;
    /*color: #4c4c4c;*/
    margin-top: 8px;
}

.event-blurb strong a {
    text-decoration: none;
}

.event-blurb strong a:hover,
.event-blurb strong a:focus {
    color: #0073ba;
    transition: .3s;
}

.btn-view-all-events-wrap {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
}

.btn-view-all-events,
.btn-view-all-news {
    font-size: 16px;
    color: #fff;
    background-color: #3c3c3c;
    padding: 8px 30px 9px;
    border-radius: 1px;
    display: inline-block;
    font-weight: bold;
}

.btn-view-all-events:hover,
.btn-view-all-events:focus,
.btn-view-all-news:hover,
.btn-view-all-news:focus,
.slideshow-read-more-link:hover,
.slideshow-read-more-link:focus {
    background-color: #0073ba;
    transition: .3s;
    color: #fff;
    text-decoration: none;
}


/*---------------- End Upcoming Events ------*/


/*---------------- Upcoming Events ----------*/

.news-img {
    float: left;
}

.news-img img {
    width: 220px;
}

.news-details {
    margin-left: 235px;
    margin-top: 5px;
}

.news-item {
    display: inline-block;
    margin-bottom: 14px;
}

.news-title-link {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #424242;
}

.news-details .date {
    color: #5e5e5e;
    font-weight: 300;
    margin-top: 8px;
    font-size: 14px;
}

.news-item .description {
    margin-top: 4px;
}

.btn-view-all-news-wrap,
.btn-view-all-events-wrap {
    margin-top: 10px;
}

.news-title-link:hover,
.news-title-link:focus {
    text-decoration: none;
}

.read-more-link {
    margin-top: 8px;
}

.read-more-link strong a,
.read-more-link strong a:hover,
.read-more-link strong a:focus {
    text-decoration: none;
    font-size: 16px;
}


/*---------------- End News ------*/


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


/*.slideshow-wrap .carousel-inner .item {
    max-height: 350px;
}*/

#slide-row {
    margin-bottom: 10px;
}

.carousel-inner .item img {
    width: 100%;
    height: auto;
}

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

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

.carousel-caption {
    position: absolute;
    z-index: 100;
    background-color: rgba(38, 61, 81, .7);
    background: rgba(38, 61, 81, .7);
    padding: 10px 15px 30px;
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    width: 100%;
    text-align: center;
    text-shadow: none;
}

@media (max-width: 600px) {
    .carousel-caption {
        padding: 15px 10px 25px;
    }
}

.carousel-caption a:hover,
.carousel-caption a:focus {
    text-decoration: none;
}

.carousel-caption p:first-of-type {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
    display: block;
    color: white;
    margin-bottom: 10px;
}

.carousel-caption p:last-of-type {
    font-size: 16px;
    font-family: serif;
    font-style: normal;
    color: white;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}

.carousel-caption p:empty {
    margin: 5px;
}

.carousel-indicators {
    margin-left: 0;
    bottom: 0px;
    margin-bottom: 10px;
    left: 0;
    position: absolute;
    z-index: 120;
    width: 100%;
    list-style: none;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #fff;
}

.carousel-indicators li.active {
    margin: 0 5px;
    background-color: #0aaeeb;
    border: 1px solid #0aaeeb;
}

.slideshow-read-more-link {
    font-size: 16px;
    color: #fff;
    background-color: #0898da;
    padding: 8px 30px 9px;
    border-radius: 1px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 15px;
}


/*----------------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 ----*/


/*----------------------------------Primary-Content*/


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

.subpage {
    margin-top: 50px;
    min-height: calc(100vh - 123px - 50px - 120px - 50px - 50px);
}

.row_background {
    background-color: #304d63;
    color: #fff;
}


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

.footer-wrap {
    background-color: #263d51;
    color: #fff;
    padding: 30px 0px;
    font-size: 16px;
    margin-top: 50px;
}

.contact-info {
    float: left;
    margin-top: 5px;
}

.copyright {
    float: right;
    text-align: right;
}

.copyright p,
.contact-info p,
.copyright p a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 2px;
    text-decoration: none;
}

.copyright p a:hover,
.copyright p a:focus {
    color: #0073ba;
}

.tel-link-wrap svg,
.email-link-wrap svg {
    height: 18px;
    max-width: 25px;
    display: inline;
    margin-right: 9px;
}

.tel-link-wrap p,
.email-link-wrap p {
    display: inline;
    vertical-align: text-bottom;
}

.email-link-wrap {
    margin-top: 4px;
}


/*-----------------------------------Footer Menu*/


/*-------------------------------End-Footer Menu*/


/*--------------------------------------------------------
	UTILITIES
--------------------------------------------------------*/

@media (max-width: 1200px) {
    .event-content {
        min-height: 210px;
    }
}

@media (max-width: 991px) {
    .event-item:nth-child(4) {
        clear: none;
    }
    .event-item:nth-child(odd) {
        clear: left;
        padding-left: 0;
    }
    .event-item:nth-child(even) {
        padding-right: 0;
    }
    .events-items {
        margin-right: 0;
        margin-left: 0;
    }
    .event-content {
        min-height: 165px;
    }
}

@media (max-width: 800px) {
    .search-socialMedia-wrap {
        display: none;
    }
    .tagline-search-social-wrap {
        margin-top: 25px;
    }
    #mobile-menu .search-socialMedia-wrap {
        display: block;
    }
}

@media (max-width: 767px) {
    .event-item {
        padding-left: 0;
        padding-right: 0;
    }
    .header-wrap {
        padding: 5px 0px;
    }
    .tagline-search-social-wrap {
        float: none;
    }
    .logo-wrap svg {
        max-height: 70px;
    }
    .logo-wrap {
        display: block;
        text-align: center;
    }
    .tagline-wrap p:first-of-type {
        font-size: 16px;
    }
    .tagline-wrap p:first-of-type,
    .tagline-wrap p:last-of-type {
        text-align: center;
    }
    .tagline-search-social-wrap {
        margin-top: 8px;
    }
    .event-content {
        min-height: 0;
    }
    .contact-info {
        float: none;
        text-align: center;
    }
    .copyright {
        float: none;
        text-align: center;
        margin-top: 20px;
    }
    .carousel-caption {
        position: initial;
        display: block;
    }
}

@media (max-width: 600px) {
    .news-img img {
        width: 150px;
    }
    .news-details {
        margin-left: 160px;
        margin-top: 0;
    }
    .news-img img {
        width: 150px;
    }
    .news-details .date {
        margin-top: 3px;
    }
    .news-item .description {
        margin-top: 1px;
    }
}

@media (max-width: 480px) {
    .news-item {
        margin-bottom: 20px;
    }
    .news-img {
        float: none;
    }
    .news-img img {
        width: 100%;
    }
    .news-details {
        margin-left: 0;
        margin-top: 10px;
    }
}


/*Events by Track*/

.et-item {
    background-color: #D8E5EE;
    border-color: #8CB1CB;
    margin: 10px 0px;
}

.et-description {
    background-color: #E3ECF2;
    margin: 8px 0px;
    padding: 5px 10px;
}

.et-title {
    display: block;
    font-family: "Sintony", "Open Sans", verdana, sans !important;
    font-weight: 700;
    font-size: 16px;
}

.sb-title {
    font-size: 22px;
    color: #ffffff;
    background-color: #263d51;
    width: 100%;
    padding: 3px 8px;
    font-family: "Sintony", Arial, Helvetica, sans-serif;
}

a.neo-button {
    background-color: #0898da;
    display: inline-block;
    min-height: 35px;
    padding: 8px 5px 0px 5px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
    font-weight: 700;
    font-family: "Sintony", Arial, Helvetica, sans-serif;
}

a.neo-button img {
    margin-left: 10px;
    margin-top: -8px;
}

a.neo-button:hover {
    background-color: #337ab7;
    transition: .3s;
}

.p-10 {
    padding: 10px;
    background-color: #ffffff;
}

.w-80p {
    width: 50%;
}

.m-b-8 {
    margin-bottom: 8px;
}


/*Classified Ad Feed*/

.classifieds-wrapper {
    background-color: #EEEEEE;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}