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

/*--------------------------------------------------------
	H1 - H6
--------------------------------------------------------*/
h1, h2, h3, h4, h5 {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1 {
    font-size: 38px;
    color: #24ADB5;
    line-height: 40px;
    padding-bottom: 10px;
}
h2 {
    font-size: 34px;
    color: #24ADB5;
    padding-bottom: 10px;
}
h2 a {
    text-decoration: none;
    color: #24ADB5;
}
h2 a:hover {
    text-decoration: none;
    color: #24ADB5;
}
h3 { 
    font-size: 28px;
    color: #24ADB5;
    padding-bottom: 10px;
}
h4 { font-size: ; }

h1.title{
	margin-top: 15px;
}
/*--------------------------------------------------------
	LINKS
--------------------------------------------------------*/
a {
	color: ;
	font-family: 'PT Sans', sans-serif;
}
a:hover, a:focus{
	color: ;
}

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

a:focus-visible {
    outline: 2px solid #1b8388; /*hex color can be replaced here with org color or link color*/
}

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

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

.embed-wrapper { display: contents; }

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

.header-top-wrapper {
    border-top: 20px solid #24ADB5;
    padding: 20px 0px;
}
#logo-wrap {
    padding-left: 5px;
}
#logo-wrap a, #logo-wrap a:hover {
    text-decoration: none;
}
#logo-wrap img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
}
.logo-text-wrap {
    display: inline-block;
    vertical-align: middle;
}
.logo-text-wrap h4 {
    font-size: 20px;
    font-weight: normal;
    color: #272D6A;
    line-height: 21px;
}
.logo-text-wrap h3 {
    font-size: 23px;
    font-weight: bold;
    color: #272D6A;
    line-height: 21px;
}

/*--------------------------------------------------------
					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: 15px;
}
#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{
    display: none;
    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;
}

.carousel-indicators {
    bottom: 0px;
    text-align: center;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 0px;
    margin: 0 auto;
    margin-left: 7px;
    border-radius: 20px;
}
.carousel-indicators .active {
    background: #F2745F;
    width: 12px;
    height: 12px;
    margin-left: 7px;
}




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

#index-wrap {
    margin-bottom: 30px;
}
#left-index-wrap p {
    line-height: 22px;
}


/* Welcome */

#welcome-wrap {
    margin-bottom: 30px;
}
#welcome-wrap, #welcome-wrap p {
    line-height: 24px;
}
#welcome-wrap p:last-child {
    margin-bottom: 0px;
}


/* Events */

#events-wrap {
    margin-bottom: 30px;
}
#events-wrap h2 {
    padding-bottom: 20px;
}
#events-wrap .view-txt a {
    color: #0E4CA1;
    font-size: 16px;
}
.event-content {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(51,51,51,.2);
    margin-bottom: 20px;
}
.event-date-wrap {
    background: transparent;
    border-radius: 3px;
    width: 20%;
    display: inline-block;
    vertical-align: top;
    max-width: 67px;
    margin-right: 10px;
    padding: 11px 0px 16px;
    border: 1px solid rgba(51,51,51,.2);
}
.event-details-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 82px);
    width: -webkit-calc(100% - 82px);
    width: -moz-calc(100% - 82px);
    position: relative;
    top: -2px;
}
.event-month {
    text-align: center;
    color: rgba(39,45,106,.6);
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
}
.event-date {
    text-align: center;
    color: rgba(51,51,51,.4);
    font-size: 30px;
    font-weight: normal;
    padding-top: 0px;
    line-height: 32px;
}
#event-container {
    padding-left: 0px;
    margin-left: -15px;
}
h3.event-title {
    font-weight: normal;
    padding-bottom: 5px;
    line-height: 22px;
}
a.ev-title-link {
    color: #F2745F;
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
}
a.ev-title-link:hover {
    text-decoration: underline;
}
p.event-blurb {
    padding-top: 0px;
    margin-bottom: 0px;
}
a.events-btn {
    display: block;
    background: #76A8A1;
    width: 195px;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 10px; 
    font-family: 'PT Sans', sans-serif;  
}
a.events-btn:hover {
    background: #4A3333;
}
a.events-viewall {
    color: #F2745F;
    font-size: 18px;
}
a.events-viewall:hover {
    text-decoration: underline;
}


/* Past Events */

#past-events-wrap {
    margin-bottom: 30px;
}
.past-event-content {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(51,51,51,.2);
    margin-bottom: 10px;
}
h3.past-event-title {
    padding-bottom: 5px;
    line-height: 26px;
}
.past-event-title a.ev-title-link {
    color: rgba(39,45,106,.8);
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
}
.past-event-title a.ev-title-link:hover {
    text-decoration: underline;
}


