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

body {
    background: url(../images/body-wrap.png) no-repeat;
    background-size: cover;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #3d3d3d;
}

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

.body-wrap {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    max-width: 1170px;
    margin: 0 auto;
}

.container {}


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

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #2e5c8a;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4,
h5 a {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-size: 30px;
    color: #2e5c8a;
}

h2 {
    font-size: 26px;
    color: #2e5c8a;
}

h3 {
    font-size: 24px;
    color: #2e5c8a;
}

h4 {
    font-size: 20px;
}

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


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

a {
    color: ;
    font-family: 'Lato', sans-serif;
    outline: none;
}

a:hover,
a:focus {
    color: ;
    text-decoration: underline;
}


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

img {
    border: 0px;
}


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

#main-header {
    padding: 10px 0px;
}

#logo-wrap svg {
    max-width: 100%;
    width: 385px;
}

#right-side-wrap {
    text-align: right;
    margin-top: 45px;
}

@media (min-width: 768px) and (max-width: 990px) {
    #right-side-wrap {
        margin-top: 25px;
    }
}

@media (max-width: 480px) {
    #right-side-wrap {
        margin-top: 50px;
    }
}

@media (max-width: 360px) {
    #right-side-wrap {
        margin-top: 30px;
    }
}


/* Search Bar */

#search-login-wrap {
    display: inline-block;
}

#search-input {
    max-width: 230px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}

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

#search-input ::-webkit-input-placeholder {
    color: #8f9396;
}

#search-input :-moz-placeholder {
    /* Firefox 18- */
    color: #8f9396;
}

#search-input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #8f9396;
}

#search-input :-ms-input-placeholder {
    color: #8f9396;
}

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

#search-input input {
    border: 0px;
    box-shadow: none;
    height: 33px;
    color: #8f9396;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding: 0px 10px;
}

#search-input button {
    background: transparent;
    border: 1px solid #bcd0d3;
    box-shadow: none;
    border: 0;
    color: #8f9396;
    padding: 0px 10px;
    height: 33px;
    border-radius: 0px;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.input-group.search-input-wrap {
    border: 1px solid #bcd0d3;
    background: #fff;
    border-radius: 2px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 0px;
    width: 238px;
}

.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 37px;
    color: #8f9396;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    padding: 0px 12px;
}

.mobile-search-wrap button {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #8f9396;
    padding: 0px 10px;
    height: 37px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.mobile-search-wrap button:hover {
    background: transparent;
}


/* Member Login */

#login-wrap {
    display: inline-block;
    vertical-align: middle;
}

#login-wrap a {
    background: #2e5c8a;
    border: 1px solid #2e5c8a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 15px;
    font-family: 'Lato', sans-serif;
    border-radius: 2px;
}

#login-wrap a:hover,
#login-wrap a:focus {
    background: transparent;
    border: 1px solid #2e5c8a;
    text-decoration: none;
    color: #2e5c8a;
}


/* Mobile Member Login */

li.mobile-login {
    margin-top: 15px;
}

.mobile-login a {
    background: #2e5c8a !important;
    border: 1px solid #2e5c8a !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 19px !important;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
    width: 143px !important;
    text-align: center;
}

.mobile-login a:hover,
.mobile-login a:focus {
    background: transparent !important;
    border: 1px solid #2e5c8a !important;
    text-decoration: none;
    color: #2e5c8a !important;
}

svg#burger-menu {
    width: 33px;
    height: 20px;
}

.mobile-search-menu {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 990px) {
    .mobile-search-menu {
        margin-top: 25px;
    }
}


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

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

.nav>li>a:hover,
.nav>li>a:focus {}


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


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


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

.slideshow-wrap {
    margin-bottom: 40px;
}

.slideshow-wrap img {
    width: 100%;
}

.slideshow-wrap a {
    text-decoration: none;
    color: #fff;
}

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

.carousel-control {
    margin: auto 0px;
    display: none;
}

.carousel-control.left {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    background: rgba(0, 167, 81, .5);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-left: 15px;
}

.carousel-control.right {
    height: 46px;
    width: 46px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Lato', sans-serif;
    background: rgba(0, 167, 81, .5);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 2px solid #fff;
    border-radius: 30px;
    margin-right: 15px;
}

