/* Begin Custom Styles */

/* Global Styles */
@font-face {
    font-family: 'MarkOT';
    src: url('fonts/MarkOT.woff2') format('woff2'),
        url('fonts/MarkOT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MarkOT';
    src: url('fonts/MarkOT-Bold.woff2') format('woff2'),
        url('fonts/MarkOT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6,
.et_pb_button,
body, p, li {
	font-family: 'MarkOT', Verdana, Helvetica, sans-serif;
}
.footer-social li a.icon:before {
    color: #333333!important;
}
a {
	opacity: 1;
	transition: opacity 250ms;
/* 	 color: currentcolor !important; */
	
}

a:hover {
	opacity: .7;
}

.entry-content a {
	text-decoration: underline;
}

/* Default button appearance */
.et_pb_scroll_top.et-pb-icon {
    right: 5px; /* space from right */
    bottom: 80px; /* space from bottom */
    padding: 8px; /*padding size*/
    border-radius: 30px; /* make the circle */
    background: #f1b434 /* button color */;	
    font-size: 32px; /* icon size */
    transition: all .1s ease-in-out; /* add transition */
	z-index:998;
}
/* Button Appearance on Mouseover */
.et_pb_scroll_top.et-pb-icon:hover {
/*    bottom: 32px  space from bottom */;
    background: #f1b434ba /*button hover color*/;	
    transition: all .1s ease-in-out; /*add transition*/
    box-shadow: 0 10px 15px #162c4e4a; /*box shadow on hover*/
}
/* Animation tweaks */
.et_pb_scroll_top.et-visible {
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    -moz-animation: fadeInBottom 2s 1 cubic-bezier(.50,0,.160,1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
    animation: fadeInBottom 1s 1 cubic-bezier(.50,0,.160,1);
}
.et_pb_scroll_top.et-hidden {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}



/* Header Styles */
#logo {
	/* Fix Pixelated Divi Logo in Chrome */
	-webkit-transform: initial;
}

/* Navigation Styles */


/* Hero Styles */
.text-hero-title .et_pb_fullwidth_header_subhead {
	border-bottom: solid 2px #fbb200;
    padding-bottom: 14px;
    padding-right: 40px;
    display: inline-block;
	margin-bottom: 20px
}

/* Main Styles */

.et_password_protected_form {
	    max-width: 980px;
    margin: 80px auto;
    width: 90%;
}
.et_fullscreen_slider {
	height: calc(100vh - 125px);
	min-height: 460px;
}

.et_fullscreen_slider a {
	text-decoration: none!important;
}
.et_fullscreen_slider .et_pb_slide {
	height: 100%;
}
.et_fullscreen_slider .et_pb_slide .et_pb_button {
	margin-top: 60px;
}
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}

.home-slider .et_pb_container {
	width: 100% !important;
	max-width: 1200px !important;
}
/* Ken Burns Slider */
.kb-zoomin-right .et_pb_slide .et_parallax_bg {
	background-position: center;
	animation: zoomin-right 7s forwards;
	-ms-animation: zoomin-right 7s forwards;
	-webkit-animation: zoomin-right 7s forwards;
	-o-animation: zoomin-right 7s forwards;
	-moz-animation: zoomin-right 7s forwards;
}
@keyframes zoomin-right{
	0% {
		-ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, -50px, 0px);
		-webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, -50px, 0px);
		-o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, -50px);
		-moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, -50px, 0px);
		transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, -50px, 0px);
		animation-timing-function: linear;
	}
	100% {
		-ms-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 50px, 0px);
		-webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 50px, 0px);
		-o-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 50px, 0px);
		-moz-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 50px, 0px);
		transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 50px, 0px);
	}
}

/* Styled Blurbs */
.styled-blurbs .et_pb_column.right {
	display: flex;
	flex-wrap: wrap;
}
.styled-blurbs .et_pb_blurb {
	display: flex;
	align-items: center;
	position: relative;
	background: #1f2a44;
	overflow: hidden;
}
.styled-blurbs .et_pb_blurb.main {
	height: 100%;
	padding-top: 16vw;
	padding-bottom: calc(16vw + 20px); /* adjusted for the gab between images */
	padding-right: 20px; /* adjusted for the gab between images */
}
.styled-blurbs .et_pb_blurb.secondary {
	width: 100%;
	height: calc(55% - 10px); /* adjusted for the gab between images */
	flex-basis: 100%;
	margin-bottom: 20px !important; /* adjusted for the gab between images */
}
.styled-blurbs .et_pb_blurb.half {
	width: 50%;
	height: calc(45% - 10px); /* adjusted for the gab between images */
	flex-basis: 50%;
}

/* .styled-blurbs .your-insights.half {
	margin-left: 20px;
	margin-right: 10px;
}

.styled-blurbs .et_pb_blurb.your-insights:before, .styled-blurbs .et_pb_blurb.contact-us:before, 
.styled-blurbs .et_pb_blurb.your-insights:after, .styled-blurbs .et_pb_blurb.contact-us:after {
	right: 0;
}

.styled-blurbs .contact-us.half {
	margin-left: 10px;
} */

.styled-blurbs .et_pb_blurb.main, .styled-blurbs .et_pb_blurb.secondary {
	padding-right: calc(5% + 20px);
	padding-left: 5%;
}

.styled-blurbs .et_pb_blurb:before {
	position: absolute;
	content: '';
	top: 0;
	right: 20px;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	transform-origin: bottom right;
}
.styled-blurbs .et_pb_blurb.your-people:before {
	background-image: url('/wp-content/uploads/2019/07/our-people-hero-1.jpg');
}
.styled-blurbs .et_pb_blurb.our-expertise:before {
	background-image: url('/wp-content/uploads/2019/08/our-expertise-hero-opt.jpg');
}
.styled-blurbs .et_pb_blurb.your-insights:before {
	background-image: url('/wp-content/uploads/2019/04/insights-hero-1.jpg');
}
.styled-blurbs .et_pb_blurb.contact-us:before {
	background-image: url('/wp-content/uploads/2019/04/contact-hero.jpg');
}
.styled-blurbs .et_pb_blurb:after {
	position: absolute;
	content: '';
	top: 0;
	right: 20px;
	bottom: 0;
	left: 0;
	background: rgba(31,42,68,0.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.styled-blurbs .et_pb_blurb .et_pb_blurb_content {
	max-width: 350px;
	color: #FFF;
	z-index: 2;
}
.styled-blurbs .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
	text-align: center;
}
.styled-blurbs .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header {
	padding-bottom: 10px;
	color: #f1b434;
	font-size: 36px;
    font-weight: normal;
	line-height: 32px;
	text-transform: uppercase;
}
.styled-blurbs .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
	padding: 0 5%;
}

/* Styled Blurbs Hover */
.styled-blurbs .et_pb_blurb:hover:before {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	filter: grayscale(0%); /* Current draft standard */
    -webkit-filter: grayscale(0%); /* New WebKit */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%); 
    -o-filter: grayscale(0%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#saturate); /* Gecko */
    filter: none; /* IE */
    -webkit-filter: grayscale(0); /* Old WebKit */
	overflow: hidden;
	transform-origin: bottom right;
}
.styled-blurbs .et_pb_blurb:hover:after {
/* 	border: 10px solid #f1b434; */
}

