/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #363e47;
}
p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #363e47;
}
.container{

}
.body-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}


/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    color: #292728;
	margin: 0px;
	padding: 0px;
    padding-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 , h5 a {
    font-family: 'Crimson Text', serif;
}

h1 {
    font-size: 44px;
    color: #292728;
}
h2 {
    font-size: 24px;
    color: #292728;
}
h3 {
    font-size: 22px;
    color: #292728;
}
h4 {
    font-size: 20px;
}

h1.title{
	margin-top: 15px;
}
h1.title:empty {
    display: none;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: #b73943;
	font-family: 'Poppins', sans-serif;
}
a:hover, a:focus{
	color: ;
    text-decoration: underline;
}


/*--------------------------------------------------------
	IMAGES, Objects
--------------------------------------------------------*/
img {
	border: 0px;
}

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

header#main-header {
    background: #fff;
     -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border-bottom: 2px solid #45727c;

    position: sticky;
    top: 0;
    z-index: 1;
    /* height: 183px; */
}
    /*Target just IE*/
    @media screen and (min-width:0\0) {
        header#main-header {
            position: fixed;
            width: 100%;
        }
        main {
            margin-top: 183px;
        }
    }
#top-header-wrap {
    background: #fff;
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 135px;
    padding: 25px 0px;
}  
    @media (min-width: 768px) and (max-width: 990px) {
        #top-header-wrap {
            height: auto;
            padding: 0px;
        }
    }
    @media (max-width: 767px) {
        #top-header-wrap {
            height: auto;
        }
    }


#logo-wrap svg {
    width: 379px;
    height: 77px;
    vertical-align: middle;
    max-width: 100%;
}

#right-side-wrap {
    text-align: right;
    margin: 23px 0px;
}


/* Mobile SVG burger menu */

svg#burger-menu {
    width: 30px;
    height: 22px;
}
.mobile-menu-wrap {
    display: inline-block;
    vertical-align: middle;
}





/* Search Bar */

#search-input {
    max-width: 260px;
    display: inline-block;
    vertical-align: middle;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        #search-input {
            max-width: 240px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        #search-input {
            max-width: 200px;
        }
    }
.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}7
#search-input ::-webkit-input-placeholder {
   color: #515151;
}

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

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

#search-input :-ms-input-placeholder {  
   color: #515151;  
}
.icon-search:before {
    content: url("../images/search-icon.png");
}
#search-input input {
    border: 0px;
    box-shadow: none;
    height: 35px;
    color: #515151;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 0px 10px;
    background: #fff;
    border-radius: 16px;
}
#search-input button {
    background: #759ba7;
    border: 1px solid #759ba7;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 35px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.input-group.search-input-wrap {
    border: 1px solid #bacace;
    background: #fff;
    border-radius: 2px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-top: 25px;
    margin-bottom: 5px;
    padding-left: 0px;
    width: 260px;
    border-bottom: 0px !important;
}
.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 33px;
    color: #222e3f;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    padding: 0px 15px;
    background: #fff;
    border-radius: 16px;
}
.mobile-search-wrap button {
    background: #759ba7;
    border: 1px solid #b6d6db !important;
    box-shadow: none;
    border: 0;
    color: #fff;
    padding: 0px 10px;
    height: 33px;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.mobile-search-wrap button:hover {
    background: transparent !important;
}
.mobile-search-wrap .input-group.search-input-wrap {
    border: transparent;
}


/* Join and Donate */

.join-wrap, .donate-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}
.join-wrap a, .donate-wrap a {
    background: #62909b;
    border: 1px solid #759ba7;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 23px 9px;
    border-radius: 2px;
    text-decoration: none;
}
.join-wrap a:hover, .join-wrap a:focus, .donate-wrap a:hover, .donate-wrap a:focus {
    background: #45727c;
    border: 1px solid #45727c;
}

/* Mobile Join and Donate */

li.mobile-join-wrap, li.mobile-donate-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 7px;
    border-bottom: 0px !important;
}
    @media (max-width: 767px) {
        li.mobile-join-wrap, li.mobile-donate-wrap {
            display: inline-block !important;
        }
    }
li.mobile-join-wrap a, li.mobile-donate-wrap a {
    background: #62909b;
    border: 1px solid #fff;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 23px 9px !important;
    border-radius: 2px;
    text-decoration: none;
}
li.mobile-join-wrap a:hover, li.mobile-donate-wrap a:hover {
    background: #45727c;
    color: #fff !important;
}




/* Member Login */