.carousel-control img {
    width: 13px;
    height: 21px;
    margin-top: 11px;
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(46, 92, 138, .8);
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 767px) {
    .carousel-caption {
        background: rgba(46, 92, 138, .8);
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 220px !important;
        border: none;
    }
}

@media (max-width: 480px) {
    .carousel-caption {
        height: auto !important;
        min-height: 220px !important;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 360px) {
    .carousel-caption {
        height: auto !important;
        min-height: 310px !important;
    }
}

.carousel-wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1000px) {
    .carousel-wrap {
        padding-right: 50px;
        padding-left: 50px;
    }
}

.carousel-indicators {
    display: none;
    bottom: 15px;
    text-align: center;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
}

.carousel-indicators li {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-left: 8px;
    border-radius: 20px;
}

.carousel-indicators .active {
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background: #00a751;
    border: 1px solid #fff;
}

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

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

p.caption-text {
    font-size: 26px;
    font-weight: bold;
    display: block;
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.25em;
    line-height: normal;
    text-shadow: none;
    text-align: center;
}

@media (max-width: 767px) {
    p.caption-text {
        max-height: 2.25em;
    }
}

@media (max-width: 480px) {
    p.caption-text {
        max-height: 3.9em;
    }
}

p.alt-text {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    margin-bottom: 0px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 22px;
    text-shadow: none;
    text-align: center;
}

@media (max-width: 767px) {
    p.alt-text {
        max-height: 6.8em;
    }
}

@media (max-width: 480px) {
    p.alt-text {
        max-height: 10.8em;
    }
}

.carousel-caption a {
    display: none;
}

.carousel-caption a:hover {
    color: #4B9699;
    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 ----*/


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


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


/* Welcome */

#welcome-section-wrap {
    margin-top: 10px;
    margin-bottom: 50px;
}

#welcome-section-wrap h1 {
    padding-bottom: 25px;
}

#welcome-section-wrap p {
    line-height: 24px;
    margin: 0 0 20px;
}


/* Quick Links */

#quicklinks-wrap h2 {
    margin-bottom: 15px;
}

#quicklinks-wrap ul {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}

#quicklinks-wrap ul li,
#quicklinks-wrap ul li a {
    color: #3d3d3d;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    list-style: none;
    padding-left: 0px;
    text-decoration: none;
}

#quicklinks-wrap ul li a:hover {
    color: #ce7b30;
}

#quicklinks-wrap ul li:before {
    content: url("../images/quicklink-img.png");
    display: block;
    left: -1.2em;
    position: relative;
    width: 8px;
    height: 8px;
    cursor: pointer;
    top: 0.6em;
}


/* News */

.news-details {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .news-details {
        padding-left: 15px;
    }
    .news-image {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .news-details {
        padding-left: 45px;
    }
}

.date {
    color: #4482ad;
    font-size: 14px;
    padding-bottom: 5px;
}

.news-item h4 {
    font-weight: normal;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    padding-bottom: 5px;
}

a.news-title-link {
    color: #2e5c8a;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
}

a.news-title-link:hover {
    text-decoration: underline;
}

.news-item {
    border-bottom: 1px solid rgba(179, 190, 198, .25);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#news-section-wrap .news-item:last-child {
    border-bottom: 0px;
}

#news-section-wrap h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.news-btn {
    margin-top: 40px
}

.news-btn a {
    background: #2e5c8a;
    border: 1px solid #2e5c8a;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 17px;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
}

.news-btn a:hover,
.news-btn a:focus {
    background: transparent;
    border: 1px solid #2e5c8a;
    text-decoration: none;
    color: #2e5c8a;
}


/* YT Video */

.feat-video-wrapper {
    margin-top: 75px;
}

@media (max-width: 767px) {
    .feat-video-wrapper {
        margin-top: 0px;
    }
}

.feat-video-wrapper iframe {
    max-width: 360px;
    height: 312px;
}

@media (max-width: 767px) {
    .feat-video-wrapper iframe {
        max-width: 100%;
    }
}


/* Events */

#events-section-wrap h2 {
    margin-bottom: 8px;
}

#events-section-wrap h2 a:hover {
    color: #4d996f;
}

#events-wrap {
    margin-bottom: 30px;
}

#events-wrap h2 {
    padding-bottom: 20px;
}