/* Home - News */
.news-title h3 {
	line-height: inherit;
}

/* Values */
.core-value-text-alt .et_pb_text_inner h3 {
	right: 0;
}

.core-value-text .et_pb_text_inner h3 {
	position: absolute;
	width: 180px;
	background-color: #1e2a44;
	color: #fff!important;
	font-size: 20px;
	text-transform: unset;
	font-weight: bold;
	padding: 60px 30px 30px;
	line-height: 1.2em;
	vertical-align: bottom;
}

.core-value-text .et_pb_text_inner p {
	padding: 180px 70px 50px 190px;
	font-size: 1.4em;
}
.core-value-text-alt .et_pb_text_inner p {
	padding: 180px 190px 50px 70px !important;
}

/* Divi Post Slider */
.et_pb_post_slider .et_pb_slide {
	margin-top: 40px;
	padding: 0 !important;
	background: none;
}

.et_pb_post_slider .et_pb_slide .et_pb_slide_content a, .et_pb_post_slider .et_pb_slide h2.et_pb_slide_title a {
	text-decoration: none!important;
}
.et_pb_post_slider .et_pb_slide h2.et_pb_slide_title {
	padding-bottom: 0;
}
.et_pb_post_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_button,
.et_pb_post_slider.et_pb_slide .et_pb_button_wrapper a.et_pb_button:hover {
	background: none !important;
	border: none;
	font-size: 20px;
	font-weight: bold;
	color: #f1b434 !important;
	margin-top: 0;
	padding: 0 !important;
	text-transform: lowercase;
	text-decoration: underline;
}
.et_pb_post_slider .et-pb-controllers {
	width: auto;
	top: 0;
	bottom: inherit;

	
}
.et_pb_post_slider .et-pb-controllers a {
	width: 40px;
    height: 8px;
	background-color: rgba(241,180,52,0.5);
	border-radius: 0;
}
.et_pb_post_slider .et-pb-controllers a.et-pb-active-control {
	background-color: #f1b434;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #f1b434!important;
}


/* Call Back Form */
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input, 
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select {
	height: 60px;
	background: none;
	font-size: 16px !important;
	color: #FFF;
	padding: 15px !important;
	border: 1px solid #f1b434;
	border-radius: inherit;
	box-shadow: none;
}
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea {
	min-height: 125px;
	margin-top: 8px;
}
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select option {
	color: #333;
}
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input::-webkit-input-placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea::-webkit-input-placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select::-webkit-input-placeholder {
	color: #FFF;
	text-transform: uppercase;
}
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input:-moz-placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea:-moz-placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select:-moz-placeholder {
	color: #FFF;
	text-transform: uppercase;
	opacity: 1;
}
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input::-moz-placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea::-moz-placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select::-moz-placeholder {
	color: #FFF;
	text-transform: uppercase;
	opacity: 1;
}
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input:-ms-input-placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea:-ms-input-placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select:-ms-input-placeholder {
	color: #FFF;
	text-transform: uppercase;
}
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input::-ms-input-placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea::-ms-input-placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select::-ms-input-placeholder {
	color: #FFF;
	text-transform: uppercase;
}
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input::placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea::placeholder,
body .callback-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select::placeholder {
	color: #FFF;
	text-transform: uppercase;
}
body .callback-form .gform_wrapper .gform_footer {
	margin-top: 20px;
	text-align: left;
}
body .callback-form .gform_wrapper .gform_footer input.gform_button {
	background: #f1b434;
	border: 2px solid #f1b434;
	font-size: 20px;
	font-family: 'MarkOT', Verdana, Helvetica, sans-serif;
	font-weight: bold!important;
	line-height: 25px;
}
body .callback-form .gform_wrapper .gform_footer input.gform_button:hover {
	background: #e0a831 !important;
	border-color: #e0a831 !important;
	color: #FFF;
}

/* Contact Form */
.left-col-form {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 2.5%;
}

.right-col-form {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-left: 2.5%;
}

body .contact-form .gform_wrapper .top_label select.medium, body .contact-form .gform_wrapper .top_label select.small {
	width: 100% !important;
}

body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label ul.gfield_checkbox li label {
	display: inline-block !important;
	height: auto;
}

body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label ul.gfield_checkbox li input {
	height: auto !important;
	padding: 0 !important;
}

body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label .gfield_description {
	font-style: italic;
}

body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input, 
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select {
	height: 50px;
	background: none;
	font-size: 16px !important;
	color: #FFF;
	padding: 15px !important;
	border: 1px solid #f1b434;
	border-radius: inherit;
	box-shadow: none;
}


body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea {
	min-height: 125px;
	margin-top: 8px;
}
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select option {
	color: #333;
}
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input::-webkit-input-placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea::-webkit-input-placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select::-webkit-input-placeholder {
	color: #FFF;
	text-transform: uppercase;
}
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input:-moz-placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea:-moz-placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select:-moz-placeholder {
	color: #FFF;
	text-transform: uppercase;
	opacity: 1;
}
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input::-moz-placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea::-moz-placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select::-moz-placeholder {
	color: #FFF;
	text-transform: uppercase;
	opacity: 1;
}
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input:-ms-input-placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea:-ms-input-placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select:-ms-input-placeholder {
	color: #FFF;
	text-transform: uppercase;
}
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input::-ms-input-placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea::-ms-input-placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select::-ms-input-placeholder {
	color: #FFF;
	text-transform: uppercase;
}
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label input::placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea::placeholder,
body .contact-form .gform_wrapper ul.gform_fields li.gfield.hidden_label select::placeholder {
	color: #FFF;
	text-transform: uppercase;
}
body .contact-form .gform_wrapper .gform_footer {
	margin-top: 20px;
	text-align: center;
}
body .contact-form .gform_wrapper .gform_footer input.gform_button {
	background: #f1b434;
	border: 2px solid #f1b434;
	font-size: 20px;
	font-family: 'MarkOT', Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 25px;
}
body .contact-form .gform_wrapper .gform_footer input.gform_button:hover {
	background: #e0a831 !important;
	border-color: #e0a831 !important;
	color: #FFF;
}

/* Contact Page */

.contact-locations-list .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 0!important;

}
.contact-locations-list .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container a {
	text-decoration: none!important;
}

/* Divi Testimonial Slider */
.et_pb_slider.testimonials .et_pb_slide {
	margin-top: 15px;
	padding: 0 !important;
}
.et_pb_slider.testimonials .et_pb_slides {
	padding-top: 15px;
}
.et_pb_slider.testimonials .et_pb_slide .et_pb_slider_container_inner {
	display: inline-block;
}
.et_pb_slider.testimonials .et_pb_slide h2.et_pb_slide_title {
	padding-bottom: 0;
}
.et_pb_slider.testimonials .et_pb_slide .et_pb_button_wrapper a.et_pb_button,
.et_pb_slider.testimonials .et_pb_slide .et_pb_button_wrapper a.et_pb_button:hover {
	background: none !important;
	border: none;
	font-size: 20px;
	font-weight: bold;
	color: #f1b434 !important;
	margin-top: 0;
	padding: 0 !important;
	text-transform: lowercase;
	text-decoration: underline;
}
.et_pb_slider.testimonials .et-pb-controllers {
	width: auto !important;
	top: 0 !important;
	bottom: inherit !important;
	line-height: 1em;
	text-align: left !important;
}
.et_pb_slider.testimonials .et-pb-controllers a {
	width: 40px !important;
    height: 8px !important;
	background-color: rgba(241,180,52,0.5) !important;
	border-radius: 0 !important;
}
.et_pb_slider.testimonials .et-pb-controllers a.et-pb-active-control {
	background-color: #f1b434 !important;
}

