/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #4e4d4e;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #4e4d4e;
}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    color: #4e4d4e;
    font-weight: 700;
    margin-bottom: 20px;
}

h1 { 
	font-size: 30px;
	color: #4e4d4e;
}
h2 { 
	font-size: 26px;
	color: #4e4d4e;
}
h3 { font-size: 22px;; }
h4 { font-size: ; }

h1.title{
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
    color: #5aa2a2;
}
a:hover, a:focus{
	color: ;
}


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


.pink {
    color: #ee008b;
    font-weight: bold;
}

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

#main-header {
    padding: 20px 0px;
    border-bottom: 5px solid #F8812C;
}
svg#main-logo {
    max-width: 178px;
}
#right-side-wrap {
    text-align: right;
    margin-top: 30px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        #right-side-wrap {
            margin-top: 35px;
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        #right-side-wrap {
            margin-top: 55px;
        }
    }
    @media (max-width: 767px) {
        #right-side-wrap {
            margin-top: 65px;
        }
    }
    @media (max-width: 480px) {
        #right-side-wrap {
            margin-top: 55px;
        }
    }
.nav-main-wrapper {
    display: inline-block;
    vertical-align: middle;
}   


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

/* Search Bar */

#search-login-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}
#search-input {
    max-width: 212px;
    display: inline-block;
    vertical-align: middle;
}
.search-main-wrap {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
}
.search-input {
    background: transparent;
    border: 1px solid #c9d1d3;
}
#search-input ::-webkit-input-placeholder,
.mobile-search-wrap ::-webkit-input-placeholder {
   color: #7e7f84;
}

#search-input :-moz-placeholder,
.mobile-search-wrap :-moz-placeholder { /* Firefox 18- */
   color: #7e7f84;  
}

#search-input ::-moz-placeholder,
.mobile-search-wrap ::-moz-placeholder {  /* Firefox 19+ */
   color: #7e7f84;  
}

#search-input :-ms-input-placeholder,
.mobile-search-wrap :-ms-input-placeholder  {  
   color: #7e7f84;  
}
.icon-search:before {
    content: url("../images/search-icon.png");
}
#search-input input {
    border: 0px;
    box-shadow: none;
    height: 33px;
    color: #7e7f84;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    padding: 0px 12px;
    padding-bottom: 2px;
}
#search-input button {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    border: 0;
    color: #7e7f84;
    padding: 0px 10px;
    padding-top: 4px;
    height: 33px;
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.input-group.search-input-wrap {
    border: 1px solid #c9d1d3;
    background: #fff;
    border-radius: 17px;
}


/* Mobile Search Bar */

li.mobile-search-wrap {
    margin-bottom: 20px;
    padding-top: 45px;
    padding-left: 0px;
    width: 270px;
}
.mobile-search-wrap input {
    border: 0px;
    box-shadow: none;
    height: 31px;
    color: #7e7f84 !important;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    padding: 0px 12px;
}
.mobile-search-wrap button {
    background: #fff;
    border: none;
    box-shadow: none;
    color: #fff;
    padding: 0px 10px;
    height: 31px;
    border-radius: 16px;
}
.mobile-search-wrap button:hover {
    background: transparent;
}
.mobile-search-wrap .input-group.search-input-wrap {
    border: 1px solid #c9d1d3;
    background: #fff;
    color: #7e7f84;
}




/* Member Login */

#login-wrap {
    display: inline-block;
    vertical-align: middle;
}
#login-wrap a {
    background: #f4c500;
    border: 1px solid #f4c500;
    color: #2a363d;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 16px;
    font-family: 'Lato', sans-serif;
}
#login-wrap a:hover, #login-wrap a:focus {
    background: transparent;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}



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

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

/*--------------------------------------------------------
					Index / Main Body
--------------------------------------------------------*/

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

