<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6{
	font-family: museo-sans, sans-serif;
	font-weight: 900;
letter-spacing: -1px;
color:#27537a;
text-transform: uppercase;
}

p, a, ul &gt; li{
	font-size: 1em;
	letter-spacing: 0px;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	line-height: 1.3;
	color: #1C1C1C;
}

ol {
	font-size: 1em;
	letter-spacing: 0px;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	line-height: 1.3;
	color: #1C1C1C;
	list-style: none;
	counter-reset: my-counter;
	padding-left: 10px;
}

ol li {
  	counter-increment: my-counter;
}

ol li::before {
  	content: counter(my-counter) ". ";
  	color: #27537a;
  	font-weight: bold;
}



nav a{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 100!important;
	margin: 10px;
}

header{
	border-bottom: 7px solid #325F8D;
}

h1{
font-size: 4em;
}

h2{
font-size: 3.5em;
	
}

h3{
font-size: 3em;
	
}

h4{
font-size: 2.5em;
margin-bottom: 20px;
	
}

h5{
font-size: 2em;
	
}

h6{

font-size: 1.5em;
	font-weight: 700;
	margin: 5px 0px;
}

p {
	margin-bottom: 20px;
}

strong {
	font-weight: 700;
}

b {
	font-weight: 500;

}

i {
	font-style: italic;
}

li {
	margin-bottom: 10px;
}


.flex-container{
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
}

.flex-item{
align-self: center;
}

.nav-content{
	flex-direction: column;

}


/*.nav-alexis-width{

	margin: 0 auto;
	padding: 0px 30px;
}*/

.alexis-width{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 30px;
}


/***************** New Nav  ****************/


.header-max-width {
	width: 1200px;
	max-width: 75%;
}



/***************** New Nav END  ****************/


/***************** TOP BANNER  ****************/

header{
	background-color: rgba(20,44,67,1);
	width: 100%;
	position: relative;
	z-index: 1;
}

#top-banner h1, #top-banner a{
	color: #fff;
}


#top-banner h1{
	font-size: 48px;
	font-weight:900;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 0px;

}


#top-banner img{
width: 85px;

}

#top-banner .flex-container{
	justify-content: space-between;
}

#top-banner &gt; .flex-container{
	position: relative;
}

.logo-banner {
    position: absolute;
    top: 20px;
}

.flex-right{
	justify-content: flex-end;

}

.flex-item.flex-right {
    align-self: flex-end;
    flex-grow: 2;
}

.flex-container.nav-content, .flex-container.social, .flex-container.logo-banner, nav.flex-container{
	padding:0;
}


.flex-container.nav-content .flex-item {
    align-self: flex-end;
}

 .social a img {
    max-width: 50px;
    transition: 0.3s;
    position: relative;
    top: 8px;
    padding: 0 10px;
    opacity:0.5;
}

 .social a img:hover, .social a img:active {

    opacity:1;
}

nav.flex-container a:hover img, nav.flex-container a:active img{
transform: scale(1.1);
border-bottom: none!important;
}


/*MY NAV*/

nav.flex-container {
    justify-content: space-evenly;
    max-width: 1100px;
    margin: 0 auto;
}

nav a{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	margin: 0;
	padding:10px;
	position: relative;

	
}

nav a, nav a{
border-bottom: 9px solid rgba(50,95,141,0);	
}

nav a:hover, nav a:active{
border-bottom: 9px solid rgba(50,95,141,1);
margin: 0px;
font-weight: 600;

}



.mobile-menu{
		display:none;
	}


 button.dropbtn{
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,0);
	border: none;
	width: 40px;
    height: 40px;
	 min-height: 40px;
    text-align: center;
	 position: absolute;
	 right: 24px;
}

 button.dropbtn:focus{
	outline: none!important;
}

 button.dropbtn:after{content:''; position:absolute; top:-10px; right:-10px;}


 button.dropbtn span{
    border-bottom: solid #fff 3px;
    width: 25px;
    display: block;
    padding-bottom:3px;
}


.dropbtn {
  position: relative;
  display: inline-block;
  float:right;
}


@media all and (max-width: 1200px) {
	
	button.dropbtn {
		top: 42px;	
	}
	
}

@media all and (max-width: 885px) {
	
	button.dropbtn {		
		top: -10px;
		
	}
	
}






.dropdown-content {
  display: none;
  position: absolute;
 width:100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition:0.3s;
  text-transform: uppercase;
  overflow: hidden;

}

.dropdown-content a:hover, .dropdown-content a:active{
background-color:rgba(50,95,141,1);


}

.dropdown-content a img{
max-width: 28px;
  transition:0.3s;
}