.et_pb_slider.testimonials .et_pb_slide_image {
	width: 50% !important;
	float: left !important;
	padding-right: 20px;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

/* Person Testimonial Slider */

.et_pb_slider.testimonials.person-testimonial .et_pb_slide {
	background: transparent !important;
}

.et_pb_slider.testimonials.person-testimonial .et-pb-controllers {
		left: 40px !important;
}

.et_pb_slider.testimonials.person-testimonial .et_pb_slide_content {
	color: #333 !important;
	text-shadow: none !important;
	line-height: 2em;
}

.et_pb_slider.testimonials.person-testimonial  .et_pb_slider_container_inner {
	vertical-align: top !important;
}


/* Person Testimonial Slider on Left of Details */
.person-testimonial-slider {
	width: 19.667%;
}
#et-boc .et_pb_column.person-testimonial-slider .et_pb_text {
	padding-top: 5vh;
}
.et_pb_slider.testimonials.person-testimonial {
	padding-bottom: 5vh;
}

.person-testimonial-slider .person-testimonial .et_pb_slide {
/* 	height: 290px; */
/* 	overflow-y: scroll; */
}

/* Slick Carousel Slider */
.slick-prev:before, .slick-next:before {
	font-size: 34px;
}
.slick-prev, .slick-next {
	width: 34px;
	height: 34px;
	z-index: 2;
}
.slick-prev {
	left: 20px;
}
.slick-next {
	right: 20px;
}


/* Expertise */

.expertise-container {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

			/* MASONARY GRID OF EXPERTISE  */
			.expertise-container .expertise-single {
				float: left;
				margin-bottom: 20px;
				overflow: hidden;
				position: relative;
				padding-left: 20px;
				width: 25%
			}

			@media screen and (min-width: 1101px) {
				.expertise-container .expertise-single:nth-last-child(1) {
					height: 40vh;
				}
			}


			@media screen and (min-width:768px) {
				.expertise-container .expertise-single:nth-last-child(1) {
					width: 100% !important;
					height: 50vh;
				}

				.expertise-container .expertise-single:nth-last-child(1) .expertise-image {
						transform: translateY(-30%);
				}
				.expertise-container .expertise-single:nth-last-child(1) .expertise-image:before {
					left: 0;
				}
				.expertise-container .expertise-single:nth-last-child(1) {
					width: 100% !important;
				}
			}

			@media screen and ( min-width:768px ) and ( max-width: 1100px ) {
				.expertise-container .expertise-single:nth-last-child(1) {
					height: 30vh;
				}
				
			}

			@media screen and (max-width:920px) {
				.expertise-container.all .expertise-single {
					width: 50%
				}
			}

			@media screen and (max-width:767px) {
				.expertise-container.all .expertise-single {
					width: 100%
				}
			}


			.expertise-container.all .expertise-single:nth-of-type(6n+1),
			.expertise-container.all .expertise-single:nth-of-type(6n+4) {
				clear: left
			}

			.expertise-container.all .expertise-single:nth-of-type(6n),
			.expertise-container.all .expertise-single:nth-of-type(6n+1) {
				width: 50%
			}

			@media screen and (max-width:767px) {
				.expertise-container.all .expertise-single:nth-of-type(6n),
				.expertise-container.all .expertise-single:nth-of-type(6n+1) {
					width: 100%
				}

			}

			.expertise-container.all .expertise-single:nth-of-type(6n+6) {
				margin-top: -25%
			}

			@media screen and (max-width:920px) {
				.expertise-container.all .expertise-single:nth-of-type(6n+1),
				.expertise-container.all .expertise-single:nth-of-type(6n+4) {
					clear: none
				}
				.expertise-container.all .expertise-single:nth-of-type(6n+6) {
					margin-top: 0
				}
			}


			/* END MASONARY GRID OF PEOPLE */
/*

.expertise-title {
	font-weight: normal !important;
	text-transform: uppercase !important;
	margin-bottom: 20px;
 }

.expertise-container {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.expertise-container .expertise-single {
	position: relative;
	float: left;
	width: 25%;
	background: url('/wp-content/uploads/2018/11/insights.jpg') center no-repeat;
	background-size: auto 100%;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	overflow: hidden;
}
.single-people .expertise-container .expertise-single {
	float: none;
	width: auto;
}
.expertise-container .expertise-single:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(31, 42, 68, 0.7);
}
.expertise-container .expertise-single a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3vw;
	color: #f1b434;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
}
.expertise-container .expertise-single a:before {
	content: "";
	display: block;
	padding-top: 75%; 4:3 Ratio 
}
 */
.expertise-container .expertise-single .expertise-image {
	overflow: hidden;
}

.expertise-container .expertise-single .expertise-image:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 20px;
	z-index: 2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}

.expertise-container .expertise-single .expertise-image img {
	width: 100%;
	vertical-align: bottom;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: filter 0.3s ease-out;
    -moz-transition: filter 0.3s ease-out;
    -o-transition: filter 0.3s ease-out;
    transition: filter 0.3s ease-out;
	transition: scale 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
	filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}
.expertise-container .expertise-single .expertise-details {
	position: absolute;
	right: 10px;
	bottom: 20px;
	left: 30px;
	text-align: center;
	z-index: 2;
}
.expertise-container .expertise-single .expertise-details h3 {
	padding-bottom: 0 !important;
	color: #F1B434 !important;
	font-size: 20px ;
	text-align: center !important;
	line-height: 1.2em;
}

			@media screen and ( min-width:921px ) and ( max-width: 1300px ) {
				.expertise-container .expertise-single .expertise-details h3 {
					font-size: 16px !important;
				}
			}

/* Expertise Hover Styles */
.expertise-container .expertise-single:hover .expertise-image {
	overflow: hidden;
}
.expertise-container .expertise-single:hover .expertise-image img {
	filter: grayscale(0%); /* Current draft standard */
    -webkit-filter: grayscale(0%); /* New WebKit */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%); 
    -o-filter: grayscale(0%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#saturate); /* Gecko */
    filter: none; /* IE */
    -webkit-filter: grayscale(0); /* Old WebKit */
/* 	border: 10px solid #f1b434; */
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* EXPERTISE DETAIL PAGE */

.et-db .expertise #et-boc .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1{
    color: #1f2a44!important;
    line-height: 1.2em !important;
	font-size: 28px !important;
	text-transform: none;
	font-weight: 300;
    letter-spacing: 0;
}
.et-db .expertise #et-boc .news-title h2 {
	color: #1e2a44!important;
    font-size: 20px;
	border-bottom: 2px solid #fbb200;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 300;
}

