html {
  overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, li {
	color: #222;
}



/* Webflow Defaults */
.w-dropdown {
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
}
.w-nav {
  position: relative;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 20px;
  text-align: left;
/*  margin-left: auto;
  margin-right: auto;*/
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button.w--open {
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
/* End Webflow Defaults */



/******************************************************************
> Gutenberg and Default Styles

******************************************************************/

/* --------------------------------------
* > Images
-----------------------------------------*/

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .alignnone,
.wp-block-image.is-resized,
.aligncenter,
.alignleft,
.alignright,
.alignnone,
a.alignleft,
a.alignnone,
a.alignright,
a.aligncenter {
  display: table;
	max-width: 100%;
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px; 
}

.wp-block-image .aligncenter {
	text-align: center;
}

.wp-block-image .aligncenter>figcaption {
	font-size: 1.8rem;
	font-style: italic;
}

.embed-responsive-container {
  position: relative;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  /*margin-bottom: 60px;*/ }
.embed-responsive-container iframe,
.embed-responsive-container object,
.embed-responsive-container embed,
.embed-responsive-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.embed-responsive-container {
  position: relative;
  padding-top: 56.25%;
  padding-bottom: 0; }
.embed-responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* --------------------------------------
* >	Blocks
* Lets default to Wordpress's style.min.css file for most of gutenberg blocks except for the following 
-----------------------------------------*/
.wp-block-columns {
	clear:both;
}

.wp-block-columns.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wp-block-columns.reverse .wp-block-column {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; 
}

.wp-block-separator.is-style-dots::before {
  content: "\00b7 \00b7 \00b7";
  font-size: 30px;
  letter-spacing: 1em;
  padding-left: 1em;
}

.no-gap>.wp-block-column:not(:last-child),
.no-gap>.wp-block-column, 
.no-gap>*,
.no-gap .alignnone {
  margin: 0 !important; 
}

.align-x-center .wp-block-column {
	-webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
    
.gutter {
  padding-right: 20px;
  padding-left: 20px; 
}
  
  
/* --------------------------------------
* > Align wide and full
-----------------------------------------*/

.alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.wp-block-gallery.alignwide {
	display: flex; 
}

.wp-block-media-text.alignwide {
	display: grid; 
}

.alignfull img {
  width: 100vw;
}


/* --------------------------------------
* > Separators
-----------------------------------------*/
.wp-block-separator {
  width: 100%;
  max-width: 225px;
  margin: 40px auto;
  border-top: 3px solid #ddd;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.wp-block-separator.is-style-wide {
	width: 100%;
	max-width: 100%;
}

.wp-block-separator.is-style-wide.alignwide {
	  width: auto;
    margin-left: -100px;
    margin-right: -100px;
    max-width: 100vw; 
 }

.wp-block-separator.is-style-dots {
  border-top-style: none;
}  

/* # Media Queries for Gutenberg
/*------------------------------------------------------- */

@media only screen and (min-width: 600px) {

	.alignleft, 
	img.alignleft, 
	.wp-block-image .alignleft {
		display: inline-block;
		float: left;
		margin: 0 35px 35px 0;
	}
	
	.alignright, 
	img.alignright, 
	.wp-block-image .alignright {
		margin: 0 0 35px 35px;
		display: inline-block;
		float: right;
	}
	
	.wp-block-image .alignleft, 
	img.alignleft,
	.wp-block-image .alignright, 
	img.alignright {
		max-width: 50%; 
	}		
	
	.alignnone, 
	.wp-block-image .alignnone {
	  display: block;
	  margin-top: 20px;
	  margin-bottom: 20px;
	  float: none;
	}	
				  
  .wp-block-columns.no-gap .wp-block-column {
    flex-basis: 50%;
  }
  	
	.alignfull {
	  margin-left: calc(-100vw / 2 + 100% / 2);
	  margin-right: calc(-100vw / 2 + 100% / 2);
	  max-width: 100vw;
	  flex-wrap: nowrap;
	}	

} /* end of media query */


@media only screen and (min-width: 768px) {

  .wp-block-columns.reverse .wp-block-column:not(:last-child) {
    margin-right: 0; }

	.gutter {
	  padding-right: 60px;
	  padding-left: 60px; 
	}
	

} /* end of media query */


@media only screen and (min-width: 991px) {

	.alignwide {
		margin-left: -50px;
		margin-right: -50px;
		max-width: 100vw;
	}

} /* end of media query */


@media only screen and (min-width: 1200px) {

	.alignwide {
	  margin-left: -150px;
	  margin-right: -150px;
		max-width: 100vw;
	 }

} /* end of media query */


/* Begin States */

.sc-states form.password-form {
    margin: 100px auto;
    width: 100%;
    max-width: 300px;
}

.sc-states .site-header {
  position: static;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  padding-top: 0;
}

.sc-states .site-header .wrap:before,
.sc-states .site-header .wrap:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.sc-states .site-header .wrap:after {
  clear: both;
}
.sc-states .site-header .wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 90px;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.sc-states .w-nav-overlay {
  top: 0;
  bottom: 0;
  height: 100vh !important
}
@media (max-width: 639px) {
  .sc-states .w-nav-overlay {
    height: auto !important
  }
}

.sc-states .title-area {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 200px;
  -ms-flex: 0 200px;
  flex: 0 200px;
  border-right: 1px solid #e8e8e8;
  margin-top: 0;
  width: auto;
  padding: 0 25px 0 0;
}

.sc-states .title-area a {
  display: block;
  width: 250px;
	position: relative;
  top: 2px;
  padding-bottom: 5px;
}
.sc-states .custom-logo {
  width: 100%;
  max-width: 180px;
}

.menu-toggle:before, .menu-toggle.activated:before {
	content: '';
	display: none;
}
.menu-toggle {
	margin:0;
	background: none;
  font-weight: 400;
}
.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
    max-width: 50px;
}
.sc-states .menu-toggle {
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50px;
  -ms-flex: 0 50px;
  flex: 0 50px;
  visibility: visible;
}

.sc-states .menu-toggle.w--open {
  z-index: 102;
  background-color: transparent;
}
.sc-states .burger:before {
  font-family: "fontello-states";
  content: "\f0c9";
  color: #b0b0b0;
  font-size:3rem;
	top: -4px;
	position: relative;
}
.sc-states .burger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
}

.sc-states .nav-primary {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #e8f3f7;
}

.sc-states .menu-primary {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 43px 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  text-align: center;
  list-style-type: none;
}

.sc-states .menu-primary:before {
  content: 'Explore More on Supply Connector:';
  font-family: "Gilroy", sans-serif;
  display: block;
  margin: 0 0 15px 10px;
  font-weight: 500;
  text-align: center;
  font-size: 1.7rem;
}
.sc-states .menu-primary--dropdown {
  position: relative;
  color: #525252;
  text-decoration: none;
  list-style-type: none;
}
.sc-states .icon-down-open {
  position: relative;
  top: -8px;
  display: block;
  margin-right: 0px;
  margin-left: 3px;
  color: #0e3048;
  font-weight: 700;
  text-align: center;
}
.sc-states .menu-primary--link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Gilroy, sans-serif;
  color: #0e3048;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: none;
}

.sc-states .menu-primary--link:hover {
  color: #d6a12a;
}

.sc-states .dropdown-menu--wrap {
  padding: 0px 15px 20px;
}

.sc-states .dropdown-menu {
  position: relative;
  z-index: 100;
  background-color: transparent;
}

.sc-states .dropdown-menu.w--open {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color: transparent;
}

.sc-states .dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sc-states .dropdown-submenu--link {
  padding: 4px 15px;
  color: #0e3048;
  font-size: 1.7rem;
  text-align: center;
}

.sc-states .dropdown-submenu--link:hover {
  color: #d6a12a;
}

.state-nav {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.state-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 90%;
  max-width: 950px;
  min-width: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  list-style-type: none;
}

.state-primary--link {
  padding: 12px;
  color: #001738;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: uppercase;
}
.state-primary--link:hover,
.state-primary--link:focus,
.state-primary--link.current-menu-item {
  color: #d6a12b;
}
.state-dropdown-toggle {
  display: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Gilroy, sans-serif;
  font-weight: 700;
}
.state-dropdown-toggle .icon-down-open {
    position: absolute;
    top: -6px;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
    font-size: 1.6rem;
}

.state-dropdown-text {
  margin-top: 3px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

/*.sc-states .h-hero {
  height: 70vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 48, 72, 0.8)), to(rgba(14, 48, 72, 0.8))), url('../images/raleigh.jpg');
  background-image: linear-gradient(180deg, rgba(14, 48, 72, 0.8), rgba(14, 48, 72, 0.8)), url('../images/raleigh.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}*/
@media screen and (min-width: 992px) {
	.state-menu {
		width:100%;
	}
  .title-area p {
    top: -2px;
    position: relative;
	}	
	.sc-states .custom-logo {
	  width: 100%;
	  max-width: 250px;
	}
  /*.sc-states .state-primary--link {
    font-size: 1.6rem;
  }*/
}
@media screen and (min-width: 1025px) {
  .title-area p {
    top: -3px;
    position: relative;
	}
}

@media screen and (min-width: 1280px) {
	
	.sc-states .title-area {
	  -webkit-box-flex: 0;
	  -webkit-flex: 0 220px;
	  -ms-flex: 0 220px;
	  flex: 0 220px;
	}
  .title-area p {
    top: -1px;
    position: relative;
	}
  .sc-states .nav-primary {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sc-states .menu-primary {
	  padding: 130px 25px 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .sc-states .menu-primary--dropdown {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .sc-states .state-nav .menu-primary--dropdown {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding-right: 40px;
    padding-left: 30px;
	  
  }
  .sc-states .icon-down-open {
    margin-left: 0px;
  }
  .sc-states .site-header .wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .burger {
    width: 80px;
  }
  .sc-states .dropdown-menu.w--open {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .sc-states .state-nav .dropdown-menu.w--open {
    position: absolute;
    background-color: #FAFAFA;
    padding-top: 20px;	  
  }
  .sc-states .dropdown-toggle {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sc-states .menu-primary--link {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .sc-states .state-menu {
	  width: 90%;
    max-width: 1040px;
  }
  .sc-states .state-primary--link {
    font-size: 1.6rem;
  }
  .sc-states .state-dropdown-toggle {
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .sc-states .title-area {
    -webkit-flex-basis: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
  }
  .sc-states .burger:before {
    font-size: 4rem;
    top: -4px;
    color: #b0b0b0;
	}
	.sc-states .menu-toggle {	  
		-webkit-box-flex: 0;
	  -webkit-flex: 0 60px;
	  -ms-flex: 0 60px;
	  flex: 0 60px;
	  visibility: visible;
	}
  .sc-states .state-primary--link {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1600px) {
	.sc-states .state-primary--link {
    font-size: 1.9rem;
	}	
	
}

@media screen and (max-width: 991px) {
	.sc-states .site-header .wrap {
		padding-top: 15px;
	}
  .sc-states .title-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-right-style: none;
  }
  .sc-states .menu-toggle.w--open {
    background-color: transparent;
  }
  .sc-states .nav-primary {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .sc-states .menu-primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sc-states .menu-primary--dropdown {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 2rem;
  }
  .sc-states .state-nav .menu-primary--dropdown {
    border-top: 1px solid #fff;
	} 
  .sc-states .state-nav .menu-primary--dropdown .state-primary--link {
    border-top: 0;
	} 
	.sc-states .state-nav .icon-down-open {
    position: absolute;
	} 

  .sc-states .icon-down-open {
    font-size: 1.8rem;
    top: -8px;  
  }
  .sc-states .state-dropdown-toggle .icon-down-open {
    font-size: 1.6rem;
  }
  .sc-states .site-header .wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sc-states .text-span {
    display: inline-block;
  }
  .burger {
    width: 60px;
  }
  .sc-states .dropdown-menu--wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sc-states .dropdown-menu.w--open {
    position: relative;
    top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none;
  }
  
  .sc-states .state-nav .dropdown-menu.w--open {
    position: absolute;
    background-color: #FAFAFA;
    padding-top: 20px;	
    top:auto;  
  }
  .state-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 900px;
    -ms-flex: 0 900px;
    flex: 0 900px;
  }
  .state-menu {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 5px;
  }
  .state-primary--link {
    padding: 18px 6px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .sc-states .menu-primary {
    top: 75px;
  }
  .sc-states .site-header .wrap {
    padding: 6px 0 0 0px;
  }
  .sc-states .dropdown-menu--wrap {
    padding-bottom: 14px;
  }
  .sc-states .dropdown-menu.w--open {
    display: block;
  }
  .sc-states .state-nav .dropdown-menu.w--open {
    display: block;
    background-color: transparent;
    position: relative;
    padding-top: 0;
  }
  .state-nav {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #e7ecee;
  }
  .state-menu {
    top: 75px;
    display: none;
    max-width: 650px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .state-menu.w--open {
    display: block;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .state-primary--link {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #fff;
    line-height: 1.2;
  }
  .state-dropdown-toggle {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .state-dropdown-text {
    font-size: 1.7rem;
  }
  .sc-states .hero--wrap {
    padding: 60px 30px 150px;
	}
	.sc-states .h-main-ctas h2 {
    font-size: 3rem;
	}
}

@media screen and (max-width: 479px) {
  .sc-states .title-area {
    -webkit-box-flex: 0;
    -webkit-flex: 0 180px;
    -ms-flex: 0 180px;
    flex: 0 180px;
  }
  .sc-states .burger:before {
    top: -3px;
	}
  .sc-states .menu-toggle {
    left: 0%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
  .sc-states .menu-primary {
    top: 50px;
    height: 75vh;
    min-height: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sc-states .icon-down-open {
    font-size: 3rem;
  }
  .sc-states .state-menu .icon-down-open {
    font-size: 1.8rem;
  }
  .sc-states .site-header .wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .burger {
    width: 50px;
  }
  .sc-states .dropdown-menu--wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sc-states .dropdown-menu.w--open {
    display: block;
  }
  .state-menu {
    top: 50px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    /*border-right: 1px solid #fff;
    border-left: 1px solid #fff;*/
  }
  .state-primary--link {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 150px;
    -ms-flex: 1 0 150px;
    flex: 1 0 150px;
  }
/*  .sc-states .h-hero {
    height: auto;
    min-height: 400px;
  }*/
}


/* Icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 }
 
.sc-states .icon-down-open:before { 
	  font-family: "fontello-states";
		content: '\e800'; 
}
.sc-states .icon-menu:before { 
	  font-family: "fontello-states";
		content: '\f0c9'; 
}

.sc-states .icon-north-carolina:before {
	margin-right: 30px;
}
@font-face {
  font-family: 'fontello-states';
  src: url('fonts/fontello-states.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


/* Begin States Site Inner */
@media screen and (min-width: 480px) {
	.sc-states .submit-need {
    background: #e3e3e3;
}
}
.sc-states .site-inner {
	background: #F5F5F5;
}
.sc-states .entry-header {
    padding: 70px 30px;
}
.sc-states a.eyebrow.h4,
.entry-title.h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.sc-states a.eyebrow.h4 {
	color: #E6E6E6
}
.connector {
	color:#fff;
}
.entry-title.h3 {
    font-size: 2.5rem;
    letter-spacing: 1.2px;
}
.sc-states .hero h1,
.state-name {
    font-size: 4.8rem;
    line-height: 1;
}
.state-name {
    color: #fff;
    letter-spacing: .05em;
    line-height: 1;
    font-weight: 600;    
    margin-bottom: 10px;
    display: block;
}
a.state-name:hover {
	color: #fff;
	opacity: .8;
}
.h-main-ctas {
    margin-bottom: 70px;
}
.sc-states .h-main-cta--block.get-funding,
.sc-states .h-main-cta--block.for-funders {
    background-color: #fff;
}
.sc-states .h-main-ctas .button {
    background-color: #E8E8E8;
    border: 1px solid #C2C2C2;
    color: #0E3048;
}
.sc-states .h-main-ctas .button:hover {
	background-color: #0E3048;
}

.sc-states .h-main-ctas a.icon-right {
    font-size: 1.7rem;
    padding-top: 15px;
    font-weight: 500;
    letter-spacing: .25px;
}

.state-logo {
    text-align: center;
    margin-bottom:50px;
}

.state-logo img {
	max-width: 180px;
}

.states-logos-block {
	background: #fff;
	-webkit-box-shadow: 0px 1.5px 8px -7px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 1.5px 8px -7px rgba(0,0,0,0.7);
  box-shadow: 0px 1.5px 8px -7px rgba(0,0,0,0.7);
  padding: 40px 30px;
  margin-top: 130px;
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.collab-bg {
    background-color: #000;
    display: table;
    margin: auto;
    padding: 10px 15px;
    margin-top: -60px;
    margin-bottom: 60px;
    color: #fff;
}

.states-logos-block .wp-block-gallery .blocks-gallery-item figure {
	justify-content: center;
  align-items: center;
}
.states-logos-block .wp-block-gallery .blocks-gallery-item img {
    width: 100%;
    max-width: 200px;
    height: auto;
}
.states-logos-block .wp-block-gallery {
    max-width: 1100px;
    margin: auto;
}
@media (min-width: 600px) {
	.states-logos-block .wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 16px)/2);
	}	
	.states-logos-block .wp-block-gallery .blocks-gallery-item img {
    max-width: 180px;
	}
}

@media screen and (min-width: 768px) {
	.sc-states .hero--wrap {
	    padding: 100px 40px 320px;
	}
	.sc-states a.eyebrow.h4 {
		font-size: 2.2rem;
	}
	.sc-states .hero h1,
	.state-name {
	    font-size: 7rem;
	    margin-top: 10px;
	    letter-spacing: .75px;
	}
	.entry-title.h3 {
    font-size: 3rem;
  }
	.sc-states .entry-header {
    padding-top: 130px;
    padding-bottom: 130px;
	}
	.states-logos-block .wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 48px)/3);
	}		
	.states-logos-block .wp-block-gallery .blocks-gallery-item img {
    max-width: 200px;
	}
}
@media screen and (min-width: 1025px) {
	.states-logos-block .wp-block-gallery.columns-4 .blocks-gallery-item {
		width: calc((100% - 48px)/4);
	}		
}

.sc-states .wp-block-pullquote {
	position: relative;
}
@media screen and (min-width: 600px) {
	.sc-states .wp-block-pullquote {
    margin-top: 70px;
	}
}
.sc-states blockquote {
    margin: 20px;
    font-style: normal;
    border-bottom: 0;
    border-top: 0;
    padding-top: 25px;
    font-style: normal;
}
.sc-states blockquote:before {
		content: "\201C";
    margin: 0;
    font-size: 8rem;
    position: absolute;
    top: 25px;
    font-family: Arial;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%);
}
.sc-states blockquote p {
	
}
@media screen and (max-width: 599px) {
	.sc-states blockquote p {
		font-size: 2rem;	
	}
}
.sc-states blockquote p:first-of-type::before,
.sc-states blockquote p:after {
	display: none;
}
.sc-states .wp-block-pullquote cite {
    color: inherit;
    font-style: normal;
}

.sc-states .entry-header-wrap {
    margin-bottom: 0;
}
.sc-states .entry-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 60px 130px;
}

@media (max-width: 991px) {
  .sc-states .entry-content {
    padding: 40px 60px;
  }
}
@media (max-width: 767px) {
  .sc-states .entry-content {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
	.states-logos-block .wp-block-gallery .blocks-gallery-item {
    width: 100%;
    margin: 0 0 16px 0;
	}
}
@media (max-width: 479px) {
  .sc-states .entry-content {
    padding-right: 30px;
    padding-left: 30px;
  }
}


/* States Interiors */
.sc-states.mmconnect .gv-grid.gv-widgets-header {
	 background: #E8E8E8;
}
.sc-states .gv-search p input {
    margin-bottom: 8px;
    max-width: 280px;
}


/* Desaturating Site Structure Colors */
.sc-states .nav-primary {
	background-color: #e7ecee;
}
.state-primary--link {
    color: #262626;
}

.state-primary--link:hover, .state-primary--link:focus, .state-primary--link.current-menu-item {
    color: #808080;
}

.sc-states .icon-down-open {
    color: #262626;
}

.sc-states .menu-primary--link {
    color: #262626;
}

.sc-states .dropdown-submenu--link {
    color: #262626;
}

.footer-widgets {
    background-color: #282c2e;
}

.footer-widgets a {
    color: #efefef;
}

.mc-form-wrap .mc-submit, .mmconnect .gform_wrapper.mc-form_wrapper .gform_footer input[type=submit] {
    background: url(../images/mail.png) no-repeat center center #bfc7ca;
    background-size: 32px 22px;
    width: 32px;
    height: 60px;
}

.footer-highlight {
    color: #cccac7;
}

@media screen and (max-width: 767px)
.state-nav {
	background-color: #e7ecee;
}}

.footer-widgets {
    background-color: #282c2e;
}

.mc-form-wrap .mc-submit, .mmconnect .gform_wrapper.mc-form_wrapper .gform_footer input[type=submit] {
    background: url(../images/mail.png) no-repeat center center #bfc7ca;
    background-size: 32px 22px;
    width: 32px;
    height: 60px;
}
