html, body {
 width: 100% !important;
 height: 100%;
 font-family:'Roboto',Helvetica,Arial,san-serif;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 margin: 0;
}

h1, h2, h3, h4, h5, h6, p, small, li, blockquote, a, button, span, div, label, input, select, textarea, option, .content {
  font-family:'Roboto',Helvetica,Arial,san-serif;
  font-weight: 300;
  color: rgb(0,0,0);
}

h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
}

img {
  max-width: initial !important;
}

object {
  max-height: 7.5rem;
}

.hidden {
  display: none !important;
}

.sub-heading {
  font-family: din-condensed, 'Roboto Condensed', 'Roboto',Helvetica,Arial,san-serif !important;
  font-weight: 300;
}

.thin-heading {
  font-family: 'Roboto Condensed', 'Roboto',Helvetica,Arial,san-serif !important;
  font-weight: 600;
}

.extra-large-heading {
  font-size: 4.2rem;
}

.large-heading {
  font-size: 3.6rem;
}

.medium-heading {
  font-size: 2.64rem;
}

.small-heading {
  font-size: 57%;
}

a {
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

a:hover {
  text-decoration: none !important;
}

a:hover img {
  opacity: 0.66;
}

strong, .bold {
  font-weight: 700 !important;
}

.caps {
  text-transform: uppercase;
}

.thin {
  font-weight: 200 !important;
}

.height-x-large {
  min-height: 99vh;
}

.height-large {
  min-height: 75vh;
}

.height-medium {
  min-height: 50vh;
}

.height-small {
  min-height: 25vh;
}

.width-full {
  width: 100%;
  overflow: auto;
}

.width-three-quarters {
  width: 75%;
  overflow: auto;
}

.width-half {
  width: 50%;
  overflow: auto;
}

.width-quarter {
  width: 25%;
  overflow: auto;
}

.height-full {
  height: 100%;
  overflow: auto;
}

.height-three-quarters {
  height: 75%;
  overflow: auto;
}

.height-half {
  height: 50%;
  overflow: auto;
}

.height-quarter {
  height: 25%;
  overflow: auto;
}

.flex-align-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.margin-auto {
  display: block;
  margin: 0 auto;
}

.margin-top {
  margin-top: 2.76rem;
}

.margin-right {
  margin-right: 2.76rem;
}

.margin-bottom {
  margin-bottom: 2.76rem;
}

.margin-left {
  margin-left: 2.76rem;
}

.no-margin {
  margin: 0 0 !important;
}

.padding-top {
  padding-top: 7.5rem;
}

.padding-bottom {
  padding-bottom: 7.5rem;
}

.padding-left {
  padding-left: 7.5rem;
}

.padding-right {
  padding-right: 7.5rem;
}


.no-padding {
  padding: 0 0 !important;
}

.teq-blue-text {
  color: rgb(0,180,228) !important;
}

.pd-blue-text {
  color: rgb(114,191,219) !important;
}

.dark-blue-text {
  color: rgb(0,43,84) !important;
}

.blue-text {
  color: rgb(64,85,117) !important;
}

.smart-skills-blue-text {
  color: rgb(131,147,202) !important;
}

.light-blue-text {
  color: rgb(114,191,219) !important;
}

.pink-text {
  color: rgb(227,128,177) !important;
}

.yellow-text {
  color: rgb(243,217,81) !important;
}

.green-text {
  color: rgb(204,239,157) !important;
}

.white-text {
  color: white !important;
}

.black-text {
  color: black !important;
}

.light-grey-text {
  color: rgb(230,226,231) !important;
}

.grey-text {
  color: rgb(200,200,200) !important;
}

.orange-text {
  color: rgb(255,168,0) !important;
}

.red-text {
  font-weight: 700 !important;
  color: rgb(255,54,0) !important;
}

.light-grey-bg {
 background-color: rgb(236,239,238);
}

.pd-blue-bg {
 background-color: rgb(114,191,219);
}

.white-bg {
 background-color: rgb(255,255,255);
}

.yellow-bg {
 background-color: rgb(243,217,81);
}

.light-blue-bg {
  background-color: rgb(224,241,247);
}

.light-grey-fill {
 fill: rgb(236,239,238);
}

.pd-blue-fill {
 fill: rgb(114,191,219);
}

.white-fill {
 fill: rgb(255,255,255);
}

.yellow-fill {
 fill: rgb(243,217,81);
}

.teal-fill {
  fill: rgb(168,220,182);
}

.pink-fill {
  fill: rgb(227,128,177);
}

.lavender-fill {
  fill: rgb(204,211,233);
}

.light-blue-fill {
  fill: rgb(224,241,247);
}

.blue-fill {
  fill: rgb(75,101,175);
}

.green-fill {
  fill: rgb(169, 224, 140);
}

.opacity-quarter {
  opacity: .25;
}

.opacity-half {
  opacity: .5;
}

.opacity-none {
  opacity: 0;
}

.dropshadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.24);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.24);
}