#events-wrap .view-txt a {
    color: #0E4CA1;
    font-size: 16px;
}

.event-content {
    margin: 20px 0px;
    background: #f7fbfc;
    border: 1px solid #cad6dd;
}

.event-date-wrap {
    background: #7494af;
    border: 1px solid #7494af;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    max-width: 71px;
    margin-right: 10px;
    padding: 8px 0px 20px;
    text-align: center;
}

.event-details-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 85px);
    width: -webkit-calc(100% - 85px);
    width: -moz-calc(100% - 85px);
    padding: 5px 0px;
}

.event-month {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

.event-date {
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    padding-top: 5px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}

h3.event-title {
    font-weight: normal;
    padding-bottom: 0px;
    line-height: 18px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.85em;
}

a.ev-title-link {
    color: #2e5c8a;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}

a.ev-title-link:hover {
    color: #2e5c8a;
    text-decoration: underline;
}

p.event-blurb {
    padding-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}


/* Quick Links */

#quicklinks-section-wrap {
    margin-top: 50px;
    margin-bottom: 20px;
}

.quick-inside-wrap {
    background: #fff;
    text-align: center;
    padding: 35px 20px;
    border-bottom: 4px solid #7494af !important;
    border: 1px solid #7494af;
    margin-bottom: 20px;
}

.quick-inside-wrap:hover {
    border-bottom: 4px solid #2e5c8a!important;
    border: 1px solid #2e5c8a;
    -webkit-box-shadow: 5px 0 20px -2px rgba(0, 0, 0, .2);
    box-shadow: 5px 0 20px -2px rgba(0, 0, 0, .25);
}

.quick-inside-wrap a {
    font-size: 22px;
    color: #2e5c8a;
}

.quick-inside-wrap a:hover {
    text-decoration: none;
}


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

#subpage {
    min-height: calc(100vh - 328px);
    padding-top: 30px;
    padding-bottom: 40px;
}


/*--------------------------------------------------------
    CSS STYLE FOR MMS PAGES
--------------------------------------------------------*/

#mheader_5_wrapper {
    background: #fff;
}


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

.modal {
    overflow-y: visible;
}

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

.modal-header {
    text-align: center;
}

.modal-body {
    padding: 15px 23px;
}

#login input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #bcd0d3;
    border-radius: 2px;
}

#login input[type="submit"] {
    background: #2e5c8a !important;
    border: 1px solid #2e5c8a !important;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 6px 20px;
    height: auto;
}

#login input[type="submit"]:hover,
#login input[type="submit"]:focus {
    background: #fff !important;
    border: 1px solid #2e5c8a !important;
    text-decoration: none;
    color: #2e5c8a !important;
    outline: none;
}

#login a {
    color: #4482ad;
    display: block;
    margin-left: 15px;
    font-size: 14px;
    padding-bottom: 10px;
    text-decoration: underline;
}

#login a:hover,
#login a:focus {
    color: #4482ad;
}

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

h6.modal-title {
    color: #2e5c8a;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
}


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

.footer-content-wrapper {
    background: #2e5c8a;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 22px;
    padding: 32px 0px 20px;
    margin-top: 20px;
}

.footer-content-wrapper a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.footer-content-wrapper p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

.social-menu-inside-wrap {
    float: right;
}

@media (max-width: 767px) {
    .social-menu-inside-wrap {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
}

.social-menu-inside-wrap ul {
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-menu-inside-wrap ul>li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}

.social-menu-inside-wrap svg {
    width: 44px;
    height: 44px;
}


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


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


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


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

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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    .quick-inside-wrap a {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
}

@media (max-width: 767px) {
    .container {}
    #news-section-wrap {
        margin-top: 50px;
    }
    #events-section-wrap {
        margin-top: 50px;
    }
    .text-left {
        text-align: center;
    }
}

@media (min-width: 560px) and (max-width: 990px) {
    #quicklinks-section-wrap .col-xs-12 {
        width: 33.33333333%;
    }
    .quick-inside-wrap {
        min-height: 170px;
    }
}

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


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    .event-details-wrap {
        width: 76%;
    }
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #logo-wrap svg {
        width: 385px;
        height: 86px;
    }
}

grammarly-btn {
    display: none;
}