
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i');


body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

.container {
	max-width: 1140px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

a {
  color: #00a392;
  font-weight:600;
	text-decoration: none;
 
}

a:hover, a:active, a:focus {
  color: #feba12;
  outline: none;
  text-decoration: none;
  font-weight:600;
  
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


.align-right{
	text-align:right;
}

.align-left{
	text-align:left;
}


@media (max-width: 576px) {
.align-right{
	text-align:center;
}

.align-left{
	text-align:center;
}
  
}



.graybg {
	background-color:#f7f7f7;
	padding:10px 0px 30px;
	margin-top:0px;
	}

.exlttealbg {
	background-color:#d1efef;
	color:#000;
	font-weight:600;
	}
	
ol li {
	margin-bottom:20px;
	}
	
ul li {
	margin-bottom:0px;
	padding-bottom:0px;
	list-style-type: disc;
	}


/* Prelaoder */
/*#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.gif") no-repeat center center;
}*/

/* Back to top button */


/* Colors */
.color_exltteal{ color: #9ed2d2; background: inherit; }
.color_ltteal  { color: #99cccc; background: inherit; }
.color_medteal { color: #669999; background: inherit; }
.color_dkteal  { color: #006666; background: inherit; }
.color_teal { color: #00a392; background: inherit;}
.color_gold  { color: #e6bf25; background: inherit; }
.color_black { color: #000000; background: inherit; }
.color_yellow { color: #feba12; background: inherit; }



/*--------------------------------------------------------------
# main page links 
--------------------------------------------------------------*/


.selections {
	border-top: 1px solid #f2f2f3;
	padding: 20px;
	margin-bottom:10px;
	}
	
	
.selection {
	padding: 20px;
	margin-bottom:10px;
	}
	
@media (max-width: 800px){ 
.selection {
	border-top: 1px solid #f2f2f3;
	}  

}
		
	
.selections h2, .selection h2 {
	font-family: 'Raleway', sans serif;
	font-weight: 500;
	font-size:20px;
	margin-bottom:5px;
	padding-bottom:0px;
	text-transform: uppercase;
	}
	
.selections i, .selection i {
	color: #00a392;
	}
	
.selections h2 a, .selection h2 a {
	color: #444;
	}

.selections a:hover, .selection a:hover {
	color: #feba12;
	}
	

/*--------------------------------------------------------------
# Page Directory 
--------------------------------------------------------------*/
.sub-navigation {
	text-align: left;
	padding-top: 10px;
	}


/*.sub-navigation .active > a {
	color: #00a392;
	}*/
	
	
.sub-navigation ul {
	display: inline-block;
	padding:0;
	margin:0;
	}


	
.sub-navigation ul li {
	float: left;
	list-style: none;
	padding: 0 5px;
	}
	
	
.sub-navigation ul li::after {
	padding-left:5px;
	content: "\002F";
	}	


.sub-navigation ul li:last-child:after {
    content: none;
	}
	
.sub-navigation ul li a {
	color: #444;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Arvo', serif;
	}
	
.sub-navigation ul li a.active, .sub-navigation ul li a:hover {
	color: #feba12;
	}
	
.sub-navigation .active > a {
	text-decoration:none;
	}

	
.list {
	margin-bottom:30px;
	}
	
.sublist {
	text-indent: 20px; 
	white-space: nowrap;
	}
	
.containerimage {
  position: relative;
  color: white;
}

.bottom-left {
  position: absolute;
  bottom: 20px;

}
	
.bgimage{
  width: 100%;
  height: 45vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  z-index: -1;
}

/*--------------------------------------------------------------
QUOTES
--------------------------------------------------------------*/
	
/*top bottom green border*/	
.pullquote  {
	border-top: 3px solid #669999;
	border-bottom: 3px solid #669999;
	text-align: center;
	padding: 30px;
	/*width: 70%;*/  
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size:20px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	margin-bottom:30px;
	}	
	

	
@media (max-width: 576px){ 
.pullquote  {
	padding: 30px 0px; 
	}  
}
	
/*top green border*/		
.alertquote  {
	border-top: 3px solid #669999;
	text-align: center; 
	padding: 30px 0px 0px;
	/*width: 70%; */ 
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size:20px;
	margin-right:auto;
	margin-left:auto;
	margin-top:40px;
	margin-bottom:40px;
	}
	

	
.yellowbtn {
	background: #feba12;
	padding:5px 45px;
	color:#000;
	border-radius: 3px;
	font-weight:normal;
	}

.yellowbtn a {
	font-weight:normal;
	}
	
@media (max-width: 576px){ 
.yellowbtn {
	padding:5px 10px;
	}  
}


/*top bottom yellow border*/	
.yellowquote  {
	border-top: 3px solid #feba12;
	border-bottom: 3px solid #feba12;
	text-align: center; 
	padding: 30px;
	width: 70%; 
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size:20px;
	margin-right:auto;
	margin-left:auto;
	margin-top:40px;
	margin-bottom:40px;

	}
	
@media (max-width: 768px){ 
.yellowquote  {
	width: 80%;  
	}  
}
	
@media (max-width: 576px){ 
.yellowquote  {
	width: 90%;  
	}  
}
	
/*top yellow border*/	
.yellowquote-top  {
	border-top: 3px solid #feba12;
	/*width: 50%;  */
	text-align: center; 
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size:20px;
	margin-right:auto;
	margin-left:auto;
	padding-top: 30px;
	margin-top:30px;
	margin-bottom:30px;
	}
	
.yellowquote-bottom  {
	border-bottom: 3px solid #feba12;
	width: 50%;  
	text-align: center; 
	font-family: 'Arvo', serif;
	font-weight: 400;
	font-size:20px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom: 30px;
	margin-bottom:40px;
	}
	
@media (max-width: 1024px){ 
.yellowquote-bottom {
	width: 60%;
	}  
}

@media (max-width: 768px){ 
.yellowquote-bottom {
	width: 80%;
	}  
}

@media (max-width: 576px){ 
.yellowquote-bottom {
	width: 90%;
	}  
}
	
.quote-text {
	text-align: left;
	position: relative;
	display: block;
	padding: 0px 50px;
	}
	
	
@media (max-width: 768px){ 
.quote-text {
	padding: 0px  30px;
	}  
}

@media (max-width: 576px){ 
.quote-text {
	padding: 0px;
	}  
}
	
.quote-title {
	background-color:#9ed2d2;
	padding:5px 15px;
	font-weight:700;
	}

/*--------------------------------------------------------------
# TITLE SUBTITLES 
--------------------------------------------------------------*/

.title {
	font-size: 26px;
	font-family: 'Arvo', serif;
	font-weight:700;
	margin-top:20px;
	color:#555;
	word-spacing:5px;
}

.subtitle {
	color:#00a392;
	font-size: 20px;
    font-weight: 600;
	margin-bottom:5px;
}

.heading {
	font-size: 20px;
	color:#006666;
	font-weight:600;
}

.bannerheading {
	color: #006666;
	/*background: #e0efef;*/
	border-bottom: 3px double #669999;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	margin-top: 30px;
	margin-bottom:30px;
	padding-bottom:5px;
	font-size: 22px;
	font-weight:700;
	font-family: 'Bitter', serif;
	}
	
.bannerheading-form {
	color: #006666;
	/*background: #e0efef;*/
	border-bottom: 3px double #669999;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
	margin-top: 30px;
	margin-bottom:30px;
	padding-bottom:5px;
	font-size: 22px;
	font-weight:700;
	font-family: 'Bitter', serif;
	background-color: #e0efef;
	}

	
.lineheading {
	text-decoration: underline;
    -webkit-text-decoration-color: #99cccc; /* Safari */    
    text-decoration-color: #99cccc;
	color: #006666;
	font-weight:700;
	font-family: 'Bitter', serif;
	font-size:20px;
	margin:40px 0 5px;
	text-transform:capitalize;
	}
	
.lineheading-blk {
	text-decoration: underline;
    -webkit-text-decoration-color: #99cccc; /* Safari */    
    text-decoration-color: #99cccc;
	color: #000;
	font-weight:700;
	font-family: 'Bitter', serif;
	font-size:20px;
	margin:40px 0 5px;
	text-transform:capitalize;
	}	

.subheading-medteal {
	color: #669999;
	font-weight:500;
	margin-bottom:0;
	padding-bottom:0;
	font-family: 'Roboto', sans-serif;
	}
	
.subheading-dkteal {
	color: #006666;
	font-weight:500;
	margin-bottom:0;
	padding-bottom:0;
	font-family: 'Roboto', sans-serif;
	}
	
.broken-link-code {
	color: #00a392;
	font-weight:700;
	font-family: "Open Sans", sans-serif;
	}	
	
.broken-link {
	color: #000;
	font-weight:700;
	font-family: 'Bitter', serif;
	font-size:24px;
	margin-bottom:10px;
	}
	
	@media (max-width: 576px) {
.broken-link-code {
	text-align:center;
	}	
	
.broken-link {
	text-align:center;
	}
}	

/*--------------------------------------------------------------
ACCORDION 
--------------------------------------------------------------*/
	
/*used in accordion*/	
.sublineheading {
	color: #006666;
	font-weight:700;
	font-family: 'Bitter', serif;
	margin:0;
	}
	
.card {
	margin-bottom:5px;
	border:0;
	}

	
.card a {
	color: #444;
	font-weight:400;
	font-family: 'Bitter', serif;
	font-size:20px;
	}
	
.card a:hover {
	color: #feba12;
	}

/*testimonials*/	
.card hr {
	border: 0;
    
	border-bottom: 1px dashed #006666;
	background:#FFF;
	margin-top:30px;
	margin-bottom:40px;
	width:100%;
	}
		
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
	color:#feba12;
	}
		
	
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}


hr {
	border: 0;
    border-bottom: 1px dashed #006666;
	background:#FFF;
	margin-top:30px;
	margin-bottom:40px;
	width:100%;
	}
	
.name {
	text-align: right;
	float: right;
	clear: both;
	display: inline-block;
	color: #006666;
	background: inherit;
	font-weight:700;
	font-family: 'Bitter', serif;
	font-size:18px;
	} 
	
.industry {
	text-align: right;
	float: right;
	clear: both;
	display: inline-block;
	color: #000;
	background: inherit;
	font-weight:700;
	font-family: 'Bitter', serif;
	font-size:15px;
	} 


.goldbullet li {
	list-style-image: url(../img/gold_bullet.png);
	padding: 2px 2px 4px 15px;
	}
	
.goldarrow li {
	list-style-type: none;
	}

.goldarrow li:before{
	content: '\f0da';
	font-family: 'FontAwesome';
	float: left;
	color: #feba12;
	margin-left: -1em;
	}
		
	
	
.nobullet li {
	list-style:none;
	padding-left: 15px;
	font-weight:700;
	}
	
@media (max-width: 576px) {
 .nobullet li {
	padding-left: 0px;
	margin-left:0px;
	}
}

	

.back-to-top {
  position: fixed;
  display: none;
  background: #00a392;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 45px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 45px;
  }
}

.back-to-top:focus {
  background: #00a392;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #feba12;
  color: #fff;
}

@media print{

.back-to-top  {display:none;}

}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #00a392;
  padding: 10px 0px;
  margin:0px;
  /*border-bottom: 1px solid #eee;*/
  font-size: 14px;
  color: #ffffff;
}

#topbar .contact-info a {
  line-height: 1;
  color: #ffffff;
}

#topbar .contact-info a:hover {
  color: #feba12;
}

#topbar .contact-info i {
  color: #feba12;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #ffffff;
}






/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

input[type=text] {
	border: 1px solid #ced4da;
	padding:10px; 
	height:45px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 30px;
	color: #959595;
	width:100%;
	font-weight:400;
	font-size:15px;
	}


input[type=text]:focus{
	border: 1px solid #ced4da;
	}


select {
	border: 1px solid #ced4da;
	padding:10px;
	height:52px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #959595;
	}

select:required:invalid {
	color: #959595;
	}
	
option[value=""][disabled] {
	display: none;
	}
	
option {
	color: black;
	}

textarea {
	padding:10px;  
	border: 1px solid #ced4da;
	height:125px;
	color: #959595;
	width:100%;
	font-weight:400;
	font-size:15px;
	}

.btn {
	background-color:#00a392;
	padding: 10px 30px;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
	text-align:center;	
}

.btn:visited{
	background-color:#00a392;
	padding: 10px 30px;
	color:#fff;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
	text-align:center;
}	


.btn:hover{
	background-color:#feba12;
	padding: 10px 30px;
	color:#000;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
	text-align:center;
}	



/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.robotic { display: none; }


#contact {
  padding: 0px;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #00a392;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #555;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #feba12;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .form #sendmessage {
  color: #00a392;
  border: 1px solid #00a392;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #00a392;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #feba12; /*2dc899*/
  color:#000;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


#footer {
	background: #fff;
	color:#000;
	border-top:4px solid #00a392;
	font-size: 14px;
	font-family: 'Arvo', serif;
	font-weight:400;
	padding:30px 0px;
}

#footer .contact-info {
	text-align:center;
	padding-bottom:20px;
}

#footer .contact-info a {
	color:#000;
	font-weight:normal;
}