.button {
  display: inline-block;
  margin-top: 18px;
  padding: .75rem 2.52rem;
  border-radius: 0;
  font-family: din-condensed, 'Roboto Condensed', 'Roboto',Helvetica,Arial,san-serif !important;
  font-size: 2.25rem;
  font-weight: 600;
  cursor: pointer !important;
}

.button:hover {
  text-decoration: underline !important;
  cursor: pointer !important;
}

.button.block {
  width: 100%;
  display: block;
}

.button.medium-button {
  padding: .5rem 1.92rem;
  font-size: 1.53rem;
}

.button.small-button {
  padding: .66rem 2.37rem .5rem 2.37rem;
  line-height: 120%;
  font-size: inherit;
}

p .button {
  margin-top: .87rem;
}

.button.pd-blue-button {
  background-color: rgb(114,191,219);
  color: rgb(255,255,255);
}

.button.blue-button {
  background-color: rgb(131,147,202);
  color: rgb(255,255,255);
}

.button.pink-button {
  background-color: rgb(227,128,177);
  color: rgb(255,255,255);
}

.button.light-grey-button {
  background-color: rgb(236,239,238);
  color: rgb(0,0,0);
}

.button.orange-button {
  background-color: rgb(255,168,0);
  color: rgb(255,255,255);
}

.button.yellow-button {
  background-color: rgb(243,217,81);
  color: rgb(0,0,0);
}

.button.green-button {
  background-color: rgb(169,224,140);
  color: rgb(255,255,255);
}

.content ul, .content li {
  list-style: none !important;
}

header, div#map-legend {
  background-color: rgb(255,255,255) !important;
}

header {
	height: 3.15rem;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 900;
	padding: 0 1.5rem !important;
}

header div.navbar-start {
  padding-left: 7.5rem;
}

div.navbar-start a.navbar-item {
  padding: 0 5px 0 0;
	font-size: 1.2rem;
	text-decoration: none !important;
}

div.navbar-end img.navbar-item {
	height: 2.5rem;
	padding: 10px 0 0 0;
	cursor: pointer;
}

div.navbar-end img.navbar-item:hover {
	opacity: .5;
}

nav#mobileusopdmap .mobile-column-link {
	width: 100%;
	position: relative;
	display: block;
  padding: 2rem;
	margin-right: 6px;
	margin-bottom: 6px;
	background-color: #FFFFFF;
	transition: background-color 0.3s ease-in;
	-webkit-transition: background-color 0.3s ease-in;
}

nav#mobileusopdmap .mobile-column-link:hover {
	background-color: rgb(112, 113, 114);
}

nav#mobileusopdmap .mobile-column-link img {
	padding: 1.625rem;
}

nav#mobileusopdmap .mobile-column-link::after {
	clear: both;
}

nav#mobileusopdmap select#mobileusopdmapoptions {
  width: 100%;
  height: calc(3rem + .75rem + 3px);
  display: block;
  margin: 1rem auto;
  background-color: rgb(236,239,238);
  font-family: 'Roboto Condensed', 'Roboto',Helvetica,Arial,san-serif !important;
  font-weight: 600;
  font-size: 1.2rem;
}

