/*!
Theme Name:  ESR Blog
Theme URI:   http://www.esr.com
Description: ESR Blog
Author:      Alexis Prince
Author URI:  http://www.esr.com
Version:     1.0.0
 Template:   penguin
*/

@import 'https://fonts.googleapis.com/css?family=Questrial';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300';
@import 'css/bootstrap/dist/css/bootstrap.min.css';

/* Move down content because we have a fixed navbar that is 50px tall */

* {
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	background-position: 200% 0%;
}

body {
  font-family: 'Questrial', sans-serif;
	font-size:17px;
  padding-bottom: 20px;
  background-color: #fff;
  padding: 0 0 0 0 !important;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
}

body.loaded {
	overflow: auto;
}

.row {
	margin-right:0;
	margin-left:0;
}

.content-row {
	padding-bottom: 30px;
	padding-top:30px;
}
.content-row h1 {
	margin-top:0 !important;
}
.CenterTXT{ text-aligh:center;}

h1, h1 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #00afba;
	margin: 15px 5px 15px 5px;
	font-weight: lighter;
}


.super-nav-header {
	background-color: #00afba;
	max-height: 48px;
	clear: both;
	overflow: hidden;
	
}
.super-nav-header img {
	padding-top:0px;
	margin-right:5px;
	padding-bottom:2px;
}

.super-nav-header p,
.super-nav-header p a,
#loading-center-absolute p,
#loading-center-absolute p a {
	font-size:16px;
	font-family: 'Questrial', sans-serif;
	color:#fff;
	padding-top:16px;
}
.super-nav-header p a {
	padding:0;
	margin: 0;
	font-family: 'Questrial', sans-serif;
	margin-left:25px;
	
}
.super-nav-header p a:hover {
	text-decoration: none;
}
.super-nav-header .pull-right p {
	font-size:20px;
	padding-top:0px;
}
.super-nav-header .pull-right p:first-child {
	padding-top:10px;
}
.super-nav-header .pull-right p:last-child {
	margin:0;
	margin-bottom: 8px;
	margin-bottom: 8px;
}
.super-nav-header .pull-right p a {
	color:#fff;
	padding: 0 0 0 20px;
	font-size: 14px;
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:15px;
	background-color: #1f3847;
}
.super-nav-header .pull-right p a:hover {
	color:#1f3847;
	background-color: #f99d1c;
}
.super-nav-header .pull-right p span {
	padding-left: 20px;
	padding-right: 20px;
}
.super-nav-header .pull-right p input {
	border:1px solid #fff;
	background-color: #00afba;
	border-radius: 8px;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
}

/* START DO NOT EDIT */
.navbar-nav>li>.dropdown-menu {
	margin-top: -2px;
}
.nav { margin-bottom: 0;padding-top: 12px;}
.nav > li.dropdown { position: static; padding-bottom: 35px;}
.nav > li.dropdown.open .dropdown-menu,
.nav li.dropdown:hover > ul.dropdown-menu {
	display:table;
	width: 100%; 
	background-color: rgba(255, 255, 255, 1);
	left:0;
	right:0; }
.dropdown-menu>li { display: table-cell; }

.nav > li.dropdown .dropdown-menu li h2 a {
	color: #053652;
	font-size: 17px;
	border-bottom: 1px solid #053652;
	display: block;
}
.nav > li.dropdown .dropdown-menu li h2 a {
	text-decoration: none;
}
.nav > li.dropdown .dropdown-menu li p a {
	color: #000;
	font-size: 16px;
}



.dropdown-menu h2 {
	margin-top:10px;
}

h1.logo-text {
	font-size: 20px;
	font-family: 'Questrial', sans-serif;
	display: inline-block;
	position: 	relative;
	width: 100%;
	max-width: 288px;
	text-transform: uppercase;
	padding: 8px 0 0 0;
	margin-bottom: 0;
	font-weight: bold;
	margin-top: 15px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

h1.logo-text a {
	font-family: 'Questrial', sans-serif;
}

h1 a, h1 a:hover {
	color: #00bac9;
	text-decoration: none;
}

h1.logo-text::before {
	content: ' ';
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	
}

h1.logo-text::after {
	content: ' ';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	
}

h1.logo-text span.one {
	display: block;
	font-size: 21px;
	white-space: nowrap;
	letter-spacing: 7.4px;
	line-height: 120%;
}
h1.logo-text span.one.extra-width {
	letter-spacing: 8.6px;
}

h1.logo-text span.bigger {
	font-size: 28px;
}

.logo-sub-text {
	opacity: 0;
}

/* END DO NOT EDIT */

/* This CSS controlls the animation for the navigation. */
/* START DO NOT EDIT */


.notTop .super-nav-header {
	max-height: 50px;
}

.notTop .super-nav-header h1.logo-text {
	padding-top:4px;
	margin: 0;
	max-width: 185px;
}
.notTop h1.logo-text::before {
	top: 1px;

}
.notTop .super-nav-header h1.logo-text::before,
.notTop .super-nav-header h1.logo-text::after {
	border-width: 1px !important;
}

.notTop .super-nav-header h1.logo-text span.one {
	font-size:10px;
	line-height: 12px;
	letter-spacing: 7.3px;
}
.notTop .super-nav-header h1.logo-text span.one.extra-width {
	letter-spacing: 8.2px;
}
.notTop .super-nav-header h1.logo-text span.one span {
	font-size: 14px;
}
.notTop .super-nav-header img {
	max-width: 200px;
	padding-top:10px;
}
.notTop .super-nav-header .pull-left p {
	padding:0;
	margin: 0;
	line-height: 90%;
}

.notTop .super-nav-header .pull-left p a {
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
}

.notTop .super-nav-header .pull-right p:first-child {
	display: none;
}

.notTop .super-nav-header .pull-right p {
	padding-top:0;
	padding-left:0;
	line-height: 50px;
	float: right;
}

.notTop .nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.notTop .logo-sub-text {
	opacity: 1;
}

.notTop .logo-sub-text p {
	margin: 13px 0 0 0;
	padding-bottom: 0;
	line-height: 16px;
	font-size: 16px;
	color: #1f3847;
	font-family: 'Questrial', sans-serif;
}
/* STOP DO NOT EDIT */

.nav-wrapper {
	min-height: 108px;
	border-bottom:1px solid #1f3847;
	background: #fff;
	padding-top: 20px;
	
}

.align-right {
	text-align: right !important;
}

.nav>li>a {
	font-size: 17px;
	color: #053652;
	font-family: 'Questrial', sans-serif;
    position: relative;
	display: block; 
	padding: 10px 12px;
	
}

/*.nav>li>a::after {
	content: ' ';
	width: 1px;
	height: 10px;
	border-left: 1px solid #fff;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top:-5px;
}
.nav>li:last-child>a::after {
	display: none;
}*/

.nav>li>a:focus, .nav>li>a:hover {
	background: #1f3847;
	color: #fff;
}

.carousel .img-responsive {
  width:100%;
}

.white-background {
	background-color: #fff !important;
}
.white-background p a {
	color:#000;font-size:16px;
	font-family:'Questrial', sans-serif;
}

.offwhite-background {
	background-color: #f5f5f5 !important;
}


.grey-background {
	background-color:#f2f2f2 !important;
}
.greyNborders-background {
	background-color: #f5f5f5 !important;
	border-top: thin solid #d2cbd0;
	border-bottom: thin solid #d2cbd0;
}

.darkgrey-background {
	background-color:#053652  !important;

}

.darkred-background {
	background-color: #510505 !important;
	
}

.paralax {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-attachment: fixed;
    -webkit-background-position: center;
    -webkit-background-size: cover;
    -moz-background-attachment: fixed;
    -moz-background-position: center;
    -moz-background-size: cover;
}

.paralax-one {
	background-image: url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/homepage-banners/paralax-1.png);
	min-height: 400px;
}