#footer .contact-info a:hover {
	color:#feba12;
	font-weight:normal;
}


#footer .navigation a {
	color:#000;
	font-weight:normal;
}

#footer .navigation a:hover {
	color:#feba12;
	font-weight:normal;
}


.btn-footer {
	background-color:#feba12;
	padding: 10px 30px;
	color:#000000;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
	text-align:center;	
	}
	

	
.btn-footer:hover { 
	background-color:#00a392;
	padding: 10px 30px;
	color:#ffffff;
	text-decoration:none;
	font-weight:400;
	font-size:16px;
	text-align:center;	
	 }
	 
	 


@media (max-width: 992px){ 
#footer .navigation {
	padding-top: 20px; 
	text-align:center;}  

#footer .navigation a { 
border-right:solid 1px #ccc; 
padding:0px 5px;}  
}


#footer .copyright {
  color:#ccc;
  text-align: center;
  padding: 30px 0px 0px;
  font-size: 13px;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**.navbar-menu-bg {
  background: #fff;
  border-bottom: 4px solid #feba12;
}

.navbar-menu a {
	padding-top: 7px;
	padding-bottom: 7px;
	text-decoration: none;
	color: #555555;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.navbar-menu li:hover > a, .navbar-menu > .active > a {
  color: #00a392;
}

