.hidden {
  display: none;
}
body {
  font-family: interstate, sans-serif;
  color: #353535;
}
h1,
h2,
h3,
h4 {
  font-family: interstate, sans-serif;
  color: #00205B;
  font-weight: bold;
}
h1 {
  font-size: 24px;
  margin: 8px 0 35px;
}
@media (min-width: 40em) {
  h1 {
    font-size: 40px;
    text-align: center;
    margin: 12px 0 35px;
  }
  h1::before {
    content: '';
    background-color: #F9423A;
    display: inline-block;
    width: 15px;
    height: 41px;
    position: relative;
    bottom: -9px;
    left: -6px;
  }
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
a:link,
a:active,
a:hover,
a:visited {
  color: #00AFD7;
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  color: #007DBA;
  text-decoration: underline;
}
html {
  background: #FFFFFF;
  /* overflow: auto !important; */
  /* Please do not re-enable! */
}
blockquote {
  border-left: 5px solid #00AFD7;
  padding: 0 20px 0 20px;
}
@media (min-width: 40em) {
  blockquote {
    border-left-width: 15px;
    padding: 0 75px 0 40px;
  }
}
blockquote::before {
  content: '';
  display: block;
  margin: 0 0 8px 0;
  width: 40px;
  height: 40px;
  background-image: url('http://www.nigp.org/images/quote-mark-icon.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.nigp-sticky-container {
  position: relative;
}
.nigp-sticky-container .nigp-sticky.sticky.is-anchored.is-at-bottom {
  position: absolute;
}
@media (max-width: 39.9375em) {
  .nigp-sticky-container .nigp-sticky.sticky.is-anchored.is-at-bottom {
    position: relative;
  }
}
@media (max-width: 39.9375em) {
  .nigp-sticky-container .nigp-sticky {
    position: relative;
  }
}
button.button-link {
  color: #00AFD7;
}
button.button-link:hover {
  text-decoration: underline;
}
.reqStar {
  color: #FF0000;
}
form label {
  font-size: 14px;
  font-weight: bold;
}
form label.is-invalid-label {
  color: #353535;
}
form label p {
  font-size: 14px;
  font-weight: 400;
  margin-top: -15px;
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea,
select {
  border: 1px solid #979797;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: 0px 0px 6px 0px #007DBA;
  -moz-box-shadow: 0px 0px 6px 0px #007DBA;
  box-shadow: 0px 0px 6px 0px #007DBA;
  border: 1px solid #bbbcbc;
}
button:hover {
  cursor: pointer;
}
select.small {
  font-size: 14px;
  line-height: 23px;
  height: 25px;
}
.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover,
footer.main input[type="submit"] {
  background-color: #00AFD7;
  color: #fff;
  border: none;
}
.button.inverted,
.button.disabled.inverted,
.button.disabled:focus.inverted,
.button.disabled:hover.inverted,
.button[disabled].inverted,
.button[disabled]:focus.inverted,
.button[disabled]:hover.inverted,
footer.main input[type="submit"].inverted {
  background-color: #FFFFFF;
  border: 3px solid #00AFD7;
  color: #00AFD7 !important;
}
a.button:link,
a.button:active,
a.button:hover,
a.button:visited {
  color: #FFF !important;
}
.button {
  padding: 15px 45px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.button.button-full-width {
  width: 100%;
}
.button:focus,
.button:hover {
  opacity: 0.8;
  background-color: #007DBA;
}
.button.inverted {
  padding: 13px 45px;
}
.button.inverted:focus,
.button.inverted:hover {
  color: #FFFFFF !important;
  background-color: #007DBA;
  border-color: #007DBA;
}
.button.inverted.button-no-pad {
  padding: 13px 0;
}
.button.link {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #00AFD7 !important;
  text-transform: initial;
}
.button.link:focus,
.button.link:hover {
  opacity: 1;
  color: #00AFD7;
  background-color: transparent;
  border-color: transparent;
}
.button.button-small-pad {
  padding: 15px 15px;
}
.button.button-no-pad {
  padding: 15px 0;
}
.tooltip {
  background-color: #00AFD7;
}
.tooltip::before {
  border-color: #00AFD7 transparent transparent !important;
}
label.with-tooltip {
  position: relative;
}
label.with-tooltip input {
  padding-right: 40px;
}
span.tooltip-icon {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(http://www.nigp.org/images/tooltip-icon.png);
  background-size: cover;
  border-bottom: none;
  position: absolute;
  right: 10px;
  top: 32px;
}
@media (min-width: 40em) {
  span.tooltip-icon {
    right: -35px;
  }
}
.custom-select-field {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #999999;
  border: 1px solid #979797;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
  height: 39px;
  width: 100%;
}
.custom-select-field .styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  color: #353535;
}
.custom-select-field .styledSelect.disabled-option {
  color: #999999;
}
.custom-select-field .styledSelect:after {
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(http://www.nigp.org/images/selected-closed-icon.png);
  background-size: cover;
}
.custom-select-field .styledSelect.opened:after {
  background-image: url(http://www.nigp.org/images/selected-opened-icon.png);
}
.custom-select-field .options {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #979797;
}
.custom-select-field .options li {
  position: relative;
  margin: 0 0;
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
}
.custom-select-field .options li:hover,
.custom-select-field .options li.selected {
  color: #353535;
}
.custom-select-field .options li:hover::before,
.custom-select-field .options li.selected::before {
  content: '';
  display: block;
  width: 16px;
  height: 15px;
  background-image: url('http://www.nigp.org/images/selected-option-icon.png');
  background-size: contain;
  position: absolute;
  top: 11px;
  left: 15px;
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-left: 0;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: relative;
  bottom: -5px;
  margin-right: 10px;
  cursor: pointer;
}
input[type="checkbox"] + label:before {
  background-image: url(http://www.nigp.org/images/checkbox-unchecked.png);
}
input[type="checkbox"]:checked + label:before {
  background-image: url(http://www.nigp.org/images/checkbox-checked.png);
}
input[type="radio"] + label:before {
  background-image: url(http://www.nigp.org/images/radio-unselected.png);
}
input[type="radio"]:checked + label:before {
  background-image: url(http://www.nigp.org/images/radio-selected.png);
}
span.hint {
  display: inline-block;
  width: 100%;
  color: #353535;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: right;
}
ul.accordion.accordion-nigp .accordion-item {
  text-align: left;
  border-top: 1px solid #979797;
}
ul.accordion.accordion-nigp .accordion-item a.accordion-title {
  color: #007DBA;
  font-size: 16px;
  border: none;
  padding: 15px 30px 15px 0;
  line-height: 1.6;
}
ul.accordion.accordion-nigp .accordion-item a.accordion-title:hover,
ul.accordion.accordion-nigp .accordion-item a.accordion-title:active,
ul.accordion.accordion-nigp .accordion-item a.accordion-title:visited,
ul.accordion.accordion-nigp .accordion-item a.accordion-title:active,
ul.accordion.accordion-nigp .accordion-item a.accordion-title:focus {
  color: #007DBA;
  text-decoration: none;
  background-color: transparent;
}
ul.accordion.accordion-nigp .accordion-item a.accordion-title:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(http://www.nigp.org/images/tabbed-links-icon-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 25px;
}
ul.accordion.accordion-nigp .accordion-item.is-active a.accordion-title:before {
  background-image: url(http://www.nigp.org/images/tabbed-links-icon-minus.svg);
}
ul.accordion.accordion-nigp .accordion-item:first-child {
  font-size: 14px;
  font-weight: 400;
  border-top: none;
}
ul.accordion.accordion-nigp .accordion-item:first-child a,
ul.accordion.accordion-nigp .accordion-item:first-child a:link,
ul.accordion.accordion-nigp .accordion-item:first-child a:hover,
ul.accordion.accordion-nigp .accordion-item:first-child a:active,
ul.accordion.accordion-nigp .accordion-item:first-child a:visited {
  font-weight: 400;
}
ul.accordion.accordion-nigp .accordion-item:first-child h2 {
  font-size: 18px;
}
ul.accordion.accordion-nigp .accordion-item:first-child div.content {
  padding: 28px 20px;
}
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-blue {
  background-color: #00205B;
}
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-blue h2 {
  color: #fff;
}
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-light-blue {
  background-color: #00AFD7;
  color: #00205B;
}
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-light-blue h2 {
  color: #fff;
}
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-light-blue a,
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-light-blue a:link,
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-light-blue a:hover,
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-light-blue a:active,
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-light-blue a:visited,
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-light-blue p {
  color: #00205B;
}
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-red {
  background-color: #F9423A;
}
ul.accordion.accordion-nigp .accordion-item:first-child div.content.bdr-red h2 {
  color: #00205B;
}
ul.accordion.accordion-nigp .accordion-item a.accordion-title {
  font-weight: 700 !important;
}
ul.accordion.accordion-nigp .accordion-item div.accordion-content {
  border: none;
  padding: 0 16px 0 0;
}
ul.accordion.accordion-nigp .accordion-item div.accordion-content a {
  font-size: 14px;
}
.nigp-modal .close-button {
  height: 32px;
  width: 32px;
  top: 16px;
  right: 16px;
  bottom: auto;
  left: auto;
}
.nigp-modal .close-button::before,
.nigp-modal .close-button::after {
  content: '';
  width: 20px;
  height: 4px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
.nigp-modal .close-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nigp-modal .close-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
footer.main {
  background-color: #00205B;
}
footer.main p,
footer.main strong {
  color: #fff;
}
footer.main a.logo img {
  max-width: 192px;
  margin: 25px 0;
}
@media (min-width: 64em) {
  footer.main a.logo img {
    max-width: 250px;
    margin: 31px 0;
  }
}
@media (min-width: 480px) {
  footer.main ul.social {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
footer.main div.grid-container div.grid-x:first-child {
  flex-direction: column-reverse;
}
@media (min-width: 64em) {
  footer.main div.grid-container div.grid-x:first-child {
    flex-direction: initial;
    margin-bottom: 30px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.1);
  }
}
footer.main div.stay-informed {
  padding-top: 10px;
  border-bottom: 4px solid #007DBA;
}
@media (min-width: 64em) {
  footer.main div.stay-informed {
    text-align: right;
    padding-top: 30px;
    border-bottom: none;
  }
}
footer.main div.stay-informed p {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  display: inline-block;
}
@media (min-width: 64em) {
  footer.main div.stay-informed p {
    font-size: 21px;
    margin: 0;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 1060px) {
  footer.main div.stay-informed p {
    font-size: 24px;
  }
}
footer.main div.stay-informed form {
  display: flex;
}
@media (min-width: 64em) {
  footer.main div.stay-informed form {
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 480px) {
  footer.main div.stay-informed .newsletter-form {
    margin-bottom: 15px !important;
  }
}
footer.main div.stay-informed ::-webkit-input-placeholder {
  /* Edge */
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
footer.main div.stay-informed :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
footer.main div.stay-informed ::placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
footer.main div.stay-informed input[type="email"],
footer.main div.stay-informed input[type="text"] {
  color: #fff;
  background-color: transparent;
  border: 1px solid #00AFD7;
  float: left;
  flex-grow: 1;
  margin-bottom: 0;
}
@media (min-width: 64em) {
  footer.main div.stay-informed input[type="email"],
  footer.main div.stay-informed input[type="text"] {
    width: 374px;
    flex-grow: initial;
  }
}
footer.main div.stay-informed button {
  color: #fff;
  font-weight: bold;
  background-color: #00AFD7;
  line-height: 39px;
  height: 39px;
  padding: 0 14px;
}
footer.main div.stay-informed button:hover {
  background-color: #007DBA;
}
footer.main div.newsletter-form {
  display: block;
}
@media (min-width: 64em) {
  footer.main div.newsletter-form {
    display: inline-block;
    position: relative;
    top: -2px;
  }
}
footer.main div.newsletter-form > div {
  display: block;
}
@media (min-width: 64em) {
  footer.main div.newsletter-form > div {
    display: inline-block;
  }
}
footer.main div.newsletter-form div.he_stage {
  background-color: transparent !important;
  min-height: initial !important;
  text-align: left !important;
  display: block;
}
@media (min-width: 64em) {
  footer.main div.newsletter-form div.he_stage {
    display: inline-block;
  }
}
footer.main div.newsletter-form div.he_stage > table {
  width: initial !important;
}
footer.main div.newsletter-form td {
  display: inline;
  padding: 0 !important;
}
footer.main div.newsletter-form table,
footer.main div.newsletter-form tbody,
footer.main div.newsletter-form tr {
  display: block;
  height: 39px;
}
@media (min-width: 64em) {
  footer.main div.newsletter-form table,
  footer.main div.newsletter-form tbody,
  footer.main div.newsletter-form tr {
    display: inline-block;
  }
}
footer.main div.newsletter-form form {
  position: relative;
}
footer.main div.newsletter-form form ul.rm-form-error-summary {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  border-left-color: transparent;
  position: absolute;
  bottom: -26px;
  left: 0;
}
@media (min-width: 64em) {
  footer.main div.newsletter-form form ul.rm-form-error-summary {
    bottom: -20px;
  }
}
footer.main div.newsletter-form form ul.rm-form-error-summary strong {
  font-weight: 400;
}
footer.main div.newsletter-form form label {
  position: relative;
}
footer.main div.newsletter-form form label span.rm-form-label {
  display: none;
}
footer.main div.newsletter-form tbody {
  background-color: transparent !important;
  border: none !important;
}
footer.main div.newsletter-form tbody tr {
  background-color: transparent !important;
  float: left;
  width: 100%;
}
@media (min-width: 64em) {
  footer.main div.newsletter-form tbody tr {
    width: initial;
  }
}
footer.main div.newsletter-form form tbody {
  display: flex;
}
@media (min-width: 64em) {
  footer.main div.newsletter-form form tbody {
    display: initial;
  }
}
footer.main div.newsletter-form form tbody tr:first-child {
  flex-grow: 1;
  width: 100%;
}
@media (min-width: 64em) {
  footer.main div.newsletter-form form tbody tr:first-child {
    flex-grow: initial;
    width: initial;
  }
}
@media (max-width: 63.9375em) {
  footer.main div.newsletter-form form tbody tr:last-child {
    width: 82px;
  }
}
footer.main div.newsletter-form input[type="text"] {
  margin: 0 !important;
}
@media (min-width: 64em) {
  footer.main div.newsletter-form input[type="text"] {
    margin: 0 0 0 4px !important;
  }
}
footer.main div.newsletter-form input[type="submit"] {
  font-size: 16px;
  font-weight: 700;
  line-height: 39px;
  height: 39px;
  padding: 0 14px;
  position: relative;
  /*z-index: 85;*/
}
footer.main div.newsletter-form input[type="submit"]:hover {
  background-color: #007DBA;
}
footer.main ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 600;
}
footer.main ul li {
  margin-bottom: 6px;
}
footer.main ul li.topic {
  color: #00AFD7;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 5px;
}
@media (min-width: 64em) {
  footer.main ul li.topic {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
footer.main ul a,
footer.main ul a:link,
footer.main ul a:hover,
footer.main ul a:active,
footer.main ul a:visited {
  color: #fff;
  font-size: 12px;
}
@media (min-width: 64em) {
  footer.main ul a,
  footer.main ul a:link,
  footer.main ul a:hover,
  footer.main ul a:active,
  footer.main ul a:visited {
    font-size: 16px;
  }
}
footer.main ul.addressLines {
  color: #bbbcbc;
  font-size: 12px;
}
@media (min-width: 64em) {
  footer.main ul.addressLines {
    font-size: 16px;
  }
}
footer.main ul.addressLines li:not(.topic) {
  font-weight: 500;
}
footer.main ul.addressLines li {
  margin-bottom: 4px;
}
footer.main ul.addressLines li.address {
  line-height: 1.2;
}
footer.main ul.addressLines li.topic {
  display: none;
}
@media (min-width: 64em) {
  footer.main ul.addressLines li.topic {
    display: block;
  }
}
footer.main ul.addressLines a,
footer.main ul.addressLines a:link,
footer.main ul.addressLines a:hover,
footer.main ul.addressLines a:active,
footer.main ul.addressLines a:visited {
  color: #00AFD7;
  font-size: 12px;
}
@media (min-width: 64em) {
  footer.main ul.addressLines a,
  footer.main ul.addressLines a:link,
  footer.main ul.addressLines a:hover,
  footer.main ul.addressLines a:active,
  footer.main ul.addressLines a:visited {
    color: #fff;
    font-size: 16px;
  }
}
footer.main ul.addressLines label {
  color: #bbbcbc;
  font-size: 12px;
  text-transform: uppercase;
  display: inline;
  margin-right: 5px;
}
@media (min-width: 64em) {
  footer.main ul.addressLines label {
    font-size: 16px;
  }
}
footer.main div.copy {
  margin: 15px 0 2px;
}
@media (min-width: 64em) {
  footer.main div.copy {
    margin: 40px 0 2px;
  }
}
footer.main div.copy p {
  font-size: 12px;
  color: #bbbcbc;
  text-align: center;
  margin-bottom: 27px;
}
@media (min-width: 64em) {
  footer.main div.copy p {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}
footer.main div.copy p span.copy-right-info {
  display: block;
  margin-top: 5px;
}
@media (min-width: 64em) {
  footer.main div.copy p span.copy-right-info {
    display: initial;
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  footer.main div.copy a.tel,
  footer.main div.copy a:link.tel,
  footer.main div.copy a:hover.tel,
  footer.main div.copy a:active.tel,
  footer.main div.copy a:visited.tel {
    color: #fff;
  }
}
i.nigp-icon {
  display: block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
i.nigp-icon.menu-bars {
  background-image: url("http://www.nigp.org/images/icons/menu-bars.svg");
}
.cke_dialog_container {
  z-index: 100300 !important;
}
div.content-box {
  padding: 51px 79px;
  background-color: #F1F1F1;
}
ul.social {
  margin: 10px 0 22px;
  margin-top: 20px !important;
  margin-bottom: 20px  !important;
}
@media (min-width: 64em) {
  ul.social {
    margin: 0;
  }
}
ul.social li {
  display: block;
}
ul.social li.topic {
  margin-bottom: 5px;
}
@media (min-width: 64em) {
  ul.social li.topic {
    margin-bottom: 16px;
  }
}
ul.social li:not(.topic) {
  display: inline-block;
  margin-right: 18px;
}
ul.social li:not(.topic) a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #00AFD7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 17px;
  text-indent: -9000px;
}
ul.social li:not(.topic) a:hover {
  background-color: #007DBA;
}
ul.social li.facebook a {
  background-image: url(http://www.nigp.org/images/social-icon-facebook.png);
}
ul.social li.twitter a {
  background-image: url(http://www.nigp.org/images/social-icon-twitter.png);
}
ul.social li.linkedin a {
  background-image: url(http://www.nigp.org/images/social-icon-linkedin.png);
}
ul.social li.youtube a {
  background-image: url(http://www.nigp.org/images/social-icon-youtube.png);
}
section.page-title {
  margin: 33px 0 20px;
}
section.page-title div.cell {
  border-left: 16px solid #F9423A;
  padding-left: 20px;
  position: relative;
  left: -36px;
}
section.page-title div.eyebrow {
  color: #00205B;
  text-transform: uppercase;
}
section.page-title h1 {
  text-align: left;
  color: #353535;
  margin: 0;
}
section.page-title h1:before {
  content: none;
}
.advertisement {
  text-align: center;
  padding: 18px 10px 10px;
  background: #EAEAEA;
  max-width: 370px;
}
.advertisement img {
  max-width: 100%;
}
.st-sticky-share-buttons .st-btn {
  background-color: #00AFD7 !important;
  text-align: center !important;
  padding: 2px 0 0 0 !important;
  border-bottom: 1px solid #fff !important;
}
.st-sticky-share-buttons .st-btn span {
  display: block !important;
  top: -2px !important;
  left: initial !important;
  opacity: 1 !important;
  transition: initial !important;
  font-size: 12px !important;
}
.component.standard-wysiwyg .embed-container-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.component.standard-wysiwyg .embed-container-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reusable.ajax-grid .pagination-container {
  text-align: center !important;
  margin-bottom: 38px;
}
@media (min-width: 64em) {
  .reusable.ajax-grid .pagination-container {
    text-align: left;
    margin-bottom: 0;
  }
}
.reusable.ajax-grid .pagination-container nav,
.reusable.ajax-grid .pagination-container div.go-to-page {
  display: inline-block;
}
.reusable.ajax-grid .pagination-container ul.pagination {
  margin-bottom: 13px;
}
@media (min-width: 64em) {
  .reusable.ajax-grid .pagination-container ul.pagination {
    margin-bottom: 30px;
  }
}
.reusable.ajax-grid .pagination-container ul.pagination li {
  margin: 0;
  font-size: 14px;
  display: inline-block;
}
.reusable.ajax-grid .pagination-container ul.pagination li a,
.reusable.ajax-grid .pagination-container ul.pagination li a:link,
.reusable.ajax-grid .pagination-container ul.pagination li a:hover,
.reusable.ajax-grid .pagination-container ul.pagination li a:active,
.reusable.ajax-grid .pagination-container ul.pagination li a:visited {
  color: #007DBA;
  padding: 0.1875rem 0.35rem;
}
@media (min-width: 370px) {
  .reusable.ajax-grid .pagination-container ul.pagination li a,
  .reusable.ajax-grid .pagination-container ul.pagination li a:link,
  .reusable.ajax-grid .pagination-container ul.pagination li a:hover,
  .reusable.ajax-grid .pagination-container ul.pagination li a:active,
  .reusable.ajax-grid .pagination-container ul.pagination li a:visited {
    padding: 0.1875rem 0.4rem;
  }
}
@media (min-width: 400px) {
  .reusable.ajax-grid .pagination-container ul.pagination li a,
  .reusable.ajax-grid .pagination-container ul.pagination li a:link,
  .reusable.ajax-grid .pagination-container ul.pagination li a:hover,
  .reusable.ajax-grid .pagination-container ul.pagination li a:active,
  .reusable.ajax-grid .pagination-container ul.pagination li a:visited {
    padding: 0.1875rem 0.625rem;
  }
}
.reusable.ajax-grid .pagination-container ul.pagination li a:hover {
  background: transparent;
  text-decoration: underline;
}
.reusable.ajax-grid .pagination-container ul.pagination li.pagination-previous a,
.reusable.ajax-grid .pagination-container ul.pagination li.pagination-next a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9000px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reusable.ajax-grid .pagination-container ul.pagination li.pagination-previous a {
  background-image: url(http://www.nigp.org/images/pagination-previous-icon.png);
  margin-right: 5px;
}
.reusable.ajax-grid .pagination-container ul.pagination li.pagination-previous a:hover {
  background-image: url(http://www.nigp.org/images/pagination-previous-icon-hover.png);
}
.reusable.ajax-grid .pagination-container ul.pagination li.pagination-next a {
  background-image: url(http://www.nigp.org/images/pagination-next-icon.png);
  margin-left: 5px;
}
.reusable.ajax-grid .pagination-container ul.pagination li.pagination-next a:hover {
  background-image: url(http://www.nigp.org/images/pagination-next-icon-hover.png);
}
.reusable.ajax-grid .pagination-container ul.pagination li.current {
  background-color: transparent;
  color: #353535;
}
.reusable.ajax-grid .pagination-container ul.pagination li.load-more {
  margin: 0 -5px;
}
.reusable.ajax-grid .pagination-container ul.pagination li.load-more a {
  padding: 0;
}
.reusable.ajax-grid .pagination-container div.go-to-page {
  margin-left: 20px;
}
.reusable.ajax-grid .pagination-container div.go-to-page label,
.reusable.ajax-grid .pagination-container div.go-to-page input[type="text"] {
  font-size: 14px;
}
@media (min-width: 64em) {
  .reusable.ajax-grid .pagination-container div.go-to-page label,
  .reusable.ajax-grid .pagination-container div.go-to-page input[type="text"] {
    font-size: 16px;
  }
}
.reusable.ajax-grid .pagination-container div.go-to-page label {
  font-family: interstate light, interstate, sans-serif;
  font-weight: 400;
  display: inline-block;
}
.reusable.ajax-grid .pagination-container div.go-to-page input[type="text"] {
  width: 65px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #bbbcbc;
  display: inline-block;
  margin: 0 0 0 6px;
}
.reusable.ajax-grid .pagination-container div.go-to-page button {
  margin: 0 0 0 5px;
  padding: 8px 15px;
  position: relative;
  top: -2px;
}
div.reusable.datagrid {
  background-color: #EAEAEA;
  padding-bottom: 22px;
}
@media (min-width: 40em) {
  div.reusable.datagrid {
    padding-bottom: 0;
  }
}
@media (max-width: 63.9375em) {
  div.reusable.datagrid {
    margin: 0 -0.625rem;
  }
}
div.reusable.datagrid a,
div.reusable.datagrid a:link,
div.reusable.datagrid a:hover,
div.reusable.datagrid a:active,
div.reusable.datagrid a:visited {
  color: #4A90E2;
}
div.reusable.datagrid thead th,
div.reusable.datagrid thead td,
div.reusable.datagrid tbody th,
div.reusable.datagrid tbody td {
  padding: 0 31px;
}
div.reusable.datagrid thead th.no-padding-right,
div.reusable.datagrid thead td.no-padding-right,
div.reusable.datagrid tbody th.no-padding-right,
div.reusable.datagrid tbody td.no-padding-right {
  padding-right: 0;
}
div.reusable.datagrid thead th.no-padding-left,
div.reusable.datagrid thead td.no-padding-left,
div.reusable.datagrid tbody th.no-padding-left,
div.reusable.datagrid tbody td.no-padding-left {
  padding-left: 0;
}
div.reusable.datagrid .grid-x {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bbbcbc;
}
div.reusable.datagrid .grid-x .auto {
  flex: initial;
}
@media (min-width: 40em) {
  div.reusable.datagrid .grid-x .auto {
    width: 50%;
  }
}
div.reusable.datagrid .grid-x .text-left {
  font-size: 21px;
  color: #00205B;
  font-weight: 700;
  padding-left: 18px;
}
@media (min-width: 40em) {
  div.reusable.datagrid .grid-x .text-left {
    font-size: 24px;
    padding-left: 31px;
  }
}
div.reusable.datagrid .grid-x .text-right {
  text-transform: uppercase;
  margin-top: 8px;
  font-size: 14px;
  padding-right: 25px;
  padding-left: 10px;
  flex: 1;
}
@media (min-width: 40em) {
  div.reusable.datagrid .grid-x .text-right {
    margin-top: 9px;
    padding-right: 31px;
    padding-left: 0;
    font-size: 16px;
  }
}
@media (min-width: 64em) {
  div.reusable.datagrid .grid-x .text-right {
    text-align: left;
  }
}
div.reusable.datagrid thead,
div.reusable.datagrid tbody,
div.reusable.datagrid tbody tr {
  background-color: #EAEAEA;
}
div.reusable.datagrid thead {
  border: none;
}
div.reusable.datagrid thead th {
  padding-top: 10px;
  padding-bottom: 5px;
}
div.reusable.datagrid.empty-heading thead th {
  border-bottom: 1px solid #bbbcbc;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #4A4A4A;
}
div.reusable.datagrid.empty-heading tbody {
  color: #4A4A4A;
}
div.reusable.datagrid.empty-heading tbody tr:first-child td {
  padding-top: 10px;
}
div.reusable.datagrid tbody {
  border: none;
}
div.reusable.datagrid tbody tr {
  border-bottom: none;
}
div.reusable.datagrid tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.reusable.datagrid tbody tr:last-child td {
  padding-bottom: 45px;
}
div.reusable.datagrid table.unstriped.stack {
  display: none;
}
@media (min-width: 64em) {
  div.reusable.datagrid table.unstriped.stack {
    display: table;
  }
}
div.reusable.datagrid table.mobile {
  margin: 0 auto;
  width: calc(100% - 2 * 0.625rem);
}
@media (min-width: 64em) {
  div.reusable.datagrid table.mobile {
    display: none;
  }
}
div.reusable.datagrid table.mobile tr.row-top th,
div.reusable.datagrid table.mobile tr.row-top td {
  padding-top: 10px;
}
div.reusable.datagrid table.mobile tr.row-bottom th,
div.reusable.datagrid table.mobile tr.row-bottom td {
  border-bottom: 1px solid #bbbcbc;
  padding-bottom: 10px;
}
div.reusable.datagrid table.mobile th,
div.reusable.datagrid table.mobile td {
  vertical-align: top;
  padding: 0;
  font-size: 14px;
}
div.reusable.datagrid table.mobile th {
  text-align: right;
  width: 90px;
}
div.reusable.datagrid table.mobile td {
  padding-left: 10px;
}
.reveal {
  max-height: 90%;
}
.reveal button.close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #00AFD7;
  color: #FFFFFF;
}
.modal-form-edit-individual .tabs-title > a {
  padding: 1.25rem 7px;
}
@media (min-width: 450px) {
  .modal-form-edit-individual .tabs-title > a {
    padding: 1.25rem 1.5rem;
  }
}
.modal-form-edit-individual [type="checkbox"] + label[for] {
  margin-bottom: 10px;
}
.modal-form-edit-individual textarea[name="profile-bio"] {
  height: 245px;
}
@media (max-width: 1040px) {
  section.login div.cell.sign-in,
  section.forgot-password div.cell.sign-in,
  section.sign-up div.cell.sign-in {
    width: 100%;
  }
}
section.login h2,
section.forgot-password h2,
section.sign-up h2 {
  margin-top: 25px;
}
@media (max-width: 1040px) {
  section.login a.set-up-online-access:before,
  section.forgot-password a.set-up-online-access:before,
  section.sign-up a.set-up-online-access:before {
    content: "\a";
    white-space: pre;
  }
}
section.login div.content-box,
section.forgot-password div.content-box,
section.sign-up div.content-box {
  text-align: center;
}
section.login div.content-box p,
section.forgot-password div.content-box p,
section.sign-up div.content-box p {
  font-size: 16px;
  padding: 0 10px;
}
section.login div.content-box a.button,
section.forgot-password div.content-box a.button,
section.sign-up div.content-box a.button {
  padding: 15px 0;
  width: 100%;
}
@media (max-width: 1040px) {
  section.login div.info,
  section.forgot-password div.info,
  section.sign-up div.info {
    display: none;
  }
}
section.login label[for="stay-logged-in"],
.sign-in label[for="stay-logged-in"] {
  float: left;
}
section.login p.submit,
.sign-in p.submit {
  margin-bottom: 0;
}
section.login p.forgot-password,
.sign-in p.forgot-password {
  position: relative;
  top: 2px;
  text-align: right;
  width: 170px;
  float: right;
}
section.login .stay-logged-in,
.sign-in .stay-logged-in {
  width: 150px;
  display: block;
  float: left;
}
section.login .set-up-access,
.sign-in .set-up-access {
  max-width: 435px;
  float: right;
}
.home-title h1 {
  text-align: left;
  font-family: 'Kontrapunkt Light', arial;
  font-weight: bold;
  margin-bottom: 15px;
}
.home-title h1::before {
  content: none;
}
.home-title hr {
  height: 8px;
  border: none;
  border-color: lightblue;
  display: block;
  width: 270px;
  background-size: 400px 400px;
  border-radius: 2px;
  float: left;
}
.home-resources {
  background-color: cadetblue;
}
.home-advertisement {
  background-color: #f1f1f1;
}
.home-certification {
  background-color: #FFF;
}
.home-membership {
  background-color: #FFF;
}
.home-procurement {
  background-color: transparent;
}
.home-partners {
  background-color: transparent;
}
.btn-home {
  color: #FFF;
  background-color: #00afd7;
  padding: 10px;
  border-radius: 3px;
  border: none;
}
.btn-home:hover {
  background-color: #007dba;
}
.top-links {
  margin-top: 40px;
}
.top-links .title-block {
  display: inline-block;
  float: left;
  width: 280px;
  margin-right: 10px;
  min-height: 200px;
}
.top-links .title-block ul {
  list-style: none;
  margin-left: 0;
  width: 275px;
  position: absolute;
  margin-top: 50px;
}
.top-links .about hr {
  background-image: linear-gradient(90deg, #00205b 55%, #00afd7 30%, #00afd7 64%);
  color: #00205b;
}
.top-links .about li {
  color: #284375;
}
.top-links li {
  font-size: 18px;
  font-weight: bold;
  color: #00afd7;
}
.top-links .topic {
  font-size: 15px;
  color: #284375;
}
.top-links .learning hr,
.top-links .events hr,
.top-links .certification hr {
  background-color: #00afd7;
}
.home-resources {
  min-height: 480px;
}
.home-resources .headline {
  background: transparent !important;
}
.home-resources .back-drop {
  height: 530px;
  transform: scaleY(-1);
  background-color: #00205B;
}
.home-resources .small-12 {
  background-color: #00205B;
}
.home-resources .title {
  height: 37px;
  width: 300px;
  color: #00AFD7;
  font-family: Interstate;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 37px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.home-resources .advertisement {
  margin-top: -50px;
  float: right;
  display: inline-block;
  width: 376px;
  background: #eaeaea1a;
}
.home-resources .advertisement .adtitle {
  height: 25px;
  width: 300px;
  color: #bbbcbc;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
.home-resources .advertisement .ad-body {
  display: block;
}
.home-membership {
  min-height: 600px;
}
.home-membership .btn-home {
  max-width: 224px;
  color: #FFF;
  display: block;
  font-family: 'Interstate';
  font-size: 14px;
  text-align: center;
}
.home-membership .title {
  margin-top: 45px;
  font-size: 30px;
}
.home-membership .description {
  max-width: 780px;
  font-size: 18px;
}
.home-membership .advertisement {
  margin-top: -50px;
  float: right;
  display: inline-block;
  width: 376px;
}
.home-membership .advertisement .adtitle {
  height: 25px;
  width: 300px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
.home-membership .advertisement .ad-body {
  height: 320px;
  display: block;
}
.home {
  background-image: url(http://www.nigp.org/images/hero.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.home .home-block {
  min-height: 200px;
}
.home .home-block .title {
  font-weight: bold;
}
.home .grid-container {
  padding-top: 200px;
}
.home .home-learning {
  text-align: center;
  min-height: 420px;
}
.home .home-learning .title {
  margin-top: 45px;
}
.home .home-learning .back-drop {
  background-color: #f1f1f1;
  min-height: 740px;
}
.home .home-learning .pc-tab label {
  max-width: 376px;
}
.home .home-learning .pc-tab li.tab2 label {
  margin-left: 22px;
}
.home .home-learning .pc-tab li.tab3 label {
  float: right;
}
.home .home-advertisement {
  min-height: 300px;
  text-align: center;
}
.home .home-advertisement h4 {
  font-size: 16px;
  margin-top: 10px;
}
.home .home-advertisement .ad_body {
  display: flex;
  margin: 0 auto;
  width: 95%;
  height: 410px;
  background-repeat: no-repeat;
  /* min-width: 200px; */
  background-size: contain;
  background-image: url(http://www.nigp.org/images/mock_ad.png);
}
.home .home-certification,
.home .home-learning {
  text-align: center;
  min-height: 420px;
}
.home .home-certification .title,
.home .home-learning .title {
  margin-top: 45px;
}
.home .home-procurement {
  text-align: center;
  min-height: 420px;
}
.home .home-procurement .title {
  max-width: 750px;
  margin: 45px auto;
  margin-bottom: 10px;
}
.home .home-procurement .btn-home {
  background: #00205B;
  font-size: 14px;
}
.home .home-procurement .back-drop {
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 420px;
  background-color: #00afd7;
}
.home .home-procurement .back-drop .top-left {
  width: 500px;
  left: 0;
  margin-top: 0;
  position: absolute;
}
.home .home-procurement .back-drop .bottom-right {
  width: 500px;
  right: 0;
  bottom: 0;
  position: absolute;
}
.home .home-procurement .dev-blocks {
  max-width: 1120px;
  margin: 0 auto;
}
.home .home-procurement .dev-blocks .block {
  max-width: 276px;
  display: inline-block;
  line-height: 50px;
  font-family: 'Kontrapunkt Light', arial;
  padding-top: 10px;
}
.home .home-procurement .dev-blocks .block .number {
  font-size: 70px;
  color: #00205B;
}
.home .home-procurement .dev-blocks .block .para {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Interstate';
}
.home .home-partners {
  text-align: center;
  min-height: 180px;
}
.home .home-partners .title {
  margin-top: 45px;
  font-size: 24px;
  font-weight: bold;
  color: #353535;
}
.home .home-partners .back-drop {
  min-height: 180px;
  background-color: #f1f1f1;
}
.home .home-partners .img-links a {
  margin: 10px;
  display: inline-block;
}
.home .home-partners .img-links a img {
  width: 120px;
  height: 72px;
}
.home .home-council {
  text-align: center;
  min-height: 260px;
}
.home .home-council .title {
  margin-top: 45px;
  font-size: 24px;
  font-weight: bold;
  color: #353535;
}
.home .home-council .back-drop {
  min-height: 320px;
  background-color: #f1f1f1;
}
.home .home-council .img-links {
  max-width: 950px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
}
.home .home-council .img-links a {
  margin: 10px;
  display: inline-block;
}
.home .home-council .img-links a img {
  width: 120px;
  height: 72px;
}
.home .back-drop {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  min-height: 250px;
  z-index: 0;
}
.home .small-12 {
  z-index: 1;
}
#learn_tab1:checked ~ section .learn_tab1,
#learn_tab2:checked ~ section .learn_tab2,
#learn_tab3:checked ~ section .learn_tab3,
#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2 {
  display: block;
}
.home-certification .pc-tab ul label {
  background: #FFF;
}
.home-certification .link-list {
  margin-left: -320px;
  margin-top: 220px;
}
.home-learning .pc-tab ul label {
  background: #F1F1F1;
}
.home-learning .link-list {
  color: #FFF;
  margin-left: -380px;
  margin-top: 200px;
}
.home-learning .link-list a {
  color: #FFF;
  font-size: 16px;
}
.home-certification .pc-tab > input,
.home-learning .pc-tab > input,
.home-certification .pc-tab section > div,
.home-learning .pc-tab section > div {
  display: none;
}
.home-certification .pc-tab,
.home-learning .pc-tab {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
.home-certification .pc-tab ul,
.home-learning .pc-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-certification .pc-tab ul li label,
.home-learning .pc-tab ul li label {
  float: left;
  padding: 15px 25px;
  border: 0;
  border-bottom: 0;
  color: #00AFD7;
  width: 48%;
  font-size: 16px;
  border-top: 10px #00AFD7 solid;
  font-weight: bold;
  cursor: pointer;
}
.home-certification .pc-tab ul li:not(:last-child) label,
.home-learning .pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.home-certification .pc-tab ul li.tab2 label,
.home-learning .pc-tab ul li.tab2 label {
  float: right;
}
.home-certification .pc-tab section .tab1,
.home-learning .pc-tab section .tab1,
.home-certification .pc-tab section .tab2,
.home-learning .pc-tab section .tab2 {
  background: #F1F1F1;
}
.home-certification .pc-tab section .learn_tab1,
.home-learning .pc-tab section .learn_tab1,
.home-certification .pc-tab section .learn_tab2,
.home-learning .pc-tab section .learn_tab2,
.home-certification .pc-tab section .learn_tab3,
.home-learning .pc-tab section .learn_tab3 {
  background: #FFF;
}
.home-certification .pc-tab section,
.home-learning .pc-tab section {
  clear: both;
}
.home-certification .pc-tab section .tab1,
.home-learning .pc-tab section .tab1,
.home-certification .pc-tab section .tab2,
.home-learning .pc-tab section .tab2,
.home-certification .pc-tab section .learn_tab1,
.home-learning .pc-tab section .learn_tab1,
.home-certification .pc-tab section .learn_tab2,
.home-learning .pc-tab section .learn_tab2,
.home-certification .pc-tab section .learn_tab3,
.home-learning .pc-tab section .learn_tab3 {
  border: 0;
  height: 405px;
}
.home-certification .pc-tab section .tab1 .block,
.home-learning .pc-tab section .tab1 .block,
.home-certification .pc-tab section .tab2 .block,
.home-learning .pc-tab section .tab2 .block,
.home-certification .pc-tab section .learn_tab1 .block,
.home-learning .pc-tab section .learn_tab1 .block,
.home-certification .pc-tab section .learn_tab2 .block,
.home-learning .pc-tab section .learn_tab2 .block,
.home-certification .pc-tab section .learn_tab3 .block,
.home-learning .pc-tab section .learn_tab3 .block {
  max-width: 376px;
  height: 370px;
  display: inline-block;
  float: left;
  padding: 0;
  background: transparent;
  position: relative;
  border: none;
}
.home-certification .pc-tab section .tab1 .content,
.home-learning .pc-tab section .tab1 .content,
.home-certification .pc-tab section .tab2 .content,
.home-learning .pc-tab section .tab2 .content,
.home-certification .pc-tab section .learn_tab1 .content,
.home-learning .pc-tab section .learn_tab1 .content,
.home-certification .pc-tab section .learn_tab2 .content,
.home-learning .pc-tab section .learn_tab2 .content,
.home-certification .pc-tab section .learn_tab3 .content,
.home-learning .pc-tab section .learn_tab3 .content {
  padding: 0;
  text-align: left;
  float: left;
  max-width: 376px;
  height: 370px;
  margin-left: 0;
  z-index: 1;
  display: inline-block;
  background: transparent;
  margin-top: -258px;
  position: relative;
  border: none;
  color: #FFF;
}
.home-certification .pc-tab section .tab1 .content h2,
.home-learning .pc-tab section .tab1 .content h2,
.home-certification .pc-tab section .tab2 .content h2,
.home-learning .pc-tab section .tab2 .content h2,
.home-certification .pc-tab section .learn_tab1 .content h2,
.home-learning .pc-tab section .learn_tab1 .content h2,
.home-certification .pc-tab section .learn_tab2 .content h2,
.home-learning .pc-tab section .learn_tab2 .content h2,
.home-certification .pc-tab section .learn_tab3 .content h2,
.home-learning .pc-tab section .learn_tab3 .content h2 {
  font-size: 23px;
  color: #FFF;
}
.home-certification .pc-tab section .tab1 .content ul,
.home-learning .pc-tab section .tab1 .content ul,
.home-certification .pc-tab section .tab2 .content ul,
.home-learning .pc-tab section .tab2 .content ul,
.home-certification .pc-tab section .learn_tab1 .content ul,
.home-learning .pc-tab section .learn_tab1 .content ul,
.home-certification .pc-tab section .learn_tab2 .content ul,
.home-learning .pc-tab section .learn_tab2 .content ul,
.home-certification .pc-tab section .learn_tab3 .content ul,
.home-learning .pc-tab section .learn_tab3 .content ul {
  list-style: none;
}
.home-certification .pc-tab section .tab1 .content ul li:before,
.home-learning .pc-tab section .tab1 .content ul li:before,
.home-certification .pc-tab section .tab2 .content ul li:before,
.home-learning .pc-tab section .tab2 .content ul li:before,
.home-certification .pc-tab section .learn_tab1 .content ul li:before,
.home-learning .pc-tab section .learn_tab1 .content ul li:before,
.home-certification .pc-tab section .learn_tab2 .content ul li:before,
.home-learning .pc-tab section .learn_tab2 .content ul li:before,
.home-certification .pc-tab section .learn_tab3 .content ul li:before,
.home-learning .pc-tab section .learn_tab3 .content ul li:before {
  content: '> ';
  font-size: 16px;
  color: #FFF;
}
.home-certification .pc-tab section .tab1 .content .description,
.home-learning .pc-tab section .tab1 .content .description,
.home-certification .pc-tab section .tab2 .content .description,
.home-learning .pc-tab section .tab2 .content .description,
.home-certification .pc-tab section .learn_tab1 .content .description,
.home-learning .pc-tab section .learn_tab1 .content .description,
.home-certification .pc-tab section .learn_tab2 .content .description,
.home-learning .pc-tab section .learn_tab2 .content .description,
.home-certification .pc-tab section .learn_tab3 .content .description,
.home-learning .pc-tab section .learn_tab3 .content .description {
  font-size: 16px;
}
.home-certification .pc-tab section .tab1 .content li a,
.home-learning .pc-tab section .tab1 .content li a,
.home-certification .pc-tab section .tab2 .content li a,
.home-learning .pc-tab section .tab2 .content li a,
.home-certification .pc-tab section .learn_tab1 .content li a,
.home-learning .pc-tab section .learn_tab1 .content li a,
.home-certification .pc-tab section .learn_tab2 .content li a,
.home-learning .pc-tab section .learn_tab2 .content li a,
.home-certification .pc-tab section .learn_tab3 .content li a,
.home-learning .pc-tab section .learn_tab3 .content li a {
  font-size: 16px;
  color: #FFF;
}
.home-certification .pc-tab section .tab1 .shape,
.home-learning .pc-tab section .tab1 .shape,
.home-certification .pc-tab section .tab2 .shape,
.home-learning .pc-tab section .tab2 .shape,
.home-certification .pc-tab section .learn_tab1 .shape,
.home-learning .pc-tab section .learn_tab1 .shape,
.home-certification .pc-tab section .learn_tab2 .shape,
.home-learning .pc-tab section .learn_tab2 .shape,
.home-certification .pc-tab section .learn_tab3 .shape,
.home-learning .pc-tab section .learn_tab3 .shape {
  height: 245px;
  border-left: 376px solid #f00;
  border-right: 0;
  border-top: 110px solid transparent;
  margin-top: 125px;
  float: left;
  display: inline-block;
  background: transparent;
  border-bottom: none;
}
.home-certification .pc-tab section .tab1 .bdr-blue,
.home-learning .pc-tab section .tab1 .bdr-blue,
.home-certification .pc-tab section .tab2 .bdr-blue,
.home-learning .pc-tab section .tab2 .bdr-blue,
.home-certification .pc-tab section .learn_tab1 .bdr-blue,
.home-learning .pc-tab section .learn_tab1 .bdr-blue,
.home-certification .pc-tab section .learn_tab2 .bdr-blue,
.home-learning .pc-tab section .learn_tab2 .bdr-blue,
.home-certification .pc-tab section .learn_tab3 .bdr-blue,
.home-learning .pc-tab section .learn_tab3 .bdr-blue {
  border-left: 376px solid #00205B;
}
.home-certification .pc-tab section .tab1 .bdr-light-blue,
.home-learning .pc-tab section .tab1 .bdr-light-blue,
.home-certification .pc-tab section .tab2 .bdr-light-blue,
.home-learning .pc-tab section .tab2 .bdr-light-blue,
.home-certification .pc-tab section .learn_tab1 .bdr-light-blue,
.home-learning .pc-tab section .learn_tab1 .bdr-light-blue,
.home-certification .pc-tab section .learn_tab2 .bdr-light-blue,
.home-learning .pc-tab section .learn_tab2 .bdr-light-blue,
.home-certification .pc-tab section .learn_tab3 .bdr-light-blue,
.home-learning .pc-tab section .learn_tab3 .bdr-light-blue {
  border-left: 376px solid #00AFD7;
}
.home-certification .pc-tab section .tab1 .bdr-red,
.home-learning .pc-tab section .tab1 .bdr-red,
.home-certification .pc-tab section .tab2 .bdr-red,
.home-learning .pc-tab section .tab2 .bdr-red,
.home-certification .pc-tab section .learn_tab1 .bdr-red,
.home-learning .pc-tab section .learn_tab1 .bdr-red,
.home-certification .pc-tab section .learn_tab2 .bdr-red,
.home-learning .pc-tab section .learn_tab2 .bdr-red,
.home-certification .pc-tab section .learn_tab3 .bdr-red,
.home-learning .pc-tab section .learn_tab3 .bdr-red {
  border-left: 376px solid #F9423A;
}
.home-certification .pc-tab section .tab1 .link-list,
.home-learning .pc-tab section .tab1 .link-list,
.home-certification .pc-tab section .tab2 .link-list,
.home-learning .pc-tab section .tab2 .link-list,
.home-certification .pc-tab section .learn_tab1 .link-list,
.home-learning .pc-tab section .learn_tab1 .link-list,
.home-certification .pc-tab section .learn_tab2 .link-list,
.home-learning .pc-tab section .learn_tab2 .link-list,
.home-certification .pc-tab section .learn_tab3 .link-list,
.home-learning .pc-tab section .learn_tab3 .link-list {
  width: 200px;
  display: inline-block;
  /* float: right; */
  padding: 0;
  border: none;
}
.home-certification .pc-tab section .tab1 .number,
.home-learning .pc-tab section .tab1 .number,
.home-certification .pc-tab section .tab2 .number,
.home-learning .pc-tab section .tab2 .number,
.home-certification .pc-tab section .learn_tab1 .number,
.home-learning .pc-tab section .learn_tab1 .number,
.home-certification .pc-tab section .learn_tab2 .number,
.home-learning .pc-tab section .learn_tab2 .number,
.home-certification .pc-tab section .learn_tab3 .number,
.home-learning .pc-tab section .learn_tab3 .number {
  position: absolute;
  width: 50px;
  float: right;
  padding: 0;
  display: inline-block;
  font-size: 60px;
  margin-top: 205px;
  margin-left: -380px;
  border: none;
  color: #FFF;
}
.home-certification .pc-tab section .tab1 img,
.home-learning .pc-tab section .tab1 img,
.home-certification .pc-tab section .tab2 img,
.home-learning .pc-tab section .tab2 img,
.home-certification .pc-tab section .learn_tab1 img,
.home-learning .pc-tab section .learn_tab1 img,
.home-certification .pc-tab section .learn_tab2 img,
.home-learning .pc-tab section .learn_tab2 img,
.home-certification .pc-tab section .learn_tab3 img,
.home-learning .pc-tab section .learn_tab3 img {
  max-width: 376px;
  float: left;
  margin-left: 0;
  position: relative;
  display: inline-block;
  z-index: 0;
  border: none;
}
.home-certification .pc-tab section div,
.home-learning .pc-tab section div {
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  background: transparent;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.home-certification .pc-tab section div h2,
.home-learning .pc-tab section div h2 {
  margin: 0;
  letter-spacing: 1px;
  color: #34495e;
}
.home-certification #tab1:checked ~ nav .tab1 label,
.home-learning #tab1:checked ~ nav .tab1 label,
.home-certification #tab2:checked ~ nav .tab2 label,
.home-learning #tab2:checked ~ nav .tab2 label {
  background: #F1F1F1;
}
.home-certification #learn_tab1:checked ~ nav .tab1 label,
.home-learning #learn_tab1:checked ~ nav .tab1 label,
.home-certification #learn_tab2:checked ~ nav .tab2 label,
.home-learning #learn_tab2:checked ~ nav .tab2 label,
.home-certification #learn_tab3:checked ~ nav .tab3 label,
.home-learning #learn_tab3:checked ~ nav .tab3 label {
  background: #FFF;
}
.home-certification #learn_tab1:checked ~ nav .tab1 label:after,
.home-learning #learn_tab1:checked ~ nav .tab1 label:after,
.home-certification #learn_tab2:checked ~ nav .tab2 label:after,
.home-learning #learn_tab2:checked ~ nav .tab2 label:after,
.home-certification #learn_tab3:checked ~ nav .tab3 label:after,
.home-learning #learn_tab3:checked ~ nav .tab3 label:after {
  background: #FFF;
}
.home-certification #tab1:checked ~ nav .tab1 label:after,
.home-learning #tab1:checked ~ nav .tab1 label:after,
.home-certification #tab2:checked ~ nav .tab2 label:after,
.home-learning #tab2:checked ~ nav .tab2 label:after {
  background: #F1F1F1;
}
.home-certification #learn_tab1:checked ~ nav .tab1 label,
.home-learning #learn_tab1:checked ~ nav .tab1 label,
.home-certification #learn_tab2:checked ~ nav .tab2 label,
.home-learning #learn_tab2:checked ~ nav .tab2 label,
.home-certification #learn_tab3:checked ~ nav .tab3 label,
.home-learning #learn_tab3:checked ~ nav .tab3 label,
.home-certification #tab1:checked ~ nav .tab1 label,
.home-learning #tab1:checked ~ nav .tab1 label,
.home-certification #tab2:checked ~ nav .tab2 label,
.home-learning #tab2:checked ~ nav .tab2 label {
  border-top: 10px #00205B solid;
  color: #00205B;
  position: relative;
}
.home-certification #learn_tab1:checked ~ nav .tab1 label:after,
.home-learning #learn_tab1:checked ~ nav .tab1 label:after,
.home-certification #learn_tab2:checked ~ nav .tab2 label:after,
.home-learning #learn_tab2:checked ~ nav .tab2 label:after,
.home-certification #learn_tab3:checked ~ nav .tab3 label:after,
.home-learning #learn_tab3:checked ~ nav .tab3 label:after,
.home-certification #tab1:checked ~ nav .tab1 label:after,
.home-learning #tab1:checked ~ nav .tab1 label:after,
.home-certification #tab2:checked ~ nav .tab2 label:after,
.home-learning #tab2:checked ~ nav .tab2 label:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -1px;
}
.component.tabbed-links {
  margin-bottom: 90px;
}
section.membership-dashboard div.back-drop,
section.membership-dashboard div.content-column {
  background-color: #00205B;
}
section.membership-dashboard div.back-drop {
  position: absolute;
  width: 100%;
  min-height: 38px;
  left: 0;
  right: 0;
}
@media (min-width: 64em) {
  section.membership-dashboard div.back-drop {
    display: none;
  }
}
section.membership-dashboard .mobile-menu-toggle {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 6px;
}
@media (min-width: 64em) {
  section.membership-dashboard .mobile-menu-toggle {
    display: none;
  }
}
section.membership-dashboard .mobile-menu-toggle div.btn {
  content: '';
  display: block;
  width: 22px;
  height: 18px;
  background: url(http://www.nigp.org/images/dashboard-menu-icon.png) no-repeat center;
  background-size: contain;
  float: right;
}
section.membership-dashboard .mobile-menu-toggle div.btn:hover {
  cursor: pointer;
}
section.membership-dashboard div.content-column {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 23px;
  display: none;
}
section.membership-dashboard div.content-column.menu-opened {
  display: block;
}
@media (min-width: 64em) {
  section.membership-dashboard div.content-column {
    display: block;
  }
}
section.membership-dashboard div.content-column h2,
section.membership-dashboard div.content-column h3 {
  color: #00AFD7;
}
section.membership-dashboard div.content-column h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
@media (min-width: 64em) {
  section.membership-dashboard div.content-column h2 {
    font-size: 30px;
  }
}
section.membership-dashboard div.content-column h3 {
  font-size: 24px;
  font-weight: 700;
  float: left;
  margin-bottom: 28px;
}
section.membership-dashboard div.content-column ul.menu {
  padding: 0;
  margin: 0 0 35px;
  list-style-type: none;
}
section.membership-dashboard div.content-column ul.menu li {
  width: 100%;
  background: url(http://www.nigp.org/images/caret-membership-dashboard-menu.png) no-repeat left center;
  background-size: 6px 10px;
  margin-bottom: 15px;
}
section.membership-dashboard div.content-column ul.menu a,
section.membership-dashboard div.content-column ul.menu a:link,
section.membership-dashboard div.content-column ul.menu a:active,
section.membership-dashboard div.content-column ul.menu a:hover,
section.membership-dashboard div.content-column ul.menu a:visited {
  color: #fff;
  padding: 0 0 0 14px;
}
section.membership-dashboard div.content-column a.edit,
section.membership-dashboard div.content-column a:link.edit,
section.membership-dashboard div.content-column a:active.edit,
section.membership-dashboard div.content-column a:hover.edit,
section.membership-dashboard div.content-column a:visited.edit {
  color: #fff;
  text-transform: uppercase;
  float: right;
  line-height: 34px;
  font-weight: 700;
}
section.membership-dashboard div.content-column table {
  border-collapse: initial;
  text-align: left;
  color: #bbbcbc;
  margin-bottom: 42px;
}
section.membership-dashboard div.content-column table tbody {
  background-color: transparent;
}
section.membership-dashboard div.content-column table tbody tr:nth-child(2n) {
  background-color: transparent;
}
section.membership-dashboard div.content-column table th,
section.membership-dashboard div.content-column table td {
  padding: 1px 0;
  vertical-align: top;
}
section.membership-dashboard div.content-column table th {
  width: 115px;
}
section.membership-dashboard div.content-column div.member-photo {
  width: 200px;
  height: 200px;
  background-size: cover;
  clear: both;
  text-indent: -9000px;
  margin-bottom: 20px;
}
section.membership-dashboard div.recommended {
  padding: 16px 0 30px;
}
section.membership-dashboard div.reusable.datagrid {
  margin-bottom: 20px;
}
section.membership-dashboard div.advertisement.menu-bottom {
  display: none;
}
@media (min-width: 64em) {
  section.membership-dashboard div.advertisement.menu-bottom {
    display: block;
  }
}
section.membership-dashboard div.advertisement.page-bottom {
  display: block;
}
@media (min-width: 64em) {
  section.membership-dashboard div.advertisement.page-bottom {
    display: none;
  }
}
.component.grey-separator.article-blog {
  padding-top: 25px;
  padding-bottom: 0;
}
.component.standard-wysiwyg.article-blog {
  padding-top: 40px;
  padding-bottom: 48px;
}
.component.standard-wysiwyg.article-blog > .grid-container {
  padding: 0;
}
.component.standard-wysiwyg.article-blog .right-hand-ctas {
  text-align: center;
}
.component.standard-wysiwyg.article-blog .right-hand-ctas .rhcta-content {
  margin-bottom: 25px;
}
.component.standard-wysiwyg.article-blog .right-hand-ctas .rhcta-container {
  margin-bottom: 32px;
  padding-bottom: 30px;
}
.component.standard-wysiwyg.article-blog .right-hand-ctas a.button {
  padding: 13px;
}
.component.grey-separator.article-news {
  padding-top: 25px;
  padding-bottom: 0;
}
.component.standard-wysiwyg.article-news,
.component.standard-wysiwyg.news-attribution {
  padding-top: 40px;
}
.component.standard-wysiwyg.article-news > .grid-container,
.component.standard-wysiwyg.news-attribution > .grid-container {
  padding: 0;
}
.component.standard-wysiwyg.article-news {
  padding-bottom: 0;
}
.component.standard-wysiwyg.article-news .right-hand-ctas {
  text-align: center;
}
.component.standard-wysiwyg.article-news .right-hand-ctas .rhcta-content {
  font-weight: 700;
  color: #00205B;
}
.component.standard-wysiwyg.article-news .right-hand-ctas .rhcta-content small {
  font-size: 85%;
}
.component.standard-wysiwyg.article-news .right-hand-ctas .rhcta-content p {
  margin-bottom: 4px;
}
.component.standard-wysiwyg.article-news .right-hand-ctas .rhcta-content p:last-child {
  margin-bottom: 0;
}
.component.standard-wysiwyg.article-news .right-hand-ctas .rhcta-content a,
.component.standard-wysiwyg.article-news .right-hand-ctas .rhcta-content a:link,
.component.standard-wysiwyg.article-news .right-hand-ctas .rhcta-content a:active,
.component.standard-wysiwyg.article-news .right-hand-ctas .rhcta-content a:visited,
.component.standard-wysiwyg.article-news .right-hand-ctas .rhcta-content a:hover {
  color: #007DBA;
}
.component.standard-wysiwyg.article-news .right-hand-ctas .rhcta-container {
  margin-bottom: 32px;
  padding-bottom: 30px;
}
.component.standard-wysiwyg.article-news .right-hand-ctas a.contact-us {
  padding: 13px;
}
.component.standard-wysiwyg.news-attribution {
  padding-bottom: 75px;
}
.component.event-individual-registration.standard-wysiwyg {
  text-align: center;
}
.component.event-individual-registration.standard-wysiwyg .interior {
  display: block;
}
.component.event-individual-registration.standard-wysiwyg .interior .main-rail {
  display: inline-block;
}
@media (min-width: 640px) {
  .component.event-individual-registration.standard-wysiwyg .interior .main-rail {
    width: 100%;
  }
}
.component.event-individual-registration.standard-wysiwyg .callout.alert {
  margin: 0 auto 50px;
}
@media (min-width: 1000px) {
  .component.event-individual-registration.standard-wysiwyg .callout.alert {
    width: 70%;
  }
}
@media (max-width: 530px) {
  .component.event-individual-registration.standard-wysiwyg .buttons a.button {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .component.event-individual-registration.standard-wysiwyg .button-cancel {
    padding: 15px 10px;
  }
}
@media (min-width: 531px) {
  .component.event-individual-registration.standard-wysiwyg .button-cancel {
    margin-right: 15px;
  }
}
.component.event-individual-registration.standard-wysiwyg .button-cancel:link,
.component.event-individual-registration.standard-wysiwyg .button-cancel:visited {
  color: #00AFD7 !important;
}
.component.event-individual-registration.standard-wysiwyg .button-cancel:active,
.component.event-individual-registration.standard-wysiwyg .button-cancel:focus,
.component.event-individual-registration.standard-wysiwyg .button-cancel:hover {
  color: #fff !important;
}
.component.standard-wysiwyg.job-individual {
  padding-top: 0 !important;
}
.component.standard-wysiwyg.job-individual > .grid-container {
  padding: 0;
}
.component.standard-wysiwyg.job-individual h2 {
  margin-top: 20px;
}
.component.standard-wysiwyg.job-individual h2:first-child {
  margin-top: 0;
}
.w-100{
  height: auto;
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 1200px) {
  .w-100 {
    height: auto;
    min-height: auto;
  }
}

@media only screen and (min-width: 1600px) {
  .w-100 {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
  
  }
}


html {
  scroll-behavior: smooth;
}

:target:before {
  display: block; 
  content: " "; 
  margin-top: -285px; 
  height: 285px; 
  visibility: hidden; 
  pointer-events: none;
}

#modal-agancy-engagement{
  width: 100% !important;
  max-width: 90%;
   max-height: 90%!important;
}

select[readonly]{
  pointer-events: none;
  
    background-color: #e6e6e6;
    cursor: not-allowed;
}