.slideshow-wrap {
    background: #ced8dd;
    padding: 18px 0px;
    margin-bottom: 30px;
}
.slideshow-wrap img {
    width: 100%;
}
.slideshow-wrap a {
    text-decoration: none;
    color: #fff;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
    background-image: none;
    font-size: ;
    font-weight: ;
    z-index: 101;
}
.carousel-control {
    margin: auto 0px;
}
.carousel-control.left {
    height: 41px;
    width: 41px;
    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(78,77,78,.7);
    vertical-align: middle;
    text-align: center;
    padding-right: 2px;
    border: 1px solid #4e4d4e;
}
.carousel-control.right {
    height: 41px;
    width: 41px;
    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(78,77,78,.7);
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    border: 1px solid rgba(78,77,78,.7);
}
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-control.left, .carousel-control.right {
            top: 110px;
            bottom: auto;
        } 
    }
    @media (max-width: 767px) {
       .carousel-control.left, .carousel-control.right {
            top: 55px;
            bottom: auto;
        } 
    }
    @media (max-width: 480px) {
       .carousel-control.left, .carousel-control.right {
            top: 30px;
            bottom: auto;
        } 
    }

.carousel-control img {
    width: 9px;
    height: 16px;
    margin-top: 11px;
}
.carousel-caption {
    position: absolute;
    z-index: 100;
    left: auto;
    top: auto;
    right: 0px;
    bottom: -2px;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding-bottom: 0px;
    padding-top: 0px;
}
    @media (min-width: 768px) and (max-width: 990px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 110px !important;
            border: none;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            display: block;
            position: static;
            width: 100%;
            height: auto !important;
            min-height: 110px !important;
            border: none;
        }
    }
    @media (max-width: 767px) {
        .carousel-caption {
            min-height: 160px !important;
        }
    }
    @media (max-width: 480px) {
        .carousel-caption {
            min-height: 200px !important;
        }
    }
    @media (max-width: 350px) {
        .carousel-caption {
            min-height: 225px !important;
        }
    }
.carousel-caption a {
    display: none;
}
.carousel-caption a:hover {
    color: #4B9699; 
    text-decoration: none;
}
.carousel-indicators {
    display: none;
    text-align: right;
    z-index: 101;
    width: 78.6%;
    bottom: 3px;
}
.carousel-indicators li {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-left: 8px;
    border-radius: 0px;
}
.carousel-indicators .active {
    background: transparent;
    width: 13px;
    height: 13px;
    margin-left: 8px;
    background: #B71C1C;
    border: 1px solid #fff;
}

p.caption-text {
    font-size: 24px;
    font-weight: 800;
    display: block;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-align: left;
    margin-bottom: 0px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.15em;
    line-height: 34px;
    text-shadow: none;
    background: rgba(90, 162, 162, .8);
    padding: 10px 15px;
}
    @media (max-width: 767px) {
        p.caption-text {
            max-height: 2.1em;  
        }
    }
    @media (max-width: 715px) {
        p.caption-text {
            max-height: 3.55em;  
        }
    }
    @media (max-width: 480px) {
        p.caption-text {
            max-height: 3.5em;
        }
    }
    @media (max-width: 440px) {
        p.caption-text {
            max-height: 4.8em;
        }
    }
p.alt-text {
    background: rgba(78,77,78,.66);
    width: 100%;
    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: 3.55em;
    line-height: 22px;
    text-shadow: none;
    padding: 7px 15px;
}
    @media (min-width: 990px) and (max-width: 1199px) {
        p.alt-text {
            max-height: 3.4em;  
        }
    }
    @media (min-width: 768px) and (max-width: 990px) {
        p.alt-text {
            max-height: 4.95em;  
        }
    }
    @media (max-width: 767px) {
        p.alt-text {
            max-height: 4.9em;  
        }
    }
    @media (max-width: 679px) {
        p.alt-text {
            max-height: 6.3em;  
        }
    }
    @media (max-width: 525px) {
        p.alt-text {
            max-height: 7.6em;  
        }
    }
    @media (max-width: 450px) {
        p.alt-text {
            max-height: 9em;  
        }
    }
    @media (max-width: 378px) {
        p.alt-text {
            max-height: 10.4em;  
        }
    }
    @media (max-width: 340px) {
        p.alt-text {
            max-height: 11.8em;  
        }
    }


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




/*--------------------------------------------------------
				CSS Styles for Home/ Index Page
--------------------------------------------------------*/

#welcome-section-wrap {
    padding: 20px 0px;
}
#welcome-section-wrap p {
    margin-bottom: 25px;
}

