/*
Theme Name: Grapevine 2015
Theme URI:http://www.goodlookinkids.com
Description:
Version:2.0
Author:Good Lookin Kids Inc.
Author URI:http://www.goodlookinkids.com
Tags:

*/

/* ========================================================================== *\
   RESET
\* ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Make HTML 5 elements display block-level for consistent styling */
main, article, section, aside, hgroup, nav, header, footer, figure, figcaption {
  display: block;
}

/* ========================================================================== *\
   GENERAL TAGS
\* ========================================================================== */

body {
	font-family: "Verdana", Geneva, sans-serif;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

p {
    padding-bottom:15px;
}

h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;}

h3 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h4,
h2.alt {
	font-family: Georgia, serif;
	font-size: 24px;
	line-height: 30px;
	color: #B29800;
	font-weight: normal;
	margin-bottom: 15px;
}

a {
	color: #9f1e95;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

:focus {
	outline: 3px solid #9F1B96;
}

hr {

}

blockquote {
	font-size:18px;
	line-height: 22px;
	font-style: italic;
	font-family: Georgia, serif;
}

/* ========================================================================== *\
   STRUCTURE
\* ========================================================================== */

/*
#wrapper {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
*/

/* =====

#cssmenu {
	width: 100%;
	background-color: #000000;
	text-align: center;
}

ul.menu {
	display: inline-block;
	margin: 0px;
	position: relative;
	width: 100%;
}

ul.menu li {
	display: inline-block;
}

ul.menu li a {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1.75px;
	text-decoration: none;
	padding:14px 15px;
	font-weight: 100;
	text-transform: uppercase;
}

ul.menu li a:hover {
	color: #ffffff;
	background-color: #a01c96;
	text-decoration: none;
}

ul.menu li:hover > a {
    background-color: #a01c96;
}

ul.menu li a.active {
	 background-color: #404040;
 }

ul.menu li a.active:hover {
	background-color: #a01c96;
}

ul.menu li:hover > a.active {
	background-color: #a01c96;
}

#cssmenu > ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
}
#cssmenu > ul ul li {
  float: none;
}
#cssmenu > ul li:hover > ul {
  visibility: visible;
}

#cssmenu > ul a:link {
  text-decoration: none;
}

#cssmenu ul ul {
  margin: 0px;
  padding: 10px 20px;
  float: none;
  background-color: #a01c96;
  border-top: none;
  right: 0;
  left: 0;
  text-align: center;
}

#cssmenu ul > li > ul > li {
  margin: 0px;
  position: relative;
  padding: 0;
  float: none;
  display: inline-block;
}

#cssmenu ul > li > ul > li > a {
  padding: 0px 15px;
  display: block;
  border-right: 1px solid #ffffff;
}

#cssmenu ul > li > ul > li:last-child a {
  border-right: none;
}

#cssmenu ul > li > ul > li > a:hover {
  color:#ffffff;
  text-decoration: underline;
}

==== */

.skip-to-content-link {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 15px 20px;
	background: #ffffff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	left: 10px;
	top: 10px;
	position: absolute;
	z-index: 999999;
	transform: translateY(-200%);
	transition: transform 0.3s;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
}

.skip-to-content-link p {
	padding-bottom: 0px;
	color: #9f1e95;
}

/* ========================================================================== *\
   NAVIGATION
\* ========================================================================== */


#navigation {
	display: block;
	width: 100%;
	background-color: #000;
	text-align: center;
}

ul#menu {
	display: inline-block;
	position: relative;
	list-style-type: none;
	margin: 0px auto;
}

ul#menu li {
	display: block;
	float: left;
	list-style-type: none;
	position: relative;
}

ul#menu li:hover > a {
    background-color: #a01c96;
}

ul#menu li a {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1.75px;
	text-decoration: none;
	padding:14px 15px;
	font-weight: 100;
	text-transform: uppercase;
}

ul#menu li a:hover {
	color: #ffffff;
	background-color: #a01c96;
	text-decoration: none;
}

ul#menu li a.active {
	 background-color: #404040;
 }

ul#menu li a.active:hover {
	background-color: #a01c96;
}

ul#menu li:hover > a.active {
	background-color: #a01c96;
}

/* *** DROP DOWN *** */

ul#menu ul {
	display: none;
	font-weight:300;
}

ul#menu li:hover > ul,
ul#menu li:focus > ul {
	display: block;
}

ul#menu:after {
	content: ""; clear: both; display: block;
}

ul#menu ul {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -300px;
	text-align: center;
    padding: 0px 0px 0px 0px !important;
    z-index:55;
    width:600px;
}

ul#menu ul li {
	display: inline-block !important;
	clear: none !important;
	float: none !important;
	position: relative;
	margin: 0px 0px 0px 0px !important;
	background-color: #a01c96 !important;
	color:#ffffff;
	padding: 10px 0px;
}

