* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

@media [hidden] {
	display: none;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}

button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
}

abbr[title] {
	border-bottom: 0.063em dotted;
}

b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 2.500em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small {
	font-size: 75%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: middle;
}

img.full-width {
	width: 100%;
	max-width: 100%;
	height: auto;
}

ul {
	-webkit-padding-start: 0px;
}

/* Containers ------------------------------ */

.wrapper {
	width: 100%;
	position: relative;
}

.container {
	max-width: 1400px;
	width: 100%;
	position: relative;
	padding: 1.875em 3.750em;
	margin: 0 auto;
}

/* Typography ------------------------------ */

html {
	font-size: 1em;
	-webkit-text-size-adjust: 1em;
	-ms-text-size-adjust: 1em;
}

body {
	margin: 0;
	font-family: 'Archivo Narrow', sans-serif;
	line-height: 1.5;
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.1;
	color: inherit;
}

p {
	margin: 0 0 0.75em;
}

h1 {
	font-size: 2em;
	margin: 0 0 0.67em;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 0.75em;
	text-transform: lowercase;
	font-size: 3em;
	letter-spacing: .15em;
	color: #4E4540;
}

h3 {
	font-size: 1.6em;
	margin: 0 0 .5em;
}

h4 {
	font-size: 1.3em;
	margin: 0 0 1.33em;
}

h5 {
	font-size: 1.2em;
	margin: 0 0 1.67em;
}

h6 {
	font-size: 1.1em;
	margin: 0 0 2.33em;
}

.gear-after:after {
	position: absolute;
	display: inline-block;
	margin-top: .5em;
	max-width: 25px;
	font-family: FontAwesome;
	content: "\f013";
	font-size: .6em;
	text-align: right;
	margin-left: .5em;
	color: #4f4640;
}

.gear-before:before {
	position: absolute;
	display: inline-block;
	font-family: FontAwesome;
	content: "\f013";
	font-size: .6em;
	margin-top: .5em;
	margin-left: -1.45em;
	margin-right: .25em;
	color: #4f4640;
}

.purple {
	color: #A23F97;
}

.green {
	color: #66973B;
}

.blue {
	color: #6E99B4;
}

.orange {
	color: #F7921D;
}

.yelllow {
	color: #D9DA55;
}

.brown {
	color: #4E4540;
}

.teal {
	color: #29A592;
}

.grey {
	color: #696969;
}

img.full {
	max-width: 100% !important;
	width: 100%;
	margin-bottom: 1.875em !important;
}

img.right {
	float: right;
	margin-left: 1.875em;
}

img.left {
	float: left;
	margin-right: 1.875em;
}

