*{
	margin:0;
	padding:0;
}
.floatL{
	float:left;
}
.nopadding{
	padding:0px !important;
}
.pleft{
	padding-left:0px !important;
}
.mTop1{
	margin-top:10px;
}
.mTop2{
	margin-top:20px;
}
.mTop3{
	margin-top:30px;
}
.mTop4{
	margin-top:40px;
}
.mTop5{
	margin-top:50px;
}
.mBot1{
	margin-bottom:10px;
}
.mBot2{
	margin-bottom:20px !important;
}
.mBot35{
	margin-bottom:30px;
}
.taL{
	text-align:left !important;
}
.taC{
	text-align:center !important;
}
.clearB{
	clear:both;
}
.margin0{
	margin:0px !important;
}
.mRight65{
	margin-right:65px !important;
}
p{
	text-align:justify;
}
h2{
	font-size:25px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#000;
}
header{
	width:100%;
	background:#3498db;
	border-bottom:8px solid #000;
}
.logo{
	    padding: 15px 10px;
}
.menu ul{
	float:right;
	margin-top:38px;
}
.menu ul li{
	float:left;
	list-style-type:none;
}
.menu ul li a{
	font-family: 'Oswald', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	color:#fff;
	padding:6px 23px;
}
.menu ul li a:hover{
	color:#000;
}
.menu ul li a.active{
	background:#000;
	color:#fff;
}
.banner{
	width:100%;
	background:url(../images/banner.jpg) no-repeat;
	background-size:cover;
}
.banner-txt{
	margin-top:30px; padding-bottom: 20px;
}
.banner-txt h3{
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
	margin-bottom:10px;
}
.banner-txt h3 span{
	color:#e4ff00;
}
.banner-txt a img{
	margin:10px 40px 0px 0px;
}
.monitor{
	margin-top:48px;
	margin-left:-30px;
}
.cont1{
	background:#f8f9f9;
	text-align:center;
	border:1px solid #e1e1e1;
	margin-bottom:20px;
	padding-bottom:15px;
}
.cont1 p, .cont2 p{
	font-size:18px;
}
.border_style
{
    border:2px #c59400 solid;
    padding:10px;
    border-radius:4px;
}
.click-btn{
	background:#3498db;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	clear:both;
	/*display: block;*/
	/*width:35%;*/
	margin:20px auto 100px auto;
	padding:20px 20px;
	text-align:center;
	border:2px solid #015e9c;
}
.cont2 p{
	margin-top:10px;
}
.cont3 h2{
	/*background:url(../images/line.png) no-repeat 0px 8px;*/
	text-align:center;
}
.cont3 h2 span{
	font-size:6px;
	visibility:hidden;
}

