/*
Theme Name: Gravitas Media Theme v1
Theme URI: http://www.gravitasmedia.co.nz
Description: Divi Child Theme
Author: Elegant Themes / Gravitas Media
Author URI: http://www.gravitasmedia.co.nz
Template: Divi
Version: 1.0.0
*/

body {
	font-family: "dinregular", Arial, sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "dinmedium", Arial, sans-serif;
	line-height: 1.2em;
}
h2 {
	margin-bottom: 30px;
	padding-bottom: 0;
	font-size: 50px;
	font-family: "dinlight", Arial, sans-serif;
	color: #ef4923;
	letter-spacing: -2px;
	line-height: 1.2em;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 17px;
	color: #1d1d1b;
	line-height: 1.4em;
}
h4 a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
input, textarea, keygen, select, button {
	font-family: "dinregular", Arial, sans-serif;
}
strong {
	font-family: "dinmedium", Arial, sans-serif;
	font-weight: normal;
}
.et_pb_text a:hover, .et_pb_accordion a:hover {
	text-decoration: underline;
}
a.et_pb_button:hover, .category-nav-carousel a:hover {
	text-decoration: none;
}
.et_pb_text ul {
	list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
.et_pb_text ul > li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
.hidden-element {
	display: none;
}
.btn-gm-custom-wd-icon a {
	letter-spacing: 0px;
  font-size: 20px;
  padding-left: 0.7em;
  padding-right: 2em;
}
.btn-gm-custom-wd-icon a::after {
	content: attr(data-icon);
  line-height: 1.7em;
  font-size: 20px !important;
  opacity: 1;
  margin-left: .3em;
  left: auto;
}
.btn-gm-custom-wd-icon a:hover {
  padding-left: 0.7em;
  padding-right: 2em;
}
.btn-gm-custom-wd-icon a:hover:after {
  margin-left: .3em;
}
.gm-custom-icon {
	font-size: 16px;
}
.et_pb_toggle_open {
  border: 1px solid #ef4923;
}
.et_pb_toggle_title:before {
	font-size: 21px;
}
span.logo_helper {
  height: 102%;
}
img#logo {
	max-width: 100px;
  max-height: 80%;
  height: 80% !important;
}
#top-menu a {
	color: #1d1d1b;
	font-weight: 500;
	text-transform: uppercase;
}
#top-menu .sub-menu a {
	font-size: 16px;
  line-height: 1.5em;
}
#top-menu .menu-item-has-children > a:first-child {
  padding-right: 0;
}
#top-menu .menu-item-has-children > a:first-child:after {
	top: 20px;
  left: 42%;
	font-size: 16px;
}
.nav ul li a:hover, .et_mobile_menu li a:hover {
  background-color: rgba(0,0,0,0.1);
}
/* collapsible mobile nav */
#main-header .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  position: relative;
}
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-family: 'ETmodules';
  text-align: center;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
}
#main-header .et_mobile_menu .menu-item-has-children > a:after {
  font-size: 16px;
  content: '\e050';
  top: 13px;
  right: 10px;
}
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
  content: '\e04f';
}
#main-header .et_mobile_menu ul.sub-menu {
  display: none !important;
  visibility: hidden !important;
  transition: all 1.5s ease-in-out;
}
#main-header .et_mobile_menu .visible > ul.sub-menu {
  display: block !important;
  visibility: visible !important;
}
#main-header .et_mobile_menu .menu-item-has-children > a,
#main-header .et_mobile_menu li a {
  font-weight: normal;
	font-family: "dinmedium", Arial, sans-serif;
	font-size: 15px;
}
/* custom dark theme
.et_mobile_menu {
	background: rgb(74, 74, 73);
}
.et_mobile_menu li a {
	border-bottom: 1px solid rgba(239,240,241,0.10);
  color: #eff0f1;
}
.et_mobile_menu li.current_page_item a {
	background-color: #545454;
}
/custom dark theme */
/* /collapsible mobile nav */
#top-secondary-menu a {
  color: #959595;
	font-weight: 500;
  display: block;
  position: relative;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#top-secondary-menu {
	text-align: right;
	margin-bottom: 30px;
}
#top-secondary-menu > li {
  color: #959595;
	font-weight: 500;
  border-right: 1px solid #c2c2c2;
  display: inline-block;
  padding-right: 18px;
  margin-left: 13px;
  font-size: 16px;
}
#top-secondary-menu > li:last-child {
  padding-right: 0;
  border-right: none;
}
#top-menu-nav > ul > li > a:hover, #et-secondary-menu > ul > li > a:hover, #et-info-email:hover, .et-social-icons a:hover {
  color: #e63b11;
}
#et_top_search {
	margin: -11px 0 0;
}
.et-search-form input {
	bottom: 62px;
  right: 0;
  font-size: 16px !important;
	width: 244px;
  height: 30px;
  border-bottom: 1px solid #c2c2c2;
}
span.et_close_search_field {
  bottom: 68px;
}
.et_pb_menu_hidden #top-secondary-menu {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_menu_visible #top-secondary-menu {
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.et_pb_no_animation  #top-secondary-menu {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.et_pb_menu_hidden #top-menu {
  opacity: 1;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
.et_pb_menu_visible #top-menu {
  opacity: 1;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}
