<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	--primary-color: #431247;
	--secondary-color: #67bf11;
}

body {
	width : 100%;
	height : 100%;
	font-family : 'Arial', sans-serif;
	color : #000000;
	line-height : 1.6em;
	font-size : 16px;
}

#window {
	width : 100%;
	height : 100%;
	max-width: 125rem;
}

main {
	margin: 0 auto;
	padding: 35px 0;
	position : relative;
}

/***************** SOCIAL CONTAINER *********** */

.social-container-background {
	background: #431347;
}

.social-container-background:after {
	content: '';
	background: #66be10;
	width: 100%;
	height: 5px;
	position: absolute;
	margin-top: 4px;
}

.social-container {
	max-width: 75rem;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	width: 90%;
	padding-right: 7px;
}

.social-container i {
	color: #fff;
	margin: 15px 5px;
	font-size: 1.3rem;
	transition: .5s all;
}

.social-container a:hover &gt; i {
	transform: scale(.8);
}

@media screen and (min-width: 48em) {
	.social-container {
	margin: auto;
}

.social-container i {
	font-size: 1.8rem;
}


}

/**************** HEADER ************** */

.header-container {
	max-width: 75rem;
	margin-right: auto;
	margin-left: auto;
}

.header-logo {
	width: 65%;
	max-width: 263px;
	margin: 20px auto;
	display: block;
	padding: 0;
}

@media screen and (min-width: 48em) {
	.header-container {
	display: flex;
}

.header-logo {
	margin: 20px 0 0 10px;
	width: 100%;
}


}

@media screen and (min-width: 75em) {
	.header-schoolname {
	font-size: 2.18em;
	line-height: 1.2em;
	margin-top: 9px;
	width: 100%;
	float: none;
	left: 178px;
	position: relative;
}

.header-name-container {
	margin-top: 0px;
	width: 40%;
}

.header-container {
	position: relative;
}

.header-tagline {
	font-size: 1.875em;
	margin-right: 1%;
}


}

/**************** GENERAL **************** */

p, .newsBody {
	margin: 15px 20px 10px;
}

a {
	color : #431347;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration : none;
}

a:visited {
	color : #431347;
}

ul, ol {
	margin: 5px 0;
	margin-right : 0;
	padding-right: 20px;
	padding-left: 50px;
}

.main-content ul ul, .sidebar-content ul ul {
	padding-left: 20px;
}

#skip a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

#skip a:focus {
	position:absolute;
	left:0px;
	top:0px;
	background:#421347;
	outline:0;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
}

.skip a {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip a:focus {
	position: static;
	width: auto;
	height: auto;
}

@media screen and (min-width: 48em) {
	.main-content p, .newsbody {
	margin-left: 0;
}

ul, ol {
	padding-left: 40px;
}

.sidebar-content ul, .sidebar-content ol {
	padding-left: 50px;
}


}

/*************** MAIN BODY ****************** */

#container {
	background: #e4e3e4;
	clear: both;
}

/******* Htags for Titles  ********* */

h1 {
	font-size: 2.1875rem;
	font-family: 'Poppins', sans-serif;
	color: var(--primary-color);
	font-weight: 600;
	padding: 8px 0px 0;
	margin: 0 20px;
	line-height: 1.2;
	border-top: 10px solid var(--secondary-color);
}

h2, .newstitle {
	color: var(--primary-color);
	font-size : 1.75em;
	line-height : 1.2;
	font-family : 'Poppins', sans-serif;
	font-weight : 400;
	padding: 15px 0 0;
	margin: 0px 20px;
}

h3 {
	position: relative;
	color: #421347;
	font-size : 1.75rem;
	line-height : 1.2;
	font-family : 'Poppins', sans-serif;
	font-weight : 400;
	padding: 15px 0 5px 0;
	margin: 0 20px;
}

h4 {
	position: relative;
	color:var(--primary-color);
	font-size : 1.375em;
	line-height : 1.2;
	font-family : 'Poppins', sans-serif;
	font-weight : 400;
	padding: 15px 0 5px;
	margin: 0 20px;
}

h3:after, h4:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #e4e3e4;
	position: absolute;
	left: 0;
	bottom: 0;
}

h3:after {
	background: #66bf11;
}

@media screen and (min-width: 48em) {
	h1, h2 {
	margin-left: 0;
}

h3 {
	text-align: center;
}

h3:after {
	background: #e4e3e4;
}


}

/*** COLLAPSIBLES ** */

.collapsible-title {
	color: #4d4d4e;
	font-size: 18px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	line-height: 1.2em;
	margin: 10px 20px;
	padding: 0px;
}

