body {
	color: #5A636E;
	font-family: 'Manrope', sans-serif;
	line-height: 1.8;
}

h2, h3, h4, h5, h6 {color: #0A1028;}

p {font-size: clamp(1rem, 1vw, 1.125rem);}

dl li, ol li, ul li {}

a {color: #214AD0;}
a:hover {color: #38619F;}

.lead {font-size: clamp(1.125rem, 1vw, 1.25rem);}

.box-shadow {box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);}

.navbar {font-weight: 700;}

.navbar-light {background-color: #fff!important;}
.navbar-light .navbar-nav .nav-link {color: #214AD0; padding-left: 1.25rem; padding-right: 1.25rem;}
.navbar-light .navbar-nav .nav-link.active {color: #D09B3E;}
.navbar-light .navbar-nav .nav-link:hover {color: #38619F; text-decoration: none;}

.navbar .dropdown-menu {border: 0; padding: 0;}
.navbar .dropdown-menu a {text-decoration: 0;}
.navbar .dropdown-menu a:hover {background-color: #214AD0; color: #fff; text-decoration: 0;}
.navbar .dropdown-menu li {margin-bottom: 0;}
.navbar .dropdown-item {color: #214AD0; font-weight: 700;}
.navbar .dropdown-menu li:first-child {border-radius: 0;}
.navbar .dropdown-menu li:last-child a:hover {border-radius: 0 0 0.375rem 0.375rem;}

.vh-60 {min-height:60vh;}

/* ===== Footer ===== */
footer p {font-size:1rem; padding-bottom: 2%; padding-top: 2%;}
footer a {color: #214AD0;}
footer a:hover {color: #38619F;}

/* ===== Card ===== */
.card {
	border-radius: 0.375rem;
	border: none;
	box-shadow: 0px 10px 30px rgba(90, 99, 119, 0.15);
	padding: 1.25rem 1rem 1rem 1rem;
}

.card-icon {color: #214AD0!important;}
.card-title {font-size: clamp(1.375rem, 1.5vw, 1.625rem); font-weight: 800;}
.card .card-body {padding: 0; text-align: center;}

.card-footer {border-top: none;}

/* On screens that are 1200px or less */
@media screen and (min-width: 1200px) {
	.card {padding: 2.25rem 1.75rem 2rem 1.75rem;}
}

@media (min-width: 1400px) {
	.container.contain, .container-fluid.contain, .container-lg.contain, .container-md.contain, .container-sm.contain, .container-xl.contain, .container-xxl.contain {
		max-width: 1600px;
		padding-right: 3rem;
		padding-left: 3rem;
	}
}

/* ===== Form ===== */
label {font-size: .75rem; font-weight: 700; text-transform: uppercase;}
/* .form-control {border: 1px solid #ced4da;} */
.form-control {margin-bottom: 1rem;}

/* ===== Button ===== */
.btn {border: 2px solid inherit; border-radius: 0.375rem; font-weight: 800; padding: .75rem 1.75rem;}
.btn-primary {background-color: #214AD0; border: 2px solid #214AD0;}
.btn-primary:hover {background-color: #ffffff; border: 2px solid #214AD0; color: #214AD0;}
.btn-outline-white {border: 2px solid #fff; color: #fff;}
.btn-outline-white:hover {background-color: #fff; color: #214AD0; border: 2px solid #fff;}
.btn-white {background-color: #fff; border-color: #fff; color:#214AD0;}
.btn-white:hover {background-color: transparent; border: 2px solid #fff; color: #fff;}
.btn-blue-hover:hover {background-color: #214AD0; color: #fff; border: 2px solid #214AD0;}

/* ===== Upcoming Events ===== */
#upcoming-events .card .card-body {text-align: left;}
#upcoming-events a {text-decoration: none;}
#upcoming-events a .card-date {color: #5A636E;}
#upcoming-events a .card-title {color: #214AD0;}
#upcoming-events a:hover .card-title {color: #38619F;}

/* ===== Section ===== */
section,.section {padding-bottom: 5%; padding-top: 5%;}
section.small,.section.small {padding-bottom: 2%; padding-top: 2%;}
section.large,.section.large {padding-bottom: 7%; padding-top: 7%;}
.section-title {font-size: clamp(2.5rem, 2vw, 2.875rem); font-weight: 800;}

/* ===== Miscellaneous ===== */
.testimonals {background-color: rgba(255, 255, 255, 0.7); padding: 5%; text-align: center;}
.bg-gradient-01 {
	background-size: 100% 100%;
	background-position: 0px 0px,0px 0px;
	background-image: linear-gradient(200deg, #153DC2FF 10%, #A100FFFF 70%);
}

/* ----- Main Banner ----- */
.main-banner {background-size: 100% 100%;
background-size: 100% 100%;
background-position: 0px 0px,0px 0px,0px 0px,0px 0px,0px 0px,0px 0px;
background-image: radial-gradient(142% 91% at 83% 7%, #1E49CDFF 1%, #FF000000 99%),radial-gradient(142% 91% at 111% 84%, #FF7000FF 0%, #FF0000FF 100%);}
.main-banner h1, .main-banner p {color: #fff;}
.main-banner h1 {font-weight: 800;}

/* ----- Modal ----- */
.modal {background-color: rgba(245, 245, 245, 0.9); padding: 0; text-align: center;}
.modal-content {border: none;}
.modal-body {padding: 0;}
.close {right:0; position: absolute; top:0;}
.modal a {color: #214AD0;}
.modal a:hover {color: #5A636E;}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* ----- Timeline ----- */
.timeline {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}
.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #AAAAAA;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #0A1028;
    font-size: 1.5rem;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #fff;
}
.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #38619F;
    border: 2px dashed #38619F;
}

.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #272e48;
    margin-bottom: 10px;
    display: inline-block;
}
.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}
.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}
.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}
.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}
.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }
    .timeline:after {
        border: 0;
    }
    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }
    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}


/* ===== Utility ===== */
.color-white {color: #fff;}

.bg-gray {background-color: #F4F4F4;}
.bg-blue {background-color: #38619F}

.fw-light {font-weight: 400!important;}
.fw-med {font-weight: 500!important;}
.fw-bold {font-weight: 700!important;}
.fw-exbold {font-weight: 800!important;}

.accordion-button:not(.collapsed) {background-image: linear-gradient(200deg, #153DC2FF 10%, #A100FFFF 70%);}
.accordion-button:not(.collapsed) h4 {color: #fff;}
.accordion-button:not(.collapsed)::after {}

/* ===== Monthly Calendar ===== */

.pager {list-style: none; padding-left: 0;}
.pager a {text-decoration: none;}

.today .date a {font-weight: 800!important; color: #214AD0!important;}
#month_calendar .day_cell .has_events a {font-weight: 400!important;}

/* MONTH CALENDAR */

#month_calendar {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#month_calendar table, #month_calendar tr, #month_calendar td {
	padding: 0px;
}
#month_calendar_outer {
	width: 100%;
	margin: 0;
	padding: 0;
	table-layout: fixed;
}
#month_calendar_inner {
	width: 100%;
	table-layout: fixed;
}
#month_calendar #month_calendar_inner td {
	width: 14%;
	height: 130px;
	padding: 5px;
}
#month_calendar .event {
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
	color: #7f7f7f;
	padding: 2px 0 0 0;
}
#month_calendar .event a {
	color: #565656;
	text-decoration: underline;
}
#month_calendar .day_cell .all_day, #month_calendar .day_cell .multi_day {
	padding: 0 6px;
	line-height: 20px;
	color: #7f7f7f;
}
#month_calendar .day_cell .all_day {
	margin-bottom: 2px;
	background-color: #f2f2f2;
	border: 1px solid;
	border-color: #c6c6c6;
}
#month_calendar .day_cell .multi_day {
	margin-bottom: 2px;
	background-color: #f2f2f2;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: none;
	border-right: none;
	border-color: #c6c6c6;
	margin-left: -5px;
	margin-right: -5px;
}
#month_calendar .day_cell .all_day a, #month_calendar .day_cell .multi_day a {
	color: #565656;
	text-decoration: none;
}
#month_calendar .day_cell .all_day a:hover, #month_calendar .day_cell .multi_day a:hover {
	color: #565656;
	text-decoration: underline;
}
#month_calendar .first_day {
	margin-left: 0 !important;
	border-left: 1px solid !important;
}
#month_calendar .last_day {
	margin-right: 0 !important;
	border-right: 1px solid !important;
}
#month_calendar .day_cell .date {
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0 0 3px 0;
}
#month_calendar .day_cell .date a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
#month_calendar .day_cell .has_events a {
	color: #d75452;
	font-weight: bold;
}
#month_calendar .day_cell .date .num {
	font-size: 15px;
	color: #8a8a8a;
}
#month_calendar .day_cell .date a:hover {
	color: #000000;
	text-decoration: underline;
}
#month_calendar .day_cell .has_events a:hover {
	color: #000000;
}
#month_calendar .day_cell hr {
	margin-top: 7px;
	margin-bottom: 7px;
}
#month_calendar td.day_cell {
	padding-top: 30px;
}
#month_calendar .out_of_range {
	background: #fbfbfb;
}
#month_calendar .out_of_range .date {
	color: #aeaeae;
}
#month_calendar td.today {
	background-color: rgba(33, 75, 209, 0.1);
}
#month_calendar #days_of_week th {
	padding: 5px 0;
	text-align: center;
}
#month_calendar #month_year th {
	padding: 5px;
	color: #000;
}
#month_calendar #month_year th.left {
	text-align: left;
}
#month_calendar #month_year th.center {
	text-align: center;
}
#month_calendar #month_year th.right {
	text-align: right;
}
#month_calendar .popover-title span.event_time {
    display: block;
    color: #4f4f4f;
    font-size: 85%;
    margin-top: 5px;
}
#month_calendar .calendar-color {
	background-color: #9f9f9f;
	position: relative;
	top: 0;
	display: inline-block;
	height: 8px;
	width: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent: -9000px;
}