ul#menu ul li:last-child a {
	border-right: 0px;
}

ul#menu ul li a {
	padding: 5px 20px;
	display: block;
	border-right: 1px solid #ffffff;
	margin: 0px !important;
}

ul#menu ul li a:hover {
	color:#ffffff;
	text-decoration: underline;
}


/* ==== MOBILE MENU ===== */

#trigger {
	display: none;
}

.mobileLang {
	display: none;
	float: right;
	margin-right: 20px;
}

.mobileLang li a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 1.75px;
	text-decoration: none;
	padding:14px 15px;
	font-weight: 100;
	text-transform: uppercase;
}

.mobileLang li a:hover {
	color: #ffffff;
	background-color: #a01c96;
	text-decoration: none;
}

#menuBtn:hover {
	text-decoration: none;
}

#hero {
	position: relative;
	width: 900px;
	margin: 0px auto;
	padding-top: 50px;
}

#hero h1 {
	font-size: 28px;
	display: block;
	margin: 130px 0px 0px 20px;
}

#hero h4,
#hero h2 {
	font-size: 20px;
	line-height: 24px;
	color: #B29800;
	margin: 5px 0px 0px 20px;
}

#logo {
	position: absolute;
	top:50px;
	left: 0px;
	z-index: 95;
	width: 180px;
}

#footer {
	border-top:3px solid #9F1B96;
	padding: 0px 0px 45px 0px;
	background: url('images/footer.jpg');
	background-repeat: repeat-x;
	background-position: center top;
	background-color:#FFFFFF;
}

#footer .content {
	width: 1024px;
}

#footer h2 {
	font-size: 18px;
	line-height: 23px;
}

.footerContact {
	display: block;
	float: left;
	padding:0px 0px 0px 25px;
	margin: 30px 0px 0px 40px;
	border-left: 1px solid #CCCCCC;
	min-height: 155px;
}

.footerCTA-en {
	padding:30px 0px 40px 150px;
	background-color: #f06;
	background:url('images/footerCTA-en.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size:400px 200px;
}

.footerCTA-fr {
	padding:30px 0px 40px 150px;
	background-color: #f06;
	background:url('images/footerCTA-fr.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-size:400px 201px;
}

/* ========================================================================== *\
   HOME PAGE STYLES
\* ========================================================================== */

#homeHero {
	display: block;
	margin: 90px auto 0px auto;
	width: 712px;
}

.flexslider {
	margin-top:40px;
}

.testimonial {
	color: #000000;
	text-align: center;
	max-width: 765px;
	margin: 0px auto;
}

.testimonial strong {
	font-size:11px;
	line-height: 17px;
	font-weight: 800;
}

.testimonial em {
	font-size:11px;
	line-height: 17px;
	font-style: normal;
}

.marketingComBtn, .lifeSciencesBtn {
	cursor: pointer;
}

#marketingComPreview h2, #marketingComFull h2, #lifeSciencesPreview h2, #lifeSciencesFull h2 {
	color: #000000;
	font-size: 22px;
	line-height: 27px;
}

#marketingComPreview, #marketingComFull, #lifeSciencesPreview, #lifeSciencesFull {
	text-align: center;
	color: #666666;
}

#marketingComFull, #lifeSciencesFull {
	display: none;
}


/* ========================================================================== *\
   PAGE AND SINGLE POST STYLES
\* ========================================================================== */

#hero.aboutPage {
	height: 215px;
	background: url('images/aboutHero.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#hero.general {
	height: 215px;
	background: url('images/generalHero.gif');
	background-position: 460px top;
	background-repeat: no-repeat;
	background-size: 384px 200px;
}

#hero.jobs {
	height: 215px;
	background: url('images/jobsHero.gif');
	background-position: 275px top;
	background-repeat: no-repeat;
	background-size: 615px 130px;
}

#page {
	width: 860px;
	display: block;
	margin: 0 auto;
	background-color: #ffffff;
}

#page.home {
	width: auto;
}

#pageLeft, #pageRight {
	display: block;
	float: left;
	width:400px;
	margin-bottom: 30px;
}

#pageLeft {
	padding-right: 29px;
}

#pageRight {
	padding-left: 30px;
	border-left: 1px solid #CCCCCC;
}

#body {
	display: block;
	float: left;
	width: 525px;
	margin: 0px 30px 50px 0px;
}

#body ul, #body ol {
	margin: 0px 0px 20px 20px;
}

#body ul li {
	margin: 0px 0px 5px 0px;
	list-style-type: disc;
}

#body ol li {
	margin: 0px 0px 5px 0px;
	list-style-type: decimal;
}

