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

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4C4C4C;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #4C4C4C;
}

.container {}


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

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

h1 {
    font-size: ;
    color: ;
}

h2 {
    font-size: ;
}

h3,
.h3 {
    font-size: ;
    padding-bottom: 15px;
    padding-top: 10px;
}

h4 {
    font-size: ;
}

h1.title {
    margin-top: 15px;
}


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

a {
    color: ;
    font-family: 'Roboto', sans-serif;
}

a:hover,
a:focus {
    color: ;
}


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

img {
    border: 0px;
}


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

#header-left-wrap img {
    max-width: 165px;
}

.login-join-wrap {
    text-align: center;
}

.login-wrap {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 260px;
    display: inline-block;
    vertical-align: middle;
}

.login-wrap a {
    background: #1565C0;
    color: #fff;
    text-decoration: none;
    padding: 10px 110px;
}

.join-wrap {
    max-width: 260px;
    display: inline-block;
    vertical-align: middle;
}

.join-wrap a {
    background: #1565C0;
    color: #fff;
    text-decoration: none;
    padding: 10px 96px;
}


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

#search-input {
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
    margin-bottom: 30px;
}




#right-side-wrap {
    margin-top: 80px;
    text-align: right;
}
#member-portal-wrap a {
    background: #26305A;
    color: #fff;
    padding: 11px 21px 12px;
    position: relative;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    border-radius: 2px;
}
#member-portal-wrap a:hover {
    background: #1565C0;
}





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


/* .navbar-nav>li a {
    color: ;
    font-family: ;
} */

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


/*--------------------------------------------------------
                    Mobile Navigation
--------------------------------------------------------*/


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


main .row[data-gjs-type="x_row"] {
    padding-block: 2rem;
}



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

#slide-container img {
    width: 100%;
}

.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: rgba(0, 0, 0, .5);
    padding: 5px 15px 30px;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    text-shadow: none;
}

.carousel-indicators {
    bottom: 0;
}

#slider-content-wrapper .carousel-indicators {
    display: none;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 0px;
    margin: 0 auto;
    margin-left: 8px;
}

.carousel-indicators .active {
    background: #0D47A1;
    width: 10px;
    height: 10px;
    margin-left: 8px;
}

@media (min-width: 990px) and (max-width: 1199px) {
    .carousel-caption {}
}

@media (max-width: 990px) {
    .carousel-caption {}
    #slide-row .col-md-12 {}
}

.carousel-caption p:first-of-type {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.carousel-caption p:last-of-type {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom: 20px;
    padding: 0px 180px;
}

.carousel-caption a {
    display: none;
}

.carousel-caption a:hover {
    background: #fff;
    color: #3D3D3D;
    text-decoration: none;
}


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


/*--------------------------------------------------------
	CSS STYLE FOR HEADER TOP
--------------------------------------------------------*/

.header-top-wrapper {
    padding: 15px 0px;
    position: relative;
    background: #fff;
}

#header-center-wrap img {
    display: inline-block;
}

#header-center-wrap a {
    text-decoration: none;
}

.org-name {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
}

.org-name h1 {
    color: #26305A;
    font-weight: bold;
    font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.org-name p {
    color: #4C4C4C;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}


/*Search*/

.search-member-wrap {
    text-align: right;
}

.search-input {
    background: transparent;
    border: 2px solid #fff;
}

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

#search-input input {
    border: 1px solid #999999;
    box-shadow: none;
    height: 38px;
    color: #4C4C4C;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    border-radius: 2px;
}

#search-input button {
    background: #26305A;
    box-shadow: none;
    border: 0;
    color: #fff;
    border-left: 0px;
    padding: 6px 10px;
    height: 38px;
    border-radius: 2px;
}

.input-group.search-input-wrap {
    /*border: 1px solid #6C648B;*/
}

.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
}


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


/* Home Slider Content */

#slider-content-wrapper {
    background: #90CAF9;
    padding-top: 40px;
    padding-bottom: 40px;
}

.mission-wrap h1 {
    color: #fff;
    background: #1565C0;
    border-radius: 2px;
    padding: 8px 10px;
    font-size: 40px;
    font-weight: normal;
}