.signin-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.signin-wrap a {
    background: #a11d22;
    border: 1px solid #b73943;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 31px 9px 25px;
    border-radius: 2px;
    text-decoration: none;
}
.signin-wrap a:hover, .signin-wrap a:focus {
    background: #b73943;
    border: 1px solid #b73943;
    color: #fff;
    text-decoration: none;
}
.signin-wrap a:after {
    content: url(../images/member-icon.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 3px;
}


/* Mobile Member Log In */

li.mobile-login {
    border-bottom: 0px !important;
    margin-top: 25px;
}
li.mobile-login a {
    background: #a11d22;
    border: 1px solid #b73943;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 31px 9px 25px !important;
    border-radius: 2px;
    text-decoration: none;
    max-width: 175px;
}
li.mobile-login a:hover, li.mobile-login a:focus {
    background: #b73943;
    border: 1px solid #b73943;
    color: #fff !important;
    text-decoration: none;
}
li.mobile-login a:after {
    content: url(../images/member-icon.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 3px;
}



/*--------------------------------------------------------
					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 .container {
    width: 100%;
}
.slideshow-wrap img {
    width: 100%;
}
.slideshow-wrap [class*="col-"] {
    padding: 0;
}
.slideshow-wrap a {
    text-decoration: none;
}
.carousel-control {
    margin: auto 0px;
}
.carousel-control.left:hover, .carousel-control.right:hover {
    background: rgba(98,144,155,1);
}
.carousel-control.left {
    height: 35px;
    width: 35px;
    color: #fff;
    top: 0px;
    left: auto;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
    background: rgba(98,144,155,.5);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: 0px;
}
.carousel-control.right {
    height: 35px;
    width: 35px;
    color: #fff;
    top: 0px;
    left: auto;
    right: 0px;
    line-height: normal;
    bottom: 0;
    margin: auto;
    opacity: 1;
    text-shadow: none;
    font-family: 'Poppins', sans-serif;
    background: rgba(98,144,155,.5);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: 0px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .carousel-control.left, .carousel-control.right {
            bottom: 25%;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-control.left, .carousel-control.right {
            bottom: 30%;
        }
    }
    @media (max-width: 767px) {
        .carousel-control.left {
            top: 20px;
            left: auto;
            right: 20%;
            bottom: auto;
        }
        .carousel-control.right {
            margin-right: 15px;
            bottom: auto;
            top: 20px;
        }
    }
    
.carousel-control img {
    width: 8px;
    height: 16px;
    margin-top: 2px;
}
    @media (max-width: 767px) {
        .carousel-control img {
            width: 5px;
            height: 11px;
            margin-top: -3px;
        }
    }

.carousel-caption {
    position: absolute;
    z-index: 100;
    background: rgba(54, 62, 71, .7);
    left: auto;
    top: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 100px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 200px !important;
            border: none;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 225px !important;
            border: none;
        }
    }
    @media (max-width: 640px) {
        .carousel-caption {
            min-height: 250px !important;
        }
    }
    @media (max-width: 510px) {
        .carousel-caption {
            min-height: 270px !important;
        }
    }
    @media (max-width: 480px) {
        .carousel-caption {
            min-height: 350px !important;
        }
    }

.caption-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}   
.carousel-indicators {
    bottom: 15px;
    text-align: left;
    z-index: 102;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
    padding-left: 7px;
    display: none;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 0 auto;
    margin-left: 8px;
}
.carousel-indicators .active {
    background: transparent;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: #ff9999;
    border: 1px solid #fff;
    border-radius: 20px;
}


@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: 20px;
    font-weight: 500;
    display: block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    margin-bottom: 3px;
    word-wrap: break-word;
    line-height: normal;
}
p.caption-text strong {
    font-size: 20px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

p.alt-text {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-bottom: 30px;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.5em;
    line-height: 22px;
    display: none;
}

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

.caption-text-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 74%;
}
.caption-btn-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    float: right;
    text-align: right;
    margin-top: 15px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .caption-text-wrap {
            width: 64%;
        }
        .caption-btn-wrap {
            width: 35%;
        }
    }

.caption-btn-wrap a {
    background: #62909b;
    border: 1px solid #62909b;
    color: #fff;
    padding: 20px 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
}


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

.btn-wrap {
    text-align: center;
    margin-top: 25px;
}
.btn-wrap a {
    background: #a11d22;
    color: #fff;
    border-radius: 1px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    padding: 14px 42px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #b73943;
}
.btn-wrap a:hover, .btn-wrap a:focus {
    background: #b73943;
    border: 1px solid #b73943;
}

/* Upcoming Events */

.event-outside-wrap {
    background-image: url(../images/events-wrap.png);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 65px;
    position: relative;
    /* opacity: 0.65; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 2px solid rgb(117, 155, 167);
}
    @media (max-width: 767px) {
        .event-outside-wrap { 
            background-size: auto;
            background-repeat: repeat;
        }
    }
#events-section-wrap {
    margin-bottom: 50px;
}
.event-out-wrap {
    margin-bottom: 45px;
}
#events-section-wrap h1 {
    color: #292728;
    text-align: center;
    margin-bottom: 25px;
}
    @media (max-width: 767px) {
        #events-section-wrap h1 {
            font-size: 38px;
        }
    }
    @media (max-width: 400px) {
        #events-section-wrap h1 {
            font-size: 28px;
        }
    }
#events-section-wrap h1:before {
    content: " ";
    border: 1px solid #62909b;
    margin-bottom: 15px;
    display: inline-block;
    width: 33.333%;
    margin-right: 35px;
}
#events-section-wrap h1:after {
    content: " ";
    border: 1px solid #62909b;
    margin-bottom: 15px;
    display: inline-block;
    width: 33.333%;
    margin-left: 35px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        #events-section-wrap h1:before {
            width: 28.333%;
        }
        #events-section-wrap h1:after {
            width: 28.333%;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        #events-section-wrap h1:before {
            width: 23.333%;
            margin-right: 20px;
        }
        #events-section-wrap h1:after {
            width: 23.333%;
            margin-left: 20px;
        }
    }
    @media (max-width: 767px) {
        #events-section-wrap h1:before {
            width: 20.333%;
            margin-right: 20px;
        }
        #events-section-wrap h1:after {
            width: 20.333%;
            margin-left: 20px;
        }
    }
    @media (max-width: 580px) {
        #events-section-wrap h1:before {
            width: 15.333%;
            margin-right: 15px;
        }
        #events-section-wrap h1:after {
            width: 15.333%;
            margin-left: 15px;
        }
    }
    @media (max-width: 480px) {
        #events-section-wrap h1:before {
            margin-bottom: 5px;
            width: 10.333%;
            margin-right: 5px;
        }
        #events-section-wrap h1:after {
            margin-bottom: 5px;
            width: 10.333%;
            margin-left: 5px;
        }
    }
.event-img-wrap {
    min-width: 360px;
    min-height: 240px;
    max-width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: auto;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        .event-img-wrap {
            min-width: 290px;
            min-height: 330px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        .event-img-wrap {
            min-width: 220px;
            min-height: 400px;
        }
    }
     @media (max-width: 420px) {
        .event-img-wrap {
            min-width: 100%;
            min-height: 300px;
        }
    }
#events-section-wrap .events-outside-wrap:first-child .event-img-wrap {
    background-image: url(../images/events-0001.jpg);
}
#events-section-wrap .events-outside-wrap:nth-child(2) .event-img-wrap {
    background-image: url(../images/events-0002.jpg);
}
#events-section-wrap .events-outside-wrap:nth-child(3) .event-img-wrap {
    background-image: url(../images/events-0003.jpg);
}
#events-section-wrap .event-img-wrap img {
    max-width: 100%;
    margin: 0 auto;
}
#events-section-wrap .event-details-wrap {
    background: rgba(33,44,56,.85);
    min-width: 360px;
    position: relative;
    margin-top: -240px;
    bottom: auto;
    line-height: 16px;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 24px 33px; 
    min-height: 240px;
    width: 100%;
    height: auto;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        #events-section-wrap .event-details-wrap {
            min-width: 290px;
            min-height: 330px;
            margin-top: -330px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        #events-section-wrap .event-details-wrap {
            min-width: 220px;
            min-height: 400px;
            margin-top: -400px;
        }
    }
    @media (max-width: 420px) {
        #events-section-wrap .event-details-wrap {
            min-width: 100%;
            min-height: 300px;
            margin-top: -300px;
        }
    }

#events-section-wrap .event-details-wrap:hover, #events-section-wrap .event-details-wrap:focus {
    background: rgba(69,114,124, 0.9);
    cursor: pointer;
}
.event-date {
    color: #fff;
    margin-bottom: 15px;
}
.event-date img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.event-date span {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}
.event-date span:after {
    content: " ";
    border: 0.1px solid rgba(199,207,211,0.5);
    margin-bottom: 5px;
    display: inline-block;
    width: 45%;
    margin-left: 15px;
}
a.ev-title-link {
    color: #ffffff;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    line-height: 27px;
    display: inline-block;
}
a.ev-title-link:hover {
    text-decoration: underline;
    color: #fff;
}
p.event-blurb {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0px;

}


/* Recent News */

#news-section-wrap {
    padding-bottom: 35px;
    padding-top: 50px;
}
#news-section-wrap h1 {
    color: #292728;
    text-align: center;
    margin-bottom: 35px;
}
    @media (max-width: 767px) {
        #news-section-wrap h1 {
            font-size: 38px;
        }
    }
    @media (max-width: 400px) {
        #news-section-wrap h1 {
            font-size: 28px;
        }
    }