.collapsible-title:hover, .collapsible-title:focus {
	text-decoration: underline;
}

.collapsible-title:after {
	content: '\f13a';
	font-weight: 700;
	font-family: 'FontAwesome';
	font-size: 17px;
	line-height: 1;
	position: absolute;
	margin-left: 5px;
	margin-top: 2px;
	color: #421347;
}

.sidebar-content img, .main-content img {
	display : none;
}

@media screen and (min-width: 48em) {
	main {
	display : -webkit-flex;
	display : flex;
	max-width : 75rem;
}

.banner-subpages, .sidebar-content img, .main-content img {
	display : block;
}

.main-content-home {
	float : left;
	width : 45%;
	margin-right: 5%;
	position : inherit;
	margin-bottom: 25px;
}

.sidebar-content-middle, .sidebar-content-right {
	width : 21%;
	margin-left : 2%;
	margin-right : 2%;
	margin-top : -8px;
}

.main-content {
	width: 62%;
	margin-left: 4%;
	margin-right: 0;
	position : relative;
	z-index : 0;
	margin-bottom: 25px;
	order: 2;
}

.sidebar-content {
	position : relative;
	width : 34%;
	margin-right : 0;
	margin-left : 0px;
	margin-top : 0px;
	z-index : 0;
	border-top: 10px solid var(--secondary-color);
	padding-bottom: 25px;
}

.sidebar-content:before {
	content : '';
	background-color: #fff;
	position : absolute;
	height : 100%;
	width : 100%;
	bottom : 0;
	z-index : -1;
}

.sidebar-content img {
	margin: 20px auto;
	text-align: center;
	width: 85%;
	max-width: 297px;
	border: 7px solid #431347;
}

.collapsible-title {
	margin-left: 0
}


}

@media screen and (min-width: 63em) {
	.main-content {
	width: 67%;
}

.sidebar-content {
	width : 29%;
}


}

.signature {
	font-family: 'Rock Salt', sans-serif;
	font-size: 1.4rem;
}

/************* NAVIGATION ****************** */

nav#menu {
	position: absolute;
	top: 7px;
	width: 100%;
	z-index: 1;
}

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
}

.main-menu-btn {
	position: relative;
	display: block;
	padding: 0.815em 40px;
	height: 24px;
	overflow: hidden;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 30px;
}

.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 15px;
	height: 2px;
	width: 24px;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.main-menu-btn-text {
	position: absolute;
	top: -99999px;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent;
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: none;
}

#main-menu-state:checked ~ #site-navigation {
	display: block;
}

/* Make sub indicators align to the left of the item */

.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	font: bold 16px/34px monospace !important;
	text-align: center;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/* Hide sub indicator + when item is expanded - we enable the item link when it's expanded */

a.highlighted span.sub-arrow:before {
	display: block;
	content:'-';
}

#site-navigation {
	background-color: #421347;
}

nav.nav ul ul {
	border-top : 1px solid #808080;
}

nav.nav li a {
	display : block;
	padding: .3em .8em;
	color : #fff;
	text-decoration : none;
	font-family : 'Poppins', sans-serif;
	font-size: clamp(1rem, 2vw, 1.0625rem);
}

nav.nav li a:hover, nav.nav li a:focus {
	text-decoration : underline;
}

nav.nav ul ul {
	padding-left: 15px;
}

@media screen and (min-width: 48em) {
	/****** Desktop Nav ******* */

.main-menu-btn {
	position: absolute;
	top: -99999px;
}

#main-menu-state:not(:checked) ~ #site-navigation {
	display: block;
}

#main-menu-state {
	display: none;
}

.sub-arrow {
	display: none;
}

nav#menu {
	position: relative;
	clear: both;
}

#site-navigation {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background-color: transparent;
}

nav.nav ul {
	margin: 0 0 5px 0;
	border: 0;
	text-align : center;
	display: flex;
	justify-content: flex-end;
}

nav.nav li a {
	padding: 13px 10px 15px;
	text-align : center;
	border-bottom: 0;
	color : #000;
}

li.nav-Home {
	border-left-width : 0;
	border-left-style : none;
	border-left-color : -moz-initial;
}

li.nav-Contact_Us {
	border-right-width : 0;
	border-right-style : none;
	border-right-color : -moz-initial;
}

nav.nav ul li ul {
	display: none;
}

nav.nav ul ul {
	position: absolute;
	min-height: 175px;
	background-color: #fff;
	color: #ffffff;
	padding: 0;
	margin-left: 0;
	text-indent: 0;
	float: none;
	z-index: 1000;
	top: 92px;
	border: 0;
	width: 12.5rem;
}