.dropdown-content .flex-container{
	justify-content: center!important;
}

.dropdown-content a img:hover, .dropdown-content a img:active{
opacity: 1!important;
}

/*.dropdown a:hover {
	opacity: 0.6;
}*/

.dropdown-show {
	position:relative;
	display: block;
}


#top-banner .flex-item.social * {
	display: none;
}

#top-banner div.flex-container .flex-item:first-of-type {
	display: flex;
	align-self: flex-start;
	padding: 20px;

}



@media all and (min-width: 1200px) {
	
#top-banner .flex-item.social * {
	display: inline;
	flex-flow: row nowrap;
	width: 120px;
}	
	
	/*#top-banner .flex-item.social a {
		
	}*/	
	
	
}


@media (max-width:885px){
	#top-banner div.flex-container:first-child{
		display: flex;

	}

	.social{
		display: flex!important;
	}

	.social a{
		display: block;

	}

	.desktop-menu{
		display:none;
	}

	.mobile-menu{
		display:block;
		text-align: center;
	}

	.mobile-menu p{
		color: #fff;
		font-weight: 900;
		text-align: center;
		font-size: 22px;
		padding-top: 10px;
		text-transform:uppercase;

	}
	.mobile-menu a{
		text-decoration: none;
	}

	.mobile-menu i{
		padding-left: 10px;
	}

	.mobile-menu h1#mobile-title{
		padding:0 ;
		font-size: 6vw;
		text-align:left;
		display:inline;
		line-height:51px;
	}

}

/***************** END OF TOP BANNER  ****************/

/***************** HOME SLIDER  ****************/

div#home-slider{
	background: no-repeat bottom center url(../images/alexis-ed-header-bg1.jpg);
    width: 100%;
    background-size: cover;
    min-height: 850px;
    /*border-top: 6px solid #122B84;*/
    border-bottom: 10px solid rgba(20,44,67,1);
    display: flex;
    /*justify-content: center;*/
    flex-flow: column;
    align-items: center;
	position: relative;

}

#home-slider div.slider-text h2{
	text-align: center;
    color: white;
    font-weight: 100;
    padding-bottom: 50px;
}

#home-slider div.slider-text p{
	text-align: center;
    color: white;
    font-weight: 100;
    font-size: 22px;
    line-height: 36px;

}

div.slider-text{
	width: 750px;
	position: relative;
	top: 150px;
}

div.notice-banner {
	position: relative;
	top: 80px;
	width: 100%;
	display: block;
}

a.btn-banner {
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	background-color: #db2800;
	padding: 20px;
	font-weight: 900;
	font-size: 30px;
	text-decoration: none;
	box-shadow: 0px 4px 4px #111;
	transition: 0.35s;
}

a.btn-banner:hover {
	background-color: #e05535;
}

.alexis-width .notice-banner {
	position: inherit;
	margin: 40px auto;
}

.notice-banner h2 {
	width: 100%;
	text-align: center;
	display: block;
	color: #fff;
	background-color: #db2800;
	border-radius: 50px;
	padding: 20px;
	font-weight: 900;
	font-size: 30px;
	text-decoration: none;
	box-shadow: 0px 4px 4px #111;
}

@media (max-width: 710px) {
	.notice-banner h2 {
		font-size: 4.8vw;
	}
}

/***************** END OF HOME SLIDER  ****************/

/***************** INNER PAGE BANNERS  ****************/


/***** banner images *****/



div#about-banner {
	background: no-repeat center url(../images/about-banner.jpg);
}

div#board-banner {
	background: no-repeat center url(../images/board-banner.jpg);
}

div#school-banner {
	background: no-repeat center url(../images/school-banner.jpg);
}

div#heritage-banner {
	background: no-repeat center url(../images/heritage-banner.jpg);
}

div#outreach-banner {
	background: no-repeat center url(../images/outreach-banner.jpg);
}

div#services-banner {
	background: no-repeat center url(../images/services-banner.jpg);
}

div#post-secondary-banner {
	background: no-repeat center url(../images/postsecondary-banner.jpg);
}

div#events-banner {
	background: no-repeat center url(../images/gymnasium.jpg)
}

div#contact-banner {
	background: no-repeat center url(../images/keyboard-bg.jpg)
}

div#archive-banner {
	background: no-repeat center url(../images/archive-hallway.jpg)
}



/***** end banner images *****/



.inner-banner{
    width: 100%;
    background-size: cover !important;
    height: 150px;
    min-height: 50px;
    border-bottom: 10px solid rgba(20,44,67,1);
    display: flex;
    align-items: center;
}

