@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-VariableFont_wght.ttf") format('truetype');
  font-weight: 100 900;
  font-display: swap;
}

:root {
	--primary: #03405E;
	--secondary: #128099
}

body {
	background: url('../images/headerbg.jpeg') repeat-x top center;
	background-size: auto 300px;
	font-family: 'Urbanist', sans-serif;
	font-weight: 300;
	letter-spacing: .5px;
	font-size: 18px;
}

.teal {
	color: #128099;
}

.blue {
	color: #03405F;
}

.orange {
	color: #F4944E;
}

.green {
	color: #59A32A;
}

.extra-large {
	font-size: 300%; line-height: 1;
}

.large {
	font-size: 200%; line-height: 1;
}

.mediumsize {
	font-size: 150%; line-height: 1;
}

.small {
	font-size: 75%; 
} 

.thin {
	font-weight: 100;
}

.medium {
	font-weight: 400;
}

.thick {
	font-weight: 700;
}

.thicker {
	font-weight: 900;
}

ol.counter {
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol.counter li {
  counter-increment: my-awesome-counter;
  padding: 5px 0;
}
ol.counter li::before {

content: counter(my-awesome-counter);
  background: #03405F;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 3rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;

}

a {
	text-underline-offset: 3px;
}

strong {
	font-weight: 700;
}

p, ul, ol {
	margin-bottom: 15px;
}

p, ul li, ol li {
	line-height: 1.68em;
}

h1, h2, h3, h4, h5 {
	
}

blockquote {
	
}

iframe {
	border: none;
}

h1 {
	margin-bottom: 20px;
	margin-top: 0;
	font-size: 60px;
	color: #FFF; 
	text-align: center;
}

.page-header {
	text-align: center;
}


 .com-dpcalendar-event h1.dp-heading {
 	margin-bottom: 60px;
 }

h2 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 36px;
	color: var(--primary);
}

body.itemid-828 h3 {
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	color: #F4944E;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
	padding-top: 40px ;
}

h3 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 28px;
	color: var(--secondary);
}

h2.module-title {
	font-size: 42px;
}

h4 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 20px;
}

.staff h4 {
	margin: 0;
}

h5 {
	clear: none;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.btn {
	text-transform: none;
	padding: 5px 30px;
	background-color: var(--primary);
	color: #FFF;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 5px rgba(3, 64, 95, 0.3);
}

.btn:hover {
	
}

blockquote {
	
}

blockquote p {
	
}

/*menu*/

body.home {
	background: none;
}

body.home #headerwrap {
	background: transparent;
	padding: 0;
}

#headerwrap .container {
	max-width: 96%;
	background: #FFF;
	margin: 20px auto;
}

.container-fluid {
	padding: 0;
}

.astroid-nav .nav-submenu > li > a {
	padding: 9px 15px;
}

.megamenu-container {
	box-shadow: 1px 18px 29px 5px #0000002e;
}

a.nav-link-item-id-759 {
	font-weight: bold; background: #F5f5f5;
}

/*Banner*/

#bannerwrap {
	margin-top: -150px;
}


/*row1wrap*/

#row1wrap {
	padding: 4em 0!important;
}

#position-1-1 {
	
}

#position-1-1 h2 {
	margin: 0 0 30px 0;

	padding-bottom: 10px;
}

/*#position-1-1 h2:before {
	position: absolute;
	left: 10px; 
	width: 100%; top: 0;
	content: ''; background: #F8F9FA; height: 5px;
}

#position-1-1 h2:after {
	position: absolute;
	right: 10px; 
	width: 100%; top: 0;
	content: ''; background: #F8F9FA; height: 5px;

}*/

.custom .programs .reading {
	padding-top: 150px!important;
	background: url('../images/reading.png') repeat-x left top;
	background-size: 140px auto;
}

.custom .programs .math {
	padding-top: 150px!important;
	background: url('../images/math.png') repeat-x left top;
	background-size: 140px auto;
}

.custom .programs .digital {
	padding-top: 150px!important;
	background: url('../images/digital.png') repeat-x left top;
	background-size: 140px auto;
}

.custom .programs h3 {
	font-size: 24px;
	color: var(--primary);
}

body.reading {
	background: url('../images/reading-sub.jpg') repeat-x top center;
	background-size: auto 200px;
}

body.math {
	background: url('../images/math-sub.jpg') repeat-x top center;
	background-size: auto 200px;
}

body.digital {
	background: url('../images/digital-sub.jpg') repeat-x top center;
	background-size: auto 200px;
}

body.programs h1 {
	 margin: 60px 0 30px 0; font-size: 50px;
}

body.reading h1 {
	color: #03405F;
}

body.math h1 {
	color: #59A32A;
}

body.digital h1 {
	color: #128099;
}




/*row2wrap*/

#row2wrap {
	padding-bottom: 250px!important;
}

#row2wrap h2 {
	color: #FFF;
}

#row2wrap p {
	max-width: 600px;
	margin: 15px auto;
}

#position-2-1 {
	
}

#position-2-1 .btn {
	background: #FFF; color: #03405F;
	box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
	margin: 0 10px;
}