.toggle-module {
	margin-bottom: 10px!important;
}
.toggle-module p {
	line-height: 1.6em;
}
.expertise #et-boc .expertise-body .et_pb_module.et_pb_text {
	padding-top: 30px !important;
}
.expertise #et-boc .expertise-body .et_pb_module h3 {
	font-size: 24px;
	font-weight: bold;
	color: #212A42 !important;
	text-transform: none;
}
.expertise .et_pb_module p:not(.has-background):last-of-type {
    padding-bottom: 1em !important;
}

/* .expertise .et_pb_module ul {
    margin-top: -.8em
} */

.expertise .et_pb_module ul ul {
    margin-top: 0;
}

.related-articles article.et_pb_post {
	margin-bottom: 19px !important;
	padding-bottom: 14px;
}

.expertise .et_pb_module p.post-meta:not(.has-background):last-of-type {
	padding-bottom: 0!important;
}
.services-container h3 {
	padding-bottom: 20px;
	font-size: 23px !important;
	color: #f1b434 !important;
	text-transform: uppercase !important;
}
.services-container ul {
	padding-left: 0;
	list-style: none;
}

.services-container ul li {
	color: #1f2a44;
	padding-bottom: 8px;
	font-size: 16px;
}

.services-container li.infosheet a {
	color: #1f2a44 !important;
}
.subset-listing-box {
	position: relative !important;
	cursor: pointer;
	opacity: 1;
	transition: 250ms opacity;
}

.subset-listing-box:hover {
	opacity: .7;
}

body .et_pb_gutters1.subset-listing-holder .et_pb_column, body .subset-on-subset-holder .et_pb_column {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.subset-listing-box .et_pb_text_inner {
	position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    left: 5%;
}
.subset-listing-box .et_pb_text_inner {
	color: #fff !important;
}

.subset-listing-box .et_pb_text_inner a {
	color: #fff !important;
	text-decoration: none !important;
}

body .expertise #et-boc .blue-intro .et_pb_text_inner p:last-of-type {
	padding-bottom: 0 !important;
}

.single .et_pb_post.people {
	margin-bottom: 0!important;
}

.expertise .subset-listing-box.et_pb_module p:not(.has-background):last-of-type {
	padding-bottom: 0 !important;
}

.people-expertise-listing .person-single a .person-details * {
	transition: none;
}
	
.people-expertise-listing .person-single {
	position: relative;
}

.people-container.people-expertise-listing .person-single .person-image:before {
	left:0;
}

.people-container.people-expertise-listing .person-single .person-details {
	left: 7px;
}

/* Subset detail pages */
/* body .et_pb_row_inner.subset-on-subset-holder .et_pb_module{

} */


.main-expertise-link .et_pb_column .et_pb_module h2 {
	line-height: 1em !important;
	cursor: pointer;
}
.main-expertise-link .et_pb_column .et_pb_module h2 a {
		text-decoration: none !important;

}

/* Expertise Hover Styles */
/* .expertise-container .expertise-single:hover {
	background-size: auto 110%;
}
h3.expertise-title {
	color: #1f2a44 !important;
}

.more-expertise {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
 */

/* People */
.people-container {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

/* MASONARY GRID OF PEOPLE  */
.people-container.all .person-single {
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    padding-left: 20px;
    width: 25%
}

@media screen and (max-width:920px) {
    .people-container.all .person-single {
        width: 50%
    }
}

@media screen and (max-width:767px) {
    .people-container.all .person-single {
        width: 100%
    }
}

@media screen and (orientation: landscape) and (max-width:767px) {
    .people-container.all .person-single {
        width: 50%!important;
    }
}


.people-container.all .person-single:nth-of-type(6n+1),
.people-container.all .person-single:nth-of-type(6n+4) {
    clear: left
}

/* .people-container.all .person-single:nth-last-child(2) {
	clear: none;
}
 */
.people-container.all .person-single:nth-of-type(6n),
.people-container.all .person-single:nth-of-type(6n+1) {
    width: 50%
}

@media screen and (max-width:767px) {
    .people-container.all .person-single:nth-of-type(6n),
    .people-container.all .person-single:nth-of-type(6n+1) {
        width: 100%
    }

}

.people-container.all .person-single:nth-of-type(6n+6) {
    margin-top: -25%
}

@media screen and (max-width:920px) {
    .people-container.all .person-single:nth-of-type(6n+1),
    .people-container.all .person-single:nth-of-type(6n+4) {
        clear: none
    }
    .people-container.all .person-single:nth-of-type(6n+6) {
        margin-top: 0
    }
}


/* END MASONARY GRID OF PEOPLE */


.people-container .person-single .person-image:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 20px;
	z-index: 2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}