.inner-banner div.banner-title h2{
	text-align: center;
	color: white;
    font-weight: 300;
}

.banner-title{
	margin: 20px auto;
	padding: 0px  20px 0px 20px;
}

@media (max-width: 885px) {
	.inner-banner {
		height: 200px
	}
	.banner-title {
		padding-top: 90px;
	}
}

@media (max-width: 450px) {
	.inner-banner {
		height: 300px;
	}
	.banner-title {
		padding: 90px 10px 0px 10px;
	}
}




/***************** END OF INNER PAGE BANNERS  ****************/

/***************** WELCOME ALEXIS  ****************/

#welcome-alexis h4{
	font-weight: 100;
	color: #396992;
	text-transform: capitalize;
	text-align: center;
}

.bar-links {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin-bottom: 100px;
}

.bar-links a {
	text-decoration: none;
	transition: 0.15s;
}

.bar-links a:hover {
	box-shadow: 2px 4px 2px #111;
}

.bar-links .flex-item {
	max-height: 50px;
	align-self: unset;
}

.color-bar{
	border-radius: 35px;
	width: 450px;
	min-height: 50px;
	margin: 0 20px;
	margin-top: 60px;
	align-items: center;
}

#purple-bar{ background-color: #863d9e; }

#green-bar{ background-color: #3d9e86; }

#blue-bar{ background-color: #4974a5; }

#red-bar{ background-color: #9e3d55; }

#gold-bar{ background-color: #E0BC12; }

#pink-bar{ background-color: #dd5d90; }

#orange-bar{ background-color: #ed733b; }

#grey-bar{ background-color: #494949; }

.color-bar img {
	width: 50px;
}

#welcome-alexis .flex-container{
	padding: 0 10px;
	flex-wrap: nowrap;
}

#welcome-alexis .color-bar {
	padding: 10px;
}

#welcome-alexis .color-bar div:nth-child(2){
	width: 100%;
}

#welcome-alexis .color-bar h5{
	color: #fff;
	font-size: 30px;
	text-align: center;
}


#programs div.flex-item &gt; p{
	padding: 10px;
	font-weight: 700;
	text-align:center;
}

#keywords{
	margin: 5vw auto;
	position: relative;
	/*top: 2vw;*/
	/*max-width: 800px ;*/
	width: 90%;
	height: 60vw;
	max-height: 500px;
}

#keywords span{
	font-family: museo-sans, sans-serif;
	font-weight: 900;
}

#keywords-mobile{
	display:none;
}

/***************** END OF WELCOME ALEXIS  ****************/

/***************** INNER PAGE CONTENT STRUCTURE  ****************/

/*********** INNER DROPDOWN MENU  **********/


.inner-menu {
	width: 80%;
	max-width: 1000px;
	margin: 20px auto;
	position: relative;
	display: flex;
}

.inner-dropbtn {
	width: 100%;
	background-color: rgb(20,44,67);
	color: #fff;
	padding: 10px 20px;
	text-decoration: none;
	display: flex;
	flex-flow: row;
	align-items: center;
}

.inner-dropbtn p {
	color: #fff;
	margin: 0px;
}

.inner-dropbtn img {
	height: 10px;
	margin: 0px 20px;
	transform: rotate(-90deg);
}

.icon-rotate {
	transform: rotate(90deg);
	/* -webkit-animation: iconrotate;
  	animation: iconrotate;
  	animation-duration: .5s; */
}

/* @keyframes iconrotate {
	from {transform: rotate(-90deg);
	}

	to {transform: rotate(90deg);
	}
} */

.inner-dropbtn:hover, .inner-dropbtn:focus {
	background-color: rgb(50, 95, 141);
	cursor: pointer;
}

.inner-menu-content {
	display: none;
	position: absolute;
	top: 48px;
	background-color: rgb(35,60,85);
	width: 100%;
	max-height: 300px;
}

.inner-menu-content a {
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 50%;
}

.inner-menu-content a:hover {
	background-color: rgb(50, 95, 141);
}

.visible {
	display: flex;
	flex-flow: column wrap;
}

@media (max-width: 885px) {
	.inner-menu-content {
		max-height: none;
	}
	.inner-menu-content a {
		width: 100%;
	}
}




/*********** END INNER DROPDOWN MENU  **********/



.inner-width {
	max-width: 1000px;
	padding: 3em;
	display: block;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
	margin: 2em auto;
	border-radius: 1em;
}

@media (max-width: 1000px) {
	.inner-width {
		border-radius: 0;
	}
}

@media (max-width: 650px) {
	.inner-width {
		padding: 1em;
	}
}

