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

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #394854;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: #394854;
    line-height: 25px;
    margin-bottom: 25px;
}

.container {}


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

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #253747;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
}

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

h1 {
    font-size: 40px;
    color: #2b3442;
    line-height: 50px;
}

h2 {
    font-size: 30px;
}

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

h4 {
    font-size: 20px;
}

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


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

a {
    color: #bd1622;
}

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


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

img {
    border: 0px;
}


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

.top-header-wrap {
    background: #253747;
}

#main-header img {
    width: 100%;
}

#logo-wrap svg {
    max-width: 100%;
    width: 403px;
    height: 86px;
}

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

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


/* Search Bar */

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

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

@media (max-width: 380px) {
    #search-input {
        max-width: 130px;
    }
}

.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: #dae4ea;
}

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

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

#search-input :-ms-input-placeholder {
    color: #dae4ea;
}

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

#search-input input {
    border: 0px;
    box-shadow: none;
    height: 27px;
    color: #dae4ea;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 10px;
}

#search-input button {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 4px 5px 0px;
    height: 27px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.input-group.search-input-wrap {
    border: 1px solid #4c6375;
    background: #304153;
    border-radius: 1px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 35px;
    margin-bottom: 15px;
    padding-left: 0px;
    width: 260px;
}

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

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

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


/* Login */

.login-wrap svg#login-icon,
.mobile-login svg#login-icon {
    width: 10px;
    height: 13px;
    margin-right: 3px;
    vertical-align: baseline;
}

.login-wrap a:hover svg#login-icon .cls-1,
.mobile-login a:hover svg#login-icon .cls-1 {
    fill: #fff !important;
}


/* Social - Mobile Menu Wrap */

.social-media-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-top: 8px;
}

.social-media-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.social-media-wrap ul>li {
    float: left;
    position: relative;
    display: block;
    margin-right: 8px;
}

.social-media-wrap svg {
    width: 29px;
    height: 29px;
    vertical-align: baseline;
    border: 1px solid #4c6375;
    background: #304153;
    border-radius: 1px;
}

.social-media-wrap svg .cls-1 {
    fill: #0D5EAF !important;
    stroke: #0D5EAF !important;
}

.social-media-wrap a:hover svg#fb-icon .cls-1,
.social-media-wrap a:hover svg#twitter-icon .cls-1,
.social-media-wrap a:hover svg#linkedin-icon .cls-1,
.social-media-wrap a:hover svg#ig-icon .cls-1 {
    fill: transparent !important;
    stroke: #0D5EAF !important;
}

.social-media-wrap a:hover svg#fb-icon .cls-2,
.social-media-wrap a:hover svg#twitter-icon .cls-2,
.social-media-wrap a:hover svg#linkedin-icon .cls-2,
.social-media-wrap a:hover svg#ig-icon .cls-2 {
    fill: #0D5EAF !important;
}


/*--------------------------------------------------------
					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: 50px;
    position: relative;
}

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

@media (min-width: 768px) and (max-width: 990px) {
    .slideshow-wrap {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .slideshow-wrap {
        margin-bottom: 20px;
    }
}

.slideshow-wrap .container {
    width: 100%;
    padding: 0;
}

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 990px) {
    .carousel-control.left {
        margin-left: 10px;
        bottom: auto;
        top: 23%;
    }
    .carousel-control.right {
        margin-right: 10px;
        bottom: auto;
        top: 23%;
    }
}

@media (max-width: 767px) {
    .carousel-control.left,
    .carousel-control.right {
        height: 34px;
        width: 34px;
    }
    .carousel-control.left {
        margin-left: 10px;
        bottom: auto;
        top: 20%;
    }
    .carousel-control.right {
        margin-right: 10px;
        bottom: auto;
        top: 20%;
    }
}

@media (max-width: 480px) {
    .carousel-control.left,
    .carousel-control.right {
        top: 10%;
    }
}

.carousel-control img {
    width: 11px;
    height: 19px;
    margin-top: 8px;
}

@media (max-width: 767px) {
    .carousel-control img {
        width: 6px;
        height: 14px;
        margin-top: 0px;
    }
}

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: transparent;
    left: auto;
    /*top: inherit;*/
    right: 0px;
    bottom: -122px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 190px;
}

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

@media (min-width: 768px) and (max-width: 990px) {
    .carousel-caption {
        background: #fff;
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 175px !important;
        border: none;
    }
}

@media (max-width: 767px) {
    .carousel-caption {
        background: #fff;
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        min-height: 215px !important;
        border: none;
    }
}

@media (max-width: 480px) {
    .carousel-caption {
        background: #fff;
        display: block;
        position: static;
        width: 100%;
        height: auto !important;
        border: none;
    }
}

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

@media (max-width: 1200px) {
    .caption-wrapper {
        max-width: 970px
    }
}

.caption-inside-wrap {
    background: #1e415e;
    border-radius: 2px;
    padding: 15px 50px 0px;
}

@media (max-width: 767px) {
    .caption-inside-wrap {
        padding: 10px 20px 5px;
    }
}

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

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

.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: 34px;
    font-weight: 600;
    display: block;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 3px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.25em;
    line-height: normal;
}

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

@media (max-width: 711px) {
    p.caption-text {
        max-height: 2.3em;
        line-height: 38px;
    }
}

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