body ul.search_results {
	margin-top: -1px;
	z-index: 99999;
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.14);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.14);
	font-size: 14px;
	border-top: 2px solid #ef4923;
}
body ul.search_results li {
  padding: 4px 0 4px 10px;
	border-top: 0;
  border-bottom: 0;
  background-color: #f9f9f9;
}
body ul.search_results li a, ul.search_results li a:visited {
  font-weight: normal;
}
body ul.search_results li:hover {
  background-color: #dcdcdc;
}
body .search_footer {
  background-color: #4a4a49;
	padding: .2em 0;
	font-size: 14px;
}
body .search_footer a {
  color: #c2c2c2;
}
body .search_footer a:hover {
  opacity: 0.7;
}
.search .search-results {
	margin-bottom: 60px;
}
.search .search-results .widget_search {
  float: right;
	margin-bottom: 40px;
	margin-top: 6px;
	width: 230px;
}
.search .post-meta {
	display: none;
}
.search h2.entry-title {
  font-size: 30px;
  font-family: "dinregular", Arial, sans-serif;
  letter-spacing: 0;
	margin: 10px 0;
	color: #000000;
}
.search h2 a:hover, .search .pagination a:hover {
  color: #848484;
}
.search .et_pb_post {
  margin-bottom: 40px;
}
.search_results_activity_indicator {
  display: none;
}
.search .alignleft {
	float: right;
}
.search .alignright {
	float: left;
}
@media (min-width: 981px) {
	#main-content .container:before {
    width: 0;
    height: 0;
    background-color: none;
    content: "";
	}
}
.et_pb_scroll_top.et-pb-icon {
	border-radius: 20px;
	right: 20px;
	bottom: 20px;
}
.et_pb_scroll_top:before {
  position: relative;
  right: 1px;
  bottom: 1px;
	color: #f4f4f4;
}
#main-footer {
  background-color: #4a4a49;
}
#breadcrumbs {
	padding-bottom: 40px;
	background-color: #ffffff;
}
#breadcrumbs a, #breadcrumbs span {
	color: #c2c2c2;
}
#breadcrumbs a:hover {
	color: #000000;
}
.home #breadcrumbs {
	display: none;
}
.footer-branch-contact {
	background-color: #ffffff;
}
.footer-branch-contact img {
	vertical-align: bottom;
}
#et-footer-nav, #footer-bottom {
	background: none;
}
#et-footer-nav {
	padding-top: 10px;
}
.bottom-nav a {
	color: #c2c2c2;
	font-size: 15px;
	text-transform: uppercase;
}
.bottom-nav li {
	line-height: 1em;
  border-right: 1px solid #7d7d7d;
	padding-right: 12px;
  margin-left: 8px;
}
.bottom-nav li:first-child {
  margin-left: 0;
}
.bottom-nav li:last-child {
	border-right: none;
}
.footer-general-contact {
	padding: 15px 0;
}
.footer-general-contact a {
	color: #ffffff;
	text-transform: none;
}
.footer-general-contact a.email {
	font-size: 22px;
}
.footer-general-contact a.phone {
	font-size: 32px;
	font-weight: 600;
	line-height: 30px;
}
.footer-general-contact a:hover {
	color: #c2c2c2;
}
.bottom-nav-small li a, .bottom-nav-small li {
	font-size: 12px;
	color: #7d7d7d;
	margin-bottom: 8px;
	text-transform: none;
}
.et-social-icons li {
	margin-left: 3px;
	float: none;
}
.et-social-icons li.et-social-google-plus, .et-social-icons li.et-social-rss {
	display: none;
}
footer ul.et_pb_social_media_follow {
	margin: 0;
}
footer .et_pb_social_media_follow li a.icon {
	border-radius: 16px;
}
footer li.et-social-icon a {
	background-color: #818181;
}
footer li.et-social-icon a.icon::before {
	color: #4a4a49;
}
footer .footer-branch-contact .tooltip {
	width: auto;
	position: absolute;
	font-size: 16px;
	color: #c2c2c2;
	cursor: pointer;
}
footer .footer-branch-contact .tooltip:hover {
	color: #ef4923;
}
.bottom-nav li.current-menu-item > a {
  color: #c2c2c2;
  opacity: 1;
}
.bottom-nav li.current-menu-item > a:hover {
  opacity: 0.7;
}
.tooltip.akl-tooltip {
	top: 11%;
	left: 6%;
}
.tooltip.ham-tooltip {
	top: 62%;
	left: 39%;
}
.tooltip.chr-tooltip {
	top: 33%;
	left: 63.5%;
}
.tooltip.syd-tooltip {
	top: 76.5%;
	left: 88.8%;
}
.tooltipster-branch a.branch {
	font-weight: 600;
}
.tooltipster-branch a, .tooltipster-portals a {
	color: #ffffff;
}
.tooltipster-branch a:hover {
	text-decoration: underline;
}
.tooltipster-branch a.email {
	color: #ffbeb0;
	font-size: 14px;
	margin-left: 2px;
}
.tooltipster-branch a.email:hover {
	color: #ffffff;
	text-decoration: none;
}
.tooltipster-portals ul li {
	float: left;
  border-right: 1px solid #ffffff;
}
.tooltipster-portals ul li:last-child {
	border-right: none;
}
.tooltipster-portals ul li a {
	display: block;
	width: 64px;
	height: 0;
  padding-top: 55px;
  overflow: hidden;
	background: url('/wp-content/themes/Divi-child/assets/images/login-logos.png') no-repeat;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .tooltipster-portals ul li a {
      background: url('/wp-content/themes/Divi-child/assets/images/login-logos-2x.png') no-repeat;
      background-size: 223px 112px;
    }
}
.tooltipster-portals ul li a:hover {
	background-color: #4a4a49;
}
.tooltipster-portals ul li a.login-mc {
	background-position: 0px -3px;
}
.tooltipster-portals ul li a.login-mc:hover {
	background-position: 0px -54px;
}
.tooltipster-portals ul li a.login-pe {
	background-position: -53px -3px;
}
.tooltipster-portals ul li a.login-pe:hover {
	background-position: -53px -54px;
}
.tooltipster-portals ul li a.login-sf {
	background-position: -106px -3px;
}
.tooltipster-portals ul li a.login-sf:hover {
	background-position: -106px -54px;
}
.tooltipster-portals ul li a.login-vp {
	background-position: -159px -3px;
}
.tooltipster-portals ul li a.login-vp:hover {
	background-position: -159px -54px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: -32px;
}
.gm-slider .et_pb_slider .et_pb_container {
	width: 80%;
	max-width: 1080px;
}
.gm-slider .et_pb_slide_content {
	font-size: 18px;
}
.gm-slider .et_pb_slider .et_pb_slide {
	text-align: left;
	min-height: 410px;
}
.small-header .et_pb_slider .et_pb_slide {
	text-align: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.gm-slider .et_pb_slider .et_pb_slide_description {
	padding: 7% 0;
	position: absolute;
  bottom: 0;
}
.small-header .et_pb_slider .et_pb_slide_description {
	padding: 6% 0 3%;
}
.gm-slider h1, .small-header h1 {
	font-size: 56px;
	text-transform: uppercase;
	color: #ef4923 !important;
}
.et_pb_slide_content hr, .header-content hr, .gm-slider hr, .small-header hr {
	width: 88px;
  border: 3px solid #ef4923;
  margin: 30px 0 26px;
	text-align: left;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
	text-shadow: none;
}
.small-header .et_pb_slide_content p {
	color: #000000;
}
.et_pb_slide_content p, .header-content p {
	line-height: 1.2em;
	color: #ffffff;
	padding-bottom: 1em;
}
.et_pb_slide_content p:last-of-type, .header-content p:last-of-type {
	padding-bottom: 0;
}
.et_pb_slide_content p span, .header-content p span {
	font-family: "dinmedium", Arial, sans-serif;
  font-size: 30px;
	line-height: 1.1em;
}
.scroll-arrow-container {
  position: absolute !important;
  bottom: 60px;
  text-align: center;
  width: 100%;
}
.scroll-arrow {
  width: 80px;
  height: 22px;
  background: url('/wp-content/themes/Divi-child/assets/images/scroll-arrows.png');
  background-repeat: no-repeat;
  display: inline-block;
}
.scroll-arrow:hover {
  opacity: 0.8;
}
.et_pb_tab_0 p {
  line-height: 1.5em;
}
.et_pb_all_tabs {
  padding: 34px 30px;
}
p.section-description {
	font-size: 18px;
}
.et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .et_pb_member_social_links a:hover, .woocommerce-page #content input.button:hover .et_pb_widget li a:hover, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_contact_submit, .et_pb_bg_layout_light .et_pb_newsletter_button {
	color: #e63b11;
}
#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .footer-widget h4 {
	color: #e63b11;
}
.et_pb_portfolio_grid h2 a {
	font-size: 15px;
  text-transform: uppercase;
	font-family: "dinmedium", Arial, sans-serif;
  letter-spacing: normal;
  color: #1d1d1b;
}
.et_pb_section.section-stroked-divider {
	padding: 0;
}
.et_pb_row.row-stroked-divider {
	padding: 1px;
}
.et_portfolio_image {
  overflow: hidden;
}
.et_portfolio_image > img  {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.et_portfolio_image:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
  margin: 20px 0 0;
	text-transform: uppercase;
	font-size: 18px;
}
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
	font-family: "dinmedium", Arial, sans-serif;
	letter-spacing: 0;
	margin-bottom: 16px;
}
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 a {
	color: #000000;
}
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 a:hover {
	color: #848484;
}
.et_pb_filterable_portfolio_grid .et_pb_portfolio_item p strong {
	font-size: 15px;
	color: #848484;
}
.et_pb_gallery_item .et_pb_gallery_caption {
	margin: 0.8em 0 0;
	font-size: 16px;
}
.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active {
	color: #000000 !important;
  background-color: #e2e2e2;
}
p.et_pb_gallery_caption {
	text-align: left;
}
.et_post_gallery {
  line-height: 1.4 !important;
}
.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
  padding: 0 55px;
  font-size: 20px;
}
/* disable gallery fix */
.custom-gallery-grid .et_pb_gallery_item .et_overlay {
	display: none;
}
.custom-gallery-grid .et_pb_gallery_image:hover:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: block;
}
/* /disable gallery fix */
.bg-creative-light-bulb {
	background-position-y: center;
}
.overview-with-lt {
	z-index: 0;
}
.overview-text .et_pb_button_module_wrapper {
	margin-bottom: 0 !important;
	float: right;
	z-index: 1;
	margin-top: 10px;
}
.h3-orange-lines hr {
	width: 82px;
  border: 2px solid #ef4923;
  margin: 0 0 20px;
  text-align: left;
}
.h3-orange-texts h3 {
	font-size: 28px;
	color: #ef4923;
	margin-bottom: 12px;
}
hr.gm-spacer {
	width: auto;
  border: 0;
  margin: 0;
}
.l3-cat-icon {
	width: 60px;
	max-width: 60px;
	max-height: 60px;
}
.gallery-capabilities {
	z-index: 1;
}
.gallery-capabilities.gallery-capabilities-creative {
  top: 34px;
}
.gallery-capabilities.gallery-capabilities-artwork-engineering {
  top: 34px;
}
.gallery-capabilities.gallery-capabilities-workflow-optimisation {
  top: 34px;
}
.gallery-capabilities.gallery-capabilities-platemaking {
  top: 34px;
}
.gallery-capabilities.gallery-capabilities-logistics {
  top: 34px;
}
.overlay-big-image-bg .overlay-big-image {
  float: left;
  position: relative;
  z-index: 1;
  height: 1px;
	overflow: visible;
}
.overlay-big-image-bg .overlay-big-image.landing-our-work-gallery {
  bottom: 45px;
}
.overlay-big-image-bg .overlay-big-image.overlay-big-image-range-ext {
  bottom: 82px;
}
.overlay-big-image-bg .overlay-big-image.overlay-big-image-colour-mgt {
  bottom: 82px;
}
.et-pb-arrow-next, .et-pb-arrow-prev {
	background-color: rgba(0,0,0,0.5);
  border-radius: 50%;
	padding: 0 1px 2px;
	font-size: 38px;
	margin-top: -14px;
}
.et_pb_fullwidth_portfolio:hover .et-pb-arrow-next, .et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev {
  opacity: 0.5;
}
.et_pb_fullwidth_portfolio  .et-pb-arrow-next:hover, .et_pb_fullwidth_portfolio .et-pb-arrow-prev:hover {
	opacity: 1;
}
.et-pb-arrow-next:hover, .et-pb-arrow-prev:hover {
	background-color: rgba(0,0,0,0.7);
}
.our-work-module h4 {
	font-size: 28px;
  font-family: "dinregular", Arial, sans-serif;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-transform: none;
}
.our-work-module p {
	line-height: 1.3em;
  font-size: 14px;
}
.et_pb_text_2.landing-our-work-text {
	margin-bottom: 20px !important;
}
.landing-our-work-text h4 {
	font-size: 24px;
	text-transform: none;
}
.overlay-big-image-bg .overlay-big-image.landing-our-work-gallery .et-pb-arrow-next, .overlay-big-image-bg .overlay-big-image.landing-our-work-gallery .et-pb-arrow-prev {
  margin-top: 226px;
}
.overlay-big-image-bg .overlay-big-image.landing-our-work-gallery .et-pb-controllers {
  position: relative;
  bottom: 46px;
}
.ribbons {
	display: table;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	text-align: right;
}
.hexagon {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 142px;
  position: relative;
  border: none;
  color: #ffffff;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #ef4923;
	padding: 18px 14px 0;
  margin-left: 24px;
  line-height: 1.4em;
	text-align: center;
	display: inline-block;
	min-height: 270px;
	vertical-align: top;
}
.hexagon::after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  bottom: -40px;
  left: 0;
  border: 85px solid rgba(0,0,0,0);
  border-top: 40px solid #ef4923;
  border-bottom: 0 solid;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  text-shadow: none;
}
.hexagon strong {
	margin-bottom: 10px;
	display: block;
}
.hexagon img {
	margin-bottom: 10px;
	max-width: 112px;
  max-height: 140px;
}
.landing-promise-section, .landing-products-section {
	position: relative;
}
.landing-promise-section {
	z-index: 1;
	background: transparent;
}
.landing-products-section {
	z-index: 0;
	margin-top: -140px;
}
.et_pb_gutters2 .et_pb_column_1_3 .h3-landing-products {
	margin-bottom: 46px;
}
.landing-products-section h4, .landing-products-section .et_pb_blurb_description {
	color: #ffffff;
}
.landing-products-section h4 {
	font-family: "dinregular", Arial, sans-serif;
	text-transform: none;
	font-size: 24px;
	margin-bottom: 6px;
}
.landing-products-section h4 a:hover {
	color: #c2c2c2;
}
.landing-products-section .et_pb_main_blurb_image a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.landing-products-section p {
	line-height: 1.4em;
}
.landing-products-section .et_pb_blurb_position_left .et-pb-icon {
	font-size: 15px;
}
.landing-products-section p a:hover {
	opacity: 0.8;
}
.et_pb_gutters2 .landing-products-section .et_pb_column_1_3 .et_pb_blurb {
	margin-bottom: 10.787%;
}
.landing-products-section .et_pb_main_blurb_image, .landing-products-section .et_pb_main_blurb_image img {
	width: 92px;
}
.landing-products-section a.products-read-more-icon {
	color: #ffffff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.landing-products-section.et_pb_section_parallax, .bg-creative-light-bulb.et_pb_section_parallax {
  overflow: visible; /* parallax fix for negative margin */
}
.landing-capabilities-section {
	background-position-y: top;
}
.elephant-caption {
	border-bottom: 3px solid #231f20;
}
.elephant-image img {
	width: 113px;
	height: 87px;
	position: relative;
	bottom: -3px;
}
.timeline-contact {
	width: 60%;
}
.landing-capabilities-section .et_pb_button_module_wrapper {
	display: inline-block;
}
.timeline-email-btn {
	margin-left: 10px;
}
.timeline-contact p {
	color: #ffffff;
}
.locations-detail-section .et_pb_blurb_position_left .et-pb-icon {
	font-size: 16px;
}
.locations-detail-section .et_pb_blurb_position_left.et_pb_blurb {
	margin-bottom: 1%;
}
.locations-detail-section .et_pb_main_blurb_image {
	padding: 7px 0;
}
.locations-detail-section p {
	padding-bottom: 0.8em;
}
.locations-detail-section a {
	color: #000000;
}
.locations-detail-section .et_pb_blurb_description a:hover {
	color: #000000;
	text-decoration: underline;
}
.locations-detail-section .et_pb_blurb_position_left .et_pb_blurb_container {
	padding-left: 5px;
}
.locations-detail-section .et_pb_blurb_content {
  position: relative;
  max-width: 550px;
  margin: 0;
}
body #page-container .et_pb_button_1.app-store-button, body #page-container .et_pb_button_1.app-store-button:hover {
	padding: 3em !important;
	font-size: 1px;
	margin: 10px 10px 5px 0;
}
body.et_pb_button_helper_class .et_pb_button {
	color: #ef4923 !important;
}
.resources-section h3 {
	font-size: 16px;
}
.resources-section .resource-icon {
	width: 60px;
	height: 60px;
	background: url('/wp-content/themes/Divi-child/assets/images/resource-icons-sprite.png') no-repeat 0 0;
	margin: 20px 0;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .resources-section .resource-icon {
      background: url('/wp-content/themes/Divi-child/assets/images/resource-icons-sprite-2x.png') no-repeat;
      background-size: 60px 300px;
    }
}
.resources-section .resource-acrobat {
	background-position: 0 0;
}
.resources-section .resource-sharefile {
	background-position: 0 -60px;
}
.resources-section .resource-webcentre {
	background-position: 0 -120px;
}
.resources-section .resource-studio {
	background-position: 0 -180px;
}
.resources-section .resource-artioscad {
	background-position: 0 -240px;
}
.resources-section .sf-upload-btn {
	margin-top: 9px;
	font-size: 15px;
}
.resources-section .sf-upload-btn::after {
	line-height: 1.4em;
  font-size: 18px !important;
}
.about-us-awards-section .percent {
	width: 160px;
  height: 160px;
  padding: 40px 0;
  border-radius: 50%;
  border: 5px solid #EF4923;
	display: inline-block;
	background-color: #ffffff;
  position: relative;
}
.about-us-awards-section .percent p {
	text-align: center;
}
.about-us-awards-section .et_pb_number_counter {
	text-align: left;
}
.about-us-awards-section .et_pb_number_counter h3 {
  display: inline-block;
  position: absolute;
  top: 42px;
  margin-left: 24px;
  font-family: "dinregular", Arial, sans-serif;
	color: #000000;
}
.about-us-people-section .et_pb_gallery_grid .et_pb_gallery_item h3 {
	font-size: 24px;
	color: #000000;
	text-transform: none;
}
.about-us-plus-section .et_pb_bg_layout_dark h2 {
	color: #EF4923 !important;
}
.about-us-plus-section .percent {
	width: 160px;
  height: 160px;
  padding: 35px 0;
  border-radius: 50%;
	display: inline-block;
	background-color: #ffffff;
  position: relative;
	z-index: 0;
}
.about-us-plus-section .percent p {
	text-align: center;
}
.about-us-plus-section .et_pb_number_counter {
	text-align: left;
}
.about-us-plus-section .et_pb_number_counter h3 {
  position: absolute;
  top: 106px;
	left: 53px;
  font-family: "dinregular", Arial, sans-serif;
	color: #EF4923;
	z-index: 1;
}
.about-us-plus-section hr {
  margin: 40px 0 10px -240px;
  border: 1px dashed;
}
.about-us-green-section {
	background-position-y: top;
}
.contact-links {
	padding-top: 20px;
	width: 100%;
}
.contact-links .contact-details-desktop .et_pb_blurb_position_left .et_pb_blurb_container {
  padding-left: 0;
}
.contact-links .contact-details-desktop a span {
	color: #000000;
  font-size: 13px;
  margin-right: 10px;
}
.contact-links .contact-details-desktop a {
	color: #000000;
  font-size: 14px;
}
.contact-links .contact-details-desktop a span:hover,
.contact-links .contact-details-desktop a:hover {
	color: #848484;
}
.contact-links .contact-details-desktop a span:hover {
	color: #848484;
}
.contact-links .contact-details-mobile a span {
	float: left;
	color: #000000;
  background-color: rgba(239, 240, 241, 0);
  font-size: 18px;
  padding: 8px;
  margin-right: 10px;
  border: 2px solid #000000;
}
.contact-links .contact-details-mobile a span:hover {
	color: #848484;
	border-color: #848484;
}
.gm-social-board .sboard .sb-content {
  padding: 10px 1px 5px;
}
.et_pb_text.gm-social-board ul > li:before {
  display: none;
}
.gm-social-board .lSSlideOuter .lightSlider {
  min-height: 378px;
}
.custom-gallery-grid.et_pb_gallery_grid .et_pb_gallery_image,
.custom-gallery-grid.et_pb_filterable_portfolio_grid .et_portfolio_image {
	border: 1px solid #eeeeee;
}
.custom-gallery-grid.et_pb_gallery_grid.gallery-managers .et_pb_gallery_image,
.custom-gallery-grid.et_pb_gallery_grid.gallery-client-engagers .et_pb_gallery_image {
	border: none;
}
.our-work-portfolio .et_pb_portfolio_item {
	margin-bottom: 60px;
}
.our-work-portfolio .work-read-more-icon span {
	font-size: 16px;
}
.our-work-portfolio .work-read-more-icon {
	color: #000000;
}
.our-work-portfolio .work-read-more-icon:hover {
	color: #848484;
}
.et_pb_testimonial_portrait {
  display: block;
  float: none;
  position: relative;
  width: auto;
  height: auto;
	min-height: 150px;
  margin: 0 auto 30px;
}
.et_pb_testimonial_description {
  display: block;
}
.et_pb_testimonial_description_inner {
	width: 100% !important;
	text-align: center;
  padding: 0 100px;
}
.et_pb_testimonial.et_pb_testimonial_no_bg {
	padding: 0;
}
.et_pb_testimonial.et_pb_testimonial_no_bg:before {
  top: 170px;
  left: 3%;
  content: " ";
  background-image: url('/wp-content/themes/Divi-child/assets/images/testimonial-quote.png');
  width: 55px;
  height: 40px;
	-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
	margin-left: 0;
}
.et_pb_testimonial.et_pb_testimonial_no_bg:after {
  bottom: 70px;
  right: 3%;
  content: " ";
  background-image: url('/wp-content/themes/Divi-child/assets/images/testimonial-quote-rev.png');
  width: 55px;
  height: 40px;
	position: absolute;
	visibility: visible;
}
.et_pb_testimonial_author {
	font-family: "dinbold", Arial, sans-serif;
  font-weight: normal;
}
.et_pb_testimonial_portrait:before {
	box-shadow: none;
}
.et_pb_testimonial_portrait {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: inherit;
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .testimonial-wintec .et_pb_testimonial_portrait {
    background-image: url('/wp-content/themes/Divi-child/assets/images/our-work-logo-wintec-2x.png') !important;
    background-size: 200px 57px;
  }
  .testimonial-unitec .et_pb_testimonial_portrait {
    background-image: url('/wp-content/themes/Divi-child/assets/images/our-work-logo-unitec-2x.png') !important;
    background-size: 101px 150px;
  }
  .testimonial-dannys .et_pb_testimonial_portrait {
    background-image: url('/wp-content/themes/Divi-child/assets/images/our-work-logo-dannys-2x.png') !important;
    background-size: 189px 70px;
  }
  .testimonial-garage-project .et_pb_testimonial_portrait {
    background-image: url('/wp-content/themes/Divi-child/assets/images/our-work-logo-garage-project-2x.png') !important;
    background-size: 178px 100px;
  }
  .testimonial-amcor .et_pb_testimonial_portrait {
    background-image: url('/wp-content/themes/Divi-child/assets/images/our-work-logo-amcor-2x.png') !important;
    background-size: 111px 100px;
  }
  .testimonial-baiada .et_pb_testimonial_portrait {
    background-image: url('/wp-content/themes/Divi-child/assets/images/our-work-logo-baiada-2x.png') !important;
    background-size: 91px 100px;
  }
}
.projects-capabilities-section .et_pb_main_blurb_image {
	width: 52px;
  max-height: 52px;
}
.projects-capabilities-section .et_pb_main_blurb_image a {
	display: table;
	display: flex;
	height: 52px;
}
.projects-capabilities-section .et_pb_main_blurb_image a:hover {
	opacity: 0.7;
}
.projects-capabilities-section .et_pb_main_blurb_image img {
	display: inline-block;
  vertical-align: middle;
	width: 52px;
	height: 52px;
}
.projects-capabilities-section .et_pb_blurb_position_left .et_pb_blurb_container {
  vertical-align: middle;
}
.projects-capabilities-section .et_pb_blurb_container a:hover {
	color: #848484;
}
.sb-content .lSAction > a {
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
	background-image: none;
	color: #ffffff;
}
.sb-content .lSAction > a:hover {
	text-decoration: none;
}
.sb-content .lSAction > a:before {
	font-family: "ETmodules" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1;
	text-transform: none;
	speak: none;
	font-size: 38px;
	position: relative;
	top: -1px;
}
.sb-content .lSAction > a.lSPrev:before {
	content: "\34";
}
.sb-content .lSAction > a.lSNext:before {
content: "\35";
}
/* notice page */
.notice h1 {
	text-align: left;
	color: #ef4923 !important;
	font-size: 36px;
	font-family: "dinregular", Arial, sans-serif;
	margin-bottom: 12px;
}
.notice .et_pb_slide_content hr {
	width: 82px;
	border: 2px solid #ef4923;
	margin: 0 0 20px;
	text-align: left;
}
.notice img, .notice img#logo {
	margin-bottom: 14px;
}
.notice img#logo {
	max-width: 70px;
}
.notice ul.company-list {
	text-align: left;
	padding: 0;
	list-style: none;
}
.notice ul.company-list li {
	margin-bottom: 45px;
  border-left: 2px solid #ef4923;
  padding-left: 20px;
}
.notice .et_pb_slide_content p {
	font-size: 16px;
	color: #afafaf;
  line-height: 1.5;
}
.notice p a:hover {
	text-decoration: underline;
}
.notice .et_pb_slide_content p span.emphasize {
	font-family: "dinregular", Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
}
.notice .et_pb_slide_content p span.gm-custom-icon {
	font-family: "ETmodules";
  font-size: 13px;
  line-height: 1.5;
}
.notice p.bus-as-usual {
	padding: 10px;
  background-color: #4e4e4e;
  text-transform: uppercase;
  font-size: 12px;
	text-align: center;
}
body.page-id-1559 {
	background-color: #484848;
}
@media all and (min-width: 1350px) {
	.notice .et_pb_container {
		height: 100vh !important;
	}
	.notice .et_pb_slide_description,
	.notice .et_pb_slide_content {
		padding: 0;
	  position: absolute;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	}
	.notice .et_pb_slide_content {
	  top: 16%;
	}
}
@media all and (max-width: 980px) {
	.notice .et_pb_slide_content hr {
		margin-bottom: 60px;
	}
}
.padb0 {
	padding-bottom: 0;
}
.padt20 {
	padding-top: 20px;
}
.marb20 {
	margin-bottom: 20px;
}
@media all and (min-width: 2560px) {
	.gm-slider .et_pb_slider .et_pb_slide {
		min-height: 952px;
	}
	.gm-slider .et_pb_slider .et_pb_slide_description {
    padding: 26.2% 0;
	}
	.small-header .et_pb_slider .et_pb_slide_description {
		padding: 4% 0;
	}
}
@media all and (max-width: 2559px) {
	.gm-slider h1, .small-header h1 {
		font-size: 38px;
	}
	.et_pb_slide_content hr, .header-content hr {
		border: 2px solid #ef4923;
		margin: 22px 0 20px;
	}
	.et_pb_slide_content p span, .header-content p span {
		font-size: 20px;
	}
	.et_pb_slide_content p {
		font-size: 16px;
		line-height: 1.3em;
	}
	.et_pb_slider .et_pb_container {
		width: 90%;
	}
	.page-id-691 .et_pb_section_video_bg .mejs-video,
	.page-id-701 .et_pb_section_video_bg .mejs-video {
		top: -100%;
	}
	.page-id-412 .et_pb_section_video_bg .mejs-video,
	.page-id-663 .et_pb_section_video_bg .mejs-video {
		top: -50%;
	}
}
@media all and (max-width: 1440px) {
	.page-id-691 .et_pb_section_video_bg .mejs-video,
	.page-id-701 .et_pb_section_video_bg .mejs-video {
		top: -50%;
	}
	.page-id-412 .et_pb_section_video_bg .mejs-video,
	.page-id-663 .et_pb_section_video_bg .mejs-video {
		top: -5%;
	}
}
@media all and (min-width: 1350px) {
	.et_pb_section.bg-creative-light-bulb {
	  padding: 54px 0 0;
	}
	.bg-creative-light-bulb .et_pb_row {
    padding: 27px 0 0;
	}
	.resources-section p.studio-description {
		margin-bottom: 27px;
	}
	.resources-section p.artioscad-description {
		margin-bottom: 54px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item {
    margin: 0 2.7% 2.7% 0;
    background-color: #EFF0F1;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(1n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(3n) {
		min-height: 948px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(5n) {
		min-height: 972px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(1n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(3n) {
		min-height: 1055px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(5n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(6n) {
		min-height: 1034px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(7n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(8n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(9n) {
		min-height: 974px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(10n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(11n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(12n) {
		min-height: 1114px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(13n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(14n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(15n) {
		min-height: 1052px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_gallery_title, .et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_gallery_title {
    padding: 0 20px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_gallery_caption, .et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_gallery_caption {
    padding: 0 20px 20px;
	}
	.contact-links {
		padding: 20px;
    position: absolute;
    bottom: 0;
    background-color: #4a4a49;
		min-height: 140px;
	}
	.contact-links .contact-details-desktop a,
	.contact-links .contact-details-desktop a span {
    color: #ffffff;
	}
}
@media all and (min-width: 1276px) and (max-width: 1280px) {
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(1n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(3n) {
		min-height: 888px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(5n) {
		min-height: 914px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(1n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(3n) {
		min-height: 1018px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(5n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(6n) {
		min-height: 965px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(7n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(8n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(9n) {
		min-height: 936px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(10n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(11n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(12n) {
		min-height: 1044px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(13n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(14n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(15n) {
		min-height: 962px;
	}
	.contact-links {
		padding: 10px;
    position: absolute;
    bottom: 0;
    background-color: #4a4a49;
		min-height: 116px;
	}
	.contact-links .contact-details-desktop a,
	.contact-links .contact-details-desktop a span {
    color: #ffffff;
	}
}
@media all and (min-width: 1025px) {
	#top-menu a {
		font-size: 20px;
	}
	.view-more-work-slider .et_pb_fullwidth_portfolio {
		width: 1080px;
		margin: 0 auto;
	}
}
@media all and (max-width: 1024px) {
	.our-work-bg {
		background-size: contain;
    background-position-y: top;
	}
	.et_pb_fullwidth_portfolio .et_pb_portfolio_image h3 {
    padding: 0 70px;
		font-size: 18px;
	}
}
@media all and (min-width: 1024px) and (max-width: 1024px) {
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(1n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(3n) {
		min-height: 918px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-managers .et_pb_grid_item:nth-child(5n) {
		min-height: 1000px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(1n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(2n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(3n) {
		min-height: 1058px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(4n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(5n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(6n) {
		min-height: 1028px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(7n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(8n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(9n) {
		min-height: 970px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(10n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(11n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(12n) {
		min-height: 1136px;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(13n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(14n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.gallery-client-engagers .et_pb_grid_item:nth-child(15n) {
		min-height: 1032px;
	}
	.contact-links {
		padding: 10px;
    position: absolute;
    bottom: 0;
    background-color: #4a4a49;
		min-height: 116px;
	}
	.contact-links .contact-details-desktop a,
	.contact-links .contact-details-desktop a span {
    color: #ffffff;
	}
}
@media all and (min-width: 981px) and (max-width: 1100px) {
	.about-us-plus-section .et_pb_column_1_4 .percent {
    height: 160px;
	}
	.about-us-plus-section .et_pb_number_counter h3 {
    top: 96px;
	}
	.about-us-plus-section hr {
    margin-left: -160px;
	}
	.flex-align-center {
		display: flex;
	  align-items: center;
	}
}
@media all and (min-width: 981px) {
	#top-menu li {
    font-size: 16px;
	}
	.et_header_style_left #et-top-navigation nav > ul#top-menu > li > a {
		padding-bottom: 30px !important;
	}
	.et_header_style_left #et-top-navigation nav > ul#top-secondary-menu > li > a {
		padding-bottom: 0 !important;
	}
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
	  padding: 30px 0 0 0 !important;
	}
	#page-container .et-fixed-header#main-header {
    background-color: rgb(255, 255, 255);
    border-bottom: 2px solid #c2c2c2;
	}
	#page-container .et-fixed-header#main-header .nav li ul {
    background-color: rgb(255, 255, 255);
		border-top: 2px solid #ef4923;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation {
    padding: 16px 0 0 0 !important;
	}
	.et-fixed-header #top-secondary-menu {
    bottom: 100px;
    position: absolute;
		margin-bottom: 0;
		opacity: 0;
	}
	.et-fixed-header .et_search_outer {
    display: none;
	}
	ul.bottom-nav {
		float: left;
	}
	.footer-general-contact {
		float: right;
		text-align: right;
	}
	.page.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid .et_pb_grid_item,
	.page.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .custom-3-col-grid .et_pb_grid_item {
		width: 31.5%;
  	margin: 0 2.7% 4% 0;
	}
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid .et_pb_grid_item:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .custom-3-col-grid .et_pb_grid_item:nth-child(3n),
	.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.custom-gallery-grid .et_pb_grid_item:nth-child(3n),
	.et_pb_gutters2.et_pb_row .et_pb_column_4_4 .custom-3-col-grid.custom-gallery-grid .et_pb_grid_item:nth-child(3n) {
		margin-right: 0;
	}
	.page.et_pb_gutters2 .et_pb_column_4_4 .custom-3-col-grid.et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.first_in_row {
		margin-right: 2.7%;
	}
	.et_pb_column_4_4 .custom-3-col-grid .et_pb_grid_item:nth-child(3n+1) {
		clear: both;
	}
	.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1) {
		clear: none;
	}
	.et_pb_gutters2 .landing-capabilities-products .et_pb_column_1_3 .et_pb_module {
	  margin-bottom: 7.787%;
	}
	.et_pb_gutters2 .landing-products-section .et_pb_column_1_3 .et_pb_blurb.blurb-booklets {
		margin-bottom: 14%;
	}
	.et_pb_gutters2 .locations-detail-section .et_pb_column_1_3 .et_pb_text {
		margin-bottom: 8.787%
	}
	.hide-desktop {
		display: none !important;
	}
}
@media all and (max-width: 980px) {
	.hide-mobile {
		display: none !important;
	}
	.et_header_style_left #logo, .et_header_style_split #logo {
	  max-width: 34%;
	}
	.et_header_style_left .logo_container {
	  width: 100%;
	}
	.footer-general-contact a.email {
  	font-size: 18px;
	}
	.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
	  padding-bottom: 0;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation {
	  padding-top: 20px;
		padding-left: 20px !important;
	}
	.et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {
		padding: 8px 10px 29px !important;
    background-color: #ffffff;
    width: 44px;
    text-align: center;
    margin-bottom: 12px;
    margin-right: 6px;
    border: 2px solid #ef4923;
    border-radius: 7px;
	}
	nav#top-menu-nav {
		float: none;
	}
	.container.et_menu_container, .container.et_search_form_container {
	  width: 96%;
	}
	.mobile_menu_bar:before {
		text-align: center;
		color: #ef4923 !important;
    top: 5px;
	}
	#top-secondary-menu, #top-menu {
	  margin-bottom: 22px;
	}
	#top-secondary-menu > li {
		border-right: none;
		padding-right: 0;
		margin-left: 7px;
		font-size: 15px;
	}
	#top-secondary-menu > li:first-child {
		margin-left: 0;
	}
	#et_top_search {
	  margin: 0 5px 0;
		float: right;
	}
	#et_search_icon:before {
	  top: -14px;
	}
	.et-search-form input {
  	bottom: 12px;
		width: 100%;
	}
	span.et_close_search_field {
	  bottom: 14px;
	}
	.tooltipster-portals {
	  margin-top: 7px;
	}
	.et_pb_column .custom-3-col-grid .et_pb_grid_item:nth-child(n),
	.et_pb_column .custom-3-col-grid.et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
		width: 31.6% !important;
  	margin: 0 2.5% 4% 0 !important;
	}
	.et_pb_column .custom-3-col-grid .et_pb_grid_item:nth-child(3n),
	.et_pb_column .custom-3-col-grid.et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(3n) {
	  margin-right: 0 !important;
	}
	.et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1) {
		clear: none;
	}
	.resources-section .resource-icon {
		margin: 60px 0 20px 0;
	}
	.et_pb_slide_description {
    text-align: left;
	}
	.gm-slider .et_pb_slider .et_pb_container {
    width: 90%;
	}
	.et_builder_inner_content .gm-slider.et_pb_section {
    padding: 0;
	}
	.et_pb_button.timeline-email-btn, .et_pb_button.timeline-phone-btn {
		background: rgba(0, 0, 0, 0.5);
	}
	.overview-text .et_pb_text_1 {
    padding-right: 0 !important;
    padding-left: 0 !important;
	}
	.mobile-no-bg {
		background-image: none !important;
	}
	.et_pb_column .et_pb_testimonial_portrait {
    display: block;
    float: none;;
    margin-right: 0;
	}
	.et_pb_testimonial.et_pb_testimonial_no_bg:before,
	.et_pb_testimonial.et_pb_testimonial_no_bg:after {
    display: none;
	}
	.et_pb_testimonial_description_inner {
    padding: 0;
	}
	.padt20 {
		padding-top: 0;
	}
}
@media all and (max-width: 768px) {
	.ribbons {
		justify-content: space-around;
		text-align: center;
	}
	.hexagon {
    width: 106px;
    padding: 18px 14px 0;
    margin-left: 15px;
    font-size: 14px;
		margin-bottom: 50px;
	}
	.hexagon:first-child {
    margin-left: 0;
	}
	.hexagon::after {
    border: 67px solid rgba(0,0,0,0);
		border-top: 40px solid #ef4923;
    border-bottom: 0 solid;
	}
	.landing-products-section {
    z-index: 0;
    margin-top: -150px;
	}
}
@media all and (max-width: 767px) {
	.et_pb_column .custom-3-col-grid .et_pb_grid_item:nth-child(n) {
	  width: 48.25% !important;
	  margin: 0 2.5% 4% 0 !important;
	}
	.et_pb_column .custom-3-col-grid .et_pb_grid_item:nth-child(2n) {
	  margin-right: 0 !important;
	}
	.about-us-people-section .et_pb_gallery_image {
		display: none !important;
	}
	.footer-branch-contact {
		display: none;
	}
}
@media all and (min-width: 568px) and (max-width: 667px) { /* iPhone 5 & 6 Landscape */
	.ribbons {
		width: 70%;
    margin: 0 auto;
	}
	.hexagon {
    margin-left: 0;
	}
}
@media all and (max-width: 479px) {
	.et_pb_column .custom-3-col-grid .et_pb_grid_item:nth-child(n),
	.et_pb_column .custom-3-col-grid.et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n) {
	  width: 100% !important;
	  margin: 0 0 11.5% 0 !important;
	}
	.about-us-plus-section hr {
    margin: 0 0 10px 0;
	}
	.search .widget_search {
	  float: none;
	}
	.hide-phone {
		display: none !important;
	}
	.hexagon:nth-child(3) {
    margin-left: 0;
	}
	.et_pb_filterable_portfolio .et_pb_portfolio_filters li a {
    padding: 8px 8px;
    font-size: 11px;
	}
	.small-header .et_pb_slider .et_pb_slide_description {
    padding: 10% 0 3%;
	}
}
@media all and (max-width: 375px) {
	.timeline-contact {
		width: 100%;
	}
	.timeline-email-btn {
		margin-left: 0;
	}
	.about-us-awards-section .percent {
    width: 120px;
    height: 120px;
    padding: 22px 0;
    border: 3px solid #EF4923;
	}
	.about-us-awards-section .percent p {
    font-size: 50px;
	}
	.about-us-awards-section .et_pb_number_counter h3 {
    font-size: 22px;
    top: 24px;
	}
}
@media all and (max-width: 374px) {
	.timeline-contact {
		width: 100%;
	}
	.timeline-email-btn {
		margin-left: 0;
	}
	.about-us-awards-section .percent {
    width: 120px;
    height: 120px;
    padding: 22px 0;
    border: 3px solid #EF4923;
	}
	.about-us-awards-section .percent p {
    font-size: 50px;
	}
	.about-us-awards-section .et_pb_number_counter h3 {
    font-size: 22px;
    top: 24px;
	}
	.hexagon {
    margin-left: 0;
	}
}
@media (max-width: 959px) {
	.gm-slider .one_third,
	.gm-slider .one_half,
	.gm-slider .one_third,
	.gm-slider .two_third,
	.gm-slider .one_fourth,
	.gm-slider .three_fourth {
		float: none;
		margin-right: 0;
		width: auto;
		margin-bottom: 10px;
	}
}