.inner-width p, .inner-width li {
	letter-spacing: 0px;
}

.page-content {
	width: 100%;
}

.duo-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.duo-wrapper .half {
	width: 50%;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 10px;
}

.duo-wrapper img {
	width: 100%;
}

@media (max-width: 930px) {
	.duo-wrapper {
		flex-flow: column;
	}
	.duo-wrapper .half {
		width: 100%;
	}
}



/***************** END INNER PAGE CONTENT STRUCTURE  ****************/


/***************** INNER PAGES ******************/

.inner-width a {
	font-weight: 500;
	color: #27537a;
	text-decoration: none;
}

.inner-width a:hover {
	opacity: 0.5;
}

#core-values li {
	margin-bottom: 20px;
}

#org-structure {
	border: 10px solid #863d9e;
	/*background-color: #863d9e; */
	padding: 40px;
	margin-bottom: 100px;
	width: 100%;
	border-radius: 2em;
}

#org-structure p {
	color: #863d9e;
	letter-spacing: 2px;
	text-align: center;
	margin: 0px;
}

.fullimg {
	width: 100%;
	margin-bottom: 50px;
}




/***************** END INNER PAGES ******************/



/***************** QUICK LINKS  ****************/

#alexis-quicklinks h3{
	text-align: center;
	padding-bottom: 10px;
	color:#fff;
}

#alexis-quicklinks{
	/*background-image: url('../images/eight_horns_blue.png');*/
	background-color: rgba(20,44,67,1);
	width: 100%;
	height: 100%;

}

#quick-links{
	justify-content:space-evenly;
	flex-wrap: wrap;

}


#quick-links a, #quick-links a img {
	text-decoration: none;
	padding-top: 10px;
	transition: 0.3s;
}

#quick-links a:hover img, #quick-links a:active img{
    transform: scale(1.1);
    /*position: relative;
    bottom: 10px;
*/}

#quick-links a p{
	text-align: center;
	text-decoration: none;
	color:#fff;
	padding-top: 10px;
	font-size: 22px;
	font-weight: 700;
}
/***************** END OF QUICKLINKS  ****************/

/***************** EVENTS  ****************/

#events .alexis-width{
	padding: 0 0 80px 0;
}

#events {

	background-color: #396992;
}

#events .alexis-school{
	position: relative;
    bottom: 75px;
}

#events .alexis-school img{
	border: 8px solid #fff;
	max-width: 600px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

#events .alexis-school h4{
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	padding-top: 30px;
	font-size: 1.7vw;
	text-align: center;
}

#events .alexis-school p{
	color: #fff;
	text-align: center;
	padding-top: 30px;
		-webkit-link: none;
}

#events .alexis-events h4{
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 30px 0px;
	font-size: 28px;
	text-align: center;
}

#events .flex-item{
	width: 50%;
	padding: 20px;

}

#events div.flex-item.alexis-school{
		align-self: flex-start;
}


/*
#events div.flex-container{
	max-height:356px;
}
*/


.calendar-item.flex-container{
	align-items: stretch;
}

div.calendar-date{
	border: 6px solid #7ac7fb;
	border-radius: 50%;
	padding: 5px;
	
	width: 80px!important;
	height: 80px;
	justify-content: center;

}

div.calendar-date.flex-item{
	align-self: center;
}

div.calendar-date p{
	font-weight: 700;
	color: #fff;
	font-family: museo-sans, sans-serif;
	font-size: 16px;
	text-align: center;
	position: relative;
    bottom: 6px;
    right: 5px;
    line-height: 20px;
    width: 42px;
}

div.calendar-date p span{
	font-size: 28px;
	text-align:center;

}

.calendar-details.flex-item{
	    flex: 1 1 0;
}

.calendar-details p{
	font-size: 32px;
	color: #fff;
	font-weight:700;
line-height: 28px;
letter-spacing: 0px;

}

.calendar-item{
	padding-bottom:20px;
}

.calendar-details p span{
	font-size: 20px;
	color: #fff;
	font-weight:300;
	line-height: 16px;
	padding-top: 10px;
	display: block;
}

a.event-btn{
	color: #fff;
	border: 6px solid #7ac7fb;
	padding: 10px;
	border-radius: 30px;
	display: block;
	margin: 0 auto;
	text-align:center;
	max-width: 210px;
	text-decoration: none;
	transition: 0.3s;
}

a.event-btn:hover, a.event-btn:active{
	border: 6px solid #142B43;
}

.events-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.event-card {
	border-radius: 1em;
	box-shadow: 0px 0px 10px #bbb;
	width: 40%;
	margin-bottom: 50px;
}