.navbar-menu > li {
 margin-left: 7px;
}



.dropdown-menu-bg {
  background: #00a392;
  border:none;
  
}


.dropdown-menu-bg a {
  color: #ffffff;  
}

.dropdown-menu-bg a:hover{
	color: #333;
  background: #00a392;
}

.custom-toggler.navbar-toggler {
	border-color:rgba(253,186,19,1);
	
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(253,186,19,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-item  { list-style:none;}

.cvv {
	background-color:#FFF;
	border:none;
	color: #00a392;
  font-weight:600;
}**/


/**new added**/


/* Navbar background */
.navbar-menu-bg {
  background: #fff;
  border-bottom: 4px solid #feba12;
}

/* Menu links */
.navbar-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: none;
  color: #555555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
}

/* Active and hover states */
.navbar-menu li:hover > a,
.navbar-menu > .active > a {
  color: #00a392;
}

/* Top-level menu item spacing */
.navbar-menu > li {
  margin-left: 7px;
}

/* Remove bullets from all navbar lists */
.navbar-menu,
.navbar-menu ul,
.navbar-menu li,
.navbar-menu .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Dropdown menu background */
.dropdown-menu-bg {
  background: #00a392;
  border: none;
}

/* Dropdown links */
.dropdown-menu-bg a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
}