.people-container .person-single .person-image {
	overflow: hidden;
}
.people-container .person-single .person-image img {
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: filter 0.3s ease-out;
    -moz-transition: filter 0.3s ease-out;
    -o-transition: filter 0.3s ease-out;
    transition: filter 0.3s ease-out;
	transition: scale 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
	
	filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.people-container .person-single .person-details {
	position: absolute;
	right: 10px;
	bottom: 20px;
	left: 30px;
	text-align: center;
	z-index: 2;
}
.people-container .person-single .person-details h3 {
	padding-bottom: 0 !important;
	color: #F1B434 !important;
	font-size: 20px !important;
	text-align: center !important;
}
.people-container .person-single .person-details p.position {
	color: #FFF;
	line-height: 1em;
}
/* People Hover Styles */
.people-container .person-single:hover .person-image {
	overflow: hidden;
}
.people-container .person-single:hover .person-image img {
	filter: grayscale(0%); /* Current draft standard */
    -webkit-filter: grayscale(0%); /* New WebKit */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%); 
    -o-filter: grayscale(0%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#saturate); /* Gecko */
    filter: none; /* IE */
    -webkit-filter: grayscale(0); /* Old WebKit */
/* 	border: 10px solid #f1b434; */
}
.people-container .person-single:hover .person-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* People Expertise */
h3.people-expertise-title {
	color: #1f2a44 !important;
	font-size: 22px !important;
    font-weight: 600 !important;
	text-transform: uppercase !important;
	text-align: left;
	padding-bottom: 20px;
}
.people-expertise-container .people-expertise-single {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	opacity: 1;
	transition: opacity 250ms;
}

.people-expertise-container .people-expertise-single:hover {
	opacity: .7;
}

.people-expertise-container .people-expertise-single > div {
	flex-basis: 0;
	flex-grow: 1;
}
.people-expertise-container .people-expertise-single .image-container {
	margin-right: 5%;
	vertical-align: bottom;
}
.people-expertise-container .people-expertise-single .title-container {
	text-align: left;
	line-height: 1.4em;
}
.people-expertise-container .people-expertise-single .title-container a {
	font-size: 18px;
	color: #1f2a44 !important;
	text-decoration: none!important;
}

/* People Contact Details Row */
.person-contact-details .position {
	color: #fff;
}


.person-contact-image {
	margin-bottom: 0 !important;
	background-position: 80% !important;
}


/* People Assistant */
.contacts.assistant-details, .contacts.assistant-details h6  {
	color: #fff !important;
}
.contacts.assistant-details p {
	padding-bottom: 0 !important;
}
.contacts.assistant-details a.email {
	display: inline-block;
}

/* Expertise */
.team-title {
	font-weight: normal !important;
	text-transform: uppercase !important;
	margin-bottom: 20px;
	color: #fff !important;
}
.more-people {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}
/* Infosheets */
.infosheet-container h3 {
	padding-bottom: 20px;
	font-size: 28px !important;
	font-weight: normal !important;
	color: #1F2A44 !important;
	text-transform: uppercase !important;
}
.infosheet-container ul {
	padding-left: 0;
	list-style: none;
}
.infosheet-container li {
	padding-bottom: 8px;
	list-style: none;
}
.infosheet-container li.infosheet {
	padding-left: 1.4em;
}
.infosheet-container li.infosheet:before {
	content: "\e058";
	font-family: 'ETmodules';
	color: #f1b434;
	margin-left: -1.4em; /* same as padding-left set on li */
  	width: 1.4em; /* same as padding-left set on li */
}
.infosheet-container li a {
	color: currentColor !important;
}
.infosheet-container li a:hover {
	color: #f1b434 !important;
}

/* Contacts */
.people .position {
	text-transform: uppercase;
}
.contacts {
	margin-top: 20px;
}
.contacts a {
	font-size: 18px;
	color: #e7e7e7 !important;
	display: block;
	text-decoration: none!important;
}
.contacts a.phone {
	margin-right: 10px;
}
.contacts .phone:before, 
.contacts .email:before {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	color: #f1b434;
	font-family: 'ETmodules';
	font-size: 20px;
	text-align: center;
	line-height: 32px;
}
.contacts .phone:before {
	content: '\e090';
}
.contacts .email:before {
	content: '\e076';
}

.contacts-details-holder {
	margin-bottom: 30px !important;
}

.assistants-contacts {
	margin-top: 0 !important;
}

.assistants-contacts a {
	display: inline-block;
}

/* Popup Maker */
.popmake-overlay .popmake-title {
	text-transform: uppercase;
	margin-bottom: 10px;
}

/* Footer Styles */ 


/* Gravity Forms Styles */ 
body .contact-form_wrapper * {
	color: #fff;
}
body .gform_wrapper {
	margin: 0;
}
body .gform_wrapper ul.gform_fields {
	list-style: none;
	padding: 0;
}
body .gform_wrapper ul.gform_fields li.gfield {
	margin-top: 0;
	margin-bottom: 10px;
	padding-right: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
	padding-right: 0;
}
body .gform_wrapper ul.gform_fields li.gfield:last-child {
  	margin-bottom: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.light label {
	color: #FFF;
}
body .gform_wrapper ul.gform_fields li.gfield.hidden_label label {
	display: none;
}
body .gform_wrapper ul.gform_fields li.gfield.hidden_label .ginput_container {
	margin-top: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.hidden_label input, 
body .gform_wrapper ul.gform_fields li.gfield.hidden_label textarea {
	border: none;
	border-radius: 3px;
	margin-top: 0;
	padding: 10px !important;
	vertical-align: bottom;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.5);
}
body .gform_wrapper ul.gform_fields li.gfield input:-moz-read-only { /* For Firefox */
	background-color: #CCC;
}
body .gform_wrapper ul.gform_fields li.gfield input:read-only { 
	background-color: #CCC;
}
body .gform_wrapper .gform_footer {
    padding: 0;
    margin: 10px 0 0 0;
	text-align: right;
}
body .gform_wrapper .gform_footer input.gform_button {
	background-color: #f1b434;
	margin: 0;
	padding: 0.3em 1em;
	color: #1f2a44;
	border: 2px solid #f1b434;
  	font-family: 'MarkOT', Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    transition-duration: 0.6s;
    text-transform: uppercase;
    cursor: pointer;
}   
body .gform_wrapper .gform_footer input.gform_button:hover {
	background: #e0a831;
	border-color: #e0a831;
	color: #1f2a44 !important;
}


/* Validation Errors */
body .gform_wrapper .validation_error {
	display: none;
}
body .gform_wrapper ul.gform_fields li.gfield_error {
	max-width: 100% !important;
	background: none;
	border: none;
	padding: 0 !important;
}
body .gform_wrapper ul.gform_fields li .validation_message {
	padding: 0;
	color: #d37373;
}

/* Contact Page */
.sydney-map .et_pb_map {
	height: 490px !important;
}

/* Insights Page */

.insights-listing article.et_pb_post a.entry-featured-image-url {
	float: left;
    width: 32%;
    margin-right: 20px;
	margin-bottom: 0!important;
}

.insights-listing article.et_pb_post .post-content p {
	line-height: 1.5em;
}

.insights-listing article.et_pb_post .post-meta {
	line-height: 1.7em;
}

.insights-listing article.et_pb_post a.more-link {
	clear: none;
	text-decoration: underline;
}

/* .insights-listing .post-content p:not(.more-link) {
	display: none;
} */

.widgettitle {
	color:#f1b434;
	text-transform: uppercase;
	font-size: 23px;
}

.type-post .post-meta {
	font-weight: bold;
	font-size: 15px !important;
}

.category.et_right_sidebar #left-area, .single-post.et_right_sidebar #left-area {
    padding-left: 5.5%;
	padding-right: 0;
}
.category #main-content .container {
	padding-top: 0;
}
.category.et_right_sidebar #main-content .container:before {
	left: 20.875% !important;
	top: 150px;
}

.single-post.et_right_sidebar #main-content .container:before {
	left: 20.875% !important;
	top: 70px;
}

.category.et_right_sidebar #sidebar, .single-post.et_right_sidebar #sidebar {
    padding-left: 0;
	padding-right: 30px;
}

.category .more-link {
	display: block;
}

.et_right_sidebar .et_pb_widget ul li {
	font-weight: bold;
	font-size: .8em;
    line-height: 1.8em;
}

.et_right_sidebar .et_pb_widget ul li a {
	text-decoration: none!important;
}
.et_right_sidebar .et_pb_widget ul li ul.children li {
    margin-left: 0;
	font-weight: normal;
	margin-bottom: 0!important;
}

.category article, .single-post article {
	color: #666;
}

.category article img, .single-post article img {
	width: 49%;
    float: left;
    margin-right: 30px;
}

.category article .entry-content, .single-post article .entry-content {
	padding-top: 0!important;
}

.category article h4 a, .single-post article h4 a {
	color: #1f2a44;
}
.blog-title {
	padding-bottom: 50px;
	padding-top: 50px;
}
.blog-title h3, .entry-title {
	color: #1f2a44;
	font-weight: normal;
}
h4.entry-title {
	font-weight: bold;
}

.category #left-area .post-meta {
	padding-bottom: 0!important;
}

/* Blog Image Hover Styles */

.insights-listing a.entry-featured-image-url {
	overflow: hidden;
}
.insights-listing a.entry-featured-image-url img {
	
}

.insights-listing a.entry-featured-image-url img:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 20px;
	z-index: 2;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
}