.event-card img {
	width: 100%;
	border-radius: 1em 1em 0 0;
}

.event-content {
	padding: 30px;
}

@media (max-width: 885px) {
	.event-card {
		width: 430px;
		max-width: 100%;
	}
}


/***************** END OF EVENTS  ****************/

/***************** CONTACT  ****************/

#alexis-contact{
	/*background-image: url('../images/eight_horns_blue.png');*/
	background-color: rgba(20,44,67,1);
	width: 100%;
	height: 100%;

}

#alexis-contact .flex-item{
	padding: 40px 0 0;
}

p.success, p.error {
    padding: 60px 0 0;
    font-size: 2.5vw;
}

.error {
    background-color: rgba(0,0,0,0)!important;
    color: red!important;
    }

p input, p textarea{
	font-size: 16px;
	color: #fff;
	font-family: museo-sans, sans-serif;
	   padding: 5px 10px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
resize: vertical;
    border: solid 1px #7da0c5 !important;
}

input.submit_button{
	border:none!important;
	text-transform: uppercase;
}

#myDiv label{
	color: #fff;
	padding-bottom: 10px;

}

#alexis-contact h3, #alexis-contact h5, #alexis-contact h6{
	color: #fff;
	text-align:center;

}

#alexis-contact h6{
	font-weight: 300;
}


#alexis-contact a{
	text-decoration: none;
	cursor: pointer;
}

#alexis-contact h5{
	padding-bottom: 5px;
}

#alexis-contact p  {
	color: rgb(127, 161, 196);
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	margin: 0 auto;
	display: block; 
}

#alexis-contact img{
	margin: 0 auto;
	display: block;
	padding: 30px 0;
	transition: 0.3s;
}

#alexis-contact a:hover img, #alexis-contact a:active img{
	transform: scale(1.1);
}

#alexis-contact .flex-container{
	justify-content: space-around;
}


div#myDiv {
    padding-top: 80px;
}

.submit_button{
        background-color: rgba(50,95,141,1);
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 200px;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    top: 30px;
    display: block;
    margin: 0 auto;
    max-width: 260px;
    transition:0.3s;
    border: none;
    margin-bottom: 40px;
    cursor: pointer;
    -webkit-appearance: none;
    
}

.submit_button:hover, .submit_button:active{
	transform: scale(1.1);
}

#contact-container {
	padding-top: 50px;
	padding-bottom: 250px;
}

/***************** END OF CONTACT  ****************/

/***************** GALLERY  ****************/


#alexis-gallery h3{
	text-align: center;
	padding-bottom: 30px;

}

#lightgallery {
	justify-content: center;
	flex-wrap: wrap;
}

#lightgallery a{
	padding:11px 14px;
}

#lightgallery img{
	width: 245px;
	transition: 0.3s;
}

#lightgallery img:hover, #lightgallery img:active{
	transform: scale(1.07);
}

#lg-share{
	display: none;
}

/***************** END OF GALLERY  ****************/

/***************** HOW NAKOTA ARRIVED  ****************/

#how-nakota{
	background-color: rgba(20,44,67,1);
	width: 100%;
	height: 100%;
}

#how-nakota .alexis-width{
	overflow: hidden;
	box-sizing: border-box;
}

#how-nakota h5{
	color: #fff;
	font-size: 28px;
}

#how-nakota span{
	padding-bottom: 20px;
	display: block;

}

#how-nakota p span{
	font-weight :600;
	font-size: 22px;
	font-family: museo-sans, sans-serif;
	letter-spacing: -0.5px;
}

#how-nakota img{
	width: 37vw;
	float: left;
	margin: 0 30px 20px 0;
	max-width: 50%;
	border: 1px solid #fff;
}

#how-nakota p{
	color: white;
	padding-bottom: 20px;
}

#how-nakota a{
	background-color:rgba(50,95,141,1);
	color: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 200px;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	position: relative;
	top: 30px;
	display: block;
	margin: 0 auto;
	max-width: 285px;
	text-transform: uppercase;
	-webkit-appearance: none;
/*border-radius: 0;*/
}

#how-nakota a:hover, #how-nakota a:active{
	transform: scale(1.1);
}

div#how-nakota-full{
		overflow: auto;
}

div.lity-popup-container{

    background-color: #fff;
    width: 80%;
    padding: 80px 100px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    z-index: 16777271!important;
}



.lity-popup-container h5{
color: #1C1C1C;
padding-bottom: 5px;
}

.lity-popup-container p span{
	font-weight: 500;
	color: #1C1C1C;
	font-size: 22px;
	letter-spacing: -0.5px;
	font-family: museo-sans, sans-serif;
}