#position-2-1 .btn:hover {
	background: #587E91;
	color: #FFF;
}



/*row3wrap*/

#row3wrap {
	margin-top: -240px;
}

#position-3-1 {
	
}

#row3wrap h3.text-center {
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.success .bg-light {
	padding-top: 140px !important;
	margin-top: -130px;
}

.success img {
	border-radius: 5px;
}

.success h4 {
	text-transform: none;
}

.success p {
	font-size: 16px;
}



/*row4wrap*/

#row4wrap {
	
}

#position-4-1 {
	
}


/*row5wrap*/

#row5wrap {
	
}

#position-5-1 {
	
}

/*row6wrap*/

#row6wrap {
	background: rgb(244,148,78);
	background: linear-gradient(0deg, rgba(244,148,78,1) 50%, rgba(255,255,255,1) 50%);
}

#position-6-1 {
	
}


/*Bottomwrap*/

#bottomwrap {
	
}


/*Footer*/

#footerwrap {
	font-size: 85%;
}

#footerwrap a {

}

#footerwrap h4 {
	margin-top: 0;
	font-weight: 700;;
}

#footer1 small {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
}

/*Sidebar*/

#sp-sidebar-right {
	
}



/*Main area*/

body.home #mainwrap {
	display: none;
}

#mainwrap {
	position: relative;
}

h1 {
	color: #FFF;
	margin-bottom: 80px;
	text-align: center;
}

#mainwrap .container {
	max-width: 960px;
}

ul.fields-container {
	list-style-type: none;
	padding: 0;
}

span.field-label {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 10px;
}

.mod_timeline_item_title {
	font-size: 26px; line-height: 1.2;
	font-weight: bold;
	margin-top: 10px;
}

.values h3 {
	margin: 0;
	text-align: right;
	font-weight: bold;
}
.values p {
	margin: 0;
}

.values .row {
	margin: 15px 0;
}


h3.mod-dpcalendar-upcoming-blog__heading {
	font-size: 22px; margin-bottom: 0;
	font-weight: bold;
}

h3.mod-dpcalendar-upcoming-blog__heading a {
	text-decoration: none;
}
.mod-dpcalendar-upcoming-blog__event {
	margin-bottom: 30px; font-size: 16px;
}

.mod-dpcalendar-upcoming-blog__date{
font-style: none!important;
	font-weight: 700!important;
}

.fc-event .fc-event-main {
  position: relative;
  z-index: 2;
  line-height: 1.2;
  padding: 5px;
  font-size: 13px
}

.com-dpcalendar-calendar .fc-event .dp-event__time {
	display: block;
}

.com-dpcalendar-calendar__calendars .dp-calendar__links {
	display: none;
}

.com-dpcalendar-calendar__calendars {
	display: flex;
  flex-wrap: wrap;
}

.com-dpcalendar-list .dp-event__title-dot, 
.com-dpcalendar-list .dp-event__rrule {
	display: none;
}

.com-dpcalendar-list .dp-event__title {
	font-size: 24px;
}

.com-dpcalendar-calendar__list .dp-calendar {
  margin: 10px 0;

  font-size: 80%; margin-right: 20px;
  
}

.dp-event-tooltip {
	font-size: 14px;
}


.dp-event-tooltip__description p,
.dp-event-tooltip__description ul {
	margin: 0;
}

.dp-event-tooltip__date {
	font-size: 16px; display: block;
}

.dp-event-tooltip__actions {
	display: none;
}

.js-list-style-default {
	font-size: 16px;
}

body.itemid-709 .full-image, 
body.itemid-707 .full-image {
	max-width: 300px; float: right;
	margin-left: 30px;
}

.successstories h3 {
	margin-top: 0;
}

.wf_file::before {
	content: "\f15b";
	font: normal normal normal 16px/1 "Font Awesome 5 Free";
	display: inline-block;
	margin: 0 5px 0 0;
}

.wf_file[href$=".pdf"]::before {
	content: "\f1c1";
}

.wf_file[href$=".doc"]::before {
	content: "\f1c2";
}

.wf_file[href$=".docx"]::before {
	content: "\f1c2";
}

.wf_file[href$=".xls"]::before {
	content: "\f1c3";
}

.wf_file[href$=".xlsx"]::before {
	content: "\f1c3";
}

.wf_file[href$=".zip"]::before {
	content: "\f1c6";
}

.wf_file[href$=".png"]::before {
	content: "\f1c5";
}

.wf_file[href$=".jpg"]::before {
	content: "\f1c5";
}

@media  (max-width: 800px) {
	body {
		
	}
	
	body.itemid-709 .full-image, 
body.itemid-707 .full-image {
	max-width: 100%; float: none;
	margin-left: 0px;
}
	
	.avVideo .avPlayerContainer .avPlayerBlock iframe, .avVideo .avPlayerContainer .avPlayerBlock object, .avVideo .avPlayerContainer .avPlayerBlock embed, .avVideo .avPlayerContainer .avPlayerBlock video, .avVideo .avPlayerContainer .avPlayerBlock > div {
		min-width: 200px!important;
	}
}