@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:2px}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:none;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
  font-size: 1em;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Raleway",sans-serif;
  color: #006296; /* #31458b */
  background-color:#006296; /* Footer color */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing:grayscale;
  }

.wrapper {
	width:100%;
	float:left;
	background:#ffffff; /* page color */
	min-height:400px;
	border-top: 18px solid #00a651; /* was 4eb172 */
}

header {
	position: absolute;
	width: 100vw;
	z-index: 999;
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
}
header .logowrap { display: inline-block; }
header .logo {margin:-6px 20px 0 0;}

@media only screen and (max-width: 767px) {
	header .logo { display:block; margin:10px;}
}


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width:960px; /* width for ie 8 */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  clear:both; }
@media (min-width: 768px) {
	.container {
		  width: 90%;
		  max-width: 1200px; /* page width in modern browsers*/
	}
}
.column,
.columns {
  float: left;
  box-sizing: border-box; }
.row { margin-bottom: 20px; clear:both;}

/* Based on Skeleton V2.0.4, Copyright 2014, Dave Gamache, www.getskeleton.com */

  .column,.columns 				{margin-left: 4%;}
  .column:first-child,
  .columns:first-child 			{margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }



@media (max-width: 767px) {

 .column, .columns		{width: 100% !important; clear:both; margin:0; }
 .container				{width: 85%; padding: 0;}
 header .container		{width: 100%;}

 /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns,
  .offset-by-two.column,
  .offset-by-two.columns,
  .offset-by-three.column,
  .offset-by-three.columns,
  .offset-by-four.column,
  .offset-by-four.columns,
  .offset-by-five.column,
  .offset-by-five.columns,
  .offset-by-six.column,
  .offset-by-six.columns,
  .offset-by-seven.column,
  .offset-by-seven.columns,
  .offset-by-eight.column,
  .offset-by-eight.columns,
  .offset-by-nine.column,
  .offset-by-nine.columns,
  .offset-by-ten.column,
  .offset-by-ten.columns,
  .offset-by-eleven.column,
  .offset-by-eleven.columns,
  .offset-by-one-third.column,
  .offset-by-one-third.columns,
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns,
  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 0; }


}









/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Font Awesome */
.iconFont, .iconFontLarger		{ font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; }
.iconFontLarger					{ font-size:2.8em; vertical-align:-.2em; }

h1, h2, h3, h4, h5, h6 { margin-top: .7em; margin-bottom:.2em; font-weight:800; line-height:1.2 }

h1 { font-size: 3em;    }
h2 { font-size: 1.9em;    }
h3 { font-size: 1.6em;   }
h4 { font-size: 1.3em;    }
h5 { font-size: 1.1em;   }
h6 { font-size: 1em;      }

.fixed2lines {display: flex; height: 100px; justify-content: center; align-items: center ;}

strong {font-size:110%;}

p {margin: 0 0 .6em 0; font-size: 1.3em;}

.smallText {
	font-size: 11px;
	color: #999;
	margin:2px 0 2px 0;
	line-height:normal;
}

.smaller {font-size:85%;}
.larger {font-size:150%;}

.alignCenter	{text-align:center;}
.alignLeft		{text-align:left;}
.alignRight		{text-align:right;}
.alignLeftMobileCenter		{text-align:left;}
.alignRightMobileCenter		{text-align:right;}
.alignTop		{vertical-align: top;}


@media only screen and (max-width: 767px) {
	.alignLeftMobileCenter		{text-align:center;}
	.alignRightMobileCenter		{text-align:center;}
}


sup {font-size:50%;vertical-align: super;}
sub {font-size:50%;vertical-align: sub;}

.nowrap {white-space:nowrap;}

