@import url("normalize.css");
@import url("skeleton.css");
@import url("fonts.css");
@import url("forms.css");
/*
**
** COMMON */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
:root {
	--header-font-family: "Montserrat", sans-serif;
	--body-font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
**
** ACCESSIBILITY */
a.skip-nav {
	background-color: #fff;
	border: 5px solid #746c8a;
	font-weight: bold;
	left: 0;
	padding: 5px 10px;
	position: absolute;
	top: -150px;
	z-index: 9;
}
a.skip-nav:focus {
	top: 0;
}
/*
**
** LINKS */
a {
	color: #00aeef;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #368;
}
/*
**
** TOP BANNER */
.banner {
	padding: 6px 0;
	background: orange;
}
.tlinks {
	display: block;
	text-align: right;
	border: none;
}
.tlinks a {
	text-decoration: none;
	border: none;
	margin-left: 10px;
	color: #fff;
	font-size: 13px;
	font-family: var(--header-font-family);
}
.tlinks a:hover {
	color: #fff;
	opacity: 0.8;
}
/*
**
** HEADER */
header {
	padding: 1.5rem 0;
	background: url(compass.jpg);
	background-repeat: no-repeat;
	background-position: 90% 55%;
	background-size: 40%;
	background-color: #fdfeff;
}
.logo {
	max-width: 55%;
	width: 70%;
	max-width: 300px;
}
/*
**
** TOP-NAV */
#menu {
	display: block;
	margin: 0;
	width: 100%;
	padding: 0;
}
#menu li {
	display: inline-block;
	text-transform: uppercase;
}
#menu li a:hover {
	color: #d91f5d !important;
}
#menu li a i {
	height: 30px;
	padding: 5px 0;
	margin: 0;
	position: relative;
	top: 2px;
}
#ToC {
	background: rgba(0, 0, 0, 0.01);
	border: 1px solid rgba(0, 0, 0, 0.08);
	float: right;
	padding: 4%;
	position: relative;
	top: 1.5em;
	max-width: 350px;
	margin: 0 0 20px 30px;
}
#ToC p {
	margin: 0;
}
#ToC ul,
#ToC ol {
	margin: 0 3rem;
}
#ToC li {
	line-height: 1.5;
	margin: 0;
}
nav#topnav {
	background: #e5e5e5 none repeat scroll 0 0;
}
nav li ul {
	display: none;
}
nav li ul li {
	display: none;
	float: none;
}
.active ul li {
	display: block !important;
}
nav li ul li a {
	width: auto;
	min-width: 100px;
	padding-left: 4rem !important;
	text-transform: none;
}
nav ul li a:hover + .hidden,
.hidden:hover {
	display: block;
}
.show-menu {
	text-decoration: none;
	color: orange;
	text-align: left;
	display: none;
}
nav input[type="checkbox"] {
	display: none;
}
input[type="checkbox"]:checked ~ #menu {
	display: block;
}
#menu .icon {
	font-size: 1.2rem;
	line-height: 0;
}
/*
**
** SUB-NAV */
#mainbody .subnav {
	text-decoration: none;
	list-style-type: none;
	margin: 0 !important;
	padding: 0;
}
#mainbody .subnav li {
	border-bottom: 1px solid #f1f1f1;
	margin: 0;
}
#mainbody .subnav li:last-child {
	border-bottom: none;
}
#mainbody .subnav li a {
	color: #676767;
	padding: 13px 0;
	display: block;
	font-size: 19px;
	border: 0;
	font-weight: 400;
}
#mainbody .subnav li ul {
	display: block;
	margin: 0;
	padding: 2rem 3rem;
	background: #f9f9f9;
}
#mainbody .subnav li ul li,
#mainbody .subnav li ul li a {
	display: block;
	font-size: 1.6rem !important;
	margin-bottom: 12px;
	border: none;
	padding: 0;
	text-decoration: none;
	list-style: none;
	line-height: 1.2;
}
#mainbody .subnav li ul li,
#mainbody .subnav li ul li a {
	padding-left: 0 !important;
}
#mainbody .subnav li ul li:last-child,
#mainbody .subnav li ul li:last-child a {
	margin-bottom: 0;
}
#mainbody .subnav li ol {
	background: #f9f9f9;
	padding: 2rem 3rem 2rem 4rem;
	margin: 0;
}
#mainbody .subnav li ol li a {
	font-size: 1.6rem;
	line-break: 1.2;
	padding: 3px 0;
	line-height: 1.2;
	margin-bottom: 3px;
}
#mainbody .subnav li ol li {
	color: #676767 !important;
	border: none;
	list-style: decimal;
	line-height: 1;
	font-size: 12px;
}
/*
**
** MASTHEAD */
.masthead {
	display: table;
	width: 100%;
	margin-bottom: 4rem;
	vertical-align: middle;
	border-radius: 15px;
	background-position: center -339px;
}
.masthead .masthead-frame {
	display: table-row;
}
.masthead .image {
	display: table-cell;
	min-width: 160px;
}
.masthead img {
	border-radius: 15px 0 0 15px !important;
	display: block;
	width: 100%;
}
.masthead .title {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	padding: 0 2rem;
	border-radius: 0 15px 15px 0;
	background: #e5e5e5;
	background: -webkit-linear-gradient(to left, #eee, #fff);
	background: -webkit-gradient(linear, right top, left top, from(#eee), to(#fff));
	background: -webkit-linear-gradient(right, #eee, #fff);
	background: -o-linear-gradient(right, #eee, #fff);
	background: linear-gradient(to left, #eee, #fff);
}
.masthead .title h1 {
	margin-bottom: 0;
	color: #d91f5d;
	line-height: 1.2;
	font-size: 2.7rem;
}
.masthead .title p {
	margin: 0;
	color: #777;
	line-height: 1.2;
}
.masthead .title h1 .subheading {
	font-size: 2rem;
	text-transform: initial;
}
/*
**
** SPLASH */
.card-1 {
	max-width: 65%;
	margin: 1rem auto 1rem auto;
}
.splash {
	background: linear-gradient(25deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.25)), url("../images/banner-4.jpg");
	padding: 4rem 0 0 0;
	text-align: center;
	background-size: cover;
	background-position: center top;
	color: orange;
}
.splash i {
	background: rgba(255, 255, 255, 1);
	padding: 20%;
	display: table;
	line-height: 0;
	margin: 0 auto 1rem auto;
	border-radius: 50%;
	font-size: 4rem;
	text-shadow: none;
}
.splash h3,
.splash p {
	color: #fff;
	line-height: 1.4;
}
.splash h3 {
	font-weight: 400;
	font-size: 1.3rem;
	letter-spacing: 0.01rem;
	color: #fff !important;
}
.splash h4 {
	color: #fff !important;
	font-weight: 400;
	margin-top: 3rem;
}
.splash p {
	margin: 0 auto 3rem auto;
	line-height: 1.2;
	font-size: 1.3rem;
	letter-spacing: 0.025rem;
	font-family: var(--header-font-family);
}
.headline {
	display: block;
	font-size: 4rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
	line-height: 1;
}
/*
**
** Whats New */
.whatsnew {
	text-align: left;
}
.whatsnew ul {
	text-align: center;
}
.whatsnewFirstUl {
	margin: 1rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100px;
}
.whatsnew ul li {
	display: inline-block;
	padding: 0 5px;
	color: #fff;
	line-height: 0;
	font-size: 1.8rem;
	font-weight: 600;
}
.whatsnew ul li:first-child {
	text-transform: uppercase;
	font-weight: bold;
}
.whatsnew ul li:last-child {
	border-right: none !important;
}
.whatsnew ul li a {
	color: rgba(255, 255, 255, 1) !important;
	letter-spacing: -0.01rem;
}
.whatsnew ul li a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.whatsnew i {
	border: none !important;
	background: none !important;
	padding: 0 !important;
	display: inline !important;
	line-height: 0;
	margin: 0 auto 1rem auto;
	font-size: 1.5rem !important;
	position: relative;
	top: 2px;
}
.newsButton {
	padding: 0.78em 1.56em;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff !important;
	background: orange;
	border-radius: 40px;
	text-transform: uppercase;
	border: 1px solid #fff;
	transition: 0.2s;
	margin-top: 1rem;
	position: relative;
	z-index: 100;
}
#moreBtn {
	font-weight: bold;
	font-size: 1.5rem;
	color: #fff !important;
}
#moreBtn:hover {
	color: orange !important;
}
.newsButton.small {
	padding: 0.5em 0.7em;
	background: rgba(255, 255, 255, 0.2);
}
.newsButton:hover {
	background: rgba(255, 255, 255, 1);
	color: orange !important;
	border: 1px solid orange;
}
.newsButton:hover i {
	color: orange !important;
}

.newsButton:hover .smallLink {
	color: #00aeef !important;
}
.smallLink:hover {
	color: #368 !important;
}

.newsButtonContain {
	margin: 3rem 0 -1.4rem 0;
}

@media (min-width: 1178px) {
	#last {
		margin-top: 1rem;
	}
}
.mainhead {
	text-align: center;
	color: #333;
}
.mainhead i {
	position: relative;
	top: 3px;
}
.bttn {
	background: orange;
	padding: 1.25rem 2.5rem;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.4rem;
	color: #fff;
}
#more {
	color: rgba(255, 255, 255, 1) !important;
}
#more:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.evidenceBorder {
	border: 1px solid lightgrey;
	padding: 2rem;
	margin: 2rem 0;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}