.paralax-two {
	background-image: url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/homepage-banners/paralax-2.png);
	min-height: 283px;
}

.paralax-three {
	background-image: url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/homepage-banners/paralax-3.jpg);
}
.paralax-four {
	background-image: url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/homepage-banners/paralax-4.png);
}

.paralax-five {
	background-image: url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/homepage-banners/paralax-5.png);
}
.row-one {
	padding-bottom: 40px;
}

.row-two {
	padding-top: 20px;
	padding-bottom: 30px;	
}

.row-four {
	min-height: 527px;
}

.row-four,
.row-five,
.row-seven,
.row-eight {
	padding-bottom: 60px;
}

.row-seven {
	padding-bottom: 40px;
}

.row-six,
.row-nine,
.paralax-one {
	padding-bottom: 20px;
}

.row-five,
.row-seven,
.row-eight,
.row-nine {
	border-top:2px solid #fff;
}

.row-nine .row {
	margin-bottom: 20px;
}

.sub-row {
	min-height: 170px;
}

.row h1,
.row-one h1,
.row-two h1,
.row-three h1,
.row-four h1,
.row-five h1,
.row-six h1,
.row-seven h1,
.row-eight h1,
.row-nine h1,
.row-ten h1,
.row-eleven h1,
.row-six h2,
.row-six h2 a  {
	color: #053652;
	font-size:24px;
	line-height: 24px;
	margin: 30px 0;
}

.row-two h1,
.row-eight h1 {
	color: #fff;
	font-family: 'Questrial', sans-serif;
	font-size:35px;
}

.row-three h1,
.row-ten h1,
.row-eleven h1 {
	
	    display: inline-block;
    margin: 10px 0 35px 0;
    line-height: 58px;
    color: #fff;
    text-align: center;
    margin-left: 38%;
    font-size: 35px;
}

.row-six h1 {
	color: #fff;
}

.row-four h1,
.row-five h1,
.row-seven h1,
.row-nine h1 {
	color: #fff;
}

.row-ten h1 {
	color: #000;
}


.row-three .bucket,
.row-five .bucket {
	background-color: #00afba;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	margin-left: 2%;
	width: 18%;
	border-radius: 5px;
}
.row-one .bucket
 {     background-color: #fff;
    padding: 0 0 20px 0;
    margin-left: 10%;
    width: 300px;

}

