/* services body */
.services__body {
	background: #f2f2f2;
}

/* services wrapper */
.wrapper--services{
	max-width: 1200px;
}

/* services headline  */
.services__headline{
	color:black;
	font-weight: 100;
	font-size: 20px;
	margin-bottom: 0;
	text-align: center;
	padding: 0 30px 45px 30px;
}

.button--services{
	display:block;
	margin: 10px auto;
	max-width: 200px;
	transition: .3s all;
}

/************ Services buttons (start)************/

.button--services{
	color: white;
	cursor: pointer
}
.button--services:hover{
	color: white;
	background: #20457d;
}

.button--services-btn-one{
	padding: 12px 23px;
}

.button--services-btn-two{
	background: none;
	border: 2px solid white;
}

.button--services-btn-three{
	color: white;
	padding: 15px 20px;
	transition: .3s all;
}

.button--services-btn-three:hover{
	border: 2px solid #83ce44;
	color: #83ce44!important;
	background: none;
	font-weight: bold;
}

a.button--services:hover, span.button--services:hover, button.button--services:hover{
	background: white;
	color: black;
	font-weight: bold;
}
/************Services buttons (end)************/




/*********** Services hero (start) ************/
.hero__services h1{
	font-weight: 100;
	margin-bottom: 24px;
	margin-top: 40px;
}