nav.nav ul ul li {
	float : none;
	position : relative;
	display : block;
	padding-bottom: 0px;
}

nav.nav ul ul li a {
	padding: 5px 0 5px 10px;
	margin-left : 0px;
	font-size : 1rem;
	line-height: 1.3;
	color : #421347;
	text-align : left;
	text-shadow: none;
}

nav.nav ul ul ul {
	margin-left: 235px;
	margin-top: -50px;
	width: auto;
	min-height: auto;
	display: none !important;
}

nav.nav ul ul li a:hover, nav.nav ul ul li a:focus {
	color : #4d4d4e;
	text-decoration : underline;
	text-decoration-style: -webkit-dotted;
	text-decoration-style: dotted;
	/*border-bottom: 1px dotted #4d4d4e;
	*/
}


}

@media screen and (min-width: 72em) {
	nav.nav ul ul {
	width: 43.4375rem;
	left: -126px;
}

nav.nav ul li.nav-Staff_Resources ul {
	width: 31rem;
	right: -224px;
}

nav.nav ul li.nav-Events ul {
	width: 22.5rem;
}

nav.nav ul li.nav-Members ul {
width: 28rem;
}

nav.nav ul li:hover &gt; ul, nav.nav ul li:focus &gt; ul {
	display: block;
	padding-left: 195px;
	column-count: 2;
	transition: .5s all;
}

nav.nav ul li.nav-Staff_Resources:hover &gt; ul, nav.nav ul li.nav-Staff_Resources:focus &gt; ul, nav.nav ul li.nav-Events:hover &gt; ul, nav.nav ul li.nav-Events:focus &gt; ul, nav.nav ul li.nav-Members:hover &gt; ul, nav.nav ul li.nav-Members:focus &gt; ul {
column-count: 1;
} 

ul.sub-menu li:first-child {
	padding-top: 5px;
}

nav.navul li.nav-Departments ul {
	margin-left: -376px;
}

nav.nav ul li.nav-Resources ul {
	margin-left: -271px;
}

nav.nav ul li.nav-Our_Services ul {
	margin-left: -200px;
}

nav.nav ul li.nav-Events ul {
	margin-left: -170px;
}

nav.nav ul li.nav-Districts ul {
	margin-left: -90px;
}

.nav-About_Us&gt;ul:last-child:before {
	content: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_67464/site_67465/Graphics/graphic_navigation_AboutUs1.jpg);
	position: absolute;
	left: 0;
}

.nav-Members&gt;ul:last-child:before {
	content: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_67464/site_67465/Graphics/graphic_navigation_MemberDistricts1.jpg);
	position: absolute;
	left: 0;
}

.nav-Events&gt;ul:last-child:before {
	content: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_67464/site_67465/Graphics/graphic_navigation_StaffResourcesEvents1.jpg);
	position: absolute;
	left: 0;
}

.nav-Bureaus-and-Agencies&gt;ul:last-child:before {
	content: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_67464/site_67465/Graphics/graphic_navigation_BureausAgencies1.jpg);
	position: absolute;
	left: 0;
}

.nav-Staff_Resources&gt;ul:last-child:before {
	content: url(https://s3.us-west-2.amazonaws.com/toolbox2/accnt_67464/site_67465/Graphics/graphic_navigation_StaffResources1.jpg);
	position: absolute;
	left: 0;
}

/*

.nav-Departments&gt;ul:last-child:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Layout/graphic_subnav_Departments.png);
	position: absolute;
	left: 10px;
	top: 10px;
}

nav.nav ul li.nav-Districts:hover &gt; ul, nav.nav ul li.nav-Districts:focus &gt; ul {
	width: 567px;
	display: block;
	padding-left: 0px;
	min-height: 340px;
	padding-bottom: 25px;
}

nav.nav ul li.nav-Districts:hover &gt; ul li, nav.nav ul li.nav-Districts:focus &gt; ul li {
	padding-left: 110px;
	height: 4.375rem;
	float: left;
	margin-top: 10px;
}

nav.nav ul li.nav-Districts ul li a {
	padding-top: 17px;
	padding-bottom: 2px;
	width: 150px;
}

.nav-Capitan:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Layout/graphic_nav_capitan.png);
	position: absolute;
	left: 10px;
	top: 0px;
}

.nav-Carrizozo:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Layout/graphic_nav_carrizozo.png);
	position: absolute;
	left: 10px;
	margin-top: 3px;
}

.nav-Cloudcroft:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Layout/graphic_nav_cloudcroft.png);
	position: absolute;
	left: 10px;
	margin-top: 4px;
}

.nav-Corona:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Layout/graphic_nav_corona.png);
	position: absolute;
	left: 10px;
	margin-top: 5px;
}

.nav-Hondo_Valley:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Layout/graphic_nav_hondo.png);
	position: absolute;
	left: 10px;
	top: 5px;
}

.nav-Region_9_Coordinating_Council_Meetings:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Layout/graphic_nav_region9.png);
	position: absolute;
	left: 10px;
	top: 5px;
}

.nav-Ruidoso:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Layout/graphic_nav_ruidoso.png);
	position: absolute;
	left: 10px;
	margin-top: 3px;
}

.nav-Tularosa:before {
	content: url(https://tb2cdn.schoolwebmasters.com/accnt_67464/site_67465/Layout/graphic_nav_tularosa.png);
	position: absolute;
	left: 10px;
	margin-top: 4px;
}

*/
}