#fourQuadrants {
	border-spacing: 0 !important;
	margin: 3rem 0;
}

#fourQuadrants td {
	/*	padding: .5rem!important;*/
	display: table-cell;
	border-bottom: none !important;
}

.quadrant {
	vertical-align: top !important;
	padding: 2rem !imporant;
}

.quadrantHeading {
	text-align: center;
}

#fourQuadrants td:nth-child(2) {
	border-left: 1px solid grey;
	padding-left: 2rem;
}

#fourQuadrants td:nth-child(2) ul {
	/*		margin-left: 5rem;*/
}

#fourQuadrants ul {
	margin: 1.25rem 2rem 1.25rem 2rem;
}

#fourQuadrants .rowBorder {
	border-top: 1px solid grey;
	padding-top: 2rem !important;
}

.quadrantHeading.headingOne {
	color: #2475bc;
}
.quadrantHeading.headingTwo {
	color: #efab50;
}
.quadrantHeading.headingThree {
	color: #9bc457;
}
.quadrantHeading.headingFour {
	color: #c8375f;
}

#quadrant1,
#quadrant2 {
	padding-bottom: 2rem !important;
}

@media (max-width: 600px) {
	#fourQuadrants tr {
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#fourQuadrants td {
		display: block !important;
		padding: 1rem !important;
		border: none !important;
	}
}