.mission-wrap p {
    background: #1E88E5;
    color: #fff;
    margin-top: 15px;
    padding: 20px 10px;
    border-radius: 2px;
}

.search-social-wrap {
    padding-top: 30px;
}

.socmedia-wrap {
    border-top: 0.5px solid #1E88E5;
    padding-top: 30px;
}

.socmedia-wrap svg {
    width: 40px;
    height: 40px;
    margin-left: 5px;
}

.socmedia-wrap a {
    text-decoration: none;
}

.socmedia-wrap a:hover svg#fb-icon .cls-1 {
    stroke: #3b5999;
    fill: #fff;
}

.socmedia-wrap a:hover svg#fb-icon .cls-2 {
    fill: #3b5999;
}

.socmedia-wrap a:hover svg#twitter-icon .cls-1 {
    stroke: #2ca9e1;
    fill: #fff;
}

.socmedia-wrap a:hover svg#twitter-icon .cls-2 {
    fill: #2ca9e1;
}

.socmedia-wrap a:hover svg#linkedin-icon .cls-1 {
    stroke: #027bb6;
    fill: #fff;
}

.socmedia-wrap a:hover svg#linkedin-icon .cls-2 {
    fill: #027bb6;
}


/*--------------------------------------------------------
	CSS STYLE FOR HOME PAGE CONTENT
--------------------------------------------------------*/

#subpage {
    margin: 20px 0;
}

#index-wrapper .row>.column {
    margin-top: 40px;
    margin-bottom: 40px;
}

#index-wrapper .row>.column hr {
    border-top: 1px solid #1E88E5;
    margin-top: 5px;
    margin-bottom: 30px;
}

#index-wrapper .row>.column h2 {
    background: #1565C0;
    padding: 7px 6px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.btn-cls {
    display: inline-block;
}

.btn-cls a {
    background: #B71C1C;
    border: 1px solid #871826;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
    padding: 5px 34px;
    display: inline-block;
}

.btn-cls a:hover {
    background: #EA2121;
    border: 1px solid #871826;
    text-decoration: none;
}


/* Recent News */

.news-header-wrap {
    background: #1565C0;
    padding: 7px 7px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.news-header-wrap h2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    background: transparent !important;
    padding: 0px !important;
    border: 0px !important;
}

svg#rss-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.news-item {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

h3.news-title {
    line-height: 22px;
    padding-bottom: 5px;
}

h3.news-title a {
    font-size: 20px;
    font-weight: normal;
    color: #4C4C4C;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

h3.news-title a:hover {
    color: #26305A;
    text-decoration: none;
}

.news-date {
    color: #6B6B6B;
    font-size: 17px;
    font-style: italic;
    padding-bottom: 5px;
}

.news-readmore {
    padding-top: 5px;
    padding-bottom: 10px;
}

.news-readmore a {
    color: #26305A;
    font-weight: 500;
    font-size: 16px;
}


/* Upcoming Events */

.event-content {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px;
}

.events-wrap {
    margin-top: 40px;
}

.event-date-wrap {
    width: 80px;
}

.event-month {
    background: #1565C0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 6px 0px;
}

.event-date {
    background: #26305A;
    text-align: center;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 6px 0px;
}

h3.event-title {
    padding-bottom: 10px;
    line-height: 20px;
}

a.ev-title-link {
    font-size: 17px;
    color: #4C4C4C;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

a.ev-title-link:hover {
    color: #26305A;
}

.events-readmore a {
    color: #26305A;
    font-size: 16px;
    font-weight: 500;
}


/* Membership */

.membership-inside {
    border: 1px solid #A8A8A8;
    padding: 15px 5px;
}

.membership-inside a {
    color: aliceblue;
    text-decoration: none;
}

.membership-inside h5 {
    color: #B71C1C;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.membership-inside img {
    display: inline-block;
    vertical-align: middle;
}

.mem-txt {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}

.mem1 {
    background: #AB0201;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    font-weight: bold;
    padding: 0px 5px;
}

.mem2 {
    background: #022565;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    font-weight: bold;
    padding: 0px 5px;
    margin-top: 3px;
    width: 86%;
}

.mem3 {
    background: #AB0201;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: bold;
    padding: 0px 5px;
    margin-top: 3px;
    line-height: 1.2;
    width: 90%;
}


/* Get Email Updates */

label {
    color: #4C4C4C;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

#email-updates-wrap .btn {
    background: #B71C1C;
    border: 1px solid #871826;
    padding: 5px 34px;
    border-radius: 2px;
    color: #fff;
    font-size: 20px;
}

#email-updates-wrap .btn:hover {
    background: #EA2121;
    border: 1px solid #871826;
}

#email-updates-wrap .col-sm-offset-2.col-sm-10 {
    width: 100%;
    margin: 0px !important;
    padding: 0px;
}