span#soon {
	display: none;
	position: absolute;
  top: 34.625px;
	left: 94.875%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

section#opdmap {
	width: 100%;
	min-height: 80vh;
	background-color: #ECEEEF;
	padding-top: 6rem;
}

section#opdmap h1 {
	margin-bottom: 0;
}

section#opdmap h1 img, section#opdmap h1 svg {
  height: auto;
  width: 48%;
  display: inline;
}

svg .state-select.approval-btn:hover .pd-blue-fill {
  fill: #00ABC9;
}

section#opdmap h2 {
	font-size: 1.25rem;
}

section#opdmap h2 span.legend-link:hover, #usstates .legend-link:hover {
	color: rgb(0, 180, 228);
	opacity: 0.5;
	cursor: pointer;
}

section#opdmap .column.is-one-third {
	padding-left: 7.5rem;
}

div#map-legend {
	display: none;
	height: auto;
	width: 100%;
	position: fixed;
	top: 3.15rem;
	z-index: 999;
	overflow-y: auto;
	padding: 3.375rem 1.375rem;
}

div#map-legend h3 {
	padding: 10px 0 10px 25px;
}

div#map-legend h3.checkmark {
	border-left: 25px solid rgb(100, 204, 225);
	color: rgb(100, 204, 225);
}

div#map-legend h3.xmark {
	border-left: 25px solid rgb(159, 158, 158);
	color: rgb(159, 158, 158);
}

div.approval-info {
	position: fixed !important;
	z-index: 1000 !important;
}

div.modal div.modal-content.box {
	display: none;
}

div.modal div.modal-content.box::-webkit-scrollbar {
  width: 18px;
}
div.modal div.modal-content.box::-webkit-scrollbar-track {
  border-radius: 15px;
}
div.modal div.modal-content.box::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 10px;
  border: 6px solid #FFFFFF;
}
div.modal div.modal-content.box::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

div.approval-info .modal-content.box {
	padding: 1.375rem 2.375rem;
	font-weight: 600;
	color: black;
}

div.approval-info .modal-content.box .columns {
	margin: .75rem 0 0 0;
  padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(99, 119, 137, 0.25);
  font-size: 13.26px;
}
div.approval-info .modal-content.box .columns:first-child{
  padding-bottom: 0;
}

div.approval-info .contracts-row p {
	font-size: 85%;
}

div.approval-info .modal-content.box .columns:last-of-type {
	border-bottom: none;
}

div.approval-info .column.is-one-quarter {
	font-weight: 600;
}

div.approval-info .column:nth-child(2) {
 	overflow-wrap: break-word;
 	word-wrap: break-word;
 	-ms-word-break: break-all;
 	word-break: break-all;
 	word-break: break-word;
 	-ms-hyphens: auto;
 	-moz-hyphens: auto;
 	-webkit-hyphens: auto;
 	hyphens: auto;
}

div.approval-info button.modal-close {
	position: relative !important;
	background: black !important;
	top: 0 !important;
	left: 97.375%;
}

div.approval-info button.modal-close:hover {
	background: rgb(0, 180, 228) !important;
}

footer {
  padding: 3rem 1.5rem 0 1.5rem !important;
	background-color: rgb(243, 217, 81) !important;
}

footer a.navbar-item img {
  max-height: 3rem !important;
  height: 50px;
}

footer a.navbar-item:hover {
  background-color: transparent !important;
}

footer div#skyrocket-in-flight {
  width:100%;
  height: 75px;
  background-color: rgba(60, 72, 82, 1);
  position: relative;
  display: block;
}

footer img#skyrocket-in-flight-1, footer img#skyrocket-in-flight-2, footer img#skyrocket-in-flight-3, footer img#skyrocket-in-flight-4, footer img#skyrocket-in-flight-5, footer img#skyrocket-in-flight-6 {
  position: absolute;
}

@keyframes launchgo
{
  0%
  {
    top: -120%;
  }
  50%
  {
    top: -118%;
  }
  100%
  {
    top: -120%;
  }
}