.box1{
	border:1px solid #3498db;
	border-radius:7px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(196,227,247,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(196,227,247,1))); /* safari4+,chrome */
	background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(196,227,247,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(196,227,247,1) 100%); /* opera 11.10+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(196,227,247,1) 100%); /* ie10+ */
	background:radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(196,227,247,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#c4e3f7',GradientType=1 ); /* ie6-9 */
	margin-top:20px;
	overflow:hidden;
	min-height:225px;
    padding:10px;
}
.box1 h3{
	font-size:40px;
	text-align:center;
	background:none;
	margin:13% 0 2% 0;
	text-transform:none;
}
.box1 h2{
	color:#d0340a;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-size:40px;
	margin-bottom:0px;
}
.box1 p{
	font-size:15px;
	float:right;
	margin-right:20%;
}
.box1 span{
	margin-left:71px;
}
.cont3 h3{
	font-size:20px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
.inner-box1eft{
	width:55%;
	float:left;
	margin-top:10px;
}
.inner-box1eft p{
	font-size:25px;
	text-align:right;
	margin:0;
}
.inner-box1eft p:first-child{
	margin-bottom:12px;
}
.inner-boxright{
	margin-top:10px;
	float: left;
	margin-left: 23px;
}
.inner-boxright p{
	font-size:30px;
	color:#d0340a;
	margin:0 40px 0 0;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	text-align:left;
	float:none;
}
.inner-boxright p:last-child{
	margin-right:9%;
}
/*.cont3 a{
	background:#c59400;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:24px;
	color:#fff;
	padding:5px 0px;
	width:130px;
	margin:30px auto 20px auto;
	display:block;
	text-align:center;
	border:2px solid #785c09;
}*/
.border-dash{
	border-bottom:1px dashed #323131;
    margin-top:20px;
}
.cont4{
	text-align:center;
}
.cont4 h2{
	text-align:left;
}
.cont4 p{
	font-size:18px;
	text-align:justify;
}
.start-filing{
	background:#3498db;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	clear:both;
	display: block;
	width:130px;
	margin:20px auto 10px auto;
	padding:10px 0px;
}
.cont4 h5{
	color:#3498db;
	font-size:20px;
	text-align:left;
}
.foot-cont{
	background:#3d9cdb;
	padding-bottom:11px;
}
.foot-cont h2{
	color:#3d9cdb;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:36px;
	margin: .67em 0;
    padding-top:20px;
}
.foot-cont h2 span{
	color:#000;
}
.blog{
	
	min-height:245px;
	margin-top:22px;
	background: #fff;
	border-radius: 10px;
	margin-bottom:20px;
	padding: 0px 15px 0px 15px;
}
.blog ul li{
	color:#000;
	font-size:20px;
	text-align:left;
	margin-top:8px;
	margin-bottom:0px;
	list-style-type:none;
}
.blog ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 25px;
	background: #78bfe0;
	border: 1px solid #3498db;
	float: left;
	margin: 11px 8px 0px 0px;
}
.blog a{
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#000;
}
.blog a:hover{
	color:#d0340a;
}
footer{
	background:#222220;
	padding: 20px 0px 2px 0px;
}
footer p{
	color:#fff;
	font-size:18px;
	margin-top:20px;
}
.social{
	clear: both;
	float: right;
}
.social li{
	list-style-type:none;
	float:left;
}
.social li a{
		padding:10px 5px 0px 5px;
}
.social li a img{
	border:1px solid #fff;
}
.form990-list{
	margin-left:15px;
}
.form990-list li{
	list-style-type:none;
	margin-bottom:5px;
}
.form990-list li:before{
	content: "";
	width: 8px;
	height:8px;
	border-radius:25px;
	background: #78bfe0;
	border:1px solid #3498db;
	float:left;
	margin:6px 8px 0px 0px;
}
.sect-cont{
	text-align:justify;
}
.sect-cont h3{
	margin-top:10px;
}
.sect-cont h5{
	color:#3498db;
	font-size:20px;
	margin:0;
}
.sect-cont p{
	font-size:16px;
}
.foot-part1 h3{
	color:#428bca;
	font-size:25px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
}
.foot-part1 h3 span{
	color:#fff;
}
.foot-part1 ul li:before{
	content: "";
	width: 8px;
	height:8px;
	border-radius:25px;
	background: #78bfe0;
	border:1px solid #3498db;
	float:left;
	margin:8px 8px 0px 0px;
}
.foot-part1 ul{
	margin-top:20px;
}
.foot-part1 ul li{
	list-style-type:none;
	margin-bottom:5px;
}
.foot-part1 ul li a{
	color:#fff;
	font-size:17px;
}
.foot-part1 ul li a:hover, footer a:hover{
	color:#d0340a;
}
.part2 ul li:before{
	content: "";
	width: 0px;
	height:0px;
	border-radius:0px;
	background:none;
	border:none;
	float:none;
	margin:0;
}
.part2 ul li{
	background:url(../images/mob.png) no-repeat 0px 1px;
	padding-left:27px;
}
.part2 ul li:first-child{
	background:url(../images/ip.png) no-repeat 0px 2px;
}
.part2 ul li:last-child{
	background:url(../images/mail.png) no-repeat 0px 3px;
}
.twiContent{
	height:150px;
	overflow-y:scroll;
}
.twitter{
	background:#fff;
	border-radius:7px;
	moz-border-radius:7px;
	webkit-border-radius:7px;
	padding:0px 15px 10px 15px;
}
.twitter h2{
	color:#3d9cdb;
	padding-top:20px;
	font-size:36px;
}
.dis-block{
	display:block;
}
.form8868-para{
	text-align:center;
	margin:10px 0px 25px 10px !important;
}
.mtop58{
	margin-top:58px;
}
.yellow-theme{
	background:#c59400;
	border:2px solid #785c09;width: 50%;
}
iframe{
	border:5px solid #000;
}
/*******************Mobile menu style****************/
.mobile-btn{
	display: none;
}
.nav-normal ul{
	display:block;
}
.nav-normal
{
	width: 100%;
	z-index: 2000;
	background:none;
	/*-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);*/
	z-index: 2000;
	display:none;
}
.nav-normal h1
{
	text-transform: uppercase;
	float: left;
	margin: 0;
	line-height: 70px;
	font-size: 30px;
}
.nav-normal ul
{
	background:#fff;
	width:109%;
	position:absolute;
	z-index:999;
	top: 110px;
	margin-left:-15px;
	left:0;
}
.nav-normal ul li
{
	display: inline-block;
	margin-left: 25px;
}
.nav-normal ul li:first-child
{
	margin-left: 0;
}
.nav-normal ul li a
{
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size:15px;
}
.nav-normal ul li a:hover{
	color:#3498db;
}
#back-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
}
#back-top a {
width: 40px;
display: block;
text-align: center;
font: 11px/100% Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #bbb;
-ms-transition: 1s;
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;
}
#back-top span {
width: 40px;
height: 40px;
display: block;
background:#000 url(../images/up-arrow.png) no-repeat center center;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
-ms-transition: 1s;
-webkit-transition: 1s;
opacity: 0.9;
-moz-transition: 1s;
transition: 1s;
}
.blue-theme{
	color:#3498db;
}
.due-part
{
    background: #c59400;
    border: 2px solid #785c09;
    padding:10px;
    margin-top:15px;
}
.due-part p
{
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    font-size: 20px;
}
@media all and (max-width:768px){
	img{ margin-top: 15px;}
	.menu {
		display: none;
	}
	.nav-normal{
		display:block;
	}
	.mobile-btn{
		display:block;
		cursor:pointer;
		float: right;
		margin-top: 34px;
	}
	.nav-mobile ul
	{
		display: none;
	}
	.nav-mobile ul li
	{
		float: left;
		width: 100%;
		text-align: left;
		margin: 0;
		border-top: 1px dotted #d1d1d1;
		line-height: 2.5;
		vertical-align: middle; padding-left:25px;
	}
	.banner-txt h3{
		background: rgba(0,0,0,0.5);
		padding: 20px;
		font-size:20px;
	}
	.banner-txt a img{
		width:150px;
		margin:0;
	}
	.monitor {
		width: 100%;
    margin: 10px 0px;
	}
}
@media all and (max-width:1024px){
	.monitor{
		width: 100%;
    margin: 25px 0px;
	}
	.banner-txt h3{
		font-size:25px;
		line-height: 35px;
	}
}