#news-section-wrap h1:before {
    content: " ";
    border: 1px solid #62909b;
    margin-bottom: 15px;
    display: inline-block;
    width: 33.333%;
    margin-right: 35px;
}
#news-section-wrap h1:after {
    content: " ";
    border: 1px solid #62909b;
    margin-bottom: 15px;
    display: inline-block;
    width: 33.333%;
    margin-left: 35px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        #news-section-wrap h1:before {
            width: 23.333%;
            margin-right: 20px;
        }
        #news-section-wrap h1:after {
            width: 23.333%;
            margin-left: 20px;
        }
    }
    @media (max-width: 767px) {
        #news-section-wrap h1:before {
            width: 20.333%;
            margin-right: 20px;
        }
        #news-section-wrap h1:after {
            width: 20.333%;
            margin-left: 20px;
        }
    }
    @media (max-width: 580px) {
        #news-section-wrap h1:before {
            width: 15.333%;
            margin-right: 15px;
        }
        #news-section-wrap h1:after {
            width: 15.333%;
            margin-left: 15px;
        }
    }
    @media (max-width: 480px) {
        #news-section-wrap h1:before {
            margin-bottom: 5px;
            width: 10.333%;
            margin-right: 5px;
        }
        #news-section-wrap h1:after {
            margin-bottom: 5px;
            width: 10.333%;
            margin-left: 5px;
        }
    }