.lity-popup-container p{
	color: #1C1C1C;
	padding-bottom: 30px;

}

/***************** END OF HOW NAKOTA ARRIVED  ****************/

/***************** FOOTER  ****************/

/*#footer-content .alexis-width{
	padding: 40px 30px;
}*/

#footer-content h4{
	color: #fff;
	text-align: center;
	font-weight: 700;
}

#footer-content{
		background: no-repeat center url(../images/footer-bg-new1.jpg);
    width: 100%;
    background-size: cover;
    min-height: 400px;
    /*border-top: 6px solid #122B84;*/
    border-bottom: 40px solid rgba(20,44,67,1);
    display:flex;

}

#footer-content h5{
	font-weight: 700;
}

#footer-content p{
	font-weight: 500;
}


#footer-content h5, #footer-content p{
	color: #fff;
	

}

#footer-content h5 span{
	font-size: 80%;
}

#footer-content div div div:last-child{
	text-align: right;
}


#footer-content .alexis-width{
	width: 100%;
}

#footer-content .flex-container {
    display: flex;
    /*width:100%;*/
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-between;
    align-self: center;
}

.footer-line{
	border-top: 4px solid #305e8e;
	width: 100%;
	margin: 10px 0;
}



/***************** END OF FOOTER  ****************/

/***************** MEDIA QUERIES  ****************/
@media(max-width:310px){

header + div#home-slider{
		    background: no-repeat top center url(../images/alexis-ed-header-bg1.jpg)!important;
    width: 100%;
    background-size: cover;
    min-height: auto;
    /*border-top: 6px solid #122B84;*/
    border-bottom: 10px solid rgba(20,44,67,1);
}

header + div.slider-text p{
	font-size: 16px!important;
	padding-bottom: 40px;
}
}

@media(max-width:470px){

.flex-container.social{
	justify-content: center!important;
}



#alexis-contact h5{
	font-size:24px;
	padding: 0;
}

#alexis-contact h6{
	font-size:18px;
}

#keywords{
	display:none;
}




#footer-content{

    overflow: hidden;
}

#footer-content img{
	padding: 10px;
	max-width: 140px;
}

div.calendar-date{
	border: 4px solid #7ac7fb;
	border-radius: 50%;
	padding: 5px;
	
	width: 60px!important;
	height: 60px;
	justify-content: center;

}

div.calendar-date.flex-item{
	align-self: center;
}

div.calendar-date p{
	font-weight: 700;
	color: #fff;
	font-family: museo-sans, sans-serif;
	font-size: 12px;
	text-align: center;
	position: relative;
    bottom: -7px;
    right: -1px;
    line-height: 15px;
    width: 42px;
}

div.calendar-date p span{
	font-size: 18px;
	text-align:center;


}

div.calendar-details p{
	font-size: 22px;
	padding-left: 6px;
	font-weight: 700;
}

.calendar-details p span {
    font-size: 16px;
    line-height: 18px;

}

#events .flex-item {
    width: 100%;
    padding: 5px!important;
}

.calendar-details p span {
    font-size: 18px;
    padding-top: 0px;

}

}


@media (max-width: 710px){


div.lity-popup-container {
    background-color: #fff;
    width: 80%;
    padding: 80px 40px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}

#welcome-alexis div.color-bar img {
    margin-left: 1vw;
        width: 10vw;
    max-width: 50px;
}

.color-bar{
	max-width: none;
	width:100%;

}

#keywords{
	display: none;
}


#keywords-mobile{
	display:block;
}

#keywords-mobile ul{
	padding: 50px 0 30px;
}

#keywords-mobile ul li{
	text-align: center;
}

#welcome-alexis .flex-container{
	/*padding: 0 10px;*/
	flex-wrap: nowrap;
}

#welcome-alexis .color-bar {
	margin: 20px auto;
}

#welcome-alexis a.color-bar img{
	width: 6vw;
}

#welcome-alexis a.color-bar div:nth-child(2){
	width:100%;
	display: block;
    margin: 0 auto;
}

#welcome-alexis a.color-bar h5{
	    font-size: 4.8vw;
    display: block;
    margin: 0 auto;
    text-align: center;
}



}

@media(max-width:885px){

header#top-banner {
    position: fixed;
    z-index: 1000;
}

h2 {
    font-size:36px;
}

h3 {
    font-size:28px;
}

h1.hideonmobile{
display:none;
}

h1#mobile-title{
	font-size:6vw;
	text-align: left;
	padding-top: 0;
}


#top-banner{
	padding: 15px 0;
}
	