a,
a:visited,
a:active {
	text-decoration: none;
	color: #a23f97;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover,
a:focus {
	color: #6E99B4;
	text-decoration: underline;
}

a:focus {
	outline-style: solid;
	outline-offset: 3px;
}

.btn,
.btn:visited,
.btn:active {
	display: inline-block;
	background: #a23f97;
	color: #FFF;
	font-size: 1.250em;
	font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
	padding: 15px 1.250em;
	-webkit-transition: all 0s ease-out;
	-moz-transition: all 0s ease-out;
	-ms-transition: all 0s ease-out;
	-o-transition: all 0s ease-out;
	transition: all 0s ease-out;
}

.btn:after {
	position: absolute;
	content: " ";
	width: 0px;
	height: 56px;
	border-style: solid;
	border-width: 30px 0 25px 20px;
	border-color: transparent transparent transparent #a23f97;
	margin-top: -15px;
	margin-left: 24px;
}

body.events .btn:after,
body.subpage .btn:after {
	margin-left: 27px;
}

.btn:hover {
	background: #702c68;
	color: #FFF;
	text-decoration: none;
}

.btn:hover:after {
	border-color: transparent transparent transparent #702c68;
}

.btn:focus {
	text-decoration: none;
	color: #FFF;
}

.btn.square {
	padding: 23px 50px;
	font-size: 1.5em;
	line-height: 1em;
}

.btn.square:after {
	display: none;
}

.btn.square:focus {
	outline: solid #702c68;
}

.btn.square.green {
	background: #66973b;
}

.btn.square.green:hover {
	background: #436327;
}

.btn.square.green:focus {
	outline: solid #66973b;
}

.btn.square.blue {
	background: #6E99B4;
}

.btn.square.blue:hover {
	background: #447c9e;
}

.btn.square.blue:focus {
	outline: solid #6E99B4;
}

/* Skip To Main Content Link ---------- */

.nav-skipto {
	position: absolute;
	bottom: 100%;
	display: inline-block;
	z-index: 2;
}

.nav-skipto:focus {
	bottom: initial;
	top: 0;
}

/* Header ------------------------------ */

.header {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.header .logo {
	flex: 1 1 30%;
}

.header .logo h1 {
	margin-bottom: 0;
}

.header .logo a {
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.header .logo a:hover {
	opacity: .8;
}

.header .logo a img {
	width: 100%;
}

.header .logo a:focus {
	outline: solid #6E99B4;
}

.header nav a {
	padding: 10px;
	font-size: 1.7em;
	text-transform: uppercase;
	color: #000;
}

.header nav a:hover,
.header-nav a:active,
.header nav a:focus {
	color: #FFF;
	background-color: #a23f97;
	text-decoration: none;
}

.header nav a:focus {
	outline: solid #29A592;
}

.header .desktop-nav {
	flex: 1 1 70%;
}

.header .desktop-nav ul {
	-webkit-margin-before: 0em;
	list-style-type: none;
	float: right;
}

.header .desktop-nav ul li {
	float: left;
}

.header .desktop-nav ul li:hover a {
	color: #FFF;
	background-color: #a23f97;
	text-decoration: none;
}

.header .desktop-nav ul li.dropdown:hover ul.subnav,
.header .desktop-nav ul li.dropdown:focus ul.subnav,
.header .desktop-nav ul li.dropdown:active ul.subnav {
	display: block;
}

.header .desktop-nav ul li.dropdown a:hover ul.subnav,
.header .desktop-nav ul li.dropdown a:focus ul.subnav,
.header .desktop-nav ul li.dropdown a:active ul.subnav {
	display: block;
}

.header .desktop-nav li.dropdown a:hover ul.subnav,
.header .desktop-nav li.dropdown a:focus ul.subnav,
.header .desktop-nav li.dropdown:focus a ul.subnav,
.header .desktop-nav li.dropdown:hover a ul.subnav {
	display: block !important;
}

ul.show-menu {
	display: block !important;
	opacity: 0.99;
}

.header .desktop-nav ul li.dropdown ul.subnav {
	display: none;
	position: absolute;
	z-index: 9999;
	margin-top: 5px;
}

.header .desktop-nav ul li.dropdown ul.subnav li {
	float: none;
	border-bottom: 2px solid #3a0e35;
}

.header .desktop-nav ul li.dropdown ul.subnav li:nth-last-child(1) {
	border-bottom: 0;
}

.header .desktop-nav ul li.dropdown ul.subnav li a,
.header .desktop-nav ul li.dropdown ul.subnav li a:active,
.header .desktop-nav ul li.dropdown ul.subnav li a:visited {
	background-color: #691a60;
	width: 100%;
	display: block;
	color: #FFF;
}

.header .desktop-nav ul li.dropdown ul.subnav li a:hover {
	background-color: #a23f97;
	text-decoration: none;
}

.header .desktop-nav ul li.dropdown ul.subnav li a:focus {
	background-color: #a23f97;
	text-decoration: none;
	outline: solid #29A592;
}

.header .mobile-nav {
	display: none;
	margin-top: 1.875em;
	background-color: #A23F97;
	text-align: right;
	padding: .75em 1.75em;
}

.header .mobile-nav .mobile-trigger {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.header .mobile-nav .menu {
	display: none;
	position: absolute;
	margin: 0;
	margin-top: 12px;
	list-style-type: none;
	width: 100%;
	left: 0;
	z-index: 9999;
}

.header .mobile-nav .menu .mobile-trigger {
	display: none;
}

.header .mobile-nav .menu li {
	width: 100%;
	float: left;
	text-align: left;
	background-color: #691a60;
}

.header .mobile-nav .menu li a.close,
.header .mobile-nav .menu li a.close:visited,
.header .mobile-nav .menu li a.close:active {
	text-align: center;
	font-size: 1em;
	background-color: teal;
}

.header .mobile-nav .menu li a.close:hover,
.header .mobile-nav .menu li a.close:focus {
	background-color: #29A592;
}

.header .mobile-nav .menu li .mobile-trigger {
	display: none;
}

.header .mobile-nav .menu li a {
	background-color: #691a60;
	width: 100%;
	display: block;
	padding: .25em 1em;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #FFF;
}

.header .mobile-nav .menu li a:hover,
.header .mobile-nav .menu li a:active,
.header .mobile-nav .menu li a:focus {
	color: #FFF;
	background-color: #a23f97;
	text-decoration: none;
}

.header .mobile-nav .menu li a:focus {
	outline: none;
}

.header .mobile-nav .menu .dropdown:after {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	right: 43px;
	color: #FFF;
	font-size: 2em;
	margin-top: -47px;
}

.header .mobile-nav .menu .dropdown .subnav {
	display: none;
	list-style-type: none;
	text-indent: 3em;
}

.header .mobile-nav .menu .dropdown .subnav a {
	font-size: 1.25em;
}

.header .mobile-nav .mobile-trigger:hover button .fa {
	opacity: .8;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.header .mobile-nav .mobile-trigger:focus,
.header .mobile-nav .mobile-trigger button:focus {
	outline: solid #FFF;
}

.header .mobile-nav .mobile-trigger button {
	background-color: transparent;
	border: 0;
	font-size: 3em;
	padding: 0;
	padding: 0 10px;
}

.header .mobile-nav .mobile-trigger button .fa {
	color: #FFF;
}

/* Body ------------------------------ */

main {
	width: 100%;
	position: relative;
}

/* Homepage: Intro ------------------------------ */

#intro .intro-wrap {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	padding-top: 0;
}



#intro .intro-wrap .welcome {
	flex: 1 1 70%;
	align-self: flex-end;
}

#intro .intro-wrap .welcome .image img {
	margin-top: -100px;
	max-width: 750px;
	margin-left: 1.875em;
	margin-bottom: 1.875em;
}

#intro .intro-wrap .welcome .image .message {
	position: absolute;
	margin-top: -150px;
	width: 35%;
	right: 60px;
}

#intro .intro-wrap .welcome .learn-more {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

#intro .intro-wrap .welcome .learn-more .btn {
	flex: 1 1 15%;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	/* min-height: 24em; */
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

#intro .intro-wrap .welcome .learn-more .btn span {
	width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	flex: none;
}