blockquote {
	width:90%;
	padding:.7em 4%;
	margin:20px auto 20px 0;
	border-top:4px solid #006296;
	border-bottom:4px solid #006296;

}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5 {margin:0 0 0.2em 0; color:#666666; font-style:normal;}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {list-style: square outside; font-size: 1.3em; }
ol {list-style: decimal outside; }
ol, ul {padding-left: 0; margin-top: 0; }
ul ul, ul ol, ol ol, ol ul {margin: .5em 0;  }
li {margin: 0 0 .5em 1em; }


/* Images
------------------------------------------------------- */
img.scale-with-grid, .editor img {max-width: 100%; height: auto; }

.photoRight 		{float:right; margin:4px 0 4px 6px;}
.photoLeft  		{float:left; margin:4px 6px 4px 0;}
.photoRightBorder 	{float:right; margin:6px 0 6px 8px; padding:2px; border:#b0b0b0 1px solid;}
.photoLeftBorder  	{float:left; margin:6px 8px 6px 0; padding:2px;  border:#b0b0b0 1px solid;}

.border {border:1px solid #a1d6b4;}

.photoGrid {margin-bottom:40px;}
.photoGrid img {
	box-sizing:border-box;
	border:#ffffff 6px solid;
	width:33%;
	height:auto;
	float:left;
}


/* Links
--------------------------------------------------------- */
a {transition:all .2s;}
a:link, a:visited 			{color: #22944b; text-decoration: none;}
a:hover, a:focus, a:active	{color: #006296; text-decoration: none; }
a img {border: 0; }
a.imageFadeLink {transition:all .3s;}
a.imageFadeLink:link, a.imageFadeLink:visited { opacity:1.0;}
a.imageFadeLink:hover, a.imageFadeLink:focus, a.imageFadeLink:active {opacity:.6;}


/* Main Menu
---------------------------------------------------------- */
ul.mainMenu {
	position: relative;
	float: left;
	font-size: 1.1em;
	padding: 0;
	margin:20px 0 0 0;
    list-style:none;
	border-bottom: 1px solid #fff;
	height: 45px;
    }

.mainMenu li {
	position: relative;
    float:left;
    margin:0;
    padding:0;
    }

.mainMenu a {
    display:block;
	margin:8px 10px;
	height: 36px;
	transition:all .3s;
    }
.mainMenu li:first-of-type a { margin-left: 0; }
.mainMenu li:last-of-type a { margin-right: 0; }
.mainMenu>li>a:link, .mainMenu>li>a:visited {color:#ffffff; background-color: transparent; text-decoration: none;}
.mainMenu>li>a:hover, .mainMenu>li>a:active {color:#ffffff; text-decoration: none; border-bottom: 3px solid #fff; }
#mobileMenuTrigger {display:none;}



/* Standard Form
---------------------------------------------------------- */

fieldset {margin:10px 0; padding:0;}

form.standard {
	margin-bottom: 20px; }
.standard fieldset {
	margin-bottom: 20px; }
.standard input[type="text"],
.standard input[type="password"],
.standard input[type="email"],
.standard textarea,
.standard select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	border-radius: 2px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #777;
	margin: 0;
	width: 300px;
	max-width: 90%;
	margin-bottom: 10px;
	background: #fff; }
.standard select {
	padding: 4px; margin-top:1px;}
.standard input[type="text"]:focus,
.standard input[type="password"]:focus,
.standard input[type="email"]:focus,
.standard textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	box-shadow:  0 0 3px rgba(0,0,0,.2); }
.standard textarea {
	min-height: 80px; }
.standard label,
.standard legend {
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
}
.standard select {
	width: 220px; }
.standard input[type="checkbox"] {
	display: inline; }
.standard label span,
.standard legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444; }


.multirow {
	width:100%;
	float:left;
	clear:both;
}

.multirow input.short, .multirow select.short {
	width:60px;
	float:left;
	margin-right:10px;
}

.multirow input.medium, .multirow select.medium {
	width:200px;
	float:left;
	margin-right:10px;
}

input.short, select.short {
	width:60px;
}

input.medium, select.medium {
	width:200px;
}

form.standard p.supplementalInfo {
	margin:-13px 0 15px 0;
	font-size:80%;
}

form.standard  label.error {
	margin:-6px 0 15px 0;
	color:#d10109;
}

.multirow label.error {
	display:inline-block;
	clear:both;
}

form.standard  input.error, form.standard  select.error {
	background-color:#fefee8;
}

label.error { float: none;
	color: red;
	vertical-align: top;
	margin:4px 0 0 0;
	padding:0;
	width: 250px;
	text-align:left;
}





.dmContact-wrap__outer {
	width:100%;
	text-align: center;
}

.dmContact-wrap__inner {width: 100%;
	width:100%;
	text-align: center;
}

.dmContact input[type="text"],
.dmContact input[type="password"],
.dmContact input[type="email"],
.dmContact input[type="tel"],
.dmContact textarea,
.dmContact select {
	border: 1px solid #ccc;
	padding: 8px 6px;
	outline: none;
	border-radius: 2px;
	font-size: 1.2rem;
	width: 300px;
	max-width: 90%;
	margin:10px;
	background: #fff; }

	label.visually-hidden {display:none}

	.dmContact input[type="submit"] {
		display:block;
		margin:5px auto 20px auto;
	}

/* #Buttons
---------------------------------------------------------- */
.button, a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		display:inline-block;
		font-size:1.2em;
		padding: 7px 20px;
		line-height:1.3em;
		width: auto;
		margin: 4px 0;
		text-transform: uppercase;
 		text-decoration: none;		border: none;
		border-radius: 6px;
		transition:all .2s;
		box-sizing: border-box;
		color: #ffffff;
		background: #006296;
		/* border-left: 1px solid #006296; */
		}


.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #006296;
		background:#fff;
		}

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		background:#7eb801;
		border:none;
		}

a:link.button, a:visited.button {color: #ffffff; background-color:#006296; text-decoration: none; transition:all .2s;}

a:hover.button, a:focus.button, a:active.button { color: #006296; background-color:#e5f3ea; text-decoration: none; }

.button.large, a.button.large,
	button.large,
	input[type="submit"].large,
	input[type="reset"].large,
	input[type="button"].large {
		font-size:1.4em;
		line-height:1.4em;
		padding: 10px 25px;
		max-width:100%;
		overflow:hidden;
		white-space:nowrap;
		 }

.button.small, a.button.small,
	button.small,
	input[type="submit"].small,
	input[type="reset"].small,
	input[type="button"].small {
		font-size:.9em;
		line-height:.9em;
		padding: 8px 15px;
		max-width:100%;
		overflow:hidden;
		white-space:nowrap;
		 }



/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2em .5em;
  margin: 0 .2em;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 5px 8px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Margin
------------------------------------------------------- */
.noMargin       {margin:0;}
.noMarginTop    {margin-top:0;}
.noMarginBottom {margin-bottom:0;}

.marginTop5     {margin-top:5px;}
.marginTop10    {margin-top:10px;}
.marginTop20    {margin-top:20px;}
.marginTop40    {margin-top:40px;}

.marginBottom5  {margin-bottom:5px;}
.marginBottom10 {margin-bottom:10px;}
.marginBottom20 {margin-bottom:20px;}
.marginBottom40 {margin-bottom:40px;}

.marginVert5     {margin-top:5px; margin-bottom:5px;}
.marginVert10    {margin-top:10px; margin-bottom:10px;}
.marginVert20    {margin-top:20px; margin-bottom:20px;}
.marginVert40    {margin-top:40px; margin-bottom:40px;}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width		{width: 100%; box-sizing: border-box; }
.u-max-full-width	{max-width: 100%;box-sizing: border-box; }
.u-block			{width: 100%; box-sizing: border-box; float:left; clear:both;}
.floatLeft			{float:left;}
.floatRight			{float:right}
.noDisplay			{display:none;}
.clearDiv			{clear: both;width:100%; height:1px;}



/* Footer
---------------------------------------------------------- */
footer {
	color:#CAC9C9;
	font-size:90%;
	clear:both;
	padding:20px 0;
	}

footer a:link, footer a:visited {color:#CAC9C9; text-decoration: none;}
footer a:hover, footer a:active {color:#ffffff;	 text-decoration: none;}

footer .copyright {color:#CAC9C9; text-align:center; font-size:85%; margin:10px 0;}

footer a img { max-width: 210px; max-height: 100px; margin: 0 20px 30px 0; }
footer #sponsors {margin-top:40px;}
footer #sponsors a { display: inline-block; vertical-align: middle; padding: 0 10px; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border-width: 0;
  border-top: 1px solid #00a651; }

hr.blue { border-top-color: #006296; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Video Embed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.vid_button {
	position: relative;
	display: inline-block;
}
.vid_button::before {
	content: '\f04b';
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.4),rgba(0,0,0,0.1));
	justify-content: center;
	align-items: center;
	font-family: FontAwesome;
	font-weight: 900;
	font-size: 3em;
	color: #fff;
	transition: color .3s;
  z-index: 1;
}
.vid_button:hover::before {
  color: #00a651;
}
.vid_button img {
	display: block;
}

/* ------- Video Embed Modal ------- */
body.modal--open {
  overflow: hidden;
}
#sc-video {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
#sc-video__close {
  position: absolute;
  top: 2em;
  right: 2em;
  font-size: 2em;
  text-align: center;
  color: #fff;
  background-color: var(--blue);
  width: 1.2em;
  height: 1.2em;
  box-sizing: border-box;
  padding: .1em;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
}
#sc-video__close:hover {
  background-color: var(--darkorange);
}
#sc-video__iframe {
  width: 75vw;
  height: 42vw;
}


/* Custom Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.fullBlock {
	width:100%;
	float:left;
	box-sizing:border-box;
	padding:20px 0;
	background-color:#BDBABB;
}

.mhighlight {
	position: absolute;
	height: 0;
	border-bottom: 3px solid #fff;
	bottom: -2px;
}

div.contact { background-color: #E7F3EB; padding: 20px 0; }

.welcome { position: relative; display: block; font-size: 38px; line-height: 45px; }
.county { font-size: 50px; font-weight: 700; }
.welcome svg g, .welcome svg rect { display: none; }
.welcome svg {
	position: absolute;
	width: 170px;
	height: 100px;
	top: -33px;
	left: -60px;
}

.midBars span  { display: inline-block; }
.midBars hr {
	width: 150px;
	display: inline-block;
	margin: 0 30px 15px;
}

p.large { font-size: 1.5em; line-height: 1.2em; }

.round {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin: 0 auto;
}
.round.sm { width: 150px; height: 150px; }
.round p { font-size: 18px; margin: 0; line-height: .9; }
.round p.smaller { font-size: 20px; }
.round .numlg, .round .numsm { font-weight: 700; letter-spacing: -.03em}
.round .numlg { font-size: 38px; }
.round .numsm { font-size: 28px; margin-bottom: 6px; }

.slant {
	position: relative;
	clip-path: url("#revbar");
	-webkit-clip-path: polygon(0% 0%, 100% 10%, 100% 100%, 0% 90%);
	/*height: 450px;*/
	box-sizing: border-box;
	padding-top: 70px;
}
.slant:before {
	content: '';
	background: url(../images-index/fl-dots.svg) no-repeat top center cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.2;
}
.bgGreen.slant p { margin-bottom: 50px; }

#news .four { box-sizing: border-box; padding: 0 20px 20px 20px; }
#news h4 { margin-top: -10px; }
#news .scale-with-grid {
	max-width: 120%;
	position: relative;
	top: -20px;
}

.contact h4 { border-bottom: 1px solid #00a651; margin-top: 0; line-height: 1; }
.contact p { font-size: 1.2em; line-height: 1.2em; }
.contact i.smaller { font-size: .8em; }
.contact .fb { padding-top: 20px; left: -30px; display: inline-block; text-align: left; }
.contact .fb, .contact label { font-size: 28px; font-weight: 700; line-height: .9; position: relative; box-sizing: border-box; }
.contact .smaller { font-size: 23px; }
.contact .fb:after {
	content: '\f09a';
	font-family: FontAwesome;
	color: #a1d6b4;
	background-color: #006296;
	padding: 5px 0;
	width: 50px;
	height: 50px;
	font-size: 40px;
	position: absolute;
	top: 20px;
	right: -60px;
	box-sizing: border-box;
	line-height: 1.1;
	text-align: center;
	transition: all .3s;
}
.contact a:hover, .contact a:active { color: #fff; }
.contact a:hover .fb:after, .contact a:active .fb:after { background-color: #fff; }
.contact [type="text"] {
	border: none;
	font-size: 24px;
	width: 150px;
	padding: 3px 8px;
}
.contact [type="submit"] {
	border-radius: 0;
	font-size: 20px;
	padding: 5px 14px 4px;
	position: relative;
	top: -1px;
	left: -3px;
}





.dataContainer {
 width: 100%; margin: 0; padding: 25px 0; min-height: 400px;
}

.dataContainer iframe {width: 100%; background: #fff url('/images-index/busySmall.gif') no-repeat 20px 20px; border:none;}


/* Add PDF icon to links */
a[href$="pdf"]::after {
	content: '\f1c1';
	font-family: 'FontAwesome';
	margin-left: 0.25em;
}




/* ---------- Sponsor logos ---------- */

.logoGrid {
  display:flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  align-items: center;

}

.logoGridItem {
  width:130px;
 height: 130px;
  margin: 30px;
	background: url("../images-index/sponsors/Jackson_County.png") no-repeat center center;
	background-size: contain;
}



/* ---------- Text & Background Colors ---------- */
.bgWhite { background-color: #fff; }
.bgBlue { background-color: #006296; }
.bgGreen { background-color: #00a651; }
.bgLtGreen { background-color: #e5f3ea; }

.colorWhite { color: #fff; }
.colorGreen { color: #00a651; }

.brdrBottom { border-bottom: 1px solid #00a651; }
/* ---------- Icon Sprites ---------- */
.round {
	border-radius: 50%;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.round svg {
	position: absolute;
	top: 20%;
	left: 15%;
	width: 70%;
	height: 65%;
}
.round.sm svg { top: 16%; left: 15%; }
.round #search, .round #maps, .round #resources, .round #demographics, .round #population, .round #gdp, .round #income { display: none; }
.round .search #search, .round .maps #maps, .round .resources #resources, .round .demographics #demographics,
.round .population #population, .round .gdp #gdp, .round .income #income { display: inline-block; }

.round #search, .round #maps, .round #resources, .round #demographics { fill: #fff; }
.round #population, .round #gdp, .round #income { fill: #006296; }

.round .population { top: 15px; }
.stat-pop p:first-of-type { margin-top: 160px; }

.round .gdp { top: 18px; }
.stat-gdp p:first-of-type { margin-top: 173px; }

.round .income { top: 5px; }
.stat-income p:first-of-type { margin-top: 155px; }

/* ---------- Hero Code ---------- */
.herowrap { position: relative; }
.home .hero, .home .hero-brdr { height: 620px; }
.hero, .hero-brdr { height: 250px; clip-path: url("#heroclip"); -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 0% 100%); }
.hero {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100vw;
}

.hero-brdr {
	position: absolute;
	top: 18px;
	width: 100vw;
	background-color: #006296;
	z-index: 0;
}

.tagline {
	width: 50vw;
	top: 300px;
	position: relative;
}
.tagline p {
	color: #fff;
	font-size: 2.5em;
	font-weight: 400;
	text-align: right;
	padding: 10px 30px 10px 0;
}
.tagline-slant {
	position: absolute;
	height: 230px;
	width: 50vw;
	background-color: #fff;
	opacity: 0.8;
	left: -70px;
	top: 240px;
	clip-path: url("#tagline");
	 -webkit-clip-path: polygon(0% 35%, 100% 0%, 100% 60%, 0% 95%);
	z-index: 0;
}

.hero .heroBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.mobilesubmenu a { margin-left: 0 !important; }


/* Feature landing pages */

.feature .herowrap {background-color: #E7F3EB;}



/* Zoom Prospector */

.heroStright, .bodyStright .herowrap, .bodyStright .bodyStrightHide {display: none; height:1px; border: none;}

.bodyStright .heroStright {
    display: block;
    position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100vw;
    height: 160px;
    border-bottom: #006296 4px solid;
    background-image: url(http://www.jacksonedc.com/images/headers/Distribution-warehouse.jpg);
}

    iframe {border: none;}



	/* #Media Queries
================================================== */

	.mobileOnly, #mobileMenuTrigger {display:none;}

	@media only screen and (min-width: 960px) {
		/* -- submenu -- */
		nav li>ul {
			transition: opacity .3s;
			opacity: 0;
			position: absolute;
			top: 34px;
			left: 0px;
			background-color: #fff;
			display: block;
			height: 0;
			font-size: 1.2em;
			z-index: 999;
		}
		nav li:hover>ul {
			opacity: 1;
			padding: 10px 20px;
			height: auto;
		}
		nav li:hover>ul li { display: inherit !important; }
		nav li>ul li {
			width: 100% !important;
			margin: 0;
			padding: 0px !important;
			border-top: 1px solid #ccc;
			text-align: left;
			white-space: nowrap;
			display: none !important;
		}
		nav li>ul li:first-of-type { border: none; }
		nav li>ul a, nav li>ul a:link, nav li>ul a:visited {
			color: #006296 !important;
			padding:0;
			width: auto;
		}
		nav li>ul a:hover {
			color: #00a651 !important;
			background-color: transparent !important;
		}

	}

	@media only screen and (min-width: 960px) and (max-width: 1150px) {
		ul.mainMenu { font-size: 1em; float: right; }
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#mobileMenuTrigger {display: block;}

		#mobileMenuTrigger {
			position:fixed;
			top:0;
			left:0;
			padding:5px 10px;
			background-color:#00a651;
			z-index:1000;
			border-bottom-right-radius: 3px;
			font-size: 1.2em;
		}
		#mobileMenuTrigger a {color:#fff;}

		ul.mainMenu {
			display:none;
			position: absolute;
			background:#00a651;
			width:90%;
			height: auto;
			max-width:20em;
			left:0;
			top:0;
			font-size: 1em;
			margin:0 0 0 0;
			list-style:none;
			z-index:999;
			box-sizing:border-box;
			padding:40px 10px 20px 10px;
			border-bottom-right-radius: 6px;
			}

		.mainMenu li {
			float:none;
			margin:0;
			padding:0;
			}

		.mainMenu a {
			display:block;
			padding:8px 20px;
			margin: 0;
			height: auto;
			transition:all .3s;
			}

		.mobilesubmenu { display: none; margin: 0 0 0 10px; list-style: none; font-size: 1em; }

		.mainMenu a:link, .mainMenu a:visited {color:#ffffff; background-color: transparent; text-decoration: none;}
		.mainMenu a:hover, .mainMenu a:active {color:#006296; background-color: transparent; text-decoration: none; border: none;}

        .bodyStright .heroStright { height:180px; }


	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.hero, .hero-brdr { height: 400px !important; }
		.tagline, .tagline-slant, #welcome hr { display: none; }
		.slant { height: 100%; }


	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {


		.hideMobile {display:none !important;}

		.mobileOnly {display:block;}

		.mobileCenter {text-align:center;}

		.wrapper {overflow:hidden;}


		.hero, .hero-brdr { height: 400px !important; }
		/*.slant { height: 820px; }*/
		.round.sm { margin-top: 40px; }
		.round.sm:first-of-type { margin-top: 10px; }
		#news .four { margin-top: 60px; }
		#news .four:first-of-type { margin-top: 0px; }

			.photoGrid {text-align:center;}

		.photoGrid img {
				width:95%;
				float:none;
			}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {


	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {


	}




}