.hero__services{
	background: linear-gradient(to right, black, #20457d)
}

.hero__services:after{
	background: #f2f2f2;
}
/*********** Services hero (end) ************/



/*********** Services banner (start) ************/
.services__banner{
	background: linear-gradient(to right, black, #20457d);
	margin-bottom: 70px;
	padding-bottom: 50px;
}

.services_banner-btns {
	margin-top: 20px;
}

.services__banner:after{
	background-color: #20457d;
	content: '';
	opacity: .75;
}

.services__banner h1{
	padding-top: 122px;
	font-size: 34px;
	letter-spacing: 3px;
	line-height: 37px;
	text-align: center;
}

.services__banner h1 span{
	text-transform: uppercase;
	font-size: 26px;
	font-weight: 100;
}

.services__banner .button--services{
	margin: 0 auto;
	text-align: center;
}
/*********** Services banner (end) ************/



/*********** Services lines (start) ************/
.services__headline-line{
	border-bottom: 6px solid #456aac;
	width: 43px;
	margin: 0 auto;
	display: inline-block;
}

.services__section-fat-line{
	height: 12px;
	width: 166px;
	background: linear-gradient(to right,#456aac,white);
	margin: 0 auto;
}

.services__section-thin-line{
	border-top: 1px solid lightgrey;
}
/*********** Services lines (end) ************/



/*********** Services sections (start) ************/
.services__section{
	background: white;
	
}
.services__section h2{
	padding: 20px 0;
}

.services__section h2 span{
	font-weight: bold;
} 

.services__section h2{
	font-weight: 100;
	text-transform: uppercase;
	background: none;
	color: black;
	font-size: 30px;
	padding-bottom: 10px;
}

.services__section:last-child{
	margin-bottom: 20px;
}

.services__section-body{
	background: white;
	padding: 20px;
	line-height: 25px
}

.services__section--sub-services{
	padding: 50px 0;
}

/* services main tag */
.services__main-body p{
	line-height: 28px;
}

.services__main-body{
	padding-bottom: 50px;
}

.services__main-body h2{
	text-align: center;
}

.services__main-body a{
	color: blue;
}

.services__main-body a:hover{
	color: #83ce44;
}
/*********** Services sections (end) ************/



/********** services table (start) ***********/
table.services__table{
	background: #F2F2F2;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.services__table thead th{
	padding: 10px 0;
	font-weight: 100;
	color: white;
	font-size: 19px;
}

table.services__table thead{
	background: #20457d;
}

table.services__table tr{
	border-bottom: 1px solid lightgrey;
}

table.services__table tr:last-child{
	border-bottom: none;
}

table.services__table tbody td{
	padding: 15px;
	text-align: center;
}
/********** services table (end) ***********/



/********** services FAQ 'accordion' (start) ***********/
.services_faq-container{
	position: relative;
	background: white;
	height: 100%;
	background-color: white;
}

.services_faq-container > h3{
	text-align: center;
	color: black;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	font-size: 18px;
}

.services_faq{
	position: relative;
	width: 100%;
	height: auto;
}

.button--services_faq-submit{
	text-align: center;
	color: white;
	cursor: pointer;
	max-width: 200px;
	margin:0 auto;
	display: block;
    border: 0;
}

.button--services_faq-submit:hover{
	background: #20457d;
    color: white;
}

.services_faq > a{
	display: block;
	padding: 10px 25px 10px 15px;
	text-decoration: none;
	color: #555;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	transition:all 0.2s linear;
	cursor:pointer;
}

.services_faq table {
	margin: 0 auto;
	border-collapse: collapse;
}

.services_faq table caption{
	padding: 10px 0;
}

.services_faq tr:first-child {
	background: #456aac;
	color: white;
}

.services_faq table th, td{
	padding: 10px 0;
}


.services_faq > a i{
	float: right;
	margin-top: 2px;
}

.services_faq > a.active{
	background-color:#456aac;
	color: #fff;
}

.services_faq-content {
	background-color: #e1e1e1;
	border-bottom: 1px solid #ddd;
	display:none;
}

.services_faq-content p, .services_faq-content ol{
	padding: 10px 15px;
	margin: 0;
	color: black;
	line-height: 25px;
}

.services_faq .fa{
	display: none;
}
.services_faq-content p, .services_faq-content span, .services_faq-content ol{
	font-size: 15px !important;
	font-family: inherit !important;
	line-height: 20px !important;
}

.services_faq-content ol li{
	list-style-type: decimal;
	list-style-position: outside;
}

.services_faq-content ol {
	margin-left: 20px;
}
 #NoDisplay{
			  
			display:none;  
		  }


/********** services FAQ accordion (end) ***********/



/********** services forms (start) ***********/
.services_form-group {
	position: relative;
	height: 40px;
	padding: 5px 0;    
	margin: 20px 0;
}

.services_form-label {
	position: absolute;
	left: 0;
	font-size: 14px;
	color: #999;
	background-color: transparent;
	z-index: 10;
	transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
	transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}

.focused .services_form-label{
	-webkit-transform: translateY(-125%);
					transform: translateY(-125%);
	font-size: 0.75em;
}

.services_form-input{
	position: relative;
	padding: 12px 0px 5px 0;
	width: 100%;
	outline: none;
	border: 0;
	box-shadow: none;
	appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	border-bottom: 1px solid #5c75ae;
	-webkit-border-bottom: 1px solid #5c75ae;
	-webkit-transition: -webkit-border-bottom 150ms ease-out;
	transition: -webkit-border-bottom 150ms ease-out;
	-o-transition: border-bottom 150ms ease-out;
	transition: border-bottom 150ms ease-out;
	transition: border-bottom 150ms ease-out, -webkit-border-bottom 150ms ease-out;
	font-weight: bold;
}

.services_form-input--textarea{
	border: 1px solid #5c75ae;
}

.services_form-input--textarea:focus{
	border: 2px solid blue;
}

.services_form-input--textarea.filled{
	border: 2px solid #83ce44;
}

.services_form-input--textarea.filled-error{
	border: 2px solid red;
}

.services_form-input:focus{
	border-bottom: 2px solid blue;
}

.services_form-input.filled{
	border-bottom: 2px solid #83ce44;
}

.services_form-input.filled-error{
	border-bottom: 2px solid red;
}

.services_faq-captcha-container{
	margin: 20px 0;
	text-align: center;
}

.services_faq-captcha-container img{
	max-width: 250px;
	width: 100%;
	display: block;
	margin: 0 auto 10px auto;
}

.services_faq-captcha-container span{
	text-align: center;
	margin-left: 10px;
	font-size: 15px;
}

.services_form-container h2{
	background: none;
	color: black;
	padding-left: 0;
}

.services_form-container textarea {
	padding-left: 10px;
    padding-top: 10px;
	font-weight: bold;
	width: 100%;
}

.services_form-container textarea::-webkit-input-placeholder {
	color: #999;
	font-weight: normal;
}

input.services_form-input{
	background: #f2f2f2;
}

.faq_validation-msg{
	font-weight: bold;
	text-align: center;
}

.services_faq_error-msg{
	background: #ffdfe2;
	border: 1px solid red;
	border-radius: 5px;
	color: red;
}
.services_faq_error-msg p, .services_faq_success-msg p{
	text-align: center;
	padding: 20px;
	font-weight: bold;
}

.services_faq_success-msg{
	background: #82f782;
	border: 1px solid green;
	border-radius: 5px;
	color: green;
}

.services_faq-content{
	background: #f2f2f2;
}

input.services_form-input{
	background: none;
}

/********** services forms (end) ***********/

/* services - oligo services scroll to a div by clicking a link */
.services_jumptarget-msg:target {
	padding-top: 230px;
	margin-top: -230px;
}

/****************** Pagination **********************/

.pagination__pages {
	padding: 20px;
	color: grey;
}

.pagination__page-numb {
	padding: 5px 10px;
	display: inline-block;
	background: none;
	border-radius: 5px;
	border: 1px solid lightgrey;
	color: grey;
}

.pagination__page-numb.active {
	padding: 5px 10px;
	background: lightslategray;
	border-radius: 5px;
	border: 1px solid lightslategray;
	color: white;
}

#pagination {
	margin-bottom: 20px;
	text-align: center;
}

#pagination p{
	margin: 20px
}