#intro .intro-wrap .welcome .learn-more .btn:nth-child(2) {
	margin: 0 0.938em;
}

/* Homepage: News ------------------------------ */

#news {
	position: relative;
	background: url('../img/design/news-box-gear.jpg');
	background-size: cover;
	background-position: 0;
}

#news .news-wrap {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#news .news-wrap h2 {
	flex: 0 0 100%;
}

#news .news-wrap .article {
	flex: 0 1 48.5%;
}

#news .news-wrap .article h3 {}

#news .news-wrap .article p {
	font-family: 'PT Serif', serif;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

#news .news-wrap .article .btn {
	float: right;
}

#news .news-wrap .article .btn:focus {
	outline: solid #A23F97;
}

/* Homepage: CTA ------------------------------ */

#cta .cta-wrap {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#cta .cta-wrap img {
	flex: 1 1 33.3%;
	width: 100%;
	max-width: 30%;
	height: 100%;
}

/* Homepage: Follow Us ------------------------------ */

#follow-us {
	position: relative;
	background: url('../img/design/orange-gear.jpg');
	background-size: cover;
	background-position: 0;
}

#follow-us .follow-us-wrap .social-header {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

#follow-us .follow-us-wrap .social-header h2 {
	flex: 0 1 275px;
}

#follow-us .follow-us-wrap .social-header .divide {
	flex: 1 1 auto;
	border-top: 1px dashed #4f4640;
	margin: 1.875em .5em;
}

#follow-us .follow-us-wrap .social-header .icons {
	flex: 0 1 auto;
	text-align: right;
	font-size: 2.5em;
}

#follow-us .follow-us-wrap .social-header .icons a,
#follow-us .follow-us-wrap .social-header .icons a:visited,
#follow-us .follow-us-wrap .social-header .icons a:active {
	color: #4E4540;
	margin-left: 0.15em;
}

#follow-us .follow-us-wrap .social-header .icons a:hover {
	text-decoration: none;
}

#follow-us .follow-us-wrap .social-header .icons a:focus {
	outline: solid #FFF;
}

#follow-us .follow-us-wrap .social-header .icons a:nth-child(1) {
	margin-left: 0;
}

#follow-us .follow-us-wrap .social-header .icons a:hover i,
#follow-us .follow-us-wrap .social-header .icons a:focus i {
	color: #1c1917;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#follow-us .follow-us-wrap .feeds-wrap .social-feeds {}

#follow-us .follow-us-wrap .social-feeds {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

#follow-us .follow-us-wrap .social-feeds .feed {
	flex: 0 1 48.5%;
	min-height: 24em;
	max-width: 500px;
	margin-right: 2em;
}

#follow-us .follow-us-wrap .social-feeds .feed h3 {
	color: #4f4640;
	text-transform: uppercase;
}

/* Footer ------------------------------ */

#footer {
	width: 100%;
	position: relative;
	padding: 1.250em 0;
	background: url('../img/design/footer-bg.jpg');
	background-size: cover;
	background-position: 0;
	clear: both;
}