.mch-best {
	float: left;
	margin-right: 2rem;
	border-radius: 50% !important;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

#bestLogo {
	height: 155px;
	width: 155px;
}

/*
**
** CARDS */
header .cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cards {
	display: flex;
	flex-wrap: wrap;
}
.cards-align::before {
	content: " ";
	vertical-align: bottom;
	height: 100%;
}
.dos {
	display: inline-block;
	width: 49.8%;
	vertical-align: bottom;
	margin: 10px 0;
}
.dos:hover i {
	background: #000 !important;
	color: #fff !important;
}
#supplemental:hover i {
	background: none !important;
	color: #000 !important;
}
.i-head {
	text-transform: uppercase;
}
.dos:hover h3 {
	color: #fff !important;
}
.tres {
	display: inline-block;
	width: 33%;
	vertical-align: bottom;
	padding: 2rem 0;
	color: aliceblue;
}
.tres h3 {
	margin: 0;
}
.tres i {
	background-color: rgba(255, 255, 255, 0.75);
}
.tres i:hover {
	color: orange;
	transform: scale(1.1);
	background-color: rgba(255, 255, 255, 1);
}
.card-1 .tres:hover {
	color: #333;
}
.cinco,
.tres,
.dos i {
	color: #333;
}
.cinco {
	vertical-align: middle;
	margin: 0 0 20px 2%;
	padding: 2rem 1%;
}
.tres {
	vertical-align: middle;
	margin: 0 0 20px 2%;
	padding: 2rem 1%;
}
.cinco h3,
.tres h3,
.dos h3 {
	color: rgba(255, 255, 255, 0.85);
	text-align: center;
	margin: 0;
	font-size: 1.2rem;
}
.homeCircle h3 {
	font-size: 1.6rem;
}
:root {
	--bk: linear-gradient(45deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
}
.npm-1 {
	background: var(--bk), url("../images/npm-1.jpg");
	background-size: cover;
}
.npm-2 {
	background: var(--bk), url("../images/npm-2.jpg");
	background-size: cover;
}
.npm-3 {
	background: var(--bk), url("../images/npm-3.jpg");
	background-size: cover;
}
.npm-4 {
	background: var(--bk), url("../images/npm-4.jpg");
	background-size: cover;
}
.npm-5 {
	background: var(--bk), url("../images/npm-5.jpg");
	background-size: cover;
}
.npm-6 {
	background: var(--bk), url("../images/npm-6.jpg");
	background-size: cover;
}
.npm-7 {
	background: var(--bk), url("../images/npm-7.jpg");
	background-size: cover;
}
.npm-8 {
	background: var(--bk), url("../images/npm-8.jpg");
	background-size: cover;
}
.npm-9 {
	background: var(--bk), url("../images/npm-9.jpg");
	background-size: cover;
}
.npm-10 {
	background: var(--bk), url("../images/npm-10.jpg");
	background-size: cover;
}
.npm-11 {
	background: var(--bk), url("../images/npm-11.jpg");
	background-size: cover;
}
.npm-12 {
	background: var(--bk), url("../images/npm-12.jpg");
	background-size: cover;
}
.npm-13 {
	background: var(--bk), url("../images/npm-13.jpg");
	background-size: cover;
}
.npm-14 {
	background: var(--bk), url("../images/npm-14.jpg");
	background-size: cover;
}
.npm-15 {
	background: var(--bk), url("../images/npm-15.jpg");
	background-size: cover;
}

.brdr:hover {
	transform: scale(1.1);
}
.brdr:hover i {
	transform: scale(1.4);
}
.brdr i {
	line-height: 0;
	display: table;
	margin: 0 auto 1rem auto;
	text-align: center;
	font-size: 2.5rem;
	padding: 2rem;
	border-radius: 50%;
	color: #fff;
	background: rgba(255, 255, 255, 0.25);
}
.brdr h3 {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 600;
}
.brdr span {
	text-align: center;
	display: block;
	font-size: 1.2rem;
	color: rgba(255, 255, 255, 0.75);
}
/*
**
** BRANDS */
.brands {
	list-style: none;
	text-align: center;
	margin: 0;
}
.brands li {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	margin: auto 40px;
	padding: 3% 10px;
	width: 200px;
}
/*.brands li:first-child { width: 22%; }*/
/*.brands li:nth-last-child(2) { width: 17%; }*/
/*.brands li:last-child { width: 7% }*/
.brands li img {
	opacity: 0.4;
	max-width: 100%;
	max-height: 70px;
}
.brands li img:hover {
	opacity: 0.7;
}

@media only screen and (min-width: 600px) {
	.brands li {
		margin: 0;
	}
	.brands #ncemch {
		width: 23%;
	}
	.brands #nmchwdc {
		width: 24%;
	}
	.brands #gucchd {
		width: 23%;
	}
	.brands #citymatch {
		width: 14%;
	}
	.brands #amchp {
		width: 14%;
	}
}
/*
**
** Modules */
.rpic {
	border: none !important;
	border-radius: 10px 10px 0 0 !important;
}
.complinks {
	display: block;
	list-style: outside none none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	position: relative;
	top: -9px;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
}
.complinks li {
	content: none;
}
.complinks li a {
	background: #f2f2f2 none repeat scroll 0 0;
	color: #333;
	display: block;
	font-family: "proxima-nova";
	font-weight: 400;
	padding: 6px 1rem;
	position: relative;
}
.bmark2 a {
	background: #faa937 !important;
	color: #fff !important;
}
.vidwrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 2rem;
}
.vidwrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
**
** POINTERS */
.pointer {
	height: 40px;
	background: red;
	color: #fff;
	position: relative;
	width: 200px;
	text-align: center;
	line-height: 40px;
}
.pointer:after {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	left: 100%;
	top: 0;
	border: 20px solid transparent;
	border-left: 20px solid red;
}
/*
**
** MAIN CONTENT */
#mainbody {
	margin: 2rem auto;
}
.mission {
	margin-bottom: 0 0 4rem 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px;
	display: block;
	font-size: 2rem;
}
/*
**
** FOOTER */
footer {
	padding: 5rem 0;
	background: url(lodyas-blue.png) #193352;
	color: #fff;
}
.fsocial {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 3rem;
}
.fsocial li:first-child {
	margin-left: 0;
	font-weight: 700;
}
.fsocial li {
	display: inline-block;
	margin-left: 0.5rem;
}
.fsocial li a {
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	padding: 10px 12px;
}
.fsocial li a i {
	vertical-align: middle;
}
.facebook:hover {
	background: #3b5998;
}
.twitter:hover {
	background: #00aced;
}
.linkedin:hover {
	background: #007bb6;
}
.vimeo:hover {
	background: #4ebbff;
}
/*
**
** TOOLKIT FLOATER */
#toolkit {
	bottom: 0;
	left: calc(50% - 110px);
	position: fixed;
	width: 220px;
	z-index: 852;
	clear: both;
	color: #888;
	font-size: 14px;
	margin: 2em auto 1.5em;
	text-align: center;
}
#flinks {
	list-style: outside none none;
	font-size: 2em;
	margin: 0;
	background: rgba(229, 229, 229, 0.85);
	border-radius: 10px;
	padding: 10px;
}
#flinks span {
	background: none;
	display: inline-block;
	line-height: 0;
	margin: 0 5px 0 0;
	padding: 0;
}
#flinks span a {
	color: #333 !important;
}
/*
**
** DISCLAIMER FOOTER */
#disclaimer {
	text-align: center;
	margin: 1rem auto;
	color: #676767;
	line-height: 1.4;
	font-size: 1.2rem;
}
/*
**
** READ MORE */
.accordion {
	border-radius: 40px;
	background-color: #f9f9f9;
	color: #444;
	cursor: pointer;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
	text-transform: none;
	margin: 0 0 1rem 0;
	padding: 10px 20px;
}
h1.accordion,
h2.accordion,
h3.accordion,
h4.accordion,
h5.accordion,
p.accordion {
	font-size: 1.5rem;
}
.accordion i {
	font-size: 2rem;
	position: relative;
	line-height: 1;
	top: 3px;
	margin: 0 4px 0 0;
	padding: 0;
}
.accordion.selected,
.accordion:hover,
.accordion:focus {
	background-color: #8ad7f3;
	color: #333;
	border: none;
}
.accordion.selected {
	border-radius: 16px 16px 0 0;
}
.accordion:after {
	font-family: "mch";
	content: "\58";
	color: #676767;
	float: right;
	margin-left: 5px;
}
.accordion.selected:after {
	content: "\59";
}
div.panel {
	padding: 0 18px;
	background-color: #fff;
	display: none;
	margin-bottom: 2rem;
}
[data-readmore-toggle] {
	z-index: 999;
	border-bottom: none;
	line-height: 1;
	margin: 0 0 2rem 0;
}
[data-readmore-toggle] i {
	position: relative;
	top: 1.5px;
}
[data-readmore-toggle] > a {
	z-index: 999;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
}
[data-readmore-toggle] > a:hover {
}
#supplemental {
	text-align: right;
}
#supplemental li {
	display: inline-block;
	margin: 0;
}
/*#supplemental p { margin: 3rem 0 .5rem 0; }*/
#supplemental ul {
	display: block;
	margin: 0;
}
#supplemental a {
	text-decoration: none;
	color: #444;
	padding: 3px;
	font-weight: 700;
	font-size: 1.5rem;
}
#supplemental a:hover {
	color: #d91f5d;
}
#supplemental i {
	position: relative;
	top: 2px !important;
}