.navbar-nav > li > a.active{background: #000;
    color: #fff;      }



.navbar-toggle {
position: relative;
float: right;
padding: 9px 10px;
margin-top:15px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle.collapsed .icon-bar {
display: block !important;
width: 22px;
height: 2px;
border-radius: 1px;
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-ms-transform:rotate(0deg);
transform:rotate(0deg);
margin-top:0px;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 4px;
border-radius: 1px;
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:
rotate(45deg);
margin-top:5px;
}
.navbar-toggle.collap
sed .icon-bar + .icon-bar {
  margin-top: 4px;
  display:block;
}
.navbar-toggle.collapsed .icon-bar + .icon-bar + .icon-bar {
  margin-top: 4px;
  display:block;
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  transform:rotate(0deg);
  margin-bottom:0px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
  display:none;
}
.navbar-toggle .icon-bar + .icon-bar + .icon-bar {
  margin-top: -4px;
  display:block;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
  margin-left:0px;
  margin-bottom:5px;
}
body{font-size:16px;}
.mgtp{ margin-top: 25px;}
.gray_bg {padding: 60px 0px;display: block;background: #f8f9f9;}
.white_bg {padding: 60px 0px;display: block;background: #FFF;}
.light_blue_bg{background:#3d9cdb;padding: 60px 0px;display: block;}
.common_h2{padding-bottom:25px;}
.light_blue_bg .form990-list li,.light_blue_bg p,.light_blue_bg h2,.light_blue_bg h4{color:#FFF;}
.light_blue_bg .form990-list li::before{background: #93cae4;border: 1px solid #fff;}
.annual_form_list_section .box1{padding:20px 15px;min-height:185px;}
.common_h4{font-size:20px;margin-top:0px;}
.annual_form_list_section .box1 p{text-align:left;margin:0px;}
.mt30{margin-top:30px !important;}
.annual_form_list_section .btns{display:inline-block;}
.h2_min_height {min-height: 66px;padding-bottom: 10px;}
.ad_banner a{display:inline-block;border:1px solid #ddd;}
.ad_banner img{max-width:100%;width:auto;}
.navbar{margin-bottom:0px;}
.info_req_section .internal_link{color:#111;}
.info_req_section .yellow-theme, .gray_bg .mBot2{margin:30px 0px 0 !important; display:inline-block;width:auto;padding:10px 30px;}
.gray_bg .mBot2{margin:15px 0px 0px !important;}
h1{margin-bottom:15px;}
.bg_1{padding:60px 0;margin-bottom:0px; }
h3{margin:30px 0 20px 0;line-height:30px;}
.btn_1{margin-top:30px;margin-bottom:30px;}
.mTop40{margin-top:40px;}
.pricing_h2{margin-bottom:25px;}
.box_0{margin-top:0px;}
.mBottom-20{margin-bottom:20px;}
.btn_0{margin-bottom:0px;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{background-color: #000;border-color:#000;}
.navbar-nav > li > a{font-size:18px;}
.navbar-nav > li > a:focus{outline:none !important;}
.para-center{float:none !important;margin:0 auto !important;}
.para-center{margin-top:30px !important;}
.lynk a{color:#fff !important;text-decoration:underline;}
.lynk a:hover{color:#fff !important;text-decoration:none;}

/*Stickybar& Exit popup css*/

.bottom_fixed_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .4s linear;
	-webkit-transition: all .4s linear
}

.bottom_ad_section {
	background: #fff;
	border: 1px solid #949494;
	border-bottom-color: #949494;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 20px;
	padding: 20px 15px;
	border-bottom: 0;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	border-radius: 3px 3px 0 0;
	z-index: 0
}

.ad_close {
	position: absolute;
	right: -10px;
	top: -12px;
	background: #e04949;
	border-radius: 200px;
	width: 24px;
	height: 24px;
	content: "";
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
	text-align: center
}

.ad_row {
	display: flex;
	align-items: center
}

.stky-caption {
	color: #000 !important;
	font-size: 22px !important;
	font-weight: 500;
	line-height: 26px;margin-top:0px;margin-bottom:5px;
}

.vertical-align {
	display: flex;
	align-items: center
}

.stky-caption span {
	color: #428bca
}

.bottom_ad_section p {
	font-size: 20px !important;
	font-style: italic;
    margin-bottom:0;
}

.vertical-align .banner_btn {
	margin-top: 0
}

.dis-none {
	display: none !important
}

#PEOmodal .modal-dialog {
	margin: 100px auto 0 !important
}

.MboxClose {
	cursor: pointer;
	background: rgba(0,0,0,0) url(../images/close.png) no-repeat scroll 0 0;
	border: medium none;
	height: 26px;
	position: absolute;
	right: -15px;
	text-indent: -9999px;
	top: -12px;
	width: 31px;
	z-index: 990
}

.modal-body {
	position: relative;
	padding: 0
}

.modal-title.homefeatureBoxpopup {
	font-size: 26px;
	padding: 15px;
	border-bottom: 1px solid #428bca;
	font-weight: 600;
	background-color: rgba(66, 139, 202, 0.1);
	color: #000;
}
#PEOmodal .modal-body {
	padding: 0px;
}

.pad15 {
	padding: 15px
}

.sub-txt {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
	color: #000;
    margin-bottom:0;
}

#PEOmodal h4 {
	color: #428bca;
	font-weight: 500;
	margin-bottom: 25px
}

a.banner_btn {
	background: #428bca;
	padding: 10px 15px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 4px;
	color: #fff !important
}

#PEOmodal p {
	color: #000;
	font-weight: 500;
	margin-bottom: 15px;text-align:center;font-size:18px;
}

.popupTxt {
	color: #555;
	font-weight: 500;
	margin-bottom: 15px
}

.contact-section_list_pp {
	padding-left: 0;
	margin-left: 0 !important
}

	.contact-section_list_pp li {
		position: relative;
		padding-left: 23px;
		padding-bottom: 12px
	}

		.contact-section_list_pp li::before {
			position: absolute;
			content: "";
			background: url(../images/arrowIcon.png) no-repeat;
			left: 0;
			top: 3px;
			width: 15px;
			height: 15px
		}

.deadlineText {
	font-size: 18px;
	font-weight: 400;margin-top:0;line-height:24px;
    font-style:italic;
}

a.ad_close:hover {
	text-decoration: none
}

.deadline { padding: 15px 10px 15px 20px; border-left: 5px solid #152251; background: linear-gradient(to right, rgba(254, 254, 254, 0.44) 1%, transparent 90%, transparent 40%); font-weight: 600; font-size: 18px; margin: 10px 0px; }
.justify-content-center { justify-content: center; }
.flex-wrap { flex-wrap: wrap; }