#footer a,
#footer a:visited,
#footer a:active {
	color: #000;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.4em;
}

#footer a:hover {
	text-decoration: none;
	color: #00857e;
}

#footer a:focus {
	outline: solid #A23F97;
	color: #00857e;
	text-decoration: none;
}

#footer address {
	font-style: normal;
}

#footer .footer-wrap {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0) url(../img/design/footer-dashed.png) no-repeat scroll 290px 52px;
}

#footer .footer-wrap h2 {
	flex: 0 0 100%;
	font-size: 1.5em;
	margin: 0 0 0.75em;
	text-transform: lowercase;
	font-size: 3em;
	letter-spacing: .15em;
	color: #4E4540;
}

#footer .footer-wrap .left-col {
	flex: 1 1 10%;
}

#footer .footer-wrap .right-col {
	flex: 1 1 30%;
	min-width: 24.063em;
	text-align: right;
}

#footer .footer-wrap .right-col div:nth-child(1) {
	margin-bottom: 20px;
    margin-right: 20px;
}

#footer .footer-wrap .right-col div img {
	max-width: 23.438em;
}

#footer .footer-wrap p {
	flex: 0 0 100%;
}

.footer-branding {
	height: 2.188em;
	width: 100%;
	position: relative;
	background: url('../img/design/bottom-bg.jpg') no-repeat center bottom;
	background-size: contain;
	background-color: #D9DB56;
}

/* Inernal Pages ------------------------------ */

/*** responsive tables ***/

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
	margin-bottom: 2em;
}

body.events #page-banner {
	height: 200px;
	background: url(../img/design/news-box-gear.jpg);
	background-size: cover;
	background-position: 100% 100%;
	margin-bottom: 3em;
}

body.subpage #page-banner {
	height: 200px;
	background: url(../img/design/orange-gear.jpg);
	background-size: cover;
	background-position: 100% 100%;
	margin-bottom: 3em;
}

#page-banner .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	height: 100%;
}

#page-banner .container h1 {
	margin-bottom: 0;
	text-transform: lowercase;
	font-size: 3em;
	letter-spacing: .15em;
	color: #4E4540;
}

#page-banner .container .gear-before:before {
	position: absolute;
	display: inline-block;
	font-family: FontAwesome;
	content: "\f013";
	font-size: .6em;
	margin-top: .5em;
	color: #4f4640;
}

body.events h2,
body.subpage h2 {
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0;
	font-size: 1.7em;
	margin: 0 0 .5em;
	color: #000;
	text-transform: none;
}

body.events p,
body.subpage p {
	font-family: 'PT Serif', serif;
	font-size: 1.1em;
	margin-bottom: 1.5em;
}

body.events p .btn,
body.subpage p .btn {
	font-family: 'Archivo Narrow', sans-serif;
}

body.events footer p,
body.subpage footer p {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1em;
	margin-bottom: .75em;
}

body.subpage #intro .intro-wrap {
	padding-bottom: 0;
}



body.events #intro .intro-wrap .welcome,
body.subpage #intro .intro-wrap .welcome {
	flex: 1 1 75%;
}



body.events #intro .intro-wrap .welcome .image img,
body.subpage #intro .intro-wrap .welcome .image img {
	margin-top: 0;
	margin-left: 0;
}

body.events #intro .intro-wrap .welcome .read-more,
body.events section .article-wrap .article-content .read-more,
body.subpage #intro .intro-wrap .welcome .read-more,
body.subpage section .article-wrap .article-content .read-more {
	float: right;
	margin-bottom: 0;
}

body.events #intro .intro-wrap .welcome .read-more.left,
body.events section .article-wrap .article-content .read-more.left,
body.subpage #intro .intro-wrap .welcome .read-more.left,
body.subpage section .article-wrap .article-content .read-more.left {
	float: left;
}

body.events #intro .intro-wrap .welcome .read-more.left .btn:after,
body.events section .article-wrap .article-content .read-more.left .btn:after,
body.subpage #intro .intro-wrap .welcome .read-more.left .btn:after,
body.subpage section .article-wrap .article-content .read-more.left .btn:after {
	margin-left: 27px;
}

body.events section .article-wrap,
body.subpage section .article-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

body.events section .article-wrap .article-side,
body.subpage section .article-wrap .article-side {
	flex: 0 0 25%;
	min-width: 15em;
	margin-right: 1.875em;
}

body.events section .article-wrap .article-content,
body.subpage section .article-wrap .article-content {
	/*flex: 0 1 75%;*/
}