footer img#skyrocket-in-flight-1 {
  height: 165%;
  left: 4.5rem;
  z-index: 4;
  animation: launchgo 1s infinite;
}

@keyframes exhaust
{
  0%
  {
    padding-top: 1px;
  }
  50%
  {
    padding-top: 3px;
  }
  100%
  {
    padding-top: 1px;
  }
}

footer img#skyrocket-in-flight-2 {
  height: inherit;
	bottom: 0;
  z-index: 3;
  animation: exhaust 1s infinite;
}

footer img#skyrocket-in-flight-3 {
  height: inherit;
  bottom: 0;
  z-index: 3;
  animation: exhaust 1.25s infinite;
}

footer img#skyrocket-in-flight-4 {
  height: inherit;
  bottom: 0;
  z-index: 1;
}

@keyframes blastoff
{
  0%
  {
    opacity: .5;
  }
  50%
  {
    opacity: 1;
  }
  100%
  {
    opacity: .75;
  }
}

footer img#skyrocket-in-flight-5 {
  height: inherit;
  bottom: 0;
  left: 6rem;
  z-index: 2;
  animation: blastoff 1.5s infinite;
}

footer img#skyrocket-in-flight-6 {
  width: 30%;
  left: 8.5rem;
  top: -75%;
  z-index: 2;
}

svg#usmap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

svg#usstates {
	position: relative;
	z-index: 105;
}

.st0 {
	fill:#CECFD4;
}
.st1 {
	fill:#FFFFFF;
}
.st2 {
	fill:#0A5074;
}
.st3 {
	fill:#707172;
}
.st4 {
	opacity:0.2;
	fill:#0A131C;
}
.st5 {
	fill:#02B2E1;
}
.st6 {
	fill:#EF2600;
}
.st7 {
	fill:#3666FF;
}
.st8 {
	fill:#5d5d5d;
}
.st9 {
	fill:#000000;
}
.st10 {
	fill:#64CCE1;
}

.st11 {
	fill:#ECEEEF;
}

.st12 {
	fill:#000000;
}

.state-unapproved {
	fill: rgb(232, 159, 95);
}

.state-approved {
	fill: rgb(79, 197, 221);
}

svg#usstates .state-select .state-container {
	transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	pointer-events: all;
	transition: transform 0.3s ease-in;
	-webkit-transition: transform 0.3s ease-in;
}

svg#usstates .state-select:hover .state-container {
	cursor: pointer;
	transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: transform 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
}

.state-select:hover .state-container polygon, .state-select:hover .state-container path {
	fill: #00ABC9;
	transition: fill 0.3s ease-out;
	-webkit-transition: fill 0.3s ease-out;
}

.map-marker {
	position: relative;
	z-index: 1000;
	display: none;
	opacity: 0;
	transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: opacity 0.3s ease-in, transform 0.6s ease-in;
	-webkit-transition: opacity 0.3s ease-in, transform 0.6s ease-in;
}

.active .map-marker {
	display: block;
	opacity: 1;
	transform: translateY(0px);
	-ms-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transition: opacity 0.3s ease-out, transform 0.6s ease-out;
	-webkit-transition: opacity 0.3s ease-out, transform 0.6s ease-out;
}

#WashingtonDC:hover {
	fill:#ff681d !important;
}

@media (min-width: 769px) {
	.modal-content {
    width: 1080px !important;
	}
	nav#mobileusopdmap {
		display: none !important;
	}
}

@media (max-width: 768px) {
  .hide-small, #usopdmap, header.hero.is-primary {
    display: none !important;
  }
  .padding-top {
    padding-top: 2.5rem;
  }

  .padding-bottom {
    padding-bottom: 2.5rem;
  }

  .padding-left {
    padding-left: .5rem;
  }

  .padding-right {
    padding-right: .5rem;
  }

  section#opdmap h1 img {
    width: 75%;
  }

	section#opdmap {
    padding-top: 1.125rem;
	}

	section#opdmap .column.is-one-third {
		width: 75%;
		padding-left: 0;
	}

	footer div#skyrocket-in-flight {
		margin-left: 27%;
	}
}
