/* ========================================= */




*{
    font-family: 'Poppins', sans-serif !important;
}



html {
    scroll-behavior: smooth;
}





html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}




body{
	margin:0;
	padding: 0;
	background-color: #fff !important;
}

img{ border: none; }






/* ========================================= */





.header-image{
    padding-left: 0px !important;
    padding-right: 0px !important;
    background: linear-gradient(to bottom, #18243a, #18243a);
}



.content-wrapper{
    padding: 40px 30px 40px 30px;
}

.page-header{
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 25px;
    font-weight: 200;
}


.page-header-color-main{
    color: #166296;
}

.page-header-color-darkback{
    color: #2f9ce6;
}


.page-content-text{
    font-weight: 300;
    color: #666;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 26px;
}




.page-content-text-darkback{
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
}




/* ========================================= */






a.link-main:link { 			text-decoration:none; color: #2f9ce6; }
a.link-main:visited { 		text-decoration:none; color: #2f9ce6; }
a.link-main:active { 		text-decoration:none; color: #2f9ce6; } 
a.link-main:hover { 		text-decoration:none; color: #64b9f4; }


a.link-featured:link { 			text-decoration:none; color: #64b9f4; }
a.link-featured:visited { 		text-decoration:none; color: #64b9f4; }
a.link-featured:active { 		text-decoration:none; color: #64b9f4; } 
a.link-featured:hover { 		text-decoration:none; color: #2f9ce6; }






/* ========================================= */



a.button-link{
    font-size: 14px;
    white-space: nowrap;
    color: #fff !important;
    background-color: #166296 !important;
    border: none !important;
    border-radius: 5px;
    font-weight: 300;
    padding: 10px 25px 10px 25px;
    text-decoration: none !important;
    display: inline-block;
    cursor: pointer;
    -moz-box-shadow:    rgba(0, 0, 0, 0.15) 0px 2px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px;
    box-shadow:         rgba(0, 0, 0, 0.15) 0px 2px 2px;
    -webkit-transition: color .25s ease-out, background-color .25s ease-out;
    -moz-transition: color .25s ease-out, background-color .25s ease-out;
    -o-transition: color .25s ease-out, background-color .25s ease-out;
    transition: color .25s ease-out, background-color .25s ease-out;
    /*
    -webkit-transition: background-color .15s ease-out;
    -moz-transition: background-color .15s ease-out;
    -o-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    */
}

a.button-link:hover {
    background-color: #5090bd !important;
}







/* ======================================= */




.nav-bar-wrapper{
	background-color: #fff !important;
	/*border-bottom: 1px solid #2f9ce6;*/
}


/* Custom CSS to align the links to the bottom of the logo */
.navbar .navbar-nav {
  align-items: flex-end;
}


.nav-bar-logo{
	font-weight: 800;
	color: #fff;
	font-size: 20px;
	display: inline-block;
}

.nav-bar-logo-bold{
	font-weight: 800;
	color: #ffcb03;
	font-size: 20px;
	display: inline-block;
}



.dropdown-item {
	color: #2f9ce6 !important;
}



/* Modify the background color */
     
.navbar-custom {
    background-color: #2f9ce6;
}
/* Modify brand and text color */
 
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #fff;
}


.nav-link{
    letter-spacing: .5px;
	color: #166296 !important;
	font-size: 14px !important;
	padding: 5px 10px 5px 10px !important;
	font-weight: 300 !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-underline-offset: 5px;
    -webkit-transition: color .25s ease-out, background-color .25s ease-out;
    -moz-transition: color .25s ease-out, background-color .25s ease-out;
    -o-transition: color .25s ease-out, background-color .25s ease-out;
    transition: color .25s ease-out, background-color .25s ease-out;
}


.nav-link:hover {
    color: #7baccd !important;
    text-decoration: underline;
    text-decoration-color: #166296;
}



.nav-link-box{
    letter-spacing: .5px;
    display: block;
    position: relative;
    top: 5px;
    color: #fff !important;
    background-color: #166296 !important;
    font-size: 14px !important;
    padding: 10px 15px 10px 15px !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: color .25s ease-out, background-color .25s ease-out;
    -moz-transition: color .25s ease-out, background-color .25s ease-out;
    -o-transition: color .25s ease-out, background-color .25s ease-out;
    transition: color .25s ease-out, background-color .25s ease-out;
}


.nav-link-box:hover {
    color: #9cc0d8 !important;
}




.navbar-toggler{
	border: 1px solid rgb(255 255 255 / 35%);
	color: rgb(255 255 255 / 65%);
}

.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2822, 98, 150, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.nav-bold{
	display: inline-block;
	color: #ffcb03;
	font-weight: 800;
}






/* ========================================= */





.script-text-bg {
    background-color: #000;
    background-image: url('../images/san_marcos_knights_script_text.png');
    background-position: center bottom;
    background-repeat: no-repeat; 
    background-size: 100% auto;
    /*height: auto;*/
    /*width: 100%;*/
}





/* ========================================= */





.faq-answer {
    display: none; /* Start hidden */
    margin-top: 5px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    /*background: #f9f9f9;*/
    /*border-left: 3px solid #007bff;*/
}

.faq-question {
    font-size: 16px;            
    font-weight: 300;
    margin: 10px 0px 10px 0px;
    cursor: pointer;
}

.faq-question:hover {
    color: #2f9ce6;
}





/* ========================================= */



.footer-section{
    background-color: #000;
}


.footer-header{
    color: #666;
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #444;
}


a.footer-link:link {        font-size: 16px; text-decoration: none; color: #2f9ce6; }
a.footer-link:visited {     font-size: 16px; text-decoration: none; color: #2f9ce6; }
a.footer-link:active {      font-size: 16px; text-decoration: none; color: #2f9ce6; } 
a.footer-link:hover {       font-size: 16px; text-decoration: none; color: #64b9f4; }







/* ========================================= */








/* ======================================= */




.home-sidebar{
	padding: 10px 0px 25px 0px;
	text-align: center;
}



.sidebar-text{
	font-size: 14px;
	color: #64b9f4;
	font-weight: 300;
}



/* ======================================= */




.box-rounded{
	background-color:#e1e1e1; border-radius:15px; padding:15px; margin-top:40px;
}

.box-rounded-shadow{
	padding: 25px;
    margin: 15px auto 15px auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,3,5,0.15);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,3,5,0.15);
    box-shadow: 0px 3px 4px 0px rgba(0,3,5,0.15);
    background-color: #fff;
}



/* ========================================= */





@media (max-width:575.98px) {

	.content-wrapper{ padding: 40px; }
    a.button-link{ font-size: 14px; }
    .page-header{ font-size: 34px; line-height: 36px; }
    .page-content-text{ font-size: 14px; }

    .faq-answer { font-size: 16px; }
    .faq-question { font-size: 16px; }

}
/* Small devices (landscape phones,576px and up) */
@media (min-width:576px) and (max-width:767.98px) {

	.content-wrapper{ padding: 40px; }
    a.button-link{ font-size: 14px; }
    .page-header{ font-size: 36px; line-height: 38px; }
    .page-content-text{ font-size: 14px; }

    .faq-answer { font-size: 16px; }
    .faq-question { font-size: 16px; }

}
/* Medium devices (tablets,768px and up) */
@media (min-width:768px) and (max-width:991.98px) {

	.content-wrapper{ padding: 45px; }
    a.button-link{ font-size: 16px; }
    .page-header{ font-size: 40px; line-height: 42px; }
    .page-content-text{ font-size: 16px; }

    .faq-answer { font-size: 18px; }
    .faq-question { font-size: 18px; }

}
/* Large devices (desktops,992px and up) */
@media (min-width:992px) and (max-width:1199.98px) {

	.content-wrapper{ padding: 55px; }
    a.button-link{ font-size: 18px; }
    .page-header{ font-size: 44px; line-height: 46px; }
    .page-content-text{ font-size: 16px; }

    .faq-answer { font-size: 18px; }
    .faq-question { font-size: 18px; }

}
/* Extra large devices (large desktops,1200px and up) */
@media (min-width:1200px) {

	.content-wrapper{ padding: 55px; }
    a.button-link{ font-size: 18px; }
    .page-header{ font-size: 44px; line-height: 46px; }
    .page-content-text{ font-size: 16px; }

    .faq-answer { font-size: 18px; }
    .faq-question { font-size: 18px; }

}



/* ========================================= */



/* ======================================= */




.scheduler-background-color{
    background: linear-gradient(to bottom, #2f9ce6, #397ed7);
}




.color-day-0{ color: #2f9ce6; }
.color-day-1{ color: #f3bb22; }
.color-day-2{ color: #e8b11e; }
.color-day-3{ color: #dda61b; }
.color-day-4{ color: #d29c17; }
.color-day-5{ color: #cc9715; }
.color-day-6{ color: #c79213; }


.color-day-background-0{ background-color: #2f9ce6; }
.color-day-background-1{ background-color: #f3bb22; }
.color-day-background-2{ background-color: #e8b11e; }
.color-day-background-3{ background-color: #dda61b; }
.color-day-background-4{ background-color: #d29c17; }
.color-day-background-5{ background-color: #cc9715; }
.color-day-background-6{ background-color: #c79213; }


/*
.color-day-background-0{ background-color: #2f9ce6; }
.color-day-background-1{ background-color: #f3bb22; }
.color-day-background-2{ background-color: #e8b11e; }
.color-day-background-3{ background-color: #dda61b; }
.color-day-background-4{ background-color: #d29c17; }
.color-day-background-5{ background-color: #cc9715; }
.color-day-background-6{ background-color: #c79213; }
*/


.color-border-day-0{ border-left: 10px solid #2f9ce6; }
.color-border-day-1{ border-left: 10px solid #f3bb22; }
.color-border-day-2{ border-left: 10px solid #e8b11e; }
.color-border-day-3{ border-left: 10px solid #dda61b; }
.color-border-day-4{ border-left: 10px solid #d29c17; }
.color-border-day-5{ border-left: 10px solid #cc9715; }
.color-border-day-6{ border-left: 10px solid #c79213; }




/* ======================================= */





.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 20px;
}





/* ======================================= */




.rounded-box{
    padding: 10px;
    margin: 15px auto 15px auto;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,3,5,0.25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0,3,5,0.25);
    box-shadow: 0px 3px 8px 0px rgba(0,3,5,0.25);
    background-color: #fff;
}



.padding-box{
    padding: 15px;
}




.box-text-description{
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 10px;
}





/* ======================================= */




.page-divider{
    margin: 40px auto 40px auto;
    border-bottom: 1px solid #ccc;
    width: 60%;
    height: 5px;
}




/* ======================================= */







/* ======================================= */






/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 

    .sidenav-wrapper{ display: none; }
    .wrapper-main-content{ max-width: 100%; }

    .listing-schedule-name{ font-size: 20px; }
    .listing-schedule-description{ font-size: 11px; }
    .listing-schedule-day{ font-size: 34px; }
    .listing-schedule-time{ font-size: 20px; }


    .quick-nav-col{ display: none; }
    a.quick-nav-link{  }
    .quick-nav-link-wrapper{ font-size: 18px; }
    
    .navbar-logo{ max-width: 200px; /*position: relative;*/ }


}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

    .sidenav-wrapper{ display: none; }
    .wrapper-main-content{ max-width: 100%; }

    .listing-schedule-name{ font-size: 22px; }
    .listing-schedule-description{ font-size: 12px; }
    .listing-schedule-day{ font-size: 34px; }
    .listing-schedule-time{ font-size: 22px; }

    .quick-nav-col{ display: none; }
    a.quick-nav-link{  }
    .quick-nav-link-wrapper{ font-size: 18px; }

    .navbar-logo{ max-width: 300px; /*position: relative;*/ }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

    .sidenav-wrapper{ display: none; }
    .wrapper-main-content{ max-width: 90%; }

    .listing-schedule-name{ font-size: 24px; }
    .listing-schedule-description{ font-size: 12px; }
    .listing-schedule-day{ font-size: 34px; }
    .listing-schedule-time{ font-size: 24px; }

    .quick-nav-col{ display: block; }
    a.quick-nav-link{  }
    .quick-nav-link-wrapper{ font-size: 20px; }

    .navbar-logo{ max-width: 400px; /*position: absolute; top: 1px;*/ }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

    .sidenav-wrapper{ display: none; }
    .wrapper-main-content{ max-width: 90%; }

    .listing-schedule-name{ font-size: 28px; }
    .listing-schedule-description{ font-size: 14px; }
    .listing-schedule-day{ font-size: 34px; }
    .listing-schedule-time{ font-size: 28px; }

    .quick-nav-col{ display: block; }
    a.quick-nav-link{  }
    .quick-nav-link-wrapper{ font-size: 20px; }

    .navbar-logo{ max-width: 450px; /*position: absolute; top: 1px;*/ }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

    .sidenav-wrapper{ display: none; }
    .wrapper-main-content{ max-width: 90%; }

    .listing-schedule-name{ font-size: 28px; }
    .listing-schedule-description{ font-size: 14px; }
    .listing-schedule-day{ font-size: 34px; }
    .listing-schedule-time{ font-size: 30px; }

    .quick-nav-col{ display: block; }
    a.quick-nav-link{  }
    .quick-nav-link-wrapper{ font-size: 24px; }

    .navbar-logo{ max-width: 500px; /*position: absolute; top: 1px;*/ }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

    .sidenav-wrapper{ display: none; }
    .wrapper-main-content{ max-width: 85%; }

    .listing-schedule-name{ font-size: 28px; }
    .listing-schedule-description{ font-size: 14px; }
    .listing-schedule-day{ font-size: 34px; }
    .listing-schedule-time{ font-size: 30px; }

    .quick-nav-col{ display: block; }
    a.quick-nav-link{  }
    .quick-nav-link-wrapper{ font-size: 24px; }

    .navbar-logo{ max-width: 500px; /*position: absolute; top: 1px;*/ }

}








/* ======================================= */




.quick-nav-link-wrapper{
    color: #ddd;
    font-weight: 300;
    padding: 10px 0px 10px 0px; 
}

a.quick-nav-link{    
    color: #2f9ce6;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
    -webkit-transition: color .25s ease-out, background-color .25s ease-out;
    -moz-transition: color .25s ease-out, background-color .25s ease-out;
    -o-transition: color .25s ease-out, background-color .25s ease-out;
    transition: color .25s ease-out, background-color .25s ease-out;
}

a.quick-nav-link:hover {
    color: #003ca6;
    background-color: rgba(254, 197, 38, 0.15);    
    border-radius: 5px;
}








/* ======================================= */



th{
    background-color: #333;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #fff;
}


.listing-table{
    width: 95%;
    margin: 40px auto 20px auto;
    border: none;
}




/*
.listing-table tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
*/

.listing-table tr:not(:first-child) {
    border-top: 1px solid #ccc;
}



.listing-table td{
    padding: 25px 0px 25px 0px;
}



/*
.listing-table td{
    border-bottom: 1px solid #ccc;
}
*/

/*
.listing-table tr:nth-child(even) {
    background-color: #fff;
}

.listing-table tr:nth-child(odd) {
    background-color: #f1f1f1;
}
*/


/*
.listing-table tr:nth-child(4n+2), .listing-table tr:nth-child(4n+3) {
    background-color: #fff;
}

.listing-table tr:nth-child(4n+4), .listing-table tr:nth-child(4n+5) {
    background-color: #f1f1f1; 
}


.listing-table tr:nth-child(4n+3) {
    border-bottom: 1px solid #ccc;
}

.listing-table tr:nth-child(4n+5) {
    border-bottom: 1px solid #ccc;
}
*/








.listing-schedule-description{
    font-weight: 400;
    font-style: italic;
    color: #666;
}



.listing-schedule-adviser-title{
    padding-top: 25px;
    font-weight: 700;
    color: #999;
    font-size: 12px;
}

.listing-schedule-day{
    font-weight: 300;
    color: #2f9ce6;
}

.listing-schedule-time{
    font-weight: 500;
}








/* ======================================= */










.spinner {
   position: relative;
   left: 0px;
   top: 0px;
   height:30px;
   width:30px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:2px solid rgba(240, 106, 7, .10);
   border-right:2px solid rgba(240, 106, 7, .10);
   border-bottom:2px solid rgba(240, 106, 7, .10);
   border-top:2px solid rgba(240, 106, 7, .8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}


/* ======================================= */





.scrollToTop{
	width:50px; 
	height:50px;
	padding:0px; 
	text-align:center; 
	text-decoration: none;
	position:fixed;
	bottom:15px;
	right:15px;
	display:none;
	background: url('../images/back_to_top.png') no-repeat 0px 0px;
}

.scrollToTop:hover{
	text-decoration:none;
}







/* 
=======================================
plyr
=======================================
*/



:root {
  	--plyr-color-main: #f06a07 !important;
	--plyr-audio-control-color-hover: #fff !important;
	--plyr-audio-control-color: #f06a07 !important;
}



/* button color */
/*
.plyr__control svg {
    fill: #f06a07 !important;
}
*/

/* control bar */
.plyr--video .plyr__controls {
    padding: 15px 10px 10px 10px !important;
    background:#666 !important;
}


/* large overlay play button */
.plyr__control--overlaid {
    background: rgba(153,153,153,.5) !important;
}


/* control bar: buttons */
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #f06a07 !important;
    color: #fff;
}


/* control bar: button focus */
.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 1px rgba(153,153,153,.5) !important;
    outline: 0;
    
}



/* progress/volume bar color */
.plyr--full-ui input[type=range] {
    color: #f06a07 !important;
}



/* settings menu: item indicator */
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #f06a07 !important;
}


.plyr__captions {
    font-weight: 500 !important;
    font-size: 20px !important;
}


/* hide captions on/off */
.plyr [data-plyr=captions] {
    display: none !important;
}



platform-android media-player .plyr [hidden] { display: flex !important; }
.plyr .plyr__volume[hidden] { display: flex !important; } .plyr .plyr__volume button[hidden]{ display: flex !important; }



/* ======================================= */