body.events section.article:nth-of-type(even),
body.subpage section.article:nth-of-type(even) {
	background-color: #f2f2f2;
	margin: 2em 0;
}

body.events footer,
body.subpage footer {
	margin-top: 2em;
}

/*** Staff Page ***/

div.profile p {
	margin: 0;
	padding: 0;
}

.profile {
	clear: both;
	line-height: 2.25;
	margin-bottom: 3em;
}

.clearfix {
	display: table;
	clear: both;
}

div.profile img {
	float: left;
	margin-bottom: 2em;
	margin-right: 2em;
}

section.staff h2 {
	margin-top: 1em;
}

section.staff h3 {
	margin-top: 1em;
	margin-bottom: 0;
}

section.staff .details .divider {
	display: inline-block;
	background-color: #29A592;
	width: 110px;
	height: 2px;
	margin: .2em 0;
}

section.staff .details .title,
section.staff .details .email {
	line-height: 1.5em;
}

section.staff .details .bio {
	line-height: 1.8em;
}

.article-content ul {
	font-family: 'PT serif', serif;
	margin-left: 1.5em;
	font-size: 1.1em;
}

/******** Our Schools Page ********/

.our-schools-container {
	display: flex;
	flex-wrap: wrap;
}

.our-schools-list {
	flex: 1 1 0;
	min-width: 16em;
}

.our-schools-list ol>li::before {
	content: "\f041";
	font-family: 'FontAwesome';
	padding-left: 10px;
	position: absolute;
	left: -3rem;
	float: left;
	line-height: initial;
}

.our-schools-list ol>li {
	color: #f7921e;
	font-size: 1.7rem !important;
	text-indent: -13px;
	padding-left: 10px;
	position: relative;
}

.our-schools-list h2 {
	font-size: 1.7rem !important;
	color: #f7921e !important;
	text-indent: 0;
}

.our-schools-list ol>li>ul {
	list-style-type: disc;
	color: black;
	text-indent: 0;
	margin-left: 1em;
	padding-left: 0;
	padding-bottom: .5em;
}

.our-schools-list ol>li>ul>li {
	font-size: 1.1rem !important;
}

.our-schools-map {
	flex: 1 2 0;
}

.fa-orange {
	font-size: 2em !important;
	color: #f7921e;
	float: left;
	margin-right: .3em;
}

/* Responsive ------------------------------ */

/* IE 10 & 11 */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.header .desktop-nav ul li.dropdown ul.subnav {
		margin-left: -40px !important;
	}
	.header .mobile-nav {
		padding: 0;
	}
	.header .mobile-nav .menu {
		margin-top: 0;
		margin-left: -20px;
		-webkit-margin-before: 0 !important;
		-webkit-margin-after: 0 !important;
		-webkit-margin-start: 0 !important;
		-webkit-margin-end: 0 !important;
		-webkit-padding-start: 0 !important;
		list-style-type: none;
	}
	#intro .intro-wrap .welcome,
	#intro .intro-wrap .welcome .learn-more .btn {
		max-width: 100%;
	}
	#footer .footer-wrap .left-col .contact .secondary {
		overflow: hidden;
	}
}

@media screen and (max-width: 1400px) {
	
	#news .news-wrap h2:before,
	#footer .footer-wrap h2:after {
		display: none;
	}
	#footer .footer-wrap {
		background: none;
	}
}

@media screen and (max-width: 1190px) {
	h2 {
		font-size: 2.5em;
	}
	.header nav a {
		font-size: 1.3em;
	}
	#intro .intro-wrap .welcome .image img {
		max-width: 90%;
		margin-left: 0;
		margin-bottom: 3em;
	}
	#intro .intro-wrap .welcome .image .message {
		margin-top: -160px;
		width: 35%;
	}
	.btn.square {
		font-size: 1em;
	}
	#follow-us .follow-us-wrap .social-header h2 {
		flex: 0 1 230px;
	}
}

@media screen and (max-width: 1020px) {
	#intro .intro-wrap {
		flex-wrap: wrap;
	}
	#intro .intro-wrap .welcome {
		order: 1;
		flex: 0 0 100%;
	}
	#intro .intro-wrap .welcome .learn-more {
		margin-bottom: 1.875em;
	}
	#intro .intro-wrap .welcome .image img {
		margin-top: 0;
	}
	#intro .intro-wrap .welcome .image .message {
		right: 60px;
		width: 50%;
	}
	body.events #intro .intro-wrap .welcome,
	body.subpage #intro .intro-wrap .welcome {
		order: 2;
	}
	body.events section .article-wrap .article-side,
	body.subpage section .article-wrap .article-side {
		display: none;
	}
	body.events section .article-wrap .article-content,
	body.subpage section .article-wrap .article-content {
		flex: 0 0 100%;
		width: 100%;
	}
	#news .news-wrap h2:before {
		text-indent: 0;
	}
}