#footer_global {
	text-align: right;
	margin: 6rem 0 0;
}
#footer_global li {
	display: inline-block;
	margin: 0;
}
#footer_global ul {
	display: block;
	margin: 0;
}
#footer_global a {
	text-decoration: none;
	/* color: #444; */
	padding: 0 10px;
	font-weight: 700;
	font-size: 1.5rem;
}
#footer_global a:hover {
	color: #d91f5d;
}
/*
**
** RESPONSIVE */
@media (max-width: 750px) {
	.panel img {
		height: auto;
		width: 100%;
	}
}

@media (max-width: 550px) {
	.tlinks {
		display: none;
	}
}

@media screen and (max-width: 1090px) {
	.logo {
		padding: 1rem 0;
		width: 80%;
	}
}

@media screen and (min-width: 1090px) {
	.active a {
		color: #d91f5d !important;
		font-weight: 600;
	}
}

@media screen and (max-width: 1090px) {
	#topnav {
		background: #555;
		border: none !important;
	}
	#menu {
		position: static;
		display: none;
		width: 100% !important;
	}
	#menu li {
		margin: 0 !important;
		text-align: left;
		padding: 0 !important;
		border-bottom: 0 !important;
		width: 100%;
		display: block;
		text-transform: none;
		font-size: 1.2rem;
	}
	#menu li a {
		background: #222;
		text-transform: uppercase;
		display: block;
		padding: 8px 2rem;
		color: #fff;
	}
	#menu > li > a {
		border-bottom: solid 1px #333;
		border-top: solid 7px #555;
	}
	#menu li a i {
		display: none;
	}
	#menu li ul {
		display: block;
		margin: 0;
	}
	#menu ol {
		margin: 0;
	}
	#menu ol a {
		padding-left: 6rem !important;
	}
	.show-menu {
		display: block;
		color: #555;
	}
	#menu li ul li {
		margin-left: 1rem;
	}
	#menu li ul li:last-child {
		border-bottom: none !important;
	}
	.burger {
		margin: 0;
		background: #000 none repeat scroll 0 0;
		color: #fff !important;
		display: inline-block;
		font-size: 1.4rem;
		position: relative;
		cursor: pointer;
		padding: 8px;
	}
	.burger i {
		position: relative;
		top: 3px;
	}
	#supplemental p {
		display: none;
	}
	#supplemental ul {
		display: flex;
		justify-content: space-around;
		min-width: 20rem;
	}
	header .cards {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	#supplemental {
		margin-bottom: 3rem;
		margin-right: 5rem;
	}
	header .logo {
		min-width: 300px !important;
	}
}