#sidebar-en {
	display: block;
	float: left;
	width:274px;
	border-left: 1px solid #CCCCCC;
	padding: 0px 0px 50px 30px;
	background: url('images/sidebar-en.png');
	background-position: right bottom;
	background-size: 82px 94px;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#sidebar-fr {
	display: block;
	float: left;
	width:274px;
	border-left: 1px solid #CCCCCC;
	padding: 0px 0px 50px 30px;
	background: url('images/sidebar-fr.png');
	background-size: 85px 103px;
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

#sidebar.contactSide, #sidebar-fr.contactSide, #sidebar-en.contactSide  {
	padding: 0px 0px 0px 30px;
	background: none !important;
}

#sdiebar h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.job {
	display: block;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.job h2 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.tags ul {
	display: inline-block;
}

.tags ul li {
	display: inline-block;
}

.tags ul li a {
	color: #ffffff;
	background-color: #666666;
	display: inline-block;
	padding: 1px 7px;
	margin-left: 5px;
}

.tags ul li a:hover {
	text-decoration: none;
	background-color:#333333;
	display: inline-block;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

#browsing {
	background-color:#B29800;
	color: #ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 10px;
	display: block;
	margin-bottom: 15px;
}

#breadcrumb {
	display: block;
	padding: 0px 0px 10px 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #CCCCCC;
}

#breadcrumb .bLeft {
	display: block;
	float: left;
}

#breadcrumb .bRight {
	display: block;
	float: right;
}

#sidebarHeading {
	display: block;
	padding:10px;
	color: #ffffff;
	margin-bottom: 10px;
	background-color:#9F1B96;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.avatar {
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	margin: 0px 10px 5px 0px;
}

.userVideo iframe {
	width: 100%;
	height: 150px;
}

.consultant {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	border-top: 1px solid #CCCCCC;
}

.consultant.first {
	display: block;
	padding-top: 0px;
	margin-top: 0px;
	border-top: none;
}

.consultant .avatar {
	width: 80px;
	height: 80px;
}

.consultant h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.consultantSubHeading {
	display: block;
	background-color:#e5e5e5;
	color: #656565;
	padding: 5px 10px;
	border-top: 1px solid #CCCCCC;
	clear: both;
	margin-bottom:10px;
	margin-top: -5px;
}

.phone {
	display: inline-block;
	line-height: 12px !important;
	padding-top: 2px;
	vertical-align: top;
	margin-bottom: 2px;
}

/* ========================================================================== *\
   GENERAL CLASSES
\* ========================================================================== */

.clear {
    clear:both;
}

.content {
	width: 900px;
	display: block;
	margin: 0px auto;
}

.grey {
	width: 100%;
	padding: 30px 0px;
	border-top: 1px solid #CCCCCC;
	background-color:#F6F6F6;
}

.rule {
	height: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	clear: both;
	display: block;
}

.rule.dashed {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #CCCCCC;
}

.btn {
	display: inline-block;
	color: #ffffff;
	background:rgba(159,27,150,0.8);
	border: solid 1px #9F1B96;
	padding: 7px 15px;
	font-size: 12px;
	line-height: 12px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	margin-right: 15px;
}

.btn:hover {
	background:rgba(159,27,150,1.0);
	text-decoration: none;
}

.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

.social {
	display: block;
	float: left;
	margin-right: 5px;
	width: 24px;
}

.left {
	display: block;
	float: left;
	padding: 4px 10px 5px 0px;
}

.right {
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
}

.shareThis {
	display: block;
	margin: 5px 10px 0px 0px;
	float: left;
}

.current_language_item {
	display: none !important;
}

/* ========================================================================== *\
   OVERRIDES
\* ========================================================================== */

.language_item {
	list-style-type: none !important;
}

.stLarge:hover {
    opacity: 1.0 !important;
    background-position: -32px center;
}

/*

.stButton .stLarge span {
	display: none !important;
}

.stButton .stLarge {
    display: inline-block !important;
    height: 25px !important;
    width: 25px !important;
    position: relative;
    -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background-position: center center !important;
	content: "" !important;
}

.st_linkedin_large {
    height: 25px !important;
    width: 25px !important;
	 background-image: url('images/linkedin.png') !important;
	 background-size: 25px 25px !important;
	 background-repeat: no-repeat !important;
	 -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background-position: center center !important;
}

.st_facebook_large {
	 background-image: url('images/facebook.png') !important;
	 background-size: 25px 25px !important;
	 background-repeat: no-repeat !important;
    -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background-position: center center !important;
}

.st_twitter_large {
	 background-image: url('images/twitter.png') !important;
	 background-size: 25px 25px !important;
	 background-repeat: no-repeat !important;
    -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background-position:center top !important
}

.st_sharethis_large {
	 background-image: url('images/shareThis.png') !important;
	 background-size: 25px 25px !important;
	 background-repeat: no-repeat !important;
    -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background-position: center center !important;
}

.st_email_large {
	 background-image: url('images/mail.png') !important;
	 background-size: 25px 25px !important;
	 background-repeat: no-repeat !important;
    -webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	background-position: center center !important;
}

*/