@media screen and (max-width: 960px) {
	.header nav a {
		font-size: 1.1em;
	}
	#footer .footer-wrap .left-col {
		max-width: 20em;
	}
	#footer .footer-wrap .right-col {
		text-align: right;
		min-width: 15.625em;
	}
	#footer .footer-wrap .right-col div img {
		max-width: 15em;
	}
}

@media screen and (max-width: 860px) {
	.header nav a {
		font-size: 1em;
		padding: 0.438em;
	}
	.header nav a:focus {
		outline-offset: 0.125em;
	}
}

@media screen and (max-width: 768px) {
	.container {
		padding: 2.5em 1.75em;
	}
	#content_width {
		padding: 0 !important;
	}
	.sidenav {
		width: 100% !important;
	}
	header .container {
		padding: 1.875em 0;
	}
	.header {
		flex-wrap: wrap;
	}
	.header .logo {
		flex: 0 0 100%;
		text-align: center;
	}
	.header .logo img {
		width: auto !important;
		max-width: 300px;
	}
	.header .desktop-nav {
		display: none;
	}
	.header .mobile-nav {
		display: inline-block !important;
		flex: 0 0 100%;
	}
	.header .mobile-nav .mobile-trigger {
		font-size: .75em;
	}
	#intro .intro-wrap {
		padding: 0 0 0.875em;
	}
	#intro .intro-wrap .welcome {
		padding: 1.875em;
	}
	#intro .intro-wrap .welcome .image .message {
		right: 30px;
		margin-top: -145px;
	}
	#intro .intro-wrap .welcome .learn-more {
		flex-wrap: wrap;
		margin-bottom: 0;
		margin-top: 20px;
	}
	.btn.square {
		font-size: 2em;
	}
	#intro .intro-wrap .welcome .learn-more .btn {
		flex: 0 0 100%;
	}
	#intro .intro-wrap .welcome .learn-more .btn:nth-child(2) {
		margin: 0.5em 0;
	}
	#intro .intro-wrap .welcome .image .message h3 {
		font-size: 1.25em;
	}
	h2 {
		line-height: 1em;
	}
	#news .news-wrap {
		flex-wrap: wrap;
	}
	#news .news-wrap h2 {
		text-align: center;
	}
	#news .news-wrap .article {
		flex: 0 0 100%;
		text-align: center;
	}
	#news .news-wrap .article:nth-of-type(1) {
		margin-bottom: 3em;
	}
	#news .news-wrap .article h3,
	#news .news-wrap .article p {
		text-align: left;
	}
	#news .news-wrap .article .btn {
		float: left;
	}
	#cta .cta-wrap {
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column;
	}
	#cta .cta-wrap img {
		max-width: 50%;
		min-width: 300px;
		margin: 1.5em 0;
	}
	#footer {
		padding: 0;
	}
	#footer .footer-wrap {
		padding: 1.875em 3.750em 0;
		background: none;
	}
	#follow-us .follow-us-wrap .social-feeds {
		display: none;
	}
	#follow-us .follow-us-wrap .social-header {
		flex-wrap: wrap;
	}
	#follow-us .follow-us-wrap .social-header h2 {
		margin-bottom: .5em;
		flex: 0 0 100%;
		text-align: center;
	}
	#follow-us .follow-us-wrap .social-header h2:after {
		text-indent: 0;
		display: none;
	}
	.gear-before:before {
		margin-top: .15em;
	}
	.gear-after:after {
		margin-top: .15em;
	}
	#follow-us .follow-us-wrap .social-header .divide {
		display: none;
	}
	#follow-us .follow-us-wrap .social-header .icons {
		flex: 0 0 100%;
		text-align: center;
		font-size: 4em;
		line-height: 1em;
	}
	#follow-us .follow-us-wrap .social-header .icons a {
		margin-left: 0.75em;
	}
	#footer .footer-wrap h2 {
		text-align: center;
		font-size: 2.5em;
	}
	#footer .footer-wrap .left-col {
		flex: 0 0 100%;
		display: flex;
		flex-wrap: wrap;
		max-width: none;
		margin-bottom: 1.5em;
	}
	#footer .footer-wrap .left-col .contact {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		margin-bottom: 1.5em;
	}
	#footer .footer-wrap .left-col p {
		text-align: left;
	}
	#footer .footer-wrap .left-col .contact .primary {
		flex: 1 1 5%;
	}
	#footer .footer-wrap .left-col .contact .secondary {
		flex: 1;
		margin: 0;
	}
	#footer .footer-wrap .right-col {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex: inherit;
		justify-content: space-between;
		margin-bottom: 1.5em;
	}
	#footer .footer-wrap .right-col {
		width: 100%;
	}
	#footer .footer-wrap .right-col div {
		flex: 1 1 50%;
	}
    #footer .footer-wrap .right-col div:nth-child(1) {
        margin-top: 15px;
    }
	#footer .footer-wrap .right-col div img {
		max-width: 100% !important;
	}
	#footer .footer-wrap p {
		text-align: center;
	}
	#footer a,
	#footer a:visited,
	#footer a:active {
		font-size: 1.25em;
	}
	img.right,
	img.left {
		float: none;
		margin: 0 auto 1.775em;
		display: block;
		width: 100%;
		padding: 0;
	}
	body.events header .container,
	body.subpage header .container {
		padding-bottom: 0;
	}
	body.subpage #page-banner,
	body.events #page-banner {
		height: auto;
		margin-bottom: 2em;
	}
	#page-banner {
		height: 172px;
		margin-bottom: 1.875em;
	}
	#page-banner .container {
		padding: 2.5em 3.5em;
	}
	#page-banner .container h1 {
		margin: 0 auto;
		color: #282828;
	}
	#page-banner .container .gear-before:before {
		display: none;
	}
	body.events h2,
	body.subpage h2 {
		text-align: left;
	}
	body.events #intro .intro-wrap .welcome,
	body.subpage #intro .intro-wrap .welcome {
		padding: 1.875em 0 0;
	}
	body.events #intro .intro-wrap .welcome .image h2,
	body.subpage #intro .intro-wrap .welcome .image h2 {
		padding: 0 1em;
	}
	body.events #intro .intro-wrap .welcome .image p,
	body.subpage #intro .intro-wrap .welcome .image p {
		padding: 0 1.775em;
	}
	body.events #intro .intro-wrap .welcome .read-more,
	body.events section .article-wrap .article-content .read-more,
	body.subpage #intro .intro-wrap .welcome .read-more,
	body.subpage section .article-wrap .article-content .read-more {
		float: left;
		text-align: center;
	}
	body.events #intro .intro-wrap .welcome .read-more {
		padding-left: 1.775em;
	}
	/*body.events section.article:nth-of-type(even),
   body.subpage section.article:nth-of-type(even) {
      text-align: center;
   }*/
	body.events section .article-wrap,
	body.subpage section .article-wrap {
		padding: 2.5em;
	}
	body.events section .article-wrap h2,
	body.subpage section .article-wrap h2 {
		padding: 0;
	}
	body.events section .article-wrap p,
	body.subpage section .article-wrap p {
		padding: 0;
		/** changing from 0 1.775em to 0 to keep inline with title **/
		text-align: left;
	}
	/*** adjusting navbar and article for tablet size. all are marked important 
    due to coming before the real css. ***/
	#sidenav {
		padding: 0 !important;
	}
	.navcol {
		width: 100% !important;
		float: none !important;
	}
	.article-sidenav {
		width: 100% !important;
		float: none !important;
	}
	.article-adjust {
		padding: 2.5em 1.875em !important;
	}
	#content_width {
		margin: 0 !important;
	}
	/*** responsive tables ***/
	.table-responsive {
		width: 100%;
		overflow-y: auto;
		border: 1px solid #ddd;
	}
	.table-responsive td,
	.table-responsive th {
		white-space: nowrap;
	}
}