@media screen and (min-width: 67em) {
	nav.nav ul {
	margin-top: -40px;
}


}

@media screen and (min-width: 75em) {
	nav.nav {
	margin-right: 10px;
}

nav.nav li {
	margin-right: 5px;
	margin-left: 5px;
}

nav.nav ul li.nav-Resources ul {
	margin-left: -240px;
}


}

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

footer {
	background-color: #421347;
	color: #fff;
	font-size: clamp(1.2rem, 3vw, 1.5rem);
	font-family : 'Poppins', sans-serif;
	text-align: center;
	line-height: 1.5;
	padding: 15px 0 0;
}

.footer-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

footer a {
	color : #fff;
}

.footer-container {
	padding: 10px;
}

footer span {
	display: none;
}

.footer-container .social-container {
	justify-content: center;
	max-width: 27rem;
	border-top: 3px solid;
	padding-top: 10px;
	margin: 25px auto 0;
}

.footer-container .social-container-background:after {
	display: none;
}

#copyright {
	clear : both;
	font-size : 0.875rem;
	line-height : 19px;
	font-family : 'Poppins', sans-serif;
	color : #000;
	display : block;
	padding: 15px 0;
	text-align : center;
	font-weight: 400;
}

#copyright a {
	color : #000;
}

@media screen and (min-width: 35em) {
	.footer-address, .footer-phone {
	display: flex;
	justify-content: center;
}

footer span {
	display: inline;
}

.footer-phone span {
	margin: 0 10px;
}


}

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

.quicklinkscontainer {
	margin-top : 10px;
	margin-left : 22px;
	margin-bottom : 19px;
	display : -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.quicklinks-title p {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.quicklinks-border {
	background-color: #f36f21;
	background-image : url(https://tb2cdn.schoolwebmasters.com/accnt_72890/site_72891/Graphics/graphic_linebackground.png);
	width: 100%;
	height: 10px;
	margin-bottom: 10px;
}

#quicklinks.military ul {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_72890/site_72891/Graphics/graphic_quicklinks_militaryfamilies.png);
	background-repeat: no-repeat;
	height: 80px;
	z-index : 700;
	padding-left : 0px;
}

#quicklinks.community ul {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_72890/site_72891/Graphics/graphic_quicklinks_community.png);
	background-repeat: no-repeat;
	height: 80px;
	z-index : 750;
	padding-left : 0px;
}

#quicklinks.employees ul {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_72890/site_72891/Graphics/graphic_quicklinks_employees.png);
	background-repeat: no-repeat;
	height: 80px;
	z-index : 800;
	padding-left : 0px;
}

#quicklinks.students ul {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_72890/site_72891/Graphics/graphic_quicklinks_students.png);
	background-repeat: no-repeat;
	height: 80px;
	z-index : 850;
	padding-left : 0px;
}

#quicklinks.parents ul {
	background-image: url(https://tb2cdn.schoolwebmasters.com/accnt_72890/site_72891/Graphics/graphic_quicklinks_parents.png);
	background-repeat: no-repeat;
	height: 80px;
	z-index : 900;
	padding-left : 0px;
}

#quicklinks.parents ul ul, #quicklinks.students ul ul, #quicklinks.employees ul ul, #quicklinks.community ul ul, #quicklinks.military ul ul {
	background-image: none;
}

#quicklinks {
	width: 50%;
}

#quicklinks.military {
	width: 78%;
}

li.ql {
	list-style-type : none;
	font-family : 'Roboto', sans-serif;
	text-align : left;
	font-size : 1.25em;
}

li.ql a {
	color : transparent;
	text-decoration : none;
	padding: 0px 25px 50px 45px;
}

li.ql ul {
	position : absolute;
	padding: 0px;
}