#top-banner .flex-container.logo-banner, #top-banner a img{
	flex-direction: column;
	position: static;
	display: block;
	margin: 0 auto;
	transition: 0.3s;
	opacity: 0.5;

}

div.notice-banner {
	top: 100px;
}

a.btn-banner {
	font-size: 20px;
}

div.slider-text{
		width:90%;
		padding-top: 130px;
		position: static;
		display: block;
		margin: 0 auto;
	
	}

div.slider-text p{
	font-size: 16px!important;
	line-height: 26px !important;
	padding-bottom: 140px;
}

div#home-slider{
		    background: no-repeat bottom -163px center url(../images/alexis-ed-header-bg1.jpg)!important;
    width: 100%;
    background-size: cover;
    min-height: auto;
    /*border-top: 6px solid #122B84;*/
    border-bottom: 10px solid rgba(20,44,67,1);
}

.flex-container.nav-content{
	display: block;
	margin: 0 auto;
}

.flex-container.social{
	justify-content: center;
}



#alexis-quicklinks img{
	width: 150px;
}

/*#keywords {
    margin: 0 auto;
    position: relative;
    width: 90%;
    height: 275px;
}*/


#how-nakota img{
	width:100%;
	float:none;
	max-width:none;
	
	display:block;
	margin: 0 auto;

}
#how-nakota h5{
	padding-top: 50px;
}

#how-nakota h5, #how-nakota p span{
	text-align: center;
} 



#footer-content .flex-item{
	padding: 20px;
}

#how-nakota a {
	cursor: pointer;
    font-size: 22px;
    padding: 10px 5px;
    max-width: 230px;


}

p.success, p.error  {
    font-size: 24px;
}

#footer-content .flex-container{
	flex-direction: column;
}

#footer-content p, #footer-content h5{
	text-align: center;
}



#footer-content .flex-item:nth-child(2){
	order: -1;
}

.hideonemobile{
	    position: absolute !important;
    height: 1px; width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

}

@media(max-width:1100px){

p{
	font-size: 16px;
}



#footer-content h5{

	font-size: 24px;
}

#footer-content .flex-item img{
	width: 220px;
	display: block;
	margin: 0 auto;
}

#flex-column{
	flex-direction: column;

}

#events .flex-item{
	width: 100%;
	padding: 20px;

}

#events .alexis-school h4, #events .alexis-events h4 {
    font-size: 32px;
}

.alexis-events {
    position: relative;
    bottom: 75px;
}

#flex-column &gt; div:nth-child(2){
	margin-bottom:-75px;
}

.calendar-item.flex-container {
    max-width: 450px;
    margin: 0 auto;
}

a.event-btn{
	margin-top: 40px;
}

}


/***************** END OF MEDIA QUERIES  ****************/


/*FORM*/


/*body{
    width: 414px;
    font-family: Arial;
	font-size: 14px;
}*/
#after_submit, #email_validation, #name_validation {
    display:none;
}

#after_submit{
    background-color: rgba(39,83,122,1);
    line-height: 31px;
    margin-bottom: 10px;
    padding-left: 20px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

label, #after_submit{
	color: #1c1c1c;
	text-align: center;
	margin: 0 auto;
	display: block;
	    /*font-family: 'Nunito', 'Helvetica', sans-serif;*/
    font-size: 22px;
    font-weight: 300;

}

input{
    line-height: 31px;
    margin-bottom: 30px;
}

input, textarea{
    width: 100%;
    max-width: 760px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(50,94,141,1);
	border: solid 1px rgba(50,95,141,1);
	margin: 0 auto;
    display: block;


}

input:focus, textarea:focus{
	border: none;
}


#contact_form{
	min-height: 370px;
	background-color: rgba(255,255,255,0.6);
	border: 7px solid #2649b1;
    padding: 10px 20px 50px 20px;
-webkit-border-top-right-radius: 80px!important;
-webkit-border-bottom-left-radius: 80px!important;
-moz-border-radius-topright: 80px!important;
-moz-border-radius-bottomleft: 80px!important;
border-top-right-radius: 80px!important;
border-bottom-left-radius: 80px!important;

	    padding-top: 40px;
    margin-top: 40px;
    display: block;
}

#submit_button{
    background-color: rgba(50,95,141,1);
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 200px;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    top: 30px;
    display: block;
    margin: 0 auto;
    max-width: 260px;
    transition:0.3s;
    border: none;
    margin-bottom: 40px;
    
}

#submit_button:hover, #submit_button:active{
	transform: scale(1.1);
}

label.required:after {
  content:'*';
  color:red;
}