@media (max-width: 849px) {
	#mainbody .subnav {
		display: none;
	}
}

@media (min-width: 100px) and (max-width: 699px) {
	header {
		background: #fff;
	}
	#supplemental ul {
		display: flex;
		justify-content: space-around;
		min-width: 25rem;
	}
	.dos:not(#supplemental) {
		width: 60%;
		display: flex;
		justify-content: center;
	}
	.tres {
		display: inline-block;
		width: 70%;
		color: #000 !important;
		background-color: rgba(255, 255, 255, 0.4);
	}
	.tres:hover,
	.cinco:hover {
		transform: scale(1.05);
	}
	.cinco {
		display: inline-block;
		width: 70%;
	}
	.cinco:first-child,
	.cinco:nth-child(3 + 2) {
		margin-left: 0 !important;
	}
	.cards {
		flex-direction: column;
		align-items: center;
	}
	.container,
	.cards,
	.card-1 {
		min-width: 90% !important;
	}
	.splash {
		background: linear-gradient(to left, rgba(255, 165, 0, 0.95) 5%, rgba(246, 67, 126, 0.25) 70%);
		padding: 4rem 0 0 0;
		text-align: center;
		background-size: cover;
		background-position: center top;
		color: orange;
	}
	.splash i {
		background: #fff !important;
		color: #000 !important;
		line-height: 0;
		display: table;
		margin: 0 auto 1rem auto;
		text-align: center;
		font-size: 2.5rem;
		padding: 2rem;
		border-radius: 50%;
	}
	.splash p {
		color: #000 !important;
	}
	.splash h3 {
		color: #000 !important;
		font-size: 2rem;
	}
	header .cards {
		flex-direction: column;
		align-items: center;
	}
	#supplemental {
		margin: 0 auto;
	}
	.cards.card-1 {
		margin-top: 2rem;
	}
	header .logo {
		min-width: 300px !important;
	}
}

