html,
body {
  font-family: "Source Sans Pro", sans-serif;
}
.body-overlay {
  background: rgba(216, 216, 216);
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
a:focus,
button:focus,
input[type="button"]:focus,
.indi-button:focus {
  outline: 5px auto rgba(0, 150, 255, 1) !important;
  -webkit-outline: 5px auto rgba(0, 150, 255, 1) !important;
  -moz-outline: 5px auto rgba(0, 150, 255, 1) !important;
  -ms-outline: 5px auto rgba(0, 150, 255, 1) !important;
  -o-outline: 5px auto rgba(0, 150, 255, 1) !important;
  /* Use a border to apply the outline */
  border: 5px auto rgba(0, 150, 255, 1) !important;
}
.indi-long-form-text a {
  color: #0052eb;
  fill: #0052eb;
  text-decoration: none;
  border-bottom: 1px #0052eb dashed;
}

.indi-long-form-text a:hover,
.process-section a,
.indi-notification a {
  color: #0039a3;
  fill: #0039a3;
  text-decoration: none;
  border-bottom: 1px #0039a3 dashed;
}
.sp-funding-section a {
  color: #0039a3;
  fill: #0039a3;
  font-weight: 600;
  border-bottom: none;
}
.sp-funding-section a:hover,
.sp-funding-section a:focus {
  border-bottom: none;
}
.how-it-works-section a,
.how-it-works-section a:hover {
  color: #0039a3;
  fill: #0039a3;
  border-bottom: none;
  font-weight: 600;
}
a.indi-button--primary,
a.indi-button--primary:hover,
a.indi-button--primary:focus {
  color: #fff !important;
  fill: #fff !important;
  border-bottom: none;
}
a.indi-button--on-dark,
a.indi-button--on-dark:hover,
a.indi-button--on-dark:focus {
  color: #006ff4 !important;
  fill: #006ff4 !important;
  border-bottom: none;
}
.page-breadcrumb {
  padding: 6px;
  padding-left: 0; /* New */
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.44;
  font-weight: bold;
}
.page-breadcrumb a {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #616161;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  border-bottom: none !important;
}
.page-breadcrumb a:hover,
.page-breadcrumb a:focus {
  color: #0052eb;
  fill: #0052eb;
  text-decoration: none;
  border-bottom: none;
}

.page-breadcrumb > a {
  padding-left: 1px;
}
.page-breadcrumb > span {
  border-left: 1px solid #616161;
  font-size: 12px;
  line-height: 15px;
}
.page-breadcrumb .current-page {
  padding: 0 10px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}

/* Wordpress Default CSS */

/* WordPress Image Caption */
figure {
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.alignleft {
  float: left;
  margin-right: 20px !important;
  margin-bottom: 20px !important;
}
.alignright {
  float: right;
  margin-left: 20px !important;
  margin-bottom: 20px !important;
}
.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
.svg-icon:before {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.svg-plus:before {
  content: url(images/icons/add.svg);
}
.svg-minus:before {
  content: url(images/icons/subtract.svg);
}
.svg-angle-down:before {
  content: url(images/blue-icons/caret-down.svg);
}
.svg-angle-down:hover:before,
.svg-angle-down:focus:before {
  content: url(images/blue-icons/caret-down-hover.svg);
}
.svg-angle-up:before {
  content: url(images/blue-icons/caret-up.svg);
}
.scrolltop {
  height: 60px;
  margin-bottom: 20px;
}
.scroll {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #eee;
  padding-top: 15px;
  height: 60px;
  width: 60px;
  text-align: center;
  box-shadow: 0px 0px 10px #eee;
  z-index: 9;
  cursor: pointer;
  display: none;
  float: right;
  margin: 0 20px;
}
.indi-notification {
  margin-top: 14px;
}
.indi-notification:before {
  content: url(images/icons/information.svg);
  position: absolute;
  left: 30px;
  height: 18px;
  width: 18px;
  margin-top: 2.5px;
}
.indi-notification--success:before {
  content: url(images/icons/success.svg);
}
.indi-notification--error:before {
  content: url(images/icons/warning.svg);
}

/* Bootstrap */
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.no-left-padding {
  padding-left: 0px !important;
}
.no-right-padding {
  padding-right: 0px !important;
}
label {
  font-weight: normal;
  margin-bottom: 5px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  /* display: -ms-flexbox; */
  display: flex;
  flex-direction: column;
}
.verticle-align-center-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.verticle-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  /* display: -ms-flexbox; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*Default content*/

.site-container {
  margin: 0 10%;
  padding: 0;
}
.page-content {
  padding: 2% 0;
}
.page-content img.icon {
  display: inline-block;
  border: 0;
  margin: 0;
}
/*.page-content a.indi-button {
	margin-top: 20px;
}*/
.page-content p > a > button {
  margin-top: 0;
}
a.page-breadcrumb:before {
  content: url(images/icons/caret-left.svg);
  height: 14px;
  width: 8.2px;
  position: absolute;
  left: 15px;
  top: 15px;
}
a.page-breadcrumb:hover:before,
a.page-breadcrumb:focus:before {
  content: url(images/blue-icons/caret-left.svg);
}
a.page-breadcrumb {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
  color: #616161;
  padding-left: 16px;
  margin: 15px 0;
  display: inline-block;
}
.indi-long-form-text ul > li::before {
  height: 8px;
  width: 8px;
  top: 10px;
}

.indi-long-form-text p:first-child {
  margin: 0; /* Before removing it, check landing pages*/
}
.indi-long-form-text ul > li {
  margin: 8px 0;
}
.indi-long-form-text h2 {
  color: #404040;
}
.embed-responsive {
  margin-top: 14px;
}
/*The below class added for adjusting the iframe height */
.embed-responsive-whistleblower-window {
  padding-bottom: 805px;
}

h1.page-title {
  margin-bottom: 24px;
}
.page-main-content > p:first-child,
.page-main-content > h1:first-child,
.page-main-content > h2:first-child,
.page-main-content > h3:first-child,
.page-main-content > h4:first-child,
.page-main-content > h5:first-child,
.page-main-content > h6:first-child {
  margin-top: 0 !important;
}
.page-main-content--no-margin-for-first-tag > p:nth-child(2),
.page-main-content--no-margin-for-first-tag > h1:nth-child(2),
.page-main-content--no-margin-for-first-tag > h2:nth-child(2),
.page-main-content--no-margin-for-first-tag > h3:nth-child(2),
.page-main-content--no-margin-for-first-tag > h4:nth-child(2),
.page-main-content--no-margin-for-first-tag > h5:nth-child(2),
.page-main-content--no-margin-for-first-tag > h6:nth-child(2) {
  margin-top: 0 !important;
}
.page-content a:after {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: sub;
  position: relative;
  top: -3px;
}
.page-content a[target$="_blank (opens in new window)"]:after,
.page-content a:not([href*='player.vimeo.com']):not([href*='mailto']):not([href*='localhost']):not([href*='hawksearch.net']):not([href*='usac.org']):not([href*="https://nlad.universalservice.org/"]):not([href^='#']):not([href^='/']):after
{
  content: url(images/blue-icons/external-link.svg);
}
.page-content a[target$="_blank (opens in new window)"]:before,
.page-content a:not([href*='player.vimeo.com']):not([href*='mailto']):not([href*='localhost']):not([href*='hawksearch.net']):not([href*='usac.org']):not([href*="https://nlad.universalservice.org/"]):not([href^='#']):not([href^='/']):before
{
  content: url(images/blue-icons/external-link-hover.svg);
  display: none;
}
.page-content a[target$="_blank (opens in new window)"]:hover:after,
.page-content a:not([href*='player.vimeo.com']):not([href*='mailto']):not([href*='localhost']):not([href*='hawksearch.net']):not([href*='usac.org']):not([href*="https://nlad.universalservice.org/"]):not([href^='#']):not([href^='/']):hover:after,
.page-content a[target$="_blank (opens in new window)"]:focus:after,
.page-content a:not([href*='player.vimeo.com']):not([href*='mailto']):not([href*='localhost']):not([href*='hawksearch.net']):not([href*='usac.org']):not([href*="https://nlad.universalservice.org/"]):not([href^='#']):not([href^='/']):focus:after
{
  content: url(images/blue-icons/external-link-hover.svg);
}

.page-content a[href$=".pdf"]:after {
  content: url(images/blue-icons/file-pdf.svg) !important;
}
.page-content a[href$=".pdf"]:before {
  content: url(images/blue-icons/file-pdf-hover.svg) !important;
  display: none;
}
.page-content a[href$=".pdf"]:hover:after,
.page-content a[href$=".pdf"]:focus:after {
  content: url(images/blue-icons/file-pdf-hover.svg) !important;
}

.page-content a[href$=".xls"]:after,
.page-content a[href$=".xlsx"]:after,
.page-content a[href$=".xlsm"]:after {
  content: url(images/blue-icons/file-xls.svg) !important;
}
.page-content a[href$=".xls"]:before,
.page-content a[href$=".xlsx"]:before,
.page-content a[href$=".xlsm"]:before {
  content: url(images/blue-icons/file-xls-hover.svg) !important;
  display: none;
}
.page-content a[href$=".xls"]:hover:after,
.page-content a[href$=".xlsx"]:hover:after,
.page-content a[href$=".xlsm"]:hover:after,
.page-content a[href$=".xls"]:focus:after,
.page-content a[href$=".xlsx"]:focus:after,
.page-content a[href$=".xlsm"]:focus:after {
  content: url(images/blue-icons/file-xls-hover.svg) !important;
}

.page-content a[href$=".csv"]:after {
  content: url(images/blue-icons/file-csv.svg) !important;
}
.page-content a[href$=".csv"]:before {
  content: url(images/blue-icons/file-csv-hover.svg) !important;
  display: none;
}
.page-content a[href$=".csv"]:hover:after,
.page-content a[href$=".csv"]:focus:after {
  content: url(images/blue-icons/file-csv-hover.svg) !important;
}

.page-content a[href$=".doc"]:after,
.page-content a[href$=".docx"]:after {
  content: url(images/blue-icons/file-doc.svg) !important;
}
.page-content a[href$=".doc"]:before,
.page-content a[href$=".docx"]:before {
  content: url(images/blue-icons/file-doc-hover.svg) !important;
  display: none;
}
.page-content a[href$=".doc"]:hover:after,
.page-content a[href$=".docx"]:hover:after,
.page-content a[href$=".doc"]:focus:after,
.page-content a[href$=".docx"]:focus:after {
  content: url(images/blue-icons/file-doc-hover.svg) !important;
}

.page-content a[href$=".ppt"]:after,
.page-content a[href$=".pptx"]:after {
  content: url(images/blue-icons/file-ppt.svg) !important;
}
.page-content a[href$=".ppt"]:before,
.page-content a[href$=".pptx"]:before {
  content: url(images/blue-icons/file-ppt-hover.svg) !important;
  display: none;
}
.page-content a[href$=".ppt"]:hover:after,
.page-content a[href$=".pptx"]:hover:after,
.page-content a[href$=".ppt"]:focus:after,
.page-content a[href$=".pptx"]:focus:after {
  content: url(images/blue-icons/file-ppt-hover.svg) !important;
}
.page-content a[href$=".zip"]:after,
.page-content a[href$=".zipx"]:after {
  content: url(images/blue-icons/file-zip.svg) !important;
}
.page-content a[href$=".zip"]:before,
.page-content a[href$=".zipx"]:before {
  content: url(images/blue-icons/file-zip-hover.svg) !important;
  display: none;
}
.page-content a[href$=".zip"]:hover:after,
.page-content a[href$=".zipx"]:hover:after,
.page-content a[href$=".zip"]:focus:after,
.page-content a[href$=".zipx"]:focus:after {
  content: url(images/blue-icons/file-zip-hover.svg) !important;
}
.page-content a > img {
  border: 1px solid #e0e0e0;
}
a.hyperlinked-image:after,
a.hyperlinked-image:before,
.remove-after:after,
.remove-after:before {
  display: none !important; /* Remove :after and :before from buttons and hyperlinked images */
  content: none !important;
}

.page-content ol {
  counter-reset: order-list-counter;
}
.page-content ol > li:before {
  content: counter(order-list-counter) ".";
  counter-increment: order-list-counter;
}
.page-content ol.lower-alpha > li:before {
  content: counter(order-list-counter, lower-alpha) ".";
  counter-increment: order-list-counter;
}
.page-content ol.upper-alpha > li:before {
  content: counter(order-list-counter, upper-alpha) ".";
  counter-increment: order-list-counter;
}
.page-content ol > li {
  padding-left: 30px;
}
.page-content ol.lower-roman > li,
.page-content ol.upper-roman > li {
  padding-left: 35px;
}
.page-content ol.lower-roman > li:before {
  content: counter(order-list-counter, lower-roman) ".";
  counter-increment: order-list-counter;
}
.page-content ol.upper-roman > li:before {
  content: counter(order-list-counter, upper-roman) ".";
  counter-increment: order-list-counter;
}
.page-content ol.fancy-ordered-list {
  counter-reset: how-to-counter;
  margin: 0;
}
.page-content ol.fancy-ordered-list > li > ul > li:before {
  background-color: #0052eb !important;
}
.page-content ol.fancy-ordered-list > li:before {
  content: counter(how-to-counter);
  counter-increment: how-to-counter;
  position: absolute;
  left: 0;
  top: 0;
  font: normal 28px/1 "Source Sans Pro", sans-serif;
  color: #0052eb;
  border: thin solid #0052eb;
  padding: 5px 15px;
}
.page-content ol.fancy-ordered-list > li {
  padding-left: 80px;
  position: relative;
  margin: 40px 0 5px 0;
}
.page-content ol.fancy-ordered-list > li > h3 {
  font-size: 28px;
  line-height: 28px;
}
.page-content table {
  margin-top: 20px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.page-content table.noborder {
  border-top: 0;
  border-bottom: 0;
}
.page-content table a:after {
  top: -2px;
}
.page-content table ul,
.page-content table ol {
  margin-left: 0;
}
.page-content table,
.page-content table p,
.page-content table ul li,
.page-content table ol li {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: normal;
}
.page-content table ul li::before {
  top: 7px;
}
.page-content tr.table-heading,
.page-content thead > tr {
  border-bottom: 1px solid #bdbdbd;
  border-right: 0;
  vertical-align: bottom;
}
.page-content tr td,
.page-content tr th {
  padding: 16px !important;
  border: 0 !important;
  border-right: 1px solid #fff !important;
  vertical-align: top;
}
.page-content tr th,
.page-content .table-heading td {
  vertical-align: middle !important;
}
.page-content tr.table-heading td,
.page-content tr.table-heading th,
.page-content thead > tr > th {
  color: #404040;
  border-right: 0 !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
}
.page-content tbody > tr:nth-child(even) {
  background-color: #f7f7f7;
}

/* Left Sidebar Menu */

.interior-sidebar-menu {
  margin-left: -2px;
}
.interior-sidebar-menu > div:not(:first-child) {
  border-top: solid 1px #e0e0e0;
  margin: 16px 0 0;
  padding: 16px 0 0;
}
.interior-sidebar-menu ul:last-child {
  border-bottom: 0;
  margin-left: 0; /* new */
}
.interior-sidebar-menu ul li {
  padding: 0;
  margin: 0;
}
.interior-sidebar-menu ul li:before {
  content: none !important;
  height: 10px;
  width: 10px;
  background-color: #0052eb;
  border: 1px solid #0052eb;
  position: initial;
}
.interior-sidebar-menu ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  padding: 14px 4px;
  cursor: pointer;
  position: relative;
  color: #0052eb;
  fill: #0052eb;
  text-decoration: none;
  border-bottom: none;
}
.interior-sidebar-menu > div:first-child > ul > li:first-child > a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
}
.interior-sidebar-menu ul li a:hover,
.interior-sidebar-menu li.current-menu-item > a {
  /* font-weight: bold; */
  color: #0039a3;
  fill: #0039a3;
  text-decoration: none;
  border-bottom: none;
}
.interior-sidebar-menu li.menu-item-has-children > a:after {
  content: url(images/blue-icons/caret-down.svg) !important;
  display: inline-block;
  height: 18px;
  width: 28px;
  vertical-align: sub;
  position: absolute;
  padding-left: 10px;
  margin: 0;
  top: auto;
}
.interior-sidebar-menu li.menu-item-has-children > a:before {
  content: url(images/blue-icons/caret-down-hover.svg) !important;
  display: none;
}
.interior-sidebar-menu li.menu-item-has-children > a:hover:after,
.interior-sidebar-menu li.menu-item-has-children > a:focus:after {
  content: url(images/blue-icons/caret-down-hover.svg) !important;
}
.interior-sidebar-menu li.menu-item-has-children ul.sub-menu {
  padding: 0;
  margin: 0 !important;
  display: none;
}
.interior-sidebar-menu li.menu-item-has-children.active ul.sub-menu {
  display: block;
}
.interior-sidebar-menu li.menu-item-has-children.active > a {
  font-weight: bold;
}
.interior-sidebar-menu li.menu-item-has-children.active > a:after {
  content: url(images/blue-icons/caret-up.svg) !important;
}
.interior-sidebar-menu ul.sub-menu li a {
  margin-left: 49px;
  position: relative;
}
.interior-sidebar-menu ul.sub-menu li:first-child > a:before {
  content: "";
  height: 18px;
  width: 18px;
  vertical-align: bottom;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 13px;
}
.interior-sidebar-menu ul.sub-menu li:first-child > a:before {
  content: url(images/blue-icons/home.svg);
}
.interior-sidebar-menu ul.sub-menu li:first-child > a:hover:before,
.interior-sidebar-menu ul.sub-menu li:first-child > a:focus:before {
  content: url(images/blue-icons/home-hover.svg);
}
.interior-sidebar-menu ul.sub-menu li:first-child > a:after {
  content: url(images/blue-icons/home-hover.svg);
  display: none;
}
.interior-sidebar-menu ul.sub-menu li.current-menu-item:first-child > a:before {
  content: url(images/blue-icons/home-hover.svg);
}
.interior-sidebar-menu li.current-menu-item > a {
  font-weight: bold;
  margin-left: 22px !important;
}
.interior-sidebar-menu ul.sub-menu li.current-menu-item > a {
  margin-left: 72px !important;
}
.interior-sidebar-menu li.current-menu-item {
  background-color: #f7f7f7;
  border-left: 13px solid #b5bd00;
  cursor: default;
  position: relative;
  left: -16px;
  margin-left: -20px;
}
.interior-sidebar-menu li.menu-heading > a,
.interior-sidebar-menu li.menu-heading > a:hover {
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  cursor: default;
  margin-top: 6px;
}
.interior-sidebar-menu li.menu-heading > a:after,
.interior-sidebar-menu li.menu-heading > a:hover:after,
.interior-sidebar-menu li.menu-heading > a:focus:after {
  content: none !important;
}
.interior-sidebar-menu li.menu-heading-linked > a {
  color: #0052eb;
  font-size: 20px;
  font-weight: 400;
  cursor: default;
  margin-top: 6px;
}
.interior-sidebar-menu li.menu-heading-linked > a:hover {
  color: #0039a3;
  font-size: 20px;
  font-weight: 400;
  cursor: default;
  margin-top: 6px;
}

/* Additional Resources */
.additional-resources-links {
  padding: 20px;
  background-color: #f7f7f7;
  margin: 0 0 14px 30px;
  width: 40%;
  float: right;
}
.additional-resources-heading {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 14px;
}
.additional-resources-links p {
  margin-bottom: 0;
}
.additional-resources-links ul,
.additional-resources-links ol {
  margin: 0;
  z-index: 100;
}
.additional-resources-links ul li:before {
  content: none;
}
.additional-resources-links ul li {
  padding: 5px 0;
  margin: 0;
}
.additional-resources-links a {
  font-size: 16px;
  line-height: 20px;
  display: inline;
  color: #0052eb;
  fill: #0052eb;
}
.additional-resources-links a:hover,
.additional-resources-links a:focus {
  color: #0039a3;
  fill: #0039a3;
}

/* Video Page */

.videos-section {
  padding: 20px 0;
}
.videos-section a.site-btn {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #006ff4;
  color: #006ff4 !important;
  margin-top: 20px;
  padding: 15px 40px;
}
.videos-section a.site-btn:hover {
  background-color: #006ff4;
  color: #fff !important;
}
.videos-section button {
  margin-bottom: 40px;
}
.single-video-box {
  margin: 15px 0;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0px 2px 0px 0px #cfcfcf;
  -moz-box-shadow: 0px 2px 0px 0px #cfcfcf;
  box-shadow: 0px 2px 0px 0px #cfcfcf;
  display: none;
  cursor: pointer;
  outline-style: none;
}
.single-video-box___:focus-within {
  outline: 5px auto rgba(0, 150, 255, 1) !important;
  -webkit-outline: 5px auto rgba(0, 150, 255, 1) !important;
  -moz-outline: 5px auto rgba(0, 150, 255, 1) !important;
  -ms-outline: 5px auto rgba(0, 150, 255, 1) !important;
  -o-outline: 5px auto rgba(0, 150, 255, 1) !important;
  /* Use a border to apply the outline */
  border: 5px auto rgba(0, 150, 255, 1) !important;
  border: 3px solid #0052eb;
}

.single-video-box.single-video-box-video-series {
  display: block;
}
.single-video-box > a:hover img {
  -webkit-filter: opacity(50%); /* Safari 6.0 - 9.0 */
  filter: opacity(50%);
}
.single-video-thumbnail,
.single-video-box img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
.single-video-play-icon {
  height: 100%;
  width: 100%;
  background: rgba(64, 64, 64, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 85%;
}
.single-video-play-icon:after {
  content: url(images/play-icon.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.career-video-play-icon {
  height: 100%;
  width: 100%;
  background: rgba(64, 64, 64, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 85%;
}
.career-video-play-icon:after {
  content: url(images/play-icon.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  flex-grow: 0;
  padding: 15px 15px 15px 25px;
  background-color: #404040;
}
.video-title {
  padding: 10px;
}
.video-title a:after {
  display: none;
}
.video-title .video-title-heading {
  margin-bottom: 0;
  color: #262626 !important;
  height: 55px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.video-title .video-title-heading-content {
  margin-bottom: 0;
  color: #262626 !important;
  height: 48px;
  overflow: hidden;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
}
.video-title .video-title-heading-tribal {
  margin-bottom: 0;
  color: #262626 !important;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  height: 25px;
}
.video-title span {
  display: block;
  color: #616161;
  font-size: 14px;
  line-height: 18px;
}
#videoPopUp .modal-dialog {
  width: 75%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#videoPopUp .embed-responsive {
  margin-top: 0;
}
.video-column {
  padding-left: 0px;
}
.videos-section.videos-column:nth-child(even),
.video-column:nth-child(even) {
  float: right;
}
/* Webinar */

.webinar-item-container {
  margin: 30px 0 0;
}
.webinar-item-container h2,
.webinar-item-container h3,
.webinar-item-container h4 {
  margin-bottom: 20px;
}
.webinar-item {
  display: inline-block;
  width: 100%;
}
.webinar-item .webinar-item-h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.webinar-item img {
  width: 100%;
  height: auto;
}
.webinar-description {
  margin: 20px 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.webinar-description .webinar-item-h5 {
  margin: 20px 0 10px !important;
}
.webinar-description p {
  margin: 0 0 20px !important;
}
.webinar-item-date {
  margin: 20px 0 0;
}
.webinar-item-date p {
  margin: 0;
}
.webinar-materials {
  margin: 5px 0 0 0;
}
.webinar-materials p {
  margin: 0 !important;
}
.webinar-materials a {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  display: inline;
}
.single-webinar-list {
  padding: 18px 0 15px;
  font-size: 16px;
  line-height: 1 !important;
  background-color: #eee;
}
.single-webinar-list strong {
  font-size: 17px;
}
.single-webinar-list .button {
  text-align: center;
}
.single-webinar-play-icon {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.single-webinar-play-icon:after {
  content: url(images/play-icon.png);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 85%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* Search Function */
.search-form label {
  display: inline;
  margin: 0;
}
.search-form {
  padding: 0;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.search-field {
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  padding: 5px 35px 5px 10px;
  background-color: transparent;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.search-field::-webkit-input-placeholder {
  font-weight: 300;
  letter-spacing: 0.5px;
}
.search-field:focus {
  background-color: #d9ebff;
  border-color: #0052eb;
  outline: none !important;
}
.search-submit {
  border: 0px none;
  cursor: pointer;
  font-size: 0;
  margin: 0 !important;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}

.search-submit::before {
  font-size: 16px;
  width: 18px;
  height: 18px;
  content: url(images/blue-icons/search.svg);
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  text-align: center;
  color: #318bf6;
  margin: 6px;
}

/* Main Styles */

a.site-btn {
  padding: 15px 30px;
  background-color: #006ff4;
  color: #fff !important;
  border-radius: 3px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
}
a.site-btn:hover {
  background-color: #ff7500;
}
a.small-btn {
  padding: 3px 10px 6px;
  background-color: #006ff4;
  color: #fff !important;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
a.small-btn:hover {
  background-color: #ff7500;
}
a.small-btn i {
  font-size: 28px;
  position: relative;
  top: 5px;
  margin-left: 5px;
}

/* Header Style */

header {
  margin: 24px 0;
  /*margin: 0 0 24px 0;*/
  border-bottom: 1px solid #eee;
}
.strong {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
}
.alert-block-notification {
  background-color: #ffdd96;
  color: #404040;
  fill: #404040;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding: 24px 0px 14px 14px;
}

.alert-block-notification:before {
  content: url(images/icons/warning.svg);
  position: absolute;
  /*left: -10px; */
  left: 0px;
  height: 18px;
  width: 18px;
  margin-top: 2.5px;
}
p.alert-block-notification a {
  color: #0052eb;
  fill: #0052eb;
  text-decoration: none;
  border-bottom: 1px #0052eb dashed;
}
p.alert-block-notification a:hover {
  color: #0039a3;
  fill: #0039a3;
  text-decoration: none;
  border-bottom: 1px #0039a3 dashed;
}
.alert-block-notification--success:before {
  content: url(images/icons/success.svg);
}
.alert-block-notification--error:before {
  content: url(images/icons/warning.svg);
}
/* covid-19 alert box */
.logo {
  display: inline-block;
  position: relative;
  left: -10px;
}
.logo img {
  height: 85px;
  width: auto;
}
.header-right-area {
  text-align: right;
}
.header-right {
  display: inline-block;
}
.header-right ul {
  margin-top: 5px;
  padding: 0;
}
.header-right li {
  display: inline-block;
  margin: 0 8px;
}
.header-right .search-form {
  margin-left: 8px;
  width: 200px;
  z-index: 99;
}
.header-right li a {
  color: #404040;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.header-right li a:hover {
  color: #0052eb;
}
.header-right li.menu-item-has-children {
  position: relative;
}
/* css for the dropdown mene item*/
.header-right li.menu-item-has-children > a {
  border-radius: 4px;
  background-color: #0052eb;
  color: #fff;
  padding: 7px 15px;
  display: inline-block;
}
.header-right li.menu-item-has-children > a:after {
  content: url(images/white-icons/caret-down.svg);
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  vertical-align: sub;
}
.header-right .sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 99.47px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  margin: 0;
  text-align: initial;
  left: 0;
}
.header-right li.menu-item-has-children:hover .sub-menu,
.header-right .sub-menu.click-effect {
  display: block;
}
.header-right .sub-menu li {
  display: block;
  margin: 0;
  text-align: left;
}
.header-right .sub-menu li a {
  display: block;
  padding: 7.5px 15px;
}
/* code ends for the drop down menu item on top menu*/
/* new css adding for the button only on the top nav */
.sign-in-button a {
  border-radius: 4px;
  background-color: #0052eb;
  color: #fff !important;
  fill: #fff !important;
  padding: 7px 15px;
  display: inline-block;
}
.sign-in-button a:hover {
  border-radius: 4px;
  background-color: #4292f4;
  color: #fff !important;
  fill: #fff !important;
  padding: 7px 15px;
  display: inline-block;
}
/* Code ends: new css adding for the button only on the top nav */
/* New Menu CSS */
.nav-menu {
  width: 1170px;
  padding: 0 15px;
  max-width: 1400px;
  margin: 45px auto 0;
  visibility: hidden;
}
.nav-menu ul.navbar-nav {
  width: 100%;
  text-align: center;
}
.page-template-home header,
.page-template-service-providers-landing-page header,
.page-template-highcost-landing-page header,
.page-template-lifeline-landing-page header,
.page-template-rural-health-care-landing-page header,
.page-template-e-rate-landing-page header,
.about-template-tribal-nations header,
.about-template-tribal-nations-subpages header{
  margin-bottom: 0;
}
.nav-menu ul.navbar-nav > li {
  float: none;
  display: inline-block;
  margin: 0 45px;
  position: static;
  border-bottom: 5px solid transparent;
}
.nav-menu ul.navbar-nav > li:hover,
.nav-menu ul.navbar-nav > li:focus-within,
.nav-menu ul.navbar-nav > li:active {
  border-color: #0052eb;
}
.nav-menu ul.navbar-nav > li:first-child {
  margin-left: 0;
}
.nav-menu ul.navbar-nav > li:last-child {
  margin-right: 0;
}
.nav-menu ul.navbar-nav > li a {
  color: #262626;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  padding: 0 0 5px;
  padding-right: 25px;
}
.single-about .nav-menu ul.navbar-nav > li.menu-item-80185,
.single-aboutprocurement .nav-menu ul.navbar-nav > li.menu-item-80185,
.tax-about_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80185,
.single-e-rate .nav-menu ul.navbar-nav > li.menu-item-80186,
.tax-erate_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80186,
.single-ruralhealthcare .nav-menu ul.navbar-nav > li.menu-item-80187,
.tax-rural_health_care_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80187,
.single-lifeline .nav-menu ul.navbar-nav > li.menu-item-80188,
.tax-lifeline_faq_cat .nav-menu ul.navbar-nav > li.menu-80188,
.single-highcost .nav-menu ul.navbar-nav > li.menu-item-80189,
.tax-high_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80189,
.single-serviceproviders .nav-menu ul.navbar-nav > li.menu-item-80190,
.tax-service_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80190,
.single-about .nav-menu ul.navbar-nav > li.menu-item-80375,
.single-aboutprocurement .nav-menu ul.navbar-nav > li.menu-item-80375,
.tax-about_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80375,
.single-e-rate .nav-menu ul.navbar-nav > li.menu-item-80377,
.tax-erate_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80377,
.single-ruralhealthcare .nav-menu ul.navbar-nav > li.menu-item-80379,
.tax-rural_health_care_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80379,
.single-lifeline .nav-menu ul.navbar-nav > li.menu-item-80381,
.tax-lifeline_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80381,
.single-highcost .nav-menu ul.navbar-nav > li.menu-item-80383,
.tax-high_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80383,
.single-serviceproviders .nav-menu ul.navbar-nav > li.menu-item-80385,
.tax-service_faq_cat .nav-menu ul.navbar-nav > li.menu-item-80385,
.nav-menu ul.navbar-nav > li.menu-item-has-children:hover:before,
.nav-menu ul.navbar-nav > li.menu-item-has-children:focus:before,
.nav-menu ul.navbar-nav .current-page-item > a,
.nav-menu ul.navbar-nav .current-page-ancestor > a,
.nav-menu ul.navbar-nav .current_page_item > a,
.nav-menu ul.navbar-nav .current_page_ancestor > a,
.nav-menu ul.li.navbar-nav .current-menu-item > a,
.nav-menu ul.navbar-nav .current-menu-ancestor {
  border-color: #0052eb;
  color: #616161;
}
.menuicon {
  background-image: url(images/grey-icons/caret-down.svg);
  background-repeat: no-repeat;
  background-size: 16px 20px;
  background-position: right;
  float: right;
  padding-top: 2px;
}
/* Mega Menu */
.nav-menu ul.navbar-nav > li > .header-main-menu-column-area {
  z-index: 111;
  visibility: hidden;
  opacity: 0;
  margin-top: 5px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  background: #f7f7f7;
  border-top: 1px solid #f2f2f2;
  border-bottom: 0px solid #f9f9f9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 28px 0;
}
.nav-menu ul.navbar-nav > li:focus-within > .header-main-menu-column-area {
  visibility: visible;
  opacity: 1;
  margin-top: 5px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/* This is mainly used for IE browser. But, it has been setup to work with all browsers. Check jQuery with the same comment. */
.nav-menu ul.navbar-nav > li > .header-main-menu-column-area--visible {
  visibility: visible !important;
  opacity: 1;
  margin-top: 5px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.nav-menu ul.navbar-nav > li > .header-main-menu-column-area > ul.sub-menu {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu:before,
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu:after {
  content: "";
  display: block;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column {
  display: inline-block;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column:first-child {
  width: 190px !important;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column:nth-child(2) {
  width: 180px !important;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column:nth-child(3) {
  width: 200px !important;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column:last-child {
  width: 120px !important;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  > a {
  display: none;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  ul {
  padding: 0;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  ul
  li {
  margin: 0;
  display: block;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  ul
  li
  a {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 0;
  font-weight: 300;
  display: inline-block;
  color: #404040;
  border-bottom: 0;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  .mega-menu-heading:not(:first-child) {
  margin-top: 12px !important;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  .mega-menu-heading
  > a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  ul
  li
  a:hover,
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  .mega-menu-heading
  > a:hover,
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  ul
  li
  a:focus,
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  .mega-menu-heading
  > a:focus {
  color: #0052eb !important;
  /* font-weight: 600 !important; */
}
/* External Link Icon */
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  .mega-menu-heading-icon
  > a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  background: url(images/footer-external-link.svg) no-repeat center right;
  padding-right: 20px;
  background-size: 14px 14px;
  background-position: right;
  white-space: nowrap;
  text-decoration: none;
}
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  .mega-menu-heading-icon
  > a:hover,
.nav-menu
  ul.navbar-nav
  > li
  > .header-main-menu-column-area
  > ul.sub-menu
  > li.mega-menu-column
  .mega-menu-heading-icon
  > a:focus {
  color: #0052eb !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  background: url("images/footer-external-link-hover.svg") no-repeat center
    right;
  padding-right: 20px;
  background-size: 14px 14px;
  background-position: right;
  white-space: nowrap;
  text-decoration: none;
}
.mobile-external-icon {
  background-image: url(images/footer-external-link.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right;
  display: inline-block;
  white-space: nowrap;
}
.mobile-external-icon:hover,
.mobile-external-icon:focus {
  background-image: url(images/footer-external-link-hover.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: right;
  display: inline-block;
  white-space: nowrap;
}
/*
.nav-menu a[target$="_blank (opens in new window)"]:after {
	content: url(images/footer-external-link.svg);
    height: 14px;
    width: 14px;
    display: inline-block;
    margin-left: 8px;
	margin-right: -4px;
	position: relative;
}
.nav-menu a[target$="_blank (opens in new window)"]:before {
	content: url(images/footer-external-link-hover.svg);
	display: none;
}
.nav-menu a[target$="_blank (opens in new window)"]:hover:after,
.nav-menu a[target$="_blank (opens in new window)"]:focus:after {
	content: url(images/footer-external-link-hover.svg);
}*/
/* lifeline mega menu text*/
.lifeline-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin: 12px 0;
}

.lifeline-text a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #0052eb !important;
}
.lifeline-text a:hover {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #0039a3 !important;
}
/* Contact Forms */

.contact-form {
  background: #f7f7f7;
  border-top: 4px solid #b5bd00;
  padding: 16px;
  margin: 20px 0;
}
.indi-form__input,
.indi-form__select-input {
  font-weight: normal;
}
.indi-form__select-input option:disabled {
  color: #000;
}
.indi-form__input.wpcf7-not-valid {
  border-color: red;
}

.ajax-loader {
  display: none !important;
}

.gform_wrapper {
  margin: 14px 0 0;
}
.validation_error,
.validation_message,
.gfield_required {
  display: none;
}
.gform_wrapper .indi-form__input-row .indi-form__input-group {
  padding-left: 0;
  display: inline-block;
  vertical-align: top;
}
.gform_wrapper .indi-form__input-row .indi-form__input-group:before {
  content: none;
}
.gform_wrapper .indi-form__input-row .indi-form__input-group textarea {
  height: 100px;
}
.gform_wrapper .indi-form__input-row .indi-form__input-group--1-2 {
  width: calc(50% - 32px);
}
.gform_wrapper
  .indi-form__input-row
  .indi-form__input-group
  .indi-form__input:last-child {
  margin: 0 0 4px 0;
}
.ginput_container_fileupload .indi-form__input--file {
  display: none;
}
.ginput_container_fileupload button {
  margin-top: 0;
}
.indi-form__select:after {
  content: url(images/blue-icons/caret-down.svg);
  display: inline-block;
  height: 20px;
  width: 18px;
  vertical-align: sub;
  position: absolute;
  right: 16px;
  margin: 0;
  top: 16px;
  pointer-events: none;
}
#gform_5 .gfield_html_formatted {
  display: none;
}

.js-behavior-remove-file-upload:after {
  content: url(images/blue-icons/close.svg);
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
  position: relative;
  top: auto;
}
.js-behavior-remove-file-upload:before {
  content: url(images/blue-icons/close-hover.svg);
  display: none;
}
.js-behavior-remove-file-upload:hover:after,
.js-behavior-remove-file-upload:focus:after {
  content: url(images/blue-icons/close-hover.svg);
}
.ginput_container_fileupload .indi-button--tertiary {
  margin-top: 32px;
}
.gform_confirmation_wrapper {
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

/* Footer Styles */

.footer {
  background: url(images/footer-bg.png) no-repeat center center;
  background-size: cover;
  padding: 1.5% 0 2%;
  font-size: 12px;
  line-height: 10px;
  background-color: #eee;
}
.footer-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-nav ul li:first-child a {
  font-size: 16px;
  line-height: 24px;
  margin: 9px 0;
  font-weight: 600;
  color: #404040;
  display: inline-block;
  cursor: default;
}
.footer-nav li {
  margin: 5px 0;
}
.footer-nav ul.sub-menu li a {
  font-size: 14px;
  line-height: 24px;
  color: #404040;
  font-weight: 400;
  margin: 0;
  cursor: pointer;
}
.footer a[target$="_blank (opens in new window)"]:after {
  content: url(images/footer-external-link.svg);
  height: 14px;
  width: 14px;
  display: inline-block;
  margin-left: 4px;
  margin-right: -4px;
  position: relative;
  top: 2px;
}
.footer a[target$="_blank (opens in new window)"]:before {
  content: url(images/footer-external-link-hover.svg);
  display: none;
}
.footer a[target$="_blank (opens in new window)"]:hover:after,
.footer a[target$="_blank (opens in new window)"]:focus:after {
  content: url(images/footer-external-link-hover.svg);
}
.footer-nav ul.sub-menu a:hover,
.footer-bottom-links li a:hover,
.footer-nav ul.sub-menu a:focus,
.footer-bottom-links li a:focus {
  color: #0052eb;
  fill: #0052eb;
}
.footer-bottom-area {
  margin-top: 11%;
}
.footer-bottom-links {
  font-size: 12px;
  line-height: 10px;
}
.footer-bottom-links ul {
  padding: 0;
  margin: 0;
}
.footer-bottom-links li {
  display: inline-block;
  border-left: 1px solid #404040;
  padding: 0 10px;
}
.footer-bottom-links li:first-child {
  padding-left: 0;
  border: 0;
}
.footer-bottom-links li a {
  color: #404040;
}

.copy-text {
  text-align: right;
}

/* Lifeline Support */

.life-support-content {
  margin-top: 30px;
}
.life-support-column {
  margin: 30px 0;
}
.life-support-other-content {
  border-top: solid 1px #e0e0e0;
  padding-top: 30px;
}

.lifeline-footer {
  padding: 1% 0;
  font-size: 12px;
  line-height: 10px;
  background-color: #eee;
}
.lifeline-footer .footer-bottom-area {
  margin-top: 0;
}

/* Error 404 */
.error-404 {
  text-align: left;
}
.error-404 h1-old {
  color: #777;
  font-size: 20vw;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 30px;
  opacity: 0.3;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.error-404 h4 {
  margin: 30px 0 !important;
}

/*Comment form*/

h2.comments-title {
  font-size: 22px;
  margin-bottom: 20px;
}
h5.media-heading {
  font-size: 18px;
  font-style: italic;
}
div.alert-info {
  display: none;
}
input#commentsubmit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #e97e46;
  border: 0px;
  color: #fff;
  padding: 8px 20px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
input#commentsubmit:hover {
  background: #d14b05;
}
h3.comment-reply-title {
  font-size: 25px !important;
}
.comment-form input[type="text"] {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  padding: 7px 10px;
  width: 100%;
  margin-bottom: 15px;
}
.comment-form textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  padding: 7px 10px;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
}
.comments-area input[type="submit"] {
  background-color: #2b2b2b;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 7px 35px 9px 35px;
  font-weight: normal;
  border: 0 none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.comments-area input[type="submit"]:focus,
.comments-area input[type="submit"]:hover {
  background: #84ea75;
}

/* Banner Section*/
.banner-section {
  background: url(images/deafult-hero.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  margin: 0 !important;
  position: relative;
  color: #fff;
}
.banner-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
}
.banner-content h1 {
  color: #fff;
  font-weight: 300;
  margin: 50px 0 0;
}
.banner-content p {
  color: #fff;
  font-weight: 300;
  margin: 15px 0 !important;
  padding-right: 30px;
}
.banner-external-link a,
.service-providers-banner-section a {
  color: #ffdc96;
  fill: #ffdd96;
  border-bottom: 1px #ffdd96 dashed;
}
.banner-external-link a:hover,
.service-providers-banner-section a:hover,
.banner-external-link a:focus,
.service-providers-banner-section a:focus {
  color: #ffab00;
  fill: #ffab00;
  border-bottom: 1px #ffab00 dashed;
}
.banner-external-link a:after {
  content: url(images/light-orange-icons/external-link.svg);
  display: inline-block;
  height: 35px;
  width: 35px;
  position: relative;
  top: 2px;
  padding-left: 12px;
}
.banner-external-link a:before {
  content: url(images/light-orange-icons/external-link-hover.svg);
  display: none;
}
.banner-external-link a:hover:after,
.banner-external-link a:focus:after {
  content: url(images/light-orange-icons/external-link-hover.svg);
}
.banner-external-link-sp a:after {
  content: url(images/light-orange-icons/external-link.svg);
  display: inline-block;
  height: 22px;
  width: 22px;
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.banner-external-link-sp a:before {
  content: url(images/light-orange-icons/external-link-hover.svg);
  display: none;
}
.banner-external-link-sp a:hover:after,
.banner-external-link-sp a:focus:after {
  content: url(images/light-orange-icons/external-link-hover.svg);
}
.service-providers-banner-section a.button-on-banner {
  text-decoration: none;
  border-bottom: none;
}
.service-providers-banner-section p.content-beside-button {
  display: inline;
  font-weight: bold;
  margin-left: 10px !important;
}
.service-providers-banner-section .indi-long-form-text__p--intro {
  font-size: 24px !important;
  line-height: 32px !important;
  margin: 15px 0 25px !important;
}

/* Tri Section */
.tri-section {
  padding: 50px 0;
  margin: 0 !important;
}
.how-it-works-section.indi-long-form-text:not(:only-child),
.announcements-section.indi-long-form-text:not(:only-child),
.process-section.indi-long-form-text:not(:only-child),
.fund-distribution-section.indi-long-form-text:not(:only-child),
.explore-the-data-section.indi-long-form-text:not(:only-child) {
  margin: 0;
}
.tri-section h4 {
  margin-bottom: 14px;
  line-height: 32px;
}
.manage-account a.indi-button {
  padding: 15px;
  color: #fff;
  border-bottom: none;
}
.manage-account a[target$="_blank (opens in new window)"]:after {
  content: url(images/blue-icons/external-link.svg) !important;
  display: inline-block;
  height: 18px;
  width: 22px;
  position: relative;
  padding-left: 4px;
  margin: 0;
}
.manage-account a[target$="_blank (opens in new window)"]:hover:after,
.manage-account a[target$="_blank (opens in new window)"]:focus:after {
  content: url(images/blue-icons/external-link-hover.svg) !important;
  display: inline-block;
  height: 18px;
  width: 22px;
  position: relative;
  padding-left: 4px;
  margin: 0;
}
.tri-section .resources-menu {
  width: 255px;
}
.tri-section .resources-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-width: 255px;
}
.tri-section .resources-menu li {
  padding: 5px 0;
  margin: 0;
}
.tri-section .resources-menu li:first-child {
  padding-top: 0;
}
.tri-section .resources-menu li:before {
  content: none;
}
.tri-section .resources-menu li a {
  font-weight: 400;
}
.tri-section
  .resources-menu
  li
  a[target$="_blank (opens in new window)"]:after {
  content: url(images/blue-icons/external-link.svg) !important;
  display: inline-block;
  height: 18px;
  width: 22px;
  position: relative;
  padding-left: 4px;
  margin: 0;
}
.tri-section
  .resources-menu
  li
  a[target$="_blank (opens in new window)"]:hover:after,
.tri-section
  .resources-menu
  li
  a[target$="_blank (opens in new window)"]:focus:after {
  content: url(images/blue-icons/external-link-hover.svg) !important;
  display: inline-block;
  height: 18px;
  width: 22px;
  position: relative;
  padding-left: 4px;
  margin: 0;
}
.events-title {
  color: #db4b16 !important;
  padding-left: 50px;
}
.events-title:before {
  /*content: url(images/calendar.svg); */
  content: url(images/calendar-orange.svg);
  position: absolute;
  left: 22px;
  height: 32px;
  width: 32px;
}
.single-event-entry {
  font-size: 18px;
  line-height: 21px;
  padding: 20px 10px;
  border-bottom: 1px solid #000;
}
/* This is for the Filing Window block */
.single-event-entry a {
  text-decoration: none;
  border-bottom: none;
}
.single-event-entry a:after {
  display: none;
}
.single-event-entry a:hover {
  text-decoration: none;
  border-bottom: none;
}
/* Code ends: This is for the Filing Window block */
.single-event-entry > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.single-event-entry > .row > [class*="col-"] {
  display: -webkit-box;
  display: -webkit-flex;
  /* display: -ms-flexbox; */
  display: flex;
  flex-direction: column;
  min-height: 47px;
}
.single-event-entry > .row > [class*="col-"] > a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  border-bottom: none;
}
.tri-section .single-event-entry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.event-single-entry-date {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.event-single-entry-dm {
  font-size: 32px;
  color: #404040;
  line-height: 21px;
}
.event-single-entry-y {
  color: #404040;
  font-weight: 600;
  margin-top: 5px;
}
.single-event-related-to {
  color: #4a4a4a;
  font-size: 17px;
}
.single-event-entry-title {
  font-weight: 600;
}
a.full-cal-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
  border-bottom: 1px #0052eb dashed;
}

.single-event-post {
  border: 1px solid #616161;
  padding: 25px;
  margin: 30px 0 0;
}
.first-single-event-post {
  border: 3px solid #ffab00;
}

/*.contributors-section {
	background: #eee;
}*/
.contributors-section h2 {
  margin-bottom: 25px;
}

/* How it works section*/
.how-it-works-section {
  background-color: #c2deff;
  padding: 3% 0 64px;
}
.how-it-works-section h5 {
  font-weight: 300;
  margin-top: 21px !important;
  line-height: 1.4;
}
.how-it-works-section h4 {
  line-height: 40px;
}
.how-it-works-section h4 img {
  min-height: 40px;
  min-width: 40px;
}
.how-it-works-section h4 img.alignleft {
  margin: 0 25px 0 0 !important;
  display: inline-block;
}
.how-it-works-section h4 img.alignright {
  margin: 0 0 0 25px;
  display: inline-block;
}
.how-it-works-section hr {
  border-color: #000;
  margin: 15px 0;
}

.triangle {
  content: "";
  width: 1px;
  height: 1px;
  border: 22px solid transparent;
  border-top-color: #c2deff;
  text-align: center;
}

/* Process Section */

.process-section {
  background-color: #eee;
  padding: 1.5% 0 2.5%;
}
.the-process-single-step {
  padding: 0 0 50px;
  border-left: 1px solid #0052eb;
  position: relative;
  left: 23.5px;
}
.steps-counting {
  display: inline-block;
  height: 47px;
  width: 47px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #0052eb;
  color: #0039a3;
  position: absolute;
  left: -23.5px;
  font-size: 36px;
  line-height: 43px;
  font-weight: 300;
  text-align: center;
  margin-top: -3px;
}
.step-counting-content {
  display: inline-block;
  padding-left: 40px;
}
.step-counting-content a {
  text-decoration: none;
  border-bottom: none;
}
.step-counting-content a:hover {
  border-bottom: none;
}

.the-process-single-step p.indi-long-form-text__p--intro {
  margin: 0;
}
.the-process-single-step p.indi-long-form-text__p--intro span {
  font-size: 28px;
  font-weight: normal;
  line-height: 38px;
  color: #000;
}
.process-section .the-process-single-step:last-child {
  border: 0;
  padding-bottom: 30px;
}
.process-section a.indi-button--primary {
  margin-left: 25px;
  margin-right: 15px;
  border-bottom: none;
}
.process-section span {
  font-size: 18px;
  line-height: 28px;
}

/* Fund Distribution Section */

.fund-distribution-section h6 {
  font-weight: 600;
}
.fund-close-icon {
  display: inline-block !important;
  margin: 0 0 0 5px !important;
}

/* Explore the data section*/

.explore-the-data-section {
  background: url(images/explore-the-data-bg.png) no-repeat center center;
  background-size: cover;
  padding: 3% 0 6.5%;
}
.explore-the-data-section h3 {
  color: #fff;
  margin-bottom: 40px;
}
.explore-the-data-content-area {
  margin: 10px 0;
}
.explore-the-data-box-1 {
  padding-right: 0;
}
.explore-the-data-box-2 {
  padding-left: 0;
}
.explore-the-data-single-box {
  background-color: #fff;
  padding: 30px;
  font-weight: 300;
  color: #262626;
  font-size: 18px;
  line-height: 28px;
  border: 3px solid #0052eb;
  height: 220px;
}
.explore-the-data-single-box h4 {
  font-weight: 600;
  padding-bottom: 20px;
}
.explore-the-data-other-info {
  color: #fff;
  margin: 0 0 3%;
}
.explore-the-data-other-info p {
  color: #fff;
}
.explore-the-data-other-info a {
  font-weight: 600;
  color: #ffdc96;
  fill: #ffdc96;
  border-bottom: 1px #ffdc96 dashed;
}
.explore-the-data-other-info a:after {
  content: url(images/light-orange-icons/external-link.svg) !important;
  display: inline-block;
  height: 18px;
  width: 22px;
  position: relative;
  padding-left: 4px;
  margin: 0;
}
.explore-the-data-other-info a:hover,
.explore-the-data-other-info a:focus {
  color: #ffab00;
  fill: #ffab00;
  border-bottom: 1px #ffab00 dashed;
}
.explore-the-data-other-info a:before {
  content: url(images/light-orange-icons/external-link-hover.svg) !important;
  display: none;
}
.explore-the-data-other-info a:hover:after,
.explore-the-data-other-info a:focus:after {
  content: url(images/light-orange-icons/external-link-hover.svg) !important;
}

/* Announcement Section */

.announcements-section {
  padding: 3.5% 0 4%;
}
.announcements-section h2 {
  margin-top: 55px;
  margin-bottom: 32px;
}
.single-announcement-item {
  font-size: 14px;
  line-height: 24px;
  color: #616161;
  padding: 20px;
  border: 1px solid #ababab;
  margin: 15px 0;
  height: 280px;
}
.announcements-section > div > div > div:first-child .single-announcement-item {
  height: 475px;
  border: 2px solid #ff7500;
}
.single-announcement-item p {
  margin-top: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #616161;
}
.single-announcement-item-tags {
  text-align: right;
  margin-bottom: 10px;
}
.single-announcement-item-tags .single-tag {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}

.single-announcement-item h5 {
  margin: 0 !important;
}
/* Adding this css for list items in the announcements  on the landing page */
.single-announcement-item ul > li::before {
  height: 8px;
  width: 8px;
  top: 10px;
  background-color: #0052eb;
  border: 1px solid #0052eb;
  color: #0052eb;
  content: "";
  display: block;
  left: 2px;
  position: absolute;
}
.single-announcement-item ul > li {
  margin-top: 0;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #616161;
}
/* Code ends: Adding this css for list items in teh announcements  on the landing page */
p.announcement-post-date {
  font-size: 12px;
  line-height: 15px;
  margin-top: 25px;
  margin-bottom: 5px;
  font-weight: 400;
}
.single-announcement-item > span {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #006ff4;
  font-weight: 400;
}
.single-announcement-item > span:hover {
  color: #004ad4;
}
.read-more-link {
  text-align: right;
}
.read-more-link a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.single-announcement-post {
  padding: 25px 0;
  border-bottom: 1px solid #ababab;
  display: -webkit-box;
}
.single-announcement-post:last-child {
  border: none;
}
.single-announcement-post p {
  font-weight: 300;
}
.single-announcement-post h6:not(:first-child) {
  margin-top: 24px;
}

/* Tool Page */

.tools-section h2 {
  margin-top: 60px;
}
div.single-tool-item {
  color: #006ff4;
  padding: 10px;
  border: 2px solid #c1c1c1;
  margin: 15px 0;
  font-size: 18px;
  line-height: 28px;
  display: block;
  position: relative;
}
div.single-tool-item-icon {
  content: url(images/blue-icons/add.svg);
  height: 18px;
  width: 28px;
  color: #006ff4;
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 0 5px;
  image-rendering: pixelated;
  cursor: pointer;
  margin-top: 2px;
}
div.single-tool-item-icon.tool-item-active {
  content: url(images/blue-icons/subtract.svg);
}
.single-tool-item-data {
  border: 1px solid #bfbfbf;
  position: relative;
  top: -4px;
  font-size: 16px;
  line-height: 24px;
}
.single-tool-item-data-padding {
  padding: 10px;
}
.single-tool-item a,
.single-tool-item-data p,
.single-tool-item-data a {
  font-weight: 400;
}

/* FAQ */

.search-faq-container {
  margin: 50px 0;
}

.search-faq-container .search-form {
  width: 95%;
  margin: 4px 0;
}
.search-faq-container .search-field {
  padding: 11.5px 35px 11.5px 10px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.search-faq-container .search-submit:before {
  height: 19.5px;
  width: 19.5px;
  margin: 0 10px;
}
.faqs-menu {
  display: inline-block;
  width: 95%;
}
#training-date-and-location-tabs .faqs-menu {
  width: 50%;
  border-bottom: 0;
  margin: 32px 0;
}
.faqs-menu button {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 4px 0;
  width: 100%;
  display: inline-block;
}
.faqs-menu button:focus {
  display: inline-block;
  border: 1px solid #0052eb;
  border-radius: 4px;
  background-color: #d9ebff;
  outline: none !important;
}
.faqs-menu button > div {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin: 0;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 14.3px 35px 14.3px 17px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.faqs-menu button > div:after {
  content: url(images/blue-icons/caret-down.svg);
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 10px;
}
.faqs-dropdown {
  position: relative;
  display: none;
}
.faqs-dropdown.active {
  display: block;
}
.faqs-dropdown ul {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 100%;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.06);
  /* backdrop-filter: blur(4.3535px); */
  border-radius: 0;
  z-index: 1;
  padding: 7.5px 0;
  margin: 0;
  background-color: #fff;
}
.faqs-dropdown ul li:before {
  content: none;
}
.faqs-dropdown ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
}
.faqs-dropdown ul li > a,
#training-date-and-location-tabs .faqs-dropdown ul li > button {
  display: inline-block;
  width: 100%;
  padding: 7.5px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #404040;
  fill: #404040;
  margin: 0;
  border-bottom: none;
}
.faqs-dropdown ul li > a:hover,
#training-date-and-location-tabs .faqs-dropdown ul li > button {
  border-bottom: none;
}
.faqs-dropdown ul li > a:after,
#training-date-and-location-tabs .faqs-dropdown ul li > button:after {
  content: none;
}
#training-date-and-location-tabs .faqs-dropdown ul li > button:hover,
#training-date-and-location-tabs .faqs-dropdown ul li > button:focus {
  color: #004ad4;
  fill: #004ad4;
}

.show-all-faq-answers {
  position: relative;
  display: inline-block;
  width: 100%;
}
.show-all-faq-answers input[type="button"] {
  position: absolute;
  right: 0;
  margin-top: 14px;
}

.privacy-all-answers {
  margin: 0 0 50px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.privacy-all-answers input[type="button"] {
  position: absolute;
  right: 0;
  margin-top: 14px;
}

.gs-all-answers {
  margin: 0 0 50px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.gs-all-answers input[type="button"] {
  position: absolute;
  right: 0;
  margin-top: 14px;
}

.faq-section {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.faq-section .single-faq-answer {
  letter-spacing: 0.2px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.faq-section .single-faq-answer h1:first-child,
.faq-section .single-faq-answer h2:first-child,
.faq-section .single-faq-answer h3:first-child,
.faq-section .single-faq-answer h4:first-child,
.faq-section .single-faq-answer h5:first-child,
.faq-section .single-faq-answer h6:first-child,
.faq-section .single-faq-answer p:first-child,
.faq-section .single-faq-answer ul:first-child {
  margin: 14px 0 0;
}
.faq-section .single-faq-answer.collapse.in {
  display: inline-block;
  width: 100%;
}
.faq-section .single-faq-answer .faq-answer-number {
  float: left;
  margin: 12px 5px 0 0;
}
.faq-section .single-faq-answer .faq-answer-number:after {
  clear: both;
}
.faq-section h2 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 14px;
}
.faq-section .all-topics-list {
  margin-top: 43px;
}
.faq-section .all-topics-list li {
  margin: 16px 0;
}
.faq-section .all-topics-list > li {
  margin: 32px 0;
}
.faq-section .all-topics-list a {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}
.faq-section a.single-sub-cat-list {
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin: 5px 0;
  display: inline-block;
}

.single-faq {
  padding: 19px 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
a.single-faq-question {
  display: block;
  padding-right: 58px;
  border-bottom: none;
}
a.single-faq-question:hover {
  border-bottom: none;
}
.single-faq-question:after {
  content: url(images/blue-icons/caret-down.svg);
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute !important;
  right: 20px;
  top: 23px !important;
}
.single-faq-question:before {
  content: url(images/blue-icons/caret-down-hover.svg);
  display: none;
}
.single-faq-question:hover:after,
.single-faq-question:focus:after {
  content: url(images/blue-icons/caret-down-hover.svg);
}
.single-faq-question-active:after {
  content: url(images/blue-icons/caret-up.svg);
}

/*About Landing Page Collapssible Section */

.collapsible-section {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 32px;
  border-top: 1px solid #eaeaea;
}
.collapsible-section .single-collapsible-item-answer {
  letter-spacing: 0.2px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
.collapsible-section .single-collapsible-item-answer h1:first-child,
.collapsible-section .ssingle-collapsible-item-answer h2:first-child,
.collapsible-section .ssingle-collapsible-item-answer h3:first-child,
.collapsible-section .ssingle-collapsible-item-answer h4:first-child,
.collapsible-section .single-collapsible-item-answer h5:first-child,
.collapsible-section .single-collapsible-item-answer h6:first-child,
.collapsible-section .single-collapsible-item-answer p:first-child,
.collapsible-section .single-collapsible-item-answer ul:first-child {
  margin: 14px 0 0;
}
.collapsible-section .single-collapsible-item-answer.collapse.in {
  display: inline-block;
  width: 100%;
}
.single-collapsible-item {
  padding: 19px 0;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
a.single-collapsible-item-question {
  display: block;
  padding-right: 58px;
  border-bottom: none;
}
a.single-collapsible-item-question:hover {
  border-bottom: none;
}
.single-collapsible-item-question:after {
  content: url(images/blue-icons/add.svg);
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute !important;
  right: 20px;
  top: 23px !important;
}

.single-collapsible-item > a[aria-expanded$="true"]:after {
  content: url(images/blue-icons/subtract.svg);
}
/* End About Landing Page Collapssible Section */
/* Highlight Search Term */
mark,
.mark {
  font-weight: bold;
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/* Forms and Filing CSS */

.single-form-filing-item {
  padding: 35px 0;
  border-bottom: 1px solid #eee;
  display: inline-block;
  width: 100%;
}
.single-form-filing-item h2 {
  margin: 0;
}
.single-form-filing-item:first-child {
  padding-top: 70px;
}
.single-form-filing-item:last-child {
  border-bottom: 0;
}
.single-form-filing-info-block {
  margin: 30px 0 0;
}
.single-form-filing-info-block-heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #404040;
}
.single-form-filing-template {
  margin-top: 30px;
  display: inline-block;
}
a.single-form-filing-template {
  font-size: 18px;
  line-height: 28px;
}
a.single-form-filing-template:after {
  content: url(images/blue-icons/add.svg);
  height: 18px;
  width: 18px;
  display: inline-block;
  position: relative;
  left: 10px;
}
a.single-form-filing-template-active:after {
  content: url(images/blue-icons/subtract.svg);
}
.single-form-filing-expanded-template h5 {
  margin-top: 30px;
}

/* Glossary */

form#glossary-searchform {
  width: 50%;
  margin: 30px 0;
}
#glossary-searchform .search-field {
  font-size: 20px;
  line-height: 20px;
}
ul.glossary-letter-list {
  background: #eee;
  padding: 5px 10px 0;
  margin: 0 0 50px;
}
ul.glossary-letter-list li {
  display: inline-block;
  padding: 0 0 1px;
  font-size: 20px;
  line-height: 25px;
  margin: 0 7px;
  cursor: pointer;
  color: #0052eb;
  fill: #0052eb;
  font-weight: normal;
  border-bottom: 4px solid transparent;
}
ul.glossary-letter-list li:before {
  content: none;
}
ul.glossary-letter-list li.active {
  border-bottom: 3px solid #b5bd00;
  color: #404040;
}
.single-glossary-item {
  width: 50%;
  padding: 19px 20px 19px 75px;
  float: left;
}
.single-glossary-item.index-letter {
  font-size: 64px;
  line-height: 70px;
  font-weight: 400;
  float: left;
  width: 21px;
  margin: 0 0;
  text-transform: uppercase;
  padding: 0;
  position: absolute;
}
.single-glossary-item .single-glossary-item-details > div:first-child {
  display: inline-block;
}
.single-glossary-item
  .single-glossary-item-details
  .single-glossary-item-title {
  font-size: 20px;
  line-height: 25px;
  text-transform: capitalize;
  color: #0052eb;
  fill: #0052eb;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
}
.single-glossary-item
  .single-glossary-item-details
  .single-glossary-item-title:hover,
.single-glossary-item
  .single-glossary-item-details
  .single-glossary-item-title:focus {
  color: #0039a3;
  fill: #0039a3;
}
[class*="glossary-php"] .modal-backdrop {
  background: transparent; /* Background overlay of dialog box */
}
.single-glossary-item .single-glossary-item-details .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin: 0;
}
.single-glossary-item .single-glossary-item-details .modal-content {
  padding: 25px;
  border-radius: 0;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #bfbfbf;
}
.single-glossary-item
  .single-glossary-item-details
  .modal-content
  .modal-header {
  padding: 0;
  border: 0;
}
.single-glossary-item
  .single-glossary-item-details
  .modal-content
  .modal-header
  > button:after {
  content: "";
  background: url(images/icons/close-hover.svg) no-repeat center center;
  height: 18px;
  width: 18px;
  display: inline-block;
}
.single-glossary-item
  .single-glossary-item-details
  .modal-content
  .modal-header
  > button:before {
  content: url(images/icons/close-hover.svg);
  display: none;
}
.single-glossary-item
  .single-glossary-item-details
  .modal-content
  .modal-header
  > button:hover:after,
.single-glossary-item
  .single-glossary-item-details
  .modal-content
  .modal-header
  > button:focus:after {
  background-image: url(images/icons/close-hover.svg);
}

.single-glossary-item .single-glossary-item-details .modal-content h3 {
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 36px;
}
.glossary-letter-separator {
  border: 1px solid #eaeaea;
  margin: 50px 0;
  height: 1px;
  width: calc(100% - 75px);
  margin-left: 50px;
  display: inline-block;
}
.glossary-letter-separator:first-child {
  display: none !important;
}
.no-letter-match {
  display: none;
}

.glossary-search-section {
  margin: 0 0 50px;
}
.glossary-search-section h2 {
  margin: 0 0 20px;
}
.glossary-search-section .single-glossary-item {
  margin: 15px 0;
  width: auto;
  float: none;
}

/* Next Previous Page Links */

.next-prev-page-links {
  margin: 0 !important;
  text-align: right;
}
.next-prev-page-links a {
  margin: 0 0 0 30px;
  border-bottom: 0px;
}
.next-prev-page-links a:hover {
  border-bottom: none;
}

.next-prev-page-links a.prev-link:before {
  content: url(images/blue-icons/caret-left.svg);
  height: 28px;
  width: 18px;
  display: inline-block;
  margin-right: 4px;
  vertical-align: sub;
  position: relative;
  top: 0;
}
.next-prev-page-links a.next-link:after {
  content: url(images/blue-icons/caret-right.svg);
  height: 28px;
  width: 18px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: sub;
  position: relative;
  top: 0;
}

/* Process Landing Page */

.process-landing-page-steps-section {
  margin: 32px 0 0;
  display: inline-block;
}
.process-landing-page-steps-section .the-process-single-step:last-child {
  padding: 0;
  border: 0;
}

/* Service Provider Landing Page */

.sp-funding-section {
  padding: 50px 0 0;
  background: #c2deff;
  margin: 0 !important;
  z-index: 2;
}
.sp-funding-single-program {
  border: 2px solid #d9ebff;
  position: relative;
  top: 50px;
  display: block;
  margin: 0 auto;
  max-width: 250px;
}
.sp-funding-single-program-content {
  background: #fff;
  height: 300px;
  padding: 30px 20px;
  border-top: 5px solid #b5bd00;
  overflow: hidden;
}
.sp-funding-single-program:hover .sp-funding-single-program-content,
.sp-funding-single-program:focus .sp-funding-single-program-content {
  border-top-color: #0039a3;
}
.sp-funding-single-program-content h4 {
  color: #0052eb;
  fill: #0052eb;
}
.sp-funding-single-program:hover .sp-funding-single-program-content h4,
.sp-funding-single-program:focus .sp-funding-single-program-content h4 {
  border-top-color: #0039a3;
  color: #0039a3;
  fill: #0039a3;
}
.sp-funding-single-program-rollover-image {
  display: none;
}
.sp-funding-single-program img {
  margin: 0;
  width: 100%;
  height: auto;
}
.sp-funding-single-program:hover .sp-funding-single-program-image,
.sp-funding-single-program:focus .sp-funding-single-program-image {
  display: none;
}
.sp-funding-single-program:hover .sp-funding-single-program-rollover-image,
.sp-funding-single-program:focus .sp-funding-single-program-rollover-image {
  display: block;
}

/* Service Providers - Program Participation Section */
.sp-program-participation-section {
  padding: 100px 0 50px;
  background: #004ad4;
  color: #fff;
  margin: 0 !important;
}
.sp-program-participation-section h2,
.sp-program-participation-section p {
  color: #fff;
}
.sp-program-participation-section div.row.row-eq-height {
  margin-top: 30px;
}
.sp-program-checkbox-area {
  margin-top: 50px;
}
.sp-program-checkbox-area p {
  position: relative;
  margin: 25px 0 0;
}
.sp-program-checkbox-icon {
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  box-sizing: border-box;
  display: inline-block;
  height: 22px;
  margin: 0 8px 0 0;
  position: relative;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.3s;
  vertical-align: middle;
  width: 22px;
  top: -2px;
  cursor: pointer;
}
.sp-program-checkbox-icon:after {
  border: 2px solid #006ff4;
  border-left: 0;
  border-radius: 1px;
  border-top: 0;
  content: "";
  display: block;
  height: 18px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.1) rotate(35deg);
  transform-origin: center;
  transition: opacity 0.3s, transform 0.3s;
  width: 6px;
}
.sp-program-checkbox-area p.marked-as-checked .sp-program-checkbox-icon:after {
  opacity: 1;
  transform: scale(1) rotate(35deg);
}
.sp-program-checkbox-area p:after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  position: absolute;
  margin: 2px 0 0 15px;
  border-radius: 50%;
}
.sp-program-participation-venn-container {
  height: 300px;
}
.sp-program-participation-venn {
  width: 180px;
  height: 180px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 50%;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 1;
  position: absolute;
}
.sp-program-participation-venn.marked-as-checked {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9;
}
.sp-program-participation-venn-1 {
  width: 110px;
  height: 110px;
  margin-left: 40px;
  background: #ffdc96;
}
#sp-program-checkbox-1:after {
  background: #ffdc96;
}
.sp-program-participation-venn-2 {
  height: 300px;
  width: 300px;
  background-image: linear-gradient(
    140deg,
    #ffffff 10%,
    transparent 12%,
    transparent 48%,
    #ffffff 52%,
    #ffffff 58%,
    transparent 64%,
    transparent 100%
  );
  background-size: 15px 12.59px;
  border: 3px solid;
}
#sp-program-checkbox-2:after {
  background-image: linear-gradient(
    315deg,
    #ffffff 10%,
    transparent 12%,
    transparent 48%,
    #ffffff 52%,
    #ffffff 58%,
    transparent 64%,
    transparent 100%
  );
  background-size: 8px 8px;
  border: 2px solid;
}
.sp-program-participation-venn-3 {
  margin-top: 50px;
  margin-left: -50px;
  background: #bdbdbd;
}
#sp-program-checkbox-3:after {
  background: #bdbdbd;
}
.sp-program-participation-venn-4 {
  margin-top: 30px;
  margin-left: -80px;
  height: 200px;
  width: 200px;
  background-image: linear-gradient(
    40deg,
    #ffffff 10%,
    transparent 12%,
    transparent 48%,
    #ffffff 52%,
    #ffffff 58%,
    transparent 64%,
    transparent 100%
  );
  background-size: 15px 12.59px;
  border: 3px solid;
}
#sp-program-checkbox-4:after {
  background-image: linear-gradient(
    225deg,
    #ffffff 10%,
    transparent 12%,
    transparent 48%,
    #ffffff 52%,
    #ffffff 58%,
    transparent 64%,
    transparent 100%
  );
  background-size: 8px 8px;
  border: 2px solid;
}
.sp-program-participation-total-value {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sp-program-participation-total-value h1 {
  color: #fff;
}
.sp-program-participation-section .indi-long-form-text__p--small {
  margin-top: 14px !important;
}

/* Homepage Sections */
.home-banner-section {
  background: url() no-repeat center center #000;
  background-size: cover;
  margin: 0 !important;
}
.home-banner-section .home-banner-content {
  padding: 5% 0;
}
.home-banner-section .home-banner-content h1 {
  color: #fff;
}
.home-banner-section .home-banner-content p {
  color: #fff;
}
.home-universal-fund-section {
  background: #eee;
  margin: 0 !important;
  padding: 50px 0;
}
.home-universal-fund-left-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-universal-fund-left-content h4 {
  font-weight: normal;
  padding-right: 50px;
}

.home-programs-section {
  padding: 30px 0;
  margin: 0 !important;
}
.home-single-program-box {
  width: 23.5%;
  margin: 30px 0 15px;
  text-align: center;
}
.home-programs-section > div > div > div.home-single-program-box:nth-child(2),
.home-programs-section > div > div > div.home-single-tagline:nth-child(odd) {
  margin-right: 6%;
}
a.home-single-program {
  display: inline-block;
  width: 100%;
  position: relative;
  max-width: 250px;
  margin: 0 auto;
  text-decoration: none;
  border-bottom: none;
}
a.home-single-program:hover {
  border-bottom: none;
}
.home-single-program img {
  height: 350px;
  width: 100%;
  margin: 0;
}
.home-single-program-content {
  position: absolute;
  top: 0;
  padding: 10px 20px;
  border-top: 6px solid #b5bd00;
  width: 100%;
}
.home-single-program .home-single-program-rollover-image {
  display: none;
}
.home-single-program:hover .home-single-program-image {
  display: none;
}
.home-single-program:hover .home-single-program-rollover-image {
  display: inline-block;
}
.home-single-program:hover .home-single-program-content {
  border-color: transparent;
}
.home-single-program h4,
.home-single-program p {
  color: #fff;
  text-align: left;
}
.home-single-program p {
  display: none;
}
/*.home-single-program:hover:before {
	background: rgba(0,111,244,0.8);
}*/
.home-single-program:hover p {
  display: inline-block;
}
.home-single-tagline {
  width: 47%;
  font-size: 17px;
}
.home-single-tagline p {
  font-size: 17px;
}

.home-service-providers-section {
  padding: 50px 0;
  background: #d9ebff;
  margin: 0 !important;
  position: relative;
}
.home-service-providers-content {
  width: calc(53% + 15px);
  display: inline-block;
  float: left;
}
.home-service-providers-content h4 {
  font-weight: normal;
}
.home-service-providers-button {
  display: inline-block;
  width: calc(47% - 15px);
  float: left;
}
.home-service-providers-button button {
  padding: 12px 16px;
}
.home-service-providers-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-universal-service-fund-data-section {
  color: #fff;
  padding: 50px 0;
  margin: 0 !important;
}
.home-universal-service-fund-data-section h2,
.home-universal-service-fund-data-section h4,
.home-universal-service-fund-data-section h6,
.home-universal-service-fund-data-section p {
  color: #fff;
}
.home-universal-service-fund-data-section p {
  font-weight: 400;
}
.home-universal-service-fund-data-section a {
  font-size: 16px;
  line-height: 24px;
  color: #ffdd96;
  fill: #ffdd96;
  font-weight: bold;
  border-bottom: 1px #ffdd96 dashed;
}
.home-universal-service-fund-data-section a:hover,
.home-universal-service-fund-data-section a:focus {
  color: #ffab00;
  fill: #ffab00;
  border-bottom: 1px #ffab00 dashed;
}
.home-universal-service-fund-data-section a:after {
  content: url(images/light-orange-icons/external-link.svg);
  display: inline-block;
  height: 18px;
  width: 24px;
  position: relative;
  top: 2px;
  padding-left: 6px;
}
.home-universal-service-fund-data-section a:before {
  content: url(images/light-orange-icons/external-link-hover.svg);
  display: none;
}
.home-universal-service-fund-data-section a:hover:after,
.home-universal-service-fund-data-section a:focus:after {
  content: url(images/light-orange-icons/external-link-hover.svg);
}
.home-universal-service-fund-right-area {
  padding-left: 6%;
}
.home-universal-service-fund-right-area > .row {
  border-left: 4px solid #fff;
  margin-left: 0;
  margin-top: 7px;
  margin-bottom: 43px;
}
.home-universal-service-fund-right-area h2 {
  margin: 16px 0 0;
}
.home-universal-service-fund-right-area h6 {
  margin: 0 !important;
}

/* About Landing Page */

.about-intro-content p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
}
.about-lp-principle-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.about-lp-single-icon {
  display: inline-block;
  margin: 40px 0 0;
}
.about-lp-single-icon-content {
  width: fit-content;
}

.about-lp-single-icon-content img {
  height: 110px;
  width: auto;
}
.about-lp-single-icon-content span {
  display: inline-block;
  text-align: center;
  margin: 30px 0 0;
  width: 100%;
  font-size: 28px;
  line-height: 34px;
}

/* Training Page */

ul.indi-tab__content-list {
  margin: 0 !important;
}
li.indi-tab__content-item {
  padding: 0 !important;
}
li.indi-tab__content-item:before {
  display: none !important;
}
.single-training-agenda-detail {
  margin-top: 28px;
  margin-bottom: 28px;
}
.single-training-agenda-detail p:first-child {
  margin: 0;
}
.training-agendas-presentations p,
.training-agendas-presentations a,
.training-agendas-presentations li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.training-agendas-presentations > p > a[aria-expanded]:after,
.training-accordion-btn a[aria-expanded]:after {
  height: 18px;
  width: 28px;
  color: #0052eb;
  padding: 0 5px;
  image-rendering: pixelated;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.training-agendas-presentations > p > a[aria-expanded$="false"]:after,
.training-accordion-btn a[aria-expanded$="false"]:after {
  content: url(images/blue-icons/add.svg);
}
.training-accordion-btn a[aria-expanded$="false"] > span:first-child {
  display: none;
}
.training-agendas-presentations > p > a[aria-expanded$="false"]:before,
.training-accordion-btn a[aria-expanded$="false"]:before {
  content: url(images/blue-icons/subtract.svg);
  display: none;
}
.training-agendas-presentations > p > a[aria-expanded$="true"]:after,
.training-accordion-btn a[aria-expanded$="true"]:after {
  content: url(images/blue-icons/subtract.svg);
}
.training-accordion-btn a[aria-expanded$="true"] > span:last-child {
  display: none;
}
.training-accordion-btn {
  position: relative;
}
.training-accordion-btn a {
  position: absolute;
  right: 0;
  bottom: 10px;
  border-bottom: none;
}
div#training-agendas {
  padding-top: 50px;
}

/* Executive Page */

body.modal-open {
  padding-right: 16px !important;
}
.single-executive-detail {
  margin: 15px 0;
  cursor: pointer;
}
.single-executive-detail .single-executive-image {
  background: #cdcdcd;
  display: block;
  margin-bottom: 15px;
}
.single-executive-detail .single-executive-image img {
  margin: 0;
  width: 100%;
}
.single-executive-detail p:first-child {
  margin-top: 0;
}
.executive-modal-popup {
  background: rgba(0, 0, 0, 0.5);
}
.executive-modal-popup.modal.in .modal-dialog {
  margin: 10% auto;
}
.executive-modal-popup .modal-content .modal-header {
  padding: 40px;
  border-bottom: 3px solid #cdcdcd;
}
.executive-modal-popup .modal-content .modal-header h4 {
  font-weight: normal;
}
.executive-modal-popup .modal-content .modal-header > button:after {
  content: "";
  background: url(images/icons/close-hover.svg) no-repeat center center;
  height: 18px;
  width: 18px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
}
.executive-modal-popup .modal-content .modal-header > button:hover:after,
.executive-modal-popup .modal-content .modal-header > button:focus:after {
  background-image: url(images/icons/close-hover.svg);
}
.executive-modal-popup .modal-content .modal-body {
  padding: 20px 40px;
  background: #efefef;
}
.executive-modal-popup .modal-content .modal-body img {
  width: 50%;
  margin-bottom: 10px !important;
}
.executive-modal-popup .modal-content .modal-body h4 > span {
  font-weight: normal;
}
.executive-modal-popup .modal-content .modal-body .modal-footer-btns {
  margin: 50px 0 20px;
  display: inline-block;
  width: 100%;
}
#executive-modal-1.executive-modal-popup
  .modal-content
  .modal-body
  .modal-footer-btns
  a:first-child,
.row.row-eq-height:last-child
  .executive-modal-popup:last-child
  .modal-content
  .modal-body
  .modal-footer-btns
  a:last-child {
  display: none;
  border-bottom: none;
}
.executive-modal-popup
  .modal-content
  .modal-body
  .modal-footer-btns
  a:first-child {
  padding: 16px 0;
  border-bottom: none;
}
.executive-modal-popup
  .modal-content
  .modal-body
  .modal-footer-btns
  a:last-child {
  float: right;
  color: #fff;
}
.executive-modal-popup
  .modal-content
  .modal-body
  .modal-footer-btns
  a:last-child:after {
  clear: both;
}
.board-of-directors-committee a:not(:last-child):after {
  content: ",";
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: initial;
  color: #404040;
}

a.read-more-content-block {
  font-weight: 600;
  border-bottom: none;
}
a.read-more-content-block:after,
a.read-more-content-block[aria-expanded]:after {
  height: 18px;
  width: 28px;
  color: #006ff4;
  padding: 0 5px;
  image-rendering: pixelated;
  cursor: pointer;
  position: relative;
  top: 1px;
}
a.read-more-content-block:after,
a.read-more-content-block[aria-expanded$="false"]:after {
  content: url(images/blue-icons/add.svg);
}
a.read-more-content-block[aria-expanded$="false"]:before {
  content: url(images/blue-icons/subtract.svg);
  display: none;
}
a.read-more-content-block[aria-expanded$="true"]:after {
  content: url(images/blue-icons/subtract.svg);
}
#read-more-content-block {
  margin: 14px 0 0;
}

/* FCC Filings */

h4.fcc-filing-form-heading {
  margin-top: 50px;
}
.fcc-filing-form {
  margin-top: 14px;
}
.fcc-filings-shortcuts {
  margin: 0 0 50px;
}
.fcc-filings-shortcuts h4 {
  border-bottom: 2px solid #eee;
  padding-bottom: 5px;
  margin: 50px 0 14px;
}
.fcc-filings-shortcuts form > input[type="submit"] {
  background: transparent;
  border: 0;
  font-size: 18px;
  line-height: 28px;
  color: #0052eb;
  padding: 0;
}
.fcc-filings-shortcuts form > input[type="submit"]:hover,
.fcc-filings-shortcuts form > input[type="submit"]:focus {
  color: #0039a3;
}
/* css for the new tools page */
.page-content td.tool-title {
  width: 35%;
}
.page-content td.tool-title p {
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: 400;
}
.page-content td.tool-title p a {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400;
}
.page-content td.tool-title p a:after {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -4px;
}
.page-content td.tool-content {
  width: 65%;
}
.page-content td.tool-content p,
.page-content td.tool-content ul li,
.page-content td.tool-content ol li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
}
/* code ends for new tools page */

/*CSS for new accordion template*/
.accordion-display p,
.accordion-display a,
.accordion-display li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.accordion-display > p > a[aria-expanded]:after,
.accordion-display-btn a[aria-expanded]:after {
  height: 18px;
  width: 28px;
  color: #0052eb;
  padding: 0 5px;
  image-rendering: pixelated;
  cursor: pointer;
  position: relative;
  top: -2px;
}
.accordion-display > p > a[aria-expanded$="false"]:after,
.accordion-display-btn a[aria-expanded$="false"]:after {
  content: url(images/blue-icons/add.svg);
  position: absolute !important;
  right: 20px;
  top: 18px !important;
}
.accordion-display-btn a[aria-expanded$="false"] > span:first-child {
  display: none;
}
.accordion-display > p > a[aria-expanded$="false"]:before,
.accordion-display-btn a[aria-expanded$="false"]:before {
  content: url(images/blue-icons/subtract.svg);
  display: none;
}
.accordion-display > p > a[aria-expanded$="true"]:after,
.accordion-display-btn a[aria-expanded$="true"]:after {
  content: url(images/blue-icons/subtract.svg);
}
/*CSS for new accordion template*/

/* css for the new tools page */
.page-content td.tool-title {
  width: 35%;
}
.page-content td.tool-title p {
  font-size: 18px !important;
  line-height: 20px !important;
  font-weight: 400;
}
.page-content td.tool-title p a {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400;
}
.page-content td.tool-title p a:after {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: -4px;
}
.page-content td.tool-content {
  width: 65%;
}
.page-content td.tool-content p,
.page-content td.tool-content ul li,
.page-content td.tool-content ol li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
}
/* code ends for new tools page */

/*CSS for new accordion template for content block with accordion template*/
.accordion-display-content {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.accordion-display-content p,
.accordion-display-content a,
.accordion-display-content li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.accordion-display-content > p > a[aria-expanded]:after,
.accordion-display-content-btn a[aria-expanded]:after {
  height: 18px;
  width: 28px;
  color: #0052eb;
  padding: 0 5px;
  image-rendering: pixelated;
  cursor: pointer;
  position: relative;
  top: -2px;
}
.accordion-display-content > p > a[aria-expanded$="false"]:after,
.accordion-display-content-btn a[aria-expanded$="false"]:after {
  content: url(images/blue-icons/add.svg);
  top: 18px !important;
  position: absolute !important;
}
.accordion-display-content-btn a[aria-expanded$="false"] > span:first-child {
  display: none;
}
.accordion-display-content > p > a[aria-expanded$="false"]:before,
.accordion-display-content-btn a[aria-expanded$="false"]:before {
  content: url(images/blue-icons/subtract.svg);
  display: none;
}
.accordion-display-content > p > a[aria-expanded$="true"]:after,
.accordion-display-content-btn a[aria-expanded$="true"]:after {
  content: url(images/blue-icons/subtract.svg);
  top: 18px !important;
  position: absolute !important;
}
a.accordion-display-content-title {
  display: block;
  border-bottom: none;
}
.accordion-display-content-block {
  padding-left: 20px;
}
.accordion-display-content-block p,
.accordion-display-content-block a {
  font-weight: 300;
}
/*Code ends: CSS for new accordion template for content block with accordion template*/

/*CSS for new accordion template for Tribal Training*/
.accordion-display-tribal {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.accordion-display-tribal p,
.accordion-display-tribal a,
.accordion-display-tribal li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.accordion-display-tribal > p > a[aria-expanded]:after,
.accordion-display-tribal-btn a[aria-expanded]:after {
  height: 18px;
  width: 28px;
  color: #0052eb;
  padding: 0 5px;
  image-rendering: pixelated;
  cursor: pointer;
  position: relative;
  top: -2px;
  float: right;
}
.accordion-display-tribal > p > a[aria-expanded$="false"]:after,
.accordion-display-tribal-btn a[aria-expanded$="false"]:after {
  content: url(images/blue-icons/add.svg);
}
.accordion-display-tribal-btn a[aria-expanded$="false"] > span:first-child {
  display: none;
}
.accordion-display-tribal > p > a[aria-expanded$="false"]:before,
.accordion-display-tribal-btn a[aria-expanded$="false"]:before {
  content: url(images/blue-icons/subtract.svg);
  display: none;
}
.accordion-display-tribal > p > a[aria-expanded$="true"]:after,
.accordion-display-tribal-btn a[aria-expanded$="true"]:after {
  content: url(images/blue-icons/subtract.svg);
}
.accordion-display-tribal-block {
  padding-left: 20px;
}
/*Code Ends: CSS for new accordion template for Tribal Training*/

/* Get Started Gray Box */
.full-gray-box {
  padding: 20px;
  background-color: #f7f7f7;
  margin-top: 40px;
  width: 100%;
}
.full-gray-box-heading {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 14px;
}
.full-gray-box p {
  margin-bottom: 0;
}
.full-gray-box ul,
.full-gray-box ol {
  margin: 0;
  z-index: 100;
}
.full-gray-box ul li:before {
  content: none;
}
.full-gray-box ul li {
  padding: 5px 0;
  margin: 0;
}
.full-gray-box a {
  font-size: 16px;
  line-height: 20px;
  display: inline;
  color: #0052eb;
  fill: #0052eb;
}
.full-gray-box a:hover,
.full-gray-box a:focus {
  color: #0039a3;
  fill: #0039a3;
}
/* Code Ends: Get Started Gray Box */

/*CSS for new accordion template for Get Started*/
.accordion-get-started {
  border-bottom: 1px solid #e0e0e0;
  padding-top: 16px;
  padding-bottom: 16px;
}
.accordion-get-started p,
.accordion-get-started a,
.accordion-get-started li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.accordion-get-started > p > a[aria-expanded]:after,
.accordion-get-started-btn a[aria-expanded]:after {
  height: 18px;
  width: 28px;
  color: #0052eb;
  padding: 0 5px;
  image-rendering: pixelated;
  cursor: pointer;
  position: relative;
  top: -2px;
  float: right;
}
.accordion-get-started > p > a[aria-expanded$="false"]:after,
.accordion-get-started-btn a[aria-expanded$="false"]:after {
  content: url(images/blue-icons/add.svg);
}
.accordion-get-started-btn a[aria-expanded$="false"] > span:first-child {
  display: none;
}
.accordion-get-started > p > a[aria-expanded$="false"]:before,
.accordion-get-started-btn a[aria-expanded$="false"]:before {
  content: url(images/blue-icons/subtract.svg);
  display: none;
}
.accordion-get-started > p > a[aria-expanded$="true"]:after,
.accordion-get-started-btn a[aria-expanded$="true"]:after {
  content: url(images/blue-icons/subtract.svg);
}
.accordion-get-started-block {
  padding-left: 20px;
}
/*Code Ends: CSS for new accordion template for Get Started*/

/* css class for border-bottom none*/
.non-border {
  border-bottom: none;
}
/* css class for border-bottom none*/

/*CSS for new Meeting Schedule template*/
.date-time {
  width: 25%;
}
/*Code Ends: CSS for new Meeting Schedule template

/* css class to remove border bottom from left navigation on the search result page for hawkssearch*/
.hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox,
.hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:link,
.hawk-guidedNavWrapper .hawk-navGroup li a.hawk-styleCheckbox:visited {
  border-bottom: none;
}
#ctl00_SearchBody_NavigationBottom_lnkPrev {
  border-bottom: none;
}
#ctl00_SearchBody_NavigationBottom_lnkNext {
  border-bottom: none;
}
#hawkitemlist .hawk-contentTitle a {
  border-bottom: 1px #0052eb dashed;
}
#hawkitemlist .hawk-contentTitle a:hover {
  color: #0039a3;
  fill: #0039a3;
  text-decoration: none;
  border-bottom: 1px #0039a3 dashed;
}
.clearFilters:hover {
  color: #0039a3;
  fill: #0039a3;
  text-decoration: none;
  border-bottom: 1px #0039a3 dashed;
}
@media screen and (max-width: 991px) {
  #hawk-backToTop2 {
    visibility: hidden;
    clear: both;
    display: none !important;
  }
}
/* #hawk-backToTop2 {
  background: #fff;
  border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #eee; 
  padding-top: 7px;
  height: 35px;
  width: 35px;
  text-align: center;
  box-shadow: 0px 0px 10px #eee;
  cursor: pointer;
  z-index: 9;
  float: right;
  margin: 0 20px; 
}
#hawk-backToTop2:before {
  content: url(images/blue-icons/caret-up.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
} */
/* .backtotop2 {
  display:  none !important;
} */
.backtotop2 {
  border-bottom: 1px #0052eb dashed;
}
.backtotop2:hover {
  color: #0039a3;
  fill: #0039a3;
  text-decoration: none;
  border-bottom: 1px #0039a3 dashed;
}
/* code ends - css class to remove border bottom from left navigation on the search result page for hawkssearch*/
/* css class to add margin when include the orange border hawkssearch */
.hawk-railNavHeading {
  margin: 15px 15px 15px 15px !important;
  padding: 0px !important;
  font-size: 20px !important;
}
.hawkRailNav {
  margin: 0px 0px 15px 15px !important;
}
/* code ends -  css class to add margin when include the orange border hawkssearch*/
/* CSS for learn template */
.three-column {
  display: flex;
  column-gap: 30px;
  margin: 28px 0;
}

.single-icon-content {
  width: fit-content;
}

.single-icon-content img {
  height: 110px;
  width: auto;
}
.single-icon-content span {
  display: inline-block;
  text-align: center;
  margin: 30px 0 0;
  width: 100%;
  font-size: 28px;
  line-height: 34px;
}
.single-icon-content a > img {
  border: none !important;
}
/* Code ends: CSS for learn template */

/* CSS for Webinar Topic select menu */

.webinar-topic__select {
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  height: 52px;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0 8px 0;
  position: relative;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  width: 100%;
}
.webinar-topic__select.webinar-topic__select--small {
  height: 34px;
}
.webinar-topic__select.webinar-topic__select--large {
  height: 54px;
}
.webinar-topic__select--disabled {
  cursor: not-allowed;
}

.webinar-topic__select--readonly {
  pointer-events: none;
}

.webinar-topic__select-open-icon {
  color: #0052eb;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 8px;
  width: 16px;
}
.webinar-topic__select--disabled .webinar-topic__select-open-icon {
  color: #bdbdbd;
}
.webinar-topic__select--small .webinar-topic__select-open-icon {
  right: 9px;
  top: 8px;
}

.webinar-topic__select-input {
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  color: #404040;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 100%;
  line-height: 28px;
  margin: 0;
  padding: 11px 16px;
  padding-right: 40px;
  width: 100%;
}
.webinar-topic__select--small .webinar-topic__select-input {
  font-size: 16px;
  padding: 2px 8px;
  padding-right: 40px;
}
.webinar-topic__select--light-background .webinar-topic__select-input {
  background-color: #f7f7f7;
  border-color: #bdbdbd;
}
.webinar-topic__select-input:focus {
  background-color: #d9ebff;
  border-color: #0052eb;
  box-shadow: inset 2px 2px 0 rgba(64, 64, 64, 0.15);
  outline: none;
}
.webinar-topic__select--disabled .webinar-topic__select-input,
.webinar-topic__select-input:disabled {
  background-color: #f7f7f7;
  border-color: #bdbdbd;
  color: #9e9e9e;
  pointer-events: none;
}
.webinar-topic__select-input::-ms-expand {
  display: none;
}

.webinar-topic__select--has-error {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.webinar-topic__select--has-error .webinar-topic__select-input {
  border-color: #ee1b32;
  border-width: 2px;
}

/* END: CSS for Webinar Topic select menu */
/* Announcements Archive */
/* #announcements-search-result {
	padding-top: 40px;	
} */
#ResetAnnouncementSearchUrl {
  margin-left: 20px;
}
.announcementyearfilter {
  background-image: url(images/blue-icons/caret-down.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: right 10px top 13px;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
}
#selectPageSize {
  background-image: url(images/blue-icons/caret-down.svg);
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: right 10px top 10px;
  background-clip: border-box;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
}
button#prevPageSubmit:after {
  content: url(images/blue-icons/caret-left.svg);
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 0px;
}
button#nextPageSubmit:after {
  content: url(images/blue-icons/caret-right.svg);
  display: inline-block;
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 0px;
}

.announcements-search-form {
  margin: 30px 0 0;
}
.announcements-search-form .search-form {
  width: 95%;
  margin: 4px 0;
}
.announcements-search-form .search-field {
  padding: 11.5px 35px 11.5px 10px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.announcements-search-form .announcementyearfilter {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 300;
  margin: 0;
  /* border: 1px solid #dcdcdc; */
  border-radius: 4px;
  padding: 14.3px 35px 14.3px 17px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  height: auto;
}
.announcements-search-info {
  padding-bottom: 10px;
}
.announcements-search-info h3 {
  margin-bottom: 38px;
}
.announcements-search-count {
  font-size: 16px;
}
.announcements-search__select-open-icon {
  color: #0052eb;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 16px;
  width: 16px;
}
/* Pagination CSS */
.indi-long-form-text ul > li.indi-pagination__nav-cell::before {
  background-color: transparent;
  border: none;
}
.indi-long-form-text ul > li.indi-pagination__nav-cell a {
  border-bottom: none;
}
.indi-long-form-text ul > li.indi-pagination__nav-cell {
  margin: 0;
  padding-left: 0px;
}
.indi-pagination {
  float: right;
}
.indi-pagination__nav {
  border: solid 1px #e0e0e0;
}
.indi-pagination svg {
  color: #337ab7;
}
.indi-pagination__nav-icon {
  font-size: 18px;
  height: 18px;
}
.indi-pagination__nav-input {
  font-size: 18px;
}
.indi-pagination__nav-button {
  padding: 0px 10px;
  border: none;
}
.indi-pagination__page-total {
  font-size: 16px;
}
ul.page-numbers {
  list-style: none;
  margin: 0;
}

.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center;
  padding: 0 22px 0 0;
}
ul.page-numbers li:before {
  background-color: transparent;
  border: none;
  color: #404040;
}

.page-numbers a,
.page-numbers span {
  line-height: 1.6em;
  display: block;
  padding: 0px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  color: #404040;
  border-bottom: none;
}

.page-numbers a span {
  padding: 0;
}
.page-numbers span:after,
.page-numbers a:after {
  width: 18px;
  display: inline-block;
}
.page-numbers a:hover {
  cursor: pointer;
}
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #000;
  text-decoration: none;
  border-bottom: none;
}

.page-numbers:hover {
  text-decoration: none;
}

/* Newsletter Template */

ul.indi-tab__content-list {
  margin: 0 !important;
}
li.indi-tab__content-item {
  padding: 0 !important;
}
li.indi-tab__content-item:before {
  display: none !important;
}
.newsletter-accordion-btn a[aria-expanded]:after {
  height: 18px;
  width: 28px;
  color: #0052eb;
  padding: 0 5px;
  image-rendering: pixelated;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.newsletter-accordion-btn a[aria-expanded$="false"]:after {
  content: url(images/blue-icons/add.svg);
}
.newsletter-accordion-btn a[aria-expanded$="false"] > span:first-child {
  display: none;
}
.newsletter-accordion-btn a[aria-expanded$="false"]:before {
  content: url(images/blue-icons/subtract.svg);
  display: none;
}
.newsletter-accordion-btn a[aria-expanded$="true"]:after {
  content: url(images/blue-icons/subtract.svg);
}
.newsletter-accordion-btn a[aria-expanded$="true"] > span:last-child {
  display: none;
}
.newsletter-accordion-btn {
  position: relative;
}
.newsletter-accordion-btn a {
  position: absolute;
  right: 0;
  bottom: 10px;
  border-bottom: none;
}
#yearly_details .faqs-menu {
  width: 50%;
  border-bottom: 0;
  margin: 32px 0;
}
.faqs-dropdown ul li > a,
#yearly_details .faqs-dropdown ul li > button {
  display: inline-block;
  width: 100%;
  padding: 7.5px 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #404040;
  fill: #404040;
  margin: 0;
  border-bottom: none;
}
.faqs-dropdown ul li > a:hover,
#yearly_details .faqs-dropdown ul li > button {
  border-bottom: none;
}
.faqs-dropdown ul li > a:after,
#yearly_details .faqs-dropdown ul li > button:after {
  content: none;
}
#yearly_details .faqs-dropdown ul li > button:hover,
#yearly_details .faqs-dropdown ul li > button:focus {
  color: #004ad4;
  fill: #004ad4;
}
.newsletter-title {
  font-size: 20px;
  font-weight: 600;
}
.newsletter-form__select {
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  height: 52px;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0 8px 0;
  position: relative;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  width: 100%;
}
.newsletter-form__select:after {
  content: url(images/blue-icons/caret-down.svg);
  display: inline-block;
  height: 20px;
  width: 18px;
  vertical-align: sub;
  position: absolute;
  right: 16px;
  margin: 0;
  top: 16px;
  pointer-events: none;
}

.newsletter-form__input,
.newsletter-form__select-input {
  font-weight: normal;
}
.newsletter-form__select-input {
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  color: #404040;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 300;
  height: 100%;
  line-height: 28px;
  margin: 0;
  padding: 11px 16px;
  padding-right: 40px;
  width: 100%;
}
.newsletter-form__select.newsletter-form__select--small {
  height: 34px;
}
.newsletter-form__select.newsletter-form__select--large {
  height: 54px;
}
.newsletter-form__select--small .newsletter-form__select-input {
  font-size: 16px;
  padding: 2px 8px;
  padding-right: 40px;
}
.newsletter-form__select--light-background .newsletter-form__select-input {
  background-color: #f7f7f7;
  border-color: #bdbdbd;
}
.newsletter-form__select-input:focus {
  background-color: #d9ebff;
  border-color: #0052eb;
  box-shadow: inset 2px 2px 0 rgba(64, 64, 64, 0.15);
  outline: none;
}
.newsletter-form__select--disabled .newsletter-form__select-input,
.newsletter-form__select-input:disabled {
  background-color: #f7f7f7;
  border-color: #bdbdbd;
  color: #9e9e9e;
  pointer-events: none;
}
.newsletter-form__select-input::-ms-expand {
  display: none;
}

.newsletter-form__select--has-error {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.newsletter-form__select--has-error .newsletter-form__select-input {
  border-color: #ee1b32;
  border-width: 2px;
}
/* Code ends: Newsletter Template */
.indibutton a.indi-button {
  border-bottom: 1px solid #0052eb;
}
.indibutton a.indi-button:hover {
  border-bottom: 1px solid #808080;
}
/*Landing page banner icon*/
.landing-page-video-play-icon {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.landing-page-video-play-icon:hover {
  opacity: 0.7;
}
.landing-page-video-play-icon:after {
  content: url(images/banner-play-icon.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 114px;
  height: 114px;
  flex-grow: 0;
  padding: 27px 19px 28px 36px;
  background-color: #404040;
  cursor: pointer;
}
.service-providers-landing-page-video-play-icon {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.service-providers-landing-page-video-play-icon:hover {
  opacity: 0.7;
}
.service-providers-landing-page-video-play-icon:after {
  content: url(images/banner-play-icon.png);
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 114px;
  height: 114px;
  flex-grow: 0;
  padding: 27px 19px 28px 36px;
  background-color: #404040;
  cursor: pointer;
}
.banner-section a.button-on-banner {
  margin: 0px !important;
}
.service-providers-banner-section h1 {
  margin: 30px 0 0;
}
.banner-content {
  height: 320px;
}
/*  Careers Pages */

.careers-benefits-section {
  padding: 32px 0 32px 0;
  margin: 0 !important;
}

.careers-single-benefit-box {
  display: inline-block;
  position: relative;
  text-decoration: none;
  border-bottom: none;
  margin: 32px 0 32px 0;
}
.careers-single-benefit-box.odd {
  margin-right: 35px;
  padding-left: 0px;
  max-width: 325px;
}
.careers-single-benefit-box.even {
  margin-left: 35px;
  padding-right: 0px;
  max-width: 325px;
}
.careers-single-benefit-box img {
  margin: 0;
  transition: 0.3s;
}

.careers-single-benefit-box .careers-single-benefit-rollover-image {
  display: none;
}
.careers-single-benefit-box .careers-single-benefit-image {
  display: inline-block;
}
.careers-single-benefit-box:hover .careers-single-benefit-image,
.careers-single-benefit-box:focus .careers-single-benefit-image {
  display: none;
}
.careers-single-benefit-box:hover .careers-single-benefit-rollover-image,
.careers-single-benefit-box:focus .careers-single-benefit-rollover-image {
  display: inline-block;
}
.careers-single-benefit-box:hover .careers-single-benefit-content {
  border-color: transparent;
}
.careers-single-benefit-box p {
  display: none;
}
.careers-single-benefit-box:hover p,
.careers-single-benefit-box:focus p {
  display: inline-block;
  font-size: 24px;
}
.careers-single-benefit-box:hover h2,
.careers-single-benefit-box:focus h2 {
  display: none;
}
.careers-single-benefit-box h2 {
  color: #000;
  text-align: left;
}
.careers-single-benefit-box p {
  color: #fff;
  text-align: left;
}
.careers-single-benefit-content {
  position: absolute;
  top: 0;
  padding: 10px 20px;
  color: #000;
}
.careers-students-block {
  display: inline-block;
  width: 100%;
  position: relative;
  text-decoration: none;
  border-bottom: none;
}
.careers-students-block .careers-students-block-right {
  float: right;
  max-width: 365;
  margin-top: 32px;
}
.careers-students-block .search-button {
  margin-bottom: 20px;
}
.careers-students-info-block {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 44px 0px -5px 0;
  text-decoration: none;
  border-bottom: none;
  color: #fff;
  text-align: center;
}
.careers-students-info-block h2 {
  color: #fff;
}
.careers-students-info-block p {
  color: #fff;
}
.careers-students-info-block-top {
  padding: 62px 30px 0 80px;
  text-align: left;
}
.careers-students-info-block-bottom {
  text-align: center;
  padding: 85px;
  margin: 0 auto;
}
.careers-students-info-bordered-box {
  text-align: left;
  border: thin dashed #fff;
  padding: 32px 64px;
}
.careers-students-info-bordered-box h5 {
  color: #fff;
}
.careers-students-info-bordered-box .students-program-length {
  width: 50%;
  margin: 0px 0px;
  text-align: left;
}
.careers-students-info-bordered-box .students-hours-per-week {
  float: right;
  width: 50%;
  padding: 0px 0 0 40px;
  text-align: left;
}
.careers-students-info-bordered-box .students-location {
  width: 50%;
  margin: 30px 0px;
  text-align: left;
}
.careers-students-info-bordered-box .students-are-interns-paid {
  float: right;
  width: 50%;
  margin: 30px 0px;
  padding: 0px 0 0 40px;
  text-align: left;
}
.careers-students-info-bordered-box .students-program-timeline {
  width: 100%;
  padding: 10px 70px 10px 70px;
  text-align: center;
}

.careers-teams-box {
  padding: 20px 0;
}
.careers-teams-box a {
  font-size: 18px;
  border-bottom: none !important;
}
.careers-teams-get-started-box {
  margin: 35px 0;
}
.career-teams-popup {
  width: 100% !important;
  margin-top: 30%;
}
.career-teams-pophead {
  font-weight: 600;
  color: #404040;
  font-size: 20px;
}
/*
 Career Template */
.career-title {
  text-align: justify;
  display: inline;
}
.career-title-right {
  display: inline;
  float: right;
  margin-top: 1.5rem !important;
  font-weight: 400 !important;
}
.career-title-right-weight {
  font-weight: 400 !important;
}
.career-banner {
  padding: 8rem 0 2rem 0;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.career-banner-text {
  display: flex;
  justify-content: center;
  color: white !important;
}
.career-banner-button {
  display: flex;
  justify-content: center;
  margin-top: 2rem !important;
}
.career-bottom-banner {
  padding: 8.5rem 0 2rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.career-bottom-banner-text {
  display: flex;
  justify-content: center;
  color: white !important;
}
.career-bottom-banner-button {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem !important;
}
.career-bottom-block-margin {
  margin-top: 2rem;
}
.career-bottom-button-margin {
  margin-top: 2rem !important;
}
.yellow-alert-notification
{
    margin-top: 12px;
}
.yellow-alert-notification {
  background-color: #FFDD96;
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 12px 16px 12px 18px;
  text-align: left;
  text-indent: 0;
  text-transform: none;
  text-shadow: none;
  opacity: 1;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  visibility: visible;
}
.yellow-alert-notification:before {
  content: url(images/icons/information.svg);
  position: absolute;
  left: 30px;
  height: 18px;
  width: 18px;
  margin-top: 2.5px;
  margin-left: -25px;
}
#grad1 {
  
  background-image: linear-gradient(to right, #b5bd00 0%,rgba(0,57,163,0.65) 0%, rgba(0,57,163,0.74) 0%, #f7f7f7 81%);
}
.tribal-banner-section {
  background: url() no-repeat center center #000;
  background-size: cover;
  margin: 0 !important;
}
.tribal-banner-section .tribal-banner-content {
  padding: 5% 0;
}
.tribal-banner-section .tribal-banner-content h1 {
  color: #fff;
}
.tribal-banner-section .tribal-banner-content p {
  color: #fff;
}
.tribal-intro {
  background-image: url("https://www.usac.org/wp-content/uploads/about/images/tribal-nations/01.png");
  background-size: cover;
  height: 100%;
  color: white;
  text-align: center;
}