.news-title {
    color: #212c38;
    font-size: 24px;
    font-family: 'Raleway', serif;
    font-weight: bold;
    text-decoration: none;
}
.news-title-link {
    color: #b73943;
    font-size: 24px;
    font-family: 'Raleway', serif;
    font-weight: bold;
    text-decoration: none;
}
.news-title-link:hover {
    color: #45727c;
    text-decoration: underline;
}
.news-date {
    color: #45727c;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #fff;
    border: 2px solid #759ba7;
    border-radius: 1px;
    width: 185px;
    text-align: center;
    padding: 4px 4px 3px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.news-btn {
    margin-top: 20px;
}
.news-btn a {
    text-decoration: none;
    color: #62909b;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.news-btn a:hover, .news-btn a:focus {
    color: #45727c;
}
.news-btn a:after {
    content: url(../images/read-more-icon.png);
    width: 33px;
    height: 16px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 4px;
}
.news-btn a:hover:after, .news-btn a:focus:after {
    content: url(../images/read-more-icon-hover.png);
}
.news-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #c7cfd3;
    padding-bottom: 25px;
}
#news-section-wrap .news-item:nth-child(5) {
    border-bottom: none;
}
.news-img-wrap img {
    width: 260px;
    height: auto;
    max-width: 100%;
    border: 1px solid #c7cfd3;
    border-radius: 3px;
}



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

#subpage {
   /* min-height: calc(100vh - 335px);*/
    padding-top: 30px;
    padding-bottom: 30px;
}
#subpage-main {
    min-height: calc(100vh - 475px);
    font-size: 16px;
}
#subpage-main p {
    font-size: 16px;
}

/*--------------------------------------------------------
    MMS GRID PAGE
--------------------------------------------------------*/

#mheader_5_wrapper .container {
    width: auto !important;
}