#featured-index-wrap, #secondary-box-wrap {
    padding: 30px 0px;
}
#featured-index-wrap h3, #secondary-box-wrap h3 {
    background: #5aa2a2;
    border: 1px solid #5aa2a2;
    border-radius: 17px;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: relative;
    top: -18px;
    margin: 0;
    margin-bottom: -5px;
}
#featured-one-wrap .col-content-wrap, #featured-two-wrap .col-content-wrap,
#featured-three-wrap .col-content-wrap, #featured-four-wrap .col-content-wrap {
    border: 1px solid #b3bec6;
    border-radius: 1px;
    text-align: center;
    padding: 0px 15px 25px;
    min-height: 262px;
}
#featured-one-wrap img, #featured-two-wrap img, #featured-three-wrap img, #featured-four-wrap img {
    margin: 0 auto;
}
.featured-btn {
    margin-top: 30px;
}
.featured-btn a {
    background: #937569;
    border: 1px solid #937569;
    border-radius: 19px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 9px 20px;
    text-align: center;
}
.featured-btn a:hover {
    background: #683b2f;
    border: 1px solid #683b2f;
    text-decoration: none;
}


/*--------------------------------------------------------
				CSS Styles for Inner/ Sub Pages
--------------------------------------------------------*/

#subpage {
    min-height: calc(100vh - 367px);
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}


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

#footer-container {
    margin-top: 20px;
    background-color: #4e4d4e;
    padding-top: 44px;
    padding-bottom: 38px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#footer-container h3 {
    color: #fff;
}
#footer-container p, #footer-container a {
    font-size: 16px;
    color: #d8d1ca;
}
 #footer-container a {
    text-decoration: underline;
    color: #fff;
}
#footer-container span {
    color: #fff;
}

.footer-location-wrap, .footer-operation-wrap {
    color: #d8d1ca;
}



/*--------------------------------------------------------
						MMS Styling
--------------------------------------------------------*/



/*--------------------------------------------------------------
                        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 10px;
    margin-left: 15px;
    background: #fff;
    font-size: 14px;
    color: #9B9B9B;
    box-shadow: none !important;
    border: 1px solid #999999;
    border-radius: 16px;
}
#login input[type="submit"] {
    background: #1b75bb;
    border: 1px solid #1b75bb;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin-left: 10px;
    outline: none;
    text-decoration: none;
    padding: 6px 20px;
    height: auto;
    border-radius: 16px;
}
#login input[type="submit"]:hover, #login input[type="submit"]:focus {
    background: transparent;
    border: 1px solid #1b75bb;
    color: #1b75bb;
    text-decoration: none;
}
#login a {
    color: #1b75bb;
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-left: 15px;
    padding-bottom: 10px;
    text-decoration: underline;
}
#login a:hover, #login a:focus {
    color: #1b75bb;
    text-decoration: none;
}
#login input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #013a60;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
}



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

@media (max-width: 1200px) {


}

@media (min-width: 1000px) {

}

@media (max-width: 991px) {

}

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

}

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


}

@media (max-width: 767px) {

    #featured-index-wrap .column, #secondary-box-wrap .column {
        margin-bottom: 45px;
    }
    #featured-index-wrap .column:last-child, #secondary-box-wrap .column:last-child {
        margin-bottom: 0px;
    }
    .operation-wrap {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer-credits-wrap p:first-child {
        padding-top: 20px;
        border-top: 1px solid #757475;
    }
    .footer-credits-wrap {
        text-align: center;
    }
}

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

    #footer-container .location-wrap, #footer-container .operation-wrap {
        width: 50%;
        margin-top: 0px;
        margin-bottom: 20px;
    }

}

@media (min-width: 480px) and (max-width: 767px) {
    #featured-index-wrap .column, #secondary-box-wrap .column {
        width: 50%;
    }
    #featured-index-wrap .column:nth-child(3), #featured-index-wrap .column:last-child,
    #secondary-box-wrap .column:nth-child(3), #secondary-box .column:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 545px) {

    #footer-container {
        text-align: center;
    }

}

@media (max-width: 480px) {

}

@media (max-width: 350px) {

}

/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, svg#main-logo {
        max-width: 178px;
        height: 110px;
    }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  

    svg#main-logo {
        max-width: 178px;
        height: 110px;
    }
}