/* Sponsors */

#sponsors-wrap {
    margin-bottom: 30px;
}
#sponsors-wrap .carousel img {
    border: 1px solid rgba(51,51,51,.2);
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
}
#sponsors-wrap .carousel-indicators li {
    width: 12px;
    height: 12px;
    background: #24ADB5;
    border: 0px;
    margin: 0 auto;
    margin-left: 7px;
    border-radius: 20px;
}
#sponsors-wrap .carousel-indicators .active {
    background: #F2745F;
    width: 12px;
    height: 12px;
    margin-left: 7px;
}


/* Announcement */

#announcement-wrap h3, #announcement-wrap h3 a {
    color: rgba(39,45,106,.8);
    font-size: 24px;
    font-weight: normal;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
}
#announcement-wrap h3:hover, #announcement-wrap h3 a:hover {
    text-decoration: underline;
}
#announcement-wrap hr {
    border-bottom: 1px solid rgba(51,51,51,.2);
}



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

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


/*--------------------------------------------------------------
                        Modal Log In
--------------------------------------------------------------*/
.modal{
    overflow-y: visible;
}
.modal-dialog{
    max-width: 250px;
    margin: 50px auto;
}
.modal-header{
    text-align: center;
}
.modal-body {
    padding: 15px 23px;
}
#login input {
    width: 200px !important;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 15px;
    border: 1px solid rgba(51,51,51,.2);
    padding: 0px 10px;
    border-radius: 3px;
}
#login input[type="submit"] {
    background: #24ADB5;
    color: #fff;
    border: 1px solid #24ADB5!important;
    border-radius: 3px !important;
    padding: 0px;
}
#login input[type="submit"]:hover {
    background: #F2745F;
    border: 1px solid #F2745F !important;
    color: #fff;
}
#login a {
    margin-bottom: 12px;
    display: block;
    color: #F2745F;
    font-style: normal;
    text-decoration: none;
    font-size: 16px;
    line-height: 10px;
}
#login a:hover {
    color: #F2745F;
    text-decoration: underline;
}
#login input:last-of-type{
    width: 100px;
    margin: none;
}
h6.modal-title {
    color: #24ADB5;
    font-size: 24px;
    font-weight: 700;
}


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

#footer-row {
    background: #24ADB5;
    color: #fff;
    padding: 16px 0px 10px;
}
.footer-wrapper p {
    color: #fff;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
}
.footer-wrapper a {
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    text-decoration: underline;
}
.footer-text {
    line-height: 24px;
}
.footer-text a {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
}
.footer-text-admin a{
    color: #fff;
    font-size: 18px;
    text-decoration: underline;
}
.footer-text-admin a:hover{
    color: #fff;
    text-decoration: none;
}
.footer-text a:hover {
    color: #fff;
    text-decoration: none;
}


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

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

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

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

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

}

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

    #nav-wrap.visible-lg {
        display: block !important;
    }
    #mobile-menu-col.hidden-lg {
        display: none !important;
    }
    .footer-text-admin.visible-lg{
        display: block !important;
    }

}

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

    .logo-text-wrap h4 {
        font-size: 16px;
    }
    .logo-text-wrap h3 {
        font-size: 17px;
        line-height: 17px;
    }

}


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

    .header-top-wrapper {
        border-top: 10px solid #24ADB5;
    }
    #welcome-wrap, #welcome-wrap p {
        line-height: 22px;
    }

    #subpage {
        min-height: calc(100vh - 224px);
    }
}


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

    .header-top-wrapper {
        border-top: 10px solid #24ADB5;
    }
    .logo-text-wrap.hidden-xs {
        display: inline-block !important;
    }
    .logo-text-wrap h4 {
        font-size: 18px;
    }
    .logo-text-wrap h3 {
        font-size: 20px;
    }
    #welcome-wrap, #welcome-wrap p {
        line-height: 20px;
    }

    #subpage {
        min-height: calc(100vh - 224px);
    }

}


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

    .header-top-wrapper {
        border-top: 10px solid #24ADB5;
    }
    .logo-text-wrap.hidden-xs {
        display: none !important;
    }
    #welcome-wrap, #welcome-wrap p {
        line-height: 20px;
    }

    #subpage {
        min-height: calc(100vh - 248px);
    }
    
}


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

    h1 {
        line-height: 36px;
    }
    h2 {
        line-height: 32px;
    }
    
}



/* Safari Browser */

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    ::i-block-chrome, #logo-wrap img {
        padding-right: 5px;
    }
    ::i-block-chrome, .event-details-wrap {
        width: 77%;
    }
}

/* Internet Browser */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    #logo-wrap img {
        padding-right: 5px;
    }
}