@media (min-width: 100px) and (max-width: 599px) {
	.tres,
	.cinco {
		width: 80% !important;
	}
	.tres:hover,
	.cinco:hover {
		transform: scale(1.02);
	}
	.masthead .image {
		display: none;
		min-width: 160px;
	}
	#fittext3 {
		padding: 1rem;
		text-align: center;
	}
	#supplemental ul {
		min-width: 25rem;
	}
}

@media (min-width: 100px) and (max-width: 499px) {
	.dos {
		min-width: 80%;
	}
	#supplemental ul {
		display: flex;
		justify-content: space-around;
	}
}

@media (min-width: 700px) and (max-width: 999px) {
	.tres {
		display: block;
		width: 29%;
	}
	.cinco {
		display: inline-block;
		width: 29%;
	}
	.cinco:first-child,
	.cinco:nth-child(4 + 3) {
		margin-left: 0 !important;
	}
}

@media (min-width: 1000px) {
	.tres {
		display: inline-block;
		width: 29%;
	}
	.cinco {
		display: inline-block;
		width: 16.4%;
	}
	.cinco:first-child,
	.cinco:nth-child(5n + 6) {
		margin-left: 0 !important;
	}
	.cinco:first-child,
	.cinco:nth-child(5n + 6) {
		margin-left: 0 !important;
	}
}