/************* Responsive Table ************/
.light .resp_table-td {
	background: white;
}

.dark .resp_table-td {
	background: #e4e4e4;
}

.resp_table-td.cancel {
	color: red;
	background: lightpink;
}

.resp_table-td.saved {
	background: lightskyblue;
	color: darkblue;
}

.resp_table-td.processed{
	background: lightgreen;
	color: green;
}

.resp_table-td.pending{
	background: #ffc107;
	color: #343a40;
}

.resp_table-th {
	display: block;
	background: slategrey;
	color: white;
	padding: 10px 5px;
	min-width: 126px;
	width: 15%;
	text-align: right;
}

.resp_table-td-container {
	display: flex;
	margin: 10px 0;
	width: 100%;
}

.resp_table-td {
	padding: 10px 5px;
	width: 100%;
	text-align: center;
}

.resp_table-tr {
	padding: 35px 0;
	position: relative;
}


.resp_table-tr-desktop{
	display: none;
}

.resp_table {
	min-height: 500px;
}

.no_records_found p {
	padding: 40px;
	text-align: center;
	color: orangered;
	font-size: 25px;
}


/******************* large devices rules ******************/
@media only screen and (min-width: 768px){
	.button--services{
		display:inline-block;
	}

	.services__headline {
		padding: 0 73px 60px 60px;
	}

	.services__section-fat-line{
		margin: 0;
	}

	.services_banner-btns {
		margin-top: 0;
	}

	.button--services{
		margin: 0 15px;
	}

	.services__body h2{
		padding-left: 0;
	}

	.hero__services h1{
		margin-bottom: 70px;
		margin-top: 0;
	}

	.services__banner h1{
		padding-top: 139px;
	}

	/* services table (start) */
	.services__table-container{
		width: -webkit-fill-available;
		display: inline-block;
	}
	/* services table (end) */

	.services_main-body_fancy-links a{
		margin-left: 20px;
		line-height: 25px;
		color: #83ce44;
		font-weight: bold;
		display: inline-block;
		text-decoration: none;
		position: relative;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.services_main-body_fancy-links a:hover{
		color: #20457d;
	}
	
	.services_main-body_fancy-links a:hover:after{
		width: 100%;
	}
	.services_main-body_fancy-links a:after{
		content: "";
		position: absolute;
		height: 2px;
		background-color: #20457d;
		width: 0;
		left: 50%;
		bottom: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
		transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
	}

	.services__main-body h2{
		text-align: left;
	}

	.services_form-container{
		width: 48%;
		display: block;
	}

	.services_faq-container {
		width: 48%;
		display: block;
	}

	.services_faq-form-container {
		display: flex;
		justify-content: space-between
	}

	.services_banner h1{
		padding-top: 184px;
		font-size: 40px;
	}

	.services_faq .fa{
		display: block;
		position: absolute;
		right:0;
		top: 0;
		padding:10px;
	}	

	.services_faq-container > h3 {
		text-align: left;
		padding-left: 20px;
	}

	.services_faq-captcha-container img {
		max-width: 250px;
		display: inline;
		width: 100%;
		margin: 0 auto;
	}

	.services_jumptarget-msg:target {
		padding-top: 260px;
		margin-top: -260px;
	}

	.services__banner h1{
		text-align: left;
	}

	.services__banner .button--services{
		margin: 10px 0 0 0;
	}
}

@media only screen and (min-width: 1024px ){
	.resp_table {
		padding: 30px 0;
	}

	.resp_table_wrapper{
		max-width: 1000px;
		margin: 0 auto;
	}

	.resp_table-tr-desktop{
		display: flex;
		justify-content: space-evenly;
	}

	.resp_table-td {
		padding: 16px 5px;
		font-size: 14px;
	}

	.resp_table-tr {
		padding: 0;
		display: flex;
		justify-content: space-around;
	}

	.resp_table-th {
		text-align: center;
		font-size: 15px;
		background: none;
		color: darkgrey;
	}

	.resp_table-th-mobile {
		display: none;
	}
}