/* CSS Document */

.ast-container {
	max-width:1140px;
}

.commonCont {
    width: 100%;
    float: left;
}

.commonsearch {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.commonsearchmain {
    width: 100%;
    float: left;
    background:#f2f2f2;
	border: 1px solid #d9d9d9;
    padding: 25px;
}
.commonsearchmain label {
    color: #2b2e35;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans';
    width: 100%;
    float: left;
}
.inputboxSrch {
    width: 80%;
    float: left;
}
.inputboxSrch input {
    border: 1px solid #cccccc !important;
    box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
    height: auto;
    padding: 10px !important;
    border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	width:100%;
}
.inputboxSearchbtn {
    width: 20%;
    float: left;
    padding: 0 0 0 25px;
}
.inputboxSearchbtn button[type="submit"] {
    float:left;
	text-transform: uppercase;
	line-height: 36px;
	margin: 0 0 1.25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	padding: 0px 18px;
	font-size: 11px;
	color:#FFFFFF;
	box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-moz-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-ms-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-o-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-webkit-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	background: linear-gradient(to bottom, #96ca4a 0%, #628d23 100%);
	cursor: pointer;	
	border:none;
}
.inputboxSearchbtn button[type="submit"]:hover, .inputboxSearchbtn button[type="submit"]:focus {
    color: #FFFFFF;
	background: linear-gradient(to bottom, #628d23 96%, #96ca4a 100%);	
}
.custclearbtn {
    text-decoration: none;
    color: #475d8c;
    margin: 0 0 0 10px;
}
.custclearbtn:hover, .custclearbtn:focus {
    color: #c72145;
}
.custNewFaq {
    float: left;
    width: 100%;
}
.contentSecMain {
    margin: 50px 0 0 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 0 0px 30px 0;
}
.contentSecOneMainData{
	width: 100%;
    float: left;	
}
.contentSecOneLft{
	float:left;
	width:80%;	
}
.contentSecOne {
    width: 100%;
    float: left;
	font-family: 'Open Sans';
}
.inrmain {
	font-family: 'Open Sans';
}
.inrmain h1 {
	margin-bottom:10px;
	font-family: 'Open Sans';
}
.contentSecOne h2{
	font-size: 28px;
	color: #455c8a;
	width:100%;
	float:left;
	margin-bottom:10px;	
	font-family: 'Open Sans';
}
.contentSecOne h2 a{
	color: #455c8a;
}
.contentSecOne h2 a:hover , .contentSecOne h2 a:focus{
	color: #455c8a;	
}
.contentSecTwoRt{
	float:left;
	width:20%;		
}
.contentSecTwo {
    width: 100%;
    float: left;
}
.contentSecTwo .custombtn{
	float:left;
	text-transform: uppercase;
	line-height: 36px;
	margin: 55px 0 0 30px;
	position: relative;
	text-align: center;
	text-decoration: none;
	padding: 0px 18px;
	font-size: 12px;
	color:#FFFFFF;
	box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-moz-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-ms-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-o-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-webkit-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	background: linear-gradient(to bottom, #96ca4a 0%, #628d23 100%);
	cursor: pointer;	
	border:none;
	font-weight:bold;	
}
.contentSecTwo .custombtn:hover , .contentSecTwo .custombtn:focus{
	color: #FFFFFF;
	background: linear-gradient(to bottom, #628d23 96%, #96ca4a 100%);			
}

.custTralBtnMain{
	float:left;
	width:100%;	
}
.custTralBtn{
	float:left;
	width:100%;
	padding:40px 0;	
}
.custTralBtn a{
	float:left;	
	text-transform: uppercase;
	line-height: 36px;
	margin: 0px;
	position: relative;
	text-align: center;
	text-decoration: none;
	padding: 10px 30px;
	font-size: 16px;
	color:#FFFFFF;
	box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-moz-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-ms-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-o-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	-webkit-box-shadow:rgba(0,1,1,.75) 0 0 4px;
	background: linear-gradient(to bottom, #96ca4a 0%, #628d23 100%);
	cursor: pointer;	
	border:none;
}
.custTralBtn a:hover , .custTralBtn a:focus{
	color: #FFFFFF;
	background: linear-gradient(to bottom, #628d23 96%, #96ca4a 100%);		
}

.single.single-knowledge_base ,
.single-faq , 
.single-post{
	background:#fff !important;	
}
.single.single-knowledge_base #primary , 
.single-faq #primary , 
.single-post #primary{
	width:100%;	
}
.single.single-knowledge_base article , 
.single-faq article ,
.single-post article{
	padding-bottom: 30px !important;
}
.custCstmKnldg{
	float:left;
	width:100%;		
}
.custTpTTlKlg{
	float:left;
	width:100%;
	padding: 0 100px;
}
.custMainTTl{
	float:left;
	width:100%;
	font-size: 45px;	
}
.custCstmKnldg h1{
	font-size: 24px !important;	
}
.custBtnKnl{
	padding: 0 0 40px 0 !important; 	
}
.custBtnKnl a{
	margin-right: 15px;	
}
.custPostSnglMain{
	float:left;
	width:100%;
	padding:30px 0;	
}
.custPostSnglMain h1{
	float:left;
	width:100%;	
}
.custDateorCat{
	float:left;
	width:100%;	
	padding-top: 10px;
}
.custGtDtSgl{
	float:left;
	width:100%;	
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	margin:5px 0;
}
.custGtDtSgl{
	float:left;
	width:100%;	
	font-size: 13px;
	font-weight: bold;
	color: #999999;
	margin:5px 0;
}
.custDcrptnSngl{
	float:left;
	width:100%;
	font-size:15px;	
}
.custSnglTgs{
	float:left;
	width:100%;	
	padding: 0 0 20px 0;
}
.custKwrd{
	float: left;
	font-size: 13px;
	width: 60px;
	color: #000;
}
.custSnglTgs ul{
	float: left;
	margin: -3px 0 0 0;
	padding: 0px;
	width: 94%;
}
.custSnglTgs ul li{
	display:inline-block;
	list-style:none;
	font-weight:bold;
	color:#000;
	font-size:13px;
	position:relative;	
}
.custPrntFcn{
	float:left;
	margin: -60px 0 0 15px;	
}
.custDcrptnSngl .addtoany_share_save_container.addtoany_content.addtoany_content_bottom{
	padding: 12px 0 12px 50px;
	border: 1px solid #CCCCCC;
}

.single-faq .addtoany_share_save_container.addtoany_content.addtoany_content_bottom{
	display:none;	
}

.single-knowledge_base .entry-content  p .button{
	float: left;
	text-transform: uppercase;
	line-height: 36px;
	margin: 0px;
	position: relative;
	text-align: center;
	text-decoration: none;
	padding: 10px 30px;
	font-size: 16px;
	color: #FFFFFF;
	box-shadow: rgba(0,1,1,.75) 0 0 4px;
	-moz-box-shadow: rgba(0,1,1,.75) 0 0 4px;
	-ms-box-shadow: rgba(0,1,1,.75) 0 0 4px;
	-o-box-shadow: rgba(0,1,1,.75) 0 0 4px;
	-webkit-box-shadow: rgba(0,1,1,.75) 0 0 4px;
	background: linear-gradient(to bottom,#96ca4a 0%,#628d23 100%);
	cursor: pointer;
	border: none;	
}
.single-knowledge_base .entry-content  p .button:hover , .single-knowledge_base .entry-content  p .button:focus{
	color:#FFFFFF;
	background: linear-gradient(to bottom,#628d23 96%, #96ca4a 100%);	
}
.single-knowledge_base .entry-content h3{
	color: #455c8b;	
}
.press-elements-title {
	display:none;
}


.custroundImgtest img {
	width:250px !important;
	height:250px !important;
	display:inline-block !important;
	border-radius:100% !important;
	-moz-border-radius:100% !important;
	-ms-border-radius:100% !important;
	-o-border-radius:100% !important;
	-webkit-border-radius:100% !important;
}




.cat_tabs {
	display:inline-block;
	width:100%;
	padding:0 !important;
	margin:10px 0 0 0;
}
.cat_tabs li {
	display:inline-block;
	
}
.cat_tabs li a {
	display:inline-block;
	padding:10px 20px;
	background:#0e377d;
	color:#fff;
	margin:1px;
	border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	-o-border-radius:2px;
	-webkit-border-radius:2px;
}
.cat_tabs li a:hover , .cat_tabs li a:focus {
	background:#b50037;
}


.cat_tabs input[type=radio] {
    display:none; 
    margin:10px;
}
.cat_tabs li {
	margin:0 2px 2px 0;
}
.cat_tabs input[type=radio] + label {
    display:inline-block;
    padding: 8px 20px;
    background-color: #0e377d;
	color:#fff;
	font-weight:normal;
	font-family: 'Open Sans';
	font-size:14px;
	text-align:center;
	cursor:pointer;
}
.cat_tabs input[type=radio]:checked + label { 
   background-image: none;
    background-color:#c62245;
}  

.clsactive{
	background: #b50037 !important;	
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custDataMainFaqs {
	width:100%;
	display:inline-block;
}
@media only screen and (min-width :100px) and (max-width : 767px) {
	.contentSecOneLft {
		width: 100%;
	}
	.contentSecTwoRt {
		width: 100%;
	}
	.contentSecTwo .custombtn {
		margin:15px 0 0 0px;
	}
	.inrmain h1 {
		font-size:32px;
	}
	.commonsearchmain {
		padding:25px 10px;
	}
	.inputboxSrch {
		width:70%;
	}
	.inputboxSearchbtn {
		width:30%;
		padding:0 0 0 5px;
	}
}