.insights-listing a.entry-featured-image-url img{
	width: 100%;
	vertical-align: bottom;
	-webkit-transition: filter 0.3s ease-out;
    -moz-transition: filter 0.3s ease-out;
    -o-transition: filter 0.3s ease-out;
    transition: filter 0.3s ease-out;
	transition: scale 0.3s ease-out;
	-webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
	
/* 	filter: grayscale(100%); /* Current draft standard 
    -webkit-filter: grayscale(100%); /* New WebKit 
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE 
    filter: url(resources.svg#desaturate); /* Gecko 
    filter: gray; /* IE 
    -webkit-filter: grayscale(1); /* Old WebKit */ 
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.insights-listing a.entry-featured-image-url:hover {
	overflow: hidden;
}
.insights-listing a.entry-featured-image-url:hover img {
/* 	filter: grayscale(0%); /* Current draft standard 
    -webkit-filter: grayscale(0%); /* New WebKit 
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%); 
    -o-filter: grayscale(0%); /* Not yet supported in Gecko, Opera or IE 
    filter: url(resources.svg#saturate); /* Gecko
    filter: none; /* IE 
    -webkit-filter: grayscale(0); /* Old WebKit */
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* Search PAge */

.widget_search #s {
	border-radius: 0;
	font-family: 'MarkOT', Verdana, Helvetica, sans-serif;
}
#searchsubmit {
	height: 100%;
    background-color: #f1b434 !important;
    border-color: #f1b434;
	border-radius: 0;
	font-family: 'MarkOT', Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

.search article *, .search article {
	color: #666;
}

.search .entry-featured-image-url {
	display: none;
}

.search .entry-title {
	font-size: 26px;
	color: #1f2a44;
}

.search .entry-title a {
	color: #1f2a44;
}

/* 404 Page  */

.error404 article div.entry, 
.error404 article div.entry *  {
	color: #666;
}



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

@media only screen and ( min-width: 1401px) {
	body #et-boc .et_pb_section .main-expertise-image.et_pb_post_title_0.et_pb_post_title {
		margin-top: -570px!important;
		max-height: 570px;
	}

}



@media only screen and ( min-width: 1231px ) {

		
	.person-contact-details {
		margin-right: 2% !important;
		width: 25% !important;
	}
}

@media only screen and ( min-width: 1101px ) {
	.person-contact-image {
		width: 36.7% !important;
	}
	
	body .et_pb_gutters1.subset-listing-holder .et_pb_module {
		width: 31.7% !important;
		margin-right: 2.3%;
	}

	body .et_pb_gutters1.subset-listing-holder .et_pb_module:nth-child(3n+3) {
		margin-right: 0!important;
	}

}

@media only screen and ( max-width: 1230px ) {
	.person-contact-details-holder {
		flex-wrap: wrap;
	}
	.person-contact-details {
		width: 50% !important;
		margin-right: 0!important;
	}
	.person-testimonial-slider {
		width: 100% !important;
		background-color: #17223c;
	}

		
	.person-contact-details {
		margin-right: 2% !important;
		width: 42% !important;
	}
}

@media only screen and ( max-width: 1100px ) {
	.no-expertise .person-areas {
		display: none !important;
	}
	.no-expertise .person-bio {
		width: 100% !important;
		padding-left: 5%;
	}
	.person-contact-image {
		width: 50% !important;
	}
	


}


@media only screen and ( min-width: 1301px ) {

	.person-contact-image {
		min-height: 500px;
		width: 36.7% !important;
	}

}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
	.request-call-back .et_pb_module.news-title {
		max-width: 90% !important;
	}
	.person-contact-details {
		margin-right: 2% !important;
		width: 25% !important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1100px) {
	.main-info-blog .et_pb_row {
		width: 90%!important;
	}
	
	body .et_pb_gutters1.subset-listing-holder .et_pb_module {
		width: 47% !important;
		margin-right: 2.3%;
	}
	body .et_pb_gutters1.subset-listing-holder .et_pb_module:nth-child(2n+2) {
		margin-right: 0!important;
	}
	
	#et-boc .blog-holder .et_pb_post h3 {
		font-size: 15px;
		padding-bottom: 0;
	}
	
	.main-expertise-image img {
		transform: translateX(-11%);
	}
}


@media only screen and (min-width: 981px) and (max-width: 1400px) {
	.people-landing-holder, .expertise-landing-holder {
		max-width: 100% !important;
	}
	
	body #et-boc .et_pb_section .main-expertise-image.et_pb_post_title_0.et_pb_post_title {
		margin-top: -625px!important;
		max-height: 625px;
	}
	
	body #et-boc .et_pb_section .main-expertise-image .et_pb_title_featured_container {
		left: -15%;
	}
	
	body #et-boc .et_pb_section .main-expertise-image img  {
		transform: translateX(-20%);
	}
	
	body #et-boc .et_pb_section .main-expertise-image img {
		margin-top: 40px;
	}
	
	.home-slider .et_pb_slide_description {
		padding: 9% 6%;
	}
	
	.home-slider .et_pb_fullwidth_slider_0.et_pb_slider .et_pb_slide_description .et_pb_slide_title {
		font-size: 65px !important;
	}
	
	.home-slider .et_pb_slide_content {
		width: 80%;
    	margin: 0 auto;
	}

}

@media only screen and (min-width: 981px) and (max-width: 1700px) {
		.main-expertise-image img {
		max-height: 660px;
		width: auto!important;
		
		text-align: center;
		max-width: 300%;
	}
}



@media only screen and (min-width: 981px) and (max-width: 1200px) {
	.request-call-back, .news-slider {
		padding-left: 0px !important;
		width: 90% !important;
	}
	.request-call-back h3  {
		font-size: 37px !important;
	}
	.callback-form {
		max-width: 80% !important;
	}
	
	.styled-blurbs .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
		font-size: 16px;
    	line-height: 1.5em;
    	padding-right: calc(5% + 20px);
		padding-left: 5%;
	}
	.styled-blurbs .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header {
		font-size: 28px;
	}
	
	.home-intro .et_pb_blurb .et_pb_module_header {
		font-size: 30px;
    	line-height: 1.8em;
	}
	
	.home-intro .et_pb_blurb .et_pb_blurb_description {
		font-size: 18px;
    	line-height: 1.8em;
	}
	
	body .blue-intro .et_pb_column {
		padding-left: 5% !important;
	}
	body .blue-intro .et_pb_column .et_pb_text_inner {
		font-size: 16px !important;
	}
	
	.subset-on-subset-holder .et_pb_column .subset-listing-box {
		font-size: 14px !important;
	}
	.insights-listing h4 {
		font-size: 20px;
		padding-bottom: 0;
	}
}


@media only screen and ( min-width: 783px ) and ( max-width: 980px ) {

	body .et_pb_gutters1.subset-listing-holder .et_pb_module {
		width: 31.7% !important;
		margin-right: 2.3%;
	}
	body .et_pb_gutters1.subset-listing-holder .et_pb_module:nth-child(3n+3) {
		margin-right: 0!important;
	}
	
	body .expertise #et-boc .et_pb_section .et_pb_post_title.main-expertise-image {
		margin-top: 0 !important;
	}
	
	body .blue-intro {
		position: absolute !important;
	}
	
	body .blue-intro .et_pb_column {
		width: 43% !important;
	}
	
	body .blue-intro .et_pb_column {
		margin-top: 50px;
	}
	
	.subset-on-subset-holder .et_pb_column .subset-listing-box {
		height: 100px !important;
		width: 30% !important;
		margin-right: 5% !important;
	}

	.subset-on-subset-holder .et_pb_column .subset-listing-box:nth-child(3n+3) {
		margin-right: 0!important;
	}
	
	.subset-on-subset-holder .et_pb_column .subset-listing-box {
		font-size: 14px !important;
	}
}


