/*--------------------------------------------------------
	FONT ASSIGNMENTS
--------------------------------------------------------*/
body {
}
p {
}
.container{
}

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	font-family: ;
}

h1 { 
	font-size: ;
	color:;
}
h2 { font-size: ; }
h3 { font-size: ; }
h4 { font-size: ; }

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

a:is(:hover, :focus) {
    outline: 0px;
}

a:focus-visible {
    outline: 2px solid #000;
}


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

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

.main-header {
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    margin-bottom: 50px;
    background-color: #f6f4ef;
}
#right-side-wrap {
	text-align: right;
}

.member-login-wrap {
    margin-top: 6px;
}
.member-login-wrap a, .member-login-wrap span {
    text-transform: capitalize!important;
    font-variant: none!important;
    font-weight: bold;
    background: #c6b439;
    color: #0a0a0a!important;
    transition: background-color .25s ease-out,color .25s ease-out;
    text-decoration: none;
    padding: 7px 19px;
    font-size: 14px;
    font-family: 'Barlow','Helvetica Neue',Helvetica,Roboto,Arial,sans-serif !important;
    cursor: not-allowed;
    opacity: 0.5;
}

.member-login-wrap a:hover, .member-login-wrap a:focus {
    opacity: .7;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: not-allowed;
}



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

#search-input {
    top: 18px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-left: 8px;
}
#search-input a {
    cursor: not-allowed;
}
#search-input a:hover, #search-input a:focus {
    cursor: not-allowed;
}
#search-input img {
    cursor: not-allowed;
    width: 17px;
}



/*--------------------------------------------------------
	INDEX / MAIN BODY
--------------------------------------------------------*/
/*----------------Slideshow----------*/
#slide-row{
	margin-bottom: 10px;
}
.carousel-control.left, .carousel-control.right, .carousel-control:hover{
	background-image: none;
	font-size: ;
	font-weight: ;
	z-index: 101;
}
.carousel-control{
	top: ;
	width: ;
}
.carousel-caption { 
	position: absolute;
	z-index: 100;
	background-color: #002857;
	background: rgba(0, 0, 0, .6);
	padding: 10px 15px;
	left: initial;
	bottom: 0px;
	right: 0px;
	top: initial;
	width: 100%;
	text-align: left;
	text-shadow: none;
}

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

}
.carousel-caption p:first-of-type{
	font-size: 28px;
	font-weight: 600;
	line-height: 33px;
	display: block;
	color: white;
	margin-bottom: 10px;
}
.carousel-caption p:last-of-type{
	font-size: 16px;
	font-family: serif;
	font-style: italic;
	color: white;
	margin-bottom: 10px;
}

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

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

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

.footer-content-wrapper {
    padding: 18px 0 21px;
    background-color: #fefefe;
    color: #0a0a0a;
    font-size: 18px;
    font-family: 'Barlow','Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;
    margin-top: 20px;
    border-top: 1px solid #354451;
}
.footer-content-wrapper p {
    color: #0a0a0a;
}


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

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

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





/* rows and columns margin inside grid+ */
#gm-canvas .row, #gm-canvas .column {
    margin-top: 1em;
    margin-bottom: 1em;
}

.embed-wrapper { display: contents; }