li.ql ul li a {
	font-family : Arial, sans-serif;
	font-size : 14px;
	text-align : left;
	display : block;
	height : auto;
	width : 180px;
	padding: 5px 10px;
	color : #ffffff;
	background-color : #f36f21;
	background-image: none;
	text-decoration : none;
	text-transform : none;
}

li.ql ul li a:hover, li.ql ul li a:focus {
	color: #ffffff;
	background-color : #004fa2;
}

ul.ql li.ql ul {
	margin-top : 48px;
}

ul.ql li ul {
	display : none;
}

ul.ql li:hover ul, ul.ql li:focus ul {
	display : block;
}

ul.ql li ul li {
	list-style-type : none;
	list-style-position : outside;
	list-style-image : none;
}

.search-container {
	margin-top : 0px;
	position : relative;
	float : right;
	top: 39px;
	margin-bottom: 30px;
}

.twitter, .facebook, .email {
	display : none;
	float : right;
	margin-right : 8px;
}

.sidebar-content .button, .main-content .button {
	display: block;
}

.slideshow img {
	width : 100%;
}

footer p {
	font-size : 1em;
}

.caption p {
	font-size: 0.813rem;
	line-height: 1.125rem;
	text-align: center;
	padding: 0 5px;
}

.caption a {
	font-family : 'Poppins', sans-serif;
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.button a {
	border: 2px solid #66be10;
	padding: 10px 45px 10px 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 1.25rem;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	display: block;
	max-width: 284px;
	color: #666464;
}

.button a:after {
	content: '\f101';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 2.5rem;
	margin-top: -10px;
	margin-left: 5px;
	color: var(--secondary-color);
	position: absolute;
	transition: .5s all;
}

.button a:hover:after, .button a:focus:after {
	text-decoration: none;
	margin-left: 10px;
}

.button a:hover, .button a:focus {
	text-decoration: none;
}

.quote {
	border: 7px solid var(--secondary-color);
	padding: 30px 15px 10px;
	position: relative;
	font-size: 1.0625rem;
	font-family: 'Poppins', sans-serif;
	color: #666464;
	margin: 30px 20px;
}

.quote span {
	display: block;
	text-align: right;
	margin-top: 7px;
}

p.quote:before {
	content: '\f10d';
	font-size: 2.5rem;
	position: absolute;
	top: -16px;
	background: #e4e4e4;
	padding: 0 5px;
	font-family: 'FontAwesome';
	color: #666464;
}

@media screen and (min-width: 48em) {
	p.quote:before {
	background: #fff;
}


}

#boxwrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 290px;
	margin-top: 10px;
	margin-bottom: 15px;
	display: table;
}

.timeclock-button {
	border: 1px solid #421347;
	border-radius: 10px;
	height: 27px;
	font-family : 'Poppins', sans-serif;
	text-transform: uppercase;
	font-size: 1.125em;
	margin: 0px 20px 20px 0;
	width: 100px;
	float: left;
}

.timeclock-button a {
	text-decoration: none;
}

.timeclock-button:hover {
	background-color: #421347;
	transition: all 300ms ease-out;
}

.timeclock-button a:hover {
	color: #C3C5C9;
}

.understandtablewrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: flex-start;
	border: 1px #444444 solid;
	width:85%;
	margin-left:auto;
	margin-right:auto;
}

.understandmiddlerow1, .understandmiddlerow3 {
	flex: 2 0px;
}

.understandmiddlerow1 {
	order: 1;
}

.understandmiddlerow2 {
	order: 2;
	align-self: stretch;
	align-items: center;
	border-left: none;
	border-right: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.understandmiddlerow3 {
	order: 3;
}

.understandbottomrow {
	order: 4;
}

.heading1 {
	flex: 1 100%;
	border-bottom: 1px #444444 solid;
}

.understandbottomrow {
	flex: 1 100%;
	border-top: 1px #444444 solid;
}

/*********** FULL PAGE CONTENT  ******************** */

main.page-full-width {
	padding: 35px 20px;
}

article.main-content-full h1, article.main-content-full p, article.main-content-full h2, strong.blog-date, .blog-readmore {
	margin: 10px 0 !important;
}

.blog-post {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

/***************** RECA STATEWIDE TECH INITIATIVE *********** */

.initiative {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.initiative .NMRECAlogo {
	max-width: 300px;
	width: 90%;
	display: block;
	margin-bottom: 1em;
}

.initiative .NMEDlogo {
	max-width: 220px;
	width: 90%;
	display: block;
	margin: 0 auto 1em;
}

@media screen and (min-width: 72em) {
	.initiative .NMEDlogo {
	margin: 4em auto 0;
}


}

</pre></body></html>