/* @media only screen and ( min-width: 930px ) and ( max-width: 980px ) {
	body .expertise #et-boc .et_pb_section .et_pb_post_title.main-expertise-image {
		margin-top: -219px !important;
	}
} */

@media only screen and ( min-width: 783px ) {
	.person-contact-image {
		min-height: 500px;
	}
	.single-post .container, .category #main-content .container, .search #main-content .container, .error404 #main-content .container  {
		padding-bottom: 40px;
	}

}

@media only screen and ( min-width: 981px ) {
	.category.et_right_sidebar #left-area, .single-post.et_right_sidebar #left-area {
		padding-bottom: 50px !important;
	}
	
	.subset-on-subset-holder .et_pb_column .subset-listing-box {
		height: 100px !important;
		width: 47.5% !important;
		margin-right: 5% !important;
	}

	.subset-on-subset-holder .et_pb_column .subset-listing-box:nth-child(2n+2) {
		margin-right: 0!important;
	}
	
	.categories-sidebar h4, .categories-sidebar h4 {
		display: block;
	}
	
	.categories-mob {
		display: none;
	}
}



@media only screen and ( max-width: 980px ) {
	.styled-blurbs .et_pb_blurb.main {
		margin-bottom: 20px !important;
	}
	.styled-blurbs .et_pb_blurb.half {
		height: 270px;
		flex-basis: calc(50% - 30px); 
	}

	.styled-blurbs .your-insights.half {
		margin-left: 20px;
		margin-right: 10px;
	}

	.styled-blurbs .et_pb_blurb.your-insights:before, .styled-blurbs .et_pb_blurb.contact-us:before, 
	.styled-blurbs .et_pb_blurb.your-insights:after, .styled-blurbs .et_pb_blurb.contact-us:after {
		right: 0;
	}

	.styled-blurbs .contact-us.half {
		margin-left: 10px;
	}
	.styled-blurbs .et_pb_blurb.secondary {
		height: 310px;
		margin-left: 20px;
	}
	
	.main-hero {
		padding-top: 200px !important;
	}
	
	.text-hero-title {
		width: 100% !important;
	}
	
	.et_pb_media_alignment_center .et_pb_slide_image {
		top: 0 !important;
	}
	
	
	.et_pb_slider.testimonials .et_pb_slide_image {

		margin-bottom: 5px !important;
	}
	/* Person Detail Page */
	.person-bio-areas {
		display: flex;
		flex-wrap: wrap;
	}
	
	.person-areas .et_pb_code {
		overflow: auto;
	}
	
	.person-areas {
		order: 2;
		margin-bottom: 0!important;
	}
	
	.person-bio {
		order: 1;
	}
	#et-boc .person-bio {
		padding-left: 5%!important;
		padding-right: 5%!important;
	}
	
	/* 	Expetise Detail page */
	.blog-holder {
		display: none;
	}
	

	.expertise #et-boc .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
		width: 90%;
		z-index: 99;
	}

	.expertise #et-boc .et_pb_section_2.et_pb_section.main-info-blog {
		margin-top: 0 !important;
	}

	body .expertise #et-boc .et_pb_section_1.et_pb_section {
		padding-top: 0!important;
		margin-bottom: -97px;
	}
	
	body .blue-intro.et_pb_row {
		margin-top: 0 !important;
	}
	
	body #et-boc .blue-intro .et_pb_column {
		padding-right: 5% !important;
		padding-left: 5% !important;
		margin-bottom: 0!important;
		z-index: 99 !important;
	}
	
	.expertise #et-boc .expertise-body .et_pb_module.et_pb_text {
		padding-top: 0px !important;
	}
	
	body .expertise #et-boc .et_pb_section .et_pb_post_title.main-expertise-image {
		margin-bottom: 40px !important;
	}
/* 	
	.expertise #et-boc .expertise-body .et_pb_module.et_pb_text, .expertise #et-boc .main-info-blog .et_pb_row_inner {
		padding-top: 0 !important;
	} */
	
/* 	Safari Only issue with no extra spacing sibling pages */
	.safari #et-boc .et_pb_section_2.et_pb_section.main-info-blog, .iphone #et-boc .et_pb_section_2.et_pb_section.main-info-blog {
		margin-top: 120px !important;
	}
/* 	Safari Only issue with no extra spacing parent pages */	
	.safari #et-boc .et_pb_section_2.et_pb_section.main-info-blog.parent, .iphone #et-boc .et_pb_section_2.et_pb_section.main-info-blog.parent {
		margin-top: 50px !important;
	}
	
	
	body #et-boc .et_pb_section .main-expertise-image img  {
		transform: translateY(-10%);
	}
	
	.blog-cat-holder {
		border-right: none !important;
		background: #f5f5f5;
		margin-bottom: 40px;
	}
	
	.categories-sidebar, #sidebar {
		display: none;
		transition: display 250ms ease-in-out;
		padding-left: 10px !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
/* 	.categories-sidebar.active {
		display: block;
	} */
	
	.categories-sidebar h4, .widgettitle {
		display: none;
	}
	
	.widget_categories {
		margin: 0 !important;
	}
	
	.categories-mob {
		display: block;
		position: relative;
		background: #212a42;
		padding: 10px 10px 8px 10px;
		margin-bottom: 0 !important;
	}
	
	.categories-mob h4 {
		color: #fff;
		font-size: 18px;
	}
	.categories-mob:before {
		content: "\50";
		font-family: 'ETmodules';
		font-size: 22px;
		font-weight: bold;
		color: #f1b434;
		line-height: 25px;
		vertical-align: middle;
		position: absolute;
		right: 10px;
		bottom: 16px;
	}
	
	.category.et_right_sidebar #left-area, .single-post.et_right_sidebar #left-area {
		padding-left: 0 !important;
	}
	
}

@media only screen and (min-width:560px ) and ( max-width: 980px ) {
	.people-expertise-container {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: baseline;
	}
	
	.people-expertise-container .people-expertise-single {
		justify-content: flex-start;
		width: 50%;
    	float: left;
    	flex-wrap: wrap;
	}
	
	.people-expertise-container .people-expertise-single:nth-child(2n) .image-container, 
	.people-expertise-container .people-expertise-single:nth-child(2n) .title-container

	{
		margin-right: 0!important;
		margin-left: 5%!important;
	}
	
	
	.people-expertise-container .people-expertise-single > div {
		flex-basis: 100%;
		flex-grow: 0;
	}
}

@media only screen and ( max-width: 782px ) {
	.person-contact-image {
		background-image: none !important;
	}
	.styled-blurbs .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
		font-size: 14px;
    	line-height: 1.5em;
    	padding: 0 5%;
	}
	.styled-blurbs .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container h4.et_pb_module_header {
		font-size: 24px;
	}
	
	.et_pb_slider.testimonials .et_pb_slide_description {
		clear: both;
		padding-top: 10px !important;
	}
	
	#et-boc .person-bio {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.expertise-container {
		margin-left: -10px!important;
	}
	
	body .expertise #et-boc .et_pb_section .et_pb_post_title.main-expertise-image {
		margin-top: 0 !important;
	}
	
	.insights-listing article.et_pb_post a.entry-featured-image-url {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px !important;
	}
	
	.insights-listing h4.entry-title {
		font-size: 20px !important;
	}
	
	.left-col-form {
		width: 100% !important;
		padding-right: 0 !important;
	}
	
	.right-col-form {
		width: 100% !important;
		padding-left: 0 !important;
	}
	
		
	.single-post .container, .category #main-content .container, .search #main-content .container, .error404 #main-content .container  {
		width: 90%;
		padding-bottom: 40px;
	}
	
	body #et-boc .et_pb_section .main-expertise-image img  {
		transform: translateY(0);
	}
	
	body .expertise #et-boc .et_pb_section .et_pb_post_title.main-expertise-image {
		margin-bottom: 20px !important;
	}

}