.row-one .bucket
 {     background-color: #fff;
    padding: 0 0 20px 0;
    margin-left: 8%;
    width: 300px;

}
 .bucketBlog
 {  
    padding: 0 0 20px 0;
    margin-left: 7%;
    width: 300px;
}
.Blog {font-family:'Questrial', sans-serif; padding:0 8px 0 8px; font-size:16px; color:#666;}
.blogLinks {color:#000; font-size:17px;}


.row-one .bucket h3 a:hover {color:#00bac9}
.row-five .bucket,
.row-nine .bucket {
	text-align: left;
	background-color: transparent;
}

.row-ten .bucket {
	width: 23%;
	margin: 0 1%;
	background-color: rgba(204, 204, 204, 0.6);
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	padding:15px;
}

.row-one .bucket h2,
.row-three .bucket h2,
.row-five .bucket h2,
#types-of-dui-carousel .item h2,
.row-nine .bucket h2,
.row-four .flipper-content h2 {
	color: #000;
	font-size: 18px;
	padding: 8px;
	margin: 0;
	text-indent: 0;text-align:center;
}
.row-one .bucket h3 a {color: #000;
	font-size: 18px;
	padding: 8px;
	margin: 0;
	text-indent: 0;text-align:left;
text-decoration:none;
}.row-one .bucket h3 a:hover {color: #fea030;

}
	

.flipper-content h2 {
	font-size: 14px;
}

.row-nine .bucket h2 a,
.flipper-content h2 a, 
.row-nine .bucket h2 a:hover,
.flipper-content h2 a:hover {
	 color: #000;
    font-size: 16px;
    font-family: 'Questrial', sans-serif;

}


.row-four h2,
.row-nine h2 {
	color: #fff;
	font-size: 22px;
	margin-top: 0;
}

.row-nine h2 {
	margin-top:10px;
	text-indent: 15px;
}

.row-six h2,
.row-six h2 a  {
	color: #fff;
	margin-top:0;
	margin-bottom: 15px;
	font-size: 18px;
}

.row-twelve h2 {
	color: #fff;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	padding-bottom:20px;
	font-size: 18px;
	background-image: url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/home/footerHeaderLine.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	bottom: 0px;
}

.row-four h3 {
	margin: 0 0 15px 0;
	padding:0;
	color: #fff;
	font-size: 18px;
}

.row-two h2,
.row-eight h2,
.row-eight h2 a {
	color: #042c44;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Questrial', sans-serif;
	padding-top:20px;
}

.row-one .bucket p,
.row-three .bucket p,
.row-five .bucket p {
	margin: 0;
}

.row-two p,
.row-eight p {
	    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Questrial', sans-serif !important;
}

.row-seven p,
.row-nine p {
	margin: 10px 0;
	color: #fff;
}

.row-seven p {
	text-align: center;
}

.row-nine p {
	margin: 0;
}

.row-twelve p {
	color: #fff;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
}

.row-ten p {
	margin:0;
	padding-bottom: 0;
	font-size: 12px;
	color: #510505;
}

.flipper-content p {
	padding: 0;
	margin: 0;
}

.row-six p,
.row-six p a {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.row-nine p a:hover {
	color: #fff;
}

.row-twelve p a:hover {
	color: #00bac9;
}

.row-one .bucket ol,
.row-three .bucket ol {
	padding: 15px 0 0 30px;
	margin-bottom:15px;
	overflow: hidden;
	max-height: 170px;
}
.row-one .bucket ol.open,
.row-three .bucket ol.open {
	max-height: 400px;
}
.row-one .bucket ol li,
.row-three .bucket ol li {
	font-size: 15px;
	margin: 0 0 10px 0;
	color:#330202;
}
.row-one .bucket ol li a,
.row-three .bucket ol li a {
	color:#330202;
}

.row-one .bucket hr,
.row-three .bucket hr {
	margin: 15px 0;
}

.row-one .bucket p.view-more,
.row-three .bucket p.view-more {
	text-align: center;
	margin: 15px 0;
}

.row-one .bucket p.view-more a,
.row-three .bucket p.view-more a {
	font-size: 14px;
	color: #330202;	
	position: relative;
	display: inline-block;
}
.row-one .bucket p.view-more a::before,
.row-three .bucket p.view-more a::before {
	position: absolute;
	top: -2px;
	left:-30px;
	content: '+';
	width: 25px;
	height: 25px;
	font-size: 25px;
	line-height: 20px;
	border-radius: 50%;
	border:3px solid #330202;
}
/* START DO NOT EDIT */
@-moz-keyframes spin {
	
	0% {
		opacity: 1;
	}

	50% {
		opacity: .5;
	}

	100% { 
		opacity: 1;
		-moz-transform: rotate(360deg); 
	} 
}
@-webkit-keyframes spin { 
	
	0% {
		opacity: 1;
	}

	50% {
		opacity: .5;
	}

	100% { 
		opacity: 1;
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin { 
	
	0% {
		opacity: 1;
	}

	50% {
		opacity: .5;
	}

	100% { 
		opacity: 1;
		-webkit-transform: rotate(360deg); transform:rotate(360deg); 
	} 
}
/* END DO NOT EDIT */

.row-one .bucket p.view-more.open a::before,
.row-three .bucket p.view-more.open a::before {
	content: '-';
	line-height: 16px;
	-webkit-animation:spin .33s linear;
    -moz-animation:spin .33s linear;
    animation:spin .33s linear;
}
.row-four p {
	color:#fff;
	font-size: 13px;
}
/* START DO NOT EDIT */

.down-arrow {
	position: relative;
}
.down-arrow::before {
	content: '';
	text-align: center;	
	width: 0; 
	height: 0; 
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left:-20px;
}

/* END DO NOT EDIT */

.yelp-badge {
	padding:15px 0;
}

.by-line {
	font-size: 12px;
	padding-bottom: 15px;
}

.by-line span {
	margin: 0 20px;
}

/* TO BE REMOVED */

.placeholder-large {
	width: 100%;
	max-width: 368px;
	margin: 0 auto;
	min-height: 368px;
	background-color: grey;
	margin-bottom: 15px;
}

.placeholder-small {
	width: 100%;
	min-height: 150px;
	background-color: grey;
}

/* END TO BE REMOVED */


#loading{
	background-color: #1f3847;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999;
	margin-top: 0px;
	top: 0px;
	-webkit-transition: all .75s;
	-moz-transition: all .75s;
	-o-transition: all .75s;
	transition: all .75s;
}

.loaded #loading {
	top:-100%;
	opacity: 0;
	visibility: hidden;
}

#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 300px;
	width: 320px;
	margin-top: -150px;
	margin-left: -170px;
}
#loading-center-absolute h1 {
	margin-bottom: 10px;
}
#loading-center-absolute p {
	margin-bottom: 100px;
}
.object{
	width: 18px;
	height: 18px;
	background-color: #fff;
	float: left;
    margin-top: 15px;
	margin-right: 25px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	-webkit-animation: object 1s infinite;
	animation: object 1s infinite;
}
.object:last-child {
	margin-right: 0px;
	}

.object:nth-child(10){
	-webkit-animation-delay: 1s;
    animation-delay: 1s;
	}
.object:nth-child(9){
	-webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
	}
.object:nth-child(8){
	-webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
	}
.object:nth-child(7){
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	}	
.object:nth-child(6){
	-webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
	}
.object:nth-child(5){
	-webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
	}
.object:nth-child(4){
	-webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
	}
.object:nth-child(3){
	-webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
	}
.object:nth-child(2){
	-webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
	}								

@-webkit-keyframes object{
50% {
    -ms-transform: translate(0,-50px); 
   	-webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
	}
}		
@keyframes object{
50% {
    -ms-transform: translate(0,-50px); 
   	-webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
	}
}

#new-feed-carousel {
   padding: 0 50px 0;
    margin-bottom: 5px;
    padding-top: 10px;
    width: 950px;
    float: right;
}

#new-feed-carousel .item {
	padding:10px;
}
#new-feed-carousel .carousel-control,
.testimonial-carousel-controls .carousel-control {
	background-image: none !important;
	width: 50px;
}

#new-feed-carousel .glyphicon {
	color: #666666;
}

.testimonial-carousel-controls .carousel-control {
	position: relative;
	height: 150px;
	background-color: #00afba;
	display: block;
	opacity: 1;
	margin-bottom: 15px;
}

#testimonial-carousel .item .testimonial {
	background-color: #fff;
	position: relative;
	min-height: 285px;
	margin-bottom: 40px;
}
#testimonial-carousel .item .testimonial::after {
	position: absolute;
	content: '';
	width:0;
	height: 0;
	bottom: -15px;
	right:-15px;
	border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #fff;
    -webkit-transform: rotate(90deg); transform:rotate(90deg); 
}
#testimonial-carousel .item p {
	color: #777777;
    font-size: 16px;
    padding: 20px;
    font-family: 'Questrial', sans-serif;
}

.glyphicon-search {
	font-size: 15px;
}

.back-to-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
	background: #fff;
	font-size: 26px;
	color: #510505;
	text-align: center;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	line-height: 50px;
	-webkit-box-shadow: #666 0px 0px 5px;
	-moz-box-shadow: #666 0px 0px 5px;
	box-shadow: #666 0px 0px 5px;
	opacity: 0;
	cursor: pointer;
}

.notTop .back-to-top {
	opacity: 1;
}

.flipper-wrapper {
	position: relative;
	width: 100%;
}

.flipper {
	width: 100%;
}

.flipper.inactive {
	display: none;
}

.modal-demo {
    background-color: #FFF;
    width: 600px;
    border: #000 solid 1px;
    border-radius: 10px;
    box-shadow: 0 8px 6px -6px black;
    text-align: left;
    display: none;
}
.title {
    padding: 10px 20px 15px 20px;
    line-height: 18px;
    font-size: 18px;
 
}
.text {
    padding: 0 20px 20px 20px;
}
.close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.flipper-content {
	min-height: 100px;
	text-align: center;
	padding:5px;
	margin: 0;
}

#types-of-dui-carousel  {
	background-color: #fff;
	padding:0;
	margin: 0;
}

#types-of-dui-carousel .item  {
	text-align: center;
}
#types-of-dui-carousel .item p  {
	margin: 23px 0;
}
#types-of-dui-carousel .item img {
	border: 1px solid #cac293;
    background-color: #510000;
    padding: 5px;
    margin-bottom: 10px;
}