@media screen and (max-width: 600px) {
	.btn.square {
		font-size: 1.25em;
	}
	h2 {
		font-size: 2.5em;
	}
	#intro .intro-wrap .welcome .image img {
		max-width: 100%;
		margin-bottom: 1.5em;
	}
	#intro .intro-wrap .welcome .image .message {
		position: relative;
		width: 100%;
		margin-top: 0;
		right: 0;
		margin-bottom: 1.75em;
		text-align: center;
	}
	#intro .intro-wrap .welcome .image .message h3 {
		font-size: 1.6em;
	}
	#footer .footer-wrap .left-col .contact {
		flex-wrap: wrap;
	}
	#footer .footer-wrap .left-col .contact .primary,
	#footer .footer-wrap .left-col .contact .secondary {
		flex: 1 1 100%;
	}
	#footer .footer-wrap .left-col p {
		text-align: center;
	}
	#page-banner .container h1 {
		font-size: 2em;
	}
	#page-banner .container .gear-before:before {
		font-size: .75em;
		margin-left: -565px;
		margin-top: .25em;
	}
}

@media screen and (max-width: 480px) {
	#intro .intro-wrap .welcome .image .message h3 {
		font-size: 1.25em;
	}
	#news .news-wrap .article h3 {
		font-size: 1.35em;
	}
	#news .news-wrap .article p {
		font-size: 1em;
	}
	#page-banner .container {
		padding: 2.5em 4em;
	}
	#page-banner .container h1 {
		font-size: 1.75em;
	}
	#page-banner .container .gear-before:before {
		margin-left: -490px;
	}
	#footer .footer-wrap .right-col {
		flex-wrap: wrap;
	}
	#footer .footer-wrap .right-col div {
		flex: 1 1 100%;
	}
	#footer .footer-wrap .right-col div:nth-of-type(1) {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 400px) {
	#cta .cta-wrap img {
		max-width: 100%;
		min-width: 250px;
	}
}