@media screen and (min-width: 380px) and (max-width:782px) {
	body .et_pb_gutters1.subset-listing-holder .et_pb_module {
		width: 48.7% !important;
		margin-right: 2.3%;
		height: 150px !important;
			font-size: 14px !important;
	}
	
	.subset-on-subset-holder .et_pb_column .subset-listing-box {
		font-size: 14px !important;
	}
	
	.subset-on-subset-holder .et_pb_column .subset-listing-box {
		height: 100px !important;
		width: 47.5% !important;
		margin-right: 5% !important;
	}

	.subset-on-subset-holder .et_pb_column .subset-listing-box:nth-child(2n+2) {
		margin-right: 0!important;
	}
	
	body .et_pb_gutters1.subset-listing-holder .et_pb_module:nth-child(2n+2) {
		margin-right: 0!important;
	}

}


/* Re declare the transsition keyframes for Home page slider so that there is no gray space after the transition */
	@keyframes zoomin-right-mob{
		0% {
			-ms-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, -20px, 0px);
			-webkit-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, -20px, 0px);
			-o-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, 0px, -20px);
			-moz-transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, -20px, 0px);
			transform: scale3d(1.1, 1.1, 1.1) translate3d(0px, -20px, 0px);
			animation-timing-function: linear;
		}
		100% {
			-ms-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 20px, 0px);
			-webkit-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 20px, 0px);
			-o-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 20px, 0px);
			-moz-transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 20px, 0px);
			transform: scale3d(1.2, 1.2, 1.2) translate3d(0, 20px, 0px);
		}
	}

@media only screen and ( max-width: 767px ) {
	.et_pb_post_slider .et_pb_slide .et_pb_button_wrapper a.et_pb_button, .et_pb_post_slider.et_pb_slide .et_pb_button_wrapper a.et_pb_button:hover {
			font-size: 14px !important;
		}
	.et_parallax_bg {
		width: 120%;
		height: 120%;
	}
	
	/* Ken Burns Slider */
	.kb-zoomin-right .et_pb_slide .et_parallax_bg {
		background-position: center;
		animation: zoomin-right-mob 7s forwards;
		-ms-animation: zoomin-right-mob 7s forwards;
		-webkit-animation: zoomin-right-mob 7s forwards;
		-o-animation: zoomin-right-mob 7s forwards;
		-moz-animation: zoomin-right-mob 7s forwards;
	}
	
	.et_fullscreen_slider .et_pb_slide .et_pb_button {
		margin-top: 20px;
	}
	
	.main-hero {
		padding-top: 100px !important;
	}
	
	.main-hero .et_pb_row {
		width: 90% !important;
	}
	
	.text-hero-title {
		padding-top: 20px!important;
		padding-bottom: 20px!important;
	}
	
	.text-hero-title .et_pb_fullwidth_header_container {
		width: 90% !important;
		
	}
	
	.text-hero-title .et_pb_fullwidth_header_container .et_pb_header_content_wrapper {
		    font-size: 28px !important;
	}
	
	.person-contact-image, .person-contact-details {
		width: 100% !important;
	}
	
	#et-boc .et_pb_column.person-testimonial-slider .et_pb_text {
		margin-left: 20px !important;
	}
	
	.et_pb_slider.testimonials.person-testimonial .et_pb_slide_description {
		padding-left: 20px !important;
		padding-right: 20px!important;
	}
	
	.et_pb_slider.testimonials.person-testimonial .et-pb-controllers {
		left: 20px !important;
	}
	
	#et-boc .person-contact-details {
		margin-bottom: 0!important;
	}
	
	#et-boc .main-info-blog .et_pb_row {
		width: 90%;
	}
	
	.blog-title h3, .entry-title {
		font-size: 30px !important;
	}

	
}


@media only screen and (min-width: 641px) {
	.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
		padding-right: 16px!important;
		margin-right: 0 !important;
	}
	
	body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: 100%!important;
	}
}

@media only screen and ( max-width: 479px ) {
	.person-contact-details h1 {
		font-size: 30px !important;
	}
	
	.et_pb_post_slider .et-pb-controllers a {
		width: 30px !important;
	}
	
	.styled-blurbs .et_pb_blurb.half {
		width: 100%;
		flex-basis: 100%;
	}
	.styled-blurbs .contact-us.half {
		margin-left: 20px;
		margin-right: 20px;
	}
	.styled-blurbs .your-insights.half {
		margin-right: 20px;
		margin-bottom: 20px !important;
	}
	
	.et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
		font-size: 24px !important;
	}
	
	.text-hero-title .header-content {
		margin: 20px 0 !important;
	}
	
	
	.et_pb_slider.testimonials .et-pb-controllers {
		text-align: left;
	}
	.et_pb_slider.testimonials .et-pb-controllers a {
		width: 25px !important;
		max-width: 40px;
	}
	
	.text-hero-title .et_pb_fullwidth_header_container .et_pb_fullwidth_header_subhead {
		 font-size: 30px !important;
	}
	
	.text-hero-title .et_pb_fullwidth_header_container .et_pb_header_content_wrapper, .et-db .expertise #et-boc .et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1  {
		 font-size: 21px !important;
	}
	
	.et-db .expertise #et-boc .news-title h2 {
		font-size: 20px;
}
	
	.expertise-container .expertise-single .expertise-details h3 {
		font-size: 15px !important;
	}
	
	.category article img, .single-post article img {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	.request-call-back .et_pb_text h3 {
		font-size: 24px;
		text-align: center;
	}
	.request-call-back .et_pb_text p {
		text-align: center;
	}

}

@media screen and (max-width: 379px) {
	body .et_pb_gutters1.subset-listing-holder .et_pb_module {
		width: 100% !important;
		margin-right: 0%;
		height: 100px !important;
		font-size: 14px;
	}
	
	body .blue-intro.et_pb_row .et_pb_column {
		padding-top: 25px !important;
		padding-bottom: 15px !important;
	
	}
	body .blue-intro.et_pb_row .et_pb_text_inner p {
		font-size: 16px;
		line-height: 1.5em;
	}

	#et-boc .subset-on-subset-holder .et_pb_column .subset-listing-box {
		height: 80px !important;
		width: 100% !important;
		margin-right: 0% !important;
		margin-bottom: 20px !important;
	}
	
	.subset-on-subset-holder .et_pb_column .subset-listing-box {
		font-size: 14px !important;
	}
	
	.main-expertise-link  {
		padding-top: 0 !important;
	}
	
	.main-expertise-link .et_pb_column .et_pb_module h2 {
		font-size: 25px !important;
	}

/* 	.subset-on-subset-holder .et_pb_column .subset-listing-box:nth-child(2n+2) {
		margin-right: 0!important;
	} */

	

}