@media (max-width: 424px) {
    p.caption-text {
        max-height: 3.2em;
        line-height: 36px;
    }
}

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

p.alt-text {
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 4px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.8em;
    line-height: 23px;
}

@media (min-width: 886px) and (max-width: 990px) {
    p.alt-text {
        max-height: 2.7em !important;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    p.alt-text {
        max-height: 4em;
    }
}

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

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

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

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

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

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

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

.slide-caption-btn {
    text-align: center;
    margin-bottom: 2px;
    display: none;
}

.slide-caption-btn a {
    background: #b1a367;
    border: 1px solid #b1a367;
    border-radius: 20px;
    color: #fff;
    padding: 9px 30px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.slide-caption-btn a:hover {
    color: #b1a367;
    border: 1px solid #b1a367;
    background: transparent;
}

#slide-inside-wrap {
    padding-bottom: 70px;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

@media (min-width: 768px) and (max-width: 990px) {
    #slide-inside-wrap {
        padding-bottom: 0px;
    }
    #slide-inside-wrap .caption-wrapper {
        padding: 0;
    }
}

@media (max-width: 767px) {
    #slide-inside-wrap {
        padding-bottom: 0px;
    }
    #slide-inside-wrap .caption-wrapper {
        padding: 0;
    }
}

.slideshow-wrap .carousel-inner {
    overflow: inherit;
}


/*----------------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-news-event-wrap {
    padding: 50px 0px;
}

@media (max-width: 480px) {
    #welcome-news-event-wrap {
        padding-top: 20px;
    }
}

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


/* Events */

#news-events-wrap h2 {
    margin-bottom: 10px;
}

.event-item {
    background: #fff;
    border: 1px solid #ccd7dd;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.event-date-wrap {
    border-bottom: 1px solid #dae4ea;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.event-month-date {
    display: inline-block;
    vertical-align: middle;
}

.event-month-date h3 {
    display: inline-block;
    color: #304153;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    vertical-align: super;
    padding-bottom: 0px;
}

.event-month-date h2 {
    display: inline-block;
    color: #304153;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-left: 15px;
    padding-bottom: 0px;
}

.event-day {
    display: inline-block;
    float: right;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: #50575b;
    padding-top: 8px;
}

h3.event-title {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #bd1622;
    padding-bottom: 0px;
}

a.ev-title-link {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #bd1622;
}

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

.btn-wrap {
    padding-top: 13px;
}

.btn-wrap a {
    background: #bd1622;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
}


/* News */

.news-item {
    background: #fff;
    border: 1px solid #ccd7dd;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.news-date-wrap {
    border-bottom: 1px solid #dae4ea;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.news-month-date {
    display: inline-block;
    vertical-align: middle;
}

.news-month-date h3 {
    display: inline-block;
    color: #304153;
    font-size: 23px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    vertical-align: super;
    padding-bottom: 0px;
}

.news-month-date h2 {
    display: inline-block;
    color: #304153;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-left: 15px;
    padding-bottom: 0px;
}

.news-day {
    display: inline-block;
    float: right;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    color: #50575b;
    padding-top: 8px;
}

h3.news-title {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #bd1622;
    padding-bottom: 0px;
}

a.news-title-link {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #bd1622;
}

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


/* Featured Boxes */

#featured-index-wrap {
    margin-top: 20px;
}

#featured-index-wrap img {
    width: 100%;
    margin: 0 auto;
}

.featured-btn {
    background: rgba(37, 55, 71, .8);
    width: 360px;
    text-align: center;
    position: relative;
    top: -43px;
    height: 43px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    cursor: pointer;
    margin: 0 auto;
}

.featured-btn a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}


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

#subpage {
    /* min-height: calc(100vh - 546px); */
    padding-top: 10px;
    padding-bottom: 10px;
}

#subpage h1 {
    padding-bottom: 5px;
}

#subpage h2,
#subpage h3 {
    padding-bottom: 10px;
}


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


/*--------------------------------------------------------------
                        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: 16px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}

#login input[type="submit"] {
    background: #bd1622;
    border: 1px solid #bd1622;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    border-radius: 0;
    font-family: 'Montserrat', 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: #bd1622;
    border: 1px solid #bd1622;
    text-decoration: none;
    color: #fff;
    outline: none;
}

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

#login a:hover,
#login a:focus {
    color: #bd1622;
}

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

h6.modal-title {
    color: #2b3442;
    font-size: 26px;
    font-weight: bold;
}


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

.footer-content-wrapper {
    background: #253747;
    color: #c5c6cc;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 35px 0px 10px;
    margin-top: 30px;
}

.footer-content-wrapper span {
    color: #fff;
    font-weight: 600;
}

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

.footer-content-wrapper p {
    color: #c5c6cc;
    font-size: 16px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .footer-content-wrapper p {
        text-align: center;
    }
}


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


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


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


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

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

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

@media (min-width: 990px) and (max-width: 1199px) {
    .container {}
    .event-month-date h3,
    .news-month-date h3 {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .container {}
    #top-header {
        text-align: left;
    }
}

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

@media (max-width: 480px) {
    .container {}
    h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .event-month-date h3,
    .news-month-date h3 {
        font-size: 16px;
    }
}


/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome,
    .div {}
}


/* Internet Browser */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #logo-wrap svg {}
}