.dropdown-menu-bg a:hover {
  color: #333333!important;
  background: #00a392;
}

/* Toggler button */
.custom-toggler.navbar-toggler {
  border-color: rgba(253, 186, 19, 1);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(253,186,19,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* Custom class example */
.cvv {
  background-color: #FFF;
  border: none;
  color: #00a392;
  font-weight: 600;
}



/* ------------------------------------------------------------------------------
   Featured Candidates
--------------------------------------------------------------------------------- */

.container {
  position: relative;
}



/**.talentname {
    font-size: 30px;
    margin-bottom: 15px;	
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;
	font-weight:700;
	line-height:1em;
	text-align:left;
	margin-top:0px; 
	padding-top:0px;
}


.talentinfo {
	border-bottom: 3px double #d6b686;
    font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#333;
	text-align:left;
	line-height:normal;
	margin-bottom:15px;
	padding-bottom:15px;
	
}**/


.candidatename {

	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#000;
	padding:0px 0px 5px;
	margin:0px;
}

.candidatenamewhite {

    font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color:#fff;
	padding:0px 0px 5px;
	margin:0px;
}

.jobtitle {

    font-size: 20px;
	font-family: 'Bitter', serif;
	font-weight:700;
	color:#000;
	padding:0px 0px 5px;
	margin:0px;
}

.jobtitlewhite {

    font-size: 20px;
	font-family: 'Bitter', serif;
	font-weight:700;
	color:#fff;
	padding:0px 0px 5px;
	margin:0px;
}




.goldheaderbackup{
	background-color:#eac47d;
	padding: 15px 30px 15px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#333;
	text-align:center;	
}

.goldheader {
	background-color:#eac47d;
	padding: 15px 30px 15px;
	color:#000;

}

.talentgoldbg {
	padding: 15px;
	/**background:#f3efe5;**/
	background:#ffffff;
	border-left:#eac47d 1px solid;
	border-right:#eac47d 1px solid;
	}

.goldfooter {
	background-color:#eac47d;
	border-radius: 0px 0px 25px 25px;
	height:15px;
}
	
	
.teal3header {
	background-color:#a5cbcb;
	padding: 15px 30px 15px;
	color:#000;

}



.talentteal3bg {
	padding: 15px;
	/**background:#f3efe5;**/
	background:#ffffff;
	border-left:#a5cbcb 1px solid;
	border-right:#a5cbcb 1px solid;
	}	
	
.teal3footer {
	background-color:#a5cbcb;
	border-radius: 0px 0px 25px 25px;
	height:15px;
}	


.teal4header {
	background-color:#8a857f;
	padding: 15px 30px 15px;
	color:#fff;

}




.talentteal4bg {
	padding: 15px;
	/**background:#f3efe5;**/
	background:#ffffff;
	border-left:#b3aea8 1px solid;
	border-right:#b3aea8 1px solid;
	}	
	
.teal4footer {
	background-color:#8a857f;
	border-radius: 0px 0px 25px 25px;
	height:15px;
}	


	
.tealheader {
	background-color:#d9ecf3;
	padding: 15px 30px 15px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#333;
	text-align:left;	
}



.talenttealbg {
	padding: 15px;
	/**background:#f3efe5;**/
	background:#ffffff;
	border-left:#d9ecf3 1px solid;
	border-right:#d9ecf3 1px solid;
	}

.tealfooter {
	background-color:#d9ecf3;
	border-radius: 0px 0px 25px 25px;
	height:15px;
}


.greyheader {
	background:#e3e8ee;
	padding: 15px 30px 15px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#333;
	text-align:left;
}

.talentgreybg {
	padding: 15px;
	/**background:#f3efe5;**/
	background:#ffffff;
	border-left:#e3e8ee 1px solid;
	border-right:#e3e8ee 1px solid;
	}


.greyfooter {
	background:#e3e8ee;
	border-radius: 0px 0px 25px 25px;
	height:15px;
}


.teal2header{
	background:#c0dce0;
	padding: 15px 30px 15px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	color:#333;
	text-align:cen;
}

.talentteal2bg {
	padding: 15px;
	/**background:#f3efe5;**/
	background:#ffffff;
	color:#000;
	border-left:#c0dce0 1px solid;
	border-right:#c0dce0 1px solid;
	}


.teal2footer {
	background:#c0dce0;
	border-radius: 0px 0px 25px 25px;
	height:15px;
}


/**.candidatebg {
	padding: 20px;
	background:#f6f3eb;
	width:85%;
	color:#000;
	}**/
	
	
.candidategraybg {
	padding: 20px;
	/**background:#f3efe5;**/
	background:#f3f3f3;
	width:85%;
	color:#000;
	}




/**a.resumebutton:link {
	background-color:#e2d4b8;
	padding: 10px 30px;
	color:#000;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-transform:uppercase;


	}
	
a.resumebutton:visited {
	background-color:#d6b686;
	padding: 10px 30px;
	color:#000;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	text-transform:uppercase;

	 }
	
a.resumebutton:hover { 
	background-color:#871710; 
	padding: 10px 30px;
	color:#ffffff;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:700;	
	text-transform:uppercase;

	 }**/
	 
.resumebuttonposition {
	text-align:center;
	position: absolute;
	bottom: 30px;
	right:50px;
}

.icon {
	
	}


@media screen and (max-width: 640px){ 
	.icon {
		text-align:center;
		margin:auto;
	}
	
	.candidatebg .candidategraybg{
	padding: 10px 5px 5px;
	width:95%;
	}
	
.talentname {
	text-align:center;
}

	 
.resumebuttonposition {
	position: absolute;
	bottom: 30px;
	margin:auto 0;
	text-align:center;
}

.talentinfo {
	text-align:center;
}



}

.date-small {
	 font-size: 28px;
	font-family: 'Roboto', sans-serif;
	font-weight:700;
	color:#000;
	text-align:center;

	border-bottom: 3px solid;
	margin-top:0;
	padding-top:0;
}

.date {
	font-family: 'Open Sans', sans-serif; 
	font-size: 28px;
	font-weight:600;
	color:#000;
	margin-bottom:0;
	padding-bottom:0;
	text-align:center;
	border-bottom:none;

}

/* ------------------------------------------------------------------------------
   Employee Benefits
--------------------------------------------------------------------------------- */

.benefits a {
	color: #444;
	font-weight:400;
	font-family: 'Bitter', serif;
	font-size:20px;
	}
	
.benefits a:hover {
	color: #feba12;
	}