.news-wrap,
.special-announce-wrap,
.events-wrap,
.membership-wrap,
#email-updates-wrap,
#sponsors-wrap {
    margin-bottom: 50px;
}


/* Sponsors */

#sponsors-wrap .carousel {
    border: 1px solid #A8A8A8;
}

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

a.carousel-control.left,
a.carousel-control.right {
    color: #333333;
    text-shadow: none;
    font-family: 'Lato', Sans-serif;
    font-size: 46px;
    font-weight: 300;
    vertical-align: middle;
    top: 35%;
    opacity: 1;
}


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


/*--------------------------------------------------------------
						Modal Log In
--------------------------------------------------------------*/

.modal {
    overflow-y: visible;
}

.modal-dialog {
    max-width: 250px;
    margin: 50px auto;
}

.modal-content {
    background-color: #6BBAA7;
}

.modal-header {
    text-align: center;
    color: #fff;
}

.modal-header .close {
    font-size: 24px;
}

.modal-body {
    padding: 20px 25px;
}

#login input {
    width: 200px;
    height: 30px;
    border-radius: 5px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 1px solid #999;
    padding: 3px;
}

#login a {
    margin-bottom: 10px;
    display: block;
    color: #fff;
}

#login input:last-of-type {
    width: 100px;
    margin: none;
}

h6.modal-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

#login input {
    width: 200px !important;
    height: 30px;
    border-radius: 0px;
    margin: 0px auto;
    margin-bottom: 10px;
    border: none;
    padding-left: 5px;
}

#login input[type="submit"] {
    background: #6C648B;
    color: #fff;
}

#login input[type="submit"]:hover {
    background: #fff;
    color: #6C648B;
}


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

#footer-row {
    background: #26305A;
    color: #fff;
    padding: 38px 0px 22px 0px;
}

.footer-wrapper p {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.footer-wrapper p a {
    color: #fff;
}

.footer-wrapper strong,
.footer-wrapper a {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}


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


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


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


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

@media (max-width: 1200px) {
    .mission-wrap h1 {
        font-size: 30px;
    }
}

@media (min-width: 1000px) {
    .container {}
    .events-wrap {
        margin-top: 80px;
    }
    .membership-inside {
        text-align: center;
    }
}

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    .news-details {
        padding-left: 30px;
    }
    .event-details-wrap {
        padding-left: 15px;
    }
    .membership-inside {
        text-align: center;
    }
}

@media (max-width: 991px) {}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    .org-name h1 {
        font-size: 30px;
    }
    .mission-wrap h1 {
        font-size: 34px;
    }
    .membership-wrap h2,
    #email-updates-wrap h2,
    #sponsors-wrap h2 {
        font-size: 18px !important;
    }
    .membership-inside {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .container {}

    #header-center-wrap img {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .org-name {
        padding-top: 20px;
    }
    #right-side-wrap {
        margin-top: 25px;
        text-align: center;
        margin-bottom: 30px;
    }
    .slider-right-content {
        margin-top: 15px;
    }
    .news-details {
        margin-top: 15px;
    }
    .membership-inside {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {}
    .org-name {
        padding-top: 20px;
        text-align: center;
    }
    .org-name h1 {
        font-size: 30px;
    }
    .org-name p {
        font-size: 18px;
    }
    .slider-right-content {
        margin-top: 15px;
    }
    .mission-wrap h1 {
        font-size: 30px;
    }
    .news-details {
        margin-top: 15px;
    }
    .membership-inside {
        text-align: center;
    }
    .mem-txt {
        padding-top: 15px;
    }
}