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

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

p {
    font-size: 16px;
    color: #333333;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
    line-height: 24px;
}


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

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

h1 {
    font-size: 30px;
    color: #333333;
    font-weight: 900;
    margin-bottom: 30px;
}

h2 {
    font-size: 26px;
    color: #333333;
    font-weight: 900;
}

h3 {
    font-size: 20px;
    color: #008080;
    font-weight: normal;
}

h4 {
    font-size: ;
}

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


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

a {
    /*color: ;*/
    cursor: pointer;
}

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


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

img {
    border: 0px;
}

iframe {
    max-width: 100%;
    width: 100%;
}


/*--------------------------------------------------------
    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: #004787;
}

.modal-body #login input[type="text"],
.modal-body #login input[type="password"] {
    margin: 5px 0;
    color: #666666;
    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;
    font-weight: bold;
    padding: 5px 32px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #008080;
}

.modal-body #login a {
    float: left;
    width: 100%;
}

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


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

header {
    padding-top: 15px;
    padding-bottom: 30px;
}

#logo-wrap {
    margin-top: 20px;
}

#logo-wrap img {
    max-width: 100%;
}

#social-wrap {
    float: right;
    padding-bottom: 10px;
}

#social-wrap a {
    color: transparent;
}

#social-wrap a:hover,
#social-wrap a:active,
#social-wrap a:visited {
    text-decoration: none;
    color: transparent;
    outline: none;
}

svg#facebook {
    width: 38px;
    height: 38px;
}

svg#twitter {
    width: 38px;
    height: 38px;
}

svg#linkedin {
    width: 38px;
    height: 38px;
}

#right-buttons {
    float: right;
}

#search-wrap {
    float: right;
    margin-left: 5px;
}

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

input#q {
    float: left;
    width: 190px;
    border: none;
    padding: 8px 0 7px;
    color: #666666;
    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);
}

#search-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
}

#search-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

#search-wrap :-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}

#search-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}

#member-login {
    float: right;
    margin-left: 5px;
}

.btn-login {
    background-color: #0091C5;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-login:hover {
    color: #0091C5;
    background-color: #fff;
    border: 1px solid;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

#join-btn {
    float: right;
}

.btn-join {
    background-color: #008080;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.btn-join:hover {
    color: #008080;
    background-color: #fff;
    border: 1px solid;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}


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

nav {
    background-color: #004787;
}

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

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

.NP .nav .open>a,
.NP .nav .open>a:focus,
.NP .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #0CB5E2;
}

.NP .dropdown-menu {
    background-color: #004787;
    border: none;
    padding: 0 0 5px;
}

.NP .dropdown-menu>li>a {
    padding: 12px 20px;
    text-transform: capitalize !important;
    font-size: 16px !important;
}

.NP .dropdown-menu>li>a:focus,
.NP .dropdown-menu>li>a:hover {
    color: #004787;
}

ul.nav-tabs li ul.dropdown-menu a {
    color: #fff;
}

ul.nav-tabs li ul.dropdown-menu a:hover {
    background-color: #fff;
    color: #004787;
}

svg#burger {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

#mobile-toggle {
    text-align: right;
    margin-top: 7px;
}

#mobile-menu li.search-wrap {
    margin-top: 30px;
    margin-left: 8px;
    padding-bottom: 15px;
    float: left;
}


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


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

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

.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: #003366;
    background: rgba(0, 51, 102, 0.50);
    padding: 20px 15px 30px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: initial;
    height: 145px;
    width: 100%;
    text-align: left;
    text-shadow: none;
}

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

.carousel-btn {
    float: left;
    margin-top: 10px;
}

.carousel-caption p.caption-text {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 33px;
    display: block;
    color: white;
    margin-bottom: 0;
}

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

.carousel-indicators {
    display: none;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-btn a {
    color: #ffffff;
    background-color: #004787;
    padding: 10px 17px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
    font-weight: bold;
}

.carousel-btn a:hover {
    color: #004787;
    background-color: #fff;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}


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

#section-1,
#section-2 {
    padding-top: 30px;
}

#welcome-wrap img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.fb-page {
    margin-top: 60px;
}

#events-feed {
    padding-top: 10px;
}

#events-feed table {
    text-align: right;
    width: 100%;
}

#event-item {
    -webkit-box-shadow: 5px 0 5px 0 rgba(102, 102, 102, .10);
    box-shadow: 5px 0 5px 0 rgba(102, 102, 102, .20);
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: 30px;
    border: 1px solid #f5f5f5;
    padding-left: 14px;
    padding-right: 10px;
    padding-top: 0;
}

.evr-submit {
    background: #DD4B39 !important;
    color: #FFFFFF !important;
}

h3.event-title {
    margin-top: 25px;
    margin-bottom: 5px;
}

a.ev-title-link,
a.news-title-link {
    color: #008080;
    text-transform: uppercase;
}

p.event-date {
    margin-bottom: 0;
    line-height: 18px;
}

p.event-add {
    margin-bottom: 0;
    line-height: 18px;
}

p.event-desc {
    margin-top: 20px;
    line-height: 24px;
}

.event-btn {
    padding-bottom: 30px;
}

.btn-learn {
    background-color: #004787;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 16px;
}

.btn-learn:hover {
    color: #004787;
    background-color: #fff;
    border: 1px solid;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

.carousel-btn span.glyphicon.glyphicon-chevron-right,
.event-btn span.glyphicon.glyphicon-chevron-right {
    border-left: 1px solid;
    padding: 3px;
    margin-left: 10px;
}

.carousel-btn .glyphicon-chevron-right:before,
.event-btn .glyphicon-chevron-right:before {
    content: "\e080";
    margin-left: 7px;
    font-size: 14px;
    position: relative;
    top: -1px;
}

.carousel-control {
    width: 7%;
    text-shadow: none;
    color: rgba(35, 31, 32, 0.20);
    opacity: inherit;
}

.carousel-control .glyphicon {
    font-weight: bold;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    font-size: 35px;
    margin-top: -50px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 65%;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 65%;
}

#events-feed h2,
#news-feed h2 {
    text-transform: uppercase;
}

#events-feed a.view-all,
#news-feed a.view-all {
    text-transform: uppercase;
    color: #008080;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 3px;
    border: 1px solid #008080;
}

#events-feed a.view-all {
    margin-top: 5px;
    float: right;
}

#events-feed a.view-all:hover,
#news-feed a.view-all:hover {
    background-color: #008080;
    color: #fff !important;
    text-decoration: none;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}

#news-feed {
    padding-bottom: 30px;
}

#news-item {
    float: left;
    margin: 5px 0;
}

#news-feed .dash {
    padding-bottom: 20px;
}

#news-feed a.view-all {
    margin-top: 25px;
    float: left;
}

#news-item p.date {
    margin-bottom: 10px;
}

.dash {
    float: left;
    width: 100%;
}

.dash::after {
    content: '';
    -webkit-box-shadow: 0 5px 0 0 #333333 inset;
    box-shadow: 0 5px 0 0 #333333 inset;
    width: 67px;
    height: 5px;
    margin-top: 10px;
    float: left;
}

#fb-feed {
    padding-top: 5px;
    padding-bottom: 5px;
}

.fb-page,
.fb-page iframe[style],
.fb-page span {
    width: 100% !important;
}


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


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

footer {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #004787;
}

footer p,
footer a,
footer a:hover {
    color: #fff;
    margin-bottom: 0;
}

#credits {
    text-align: right;
}


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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    h1 {
        font-size: 28px;
    }
    #logo-wrap img {
        width: 455px;
    }
    #nav-wrap {
        display: none;
    }
    #searchbox {
        width: 210px;
    }
    input#q {
        width: 150px;
    }
    .mobile-join,
    .mobile-login {
        display: none;
    }
    .btn-login {
        padding-left: 18px;
        padding-right: 18px;
    }
    .btn-join {
        padding-left: 20px;
        padding-right: 20px;
    }
    .news-img img {
        margin-top: 50px;
    }
    .fb-page,
    .fb-page iframe[style],
    .fb-page span {
        width: 293px !important;
        position: inherit !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {}
    h1 {
        font-size: 28px;
    }
    header {
        padding-bottom: 15px;
    }
    #logo-wrap {
        margin-top: 0;
    }
    #logo-wrap img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #social-wrap {
        text-align: center;
        float: none;
    }
    #nav-wrap {
        display: none;
    }
    #right-buttons {
        display: none;
    }
    .carousel-caption {
        position: relative;
        background-color: #003366;
        height: auto;
    }
    .carousel-caption p.caption-text {
        font-size: 26px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -110px;
    }
    #event-item {
        margin-bottom: 0;
    }
    .event-btn {
        padding-bottom: 20px;
    }
    #events-feed a.view-all {
        margin-top: 20px;
        float: left;
    }
    .news-img img {
        margin-top: 50px;
    }
    #facebook-feed {
        margin-top: 30px;
    }
    .fb-page,
    .fb-page iframe[style],
    .fb-page span {
        width: 100% !important;
        position: inherit !important;
        margin: auto !important;
        display: block !important;
    }
    footer p,
    footer a {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .container {}
    h1 {
        font-size: 28px;
    }
    header {
        padding-bottom: 15px;
    }
    #logo-wrap {
        margin-top: 0;
    }
    #logo-wrap img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 450px;
    }
    #social-wrap {
        text-align: center;
        float: none;
    }
    #nav-wrap {
        display: none;
    }
    #right-buttons {
        display: none;
    }
    .carousel-caption {
        position: relative;
        background-color: #003366;
        height: auto;
        padding: 20px 0 30px;
    }
    .carousel-caption p.caption-text {
        font-size: 26px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -115px;
        font-size: 20px;
    }
    #welcome-wrap img {
        width: 42%;
    }
    #event-item {
        margin-bottom: 0;
    }
    .event-btn {
        padding-bottom: 20px;
    }
    #events-feed a.view-all {
        margin-top: 20px;
        float: left;
    }
    .news-img img {
        margin-top: 50px;
    }
    .fb-page {
        margin-top: 30px;
    }
    .fb-page,
    .fb-page iframe[style],
    .fb-page span {
        width: 100% !important;
        position: inherit !important;
    }
    footer p,
    footer a {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {}
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 24px;
    }
    header {
        padding-bottom: 15px;
    }
    #logo-wrap {
        margin-top: 0;
    }
    #logo-wrap img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #social-wrap {
        text-align: center;
        float: none;
    }
    #nav-wrap {
        display: none;
    }
    #right-buttons {
        display: none;
    }
    .carousel-caption {
        position: relative;
        background-color: #003366;
        height: auto;
    }
    .carousel-caption p.caption-text {
        font-size: 22px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -115px;
        font-size: 20px;
    }
    #welcome-wrap img {
        width: 50%;
    }
    #event-item {
        margin-bottom: 0;
    }
    .event-btn {
        padding-bottom: 20px;
    }
    #events-feed a.view-all {
        margin-top: 20px;
        float: left;
    }
    #news-item {
        margin: 5px 0 20px;
    }
    .news-details {
        width: 100%;
    }
    .news-img img {
        margin-top: 0;
    }
    .news-img {
        width: 100%;
    }
    .fb-page {
        margin-top: 30px;
    }
    .fb-page,
    .fb-page iframe[style],
    .fb-page span {
        width: 100% !important;
        position: inherit !important;
    }
    footer p,
    footer a {
        text-align: center;
    }
}