/******* Additional Styles by Ian ********/

/*** Banner Title ***/

.banner-title {
	font-family: 'Archivo Narrow', sans-serif !important;
	text-transform: lowercase;
	font-size: 3em !important;
	letter-spacing: 0.15em;
	color: #4E4540;
	margin: 0 0 0.67em;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 0 !important;
}

/*** Side Navigation ***/

#sidenav {
	z-index: 100;
	padding-right: 1.875em;
}

#sidenav.affix {
	position: fixed;
	top: 3em;
}

#sidenav.affix-bot {
	position: absolute;
}

#sidenav ul {
	list-style-type: none;
	background-color: #6E99B4;
	margin: 0;
}

#sidenav li {
	border-bottom: 2px solid #4986b3;
	padding: 0;
}

#sidenav li:last-child {
	border-bottom: 0;
}

#sidenav li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	transition: all 0.3s ease-out;
	padding: 8px 20px;
}

#sidenav li a:hover {
	background-color: #447C9E;
}

#sidenav li a p {
	font-family: 'Archivo Narrow', 'sans-sarif';
	line-height: 1.5;
	font-size: 1.25em;
	margin: 0;
	color: #FFF;
	box-sizing: border-box;
	display: block;
	padding: 0;
}

.article-sidenav {
	width: 70%;
	float: right;
}

.article-adjust {
	padding: 0 0 3.750em 0;
	display: block !important;
}

/******* Additional Styles by Blake ********/

/*** Subpage h1 ***/

#page-title {
	font-family: 'Archivo Narrow', sans-serif;
	letter-spacing: 0;
	font-size: 2em;
	margin: 0 0 .5em;
	color: #29A592;
	text-transform: none;
}

img.page-banner {
	margin-bottom: 3em;
	width: 100%;
}

@media screen and (max-width: 580px) {
	div.profile img {
		float: none;
		margin-bottom: 0;
	}
	section.staff h3 {
		margin-top: .5em;
	}
	div.profile .details {
		margin-bottom: 2em;
	}
}

/*** Unordered Lists in Body ***/

/*ul.content-ul {
    font-family: 'PT serif', serif;
    margin-left: 1.5em;
    font-size: 1.1em;
}*/

/*** Tables ***/

table {
	font-family: 'PT serif', serif;
	font-size: 1.1em;
	width: 100%;
}

tr:nth-child(even) {
	background-color: #f2f2f2;
}

th {
	background-color: #29A592;
	color: white;
	padding: .5em;
	text-align: left;
}

td {
	padding: .3em;
	vertical-align: top;
}

/*** Sidenav Style ***/

li.current {
	background: #447c9e;
}

/*** Events ***/

.event img {
	float: left;
	margin: 0 2em 2em 0;
}

/*** Instagram Feed ***/

.instagram {
	height: 500px;
	overflow: auto;
	background: #fff;
}

.instagram .photoContainer {
	margin-bottom: 1.4em;
}

.instagram .photoContainer img {
	width: 100%;
}

/*** Contact Page ***/

#google-maps {
	position: relative;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
}

#google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 700px) {
	.event img {
		float: none;
		margin-right: 0;
	}
}

/*** subpage edit by Ian ***/

#content_width {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 3.75em 1.875em 3.750em;
}

.navcol {
	width: 30%;
	float: left;
}

/*** ie fixes to nav ul ***/

.subnav,
#sidenav>ul {
	padding-left: 0;
}

.no-padding {
	padding: 0;
}

.special-alert {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 3.75rem;
    width: 100%;
}

.special-alert a {
    display: flex;
    padding: 1.75rem 2rem;
    width: auto;
    background: #f2f2f2;
    text-transform: none;
}

.special-alert a:hover {
    text-transform: underline;
    color: #6E99B4;
}