/* WEEK CALENDAR */

#week_calendar .header div {
	float: left;
	width: 20%;
}
#week_calendar .header div.left {
	padding-left: 10px;
}
#week_calendar .header div.center {
	width: 55%;
	text-align: center;
}
#week_calendar .header div.right {
	text-align: right;
	padding-right: 10px;
}
#week_calendar ul.list-group {
	margin-bottom: 0px;
}


/* DAY CALENDAR */

#day_calendar .header div {
	float: left;
	width: 15%;
}
#day_calendar .header div.left {
	padding-left: 10px;
}
#day_calendar .header div.center {
	width: 65%;
	text-align: center;
}
#day_calendar .header div.right {
	text-align: right;
	padding-right: 10px;
}
#day_calendar ul.list-group {
	margin-bottom: 0px;
}
.list-group-item .calendar_event_title {
	color: #3a3a3a;
	text-decoration: underline;
}
.list-group-item .calendar_event_title:hover {
	color: #4f4f4f;
	text-decoration: none;
}


/* MINI CALENDAR */

#mini_calendar td, #mini_calendar th {
	padding: 0;
	margin: 0;
	text-align: center;
}
#mini_calendar th {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mini_calendar .mini_calendar_days th {
	background: #e5e5e5;
	border: 1px solid #979797;
	border-width: 1px 0;
}
#mini_calendar th a {
	color: #000;
	font-size: 15px;
}
#mini_calendar td a {
	display: block;
	color: #fff;
}
#mini_calendar td div, #mini_calendar td.has_events div #mini_calendar td.mini_calendar_pad div {
	vertical-align: middle;
	text-align: center;
	padding: 6px;
}
#mini_calendar td.has_events div {
	padding: 0;
}
#mini_calendar td.has_events div a {
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 6px;
	background-color: #f5f5f5;
}
#mini_calendar td.has_events .middot {
	display: block;
	padding: 6px;
}
#mini_calendar .middot {
	color: #bcbcbc;
}
#mini_calendar td.has_events div a:hover {
	background: #dff0d9;
	text-decoration: none;
}
#mini_calendar td.today div, #mini_calendar td.today div a {
	background-color: #fcf8e4;
}
}