/* ========================================================================== *\
   FORM STYLES
\* ========================================================================== */

input {
    /* -webkit-appearance: none; */
    border-radius: 0;
}

body input[type="submit"] {
	display: inline-block;
	color: #ffffff;
	background:rgba(159,27,150,0.8);
	border: solid 1px #9F1B96;
	padding: 7px 15px;
	font-size: 12px;
	line-height: 12px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	margin-right: 15px;	border:none;
	cursor:pointer;
	-webkit-appearance: none;
    border-radius: 0;
}

body input[type="submit"]:hover {
	background:rgba(159,27,150,1.0);
	text-decoration: none;
}

input[type=submit]:focus,
input[type=button]:focus {
	border-color: #9F1B96;
}

input:focus,
textarea:focus,
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
select:focus {
	outline: 1px solid #9F1B96 !important;
}

input[type="reset"] {
	display: inline-block;
	color: #ffffff;
	background:#666666;
	border: solid 1px #cccccc;
	padding: 7px 15px;
	font-size: 12px;
	line-height: 12px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	margin-right: 15px;	border:none;
	cursor:pointer;
	 -webkit-appearance: none;
    border-radius: 0;
    text-transform: capitalize !important;
}

input[type="reset"]:hover {
	background:#333333;
	text-decoration: none;
}

body input[type="text"],
body input[type="email"]{
	padding:5px 10px !important;
	font-size:14px !important;
	background-color:#ffffff;
	border: #666666 1px solid;
	min-width: 390px;
	 -webkit-appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    margin-bottom: 20px;
}

body textarea{
	width: calc(100% - 15px) !important;
	padding:10px 5px 10px 10px !important;
	font-size:14px !important;
	line-height:20px;
	background-color:#ffffff;
	border: #666666 1px solid;
	 -webkit-appearance: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
     margin-bottom: 20px;
}

.gfield_description {
	display: block;
	width: calc(100% - 40px) !important;
	padding: 20px !important;
	background-color: #eeeeee;
	margin-bottom: 25px;
	font-style: italic;
}

.gfield_required {
	display: none !important;
}

/* ========================================================================== *\
   ALIGNMENT
\* ========================================================================== */

.alignleft {
	float:left;
	display:block;
	margin:0 15px 15px 0;
}

.alignright {
	float:right;
	display:block;
	margin:10px 0px 0px 15px;
}

.aligncenter {
	display:block;
	margin:0px auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	line-height: 17px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px !important;
	line-height: 17px;
	padding: 5px 10px;
	margin: 0;
}


/* ========================================================================== *\
   COLUMNS
\* ========================================================================== */

.one_half {
	width:48%;
}

.one_third {
	width:30.66%;
}

.two_third {
	width:65.33%;
}

.one_fourth {
	width:22%;
}

.three_fourth{
	width:74%;
}

.one_fifth {
	width:16.8%;
}

.two_fifth{
	width:37.6%;
}

.three_fifth {
	width:58.4%;
}

.four_fifth {
	/* 	width:67.2%; */
	width: 79.2%;
}

.one_sixth {
	width:13.33%;
}

.five_sixth {
	width:82.67%;
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{
	margin-right:4%;
	float:left;
	position:relative;
}

.last{
	margin-right:0 !important;
	clear:right;
}

.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

/* Custom */

.page-template-consultants-marketing-com.page-id-43 div#body, .page-template-consultants-life-sciences.page-id-45 div#body {
    display: none;
}

.page-template-consultants-marketing-com.page-id-43 #sidebar-en, .page-template-consultants-life-sciences.page-id-45 #sidebar-en  {
    width: 100%;
    padding: 0px 0px 30px 0px;
    border: 0;
}

.page-template-consultants-marketing-com.page-id-43 .consultant .avatar, .page-template-consultants-life-sciences.page-id-45 .consultant .avatar {
    width: 20%;
}

.page-template-consultants-marketing-com.page-id-43 .consultant h3, .page-template-consultants-life-sciences.page-id-45  .consultant h3 {
    font-size: 26px;
    padding: 20px 0 10px;
}

.page-template-consultants-marketing-com.page-id-43 .phone, .page-template-consultants-life-sciences.page-id-45 .phone  {
    font-size: 14px;
    padding: 12px 0;
}

.page-template-consultants-marketing-com.page-id-43 .consultant  > img, .page-template-consultants-life-sciences.page-id-45 .consultant  > img {
    padding: 10px 0;
}