.carousel-control.right,
.carousel-control.left {
	background-image: none;
}


.col-md-6.wow.zoomInLeft h1,
.col-md-6.wow.zoomInRight h1 {
	margin-top: 0;
}

#slider {
position:relative;
//See the "style-pack" below for image
}
#slider img {
position:absolute;
top:0px;
left:0px;
display:none;
}

.row-nine .carousel-control .glyphicon-chevron-left,
.row-nine .carousel-control .glyphicon-chevron-right,
.row-nine .carousel-control .icon-next,
.row-nine .carousel-control .icon-prev {
	margin-top: -30px;
}

label {
	color: #fff;
}

.form-group {
	overflow: hidden;
	margin-bottom: 25px;
}

.btn-primary {
	background-color: #f99d1c !important;
    border-color: #ec8c05 !important;
    color: #fff;
    text-transform: uppercase;
}

.btn-hire {
	background-color: #fe971d !important;
    border-color: #fec27c !important;
    color: #fff;
    text-transform: uppercase;
	margin-right: 15px;
}

.clearTopMargin {
	margin-top: 0 !important;
}

.tp-banner-container{
	max-height: 500px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding:0 0 0 0;
	background-color: #fff;
}

.carousel-fade {
	background-color: #fff;
	position: relative;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item p {
	margin: 0;
	padding:0;
}
.carousel-fade .carousel-inner .item img {
	width: 100%;
	max-height: 1027px;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.content-container {
	
	position: absolute;
	bottom: 150px;
	left: 15%;
	padding: 25px;
}
.content-container h1 {
	letter-spacing: 1.5px;
	color: #fff;
	font-family: 'Questrial', sans-serif;
	
}
.content-container .btn.btn-primary {
	margin-right: 20px;

}
.color-padding {
	padding:2px;
	background-color: #fff;
	border: 2px solid #b4a76d;
}

.top-padding-row { 
	padding-top: 60px;
}

.fifty-up-top {
	margin-top: -50px;
}

.category-menu,
.category-menu li {
	margin: 0;
	list-style: none;
	padding:0;
}
.category-menu {
	margin-top: 30px;
	border-top: 1px solid #333;
}
.category-menu li a {
	color: #333333;
	font-size: 14px;
	padding: 10px; 
	display: block;
	border-bottom: 1px solid #333;
	border-right: 3px solid #fff;
}
.category-menu li a:hover {
	border-right: 3px solid #820409;
	color: #820409;
	text-decoration: none;
}

.sub-category-menu {
	margin: 0;
	padding:0;
}

.sub-category-menu,
.sub-category-menu a {
	color: #820409;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
.sub-category-menu li {
	margin: 15px 0 15px 25px;
}

h2, h2 a, h2 a:hover {
	text-decoration: none;
	color: #083751;
	font-size: 18px;
	font-weight: 700;
	/*margin-left: 10px;*/
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color:#000;	
}
.container {
    width: 1298px;
	padding-right: 2px;
    padding-left: 2px;
    margin-right: auto;
    margin-left: auto;
	
}
.bannerSmalltxt {  font-family:'Questrial', sans-serif;
	color:#fff;
	font-size:20px;
	line-height:normal;

}

.grey-topBan {background: #e9e9e9; 
} 

.grey-topBan p {
	font-family: 'Questrial', sans-serif;
	color:#072132;
	font-size: 28px;
	text-align: center;
	line-height:28px;
} 
.whiteTxt { color:#fff; }
.row-three .bucket p {color: #333; font-family: 'Questrial', sans-serif; font-size:16px; text-align:center;}
.esrDiffTXT a:hover{
    color: #000;
    font-family: 'Questrial', sans-serif;
    font-size: 16px;
    text-align: center;
	text-decoration:none;
}
.txtLeft {text-align:left;}

/* Flat divider
-------------------------------------------------------------- */
.flat-divider {
    width: 100%;
    position: relative;
}

.flat-divider.d20px {
    height: 20px;
}

.flat-divider.d30px {
    height: 30px;
}

.flat-divider.d40px {
    height: 40px;
}

.flat-divider.d50px {
    height: 50px;
}

.flat-divider.d60px {
    height: 60px;
}

.flat-divider.flat-border {
    border-top: 1px solid #f2f2f2;
}

.bg-themes {
    background-color: #00bac9;
}
.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 50px 0;    
}

.pad-top0px { padding-top: 0; }
.pad-bottom0px { padding-bottom: 0; }
.pad-bottom20px { padding-bottom: 20px; }
.pad-bottom40px { padding-bottom: 40px; }
.pad-bottom100px { padding-bottom: 100px; }

/* Page title
-------------------------------------------------------------- */
.page-title {
	padding: 125px 0 45px 0;
	margin-bottom: 50px;
}

.page-title .page-title-heading h1.title {
	margin: 0 0 5px 0;
	color: #fff;
}

.page-title .breadcrumbs ul li {
	display: inline-block;
	color: #ccc;
	margin-right: 10px;
}

.page-title .breadcrumbs ul li a {
	color: #00bac9;
	position: relative;
}

.page-title .breadcrumbs ul li a:before {
	position: absolute;
	left: 0;
	top: 100%;
	content: "";
	width: 0;
	height: 2px;
	background-color: #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.page-title .breadcrumbs ul li a:hover:before {
	width: 100%;
}/* Services main text */
.services-main-text {
    padding-left: 15px;
}

.main-text h3 {
    margin-bottom: 18px;
    margin-top: 37px;
}

.main-text h3.style1 {
    margin-top: 0;
}

.main-text p {
    padding-bottom: 20px;
}

.main-text p:last-child {
    padding-bottom: 0;
}

/* Main text style1 */
.main-text.style1 h3.title {
    position: relative;
    margin-top: 51px;
}

.main-text.style1 h3.title:after {
    position: absolute;
    right: -15px;
    top: -15px;
    content: "";
    width: 1px;
    height: 57px;
    background-color: #dddddd;
}
.solutionsTXT{color:#053652!important; 
	text-align:center;
	font-size:28px;
font-family: 'Questrial', sans-serif;
	font-weight:bold;
}
.solutionsICONS {margin-right: 12px;}
.row-three { border-bottom: 1px solid #fff; }
.checkmark {
	background-image: url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/homepage-banners/full-lg-checkmark.png);
	background-repeat: no-repeat;
	background-position: 80% 0%;
}
/* accordian styles*/

.panel {
 background-color: transparent;
	border-bottom: solid 1px #8097a4;
}
.panel-default {
    border-color: #053652;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
color: #fff;
background-color: transparent;
}
.panel-group {
    margin-bottom: 20px;
    background-color: transparent;
}

.panel-body {
padding: 15px;
color: #fff;
background-color: #053652;

}
.panel-default>.panel-heading {
color: #333;
background-color: #053652;
border-color: #053652;
border-bottom: solid 1px #8097a4;
}
a {color:#fd971f;}
a:hover{color:#00bac9;}
.panel-heading {
padding: 10px 15px;

}
.counter .counter-image {
float: left;
margin: 5px 15px 0 0;
}
.counter .numb-count {
font-size: 24px;
color: #333333;
}
.counter .counter-title {
lear: both;
display: inline-block;
width: 100%;
border-top: 1px solid rgba(0, 0, 0, 0.1);
 padding-top: 15px;
 margin-top: 10px;
}
.counter .counter-title strong {
font-weight: 600;
}
.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
    text-decoration: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #8097a4;
}
.right {float:right;}
.pushmeRight {margin-left:50px;}
/* @media styles*/

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
.row-one .bucket
 {     background-color: #fff;
    padding: 0 0 20px 0;
    margin-left: 2%;
    width: 300px;

}

}


.interior-banner {
	overflow: hidden;
	margin-top:150px;
	height: 190px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.interior-banner h1 {
	color:#fff;
	font-family: 'Questrial', sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-top: 80px;
	margin-left: 20px;
}

.interior-banner p {
	color: #fff;
	margin: 0;
	text-indent: 20px;
}


@media (max-width: 979px) {

	.interior-banner {
		margin-top:0;
	}
	.interior-banner h1 {
		font-size: 16px;
		text-indent: 15px;
	}

	.pull-left,
	.pull-right {
		float: none !important;
		clear: both;
		width: 100%; 
	}

	.nav > li.dropdown {
		padding-bottom: 0;
	}

	.super-nav-header {
		max-height: 1000px;
	}

	.super-nav-header .pull-left {
		width: 50%;
		float: left !important;
		clear: none;
	}

	.carousel.slide.carousel-fade {
		display: none;
	}

	.container {
		width: 100%;
		overflow: hidden;
	}

	.row-three h1, .row-ten h1, .row-eleven h1 {
		margin: 0;
	}

	.row-three .bucket, .row-five .bucket {
		width: 100%;
	}


	.nav > li.dropdown.open .dropdown-menu, .nav li.dropdown:hover > ul.dropdown-menu {
		position: relative;
		display: block;
	}

	.navbar-fixed-bottom, .navbar-fixed-top {
		position: relative;
	}

	.nav {
		margin: 10px 0;
		padding: 0;
	}

	.nav-wrapper .container {
		padding:0;
	}

	.navbar {
		margin-bottom: 0;
	}

	.caret {
		margin-left: 5px;
	}

}
.stickLeft {padding-right:25px; padding-top:50px; float:left;}
.imgRight{float:right; margin: 10px;}
.imgLeft {float:left; margin: 10px;}
.imgMove  {margin: 5px 10px 5px -5px;}
.row-twelve a { color:#fff; }
.row-three a {
	color: #fff;
	font-weight: normal;
}
.int-lists {margin-left:400px;}
.pageBG-grey {
    background-color: #efefef;
    width: auto;
    height: auto;
}
.pushPleft{margin-left:10px;}
.pushIMGRight {margin-left:120px;}
.drkBlue {color:#21a8ca;}
.ltblue {color:#77d7ef;}
.orangeTXT {color:#f69731!important;}
.esrBlue {color:#1d1a33;}
p {
    margin: 0 0 10px 10px;
}
.bgWhite {background-color:#fff;}
.bgGreyCol {background-color: #efefef;}


.well { border-color: white; 
	border-radius: 0;
    background-color: #fff;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05) inset, 0 1px 3px rgba(0, 0, 0, 0.125);
padding:0; margin:0;}

.border{padding:0; margin:0;}
.formColborder {
	border: 10px solid #DFDFDF;
}
.portfolio4-area .portfolio2-overley .content p {
    color: #ffffff;
    left: 0;
    position: absolute;
    right: 0;
    bottom: -62%;
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.5s ease 0s;
    padding: 0 15px;
}

/* ------------------------------------
Services Grid Pages Styling Start Here 
---------------------------------------*/
.portfolio4-area {
  padding: 20px 0;
  position: relative;
}
.portfolio4-area .single-portfolio-area {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  font-size: 16px;
  max-width:222px;
}
.portfolio4-area .single-portfolio-area .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio4-area .single-portfolio-area .portfolio-img a {
  display: block;
}
.portfolio4-area .single-portfolio-area .portfolio-img a img {
  width: 100%;
}
.portfolio4-area .single-portfolio-area .portfolio-img:after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(28, 185, 200, 0.9);
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
}
.portfolio4-area .single-portfolio-area:hover .portfolio-img:after {
  opacity: 1;
}
.portfolio4-area .single-portfolio-area:hover .portfolio2-overley .content h3 a {
  top: 34%;
}
.portfolio4-area .single-portfolio-area:hover .portfolio2-overley .content p {
  bottom: -100%;
}
.portfolio4-area .portfolio2-overley {
  text-align: center;
}
.portfolio4-area .portfolio2-overley .content h3 a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  left: 0;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -62%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transition: all 0.5s ease 0s;
}
.portfolio4-area .portfolio2-overley .content h3 a:after {
  position: absolute;
  content: "";
  width: 15%;
  height: 3px;
  background: #ffffff;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.portfolio4-area .portfolio2-overley .content p {
  color: #ffffff;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  /* IE 9 */
  -webkit-transform: translateY(-100%);
  /* Chrome, Safari, Opera */
  transition: all 0.5s ease 0s;
  padding: 15px 25px 0px 15px;
  height: 152px;
  margin: 0;
	
}
.portfolio4-area .portfolio2-overley .content h3 {
  margin-bottom: 0;
}
.single-portfolio-page-area {
  padding: 90px 0;
}
.single-portfolio-content-area h3 {
  color: #222222;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  line-height: 30px;
}
.single-portfolio-content-area h3:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: #1cb9c8;
  bottom: 0px;
  left: 0;
  margin: auto;
}
.single-portfolio-content-area .portfolio-info li span {
  font-weight: 600;
  color: #222222;
}
/* ------------------------------------
Services Grid Pages Styling Ends Here 
---------------------------------------*/
.serviceWhite, .serviceWhite:hover {color:#fff;}
/* ------------------------------------
pull left span Styling starts Here 
---------------------------------------*/

.about-inner-page2-area .about-us-content .pull-left span {
    font-size: 30px;
    color: #cdcdcd;
    line-height: 1.4;
    position: relative;
}
.about-inner-page2-area .about-us-content .pull-left span:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    background: #1cb9c8;
    bottom: -10px;
    left: 0;
}
.about-inner-page2-area .about-us-content .media-body h3.media-heading {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 20px;
}.about-inner-page2-area .about-us-content .media-body h3.media-heading {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
    margin-bottom: 20px;
}
/* ------------------------------------
pull left span ends Here 
---------------------------------------*/
.about-content-area .about-us-content h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 28px;
}
.about-content-area .about-us-content h2 span {
  color: #1cb9c8;
}
.about-content-area .about-us-content .single-service a.media-left {
  color: #ffffff;
  height: 60px;
}
.about-content-area .about-us-content .single-service a.media-left span {
  font-size: 48px;
  margin-right: 10px;
  color: #1cb9c8;
}
.about-content-area .about-us-content .single-service a.media-left span:hover {
  color: #ffffff;
}
.about-content-area .about-us-content .single-service .media-body h3 {
  margin: 0 0 5px;
  font-size: 22px;
}
.about-content-area .about-us-content .single-service .media-body h3 a {
  color: #ffffff;
  text-decoration: none;
}
.about-content-area .about-us-content .single-service .media-body h3 a:hover {
  color: #1cb9c8;
}
.about-content-area .about-us-content .single-service .media-body p {
  color: #dddddd;
}
.about-inner-page2-area .about-us-content .pull-left span {
  font-size: 30px;
  color: #cdcdcd;
  line-height: 1.4;
  position: relative;
}
.about-inner-page2-area .about-us-content .pull-left span:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  background: #1cb9c8;
  bottom: -10px;
  left: 0;
}

/* ------------------------------------
detail page content padding starts here
---------------------------------------*/
.acurate {
  margin: 0;
  padding: 0;
}
.padding-top {
  padding-top: 30px;
}
.padding-top1 {
  padding-top: 35px;
}
.padding-top2 {
  padding-top: 60px;
}

/* ------------------------------------
detail page content padding ends here
---------------------------------------*/
/*-------------------------------------
About Page Inner Section Start Here 
---------------------------------------*/
.about-inner-page-area {
  padding: 90px 0;
}
.about-inner-page-area .about-inner-page ul.nav-tabs {
  border: 0;
  margin-bottom: 30px;
  text-align: center;
}
.about-inner-page-area .about-inner-page ul.nav-tabs li {
  display: inline-block;
  float: inherit;
  border: 2px solid #1cb9c8;
  margin-right: 30px;
}
.about-inner-page-area .about-inner-page ul.nav-tabs li.active a {
  background: #1cb9c8;
  border: 0 none;
  color: #ffffff;
  margin: 0;
}
.about-inner-page-area .about-inner-page ul.nav-tabs li a {
  display: block;
  padding: 10px 75px;
  border-radius: 0;
  font-size: 18px;
  color: #1cb9c8;
  font-family: 'Questrial', sans-serif;
  border: 0;
  margin: 0;
}
.about-inner-page-area .about-inner-page ul.nav-tabs li a:hover {
  background: #1cb9c8;
  color: #ffffff;
}
.about-inner-page-area .about-inner-page .tab-content {
  margin-top: 70px;
}
.about-inner-page-area .about-inner-page .tab-content .tab-pane .media a.pull-left {
  margin-right: 50px;
}
.about-inner-page-area .about-inner-page .tab-content .tab-pane .media a.pull-left img {
  width: 100%;
}
.about-inner-page-area .about-inner-page .tab-content .tab-pane .media a.pull-left img:hover {
  opacity: .8;
}
.about-inner-page-area .about-inner-page .tab-content .tab-pane .media .media-body h2.media-heading {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.about-inner-page-area .about-inner-page .tab-content .tab-pane .media .media-body h2.media-heading:after {
  background: #1cb9c8;
  bottom: 0px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
/*-------------------------------------
About Page Inner Section ends Here 
---------------------------------------*/
ul.nav-tabs {
  border: 0;}
ul.nav-tabs li {
  float: none;
  margin: 0 0 8px 0;
}
ul.nav-tabs li.active {
  background: #1cb9c8;
}
ul.nav-tabs li.active a {
  color: #ffffff;
  margin: 0;
  border: 1px solid #1cb9c8;
}
ul.nav-tabs li a {
  display: block;
  background: transparent;
  border-radius: 0;
  font-size: 13px;
  margin: 0;
  padding: 5px;
  border: 1px solid #1cb9c8;
  width: 300px;
}
ul.nav-tabs li a:hover {
  color: #ffffff;
  margin: 0;
  border: 1px solid #1cb9c8;
  background: #1cb9c8;
}
.SideImgLeft {margin: 10px 15px 5px 0px; float:left;}
.holdSide{margin-left:50px;}
.introP {font-size:18px;}
/*-------------------------------------
Greyscale img Starts Here 
---------------------------------------*/
img.greyScaleEffect {
    filter: url("http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.comdata:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}
img.greyScaleEffect:hover {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
Â Â Â filter: none;
}
.greyTXT {color:#333333; font-size:24px; font-family: 'Open Sans', sans-serif;}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.full-width-center {
	padding:50px 0;
	text-align: center;
}

.teal {
	background-color: #2ea2aa;
	min-height: 350px;
	padding: 20px 0;
}
.teal div h3 {color:#fff;}
.checkboxbg {
	background: center center no-repeat url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/app-support-center/Applicant-Support-Center-2.png);
	min-height: 241px;
	padding:70px 0;
}

.checkboxbg.down-arrow::before {
	border-top-color: #2ea2aa;
}

.checkboxbg ul li,
.hexagons ul li {
	margin: 10px 0;
	list-style: none;
}

.checkboxbg ul li a,
.hexagons ul li a {
	color: #1f3847;
	font-size:16px;
	display: block;
	position: relative;
	font-weight: bold;
}

.hexagons ul li a {
	color: #fff;
}

.checkboxbg ul li a:hover,
.hexagons ul li a:hover,
.peoplebg li a:hover,
.white-links li a:hover,
.checkboxbg ul li a:active,
.hexagons ul li a:active,
.peoplebg li a:active,
.white-links li a:active,
.checkboxbg ul li a:focus,
.hexagons ul li a:focus,
.peoplebg li a:focus,
.white-links li a:focus {
	text-decoration: none;
}

.checkboxbg ul li > a::after,
.hexagons ul li > a::after {
	content: "+";
	width: 22px;
	height: 22px;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	background-color:#f59331;
	color: #fff;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.hexagons ul li > a::after {
	background-color: #fff;
	color: #095b6f;
}

.checkboxbg ul li a[aria-expanded="true"]::after,
.hexagons ul li a[aria-expanded="true"]::after {
	content: "-";
}


.hexagons {
	background-color: #095b6f;
	background-position: right;
	background-image:  url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/applicant-page-parallax.jpg);
	min-height: 237px;
}

.hexagons h2 {
	color: #37bbc2;
}

.hexagons ul {
	margin-left:30px;
}

.peoplebg {
	background: #2fa2ab  url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/app-support-center/Applicant-Support-Center-4.png);
	min-height: 313px;
	border-top:3px solid #fff;
}

.peoplebg h2 {
	color:#000000;
}

.peoplebg li {
	list-style: none;
	margin: 10px 0;
}

.peoplebg li li {
	list-style: none;
	margin: 10px 0;
	font-size:15px;
}

.peoplebg li a {
	color: #000;
}

.center {
	text-align: center;
}

.teal div {
	padding-left:40px;
	padding-right: 40px;
}

.teal div h2 {
	color:#000;
	border-bottom: 1px solid #fff;
	padding-bottom:5px;
	text-align: center;
}

.teal div a {
	color:#fff;
}

.teal div li,
.teal div p {
	color: #000;
	list-style: none;
	font-size: 16px;
	position: relative;
	line-height: 25px;
}

.teal div p,
.teal div ul {
	padding-left: 0;
	margin-left: 0;
}

.teal p,
.peoplebg p {
	color: #000;
	font-size:16px;
}

.teal div li {
	padding-left: 15px;
}
.teal div li::before { 
	content: "Â·";
	color:#fff;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 25px;
	font-size: 20px;
}

.white-links {
	padding-top:40px;
	padding-bottom: 40px;
}

.white-links h2 {
	color: #1f3847;
}

.white-links ul {
	padding-left: 0;
	margin-left: 0;
}
.white-links li {
	margin-top:15px;
	list-style: none;
}

.white-links li a {
	color: #085b6f;
	border-bottom: 1px solid #095b6f;
	display: block;
	font-weight: bold;
	max-width: 220px;
}

.esr-news {
	border-top: 4px solid #fff;
	background: #083751 no-repeat center right url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/about-us/About-Us-News.png);
	min-height: 530px;
}

.esr-news h2,
.esr-news p,
.esr-news li,
.esr-news li a {
	color: #fff;
}

.esr-news li {
	list-style: none;
}

.esr-news h2 {
	margin-top: 45px;
	font-size: 22px;
}

.esr-news ul {
	padding: 0;
}

.esr-news li a {
	display: block;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 16px;
	max-width: 420px;
	margin: 10px 0;
	padding: 5px 0;
}

.esr-news li a:hover {
	text-decoration: none;
}	

.esr-news p {
	padding: 0;
	margin: 15px 0;
}

.esr-news2 {
	border-top: 4px solid #fff;
	background: #083751 no-repeat center right url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/about-us/About-Us-News.png);
	min-height: 530px;
}

.esr-news2 h2,
.esr-news2 p,
.esr-news2 li,
.esr-news2 li a {
	color: #fff;
}


.esr-news2 li {
	list-style: none;
}

.esr-news2 h2 {
	margin-top: 45px;
	font-size: 22px;
}

.esr-news2 ul {
	padding: 0;
}

.esr-news2 li a {
	display: block;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	font-size: 16px;
	max-width: 720px;
	margin: 10px 0;
	padding: 5px 0;
	color:#1cafb9;
}

.esr-news2 li a:hover {
	text-decoration: none;
}	

.esr-news3 p {
	padding: 0;
	margin: 15px 0;
}
.esr-news3 {
	
	background: #f5f5f5 no-repeat center right url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/about-us/inTheNews3.jpg);
	min-height: 530px;
}

.esr-news3 h2,
.esr-news3 p,
.esr-news3 li,
.esr-news3 li a {
	color: #000;
}


.esr-news3 li {
	list-style: none;
}

.esr-news3 h2 {
	margin-top: 45px;
	font-size: 22px;
}

.esr-news3 ul {
	padding: 0;
}

.esr-news3 li a {
	display: block;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 16px;
	max-width: 720px;
	margin: 10px 0;
	padding: 5px 0;
	color:#1cafb9;
}

.esr-news3 li a:hover {
	text-decoration: none;
}	

.esr-news3 p {
	padding: 0;
	margin: 15px 0;
}

.careers {
	background-color: #007d99;
	padding: 40px 0;
}

.careers h2 {
	font-size: 22px;
	margin-top:60px;
	color: #fff;
}

.careers p {
	color: #fff;
	margin:15px 0;
}

.careers p button {
	background-color: #00bac9;
	color: #fff;
	border:none;
}

.leadership-team-title {
	background-color: #cccccc;
	padding: 20px 0;
}

.leadership-team-title h2 {
	font-size: 22px;
	color: #1f3847;
	margin: 0;
	text-align: center;
}
.leadership-team-title p {
	color: #1f3847;
	text-align: center;
	margin-top: 15px;
}

.leadership-team .col-md-3 {
	padding:10 !important;
	margin:10 !important;
	
}

.horizontal-dotted-line
{
  border:none;
  border-top:1px dotted #cccccc;
  color:#fff;
  background-color:#f8f8f8;
  margin-top: 125px;
  height:1px;
  width:50%;
}
.grey{background-color:#f8f8f8;}

.why-esr .row {
	position: relative;
	overflow: hidden;
}


.why-esr h2 {
	text-align: center;
	color: #1f3847;
	font-weight: bold;
	font-size: 22px;
	margin: 20px 0 15px;
}

.why-esr div.col-md-4 {
	min-height: 330px;
	padding-top: 180px;
}

.why-esr div.col-md-4 p {
	padding-left: 50%;
	margin-left:-110px;
}
.why-esr div.col-md-4 p span {
	color: #ffb701;
}
.why-esr div.col-md-4 p span strong {
	color: #043451;
}

.why-esr div.col-md-4 h2 {
	padding-top: 120px;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 42%;
	margin-left: -75px;
}


.why-esr div.col-md-4 h2.mission {
	background-color: #043451;
	border-color:#077cc2; 
}

.why-esr div.col-md-4 h2.values {
	background-color: #ffb701;
	border-color:#e8a805;
}


/* ----------------------------------------------------------------
	Webinar Page
-----------------------------------------------------------------*/
.webinarBG {
	background-image: url("http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/image/webinar-page/webinar-BG.png");
background-repeat: no-repeat;
height: 300px;
background-position: top left; 
}
	

.webinar div.col-md-4 h2 {
	background-color: #095a6e;
	width: 150px;
	border:4px solid #fca046;
	height: 150px;
	border-radius: 50%;
	padding-top: 65px;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -75px;
}
/* ----------------------------------------------------------------
	Featured Boxes for services page and industry specific
-----------------------------------------------------------------*/
.feature-box {
	position: relative;
	margin-top: 20px;
	padding: 0 0 0 80px;
}
.feature-box a {
	color:#000;
}
.feature-box:first-child { margin-top: 0; }
.feature-box .fbox-icon {
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
}
.feature-box .fbox-icon img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #FFF;
}
h4{ color: #1bafb8;
    font-size: 18px;
    font-weight: 400;}
.api {
    background-color: #e9e9e9;
    background-position: right;
    background-image: url(http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/_assets/img/api-page-parallax.jpg);
    min-height: 237px;
}
.teal2 {background-color: #36a2a9;}
.btnboxÂ {
    width:Â 140px;
    float:Â left;
    margin-left:Â 70px;
	text-align:Â center;
    font-weight:Â bold;
}
.SFMbtnÂ {	
    width:Â 139px;
    height:Â 26px;
    background-color:Â #ff981c;
    border-radius:Â 10px;
    padding-top:Â 8px;
    float:Â left;
}
.rcorners1 {
    border-radius: 5px; 
	background-color: #ccc;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    margin-left: 2%;
    width: 30%;
    border-radius: 5px;
    font-size: 16px;
	height: 460px;
}

.SHBG1 {background-image: url(/image/homepage-safeHealthy-boxes/box1.png); height: 370px; width:285px; 
margin-left:55px;}
.SHBG2 {background-image: url(/image/homepage-safeHealthy-boxes/box2.png); height: 370px; width:285px; margin-left:15px;}
.SHBG3 {background-image: url(/image/homepage-safeHealthy-boxes/box3.png); height: 370px; width:285px; margin-left:15px;}
.SHBG4 {background-image: url(/image/homepage-safeHealthy-boxes/box4.png); height: 370px; width:285px; margin-left:15px;}

.SHBG1 p, .SHBG2 p,
.SHBG3 p, .SHBG4 p {color:#666666; padding-top:183px; font-size:14px;}

.SHBG1 a {color: #fff;
    background-color: #095a6e;
    padding: 10px;
	margin-left:15px;
    font-size: 14px;
    }

.SHBG2 a {color: #fff;
    background-color: #1bafb8;
    padding: 10px;
	margin-left:15px;
    font-size: 14px;
   }

.SHBG3 a {color: #fff;
    background-color: #fe971d;
    padding: 10px;
	margin-left:15px;
    font-size: 14px;
   }

.SHBG4 a {color: #fff;
    background-color: #053652;
    padding: 10px;
	margin-left:15px;
    font-size: 14px;
   }
/* ----------------------------------------------------------------
	Safe hire course
-----------------------------------------------------------------*/
.SHC div.col-md-4 h2 {
    background-color: #1f3847;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding-top: 65px;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 50%;
    padding-left: 50px;
}
.SHC1 {background-color:#1f3847;min-height:230px; padding-top:20px; padding-left: 48px;}
.SHC1 div p{font-size: 28px;color:#fff;}
.SHC2 {background-color:#cccccc; min-height:230px; background-image: url(/image/Safe-Hire-Course/SHC-image.jpg); background-repeat: no-repeat; background-position: left top; }

.SHC2 div p{font-size:16px; padding-top:15px;}

/* ----------------------------------------------------------------
	safe hire course bottom row of buttons
-----------------------------------------------------------------*/

.btnRowbg {
	background-image: url(/image/Safe-Hire-Course/lets-get-started.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.arrow {margin-right:15px;}

.classBtn {
	width: 281px;
	height: 51px;
	border-radius: 8px;
	background-color: #cccccc;
	background-image: url(/image/Safe-Hire-Course/btnBG.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top:5px;
	margin-bottom:15px;
}
.classBtn a {
	color: #1f3847;
	font-weight: 700;
	text-decoration: none;
	text-align: left;
}
.classBtn a:hover{
	color: #32aed6;
	text-decoration: none;
}


.col-sm-offset-2 {
    margin-left:15.666667%;
}

.col-sm-3 {
    width: 28%;
}
/* ----------------------------------------------------------------
	Whitepaper library page
-----------------------------------------------------------------*/

.featuredWP {background-image: url(/image/whitepapers-page/featuredResourcesBG-v2.png);
background-position: left center;
	background-repeat: no-repeat;
	height:303px;
}
.featuredWP h1 {color:#fff; font-size:28px; margin-bottom: 22px;
    margin-top: 22px;}
.featuredWP p a {color:#1baebe; font-size:14px; line-height:2px!important;}

.WPonDemand {background-image: url(/image/whitepapers-page/watchOnDemandBG.png);
background-position: left center;
	background-repeat: no-repeat;
	height:303px;
	   
}

.WPonDemandMOVEbtn {color:#fff;  margin-top: 200px;
 margin-left:5px; font-size:16px;}
.WPfilter {background-image: url(/image/whitepapers-page/filterBG-v2.png);background-repeat: no-repeat; background-position: left center;
	height:68px; padding-left: 50px; }
.WPfilter h1 {color:#1bafb8; font-size:22px; margin-top: 22px; }
.WP{background-image:url(/image/whitepapers-page/wpBG.png); background-repeat: no-repeat; background-position: left top; height:270px; padding-right: 40px; padding-top: 8px; padding-left: 2px!important;}
.WP p a {color:#1baebe; font-size:14px; line-height:2px!important;}
.WPteal {background-color:#f5f5f5; height: 480px;}

/* ----------------------------------------------------------------
	end Whitepaper library page
-----------------------------------------------------------------*/
  .btn-info {
    color: #fff;
    background-color: #2ea2aa;
    border-color: #2d9096;
}
.btn-info:hover {
    color: #fff;
    background-color: #095a6e;
    border-color: #074858;
}
/* ----------------------------------------------------------------
	filter form styles
-----------------------------------------------------------------*/

.sideBysideBox {
	float: left;
	margin-left: 14px;
	margin-right: 14px;
	width: 160px;
}
.WPformgroup {font-size: 16px; color:#999;}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: inherit;
    color: #999;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.imgNudge {margin-left:120px;}
/* ----------------------------------------------------------------
	drivers license page accordian background
-----------------------------------------------------------------*/
.dL {
    background: #083751;
    width: 850px;
    padding: 15px;
    color: #fff;
   
}
.dL p {
    margin: 0;
	color:#fff;
}
.dL a {color:#fff;}
.dL a:hover {color:#00afba;}
.dL a:visited {color:#00afba;}
/* ----------------------------------------------------------------
	Technology section: Solutions page.
-----------------------------------------------------------------*/
.solutions {background-color:#1cafb9; background-repeat: repeat-x; background-position: left  bottom; background-image:url("http://www.esr-dev.com.php56-17.ord1-1.websitetestlink.com/image/technology-section/solutionsBGgradient.png") }
.solutions ul li a {font-size: 20px; color:#fff; text-decoration:none; }
ul#solutions { list-style: none; }
ul li#solutions { margin:45px;}

a {border-bottom: none !important; 
}
#colophon {
	margin-bottom: 0;
	padding-bottom: 0;
}
a {color:#1cafb9;}
a:hover {color:#f99d1c;}
p {font-size:17px;}
.single .entry-title {font-size:24px;}
.penguin-post {
   
    border-left: 1px solid #ddd;
  
}
h2.entry-title {line-height: 18px;}
@media screen and (min-width: 1200px)
style.css?ver=0.3.2:2005
.penguin-post:only-of-type {
    padding: 40px 0;
    margin-top: 40px;
}

.single .penguin-post, .page .penguin-post {
  
    margin-top: 40px;
}