.error {
  background-color:#FFDFDF;
  color:red;
}
.error_message{
  font-style: italic;
  font-size: 10px;
}
.row {
  margin:5px;
}




/* ------------ APP AD ------------ */

#app-ad {
  background-image: linear-gradient(#588472, #A0C7AD);
}

.app-ad-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.app-ad-content h3 {
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  margin-left: 30px;
  margin-top: 50px;
  line-height: 0.7;
}

.app-ad-content h3 span {
	font-size: 30px;
}

#phone-img {
  width: 250px;
  height: 400px;
  object-fit: cover;
  object-position: top;
  z-index: 4;
  margin-top: 50px;
}

#ad-list {
  padding: 10px;
  margin-top: 20px;
  margin-left: 20px;
}

#ad-list p {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.appad-list-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 15px;
  color: #fff;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #C31011;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}

.blue-dot {
	background-color: #304F98;
}

.yellow-dot {
	background-color: #EBDA06;
}

.red-dot {
	background-color: #D94D57;
}

.purple-dot {
	background-color: #9F4289;
}

#ad-button {
  height: 70px;
  width: 380px;
  border-radius: 10px;
  padding: 20px 25px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: -105px;
  background-color: #1A4D3F;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition-duration: 300ms;
}

#ad-button:hover {
  background-color: #2F8970;
}

#ad-button p {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

#store-links {
  margin-left: -150px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 40px;
}

.store-link {
  margin-top: 5px;
  transition-duration: 300ms;
}

.store-link:hover {
  scale: 1.1;
}

.store-link img {
  width: 150px;
}

@media (max-width: 830px) {
  .app-ad-content h3 {
    font-size: 35px;
  }
  .app-ad-content h3 span {
	font-size: 25px;
  }
  #phone-img {
    width: 150px;
    height: 260px;
    margin-top: 45px;
  }
  #ad-list {
    margin-top: 8px;
    margin-left: 10px;
  }
  .appad-list-item {
    margin-bottom: 7px;
  }
  #ad-list p {
    font-size: 15px;
  }
  #ad-button {
    height: 40px;
    width: 310px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #ad-button p {
    font-size: 18px;
  }
  #store-links {
    margin-left: -120px;
    padding-bottom: 20px;
  }
  .store-link img {
    width: 120px;
  }
}

@media (max-width: 550px) {
  .content-wrap {
    display: flex;
	flex-flow: column;
	align-items: center;
  }
  .app-ad-content h3 {
    font-size: 40px;
	text-align: center;
  }
  .app-ad-content h3 span {
	font-size: 30px;
  }
  #phone-img {
    display: none;
  }
  .app-ad-content {
    flex-flow: column;
    align-items: center;
  }
  #ad-list {
    margin-top: 15px;
    margin-left: 0px;
  }
  .appad-list-item {
    margin-bottom: 10px;
  }
  #ad-list p {
    font-size: 18px;
  }
  #ad-button {
    height: 60px;
    width: 300px;
    margin-bottom: 20px;
    margin-left: 0px;
    justify-content: center;
  }
  #ad-button p {
    font-size: 22px;
  }
  #store-links {
    padding-bottom: 40px;
	margin: 0 auto;
  }
  .store-link {
    margin-top: 10px;
  }
  .store-link img {
    width: 200px;
  }
}



/* -- NEWS SECTION -- */

#news-home .duo-wrapper {
	justify-content: space-around;
}

.news-post {
	max-width: 400px;
	height: 500px;
	margin: 20px;
}

.news-post img {
	height: 250px;
	object-fit: cover;
	margin-bottom: 10px;
}

.text-btn {
	font-family: museo-sans, sans-serif;
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	background: #27537a;
	border: none;
	border-radius: 20px;
	padding: 10px 20px;
}

.text-btn:hover {
	background: #4974A5;
	cursor: pointer;
}

.modal-dialog {
	max-width: 900px;
}

.modal-header {
	padding: 2rem;
	background: #27537a;
}

.modal-header h5 {
	color: #fff;
}

.modal-header .close {
	color: #fff;
	font-size: 2rem;
	margin: -1.5rem -1rem -1rem auto;
}

.modal-body {
	padding: 2rem;
}

.modal-content ul {
	list-style: disc;
	padding-left: 1.5rem;
	margin-bottom: 2rem;
}


#archive-btn{
	color: #4974a5;
	border: 6px solid #4974a5;
	padding: 15px 30px;
	border-radius: 30px;
	display: block;
	margin: 3rem auto;
	text-align:center;
	font-weight: 600;
	max-width: 210px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s;
}

#archive-btn:hover, #archive-btn:active{
	border: 6px solid #4974A5;
}</pre></body></html>