/*--------------------------------------------------------------
                        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-form input {
    width: 203px!important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0px 15px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #CCCCCC;
    border-radius: 18px;
}
.login-form input[type="submit"] {
    background: #a11d22;
    border: 1px solid #b73943;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    border-radius: 2px;
    font-family: 'Raleway', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    text-align: center;
    padding: 8px 20px;
    height: auto;
}
.login-form input[type="submit"]:hover, .login-form input[type="submit"]:focus {
    background: #b73943;
    border: 1px solid #b73943;
    text-decoration: none;
}
.login-form a {
    color: #62909b;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    display: block;
    margin-left: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}
.login-form a:hover, .login-form a:focus {
    color: #45727c;
}
.login-form input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #222e3f;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lora', cursive;
}
h4#myModalLabel {
    color: #292728;
    font-size: 24px;
    padding-bottom: 0px;
}


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

footer#main-footer {
    background: #373e49;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 28px;
    padding: 32px 0px 19px;
}
footer#main-footer p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
footer#main-footer a {
    text-decoration: underline;
    color: #62909b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
footer#main-footer .footer-credit-wrap, footer#main-footer .footer-credit-wrap p {
    color: #bacace;
}
footer#main-footer .footer-credit-wrap p {
    padding-top: 10px;
}
footer#main-footer .footer-credit-wrap span {
    border-right: 2px solid #4c5360;
    padding-right: 25px;
    margin-right: 25px;
}
footer#main-footer .footer-credit-wrap span.span-credit2 {
    border-right: 0px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
}
    @media (max-width: 767px) {
        footer#main-footer .footer-credit-wrap span {
            border-right: 0px;
            padding-right: 0px;
            margin-right: 0px;
        }
        footer#main-footer .footer-credit-wrap span.span-credit1,
        footer#main-footer .footer-credit-wrap span.span-credit2 {
            display: block;
        }
    }
footer#main-footer .text-left span, .text-left a {
    color: #fff;
}
footer#main-footer .text-left h3 {
    color: #fff;
    font-family: 'Raleway', serif;
    font-weight: bold;
    padding-bottom: 20px;
}
.footer-text-wrap p, .footer-text-wrap span {
    font-size: 16px !important;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
}

.footer-video-img-wrap img {
    max-width: 100%;
    height: auto;
}

/*.footer-video-inside-wrap {
    width: 460px;
    float: right;
}
.footer-video-inside-wrap video#videoID {
    width: 460px;
    height: 140px;
}*/
  #footer-video-fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#footer-video-light {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 600px;
    max-height: 360px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 auto;
    margin-top: 150px;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}


.footer-border-wrap {
    margin-top: 10px;
}
.footer-border-wrap hr {
    border-top: 1px solid #59677a;
}


/* Footer Social - Mobile Menu Wrap */


.social-menu-inside-wrap {
    top: 8px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.social-menu-inside-wrap ul {
    float: left;
    margin: 0;
    text-align: right;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.social-menu-inside-wrap ul>li {
    float: left;
    position: relative;
    display: block;
}
.social-menu-inside-wrap svg {
    width: 33px;
    height: 33px;
    margin-left: 8px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .social-menu-inside-wrap svg {
            width: 30px;
            height: 30px;
        }
    }



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

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

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

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

@media (min-width: 1332px) and (max-width: 1365px) {
    #top-header-wrap{
        height: auto;
        padding-bottom: 15px;
    }
}

@media (max-width: 1200px) {

}

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

    .mobile-menu-wrap {
        display: none;
    }

}

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


    .footer-video-img-wrap img {
        max-width: 100%;
    }
}


@media (max-width: 991px) {

}


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

    .main-header {
        padding: 15px 0px;
    }
    .org-logo-wrap img {
        width: 120px;
    }
    #welcome-section-wrap {
        margin-bottom: 0px;
    }
    #right-index-wrap {
        margin-top: 50px;
    }
    #quicklinks-wrap {
        margin-top: 0px;
    }
    .footer-video-img-wrap img {
        max-width: 100%;
    }
}


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

    #top-header-wrap {
        padding: 15px;
    }
    .caption-text-wrap, .caption-btn-wrap {
        width: 100%;
        text-align: center;
    }
    p.caption-text {
        text-align: center;
    }
    .caption-btn-wrap {
        margin-top: 25px;
    }
    .event-item {
        margin-bottom: 20px;
    }
    .news-img-wrap img {
        margin-bottom: 20px;
    }

    .footer-details-wrap, .footer-content-wrapper p {
        text-align: left;
    }
    .footer-video-img-wrap img {
        max-width: 100%;
        margin-top: 20px;
    }
    .footer-credit-wrap, .footer-social-wrap {
        text-align: center;
    }
    .footer-video-wrap {
        text-align: center;
    }
}

@media (min-width: 580px) and (max-width: 767px) {

    .news-image {
        width: 50%;
    }
    .news-details {
        width: 50%;
    }

}

@media (max-width: 580px) {


}

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

    #top-header-wrap, .main-header {
        padding: 5px;
    }

}

@media (max-width: 350px) {

}


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


}