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;
}
.faq-breadcrumb a {
	/* text-transform: Capitalize; */
}
.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: 18px;
    height: 18px;
}
.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: 40px;
}
.scroll {
	background: #fff;
	border-radius: 50%;
	border: 1px solid #eee;
	padding-top: 7px;
	height: 35px;
	width: 35px;
	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: -4px;
}
.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;
}

/* 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%);
}
.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 .5s;
	-moz-transition: all .5s;
	transition: all .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 {
	/*Add this margin back when we remove the covid-19 alert box */
	/*margin: 24px 0;*/
	margin: 0 0 24px 0;
	border-bottom: 1px solid #eee;
}
/* covid-19 alert box */
.row-covid{
background-color:#ffdd96; 
margin: 0 0 32px 0;
}
.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 {
	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 .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .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: 180px !important;
}
.nav-menu ul.navbar-nav > li > .header-main-menu-column-area > ul.sub-menu > li.mega-menu-column:nth-child(2) {
	width: 160px !important;
}
.nav-menu ul.navbar-nav > li > .header-main-menu-column-area > ul.sub-menu > li.mega-menu-column:nth-child(3) {
	width: 222px !important;
}
.nav-menu ul.navbar-nav > li > .header-main-menu-column-area > ul.sub-menu > li.mega-menu-column:last-child {
	width: 127px !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 .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .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 .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .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 #000;
	background-size: cover;
	color: #fff;
	margin: 0 !important;
	position: relative;
	color: #fff;
}

@media (min-width: 2000px){
    .banner-section {
        padding-top:5%;
        padding-bottom:5%;
    }
}
    

.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 {
	height: 320px;
}
.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: 50px;
}
.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 h1 {
	margin: 30px 0 0;
}
.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;
} 

/* 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 {
	
}

.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 {
	
}
.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;
}

.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);
}

/* 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 */

.glossary-section {
	
}
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:before {
	
}
.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 .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: 15.00px 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: 15.00px 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-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 */

.trainings-section {
	
}
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*/

/* 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;}
.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: 50px;
	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;
}
/* 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--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 */