@media (min-width: 1001px) {
	#intro {
		margin: 4rem 0;
	}
}

@media (max-width: 1000px) {
	.whatsnew {
		display: none;
	}
	.splash i {
		background: #fff;
		color: #000;
	}
	.card-1 {
		margin: 0 auto;
	}
}

@media (min-width: 800px) {
	.spotlight {
		content: " ";
		vertical-align: bottom;
		height: 100%;
	}
	.fcell {
		display: inline-block;
		width: 49%;
		vertical-align: middle;
	}
	.hcell {
		display: table-cell;
		width: 50%;
		vertical-align: bottom;
		padding: 1.2rem 0 0.5rem;
	}
	.hcell span {
		text-align: right;
		display: block;
		clear: both;
	}
	.fsocial {
		float: right;
	}
}

@media screen and (max-width: 599px) {
	img.right {
		display: block;
		width: 100%;
		margin: 2rem 0;
	}
}

@media (min-width: 600px) {
	.nine img,
	.six img {
		border-radius: 12px;
		height: auto;
		max-width: 70%;
	}
	img.right {
		margin: 0 0 15px 15px;
		width: 25%;
	}
	.right {
		float: right;
	}
	.left {
		float: left;
		margin-right: 15px;
	}
}

@media (min-width: 1051px) {
	.topl {
		display: none;
	}
	nav ul li a {
		padding: 14px 0;
		margin-right: 1.5rem !important;
		display: block;
		color: #333;
		text-decoration: none;
		border: none;
		font-size: 17px;
		font-weight: 400;
		line-height: 1;
	}
	#menu > li > a {
		margin: 0;
	}
	.icon {
		position: relative;
		top: 3px;
	}
}

@media (max-width: 600px) {
	.title h1 {
		line-height: 1 !important;
	}
}
/*
**
** PRINT */
@media print {
	body {
		font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
	}
	.banner {
		display: none;
	}
	.nlinks {
		display: none;
	}
	nav {
		display: none;
	}
	.subnav {
		display: none;
	}
	.logo {
		display: block;
		max-width: 300px;
	}
	footer {
		display: none;
	}
	.btmtxt {
		display: none;
	}
	.row,
	.nine,
	.three,
	.four,
	.eight,
	.six {
		display: block !important;
		width: 100% !important;
		font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif !important;
	}
	img.right {
		width: 200px;
	}
	.tbl {
		display: none;
	}
	article[data-readmore] {
		height: auto !important;
	}
	.expand {
		display: none !important;
	}
}

/* other */
.formInput,
.nice-select {
	max-width: none;
}
textarea {
	width: 100%;
}
[type="checkbox"],
[type="radio"] {
	display: inline-block;
}
label {
	color: inherit;
	position: relative;
	display: inline-block;
	font-family: inherit;
}
.labels {
	position: absolute;
	display: block;
}
button,
input[type="submit"],
input[type="reset"] {
	font-weight: 500;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	background-color: #39a1f4;
	/*	    height: 36px;*/
	padding: 0 26px;
	margin: 6px 0;
	margin-left: 0px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	background-image: none;
	text-align: center;
	line-height: 36px;
	vertical-align: middle;
	white-space: nowrap;
	user-select: none;
	font-family: inherit;
	letter-spacing: 0.03em;
	position: relative;
	overflow: hidden;
}
